diff --git a/atkmm/.signature b/atkmm/.signature index bd2e56560..1b25f7ffc 100644 --- a/atkmm/.signature +++ b/atkmm/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32EdtcuFgPo6mj0rJhpjZl7+24FCDfE4m3glIpDjDE7PKlNAV/bxy0oFj3iFI7CXuQwGHAfYwQMKun7kEbe2DQc= -SHA256 (Pkgfile) = a264693f6be32adfd9ccc0326afa57ea94e984f11acc4955c02c48faca5c6128 +RWSagIOpLGJF38Sp+0+jQ3aw4OfLuB8jREFoUVzRX7xjsHsel0BAgt67dOARVlgUY+HXISRKUBhrTkYp0wHrln/uDJfzl0SfGgc= +SHA256 (Pkgfile) = 6f69de05aae1c2078fda1b6da2a1e7ae00fb42d7e751fb0fe33a5ac2dcd90064 SHA256 (.footprint) = 167030bd87f13e92284d5dff4f1fd96ef11ecaf68b9fb12c7feb61c536f40616 -SHA256 (atkmm-2.28.1.tar.xz) = 116876604770641a450e39c1f50302884848ce9cc48d43c5dc8e8efc31f31bad +SHA256 (atkmm-2.28.2.tar.xz) = a0bb49765ceccc293ab2c6735ba100431807d384ffa14c2ebd30e07993fd2fa4 diff --git a/atkmm/Pkgfile b/atkmm/Pkgfile index df39c4a0c..d363539bb 100644 --- a/atkmm/Pkgfile +++ b/atkmm/Pkgfile @@ -4,14 +4,17 @@ # Depends on: glibmm name=atkmm -version=2.28.1 +version=2.28.2 release=1 source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { meson setup build $name-$version \ --prefix=/usr \ - --buildtype=plain + --buildtype=plain \ + --wrap-mode nodownload \ + -D b_lto=true \ + -D b_pie=true \ meson compile -C build -j ${JOBS-1} DESTDIR=$PKG meson install -C build