New package: gtk-engine-equinox
This commit is contained in:
parent
a1054dec7f
commit
7efd1dc4f2
1 changed files with 24 additions and 0 deletions
24
srcpkgs/gtk-engine-equinox/template
Normal file
24
srcpkgs/gtk-engine-equinox/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'gtk-engine-equinox'
|
||||
pkgname=gtk-engine-equinox
|
||||
version=1.50
|
||||
revision=1
|
||||
wrksrc=equinox-${version}
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-animation"
|
||||
hostmakedepends="libtool pkg-config"
|
||||
makedepends="gtk+-devel"
|
||||
short_desc="A heavily modified version of the beautiful Aurora engine"
|
||||
maintainer="Renato Aguiar <contact@renatoaguiar.org>"
|
||||
license="GPL-3"
|
||||
homepage="http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881"
|
||||
distfiles="http://gnome-look.org/CONTENT/content-files/121881-equinox-${version}.tar.gz"
|
||||
checksum=0cf8b8cc841e0da7d4a08ab5a70d3bb330fd76bdcb03165a47aaddcd47e02227
|
||||
|
||||
post_extract() {
|
||||
# toolbar fix
|
||||
sed -i "s/=\( EQUINOX_IS_TOOLBAR\)/= widget \&\&\1/" \
|
||||
src/equinox_style.c
|
||||
# toolbar fix
|
||||
sed -i "s/=\( EQUINOX_IS_TOOLBAR\)/= widget \&\&\1/" \
|
||||
src/equinox_style.c
|
||||
}
|
Loading…
Reference in a new issue