x11-themes/papirus-icon-theme: New package
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
parent
1a12726235
commit
6a10a0d4a4
12
x11-themes/papirus-icon-theme/Manifest
Normal file
12
x11-themes/papirus-icon-theme/Manifest
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
-----BEGIN PGP SIGNED MESSAGE-----
|
||||||
|
Hash: SHA256
|
||||||
|
|
||||||
|
EBUILD papirus-icon-theme-9999-r1.ebuild 522 BLAKE2B 50525fe21c8d3561b473f792ee69328211dccb24bd502d6632591989066b1fb84d60ac9c14b9b6cb016e19098f9b91b86b4738569fb9c628db748e45539e2e2c SHA512 935b94bd9837670223e286c4c08e30f5dcfb6c9b6c8524dccd20f653b1dd369670728103bfbd9a14f70ecbbf54a6ababf9a08c27af7cf1136391dc3eaf231fcb
|
||||||
|
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW/B9LgAKCRDPw5SX8bJu
|
||||||
|
B9djAP9frKBQPRjU0XGpoVT8eonzffB8pMgl5tNj3PHcXRxgugD+Ke+kNznbfoHh
|
||||||
|
ivL3VV3imzibVtmyY+or5SswF9AvBVo=
|
||||||
|
=cU1A
|
||||||
|
-----END PGP SIGNATURE-----
|
8
x11-themes/papirus-icon-theme/metadata.xml
Normal file
8
x11-themes/papirus-icon-theme/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>gentoo@tastytea.de</email>
|
||||||
|
<name>tastytea</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
|
@ -0,0 +1,27 @@
|
||||||
|
# Copyright 1999-2018 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
|
||||||
|
inherit git-r3 gnome2-utils
|
||||||
|
|
||||||
|
DESCRIPTION="Papirus icon theme for GTK and KDE"
|
||||||
|
HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
|
||||||
|
SRC_URI=""
|
||||||
|
EGIT_REPO_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git"
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS=""
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
gnome2_icon_cache_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
gnome2_icon_cache_update
|
||||||
|
}
|
Reference in New Issue
Block a user