Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Komikku: update to 1.68.0, adopt. #50681

Merged
merged 2 commits into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions srcpkgs/Komikku/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
# Template file for 'Komikku'
pkgname=Komikku
version=1.21.1
revision=3
version=1.68.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
fanyx marked this conversation as resolved.
Show resolved Hide resolved
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-piexif python3-colorthief python3-pillow_heif"
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=d6db52db72da5d4c35b81b8e17ab9154cea7b8e03f96be2f4802cea6fbc3c692

if [ "$CROSS_BUILD" ]; then
export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
fi
18 changes: 18 additions & 0 deletions srcpkgs/python3-colorthief/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'python3-colorthief'
pkgname=python3-colorthief
version=0.2.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Pillow"
short_desc="Python module for grabbing the color palette from an image"
maintainer="fanyx <[email protected]>"
license="BSD-3-Clause"
homepage="https://github.com/fengsp/color-thief-py"
distfiles="${PYPI_SITE}/c/colorthief/colorthief-${version}.tar.gz"
checksum=079cb0c95bdd669c4643e2f7494de13b0b6029d5cdbe2d74d5d3c3386bd57221
make_check=no # no tests

post_install() {
vlicense LICENSE
}
Loading