gemini-client/lagrange: add 1.8.3, drop 1.7.3

This commit is contained in:
Anna “CyberTailor” 2021-11-23 14:34:10 +05:00
parent bb923a57e7
commit b4e18ddf02
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1
2 changed files with 4 additions and 18 deletions

View File

@ -1,2 +1,2 @@
DIST lagrange-1.7.3.tar.gz 22816390 BLAKE2B 3574db3b231872b5b935a9b4a7c544631dc58da3a5e6cd296347a29a76d807edbe5c5378ae81175ba4ff59f7225d4f2190fd8b82ef46bcea1515a1411a45dd1d SHA512 ee5261769aab6db63a7e70d21376682ed1946e49ad3b6483a4752ad37f13922561f3a16413dce76b8f928849f50e911aac6f906c1ac750da0d45f1f8dc94e5e0
DIST lagrange-1.8.1.tar.gz 8531160 BLAKE2B 43998692a85046efc3cbcc4fb1ae01d30e8e17c0429d2920f79a2877f5fb87bca0241b798b5f59d6fbef1e26dec122db42811a71351588d9ad27fbb82ddf5018 SHA512 0b80a8f606036fa5aeb126814dfb542a82bb71d7b563e43380c1be9ae74d9b950d06cbd866edf9decd253d25ffa6af3fbd769b8a2621f9aff246c87cb76627c3
DIST lagrange-1.8.3.tar.gz 8535767 BLAKE2B 73f51022335a625a12b0d5379f76deccb0d06af05474ded5ede193dd54a598d14cdf1b02bf7db5485f185d81a40c47af847996d86838b78b029b571657173b4c SHA512 807195b4edc3ed7e5c1576a7c33de79346d21924a159d6552a026437872f4a41a7827a031711bfeb386a3405d4c387ed0fe4705f05ca835f8733acaf5d47c826

View File

@ -6,11 +6,10 @@ EAPI=8
inherit xdg cmake
DESCRIPTION="Desktop GUI client for browsing Geminispace"
HOMEPAGE="https://gmi.skyjake.fi/lagrange/
https://git.skyjake.fi/gemini/lagrange"
HOMEPAGE="https://gmi.skyjake.fi/lagrange/ https://git.skyjake.fi/gemini/lagrange"
SRC_URI="https://git.skyjake.fi/gemini/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="|| ( MIT Unlicense ) Apache-2.0 BSD-2 OFL-1.1"
LICENSE="|| ( MIT Unlicense ) Apache-2.0 BSD-2 CC-BY-SA-4.0 OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cpu_flags_x86_sse4_1 +fribidi +harfbuzz mp3 webp"
@ -27,6 +26,7 @@ DEPEND="
webp? ( media-libs/libwebp:= )
"
RDEPEND="${DEPEND}"
BDEPEND="app-arch/zip"
src_configure() {
# do not add use flags that don't pull dependencies
@ -48,17 +48,3 @@ src_configure() {
cmake_src_configure
}
pkg_postinst() {
xdg_pkg_postinst
if [[ -n ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -lt 1.7.0 ; then
ewarn "Lagrange 1.7 introduces some backwards incompatible changes:"
ewarn
ewarn "- Bookmarks file format has changed. Your existing bookmarks will be imported to"
ewarn " the new format. The old bookmarks.txt file can be found in the config directory"
ewarn " and is writable only by v1.6 and earlier versions."
ewarn "- Saved UI state format has changed. Downgrading will reset window state, close"
ewarn " all tabs, and clear the navigation cache."
fi
}