public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/kfaenza/
Date: Sun, 19 Feb 2023 22:04:00 +0000 (UTC)	[thread overview]
Message-ID: <1676844219.5a3dd4af0b3254007a02a4197df65ef819bb6682.soap@gentoo> (raw)

commit:     5a3dd4af0b3254007a02a4197df65ef819bb6682
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 22:03:39 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 22:03:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3dd4af

x11-themes/kfaenza: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...nza-0.8.9-r2.ebuild => kfaenza-0.8.9-r3.ebuild} | 27 +++++++++++-----------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild b/x11-themes/kfaenza/kfaenza-0.8.9-r3.ebuild
similarity index 74%
rename from x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild
rename to x11-themes/kfaenza/kfaenza-0.8.9-r3.ebuild
index 07f3151900e0..792976c3d5cc 100644
--- a/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild
+++ b/x11-themes/kfaenza/kfaenza-0.8.9-r3.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 MY_PN="KFaenza"
+
 DESCRIPTION="Faenza-Cupertino icon theme for KDE Plasma"
 HOMEPAGE="https://store.kde.org/p/1002580/
 	https://kde-look.org/content/show.php/KFaenza+icon+patch?content=153813
@@ -12,29 +13,29 @@ HOMEPAGE="https://store.kde.org/p/1002580/
 SRC_URI="http://ompldr.org/vYjR0NQ/${P}.tar.gz
 	http://kde-look.org/CONTENT/content-files/153813-${PN}-icon-patch-0.3.tar.gz
 	additional? ( http://kde-look.org/CONTENT/content-files/147483-additional-KFaenza.tar.gz )"
+S="${WORKDIR}/${MY_PN}"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="+additional branding"
-
-S="${WORKDIR}/${MY_PN}"
 RESTRICT="binchecks strip"
 
 src_unpack() {
 	unpack ${P}.tar.gz
-	pushd "${S}" > /dev/null
+	pushd "${S}" >/dev/null || die
+	local tarball
 	for tarball in ${A}; do
 		[[ "${tarball}" == ${P}.tar.gz ]] && continue
 		unpack "${tarball}"
 	done
-	popd > /dev/null
+	popd >/dev/null || die
 }
 
 src_prepare() {
 	default
 
-	# Gentoo bug 620352
+	# Gentoo Bug #620352
 	local f
 	for f in 16 22 32 48; do
 		mv apps/${f}/"numpty physics.png" apps/${f}/"numptyphysics.png" || die
@@ -44,14 +45,14 @@ src_prepare() {
 
 	local res
 	for res in 22 32 48 64 128 256; do
-		cp "${S}"/places/${res}/start-here-gentoo.png \
-			"${S}"/places/${res}/start-here.png || die
+		cp places/${res}/start-here-gentoo.png \
+			places/${res}/start-here.png || die
 	done
-	cp "${S}"/places/scalable/start-here-gentoo.svg \
-		"${S}"/places/scalable/start-here.svg || die
+	cp places/scalable/start-here-gentoo.svg \
+		places/scalable/start-here.svg || die
 }
 
 src_install() {
-	dodir /usr/share/icons
-	cp -R "${S}/" "${D}"/usr/share/icons || die "Install failed!"
+	insinto /usr/share/icons/KFaenza
+	doins -r .
 }


             reply	other threads:[~2023-02-19 22:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-19 22:04 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-07-20 19:30 [gentoo-commits] repo/gentoo:master commit in: x11-themes/kfaenza/ Andreas Sturmlechner
2018-03-30 18:46 Aaron Bauman
2017-11-26 23:33 David Seifert
2017-06-24 15:56 Andreas Sturmlechner
2017-06-24 15:56 Andreas Sturmlechner
2017-03-15  2:26 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1676844219.5a3dd4af0b3254007a02a4197df65ef819bb6682.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox