From e31493f3fd7c10d352c7e82d3ba76d974b01487e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Sep 2012 17:53:36 +0200 Subject: [PATCH] startup-notification: rebuild against xcb-util>=0.3.9. --- .../startup-notification-devel.template | 13 +++++-------- .../startup-notification.rshlibs | 2 +- srcpkgs/startup-notification/template | 10 ++++++---- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/srcpkgs/startup-notification/startup-notification-devel.template b/srcpkgs/startup-notification/startup-notification-devel.template index 6ac47f721ee..de558522c92 100644 --- a/srcpkgs/startup-notification/startup-notification-devel.template +++ b/srcpkgs/startup-notification/startup-notification-devel.template @@ -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 } diff --git a/srcpkgs/startup-notification/startup-notification.rshlibs b/srcpkgs/startup-notification/startup-notification.rshlibs index dc80c283b59..bf7a39cb6e6 100644 --- a/srcpkgs/startup-notification/startup-notification.rshlibs +++ b/srcpkgs/startup-notification/startup-notification.rshlibs @@ -1,4 +1,4 @@ -libxcb-aux.so.0 +libxcb-util.so.1 libX11-xcb.so.1 libX11.so.6 libxcb.so.1 diff --git a/srcpkgs/startup-notification/template b/srcpkgs/startup-notification/template index 2206b0b229d..ef795e04772 100644 --- a/srcpkgs/startup-notification/template +++ b/srcpkgs/startup-notification/template @@ -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 " +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" -