summaryrefslogtreecommitdiff
path: root/testing/vino
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-19 00:01:30 +0000
committerroot <root@rshg054.dnsready.net>2012-04-19 00:01:30 +0000
commitfe675be3a5f22b4397ea55959bb3c47b4c1b8288 (patch)
tree2d8d385678576c75dc561c6fc2c194df7aad2b9b /testing/vino
parent637c1cfdcd258a870ad5367cbf47a8a2799039c7 (diff)
Thu Apr 19 00:01:30 UTC 2012
Diffstat (limited to 'testing/vino')
-rw-r--r--testing/vino/PKGBUILD6
-rw-r--r--testing/vino/vino.install8
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
}