Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-polkit/
Date: Tue, 26 Jan 2016 18:09:52
Message-Id: 1453790291.b2ce528394c77fc48328f2dfeaa84b786b1b15dd.np-hardass@gentoo
1 commit: b2ce528394c77fc48328f2dfeaa84b786b1b15dd
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 26 06:38:11 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 26 06:38:11 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=b2ce5283
7
8 mate-extra/mate-polkit: Bump to 1.10.3. New USE accountsservice/appindicator
9
10 Package-Manager: portage-2.2.26
11
12 mate-extra/mate-polkit/Manifest | 2 +-
13 .../{mate-polkit-1.10.0.ebuild => mate-polkit-1.10.3.ebuild} | 8 ++++++--
14 mate-extra/mate-polkit/metadata.xml | 4 ++++
15 3 files changed, 11 insertions(+), 3 deletions(-)
16
17 diff --git a/mate-extra/mate-polkit/Manifest b/mate-extra/mate-polkit/Manifest
18 index 71b6b04..da477ac 100644
19 --- a/mate-extra/mate-polkit/Manifest
20 +++ b/mate-extra/mate-polkit/Manifest
21 @@ -1,2 +1,2 @@
22 -DIST mate-polkit-1.10.0.tar.xz 327228 SHA256 1ae3bbe5ddff6eab012c0b656082b07b2ad6618f3772d726a691afe0c4ea19b9 SHA512 9518f63fbbd0e9a6bcbcc46d1d2b0881fb5da0c7f5188d6367e11c1a653c64846222041d9eb578b2be2db14a0ac2285aed4c6fb28142687d2d69de43fcfb9d2b WHIRLPOOL d8e2c7f4386c363754591670c7cf3dcbdd1ef3913352333fa28fd40bf373983d7db8ef7322e5027a3b4f4e02321c14a0559e24eddead63e0248776e5c681b1ae
23 +DIST mate-polkit-1.10.3.tar.xz 324732 SHA256 fb829c28da0ba99eddfe3c9440852a301462e95377d064bce9a68a5d2314b20d SHA512 39d5af5d8f1f1db1f45bbbba3b1a21754fb59f1f2682e46008cd3cfedacf22dcb0bca5175d59897206c5a2a17c6a6b4daa132ce8a96462504651884afba25ce6 WHIRLPOOL 08e614fbfd5fab0717b4a981d246127a68ae43d0827e0bc0bec83ed742a7ca35e824e3aaa4daa1756587433ceb5d5d323732310edac9dde381ff56881552ca70
24 DIST mate-polkit-1.8.0.tar.xz 324960 SHA256 bc01640c63f6248497ca78c3d8df8ff608d8bf1fbfce7c11416b014a109aeccd SHA512 6e7324c539f86a906cd192f8e6a17c417717ae80c0b9d8d46907f1e911f364f73933365520469bbed3201287ae897d8055a7fa14b103ade8e6c7cee9e30912cf WHIRLPOOL b3243bd5814e2d156fd85a376294f1c102dd8661e8716e2007291a9513429202b11ff15bbb53a5b33ea5a9cabac559836374778b99627767973f935a05617d6f
25
26 diff --git a/mate-extra/mate-polkit/mate-polkit-1.10.0.ebuild b/mate-extra/mate-polkit/mate-polkit-1.10.3.ebuild
27 similarity index 81%
28 rename from mate-extra/mate-polkit/mate-polkit-1.10.0.ebuild
29 rename to mate-extra/mate-polkit/mate-polkit-1.10.3.ebuild
30 index 289727a..8e2f783 100644
31 --- a/mate-extra/mate-polkit/mate-polkit-1.10.0.ebuild
32 +++ b/mate-extra/mate-polkit/mate-polkit-1.10.3.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 +# Copyright 1999-2016 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Id$
38
39 @@ -18,13 +18,15 @@ LICENSE="LGPL-2"
40 SLOT="0"
41 KEYWORDS="~amd64 ~x86"
42
43 -IUSE="+introspection"
44 +IUSE="accountsservice appindicator +introspection"
45
46 RDEPEND=">=dev-libs/glib-2.36:2
47 >=sys-auth/polkit-0.102:0[introspection?]
48 >=x11-libs/gtk+-2.24:2[introspection?]
49 x11-libs/gdk-pixbuf:2[introspection?]
50 virtual/libintl:0
51 + accountsservice? ( sys-apps/accountsservice:0[introspection?] )
52 + appindicator? ( dev-libs/libappindicator:2 )
53 introspection? ( >=dev-libs/gobject-introspection-0.6.2:0 )"
54
55 # We call gtkdocize so we need to depend on gtk-doc.
56 @@ -42,6 +44,8 @@ ENTROPY_RDEPEND="!lxde-base/lxpolkit"
57 src_configure() {
58 gnome2_src_configure \
59 --disable-static \
60 + $(use_enable accountsservice) \
61 + $(use_enable appindicator) \
62 $(use_enable introspection)
63 }
64
65
66 diff --git a/mate-extra/mate-polkit/metadata.xml b/mate-extra/mate-polkit/metadata.xml
67 index 98365c2..c17d02f 100644
68 --- a/mate-extra/mate-polkit/metadata.xml
69 +++ b/mate-extra/mate-polkit/metadata.xml
70 @@ -5,4 +5,8 @@
71 <upstream>
72 <remote-id type="github">mate-desktop/mate-polkit</remote-id>
73 </upstream>
74 + <use>
75 + <flag name="accountsservice">Support extraction of data from AccountsService</flag>
76 + <flag name="appindicator">Add support for AppIndicator</flag>
77 + </use>
78 </pkgmetadata>