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

speps speps at archlinux.org
Thu Sep 11 10:31:19 UTC 2014


    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.martineau at 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.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

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.martineau at 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




More information about the arch-commits mailing list