pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/xdg-utils



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Jul  1 16:54:30 UTC 2024

Modified Files:
        pkgsrc/misc/xdg-utils: Makefile distinfo
Removed Files:
        pkgsrc/misc/xdg-utils/patches: patch-scripts_xdg-settings.in

Log Message:
xdg-utils: Update to 1.2.1

pkgsrc changes:
- Switch MASTER_SITES to freedesktop.org GitLab instance: newer releases are
  published only there.
- G/C no longer needed patch

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

Patch / update done by <pin> via pkgsrc-wip with minor adjustments from
myself, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/misc/xdg-utils/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/xdg-utils/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/misc/xdg-utils/patches/patch-scripts_xdg-settings.in

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

Modified files:

Index: pkgsrc/misc/xdg-utils/Makefile
diff -u pkgsrc/misc/xdg-utils/Makefile:1.18 pkgsrc/misc/xdg-utils/Makefile:1.19
--- pkgsrc/misc/xdg-utils/Makefile:1.18 Tue Jun  6 12:41:58 2023
+++ pkgsrc/misc/xdg-utils/Makefile      Mon Jul  1 16:54:30 2024
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.18 2023/06/06 12:41:58 riastradh Exp $
+# $NetBSD: Makefile,v 1.19 2024/07/01 16:54:30 leot Exp $
 
-DISTNAME=      xdg-utils-1.1.3
-PKGREVISION=   3
+DISTNAME=      xdg-utils-1.2.1
 CATEGORIES=    misc
-MASTER_SITES=  https://portland.freedesktop.org/download/
+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
 

Index: pkgsrc/misc/xdg-utils/distinfo
diff -u pkgsrc/misc/xdg-utils/distinfo:1.12 pkgsrc/misc/xdg-utils/distinfo:1.13
--- pkgsrc/misc/xdg-utils/distinfo:1.12 Tue Oct 26 10:59:37 2021
+++ pkgsrc/misc/xdg-utils/distinfo      Mon Jul  1 16:54:30 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:59:37 nia Exp $
+$NetBSD: distinfo,v 1.13 2024/07/01 16:54:30 leot Exp $
 
-BLAKE2s (xdg-utils-1.1.3.tar.gz) = a38916ba157729ac14bc9b0f952acdb694ce931a44f08e2eb0162a2f4393840c
-SHA512 (xdg-utils-1.1.3.tar.gz) = d1f819a211eb4104a90dfdc6fedcb640fd46b15ccfc8762266f8f538c49d74cb00027b8c1af991fb2a200acb4379986ae375700e06a2aa08fb41a38f883acb3e
-Size (xdg-utils-1.1.3.tar.gz) = 297170 bytes
-SHA1 (patch-scripts_xdg-settings.in) = de48e90d70fd8d2ce274dde8ec99e3ffff11f871
+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