mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dooble: update to 2023.11.30.
This commit is contained in:
parent
24f0150739
commit
f83dab6300
1 changed files with 6 additions and 6 deletions
|
@ -1,22 +1,22 @@
|
||||||
# Template file for 'dooble'
|
# Template file for 'dooble'
|
||||||
pkgname=dooble
|
pkgname=dooble
|
||||||
version=2023.08.30
|
version=2023.11.30
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
configure_args="dooble.pro"
|
configure_args="dooble.pro"
|
||||||
hostmakedepends="qt5-qmake qt5-host-tools qt5-webengine"
|
hostmakedepends="qt6-webengine qt6-declarative-devel"
|
||||||
makedepends="qt5-charts-devel qt5-webengine-devel qt5-webchannel-devel qt5-location-devel"
|
makedepends="qt6-charts-devel qt6-webengine-devel qt6-webchannel-devel qt6-location-devel qt6-charts-devel qt6-wayland python3-QtPy"
|
||||||
depends="qt5-plugin-sqlite"
|
depends="glibc libgcc libstdc++ qt6-charts qt6-core qt6-declarative qt6-gui qt6-network qt6-plugin-sqlite qt6-printsupport qt6-sql qt6-webengine qt6-widgets"
|
||||||
short_desc="Dooble, the scientific browser. Minimal, cute, and unusually stable"
|
short_desc="Dooble, the scientific browser. Minimal, cute, and unusually stable"
|
||||||
maintainer="Eloi Torrents <eloitor@disroot.org>"
|
maintainer="Eloi Torrents <eloitor@disroot.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://textbrowser.github.io/dooble/"
|
homepage="https://textbrowser.github.io/dooble/"
|
||||||
distfiles="https://github.com/textbrowser/dooble/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/textbrowser/dooble/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=d430cbc8fcbe7627d7494bd995d7e88beb728cd94bf4d3039cb3718e685391a7
|
checksum=bc8d930f929111d8eb29e4d830b96ac9f2608be5d7a33e9a24d6efba637f213f
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin Dooble dooble
|
vbin Dooble dooble
|
||||||
vinstall dooble.desktop 644 usr/share/applications
|
vinstall Distributions/dooble.desktop 644 usr/share/applications
|
||||||
vinstall Icons/Logo/dooble.png 644 usr/share/pixmaps
|
vinstall Icons/Logo/dooble.png 644 usr/share/pixmaps
|
||||||
vmkdir usr/share/dooble/translations
|
vmkdir usr/share/dooble/translations
|
||||||
vcopy "Translations/dooble_*.qm" usr/share/dooble/translations
|
vcopy "Translations/dooble_*.qm" usr/share/dooble/translations
|
||||||
|
|
Loading…
Add table
Reference in a new issue