mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 02:12:55 +02:00
xfconf: fix syntax error in the perl option.
This commit is contained in:
parent
3d21e40c26
commit
0b23e63651
1 changed files with 1 additions and 2 deletions
|
@ -2,12 +2,11 @@
|
||||||
pkgname=xfconf
|
pkgname=xfconf
|
||||||
version=4.12.0
|
version=4.12.0
|
||||||
revision=1
|
revision=1
|
||||||
# Package build options
|
|
||||||
build_options="perl"
|
build_options="perl"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable perl perl-bindings)"
|
configure_args="$(vopt_enable perl perl-bindings)"
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool"
|
||||||
makedepends="dbus-glib-devel libxfce4util-devel $(vopt_if perl 'perl perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib"
|
makedepends="dbus-glib-devel libxfce4util-devel $(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
|
||||||
short_desc="Xfce hierarchical (tree-like) configuration system"
|
short_desc="Xfce hierarchical (tree-like) configuration system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue