From 7a86906b67693cc65671d3e1476835d3a7e13092 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 22 Jun 2019 11:40:06 +0100 Subject: gentoo resync : 22.06.2019 --- gnome-base/gnome-applets/Manifest | 3 + .../gnome-applets/gnome-applets-3.32.0.ebuild | 57 ++++++++++++++++++ gnome-base/gnome-applets/metadata.xml | 11 ++++ gnome-base/gnome-flashback/Manifest | 3 + .../gnome-flashback/gnome-flashback-3.32.0.ebuild | 53 ++++++++++++++++ gnome-base/gnome-flashback/metadata.xml | 8 +++ gnome-base/gnome-panel/Manifest | 3 + gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild | 70 ++++++++++++++++++++++ gnome-base/gnome-panel/metadata.xml | 8 +++ 9 files changed, 216 insertions(+) create mode 100644 gnome-base/gnome-applets/Manifest create mode 100644 gnome-base/gnome-applets/gnome-applets-3.32.0.ebuild create mode 100644 gnome-base/gnome-applets/metadata.xml create mode 100644 gnome-base/gnome-flashback/Manifest create mode 100644 gnome-base/gnome-flashback/gnome-flashback-3.32.0.ebuild create mode 100644 gnome-base/gnome-flashback/metadata.xml create mode 100644 gnome-base/gnome-panel/Manifest create mode 100644 gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild create mode 100644 gnome-base/gnome-panel/metadata.xml (limited to 'gnome-base') diff --git a/gnome-base/gnome-applets/Manifest b/gnome-base/gnome-applets/Manifest new file mode 100644 index 000000000000..ab9b580c2546 --- /dev/null +++ b/gnome-base/gnome-applets/Manifest @@ -0,0 +1,3 @@ +DIST gnome-applets-3.32.0.tar.xz 8626692 BLAKE2B a93ac7ae9ced828c710e7761ee0483018cf10b265f48ed64ce1c117a349583d0e980759e9529ef2a47f2c8873672c2c7a323fdcc7a7af543af851156ef59e1d2 SHA512 11c8ab3b2561ef13b268a5711adebe754626cd0bfe6865cfaebf59602e6da917023172a36d253522b4bc4f250c3db34c621ba3fabfe8c628c744905581783e01 +EBUILD gnome-applets-3.32.0.ebuild 1466 BLAKE2B 188964a20c3751c6b2c9e910c5e3e0c06ea39e8afe3e62c4bcaefa78f7c9a127832a4afaa7a0ce09716306dc47de8ac5cf97efd2ff0ac294a4b2f54ebb732cef SHA512 0c9d12f05090b31eba361e7c8168e46a5d0fb388c91ce9d67c958a29c6338d4c1439b4dd6611227fc3794f66d0bec23e0d14a9eb9e661d65016561464f573356 +MISC metadata.xml 327 BLAKE2B 3067a9007002523f34c1a64a1ac7c54c974c814adcc951d35cc3d9f6940b1feecbaf458603e0fadd7c812c94958feff3a7835ac93746270496f68ffaab2df222 SHA512 614f3b213955d128a1e6b7424477a2bf4b01b5ed1272d2493d97b17ef806dd39a6f3326112736785cab07d206a01a3121bf5902154b5c1016b7ca254a75910a9 diff --git a/gnome-base/gnome-applets/gnome-applets-3.32.0.ebuild b/gnome-base/gnome-applets/gnome-applets-3.32.0.ebuild new file mode 100644 index 000000000000..bd16a6ce4e5f --- /dev/null +++ b/gnome-base/gnome-applets/gnome-applets-3.32.0.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome2 + +DESCRIPTION="Applets for the GNOME Flashback Panel" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-applets/" + +LICENSE="GPL-2+ FDL-1.1" +SLOT="0" +IUSE="ipv6 tracker upower" +KEYWORDS="~amd64" + +# FIXME: automagic wireless-tools +# TODO: gucharmap could be optional, but no knob +# TODO: libgweather could be optional, but no knob +RDEPEND=" + >=x11-libs/gtk+-3.20.0:3[X] + >=dev-libs/glib-2.44.0:2 + >=gnome-base/gnome-panel-3.24.1 + >=gnome-base/libgtop-2.11.92:= + >=x11-libs/libwnck-3.14.1:3 + >=x11-libs/libnotify-0.7 + upower? ( >=sys-power/upower-0.9.4:= ) + >=sys-apps/dbus-1.1.2 + >=dev-libs/dbus-glib-0.74 + >=x11-themes/adwaita-icon-theme-3.14.0 + >=dev-libs/libxml2-2.5.0:2 + >=dev-libs/libgweather-3.28.0:2= + >=gnome-extra/gucharmap-2.33.0:2.90 + >=sys-auth/polkit-0.97 + x11-libs/libX11 + tracker? ( app-misc/tracker:0/2.0 ) +" +# app-text/docbook-sgml-utils for jw binary +DEPEND="${RDEPEND} + app-text/docbook-sgml-utils + app-text/docbook-xml-dtd:4.1.2 + dev-libs/libxslt + dev-util/glib-utils + >=dev-util/intltool-0.35.0 + dev-util/itstool + sys-devel/gettext + x11-base/xorg-proto + virtual/pkgconfig +" # yelp-tools and autoconf-archive for eautoreconf + +src_configure() { + gnome2_src_configure \ + --disable-static \ + $(use_with upower) \ + --disable-battstat \ + --disable-cpufreq \ + $(use_enable tracker tracker-search-bar) \ + $(use_enable ipv6) +} diff --git a/gnome-base/gnome-applets/metadata.xml b/gnome-base/gnome-applets/metadata.xml new file mode 100644 index 000000000000..bc9d05c8eb5d --- /dev/null +++ b/gnome-base/gnome-applets/metadata.xml @@ -0,0 +1,11 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + + + Build the tracker search bar applet + + diff --git a/gnome-base/gnome-flashback/Manifest b/gnome-base/gnome-flashback/Manifest new file mode 100644 index 000000000000..06a8f1970a26 --- /dev/null +++ b/gnome-base/gnome-flashback/Manifest @@ -0,0 +1,3 @@ +DIST gnome-flashback-3.32.0.tar.xz 708624 BLAKE2B 5075daa59b48d9c101a4649ebd89822f4fd4539c30899b152c54d4bb98d48e2174c2c8756f350a76e7576d2430c8609a5c3df7a39f9da80467eb98b9d8b65910 SHA512 ffc89eadf98e269a9d2781d2bac2d551410f3965ab2bf0a60cb904cd1edbaa264d21be1c577381bda1a55f44b919e62ad2735241dc824a901ded6b057d0f2ea0 +EBUILD gnome-flashback-3.32.0.ebuild 1154 BLAKE2B 342f3b987b6f3e810b236cd457acd005082590898420917c405b8f8ac1705444c1446d98187e7ab58e19126e9f8c07f5bc5edc8bce430ed801d54100f3e9042b SHA512 8b5a880e4d7a7ae053f9dd3756a84186ca5653851a5430c89abcd4178e529b8059f6a410dcdca37196c5607e5b89ec740ed66c81156b85b550b64e48cc8d11a6 +MISC metadata.xml 249 BLAKE2B e71e1b95fee768c696704acbf7e3cf0e599ed2bc8de92bae0141d1194ef9e842bdc292798904487a9b90ddfda9b0e84abd3b76b1518576c1d288240e4e46f110 SHA512 c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506 diff --git a/gnome-base/gnome-flashback/gnome-flashback-3.32.0.ebuild b/gnome-base/gnome-flashback/gnome-flashback-3.32.0.ebuild new file mode 100644 index 000000000000..e1ac2cea1efb --- /dev/null +++ b/gnome-base/gnome-flashback/gnome-flashback-3.32.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome2 + +DESCRIPTION="GNOME Flashback session" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-flashback/" + +LICENSE="GPL-3+" +SLOT="0" +IUSE="" +KEYWORDS="~amd64" + +RDEPEND=" + >=x11-libs/gdk-pixbuf-2.32.2:2 + >=x11-libs/gtk+-3.22.0:3[X] + >=gnome-base/gnome-desktop-3.12.0:3= + >=media-libs/libcanberra-0.13[gtk3] + >=dev-libs/glib-2.44.0:2 + >=gnome-base/gsettings-desktop-schemas-3.24.0 + >=sys-auth/polkit-0.97 + >=app-i18n/ibus-1.5.2 + >=sys-power/upower-0.99.0:= + >=x11-libs/libXrandr-1.5.0 + x11-libs/libxcb + x11-libs/libX11 + net-wireless/gnome-bluetooth + x11-libs/libXext + >=x11-libs/libXi-1.6.0 + x11-libs/pango + x11-libs/libxkbfile + x11-misc/xkeyboard-config + x11-libs/libXfixes + media-sound/pulseaudio[glib] +" +DEPEND="${RDEPEND} + dev-util/gdbus-codegen + dev-util/glib-utils + >=sys-devel/gettext-0.19.8 + x11-base/xorg-proto + virtual/pkgconfig +" # autoconf-archive for eautoreconf +RDEPEND="${RDEPEND} + x11-wm/metacity + gnome-base/gnome-panel + gnome-base/gnome-settings-daemon +" + +src_configure() { + gnome2_src_configure \ + --disable-static +} diff --git a/gnome-base/gnome-flashback/metadata.xml b/gnome-base/gnome-flashback/metadata.xml new file mode 100644 index 000000000000..39980802b1da --- /dev/null +++ b/gnome-base/gnome-flashback/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + + diff --git a/gnome-base/gnome-panel/Manifest b/gnome-base/gnome-panel/Manifest new file mode 100644 index 000000000000..04dbfbca9b7d --- /dev/null +++ b/gnome-base/gnome-panel/Manifest @@ -0,0 +1,3 @@ +DIST gnome-panel-3.32.0.tar.xz 3073664 BLAKE2B 90960646bb6a7d455e295203b0ae9af8fb2313d3f69c54907f5b975bcf2102667aac693c0e32912538015a48d784bfad45335df6df060dcebfeb04486955d850 SHA512 afbb5d61d024250bc6532ddcb2817067bb4e5f243a0d0f27efcaa9b1c2da8ab6c98e014e3a852ccb93d64aba8da51254d0e811f5eecc927cfc18c72e7c324e42 +EBUILD gnome-panel-3.32.0.ebuild 2021 BLAKE2B a5eb1850aa10715f7ab17d508586721a11f94ed56fab1c02b888dd87da8626f57fd4d7eb63870abdf2332f19a30d29576190b48cc232932252a088c606371200 SHA512 4e6b8fdd0e01c9f24d374b4b6231d94dba91fda074541540f0e859dd6b7a9b9b3034ade391942ac1c88b966f09ccd5ce3f75103d7374030f680224798bf5e151 +MISC metadata.xml 249 BLAKE2B e71e1b95fee768c696704acbf7e3cf0e599ed2bc8de92bae0141d1194ef9e842bdc292798904487a9b90ddfda9b0e84abd3b76b1518576c1d288240e4e46f110 SHA512 c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506 diff --git a/gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild b/gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild new file mode 100644 index 000000000000..5f1bb00fd17f --- /dev/null +++ b/gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eapi7-ver gnome2 + +DESCRIPTION="The GNOME Flashback Panel" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-panel/" + +LICENSE="GPL-2+ FDL-1.1 LGPL-2.1+" +SLOT="0" +IUSE="eds elogind systemd" +REQUIRED_USE="^^ ( elogind systemd )" +KEYWORDS="~amd64" + +RDEPEND=" + >=gnome-base/gnome-desktop-2.91.0:3= + >=x11-libs/gdk-pixbuf-2.26.0:2 + >=x11-libs/pango-1.15.4 + >=dev-libs/glib-2.45.3:2 + >=x11-libs/gtk+-3.22.0:3[X] + >=x11-libs/libwnck-3.4.6:3 + >=gnome-base/gnome-menus-3.7.90:3 + eds? ( >=gnome-extra/evolution-data-server-3.5.3:= ) + elogind? ( >=sys-auth/elogind-230 ) + systemd? ( >=sys-apps/systemd-230:= ) + >=x11-libs/cairo-1.0.0[X,glib] + >=dev-libs/libgweather-3.28.0:2= + >=gnome-base/dconf-0.13.4 + >=x11-libs/libXrandr-1.3.0 + gnome-base/gdm + x11-libs/libX11 + sys-auth/polkit + x11-libs/libXi +" +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.1.2 + dev-util/gdbus-codegen + dev-util/glib-utils + >=dev-util/gtk-doc-am-1.25 + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig + x11-base/xorg-proto +" # yelp-tools and autoconf-archive for eautoreconf + +src_configure() { + local myconf=( + --disable-static + $(use_enable eds) + ) + + # Below elogind MENU_* pkg-config calls need to match up with what upstream has + # each version (libsystemd replaced with libelogind). Explicit per-version die + # to force a manual recheck. Only update the explicit version if the + # "PKG_CHECK_MODULES([MENU], ...)" block did not change; otherwise adjust + # elogind conditional block below accordingly first. + if ver_test ${PV} -ne 3.32.0; then + die "Maintainer has not checked over packages MENU pkg-config deps for elogind support" + fi + + if use elogind; then + myconf+=( + MENU_CFLAGS=`pkg-config --cflags gdm gio-unix-2.0 gtk+-3.0 libgnome-menu-3.0 libelogind 2>/dev/null` + MENU_LIBS=`pkg-config --libs gdm gio-unix-2.0 gtk+-3.0 libgnome-menu-3.0 libelogind 2>/dev/null` + ) + fi + + gnome2_src_configure "${myconf[@]}" +} diff --git a/gnome-base/gnome-panel/metadata.xml b/gnome-base/gnome-panel/metadata.xml new file mode 100644 index 000000000000..39980802b1da --- /dev/null +++ b/gnome-base/gnome-panel/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + + -- cgit v1.2.3