aboutsummaryrefslogtreecommitdiffhomepage
path: root/Manual.md (follow)
AgeCommit message (Collapse)AuthorLines
2022-03-20Manual.md: document ${VIDEOLAN_SITE}tibequadorian-0/+1
2022-02-22Manual.md: add documentation for XBPS_ORIG_MAKEJOBSclassabbyamp-1/+3
documents the variable added in #34989
2022-02-12Manual.md: document renaming a packagePiotr Wójcik-0/+13
2022-02-12Manual.md: extend archs= descriptionPiotr Wójcik-0/+3
2022-01-13Manual.md: fix typoEvgeny Ermakov-1/+1
2022-01-08nostrip_files: allow full pathGonzalo Tornaría-2/+2
The option `nostrip_files` takes a filename without path, in contrast to option `nopie_files` which takes only full path. This commit makes it so that `nostrip_files` can take either the filename or the full path.
2022-01-05Manual.md: correct working directory for build phasesPiotr Wójcik-2/+2
2021-11-15Manual: correct example for XBPS_CROSS_BASEĐoàn Trần Công Danh-1/+1
2021-11-14Manual.md: clarify default build targetGonzalo Tornaría-2/+3
2021-11-13build-styles: add zig-buildIsaac Freund-0/+4
We call this "zig-build" instead of just "zig" as this build-style relies on usage of the zig build system. In the future, other build systems such as meson may support zig code. Furthermore, the zig build system may be used to build C/C++ code as well, not just zig.
2021-11-04Documentation: replace git protocol with httpsĐoàn Trần Công Danh-1/+1
git protocol will be retired by GitHub soon. Replace it with supported https instead.
2021-10-25Manual.md: require justification for make_checkPiotr Wójcik-2/+1
2021-08-26hooks/post-install: add fix permissions hookMichal Vasilek-0/+4
2021-08-23Manual.md: document changelog and modify homepagemeator-1/+3
2021-07-22Manual.md: fix license for meta packages.Érico Nogueira-2/+2
All but 4 meta packages already use "Public Domain" for their licensing instead of the original "BSD-2-Clause" recommendation.
2021-06-21Manual.md: disallow variables in version backPiotr Wójcik-3/+1
- xbps-checkvers substitute whole parameters ignoring #, %, :N varieties, that's captious - templates can be updated mechanically with scripts like xupdate - easier to lint
2021-06-20do-patch: switch default patch_args to -Np1Đoàn Trần Công Danh-2/+2
All templates that require -Np0 have patch_args appended. Let's flip the switch.
2021-06-15xbps-triggers: add initramfs-regenerate triggerAndrew J. Hesford-0/+30
This abstracts away the `dracut -f -q --regenerate-all` that appears in nvidia and zfs packages, allowing users to disable global regeneration, use dracut (by default, to preserve existing behavior) or mkinitcpio. Eventually, this can be extended with initramfs-tools if we like. Closes: #31403
2021-05-22Manual.md: move to libera for IRC.Érico Nogueira-1/+1
2021-05-18Manual.md: add instructions for PEP 517 Python package build backendsKye Shi-1/+2
Closes: #30552 [via git-merge-pr]
2021-04-26xbps-src: add make_check=ci-skipPiotr Wójcik-5/+9
2021-04-07Manual: add 80 column line break suggestion.Érico Nogueira-14/+20
Also: - rework most of the language in the Introduction - move note about special characters in pkgname or version - note restrictions to version field are caused partly by xbps-checkvers - fix indentation of 'maintainer' item
2021-03-15cross*: drop the cross_triplet and _triplet variablesq66-3/+3
2021-03-10Manual.md: document requirement of tagged release in place linked from PR ↵Piotr Wójcik-0/+5
template
2021-02-20common/build-style: remove go_get from Go style.Érico Rolim-10/+5
Fix Manual accordingly, and also fix indentation to be compatible with nearby items. The two packages which set this variable set it explicitly to "no", so it wasn't relied upon. From its description, it was recommended only for git packages, which by default don't fit Void's packaging guidelines. Removing to avoid anyone coming to rely on it.
2021-02-14Manual.md: link deps_runtime section when referring to it.Érico Rolim-1/+2
2021-02-11xbps-src/libexec: add make_check option.Érico Rolim-1/+11
Allows a template to define in which circumstances its do_check phase should run, without requiring custom do_check definitions in each template (also makes it easier to change how build styles do things without checking as many templates). Add to Manual and CONTRIBUTING as well.
2021-01-20build-style/void-cross: remove linux and libucontext arch varsq66-3/+1
2021-01-20xbps-src: remove noarchq66-1/+1
2021-01-05Manual.md: add package to removed-packages on removalPiotr Wójcik-1/+4
2020-12-31common/build-style: add void-crossq66-0/+10
this introduces a new build-style void-cross, which can be used to write system crosstoolchain templates; this is to reduce the amount of maintenance, resolve existing problems with the cross toolchain templates and remove repeated code
2020-12-30Manual: some git info to CONTRIB, explain how to use different branch in PR.Érico Rolim-3/+3
2020-12-30common: Add new cmake-wxWidgets-gtk3 build-helperJohn-0/+2
2020-12-29Manual.md: designate place for Void-specific documentationPiotr Wójcik-0/+9
2020-12-14xbps-src: add -K option for running the full testsuite.Érico Rolim-0/+3
Some packages have rather long test suites, with an option for a shorter one. With this option, one can choose between shorter tests (-Q) or the complete longer ones (-K). This also allows CI to run only the shorter testsuites. Make the appropriate changes to etc/default.conf and Manual.md as well.
2020-12-08build-style/python3-pep517: new style for PEP517 Python packagesAndrew J. Hesford-8/+19
2020-11-21Manual.md: revamp explain_depends section.Érico Rolim-30/+39
Add useful examples of checkdepends that might not be obvious.
2020-11-21Disable Travis CI.Érico Rolim-4/+2
- Remove .travis.yml, common/travis/docker.sh. - Change references to travis to be more generic. - Manual.md: Orient against using CI logs in broken= or nocross=.
2020-11-13Manual.md: relax and clarify the "no scripts" policyAndrew J. Hesford-4/+5
Closes: #25707.
2020-11-08Manual.md: system groups should also use _ prefixIsaac Freund-2/+2
2020-10-30Manual.md: fix package naming conventions anchoramak-1/+1
2020-09-13Manual.md: remove mentions of noarch, note it should not be used.fosslinux-8/+5
2020-08-2511-pkglint-elf-in-usrshare: allow explicit setting of exceptionsHelmut Pozimski-2/+8
Co-authored-by: Piotr Wójcik <chocimier@tlen.pl>
2020-08-22Manual.md: add dotpoint on nopie_files.fosslinux-0/+3
2020-08-16Manual.md: Note when `archs` should be used.Alexis-0/+3
2020-08-14Manual.md: Mention policy on browser forks.Alexis-0/+3
2020-07-28common/build-helper/qemu.sh: add vtargetrun function.Érico Rolim-1/+3
It's a function to call the qemu executable for the target arch, or a noop if the build isn't a cross build.
2020-07-28common/environment/setup/install.sh: add vcompletion.Érico Rolim-0/+7
Install function for installing shell completions in the appropriate place according to the shell used.
2020-07-15Manual.md: Clarify quality requirements.Alexis-0/+5
2020-07-14xbps-triggers: add texmf-dist regeneration triggerfosslinux-0/+15