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

Eric Bélanger eric at nymeria.archlinux.org
Tue May 20 01:27:54 UTC 2014


    Date: Tuesday, May 20, 2014 @ 03:27:54
  Author: eric
Revision: 111553

upgpkg: gerbv 2.6.1-3

Remove optdepends on obsolete gdk-pixbuf, Clean up depends, Make install script quiet

Modified:
  gerbv/trunk/PKGBUILD
  gerbv/trunk/gerbv.install

---------------+
 PKGBUILD      |    7 ++++---
 gerbv.install |    8 ++------
 2 files changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-19 22:30:02 UTC (rev 111552)
+++ PKGBUILD	2014-05-20 01:27:54 UTC (rev 111553)
@@ -5,17 +5,18 @@
 
 pkgname=gerbv
 pkgver=2.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An open source Gerber file (RS-274X only) viewer"
 #url="http://gerbv.gpleda.org/"
 url="http://gerbv.geda-project.org/"
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('gtk2' 'shared-mime-info' 'hicolor-icon-theme')
-optdepends=('gdk-pixbuf: export of images' 'cairo: for better graphics')
+depends=('gtk2')
+optdepends=('cairo: for better graphics')
 makedepends=('cvs' 'gettext')
 # cvs for autopoint
 install=$pkgname.install
+changelog=ChangeLog
 source=("http://downloads.sourceforge.net/gerbv/$pkgname-$pkgver.tar.gz"
         "reautopointissues.diff")
 md5sums=('9a8af19574025fb15f987c3df610f8ae'

Modified: gerbv.install
===================================================================
--- gerbv.install	2014-05-19 22:30:02 UTC (rev 111552)
+++ gerbv.install	2014-05-20 01:27:54 UTC (rev 111553)
@@ -1,10 +1,8 @@
 post_install() {
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
-   echo Updating icon cache...
-   /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
+   /usr/bin/gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
 fi
 if [ -x /usr/bin/update-desktop-database ]; then
-   echo Updating desktop database..
    /usr/bin/update-desktop-database /usr/share/applications
 fi
 }
@@ -11,11 +9,9 @@
  
 post_upgrade() {
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
-   echo Updating icon cache...
-   /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
+   /usr/bin/gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
 fi
 if [ -x /usr/bin/update-desktop-database ]; then
-   echo Updating desktop database..
    /usr/bin/update-desktop-database /usr/share/applications
 fi
 }




More information about the arch-commits mailing list