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

Antonio Rojas arojas at archlinux.org
Sun May 8 17:16:18 UTC 2016


    Date: Sunday, May 8, 2016 @ 19:16:18
  Author: arojas
Revision: 174367

Hooks

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

--------------+
 PKGBUILD     |    3 +--
 vmpk.install |   12 ------------
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-08 17:14:26 UTC (rev 174366)
+++ PKGBUILD	2016-05-08 17:16:18 UTC (rev 174367)
@@ -3,7 +3,7 @@
 
 pkgname=vmpk
 pkgver=0.6.2a
-pkgrel=2
+pkgrel=3
 pkgdesc="Virtual MIDI Piano Keyboard"
 arch=('i686' 'x86_64')
 url="http://vmpk.sourceforge.net/"
@@ -10,7 +10,6 @@
 license=('GPL3')
 depends=('drumstick' 'qt5-x11extras')
 makedepends=('cmake' 'docbook-xsl' 'qt5-tools' 'libxkbcommon-x11')
-install="$pkgname.install"
 source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/${pkgver::-1}/$pkgname-$pkgver.tar.bz2")
 md5sums=('8d96d6b615c5d7a3f188275fcd0c08a1')
 

Deleted: vmpk.install
===================================================================
--- vmpk.install	2016-05-08 17:14:26 UTC (rev 174366)
+++ vmpk.install	2016-05-08 17:16:18 UTC (rev 174367)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install 
-}



More information about the arch-commits mailing list