Skip to content

Commit

Permalink
Komikku: update to 1.60.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyx committed Oct 20, 2024
1 parent f38e84c commit 9f73796
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions srcpkgs/Komikku/template
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Template file for 'Komikku'
pkgname=Komikku
version=1.21.1
revision=2
version=1.60.0
revision=1
build_style=meson
hostmakedepends="gettext glib-devel gobject-introspection pkg-config
desktop-file-utils gtk-update-icon-cache"
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
Expand All @@ -13,8 +14,12 @@ depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brot
python3-piexif"
checkdepends="appstream-glib desktop-file-utils"
short_desc="Online/offline manga reader for GNOME"
maintainer="Orphaned <[email protected]>"
maintainer="fanyx <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://gitlab.com/valos/Komikku"
distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
checksum=303919974aa860b542e486d0321149a882f3f667309b2216899ea5f1633c860f
homepage="https://codeberg.org/valos/Komikku"
distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
checksum=df62598b7af5e5e1dfc4a58fe369d2f003a1d8b6d6c25615e590150eb157a80b

if [ "$CROSS_BUILD" ]; then
export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
fi

0 comments on commit 9f73796

Please sign in to comment.