Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-0.8.git;a=commitdiff;h=e90dedef5ed66ab574aac2ee9d30773f1e26e0b5
commit e90dedef5ed66ab574aac2ee9d30773f1e26e0b5 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sat Mar 8 23:54:51 2008 +0100 pacman-tools-1.0.6-3kalgan1-i686 - default to -stable diff --git a/source/devel/pacman-tools/FrugalBuild b/source/devel/pacman-tools/FrugalBuild index 43b63a2..0a3e05a 100644 --- a/source/devel/pacman-tools/FrugalBuild +++ b/source/devel/pacman-tools/FrugalBuild @@ -3,7 +3,7 @@ pkgname=pacman-tools pkgver=1.0.6 -pkgrel=2 +pkgrel=3kalgan1 pkgdesc="Tools for developers for managing packages" url="http://ftp.frugalware.org/pub/other/pacman-tools" depends=('bash' 'perl' 'pacman-g2>=3.5.1' 'wget' 'python' 'libxml2' 'glib2') @@ -14,7 +14,8 @@ backup=(etc/{genchangelog,repoman}.conf etc/syncpkg{cd/c,d/d,d/ctl}config.py) _F_archive_nosort=y up2date="lynx -dump $url|Flasttar" source=($url/$pkgname-$pkgver.tar.gz \ - http://git.frugalware.org/patches/pacman-tools/fab116c1de8696e241e6117678eedd1c10b56503.patch) + http://git.frugalware.org/patches/pacman-tools/fab116c1de8696e241e6117678eedd1c10b56503.patch \ + stable.diff) options=('scriptlet') -signatures=(${source[0]}.asc '') +signatures=(${source[0]}.asc '' '') # optimization OK diff --git a/source/devel/pacman-tools/stable.diff b/source/devel/pacman-tools/stable.diff new file mode 100644 index 0000000..b9523d9 --- /dev/null +++ b/source/devel/pacman-tools/stable.diff @@ -0,0 +1,15 @@ +diff --git a/repoman.conf b/repoman.conf +index 35d41f6..37ca7b2 100644 +--- a/repoman.conf ++++ b/repoman.conf +@@ -7,8 +7,8 @@ + + # the order is important, the first repo will be used as a default for + # developer actions (like up, del and so on) +-source /etc/repoman.d/current +-#source /etc/repoman.d/stable ++#source /etc/repoman.d/current ++source /etc/repoman.d/stable + + # default repo to search the include dir in + fst_root=/var/fst/ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
