x11-themes/elementary-icon-theme: fix gnome2 -> xdg-utils

pull/7/head
Victor Kustov 1 year ago
parent 8b90ddfc23
commit 86eb4f9559

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=7
EAPI=8
inherit gnome2
inherit xdg-utils
DESCRIPTION="Elementary icon theme is designed to be smooth, sexy, clear, and efficient"
HOMEPAGE="https://launchpad.net/elementaryicons"
@ -16,9 +16,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND=""
RDEPEND="${DEPEND}
x11-themes/hicolor-icon-theme"
RDEPEND="x11-themes/hicolor-icon-theme"
S="${WORKDIR}"
@ -28,13 +26,13 @@ src_install() {
}
pkg_preinst() {
gnome2_icon_savelist
xdg_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
xdg_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
xdg_icon_cache_update
}

@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2
inherit xdg-utils
DESCRIPTION="Elementary icon theme is designed to be smooth, sexy, clear, and efficient"
HOMEPAGE="https://launchpad.net/elementaryicons"
@ -15,9 +15,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND=""
RDEPEND="${DEPEND}
x11-themes/hicolor-icon-theme"
RDEPEND="x11-themes/hicolor-icon-theme"
S="${WORKDIR}"
@ -27,13 +25,13 @@ src_install() {
}
pkg_preinst() {
gnome2_icon_savelist
xdg_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
xdg_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
xdg_icon_cache_update
}

Loading…
Cancel
Save