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

Antonio Rojas arojas at archlinux.org
Mon May 23 20:42:35 UTC 2016


    Date: Monday, May 23, 2016 @ 22:42:35
  Author: arojas
Revision: 176171

Hooks

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

--------------+
 PKGBUILD     |    3 +--
 blam.install |   22 ----------------------
 2 files changed, 1 insertion(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-23 20:41:33 UTC (rev 176170)
+++ PKGBUILD	2016-05-23 20:42:35 UTC (rev 176171)
@@ -3,7 +3,7 @@
 
 pkgname=blam
 pkgver=1.8.12
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple newsreader for GNOME written in C Sharp"
 arch=('any')
 url="https://git.gnome.org/browse/blam"
@@ -10,7 +10,6 @@
 license=('GPL')
 depends=('webkit-sharp' 'gconf-sharp' 'notify-sharp' 'hicolor-icon-theme' 'xdg-utils')
 makedepends=('intltool')
-install=$pkgname.install
 source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('6294d13629cd0cabc50ed3a489682b50c2c61972d55d8209b59b2a8b434810ea')
 

Deleted: blam.install
===================================================================
--- blam.install	2016-05-23 20:41:33 UTC (rev 176170)
+++ blam.install	2016-05-23 20:42:35 UTC (rev 176171)
@@ -1,22 +0,0 @@
-pkgname=blam
-
-post_install() {
-  gconfpkg --install $pkgname
-  xdg-icon-resource forceupdate
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  xdg-icon-resource forceupdate
-}



More information about the arch-commits mailing list