[arch-commits] Commit in drumstick/repos (2 files)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 17:52:15
  Author: felixonmars
Revision: 659889

archrelease: copy trunk to community-staging-x86_64

Added:
  drumstick/repos/community-staging-x86_64/
  drumstick/repos/community-staging-x86_64/PKGBUILD
(from rev 659888, drumstick/trunk/PKGBUILD)

--+
 PKGBUILD |   41 +
 1 file changed, 41 insertions(+)

Copied: drumstick/repos/community-staging-x86_64/PKGBUILD (from rev 659888, 
drumstick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-07 17:52:15 UTC (rev 659889)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.1.3
+pkgrel=3
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('x86_64')
+url="http://drumstick.sourceforge.net/;
+license=('GPL2')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'alsa-lib' 'qt5-base'
+'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl' 'libpulse' 'fluidsynth')
+optdepends=('fluidsynth: for fluidsynth integration'
+'libpulse: for PulseAudio integration')
+provides=('libdrumstick-alsa.so' 'libdrumstick-file.so' 'libdrumstick-rt.so')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('8831578a6422cbf6570fd0ff36836f808d452cd7cc338de82cc852d804c5ef404d97dfd73760b13f16fe33007b35a5fc4591f2c4d719a4cf2b6a34fa6ca81a8b')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # removing specific check for fluidsynth == 1.1.11, as fluidsynth > 2.0.0
+  # compiles just fine
+  sed -E 's|(pkg_check_modules\(FLUIDSYNTH ).+|\1fluidsynth\)|g' \
+  -i library/rt-backends/CMakeLists.txt
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO}
+}


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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 17:52:06
  Author: felixonmars
Revision: 659888

upgpkg: drumstick 1.1.3-3: reproducibility rebuild

Modified:
  drumstick/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 17:52:06 UTC (rev 659887)
+++ PKGBUILD2020-07-07 17:52:06 UTC (rev 659888)
@@ -4,7 +4,7 @@
 
 pkgname=drumstick
 pkgver=1.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('x86_64')
 url="http://drumstick.sourceforge.net/;


[arch-commits] Commit in drumstick/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-02 Thread David Runge via arch-commits
Date: Monday, September 2, 2019 @ 15:54:21
  Author: dvzrv
Revision: 507045

archrelease: copy trunk to community-x86_64

Added:
  drumstick/repos/community-x86_64/PKGBUILD
(from rev 507044, drumstick/trunk/PKGBUILD)
Deleted:
  drumstick/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   75 +
 1 file changed, 41 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-02 15:54:17 UTC (rev 507044)
+++ PKGBUILD2019-09-02 15:54:21 UTC (rev 507045)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('x86_64')
-url="http://drumstick.sourceforge.net/;
-license=('GPL2')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'libpulse' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-provides=('libdrumstick-rt-alsa-in.so' 'libdrumstick-rt-alsa-out.so'
-'libdrumstick-rt-easysynth.so' 'libdrumstick-rt-net-in.so'
-'libdrumstick-rt-net-out.so' 'libdrumstick-rt-oss-in.so'
-'libdrumstick-rt-oss-out.so')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('8831578a6422cbf6570fd0ff36836f808d452cd7cc338de82cc852d804c5ef404d97dfd73760b13f16fe33007b35a5fc4591f2c4d719a4cf2b6a34fa6ca81a8b')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO}
-}

Copied: drumstick/repos/community-x86_64/PKGBUILD (from rev 507044, 
drumstick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-02 15:54:21 UTC (rev 507045)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.1.3
+pkgrel=2
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('x86_64')
+url="http://drumstick.sourceforge.net/;
+license=('GPL2')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'alsa-lib' 'qt5-base'
+'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl' 'libpulse' 'fluidsynth')
+optdepends=('fluidsynth: for fluidsynth integration'
+'libpulse: for PulseAudio integration')
+provides=('libdrumstick-alsa.so' 'libdrumstick-file.so' 'libdrumstick-rt.so')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('8831578a6422cbf6570fd0ff36836f808d452cd7cc338de82cc852d804c5ef404d97dfd73760b13f16fe33007b35a5fc4591f2c4d719a4cf2b6a34fa6ca81a8b')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # removing specific check for fluidsynth == 1.1.11, as fluidsynth > 2.0.0
+  # compiles just fine
+  sed -E 's|(pkg_check_modules\(FLUIDSYNTH ).+|\1fluidsynth\)|g' \
+  -i library/rt-backends/CMakeLists.txt
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO}
+}


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

2019-09-02 Thread David Runge via arch-commits
Date: Monday, September 2, 2019 @ 15:54:17
  Author: dvzrv
Revision: 507044

upgpkg: drumstick 1.1.3-2

Adding fluidsynth back (to makedepends and optdepends). Demoting libpulse to 
makedepends/optdepends. Adding alsa-lib to depends. Fixing fluidsynth detection 
in cmake in prepare().
Removing deprecated LIB_SUFFIX from cmake call. Updating procvides with the 
proper shared library names provided by drumstick.

Modified:
  drumstick/trunk/PKGBUILD

--+
 PKGBUILD |   25 -
 1 file changed, 16 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-02 15:54:09 UTC (rev 507043)
+++ PKGBUILD2019-09-02 15:54:17 UTC (rev 507044)
@@ -4,25 +4,32 @@
 
 pkgname=drumstick
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('x86_64')
 url="http://drumstick.sourceforge.net/;
 license=('GPL2')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'libpulse' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-provides=('libdrumstick-rt-alsa-in.so' 'libdrumstick-rt-alsa-out.so'
-'libdrumstick-rt-easysynth.so' 'libdrumstick-rt-net-in.so'
-'libdrumstick-rt-net-out.so' 'libdrumstick-rt-oss-in.so'
-'libdrumstick-rt-oss-out.so')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'alsa-lib' 'qt5-base'
+'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl' 'libpulse' 'fluidsynth')
+optdepends=('fluidsynth: for fluidsynth integration'
+'libpulse: for PulseAudio integration')
+provides=('libdrumstick-alsa.so' 'libdrumstick-file.so' 'libdrumstick-rt.so')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
 
