commit 35d660d6ab153ce431eda66c02b3045ac0ff798c Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 28 18:37:55 2021 +0200 gdl: 3.34.0 -> 3.40.0 diff --git a/gdl/.signature b/gdl/.signature index eea74fb0f..bb9de100d 100644 --- a/gdl/.signature +++ b/gdl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/1eVjf+WIarF/1TMWItIeMYsd9Uh4phVvCz2I5v2AIjM2hvPgftdrpIRqGrysmNe4MkrW5hwa2VaIWbZS8gPA0= -SHA256 (Pkgfile) = fb7d9e6ea5b40b94d1e16ad4748e064fe7b5fe961a9ca312eacb78b56a253ddb +RWSagIOpLGJF39mCUia/o4CKB3VP6VCTpMsRtpmww6valf/zvNV5bopkcuxVNwIkCrIuJvueRgTD4aXvlqC/1oLDYKvNZ/SR8A4= +SHA256 (Pkgfile) = 94a404e2e5b72f0ad212a3b7f33b5fa13267566dc580bf230a3b46a9e2c8a52f SHA256 (.footprint) = a305c822d09bd141075eed720ae853e508cf4e21f8f087945d000ac5481e3509 -SHA256 (gdl-3.34.0.tar.xz) = 858b30f0cdce4c4cb3e8365a7d54ce57c388beff38ea583be5449bc78dda8d02 +SHA256 (gdl-3.40.0.tar.xz) = 3641d4fd669d1e1818aeff3cf9ffb7887fc5c367850b78c28c775eba4ab6a555 diff --git a/gdl/Pkgfile b/gdl/Pkgfile index 13f35f467..aa3a1bae2 100644 --- a/gdl/Pkgfile +++ b/gdl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gtk3 name=gdl -version=3.34.0 +version=3.40.0 release=1 source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) @@ -12,10 +12,10 @@ build() { cd $name-$version ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-static \ - --disable-nls + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static \ + --disable-nls make make DESTDIR=$PKG install