./misc/xdg-utils, Tools to assist applications with various desktop integration tasks

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


Branch: CURRENT, Version: 1.1.3nb3, Package name: xdg-utils-1.1.3nb3, Maintainer: leot

The xdg-utils package is a set of simple scripts that provide basic
desktop integration functions for any Free Desktop, such as Linux.

They are intended to provide a set of defacto standards. This means
that:

* Third party software developers can rely on these xdg-utils for
all of their simple integration needs.

* Developers of desktop environments can make sure that their
environments are well supported

If a desktop developer wants to be certain that their environment
functions with all third party software, then can simply make sure
that these utilities work properly in their environment. This will
hopefully mean that 'third tier' window managers such as XFCE and
Blackbox can reach full parity with Gnome and KDE in terms of third
party ISV support.

* Distribution vendors can provide custom versions of these utilities

If a distribution vendor wishes to have unusual systems, they can
provide custom scripts, and the third party software should still
continue to work.


Required to run:
[textproc/gsed] [shells/bash]

Required to build:
[textproc/xmlto] [www/w3m] [pkgtools/cwrappers]

Master sites:

Filesize: 290.205 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums

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

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
   2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Remove SHA1 hashes for distfiles
   2020-03-30 21:04:21 by Iain Hibbert | Files touched by this commit (1)
Log message:
Clean up the unreadable manpages, by removing blank lines and leading spaces
   2020-03-12 18:23:12 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
xdg-utils: update to 1.1.3nb2.

Fix unportable test(1) operator in installed script.
   2018-10-17 10:39:13 by Jonathan Perkin | Files touched by this commit (5)
Log message:
*: Replace custom tool setup with new ggrep.
   2018-08-20 02:43:33 by Leonardo Taccari | Files touched by this commit (1)
Log message:
xdg-utils: Avoid hardcoded paths via a SUBST

Previously all xdg-utils scripts just honored system /usr/local and /etc, fix
that by substitute them via SUBST framework.

Bump PKGREVISION
   2018-05-12 12:11:49 by Leonardo Taccari | Files touched by this commit (2)
Log message:
xdg-utils: Update misc/xdg-utils to 1.1.3

pkgsrc changes:
 - Update HOMEPAGE (follow redirects)
 - Take MAINTAINERship

Changes:
xdg-utils 1.1.3
---------------
   * xdg-open: Add Deepin Desktop Environment support (BR106143)
   * xdg-open: use pcmanfm only if it is available (BR106161)
   * xdg-open: Argument injection in xdg-open open_envvar (BR103807)
   * xdg-settings: check_browser is broken under kde when just the binary is \ 
specified (BR106343)
   * xdg-open: Fixes LXQt behavior (BR81674,BR103146)
   * xdg-mime awk script syntax error (BR104298)