[Lunar-commits] <moonbase> regexxer: small tweaks.

Florin Braescu florin at lunar-linux.org
Wed Dec 29 21:07:37 CET 2010


commit b65a014486f4f91d504189642499325950968aeb
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Dec 29 22:07:37 2010 +0200

    regexxer: small tweaks.
---
 gnome2/apps/regexxer/BUILD   |   14 +++++++-------
 gnome2/apps/regexxer/DEPENDS |    6 +++---
 gnome2/apps/regexxer/DETAILS |    5 +++--
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/gnome2/apps/regexxer/BUILD b/gnome2/apps/regexxer/BUILD
index 8d803e7..2259d76 100644
--- a/gnome2/apps/regexxer/BUILD
+++ b/gnome2/apps/regexxer/BUILD
@@ -1,12 +1,12 @@
 (
 
    ./configure  --prefix=${GNOME26_PREFIX:-/usr}  \
-                --build=$BUILD                    \
-                --sysconfdir=/etc                 \
-                --localstatedir=/var              \
-                --infodir=${GNOME26_PREFIX:-/usr}/share/info \
-                --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
-                $OPTS                             &&
-    default_make                   
+                --build=$BUILD        \
+                --sysconfdir=/etc     \
+                --localstatedir=/var  \
+                --infodir=${GNOME26_PREFIX:-/usr}/share/info  \
+                --mandir=${GNOME26_PREFIX:-/usr}/share/man    \
+                $OPTS                                        &&
+    default_make
 
 ) > $C_FIFO 2>&1
diff --git a/gnome2/apps/regexxer/DEPENDS b/gnome2/apps/regexxer/DEPENDS
index 1f5ba38..e36a431 100644
--- a/gnome2/apps/regexxer/DEPENDS
+++ b/gnome2/apps/regexxer/DEPENDS
@@ -1,4 +1,4 @@
-depends gnome-vfsmm &&
-depends gconfmm &&
-depends pcre &&
+depends gnome-vfsmm
+depends gconfmm
+depends pcre
 depends libglademm
diff --git a/gnome2/apps/regexxer/DETAILS b/gnome2/apps/regexxer/DETAILS
index ec205b9..ffe77dd 100644
--- a/gnome2/apps/regexxer/DETAILS
+++ b/gnome2/apps/regexxer/DETAILS
@@ -6,9 +6,10 @@
         WEB_SITE=http://regexxer.sourceforge.net
          ENTERED=20030124
          UPDATED=20071110
-           SHORT="GUI search/replace tool featuring Perl-style reg exp."
+           SHORT="GUI search/replace tool featuring Perl-style reg exp"
+
 cat << EOF
 This is a nifty GUI search/replace tool featuring Perl-style regular
-expressions.  If you need project-wide substitution and you're tired of 
+expressions. If you need project-wide substitution and you're tired of 
 hacking sed command lines together, then you should definitely give it a try.
 EOF


More information about the Lunar-commits mailing list