mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
foliate: update to 3.1.0.
This commit is contained in:
parent
cb97694a4e
commit
6569e1df95
1 changed files with 7 additions and 9 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue