libwnck: cleanup

This commit is contained in:
Jose V Beneyto 2014-12-16 14:42:54 +00:00
parent 8afdf0ea78
commit 3d71eb3e49

View File

@ -1,5 +1,5 @@
# Description: Window Navigator Construction Kit library
# URL: http://cvs.gnome.org/viewcvs/libwnck/
# URL: https://developer.gnome.org/libwnck/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: gtk startup-notification intltool
@ -11,12 +11,16 @@ source=(ftp://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version
build() {
cd $name-$version
rm po/*.po
sed -i configure \
-e 's/USE_NLS=yes/USE_NLS=no/' \
-e 's/ENABLE_NLS 1/ENABLE_NLS 0/'
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}