pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qscintilla qt5-qscintilla: Split Makefile into...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c1f5efe721d
branches:  trunk
changeset: 343067:3c1f5efe721d
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Tue Oct 29 17:45:24 2019 +0000

description:
qt5-qscintilla: Split Makefile into Makefile and Makefile.common

Makefile.common will be used by the python bindings.

diffstat:

 x11/qt5-qscintilla/Makefile        |  13 +++----------
 x11/qt5-qscintilla/Makefile.common |  20 ++++++++++++++++++++
 2 files changed, 23 insertions(+), 10 deletions(-)

diffs (52 lines):

diff -r 20d0c850d10d -r 3c1f5efe721d x11/qt5-qscintilla/Makefile
--- a/x11/qt5-qscintilla/Makefile       Tue Oct 29 17:28:48 2019 +0000
+++ b/x11/qt5-qscintilla/Makefile       Tue Oct 29 17:45:24 2019 +0000
@@ -1,15 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2019/10/26 13:19:17 kamil Exp $
-#
+# $NetBSD: Makefile,v 1.2 2019/10/29 17:45:24 kamil Exp $
 
-DISTNAME=      QScintilla_gpl-2.11.2
+.include "../../x11/qt5-qscintilla/Makefile.common"
+
 PKGNAME=       qt5-${DISTNAME:tl:S/_gpl-/-/}
-CATEGORIES=    x11
-MASTER_SITES=  https://www.riverbankcomputing.com/static/Downloads/QScintilla/${PKGVERSION_NOREV}/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.riverbankcomputing.co.uk/software/qscintilla/intro
 COMMENT=       Scintilla C++ editor class for Qt5
-LICENSE=       gnu-gpl-v3
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/Qt4Qt5
 
@@ -23,5 +17,4 @@
 do-configure:
        (cd ${WRKSRC} && ${QTDIR}/bin/qmake -o Makefile qscintilla.pro)
 
-.include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 20d0c850d10d -r 3c1f5efe721d x11/qt5-qscintilla/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5-qscintilla/Makefile.common        Tue Oct 29 17:45:24 2019 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile.common,v 1.1 2019/10/29 17:45:24 kamil Exp $
+#
+# used by x11/qt5-qscintilla/Makefile
+# used by x11/py-qt5-qscintilla/Makefile
+
+DISTNAME=      QScintilla_gpl-2.11.2
+CATEGORIES=    x11
+MASTER_SITES=  https://www.riverbankcomputing.com/static/Downloads/QScintilla/${PKGVERSION_NOREV}/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.riverbankcomputing.co.uk/software/qscintilla/intro
+LICENSE=       gnu-gpl-v3
+
+USE_LANGUAGES= c++
+USE_LIBTOOL=   yes
+
+DISTINFO_FILE= ${.CURDIR}/../../x11/qt5-qscintilla/distinfo
+#PATCHDIR=     ${.CURDIR}/../../x11/qt5-qscintilla/patches
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"



Home | Main Index | Thread Index | Old Index