Thursday, July 30, 2026

Re: UPDATE: zeal-0.9.1

Tested with a couple of docsets. OK ian@ On 7/30/26 5:13 AM, Rafael Sadowski wrote: > Simple update zeal-0.9.1. Tested with "C" on amd64. OK? > > Cheers Rafael > > diff --git a/devel/zeal/Makefile b/devel/zeal/Makefile > index d961341e781..3d1b179cb97 100644 > --- a/devel/zeal/Makefile > +++ b/devel/zeal/Makefile > @@ -2,7 +2,7 @@ USE_NOBTCFI = Yes > > COMMENT = simple offline API documentation browser > > -V = 0.8.1 > +V = 0.9.1 > DISTNAME = zeal-${V} > > CATEGORIES = devel > @@ -14,11 +14,11 @@ MAINTAINER = Adam Wolk <awolk@openbsd.org> > # GPLv3 > PERMIT_PACKAGE = Yes > > -WANTLIB += ${COMPILER_LIBCXX} GL ICE Qt6Concurrent Qt6Core Qt6Gui > +WANTLIB += ${COMPILER_LIBCXX} GL Qt6Concurrent Qt6Core Qt6Gui > WANTLIB += Qt6Network Qt6OpenGL Qt6Positioning Qt6PrintSupport > -WANTLIB += Qt6Qml Qt6Quick Qt6WebChannel Qt6WebEngineCore Qt6WebEngineWidgets > -WANTLIB += Qt6Widgets SM X11 Xext archive c m sqlite3 xcb xcb-keysyms > -WANTLIB += xkbcommon > +WANTLIB += Qt6Qml Qt6Quick Qt6Svg Qt6WebChannel Qt6WebEngineCore > +WANTLIB += Qt6WebEngineWidgets Qt6Widgets archive c m sqlite3 > +WANTLIB += xcb xcb-keysyms xkbcommon z > > SITES = https://github.com/zealdocs/zeal/releases/download/v${V}/ > > @@ -34,7 +34,11 @@ RUN_DEPENDS = devel/desktop-file-utils \ > LIB_DEPENDS = archivers/libarchive \ > databases/sqlite3 \ > x11/qt6/qtdeclarative \ > - x11/qt6/qtwebengine > + x11/qt6/qtpositioning \ > + x11/qt6/qtsvg \ > + x11/qt6/qtwebchannel \ > + x11/qt6/qtwebengine \ > + x11/xkbcommon > > CONFIGURE_ARGS = -DZEAL_RELEASE_BUILD=ON > > diff --git a/devel/zeal/distinfo b/devel/zeal/distinfo > index d7b14f10d7d..9c39076a4e7 100644 > --- a/devel/zeal/distinfo > +++ b/devel/zeal/distinfo > @@ -1,2 +1,2 @@ > -SHA256 (zeal-0.8.1.tar.xz) = PGHwMmo5zfAWv8TEHCGizXhNK8BkyiZpeaV/G8qjZIs= > -SIZE (zeal-0.8.1.tar.xz) = 684456 > +SHA256 (zeal-0.9.1.tar.xz) = cJT22iZkZe3vQVZgRBwPRCZ9Nx/qzZ5RUPms96L97B0= > +SIZE (zeal-0.9.1.tar.xz) = 2076288 > diff --git a/devel/zeal/pkg/PLIST b/devel/zeal/pkg/PLIST > index 1890dd030df..0d703d8afd9 100644 > --- a/devel/zeal/pkg/PLIST > +++ b/devel/zeal/pkg/PLIST > @@ -3,9 +3,14 @@ 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/256x256/apps/zeal.png > share/icons/hicolor/32x32/apps/zeal.png > +share/icons/hicolor/48x48/apps/zeal.png > +share/icons/hicolor/512x512/apps/zeal.png > share/icons/hicolor/64x64/apps/zeal.png > @tag update-desktop-database > @tag gtk-update-icon-cache %D/share/icons/hicolor > +share/icons/hicolor/scalable/apps/zeal-tray.svg > +share/icons/hicolor/scalable/apps/zeal.svg > share/metainfo/ > share/metainfo/org.zealdocs.zeal.appd

No comments:

Post a Comment