[arch-commits] CVS update of extra/gnome/vino (PKGBUILD vino.install)

Jan de Groot jgc at archlinux.org
Sun Sep 23 18:03:21 UTC 2007


    Date: Sunday, September 23, 2007 @ 14:03:21
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/vino

Modified: PKGBUILD (1.18 -> 1.19) vino.install (1.5 -> 1.6)

upgpkg: vino 2.20.0-1
GNOME 2.20


--------------+
 PKGBUILD     |   13 +++++++------
 vino.install |   14 ++------------
 2 files changed, 9 insertions(+), 18 deletions(-)


Index: extra/gnome/vino/PKGBUILD
diff -u extra/gnome/vino/PKGBUILD:1.18 extra/gnome/vino/PKGBUILD:1.19
--- extra/gnome/vino/PKGBUILD:1.18	Wed May 16 14:46:34 2007
+++ extra/gnome/vino/PKGBUILD	Sun Sep 23 14:03:21 2007
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD,v 1.18 2007/05/16 18:46:34 jgc Exp $
+# $Id: PKGBUILD,v 1.19 2007/09/23 18:03:21 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=vino
-pkgver=2.18.1
-pkgrel=3
+pkgver=2.20.0
+pkgrel=1
 pkgdesc="a VNC server for the GNOME desktop"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('libgnomeui>=2.18.1-2' 'libxdamage>=1.1' 'libxtst')
+depends=('libgnomeui>=2.20.0' 'libnotify' 'libxtst')
 makedepends=('perlxml' 'pkgconfig')
 groups=('gnome-extra')
 url="http://www.gnome.org"
+options=(!emptydirs)
 install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.18/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('caf0025b1ed95f03e29f9b40ae48b75b')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('e9560ff2e135a5eec645593fc6c22150')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
Index: extra/gnome/vino/vino.install
diff -u extra/gnome/vino/vino.install:1.5 extra/gnome/vino/vino.install:1.6
--- extra/gnome/vino/vino.install:1.5	Sun Apr 22 11:54:54 2007
+++ extra/gnome/vino/vino.install	Sun Sep 23 14:03:21 2007
@@ -1,8 +1,7 @@
 pkgname=vino
 
 post_install() {
-  export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
-  usr/bin/gconftool-2 --makefile-install-rule usr/share/gconf/schemas/${pkgname}.schemas >/dev/null
+  usr/sbin/gconfpkg --install ${pkgname}
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
@@ -15,16 +14,7 @@
 }
 
 pre_remove() {
-  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-    schemas=(usr/share/gconf/schemas/${pkgname}.schemas)
-  elif [ -f opt/gnome/share/gconf/schemas/${pkgname}.schemas ]; then
-    schemas=(opt/gnome/share/gconf/schemas/${pkgname}.schemas)
-  else
-    schemas=(`pacman -Ql $pkgname | grep 'gconf/schemas/.*schemas$' | awk '{ print $2 }'`)
-  fi
-  export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
-  
-  usr/bin/gconftool-2 --makefile-uninstall-rule ${schemas[@]} >/dev/null
+  usr/sbin/gconfpkg --uninstall ${pkgname}
 }
 
 post_remove() {




More information about the arch-commits mailing list