[Lunar-commits] <moonbase> gnome-sharp: rework a bit the module.
Florin Braescu
florin at lunar-linux.org
Tue Oct 7 16:37:08 CEST 2008
commit 320bd0ac939943f1038363b235e7c7de022455d8
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Oct 7 17:37:08 2008 +0300
gnome-sharp: rework a bit the module.
---
gnome2/desktop/gnome-sharp/BUILD | 4 +---
gnome2/desktop/gnome-sharp/DEPENDS | 3 ---
gnome2/desktop/gnome-sharp/DETAILS | 9 +++------
3 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/gnome2/desktop/gnome-sharp/BUILD b/gnome2/desktop/gnome-sharp/BUILD
index 4accdcd..e23d18d 100644
--- a/gnome2/desktop/gnome-sharp/BUILD
+++ b/gnome2/desktop/gnome-sharp/BUILD
@@ -1,14 +1,12 @@
(
- sedit 's:libgtkhtml\-3\.8:libgtkhtml\-3\.14:g' configure &&
-
./configure --prefix=${GNOME210_PREFIX:-/usr} \
--build=$BUILD \
--sysconfdir=/etc \
--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/gnome-sharp/DEPENDS b/gnome2/desktop/gnome-sharp/DEPENDS
index 86181e4..5ad0110 100644
--- a/gnome2/desktop/gnome-sharp/DEPENDS
+++ b/gnome2/desktop/gnome-sharp/DEPENDS
@@ -5,7 +5,4 @@ depends gtk-sharp # compiled with libglade
optional_depends "monodoc" "" "" "for documenation support"
optional_depends "libart_lgpl" "" "" "to build art-sharp.dll"
optional_depends "gnome-utils" "" "" "to build gnome-sharp.dll"
-optional_depends "librsvg" "" "" "to build rsvg-sharp.dll"
-optional_depends "gtkhtml3" "" "" "to build gtkhtml-sharp.dll"
-optional_depends "vte" "" "" "to build vte-sharp.dll"
optional_depends "gnome-vfs" "" "" "to build gnomevfs-sharp.dll"
diff --git a/gnome2/desktop/gnome-sharp/DETAILS b/gnome2/desktop/gnome-sharp/DETAILS
index 60fcf61..9e7e3f6 100644
--- a/gnome2/desktop/gnome-sharp/DETAILS
+++ b/gnome2/desktop/gnome-sharp/DETAILS
@@ -2,9 +2,9 @@
MAJOR=2.20
VERSION=2.20.1
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
SOURCE_VFY=sha1:84e2a9c71aee7d18f3afe7b0a96046932d269523
- WEB_SITE=http://www.gnome.org/
+ WEB_SITE=http://www.gnome.org
ENTERED=20060908
UPDATED=20080717
PSAFE=no
@@ -12,8 +12,5 @@
cat << EOF
gnome-sharp contains the GNOME bindings for mono.
-
-It includes:
-art-sharp.dll, gnomevfs-sharp.dll, gnome-sharp.dll, rsvg-sharp.dll,
-gtkhtml-sharp.dll, and vte-sharp.dll.
+It includes art-sharp.dll, gnomevfs-sharp.dll and gnome-sharp.dll
EOF
More information about the Lunar-commits
mailing list