# Description: View and scroll through images # URL: https://docs.xfce.org/apps/ristretto/start # Maintainer: mac-a-r0ni, j at lngn dot net # Depends on: libexif libxfce4ui tumbler name=ristretto version=0.13.4 release=1 source=(https://archive.xfce.org/src/apps/$name/0.13/$name-$version.tar.xz) build() { meson setup $name-$version build \ --prefix=/usr \ --buildtype=plain \ -Db_lto=true \ -Db_pie=true meson compile -C build DESTDIR=$PKG meson install -C build rm -rf $PKG/usr/share/locale }