pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lxqt-build-tools: LXQt start update
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Mon Apr 17 09:39:00 2023 +0200
Changeset: 6be12ea68e859298475928ac5769e123b7486de9
Modified Files:
Makefile
Added Files:
lxqt-build-tools/DESCR
lxqt-build-tools/Makefile
lxqt-build-tools/PLIST
lxqt-build-tools/commit_msg
lxqt-build-tools/distinfo
Log Message:
lxqt-build-tools: LXQt start update
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6be12ea68e859298475928ac5769e123b7486de9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
lxqt-build-tools/DESCR | 2 ++
lxqt-build-tools/Makefile | 30 ++++++++++++++++++++++++++++++
lxqt-build-tools/PLIST | 35 +++++++++++++++++++++++++++++++++++
lxqt-build-tools/commit_msg | 5 +++++
lxqt-build-tools/distinfo | 5 +++++
6 files changed, 78 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 1aec9e705e..83d81e2514 100644
--- a/Makefile
+++ b/Makefile
@@ -2279,6 +2279,7 @@ SUBDIR+= lwc
SUBDIR+= lwtools
SUBDIR+= lxdm
SUBDIR+= lxmusic
+SUBDIR+= lxqt-build-tools
SUBDIR+= lzs-lkm
SUBDIR+= m4ri
SUBDIR+= mac-icon-standard
diff --git a/lxqt-build-tools/DESCR b/lxqt-build-tools/DESCR
new file mode 100644
index 0000000000..23dfbbfa43
--- /dev/null
+++ b/lxqt-build-tools/DESCR
@@ -0,0 +1,2 @@
+This package provides several tools needed to build LXQt itself
+as well as other components maintained by the LXQt project.
diff --git a/lxqt-build-tools/Makefile b/lxqt-build-tools/Makefile
new file mode 100644
index 0000000000..38368ce5ef
--- /dev/null
+++ b/lxqt-build-tools/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.25 2023/04/03 20:20:52 nros Exp $
+
+DISTNAME= lxqt-build-tools-0.13.0
+CATEGORIES= devel
+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/lxqt-build-tools/
+COMMENT= LXQt build tools
+LICENSE= modified-bsd
+
+USE_CMAKE= yes
+USE_TOOLS+= pkg-config perl
+USE_LANGUAGES= c c++ # Needed to satisfy cmake
+
+CONFIGURE_DIRS= build
+CMAKE_ARG_PATH= ..
+
+PKG_SYSCONFSUBDIR= xdg
+CMAKE_ARGS+= -DLXQT_ETC_XDG_DIR=${PKG_SYSCONFDIR}
+
+pre-configure:
+ ${MKDIR} -p ${WRKSRC}/build
+
+BUILDLINK_API_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.15.0
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-build-tools/PLIST b/lxqt-build-tools/PLIST
new file mode 100644
index 0000000000..1d35c7cb0c
--- /dev/null
+++ b/lxqt-build-tools/PLIST
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.4 2021/04/20 17:56:25 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/FindFontconfig.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/FindXTerm.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/FindXdgScreensaver.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
+share/cmake/lxqt-build-tools/modules/ECMFindModuleHelpers.cmake
+share/cmake/lxqt-build-tools/modules/LXQtAppTranslationLoader.cpp.in
+share/cmake/lxqt-build-tools/modules/LXQtCompilerSettings.cmake
+share/cmake/lxqt-build-tools/modules/LXQtConfigVars.cmake
+share/cmake/lxqt-build-tools/modules/LXQtCreatePkgConfigFile.cmake
+share/cmake/lxqt-build-tools/modules/LXQtCreatePortableHeaders.cmake
+share/cmake/lxqt-build-tools/modules/LXQtLibTranslationLoader.cpp.in
+share/cmake/lxqt-build-tools/modules/LXQtPluginTranslationLoader.cpp.in
+share/cmake/lxqt-build-tools/modules/LXQtPreventInSourceBuilds.cmake
+share/cmake/lxqt-build-tools/modules/LXQtTranslate.cmake
+share/cmake/lxqt-build-tools/modules/LXQtTranslateDesktop.cmake
+share/cmake/lxqt-build-tools/modules/LXQtTranslateDesktopYaml.pl
+share/cmake/lxqt-build-tools/modules/LXQtTranslateTs.cmake
+share/cmake/lxqt-build-tools/modules/LXQtTranslationLoader.cmake
+share/cmake/lxqt-build-tools/modules/Qt5TranslationLoader.cmake
+share/cmake/lxqt-build-tools/modules/Qt5TranslationLoader.cpp.in
diff --git a/lxqt-build-tools/commit_msg b/lxqt-build-tools/commit_msg
new file mode 100644
index 0000000000..818a79ad8a
--- /dev/null
+++ b/lxqt-build-tools/commit_msg
@@ -0,0 +1,5 @@
+devel/lxqt-build-tools: update to 0.13.0
+
+lxqt-build-tools-0.13.0 / 2023-04-15
+====================================
+ * Bumped minimum compatibility level to C++17.
diff --git a/lxqt-build-tools/distinfo b/lxqt-build-tools/distinfo
new file mode 100644
index 0000000000..bd19bbd665
--- /dev/null
+++ b/lxqt-build-tools/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.10 2022/11/10 00:53:13 gutteridge Exp $
+
+BLAKE2s (lxqt-build-tools-0.13.0.tar.xz) = 885126d731d55f59c8910a880e2f38ac84a8cc5082b33921c181a600244321c6
+SHA512 (lxqt-build-tools-0.13.0.tar.xz) = ffb300159d6bbbdbe9d43d261a5028342f24057c943cf8dab5093d53b72bf5700de8f545914d454993e949d64aba77e3d01cbe68e8a4b4f6ca9f9f9693de3e0b
+Size (lxqt-build-tools-0.13.0.tar.xz) = 25480 bytes
Home |
Main Index |
Thread Index |
Old Index