diff options
Diffstat (limited to 'testing/vino')
-rw-r--r-- | testing/vino/PKGBUILD | 6 | ||||
-rw-r--r-- | testing/vino/vino.install | 8 |
2 files changed, 4 insertions, 10 deletions
diff --git a/testing/vino/PKGBUILD b/testing/vino/PKGBUILD index 1dbc501ab..cb5d2378f 100644 --- a/testing/vino/PKGBUILD +++ b/testing/vino/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 155286 2012-04-01 11:37:46Z heftig $ +# $Id: PKGBUILD 156394 2012-04-17 20:41:36Z ibiru $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=vino -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="a VNC server for the GNOME desktop" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ url="http://www.gnome.org" options=(!emptydirs) install=vino.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('a6b5c3bc185d29ff9861c3519b97973321d1465c8f9e5aa7f93f007cac9d67da') +sha256sums=('85011594e9b5c4c5449c049e7c3563538c7a80dafecbb5891720b22290b83cb8') build() { cd $pkgname-$pkgver diff --git a/testing/vino/vino.install b/testing/vino/vino.install index 469266843..fabaa1ed7 100644 --- a/testing/vino/vino.install +++ b/testing/vino/vino.install @@ -1,14 +1,8 @@ post_install() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas + glib-compile-schemas /usr/share/glib-2.0/schemas update-desktop-database -q } -pre_upgrade() { - if (( $(vercmp $2 2.90.0) < 0 )); then - usr/sbin/gconfpkg --uninstall vino - fi -} - post_upgrade() { post_install } |