./x11/appres, Print resources seen by an application

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


Branch: CURRENT, Version: 1.0.7, Package name: appres-1.0.7, Maintainer: pkgsrc-users

The appres program prints the resources seen by an application (or
subhierarchy of an application) with the specified class and instance
names. It can be used to determine which resources a particular
program will load.

This is from the modular X.org X11 project.


Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers]

Master sites:

Filesize: 117.949 KB

Version history: (Expand)


CVS history: (Expand)


   2024-06-16 21:02:47 by Thomas Klausner | Files touched by this commit (1)
Log message:
appres: switch to building using meson
   2024-06-16 21:00:52 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
appres: update to 1.0.7.

This release includes support for building with meson as well as autoconf.
Please test building with meson and report any issues you hit to our
gitlab issue tracker at:
https://gitlab.freedesktop.org/xorg/app/appres/-/issues
as we plan on removing the autoconf build support in a future release.

Alan Coopersmith (5):
      gitlab CI: stop requiring Signed-off-by in commits
      Accept -help, -version, & -V without requiring display to open
      configure: use @-style substitutions for man pages instead of __-style
      meson: Add a meson build system
      appres 1.0.7
   2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223)
Log message:
Reset MAINTAINER
   2022-04-03 21:03:22 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
appres: update to 1.0.6.

Alan Coopersmith (6):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Use _CONST_X_STRING to make libXt declare String as const char *
      Build xz tarballs instead of bzip2
      gitlab CI: add a basic build test
      appres 1.0.6
   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-03-05 10:27:12 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
appres: update to 1.0.5.

Alan Coopersmith (4):
      Print which option was in error along with usage message
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      appres 1.0.5

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