glibmm: 2.50.0 -> 2.58.1

This commit is contained in:
Danny Rawlins 2019-04-07 19:11:40 +10:00
parent 687c042f3b
commit c377bd7118
3 changed files with 7 additions and 8 deletions

View File

@ -379,6 +379,7 @@ drwxr-xr-x root/root usr/include/glibmm-2.4/glibmm/private/
-rw-r--r-- root/root usr/include/glibmm-2.4/glibmm/valuearray.h
-rw-r--r-- root/root usr/include/glibmm-2.4/glibmm/variant.h
-rw-r--r-- root/root usr/include/glibmm-2.4/glibmm/variant_basictypes.h
-rw-r--r-- root/root usr/include/glibmm-2.4/glibmm/variantdbusstring.h
-rw-r--r-- root/root usr/include/glibmm-2.4/glibmm/variantdict.h
-rw-r--r-- root/root usr/include/glibmm-2.4/glibmm/variantiter.h
-rw-r--r-- root/root usr/include/glibmm-2.4/glibmm/varianttype.h

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32yCDtSbtLUZaYc27nxHU1FlOJYoQwnZ29sC5djI0BcNwrhUaa3AdBRH+3XN/yBCASWbNKDfuOiCEQpfktGrvg8=
SHA256 (Pkgfile) = 1fc068f90e4a281c487624e7cebb05c2c5a0ce1e6cfbacb10e3fa51de5697fe4
SHA256 (.footprint) = e0b0366fc65d060a82ba0d6e1e1c3dbdf989f18c87addabb062f71438597fbb5
SHA256 (glibmm-2.50.0.tar.xz) = df726e3c6ef42b7621474b03b644a2e40ec4eef94a1c5a932c1e740a78f95e94
RWSagIOpLGJF3y9jHj7KN2L57MOCWqCx4kSKKNYLMEJPaAJdodQ/2lrp4DJNKs2Br8/9odC6x77mhS1GSMJMLVIQixCEAe3g6AY=
SHA256 (Pkgfile) = 68eb09d901e6449882380c709d727535874d904db16f36d12d09bda370cf8a8c
SHA256 (.footprint) = 23035f09f389f19b123078b7addf3ac455372bb9b5e4af195079c463ac351449
SHA256 (glibmm-2.58.1.tar.xz) = 6e5fe03bdf1e220eeffd543e017fd2fb15bcec9235f0ffd50674aff9362a85f0

View File

@ -4,16 +4,14 @@
# Depends on: gtk libsigc++
name=glibmm
version=2.50.0
version=2.58.1
release=1
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-dependency-tracking
./configure --prefix=/usr
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool