pkgsrc-WIP-changes archive

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

Require correct version of build-tools



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon Apr 17 10:39:32 2023 +0200
Changeset:	85703b1ea3a330ce3a973c700c0c2a902da4533a

Modified Files:
	libqtxdg/Makefile
	qtxdg-tools/Makefile

Log Message:
Require correct version of build-tools

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

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

diffstat:
 libqtxdg/Makefile    | 2 +-
 qtxdg-tools/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/libqtxdg/Makefile b/libqtxdg/Makefile
index 9a3868e7e4..2cad96f27a 100644
--- a/libqtxdg/Makefile
+++ b/libqtxdg/Makefile
@@ -40,7 +40,7 @@ BUILDLINK_TRANSFORM.SunOS+=	rm:-fuse-linker-plugin
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
-TOOL_DEPENDS+=	lxqt-build-tools>=0.12.0:../../devel/lxqt-build-tools
+TOOL_DEPENDS+=	lxqt-build-tools>=0.13.0:../../devel/lxqt-build-tools
 TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
 .include "../../mk/bsd.prefs.mk"
diff --git a/qtxdg-tools/Makefile b/qtxdg-tools/Makefile
index 19d756c20e..954808c421 100644
--- a/qtxdg-tools/Makefile
+++ b/qtxdg-tools/Makefile
@@ -21,7 +21,7 @@ CMAKE_ARG_PATH=	..
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
-TOOL_DEPENDS+=	lxqt-build-tools>=0.12.0:../../devel/lxqt-build-tools
+TOOL_DEPENDS+=	lxqt-build-tools>=0.13.0:../../devel/lxqt-build-tools
 TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
 .include "../../x11/qt5-qtbase/buildlink3.mk"


Home | Main Index | Thread Index | Old Index