commit:     a337f1f4d3742bfdb5c589546941a2043e1f5713
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 21:51:28 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 21:54:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a337f1f4

gnome-base/gnome-applets: add 3.32.0 for GNOME Flashback session

Bug: https://bugs.gentoo.org/680326
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-base/gnome-applets/Manifest                  |  1 +
 .../gnome-applets/gnome-applets-3.32.0.ebuild      | 57 ++++++++++++++++++++++
 gnome-base/gnome-applets/metadata.xml              | 11 +++++
 profiles/features/selinux/package.mask             |  1 +
 4 files changed, 70 insertions(+)

diff --git a/gnome-base/gnome-applets/Manifest 
b/gnome-base/gnome-applets/Manifest
new file mode 100644
index 00000000000..67187875f3c
--- /dev/null
+++ b/gnome-base/gnome-applets/Manifest
@@ -0,0 +1 @@
+DIST gnome-applets-3.32.0.tar.xz 8626692 BLAKE2B 
a93ac7ae9ced828c710e7761ee0483018cf10b265f48ed64ce1c117a349583d0e980759e9529ef2a47f2c8873672c2c7a323fdcc7a7af543af851156ef59e1d2
 SHA512 
11c8ab3b2561ef13b268a5711adebe754626cd0bfe6865cfaebf59602e6da917023172a36d253522b4bc4f250c3db34c621ba3fabfe8c628c744905581783e01

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 00000000000..bd16a6ce4e5
--- /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 00000000000..bc9d05c8eb5
--- /dev/null
+++ b/gnome-base/gnome-applets/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer type="project">
+       <email>[email protected]</email>
+       <name>Gentoo GNOME Desktop</name>
+</maintainer>
+<use>
+       <flag name="tracker">Build the tracker search bar applet</flag>
+</use>
+</pkgmetadata>

diff --git a/profiles/features/selinux/package.mask 
b/profiles/features/selinux/package.mask
index 185fbc24c1b..b0fd5957b81 100644
--- a/profiles/features/selinux/package.mask
+++ b/profiles/features/selinux/package.mask
@@ -20,6 +20,7 @@ app-admin/calamares
 dev-python/python-systemd
 gnome-base/gdm
 gnome-base/gnome
+gnome-base/gnome-applets
 gnome-base/gnome-extra-apps
 gnome-base/gnome-light
 gnome-base/gnome-panel

Reply via email to