diff --git a/www/dooble/Makefile b/www/dooble/Makefile index 5fd06d0ae8fd..c76ffa7d560b 100644 --- a/www/dooble/Makefile +++ b/www/dooble/Makefile @@ -1,44 +1,44 @@ PORTNAME= dooble -DISTVERSION= 2022.12.25 +DISTVERSION= 2023.01.13 CATEGORIES= www MAINTAINER= eric@camachat.org COMMENT= Dooble Web Browser WWW= https://textbrowser.github.io/dooble/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c++17-lang desktop-file-utils gl gmake qmake qt:5 ssl \ tar xorg USE_GITHUB= yes GH_ACCOUNT= textbrowser USE_GL= gl USE_QT= concurrent core declarative gui location network printsupport \ sql webchannel webengine widgets xml sql-sqlite3:run \ buildtools:build qmake:build USE_XORG= xcb QMAKE_SOURCE_PATH= ${PORTNAME}.pro PLIST_FILES= ${PREFIX}/share/applications/${PORTNAME}.desktop \ ${PREFIX}/share/pixmaps/${PORTNAME}.png \ bin/${PORTNAME} .include QT5_VER_MINOR= ${QT5_VERSION:C/^[0-9]+\.//:C/\..+$//} .if ${QT5_VER_MINOR} < 15 BROKEN= Qt 5.15 or higher required, using 5.${QT5_VER_MINOR} now .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Dooble ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/Icons/Logo/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png desktop-file-edit --remove-category=Web --add-category=Network --add-category=WebBrowser ${WRKSRC}/${PORTNAME}.desktop desktop-file-edit --set-key=Exec --set-value=${PREFIX}/bin/${PORTNAME} ${WRKSRC}/${PORTNAME}.desktop desktop-file-edit --set-icon=${PREFIX}/share/pixmaps/${PORTNAME}.png ${WRKSRC}/${PORTNAME}.desktop ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}.desktop .include diff --git a/www/dooble/distinfo b/www/dooble/distinfo index 5a32e5f0f840..ec43c11f0524 100644 --- a/www/dooble/distinfo +++ b/www/dooble/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672004647 -SHA256 (textbrowser-dooble-2022.12.25_GH0.tar.gz) = b219f69f86d3e05343f43966d99af5f4d92705387ba9f64ac836b0be7db083b2 -SIZE (textbrowser-dooble-2022.12.25_GH0.tar.gz) = 92586737 +TIMESTAMP = 1673621618 +SHA256 (textbrowser-dooble-2023.01.13_GH0.tar.gz) = 1d0b50a5d5b47b52dbf4f81383ba928276c38ecc851c58168c45b3535e3b3e61 +SIZE (textbrowser-dooble-2023.01.13_GH0.tar.gz) = 92578205 diff --git a/www/dooble/files/patch-Source_dooble__charts__property__editor.cc b/www/dooble/files/patch-Source_dooble__charts__property__editor.cc deleted file mode 100644 index b1c6c1723fb7..000000000000 --- a/www/dooble/files/patch-Source_dooble__charts__property__editor.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- Source/dooble_charts_property_editor.cc.orig 2022-12-22 13:00:59 UTC -+++ Source/dooble_charts_property_editor.cc -@@ -32,6 +32,7 @@ - #include - #include - #include -+#include - #include - #include -