#Packager: George Vlahavas pkgname=webp-pixbuf-loader pkgver=0.0.3 pkgrel=1gv source=("https://github.com/aruiz/webp-pixbuf-loader/archive/refs/tags/$pkgver.tar.gz") docs=("readme.md" "install" "license*" "changelog" "authors" "news" "todo") url=https://github.com/aruiz/webp-pixbuf-loader doinst() { if [ -x /usr/bin/update-gdk-pixbuf-loaders ]; then /usr/bin/update-gdk-pixbuf-loaders >/dev/null 2>&1 fi } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "webp-pixbuf-loader (WebP Image format GdkPixbuf loader)" "This package allows gdk-pixbuf2 (and software using it) to load WebP" "images. That includes viewers such as viewnior, eom, qiv and geeqie. " ) build() { cd $startdir/src/$pkgname-$pkgver meson build ninja -C build DESTDIR=$startdir/pkg ninja -C build install }