lxtask: switch to gtk+3

This commit is contained in:
teldra 2019-08-11 14:18:13 +02:00 committed by Enno Boland
parent 0de81633f9
commit 25ccbad8fc
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# Template file for 'lxtask'
pkgname=lxtask
version=0.1.9
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 Task Manager"
maintainer="Juan RP <xtraeme@voidlinux.org>"