Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=208bc9f39840fa7008b18657b8f02a10671b8d14
commit 208bc9f39840fa7008b18657b8f02a10671b8d14 Author: Priyank <[EMAIL PROTECTED]> Date: Thu Nov 22 19:24:22 2007 +0530 fun-0.1.0-2-i686 * Added a patch to fix a big typo diff --git a/source/xapps/fun/FrugalBuild b/source/xapps/fun/FrugalBuild index 2947876..77aad8d 100644 --- a/source/xapps/fun/FrugalBuild +++ b/source/xapps/fun/FrugalBuild @@ -3,7 +3,7 @@ pkgname=fun pkgver=0.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Frugalware Update Notifier (FUN)" url="http://ftp.frugalware.org/pub/other/fun" rodepends=('gfpm>=1.0.4') @@ -14,8 +14,8 @@ archs=('i686' 'x86_64') _F_gnome_iconcache="y" Finclude gnome-scriptlet up2date="lynx -dump $url | Flasttar" -source=($url/$pkgname-$pkgver.tar.gz rc.fun) -signatures=(${source[0]}.asc '') +source=($url/$pkgname-$pkgver.tar.gz rc.fun $pkgname-$pkgver-typofix.diff) +signatures=(${source[0]}.asc '' '') build() { diff --git a/source/xapps/fun/fun-0.1.0-typofix.diff b/source/xapps/fun/fun-0.1.0-typofix.diff new file mode 100644 index 0000000..dee89d0 --- /dev/null +++ b/source/xapps/fun/fun-0.1.0-typofix.diff @@ -0,0 +1,24 @@ +diff -Naur fun-0.1.0/README fun-0.1.0.new/README +--- fun-0.1.0/README 2007-11-21 23:37:19.000000000 +0530 ++++ fun-0.1.0.new/README 2007-11-22 19:21:49.000000000 +0530 +@@ -26,7 +26,7 @@ + Using FUN + ========= + You need to start the daemon by running the following command as root: +-# service fund start ++# service fun start + + Once the daemon is started, you may launch the client by running the + following command: +diff -Naur fun-0.1.0/src/fun-ui.c fun-0.1.0.new/src/fun-ui.c +--- fun-0.1.0/src/fun-ui.c 2007-11-21 23:37:19.000000000 +0530 ++++ fun-0.1.0.new/src/fun-ui.c 2007-11-22 19:21:29.000000000 +0530 +@@ -483,7 +483,7 @@ + "that the update notifier daemon is not running. FUN will attempt " + "to reconnect to the daemon every 45 seconds. \n\nYou can start the " + "update notifier daemon by running the following command as root: \n\n" +- "'service fund start'"); ++ "'service fun start'"); + + fun_systray_create (); + fun_main_window_init (); _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
