Package Details: mkosi-git 25.3.r10.gf28bf1a754-1

Git Clone URL: https://aur.archlinux.org/mkosi-git.git (read-only, click to copy)
Package Base: mkosi-git
Description: Build Legacy-Free OS Images
Upstream URL: https://github.com/systemd/mkosi
Licenses: LGPL2.1
Conflicts: mkosi
Provides: mkosi
Submitter: falconindy
Maintainer: lucaswerkmeister
Last Packager: lucaswerkmeister
Votes: 6
Popularity: 0.000003
First Submitted: 2016-07-16 02:20 (UTC)
Last Updated: 2025-02-04 21:42 (UTC)

Dependencies (45)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

willemw commented on 2020-12-13 13:33 (UTC)

@lucaswerkmeister: Instead of the "# try to build the manpage ..." section, you could do:

command -v pandoc > /dev/null && pandoc -s -f markdown -t man mkosi.md -o mkosi.1

willemw commented on 2020-12-13 13:20 (UTC) (edited on 2020-12-13 13:40 (UTC) by willemw)

@lucaswerkmeister: or remove 'pandoc' from 'makedepends' and add a comment or a (colored) build message that it is an optional autodetected make dependency. Then we can run 'make -si' or an AUR helper as usual and are not forced to run 'makepkg --nodeps' separately (which could break the build).

lucaswerkmeister commented on 2020-12-08 23:16 (UTC)

@jshap I’ve updated the build script so it handles missing pandoc without failing. There’s no way to mark the dependency as optional as far as I’m aware, but you should be able to build a manpage-less version of the package with makepkg -d now.

lucaswerkmeister commented on 2019-01-29 23:38 (UTC)

@jshap70 I’m really not a fan of separate documentation packages – I find them very annoying in Debian, and I have the impression they’re much less widespread in Arch.

Making it optional in the build sounds more acceptable to me – declare pandoc as an optional dependency and change the build script so it doesn’t fail if the manpage can’t be built. Still not convinced it’s necessary, though, to be honest.

jshap commented on 2019-01-29 02:42 (UTC) (edited on 2019-01-29 02:43 (UTC) by jshap)

can we talk about maybe removing that manpage? or making it optional in the build? In all, pandoc and it's haskell-deps is 417.21 MiB of extra requirements, which pretty annoying for something which by definition is just "a fancy wrapper around... pacstrap".

Maybe we can split it out into a mkosi-docs-git package?

lucaswerkmeister commented on 2019-01-10 21:43 (UTC)

@S13ntist great, thanks a lot for the patch! I’ve taken the liberty to split it into several commits (keeping you as the author), I hope you don’t mind.

S13ntist commented on 2019-01-10 20:03 (UTC)

Hi, since https://github.com/systemd/mkosi/pull/308 mkosi now includes a man page. The bad news is that you need to generate it yourself, via pandoc.

Can you please include the patch here: https://gist.github.com/brunnre8/4bb37277082dca2b5c826f55338474de

lucaswerkmeister commented on 2018-11-03 18:58 (UTC)

@gdamjan I guess that’s outdated – as far as I can tell, it seems that qemu-kvm was a fork of QEMU with KVM features added, but that’s now been merged back into QEMU, so it shouldn’t be necessary anymore. I’ve dropped the optdepends, thanks!

gdamjan commented on 2018-11-03 18:41 (UTC)

is the qemu-kvm optdepend needed? It doesn't seem to exist as a package, and those providing it already provide qemu too