sha512sums=('8831578a6422cbf6570fd0ff36836f808d452cd7cc338de82cc852d804c5ef404d97dfd73760b13f16fe33007b35a5fc4591f2c4d719a4cf2b6a34fa6ca81a8b')
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # removing specific check for fluidsynth == 1.1.11, as fluidsynth > 2.0.0
+  # compiles just fine
+  sed -E 's|(pkg_check_modules\(FLUIDSYNTH ).+|\1fluidsynth\)|g' \
+  -i library/rt-backends/CMakeLists.txt
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_SUFFIX=
+-DCMAKE_BUILD_TYPE=Release
   make
 }
 


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

2019-09-01 Thread David Runge via arch-commits
Date: Sunday, September 1, 2019 @ 17:30:40
  Author: dvzrv
Revision: 506338

upgpkg: drumstick 1.1.3-1

Upgrading to 1.1.3. Adding 
libdrumstick-rt-{alsa-{in,out},easysynth,net-{in,out},oss-{in,out}}.so to 
provides.

Modified:
  drumstick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-01 17:27:03 UTC (rev 506337)
+++ PKGBUILD2019-09-01 17:30:40 UTC (rev 506338)
@@ -3,7 +3,7 @@
 # Contributor: Dany Martineau 
 
 pkgname=drumstick
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('x86_64')
@@ -11,8 +11,12 @@
 license=('GPL2')
 depends=('desktop-file-utils' 'hicolor-icon-theme' 'libpulse' 'qt5-svg')
 makedepends=('cmake' 'doxygen' 'docbook-xsl')
+provides=('libdrumstick-rt-alsa-in.so' 'libdrumstick-rt-alsa-out.so'
+'libdrumstick-rt-easysynth.so' 'libdrumstick-rt-net-in.so'
+'libdrumstick-rt-net-out.so' 'libdrumstick-rt-oss-in.so'
+'libdrumstick-rt-oss-out.so')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('6e84fbf2ce717cdb3c669a477de65d2f32c277073d812546267c0a9556f7ead612e3140cbc412fcd560786ca024f201a1eb3ba9de4b037e3ba8d4db89e0e2e29')
+sha512sums=('8831578a6422cbf6570fd0ff36836f808d452cd7cc338de82cc852d804c5ef404d97dfd73760b13f16fe33007b35a5fc4591f2c4d719a4cf2b6a34fa6ca81a8b')
 
 build() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in drumstick/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-01 Thread David Runge via arch-commits
Date: Sunday, September 1, 2019 @ 17:30:53
  Author: dvzrv
Revision: 506339

archrelease: copy trunk to community-x86_64

Added:
  drumstick/repos/community-x86_64/PKGBUILD
(from rev 506338, drumstick/trunk/PKGBUILD)
Deleted:
  drumstick/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 -
 1 file changed, 34 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-01 17:30:40 UTC (rev 506338)
+++ PKGBUILD2019-09-01 17:30:53 UTC (rev 506339)
@@ -1,30 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('x86_64')
-url="http://drumstick.sourceforge.net/;
-license=('GPL2')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'libpulse' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('6e84fbf2ce717cdb3c669a477de65d2f32c277073d812546267c0a9556f7ead612e3140cbc412fcd560786ca024f201a1eb3ba9de4b037e3ba8d4db89e0e2e29')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO}
-}

Copied: drumstick/repos/community-x86_64/PKGBUILD (from rev 506338, 
drumstick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-01 17:30:53 UTC (rev 506339)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('x86_64')
+url="http://drumstick.sourceforge.net/;
+license=('GPL2')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'libpulse' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+provides=('libdrumstick-rt-alsa-in.so' 'libdrumstick-rt-alsa-out.so'
+'libdrumstick-rt-easysynth.so' 'libdrumstick-rt-net-in.so'
+'libdrumstick-rt-net-out.so' 'libdrumstick-rt-oss-in.so'
+'libdrumstick-rt-oss-out.so')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('8831578a6422cbf6570fd0ff36836f808d452cd7cc338de82cc852d804c5ef404d97dfd73760b13f16fe33007b35a5fc4591f2c4d719a4cf2b6a34fa6ca81a8b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO}
+}


[arch-commits] Commit in drumstick/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-28 Thread David Runge via arch-commits
Date: Wednesday, November 28, 2018 @ 19:11:57
  Author: dvzrv
Revision: 410453

archrelease: copy trunk to community-x86_64

Added:
  drumstick/repos/community-x86_64/PKGBUILD
(from rev 410452, drumstick/trunk/PKGBUILD)
Deleted:
  drumstick/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-28 19:11:50 UTC (rev 410452)
+++ PKGBUILD2018-11-28 19:11:57 UTC (rev 410453)
@@ -1,30 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.1.1
-pkgrel=3
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('x86_64')
-url="http://drumstick.sourceforge.net/;
-license=('GPL2')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'libpulse' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('f3278be71b1850bbe742ff46b65a656443a1d655c5bcc1e289d92492db985ab185ed140b88ca68f37235c07926be5b82cfe97ae2f95ca7e3a7f48a7c95c61654')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO}
-}

