pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   scole
Date:           Sun Jul 26 00:51:00 UTC 2020

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/zeal: DESCR Makefile PLIST distinfo
        pkgsrc/devel/zeal/patches: patch-src_libs_ui_searchitemdelegate.cpp

Log Message:
Zeal supports the docset format used by Dash. You can download
official Dash docsets within Zeal.

This version uses QtWebkit to render HTML pages.

Created from post from mikeandmore%gmail.com@localhost on teck-pkg
http://mail-index.netbsd.org/tech-pkg/2020/07/22/msg023585.html
with a few changes to appease pkglint.


To generate a diff of this commit:
cvs rdiff -u -r1.3173 -r1.3174 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/zeal/DESCR pkgsrc/devel/zeal/Makefile \
    pkgsrc/devel/zeal/PLIST pkgsrc/devel/zeal/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/zeal/patches/patch-src_libs_ui_searchitemdelegate.cpp

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3173 pkgsrc/devel/Makefile:1.3174
--- pkgsrc/devel/Makefile:1.3173        Sat Jul 11 13:58:10 2020
+++ pkgsrc/devel/Makefile       Sun Jul 26 00:51:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3173 2020/07/11 13:58:10 nia Exp $
+# $NetBSD: Makefile,v 1.3174 2020/07/26 00:51:00 scole Exp $
 #
 
 COMMENT=       Development utilities
@@ -3049,6 +3049,7 @@ SUBDIR+=  yajl
 SUBDIR+=       yarn
 SUBDIR+=       yasm
 SUBDIR+=       z80-asm
+SUBDIR+=       zeal
 SUBDIR+=       zlib
 SUBDIR+=       zookeeper
 SUBDIR+=       zzuf

Added files:

Index: pkgsrc/devel/zeal/DESCR
diff -u /dev/null pkgsrc/devel/zeal/DESCR:1.1
--- /dev/null   Sun Jul 26 00:51:00 2020
+++ pkgsrc/devel/zeal/DESCR     Sun Jul 26 00:51:00 2020
@@ -0,0 +1,5 @@
+Zeal is an offline documentation browser for software developers.  It
+supports the docset format used by Dash.  You can download official
+Dash docsets within Zeal.
+
+This version uses QtWebkit to render HTML pages.
Index: pkgsrc/devel/zeal/Makefile
diff -u /dev/null pkgsrc/devel/zeal/Makefile:1.1
--- /dev/null   Sun Jul 26 00:51:00 2020
+++ pkgsrc/devel/zeal/Makefile  Sun Jul 26 00:51:00 2020
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2020/07/26 00:51:00 scole Exp $
+
+DISTNAME=      zeal-0.6.1
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=zealdocs/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    mikeandmore%gmail.com@localhost
+HOMEPAGE=      https://zealdocs.org/
+COMMENT=       Offline documentation browser inspired by Dash
+LICENSE=       gnu-gpl-v3
+
+USE_CMAKE=     yes
+USE_LANGUAGES= c c++
+USE_TOOLS+=    gmake
+
+BUILD_DEPENDS+=        extra-cmake-modules>=5.10.0:../../devel/extra-cmake-modules
+
+INSTALLATION_DIRS=     bin share/applications share/metainfo
+INSTALLATION_DIRS+=    share/icons/hicolor/16x16/apps
+INSTALLATION_DIRS+=    share/icons/hicolor/24x24/apps
+INSTALLATION_DIRS+=    share/icons/hicolor/32x32/apps
+INSTALLATION_DIRS+=    share/icons/hicolor/64x64/apps
+INSTALLATION_DIRS+=    share/icons/hicolor/128x128/apps
+
+.include "../../archivers/libarchive/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtwebkit/buildlink3.mk"
+.include "../../x11/qt5-qtx11extras/buildlink3.mk"
+.include "../../x11/xcb-util-keysyms/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/zeal/PLIST
diff -u /dev/null pkgsrc/devel/zeal/PLIST:1.1
--- /dev/null   Sun Jul 26 00:51:00 2020
+++ pkgsrc/devel/zeal/PLIST     Sun Jul 26 00:51:00 2020
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2020/07/26 00:51:00 scole Exp $
+bin/zeal
+share/applications/org.zealdocs.Zeal.desktop
+share/icons/hicolor/128x128/apps/zeal.png
+share/icons/hicolor/16x16/apps/zeal.png
+share/icons/hicolor/24x24/apps/zeal.png
+share/icons/hicolor/32x32/apps/zeal.png
+share/icons/hicolor/64x64/apps/zeal.png
+share/metainfo/org.zealdocs.Zeal.appdata.xml
Index: pkgsrc/devel/zeal/distinfo
diff -u /dev/null pkgsrc/devel/zeal/distinfo:1.1
--- /dev/null   Sun Jul 26 00:51:00 2020
+++ pkgsrc/devel/zeal/distinfo  Sun Jul 26 00:51:00 2020
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/07/26 00:51:00 scole Exp $
+
+SHA1 (zeal-0.6.1.tar.gz) = 3af62d2e34404587a63767ed115d0a3cf41e6ac8
+RMD160 (zeal-0.6.1.tar.gz) = a0ee450c38579b1de4efc95c736b6e75240af013
+SHA512 (zeal-0.6.1.tar.gz) = 5b1a129980000c0fc8516e2c7d6c4a8de4adde7054ff8d9635e3be35441ad3ef0539746bbe1ca8abce7e6fb3d20c825b57661c3f8cd059ef1480db65ff81f3d9
+Size (zeal-0.6.1.tar.gz) = 1063963 bytes
+SHA1 (patch-src_libs_ui_searchitemdelegate.cpp) = ecd4ee285c79e2181d051e4588f50ce74eca753a

Index: pkgsrc/devel/zeal/patches/patch-src_libs_ui_searchitemdelegate.cpp
diff -u /dev/null pkgsrc/devel/zeal/patches/patch-src_libs_ui_searchitemdelegate.cpp:1.1
--- /dev/null   Sun Jul 26 00:51:00 2020
+++ pkgsrc/devel/zeal/patches/patch-src_libs_ui_searchitemdelegate.cpp  Sun Jul 26 00:51:00 2020
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_libs_ui_searchitemdelegate.cpp,v 1.1 2020/07/26 00:51:00 scole Exp $
+
+add QPainterPath to includes
+
+--- src/libs/ui/searchitemdelegate.cpp.orig    2018-09-28 05:26:37.000000000 +0000
++++ src/libs/ui/searchitemdelegate.cpp
+@@ -27,6 +27,7 @@
+ #include <QFontMetrics>
+ #include <QHelpEvent>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QToolTip>
+ 
+ using namespace Zeal::WidgetUi;



Home | Main Index | Thread Index | Old Index