[arch-commits] Commit in catfish/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue Jun 11 08:23:40 UTC 2019


    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 <dragonlord at aur.archlinux.org>
 # Contributor: Alexander Fehr <pizzapunk at gmail.com>
 # Contributor: Pantelis Panayiotou <p.panayiotou at gmail.com>
+# Contributor: loqs <bugs-archlinux at entropy-collector.net>
 
 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"
 



More information about the arch-commits mailing list