[Lunar-commits] r25798 - moonbase/trunk/news/liferea

Terry Chan tchan at lunar-linux.org
Fri Sep 14 16:12:20 CEST 2007


Author: tchan
Date: 2007-09-14 16:12:20 +0200 (Fri, 14 Sep 2007)
New Revision: 25798

Modified:
   moonbase/trunk/news/liferea/DEPENDS
   moonbase/trunk/news/liferea/DETAILS
Log:
Version bump to latest stable liferea-1.4.2. Had to modify DEPENDS libgtkhtml
to make it an optional_depends. liferea automatically finds it if installed, so
I couldn't just remove it but liferea-1.4.2 does not compile correctly with
libgtkthml anymore. So the easiest fix was to make it an optional_depends and
just say NO to it.


Modified: moonbase/trunk/news/liferea/DEPENDS
===================================================================
--- moonbase/trunk/news/liferea/DEPENDS	2007-09-14 07:12:33 UTC (rev 25797)
+++ moonbase/trunk/news/liferea/DEPENDS	2007-09-14 14:12:20 UTC (rev 25798)
@@ -1,6 +1,6 @@
-depends gtk+-2		&&
-depends GConf2		&&
-depends libxml2		&&
-depends	libgtkhtml	&&
+depends gtk+-2
+depends GConf2
+depends libxml2
 
+optional_depends libgtkhtml "--enable-gtkhtml2" "--disable-gtkhtml2" "Enables the gtkhtml2 backend"
 optional_depends "%GECKO_RENDERER" "" "" "For extra HTML rendering plugin"

Modified: moonbase/trunk/news/liferea/DETAILS
===================================================================
--- moonbase/trunk/news/liferea/DETAILS	2007-09-14 07:12:33 UTC (rev 25797)
+++ moonbase/trunk/news/liferea/DETAILS	2007-09-14 14:12:20 UTC (rev 25798)
@@ -1,11 +1,11 @@
           MODULE=liferea
-         VERSION=1.4.0
+         VERSION=1.4.2
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:c4338e869bcacae1a753c52da140a83d83f019fe
+      SOURCE_VFY=sha1:866ce1b5fff9c6b874399121bf6a589e29cb4ff8
         WEB_SITE=http://liferea.sourceforge.net
          ENTERED=20040424
-         UPDATED=20070902
+         UPDATED=20070914
            SHORT="simple FeedReader clone for Unix"
        LDD_CHECK=off
 



More information about the Lunar-commits mailing list