diff options
author | Ettore Di Giacinto <mudler@gentoo.org> | 2016-11-10 21:52:51 +0100 |
---|---|---|
committer | Ettore Di Giacinto <mudler@gentoo.org> | 2016-12-08 16:30:31 +0100 |
commit | 1ae89c404300986603046a109475aac7e36f74e8 (patch) | |
tree | e2b01cb9ba66e7481214baef65599b83a65ff4b8 /mate-extra/mate-indicator-applet/mate-indicator-applet-1.16.0.ebuild | |
parent | x11-themes/mate-icon-theme-faenza: version bump to 1.16.0 (diff) | |
download | gentoo-1ae89c404300986603046a109475aac7e36f74e8.tar.gz gentoo-1ae89c404300986603046a109475aac7e36f74e8.tar.bz2 gentoo-1ae89c404300986603046a109475aac7e36f74e8.zip |
mate-extra/mate-indicator-applet: version bump to 1.16.0
Package-Manager: portage-2.3.1
Diffstat (limited to 'mate-extra/mate-indicator-applet/mate-indicator-applet-1.16.0.ebuild')
-rw-r--r-- | mate-extra/mate-indicator-applet/mate-indicator-applet-1.16.0.ebuild | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.16.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.16.0.ebuild new file mode 100644 index 000000000000..005272549324 --- /dev/null +++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.16.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit mate versionator + +if [[ ${PV} != 9999 ]]; then + KEYWORDS="~amd64 ~arm ~x86" +fi + +DESCRIPTION="MATE indicator applet" +LICENSE="GPL-2 FDL-1.1 LGPL-2" +SLOT="0" + +IUSE="gtk3" + +COMMON_DEPEND=" + >=mate-base/mate-panel-1.8[gtk3(-)=] + !gtk3? ( + >=dev-libs/libindicator-0.3.90:0 + >=x11-libs/gtk+-2.24:2 + ) + gtk3? ( + >=dev-libs/libindicator-0.3.90:3 + >=x11-libs/gtk+-3.0:3 + )" + +RDEPEND="${COMMON_DEPEND}" + +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.35.0 + virtual/pkgconfig" + +src_configure() { + mate_src_configure \ + --with-gtk=$(usex gtk3 3.0 2.0) +} |