Copied: drumstick/repos/community-x86_64/PKGBUILD (from rev 410452, 
drumstick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-28 19:11:57 UTC (rev 410453)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('x86_64')
+url="http://drumstick.sourceforge.net/;
+license=('GPL2')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'libpulse' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('6e84fbf2ce717cdb3c669a477de65d2f32c277073d812546267c0a9556f7ead612e3140cbc412fcd560786ca024f201a1eb3ba9de4b037e3ba8d4db89e0e2e29')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO}
+}


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

2018-11-28 Thread David Runge via arch-commits
Date: Wednesday, November 28, 2018 @ 19:11:50
  Author: dvzrv
Revision: 410452

upgpkg: drumstick 1.1.2-1

Upgrading to 1.1.2.

Modified:
  drumstick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 18:54:40 UTC (rev 410451)
+++ PKGBUILD2018-11-28 19:11:50 UTC (rev 410452)
@@ -3,8 +3,8 @@
 # Contributor: Dany Martineau 
 
 pkgname=drumstick
-pkgver=1.1.1
-pkgrel=3
+pkgver=1.1.2
+pkgrel=1
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('x86_64')
 url="http://drumstick.sourceforge.net/;
@@ -12,7 +12,7 @@
 depends=('desktop-file-utils' 'hicolor-icon-theme' 'libpulse' 'qt5-svg')
 makedepends=('cmake' 'doxygen' 'docbook-xsl')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('f3278be71b1850bbe742ff46b65a656443a1d655c5bcc1e289d92492db985ab185ed140b88ca68f37235c07926be5b82cfe97ae2f95ca7e3a7f48a7c95c61654')
+sha512sums=('6e84fbf2ce717cdb3c669a477de65d2f32c277073d812546267c0a9556f7ead612e3140cbc412fcd560786ca024f201a1eb3ba9de4b037e3ba8d4db89e0e2e29')
 
 build() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in drumstick/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-06 Thread David Runge via arch-commits
Date: Saturday, October 6, 2018 @ 20:49:16
  Author: dvzrv
Revision: 390910

archrelease: copy trunk to community-x86_64

Added:
  drumstick/repos/community-x86_64/PKGBUILD
(from rev 390909, drumstick/trunk/PKGBUILD)
Deleted:
  drumstick/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-06 20:49:05 UTC (rev 390909)
+++ PKGBUILD2018-10-06 20:49:16 UTC (rev 390910)
@@ -1,30 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.1.1
-pkgrel=2
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('x86_64')
-url="http://drumstick.sourceforge.net/;
-license=('GPL2')
-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')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO}
-}

Copied: drumstick/repos/community-x86_64/PKGBUILD (from rev 390909, 
drumstick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-06 20:49:16 UTC (rev 390910)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.1.1
+pkgrel=3
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('x86_64')
+url="http://drumstick.sourceforge.net/;
+license=('GPL2')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'libpulse' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('f3278be71b1850bbe742ff46b65a656443a1d655c5bcc1e289d92492db985ab185ed140b88ca68f37235c07926be5b82cfe97ae2f95ca7e3a7f48a7c95c61654')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO}
+}


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

2018-10-06 Thread David Runge via arch-commits
Date: Saturday, October 6, 2018 @ 20:49:05
  Author: dvzrv
Revision: 390909

upgpkg: drumstick 1.1.1-3

Rebuilding with libpulse (providing alsa-lib), restoring standard functionality 
(FS#60327).

Modified:
  drumstick/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-06 20:45:27 UTC (rev 390908)
+++ PKGBUILD2018-10-06 20:49:05 UTC (rev 390909)
@@ -4,12 +4,12 @@
 
 pkgname=drumstick
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('x86_64')
 url="http://drumstick.sourceforge.net/;
 license=('GPL2')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-svg')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'libpulse' 'qt5-svg')
 makedepends=('cmake' 'doxygen' 'docbook-xsl')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
 
sha512sums=('f3278be71b1850bbe742ff46b65a656443a1d655c5bcc1e289d92492db985ab185ed140b88ca68f37235c07926be5b82cfe97ae2f95ca7e3a7f48a7c95c61654')


[arch-commits] Commit in drumstick/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-01 Thread David Runge via arch-commits
Date: Monday, October 1, 2018 @ 17:21:48
  Author: dvzrv
Revision: 388909

archrelease: copy trunk to community-x86_64

Added:
  drumstick/repos/community-x86_64/PKGBUILD
(from rev 388908, drumstick/trunk/PKGBUILD)
Deleted:
  drumstick/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   61 ++---
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-01 17:21:41 UTC (rev 388908)
+++ PKGBUILD2018-10-01 17:21:48 UTC (rev 388909)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('x86_64')
-url="http://drumstick.sourceforge.net/;
-license=('GPL2')
-depends=('fluidsynth' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('f3278be71b1850bbe742ff46b65a656443a1d655c5bcc1e289d92492db985ab185ed140b88ca68f37235c07926be5b82cfe97ae2f95ca7e3a7f48a7c95c61654')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm644 {AUTHORS,ChangeLog,NEWS,README,TODO}
-}

Copied: drumstick/repos/community-x86_64/PKGBUILD (from rev 388908, 
drumstick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-01 17:21:48 UTC (rev 388909)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('x86_64')
+url="http://drumstick.sourceforge.net/;
+license=('GPL2')
+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')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO}
+}


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

2018-10-01 Thread David Runge via arch-commits
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
===
--- PKGBUILD2018-10-01 17:21:40 UTC (rev 388907)
+++ PKGBUILD2018-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}
 }


[arch-commits] Commit in drumstick/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-14 Thread David Runge via arch-commits
Date: Wednesday, March 14, 2018 @ 19:20:15
  Author: dvzrv
Revision: 307811

archrelease: copy trunk to community-x86_64

Added:
  drumstick/repos/community-x86_64/PKGBUILD
