diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /x11-themes/arc-icon-theme |
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-themes/arc-icon-theme')
-rw-r--r-- | x11-themes/arc-icon-theme/Manifest | 4 | ||||
-rw-r--r-- | x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild | 41 | ||||
-rw-r--r-- | x11-themes/arc-icon-theme/metadata.xml | 11 |
3 files changed, 56 insertions, 0 deletions
diff --git a/x11-themes/arc-icon-theme/Manifest b/x11-themes/arc-icon-theme/Manifest new file mode 100644 index 000000000000..53f02ca895d2 --- /dev/null +++ b/x11-themes/arc-icon-theme/Manifest @@ -0,0 +1,4 @@ +DIST arc-icon-theme-20161122.tar.gz 5033333 SHA256 0b448dde34138b12ab2d5f224f001cf8203fff55e6b19b013b0461b4376641f9 SHA512 5d0f1417358eb81994868949acefe146537d8f3cc2fd7f529f9e6ba9c264845e50962f94427bac1262a76d3ca98d05795819d7c4a6ecd3139b0b57a6e9fdfad1 WHIRLPOOL fd2c98bd11e102fa22f3b7d6db8899a314a24f8c3d7de5e08d43a477cc69498ee8ba3927a7741c7cb85e3a25b22a713f4ca3c51f27b6a3f4de094244303ae6a8 +EBUILD arc-icon-theme-20161122.ebuild 868 SHA256 d448e201fe3238fd016477cf5936b5353f3c5648ca036f02c5d441f755145f0e SHA512 3fc287c5093c20204ca9de2cf19acd7036528091dab4f30ea535f84c6ee8253f9afdb9947816f0b690132db68d83db113726c0a766ef5848b69fa887d4a28b30 WHIRLPOOL ac4829cda48fb3426f1b27f2d493bf6175a9ef2a5b175411630c6b6da0f78dee3c59d12f22c695a9b9000b935ae0baf5acad70d021ef7b3ccc07e0c8130a5a78 +MISC ChangeLog 376 SHA256 4f8fd49120112b736e79ef7a9052d5bd1fac0108e964fa371106fc435dd20981 SHA512 75e2ee3f5f7aab972f6ba864680afb833f18c583d3b72255041aca61b2fa349c1c4e67286f362e37c848ad642bf631a30ef9b239133866592c561d71ecc01fc2 WHIRLPOOL 2d7a7c5583eba2f7d1d4d99c73fa6afbf678578ba6b4272f567c181edb64d336adde2914c827da48efa28edcd77d998579cd4048dca8bb1ba157367e607885b1 +MISC metadata.xml 352 SHA256 70a04cc2dee64d74e4ffe1d2c5d1f6c9bf3038ff27b6088ad3954280201df3f9 SHA512 dcb85c28dcc3abaa76da6c90d5554c30047e2e875339699965d59026c9b11db35f44ed8d19339beea72772878c15470143740bbc80c4f7b9ae750305bb3d4aab WHIRLPOOL f9d1bd04431171988ab3aeccb9a5b0b9ae46c98d24d37c2a6f124839d91981dff3c97bcf0f2160fbae080410c1a4753f24c61f224990f84ece085224f205fe6d diff --git a/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild b/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild new file mode 100644 index 000000000000..19c9a797ce38 --- /dev/null +++ b/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools gnome2-utils + +DESCRIPTION="Vertex icon theme" +HOMEPAGE="https://github.com/horst3180/arc-icon-theme" +SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + +# Require adwaita until moka is packaged +RDEPEND=" + x11-themes/adwaita-icon-theme +" +DEPEND="" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" + +src_prepare() { + default + eautoreconf +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/x11-themes/arc-icon-theme/metadata.xml b/x11-themes/arc-icon-theme/metadata.xml new file mode 100644 index 000000000000..79d162edbf96 --- /dev/null +++ b/x11-themes/arc-icon-theme/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <upstream> + <remote-id type="github">horst3180/arc-icon-theme</remote-id> + </upstream> +</pkgmetadata> |