Date: Tuesday, June 11, 2019 @ 08:23:40 Author: arodseth Revision: 480232
upgpkg: catfish 1.4.7-2 Modified: catfish/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-11 08:22:34 UTC (rev 480231) +++ PKGBUILD 2019-06-11 08:23:40 UTC (rev 480232) @@ -2,10 +2,11 @@ # Contributor: Jaroslav Lichtblau <[email protected]> # Contributor: Alexander Fehr <[email protected]> # Contributor: Pantelis Panayiotou <[email protected]> +# Contributor: loqs <[email protected]> pkgname=catfish pkgver=1.4.7 -pkgrel=1 +pkgrel=2 pkgdesc='Versatile file searching tool' arch=(any) url='https://git.xfce.org/apps/catfish/about/' @@ -19,6 +20,12 @@ source=("git+https://git.xfce.org/apps/catfish/#tag=catfish-$pkgver") md5sums=('SKIP') +prepare() { + # Patch for FS#62864 + sed -i 's/monitor_at_window(s.get_active/monitor_at_window(s.get_root/g' \ + "$pkgname/$pkgname/CatfishWindow.py" +} + build() { cd "$pkgname"