(from rev 307810, drumstick/trunk/PKGBUILD)
Deleted:
  drumstick/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   65 +
 1 file changed, 31 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 19:20:06 UTC (rev 307810)
+++ PKGBUILD2018-03-14 19:20:15 UTC (rev 307811)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.1.0
-pkgrel=3
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('x86_64')
-url="http://drumstick.sourceforge.net/;
-license=('GPL2')
-depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('1099b80e1d2819a8343e877742c5f01c114419b2c63a965717bcff2c220aa218f40ac3860cf9496d3586663e73a6c2c7b62aee74c51229578a5ae3044da208da')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
-  install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/ChangeLog"
-  install -Dm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
-  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm644 TODO "${pkgdir}/usr/share/doc/${pkgname}/TODO"
-}

Copied: drumstick/repos/community-x86_64/PKGBUILD (from rev 307810, 
drumstick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 19:20:15 UTC (rev 307811)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('x86_64')
+url="http://drumstick.sourceforge.net/;
+license=('GPL2')
+depends=('fluidsynth' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('f3278be71b1850bbe742ff46b65a656443a1d655c5bcc1e289d92492db985ab185ed140b88ca68f37235c07926be5b82cfe97ae2f95ca7e3a7f48a7c95c61654')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm644 {AUTHORS,ChangeLog,NEWS,README,TODO}
+}


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

2018-03-14 Thread David Runge via arch-commits
Date: Wednesday, March 14, 2018 @ 19:20:06
  Author: dvzrv
Revision: 307810

upgpkg: drumstick 1.1.1-1

Upgrading to 1.1.1.

Modified:
  drumstick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 18:28:40 UTC (rev 307809)
+++ PKGBUILD2018-03-14 19:20:06 UTC (rev 307810)
@@ -4,16 +4,16 @@
 # Contributor: Dany Martineau 
 
 pkgname=drumstick
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('x86_64')
 url="http://drumstick.sourceforge.net/;
 license=('GPL2')
-depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
+depends=('fluidsynth' 'qt5-svg')
 makedepends=('cmake' 'doxygen' 'docbook-xsl')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('1099b80e1d2819a8343e877742c5f01c114419b2c63a965717bcff2c220aa218f40ac3860cf9496d3586663e73a6c2c7b62aee74c51229578a5ae3044da208da')
+sha512sums=('f3278be71b1850bbe742ff46b65a656443a1d655c5bcc1e289d92492db985ab185ed140b88ca68f37235c07926be5b82cfe97ae2f95ca7e3a7f48a7c95c61654')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -26,9 +26,6 @@
 package() {
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}/" install
-  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
-  install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/ChangeLog"
-  install -Dm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
-  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm644 TODO "${pkgdir}/usr/share/doc/${pkgname}/TODO"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm644 {AUTHORS,ChangeLog,NEWS,README,TODO}
 }


[arch-commits] Commit in drumstick/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

2017-12-24 Thread David Runge via arch-commits
Date: Monday, December 25, 2017 @ 01:26:29
  Author: dvzrv
Revision: 275902

archrelease: copy trunk to community-testing-x86_64

Added:
  drumstick/repos/community-testing-x86_64/PKGBUILD
(from rev 275901, drumstick/trunk/PKGBUILD)
Deleted:
  drumstick/repos/community-testing-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 01:26:15 UTC (rev 275901)
+++ PKGBUILD2017-12-25 01:26:29 UTC (rev 275902)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('x86_64')
-url="http://drumstick.sourceforge.net/;
-license=('GPL2')
-depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('1099b80e1d2819a8343e877742c5f01c114419b2c63a965717bcff2c220aa218f40ac3860cf9496d3586663e73a6c2c7b62aee74c51229578a5ae3044da208da')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
-  install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/ChangeLog"
-  install -Dm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
-  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm644 TODO "${pkgdir}/usr/share/doc/${pkgname}/TODO"
-}

Copied: drumstick/repos/community-testing-x86_64/PKGBUILD (from rev 275901, 
drumstick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 01:26:29 UTC (rev 275902)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.1.0
+pkgrel=3
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('x86_64')
+url="http://drumstick.sourceforge.net/;
+license=('GPL2')
+depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('1099b80e1d2819a8343e877742c5f01c114419b2c63a965717bcff2c220aa218f40ac3860cf9496d3586663e73a6c2c7b62aee74c51229578a5ae3044da208da')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/ChangeLog"
+  install -Dm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm644 TODO "${pkgdir}/usr/share/doc/${pkgname}/TODO"
+}


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

2017-12-24 Thread David Runge via arch-commits
Date: Monday, December 25, 2017 @ 01:26:15
  Author: dvzrv
Revision: 275901

upgpkg: drumstick 1.1.0-3

Rebuild for qt5 5.10.

Modified:
  drumstick/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 01:25:20 UTC (rev 275900)
+++ PKGBUILD2017-12-25 01:26:15 UTC (rev 275901)
@@ -5,7 +5,7 @@
 
 pkgname=drumstick
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('x86_64')
 url="http://drumstick.sourceforge.net/;
@@ -12,7 +12,7 @@
 license=('GPL2')
 depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
 makedepends=('cmake' 'doxygen' 'docbook-xsl')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
 
