Hi ports@

Trivial update to the recently released corebird 1.2.1

Upstream changelog:
  - Fix a11y labelling of several switches in the settings dialog
  - Fix an input window clipping bug in the tweet info page
  - Fix a few cases of overlapping widgets into window borders
  - Remove the "Save as" context menu from inline media. This ha
    not been working in a while but the context menu was still there.
  - Rename the .sidebar style class to .topbar. This was used in
    corebird before gtk+ used it, but now that the sidebar is at the
    top, the .sidebar style from gtk+ themes collides with the
    horizontal alignment we use, so use the more fitting '.topbar'.
  - Show a focus outline in the topbar again. We are setting a custom
    background color here, so we also need to set a fitting outline
    color.
  - Fix a coloring but in the topbar, where wildcard selectors in themes
    would overrde our foreground color.

Works fine on my amd64 snapshot from May 10th. Any OK's feedback?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/corebird/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    3 Mar 2016 15:55:08 -0000       1.3
+++ Makefile    11 May 2016 14:52:00 -0000
@@ -4,7 +4,7 @@ COMMENT =               native Gtk+ Twitter client
 
 GH_ACCOUNT =           baedert
 GH_PROJECT =           corebird
-GH_TAGNAME =           1.2
+GH_TAGNAME =           1.2.1
 
 CATEGORIES =           net
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/corebird/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    2 Mar 2016 16:52:57 -0000       1.1.1.1
+++ distinfo    11 May 2016 14:52:00 -0000
@@ -1,2 +1,2 @@
-SHA256 (corebird-1.2.tar.gz) = tJXyIyVppgXPP9nI68h2M7qWRftbCj7ACslXNtuxWpw=
-SIZE (corebird-1.2.tar.gz) = 423619
+SHA256 (corebird-1.2.1.tar.gz) = iAyBGuALKoino883+x8BaOCsokFRelErq9o5owqNtb0=
+SIZE (corebird-1.2.1.tar.gz) = 423533

Reply via email to