pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lxqt-qtplugin, update to 0.14.0



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon Jan 6 21:29:23 2020 +0100
Changeset:	6c17c5856ec78bb0252f0d4972613a81cfd80a7c

Modified Files:
	lxqt-qtplugin/Makefile
	lxqt-qtplugin/distinfo

Log Message:
lxqt-qtplugin, update to 0.14.0

Update lxqt-qtplugin from 0.9.0 to current 0.14.0

Too many changes to list here, please refer to upstream lxqt

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6c17c5856ec78bb0252f0d4972613a81cfd80a7c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lxqt-qtplugin/Makefile | 29 +++++++++++++++++++++++++----
 lxqt-qtplugin/distinfo |  7 ++++---
 2 files changed, 29 insertions(+), 7 deletions(-)

diffs:
diff --git a/lxqt-qtplugin/Makefile b/lxqt-qtplugin/Makefile
index 003644ffc5..6f5d9546cc 100644
--- a/lxqt-qtplugin/Makefile
+++ b/lxqt-qtplugin/Makefile
@@ -1,13 +1,34 @@
-# $NetBSD: Makefile,v 1.3 2015/05/30 01:49:34 krytarowski Exp $
+# $NetBSD$
 
-.include "../../wip/liblxqt/Makefile.common"
-
-DISTNAME=	lxqt-qtplugin-0.9.0
+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@localhost
+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=	..
+
+CFLAGS.NetBSD+=	-D_NETBSD_SOURCE
+
+INSTALLATION_DIRS+=	qt5
+
+pre-configure:
+	${MKDIR} -p ${WRKSRC}/build
+
+DEPENDS+=	lxqt-build-tools-[0-9]*:../../wip/lxqt-build-tools
+
 .include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../devel/libdbusmenu-qt5/buildlink3.mk"
+.include "../../wip/liblxqt/buildlink3.mk"
+.include "../../wip/libfm-qt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/lxqt-qtplugin/distinfo b/lxqt-qtplugin/distinfo
index 412d26312a..9cc189da93 100644
--- a/lxqt-qtplugin/distinfo
+++ b/lxqt-qtplugin/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1 2015/04/11 17:14:30 krytarowski Exp $
 
-SHA1 (lxqt-qtplugin-0.9.0.tar.gz) = c0c66496e28343c22f2956232a2664aaa94660aa
-RMD160 (lxqt-qtplugin-0.9.0.tar.gz) = 8fe239219a1038a1a240cfea5891e9bc1db6e2e8
-Size (lxqt-qtplugin-0.9.0.tar.gz) = 16905 bytes
+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


Home | Main Index | Thread Index | Old Index