pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xcursorgen



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 19 06:37:41 UTC 2025

Modified Files:
        pkgsrc/x11/xcursorgen: Makefile distinfo

Log Message:
xcursorgen: update to 1.0.9.

This release adds support for building with meson as well as autoconf.
Please test building with meson and report any issues you hit to:
  https://gitlab.freedesktop.org/xorg/app/xcursorgen/-/issues
as we plan on removing the autoconf build support in a future release.

Alan Coopersmith (3):
      meson: Add option to build with meson
      Improve man page formatting
      xcursorgen 1.0.9


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/xcursorgen/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xcursorgen/distinfo

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

Modified files:

Index: pkgsrc/x11/xcursorgen/Makefile
diff -u pkgsrc/x11/xcursorgen/Makefile:1.29 pkgsrc/x11/xcursorgen/Makefile:1.30
--- pkgsrc/x11/xcursorgen/Makefile:1.29 Sun Dec  4 15:30:18 2022
+++ pkgsrc/x11/xcursorgen/Makefile      Mon May 19 06:37:41 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2022/12/04 15:30:18 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2025/05/19 06:37:41 wiz Exp $
 
-DISTNAME=      xcursorgen-1.0.8
+DISTNAME=      xcursorgen-1.0.9
 CATEGORIES=    x11 graphics
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz
@@ -9,9 +9,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://cgit.freedesktop.org/xorg/app/xcursorgen/
 COMMENT=       Prepare X11 cursor sets for use with libXcursor
 
-GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 
+.include "../../devel/meson/build.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXcursor/buildlink3.mk"

Index: pkgsrc/x11/xcursorgen/distinfo
diff -u pkgsrc/x11/xcursorgen/distinfo:1.10 pkgsrc/x11/xcursorgen/distinfo:1.11
--- pkgsrc/x11/xcursorgen/distinfo:1.10 Sun Dec  4 15:30:18 2022
+++ pkgsrc/x11/xcursorgen/distinfo      Mon May 19 06:37:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/12/04 15:30:18 wiz Exp $
+$NetBSD: distinfo,v 1.11 2025/05/19 06:37:41 wiz Exp $
 
-BLAKE2s (xcursorgen-1.0.8.tar.xz) = e9fd3494ed01861bf1354984755cf3d85edc7c29db9e5b8eda0c393b1a31f5ff
-SHA512 (xcursorgen-1.0.8.tar.xz) = dede5b9e1e09f9253365bbb83fdab26c681641913f3586cef52d4802db9cecc7e252344911cd969a873c3a5c5ebbd4b862f786de263f92ea1bcb2df90236f9c4
-Size (xcursorgen-1.0.8.tar.xz) = 123208 bytes
+BLAKE2s (xcursorgen-1.0.9.tar.xz) = d4d535b1c811affe7e10e0e03912b6e8a0f37c2fb67b1c543fc83c7b4337509d
+SHA512 (xcursorgen-1.0.9.tar.xz) = d40b96d6f60ee3815ef8ed6217028b39b127f200415661e39cf23af89662aafc6783f9e311f8021fe1a5ccfbc47610909796e569991e6680b8c2133401af476e
+Size (xcursorgen-1.0.9.tar.xz) = 126956 bytes



Home | Main Index | Thread Index | Old Index