updated in tree

This commit is contained in:
Guillaume Castagnino 2021-05-05 08:41:17 +02:00
parent 0c6a410aed
commit 482fb32625
3 changed files with 0 additions and 37 deletions

View File

@ -1,3 +0,0 @@
DIST papirus-icon-theme-20210401.tar.gz 27153786 BLAKE2B 95f8b10cd13540f3d2b9f1b1febf0649764d8761f1b4a9d6a2038073b1e8e73e331226ee8c6a4069ac7d26052d49db3b18565ecfd08edd197d4f729769ddca9d SHA512 317eed658897dd55d8393669cb62b2a8f9211120b8e132263c70ddd2f5710973c78230f37bd0f60c75b7b67912d7d2cff2d048dd7b29ffb9c68c73c2ab89ee2b
EBUILD papirus-icon-theme-20210401.ebuild 644 BLAKE2B 0fd933c0d9f7d3a08367f4a729905f748121943240c63d5f1306279f1842969148befdcc64ceb8e707cb288155e35e927a9d295aaf4cdfee994b0cc0d6ebb6ee SHA512 824a4aff3b1c4d1b8e092581860bcd0025eabae32c4dce04fd3a88eb406d269c061041e491fef53c3d003cafdf4fea5fcda6d4f56c7cedb53a136b663d7134a4
MISC metadata.xml 269 BLAKE2B 06e943162c232eb78ab968ab10bc76d6b70c8d9ead770109b51986382aa17b67e57cbb7fe8c13f6d8a39aebe0584722fa7f11d7ce1b5770c9f78c4025d99e355 SHA512 f4e81d988c1204f8629264435cb212e927e03823abdf291f5c2fa5862b9996f491ef6e28516b1b60a187f73d8c61dfa31ea954bc3ecf8c13c3ac5d84cd9975b3

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">PapirusDevelopmentTeam/papirus-icon-theme</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,26 +0,0 @@
# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnome2-utils xdg-utils
DESCRIPTION="icon theme for Linux"
HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_compile() { :; }
src_install() {
insinto /usr/share/icons
doins -r ePapirus Papirus{,-Dark,-Light}
}
pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { xdg_icon_cache_update; }