xfconf: rebuild against perl-5.16.
This commit is contained in:
parent
76f5be2009
commit
e1683ec304
3 changed files with 6 additions and 8 deletions
|
@ -1,10 +1,12 @@
|
||||||
# Template file for 'xfconf'
|
# Template file for 'xfconf'
|
||||||
pkgname=xfconf
|
pkgname=xfconf
|
||||||
version=4.10.0
|
version=4.10.0
|
||||||
|
revision=1
|
||||||
homepage="http://xfce.org"
|
homepage="http://xfce.org"
|
||||||
distfiles="http://archive.xfce.org/src/xfce/xfconf/4.10/$pkgname-$version.tar.bz2"
|
distfiles="http://archive.xfce.org/src/xfce/xfconf/4.10/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config intltool perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib dbus-glib-devel libxfce4util-devel"
|
subpackages="$pkgname-devel $pkgname-perl"
|
||||||
|
makedepends="pkg-config intltool>=0.50.2_1 perl>=5.16 perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib>=1.242_1 dbus-glib-devel libxfce4util-devel"
|
||||||
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"
|
||||||
|
@ -13,6 +15,3 @@ long_desc="
|
||||||
Xfconf is a hierarchical (tree-like) configuration system where the
|
Xfconf is a hierarchical (tree-like) configuration system where the
|
||||||
immediate child nodes of the root are called channels. All settings
|
immediate child nodes of the root are called channels. All settings
|
||||||
beneath the channel nodes are called properties."
|
beneath the channel nodes are called properties."
|
||||||
|
|
||||||
subpackages="$pkgname-devel $pkgname-perl"
|
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'xfconf-devel'.
|
# Template file for 'xfconf-devel'.
|
||||||
#
|
#
|
||||||
depends="glib-devel dbus-glib-devel xfconf>=4.10.0"
|
noarch=yes
|
||||||
|
depends="dbus-glib-devel xfconf>=$version"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'xfconf-perl'.
|
# Template file for 'xfconf-perl'.
|
||||||
#
|
#
|
||||||
depends="perl-Glib"
|
depends="perl-Glib>=1.242_1"
|
||||||
short_desc="${short_desc} - perl bindings"
|
short_desc="${short_desc} - perl bindings"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the Perl bindings."
|
This package contains the Perl bindings."
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/lib/perl5 usr/lib
|
vmove usr/lib/perl5 usr/lib
|
||||||
vmove usr/share/man usr/share
|
vmove usr/share/man usr/share
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue