pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xclipboard xclipboard: update to 1.1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a97159dbb46
branches:  trunk
changeset: 381686:3a97159dbb46
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 11 19:30:51 2022 +0000

description:
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

diffstat:

 x11/xclipboard/DESCR    |  6 ++++--
 x11/xclipboard/Makefile |  6 +++---
 x11/xclipboard/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 0553bda340c1 -r 3a97159dbb46 x11/xclipboard/DESCR
--- a/x11/xclipboard/DESCR      Mon Jul 11 19:11:57 2022 +0000
+++ b/x11/xclipboard/DESCR      Mon Jul 11 19:30:51 2022 +0000
@@ -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.
diff -r 0553bda340c1 -r 3a97159dbb46 x11/xclipboard/Makefile
--- a/x11/xclipboard/Makefile   Mon Jul 11 19:11:57 2022 +0000
+++ b/x11/xclipboard/Makefile   Mon Jul 11 19:30:51 2022 +0000
@@ -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/
diff -r 0553bda340c1 -r 3a97159dbb46 x11/xclipboard/distinfo
--- a/x11/xclipboard/distinfo   Mon Jul 11 19:11:57 2022 +0000
+++ b/x11/xclipboard/distinfo   Mon Jul 11 19:30:51 2022 +0000
@@ -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