mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
geis: fix license
This commit is contained in:
parent
fb16e1ea87
commit
efd3b29142
1 changed files with 6 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'geis'
|
# Template file for 'geis'
|
||||||
pkgname=geis
|
pkgname=geis
|
||||||
version=2.2.17
|
version=2.2.17
|
||||||
revision=7
|
revision=8
|
||||||
hostmakedepends="pkg-config python3-devel"
|
|
||||||
makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
|
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
hostmakedepends="pkg-config python3-devel"
|
||||||
license="GPL-3"
|
makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
|
||||||
homepage="https://launchpad.net/geis"
|
|
||||||
short_desc="Gesture Engine Interface and Support"
|
short_desc="Gesture Engine Interface and Support"
|
||||||
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
license="GPL-3.0-only"
|
||||||
|
homepage="https://launchpad.net/geis"
|
||||||
distfiles="https://launchpad.net/geis/trunk/$version/+download/geis-$version.tar.xz"
|
distfiles="https://launchpad.net/geis/trunk/$version/+download/geis-$version.tar.xz"
|
||||||
checksum=8a60f5683852094038904e690d23cc5a90a980fc52da67f0f28890baa25c70eb
|
checksum=8a60f5683852094038904e690d23cc5a90a980fc52da67f0f28890baa25c70eb
|
||||||
|
|
||||||
|
@ -27,7 +27,6 @@ geis-devel_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
geis-python3_package() {
|
geis-python3_package() {
|
||||||
pycompile_module="geis geisview"
|
|
||||||
short_desc+=" - Python3 bindings"
|
short_desc+=" - Python3 bindings"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/pygeis
|
vmove usr/bin/pygeis
|
||||||
|
|
Loading…
Add table
Reference in a new issue