pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/lxqt-build-tools
Module Name: pkgsrc
Committed By: pin
Date: Mon Jun 1 10:20:48 UTC 2020
Modified Files:
pkgsrc/devel/lxqt-build-tools: Makefile PLIST distinfo
Log Message:
devel/lxqt-build-tools: update to 0.7.0
lxqt-build-tools-0.7.0 / 2020-04-21
===================================
* Bump version to 0.7.0.
* Initial support for Xcode (AppleClang and ld64).
* Added a section for settings related to CMake build.
* Set C++ extensions to be disabled.
* Forbid string casts in LXQtCompilerSettings.
* Added a FindClazy CMake module.
* Enabled Clazy option when building with clang.
* Adds CMake find modules for some xdg-utils tools.
* The minimum Qt version is bumped to 5.10.0.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/lxqt-build-tools/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/lxqt-build-tools/PLIST \
pkgsrc/devel/lxqt-build-tools/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/lxqt-build-tools/Makefile
diff -u pkgsrc/devel/lxqt-build-tools/Makefile:1.5 pkgsrc/devel/lxqt-build-tools/Makefile:1.6
--- pkgsrc/devel/lxqt-build-tools/Makefile:1.5 Wed Apr 22 08:31:54 2020
+++ pkgsrc/devel/lxqt-build-tools/Makefile Mon Jun 1 10:20:48 2020
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2020/04/22 08:31:54 pin Exp $
+# $NetBSD: Makefile,v 1.6 2020/06/01 10:20:48 pin Exp $
-DISTNAME= lxqt-build-tools-0.6.0
-PKGREVISION= 3
+VERSION= 0.7.0
+DISTNAME= lxqt-build-tools-${VERSION}
CATEGORIES= devel
-MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-build-tools/0.6.0/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/lxqt-build-tools/releases/download/${VERSION}/}
EXTRACT_SUFX= .tar.xz
-MAINTAINER= pin%NetBSD.org@localhost
-HOMEPAGE= https://lxqt.org/
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/lxqt/lxqt-build-tools/
COMMENT= LXQt build tools
LICENSE= modified-bsd
@@ -24,4 +24,5 @@ pre-configure:
${MKDIR} -p ${WRKSRC}/build
.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/lxqt-build-tools/PLIST
diff -u pkgsrc/devel/lxqt-build-tools/PLIST:1.1 pkgsrc/devel/lxqt-build-tools/PLIST:1.2
--- pkgsrc/devel/lxqt-build-tools/PLIST:1.1 Sun Feb 16 20:29:06 2020
+++ pkgsrc/devel/lxqt-build-tools/PLIST Mon Jun 1 10:20:48 2020
@@ -1,11 +1,16 @@
-@comment $NetBSD: PLIST,v 1.1 2020/02/16 20:29:06 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/06/01 10:20:48 pin Exp $
bin/lxqt-transupdate
+share/cmake/lxqt-build-tools/find-modules/FindClazy.cmake
share/cmake/lxqt-build-tools/find-modules/FindExif.cmake
share/cmake/lxqt-build-tools/find-modules/FindGLIB.cmake
share/cmake/lxqt-build-tools/find-modules/FindMenuCache.cmake
share/cmake/lxqt-build-tools/find-modules/FindUDev.cmake
share/cmake/lxqt-build-tools/find-modules/FindXCB.cmake
share/cmake/lxqt-build-tools/find-modules/FindXKBCommon.cmake
+share/cmake/lxqt-build-tools/find-modules/FindXdgEmail.cmake
+share/cmake/lxqt-build-tools/find-modules/FindXdgMime.cmake
+share/cmake/lxqt-build-tools/find-modules/FindXdgOpen.cmake
+share/cmake/lxqt-build-tools/find-modules/FindXdgSettings.cmake
share/cmake/lxqt-build-tools/find-modules/FindXdgUserDirs.cmake
share/cmake/lxqt-build-tools/lxqt-build-tools-config-version.cmake
share/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake
Index: pkgsrc/devel/lxqt-build-tools/distinfo
diff -u pkgsrc/devel/lxqt-build-tools/distinfo:1.1 pkgsrc/devel/lxqt-build-tools/distinfo:1.2
--- pkgsrc/devel/lxqt-build-tools/distinfo:1.1 Sun Feb 16 20:29:06 2020
+++ pkgsrc/devel/lxqt-build-tools/distinfo Mon Jun 1 10:20:48 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/02/16 20:29:06 gutteridge Exp $
+$NetBSD: distinfo,v 1.2 2020/06/01 10:20:48 pin Exp $
-SHA1 (lxqt-build-tools-0.6.0.tar.xz) = 15837b6a805400b4bbd066fe2f70ff4c234ce4e0
-RMD160 (lxqt-build-tools-0.6.0.tar.xz) = 741945a320ffc27e18e7046f1b30fd2d1fceb7cc
-SHA512 (lxqt-build-tools-0.6.0.tar.xz) = f95c47d40f26defa8bc4e13a0449428945c282cb5e2201610e9529bfd5154a438ee9dcc4f556bd76efe13b97533bbed2f49ab5c100225907781093094a692227
-Size (lxqt-build-tools-0.6.0.tar.xz) = 22520 bytes
+SHA1 (lxqt-build-tools-0.7.0.tar.xz) = eee39779e3b7bd0ed7c75b7539cd160ce07941ba
+RMD160 (lxqt-build-tools-0.7.0.tar.xz) = 494680cd92a91199c2eb04c22a7fff5e1df859ce
+SHA512 (lxqt-build-tools-0.7.0.tar.xz) = 7b6fd30e6ae8355ae36be55f8f7d47d78f507c11ebd9cbdd1d2ce5f14db68b845ad0bb8ca05fa1122bfd4c41f6dc792dff5100dcb8e61167517c3704527c7cde
+Size (lxqt-build-tools-0.7.0.tar.xz) = 24436 bytes
Home |
Main Index |
Thread Index |
Old Index