pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/xclock



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun 28 17:46:07 UTC 2026

Modified Files:
        pkgsrc/time/xclock: Makefile distinfo

Log Message:
xclock: update to 1.2.0.

This release adds new command line options -proportional, -analog24,
-help, --help, -version, and --version; and new X resources
analog24, amColor, pmColor, fixed1Color, fixed2Color, fixed3Color,
hourShape, minuteShape, secondShape, majorShape, minorShape,
amShape, pmShape, fixed1Shape, fixed2Shape, fixed3Shape, rotateAmpm,
zOrder, and proportional.  See the updated man page for details of each.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/time/xclock/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/time/xclock/distinfo

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

Modified files:

Index: pkgsrc/time/xclock/Makefile
diff -u pkgsrc/time/xclock/Makefile:1.16 pkgsrc/time/xclock/Makefile:1.17
--- pkgsrc/time/xclock/Makefile:1.16    Sun Nov 12 13:23:45 2023
+++ pkgsrc/time/xclock/Makefile Sun Jun 28 17:46:07 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2023/11/12 13:23:45 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2026/06/28 17:46:07 wiz Exp $
 
-DISTNAME=      xclock-1.1.1
-PKGREVISION=   2
+DISTNAME=      xclock-1.2.0
 CATEGORIES=    time x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz
@@ -12,14 +11,11 @@ COMMENT=    Analog / digital clock for X
 
 PREV_PKGPATH=  x11/xclock
 
-GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 
-CONFIGURE_ENV+=        APP_MAN_SUFFIX=1
-LDFLAGS+=      ${BUILDLINK_LDADD.iconv}
-
-MAKE_FLAGS+=           appdefaultdir=${PREFIX}/lib/X11/app-defaults
+CFLAGS+=       -DNO_I18N
 
+.include "../../devel/meson/build.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXaw/buildlink3.mk"

Index: pkgsrc/time/xclock/distinfo
diff -u pkgsrc/time/xclock/distinfo:1.10 pkgsrc/time/xclock/distinfo:1.11
--- pkgsrc/time/xclock/distinfo:1.10    Fri Apr  8 06:16:20 2022
+++ pkgsrc/time/xclock/distinfo Sun Jun 28 17:46:07 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/04/08 06:16:20 wiz Exp $
+$NetBSD: distinfo,v 1.11 2026/06/28 17:46:07 wiz Exp $
 
-BLAKE2s (xclock-1.1.1.tar.xz) = eb5de3d30609ddd900f05f6f4b247b93519fba388c591c5cf2538cffb5e64e46
-SHA512 (xclock-1.1.1.tar.xz) = 059ea986bc7537c2796e8855676e8357bd8a7852fbac0839b3f8a9e3ffa088de41bc4e4961973353f0a7b7293366b81bc764d74f3dc4e90e361da06185d976e7
-Size (xclock-1.1.1.tar.xz) = 159556 bytes
+BLAKE2s (xclock-1.2.0.tar.xz) = cf90e7c198a852fcec29abd376ad33bc377a210bbda7ffc042958af5fe7ae355
+SHA512 (xclock-1.2.0.tar.xz) = acfe4000fc84f511145404ef1f98058d0cdd1d2238942a7a4beaf4781238c2085364e78449418fa46e7957700befeb720efa6f49382e1f8a5759829456d391c2
+Size (xclock-1.2.0.tar.xz) = 177848 bytes



Home | Main Index | Thread Index | Old Index