[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 
-
-pkgname=drumstick
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' 'x8

[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 
-
-pkgname=drumstick
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' 'x86_