pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xclipboard
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 11 19:30:51 UTC 2022
Modified Files:
pkgsrc/x11/xclipboard: DESCR Makefile distinfo
Log Message:
xclipboard: update to 1.1.4.
Alan Coopersmith (12):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Use _CONST_X_STRING to make libXt declare String as const char *
Fix another -Wdiscarded-qualifiers warning
Fix a -Wformat-truncation warning
NewCurrentClipContents: fix a -Wnull-dereference warning
NewClip: use calloc instead of manually setting values to 0 after malloc
xclipboard 1.1.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xclipboard/DESCR
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xclipboard/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xclipboard/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/xclipboard/DESCR
diff -u pkgsrc/x11/xclipboard/DESCR:1.1 pkgsrc/x11/xclipboard/DESCR:1.2
--- pkgsrc/x11/xclipboard/DESCR:1.1 Fri Sep 6 08:16:18 2013
+++ pkgsrc/x11/xclipboard/DESCR Mon Jul 11 19:30:51 2022
@@ -1,4 +1,6 @@
-Contains the xcutsel and xclipboard programs which help with managing the X
-server clipboard.
+xclipboard is used to collect and display text selections that are
+sent to the CLIPBOARD by other clients. It is typically used to
+save CLIPBOARD selections for later use. It stores each CLIPBOARD
+selection as a separate string, each of which can be selected.
This is from the modular X.org X11 project.
Index: pkgsrc/x11/xclipboard/Makefile
diff -u pkgsrc/x11/xclipboard/Makefile:1.2 pkgsrc/x11/xclipboard/Makefile:1.3
--- pkgsrc/x11/xclipboard/Makefile:1.2 Sat Jan 18 23:35:58 2020
+++ pkgsrc/x11/xclipboard/Makefile Mon Jul 11 19:30:51 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 23:35:58 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2022/07/11 19:30:51 wiz Exp $
-DISTNAME= xclipboard-1.1.3
+DISTNAME= xclipboard-1.1.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= lars.nordlund%hem.utfors.se@localhost
HOMEPAGE= https://xorg.freedesktop.org/
Index: pkgsrc/x11/xclipboard/distinfo
diff -u pkgsrc/x11/xclipboard/distinfo:1.4 pkgsrc/x11/xclipboard/distinfo:1.5
--- pkgsrc/x11/xclipboard/distinfo:1.4 Tue Oct 26 11:34:35 2021
+++ pkgsrc/x11/xclipboard/distinfo Mon Jul 11 19:30:51 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:34:35 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/07/11 19:30:51 wiz Exp $
-BLAKE2s (xclipboard-1.1.3.tar.bz2) = 2ed319bf222853e559f10a2504b9363ab4df49a2c8ef4108ba8a0499b7b101d5
-SHA512 (xclipboard-1.1.3.tar.bz2) = 84a51d11851756422eb23e67b2721d2bcb2ac248fa32c0837423b6169144dff76717c22611ad3c93633e09a44dc70c847a2470d3988eff0b24d77e252a4e147e
-Size (xclipboard-1.1.3.tar.bz2) = 132406 bytes
+BLAKE2s (xclipboard-1.1.4.tar.xz) = c8ce4fc838b6df8c7f683f68c95eb94aa06eee05b8740913c9a228ee1a5b8286
+SHA512 (xclipboard-1.1.4.tar.xz) = efa7800e0c4fb0242362c4263d80182d591bded07d1064a36b157b6202b15b0c82f083658ced2b82392eca905fb57c04a537d67e75c1237a1667ed2ce0cb09fe
+Size (xclipboard-1.1.4.tar.xz) = 128912 bytes
Home |
Main Index |
Thread Index |
Old Index