* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-rezlooks/
@ 2021-12-30 2:57 Jonas Stein
0 siblings, 0 replies; 7+ messages in thread
From: Jonas Stein @ 2021-12-30 2:57 UTC (permalink / raw
To: gentoo-commits
commit: 59b985a3fe3eb540c0329af7e50e3042699f2bca
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 30 02:54:06 2021 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Dec 30 02:54:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b985a3
x11-themes/gtk-engines-rezlooks: reassign to themes project
Drop project desktop-misc from the list of maintainers and reassign the
package to the new themes project.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
x11-themes/gtk-engines-rezlooks/metadata.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/x11-themes/gtk-engines-rezlooks/metadata.xml b/x11-themes/gtk-engines-rezlooks/metadata.xml
index 02ab588d0b09..11f44c22efa9 100644
--- a/x11-themes/gtk-engines-rezlooks/metadata.xml
+++ b/x11-themes/gtk-engines-rezlooks/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>desktop-misc@gentoo.org</email>
- <name>Gentoo Desktop Miscellaneous Project</name>
- </maintainer>
+ <maintainer type="project">
+ <email>themes@gentoo.org</email>
+ <name>Themes Project</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-rezlooks/
@ 2025-02-10 8:50 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-02-10 8:50 UTC (permalink / raw
To: gentoo-commits
commit: e49ec8f9bd3bbdf476c435ba862e1edc1ba86048
Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Wed Feb 5 15:47:20 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 08:48:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49ec8f9
x11-themes/gtk-engines-rezlooks: add 0.6.1
I talked @t-wissmann, AUR maintainer of this package, into becoming
new upstream. Version bumps addresses everything we previously
patched or worked around for, without changing underlying code.
Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40260
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-themes/gtk-engines-rezlooks/Manifest | 1 +
.../gtk-engines-rezlooks-0.6.1.ebuild | 34 ++++++++++++++++++++++
x11-themes/gtk-engines-rezlooks/metadata.xml | 3 ++
3 files changed, 38 insertions(+)
diff --git a/x11-themes/gtk-engines-rezlooks/Manifest b/x11-themes/gtk-engines-rezlooks/Manifest
index 03fdabf052e8..5a76991c8110 100644
--- a/x11-themes/gtk-engines-rezlooks/Manifest
+++ b/x11-themes/gtk-engines-rezlooks/Manifest
@@ -1 +1,2 @@
DIST 39179-rezlooks-0.6.tar.gz 290016 BLAKE2B d6d713ee2ebe24c8fe1259cde41c2a6f7db75c0351bde99d3e4347cd0c74403893107806dd047e1807ef8f0817b67667927d4e6203180dbe59b2493a1bcc9979 SHA512 98b1eda414c5a33f1357d408aa4bd4b01c140afed0981941004db81d34f8f76c0bd49434009b776eb8f9adb24bfce9f22b72fb463200401409caba8effd3f0bd
+DIST gtk-engines-rezlooks-0.6.1.tar.gz 290009 BLAKE2B b3a5c99cb343804a8398f3658e1ab85d17e9eb8248697b139c7e69cb405536dcac56c4102f90b975a83b5eb77d64e79f444c4a3ae2030aa86516c25d48902c4a SHA512 6f89f32225ed908d473746f3248b7875643ee5db654894b741a9f0c940a5408a74aa66f4860cc9ff70bddd78f46bb34741c546201ef0f2368994f322cf957bbf
diff --git a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.1.ebuild b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.1.ebuild
new file mode 100644
index 000000000000..2472cf2fa074
--- /dev/null
+++ b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Rezlooks GTK+ Engine"
+HOMEPAGE="https://github.com/t-wissmann/rezlooks-gtk-engine"
+SRC_URI="https://github.com/t-wissmann/rezlooks-gtk-engine/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/rezlooks-gtk-engine-"${PV}"/rezlooks
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="x11-libs/gtk+:2"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+
+ eautoreconf # update stale autotools
+}
+
+src_configure() {
+ econf --enable-animation
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
diff --git a/x11-themes/gtk-engines-rezlooks/metadata.xml b/x11-themes/gtk-engines-rezlooks/metadata.xml
index 11f44c22efa9..b77af2c2ae5f 100644
--- a/x11-themes/gtk-engines-rezlooks/metadata.xml
+++ b/x11-themes/gtk-engines-rezlooks/metadata.xml
@@ -5,4 +5,7 @@
<email>themes@gentoo.org</email>
<name>Themes Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">t-wissmann/rezlooks-gtk-engine</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-rezlooks/
@ 2023-05-29 18:21 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-05-29 18:21 UTC (permalink / raw
To: gentoo-commits
commit: 198554391c349e25f1b9517fa31c40ea15ad8487
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 17:29:35 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 18:19:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19855439
x11-themes/gtk-engines-rezlooks: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards.
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild
index 888c879f01f5..f4fa3e9dd9f6 100644
--- a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild
+++ b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -32,7 +32,7 @@ src_prepare() {
mv Changelog{,.1} || die
mv Changelog.1 ChangeLog || die
- eautoreconf # required for interix
+ eautoreconf # update stale autotools
}
src_configure() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-rezlooks/
@ 2020-07-20 21:34 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2020-07-20 21:34 UTC (permalink / raw
To: gentoo-commits
commit: 44c4ea687bac93cb332e8c97ee933fb16a72bc88
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 20:49:25 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 21:33:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c4ea68
x11-themes/gtk-engines-rezlooks: Drop 0.6 (r0)
Closes: https://bugs.gentoo.org/724182
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../gtk-engines-rezlooks-0.6.ebuild | 40 ----------------------
1 file changed, 40 deletions(-)
diff --git a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild
deleted file mode 100644
index 8f1fd5fb0d9..00000000000
--- a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="Rezlooks GTK+ Engine"
-HOMEPAGE="http://www.gnome-look.org/content/show.php?content=39179"
-SRC_URI="http://www.gnome-look.org/content/files/39179-rezlooks-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.8:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/rezlooks-${PV}
-
-src_prepare() {
- # automake complains: ChangeLog missing. There however is a Changelog.
- # to avoid problems with case insensitive fs, move somewhere else first.
- mv Changelog{,.1}
- mv Changelog.1 ChangeLog
-
- epatch "${FILESDIR}/${PN}-0.6-glib-single-include.patch"
-
- eautoreconf # required for interix
-}
-
-src_configure() {
- econf --enable-animation
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-rezlooks/
@ 2020-07-20 6:42 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2020-07-20 6:42 UTC (permalink / raw
To: gentoo-commits
commit: 2e98fd42284e96fdd9caa8526eb6cefb1ba71c0a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 06:41:52 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 06:41:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e98fd42
x11-themes/gtk-engines-rezlooks: amd64 stable wrt bug #724182
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild
index 1cebdfcd6c8..201f5d4502e 100644
--- a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild
+++ b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.gnome-look.org/content/files/39179-rezlooks-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-rezlooks/
@ 2020-07-19 7:43 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2020-07-19 7:43 UTC (permalink / raw
To: gentoo-commits
commit: 4f0c150b46fb2d643b2579be487f1caf3608e15f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 07:43:01 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 07:43:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0c150b
x11-themes/gtk-engines-rezlooks: x86 stable wrt bug #724182
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild
index 4886633ce53..1cebdfcd6c8 100644
--- a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild
+++ b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.gnome-look.org/content/files/39179-rezlooks-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-rezlooks/
@ 2020-02-08 16:17 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2020-02-08 16:17 UTC (permalink / raw
To: gentoo-commits
commit: 396eef6d4ceadd1c06105e8150f9edad754ed1b2
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 16:16:57 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 16:16:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396eef6d
x11-themes/gtk-engines-rezlooks: Proper EAPI 7 port
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../gtk-engines-rezlooks-0.6-r1.ebuild | 25 ++++++++++------------
1 file changed, 11 insertions(+), 14 deletions(-)
diff --git a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild
index 445122e8382..4886633ce53 100644
--- a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild
+++ b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6-r1.ebuild
@@ -1,28 +1,25 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools
DESCRIPTION="Rezlooks GTK+ Engine"
HOMEPAGE="https://www.gnome-look.org/content/show.php?content=39179"
-SRC_URI="https://www.gnome-look.org/content/files/39179-rezlooks-0.6.tar.gz"
+SRC_URI="https://www.gnome-look.org/content/files/39179-rezlooks-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-RDEPEND="
- >=x11-libs/gtk+-2.8:2
-"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
-PATCHES=(
- "${FILESDIR}"/${PN}-0.6-glib-single-include.patch
-)
-S=${WORKDIR}/rezlooks-${PV}
+RDEPEND="x11-libs/gtk+:2"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}"/rezlooks-${PV}
+
+PATCHES=( "${FILESDIR}"/${PN}-0.6-glib-single-include.patch )
src_prepare() {
default
@@ -41,5 +38,5 @@ src_configure() {
src_install() {
default
- find "${D}" -name '*.la' -exec rm -f {} + || die
+ find "${D}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-02-10 8:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-30 2:57 [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-rezlooks/ Jonas Stein
-- strict thread matches above, loose matches on Subject: below --
2025-02-10 8:50 Sam James
2023-05-29 18:21 Sam James
2020-07-20 21:34 Andreas Sturmlechner
2020-07-20 6:42 Agostino Sarubbo
2020-07-19 7:43 Agostino Sarubbo
2020-02-08 16:17 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox