foliate: update to 3.1.0.

This commit is contained in:
oreo639 2024-02-25 04:01:47 -08:00 committed by oreo639
parent cb97694a4e
commit 6569e1df95

View file

@ -1,19 +1,17 @@
# Template file for 'foliate'
pkgname=foliate
version=2.6.4
version=3.1.0
revision=1
build_style=meson
hostmakedepends="pkg-config gettext gjs glib-devel"
depends="webkit2gtk gjs"
hostmakedepends="pkg-config gettext glib-devel
gtk4-update-icon-cache desktop-file-utils"
makedepends="gjs-devel gtk4-devel libadwaita-devel libwebkitgtk60-devel"
depends="libwebkitgtk60 gjs"
checkdepends="desktop-file-utils appstream-glib"
short_desc="Simple and modern GTK eBook reader"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://johnfactotum.github.io/foliate/"
distfiles="https://github.com/johnfactotum/foliate/archive/${version}.tar.gz"
checksum=4a4381bff6e398f6734e1695da23f1c593ba2a67e463e07021a089ffd0741776
distfiles="https://github.com/johnfactotum/foliate/releases/download/${version}/com.github.johnfactotum.Foliate-${version}.tar.xz"
checksum=87f8a14dcb730a585f7b9ce47d3fa6dbbe03733bf134d40423b20931b3b429dc
python_version=3
post_install() {
ln -s com.github.johnfactotum.Foliate ${DESTDIR}/usr/bin/foliate
}