summaryrefslogtreecommitdiff
path: root/community/canorus
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-02 23:14:59 +0000
committerroot <root@rshg054.dnsready.net>2011-12-02 23:14:59 +0000
commit8eed59114cbcf729b65f87d3f73530f6c8363d20 (patch)
treedb7d4f28ed86bbb2681253cb8bae851030d111e3 /community/canorus
parent9e9ab642711f2424f828e21d14b98c45cdef2b29 (diff)
Fri Dec 2 23:14:59 UTC 2011
Diffstat (limited to 'community/canorus')
-rw-r--r--community/canorus/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/canorus/PKGBUILD b/community/canorus/PKGBUILD
index c7df6e5b5..d1ff35fe2 100644
--- a/community/canorus/PKGBUILD
+++ b/community/canorus/PKGBUILD
@@ -1,11 +1,12 @@
-# $Id$
+# $Id: PKGBUILD 59873 2011-12-01 13:49:19Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Arch Linux Pro Audio <dev@archaudio.org>
# Contributor: Coenraad van der Westhuizen <chwesthuizen@gmail.com>
# Contributor: hm_b <holger (at) music-nerds (dot) net>
pkgname=canorus
pkgver=0.7.R1002
-pkgrel=3
+pkgrel=4
pkgdesc="A free music score editor"
arch=('i686' 'x86_64')
url="http://www.canorus.org/"
@@ -18,10 +19,10 @@ md5sums=('5575b7c54633056a463177579a390318')
build() {
cd $srcdir/$pkgname-$pkgver
-
export QTDIR=/usr
-
- cmake . -DCMAKE_INSTALL_PREFIX=$pkgdir/usr -DDEFAULT_DATA_DIR="/usr/share/canorus"
+ cmake . -DCMAKE_INSTALL_PREFIX=$pkgdir/usr \
+ -DDEFAULT_DATA_DIR="/usr/share/canorus" \
+ -DNO_SWIG=ON
make install
install -d $pkgdir/usr/share/{applications,pixmaps}