aboutsummaryrefslogtreecommitdiffstats
path: root/community/gdk-pixbuf-xlib/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gdk-pixbuf-xlib/APKBUILD')
-rw-r--r--community/gdk-pixbuf-xlib/APKBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/community/gdk-pixbuf-xlib/APKBUILD b/community/gdk-pixbuf-xlib/APKBUILD
index 0b6b880088c..64b5af37b73 100644
--- a/community/gdk-pixbuf-xlib/APKBUILD
+++ b/community/gdk-pixbuf-xlib/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=gdk-pixbuf-xlib
pkgver=2.40.2
-pkgrel=1
+pkgrel=2
pkgdesc="Deprecated Xlib integration for GdkPixbuf"
options="!check" # No testsuite
url="https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib"
@@ -13,18 +13,14 @@ subpackages="$pkgname-dev"
source="https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib/-/archive/$pkgver/gdk-pixbuf-xlib-$pkgver.tar.gz"
build() {
- meson \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --buildtype=plain \
- . output
- meson compile -j 1 -C output
+ abuild-meson . output
+ meson compile -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
-sha512sums="46dd4775b3e9c11884ded97222661fb93cd3f017d3d083ebc2cd628cef5fb51f8dd62d0d3221ac837cffe967ffb2923184bc1f2a20b201acd4e7bbfc7844d28f gdk-pixbuf-xlib-2.40.2.tar.gz"
+sha512sums="
+46dd4775b3e9c11884ded97222661fb93cd3f017d3d083ebc2cd628cef5fb51f8dd62d0d3221ac837cffe967ffb2923184bc1f2a20b201acd4e7bbfc7844d28f gdk-pixbuf-xlib-2.40.2.tar.gz
+"