mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
www/dooble: (new) qt5-webengine based browser, minimal, cute, and usually stable
PR: 250854
This commit is contained in:
parent
2b14bdf580
commit
ca62af7129
@ -108,6 +108,7 @@
|
||||
SUBDIR += dfileserver
|
||||
SUBDIR += dhttpd
|
||||
SUBDIR += dillo2
|
||||
SUBDIR += dooble
|
||||
SUBDIR += dojo
|
||||
SUBDIR += dojo-shrinksafe
|
||||
SUBDIR += dokuwiki
|
||||
|
44
www/dooble/Makefile
Normal file
44
www/dooble/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
PORTNAME= dooble
|
||||
DISTVERSION= 2021.02.20
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= eric@camachat.org
|
||||
COMMENT= Dooble Web Browser
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
||||
|
||||
USES= compiler:c++17-lang desktop-file-utils gmake qmake qt:5 ssl tar \
|
||||
xorg
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= textbrowser
|
||||
|
||||
USE_QT= concurrent core gui network printsupport sql webengine widgets \
|
||||
xml buildtools_build qmake_build
|
||||
USE_XORG= xcb
|
||||
|
||||
QMAKE_SOURCE_PATH= ${PORTNAME}.pro
|
||||
WRKSRC_SUBDIR= 2.x
|
||||
|
||||
PLIST_FILES= ${PREFIX}/share/applications/${PORTNAME}.desktop \
|
||||
${PREFIX}/share/pixmaps/${PORTNAME}.png \
|
||||
bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
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 <bsd.port.post.mk>
|
3
www/dooble/distinfo
Normal file
3
www/dooble/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1614118092
|
||||
SHA256 (textbrowser-dooble-2021.02.20_GH0.tar.gz) = c7519b90b084566b4f2229179f39e5c29d988fc1ad098ff9f8d2251fa0afbb25
|
||||
SIZE (textbrowser-dooble-2021.02.20_GH0.tar.gz) = 97885460
|
20
www/dooble/pkg-descr
Normal file
20
www/dooble/pkg-descr
Normal file
@ -0,0 +1,20 @@
|
||||
Dooble, the weather bug browser. Minimal, cute, and unusually stable.
|
||||
|
||||
- A Web browser!
|
||||
- Basic themes.
|
||||
- Compact.
|
||||
- Cookie crusher.
|
||||
- Custom search engines.
|
||||
- Custom style sheets.
|
||||
- Documented.
|
||||
- Domain restrictions.
|
||||
- Favorites.
|
||||
- Floating digital clock.
|
||||
- FreeBSD, Linux, Mac, Windows.
|
||||
- Gopher support.
|
||||
- Multiple private instances, including downloads.
|
||||
- Original implementations of AES-256, Threefish-256.
|
||||
- Qt-only dependency.
|
||||
- Windows portable.
|
||||
|
||||
WWW: https://textbrowser.github.io/dooble/
|
Loading…
Reference in New Issue
Block a user