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

Antonio Rojas arojas at archlinux.org
Fri May 6 18:07:36 UTC 2016


    Date: Friday, May 6, 2016 @ 20:07:36
  Author: arojas
Revision: 267021

Hooks

Modified:
  gnome-alsamixer/trunk/PKGBUILD
Deleted:
  gnome-alsamixer/trunk/gnome-alsamixer.install

-------------------------+
 PKGBUILD                |    3 +--
 gnome-alsamixer.install |   19 -------------------
 2 files changed, 1 insertion(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-06 17:48:08 UTC (rev 267020)
+++ PKGBUILD	2016-05-06 18:07:36 UTC (rev 267021)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-alsamixer
 pkgver=0.9.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Gnome ALSA mixer"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/gnome-alsamixer"
@@ -10,7 +10,6 @@
 license=('GPL')
 depends=('libgnomeui')
 options=('!emptydirs')
-install=gnome-alsamixer.install
 source=(https://launchpad.net/ubuntu/+archive/primary/+files/gnome-alsamixer_0.9.7~cvs.20060916.ds.1.orig.tar.gz
         02_change_gconf-keys_path.diff 03_gnome-alsamixer.schemas.diff 04_ignore-delimiters.diff
 	05-remove-G_CONST_RETURN.patch 06-use-libgnome-headers.patch gnome-alsamixer.desktop)

Deleted: gnome-alsamixer.install
===================================================================
--- gnome-alsamixer.install	2016-05-06 17:48:08 UTC (rev 267020)
+++ gnome-alsamixer.install	2016-05-06 18:07:36 UTC (rev 267021)
@@ -1,19 +0,0 @@
-pkgname=gnome-alsamixer
-
-post_install() {
-  gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  if [[ "$(vercmp $2 0.9.7)" -gt 0 ]]; then
-    pre_remove $1
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall ${pkgname}
-}



More information about the arch-commits mailing list