ports/contrib (3.2): pangomm: 2.40.0 -> 2.40.1
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 030ec21c57ed0c9f1151fe48483ccccbbd9f9206 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Feb 11 12:34:34 2017 +1100 pangomm: 2.40.0 -> 2.40.1 diff --git a/pangomm/.md5sum b/pangomm/.md5sum index 23bdccb..b56d241 100644 --- a/pangomm/.md5sum +++ b/pangomm/.md5sum @@ -1 +1 @@ -681fe43bac96e63321406e1b092093d2 pangomm-2.40.0.tar.xz +874eadd9434613dbacf0272c82c3ac23 pangomm-2.40.1.tar.xz diff --git a/pangomm/Pkgfile b/pangomm/Pkgfile index 9091cdb..2f1ab71 100644 --- a/pangomm/Pkgfile +++ b/pangomm/Pkgfile @@ -1,18 +1,22 @@ # Description: C++ interface to pango. -# URL: http://gtkmm.sourceforge.net/ +# URL: https://gtkmm.sourceforge.net/ # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Danny Rawlins, crux at romster dot me # Depends on: cairomm glibmm name=pangomm -version=2.40.0 +version=2.40.1 release=1 -source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) +source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version + ./configure --prefix=/usr + + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc }
participants (1)
-
crux@crux.nu