catfish: update to 4.15.0, add xfconf to depends.
Also update distfile location. Fixes #26379 - Python incompatibility Close: #26382
This commit is contained in:
parent
6b5b4d0abb
commit
db53723259
1 changed files with 6 additions and 6 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'catfish'
|
||||
pkgname=catfish
|
||||
version=1.4.13
|
||||
revision=3
|
||||
wrksrc="catfish-catfish-${version}"
|
||||
version=4.15.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="intltool python3-distutils-extra python3-gobject"
|
||||
depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject python3-pexpect python3-dbus"
|
||||
depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject
|
||||
python3-pexpect python3-dbus xfconf"
|
||||
short_desc="Versatile file searching tool"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://docs.xfce.org/apps/catfish/start"
|
||||
distfiles="https://github.com/xfce-mirror/catfish/archive/catfish-${version}.tar.gz"
|
||||
checksum=8a061cf446e5d5c2a9d334e2d53bab47984253a7e771c7bd51fbdfdf5d955484
|
||||
distfiles="https://archive.xfce.org/src/apps/catfish/${version%.*}/catfish-${version}.tar.bz2"
|
||||
checksum=cefc43d091c719690d0c4ad259a757c89038ccdf290626674f54b1b1ea9cefbe
|
||||
|
|
Loading…
Reference in a new issue