mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
gtk-xfce-engine: disable gtk3 by default
GTK+ dropped support for theme engines since version 3.14.
This commit is contained in:
parent
158b19ee2d
commit
a490e70931
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'gtk-xfce-engine'
|
# Template file for 'gtk-xfce-engine'
|
||||||
pkgname=gtk-xfce-engine
|
pkgname=gtk-xfce-engine
|
||||||
version=3.2.0
|
version=3.2.0
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-gtk3"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config intltool glib-devel"
|
hostmakedepends="pkg-config intltool glib-devel"
|
||||||
makedepends="gtk+-devel gtk+3-devel"
|
makedepends="gtk+-devel"
|
||||||
short_desc="A GTK+ 2/3 theme engine for Xfce"
|
short_desc="Xfce GTK+2 theme engine"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://xfce.org"
|
homepage="http://xfce.org"
|
||||||
|
|
Loading…
Add table
Reference in a new issue