# Description: File searching tool # URL: https://docs.xfce.org/apps/catfish/start # Maintainer: Jay Lanagan, j at lngn dot net # Depends on: dbus-python3 desktop-file-utils gtk3 mlocate python3-distutils-extra python3-gobject python3-pexpect xdg-utils xfconf name=catfish version=4.20.1 release=1 source=(https://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.xz) build() { meson setup $name-$version build \ --prefix=/usr meson compile -C build DESTDIR=$PKG meson install -C build rm -rf $PKG/usr/share/locale rm -rf $PKG/usr/share/doc }