Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions srcpkgs/dooble/files/dooble.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export QTWEBENGINE_DICTIONARIES_PATH=/usr/share/qt6/qtwebengine_dictionaries
export DOOBLE_TRANSLATIONS_PATH=/usr/share/dooble/translations
11 changes: 0 additions & 11 deletions srcpkgs/dooble/patches/dictionaries.patch

This file was deleted.

19 changes: 0 additions & 19 deletions srcpkgs/dooble/patches/translations-dooble_application.patch

This file was deleted.

21 changes: 0 additions & 21 deletions srcpkgs/dooble/patches/translations-dooble_settings.patch

This file was deleted.

9 changes: 5 additions & 4 deletions srcpkgs/dooble/template
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Template file for 'dooble'
pkgname=dooble
version=2025.02.28
revision=4
version=2025.11.25
revision=1
archs="x86_64* aarch64*"
build_style=qmake
configure_args="dooble.pro"
hostmakedepends="qt6-base qt6-webengine
qt6-plugin-tls-qcertonly qt6-plugin-tls-openssl"
makedepends="qt6-charts-private-devel qt6-webengine-devel qt6-webchannel-devel
qt6-location-devel"
depends="qt6-plugin-sqlite"
depends="qt6-plugin-sqlite libreoffice-qtwebengine-dict"
short_desc="Dooble, the scientific browser. Minimal, cute, and unusually stable"
maintainer="Eloi Torrents <eloitor@duck.com>"
license="BSD-3-Clause"
homepage="https://textbrowser.github.io/dooble/"
distfiles="https://github.com/textbrowser/dooble/archive/refs/tags/${version}.tar.gz"
checksum=89b549e11ac12e1ade14672bffc1d144d1146e4afcdd019daef99616b109ce5c
checksum=213b75a0ae17a64c826f48cb9e2e4fe51fbb033cf43bcbc275681f0f4c611fea

post_patch() {
vsed -i -e 's/Wzero-as-null-pointer-constant/Wno-zero-as-null-pointer-constant/' \
Expand All @@ -25,6 +25,7 @@ post_patch() {

do_install() {
vbin Dooble dooble
vinstall ${FILESDIR}/dooble.sh 755 etc/profile.d
vinstall Distributions/dooble.desktop 644 usr/share/applications
vinstall Icons/Logo/dooble.png 644 usr/share/pixmaps
vmkdir usr/share/dooble/translations
Expand Down