diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-04-06 15:45:56 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-09 20:19:23 +0300 |
commit | f96b086ad27ad295c05fb040bc0ca92a4b7c9f43 (patch) | |
tree | 17bf67c8fa5005588a226da69b412ba9aab4ac39 /x11-themes | |
parent | x11-themes/mate-backgrounds: add 1.28.0 (diff) | |
download | gentoo-f96b086ad27ad295c05fb040bc0ca92a4b7c9f43.tar.gz gentoo-f96b086ad27ad295c05fb040bc0ca92a4b7c9f43.tar.bz2 gentoo-f96b086ad27ad295c05fb040bc0ca92a4b7c9f43.zip |
x11-themes/mate-icon-theme: drop 1.27.0
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/mate-icon-theme/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/mate-icon-theme/mate-icon-theme-1.27.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-themes/mate-icon-theme/Manifest b/x11-themes/mate-icon-theme/Manifest index 392d7848a649..a4f0014777fa 100644 --- a/x11-themes/mate-icon-theme/Manifest +++ b/x11-themes/mate-icon-theme/Manifest @@ -1,2 +1 @@ DIST mate-icon-theme-1.26.0.tar.xz 21872216 BLAKE2B 9acccace3483a7e8d4a2958bc14119a42f76dcdad2c455d0f3f10653cc689ed3a4cca7d122474b2bff0b5100e586ea5fabf137a1d9b11545eeaa84745d9d576b SHA512 937d65710c1b7cc79ba0b71cd1a480597f20035380ffd5f0528c45c86bc8963189116d2c02332352170b7cd12fba5dd91f94cee9626104ab55c576d58f0636b8 -DIST mate-icon-theme-1.27.0.tar.xz 21875136 BLAKE2B d86603cad3ddb3df40fadcc752ac43bf1271cb2e860eb37906fbf12c6eb2e3dd19b6600769374910a22ad41fa72481efa52f13d2235fb3e9ea1fe773fb15de0d SHA512 aa2fad6d56c3ba60053fb0363dc1d944bb3797968ebf1c728890cc841bcc617b94d8c963cb590a215aaa7a24e8e92cbdcd7b7834369f1792dda8cfffd244f6ce diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.27.0.ebuild b/x11-themes/mate-icon-theme/mate-icon-theme-1.27.0.ebuild deleted file mode 100644 index ff55f66764e3..000000000000 --- a/x11-themes/mate-icon-theme/mate-icon-theme-1.27.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit mate - -MINOR=$(($(ver_cut 2) % 2)) -if [[ ${MINOR} -eq 0 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -fi - -DESCRIPTION="MATE default icon themes" -LICENSE="GPL-2" -SLOT="0" - -COMMON_DEPEND=">=x11-themes/hicolor-icon-theme-0.10" - -RDEPEND="${COMMON_DEPEND}" - -BDEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.40 - >=x11-misc/icon-naming-utils-0.8.7:0 - sys-devel/gettext:* - virtual/pkgconfig:*" - -RESTRICT="binchecks strip" - -src_configure() { - mate_src_configure --enable-icon-mapping -} |