xfconf: update to 4.9.1.

This commit is contained in:
Juan RP 2012-04-19 16:54:50 +02:00
parent d632fb6d98
commit 094d11a198
5 changed files with 17 additions and 25 deletions

View file

@ -1,2 +1,2 @@
abi_depends=">=4.8.0" abi_depends=">=4.9.1"
api_depends=">=4.8.1" api_depends="${abi_depends}"

View file

@ -1,11 +1,13 @@
# Template file for 'xfconf' # Template file for 'xfconf'
pkgname=xfconf pkgname=xfconf
version=4.8.1 version=4.9.1
distfiles="http://archive.xfce.org/src/xfce/$pkgname/4.8/$pkgname-$version.tar.bz2" homepage="http://xfce.org"
distfiles="http://archive.xfce.org/src/xfce/xfconf/4.9/$pkgname-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
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>"
checksum=9860737539fab2b852e8c07c50c205a5fbe894b08bcb4488a70e3fd6c75993cb license="GPL-2, LGPL-2.1"
checksum=306e09e1a5206a78384a425425997f9471a03a63fa2f77465ecbc7e4457b9608
long_desc=" 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
@ -18,7 +20,5 @@ Add_dependency build intltool
Add_dependency build perl-ExtUtils-Depends Add_dependency build perl-ExtUtils-Depends
Add_dependency build perl-ExtUtils-PkgConfig Add_dependency build perl-ExtUtils-PkgConfig
Add_dependency build perl-Glib Add_dependency build perl-Glib
Add_dependency build glib-devel
Add_dependency build dbus-devel
Add_dependency build dbus-glib-devel Add_dependency build dbus-glib-devel
Add_dependency build libxfce4util-devel Add_dependency build libxfce4util-devel

View file

@ -5,16 +5,12 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
Add_dependency run libxfce4util-devel
Add_dependency run glib-devel Add_dependency run glib-devel
Add_dependency run xfconf Add_dependency run dbus-glib-devel
Add_dependency run xfconf ">=${version}"
do_install() do_install() {
{ vmove usr/include usr
mkdir -p ${DESTDIR}/usr/lib vmove usr/lib/pkgconfig usr/lib
mkdir -p ${DESTDIR}/usr/share vmove usr/share/gtk-doc usr/share
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share
} }

View file

@ -7,12 +7,9 @@ long_desc="${long_desc}
Add_dependency run perl-Glib Add_dependency run perl-Glib
do_install() do_install() {
{ vmove usr/lib/perl5 usr/lib
mkdir -p ${DESTDIR}/usr/lib vmove usr/share/man usr/share
mkdir -p ${DESTDIR}/usr/share
mv ${SRCPKGDESTDIR}/usr/lib/perl5 ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/man ${DESTDIR}/usr/share
find ${DESTDIR}/usr/lib/perl5 -type f \ find ${DESTDIR}/usr/lib/perl5 -type f \
-name perllocal.pod -o -name .packlist|xargs rm -f -name perllocal.pod -o -name .packlist|xargs rm -f
} }

View file

@ -1,9 +1,8 @@
libxfce4util.so.4
libdbus-glib-1.so.2 libdbus-glib-1.so.2
libpthread.so.0 libpthread.so.0
libgobject-2.0.so.0 libgobject-2.0.so.0
libglib-2.0.so.0 libglib-2.0.so.0
libc.so.6 libc.so.6
libdbus-1.so.3 libdbus-1.so.3
libgthread-2.0.so.0
librt.so.1 librt.so.1
libxfce4util.so.6