pkgsrc-WIP-changes archive

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

LXQT: qtxdg-tools



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Wed Nov 13 10:55:22 2024 +0100
Changeset:	48015a160416bbc0b2ae43a5310e764c26479754

Modified Files:
	Makefile
Added Files:
	qtxdg-tools/COMMIT_MSG
	qtxdg-tools/DESCR
	qtxdg-tools/Makefile
	qtxdg-tools/PLIST
	qtxdg-tools/distinfo

Log Message:
LXQT: qtxdg-tools

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

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

diffstat:
 Makefile               |  1 +
 qtxdg-tools/COMMIT_MSG |  5 +++++
 qtxdg-tools/DESCR      |  7 +++++++
 qtxdg-tools/Makefile   | 23 +++++++++++++++++++++++
 qtxdg-tools/PLIST      |  6 ++++++
 qtxdg-tools/distinfo   |  5 +++++
 6 files changed, 47 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 98af0119ca..4c437b372d 100644
--- a/Makefile
+++ b/Makefile
@@ -4938,6 +4938,7 @@ SUBDIR+=	qtaccountsservice
 SUBDIR+=	qtfm
 SUBDIR+=	qtile
 SUBDIR+=	qtractor
+SUBDIR+=	qtxdg-tools
 SUBDIR+=	quantlib
 SUBDIR+=	quarkcoin
 SUBDIR+=	quex
diff --git a/qtxdg-tools/COMMIT_MSG b/qtxdg-tools/COMMIT_MSG
new file mode 100644
index 0000000000..de61c1861b
--- /dev/null
+++ b/qtxdg-tools/COMMIT_MSG
@@ -0,0 +1,5 @@
+x11/qtxdg-tools: update to 4.1.0
+
+qtxdg-tools-4.1.0 / 2024-11-05
+===============================
+ * Do not include `file://` when opening local files.
diff --git a/qtxdg-tools/DESCR b/qtxdg-tools/DESCR
new file mode 100644
index 0000000000..83116f9243
--- /dev/null
+++ b/qtxdg-tools/DESCR
@@ -0,0 +1,7 @@
+User tools for libqtxdg. qtxdg-tools contains a CLI MIME tool, qtxdg-mat,
+for handling file associations and opening files with their default
+applications.
+
+It is maintained by the LXQt project and needed by LXQt Session, in
+order to be used by xdg-utils. Yet it can be used independently from
+LXQt, too.
diff --git a/qtxdg-tools/Makefile b/qtxdg-tools/Makefile
new file mode 100644
index 0000000000..fdd4b382df
--- /dev/null
+++ b/qtxdg-tools/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.18 2024/11/01 12:55:16 wiz Exp $
+
+DISTNAME=	qtxdg-tools-4.1.0
+CATEGORIES=	x11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=lxqt/}
+GITHUB_RELEASE=	${PKGVERSION_NOREV}
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/lxqt/qtxdg-tools/
+COMMENT=	User tools for LXQt components
+LICENSE=	gnu-lgpl-v2.1
+
+USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c c++
+
+TOOL_DEPENDS+=	lxqt-build-tools>=2.1.0:../../devel/lxqt-build-tools
+TOOL_DEPENDS+=	qt6-qttools-[0-9]*:../../devel/qt6-qttools
+
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../x11/libqtxdg/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/qtxdg-tools/PLIST b/qtxdg-tools/PLIST
new file mode 100644
index 0000000000..2f07a082a7
--- /dev/null
+++ b/qtxdg-tools/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/11 00:19:30 gutteridge Exp $
+bin/qtxdg-mat
+share/cmake/qtxdg-tools/qtxdg-tools-config-version.cmake
+share/cmake/qtxdg-tools/qtxdg-tools-config.cmake
+share/cmake/qtxdg-tools/qtxdg-tools-targets-release.cmake
+share/cmake/qtxdg-tools/qtxdg-tools-targets.cmake
diff --git a/qtxdg-tools/distinfo b/qtxdg-tools/distinfo
new file mode 100644
index 0000000000..b7140a34b4
--- /dev/null
+++ b/qtxdg-tools/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.5 2024/08/02 16:55:39 pin Exp $
+
+BLAKE2s (qtxdg-tools-4.1.0.tar.xz) = b87b44091b120120eae764143f6ab824cefab715eaf35d23e0fb4bcf00fefdfd
+SHA512 (qtxdg-tools-4.1.0.tar.xz) = 0293293d66760199c79634eeac7483640b6ba683d440d3d8bd738be2638a8b3a6f22007d65fc763141803d0ce3684dc8d535a6701eb3122bb03a74a6ae79fcd3
+Size (qtxdg-tools-4.1.0.tar.xz) = 16796 bytes


Home | Main Index | Thread Index | Old Index