Добавлена зависимость в polkit-mate от dev-libs/libappindicator

atratsevskiy
parent c4dfe62478
commit 7fa8fd3d74

@ -1,2 +1 @@
DIST mate-polkit-1.12.0.tar.xz 324708 SHA256 c38f0a0c3d4e10fc95d27fa4e8d47eb6948e8c9279a82f316f563666571bf8b9 SHA512 b6e771062e29d2f4f2823638e39f5e5b349b98fcf8fd8d652d847d568eee919d37956089d7bef1463d96f801f852d10d9423bb8c20f8a54dfe8188d19ab6fb0c WHIRLPOOL bc35601f824af52ac1162aeb3342789e8fbb4f6a09b5352fffd5db87d9c02f6ddba326002a13533531c772234994c845dfbe1473563bec1c442606688b6909f4
EBUILD mate-polkit-1.12.0.ebuild 1406 SHA256 ee420f0b45da1445e69f420e0f4a3479da7b14f93df41400ad81c647d53a9585 SHA512 b682efe2d8e1b6f75a7bd5f542a55ee689744c2c61ab3e61e00855ef50dcc81433389ea49fc6db249c60d58abaabf673756241fbb453e50bf1263d9170eba917 WHIRLPOOL f3a569021777304cf42a9c6b7bd9f6e128b8489043b00864522f0855ca1c7d5b4c39b3f5b9cca97a30291fa84a8e1b2d0603cc914e6635883caf16bce92e242e

@ -0,0 +1,53 @@
# Copyright open-overlay 2015 by Alex
EAPI="5"
GCONF_DEBUG="no"
inherit gnome2 versionator
MATE_BRANCH="$(get_version_component_range 1-2)"
SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
DESCRIPTION="A MATE specific DBUS session bus service that is used to bring up authentication dialogs"
HOMEPAGE="https://github.com/mate-desktop/mate-polkit"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+introspection gtk3"
RDEPEND=">=dev-libs/glib-2.28:2
>=sys-auth/polkit-0.102:0[introspection?]
!gtk3? ( >=x11-libs/gtk+-2.24:2[introspection?]
x11-libs/gdk-pixbuf:2[introspection?]
)
gtk3? ( x11-libs/gtk+:3[introspection?] )
virtual/libintl:0
introspection? ( >=dev-libs/gobject-introspection-0.6.2:0 )
dev-libs/libappindicator:2"
# We call gtkdocize so we need to depend on gtk-doc.
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-1.3:0
>=dev-util/intltool-0.35:*
>=mate-base/mate-common-1.12
sys-devel/gettext:*
virtual/pkgconfig:*
!<gnome-extra/polkit-gnome-0.102:0"
# Entropy PMS specific. This way we can install the pkg into the build chroots.
ENTROPY_RDEPEND="!lxde-base/lxpolkit"
src_configure() {
local myconf
use gtk3 && myconf="${myconf} --with-gtk=3.0"
use !gtk3 && myconf="${myconf} --with-gtk=2.0"
gnome2_src_configure \
--disable-static \
${myconf} \
$(use_enable introspection)
}
DOCS="AUTHORS HACKING NEWS README"
Loading…
Cancel
Save