summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-12-14 09:44:07 +0100
committerTim Biermann <tbier@posteo.de>2022-01-10 15:48:29 +0100
commit058b63add21b307711659fc50c8f4f829fc16424 (patch)
tree1def3f0f1fd494f876c8ed48d2d72fe2c736efee /gdk-pixbuf
parentaea44a077b6676924edb3688b956f7b5d1faad28 (diff)
downloadopt-058b63add21b307711659fc50c8f4f829fc16424.tar.gz
opt-058b63add21b307711659fc50c8f4f829fc16424.tar.xz
gdk-pixbuf: enabled lto and pie and syntax
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/.signature4
-rw-r--r--gdk-pixbuf/Pkgfile7
2 files changed, 7 insertions, 4 deletions
diff --git a/gdk-pixbuf/.signature b/gdk-pixbuf/.signature
index 7ae95bd19..54d35cfad 100644
--- a/gdk-pixbuf/.signature
+++ b/gdk-pixbuf/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/dZgIK5DIfOnMbZiDGuEHxStN2XMQaB+7sRRKrmrOjgy9QL9hrLTiL+iCTd4i2dBaSeAYvZJNlVXHAxlWymlxQU=
-SHA256 (Pkgfile) = 827ec61fe7a18cebb6fb26651a997e2497462b91feea54cc2e5f77bf5f461cdc
+RWSE3ohX2g5d/VfsDS1PiVDZ+qka54deWW02w01kwdX/D2G2Cze/mUkTQLzWsEN2KtcgAsYDtXVCWwUfyUGc2K1mdfXrVZY6sgM=
+SHA256 (Pkgfile) = b3f9e28c69852b8408348d5167244c0652eb1e28d0596935fc19e8e13b6d0ea9
SHA256 (.footprint) = 0582dadf58b57d85b941e7708586dbc26228e2a7ab9d205de50d39cf989d3d24
SHA256 (gdk-pixbuf-2.42.6.tar.xz) = c4a6b75b7ed8f58ca48da830b9fa00ed96d668d3ab4b1f723dcf902f78bde77f
SHA256 (gdk-pixbuf.loaders) = cca349521b2de5dd2d19c0640dc5793b9d988a144d2b00afc81eb940c4d65622
diff --git a/gdk-pixbuf/Pkgfile b/gdk-pixbuf/Pkgfile
index d3f00ad89..4b930957b 100644
--- a/gdk-pixbuf/Pkgfile
+++ b/gdk-pixbuf/Pkgfile
@@ -5,14 +5,17 @@
name=gdk-pixbuf
version=2.42.6
-release=1
-source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz \
+release=2
+source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz
gdk-pixbuf.loaders gdk-pixbuf-register.sh)
build() {
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain \
+ --wrap-mode nodownload \
+ -D b_lto=true \
+ -D b_pie=true \
-D installed_tests=false \
-D man=false

Generated by cgit