mate-extra/mate-indicator-applet: drop 1.26.0-r1

Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Ian Jordan
2024-09-03 13:24:20 +01:00
committed by Andreas Sturmlechner
parent be549ead07
commit 4951542ede
2 changed files with 0 additions and 37 deletions

View File

@@ -1,2 +1 @@
DIST mate-indicator-applet-1.26.0.tar.xz 383936 BLAKE2B 4435c8e2c4acf5cd033a9f85b39a2f577d9861124fa47e22bdba970fb61c9ce5fe8bf31bc87a47a8a8f82640905c50b316f35f572a2a4a83830c8f8d110b80fd SHA512 677586b4090edd22871eb034b923795a01030a5270e633a11ed711171e49f487047fbf75daf1d69d491660bdf63421b900e06fd806eeef93df101058c0130c06
DIST mate-indicator-applet-1.28.0.tar.xz 392284 BLAKE2B adc8ff8ad60fcae0974dde4b66935eef322fdaf4d9af52907b7914c381d66ad5600bc508a1f3e87b8ddb51a82572f1df3a662afd87bb3643edd3bee62eef1c3d SHA512 1b08d457ac414d1f6ce7d6f3ef65974a1f300a57bf9802a8e25fe4f44e04a459d5f924b0235fbfc63e7ab4ddbeef0deb6f2b5545d439c6a4e97e4c3845111691

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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
}