diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-05-29 18:34:44 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-05-29 18:34:44 +0000 |
commit | 2bb7919968d6980ceef182499a95b48ba98481ab (patch) | |
tree | a8e0beecded10981e1bd98218d1a9c9c377c8e73 /net/corebird | |
parent | dfdaf36e62a99291fff9182368bd8acb0018d74b (diff) | |
download | pkgsrc-2bb7919968d6980ceef182499a95b48ba98481ab.tar.gz |
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 (limited to 'net/corebird')
-rw-r--r-- | net/corebird/Makefile | 5 | ||||
-rw-r--r-- | net/corebird/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/corebird/Makefile b/net/corebird/Makefile index ee277696c54..82c24c9ee40 100644 --- a/net/corebird/Makefile +++ b/net/corebird/Makefile @@ -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 --git a/net/corebird/distinfo b/net/corebird/distinfo index 7b5a7dfb532..0c12e6ae464 100644 --- a/net/corebird/distinfo +++ b/net/corebird/distinfo @@ -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 |