mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libfakekey: update to 0.3.
This commit is contained in:
parent
5f79e9d4dd
commit
9c15779724
2 changed files with 11 additions and 6 deletions
|
@ -1,16 +1,20 @@
|
||||||
# Template file for 'libfakekey'
|
# Template file for 'libfakekey'
|
||||||
pkgname=libfakekey
|
pkgname=libfakekey
|
||||||
version=0.1
|
version=0.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_args="AM_LDFLAGS=-lX11"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libXtst-devel"
|
makedepends="libXtst-devel"
|
||||||
short_desc="X virtual keyboard library"
|
short_desc="X virtual keyboard library"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.yoctoproject.org/tools-resources/projects/matchbox"
|
homepage="https://www.yoctoproject.org/tools-resources/projects/matchbox"
|
||||||
distfiles="http://downloads.yoctoproject.org/releases/matchbox/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://git.yoctoproject.org/cgit/cgit.cgi/libfakekey/snapshot/libfakekey-${version}.tar.gz"
|
||||||
checksum=c41042a70524895b0edf8077ae3ae1206f1a313bea5811dcc23033ea16a00194
|
checksum=d282fa6481a5b85f71e36e8bad4cfa938cc8eaac4c42ffa27f9203ac634813f4
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
libfakekey-devel_package() {
|
libfakekey-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} libXtst-devel"
|
depends="${sourcepkg}>=${version}_${revision} libXtst-devel"
|
||||||
|
|
1
srcpkgs/libfakekey/update
Normal file
1
srcpkgs/libfakekey/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
site=https://git.yoctoproject.org/cgit/cgit.cgi/libfakekey/refs/
|
Loading…
Add table
Reference in a new issue