summaryrefslogtreecommitdiff
path: root/cairomm/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'cairomm/Pkgfile')
-rw-r--r--cairomm/Pkgfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/cairomm/Pkgfile b/cairomm/Pkgfile
index 8c078d524..fe66ca1ab 100644
--- a/cairomm/Pkgfile
+++ b/cairomm/Pkgfile
@@ -1,20 +1,20 @@
# Description: C++ wrapper for the cairo graphics library.
# URL: http://cairographics.org/cairomm/
# Maintainer: Danny Rawlins, crux at romster dot me
-# Packager: Danny Rawlins, crux at romster dot me
# Depends on: cairo libsigc++
name=cairomm
-version=1.12.0
+version=1.12.2
release=1
-source=(http://cairographics.org/releases/$name-$version.tar.gz)
+source=(https://cairographics.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure \
- --prefix=/usr \
- --disable-static
+ NOCONFIGURE=1 ./autogen.sh
+ ./configure --prefix=/usr
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install

Generated by cgit