From 1ee7ad6a8c034f6a64f6811b93aac0a925a2ba05 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 11 Jul 2011 10:22:21 +0200 Subject: [PATCH] xbps: depend explicitly in xbps-triggers. --- srcpkgs/xbps/template | 2 ++ srcpkgs/xbps/xbps-static.template | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index 05460a9513f..611b7679838 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,6 +1,7 @@ # Template file for 'xbps' pkgname=xbps version=0.9.0 +revision=1 distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz" build_style=configure configure_args="--prefix=/ --includedir=/usr/include @@ -21,6 +22,7 @@ conf_files="/etc/xbps-conf.plist" subpackages="$pkgname-static" replaces="xbps>=0" +Add_dependency run xbps-triggers Add_dependency run glibc Add_dependency run zlib Add_dependency run proplib diff --git a/srcpkgs/xbps/xbps-static.template b/srcpkgs/xbps/xbps-static.template index 9be127e7884..c1c7a654819 100644 --- a/srcpkgs/xbps/xbps-static.template +++ b/srcpkgs/xbps/xbps-static.template @@ -6,8 +6,9 @@ long_desc="${long_desc} This package contains the static binaries and library, that can be used on any GNU/Linux distribution matching the architecture." -revision=1 +revision=2 replaces="xbps-static>=0" +Add_dependency run xbps-triggers do_install() {