[arch-commits] Commit in drumstick/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Oct 1 17:21:41 UTC 2018


    Date: Monday, October 1, 2018 @ 17:21:41
  Author: dvzrv
Revision: 388908

upgpkg: drumstick 1.1.1-2

Removing fluidsynth (the output has been removed) from depends. Adding hicolor-icon-theme and desktop-file-utils for integration.

Modified:
  drumstick/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-01 17:21:40 UTC (rev 388907)
+++ PKGBUILD	2018-10-01 17:21:41 UTC (rev 388908)
@@ -4,12 +4,12 @@
 
 pkgname=drumstick
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('x86_64')
 url="http://drumstick.sourceforge.net/"
 license=('GPL2')
-depends=('fluidsynth' 'qt5-svg')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-svg')
 makedepends=('cmake' 'doxygen' 'docbook-xsl')
 source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
 sha512sums=('f3278be71b1850bbe742ff46b65a656443a1d655c5bcc1e289d92492db985ab185ed140b88ca68f37235c07926be5b82cfe97ae2f95ca7e3a7f48a7c95c61654')
@@ -26,5 +26,5 @@
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}/" install
   install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
-    -vDm644 {AUTHORS,ChangeLog,NEWS,README,TODO}
+    -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO}
 }



More information about the arch-commits mailing list