diff options
author | nia <nia@pkgsrc.org> | 2019-08-31 14:32:33 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-08-31 14:32:33 +0000 |
commit | 5f896a9c7c1e5a60adc38c62ee218a1305f33e7d (patch) | |
tree | 4a6fff594f861b71d106c952df70657dfd93f2ed /x11 | |
parent | 7a614d177ecb5ec7fe3b6bd3ce7b82c6504823aa (diff) | |
download | pkgsrc-5f896a9c7c1e5a60adc38c62ee218a1305f33e7d.tar.gz |
sakura: Update to 3.7.0
Changes:
* Fixed bug with fore&back colors caused by changes in rev.5...
* Merged with translations branch
* Update translation template
* Remove previously added set_style_css function.
* Reorganize the big mess of code: order functions and callb...
* Bug #1828091 fixed: sakura keeps blinking after BEL is rec...
* Added helper function to set CSS style
* Bug #1485360 fixed: bright colors broken
* Bug #1833845 fixed: make 'configuration modified' dialog o...
* Bug #1810332 fixed: unable to set 100% opacity
* Bug #1839505 fixed: block cursor doesn't reverse text colo...
* Changed default font size
* Make tango palette default again
* Bug #1792380: Solarized light doesn't work as expected. Us...
* Removed unused variable in sakura_eof
* Bug #1790317 fixed: Crash with vte 0.54
Diffstat (limited to 'x11')
-rw-r--r-- | x11/sakura/Makefile | 9 | ||||
-rw-r--r-- | x11/sakura/distinfo | 10 |
2 files changed, 8 insertions, 11 deletions
diff --git a/x11/sakura/Makefile b/x11/sakura/Makefile index 2dea91c13a9..80ddc6b09f9 100644 --- a/x11/sakura/Makefile +++ b/x11/sakura/Makefile @@ -1,11 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2019/07/21 22:26:04 wiz Exp $ -# +# $NetBSD: Makefile,v 1.35 2019/08/31 14:32:33 nia Exp $ -DISTNAME= sakura-3.6.0 -PKGREVISION= 4 +DISTNAME= sakura-3.7.0 CATEGORIES= x11 -MASTER_SITES= https://launchpad.net/sakura/trunk/3.6.0/+download/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= https://launchpad.net/sakura/trunk/${PKGVERSION_NOREV}/+download/ MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://www.pleyades.net/david/projects/sakura diff --git a/x11/sakura/distinfo b/x11/sakura/distinfo index 2f88a953aca..694a5b33ca3 100644 --- a/x11/sakura/distinfo +++ b/x11/sakura/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2018/08/28 13:57:00 ryoon Exp $ +$NetBSD: distinfo,v 1.10 2019/08/31 14:32:33 nia Exp $ -SHA1 (sakura-3.6.0.tar.bz2) = df5c1d9974062a1eaf5659fa36f51c4d5a689eae -RMD160 (sakura-3.6.0.tar.bz2) = 298e01d9ef253aebdfcb1f904cf3a6e6ceb54462 -SHA512 (sakura-3.6.0.tar.bz2) = 4b9d2c15305a2b9a193031194afc0b50deeb32ae52f8b13967801cd57aa71424d7dedf0a9aedf7470aef8b58d8341c85ae37ef67b941b8b97912eb845c5df08f -Size (sakura-3.6.0.tar.bz2) = 56044 bytes +SHA1 (sakura-3.7.0.tar.gz) = 4c04f2ad62ae7f13e51adf901154faea6967d3bb +RMD160 (sakura-3.7.0.tar.gz) = 72377110b7ff3e17facb64fb52172c5c28dfe9a3 +SHA512 (sakura-3.7.0.tar.gz) = 1018ea952d491f68a05ee3b3d8ac70cbfb485687f76224f9a395ff6508e0e75ff58bfd12dcb534c86430da54803a3016619f441d8bd14e496df32f81e00ca72e +Size (sakura-3.7.0.tar.gz) = 64728 bytes SHA1 (patch-CMakeLists.txt) = 86dbc6a6ae2cb0acdbbb2d3110270c47463ad4e4 |