Date: Tuesday, April 17, 2012 @ 16:40:36 Author: ibiru Revision: 156393
update to 3.4.1 Modified: vino/trunk/PKGBUILD vino/trunk/vino.install --------------+ PKGBUILD | 4 ++-- vino.install | 8 +------- 2 files changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-17 20:37:51 UTC (rev 156392) +++ PKGBUILD 2012-04-17 20:40:36 UTC (rev 156393) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <[email protected]> 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 @@ 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 Modified: vino.install =================================================================== --- vino.install 2012-04-17 20:37:51 UTC (rev 156392) +++ vino.install 2012-04-17 20:40:36 UTC (rev 156393) @@ -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 }
