summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Koloska2015-12-12 18:02:34 +0100
committerUwe Koloska2015-12-12 18:02:34 +0100
commitbd1f0b93a930e588bc3d33ecc50baf8f22f9878c (patch)
tree30a0d1d816fdbe86471bb79b700adfce800827a1
parent55cee84659e7c32f038413a1d0020d1ffd2ea800 (diff)
downloadaur-bd1f0b93a930e588bc3d33ecc50baf8f22f9878c.tar.gz
new download location and add makedepends for cmake
the build has been tested in a clean chroot for i686 and x86_64 with liblomse 0.14.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84813af82930..6aa692f7fb99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Sat Dec 12 17:02:13 UTC 2015
pkgbase = lenmus
pkgdesc = A free program to learn music
pkgver = 5.3.1
- pkgrel = 2
+ pkgrel = 3
url = http://lenmus.sourceforge.net/en/phonascus/intro
arch = i686
arch = x86_64
license = GPL
- makedepends = bzr
makedepends = boost
makedepends = unittestpp
+ makedepends = cmake>=2.8
depends = portmidi
depends = freetype2
depends = wxgtk2.8
@@ -16,7 +18,7 @@ pkgbase = lenmus
depends = boost-libs
depends = liblomse>=0.14.0
optdepends = timidity++: for sound without external midi player
- source = http://downloads.sourceforge.net/lenmus/lenmus_5.3.1.tar.gz
+ source = https://launchpad.net/lenmus/trunk/5.3.1/+download/lenmus_5.3.1.tar.gz
source = cmake-boost.patch
source = cmake-find.patch
source = cmake-wxgtk.patch
diff --git a/PKGBUILD b/PKGBUILD
index a56c9a0cc145..e6931453cb7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=lenmus
pkgver=5.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="A free program to learn music"
arch=('i686' 'x86_64')
url="http://lenmus.sourceforge.net/en/phonascus/intro"
license=('GPL')
depends=('portmidi' 'freetype2' 'wxgtk2.8' 'sqlite3' 'boost-libs' 'liblomse>=0.14.0')
optdepends=('timidity++: for sound without external midi player')
-makedepends=('bzr' 'boost' 'unittestpp')
+makedepends=('boost' 'unittestpp' 'cmake>=2.8')
-source=("http://downloads.sourceforge.net/lenmus/${pkgname}_${pkgver}.tar.gz"
+source=("https://launchpad.net/lenmus/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz"
'cmake-boost.patch'
'cmake-find.patch'
'cmake-wxgtk.patch'