startup-notification: rebuild against xcb-util>=0.3.9.
This commit is contained in:
parent
49eeaecdbb
commit
e31493f3fd
3 changed files with 12 additions and 13 deletions
|
@ -1,16 +1,13 @@
|
||||||
# Template file for 'startup-notification-devel'.
|
# 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"
|
short_desc="${sourcepkg} 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/lib/pkgconfig usr/lib
|
||||||
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
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
libxcb-aux.so.0
|
libxcb-util.so.1
|
||||||
libX11-xcb.so.1
|
libX11-xcb.so.1
|
||||||
libX11.so.6
|
libX11.so.6
|
||||||
libxcb.so.1
|
libxcb.so.1
|
||||||
|
|
|
@ -1,12 +1,15 @@
|
||||||
# Template build file for 'startup-notification'.
|
# Template build file for 'startup-notification'.
|
||||||
pkgname=startup-notification
|
pkgname=startup-notification
|
||||||
version=0.12
|
version=0.12
|
||||||
distfiles="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$version.tar.gz"
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=2
|
configure_args="--disable-static"
|
||||||
makedepends="pkg-config libX11-devel xcb-util-devel libxcb-devel"
|
makedepends="pkg-config libX11-devel xcb-util-devel>=0.3.9 libxcb-devel"
|
||||||
short_desc="Library for tracking application startup"
|
short_desc="Library for tracking application startup"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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
|
checksum=3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains libstartup-notification which implements a
|
This package contains libstartup-notification which implements a
|
||||||
|
@ -15,4 +18,3 @@ long_desc="
|
||||||
feedback such as a busy cursor, among other features."
|
feedback such as a busy cursor, among other features."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue