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'
|
||||
pkgname=xfconf
|
||||
version=4.10.0
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool>=0.50.2_1"
|
||||
makedepends="dbus-glib-devel libxfce4util-devel"
|
||||
|
@ -9,7 +9,7 @@ short_desc="Xfce hierarchical (tree-like) configuration system"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
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
|
||||
|
||||
# Package build options
|
||||
|
@ -30,7 +30,7 @@ if [ "$build_option_perl" ]; then
|
|||
fi
|
||||
|
||||
xfconf-devel_package() {
|
||||
depends="dbus-glib-devel xfconf>=$version"
|
||||
depends="dbus-glib-devel xfconf>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue