* [gentoo-commits] proj/gentoo-mate:1.16-bump commit in: mate-extra/mate-polkit/
@ 2016-11-05 10:02 Ettore Di Giacinto
0 siblings, 0 replies; only message in thread
From: Ettore Di Giacinto @ 2016-11-05 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 741fc9a809d980653f61d3c1ff8305b628b2d497
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 3 10:49:07 2016 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 10:49:07 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=741fc9a8
mate-extra/mate-polkit: version bump to 1.16.0
* now is gtk3 only, dropping gtk3 useflag
* update live ebuild
Package-Manager: portage-2.3.1
| 1 +
.../{mate-polkit-9999.ebuild => mate-polkit-1.16.0.ebuild} | 13 +++----------
| 13 +++----------
3 files changed, 7 insertions(+), 20 deletions(-)
--git a/mate-extra/mate-polkit/Manifest b/mate-extra/mate-polkit/Manifest
index 6a9ab08..93a5840 100644
--- a/mate-extra/mate-polkit/Manifest
+++ b/mate-extra/mate-polkit/Manifest
@@ -1,2 +1,3 @@
DIST mate-polkit-1.12.0.tar.xz 324708 SHA256 c38f0a0c3d4e10fc95d27fa4e8d47eb6948e8c9279a82f316f563666571bf8b9 SHA512 b6e771062e29d2f4f2823638e39f5e5b349b98fcf8fd8d652d847d568eee919d37956089d7bef1463d96f801f852d10d9423bb8c20f8a54dfe8188d19ab6fb0c WHIRLPOOL bc35601f824af52ac1162aeb3342789e8fbb4f6a09b5352fffd5db87d9c02f6ddba326002a13533531c772234994c845dfbe1473563bec1c442606688b6909f4
DIST mate-polkit-1.14.0.tar.xz 339872 SHA256 929d5710d6284f924dc65824b75e9da23b5809c50033da18b6b4b79e0f599ddd SHA512 f3507380152798af192e3338b5f056b1105fd297e935f098803c21450b04b6d149bc22106f34129a6394655be2e6505c91ad1433e817c68274a1243cc862bcdf WHIRLPOOL 034f05c91c5f79f1c77b073ff8f310e0264541e9783d98dabdc0dda5b0bc36da83ad4468563d9ecb6bdd389065b1b5d828deba02c15a94867124c6687ff54098
+DIST mate-polkit-1.16.0.tar.xz 340500 SHA256 e0aba1f4be2fef30a74509aef92c5773ee17c2279f158a7295415f700713457c SHA512 9b2a1870fdbe828b39ced7b24e1096edb559dcd553bac3fb15a6ab8d5dbc442870916f5105550a0e14cf3e85ac06c798d7daf0b464a182ba686bb3eb1bac1cb4 WHIRLPOOL feab6da57d80707f12dc42d3acd75dff58e1c61023d726579929b5b1901edc35629d68265ff369f020ca18e0be64a238d8d6acace2437a66df8dfefd3f201873
diff --git a/mate-extra/mate-polkit/mate-polkit-9999.ebuild b/mate-extra/mate-polkit/mate-polkit-1.16.0.ebuild
similarity index 76%
copy from mate-extra/mate-polkit/mate-polkit-9999.ebuild
copy to mate-extra/mate-polkit/mate-polkit-1.16.0.ebuild
index a107de0..09eaf4d 100644
--- a/mate-extra/mate-polkit/mate-polkit-9999.ebuild
+++ b/mate-extra/mate-polkit/mate-polkit-1.16.0.ebuild
@@ -14,20 +14,14 @@ DESCRIPTION="A MATE specific DBUS service that is used to bring up authenticatio
LICENSE="LGPL-2"
SLOT="0"
-IUSE="accountsservice appindicator debug examples gtk3 +introspection"
+IUSE="accountsservice appindicator debug examples +introspection"
COMMON_DEPEND=">=dev-libs/glib-2.36:2
>=sys-auth/polkit-0.102:0[introspection?]
x11-libs/gdk-pixbuf:2[introspection?]
virtual/libintl:0
- !gtk3? (
- >=x11-libs/gtk+-2.24:2[introspection?]
- appindicator? ( dev-libs/libappindicator:2 )
- )
- gtk3? (
- >=x11-libs/gtk+-3.0:3[introspection?]
- appindicator? ( dev-libs/libappindicator:3 )
- )
+ >=x11-libs/gtk+-3.14.0:3[introspection?]
+ appindicator? ( dev-libs/libappindicator:3 )
introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )"
RDEPEND="${COMMON_DEPEND}
@@ -45,7 +39,6 @@ DEPEND="${COMMON_DEPEND}
src_configure() {
mate_src_configure \
--disable-static \
- --with-gtk=$(usex gtk3 3.0 2.0) \
$(use_enable accountsservice) \
$(use_enable appindicator) \
$(use_enable debug) \
--git a/mate-extra/mate-polkit/mate-polkit-9999.ebuild b/mate-extra/mate-polkit/mate-polkit-9999.ebuild
index a107de0..09eaf4d 100644
--- a/mate-extra/mate-polkit/mate-polkit-9999.ebuild
+++ b/mate-extra/mate-polkit/mate-polkit-9999.ebuild
@@ -14,20 +14,14 @@ DESCRIPTION="A MATE specific DBUS service that is used to bring up authenticatio
LICENSE="LGPL-2"
SLOT="0"
-IUSE="accountsservice appindicator debug examples gtk3 +introspection"
+IUSE="accountsservice appindicator debug examples +introspection"
COMMON_DEPEND=">=dev-libs/glib-2.36:2
>=sys-auth/polkit-0.102:0[introspection?]
x11-libs/gdk-pixbuf:2[introspection?]
virtual/libintl:0
- !gtk3? (
- >=x11-libs/gtk+-2.24:2[introspection?]
- appindicator? ( dev-libs/libappindicator:2 )
- )
- gtk3? (
- >=x11-libs/gtk+-3.0:3[introspection?]
- appindicator? ( dev-libs/libappindicator:3 )
- )
+ >=x11-libs/gtk+-3.14.0:3[introspection?]
+ appindicator? ( dev-libs/libappindicator:3 )
introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )"
RDEPEND="${COMMON_DEPEND}
@@ -45,7 +39,6 @@ DEPEND="${COMMON_DEPEND}
src_configure() {
mate_src_configure \
--disable-static \
- --with-gtk=$(usex gtk3 3.0 2.0) \
$(use_enable accountsservice) \
$(use_enable appindicator) \
$(use_enable debug) \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-11-05 10:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-05 10:02 [gentoo-commits] proj/gentoo-mate:1.16-bump commit in: mate-extra/mate-polkit/ Ettore Di Giacinto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox