startup-notification: rebuild against xcb-util>=0.3.9.

This commit is contained in:
Juan RP 2012-09-17 17:53:36 +02:00
parent 49eeaecdbb
commit e31493f3fd
3 changed files with 12 additions and 13 deletions

View file

@ -1,16 +1,13 @@
# Template file for 'startup-notification-devel'.
#
depends="pkg-config libSM-devel libICE-devel libX11-devel xcb-util-devel libxcb-devel startup-notification"
noarch=yes
depends="startup-notification>=${version}"
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
do_install() {
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
}

View file

@ -1,4 +1,4 @@
libxcb-aux.so.0
libxcb-util.so.1
libX11-xcb.so.1
libX11.so.6
libxcb.so.1

View file

@ -1,12 +1,15 @@
# Template build file for 'startup-notification'.
pkgname=startup-notification
version=0.12
distfiles="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$version.tar.gz"
revision=3
build_style=gnu-configure
revision=2
makedepends="pkg-config libX11-devel xcb-util-devel libxcb-devel"
configure_args="--disable-static"
makedepends="pkg-config libX11-devel xcb-util-devel>=0.3.9 libxcb-devel"
short_desc="Library for tracking application startup"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.freedesktop.org"
license="LGPL-2.1"
distfiles="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$version.tar.gz"
checksum=3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a
long_desc="
This package contains libstartup-notification which implements a
@ -15,4 +18,3 @@ long_desc="
feedback such as a busy cursor, among other features."
subpackages="$pkgname-devel"