pkgsrc-WIP-changes archive

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

Add qtxdg-tools: part of LXQt-2.0.x



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon May 27 10:39:27 2024 +0200
Changeset:	00313f8c49b78e20d274e43494aa830baed092a2

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

Log Message:
Add qtxdg-tools: part of LXQt-2.0.x

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

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

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

diffs:
diff --git a/Makefile b/Makefile
index 9e2dff49b0..989cfc7ef4 100644
--- a/Makefile
+++ b/Makefile
@@ -4867,6 +4867,7 @@ SUBDIR+=	qtaccountsservice
 SUBDIR+=	qtfm
 SUBDIR+=	qtile
 SUBDIR+=	qtractor
+SUBDIR+=	qtxdg-tools
 SUBDIR+=	quantlib
 SUBDIR+=	quarkcoin
 SUBDIR+=	quex
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..0dccc38776
--- /dev/null
+++ b/qtxdg-tools/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.13 2024/04/06 08:07:14 wiz Exp $
+
+DISTNAME=	qtxdg-tools-4.0.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_CMAKE=	yes
+USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c c++
+
+CONFIGURE_DIRS=	build
+CMAKE_ARG_PATH=	..
+
+pre-configure:
+	${MKDIR} -p ${WRKSRC}/build
+
+TOOL_DEPENDS+=	lxqt-build-tools>=2.0.0:../../wip/lxqt2-build-tools
+TOOL_DEPENDS+=	qt6-qttools-[0-9]*:../../devel/qt6-qttools
+
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../wip/libqtxdg/buildlink3.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..0bb92bd94f
--- /dev/null
+++ b/qtxdg-tools/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.4 2023/11/14 00:34:41 gutteridge Exp $
+
+BLAKE2s (qtxdg-tools-4.0.0.tar.xz) = 061feaa561db097e982eaa351eb50c283f9de3863262ff74fe7ccf7700f3fa5a
+SHA512 (qtxdg-tools-4.0.0.tar.xz) = 0d3e3a4afa5a4a0a63b4e9c489b4b20688b5c6c79f6460d9d15dc519bdb911b14f4307e50cd236c20ab939c517eed2ba284295d4f05deb764facda4acad8f4d8
+Size (qtxdg-tools-4.0.0.tar.xz) = 16760 bytes


Home | Main Index | Thread Index | Old Index