kupfer: build_style=waf3
Fixes here and there while I'm here.
This commit is contained in:
parent
b0feeed60e
commit
6beb95683e
1 changed files with 10 additions and 12 deletions
|
@ -1,21 +1,19 @@
|
||||||
# Template file for 'kupfer'
|
# Template file for 'kupfer'
|
||||||
pkgname=kupfer
|
pkgname=kupfer
|
||||||
version=319
|
version=319
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=${pkgname}-v${version}
|
noarch=yes
|
||||||
|
build_style=waf3
|
||||||
|
wrksrc="${pkgname}-v${version}"
|
||||||
|
pycompile_version="$py3_ver"
|
||||||
|
pycompile_dirs="usr/share/kupfer/kupfer"
|
||||||
configure_args="--no-update-mime --no-update-icon-cache"
|
configure_args="--no-update-mime --no-update-icon-cache"
|
||||||
build_style=waf
|
hostmakedepends="intltool python3-docutils"
|
||||||
hostmakedepends="perl intltool"
|
makedepends="libkeybinder3 libwnck python3-gobject python3-xdg python3-dbus"
|
||||||
makedepends="python3 python3-gobject pygtk python3-xdg python3-dbus"
|
|
||||||
depends="$makedepends"
|
depends="$makedepends"
|
||||||
short_desc="Interface for quick and convenient access to applications"
|
short_desc="Interface for quick and convenient access to applications"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://engla.github.io/kupfer/"
|
homepage="https://kupferlauncher.github.io/"
|
||||||
distfiles="https://github.com/kupferlauncher/kupfer/releases/download/v${version}/kupfer-v${version}.tar.xz"
|
distfiles="https://github.com/kupferlauncher/kupfer/releases/download/v${version}/kupfer-v${version}.tar.xz"
|
||||||
checksum=22357233984a6588a9f9743002363af38ea63b5c2684af487693a13c42973d31
|
checksum=22357233984a6588a9f9743002363af38ea63b5c2684af487693a13c42973d31
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
sed -i 's|/usr/bin/python|/usr/bin/python3|g' "${DESTDIR}"/usr/bin/kupfer
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue