Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xpcdeps: rework | maxice8 | 2019-03-02 | 1 | -16/+30 |
| | | | | Closes: #123 [via git-merge-pr] | ||||
* | xlint: remove unrecognized variable. | maxice8 | 2019-03-01 | 1 | -2/+0 |
| | | | | | | | Recently all occurrences of noarch=yes have been replaced in a single 2k line commit. time to make sure nobody makes that mistake again. | ||||
* | xtools.1: update link | Leah Neukirchen | 2019-03-01 | 2 | -5/+5 |
| | |||||
* | xlocate: respect $XDG_CACHE_HOME v0.55 | SolitudeSF | 2019-02-25 | 1 | -1/+2 |
| | |||||
* | xi: also try multilib repos | Colin Gillespie | 2019-02-19 | 1 | -0/+12 |
| | |||||
* | xlint: recognize archs=, stop caring about noarch= and replace it with | maxice8 | 2019-02-16 | 1 | -1/+3 |
| | | | | archs=. | ||||
* | xlint: add build_helper | maxice8 | 2019-01-26 | 1 | -0/+2 |
| | | | | Closes: #118 [via git-merge-pr] | ||||
* | xlint: add fetch_cmd to variable ordering | maxice8 | 2019-01-22 | 1 | -0/+1 |
| | | | | Closes: #117 [via git-merge-pr] | ||||
* | xlint: add fetch_cmd to list of acceptable variables | maxice8 | 2019-01-22 | 1 | -0/+1 |
| | |||||
* | xlint: refuse the SSPL license | Toyam Cox | 2019-01-16 | 1 | -0/+1 |
| | |||||
* | xlint: don't enforce order for only_for_archs | Duncaen | 2019-01-12 | 1 | -1/+1 |
| | | | | Closes: #116 [via git-merge-pr] | ||||
* | xlint: don't encourage large diffs by moving less used long variables from ↵ | Duncaen | 2019-01-11 | 1 | -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_desc | Piotr Wójcik | 2019-01-03 | 1 | -0/+1 |
| | |||||
* | xlint: Handle go_mod_mode in linting | Noel Cower | 2019-01-02 | 1 | -0/+2 |
| | | | | Added to the go build style, so this ought to be supported. | ||||
* | xuname: fix url v0.54 | maxice8 | 2019-01-01 | 1 | -5/+5 |
| | |||||
* | switch from voidlinux.eu to voidlinux.org | Johannes Brechtmann | 2019-01-01 | 4 | -10/+10 |
| | |||||
* | xlint: advise on usage of py3_sitelib | maxice8 | 2018-12-07 | 1 | -0/+1 |
| | | | | Closes: #109 [via git-merge-pr] | ||||
* | xpcdeps: start matching pkg-config files by the slash | maxice8 | 2018-12-04 | 1 | -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 order | Piotr Wójcik | 2018-12-01 | 1 | -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 end | Piotr Wójcik | 2018-12-01 | 1 | -2/+2 |
| | |||||
* | xlocate: don't mark anything starting with a hyphen as an invalid option v0.53 | maxice8 | 2018-11-19 | 1 | -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 completion | Johannes Brechtmann | 2018-11-10 | 1 | -8/+9 |
| | | | | Closes: #104 [via git-merge-pr] | ||||
* | xlint: correct pycompile_* variables order | Piotr Wójcik | 2018-10-31 | 1 | -0/+2 |
| | |||||
* | xlint: check variables order | Piotr Wójcik | 2018-10-29 | 1 | -0/+76 |
| | | | | Closes: #100 [via git-merge-pr] | ||||
* | xlint: check header line format | Piotr Wójcik | 2018-10-29 | 1 | -0/+8 |
| | |||||
* | xlint: Refuse quoted pkgname and version | Piotr Wójcik | 2018-10-29 | 1 | -0/+2 |
| | | | | Except when they use variable substitution | ||||
* | xvoidstrap: allow overriding the repo | Michael Gehring | 2018-10-26 | 1 | -2/+2 |
| | | | | Closes: #99 [via git-merge-pr] | ||||
* | xgensum: use xdistdir to find the template (as fallback) | Leah Neukirchen | 2018-10-13 | 1 | -1/+4 |
| | | | | | | By @Piraty. Closes #98. | ||||
* | xlint: allow NGPL license | Leah Neukirchen | 2018-08-31 | 1 | -1/+1 |
| | | | | Fixes #97. | ||||
* | xvoidstrap: fix mkdir arguments | Michael Gehring | 2018-08-20 | 1 | -1/+1 |
| | | | | Closes: #96 [via git-merge-pr] | ||||
* | xlint: realize skiprdeps is a variable | Toyam Cox | 2018-08-05 | 1 | -0/+1 |
| | |||||
* | xlint: check if version in distfiles is a non variable | John Zimmermann | 2018-06-19 | 1 | -0/+2 |
| | | | | Closes: #93 [via git-merge-pr] | ||||
* | xdiff: sort files by version v0.52 | Leah Neukirchen | 2018-05-28 | 1 | -1/+1 |
| | |||||
* | xnew: use SPDX compliant license as default | Andrew Benson | 2018-05-04 | 1 | -1/+1 |
| | | | | Closes: #92 [via git-merge-pr] | ||||
* | xlint: changelog is now a variable. | maxice8 | 2018-05-03 | 1 | -0/+1 |
| | |||||
* | xgensum: add -c switch for generating content checksums | John | 2018-05-01 | 4 | -3/+63 |
| | | | | Closes: #90 [via git-merge-pr] | ||||
* | xdiff: use vim -d | Leah Neukirchen | 2018-04-26 | 1 | -1/+1 |
| | | | | Closes #88. | ||||
* | xlint: scan for KDE_SITE usage. | maxice8 | 2018-04-22 | 1 | -0/+1 |
| | |||||
* | xpcdeps: refactor. | maxice8 | 2018-03-21 | 1 | -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 $ { } | maxice8 | 2018-03-17 | 1 | -2/+3 |
| | | | | Closes: #84 [via git-merge-pr] | ||||
* | xpcdeps: deal with comma-delimited Requires: | maxice8 | 2018-03-17 | 1 | -1/+1 |
| | | | | | | | | udisks2.pc uses Requires: gio-2.0,gobject-2.0,glib-2.0 replace each occourence of , with 1 space | ||||
* | xpcdeps: add | maxice8 | 2018-03-16 | 3 | -0/+71 |
| | | | | Closes: #82 [via git-merge-pr] | ||||
* | xpstree: chmod +x | Leah Neukirchen | 2018-03-16 | 1 | -0/+0 |
| | |||||
* | xmandoc: follow symlinks. | Leah Neukirchen | 2018-03-15 | 1 | -0/+1 |
| | | | | | This is a hack, but the best we can do with the given information. Closes #79. | ||||
* | xgensum: fix xgensum <directory> v0.51 | Michael Gehring | 2018-03-08 | 1 | -3/+5 |
| | | | | Closes: #78 [via git-merge-pr] | ||||
* | xi: also try debug repos | Michael Gehring | 2018-03-05 | 1 | -0/+6 |
| | | | | Closes: #76 [via git-merge-pr] | ||||
* | xvoidstrap: mention time zone | Leah Neukirchen | 2018-03-05 | 1 | -0/+1 |
| | |||||
* | xlint: warn on git archives with .zip | Toyam Cox | 2018-02-14 | 1 | -0/+1 |
| | |||||
* | xvoidstrap: more items for the checklist | Leah Neukirchen | 2018-02-08 | 1 | -0/+6 |
| | |||||
* | xchroot: be a bit more verbose, and set PS1 | Leah Neukirchen | 2018-02-08 | 1 | -1/+7 |
| |