# Description: Adds ID3/OGG tag support to the Thunar bulk rename dialog # URL: https://docs.xfce.org/xfce/thunar/media-tags # Maintainer: Jay Lanagan, j at lngn dot net # Depends on: thunar taglib name=thunar-media-tags-plugin version=0.6.0 release=1 source=(http://archive.xfce.org/src/thunar-plugins/$name/${version%.*}/$name-$version.tar.xz) build() { meson setup $name-$version build \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --buildtype=plain meson compile -C build DESTDIR=$PKG meson install -C build rm -rf $PKG/usr/share/locale }