./x11/xclipboard, Manage the X server clipboard

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.4, Package name: xclipboard-1.1.4, Maintainer: lars.nordlund

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.


Required to build:
[pkgtools/x11-links] [devel/xorg-util-macros] [pkgtools/cwrappers]

Master sites:

Filesize: 125.891 KB

Version history: (Expand)


CVS history: (Expand)


   2022-07-11 21:30:51 by Thomas Klausner | Files touched by this commit (3) | Package updated
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
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2018-01-01 23:30:04 by Roland Illig | Files touched by this commit (537)
Log message:
Sort PLIST files.

Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
   2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670)
Log message:
Add SHA512 digests for distfiles for x11 category

Problems found locating distfiles:
        Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
        Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
        Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
        Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
        Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2013-09-06 10:16:18 by Thomas Klausner | Files touched by this commit (4)
Log message:
Import xclipboard-1.1.3 as x11/xclipboard, packaged for wip by larnor,
tnn, and myself.

Contains the xcutsel and xclipboard programs which help with managing the X
server clipboard.

This is from the modular X.org X11 project.