pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xsetroot



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul 10 17:54:47 UTC 2026

Modified Files:
        pkgsrc/x11/xsetroot: Makefile distinfo

Log Message:
xsetroot: update to 1.1.4.

Alan Coopersmith (8):
      -help should exit(0) not (1)
      Accept --help & --version as aliases to -help & -version
      Improve man page formatting
      man page: fix warnings from `mandoc -T lint`
      gitlab CI: drop the ci-fairy check-mr job
      Strip trailing whitespace from source files
      meson: Add option to build with meson
      xsetroot 1.1.4


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xsetroot/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xsetroot/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/xsetroot/Makefile
diff -u pkgsrc/x11/xsetroot/Makefile:1.12 pkgsrc/x11/xsetroot/Makefile:1.13
--- pkgsrc/x11/xsetroot/Makefile:1.12   Wed Nov  9 13:14:31 2022
+++ pkgsrc/x11/xsetroot/Makefile        Fri Jul 10 17:54:47 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2022/11/09 13:14:31 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2026/07/10 17:54:47 wiz Exp $
 
-DISTNAME=              xsetroot-1.1.3
+DISTNAME=              xsetroot-1.1.4
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz
@@ -9,11 +9,9 @@ MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
 COMMENT=               X root window parameter setting program
 
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
-CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
-
+.include "../../devel/meson/build.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"
 .include "../../x11/xbitmaps/buildlink3.mk"

Index: pkgsrc/x11/xsetroot/distinfo
diff -u pkgsrc/x11/xsetroot/distinfo:1.10 pkgsrc/x11/xsetroot/distinfo:1.11
--- pkgsrc/x11/xsetroot/distinfo:1.10   Sun Oct 30 01:05:24 2022
+++ pkgsrc/x11/xsetroot/distinfo        Fri Jul 10 17:54:47 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/10/30 01:05:24 wiz Exp $
+$NetBSD: distinfo,v 1.11 2026/07/10 17:54:47 wiz Exp $
 
-BLAKE2s (xsetroot-1.1.3.tar.xz) = 6f12231728aac4d430160915d557cf00f435913c1477645544d25879e4979bcb
-SHA512 (xsetroot-1.1.3.tar.xz) = f333d1bfd92bb943044da36331ae2cf68a811c8f3891719d9ebc1749e2dd0c67068f86face0794c3c4ae584c4dd189bad4998dccb38fe1ac37a8921e5713e7c0
-Size (xsetroot-1.1.3.tar.xz) = 123200 bytes
+BLAKE2s (xsetroot-1.1.4.tar.xz) = ee7a1fed89cc760664c7f928174e2c303102bfec5a454656995bd585d92f7df1
+SHA512 (xsetroot-1.1.4.tar.xz) = 76f2ba25e7e312337cf28013470b814b9db0aa67777d8463b360177e374ef1195af867e85cccb848694466de7d7e9804dcd905c59c87a5d25aff72386e163573
+Size (xsetroot-1.1.4.tar.xz) = 129272 bytes



Home | Main Index | Thread Index | Old Index