Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (ffa19dceaf791c73b7f03f4eedf479d1252176ad)
  • Date: Tue, 2 Aug 2011 21:39:18 -0500

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

dev/null |binary
news/liferea/DEPENDS | 16 +++++++++++-----
news/liferea/DETAILS | 4 ++--
news/liferea/HISTORY | 5 +++++
news/liferea/liferea-1.6.5.tar.gz.sig | 0
news/liferea/liferea-1.6.6b.tar.gz.sig |binary
news/liferea/liferea-1.7.4.tar.gz.sig | 0
news/liferea/liferea-1.7.6.tar.gz.sig |binary
8 files changed, 18 insertions(+), 7 deletions(-)

New commits:
commit ffa19dceaf791c73b7f03f4eedf479d1252176ad
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

liferea: Updated stable to version 1.6.6b and devel to version 1.7.6.
Cleaned up depends.

diff --git a/news/liferea/DEPENDS b/news/liferea/DEPENDS
index 4899b28..f721e4b 100755
--- a/news/liferea/DEPENDS
+++ b/news/liferea/DEPENDS
@@ -10,19 +10,25 @@ depends pango &&
depends libxslt &&
depends libsoup &&

+if [[ "$LIFEREA_DEVEL" == "y" ]]; then
+ depends json-glib
+else
+ optional_depends lua \
+ "" \
+ "--disable-lua" \
+ "for LUA scripting support"
+fi &&
+
+
optional_depends libnotify \
"" \
"--disable-libnotify" \
"to build libnotify pluging" &&
-optional_depends lua \
- "" \
- "--disable-lua" \
- "for LUA scripting support" &&

optional_depends dbus \
"" \
"--disable-dbus" \
- "for dbus support"
+ "for dbus support" &&

optional_depends libsm \
"--enable-sm" \
diff --git a/news/liferea/DETAILS b/news/liferea/DETAILS
index 75b20dc..b49d1b0 100755
--- a/news/liferea/DETAILS
+++ b/news/liferea/DETAILS
@@ -1,9 +1,9 @@
SPELL=liferea
if [ "$LIFEREA_DEVEL" == "y" ]; then
- VERSION=1.7.4
+ VERSION=1.7.6
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
else
- VERSION=1.6.5
+ VERSION=1.6.6b
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/news/liferea/HISTORY b/news/liferea/HISTORY
index 9845ac0..8d9e287 100644
--- a/news/liferea/HISTORY
+++ b/news/liferea/HISTORY
@@ -1,3 +1,8 @@
+2011-08-02 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: for devel depends json-glib and removed optional lua
+ * DETAILS: Updated stable to 1.6.6b.
+ Updated devel to 1.7.6
+
2010-10-03 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated stable to version 1.6.5

diff --git a/news/liferea/liferea-1.6.5.tar.gz.sig
b/news/liferea/liferea-1.6.5.tar.gz.sig
deleted file mode 100644
index 3acc3aa..0000000
Binary files a/news/liferea/liferea-1.6.5.tar.gz.sig and /dev/null differ
diff --git a/news/liferea/liferea-1.6.6b.tar.gz.sig
b/news/liferea/liferea-1.6.6b.tar.gz.sig
new file mode 100644
index 0000000..7ad30ab
Binary files /dev/null and b/news/liferea/liferea-1.6.6b.tar.gz.sig differ
diff --git a/news/liferea/liferea-1.7.4.tar.gz.sig
b/news/liferea/liferea-1.7.4.tar.gz.sig
deleted file mode 100644
index bba8f9d..0000000
Binary files a/news/liferea/liferea-1.7.4.tar.gz.sig and /dev/null differ
diff --git a/news/liferea/liferea-1.7.6.tar.gz.sig
b/news/liferea/liferea-1.7.6.tar.gz.sig
new file mode 100644
index 0000000..0e55923
Binary files /dev/null and b/news/liferea/liferea-1.7.6.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (ffa19dceaf791c73b7f03f4eedf479d1252176ad), George Sherwood, 08/02/2011

Archive powered by MHonArc 2.6.24.

Top of Page