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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Feb 26 17:12:10 UTC 2013


    Date: Tuesday, February 26, 2013 @ 18:12:10
  Author: spupykin
Revision: 85002

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  canorus/repos/community-staging-i686/
  canorus/repos/community-staging-i686/PKGBUILD
    (from rev 85001, canorus/trunk/PKGBUILD)
  canorus/repos/community-staging-x86_64/
  canorus/repos/community-staging-x86_64/PKGBUILD
    (from rev 85001, canorus/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: canorus/repos/community-staging-i686/PKGBUILD (from rev 85001, canorus/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-26 17:12:10 UTC (rev 85002)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Arch Linux Pro Audio <dev at archaudio.org>
+# Contributor: Coenraad van der Westhuizen <chwesthuizen at gmail.com>
+# Contributor: hm_b <holger (at) music-nerds (dot) net>
+
+pkgname=canorus
+pkgver=0.7.R1002
+pkgrel=5
+pkgdesc="A free music score editor"
+arch=('i686' 'x86_64')
+url="http://www.canorus.org/"
+license=('GPL')
+depends=('qt4' 'alsa-lib' 'python2' 'swig' 'zlib')
+makedepends=('cmake')
+options=('strip')
+source=(http://download.berlios.de/$pkgname/$pkgname\_$pkgver\_source.tar.bz2)
+md5sums=('5575b7c54633056a463177579a390318')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/qt4.sh
+  export LDFLAGS="-lz -lpthread"
+  cmake . -DCMAKE_INSTALL_PREFIX=$pkgdir/usr \
+	-DDEFAULT_DATA_DIR="/usr/share/canorus" \
+	-DNO_SWIG=ON
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make install
+  install -d $pkgdir/usr/share/{applications,pixmaps}
+  cp canorus.desktop $pkgdir/usr/share/applications
+  cp $pkgdir/usr/share/{canorus/images/clogosm.png,pixmaps/canorus.png}
+}

Copied: canorus/repos/community-staging-x86_64/PKGBUILD (from rev 85001, canorus/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-26 17:12:10 UTC (rev 85002)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Arch Linux Pro Audio <dev at archaudio.org>
+# Contributor: Coenraad van der Westhuizen <chwesthuizen at gmail.com>
+# Contributor: hm_b <holger (at) music-nerds (dot) net>
+
+pkgname=canorus
+pkgver=0.7.R1002
+pkgrel=5
+pkgdesc="A free music score editor"
+arch=('i686' 'x86_64')
+url="http://www.canorus.org/"
+license=('GPL')
+depends=('qt4' 'alsa-lib' 'python2' 'swig' 'zlib')
+makedepends=('cmake')
+options=('strip')
+source=(http://download.berlios.de/$pkgname/$pkgname\_$pkgver\_source.tar.bz2)
+md5sums=('5575b7c54633056a463177579a390318')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/qt4.sh
+  export LDFLAGS="-lz -lpthread"
+  cmake . -DCMAKE_INSTALL_PREFIX=$pkgdir/usr \
+	-DDEFAULT_DATA_DIR="/usr/share/canorus" \
+	-DNO_SWIG=ON
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make install
+  install -d $pkgdir/usr/share/{applications,pixmaps}
+  cp canorus.desktop $pkgdir/usr/share/applications
+  cp $pkgdir/usr/share/{canorus/images/clogosm.png,pixmaps/canorus.png}
+}




More information about the arch-commits mailing list