sha512sums=('1099b80e1d2819a8343e877742c5f01c114419b2c63a965717bcff2c220aa218f40ac3860cf9496d3586663e73a6c2c7b62aee74c51229578a5ae3044da208da')
 
 build() {


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

2017-12-02 Thread David Runge via arch-commits
Date: Sunday, December 3, 2017 @ 00:47:22
  Author: dvzrv
Revision: 271948

upgpkg: drumstick 1.1.0-2

Updating maintainer. Switching to correct license (GPL2). Switching to https 
for source.
Switching to sha512sums. Removing unneeded out-of-tree build. Installing 
various docs.

Modified:
  drumstick/trunk/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 17 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 00:44:09 UTC (rev 271947)
+++ PKGBUILD2017-12-03 00:47:22 UTC (rev 271948)
@@ -1,33 +1,34 @@
 # $Id$
-# Maintainer : speps 
+# Maintainer: David Runge 
+# Contributor: speps 
 # Contributor: Dany Martineau 
 
 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')
+license=('GPL2')
 depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
 makedepends=('cmake' 'doxygen' 'docbook-xsl')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8b72ff32bbd3887c53b282a7111e683f')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
+sha512sums=('1099b80e1d2819a8343e877742c5f01c114419b2c63a965717bcff2c220aa218f40ac3860cf9496d3586663e73a6c2c7b62aee74c51229578a5ae3044da208da')
 
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
 build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIB_SUFFIX=
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_SUFFIX=
   make
 }
 
 package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/ChangeLog"
+  install -Dm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm644 TODO "${pkgdir}/usr/share/doc/${pkgname}/TODO"
 }


[arch-commits] Commit in drumstick/repos (2 files)

2017-12-02 Thread David Runge via arch-commits
Date: Sunday, December 3, 2017 @ 00:47:31
  Author: dvzrv
Revision: 271949

archrelease: copy trunk to community-testing-x86_64

Added:
  drumstick/repos/community-testing-x86_64/
  drumstick/repos/community-testing-x86_64/PKGBUILD
(from rev 271948, drumstick/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: drumstick/repos/community-testing-x86_64/PKGBUILD (from rev 271948, 
drumstick/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-03 00:47:31 UTC (rev 271949)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('x86_64')
+url="http://drumstick.sourceforge.net/;
+license=('GPL2')
+depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
+sha512sums=('1099b80e1d2819a8343e877742c5f01c114419b2c63a965717bcff2c220aa218f40ac3860cf9496d3586663e73a6c2c7b62aee74c51229578a5ae3044da208da')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/ChangeLog"
+  install -Dm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm644 TODO "${pkgdir}/usr/share/doc/${pkgname}/TODO"
+}


[arch-commits] Commit in drumstick/repos (4 files)

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 20:02:01
  Author: arojas
Revision: 195407

archrelease: copy trunk to community-i686, community-x86_64

Added:
  drumstick/repos/community-i686/PKGBUILD
(from rev 195406, drumstick/trunk/PKGBUILD)
  drumstick/repos/community-x86_64/PKGBUILD
(from rev 195406, drumstick/trunk/PKGBUILD)
Deleted:
  drumstick/repos/community-i686/PKGBUILD
  drumstick/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-11 20:01:25 UTC (rev 195406)
+++ community-i686/PKGBUILD 2016-11-11 20:02:01 UTC (rev 195407)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' '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')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
-md5sums=('f8e6d9de7943853146c39e52242cb705')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: drumstick/repos/community-i686/PKGBUILD (from rev 195406, 
drumstick/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-11 20:02:01 UTC (rev 195407)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' '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')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8b72ff32bbd3887c53b282a7111e683f')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-11 20:01:25 UTC (rev 195406)
+++ community-x86_64/PKGBUILD   2016-11-11 20:02:01 UTC (rev 195407)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' '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')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
-md5sums=('f8e6d9de7943853146c39e52242cb705')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: drumstick/repos/community-x86_64/PKGBUILD (from rev 195406, 
drumstick/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-11 20:02:01 UTC (rev 195407)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' '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')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8b72ff32bbd3887c53b282a7111e683f')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. 

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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 20:01:25
  Author: arojas
Revision: 195406

Update to 1.1.0

Modified:
  drumstick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 19:58:41 UTC (rev 195405)
+++ PKGBUILD2016-11-11 20:01:25 UTC (rev 195406)
@@ -3,8 +3,8 @@
 # Contributor: Dany Martineau 
 
 pkgname=drumstick
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('i686' 'x86_64')
 url="http://drumstick.sourceforge.net/;
@@ -12,7 +12,7 @@
 depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
 makedepends=('cmake' 'doxygen' 'docbook-xsl')
 
source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
-md5sums=('f8e6d9de7943853146c39e52242cb705')
+md5sums=('8b72ff32bbd3887c53b282a7111e683f')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in (drumstick)

2016-08-31 Thread Antonio Rojas
Date: Wednesday, August 31, 2016 @ 06:45:51
  Author: arojas
Revision: 275565

extra2community: Moving drumstick from extra to community

Deleted:
  drumstick/


[arch-commits] Commit in drumstick/repos (4 files)

2016-08-31 Thread Antonio Rojas
Date: Wednesday, August 31, 2016 @ 06:45:28
  Author: arojas
Revision: 188090

archrelease: copy trunk to community-i686, community-x86_64

Added:
  drumstick/repos/community-i686/
  drumstick/repos/community-i686/PKGBUILD
(from rev 188089, drumstick/trunk/PKGBUILD)
  drumstick/repos/community-x86_64/
  drumstick/repos/community-x86_64/PKGBUILD
(from rev 188089, drumstick/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   33 +
 community-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: drumstick/repos/community-i686/PKGBUILD (from rev 188089, 
drumstick/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-31 06:45:28 UTC (rev 188090)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' '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')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('f8e6d9de7943853146c39e52242cb705')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Copied: drumstick/repos/community-x86_64/PKGBUILD (from rev 188089, 
drumstick/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-31 06:45:28 UTC (rev 188090)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' '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')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('f8e6d9de7943853146c39e52242cb705')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in drumstick/repos (6 files)

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 23:59:04
  Author: arojas
Revision: 266902

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  drumstick/repos/extra-i686/PKGBUILD
(from rev 266901, drumstick/trunk/PKGBUILD)
  drumstick/repos/extra-x86_64/PKGBUILD
(from rev 266901, drumstick/trunk/PKGBUILD)
Deleted:
  drumstick/repos/extra-i686/PKGBUILD
  drumstick/repos/extra-i686/drumstick.install
  drumstick/repos/extra-x86_64/PKGBUILD
  drumstick/repos/extra-x86_64/drumstick.install

+
 /PKGBUILD  |   66 +++
 extra-i686/PKGBUILD|   34 
 extra-i686/drumstick.install   |   13 ---
 extra-x86_64/PKGBUILD  |   34 
 extra-x86_64/drumstick.install |   13 ---
 5 files changed, 66 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-04 21:58:28 UTC (rev 266901)
+++ extra-i686/PKGBUILD 2016-05-04 21:59:04 UTC (rev 266902)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' '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;)
-md5sums=('f8e6d9de7943853146c39e52242cb705')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: drumstick/repos/extra-i686/PKGBUILD (from rev 266901, 
drumstick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-04 21:59:04 UTC (rev 266902)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' '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')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('f8e6d9de7943853146c39e52242cb705')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Deleted: extra-i686/drumstick.install
===
--- extra-i686/drumstick.install2016-05-04 21:58:28 UTC (rev 266901)
+++ extra-i686/drumstick.install2016-05-04 21:59:04 UTC (rev 266902)
@@ -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
-}
\ No newline at end of file

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-04 21:58:28 UTC (rev 266901)
+++ extra-x86_64/PKGBUILD   2016-05-04 21:59:04 UTC (rev 266902)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' '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;)
-md5sums=('f8e6d9de7943853146c39e52242cb705')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: drumstick/repos/extra-x86_64/PKGBUILD (from rev 266901, 
drumstick/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 23:58:28
  Author: arojas
Revision: 266901

Hooks

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

---+
 PKGBUILD  |3 +--
 drumstick.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 21:40:29 UTC (rev 266900)
+++ PKGBUILD2016-05-04 21:58:28 UTC (rev 266901)
@@ -4,7 +4,7 @@
 
 pkgname=drumstick
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('i686' 'x86_64')
 url="http://drumstick.sourceforge.net/;
@@ -11,7 +11,6 @@
 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;)
 md5sums=('f8e6d9de7943853146c39e52242cb705')
 

Deleted: drumstick.install
===
--- drumstick.install   2016-05-04 21:40:29 UTC (rev 266900)
+++ drumstick.install   2016-05-04 21:58:28 UTC (rev 266901)
@@ -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
-}
\ No newline at end of file


