Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (b0097d0d228c4054216b3c39628316dc04d59970)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (b0097d0d228c4054216b3c39628316dc04d59970)
  • Date: Sun, 17 Sep 2006 07:26:47 -0500

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

news/liferea/DEPENDS | 20 ++++++++++++++++++--
news/liferea/DETAILS | 6 ++++--
news/liferea/HISTORY | 5 +++++
news/liferea/PREPARE | 1 +
news/liferea/liferea-1.1.4.tar.gz.sig |binary
5 files changed, 28 insertions(+), 4 deletions(-)

New commits:
commit 3ceff4de9f49dfa6b54d9e646f84d897915bd528
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

added liferea devel version 1.1.4. Added missing optional_depends.

diff --git a/news/liferea/DEPENDS b/news/liferea/DEPENDS
index 5d44e6a..e562b5f 100755
--- a/news/liferea/DEPENDS
+++ b/news/liferea/DEPENDS
@@ -6,8 +6,24 @@ optional_depends gnome-vfs2
"" \
"" \
"for GtkHTML2 html display" &&
-
+optional_depends gnutls \
+ "--enable-gnutls" \
+ "--disable-gnutls" \
+ "for ssl/https support" &&
+optional_depends xulrunner \
+ "" \
+ "--disable-xulrunner" \
+ "for xulrunner backend" &&
+optional_depends libnotify \
+ "" \
+ "--disable-libnotify" \
+ "to build libnotify pluging" &&
optional_depends GECKO \
"" \
"" \
- "for Mozilla (gecko) html display"
+ "for Mozilla (gecko) html display" &&
+optional_depends dbus \
+ "" \
+ "--disable-dbus" \
+ "for dbus support"
+
diff --git a/news/liferea/DETAILS b/news/liferea/DETAILS
index 702a7db..4db2ddc 100755
--- a/news/liferea/DETAILS
+++ b/news/liferea/DETAILS
@@ -1,13 +1,15 @@
SPELL=liferea
+if [ "$LIFEREA_DEVEL" == "y" ]; then
+ VERSION=1.1.4
+else
VERSION=1.0.23
+fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${SOURCEFORGE_URL}/liferea/$SOURCE
WEB_SITE=http://liferea.sourceforge.net
- BUILD_API=2
ENTERED=20040407
- UPDATED=20040407
LICENSE[0]=GPL
KEYWORDS="news"
SHORT="A simple FeedReader clone for Unix distributions with GTK2"
diff --git a/news/liferea/HISTORY b/news/liferea/HISTORY
index 6b7fcf1..48b7a67 100644
--- a/news/liferea/HISTORY
+++ b/news/liferea/HISTORY
@@ -1,3 +1,8 @@
+2006-09-17 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Added devel version 1.1.4. Removed UPDATED & BUILD_API
+ * PREPARE: Added file to choose devel or stable
+ * DEPENDS: Added missing optional_depends: gnutls, libnotify,
xulrunner
+
2006-09-16 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 1.0.23

diff --git a/news/liferea/PREPARE b/news/liferea/PREPARE
new file mode 100755
index 0000000..d56897f
--- /dev/null
+++ b/news/liferea/PREPARE
@@ -0,0 +1 @@
+config_query LIFEREA_DEVEL "Build the devel version?" n
diff --git a/news/liferea/liferea-1.1.4.tar.gz.sig
b/news/liferea/liferea-1.1.4.tar.gz.sig
new file mode 100644
index 0000000..96d5a3e
Binary files /dev/null and b/news/liferea/liferea-1.1.4.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (b0097d0d228c4054216b3c39628316dc04d59970), George Sherwood, 09/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page