Update liferea to 1.4.23.
Version 1.4.23 (Stable) * Fixes unsubstituted variable in start script. (reported by Peter van der Does) * Fixes Debian #494741: Crashes on exit after closing update monitor dialog with ESC. (reported by ygrek) Version 1.4.22 (Stable) * Fixes a typo in XulRunner initialization #ifdef (suggested by Peter van der Does) * Fixes a typo in configure.ac (suggested by Peter van der Does) * Fixes SF #2266119: configure error if gecko disabled. (reported by Vincent Lefevre) * Fixes a XulRunner build issue with new gecko.m4 macro. (suggested by Peter van der Does) * Fixes a DB migration issue that might occur when upgrading from schema version < 5 to 7. (patch by Thomas B) * New M4 macro for Gecko detection derived from Yelp. This should improve compilation against XulRunner 1.9 on Debian. * Removes gray colouring of updated item titles. This often confused users to believe the item state was unread. * Fixes for French translation (Vincent Lefevre) Version 1.4.20 (Stable) * Fixes SF #2042420: "Toggle Read Status" item list popup menu option (reported by Jeff Fortin) * Fixes SF #2027445: Incorrect invalid encoding errors. (reported by Roman Beslik) * Fixes "lost" views. View in the cache database that are not used anymore will be dropped on startup. (reported by Maik Zumstrull) * Added new Slovakian translation (Pavol Klacansky)
This commit is contained in:
parent
3ba346b601
commit
f70cbfa7b8
3 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.77 2008/09/14 14:19:40 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.78 2009/01/12 02:43:32 jmcneill Exp $
|
||||
|
||||
DISTNAME= liferea-1.4.19
|
||||
DISTNAME= liferea-1.4.23
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/}
|
||||
|
||||
|
@ -25,6 +25,7 @@ PKG_SUGGESTED_OPTIONS= liferea-gtkhtml
|
|||
|
||||
PLIST_VARS+= gtkhtml mozilla
|
||||
.if !empty(PKG_OPTIONS:Mliferea-gtkhtml)
|
||||
CONFIGURE_ARGS+= --disable-gecko
|
||||
.include "../../www/libgtkhtml/buildlink3.mk"
|
||||
PLIST.gtkhtml= yes
|
||||
.endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.33 2008/09/14 14:19:40 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.34 2009/01/12 02:43:32 jmcneill Exp $
|
||||
bin/liferea
|
||||
bin/liferea-add-feed
|
||||
bin/liferea-bin
|
||||
|
@ -142,6 +142,7 @@ share/locale/pl/LC_MESSAGES/liferea.mo
|
|||
share/locale/pt/LC_MESSAGES/liferea.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/liferea.mo
|
||||
share/locale/ru/LC_MESSAGES/liferea.mo
|
||||
share/locale/sk/LC_MESSAGES/liferea.mo
|
||||
share/locale/sv/LC_MESSAGES/liferea.mo
|
||||
share/locale/tr/LC_MESSAGES/liferea.mo
|
||||
@dirrm share/liferea/xslt
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.53 2008/09/14 14:19:40 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.54 2009/01/12 02:43:32 jmcneill Exp $
|
||||
|
||||
SHA1 (liferea-1.4.19.tar.gz) = f57d7ad947583ee9bc33ef862b97aaf642de6b25
|
||||
RMD160 (liferea-1.4.19.tar.gz) = 2ab4210ea65b6811ff2270bcf2b0a05874bd184a
|
||||
Size (liferea-1.4.19.tar.gz) = 1633509 bytes
|
||||
SHA1 (liferea-1.4.23.tar.gz) = cf2cfc61ec92f9b183e3cd75d8280ab273214175
|
||||
RMD160 (liferea-1.4.23.tar.gz) = 1da59d457364efcbf99fa138d4e9bb3e800a0243
|
||||
Size (liferea-1.4.23.tar.gz) = 1655446 bytes
|
||||
SHA1 (patch-ae) = 91c32840150a33d2162301c17bd5c35edc6264ba
|
||||
|
|
Loading…
Reference in a new issue