Skip to content

catgirl-downloader: update to 0.2.8 #28298

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

Merged
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
11 changes: 6 additions & 5 deletions www/catgirl-downloader/Portfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in www/catgirl-downloader/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test catgirl-downloader: Warning: catgirl-downloader is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in www/catgirl-downloader/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test catgirl-downloader: Warning: catgirl-downloader is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in www/catgirl-downloader/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test catgirl-downloader: Warning: catgirl-downloader is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

PortSystem 1.0
PortGroup github 1.0
PortGroup meson 1.0

name catgirl-downloader
github.setup NyarchLinux CatgirlDownloader 0.2.7
github.setup NyarchLinux CatgirlDownloader 0.2.8
revision 0

categories www graphics
Expand All @@ -15,14 +15,14 @@
description GTK4 application that downloads images of catgirl
long_description {*}${description} based on https://nekos.moe

checksums rmd160 e8fc502855292fd24efab833848e558f7af5e8a3 \
sha256 f027a838020c6840ffdd7f0f7f1d11cd9346a0958c8505049a8cd22185c5b640 \
size 7111802
checksums rmd160 753c228de3bbe65891271ae2040ff3ede316f946 \
sha256 f0bc84816a5aa7ddff5b2b2a6b35b3cbca6195d243fcd7ae21b1b092dde6fdf1 \
size 7112175
github.tarball_from archive

meson.wrap_mode nodownload

set py_ver 3.12
set py_ver 3.13
set py_ver_nodot [string map {. {}} ${py_ver}]

configure.python ${prefix}/bin/python${py_ver}
Expand Down Expand Up @@ -52,6 +52,7 @@
post-activate {
system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
system "${prefix}/bin/gtk4-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
}

# https://trac.macports.org/ticket/70137
Expand Down