diff options
author | ScardracS <marco@scardovi.com> | 2021-03-14 12:06:34 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-14 12:14:33 +0200 |
commit | 2926d5d8596e1babf96b0568382a0805bed3aad9 (patch) | |
tree | c26d2ff5a90ca11272658d267841dfd2fc5f6ff4 /x11-themes | |
parent | dev-haskell/haddock-library: drop old (diff) | |
download | gentoo-2926d5d8596e1babf96b0568382a0805bed3aad9.tar.gz gentoo-2926d5d8596e1babf96b0568382a0805bed3aad9.tar.bz2 gentoo-2926d5d8596e1babf96b0568382a0805bed3aad9.zip |
x11-themes/papirus-icon-theme: updating to 20210302
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/papirus-icon-theme/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/papirus-icon-theme/metadata.xml | 15 | ||||
-rw-r--r-- | x11-themes/papirus-icon-theme/papirus-icon-theme-20210302.ebuild | 22 |
3 files changed, 34 insertions, 4 deletions
diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest index be8014ce442e..806fb5c5f01c 100644 --- a/x11-themes/papirus-icon-theme/Manifest +++ b/x11-themes/papirus-icon-theme/Manifest @@ -10,3 +10,4 @@ DIST papirus-icon-theme-20200602.tar.gz 23108544 BLAKE2B fced236cd7318ad26df0ccb DIST papirus-icon-theme-20200702.tar.gz 23456769 BLAKE2B 4e4c9466c14a18231526c3a6db33cc35841a1e5787f03e186914f57f67ee19579e4822099e82fb9b295a6da393b1097110b7ef3b86737794fe0f5aa8c62de50d SHA512 ff2aa30bb70361f2952be203b3e3d00aae248726b5413a3a8e9ad7d6e7d0759e9bfd156cc65520175aba0e5436e9e58453ae0058d7d639d5c9a818e7f158761c DIST papirus-icon-theme-20200801.tar.gz 23673134 BLAKE2B 6562a6445008de3b465a8c1b7db9ba62d057ba9937058de5355482a063df3b93db5cdd3867ffee113b1c2a0152735ac0b0fdb0dfa46119e7ed31ef8ebcd0765a SHA512 fd8262b4b56c825f145db466c7237f29322c76f8ec10c59a9cb97315b4a6ae3667c6e6e4910a8165529e762c5420298949f5b283ee4d37ac14135be35cdbf993 DIST papirus-icon-theme-20200901.tar.gz 24109177 BLAKE2B c30aefa8d056c4c8e86425b3ebca4720d01ca7b0853f33edfb382a280f347df5da75815b354549c96285478fd4e6bacf5469a4212047fe0ba14cc6d2d1b7e292 SHA512 0c1abdf58aeaff6aa8bce2b1db541377633e15282024f757d949adc4cf3e73d08b66b5188fa31530394cb804e88881b5a66c4d80772469d606cfc192c076224e +DIST papirus-icon-theme-20210302.tar.gz 26557577 BLAKE2B 6dfba45b97d466deffd23852694cec62c40035a7552c5424dbc84fb9e5755fc0ba97eab302947e45e408a3f36ce3d6eead4af9c335c066355398a4cf30c66085 SHA512 b8bba6a3f68b34da7f9e55ac19b37240d7dc0b1b7cb6523431d5e1ce08a90179e26beb621c8da4ff219d2c1e9ad390f8d0e6f413bc4296c15b1da872f09dfd26 diff --git a/x11-themes/papirus-icon-theme/metadata.xml b/x11-themes/papirus-icon-theme/metadata.xml index 4901bff90cb7..d4b1baae7f74 100644 --- a/x11-themes/papirus-icon-theme/metadata.xml +++ b/x11-themes/papirus-icon-theme/metadata.xml @@ -1,8 +1,15 @@ <?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> + <maintainer type="person"> + <email>marco@scardovi.com</email> + <name>Marco Scardovi</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">PapirusDevelopmentTeam/papirus-icon-theme</remote-id> + </upstream> </pkgmetadata> diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20210302.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20210302.ebuild new file mode 100644 index 000000000000..c7874589d065 --- /dev/null +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20210302.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xdg + +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} + +} |