lxappearance-obconf: switch to gtk+3
This commit is contained in:
parent
a2f4835f07
commit
89dc72e9d5
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'lxappearance-obconf'
|
||||
pkgname=lxappearance-obconf
|
||||
version=0.2.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
configure_args="--disable-static --enable-gtk3"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="
|
||||
openbox-devel dbus-glib-devel libxml2-devel libXft-devel libSM-devel
|
||||
imlib2-devel pango-devel gtk+-devel lxappearance"
|
||||
imlib2-devel pango-devel gtk+3-devel lxappearance"
|
||||
depends="lxappearance"
|
||||
short_desc="Plugin for LXAppearance to configure Openbox"
|
||||
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=3150b33b4b7beb71c1803aee2be21c94767d73b70dfc8d2bcaafe2650ea83149
|
||||
|
|
Loading…
Reference in a new issue