diff options
author | Hanno <hanno@gentoo.org> | 2016-09-13 23:58:18 +0200 |
---|---|---|
committer | Hanno <hanno@gentoo.org> | 2016-09-13 23:58:18 +0200 |
commit | 1271a4a6f5716077806d7cd58b9bca53758a86e9 (patch) | |
tree | 061702c8a56b807d967536631cd706b28046bbc1 /lxde-base | |
parent | 424dc44cf58638783bee19a72e35c9a7ed34d83d (diff) | |
download | gentoo-1271a4a6f5716077806d7cd58b9bca53758a86e9.tar.gz gentoo-1271a4a6f5716077806d7cd58b9bca53758a86e9.tar.xz |
lxde-base/lxde-icon-theme: Version bump to 0.5.1
Package-Manager: portage-2.3.0
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxde-icon-theme/Manifest | 1 | ||||
-rw-r--r-- | lxde-base/lxde-icon-theme/lxde-icon-theme-0.5.1.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/lxde-base/lxde-icon-theme/Manifest b/lxde-base/lxde-icon-theme/Manifest index bc46677f9d0..1be536443c9 100644 --- a/lxde-base/lxde-icon-theme/Manifest +++ b/lxde-base/lxde-icon-theme/Manifest @@ -1 +1,2 @@ DIST lxde-icon-theme-0.5.0.tar.bz2 4545598 SHA256 49dc61c46c4a0ca9298f9e0866bcf7212a08ddaa71f15bfabfb0220fe1efa848 SHA512 4ca3e94b5826f7fe87d840feddf0c130fa77e8f14f22a59d9749252a5106d54661237e3c9286f4880d0aaa50bd330cb4bfb9d663ca35d6ee4b9e3c2af30fe9ab WHIRLPOOL 79b7aa6a42e28086f2d88d1482d211b1c70350af7cb925ce222e222f39cbc547f8269aad31370af15308295d42f587d369a3575cfa540c198693aeccc43fe534 +DIST lxde-icon-theme-0.5.1.tar.xz 4469552 SHA256 e3d0b7399f28a360a3755171c9a08147d68f853f518be5485f5064675037916c SHA512 4ae0e7efd610bc68c4fec2fa00e83b4cc61a313fa4207c213d592f7c8f40bda79117e45dfe7df537baddc8834a55f8ab8864918655136d938a7201c7520597b5 WHIRLPOOL d8826b8ea309de5040d70d2800e38d6666d3738ad1abede0657df66bd3d5a3629dad97edecc54f3efbd3e7429765af3d49cbd796775f95726bf2bd8e2751f1a6 diff --git a/lxde-base/lxde-icon-theme/lxde-icon-theme-0.5.1.ebuild b/lxde-base/lxde-icon-theme/lxde-icon-theme-0.5.1.ebuild new file mode 100644 index 00000000000..ea6f18fb8fa --- /dev/null +++ b/lxde-base/lxde-icon-theme/lxde-icon-theme-0.5.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +inherit gnome2-utils + +DESCRIPTION="nuoveXT2 iconset" +HOMEPAGE="http://lxde.org/" +SRC_URI="mirror://sourceforge/lxde/LXDE%20Icon%20Theme/${P}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux" +IUSE="" + +RDEPEND="x11-libs/gtk+:2" +DEPEND="${RDEPEND} + virtual/pkgconfig + sys-devel/gettext + !<lxde-base/lxde-common-0.5.0" + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} |