* [gentoo-commits] repo/gentoo:master commit in: x11-themes/kfaenza/
@ 2017-03-15 2:26 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2017-03-15 2:26 UTC (permalink / raw
To: gentoo-commits
commit: 1a8730004129e9efbd4243ad4142cf71f53071c5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 02:15:39 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 02:25:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a873000
x11-themes/kfaenza: EAPI 6 bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild b/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild
index 50ac6bce003..1eddd76786b 100644
--- a/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild
+++ b/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=6
MY_PN="KFaenza"
DESCRIPTION="Faenza-Cupertino icon theme for KDE"
HOMEPAGE="http://kde-look.org/content/show.php/KFaenza?content=143890 http://kde-look.org/content/show.php/KFaenza+icon+patch?content=153813 http://kde-look.org/content/show.php/Additional+KFaenza+Icons?content=147483"
#That is upstream location, not reupload. Don't fix
SRC_URI="http://ompldr.org/vYjR0NQ/${P}.tar.gz
- http://kde-look.org/CONTENT/content-files/153813-kfaenza-icon-patch-0.3.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 )"
LICENSE="GPL-3"
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+additional branding"
-S="${WORKDIR}"/"${MY_PN}"
+S="${WORKDIR}/${MY_PN}"
RESTRICT="binchecks strip"
src_unpack() {
@@ -30,6 +30,7 @@ src_unpack() {
}
src_prepare() {
+ default
use branding || return
local res
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/kfaenza/
@ 2017-06-24 15:56 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2017-06-24 15:56 UTC (permalink / raw
To: gentoo-commits
commit: b1bebce1b74f31a806b3e8d0810c4409394b856d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 15:55:02 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 15:56:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bebce1
x11-themes/kfaenza: Fix invalid file names
...with spaces. Stable revbump.
Reported-by: Vit Pelcak <v.pelcak <AT> gmail.com>
Gentoo-bug: 620352
Package-Manager: Portage-2.3.6, Repoman-2.3.1
x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild | 55 ++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
diff --git a/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild b/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild
new file mode 100644
index 00000000000..b8a13c66e90
--- /dev/null
+++ b/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="KFaenza"
+DESCRIPTION="Faenza-Cupertino icon theme for KDE Plasma"
+HOMEPAGE="http://kde-look.org/content/show.php/KFaenza?content=143890 http://kde-look.org/content/show.php/KFaenza+icon+patch?content=153813 http://kde-look.org/content/show.php/Additional+KFaenza+Icons?content=147483"
+#That is upstream location, not reupload. Don't fix
+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 )"
+
+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
+ for tarball in ${A}; do
+ [[ "${tarball}" == ${P}.tar.gz ]] && continue
+ unpack "${tarball}"
+ done
+ popd > /dev/null
+}
+
+src_prepare() {
+ default
+
+ # Gentoo bug 620352
+ local f
+ for f in 16 22 32 48; do
+ mv apps/${f}/"numpty physics.png" apps/${f}/"numptyphysics.png" || die
+ done
+
+ use branding || return
+
+ 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
+ done
+ cp "${S}"/places/scalable/start-here-gentoo.svg \
+ "${S}"/places/scalable/start-here.svg || die
+}
+
+src_install() {
+ dodir /usr/share/icons
+ cp -R "${S}/" "${D}"/usr/share/icons || die "Install failed!"
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/kfaenza/
@ 2017-06-24 15:56 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2017-06-24 15:56 UTC (permalink / raw
To: gentoo-commits
commit: ad396dfe39e40b54f9ef93110e20b2c464cc003d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 15:55:27 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 15:56:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad396dfe
x11-themes/kfaenza: Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.1
x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild | 48 ------------------------------
1 file changed, 48 deletions(-)
diff --git a/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild b/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild
deleted file mode 100644
index 1eddd76786b..00000000000
--- a/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="KFaenza"
-DESCRIPTION="Faenza-Cupertino icon theme for KDE"
-HOMEPAGE="http://kde-look.org/content/show.php/KFaenza?content=143890 http://kde-look.org/content/show.php/KFaenza+icon+patch?content=153813 http://kde-look.org/content/show.php/Additional+KFaenza+Icons?content=147483"
-#That is upstream location, not reupload. Don't fix
-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 )"
-
-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
- for tarball in ${A}; do
- [[ "${tarball}" == ${P}.tar.gz ]] && continue
- unpack "${tarball}"
- done
- popd > /dev/null
-}
-
-src_prepare() {
- default
- use branding || return
-
- 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
- done
- cp "${S}"/places/scalable/start-here-gentoo.svg \
- "${S}"/places/scalable/start-here.svg || die
-}
-
-src_install() {
- dodir /usr/share/icons
- cp -R "${S}/" "${D}"/usr/share/icons || die "Install failed!"
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/kfaenza/
@ 2017-11-26 23:33 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2017-11-26 23:33 UTC (permalink / raw
To: gentoo-commits
commit: 67246aaeb27a785f70c3869521dd89149735322a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 13:15:50 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:32:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67246aae
x11-themes/kfaenza: [QA] Consistent whitespace in metadata.xml
x11-themes/kfaenza/metadata.xml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/x11-themes/kfaenza/metadata.xml b/x11-themes/kfaenza/metadata.xml
index 8deff4312a4..4766578b8c3 100644
--- a/x11-themes/kfaenza/metadata.xml
+++ b/x11-themes/kfaenza/metadata.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>maksbotan@gentoo.org</email>
- <name>Maxim Koltsov</name>
-</maintainer>
-<maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
-</maintainer>
-<use>
- <flag name="additional">Install additional KFaenza icons. See third homepage for details</flag>
-</use>
+ <maintainer type="person">
+ <email>maksbotan@gentoo.org</email>
+ <name>Maxim Koltsov</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+ <use>
+ <flag name="additional">Install additional KFaenza icons. See third homepage for details</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/kfaenza/
@ 2018-03-30 18:46 Aaron Bauman
0 siblings, 0 replies; 7+ messages in thread
From: Aaron Bauman @ 2018-03-30 18:46 UTC (permalink / raw
To: gentoo-commits
commit: 51874eb11538fc42ecead9bb1580fc145d717145
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar 30 18:23:16 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 18:46:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51874eb1
x11-themes/kfaenza: use HTTPS
x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild b/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild
index b8a13c66e90..f17c41f0586 100644
--- a/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild
+++ b/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild
@@ -1,11 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MY_PN="KFaenza"
DESCRIPTION="Faenza-Cupertino icon theme for KDE Plasma"
-HOMEPAGE="http://kde-look.org/content/show.php/KFaenza?content=143890 http://kde-look.org/content/show.php/KFaenza+icon+patch?content=153813 http://kde-look.org/content/show.php/Additional+KFaenza+Icons?content=147483"
+HOMEPAGE="https://kde-look.org/content/show.php/KFaenza?content=143890
+ https://kde-look.org/content/show.php/KFaenza+icon+patch?content=153813
+ https://kde-look.org/content/show.php/Additional+KFaenza+Icons?content=147483"
#That is upstream location, not reupload. Don't fix
SRC_URI="http://ompldr.org/vYjR0NQ/${P}.tar.gz
http://kde-look.org/CONTENT/content-files/153813-${PN}-icon-patch-0.3.tar.gz
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/kfaenza/
@ 2019-07-20 19:30 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2019-07-20 19:30 UTC (permalink / raw
To: gentoo-commits
commit: 398aaf16ddc11840c9c30e062a126045b77ba9e0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 18:52:04 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 19:29:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398aaf16
x11-themes/kfaenza: Fix HOMEPAGE
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild b/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild
index f17c41f0586..07f3151900e 100644
--- a/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild
+++ b/x11-themes/kfaenza/kfaenza-0.8.9-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MY_PN="KFaenza"
DESCRIPTION="Faenza-Cupertino icon theme for KDE Plasma"
-HOMEPAGE="https://kde-look.org/content/show.php/KFaenza?content=143890
+HOMEPAGE="https://store.kde.org/p/1002580/
https://kde-look.org/content/show.php/KFaenza+icon+patch?content=153813
https://kde-look.org/content/show.php/Additional+KFaenza+Icons?content=147483"
#That is upstream location, not reupload. Don't fix
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/kfaenza/
@ 2023-02-19 22:04 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2023-02-19 22:04 UTC (permalink / raw
To: gentoo-commits
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 .
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-02-19 22:04 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-30 18:46 [gentoo-commits] repo/gentoo:master commit in: x11-themes/kfaenza/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2023-02-19 22:04 David Seifert
2019-07-20 19:30 Andreas Sturmlechner
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox