[Lunar-commits] <moonbase> gnome-sharp: move it from gnome2/desktop dir to mono dir.
Florin Braescu
florin at lunar-linux.org
Wed Mar 17 17:01:30 CET 2010
commit e025a569872dd8f17ba18e51a42c7416ec05f152
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Mar 17 18:01:30 2010 +0200
gnome-sharp: move it from gnome2/desktop dir to mono dir.
---
gnome2/desktop/gnome-sharp/BUILD | 12 ------------
gnome2/desktop/gnome-sharp/DEPENDS | 7 -------
gnome2/desktop/gnome-sharp/DETAILS | 16 ----------------
mono/gnome-sharp/BUILD | 12 ++++++++++++
mono/gnome-sharp/DEPENDS | 7 +++++++
mono/gnome-sharp/DETAILS | 16 ++++++++++++++++
6 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/gnome2/desktop/gnome-sharp/BUILD b/gnome2/desktop/gnome-sharp/BUILD
deleted file mode 100644
index e23d18d..0000000
--- a/gnome2/desktop/gnome-sharp/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
- ./configure --prefix=${GNOME210_PREFIX:-/usr} \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=${GNOME210_PREFIX:-/usr}/share/info \
- --mandir=${GNOME210_PREFIX:-/usr}/share/man \
- $OPTS &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/gnome2/desktop/gnome-sharp/DEPENDS b/gnome2/desktop/gnome-sharp/DEPENDS
deleted file mode 100644
index 0b1f4ea..0000000
--- a/gnome2/desktop/gnome-sharp/DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-depends GConf
-depends libglade
-depends gtk-sharp # compiled with libglade
-
-optional_depends "libart_lgpl" "" "" "to build art-sharp.dll"
-optional_depends "gnome-utils" "" "" "to build gnome-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
deleted file mode 100644
index 9e7e3f6..0000000
--- a/gnome2/desktop/gnome-sharp/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=gnome-sharp
- MAJOR=2.20
- VERSION=2.20.1
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
- SOURCE_VFY=sha1:84e2a9c71aee7d18f3afe7b0a96046932d269523
- WEB_SITE=http://www.gnome.org
- ENTERED=20060908
- UPDATED=20080717
- PSAFE=no
- SHORT="GNOME bindings for Mono"
-
-cat << EOF
-gnome-sharp contains the GNOME bindings for mono.
-It includes art-sharp.dll, gnomevfs-sharp.dll and gnome-sharp.dll
-EOF
diff --git a/mono/gnome-sharp/BUILD b/mono/gnome-sharp/BUILD
new file mode 100644
index 0000000..e23d18d
--- /dev/null
+++ b/mono/gnome-sharp/BUILD
@@ -0,0 +1,12 @@
+(
+
+ ./configure --prefix=${GNOME210_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME210_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/mono/gnome-sharp/DEPENDS b/mono/gnome-sharp/DEPENDS
new file mode 100644
index 0000000..0b1f4ea
--- /dev/null
+++ b/mono/gnome-sharp/DEPENDS
@@ -0,0 +1,7 @@
+depends GConf
+depends libglade
+depends gtk-sharp # compiled with libglade
+
+optional_depends "libart_lgpl" "" "" "to build art-sharp.dll"
+optional_depends "gnome-utils" "" "" "to build gnome-sharp.dll"
+optional_depends "gnome-vfs" "" "" "to build gnomevfs-sharp.dll"
diff --git a/mono/gnome-sharp/DETAILS b/mono/gnome-sharp/DETAILS
new file mode 100644
index 0000000..9e7e3f6
--- /dev/null
+++ b/mono/gnome-sharp/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=gnome-sharp
+ MAJOR=2.20
+ VERSION=2.20.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:84e2a9c71aee7d18f3afe7b0a96046932d269523
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20060908
+ UPDATED=20080717
+ PSAFE=no
+ SHORT="GNOME bindings for Mono"
+
+cat << EOF
+gnome-sharp contains the GNOME bindings for mono.
+It includes art-sharp.dll, gnomevfs-sharp.dll and gnome-sharp.dll
+EOF
More information about the Lunar-commits
mailing list