now in tree

This commit is contained in:
Guillaume Castagnino 2019-07-10 08:49:15 +02:00
parent 96db7d2411
commit a67ac9213d
3 changed files with 0 additions and 56 deletions

View File

@ -1,3 +0,0 @@
DIST elementary-xfce-icon-theme-0.13.1.tar.gz 6270817 BLAKE2B c4fa8b6de5a839dfaa564f2b850598d6d071912fcd892348e5e0c77095c89c47091351097c7e3a50eb9cc2518f36d23c1216aea59b22d0ef321235edae0a1fbb SHA512 6a0de74110a7a9d0052e469c930b518a7e4582fd499cffe4322b22148bc0dcbe62bfaf1181aa0f6e3dd3fe5eab85dacfeabc9d280303fb2377581e6ac93832e2
EBUILD elementary-xfce-icon-theme-0.13.1.ebuild 1054 BLAKE2B 64af36e6f3c44f2a332d5892122de71751c0a3ee77c4440bc03100f165deff0087c6011dcb93a313e867e49877a9791f5dbe069065564a158612be7db80db9b5 SHA512 ec31fc2f58f841e57914c5c784f2bb7a8db6f7672ca869dbe5a03e8291f926e9a4b4dc304b084591a5d7bd40ddd820c60321dc6c13c0637050c3d7b4e8d5628b
MISC metadata.xml 346 BLAKE2B aadbfac92004404037c41af003c6db9a99e9ed48f35ffd7c8561a4a624ea43f31a7262cc913a8ce75df4280f1d557672696e880712db5cbd90fc2be92e261f25 SHA512 41a313ca1a567e691e144d3e0aa1110cc1fc4110c63d7a72e8acafb83805e278360019e31b8d387604f4f932a16e6c3b57b77a2a81f32a1cee3b4e6e492f26cb

View File

@ -1,42 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit gnome2-utils
MY_PN="${PN/-icon-theme/}"
DESCRIPTION="Elementary icons forked from upstream, extended and maintained for Xfce"
HOMEPAGE="https://github.com/shimmerproject/elementary-xfce"
SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain GPL-1 GPL-2 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="
media-gfx/optipng"
S="${WORKDIR}/${MY_PN}-${PV}"
src_install() {
insinto /usr/share/icons/
dodoc README.md
for shade in elementary-xfce*; do
for doc in {AUTHORS,CONTRIBUTORS,LICENSE}; do
if [[ -f ${shade}/${doc} ]]; then
newdoc ${shade}/${doc} ${shade}-${doc}
rm -f ${shade}/${doc} || die
elif [[ -L ${shade}/${doc} ]]; then
unlink ${shade}/${doc} || die
fi
done
doins -r ${shade}
done
}
pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>xfce@gentoo.org</email>
<name>XFCE Team</name>
</maintainer>
<upstream>
<remote-id type="github">shimmerproject/elementary-xfce</remote-id>
</upstream>
</pkgmetadata>