pkgsrc-WIP-changes archive

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

xdg-utils: Delete, used to update misc/xdg-utils



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jul 1 18:55:00 2024 +0200
Changeset:	05f83d797910d7b77ed7c9e5f657e402a812395a

Modified Files:
	Makefile
Removed Files:
	xdg-utils/COMMIT_MSG
	xdg-utils/DESCR
	xdg-utils/Makefile
	xdg-utils/PLIST
	xdg-utils/distinfo

Log Message:
xdg-utils: Delete, used to update misc/xdg-utils

Thanks to <pin> for updating it!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=05f83d797910d7b77ed7c9e5f657e402a812395a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 -
 xdg-utils/COMMIT_MSG | 27 ---------------------------
 xdg-utils/DESCR      | 24 ------------------------
 xdg-utils/Makefile   | 45 ---------------------------------------------
 xdg-utils/PLIST      | 17 -----------------
 xdg-utils/distinfo   |  5 -----
 6 files changed, 119 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 8581dd08c6..5433b63419 100644
--- a/Makefile
+++ b/Makefile
@@ -5846,7 +5846,6 @@ SUBDIR+=	xcape
 SUBDIR+=	xcb-util-xrm-git
 SUBDIR+=	xchat2-tcl
 SUBDIR+=	xdg-desktop-portal
-SUBDIR+=	xdg-utils
 SUBDIR+=	xdiskusage
 SUBDIR+=	xebece
 SUBDIR+=	xemacs-hg
diff --git a/xdg-utils/COMMIT_MSG b/xdg-utils/COMMIT_MSG
deleted file mode 100644
index 1f6c1bf49e..0000000000
--- a/xdg-utils/COMMIT_MSG
+++ /dev/null
@@ -1,27 +0,0 @@
-xdg-utils: Update to 1.2.1
-
-pkgsrc changes:
-- Switch MASTER_SITES to freedesktop.org GitLab instance: newer releases are
-  published only there.
-
-Changes:
-1.2.1
------
-xdg-utils 1.2.1 contains three bugfixes.
-
-1.2.0
------
-xdg-utils 1.2.0 contains contributions from over 20 people (thankyou)
-some of the highlights are listed below.
-
-- better support for Plasma6, Deepin, LXQt
-- partial support for WSL / flatpak's
-- Numerous other fixes and improvements
-
-1.1.5
------
-Add support for Deepin
-
-1.1.4
------
-Better pcmanfm check
diff --git a/xdg-utils/DESCR b/xdg-utils/DESCR
deleted file mode 100644
index 2f64480399..0000000000
--- a/xdg-utils/DESCR
+++ /dev/null
@@ -1,24 +0,0 @@
-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.
diff --git a/xdg-utils/Makefile b/xdg-utils/Makefile
deleted file mode 100644
index 74a53b92cf..0000000000
--- a/xdg-utils/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2023/06/06 12:41:58 riastradh Exp $
-
-DISTNAME=	xdg-utils-1.2.1
-CATEGORIES=	misc
-MASTER_SITES=	https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/v${PKGVERSION_NOREV}/
-
-MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	https://www.freedesktop.org/wiki/Software/xdg-utils/
-COMMENT=	Tools to assist applications with various desktop integration tasks
-LICENSE=	mit
-
-WRKSRC=		${WRKDIR}/xdg-utils-v${PKGVERSION_NOREV}-356c380ad6fecc9ce6bea1f6a77986ba67402c80
-
-TOOL_DEPENDS+=	xmlto-[0-9]*:../../textproc/xmlto
-TOOL_DEPENDS+=	w3m-[0-9]*:../../www/w3m
-
-GNU_CONFIGURE=	yes
-USE_LANGUAGES=	# none
-USE_TOOLS+=	bash:run gmake ggrep:run gsed:run
-
-SUBST_CLASSES+=		gsed
-SUBST_FILES.gsed=	scripts/xdg-*.in
-SUBST_STAGE.gsed=	pre-configure
-SUBST_MESSAGE.gsed=	Use GNU grep/sed instead of grep/sed.
-SUBST_SED.gsed+=	-e "s, sed , ${TOOLS_PATH.gsed} ,g"
-SUBST_SED.gsed+=	-e "s, grep , ${TOOLS_PATH.ggrep} ,g"
-
-SUBST_CLASSES+=		paths
-SUBST_FILES.paths=	scripts/xdg-*.in
-SUBST_STAGE.paths=	pre-configure
-SUBST_MESSAGE.paths=	Avoid hardcoded paths.
-SUBST_SED.paths+=	-e "s,/usr/local,${PREFIX},g"
-SUBST_SED.paths+=	-e "s,/etc,${PKG_SYSCONFDIR},g"
-
-SUBST_CLASSES+=		man
-SUBST_FILES.man=	scripts/man/xdg-*.1
-SUBST_STAGE.man=	post-build
-SUBST_MESSAGE.man=	Clean up manpages.
-SUBST_SED.man+=		-e 's,^[ 	]*,,'
-SUBST_SED.man+=		-e '/^$$/d'
-
-# "foo > /dev/null 2> /dev/null" gives "foo: not found" with NetBSD's sh
-REPLACE_BASH+=	scripts/xdg-*
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/xdg-utils/PLIST b/xdg-utils/PLIST
deleted file mode 100644
index 671479a841..0000000000
--- a/xdg-utils/PLIST
+++ /dev/null
@@ -1,17 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2013/03/17 19:56:43 markd Exp $
-bin/xdg-desktop-icon
-bin/xdg-desktop-menu
-bin/xdg-email
-bin/xdg-icon-resource
-bin/xdg-mime
-bin/xdg-open
-bin/xdg-screensaver
-bin/xdg-settings
-man/man1/xdg-desktop-icon.1
-man/man1/xdg-desktop-menu.1
-man/man1/xdg-email.1
-man/man1/xdg-icon-resource.1
-man/man1/xdg-mime.1
-man/man1/xdg-open.1
-man/man1/xdg-screensaver.1
-man/man1/xdg-settings.1
diff --git a/xdg-utils/distinfo b/xdg-utils/distinfo
deleted file mode 100644
index 712265f20d..0000000000
--- a/xdg-utils/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:59:37 nia Exp $
-
-BLAKE2s (xdg-utils-1.2.1.tar.gz) = 7b21ef9af5d162262187a4f673073e55a1ed2bab2290e8c58e62b7f107d2e3e7
-SHA512 (xdg-utils-1.2.1.tar.gz) = c0b882f6e891a74239ad4924bf556074ba96eead059cfa675ceed681ff74c32100db8a6c6b12e866622009cd510d67b1c6dc807b1358ca9a58045d066c080ddc
-Size (xdg-utils-1.2.1.tar.gz) = 307670 bytes


Home | Main Index | Thread Index | Old Index