diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-08-16 03:54:46 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-08-16 03:54:46 +0000 |
commit | 11c329cd4b532efba947882c01c1575629c61006 (patch) | |
tree | fe75f53aae36c321151fa420d017321e972197f6 | |
parent | 2fabcfbbf10205d228e5cbab4d92cbccdc29ba7e (diff) | |
download | pkgsrc-11c329cd4b532efba947882c01c1575629c61006.tar.gz |
marco: update to 1.24.1
Change log:
marco 1.24.1
* update translations
* common: window icon (META_DEFAULT_ICON_NAME) is no longer available
* workspace: Don't try to use per-workspace MRU lists as a hint for focusing
* stack: make meta_window_raise() and meta_window_lower() smarter
* compositor: fix possible crash closing/destroying window . Fixes to previous commit.
* window: fix crash if workspace is null
* workspace-switcher: fix colors of selected workspace when compositing is disabled.
* build: silent build warnings for distcheck
* Remove unnecessary warnings about visible region
* meson: improvements
* Guard against null changes introduced by previous commit
* Introduce nullpointer checks and return null if validation fails
* util: meta_bug raises SIGABRT so it shouldn't return
* add meson build files to EXTRA_DIST
* remove warning: 'GTimeVal' is deprecated
* theme: avoid deprecated g_memmove
* frames: don't bother painting the background
-rw-r--r-- | wm/marco/Makefile | 4 | ||||
-rw-r--r-- | wm/marco/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/wm/marco/Makefile b/wm/marco/Makefile index d3081aaa5c4..22114620625 100644 --- a/wm/marco/Makefile +++ b/wm/marco/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2020/04/05 16:05:41 bsiegert Exp $ +# $NetBSD: Makefile,v 1.24 2020/08/16 03:54:46 gutteridge Exp $ .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= marco-${VERSION} +DISTNAME= marco-${VERSION:R}.1 CATEGORIES= wm COMMENT= Fork of GNOME Metacity diff --git a/wm/marco/distinfo b/wm/marco/distinfo index 6150d5f24af..3d0121b2fd6 100644 --- a/wm/marco/distinfo +++ b/wm/marco/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2020/04/05 16:05:41 bsiegert Exp $ +$NetBSD: distinfo,v 1.13 2020/08/16 03:54:46 gutteridge Exp $ -SHA1 (marco-1.24.0.tar.xz) = f1516aec99aebba177a5fc223e6816015eea18d9 -RMD160 (marco-1.24.0.tar.xz) = 5583ffc137b5e1d4eab3c39efbf926bf0108b0f5 -SHA512 (marco-1.24.0.tar.xz) = b257994c097f174fe83f3f0f4d6b6991e8c0f402daffd99f8a9521d588b609c56953e73dd4d143be64f5c9a4caa8d890ff30a120e18a9d5b36c6f856a7190428 -Size (marco-1.24.0.tar.xz) = 1827076 bytes +SHA1 (marco-1.24.1.tar.xz) = a5109201f9113f0d8802ece48d801e7a35fc5341 +RMD160 (marco-1.24.1.tar.xz) = ecf0cb023fdfee703ea0ff8d451293aa2edb8a5d +SHA512 (marco-1.24.1.tar.xz) = 55607898b64f0da3a85dd8d7fd092d847c8f67cefa096a63dbe074c197157a3d661fcb3f2a495b4425340b583b600cda3d1c92ac08b7327904dbd4aab8e92c85 +Size (marco-1.24.1.tar.xz) = 1860008 bytes SHA1 (patch-src_compositor_compositor-xrender.c) = 5cb7e98d8e2b1dda2842f422ad2268bb258c35ee SHA1 (patch-src_core_delete.c) = ace180e80d63bbf0a35abc18bf6501061e09d158 SHA1 (patch-src_core_keybindings.c) = 98235897926d017994e1fa01c754419d14432b08 |