summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* xpkg: add -r rootdir v0.56Leah Neukirchen2019-04-172-1/+5
|
* xlint: deal with SPDX licenses.maxice82019-04-171-0/+13
|
* xcheckrestart: ignore memfd and graphics mapsCameron Nemo2019-04-171-0/+3
|
* xgensum: use xbps-uhelper digest, reduce basename(1) usagemaxice82019-04-141-11/+13
| | | | Closes: #130 [via git-merge-pr]
* xgensum: try to source the environment for the build-style as well.maxice82019-03-201-0/+5
| | | | Closes: #128 [via git-merge-pr]
* xpcdeps: More fixes.maxice82019-03-181-6/+6
| | | | | | | | | | | - Use pwd -P in case void-packages is a symlink - Match all files ending with .xbps to avoid repodata files - Strip -musl from matched files to not break xbps-uhelper getpkgname - create empty .pc to avoid running extra functions - remove debugging exit 0 - Check if there are no files matched Closes: #127 [via git-merge-pr]
* xnew: rename deprecated only_for_archs field to archsJohn Zimmermann2019-03-041-1/+1
|
* xpcdeps: reworkmaxice82019-03-021-16/+30
| | | | Closes: #123 [via git-merge-pr]
* xlint: remove unrecognized variable.maxice82019-03-011-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 linkLeah Neukirchen2019-03-012-5/+5
|
* 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
|