summaryrefslogtreecommitdiff
path: root/x11-themes/gartoon
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-26 00:10:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-26 00:10:07 +0100
commit95461df035e3867364495f065e5e805bf629b2d7 (patch)
tree867dce371a84a696e91be255d89f282975aa0480 /x11-themes/gartoon
parent46eedbedafdb0040c37884982d4c775ce277fb7b (diff)
gentoo resync : 25.10.2021
Diffstat (limited to 'x11-themes/gartoon')
-rw-r--r--x11-themes/gartoon/Manifest2
-rw-r--r--x11-themes/gartoon/gartoon-0.5-r2.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-themes/gartoon/Manifest b/x11-themes/gartoon/Manifest
index c0b04fad6ae4..77c4aadae89a 100644
--- a/x11-themes/gartoon/Manifest
+++ b/x11-themes/gartoon/Manifest
@@ -1,3 +1,3 @@
DIST gartoon-0.5.tar.gz 1552790 BLAKE2B 6d753c806a26fed906a212b288c3db8de2487ed47abb660769dce2fa3785dd7e7608ebb95987d64ab8978616cd030e54ce83072d052a053adf6b4584a1320bb6 SHA512 c9a3def77e9cbbd8bb6f5ae469b4720b8b26b182daef44f65676a8a1db48424d1e73c3dd8a26b0b8918ad81a9dca0a1f78e162a1e1a938d9a56115dbbaf4ebb9
-EBUILD gartoon-0.5-r2.ebuild 1208 BLAKE2B 4fa1aa29fd2b07d0cd58e2bc6666f39025ffd56e6e9c890fa0e540e6e3a1e1126dbd13041d7d6f463e9d95ce0630bfefe1e46676a9b80f72b87a97996b39137f SHA512 5d1a7afd54700303e6901eac09e6b8b7fb0b26312abd2e0758e65ae13bc3baf65f703e68f1deca93b591a60ab70fed12209f53129750e86eaf73947c887e22a0
+EBUILD gartoon-0.5-r2.ebuild 1218 BLAKE2B c4829e8a3f6f3690026a6b5b64afb42a0a3e695f019e64340cd7797276e3ce6dd685ec3eb72266e2a60581a4d0efaa49c28f8e9e69378d68dd6be34f15b8c4ee SHA512 0da29cd7e3161dc0cef598ddf9e9b0dd0c29d5199018bb16b8397ae1f70c4a55fa15a46bc8abc588674f49e9d47fbf5b58bee8f8adbd3aeffa92d575e081877b
MISC metadata.xml 277 BLAKE2B ebaa8353413cfc5519fce99f8627c71cf765fc6d42b42651e232274de315487c156d45dcb23a401dffb8f112600b0dadd56f93d2283ff86b4293dc5490ad4059 SHA512 c8ef9069153b124118a6be64375c6954ccc6f518a13805e4ff1c33c9cec136170132a580c4a9781930b709c93678c94d6448291625de34d18fea41bfd17f685d
diff --git a/x11-themes/gartoon/gartoon-0.5-r2.ebuild b/x11-themes/gartoon/gartoon-0.5-r2.ebuild
index d96da6db459f..afc3705691eb 100644
--- a/x11-themes/gartoon/gartoon-0.5-r2.ebuild
+++ b/x11-themes/gartoon/gartoon-0.5-r2.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
DESCRIPTION="Gartoon SVG icon theme"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc sparc ~x86"
@@ -13,13 +14,12 @@ SLOT="0"
RESTRICT="binchecks strip"
-S=${WORKDIR}/${PN}
-
pkg_setup() {
mydest="/usr/share/icons/${PN}"
}
src_prepare() {
+ default
sed -i \
-e "s:\(^pixmap_path\) \(\".*\"$\):\1 \"${mydest}/scalable/stock\":" \
scalable/stock/iconrc || die