x11-themes/gtk-engines-rezlooks - 0.6.1 (gentoo)

Search

Deprecated: This version is deprecated.

Reason: Deprecated GNOME 2 era packages

Deprecated by Matt Turner on 2022-03-27

Package Information

Description:
Rezlooks GTK+ Engine
Homepage:
https://github.com/t-wissmann/rezlooks-gtk-engine
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.6.1 8 amd64 x86 0
View Raw Ebuild
# 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"

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
}

Dependencies

DEPEND

x11-libs/gtk+:2

RDEPEND

x11-libs/gtk+:2

BDEPEND

virtual/pkgconfig

Manifest for 0.6.1

Type File Size Source URLs
DIST gtk-engines-rezlooks-0.6.1.tar.gz 290009 bytes https://github.com/t-wissmann/rezlooks-gtk-engine/archive/v0.6.1.tar.gz