x11-themes/elementary-icon-theme: drop 2.7.1-r4

Signed-off-by: Alexander Kurakin <kuraga333@mail.ru>
pull/27/head
Alexander Kurakin 1 year ago
parent b19395c8aa
commit 9ab1570955

@ -1,2 +1 @@
DIST elementary-icon-theme-2.7.1-r4.tar.bz2 2636455 BLAKE2B 956a1159f9fcad6f21335fdab023de89efeb650aa2ae12ab3903d4376bd1f9a1b4ecb2069dc103d2087969155aeb100427f85993b761f4d7492c6c5c8d5d0b6a SHA512 bae8a2b7539e2388c7742432d912683d6be5cfbc6b908d25810a2b97429598aeb645b481eda889a7a55b179f9cd9f8e5adf6597d4920f52e6d716fa3223b5ae8
DIST elementary-icon-theme-2.7.1-r5.tar.bz2 2693041 BLAKE2B b6d1a0808652a796ed2c30477858ac94c2726e6f1103be38c9beac0dbd8c4184e1691c6de79ff2c48ccc3e34f90d8d9c9d77cd68059aaa54b56817b5b9fd446c SHA512 c9b2c8db4cd018778cd8037d365d10cd1332ad060bc6bb80a65a759c5e16c68362f73a576e000fe591b9970d4c56958166a0b8e538edb4707eced66f6d3da19d

@ -1,34 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=8
inherit xdg-utils
DESCRIPTION="Elementary icon theme is designed to be smooth, sexy, clear, and efficient"
HOMEPAGE="https://launchpad.net/elementaryicons"
SRC_URI="https://mirror.calculate-linux.org/themes/elementary/${PF}.tar.bz2"
RESTRICT="binchecks strip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="x11-themes/hicolor-icon-theme"
S="${WORKDIR}"
src_install() {
insinto /usr/share/icons
doins -r elementary
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}
Loading…
Cancel
Save