diff options
-rw-r--r-- | x11-themes/mint-x-icons/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/mint-x-icons/mint-x-icons-9999.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/x11-themes/mint-x-icons/Manifest b/x11-themes/mint-x-icons/Manifest new file mode 100644 index 0000000..6d075ff --- /dev/null +++ b/x11-themes/mint-x-icons/Manifest @@ -0,0 +1 @@ +EBUILD mint-x-icons-9999.ebuild 571 SHA256 2373511aaaa9fcfd659062e88deb5990ab927ea9fe9f76112345b42ab51de99b SHA512 1c2a457eb6fd2c5fd18e894a2c809caf52ec2ec07590f650f924ed8fa1c308e5d75ef3023b63cb11742439775328309bd49ff0dbd76fd07b6ae4b62fea3a0ef1 WHIRLPOOL 33fb2220549215442d16a95ea9f42407d2320c84e47a7b7e8457b8dc22b37a48ab066f4ada6b2ab6621ad36323f0e011dae2897eb7b3ba98fe5f9d55d8119431 diff --git a/x11-themes/mint-x-icons/mint-x-icons-9999.ebuild b/x11-themes/mint-x-icons/mint-x-icons-9999.ebuild new file mode 100644 index 0000000..e32e3eb --- /dev/null +++ b/x11-themes/mint-x-icons/mint-x-icons-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +inherit gnome2-utils git-2 + +DESCRIPTION="Mint-X icon theme" +HOMEPAGE="https://github.com/linuxmnt/mint-x-icons" +EGIT_REPO_URI="git://github.com/linuxmint/mint-x-icons.git" + +LICENSE="GPL" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +RESTRICT="bnchecks strip" + +src_install() { + doins -r usr +} + +pkg_preinst() { + gnome2_icon_savelist +} +pkg_postinst() { + gnome2_icon_cache_update +} +pkg_postrm() { + gnome2_icon_cache_update +} |