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

Antonio Rojas arojas at archlinux.org
Sun Mar 27 19:56:36 UTC 2016


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

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



More information about the arch-commits mailing list