From 05c2179964ecf2c97af4000c8201b34cae7befa8 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Fri, 26 May 2023 12:14:17 +0200 Subject: [PATCH] angrysearch: update to 1.0.3. --- srcpkgs/angrysearch/patches/00-fiximport.patch | 13 ------------- srcpkgs/angrysearch/template | 8 ++++---- 2 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/angrysearch/patches/00-fiximport.patch diff --git a/srcpkgs/angrysearch/patches/00-fiximport.patch b/srcpkgs/angrysearch/patches/00-fiximport.patch deleted file mode 100644 index 4143059338de..000000000000 --- a/srcpkgs/angrysearch/patches/00-fiximport.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git angrysearch.py angrysearch.py -index 33c181d..ef9d5a2 100644 ---- a/angrysearch.py -+++ b/angrysearch.py -@@ -18,6 +18,8 @@ import subprocess - import sys - import time - -+sys.path.append('/usr/share/angrysearch/') -+ - # QT RESOURCE FILE WITH MIME ICONS AND DARK GUI THEME ICONS - # IF NOT AVAILABLE ONLY 2 ICONS REPRESENTING FILE & DIRECTORY ARE USED - try: diff --git a/srcpkgs/angrysearch/template b/srcpkgs/angrysearch/template index b6dc5ecde7a7..05306db0a28f 100644 --- a/srcpkgs/angrysearch/template +++ b/srcpkgs/angrysearch/template @@ -1,7 +1,7 @@ # Template file for 'angrysearch' pkgname=angrysearch -version=1.0.1 -revision=5 +version=1.0.3 +revision=1 pycompile_dirs="usr/share/angrysearch" hostmakedepends="python3" depends="python3-PyQt5 xdg-utils" @@ -9,8 +9,8 @@ short_desc="Instant file search" maintainer="DirectorX " license="GPL-2.0-only" homepage="https://github.com/dotheevo/angrysearch/" -distfiles="http://github.com/dotheevo/${pkgname}/archive/v${version}.tar.gz" -checksum=9a550649c3efafb26660860758f2e75702ce96a0a0c50dc34ced2967b51a843f +distfiles="http://github.com/dotheevo/angrysearch/archive/v${version}.tar.gz" +checksum=bb20907d97804931863f377fe19ac2008a9e43c80517f775667f9fe49792c585 python_version=3 do_install() {