lxqt-build-tools-qt5: added

This commit is contained in:
mac-a-r0ni 2024-07-29 01:34:25 -04:00
parent 304f29b695
commit 0c5d2c4717
3 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1,41 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/lxqt-transupdate
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/cmake/
drwxr-xr-x root/root usr/share/cmake/lxqt-build-tools/
drwxr-xr-x root/root usr/share/cmake/lxqt-build-tools/find-modules/
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindClazy.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindExif.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindFontconfig.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindGLIB.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindMenuCache.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindUDev.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXCB.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXKBCommon.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXTerm.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXdgEmail.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXdgMime.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXdgOpen.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXdgScreensaver.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXdgSettings.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXdgUserDirs.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/lxqt-build-tools-config-version.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake
drwxr-xr-x root/root usr/share/cmake/lxqt-build-tools/modules/
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/ECMFindModuleHelpers.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtAppTranslationLoader.cpp.in
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtCompilerSettings.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtConfigVars.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtCreatePkgConfigFile.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtCreatePortableHeaders.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtLibTranslationLoader.cpp.in
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtPluginTranslationLoader.cpp.in
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtPreventInSourceBuilds.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtTranslate.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtTranslateDesktop.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtTranslateDesktopYaml.pl
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtTranslateTs.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtTranslationLoader.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/Qt5TranslationLoader.cmake
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/Qt5TranslationLoader.cpp.in

View File

@ -0,0 +1,4 @@
untrusted comment: verify with /etc/ports/lxqt.pub
RWSobSt/++EYD7MVWzrMYg8kwEC0Frl9O1O4KR9wc9BXTpAAdscUgErpPmZhqM3ijmuDf7L3gBji5goJghZCzNdflH/7G+sWVAo=
SHA256 (Pkgfile) = 932e69555b3262c07ae8a5cee8e0af2129e489b290e147587983109b7d16da89
SHA256 (lxqt-build-tools-0.13.0.tar.xz) = fd3c199d0d7c61f23040a45ead57cc9a4f888af5995371f6b0ce1fa902eb59ce

View File

@ -0,0 +1,23 @@
# Description: Various packaging tools and scripts for LXQt applications
# URL: https://github.com/lxqt/lxqt-build-tools
# Maintainer: Jay Lanagan, j at lngn dot net
# Depends on: qt5 git
name=lxqt-build-tools-qt5
version=0.13.0
release=1
source=(https://github.com/lxqt/lxqt-build-tools/releases/download/$version/lxqt-build-tools-$version.tar.xz)
build() {
mkdir -p build
cd build
cmake "$SRC/lxqt-build-tools-$version" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev
make
make DESTDIR="$PKG" install
}