gtk-chtheme: fix build with gtk 2.22

This commit is contained in:
Juergen Daubert 2010-12-19 16:27:34 +01:00
parent 520180b0d0
commit 5afd477316

View File

@ -6,11 +6,12 @@
name=gtk-chtheme
version=0.3.1
release=3
release=4
source=(http://plasmasturm.org/programs/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i 's/-DGTK_DISABLE_DEPRECATED//' Makefile
make
make DESTDIR=$PKG MANDIR=/usr/man install
}