diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2019-05-08 01:23:19 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2019-05-08 01:23:19 +0000 |
commit | 2b0be32ba2923d000b141140549f5671bf562fd1 (patch) | |
tree | 5c699c0d5a1d30c09408476eac2279cb64dcc43e /wm | |
parent | e837570415fe4e0d0ece525076198964b2077a18 (diff) | |
download | pkgsrc-2b0be32ba2923d000b141140549f5671bf562fd1.tar.gz |
marco: update to 1.22.1
### marco 1.22.1
* update translations
* window: set atom__NET_WM_STATE_FOCUSED for meta_window_appears_focused
* window: make docks and spashscreens appear focused
* Do not judge whether the window is decorated or not
* screen: Fix use of memory after it is freed
* [Security] Use 'g_strlcpy' instead of 'strcpy'
* compositor-xrender: Fix memory leak
Diffstat (limited to 'wm')
-rw-r--r-- | wm/marco/Makefile | 5 | ||||
-rw-r--r-- | wm/marco/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/wm/marco/Makefile b/wm/marco/Makefile index 497c63c0d7d..9dc07de8afe 100644 --- a/wm/marco/Makefile +++ b/wm/marco/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2019/04/25 07:33:26 maya Exp $ +# $NetBSD: Makefile,v 1.17 2019/05/08 01:23:19 gutteridge Exp $ .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= marco-${VERSION:R}.0 -PKGREVISION= 1 +DISTNAME= marco-${VERSION:R}.1 CATEGORIES= wm COMMENT= Fork of GNOME Metacity diff --git a/wm/marco/distinfo b/wm/marco/distinfo index d5dc03cfc1d..51fe4e17bca 100644 --- a/wm/marco/distinfo +++ b/wm/marco/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.8 2019/03/07 21:35:05 jmcneill Exp $ +$NetBSD: distinfo,v 1.9 2019/05/08 01:23:19 gutteridge Exp $ -SHA1 (marco-1.22.0.tar.xz) = db7da41c718f8d66b2e644c5f1be66f9e3df09aa -RMD160 (marco-1.22.0.tar.xz) = a528e0f302c9e4e2c348a3e9195ff82e4c565f45 -SHA512 (marco-1.22.0.tar.xz) = 0935ca1532fde882e21ebbc67b41afe80e15e8519b413b9b8bde351196be347a8dcac2e092da818ec0bc700216e38211f192a891eafec8ac7d9bf63d3a42328d -Size (marco-1.22.0.tar.xz) = 1406400 bytes +SHA1 (marco-1.22.1.tar.xz) = 3d2cff329492fd3fef188df31761d6671e3bcde2 +RMD160 (marco-1.22.1.tar.xz) = 7e62d97b0b4c83d884728ffaaad0eb1e2fb1de66 +SHA512 (marco-1.22.1.tar.xz) = 18093f4d419fbc90f957a04ec3e36a153b3c51a6bcdc1ac5884adcc0292f157bc5e4af51e171451a4b54b5bccffdee2e8a07ed13dafb6106773abfb06b6a8a4f +Size (marco-1.22.1.tar.xz) = 1357864 bytes SHA1 (patch-configure) = fa46453a5d25f154b60970e921f3802cd91ca786 SHA1 (patch-src_compositor_compositor-xrender.c) = 5cb7e98d8e2b1dda2842f422ad2268bb258c35ee SHA1 (patch-src_core_delete.c) = ace180e80d63bbf0a35abc18bf6501061e09d158 |