pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/corebird Update to 1.2.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff0e1c69fb7d
branches: trunk
changeset: 347761:ff0e1c69fb7d
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sun May 29 18:34:44 2016 +0000
description:
Update to 1.2.2
Changelog:
Version 1.2.2 (2016-05-19)
ChangeLog:
- Remove margins from the buttons in the topbar. This caused
problems with some gtk+ themes.
- gtk+ < 3.20 was more inconsistend with adding style classes
to widgets than I thought, so the pre-3.20 fallback css added
in 1.2.1 caused the icons in the topbar to have the wrong color.
Version 1.2.1 (2016-05-10)
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.
diffstat:
net/corebird/Makefile | 5 ++---
net/corebird/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (28 lines):
diff -r 4bb2b10657f9 -r ff0e1c69fb7d net/corebird/Makefile
--- a/net/corebird/Makefile Sun May 29 17:24:48 2016 +0000
+++ b/net/corebird/Makefile Sun May 29 18:34:44 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2016/05/03 11:40:05 prlw1 Exp $
+# $NetBSD: Makefile,v 1.14 2016/05/29 18:34:44 ryoon Exp $
-DISTNAME= corebird-1.2
-PKGREVISION= 3
+DISTNAME= corebird-1.2.2
CATEGORIES= net
MASTER_SITES= -https://github.com/baedert/corebird/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
diff -r 4bb2b10657f9 -r ff0e1c69fb7d net/corebird/distinfo
--- a/net/corebird/distinfo Sun May 29 17:24:48 2016 +0000
+++ b/net/corebird/distinfo Sun May 29 18:34:44 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/03/05 09:40:53 ryoon Exp $
+$NetBSD: distinfo,v 1.4 2016/05/29 18:34:44 ryoon Exp $
-SHA1 (corebird-1.2.tar.gz) = 8f498b39ba920bd1fb42dac90ced600c5a6e50a5
-RMD160 (corebird-1.2.tar.gz) = de605914ff91e257570a4d7fce5353c9e17d1607
-SHA512 (corebird-1.2.tar.gz) = fb71ac96e0e25aeacd5311d203d8f998eed8fb7dbc1d481881159d9aa71dd0bcaa7f2c5712eaf34174793f23ff6dff0f61088e2d47f4b1a3324fa3152f9f32f1
-Size (corebird-1.2.tar.gz) = 423619 bytes
+SHA1 (corebird-1.2.2.tar.gz) = 0eef7e210167dbb8bbe471fa075f06d01c2b1b50
+RMD160 (corebird-1.2.2.tar.gz) = ab0785c0ae3150689d1f4c9295a843f6c8cc0bcc
+SHA512 (corebird-1.2.2.tar.gz) = 57a0c5cf212f3b190e8db8e946b1eab8c737e7ed39bf9aa5ebdce936517425a76a2948bd953838d9ae7a56d5b654539638dae35688d672e5551c854ca4eb9b76
+Size (corebird-1.2.2.tar.gz) = 423551 bytes
Home |
Main Index |
Thread Index |
Old Index