[Lunar-commits] <moonbase> gedit: add the needed gnome-doc-utils depend.
Florin Braescu
florin at lunar-linux.org
Tue Mar 30 15:52:40 CEST 2010
commit d049930adf032aab6fd34abc10eb464f8a75f877
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Mar 30 16:52:40 2010 +0300
gedit: add the needed gnome-doc-utils depend.
---
gnome2/desktop/gedit/BUILD | 8 ++++----
gnome2/desktop/gedit/DEPENDS | 1 +
gnome2/desktop/gedit/DETAILS | 4 ++--
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnome2/desktop/gedit/BUILD b/gnome2/desktop/gedit/BUILD
index 84ec0e3..48254ba 100644
--- a/gnome2/desktop/gedit/BUILD
+++ b/gnome2/desktop/gedit/BUILD
@@ -1,8 +1,8 @@
(
- sedit s/Text\ Editor/GEdit\ Text\ Editor/g data/gedit.desktop.in &&
- sedit s/Text\ Editor/GEdit\ Text\ Editor/g data/gedit.desktop.in.in &&
-
+ sedit s/Text\ Editor/GEdit\ Text\ Editor/g data/gedit.desktop.in &&
+ sedit s/Text\ Editor/GEdit\ Text\ Editor/g data/gedit.desktop.in.in &&
+
./configure --prefix=${GNOME210_PREFIX:-/usr} \
--build=$BUILD \
@@ -10,7 +10,7 @@
--localstatedir=/var \
--infodir=${GNOME210_PREFIX:-/usr}/share/info \
--mandir=${GNOME210_PREFIX:-/usr}/share/man \
- $OPTS &&
+ $OPTS &&
default_make
) > $C_FIFO 2>&1
diff --git a/gnome2/desktop/gedit/DEPENDS b/gnome2/desktop/gedit/DEPENDS
index 61e5766..64d6ffd 100644
--- a/gnome2/desktop/gedit/DEPENDS
+++ b/gnome2/desktop/gedit/DEPENDS
@@ -1,4 +1,5 @@
depends gtksourceview
+depends gnome-doc-utils
optional_depends "pygtksourceview" "--enable-python" "" \
"for Python based plugin support"
diff --git a/gnome2/desktop/gedit/DETAILS b/gnome2/desktop/gedit/DETAILS
index 1ed0834..831418b 100644
--- a/gnome2/desktop/gedit/DETAILS
+++ b/gnome2/desktop/gedit/DETAILS
@@ -2,7 +2,7 @@
VERSION=2.26.3
MAJOR=2.26
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
SOURCE_VFY=sha1:57ee9519a1c28195fb5b5bafa06308d816246c53
WEB_SITE=http://gedit.org
ENTERED=20020716
@@ -10,7 +10,7 @@
SHORT="a text editor for the GNOME Desktop"
cat << EOF
-gedit is a text editor for the GNOME Desktop. It is designed to be
+gedit is a text editor for the GNOME Desktop. It is designed to be
simple, light, and fast, but its plugin system can give you incredible
power as well.
EOF
More information about the Lunar-commits
mailing list