startup-notification: use hostmakedepends; switch -devel to arch.

This commit is contained in:
Juan RP 2013-04-03 17:29:35 +02:00
parent 5402953e5a
commit 81ff23f29f
2 changed files with 5 additions and 8 deletions

View File

@ -1,11 +1,7 @@
# Template file for 'startup-notification-devel'. # Template file for 'startup-notification-devel'.
# #
noarch=yes depends="${sourcepkg}>=${version}"
depends="startup-notification-${version}_${revision}" short_desc="${short_desc} development files"
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr

View File

@ -1,11 +1,12 @@
# Template build file for 'startup-notification'. # Template build file for 'startup-notification'.
pkgname=startup-notification pkgname=startup-notification
version=0.12 version=0.12
revision=5 revision=6
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static"
makedepends="pkg-config libX11-devel xcb-util-devel>=0.3.9" hostmakedepends="pkg-config"
makedepends="libX11-devel xcb-util-devel>=0.3.9"
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" homepage="http://www.freedesktop.org"