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

Antonio Rojas arojas at archlinux.org
Thu May 5 22:35:05 UTC 2016


    Date: Friday, May 6, 2016 @ 00:35:05
  Author: arojas
Revision: 267002

Hooks

Modified:
  gitg/trunk/PKGBUILD
Deleted:
  gitg/trunk/gitg.install

--------------+
 PKGBUILD     |    3 +--
 gitg.install |   13 -------------
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-05 22:32:17 UTC (rev 267001)
+++ PKGBUILD	2016-05-05 22:35:05 UTC (rev 267002)
@@ -3,7 +3,7 @@
 
 pkgname=gitg
 pkgver=3.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A GIT repository viewer based on GTK+'
 arch=('i686' 'x86_64')
 url='https://git.gnome.org/browse/gitg/'
@@ -12,7 +12,6 @@
          'python-gobject')
 makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade')
 groups=('gnome-extra')
-install=gitg.install
 source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('1f09f61208349d003f228e51dc9709bd3426960f5585c0e38197bd02b51f3346')
 

Deleted: gitg.install
===================================================================
--- gitg.install	2016-05-05 22:32:17 UTC (rev 267001)
+++ gitg.install	2016-05-05 22:35:05 UTC (rev 267002)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list