startup-notification: needs libSM-devel; cross build support.
This commit is contained in:
parent
5f486ad724
commit
c3b4c33aad
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template build file for 'startup-notification'.
|
||||
pkgname=startup-notification
|
||||
version=0.12
|
||||
revision=7
|
||||
revision=8
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
configure_args="--disable-static lf_cv_sane_realloc=yes lf_cv_sane_malloc=yes"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libX11-devel xcb-util-devel>=0.3.9"
|
||||
makedepends="libX11-devel libSM-devel xcb-util-devel>=0.3.9"
|
||||
short_desc="Library for tracking application startup"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.freedesktop.org"
|
||||
|
@ -20,7 +20,7 @@ long_desc="
|
|||
|
||||
startup-notification-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in a new issue