startup-notification: rebuild with as-needed for shlibs.
This commit is contained in:
parent
18708bcbf2
commit
6b2de89260
3 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'startup-notification-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="startup-notification>=${version}"
|
||||
depends="startup-notification-${version}_${revision}"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
libxcb-util.so.1
|
||||
libX11-xcb.so.1
|
||||
libX11.so.6
|
||||
libxcb.so.1
|
||||
libc.so.6
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# Template build file for 'startup-notification'.
|
||||
pkgname=startup-notification
|
||||
version=0.12
|
||||
revision=3
|
||||
revision=4
|
||||
subpackages="$pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="pkg-config libX11-devel xcb-util-devel>=0.3.9 libxcb-devel"
|
||||
|
@ -16,5 +17,3 @@ long_desc="
|
|||
startup notification protocol. Using this protocol a desktop
|
||||
environment can track the launch of an application and provide
|
||||
feedback such as a busy cursor, among other features."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
|
Loading…
Reference in a new issue