pkgsrc-WIP-changes archive

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

qtxdg-tools: LXQt update



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon Apr 17 10:33:58 2023 +0200
Changeset:	357ea2764156f302f856610052516386d606e2a9

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

Log Message:
qtxdg-tools: LXQt update

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

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/commit_msg |  5 +++++
 qtxdg-tools/distinfo   |  5 +++++
 6 files changed, 53 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 35b8be596b..827e863f76 100644
--- a/Makefile
+++ b/Makefile
@@ -4983,6 +4983,7 @@ SUBDIR+=	qt6-qtwayland
 SUBDIR+=	qtaccountsservice
 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..19d756c20e
--- /dev/null
+++ b/qtxdg-tools/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.5 2023/04/03 20:21:34 nros Exp $
+
+DISTNAME=	qtxdg-tools-3.11.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>=0.12.0:../../devel/lxqt-build-tools
+TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/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/commit_msg b/qtxdg-tools/commit_msg
new file mode 100644
index 0000000000..0bcf87a110
--- /dev/null
+++ b/qtxdg-tools/commit_msg
@@ -0,0 +1,5 @@
+x11/qtxdg-tools: update to 3.11.0
+
+qtxdg-tools-3.11.0 / 2023-04-15
+===============================
+ * Updated for libqtxdg-3.11.
diff --git a/qtxdg-tools/distinfo b/qtxdg-tools/distinfo
new file mode 100644
index 0000000000..ffb15f78f6
--- /dev/null
+++ b/qtxdg-tools/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.2 2022/11/10 01:03:34 gutteridge Exp $
+
+BLAKE2s (qtxdg-tools-3.11.0.tar.xz) = 9816a2f334e30dbb6979ac4b7aed0e67a442c63c653dc79a685a8bf8f9d72e87
+SHA512 (qtxdg-tools-3.11.0.tar.xz) = da88f36130b7c23d1553bce252ddc783ae30ba91cd55fba065702376f6cc9c0353c0ad4bb099ed1b65964bd9d476ae431bfde46df110bccec832d3f57cbaa7f3
+Size (qtxdg-tools-3.11.0.tar.xz) = 16716 bytes


Home | Main Index | Thread Index | Old Index