[Frugalware-git] gnometesting: fwife-0.9.4-2-x86_64
Elentir
elentir at frugalware.org
Sun Jan 29 21:58:23 CET 2012
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2f0167896a532d40090d212afebdb7fe53ed3d0c
commit 2f0167896a532d40090d212afebdb7fe53ed3d0c
Author: Elentir <elentir at frugalware.org>
Date: Tue Jan 24 23:09:46 2012 +0100
fwife-0.9.4-2-x86_64
* add add-maxtries.patch
diff --git a/source/xapps-extra/fwife/FrugalBuild b/source/xapps-extra/fwife/FrugalBuild
index 29fc62a..fd0d98b 100644
--- a/source/xapps-extra/fwife/FrugalBuild
+++ b/source/xapps-extra/fwife/FrugalBuild
@@ -3,7 +3,7 @@
pkgname=fwife
pkgver=0.9.4
-pkgrel=1
+pkgrel=2
pkgdesc="Gtk GUI Installer for Frugalware"
url="http://ftp.frugalware.org/pub/other/$pkgname/"
depends=('frugalwareutils>=0.9.6-3' 'gtk+2>=2.20.1' 'openssl>=1.0.0')
@@ -14,9 +14,11 @@ _F_gnome_iconcache="y"
_F_gnome_desktop="y"
Finclude gnome-scriptlet
archs=('i686' 'x86_64')
-source=($url/$pkgname-$pkgver.tar.gz)
+source=($url/$pkgname-$pkgver.tar.gz \
+ add-maxtries.patch)
up2date="Flasttar $url"
-sha1sums=('4d8110eef76758bffada0926029e679bdc140bbf')
+sha1sums=('4d8110eef76758bffada0926029e679bdc140bbf' \
+ 'c69eb476a5f850f13b7a5944e1155f93b5a66dbc')
unset MAKEFLAGS
subpkgs=("$pkgname-minimal")
@@ -36,7 +38,9 @@ build() {
Fsplit $pkgname-minimal usr
# clean and make the normal pkg
make clean || Fdie
- Fbuild
+ Fconf
+ Fmake
+ Fmakeinstall
Fbuild_gnome_scriptlet
}
# optimization OK
diff --git a/source/xapps-extra/fwife/add-maxtries.patch b/source/xapps-extra/fwife/add-maxtries.patch
new file mode 100644
index 0000000..4d43d32
--- /dev/null
+++ b/source/xapps-extra/fwife/add-maxtries.patch
@@ -0,0 +1,13 @@
+diff src/plugins/select.c src/plugins/select.c
+--- src/plugins/select.c
++++ src/plugins/select.c
+@@ -248,6 +248,7 @@ int prepare_pkgdb(char *srcdev)
+ }
+ fprintf(fp, "[options]\n");
+ fprintf(fp, "LogFile = /var/log/pacman-g2.log\n");
++ fprintf(fp, "MaxTries = 5\n");
+ fprintf(fp, "[%s]\n", PACCONF);
+ fprintf(fp, "Server = file://%s/frugalware-%s\n\n", SOURCEDIR, ARCH);
+ fclose(fp);
+
+
More information about the Frugalware-git
mailing list