summaryrefslogtreecommitdiff
path: root/community/goocanvasmm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/goocanvasmm/PKGBUILD')
-rwxr-xr-xcommunity/goocanvasmm/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/goocanvasmm/PKGBUILD b/community/goocanvasmm/PKGBUILD
index 536c2d7e0..b7476844b 100755
--- a/community/goocanvasmm/PKGBUILD
+++ b/community/goocanvasmm/PKGBUILD
@@ -3,21 +3,23 @@
# Contributor: Laurent Meunier <laurent@deltalima.net>
pkgname=goocanvasmm
-pkgver=0.15.4
+pkgver=1.90.5
pkgrel=1
pkgdesc='C++ wrappers for goocanvas'
arch=('i686' 'x86_64')
url='http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/'
license=('GPL')
-depends=('gegl' 'goocanvas' 'glibmm' 'gtkmm')
-source=("http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/${pkgver:0:4}/goocanvasmm-${pkgver}.tar.bz2")
-md5sums=('cf462e8d2f36f4e02387eb094773b3e9')
+depends=('goocanvas' 'gtkmm3')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/1.90/goocanvasmm-${pkgver}.tar.xz)
+sha256sums=('9648e6fc6c41fceea348571b7db4421748bab7fbd7799700245890b63ae1b4b6')
build() {
cd ${pkgname}-${pkgver}
./configure \
--prefix=/usr \
+ --disable-static \
--disable-documentation
make