mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:43:12 +08:00
drumstick rebuild #73
This commit is contained in:
parent
1bb2bfe3a6
commit
c41d67cb5c
@ -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')
|
||||
|
||||
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user