pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/otter-browser



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 13 14:04:58 UTC 2024

Modified Files:
        pkgsrc/www/otter-browser: Makefile

Log Message:
otter-browser: switch to qtwebengine.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/otter-browser/Makefile

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

Modified files:

Index: pkgsrc/www/otter-browser/Makefile
diff -u pkgsrc/www/otter-browser/Makefile:1.67 pkgsrc/www/otter-browser/Makefile:1.68
--- pkgsrc/www/otter-browser/Makefile:1.67      Fri Nov  1 12:54:54 2024
+++ pkgsrc/www/otter-browser/Makefile   Wed Nov 13 14:04:57 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2024/11/01 12:54:54 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2024/11/13 14:04:57 wiz Exp $
 
 DISTNAME=      otter-browser-1.0.03
-PKGREVISION=   15
+PKGREVISION=   16
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=OtterBrowser/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -11,10 +11,10 @@ HOMEPAGE=   https://otter-browser.org/
 COMMENT=       Project aiming to recreate classic Opera (12.x) UI using Qt5
 LICENSE=       gnu-gpl-v3
 
-USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
-CMAKE_CONFIGURE_ARGS+= -DENABLE_QTWEBENGINE=OFF
+CMAKE_CONFIGURE_ARGS+= -DENABLE_QTWEBENGINE=ON
+CMAKE_CONFIGURE_ARGS+= -DENABLE_QTWEBKIT=OFF
 
 NOT_PAX_MPROTECT_SAFE+=        bin/otter-browser
 
@@ -24,11 +24,14 @@ SUBST_MESSAGE.fix-paths=    Fixing (some) a
 SUBST_FILES.fix-paths=         3rdparty/sonnet/src/plugins/hunspell/hunspellclient.cpp
 SUBST_SED.fix-paths=           -e 's,"/usr/local,"${PREFIX},g'
 
+.include "../../devel/cmake/build.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../textproc/hunspell/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtlocation/buildlink3.mk"
 .include "../../x11/qt5-qtmultimedia/buildlink3.mk"
-.include "../../x11/qt5-qtwebkit/buildlink3.mk"
+.include "../../x11/qt5-qtwebchannel/buildlink3.mk"
+.include "../../x11/qt5-qtwebengine/buildlink3.mk"
 .include "../../x11/qt5-qtsvg/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index