summaryrefslogtreecommitdiff
path: root/x11-themes/arc-icon-theme
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-20 02:17:30 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-20 02:17:30 +0000
commit8dd17625671faf6a47abf31d4c96a1e20d764ba5 (patch)
tree6dd5062cd293d1c2fc5af1f89cd548c7b3a62f3c /x11-themes/arc-icon-theme
parentd4725f7e03f4d243d29d408f4b9de39459e00d4c (diff)
gentoo auto-resync : 20:02:2023 - 02:17:29
Diffstat (limited to 'x11-themes/arc-icon-theme')
-rw-r--r--x11-themes/arc-icon-theme/Manifest2
-rw-r--r--x11-themes/arc-icon-theme/arc-icon-theme-20161122-r1.ebuild (renamed from x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild)29
2 files changed, 7 insertions, 24 deletions
diff --git a/x11-themes/arc-icon-theme/Manifest b/x11-themes/arc-icon-theme/Manifest
index 19a631d926c3..d3b2ee451a70 100644
--- a/x11-themes/arc-icon-theme/Manifest
+++ b/x11-themes/arc-icon-theme/Manifest
@@ -1,3 +1,3 @@
DIST arc-icon-theme-20161122.tar.gz 5033333 BLAKE2B 844a6a0979cbffaf08f32ddbb4c8b7f2be9e514b3174771ea2b0872d78b256d824994ff285f5ed5181b82b96930d9f23caa5f2e8b39d438b33c77c6101887c18 SHA512 5d0f1417358eb81994868949acefe146537d8f3cc2fd7f529f9e6ba9c264845e50962f94427bac1262a76d3ca98d05795819d7c4a6ecd3139b0b57a6e9fdfad1
-EBUILD arc-icon-theme-20161122.ebuild 828 BLAKE2B 118a626322d70ffde228724b7c1334b414d70a9cea1527a1cf035cf1f57e736009d5d58d29910943b1197ac7bf9a8481973eb46f2deb03ad6d5ea6e08aac33f1 SHA512 a89510df14c67036d396f75d32f05d5e304150ec9501f03a4a671708302f9a565dc583f57273f66efb8221e27bd17b1565340840da1d73f096a88b82def6ef35
+EBUILD arc-icon-theme-20161122-r1.ebuild 666 BLAKE2B 38cc21fb76919f06baf91c9384cf89a36152cf7315d8f4a025b6dee8c4be188a499ba2e4f9bcf25b0be9d29c7029f04f156955ff98fa53fe695b3b0c66577a86 SHA512 c94e7a26ef4c94f953d2a5d37ab60fc309141fd801c7e42e2d77136b3384c496c2715008b673a5fbdee3c2d728bde1ab7e6486ce1dd681507e4f0bfa592e3789
MISC metadata.xml 353 BLAKE2B 6b394bc6955e3999fd87b170c35a76aa87b9011b91d144c98cacba67108bea144bd1ae2777d9a2f8115f3545c90c91bf0771134eefe508fa5a87d3f7aff8a098 SHA512 3c860be081df95ed83ad13297ccbd5a6219cb8efad756f46008dde614d14b7d2b017d3f3d4b46b5056aedf543854ad5770b4e8726dbd7fff60bc56985b92ec47
diff --git a/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild b/x11-themes/arc-icon-theme/arc-icon-theme-20161122-r1.ebuild
index e2090d55a9f7..3b272fe61bdc 100644
--- a/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild
+++ b/x11-themes/arc-icon-theme/arc-icon-theme-20161122-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-inherit autotools gnome2-utils
+inherit autotools xdg
DESCRIPTION="Vertex icon theme"
HOMEPAGE="https://github.com/horst3180/arc-icon-theme"
@@ -11,31 +11,14 @@ SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-IUSE=""
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-# Require adwaita until moka is packaged
-RDEPEND="
- x11-themes/adwaita-icon-theme
-"
-DEPEND=""
-
# This ebuild does not install any binaries
RESTRICT="binchecks strip"
+# Require adwaita until moka is packaged
+RDEPEND="x11-themes/adwaita-icon-theme"
+
src_prepare() {
default
eautoreconf
}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}