[arch-commits] Commit in (drumstick)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 21:57:05
  Author: arojas
Revision: 168576

community2extra: Moving drumstick from community to extra

Deleted:
  drumstick/


[arch-commits] Commit in drumstick/repos (6 files)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 21:56:36
  Author: arojas
Revision: 263181

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  drumstick/repos/extra-i686/
  drumstick/repos/extra-i686/PKGBUILD
(from rev 263180, drumstick/trunk/PKGBUILD)
  drumstick/repos/extra-i686/drumstick.install
(from rev 263180, drumstick/trunk/drumstick.install)
  drumstick/repos/extra-x86_64/
  drumstick/repos/extra-x86_64/PKGBUILD
(from rev 263180, drumstick/trunk/PKGBUILD)
  drumstick/repos/extra-x86_64/drumstick.install
(from rev 263180, drumstick/trunk/drumstick.install)

+
 extra-i686/PKGBUILD|   34 ++
 extra-i686/drumstick.install   |   13 +
 extra-x86_64/PKGBUILD  |   34 ++
 extra-x86_64/drumstick.install |   13 +
 4 files changed, 94 insertions(+)

Copied: drumstick/repos/extra-i686/PKGBUILD (from rev 263180, 
drumstick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-27 19:56:36 UTC (rev 263181)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' '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;)
+md5sums=('f8e6d9de7943853146c39e52242cb705')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Copied: drumstick/repos/extra-i686/drumstick.install (from rev 263180, 
drumstick/trunk/drumstick.install)
===
--- extra-i686/drumstick.install(rev 0)
+++ extra-i686/drumstick.install2016-03-27 19:56:36 UTC (rev 263181)
@@ -0,0 +1,13 @@
+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
+}
\ No newline at end of file

Copied: drumstick/repos/extra-x86_64/PKGBUILD (from rev 263180, 
drumstick/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-27 19:56:36 UTC (rev 263181)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' '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;)
+md5sums=('f8e6d9de7943853146c39e52242cb705')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Copied: drumstick/repos/extra-x86_64/drumstick.install (from rev 263180, 
drumstick/trunk/drumstick.install)
===
--- extra-x86_64/drumstick.install  (rev 0)
+++ extra-x86_64/drumstick.install  2016-03-27 19:56:36 UTC (rev 263181)
@@ -0,0 +1,13 @@
+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
+}
\ No newline at end of file


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

2016-02-03 Thread speps
Date: Thursday, February 4, 2016 @ 02:31:21
  Author: speps
Revision: 160134

upgpkg: drumstick 1.0.2-1

Modified:
  drumstick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-03 21:52:13 UTC (rev 160133)
+++ PKGBUILD2016-02-04 01:31:21 UTC (rev 160134)
@@ -3,8 +3,8 @@
 # Contributor: Dany Martineau 
 
 pkgname=drumstick
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('i686' 'x86_64')
 url="http://drumstick.sourceforge.net/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'doxygen' 'docbook-xsl')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
