[Bug 198951] [NEW PORT] x11-themes/evolvere-icon-theme: Icon themes for KDE, Gnome, Xfce

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 29 07:59:17 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198951

--- Comment #16 from Mathieu Arnold <mat at FreeBSD.org> ---
(In reply to Kurt Jaeger from comment #15)
> Maybe the API can be enhanced. I'll ask around.

It can't, the GitHub API is pretty simple:

https://developer.github.com/v3/repos/contents/#get-archive-link

The best bet would be to manually create one archive per set using git archive,
possibly compressing them with xz instead of the default gzip in the mean time.

Something like:

for i in <list of directories>
do
git archive --format tar --prefix franksouza183-EvolvereSuit-$i-902379c/ HEAD
-- $i | xz -9 > franksouza183-EvolvereSuit-$i-902379c.tar.xz
done

It could even be added to the Makefile for easy update when there are new
releases.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list