[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/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/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 (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