lxinput: switch to gtk+3
This commit is contained in:
parent
68571cbe17
commit
9269ebde07
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'lxinput'
|
||||
pkgname=lxinput
|
||||
version=0.3.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-gtk3"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="gtk+-devel"
|
||||
makedepends="gtk+3-devel"
|
||||
depends="desktop-file-utils"
|
||||
short_desc="LXDE Keyboad/Mouse configurator"
|
||||
homepage="http://lxde.org/"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://lxde.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.xz"
|
||||
checksum=4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88
|
||||
|
|
Loading…
Reference in a new issue