[Lunar-commits] <moonbase> tomboy:move it to the mono dor where it belongs. RIP.
Florin Braescu
florin at lunar-linux.org
Fri Jun 18 20:39:40 CEST 2010
commit ac9218f156c5dfd839ee55bebb237780842c3413
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Jun 18 21:39:40 2010 +0300
tomboy:move it to the mono dor where it belongs. RIP.
---
gnome2/desktop/tomboy/BUILD | 12 ------------
gnome2/desktop/tomboy/DEPENDS | 15 ---------------
gnome2/desktop/tomboy/DETAILS | 17 -----------------
mono/tomboy/BUILD | 12 ++++++++++++
mono/tomboy/DEPENDS | 15 +++++++++++++++
mono/tomboy/DETAILS | 17 +++++++++++++++++
6 files changed, 44 insertions(+), 44 deletions(-)
diff --git a/gnome2/desktop/tomboy/BUILD b/gnome2/desktop/tomboy/BUILD
deleted file mode 100644
index f0ab69a..0000000
--- a/gnome2/desktop/tomboy/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/tomboy/DEPENDS b/gnome2/desktop/tomboy/DEPENDS
deleted file mode 100644
index e27b5e7..0000000
--- a/gnome2/desktop/tomboy/DEPENDS
+++ /dev/null
@@ -1,15 +0,0 @@
-depends mono-addins
-depends gnome-desktop-sharp
-
-optional_depends "wdfs" "" "" "for synchronization of notes via WebDAV"
-optional_depends "openssh" "" "" "for synchronization of notes via SSH"
-
-optional_depends "evolution" \
- "--enable-evolution" \
- "--disable-evolution" \
- "install the Evolution addin"
-
-optional_depends "ndesk-dbus" \
- "--enable-dbus" \
- "--disable-dbus" \
- "for DBUS remote control of tomboy"
diff --git a/gnome2/desktop/tomboy/DETAILS b/gnome2/desktop/tomboy/DETAILS
deleted file mode 100644
index a896f22..0000000
--- a/gnome2/desktop/tomboy/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=tomboy
- MAJOR=1.2
- VERSION=$MAJOR.1
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
- SOURCE_VFY=sha1:cf50b648dc40cf1ea066647ce6a6e818d160de26
- WEB_SITE=http://www.gnome.org/projects/$MODULE
- ENTERED=20061130
- UPDATED=20100509
- SHORT="a MONO-based, note-taking application"
-
-cat << EOF
-Tomboy is a simple note-taking application designed to be unobtrusive
-and friendly, while supporting inter-note links similar to a
-WikiWikiWeb to help you organize your notes and ideas. It can run
-either as a Gnome panel applet or a notification tray-icon.
-EOF
diff --git a/mono/tomboy/BUILD b/mono/tomboy/BUILD
new file mode 100644
index 0000000..f0ab69a
--- /dev/null
+++ b/mono/tomboy/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/tomboy/DEPENDS b/mono/tomboy/DEPENDS
new file mode 100644
index 0000000..e27b5e7
--- /dev/null
+++ b/mono/tomboy/DEPENDS
@@ -0,0 +1,15 @@
+depends mono-addins
+depends gnome-desktop-sharp
+
+optional_depends "wdfs" "" "" "for synchronization of notes via WebDAV"
+optional_depends "openssh" "" "" "for synchronization of notes via SSH"
+
+optional_depends "evolution" \
+ "--enable-evolution" \
+ "--disable-evolution" \
+ "install the Evolution addin"
+
+optional_depends "ndesk-dbus" \
+ "--enable-dbus" \
+ "--disable-dbus" \
+ "for DBUS remote control of tomboy"
diff --git a/mono/tomboy/DETAILS b/mono/tomboy/DETAILS
new file mode 100644
index 0000000..a896f22
--- /dev/null
+++ b/mono/tomboy/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=tomboy
+ MAJOR=1.2
+ VERSION=$MAJOR.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:cf50b648dc40cf1ea066647ce6a6e818d160de26
+ WEB_SITE=http://www.gnome.org/projects/$MODULE
+ ENTERED=20061130
+ UPDATED=20100509
+ SHORT="a MONO-based, note-taking application"
+
+cat << EOF
+Tomboy is a simple note-taking application designed to be unobtrusive
+and friendly, while supporting inter-note links similar to a
+WikiWikiWeb to help you organize your notes and ideas. It can run
+either as a Gnome panel applet or a notification tray-icon.
+EOF
More information about the Lunar-commits
mailing list