pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qtxdg-tools qtxdg-tools: add version 3.9.1 (split ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffe43363ef7e
branches:  trunk
changeset: 379028:ffe43363ef7e
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed May 11 00:19:30 2022 +0000

description:
qtxdg-tools: add version 3.9.1 (split out from libqtxdg)

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.

diffstat:

 x11/qtxdg-tools/DESCR    |   1 +
 x11/qtxdg-tools/Makefile |  29 +++++++++++++++++++++++++++++
 x11/qtxdg-tools/PLIST    |   6 ++++++
 x11/qtxdg-tools/distinfo |   5 +++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r 9302df30fdcc -r ffe43363ef7e x11/qtxdg-tools/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qtxdg-tools/DESCR     Wed May 11 00:19:30 2022 +0000
@@ -0,0 +1,1 @@
+User tools for libqtxdg.
diff -r 9302df30fdcc -r ffe43363ef7e x11/qtxdg-tools/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qtxdg-tools/Makefile  Wed May 11 00:19:30 2022 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2022/05/11 00:19:30 gutteridge Exp $
+
+DISTNAME=      qtxdg-tools-3.9.1
+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.11.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 -r 9302df30fdcc -r ffe43363ef7e x11/qtxdg-tools/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qtxdg-tools/PLIST     Wed May 11 00:19:30 2022 +0000
@@ -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 -r 9302df30fdcc -r ffe43363ef7e x11/qtxdg-tools/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qtxdg-tools/distinfo  Wed May 11 00:19:30 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/11 00:19:30 gutteridge Exp $
+
+BLAKE2s (qtxdg-tools-3.9.1.tar.xz) = cd0d399c6a3f91b9f190667a85b48aa4ce86c2e56b42a7c3b227a8c7a23e3f0b
+SHA512 (qtxdg-tools-3.9.1.tar.xz) = f5bea93ad927967edf13c07ee39a24297fbe06d03e450557afd519b26c3eeed6c9347747efbdc2e0c201a4d51f66cd80a5f2da143544149375d89f36baab5c3f
+Size (qtxdg-tools-3.9.1.tar.xz) = 16688 bytes



Home | Main Index | Thread Index | Old Index