-md5sums=('ef1a49166c069d337f1f6bc983f91a1c')
+md5sums=('f8e6d9de7943853146c39e52242cb705')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in drumstick/repos (8 files)

2016-02-03 Thread speps
Date: Thursday, February 4, 2016 @ 02:31:43
  Author: speps
Revision: 160135

archrelease: copy trunk to community-i686, community-x86_64

Added:
  drumstick/repos/community-i686/PKGBUILD
(from rev 160134, drumstick/trunk/PKGBUILD)
  drumstick/repos/community-i686/drumstick.install
(from rev 160134, drumstick/trunk/drumstick.install)
  drumstick/repos/community-x86_64/PKGBUILD
(from rev 160134, drumstick/trunk/PKGBUILD)
  drumstick/repos/community-x86_64/drumstick.install
(from rev 160134, drumstick/trunk/drumstick.install)
Deleted:
  drumstick/repos/community-i686/PKGBUILD
  drumstick/repos/community-i686/drumstick.install
  drumstick/repos/community-x86_64/PKGBUILD
  drumstick/repos/community-x86_64/drumstick.install

+
 /PKGBUILD  |   68 +++
 /drumstick.install |   26 +
 community-i686/PKGBUILD|   34 -
 community-i686/drumstick.install   |   13 --
 community-x86_64/PKGBUILD  |   34 -
 community-x86_64/drumstick.install |   13 --
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-04 01:31:21 UTC (rev 160134)
+++ community-i686/PKGBUILD 2016-02-04 01:31:43 UTC (rev 160135)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' '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;)
-md5sums=('ef1a49166c069d337f1f6bc983f91a1c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: drumstick/repos/community-i686/PKGBUILD (from rev 160134, 
drumstick/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-04 01:31:43 UTC (rev 160135)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' '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;)
+md5sums=('f8e6d9de7943853146c39e52242cb705')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/drumstick.install
===
--- community-i686/drumstick.install2016-02-04 01:31:21 UTC (rev 160134)
+++ community-i686/drumstick.install2016-02-04 01:31:43 UTC (rev 160135)
@@ -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
-}
\ No newline at end of file

Copied: drumstick/repos/community-i686/drumstick.install (from rev 160134, 
drumstick/trunk/drumstick.install)
===
--- community-i686/drumstick.install(rev 0)
+++ community-i686/drumstick.install2016-02-04 01:31:43 UTC (rev 160135)
@@ -0,0 +1,13 @@
+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
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-04 01:31:21 UTC (rev 160134)
+++ community-x86_64/PKGBUILD   2016-02-04 01:31:43 UTC (rev 160135)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 20:17:57
  Author: bpiotrowski
Revision: 149083

C++11 ABI rebuild

Modified:
  drumstick/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 19:17:51 UTC (rev 149082)
+++ PKGBUILD2015-12-06 19:17:57 UTC (rev 149083)
@@ -4,7 +4,7 @@
 
 pkgname=drumstick
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('i686' 'x86_64')
 url="http://drumstick.sourceforge.net/;


[arch-commits] Commit in drumstick/repos (6 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 20:18:05
  Author: bpiotrowski
Revision: 149085

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  drumstick/repos/community-staging-i686/
  drumstick/repos/community-staging-i686/PKGBUILD
(from rev 149084, drumstick/trunk/PKGBUILD)
  drumstick/repos/community-staging-i686/drumstick.install
(from rev 149084, drumstick/trunk/drumstick.install)
  drumstick/repos/community-staging-x86_64/
  drumstick/repos/community-staging-x86_64/PKGBUILD
(from rev 149084, drumstick/trunk/PKGBUILD)
  drumstick/repos/community-staging-x86_64/drumstick.install
(from rev 149084, drumstick/trunk/drumstick.install)

+
 community-staging-i686/PKGBUILD|   34 +++
 community-staging-i686/drumstick.install   |   13 ++
 community-staging-x86_64/PKGBUILD  |   34 +++
 community-staging-x86_64/drumstick.install |   13 ++
 4 files changed, 94 insertions(+)

Copied: drumstick/repos/community-staging-i686/PKGBUILD (from rev 149084, 
drumstick/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 19:18:05 UTC (rev 149085)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' '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;)
+md5sums=('ef1a49166c069d337f1f6bc983f91a1c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Copied: drumstick/repos/community-staging-i686/drumstick.install (from rev 
149084, drumstick/trunk/drumstick.install)
===
--- community-staging-i686/drumstick.install(rev 0)
+++ community-staging-i686/drumstick.install2015-12-06 19:18:05 UTC (rev 
149085)
@@ -0,0 +1,13 @@
+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
+}
\ No newline at end of file

Copied: drumstick/repos/community-staging-x86_64/PKGBUILD (from rev 149084, 
drumstick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 19:18:05 UTC (rev 149085)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' '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;)
+md5sums=('ef1a49166c069d337f1f6bc983f91a1c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Copied: drumstick/repos/community-staging-x86_64/drumstick.install (from rev 
149084, drumstick/trunk/drumstick.install)
===
--- community-staging-x86_64/drumstick.install  (rev 0)
+++ community-staging-x86_64/drumstick.install  2015-12-06 19:18:05 UTC (rev 
149085)
@@ -0,0 +1,13 @@
+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
+}
\ No newline at end of file


[arch-commits] Commit in drumstick/repos (8 files)

2015-10-26 Thread speps
Date: Monday, October 26, 2015 @ 21:16:51
  Author: speps
Revision: 145040

archrelease: copy trunk to community-i686, community-x86_64

Added:
  drumstick/repos/community-i686/PKGBUILD
(from rev 145039, drumstick/trunk/PKGBUILD)
  drumstick/repos/community-i686/drumstick.install
(from rev 145039, drumstick/trunk/drumstick.install)
  drumstick/repos/community-x86_64/PKGBUILD
