pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/wm/marco



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Aug 16 03:54:46 UTC 2020

Modified Files:
        pkgsrc/wm/marco: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/wm/marco/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/wm/marco/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/marco/Makefile
diff -u pkgsrc/wm/marco/Makefile:1.23 pkgsrc/wm/marco/Makefile:1.24
--- pkgsrc/wm/marco/Makefile:1.23       Sun Apr  5 16:05:41 2020
+++ pkgsrc/wm/marco/Makefile    Sun Aug 16 03:54:46 2020
@@ -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

Index: pkgsrc/wm/marco/distinfo
diff -u pkgsrc/wm/marco/distinfo:1.12 pkgsrc/wm/marco/distinfo:1.13
--- pkgsrc/wm/marco/distinfo:1.12       Sun Apr  5 16:05:41 2020
+++ pkgsrc/wm/marco/distinfo    Sun Aug 16 03:54:46 2020
@@ -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



Home | Main Index | Thread Index | Old Index