diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-04-25 01:14:54 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-04-25 01:14:54 +0000 |
commit | 56f3872da4e00082994a795ef74befdaf914bac0 (patch) | |
tree | a7e883fe50527e6ec10992ccd1c640228aa8c99b /x11 | |
parent | eb7501d95284ee980297de03dd23f1478a0f68a8 (diff) | |
download | pkgsrc-56f3872da4e00082994a795ef74befdaf914bac0.tar.gz |
lxqt-qtplugin: add new package, version 0.14.0
LXQt platform integration plugin for Qt5. Let all Qt programs apply
LXQt settings. (Packaged in wip by pin@, additional changes by myself.)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 | ||||
-rw-r--r-- | x11/lxqt-qtplugin/DESCR | 2 | ||||
-rw-r--r-- | x11/lxqt-qtplugin/Makefile | 38 | ||||
-rw-r--r-- | x11/lxqt-qtplugin/PLIST | 2 | ||||
-rw-r--r-- | x11/lxqt-qtplugin/distinfo | 6 |
5 files changed, 50 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 36a64ffecd5..d2bbaee0c3e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.887 2020/04/25 01:05:25 gutteridge Exp $ +# $NetBSD: Makefile,v 1.888 2020/04/25 01:14:54 gutteridge Exp $ # COMMENT= Packages to support the X window system @@ -260,6 +260,7 @@ SUBDIR+= lxappearance SUBDIR+= lxde-common SUBDIR+= lxinput SUBDIR+= lxlauncher +SUBDIR+= lxqt-qtplugin SUBDIR+= lxqt-session SUBDIR+= lxrandr SUBDIR+= lxsession diff --git a/x11/lxqt-qtplugin/DESCR b/x11/lxqt-qtplugin/DESCR new file mode 100644 index 00000000000..006f2185536 --- /dev/null +++ b/x11/lxqt-qtplugin/DESCR @@ -0,0 +1,2 @@ +LxQt platform integration plugin for Qt5. +Let all Qt programs apply LxQt settings. diff --git a/x11/lxqt-qtplugin/Makefile b/x11/lxqt-qtplugin/Makefile new file mode 100644 index 00000000000..1462bf86c47 --- /dev/null +++ b/x11/lxqt-qtplugin/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1 2020/04/25 01:14:54 gutteridge Exp $ + +DISTNAME= lxqt-qtplugin-0.14.0 +CATEGORIES= x11 +MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-qtplugin/0.14.0/ +EXTRACT_SUFX= .tar.xz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://lxqt.org/ +COMMENT= LxQt platform integration plugin for Qt5 +LICENSE= gnu-lgpl-v2.1 + +USE_CMAKE= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ + +CONFIGURE_DIRS= build +CMAKE_ARG_PATH= .. + +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/examples/lxqt/xdg,g' +SUBST_SED.prefix+= -e 's,/usr/share,${PREFIX}/share,g' + +pre-configure: + ${MKDIR} -p ${WRKSRC}/build + +TOOL_DEPENDS+= lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools +TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools + +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../devel/libdbusmenu-qt5/buildlink3.mk" +.include "../../x11/qt5-qtx11extras/buildlink3.mk" +.include "../../x11/libqtxdg/buildlink3.mk" +.include "../../x11/libfm-qt/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/lxqt-qtplugin/PLIST b/x11/lxqt-qtplugin/PLIST new file mode 100644 index 00000000000..54a31d18837 --- /dev/null +++ b/x11/lxqt-qtplugin/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2020/04/25 01:14:54 gutteridge Exp $ +qt5/plugins/platformthemes/libqtlxqt.so diff --git a/x11/lxqt-qtplugin/distinfo b/x11/lxqt-qtplugin/distinfo new file mode 100644 index 00000000000..9589553f148 --- /dev/null +++ b/x11/lxqt-qtplugin/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/04/25 01:14:54 gutteridge Exp $ + +SHA1 (lxqt-qtplugin-0.14.0.tar.xz) = 26b31ca7bb550c0ad9886b11301ae206331e8ed3 +RMD160 (lxqt-qtplugin-0.14.0.tar.xz) = 5a603df67f726f1808d84a345f1dcfd4e0281dcd +SHA512 (lxqt-qtplugin-0.14.0.tar.xz) = 33188bc03ee48a9b6e3cc5823cdcb5c96dba0cda65da511fe603d952c5de24e292cb02208cf357b04718df90f98d53bf48eaf6793d70d043214e429f57ccf53c +Size (lxqt-qtplugin-0.14.0.tar.xz) = 22336 bytes |