mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 21:27:01 +02:00
25 lines
1 KiB
Bash
25 lines
1 KiB
Bash
# Template file for 'Komikku'
|
|
pkgname=Komikku
|
|
version=1.69.0
|
|
revision=1
|
|
build_style=meson
|
|
build_helper=gir
|
|
hostmakedepends="gettext glib-devel pkg-config desktop-file-utils
|
|
gtk-update-icon-cache blueprint-compiler"
|
|
makedepends="gtk4-devel libadwaita-devel"
|
|
depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brotli
|
|
python3-Pillow python3-Unidecode python3-requests python3-dateparser
|
|
python3-gobject python3-keyring python3-lxml python3-magic python3-rarfile
|
|
python3-natsort python3-pure-protobuf python3-emoji libwebkitgtk60
|
|
python3-piexif python3-colorthief python3-pillow_heif"
|
|
checkdepends="appstream-glib desktop-file-utils"
|
|
short_desc="Online/offline manga reader for GNOME"
|
|
maintainer="fanyx <fanyx@posteo.net>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://codeberg.org/valos/Komikku"
|
|
distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
|
|
checksum=08943e8acff17cbb89a56ad2be745e84e5bb0670d72d3eef57f50f8b411efa65
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
|
|
fi
|