gemini-client/lagrange: add 1.4.2, drop 1.3.4

Other changes:
* Add licenses for stb and fonts
* Add more metadata

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2021-05-24 13:23:24 +02:00
parent 098937d26d
commit baf23b2b1b
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 43 additions and 10 deletions

View File

@ -1,2 +1,2 @@
DIST lagrange-1.3.4.tar.gz 20972308 BLAKE2B f00564cac5963de9558c017d9fb0acb518dd15f3162284c415d0b8579b4f20681749c98e51f1b3b2c97201e08d8a5cc29cb631d52c45a9124c995ed891db3128 SHA512 50d0b74720153dd026f546bac2ffcf471a863c553b95886bd9c83863778ba9844d396e38e7766e211536ebccb1879a5aad1d13d07ccb67cdf743ec2c0c5a73d7
DIST lagrange-1.4.0.tar.gz 21615275 BLAKE2B 8c068f8808a5a7691371f8fe4a268aacadb86dd0dd146a03ffc92503a7915876d2da42cee141ff787faa9abb6e702047095df8f0705c19289e6d4f9d7459c325 SHA512 3e173b4ed3732369ab7c83587b3810e4999c33fd46ffbe3338688268f96c300c0c7f932f5df6a47123c9627756fd7835671a596fccdceda3c7d2e73769083cd6
DIST lagrange-1.4.2.tar.gz 21616139 BLAKE2B a4fea160c292892ac938df155314564e162be60f236965604d2c2967bd057c2afd27312159f6bce86f64254d5d3c9818882c32631fdcebb9dbf36546cbb2d248 SHA512 ea0c8331011ba3d64b3e3053ec1a36016f49da188165552db90cb7f8bf2c46d4c42fd197d5d8edd4e243abb9821e7d520f1e5d12bbc6f49917f8b417329cb291

View File

@ -10,23 +10,31 @@ 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="BSD-2"
LICENSE="|| ( MIT Unlicense ) Apache-2.0 BSD-2 OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+mp3"
DEPEND="
dev-libs/libpcre
dev-libs/libunistring
dev-libs/openssl
media-libs/libsdl2
sys-libs/zlib
dev-libs/libpcre
dev-libs/libunistring
dev-libs/openssl
media-libs/libsdl2
mp3? ( media-sound/mpg123 )
sys-libs/zlib
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
local mycmakeargs=(
-DENABLE_MPG123=$(usex mp3)
-DENABLE_IDLE_SLEEP=OFF # improves perfomance
)
cmake_src_configure
}
pkg_postinst() {
elog "Optional dependencies:"
optfeature "MPEG audio support" media-sound/mpg123
xdg_desktop_database_update
xdg_icon_cache_update
}

View File

@ -5,4 +5,29 @@
<email>alarig@swordarmor.fr</email>
<name>Alarig Le Lay</name>
</maintainer>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<longdescription>
Lagrange is a desktop GUI client for browsing Geminispace.
It offers modern conveniences familiar from web browsers,
such as smooth scrolling, inline image viewing, multiple
tabs, visual themes, Unicode fonts, bookmarks, history, and
page outlines.
Like the Gemini protocol, Lagrange has been designed with
minimalism in mind. It depends on a small number of essential
libraries. It is written in C and uses SDL for
hardware-accelerated graphics. OpenSSL is used for secure
communications.
</longdescription>
<upstream>
<maintainer>
<email>jaakko.keranen@iki.fi</email>
<name>Jaakko Keränen</name>
</maintainer>
<bugs-to>https://github.com/skyjake/lagrange/issues</bugs-to>
<remote-id type="github">skyjake/lagrange</remote-id>
</upstream>
</pkgmetadata>