pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add lxqt-qtplugin: part of LXQt-2.0.0
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Fri Jun 7 08:36:45 2024 +0200
Changeset: 311dde94d97304f491324690f14d1b226665be9c
Modified Files:
Makefile
Added Files:
lxqt-qtplugin/COMMIT_MSG
lxqt-qtplugin/DESCR
lxqt-qtplugin/Makefile
lxqt-qtplugin/PLIST
lxqt-qtplugin/distinfo
Log Message:
Add lxqt-qtplugin: part of LXQt-2.0.0
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=311dde94d97304f491324690f14d1b226665be9c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
lxqt-qtplugin/COMMIT_MSG | 7 +++++++
lxqt-qtplugin/DESCR | 2 ++
lxqt-qtplugin/Makefile | 33 +++++++++++++++++++++++++++++++++
lxqt-qtplugin/PLIST | 2 ++
lxqt-qtplugin/distinfo | 5 +++++
6 files changed, 50 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 662e8fe2f7..afa7f572ab 100644
--- a/Makefile
+++ b/Makefile
@@ -2182,6 +2182,7 @@ SUBDIR+= lxqt-notificationd
SUBDIR+= lxqt-openssh-askpass
SUBDIR+= lxqt-policykit
SUBDIR+= lxqt-powermanagement
+SUBDIR+= lxqt-qtplugin
SUBDIR+= lxqt-runner
SUBDIR+= lxqt-sudo
SUBDIR+= lxqt-themes
diff --git a/lxqt-qtplugin/COMMIT_MSG b/lxqt-qtplugin/COMMIT_MSG
new file mode 100644
index 0000000000..d0437a7496
--- /dev/null
+++ b/lxqt-qtplugin/COMMIT_MSG
@@ -0,0 +1,7 @@
+lxqt-qtplugin-2.0.0 / 2024-04-17
+=================================
+ * Ported to Qt6.
+ * Check the existence of qApp.
+ * Set mouse cursor theme and size.
+ * Set hover effect.
+ * Added link to libdbusmenu-lxqt in `README.md`.
diff --git a/lxqt-qtplugin/DESCR b/lxqt-qtplugin/DESCR
new file mode 100644
index 0000000000..65f6d3b552
--- /dev/null
+++ b/lxqt-qtplugin/DESCR
@@ -0,0 +1,2 @@
+LXQt platform integration plugin for Qt5.
+Let all Qt programs apply LXQt settings.
diff --git a/lxqt-qtplugin/Makefile b/lxqt-qtplugin/Makefile
new file mode 100644
index 0000000000..3e800df0e0
--- /dev/null
+++ b/lxqt-qtplugin/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.30 2024/05/29 16:35:07 adam Exp $
+
+DISTNAME= lxqt-qtplugin-2.0.0
+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/lxqt-qtplugin/
+COMMENT= LXQt platform integration plugin for Qt5
+LICENSE= gnu-lgpl-v2.1
+
+USE_CMAKE= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+SUBST_CLASSES+= prefix
+SUBST_MESSAGE.prefix= Fixing paths.
+SUBST_STAGE.prefix= pre-configure
+SUBST_FILES.prefix= src/lxqtplatformtheme.cpp
+SUBST_SED.prefix= -e 's,/usr/local/share,${PREFIX}/share,g'
+SUBST_SED.prefix+= -e 's,/usr/share,${PREFIX}/share,g'
+
+TOOL_DEPENDS+= lxqt-build-tools>=2.0.0:../../wip/lxqt2-build-tools
+TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
+
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../wip/libdbusmenu-lxqt/buildlink3.mk"
+.include "../../wip/libqtxdg/buildlink3.mk"
+.include "../../wip/libfm-qt/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-qtplugin/PLIST b/lxqt-qtplugin/PLIST
new file mode 100644
index 0000000000..8197eac902
--- /dev/null
+++ b/lxqt-qtplugin/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+qt6/plugins/platformthemes/libqtlxqt.so
diff --git a/lxqt-qtplugin/distinfo b/lxqt-qtplugin/distinfo
new file mode 100644
index 0000000000..193ca76d04
--- /dev/null
+++ b/lxqt-qtplugin/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.12 2024/04/18 01:43:52 gutteridge Exp $
+
+BLAKE2s (lxqt-qtplugin-2.0.0.tar.xz) = a11d5945d3416e7fa9e2705aa89236af41a54a7593652434355e917652db5db5
+SHA512 (lxqt-qtplugin-2.0.0.tar.xz) = aac58511a309f162e69cbf00ae90f611e4bd8665576388d73e97e324ade2532e8ece7098ccd0c362b0674e1491f203258635f0b81738c92690b987b0f5ccf856
+Size (lxqt-qtplugin-2.0.0.tar.xz) = 24128 bytes
Home |
Main Index |
Thread Index |
Old Index