drumstick rebuild #73

This commit is contained in:
AlmAck 2018-07-10 22:26:14 +02:00
parent 1bb2bfe3a6
commit c41d67cb5c
2 changed files with 1 additions and 15 deletions

View File

@ -2,14 +2,13 @@
pkgname=drumstick
pkgver=1.1.0
pkgrel=1
pkgrel=2
pkgdesc="MIDI libraries for Qt5/C++"
arch=('x86_64')
url="http://drumstick.sourceforge.net/"
license=('GPL')
depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 'shared-mime-info' 'qt5-svg')
makedepends=('cmake' 'doxygen' 'docbook-xsl')
install="$pkgname.install"
source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
sha256sums=('ae1d2c0d21b45d144e181b873ffbc2979a294fab31b8d71a5b0b8cad3276f38e')

View File

@ -1,13 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-mime-database usr/share/mime
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}