diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-03-12 21:55:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-03-12 21:55:15 +0000 |
commit | 7218e1b46bceac05841e90472501742d905fb3fc (patch) | |
tree | 56fae051db521b8fce8014cbc8b11484885b14b3 /x11-themes/yasis-icon-theme | |
parent | 6d691ad5b6239929063441bbd14c489e92e7396e (diff) |
gentoo resync : 12.03.2021
Diffstat (limited to 'x11-themes/yasis-icon-theme')
-rw-r--r-- | x11-themes/yasis-icon-theme/Manifest | 4 | ||||
-rw-r--r-- | x11-themes/yasis-icon-theme/metadata.xml | 10 | ||||
-rw-r--r-- | x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2-r1.ebuild | 24 | ||||
-rw-r--r-- | x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild | 36 |
4 files changed, 33 insertions, 41 deletions
diff --git a/x11-themes/yasis-icon-theme/Manifest b/x11-themes/yasis-icon-theme/Manifest index e420bd2fc597..53612070cecf 100644 --- a/x11-themes/yasis-icon-theme/Manifest +++ b/x11-themes/yasis-icon-theme/Manifest @@ -1,3 +1,3 @@ DIST yasis-0.4.2.tar.bz2 1008347 BLAKE2B b78c35920f6e7507304525019a1a4c9fac2ef73479a83095de6175aa6f49fd2533b9a8a7b50b038d395036a1936193ce3bcdfe82e7d700d00582b469c7c9f9b3 SHA512 f417b02adc8f8b4b5ac5447c2babc7a8a887b8bd6c15639221c303e2baf3d5743c8f4fcf4ea264fdae6e6b85f387b4c485b99559071ed81cd054f03533121416 -EBUILD yasis-icon-theme-0.4.2.ebuild 720 BLAKE2B 3b4008bd32aa33bfee727ff466e49f95d57e72ad9ee6b3fd592c0efe6e888fde1521da4f5cf247aab72b320eb358b845b50eb9082b7ffae56bbf075d072d89a2 SHA512 c1b87de7858d4069237191183499f22f002de770ed526218b94b5c49b699ad0b9f7e2da280b2334c07b584768394d2ce073505d5cc461791f7b05c5229df1aab -MISC metadata.xml 280 BLAKE2B 6bb9cea51ea678e56e199a9387e52ea4f0c7534eb5af86e2e76d07a83fd2e84cc0bb6940d907f1527bbfb9402b0055d1f9339efa16ccd32689db9e3e49bc4f6e SHA512 ee538f1c3a19740600945d69b105692ab1c0cd6cc49fb49ea59d76696465994a53111eb3b1ab25275716a17239a1c0f3edde83bc8ed7e4d494d6a302fedadc0a +EBUILD yasis-icon-theme-0.4.2-r1.ebuild 469 BLAKE2B 599574b6ba9a86056a1c95fc760035d3cd2bcb786885f7f4a5af597eb9f6ded31f98bf08cdc5fdcb4c7b39bbbb36b7308a13e81ba44bd977efb6e98c6e13f25c SHA512 1802cbd65582025c9984a162e209339b612ce924139f5e79330a70d7d7ae9b2146b23056b250a01ffb1b4bc50cf6c3e4b61083e7952142a2c6d8a1d86b819f0e +MISC metadata.xml 371 BLAKE2B 88be161b93c99718fbcb9c4dce6c7677c274e61959fdac8eaf7a300d815e630e6d602b5ae691a1fc7153ae9e1361497b87fecf8dbb5e58b079e1136026e005ea SHA512 f9e39269149db9965c94d9ae7bed4c1d74ca210fb33c8cf20ce8b025997727ce2d3ea223ea17b5033ed103452b6b0aa5cbefbc29d2d321ab711348c2dc4e7c7e diff --git a/x11-themes/yasis-icon-theme/metadata.xml b/x11-themes/yasis-icon-theme/metadata.xml index cc1ab6847396..52c3f63cafa2 100644 --- a/x11-themes/yasis-icon-theme/metadata.xml +++ b/x11-themes/yasis-icon-theme/metadata.xml @@ -1,8 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>desktop-misc@gentoo.org</email> - <name>Gentoo Desktop Miscellaneous Project</name> + <maintainer type="person"> + <email>gentoo@aisha.cc</email> + <name>Aisha Tammy</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> </maintainer> </pkgmetadata> diff --git a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2-r1.ebuild b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2-r1.ebuild new file mode 100644 index 000000000000..afb44e8d8d60 --- /dev/null +++ b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xdg + +DESCRIPTION="Scalable icon theme called Yasis" +HOMEPAGE="http://www.silvestre.com.ar/" +SRC_URI="mirror://gentoo/yasis-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}" + +src_install() { + dodoc yasis/{AUTHORS,README} + rm -f yasis/{AUTHORS,COPYING,DONATE,INSTALL,README} + + insinto /usr/share/icons + doins -r yasis +} diff --git a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild deleted file mode 100644 index f14489c8268a..000000000000 --- a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xdg-utils - -DESCRIPTION="A scalable icon theme called Yasis" -HOMEPAGE="http://www.silvestre.com.ar/" -SRC_URI="http://www.silvestre.com.ar/icons/yasis-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="minimal" - -RDEPEND="!minimal? ( || ( x11-themes/adwaita-icon-theme x11-themes/nuovo-icon-theme ) )" -DEPEND="" - -RESTRICT="binchecks strip" - -S="${WORKDIR}" - -src_install() { - dodoc yasis/{AUTHORS,README} - rm -f yasis/{AUTHORS,COPYING,DONATE,INSTALL,README} - - insinto /usr/share/icons - doins -r yasis -} - -pkg_postinst() { - xdg_icon_cache_update -} -pkg_postrm() { - xdg_icon_cache_update -} |