summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-05-26 07:26:53 +0200
committerhaawda2018-05-26 07:26:53 +0200
commit43e2fb686b9643cd34b3b5788a25255a6f822387 (patch)
tree997a888e956236d9e93416d526874174b4b9af17
parente524fcc32e06e6b4b0a443fe796e477ee2484674 (diff)
downloadaur-43e2fb686b9643cd34b3b5788a25255a6f822387.tar.gz
add gconf as makedepends, but still broken build
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b82db1e70cc2..d82897d2fae3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
pkgbase = aeskulap
pkgdesc = Medical image viewer and DICOM client. Compatible with parallel installation of the package 'dcmtk'.
pkgver = 0.2.2.beta2
- pkgrel = 2
+ pkgrel = 3
url = http://www.nongnu.org/aeskulap
arch = i686
arch = x86_64
license = GPL
makedepends = intltool
makedepends = perl-xml-parser
+ makedepends = gconf
depends = libglademm
depends = dconf
depends = dcmtk
options = !libtool
- source = aeskulap-0.2.2.beta2.tar.gz::https://github.com/jenslody/aeskulap/archive/release-0-2-2-beta2.tar.gz
+ options = !makeflags
+ source = aeskulap-0.2.2.beta2.tar.gz::https://github.com/jenslody/aeskulap/archive/release-0.2.2.beta2.tar.gz
md5sums = fe440e2a266a1434cb74f3c90838a596
pkgname = aeskulap
diff --git a/PKGBUILD b/PKGBUILD
index 79a21c5e8414..5f542a5aa398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,22 @@
pkgname=aeskulap
pkgver=0.2.2.beta2
-pkgrel=2
+pkgrel=3
pkgdesc="Medical image viewer and DICOM client. Compatible with parallel installation of the package 'dcmtk'."
arch=('i686' 'x86_64')
url="http://www.nongnu.org/aeskulap"
license=('GPL')
depends=('libglademm' 'dconf' 'dcmtk')
-makedepends=('intltool' 'perl-xml-parser')
-options=('!libtool')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jenslody/aeskulap/archive/release-0-2-2-beta2.tar.gz")
+makedepends=('intltool' 'perl-xml-parser' 'gconf')
+options=('!libtool' '!makeflags')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jenslody/$pkgname/archive/release-$pkgver.tar.gz")
md5sums=('fe440e2a266a1434cb74f3c90838a596')
+#prepare() {
+# cd $pkgname-release-${pkgver//./-}
+# patch -Np1 < "$srcdir"/namespace.diff
+#}
+
build() {
cd $pkgname-release-${pkgver//./-}
./autogen.sh