From 2b31cb1e5c946ca95a4b5f9a2c2bf59e39993349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20=E2=80=9CCyberTailor=E2=80=9D?= Date: Sat, 6 Nov 2021 17:37:45 +0500 Subject: [PATCH] gemini-client/lagrange: add 1.8.1, drop 1.7.2 --- gemini-client/lagrange/Manifest | 2 +- ...nge-1.7.2.ebuild => lagrange-1.8.1.ebuild} | 22 ++++--------------- 2 files changed, 5 insertions(+), 19 deletions(-) rename gemini-client/lagrange/{lagrange-1.7.2.ebuild => lagrange-1.8.1.ebuild} (60%) diff --git a/gemini-client/lagrange/Manifest b/gemini-client/lagrange/Manifest index 5ce7578..0ecaaa7 100644 --- a/gemini-client/lagrange/Manifest +++ b/gemini-client/lagrange/Manifest @@ -1,2 +1,2 @@ -DIST lagrange-1.7.2.tar.gz 22814543 BLAKE2B 31b5b36f7d3b89e55a53937607ee07f8bec1e5a319743d88e7f9c7977e1e0fc97a6ad81f055224fe4356df635eb9b52ddd66f9fe961f5d6fbf2fe753293f0f4a SHA512 5d978ea146bb57351ea31c4a78d2632caeea81dd1a44d7123b927de0b62e92f5afcc5c62430dc82c9f1c765d1f65a17f8129ee01bc345c71c7c0cf6f0d0f07b1 DIST lagrange-1.7.3.tar.gz 22816390 BLAKE2B 3574db3b231872b5b935a9b4a7c544631dc58da3a5e6cd296347a29a76d807edbe5c5378ae81175ba4ff59f7225d4f2190fd8b82ef46bcea1515a1411a45dd1d SHA512 ee5261769aab6db63a7e70d21376682ed1946e49ad3b6483a4752ad37f13922561f3a16413dce76b8f928849f50e911aac6f906c1ac750da0d45f1f8dc94e5e0 +DIST lagrange-1.8.1.tar.gz 8531160 BLAKE2B 43998692a85046efc3cbcc4fb1ae01d30e8e17c0429d2920f79a2877f5fb87bca0241b798b5f59d6fbef1e26dec122db42811a71351588d9ad27fbb82ddf5018 SHA512 0b80a8f606036fa5aeb126814dfb542a82bb71d7b563e43380c1be9ae74d9b950d06cbd866edf9decd253d25ffa6af3fbd769b8a2621f9aff246c87cb76627c3 diff --git a/gemini-client/lagrange/lagrange-1.7.2.ebuild b/gemini-client/lagrange/lagrange-1.8.1.ebuild similarity index 60% rename from gemini-client/lagrange/lagrange-1.7.2.ebuild rename to gemini-client/lagrange/lagrange-1.8.1.ebuild index 6eb7a75..08ffe1f 100644 --- a/gemini-client/lagrange/lagrange-1.7.2.ebuild +++ b/gemini-client/lagrange/lagrange-1.8.1.ebuild @@ -1,16 +1,15 @@ # Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +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 -}