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

Antonio Rojas arojas at archlinux.org
Fri Nov 11 20:02:01 UTC 2016


    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 <speps at aur dot archlinux dot org>
-# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
-
-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 <speps at aur dot archlinux dot org>
+# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+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 <speps at aur dot archlinux dot org>
-# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
-
-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 <speps at aur dot archlinux dot org>
+# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+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
+}



More information about the arch-commits mailing list