xfwm4: updated to 4.12.1

This commit is contained in:
Jose V Beneyto 2015-03-15 21:09:31 +01:00
parent cac3aa6fb8
commit 951a036f69
2 changed files with 3 additions and 12 deletions

View File

@ -1 +1 @@
165b4e380eb02e33d6c67774b38f16b1 xfwm4-4.12.0.tar.bz2
33440fa03e57b1c6a19e2ae506211337 xfwm4-4.12.1.tar.bz2

View File

@ -6,17 +6,13 @@
# Group: xfce4
name=xfwm4
version=4.12.0
version=4.12.1
release=1
source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2)
build ()
{
# go into the source directory
build () {
cd $name-$version
# configure xfwm4
./configure \
--prefix=/usr \
--libexecdir=/usr/bin \
@ -25,14 +21,9 @@ build ()
--disable-nls \
--disable-dependency-tracking \
# make xfwm4
make
make DESTDIR=$PKG install
# cleanup
rm -rf $PKG/usr/share/{locale,doc}
find $PKG/usr/share/themes -name README -delete
}