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

Kyle Keen kkeen at archlinux.org
Thu Apr 28 19:34:06 UTC 2016


    Date: Thursday, April 28, 2016 @ 21:34:05
  Author: kkeen
Revision: 172443

upgpkg: gerbv 2.6.1-4  install hooks rebuild

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

---------------+
 ChangeLog     |    4 ++++
 PKGBUILD      |    3 +--
 gerbv.install |   17 -----------------
 3 files changed, 5 insertions(+), 19 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2016-04-28 19:20:35 UTC (rev 172442)
+++ ChangeLog	2016-04-28 19:34:05 UTC (rev 172443)
@@ -1,3 +1,7 @@
+2016-04-28 Kyle Keen <keenerd at gmail.com>
+	* 2.6.1-4
+	- Install hook rebuild
+
 2013-07-24 Kyle Keen <keenerd at gmail.com>
 	* 2.6.1-1
 	- Version bump

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-28 19:20:35 UTC (rev 172442)
+++ PKGBUILD	2016-04-28 19:34:05 UTC (rev 172443)
@@ -5,7 +5,7 @@
 
 pkgname=gerbv
 pkgver=2.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc="An open source Gerber file (RS-274X only) viewer"
 #url="http://gerbv.gpleda.org/"
 url="http://gerbv.geda-project.org/"
@@ -15,7 +15,6 @@
 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")

Deleted: gerbv.install
===================================================================
--- gerbv.install	2016-04-28 19:20:35 UTC (rev 172442)
+++ gerbv.install	2016-04-28 19:34:05 UTC (rev 172443)
@@ -1,17 +0,0 @@
-post_install() {
-if [ -x /usr/bin/gtk-update-icon-cache ]; then
-   /usr/bin/gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
-fi
-if [ -x /usr/bin/update-desktop-database ]; then
-   /usr/bin/update-desktop-database /usr/share/applications
-fi
-}
- 
-post_upgrade() {
-if [ -x /usr/bin/gtk-update-icon-cache ]; then
-   /usr/bin/gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
-fi
-if [ -x /usr/bin/update-desktop-database ]; then
-   /usr/bin/update-desktop-database /usr/share/applications
-fi
-}



More information about the arch-commits mailing list