catfish: add missing dependency: python3-dbus
This commit is contained in:
parent
75f29009e7
commit
41b62b1d58
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'catfish'
|
||||
pkgname=catfish
|
||||
version=1.4.13
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="catfish-catfish-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="intltool python3-distutils-extra python3-gobject"
|
||||
depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject python3-pexpect"
|
||||
depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject python3-pexpect python3-dbus"
|
||||
short_desc="Versatile file searching tool"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue