diff options
author | Ian Jordan <immoloism@gmail.com> | 2023-12-18 02:21:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-21 11:49:41 +0000 |
commit | 77f2bcd77ea5d2074b9ba58c4efdf36dd41261be (patch) | |
tree | 4f7b545070e9a20e780eba4143b89fa53ff73638 /mate-extra/mate-indicator-applet/mate-indicator-applet-1.27.0.ebuild | |
parent | mate-extra/mate-calc: add 1.27.0 (diff) | |
download | gentoo-77f2bcd77ea5d2074b9ba58c4efdf36dd41261be.tar.gz gentoo-77f2bcd77ea5d2074b9ba58c4efdf36dd41261be.tar.bz2 gentoo-77f2bcd77ea5d2074b9ba58c4efdf36dd41261be.zip |
mate-extra/mate-indicator-applet: add 1.27.0
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-extra/mate-indicator-applet/mate-indicator-applet-1.27.0.ebuild')
-rw-r--r-- | mate-extra/mate-indicator-applet/mate-indicator-applet-1.27.0.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.27.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.27.0.ebuild new file mode 100644 index 000000000000..448d561b4956 --- /dev/null +++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.27.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit mate + +if [[ ${PV} != 9999 ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" +fi + +DESCRIPTION="MATE indicator applet" +LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+" +SLOT="0" + +IUSE="" + +COMMON_DEPEND=" + dev-libs/libayatana-indicator:3 + >=mate-base/mate-panel-1.17.0 + >=x11-libs/gtk+-3.22:3 +" + +RDEPEND="${COMMON_DEPEND} + virtual/libintl +" + +BDEPEND="${COMMON_DEPEND} + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_configure() { + mate_src_configure \ + --with-ayatana-indicators +} |