spice-gtk: 0.28 -> 0.29

This commit is contained in:
Thomas Penteker 2015-08-10 19:31:21 +02:00
parent a1b307b365
commit d70cef616f
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
ad07d438ce6dfbb038aa8e28f5a2fb81 spice-gtk-0.28.tar.bz2
f84b8fd6a5e926dce07ec5ebb5f0caf3 spice-gtk-0.29.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: gtk3 openssl celt51 cyrus-sasl
name=spice-gtk
version=0.28
version=0.29
release=1
source=(http://spice-space.org/download/gtk/spice-gtk-$version.tar.bz2)
@ -21,6 +21,6 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{lib/gtk-doc/,lib/systemd,share}
rm -rf $PKG/usr/{lib/gtk-doc/,lib/systemd,lib/locale,share}
}