mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
xfconf: make this build again.
This commit is contained in:
parent
3520986dbb
commit
3f82ea8b57
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xfconf'
|
# Template file for 'xfconf'
|
||||||
pkgname=xfconf
|
pkgname=xfconf
|
||||||
version=4.10.0
|
version=4.10.0
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config intltool>=0.50.2_1"
|
hostmakedepends="pkg-config intltool>=0.50.2_1"
|
||||||
makedepends="dbus-glib-devel libxfce4util-devel"
|
makedepends="dbus-glib-devel libxfce4util-devel"
|
||||||
|
@ -9,7 +9,7 @@ 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"
|
||||||
homepage="http://xfce.org"
|
homepage="http://xfce.org"
|
||||||
distfiles="http://archive.se.xfce.org/src/xfce/xfconf/4.10/$pkgname-$version.tar.bz2"
|
distfiles="http://archive.xfce.org/src/xfce/xfconf/${version%.*}/$pkgname-$version.tar.bz2"
|
||||||
checksum=175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576
|
checksum=175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
|
@ -30,7 +30,7 @@ if [ "$build_option_perl" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
xfconf-devel_package() {
|
xfconf-devel_package() {
|
||||||
depends="dbus-glib-devel xfconf>=$version"
|
depends="dbus-glib-devel xfconf>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue