summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* xlocate: respect $XDG_CACHE_HOME v0.55SolitudeSF2019-02-251-1/+2
|
* xi: also try multilib reposColin Gillespie2019-02-191-0/+12
|
* xlint: recognize archs=, stop caring about noarch= and replace it withmaxice82019-02-161-1/+3
| | | | archs=.
* xlint: add build_helpermaxice82019-01-261-0/+2
| | | | Closes: #118 [via git-merge-pr]
* xlint: add fetch_cmd to variable orderingmaxice82019-01-221-0/+1
| | | | Closes: #117 [via git-merge-pr]
* xlint: add fetch_cmd to list of acceptable variablesmaxice82019-01-221-0/+1
|
* xlint: refuse the SSPL licenseToyam Cox2019-01-161-0/+1
|
* xlint: don't enforce order for only_for_archsDuncaen2019-01-121-1/+1
| | | | Closes: #116 [via git-merge-pr]
* xlint: don't encourage large diffs by moving less used long variables from ↵Duncaen2019-01-111-2/+2
| | | | | | the end of the template into the middle, seperating build configuration and dependencies that are closely related Closes: #115 [via git-merge-pr]
* xlint: check for initial article in short_descPiotr Wójcik2019-01-031-0/+1
|
* xlint: Handle go_mod_mode in lintingNoel Cower2019-01-021-0/+2
| | | | Added to the go build style, so this ought to be supported.
* xuname: fix url v0.54maxice82019-01-011-5/+5
|
* switch from voidlinux.eu to voidlinux.orgJohannes Brechtmann2019-01-014-10/+10
|
* xlint: advise on usage of py3_sitelibmaxice82018-12-071-0/+1
| | | | Closes: #109 [via git-merge-pr]
* xpcdeps: start matching pkg-config files by the slashmaxice82018-12-041-1/+1
| | | | | | | | | | | | | | example of problematic behaivour: $ xpcdeps uhd will match gnuradio-uhd.pc from gnuradio and wrongly tell us that gnuradio-devel is a dependency due to Requires: gnuradio-runtime
* xlint: change variables orderPiotr Wójcik2018-12-011-40/+45
| | | | | | | | create_wrksrc after wrksrc and before build_wrksrc bootstrap anywhere only_for_archs, conf_files and make_dirs according to xnew Closes: #103 [via git-merge-pr]
* xlint: warn when variables should be placed at endPiotr Wójcik2018-12-011-2/+2
|
* xlocate: don't mark anything starting with a hyphen as an invalid option v0.53maxice82018-11-191-5/+2
| | | | | | | Unbreaks usecases where you want to start searching all files that end with -<word> like -config or -x11 Closes: #105 [via git-merge-pr]
* xbuildbarf: add zsh completionJohannes Brechtmann2018-11-101-8/+9
| | | | Closes: #104 [via git-merge-pr]
* xlint: correct pycompile_* variables orderPiotr Wójcik2018-10-311-0/+2
|
* xlint: check variables orderPiotr Wójcik2018-10-291-0/+76
| | | | Closes: #100 [via git-merge-pr]
* xlint: check header line formatPiotr Wójcik2018-10-291-0/+8
|
* xlint: Refuse quoted pkgname and versionPiotr Wójcik2018-10-291-0/+2
| | | | Except when they use variable substitution
* xvoidstrap: allow overriding the repoMichael Gehring2018-10-261-2/+2
| | | | Closes: #99 [via git-merge-pr]
* xgensum: use xdistdir to find the template (as fallback)Leah Neukirchen2018-10-131-1/+4
| | | | | | By @Piraty. Closes #98.
* xlint: allow NGPL licenseLeah Neukirchen2018-08-311-1/+1
| | | | Fixes #97.
* xvoidstrap: fix mkdir argumentsMichael Gehring2018-08-201-1/+1
| | | | Closes: #96 [via git-merge-pr]
* xlint: realize skiprdeps is a variableToyam Cox2018-08-051-0/+1
|
* xlint: check if version in distfiles is a non variableJohn Zimmermann2018-06-191-0/+2
| | | | Closes: #93 [via git-merge-pr]
* xdiff: sort files by version v0.52Leah Neukirchen2018-05-281-1/+1
|
* xnew: use SPDX compliant license as defaultAndrew Benson2018-05-041-1/+1
| | | | Closes: #92 [via git-merge-pr]
* xlint: changelog is now a variable.maxice82018-05-031-0/+1
|
* xgensum: add -c switch for generating content checksumsJohn2018-05-014-3/+63
| | | | Closes: #90 [via git-merge-pr]
* xdiff: use vim -dLeah Neukirchen2018-04-261-1/+1
| | | | Closes #88.
* xlint: scan for KDE_SITE usage.maxice82018-04-221-0/+1
|
* xpcdeps: refactor.maxice82018-03-211-8/+17
| | | | | | | | | | - use separate sanitize_pcfile function to use sed to perform the cleanup of the pcfile - Grab Requires.private: as well because it is required for pkg-config --cflags - rework main function call to be more readable Closes: #86 [via git-merge-pr]
* xpcdeps: ignore $ { }maxice82018-03-171-2/+3
| | | | Closes: #84 [via git-merge-pr]
* xpcdeps: deal with comma-delimited Requires:maxice82018-03-171-1/+1
| | | | | | | | udisks2.pc uses Requires: gio-2.0,gobject-2.0,glib-2.0 replace each occourence of , with 1 space
* xpcdeps: addmaxice82018-03-163-0/+71
| | | | Closes: #82 [via git-merge-pr]
* xpstree: chmod +xLeah Neukirchen2018-03-161-0/+0
|
* xmandoc: follow symlinks.Leah Neukirchen2018-03-151-0/+1
| | | | | This is a hack, but the best we can do with the given information. Closes #79.
* xgensum: fix xgensum <directory> v0.51Michael Gehring2018-03-081-3/+5
| | | | Closes: #78 [via git-merge-pr]
* xi: also try debug reposMichael Gehring2018-03-051-0/+6
| | | | Closes: #76 [via git-merge-pr]
* xvoidstrap: mention time zoneLeah Neukirchen2018-03-051-0/+1
|
* xlint: warn on git archives with .zipToyam Cox2018-02-141-0/+1
|
* xvoidstrap: more items for the checklistLeah Neukirchen2018-02-081-0/+6
|
* xchroot: be a bit more verbose, and set PS1Leah Neukirchen2018-02-081-1/+7
|
* xchroot: bind-mount /etc/resolv.confLeah Neukirchen2018-02-081-1/+3
|
* add xvoidstrap v0.50Leah Neukirchen2018-02-011-0/+55
|
* add xchrootLeah Neukirchen2018-02-011-0/+41
|