Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/papirus-icon-theme/
Date: Sun, 27 Oct 2019 18:37:23
Message-Id: 1572201396.8c5326eff11c1ec6c28e1deb0659962cf8a7f34d.zlogene@gentoo
1 commit: 8c5326eff11c1ec6c28e1deb0659962cf8a7f34d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 27 18:36:36 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 18:36:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c5326ef
7
8 x11-themes/papirus-icon-theme: Initial import
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 x11-themes/papirus-icon-theme/Manifest | 1 +
14 x11-themes/papirus-icon-theme/metadata.xml | 11 +++++++++
15 .../papirus-icon-theme-20191009.ebuild | 26 ++++++++++++++++++++++
16 3 files changed, 38 insertions(+)
17
18 diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest
19 new file mode 100644
20 index 00000000000..db4b1cd7280
21 --- /dev/null
22 +++ b/x11-themes/papirus-icon-theme/Manifest
23 @@ -0,0 +1 @@
24 +DIST papirus-icon-theme-20191009.tar.gz 18636796 BLAKE2B cb1797468ffb1542fb6b732a0e54cf18b4158bf15ee0fd7f2c7616cba8568876bdfff0247fc1f311d15f064836d7a17916ac14887c3f4132983ebc7e75736668 SHA512 09d259783439721baf68bb5c65cc9cb51af148356e8c8c277ba2f45b5c96358f14defe1bb34db0281cb0cf77023ab54017e0d348de2910648a918a1638ae334f
25
26 diff --git a/x11-themes/papirus-icon-theme/metadata.xml b/x11-themes/papirus-icon-theme/metadata.xml
27 new file mode 100644
28 index 00000000000..cf5de6be3f6
29 --- /dev/null
30 +++ b/x11-themes/papirus-icon-theme/metadata.xml
31 @@ -0,0 +1,11 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 +<maintainer type="person">
36 + <email>zlogene@g.o</email>
37 + <name>Mikle Kolyada</name>
38 +</maintainer>
39 +<upstream>
40 + <remote-id type="github">PapirusDevelopmentTeam/papirus-icon-theme</remote-id>
41 +</upstream>
42 +</pkgmetadata>
43
44 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20191009.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191009.ebuild
45 new file mode 100644
46 index 00000000000..8afbb557b0c
47 --- /dev/null
48 +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191009.ebuild
49 @@ -0,0 +1,26 @@
50 +# Copyright 2019 Gentoo Authors
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=7
54 +
55 +inherit gnome2-utils
56 +
57 +DESCRIPTION="icon theme for Linux"
58 +HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
59 +SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz"
60 +
61 +LICENSE="GPL-3"
62 +SLOT="0"
63 +KEYWORDS="~amd64 ~x86"
64 +
65 +src_compile() { :; }
66 +
67 +src_install() {
68 + insinto /usr/share/icons
69 + doins -r ePapirus Papirus{,-Dark,-Light}
70 +
71 +}
72 +
73 +pkg_preinst() { gnome2_icon_savelist; }
74 +pkg_postinst() { gnome2_icon_cache_update; }
75 +pkg_postrm() { gnome2_icon_cache_update; }