Sunday, September 22, 2019

Re: [UPDATE] liferea-1.12.4 -> 1.12.6b

Aplogies. Now with updated WANTLIB and LIB_DEPENDS.

Tim.

trondd <trondd@kagu-tsuchi.com> wrote:

> Poke.
>
> Tim.
>
> trondd <trondd@kagu-tsuchi.com> wrote:
>
> > Catch up with Liferea releases. Looks like they might have rerolled 1.12.6 so
> > had to add a 'b' to the DISTNAME.
> >
> > Bigfixes, endless loop fix, switch from GnomeKeyring to libsecret, usability
> > fixes.
> >
> > 1.12.5
> > * #665: Webkit browser now supplies 'Liferea' component in user agent
> > * #664: Added "Mark All As Read" button to headerbar plugin
> > * #620: Added flatpak JSON
> > (glitsj16)
> > * #579: Added item list column drag and drop reordering
> > (Yanko Kaneti)
> > * #436, #662: Move from GnomeKeyring to libsecret
> > (bgermann)
> >
> > * Fixes #663: Correct instapaper sharing link
> > (Daniel Alexandersen)
> > * Fixes #661: Update sharing links
> > (Daniel Alexandersen)
> > * Fixes #271: Consistent over usage of CPU (trigger by "Next Unread" loop)
> > (reported by GreenLunar)
> >
> > * #472, #632: Dropping Inoreader support (API broke)
> >
> > 1.12.6
> > * #658: Add confirmation dialog when adding duplicate subscription
> > (dymoksc)
> >
> > * Fixes #689: When resuming from sleep feeds were being fetched
> > before Wifi came up
> > (ghost)
> > * Fixes #685: Headerbar plugin "Mark All Read" button is not
> > feed-specific
> > (Robbie Cooper)
> > * Fixes #549: Scrollbars not always present in the headline area
> > (Leiaz)
> > * Fixes #543: Next update overrides HTML5 enrichment
> > (Lars Windolf)
> > * Fixes overly wide label in enclosure preferences dialog
> > (Lars Windolf)
> > * Dropped unencrypted warning from auth dialog (not true anymore)
> > (Lars Windolf)
> >
> > * #692: Update of Czech translation
> > (RadimNo)
> > * #688: Adding translatable tooltips for the headerbar plugin
> > (Robbie Cooper)
> >
> > Tim.


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/liferea/Makefile,v
retrieving revision 1.109
diff -u -p -r1.109 Makefile
--- Makefile 12 Jul 2019 20:50:47 -0000 1.109
+++ Makefile 22 Sep 2019 22:32:56 -0000
@@ -4,9 +4,8 @@ BROKEN-i386= hangs during build while r

COMMENT= simple GTK desktop news aggregator

-V= 1.12.4
-DISTNAME= liferea-${V}
-REVISION= 1
+V= 1.12.6
+DISTNAME= liferea-${V}b

CATEGORIES= www news x11

@@ -15,23 +14,22 @@ HOMEPAGE= https://lzone.de/liferea/
# GPLv2+
PERMIT_PACKAGE= Yes

-WANTLIB += ${COMPILER_LIBCXX} EGL GL GLESv2 ICE SM X11 X11-xcb
-WANTLIB += Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
-WANTLIB += Xrandr Xrender Xt Xxf86vm aspell atk-1.0 atk-bridge-2.0
-WANTLIB += atspi brotlicommon brotlidec c cairo cairo-gobject
-WANTLIB += dbus-1 drm enchant-2 epoxy expat ffi fontconfig freetype
-WANTLIB += fribidi gbm gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 girepository-1.0
-WANTLIB += glapi glib-2.0 gmodule-2.0 gobject-2.0 gpg-error graphite2
-WANTLIB += gstallocators-1.0 gstapp-1.0 gstaudio-1.0 gstbase-1.0
-WANTLIB += gstfft-1.0 gstgl-1.0 gstpbutils-1.0 gstreamer-1.0 gsttag-1.0
-WANTLIB += gstvideo-1.0 gthread-2.0 gtk-3 harfbuzz harfbuzz-icu
-WANTLIB += hyphen iconv icudata icui18n icuuc intl javascriptcoregtk-4.0
-WANTLIB += jpeg json-glib-1.0 lzma m notify orc-0.4 pango-1.0
-WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre peas-1.0 peas-gtk-1.0
-WANTLIB += pixman-1 png secret-1 soup-2.4 sqlite3 tasn1 webkit2gtk-4.0
-WANTLIB += webp webpdemux woff2common woff2dec xcb xcb-dri2 xcb-dri3
-WANTLIB += xcb-glx xcb-present xcb-render xcb-shm xcb-sync xcb-xfixes
-WANTLIB += xml2 xshmfence xslt z
+WANTLIB += ${COMPILER_LIBCXX} EGL GL ICE SM X11 X11-xcb Xau Xcomposite
+WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender
+WANTLIB += Xt Xxf86vm aspell atk-1.0 atk-bridge-2.0 brotlicommon brotlidec
+WANTLIB += c cairo cairo-gobject drm enchant-2 epoxy expat ffi fontconfig
+WANTLIB += freetype fribidi gbm gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0
+WANTLIB += girepository-1.0 glapi glib-2.0 gmodule-2.0 gobject-2.0 gpg-error
+WANTLIB += graphite2 gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstfft-1.0
+WANTLIB += gstgl-1.0 gstpbutils-1.0 gstreamer-1.0 gsttag-1.0 gstvideo-1.0
+WANTLIB += gthread-2.0 gtk-3 harfbuzz harfbuzz-icu hyphen iconv icudata
+WANTLIB += icui18n icuuc idn2 intl javascriptcoregtk-4.0 jpeg json-glib-1.0
+WANTLIB += lzma m notify openjp2 orc-0.4 pango-1.0 pangocairo-1.0
+WANTLIB += pangoft2-1.0 pcre peas-1.0 peas-gtk-1.0 pixman-1 png psl
+WANTLIB += secret-1 soup-2.4 sqlite3 tasn1 unistring webkit2gtk-4.0 webp
+WANTLIB += webpdemux woff2common woff2dec xcb xcb-dri2 xcb-dri3 xcb-glx
+WANTLIB += xcb-present xcb-render xcb-shm xcb-sync xcb-xfixes xml2
+WANTLIB += xshmfence xslt z

