19 lines
598 B
Bash
19 lines
598 B
Bash
# Template file for 'gtk2-engines'
|
|
pkgname=gtk2-engines
|
|
version=2.21.0
|
|
revision=5
|
|
build_style=gnu-configure
|
|
configure_args="--enable-animation"
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="gtk+-devel"
|
|
short_desc="GTK+2 Theme engines"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://live.gnome.org/GnomeArt"
|
|
distfiles="https://sources.archlinux.org/other/gtk-engines/gtk-engines-${version}.tar.gz"
|
|
checksum=6c38c297c3b95d667c5159c1f379384806fedb53a828d44ac73ff54570ed185b
|
|
|
|
post_patch() {
|
|
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
|
}
|