summaryrefslogtreecommitdiff
path: root/community/vmpk
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/vmpk
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/vmpk')
-rw-r--r--community/vmpk/PKGBUILD28
-rw-r--r--community/vmpk/vmpk.install12
2 files changed, 0 insertions, 40 deletions
diff --git a/community/vmpk/PKGBUILD b/community/vmpk/PKGBUILD
deleted file mode 100644
index 5ce3556ad..000000000
--- a/community/vmpk/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer : speps <speps at aur dot archlinux dot org>
-
-pkgname=vmpk
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="Virtual MIDI Piano Keyboard"
-arch=('i686' 'x86_64')
-url="http://vmpk.sourceforge.net/"
-license=('GPL3')
-depends=('qt4' 'jack')
-makedepends=('cmake')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
-md5sums=('07e376936c38c7c244374ff9ddca6a72')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- [ -d bld ] || mkdir bld && cd bld
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=release
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver/bld"
- make DESTDIR="$pkgdir/" install
-}
diff --git a/community/vmpk/vmpk.install b/community/vmpk/vmpk.install
deleted file mode 100644
index 293ff852a..000000000
--- a/community/vmpk/vmpk.install
+++ /dev/null
@@ -1,12 +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
-}