pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/otter-browser otter-browser: update to 1.0.01
details: https://anonhg.NetBSD.org/pkgsrc/rev/ebe6539a8156
branches: trunk
changeset: 333919:ebe6539a8156
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Thu May 16 23:22:14 2019 +0000
description:
otter-browser: update to 1.0.01
Update to the latest release, and, while here, get spell checking to
work.
Change log:
1.0.01 (2019-01-01):
- some enhancements in experimental backend for QtWebEngine (Blink):
-- download dialog is now shown for tab that initiated it;
-- added support for handling requests to print page;
- many other fixes.
0.9.99 RC 12 (2018-09-01):
- QtWebEngine backend no longer uses locks for fetching feeds, links or search engines;
- some other fixes.
0.9.99 RC 11 (2018-08-01):
- reworked handling of custom icons for toolbar entries;
- some other fixes.
diffstat:
www/otter-browser/Makefile | 11 ++++++++---
www/otter-browser/PLIST | 3 ++-
www/otter-browser/distinfo | 11 ++++++-----
www/otter-browser/patches/patch-cmake_FindHunspell.cmake | 15 +++++++++++++++
4 files changed, 31 insertions(+), 9 deletions(-)
diffs (78 lines):
diff -r 77a71560ba00 -r ebe6539a8156 www/otter-browser/Makefile
--- a/www/otter-browser/Makefile Thu May 16 22:41:44 2019 +0000
+++ b/www/otter-browser/Makefile Thu May 16 23:22:14 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2019/04/03 00:33:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2019/05/16 23:22:14 gutteridge Exp $
-DISTNAME= otter-browser-0.9.99.1
-PKGREVISION= 5
+DISTNAME= otter-browser-1.0.01
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=OtterBrowser/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -16,6 +15,12 @@
NOT_PAX_MPROTECT_SAFE+= bin/otter-browser
+SUBST_CLASSES+= fix-paths
+SUBST_STAGE.fix-paths= pre-configure
+SUBST_MESSAGE.fix-paths= Fixing (some) absolute paths to hunspell dictionaries.
+SUBST_FILES.fix-paths= 3rdparty/sonnet/src/plugins/hunspell/hunspellclient.cpp
+SUBST_SED.fix-paths= -e 's,"/usr/local,"${PREFIX},g'
+
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/hunspell/buildlink3.mk"
diff -r 77a71560ba00 -r ebe6539a8156 www/otter-browser/PLIST
--- a/www/otter-browser/PLIST Thu May 16 22:41:44 2019 +0000
+++ b/www/otter-browser/PLIST Thu May 16 23:22:14 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/08/01 14:30:29 maya Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/05/16 23:22:14 gutteridge Exp $
bin/otter-browser
man/man1/otter-browser.1
share/applications/otter-browser.desktop
@@ -46,6 +46,7 @@
share/otter-browser/locale/otter-browser_sr%ijekavianlatin.qm@localhost
share/otter-browser/locale/otter-browser_sr%latin.qm@localhost
share/otter-browser/locale/otter-browser_sv.qm
+share/otter-browser/locale/otter-browser_th.qm
share/otter-browser/locale/otter-browser_tr.qm
share/otter-browser/locale/otter-browser_uk.qm
share/otter-browser/locale/otter-browser_yue.qm
diff -r 77a71560ba00 -r ebe6539a8156 www/otter-browser/distinfo
--- a/www/otter-browser/distinfo Thu May 16 22:41:44 2019 +0000
+++ b/www/otter-browser/distinfo Thu May 16 23:22:14 2019 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2018/08/01 14:30:29 maya Exp $
+$NetBSD: distinfo,v 1.5 2019/05/16 23:22:14 gutteridge Exp $
-SHA1 (otter-browser-0.9.99.1.tar.gz) = 216820fdced158170877ad1c743dad14e9871a29
-RMD160 (otter-browser-0.9.99.1.tar.gz) = 2a7664b8f895bb54cd0f162f8e29af87d24ef125
-SHA512 (otter-browser-0.9.99.1.tar.gz) = 333759ee0f846ce503d7a96ba7ce69fb7bfc4c08e8872b80f6230966d5d8f4c3d85b98b8e636500cc4e100f5c2d400ac7f622fbeb15ec1100614fe53fe73f88d
-Size (otter-browser-0.9.99.1.tar.gz) = 4815838 bytes
+SHA1 (otter-browser-1.0.01.tar.gz) = 10f0bd2bc2626df442d91837496a6625b8786df5
+RMD160 (otter-browser-1.0.01.tar.gz) = 99a057bf836d1f9e98d82750bd22ad6becab2727
+SHA512 (otter-browser-1.0.01.tar.gz) = 594bbdcbbc3b5fea903cc0beb749cf76be402cb1c2766706750bdbd6aad84f3d9f48687e1b12945f30e40b3876b9fbf511f41915fd276473b259d7311e33f19d
+Size (otter-browser-1.0.01.tar.gz) = 4866820 bytes
+SHA1 (patch-cmake_FindHunspell.cmake) = 74556f29213a1d75f1c81ea0005779503bd17439
diff -r 77a71560ba00 -r ebe6539a8156 www/otter-browser/patches/patch-cmake_FindHunspell.cmake
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/otter-browser/patches/patch-cmake_FindHunspell.cmake Thu May 16 23:22:14 2019 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-cmake_FindHunspell.cmake,v 1.1 2019/05/16 23:22:15 gutteridge Exp $
+
+Include newest hunspell library version.
+
+--- cmake/FindHunspell.cmake.orig 2019-01-01 16:59:01.000000000 +0000
++++ cmake/FindHunspell.cmake
+@@ -12,7 +12,7 @@ IF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LI
+ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES)
+
+ FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx)
+-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.6 hunspell-1.5 hunspell)
++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.7 hunspell-1.6 hunspell-1.5 hunspell)
+
+ # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if
+ # all listed variables are TRUE
Home |
Main Index |
Thread Index |
Old Index