diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2020-11-16 20:32:40 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2020-11-16 20:32:52 +0100 |
commit | 225f61666f6b3d14a8f0f3a220cda1f5e1484454 (patch) | |
tree | 5bc2ada790c030446633c5256645cbe5c5750ecf /gdk-pixbuf | |
parent | 6c32d8d7bfa41f29e8b8653daca171b04ef08eb7 (diff) | |
download | opt-225f61666f6b3d14a8f0f3a220cda1f5e1484454.tar.gz opt-225f61666f6b3d14a8f0f3a220cda1f5e1484454.tar.xz |
gdk-pixbuf: fixups
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/.signature | 6 | ||||
-rw-r--r-- | gdk-pixbuf/Pkgfile | 9 | ||||
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.loaders | 2 |
3 files changed, 8 insertions, 9 deletions
diff --git a/gdk-pixbuf/.signature b/gdk-pixbuf/.signature index 57bc6b605..dc06b5249 100644 --- a/gdk-pixbuf/.signature +++ b/gdk-pixbuf/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/cDEJjSf1Ya8vg+ItJVL0UVSBo/DPx/H3RkdE6CO3R5nojlg3+pUU8ub/+FDf60yigir/H2E/vfSzLiMXFfMKwc= -SHA256 (Pkgfile) = 8b19250f094e56d76b13e437e05d09a07f29061ce2b2ae98e58a91c400f85821 +RWSE3ohX2g5d/UJMctR6gJd3/79VZYWIz/2EUBHGfGAGxkKuc5SNpgg1BvyJzC9FmXw8yINpOgekTr7QWrKUU6+1odXN361pVwg= +SHA256 (Pkgfile) = 25bb5b5a0517baed7ab3156057a4f88ffec8db3d753862578a33daded2a6cd81 SHA256 (.footprint) = 1d150cf7d06820da39531ea375e2c07e8521ce0df995a9bb2a604870ea3c3312 SHA256 (gdk-pixbuf-2.42.0.tar.xz) = 73441338d1a901dc7a3940113cb0aac22776b2832f7eab8f8ec7ec5755adaec7 -SHA256 (gdk-pixbuf.loaders) = 505cdc6ac3bc2181a4b7246993b87e8377d10f9cfb84a46d383738f2fa62f30d +SHA256 (gdk-pixbuf.loaders) = cca349521b2de5dd2d19c0640dc5793b9d988a144d2b00afc81eb940c4d65622 SHA256 (gdk-pixbuf-register.sh) = 22518ca18300b5d2209b1154890295773ae668da7094635d02a60c012b511574 diff --git a/gdk-pixbuf/Pkgfile b/gdk-pixbuf/Pkgfile index 93d8a9a8b..67b35f435 100644 --- a/gdk-pixbuf/Pkgfile +++ b/gdk-pixbuf/Pkgfile @@ -1,7 +1,7 @@ # Description: An image loading library for GTK+ -# URL: https://www.gtk.org/ +# URL: https://wiki.gnome.org/Projects/GdkPixbuf # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu -# Depends on: gobject-introspection shared-mime-info libpng libtiff xorg-libx11 meson ninja +# Depends on: gobject-introspection libpng libtiff shared-mime-info name=gdk-pixbuf version=2.42.0 @@ -10,9 +10,8 @@ source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.ta gdk-pixbuf.loaders gdk-pixbuf-register.sh) build () { - cd $name-$version - - meson build --prefix=/usr \ + meson setup build $name-$version --prefix=/usr \ + --buildtype=plain \ -Dinstalled_tests=false \ -Dman=false diff --git a/gdk-pixbuf/gdk-pixbuf.loaders b/gdk-pixbuf/gdk-pixbuf.loaders index 235e09926..150d21c4b 100644 --- a/gdk-pixbuf/gdk-pixbuf.loaders +++ b/gdk-pixbuf/gdk-pixbuf.loaders @@ -1,6 +1,6 @@ # GdkPixbuf Image Loader Modules file # Automatically generated file, do not edit -# Created by gdk-pixbuf-query-loaders from gdk-pixbuf-2.36.12 +# Created by gdk-pixbuf-query-loaders from gdk-pixbuf-2.42.0 # # LoaderDir = /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders # |