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

Jannis Pohlmann jannis at lunar-linux.org
Thu Jun 29 18:35:01 UTC 2006


Author: jannis
Date: 2006-06-29 18:35:00 +0000 (Thu, 29 Jun 2006)
New Revision: 20586

Modified:
   moonbase/trunk/news/liferea/BUILD
   moonbase/trunk/news/liferea/DETAILS
Log:
* Version bump to 1.0.16
* Evil firefox detection hack removed (no need to go to hell for this anymore)
* LDD_CHECK=off added to prevent liferea from being recompiled during "lunar fix"
  (firefox libraries are found during build but they're still not found when 
  running "ldd -r /usr/lib/liferea/liblihtmlm.so").



Modified: moonbase/trunk/news/liferea/BUILD
===================================================================
--- moonbase/trunk/news/liferea/BUILD	2006-06-29 12:52:52 UTC (rev 20585)
+++ moonbase/trunk/news/liferea/BUILD	2006-06-29 18:35:00 UTC (rev 20586)
@@ -1,42 +1,8 @@
 (
 
-  # I'll probably go to hell for this hack, but...who cares.
-  TEMPLINKS=""									&&
-  # Check for mozilla first, do nothing if it's installed, since the
-  # pkg-config files should be there already...
-  if ! module_installed mozilla; then
-    # Check for firefox, symlink the files if they dont already exist
-    if module_installed firefox; then
-      for PC in /usr/lib/pkgconfig/firefox-*.pc; do
-        # s/firefox/mozilla/
-        SUB="/usr/lib/pkgconfig/mozilla-`echo $PC | cut -d- -f 2`"
-        # This should catch any previous symlinks and overwrite them
-        # in the event the user hit ctrl+c in a previous lin
-        if [ ! -f "$SUB" ]; then
-          ln -fs $PC $SUB
-          # Record this for removal later...
-          TEMPLINKS="$TEMPLINKS $SUB"
-        fi
-      done
-    fi
-  fi										&&
-  # </magic>
-
-# You _will_ find firefox! I command it!
-cat << EOF | patch -p0								&&
---- src/liferea	2004-12-08 16:17:51.000000000 -0600
-+++ src/liferea	2004-12-08 16:18:09.000000000 -0600
-@@ -42,0 +43 @@
-+look_for_mozilla "/usr/lib/firefox*/chrome/comm.jar"
-EOF
-
 # added this hack to fix liferea-1.0.14, Makefile fails in /doc. This should be removed later!!!
-  sedit "s/SUBDIRS = doc/SUBDIRS = /" Makefile.am Makefile.in                   &&
-  default_build									&&
+  sedit "s/SUBDIRS = doc/SUBDIRS = /" Makefile.am Makefile.in  &&
 
-  # Magic clean up.
-  for MYLINK in $TEMPLINKS; do
-    rm -f $MYLINK
-  done
+  default_build
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/news/liferea/DETAILS
===================================================================
--- moonbase/trunk/news/liferea/DETAILS	2006-06-29 12:52:52 UTC (rev 20585)
+++ moonbase/trunk/news/liferea/DETAILS	2006-06-29 18:35:00 UTC (rev 20586)
@@ -1,12 +1,14 @@
 	  MODULE=liferea
-	 VERSION=1.0.14
+	 VERSION=1.0.16
 	  SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:f7a6e22b00ec5520262565b472a5ebd4c2b8a5cc
+      SOURCE_VFY=sha1:6a134e12cad915dd85f0fb467f39397400a69614
 	WEB_SITE=http://liferea.sourceforge.net
 	 ENTERED=20040424
-	 UPDATED=20060529
+	 UPDATED=20060629
 	   SHORT="Liferea is a simple FeedReader clone for Unix"
+       LDD_CHECK=off
+
 cat << EOF
 Liferea is a news aggregator for RSS/RDF feeds which also supports
 CDF channels, Atom/Echo/PIE feeds and OCS or OPML directories. The



More information about the Lunar-commits mailing list