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>[email protected]</email> <name>Themes Project</name> </maintainer> + <upstream> + <remote-id type="github">t-wissmann/rezlooks-gtk-engine</remote-id> + </upstream> </pkgmetadata>
