xfce4: update to 4.8.0pre1 (goodies not yet updated).

This commit is contained in:
Juan RP
2010-11-08 16:56:59 +01:00
parent 9ec5d2f400
commit 4c9fc31241
35 changed files with 386 additions and 397 deletions

View File

@@ -1,2 +1,2 @@
abi_depends=">=4.6.1"
abi_depends=">=4.7.3"
api_depends="${abi_depends}"

View File

@@ -1,21 +1,18 @@
# Template file for 'libxfce4util-devel'.
#
short_desc="${sourcepkg} development files"
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=2
Add_dependency run pkg-config
Add_dependency run glib-devel
Add_dependency run libxfce4util
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mkdir -p ${DESTDIR}/usr/share
mv ${SRCPKGDESTDIR}/usr/sbin ${DESTDIR}/usr
install -d ${DESTDIR}/usr/{lib,share}
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib

View File

@@ -1,17 +1,19 @@
# Template file for 'libxfce4util'
pkgname=libxfce4util
version=4.6.1
revision=2
distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/$pkgname-$version.tar.bz2"
version=4.7.3
distfiles="http://archive.xfce.org/xfce/4.8pre1/src/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Utility library for the Xfce4 desktop environment"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ceecdc7d3c89f547606c2d77a8a42ccf9975c809374fab84ff0833a08510c16b
checksum=7075983d2d1edb29ef00a864bab912ce0a3296656d2a8a9fc68d5e02b5a053d0
long_desc="
This package includes basic utility non-GUI functions for Xfce4."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run glib
Add_dependency build pkg-config
Add_dependency build gettext
Add_dependency build intltool
Add_dependency build glib-devel