mate-extra/mate-polkit: Version bump to 1.18.1
authorEttore Di Giacinto <mudler@gentoo.org>
Wed, 15 Mar 2017 14:11:51 +0000 (15:11 +0100)
committerEttore Di Giacinto <mudler@gentoo.org>
Sun, 4 Jun 2017 15:16:14 +0000 (17:16 +0200)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

mate-extra/mate-polkit/Manifest
mate-extra/mate-polkit/mate-polkit-1.18.1.ebuild [new file with mode: 0644]

index 93a58402ef5af53e5ac9c6db3da77618689f69c6..49c91ef38ce50e8914428a462a933651f8f489f5 100644 (file)
@@ -1,3 +1,4 @@
 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
+DIST mate-polkit-1.18.1.tar.xz 346904 SHA256 ec011e845184bb766684811b6befaef3797f12895cf21807d71f3de92d146e97 SHA512 086723b0b0c14a6b1ea77e1f0a294546ef3e44d42a460e424b22c92e8f962bf55c9c379600fb6642be60167ef07f07835c2eb939232941051aa397af805e79fa WHIRLPOOL 7c3ab89de18de65172ad9c683026e8c2d8bddedaed9cf053a8c0774285e0156f71d6e2c75b698da296ab3978f66001f495e54ba44efb5fa0e59da0cf118955ae
diff --git a/mate-extra/mate-polkit/mate-polkit-1.18.1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.18.1.ebuild
new file mode 100644 (file)
index 0000000..1f0aa4f
--- /dev/null
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+       KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs"
+LICENSE="LGPL-2"
+SLOT="0"
+
+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
+       >=x11-libs/gtk+-3.14.0:3[introspection?]
+       appindicator? ( dev-libs/libappindicator:3 )
+       introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )"
+
+RDEPEND="${COMMON_DEPEND}
+       accountsservice? ( sys-apps/accountsservice:0[introspection?] )"
+
+DEPEND="${COMMON_DEPEND}
+       dev-util/gtk-doc
+       dev-util/gtk-doc-am
+       >=dev-util/intltool-0.35:*
+       sys-devel/gettext:*
+       >=sys-devel/libtool-2.2.6
+       virtual/pkgconfig:*
+       !<gnome-extra/polkit-gnome-0.102:0"
+
+src_configure() {
+       mate_src_configure \
+               --disable-static \
+               $(use_enable accountsservice) \
+               $(use_enable appindicator) \
+               $(use_enable debug) \
+               $(use_enable examples) \
+               $(use_enable introspection)
+}