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

Antonio Rojas arojas at archlinux.org
Fri May 20 19:14:35 UTC 2016


    Date: Friday, May 20, 2016 @ 21:14:35
  Author: arojas
Revision: 175950

Hooks

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

------------------+
 PKGBUILD         |    5 ++---
 patchage.install |   14 --------------
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-20 19:11:24 UTC (rev 175949)
+++ PKGBUILD	2016-05-20 19:14:35 UTC (rev 175950)
@@ -6,14 +6,13 @@
 
 pkgname=patchage
 pkgver=1.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A modular patch bay for audio and MIDI systems based on Jack and Alsa"
 arch=('i686' 'x86_64')
 url="http://drobilla.net/software/patchage"
 license=('GPL3')
-depends=('ganv' 'jack' 'desktop-file-utils')
+depends=('ganv' 'jack')
 makedepends=('boost' 'python2')
-install="$pkgname.install"
 source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
 md5sums=('d16a3fc045faff7fd70f3b4769b65698')
 

Deleted: patchage.install
===================================================================
--- patchage.install	2016-05-20 19:11:24 UTC (rev 175949)
+++ patchage.install	2016-05-20 19:14:35 UTC (rev 175950)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list