diff options
author | Oz N Tiram <oz.tiram@gmail.com> | 2022-04-24 13:48:09 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-14 02:52:56 +0000 |
commit | ec2d62df363afce0752657b9f0fa0c46d69af443 (patch) | |
tree | 81c0709856ab2886b25f717c70a273df1e6ebee7 /x11-themes | |
parent | dev-python/python-ldap: add 3.4.0_p20220420 (diff) | |
download | gentoo-ec2d62df363afce0752657b9f0fa0c46d69af443.tar.gz gentoo-ec2d62df363afce0752657b9f0fa0c46d69af443.tar.bz2 gentoo-ec2d62df363afce0752657b9f0fa0c46d69af443.zip |
x11-themes/mate-icon-theme: add 1.26.0
Signed-off-by: Oz N Tiram <oz.tiram@gmail.com>
Signed-off-by: Sam James <sam@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.26.0.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/x11-themes/mate-icon-theme/Manifest b/x11-themes/mate-icon-theme/Manifest index 35b623a30fa6..a97940d7e813 100644 --- a/x11-themes/mate-icon-theme/Manifest +++ b/x11-themes/mate-icon-theme/Manifest @@ -1 +1,2 @@ DIST mate-icon-theme-1.24.0.tar.xz 22178384 BLAKE2B 7e1dbfcc83da49f30bad89106bfadf8d19d1ef3074d1302edad2934a46e6caac1aab003a126c823757e4a75127279107945e921d6463a05476ca98cf898ff74f SHA512 18ad6a236f02b7536697fed9086eadd997f0c47cc8311324e43641b21ccf942d0dbd52fa6c49623e679d3b23d82619cc256c98d9f8ccc3b3d4cda5d9a6e465f1 +DIST mate-icon-theme-1.26.0.tar.xz 21872216 BLAKE2B 9acccace3483a7e8d4a2958bc14119a42f76dcdad2c455d0f3f10653cc689ed3a4cca7d122474b2bff0b5100e586ea5fabf137a1d9b11545eeaa84745d9d576b SHA512 937d65710c1b7cc79ba0b71cd1a480597f20035380ffd5f0528c45c86bc8963189116d2c02332352170b7cd12fba5dd91f94cee9626104ab55c576d58f0636b8 diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.26.0.ebuild b/x11-themes/mate-icon-theme/mate-icon-theme-1.26.0.ebuild new file mode 100644 index 000000000000..a1dee9a35ea1 --- /dev/null +++ b/x11-themes/mate-icon-theme/mate-icon-theme-1.26.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 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 ~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 +} |