COMPILER = base-clang ports-gcc base-gcc

@@ -56,8 +54,7 @@ RUN_DEPENDS= devel/desktop-file-utils \

# lib/liferea/plugins/{gnome-keyring,libnotify,media-player}.py
RUN_DEPENDS += devel/libnotify \
- multimedia/gstreamer1/core \
- x11/gnome/libgnome-keyring
+ multimedia/gstreamer1/core

CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --docdir=${PREFIX}/share/doc/liferea
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/liferea/distinfo,v
retrieving revision 1.45
diff -u -p -r1.45 distinfo
--- distinfo 6 Aug 2018 19:47:15 -0000 1.45
+++ distinfo 22 Sep 2019 22:32:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (liferea-1.12.4.tar.bz2) = lr4aCNMu16ieKtAQf+Eo9Lt9ivDHZwbOedqSEy4WBYk=
-SIZE (liferea-1.12.4.tar.bz2) = 1466788
+SHA256 (liferea-1.12.6b.tar.bz2) = LaStuhi9xylNWjyFD1lIlIYwNMqdwblEisCXHesL+Q4=
+SIZE (liferea-1.12.6b.tar.bz2) = 1495311
Index: patches/patch-src_ui_liferea_shell_c
===================================================================
RCS file: /cvs/ports/www/liferea/patches/patch-src_ui_liferea_shell_c,v
retrieving revision 1.9
diff -u -p -r1.9 patch-src_ui_liferea_shell_c
--- patches/patch-src_ui_liferea_shell_c 25 May 2018 00:58:43 -0000 1.9
+++ patches/patch-src_ui_liferea_shell_c 22 Sep 2019 22:32:56 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-src_ui_liferea_shell_c,v
Index: src/ui/liferea_shell.c
--- src/ui/liferea_shell.c.orig
+++ src/ui/liferea_shell.c
-@@ -753,7 +753,7 @@ on_about_activate (GSimpleAction *action, GVariant *pa
+@@ -749,7 +749,7 @@ on_about_activate (GSimpleAction *action, GVariant *pa
static void
liferea_shell_add_html_tab (const gchar *file, const gchar *name)
{
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/liferea/pkg/PLIST,v
retrieving revision 1.33
diff -u -p -r1.33 PLIST
--- pkg/PLIST 6 Aug 2018 19:47:15 -0000 1.33
+++ pkg/PLIST 22 Sep 2019 22:32:56 -0000
@@ -5,7 +5,7 @@ lib/liferea/
lib/liferea/girepository-1.0/
lib/liferea/girepository-1.0/Liferea-3.0.typelib
lib/liferea/plugins/
-lib/liferea/plugins/${MODPY_PYCACHE}/
+${MODPY_COMMENT}lib/liferea/plugins/${MODPY_PYCACHE}/
lib/liferea/plugins/${MODPY_PYCACHE}bold-unread.${MODPY_PYC_MAGIC_TAG}pyc
lib/liferea/plugins/${MODPY_PYCACHE}gnome-keyring.${MODPY_PYC_MAGIC_TAG}pyc
lib/liferea/plugins/${MODPY_PYCACHE}headerbar.${MODPY_PYC_MAGIC_TAG}pyc
@@ -112,7 +112,6 @@ share/liferea/enclosure_handler.ui
share/liferea/gir-1.0/
share/liferea/gir-1.0/Liferea-3.0.gir
share/liferea/google_source.ui
-share/liferea/inoreader_source.ui
share/liferea/liferea.css
share/liferea/liferea_menu.ui
share/liferea/liferea_toolbar.ui

No comments:

Post a Comment