diff --git a/srcpkgs/kupfer/template b/srcpkgs/kupfer/template index 03e80e9fdc9..f66ed5c37ee 100644 --- a/srcpkgs/kupfer/template +++ b/srcpkgs/kupfer/template @@ -1,14 +1,13 @@ # Template file for 'kupfer' pkgname=kupfer version=319 -revision=2 -archs=noarch -build_style=waf3 +revision=3 wrksrc="${pkgname}-v${version}" -python_version=3 +build_style=waf3 pycompile_dirs="usr/share/kupfer/kupfer" configure_args="--no-update-mime --no-update-icon-cache" -hostmakedepends="intltool python3-docutils" +hostmakedepends="intltool python3-docutils python3-gobject python3-xdg + python3-dbus gtk+3" makedepends="libkeybinder3 libwnck python3-gobject python3-xdg python3-dbus" depends="$makedepends" short_desc="Interface for quick and convenient access to applications" @@ -17,3 +16,4 @@ license="GPL-3.0-or-later" homepage="https://kupferlauncher.github.io/" distfiles="https://github.com/kupferlauncher/kupfer/releases/download/v${version}/kupfer-v${version}.tar.xz" checksum=22357233984a6588a9f9743002363af38ea63b5c2684af487693a13c42973d31 +python_version=3