From c4163f0566b67cfd1c5d77c6dab031c8d49d6ec6 Mon Sep 17 00:00:00 2001 From: Christoph Mende Date: Sun, 13 Apr 2014 11:33:13 +0200 Subject: flattr-icons: Initial import Package-Manager: portage-2.2.10 RepoMan-Options: --force Manifest-Sign-Key: 84F20B43 --- x11-themes/flattr-icons/Manifest | 12 ++++++++++ x11-themes/flattr-icons/flattr-icons-9999.ebuild | 28 ++++++++++++++++++++++++ x11-themes/flattr-icons/metadata.xml | 5 +++++ 3 files changed, 45 insertions(+) create mode 100644 x11-themes/flattr-icons/Manifest create mode 100644 x11-themes/flattr-icons/flattr-icons-9999.ebuild create mode 100644 x11-themes/flattr-icons/metadata.xml diff --git a/x11-themes/flattr-icons/Manifest b/x11-themes/flattr-icons/Manifest new file mode 100644 index 0000000..8db5cf5 --- /dev/null +++ b/x11-themes/flattr-icons/Manifest @@ -0,0 +1,12 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +EBUILD flattr-icons-9999.ebuild 650 SHA256 6c35c532adbc11acff9bd046e3f6907ad268a44f687bdd0bf8540ff9c1b69b21 SHA512 42f6aadab74346ec1faac5e23c8257d2782441e1f4f6d3c8666cfb52cd10f0cc1797186cc0bc8d440a6829dd4df3ca33372ac97b46c61ec35b50230cd33e53d1 WHIRLPOOL 5e91e5714a724f8a0df85426c65d609a64d7811e79b15c4fe253419b79fc83f4c9ac1dd7e332b7c14c613b68dfd092110a6d1e7d6cef485c47c5d7b5a8880e0a +MISC metadata.xml 140 SHA256 46e94927a74c45d5fd3e380fdc946886e83bc28a0a51b4f57b0a360428a5cf4b SHA512 fea2d8570514bac76535850a58a9fb50946a315efd0448cbb3fb0d543acc203541fb3431bd4c3ca82e057f2bd4fcd763da81d07dccfd4a788aedc9aa825d6296 WHIRLPOOL 78baff9ed584f9e1f978667c5b19ba0a66fe2793cacd56c2afbb9fd22fad28d6d012c3d976e8ad30aa4ddd63614cc990bb3a89a2052b3271e4cfd77003d5158e +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.22 (GNU/Linux) + +iF4EAREIAAYFAlNKWdkACgkQmWq1bYTyC0M+egD8DmoVK9UXUMgkVXvaOYQaZM4X +KOQbiZMX6kb+6EvMMX8A/2wvCpXaIeiLHvUATWlBa7kfzOz09KCefokiMDgDff6q +=PzF0 +-----END PGP SIGNATURE----- diff --git a/x11-themes/flattr-icons/flattr-icons-9999.ebuild b/x11-themes/flattr-icons/flattr-icons-9999.ebuild new file mode 100644 index 0000000..cacc182 --- /dev/null +++ b/x11-themes/flattr-icons/flattr-icons-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit gnome2-utils git-r3 + +DESCRIPTION="an icon theme inspired by the latest flat design trend" +HOMEPAGE="https://github.com/NitruxSA/flattr-icons" +EGIT_REPO_URI="https://github.com/NitruxSA/${PN}.git" + +LICENSE="CC-BY-NC-SA-4.0" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="x11-themes/hicolor-icon-theme" + +RESTRICT="binchecks strip" + +src_install() { + insinto /usr/share/icons/flattr + doins -r * +} + +pkg_preinst() { gnome2_icon_savelist; } +pkg_postinst() { gnome2_icon_cache_update; } +pkg_postrm() { gnome2_icon_cache_update; } diff --git a/x11-themes/flattr-icons/metadata.xml b/x11-themes/flattr-icons/metadata.xml new file mode 100644 index 0000000..88ea92b --- /dev/null +++ b/x11-themes/flattr-icons/metadata.xml @@ -0,0 +1,5 @@ + + + + + -- cgit v1.2.3-65-gdbad