mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Kristall: Reload shortcut, caching, tab changes, and more (#5681)
* Kristall: Reload shortcut, caching, tab changes, and more * Kristall: Mark x86 as untested
This commit is contained in:
committed by
GitHub
parent
a84c0f2026
commit
b20c74f0c4
@@ -1,21 +1,21 @@
|
||||
SUMMARY="A cross-platform, multi-protocol visual browser for the small-internet"
|
||||
DESCRIPTION="Kristall is a browser without support for css/js/wasm or graphical \
|
||||
DESCRIPTION="Kristall is a browser without support for CSS/JS/WASM or graphical \
|
||||
websites. It can display user-styled documents in several formats, \
|
||||
including Gemini, HTML, and Markdown provided by a server via Gemini, \
|
||||
Gopher, HTTP/HTTPS, and Finger protocols."
|
||||
HOMEPAGE="https://kristall.random-projects.net/"
|
||||
COPYRIGHT="2020 Felix Queißner"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="3"
|
||||
srcGitRev="ba7f39e9f0f329e78710c67e1267c1fbc79ac428"
|
||||
REVISION="4"
|
||||
srcGitRev="a6aecaaa63037023e027f1273f99375f5067638c"
|
||||
SOURCE_URI="https://github.com/MasterQ32/kristall/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="b90dc39158093aad26fec1fbcc3a6c4f53cf77f72ebda37bf9033ec1bc22318f"
|
||||
CHECKSUM_SHA256="4f7e3e4d6086a2f6a9e95f8052d3add833046ffb28a2e5371d713a454c1aa134"
|
||||
SOURCE_FILENAME="kristall-$portVersion-tar.gz"
|
||||
SOURCE_DIR="kristall-$srcGitRev"
|
||||
ADDITIONAL_FILES="kristall.rdef.in"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
ARCHITECTURES="!x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
PROVIDES="
|
||||
kristall$secondaryArchSuffix = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user