(from rev 145039, drumstick/trunk/PKGBUILD)
  drumstick/repos/community-x86_64/drumstick.install
(from rev 145039, drumstick/trunk/drumstick.install)
Deleted:
  drumstick/repos/community-i686/PKGBUILD
  drumstick/repos/community-i686/drumstick.install
  drumstick/repos/community-x86_64/PKGBUILD
  drumstick/repos/community-x86_64/drumstick.install

+
 /PKGBUILD  |   68 +++
 /drumstick.install |   26 +
 community-i686/PKGBUILD|   34 -
 community-i686/drumstick.install   |   13 --
 community-x86_64/PKGBUILD  |   34 -
 community-x86_64/drumstick.install |   13 --
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-26 20:16:43 UTC (rev 145039)
+++ community-i686/PKGBUILD 2015-10-26 20:16:51 UTC (rev 145040)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' '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;)
-md5sums=('c984243a47aba26dc274c47447d01006')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: drumstick/repos/community-i686/PKGBUILD (from rev 145039, 
drumstick/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-26 20:16:51 UTC (rev 145040)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' '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;)
+md5sums=('ef1a49166c069d337f1f6bc983f91a1c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/drumstick.install
===
--- community-i686/drumstick.install2015-10-26 20:16:43 UTC (rev 145039)
+++ community-i686/drumstick.install2015-10-26 20:16:51 UTC (rev 145040)
@@ -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
-}
\ No newline at end of file

Copied: drumstick/repos/community-i686/drumstick.install (from rev 145039, 
drumstick/trunk/drumstick.install)
===
--- community-i686/drumstick.install(rev 0)
+++ community-i686/drumstick.install2015-10-26 20:16:51 UTC (rev 145040)
@@ -0,0 +1,13 @@
+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
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-26 20:16:43 UTC (rev 145039)
+++ community-x86_64/PKGBUILD   2015-10-26 20:16:51 UTC (rev 145040)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-

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

2015-10-26 Thread speps
Date: Monday, October 26, 2015 @ 21:16:34
  Author: speps
Revision: 145038

upgpkg: drumstick 1.0.1-1

Modified:
  drumstick/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 20:15:15 UTC (rev 145037)
+++ PKGBUILD2015-10-26 20:16:34 UTC (rev 145038)
@@ -3,7 +3,7 @@
 # Contributor: Dany Martineau 
 
 pkgname=drumstick
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'doxygen' 'docbook-xsl')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
-md5sums=('c984243a47aba26dc274c47447d01006')
+md5sums=('ef1a49166c069d337f1f6bc983f91a1c')
 
 prepare() {
   cd $pkgname-$pkgver


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

2014-09-11 Thread speps
Date: Thursday, September 11, 2014 @ 12:31:00
  Author: speps
Revision: 118816

upgpkg: drumstick 1.0.0-1

Modified:
  drumstick/trunk/PKGBUILD  (properties)

Index: drumstick/trunk/PKGBUILD
===
--- drumstick/trunk/PKGBUILD2014-09-11 10:28:15 UTC (rev 118815)
+++ drumstick/trunk/PKGBUILD2014-09-11 10:31:00 UTC (rev 118816)

Property changes on: drumstick/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in drumstick/repos (6 files)

2014-09-11 Thread speps
Date: Thursday, September 11, 2014 @ 12:31:19
  Author: speps
Revision: 118817

archrelease: copy trunk to community-i686, community-x86_64

Added:
  drumstick/repos/community-i686/
  drumstick/repos/community-i686/PKGBUILD
(from rev 118816, drumstick/trunk/PKGBUILD)
  drumstick/repos/community-i686/drumstick.install
(from rev 118816, drumstick/trunk/drumstick.install)
  drumstick/repos/community-x86_64/
  drumstick/repos/community-x86_64/PKGBUILD
(from rev 118816, drumstick/trunk/PKGBUILD)
  drumstick/repos/community-x86_64/drumstick.install
(from rev 118816, drumstick/trunk/drumstick.install)

+
 community-i686/PKGBUILD|   34 ++
 community-i686/drumstick.install   |   13 +
 community-x86_64/PKGBUILD  |   34 ++
 community-x86_64/drumstick.install |   13 +
 4 files changed, 94 insertions(+)

Copied: drumstick/repos/community-i686/PKGBUILD (from rev 118816, 
drumstick/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-11 10:31:19 UTC (rev 118817)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=drumstick
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=MIDI libraries for Qt5/C++
+arch=('i686' '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;)
+md5sums=('c984243a47aba26dc274c47447d01006')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR=$pkgdir/ install
+}

Copied: drumstick/repos/community-i686/drumstick.install (from rev 118816, 
drumstick/trunk/drumstick.install)
===
--- community-i686/drumstick.install(rev 0)
+++ community-i686/drumstick.install2014-09-11 10:31:19 UTC (rev 118817)
@@ -0,0 +1,13 @@
+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
+}
\ No newline at end of file

Copied: drumstick/repos/community-x86_64/PKGBUILD (from rev 118816, 
drumstick/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-11 10:31:19 UTC (rev 118817)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=drumstick
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=MIDI libraries for Qt5/C++
+arch=('i686' '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;)
+md5sums=('c984243a47aba26dc274c47447d01006')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR=$pkgdir/ install
+}

Copied: drumstick/repos/community-x86_64/drumstick.install (from rev 118816, 
drumstick/trunk/drumstick.install)
===
--- community-x86_64/drumstick.install  (rev 0)
+++ community-x86_64/drumstick.install  2014-09-11 10:31:19 UTC (rev 118817)
@@ -0,0 +1,13 @@
+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
+}
\ No newline at end of file