On Mon, Jan 16, 2017 at 11:19:14PM +0100, Adam Wolk wrote: > Hi ports@ > > Attaching an update for net/corebird > > port changes: > - new dependency on textproc/gspell for spellchecking > - 2 new locale files (PLIST regenerated) > - WANTLIB regenerated, new entries are enchant, gspell-1 > and stdc++ >
Additionally added databases/sqlite3 as a direct dependency in LIB_DEPENDS (spotted by fcambus@ thanks) > upstream changelog: > --- > Version 1.4.1 (2017-01-08) > > Changelog: > - Lower the required gspell version to 1.0 > - Work around a binding problem in the gtk+ 3.18 vapi of vala 0.30 > > Version 1.4 (2017-01-06) > > Changelog: > - Images in quoted tweets now look more like they actually belong to > the quoted tweet instead of the quoting tweet. > - Allow deleting tweets from the tweet info page and not just from > timelines. > - Fix the user completion not showing all possible results > - Focus the already opened window for an account if the account gets > selected in the accounts popover > - Avoid window resizing when typing in the Direct Message text box > - Add 'q' accelerator to tweet rows for quoting > - Add spellchecking. This add a dependency to gspell > - Increase gtk+ dependency to 3.18 to get rid of some workarounds. > - Increase avatar size in profiles and slightly overlap them over the > banner. Also, always show the full banner. > - Fix completion popup positioning under Wayland > - Add experimental meson build files > - Fix some videos not playing correctly > - Add a minimal video progress indicator to the video dialog > - Fix the retweet/favorite count updating in the tweet info page > > --- > > Feedback? OK's? The updated diff:
Index: Makefile =================================================================== RCS file: /cvs/ports/net/corebird/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile 28 Dec 2016 17:10:54 -0000 1.8 +++ Makefile 19 Jan 2017 11:18:25 -0000 @@ -2,7 +2,7 @@ COMMENT = native Gtk+ Twitter client -V = 1.3.3 +V = 1.4.1 DISTNAME = corebird-${V} MASTER_SITES = https://github.com/baedert/corebird/releases/download/${V}/ @@ -18,14 +18,14 @@ PERMIT_PACKAGE_CDROM = Yes WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi -WANTLIB += c cairo cairo-gobject dbus-1 epoxy expat ffi fontconfig -WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 -WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gstbase-1.0 gstreamer-1.0 -WANTLIB += gstvideo-1.0 gthread-2.0 gtk-3 harfbuzz json-glib-1.0 -WANTLIB += lzma m orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0 -WANTLIB += pcre pixman-1 png pthread pthread-stubs rest-0.7 soup-2.4 -WANTLIB += soup-gnome-2.4 sqlite3 xcb xcb-render xcb-shm xml2 -WANTLIB += z +WANTLIB += c cairo cairo-gobject dbus-1 enchant epoxy expat ffi +WANTLIB += fontconfig freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 +WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gspell-1 gstbase-1.0 +WANTLIB += gstreamer-1.0 gstvideo-1.0 gthread-2.0 gtk-3 harfbuzz +WANTLIB += json-glib-1.0 lzma m orc-0.4 pango-1.0 pangocairo-1.0 +WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs +WANTLIB += rest-0.7 soup-2.4 soup-gnome-2.4 sqlite3 stdc++ xcb +WANTLIB += xcb-render xcb-shm xml2 z MODULES = devel/dconf \ devel/gettext \ @@ -35,12 +35,14 @@ MODGNOME_TOOLS = desktop-file-utils \ gtk-update-icon-cache \ vala -LIB_DEPENDS = devel/json-glib \ +LIB_DEPENDS = databases/sqlite3 \ + devel/json-glib \ devel/libsoup>=2.4 \ devel/orc \ net/librest>=0.7.91 \ multimedia/gstreamer1/core \ multimedia/gstreamer1/plugins-base \ + textproc/gspell \ x11/gtk+3 RUN_DEPENDS = multimedia/gstreamer1/plugins-bad \ Index: distinfo =================================================================== RCS file: /cvs/ports/net/corebird/distinfo,v retrieving revision 1.6 diff -u -p -r1.6 distinfo --- distinfo 28 Dec 2016 17:10:54 -0000 1.6 +++ distinfo 19 Jan 2017 11:18:25 -0000 @@ -1,2 +1,2 @@ -SHA256 (corebird-1.3.3.tar.xz) = vssIS1wv0gmgOux3vv2SLClvOOFqIJjiKB6PBY9ef6g= -SIZE (corebird-1.3.3.tar.xz) = 635980 +SHA256 (corebird-1.4.1.tar.xz) = 9X5diTtmpchfsNs6EyGwAxHWwCo53t/JXJyGejFOgAk= +SIZE (corebird-1.4.1.tar.xz) = 648564 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/net/corebird/pkg/PLIST,v retrieving revision 1.3 diff -u -p -r1.3 PLIST --- pkg/PLIST 8 Sep 2016 00:07:10 -0000 1.3 +++ pkg/PLIST 19 Jan 2017 11:18:25 -0000 @@ -33,6 +33,7 @@ share/locale/es_VE/LC_MESSAGES/corebird. share/locale/fa/LC_MESSAGES/corebird.mo share/locale/fi/LC_MESSAGES/corebird.mo share/locale/fr/LC_MESSAGES/corebird.mo +share/locale/gl/LC_MESSAGES/corebird.mo share/locale/hi/LC_MESSAGES/corebird.mo share/locale/hu/LC_MESSAGES/corebird.mo share/locale/id/LC_MESSAGES/corebird.mo @@ -40,6 +41,7 @@ share/locale/it/LC_MESSAGES/corebird.mo share/locale/ja/LC_MESSAGES/corebird.mo share/locale/ko/LC_MESSAGES/corebird.mo share/locale/lt/LC_MESSAGES/corebird.mo +share/locale/nb/LC_MESSAGES/corebird.mo share/locale/nl/LC_MESSAGES/corebird.mo share/locale/pl/LC_MESSAGES/corebird.mo share/locale/pt/LC_MESSAGES/corebird.mo