Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8256289839f1160a50d1bb2b99ff713a1e647dd6

commit 8256289839f1160a50d1bb2b99ff713a1e647dd6
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Tue Apr 8 12:42:28 2008 +0200

darcs-2.0.0-1-i686
- version bump
- it comes with a new repo format, while it can still read the old one, it's
recommended to convert to the new format using "darcs convert".

diff --git a/source/devel-extra/darcs/FrugalBuild 
b/source/devel-extra/darcs/FrugalBuild
index e82cec7..0704523 100644
--- a/source/devel-extra/darcs/FrugalBuild
+++ b/source/devel-extra/darcs/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: VMiklos <[EMAIL PROTECTED]>

pkgname=darcs
-pkgver=1.0.9
+pkgver=2.0.0
pkgrel=1
pkgdesc="David's Advanced Revision Control System"
url="http://darcs.net";
@@ -13,25 +13,16 @@ makedepends=('ghc>=6.6.1-2' 'latex2html' 'git')
up2date="lynx -dump $url|grep Stable|sed 's/.*(\(.*\)).*/\1/'"
source=(http://darcs.net/$pkgname-$pkgver.tar.gz \
README.Frugalware)
-sha1sums=('b2d2238c01d530796c29db4b46fd4fd9c21be9b6' \
-          '85616be72dfaa945425ab9e9f5deca57fa5ccda9')
+sha1sums=('514b4e13f66f8fb30eb60a9dce0a92f6900e5191' \
+          '6f6443a7530355f0f5cc0524f87a7ca46c6992ca')
options=('scriptlet')

build()
{
-       Fcd
-       Fpatchall
-       if [ "$CARCH" == "x86_64" ]; then
-               Fconf --enable-git --with-git-core=/usr/lib \
-                       --with-git-includes=-I/usr/include/git --without-docs
-       else
-               Fconf --enable-git --with-git-core=/usr/lib \
-                       --with-git-includes=-I/usr/include/git
-       fi
+       Fconf --enable-git --with-git-core=/usr/lib \
+               --with-git-includes=-I/usr/include/git
make all || Fdie
Fmakeinstall
-       if [ "$CARCH" != "x86_64" ]; then
-               Fmv /usr/share/doc/$pkgname /usr/share/doc/$pkgname-$pkgver
-       fi
+       Fmv /usr/share/doc/$pkgname /usr/share/doc/$pkgname-$pkgver
}

diff --git a/source/devel-extra/darcs/README.Frugalware 
b/source/devel-extra/darcs/README.Frugalware
index 5e9d249..ddaa52c 100644
--- a/source/devel-extra/darcs/README.Frugalware
+++ b/source/devel-extra/darcs/README.Frugalware
@@ -1,13 +1,15 @@
First, please note that `darcs` comes with a very good HTML documentation, which
-is available under the `/usr/share/doc/darcs-1.0.9/manual` dir. That's the
+is available under the `/usr/share/doc/darcs-*/manual` dir. That's the
place where everything is properly documented, not the manpage. Using `darcs
[subcommand] -h` is usable only as a reference, too.

If you're completely new to `darcs`, then start at
-`/usr/share/doc/darcs-1.0.9/manual/node4.html`.
+`/usr/share/doc/darcs-*/manual/node4.html`.

Please also note that in order for the `darcs send` command to work properly,
you must properly configure your mail transport agent to relay outgoing mail.
For example, if you are using postfix, you need to edit `/etc/postfix/main.cf`,
see the 'Using a relay host' part of the postfix package documentation for more
info.
+
+// vim: ft=asciidoc
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to