[arch-commits] Commit in vinagre/trunk (PKGBUILD vinagre.install)

Ionut Biru ibiru at archlinux.org
Tue Apr 17 20:36:27 UTC 2012


    Date: Tuesday, April 17, 2012 @ 16:36:26
  Author: ibiru
Revision: 156389

update to 3.4.1

Modified:
  vinagre/trunk/PKGBUILD
  vinagre/trunk/vinagre.install

-----------------+
 PKGBUILD        |    5 ++---
 vinagre.install |   10 ++--------
 2 files changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-17 20:32:24 UTC (rev 156388)
+++ PKGBUILD	2012-04-17 20:36:26 UTC (rev 156389)
@@ -5,7 +5,7 @@
 # Contributor: lp76 <l.peduto at gmail.com>
 
 pkgname=vinagre
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="A VNC Client for the GNOME Desktop"
 arch=('i686' 'x86_64')
@@ -19,11 +19,10 @@
 groups=('gnome-extra')
 options=('!emptydirs' '!libtool')
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0379e679204e9ddf63670acc9a902e70d7c3d26eb5070ceb5826a6fbbfdf1489')
+sha256sums=('5b79bbdafe57e1ceaeddfc1091a9f02aa6e3a54e55ffd2517be512d35e89654f')
 
 build() {
   cd $pkgname-$pkgver
-
   ./configure --prefix=/usr --sysconfdir=/etc \
       --libexecdir=/usr/lib/vinagre --enable-rdp --disable-spice
   make

Modified: vinagre.install
===================================================================
--- vinagre.install	2012-04-17 20:32:24 UTC (rev 156388)
+++ vinagre.install	2012-04-17 20:36:26 UTC (rev 156389)
@@ -1,16 +1,10 @@
 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
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
   update-mime-database usr/share/mime > /dev/null
 }
 
-pre_upgrade() {
-  if (( $(vercmp $2 2.91.91-2) < 0 )); then
-    usr/sbin/gconfpkg --uninstall vinagre
-  fi
-}
-
 post_upgrade() {
   post_install
 }




More information about the arch-commits mailing list