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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 6 19:18:05 UTC 2015


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

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



More information about the arch-commits mailing list