Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.3.git;a=commitdiff;h=8add302622180aa6dfaf4055306e13681e773f94
commit 8add302622180aa6dfaf4055306e13681e773f94 Author: Miklos Vajna <[email protected]> Date: Thu Aug 19 23:02:34 2010 +0200 pacman-g2-3.7.8-2haven1-i686 - default to stable diff --git a/source/base/pacman-g2/FrugalBuild b/source/base/pacman-g2/FrugalBuild index 4afbe60..dcd6841 100644 --- a/source/base/pacman-g2/FrugalBuild +++ b/source/base/pacman-g2/FrugalBuild @@ -8,7 +8,7 @@ USE_MINIMAL=${USE_MINIMAL:-"n"} pkgname=pacman-g2 pkgver=3.7.8 Fuse $USE_DEVEL && pkgver=3.7.3.32.gedb838c -pkgrel=1 +pkgrel=2haven1 pkgdesc="A .tar.xz based package manager library (libpacman) and client (pacman-g2) with dependency support." url="http://ftp.frugalware.org/pub/other/pacman-g2/" backup=(etc/{makepkg,pacman-g2}.conf etc/pacman-g2/repos/{frugalware,frugalware-current}) @@ -26,8 +26,8 @@ archs=('i686' 'x86_64' 'ppc') _F_archive_nosort=y up2date="Flasttar $url/releases/" if ! Fuse $USE_DEVEL; then - source=($url/releases/$pkgname-$pkgver.tar.gz) - signatures=("$source.asc") + source=($url/releases/$pkgname-$pkgver.tar.gz stable.diff) + signatures=("$source.asc" "") else _F_scm_type="git" _F_scm_url="git://git.frugalware.org/pub/other/pacman-g2/pacman-g2" diff --git a/source/base/pacman-g2/stable.diff b/source/base/pacman-g2/stable.diff new file mode 100644 index 0000000..de62edb --- /dev/null +++ b/source/base/pacman-g2/stable.diff @@ -0,0 +1,17 @@ +diff --git a/etc/pacman-g2.conf.in b/etc/pacman-g2.conf.in +index 23c24b3..d581d05 100644 +--- a/etc/pacman-g2.conf.in ++++ b/etc/pacman-g2.conf.in +@@ -19,10 +19,10 @@ OldDelay = 3 + # tree to avoid conflicts + + # -current +-Include = /etc/pacman-g2/repos/frugalware-current ++#Include = /etc/pacman-g2/repos/frugalware-current + + # -stable +-#Include = /etc/pacman-g2/repos/frugalware ++Include = /etc/pacman-g2/repos/frugalware + + # An example of a custom package repository. See the pacman-g2 manpage for + # tips on creating your own repositories. _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
