[Lunar-commits] <moonbase> mozilla-bonobo: small tweaks.
Florin Braescu
florin at lunar-linux.org
Wed Dec 29 21:00:16 CET 2010
commit 770f25eafe0fd0295e81046ae679ac6626d7e2aa
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Dec 29 22:00:16 2010 +0200
mozilla-bonobo: small tweaks.
---
gnome2/apps/mozilla-bonobo/BUILD | 15 +++++++--------
gnome2/apps/mozilla-bonobo/DEPENDS | 7 ++++---
gnome2/apps/mozilla-bonobo/DETAILS | 7 ++++---
3 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/gnome2/apps/mozilla-bonobo/BUILD b/gnome2/apps/mozilla-bonobo/BUILD
index e6f6b1d..2020691 100644
--- a/gnome2/apps/mozilla-bonobo/BUILD
+++ b/gnome2/apps/mozilla-bonobo/BUILD
@@ -1,13 +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 \
- --with-plugin-install-dir=/opt/lunar/plugins \
- $OPTS &&
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME26_PREFIX:-/usr}/share/man \
+ --with-plugin-install-dir=/opt/lunar/plugins \
+ $OPTS &&
default_make
-
) > $C_FIFO 2>&1
diff --git a/gnome2/apps/mozilla-bonobo/DEPENDS b/gnome2/apps/mozilla-bonobo/DEPENDS
index dad7c46..3864b36 100644
--- a/gnome2/apps/mozilla-bonobo/DEPENDS
+++ b/gnome2/apps/mozilla-bonobo/DEPENDS
@@ -1,4 +1,5 @@
-depends seamonkey &&
-depends libbonoboui &&
-depends libgnomeprint &&
+depends seamonkey
+depends libbonoboui
+depends libgnomeprint
+
optional_depends "gettext" "--with-included-gettext" "--disable-nls" "gettext support"
diff --git a/gnome2/apps/mozilla-bonobo/DETAILS b/gnome2/apps/mozilla-bonobo/DETAILS
index 9ef67f6..69765d0 100644
--- a/gnome2/apps/mozilla-bonobo/DETAILS
+++ b/gnome2/apps/mozilla-bonobo/DETAILS
@@ -1,12 +1,13 @@
MODULE=mozilla-bonobo
VERSION=0.4.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://savannah.nongnu.org/download/moz-bonobo/
+ SOURCE_URL[0]=http://savannah.nongnu.org/download/moz-bonobo
WEB_SITE=http://www.nongnu.org/moz-bonobo
ENTERED=20030521
UPDATED=20031004
- SHORT="netscape-compatible browser plugin which allows your browser to use bonobo controls to display supported mime types."
+ SHORT="netscape-compatible browser plugin which use bonobo controls"
+
cat << EOF
- mozilla-bonobo is a netscape-compatible browser plugin which allows
+mozilla-bonobo is a netscape-compatible browser plugin which allows
your browser to use bonobo controls to display supported mime types.
EOF
More information about the Lunar-commits
mailing list