mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
catfish: add missing dependency: python3-dbus
This commit is contained in:
parent
75f29009e7
commit
41b62b1d58
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'catfish'
|
# Template file for 'catfish'
|
||||||
pkgname=catfish
|
pkgname=catfish
|
||||||
version=1.4.13
|
version=1.4.13
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="catfish-catfish-${version}"
|
wrksrc="catfish-catfish-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="intltool python3-distutils-extra python3-gobject"
|
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"
|
short_desc="Versatile file searching tool"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue