lxappearance: switch to gtk+3
This commit is contained in:
parent
89dc72e9d5
commit
fdcfd92cbf
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,8 @@
|
|||
# Template file for 'lxappearance'
|
||||
pkgname=lxappearance
|
||||
version=0.6.3
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
build_options="gtk3 dbus"
|
||||
build_options_default="dbus"
|
||||
configure_args="$(vopt_enable dbus) $(vopt_enable gtk3)"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="$(vopt_if gtk3 gtk+3-devel gtk+-devel) $(vopt_if dbus dbus-glib-devel)"
|
||||
|
@ -15,3 +13,6 @@ license="GPL-2.0-or-later"
|
|||
homepage="http://lxde.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.xz"
|
||||
checksum=7222d858b8fef4b7967c42142d61e82ded6dd42dc5ef1d59caad775795928b38
|
||||
|
||||
build_options="gtk3 dbus"
|
||||
build_options_default="dbus gtk3"
|
||||
|
|
Loading…
Reference in a new issue