[gentoo-commits] repo/gentoo:master commit in: x11-themes/gartoon-redux/

2021-09-12 Thread Ionen Wolkens
commit: 5aaf9228e47e27e04d37b13c89684445b944070a
Author: Alfred Wingate  protonmail  com>
AuthorDate: Fri Sep 10 15:22:26 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Sep 12 21:07:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aaf9228

x11-themes/gartoon-redux: use xdg instead of gnome2-utils

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild 
b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
index e4b5163588b..25966c5ea6c 100644
--- a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
+++ b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit gnome2-utils
+inherit xdg
 
 DESCRIPTION="A massively improved variant of the well-known Gartoon theme"
 HOMEPAGE="https://gnome-look.org/content/show.php/?content=74841;
@@ -40,15 +40,3 @@ src_install() {
emake icondir="${D}"/usr/share/icons/GartoonRedux install
dodoc AUTHORS changelog README TODO
 }
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gartoon-redux/

2021-04-19 Thread Sam James
commit: 1a467a47ccffb07ae561838920160eb601a1db5c
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 19 23:08:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 19 23:08:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a467a47

x11-themes/gartoon-redux: drop blank line in pkg_preinst

Signed-off-by: Sam James  gentoo.org>

 x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild 
b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
index 9d96533afe7..e4b5163588b 100644
--- a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
+++ b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
@@ -43,7 +43,6 @@ src_install() {
 
 pkg_preinst() {
gnome2_icon_savelist
-
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gartoon-redux/

2021-04-19 Thread Sam James
commit: 318a8ff7020ca0ecde19feaed7c302a2bd24df69
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 19 22:12:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 19 22:41:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318a8ff7

x11-themes/gartoon-redux: port to EAPI 7

Signed-off-by: Sam James  gentoo.org>

 .../gartoon-redux/gartoon-redux-1.10-r1.ebuild | 28 +++---
 1 file changed, 19 insertions(+), 9 deletions(-)

diff --git a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild 
b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
index aeaa7890f99..9d96533afe7 100644
--- a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
+++ b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit epatch gnome2-utils
+EAPI=7
+
+inherit gnome2-utils
 
 DESCRIPTION="A massively improved variant of the well-known Gartoon theme"
 HOMEPAGE="https://gnome-look.org/content/show.php/?content=74841;
@@ -12,7 +13,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="
+BDEPEND="
dev-lang/perl
dev-perl/Switch
gnome-base/librsvg
@@ -20,9 +21,9 @@ DEPEND="
 
 RESTRICT="binchecks strip"
 
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.10-rsvg-convert.patch
-}
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.10-rsvg-convert.patch
+)
 
 src_configure() {
# perl script, not autotools based
@@ -40,6 +41,15 @@ src_install() {
dodoc AUTHORS changelog README TODO
 }
 
-pkg_preinst() {gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
+pkg_preinst() {
+   gnome2_icon_savelist
+
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gartoon-redux/

2021-04-18 Thread Sam James
commit: 3bef86a9f19ac5507c9447a466e49bfd862fa392
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 14:08:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 06:05:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bef86a9

x11-themes/gartoon-redux: eutils->epatch

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild 
b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
index 7939398070e..aeaa7890f99 100644
--- a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
+++ b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit eutils gnome2-utils
+inherit epatch gnome2-utils
 
 DESCRIPTION="A massively improved variant of the well-known Gartoon theme"
 HOMEPAGE="https://gnome-look.org/content/show.php/?content=74841;



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gartoon-redux/

2021-01-17 Thread Jonas Stein
commit: c6afd21353a31a3c6c03643ba10899156a926d20
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 17 16:26:23 2021 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Jan 17 16:26:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6afd213

x11-themes/gartoon-redux: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jonas Stein  gentoo.org>

 x11-themes/gartoon-redux/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-themes/gartoon-redux/metadata.xml 
b/x11-themes/gartoon-redux/metadata.xml
index bc1b97e1eb7..1b2becffa26 100644
--- a/x11-themes/gartoon-redux/metadata.xml
+++ b/x11-themes/gartoon-redux/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-desktop-m...@gentoo.org
-Gentoo Desktop Miscellaneous Project
-  
+  
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gartoon-redux/

2018-04-14 Thread Aaron Bauman
commit: 353a7335d4769f148133ca0eef1ffe4bf24d8f47
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Apr 14 16:47:21 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr 15 01:38:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353a7335

x11-themes/gartoon-redux: use HTTPS

 x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild 
b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
index 4e66f65a8dc..7939398070e 100644
--- a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
+++ b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils gnome2-utils
 
 DESCRIPTION="A massively improved variant of the well-known Gartoon theme"
-HOMEPAGE="http://gnome-look.org/content/show.php/?content=74841;
+HOMEPAGE="https://gnome-look.org/content/show.php/?content=74841;
 SRC_URI="http://tweenk.artfx.pl/gartoon/source/${P}.tar.gz;
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gartoon-redux/

2016-07-14 Thread Jeroen Roovers
commit: 478657092230459c7ed3a77e4900a88633def0ff
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 14 12:46:16 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 14 12:46:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47865709

x11-themes/gartoon-redux: Unset XDG_CACHE_HOME (bug #588708).

Package-Manager: portage-2.3.0

 x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild 
b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
index ea8a109..b54788d 100644
--- a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
+++ b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -31,6 +31,7 @@ src_configure() {
 }
 
 src_compile() {
+   unset XDG_CACHE_HOME # bug 588708
emake prepare
emake
 }



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gartoon-redux/, x11-themes/gartoon-redux/files/

2016-02-14 Thread Jeroen Roovers
commit: a4a7fd9fc06b9354c110cd36b1ca35f1b9dc032d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb 14 09:27:03 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb 14 09:28:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a7fd9f

x11-themes/gartoon-redux: rsvg -> rsvg-convert (bug #574440 by Toralf Förster).

Patch configure to use rsvg-convert with correct options
Work around parallel make failure
Depend on dev-perl/Switch

Package-Manager: portage-2.2.27

 .../files/gartoon-redux-1.10-rsvg-convert.patch| 11 ++
 .../gartoon-redux/gartoon-redux-1.10-r1.ebuild | 45 ++
 2 files changed, 56 insertions(+)

diff --git 
a/x11-themes/gartoon-redux/files/gartoon-redux-1.10-rsvg-convert.patch 
b/x11-themes/gartoon-redux/files/gartoon-redux-1.10-rsvg-convert.patch
new file mode 100644
index 000..411b453
--- /dev/null
+++ b/x11-themes/gartoon-redux/files/gartoon-redux-1.10-rsvg-convert.patch
@@ -0,0 +1,11 @@
+--- a/configure
 b/configure
+@@ -150,7 +150,7 @@
+   my $size = shift;
+   my $zoom_factor = $size / 90;
+   return "$target: $source\n" .
+- "\trsvg -x $zoom_factor -y $zoom_factor $source $target";
++ "\trsvg-convert -x $zoom_factor -y $zoom_factor $source -o 
$target";
+ }
+ 
+ sub usage {

diff --git a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild 
b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
new file mode 100644
index 000..ea8a109
--- /dev/null
+++ b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils gnome2-utils
+
+DESCRIPTION="A massively improved variant of the well-known Gartoon theme"
+HOMEPAGE="http://gnome-look.org/content/show.php/?content=74841;
+SRC_URI="http://tweenk.artfx.pl/gartoon/source/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-lang/perl
+   dev-perl/Switch
+   gnome-base/librsvg
+"
+
+RESTRICT="binchecks strip"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-1.10-rsvg-convert.patch
+}
+
+src_configure() {
+   # perl script, not autotools based
+   ./configure --prefix=/usr || die
+}
+
+src_compile() {
+   emake prepare
+   emake
+}
+
+src_install() {
+   emake icondir="${D}"/usr/share/icons/GartoonRedux install
+   dodoc AUTHORS changelog README TODO
+}
+
+pkg_preinst() {gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gartoon-redux/

2016-02-14 Thread Jeroen Roovers
commit: c9b81050ae0a1716375f8d53a30709636247c1da
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb 14 09:27:42 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb 14 09:28:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b81050

x11-themes/gartoon-redux: Old.

Package-Manager: portage-2.2.27

 x11-themes/gartoon-redux/gartoon-redux-1.10.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/x11-themes/gartoon-redux/gartoon-redux-1.10.ebuild 
b/x11-themes/gartoon-redux/gartoon-redux-1.10.ebuild
deleted file mode 100644
index 8dc9472..000
--- a/x11-themes/gartoon-redux/gartoon-redux-1.10.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit gnome2-utils
-
-DESCRIPTION="A massively improved variant of the well-known Gartoon theme"
-HOMEPAGE="http://gnome-look.org/content/show.php/?content=74841;
-SRC_URI="http://tweenk.artfx.pl/gartoon/source/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-lang/perl
-   gnome-base/librsvg"
-
-RESTRICT="binchecks strip"
-
-src_configure() {
-   ./configure --prefix=/usr || die
-}
-
-src_install() {
-   emake icondir="${D}/usr/share/icons/GartoonRedux" install || die
-   dodoc AUTHORS changelog README TODO || die
-}
-
-pkg_preinst() {gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }