about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* xgensum: quote all XBPS_* variable expansionDoan Tran Cong Danh2019-07-141-5/+5
| | | | | With 2 previous changes, we probadly don't need this, just in case someone have spaces in their directory's name.
* xgensum: exit early when xdistdir is failedDoan Tran Cong Danh2019-07-141-1/+1
|
* xdistdir: use xbps-src's exit codeDoan Tran Cong Danh2019-07-141-2/+2
| | | | xbps-src show-var XBPS_DISTDIR should return 1 line only anyway.
* xnew: move archs up above wrksrcDoan Tran Cong Danh2019-07-011-1/+1
| | | | | | | xlint want to have archs before wrksrc. Sync xnew with xlint. Signed-off-by: Doan Tran Cong Danh <congdanhqx@gmail.com>
* xlint: remove duplicated entry of revisionDoan Tran Cong Danh2019-07-011-1/+0
| | | | Signed-off-by: Doan Tran Cong Danh <congdanhqx@gmail.com>
* xlint: sync common hosting sites with xbps-srcPiotr Wójcik2019-06-301-3/+4
|
* xmindep: finish removal from documentationToyam Cox2019-06-203-10/+1
|
* xmindep: Removed, is now considered the wrong approachToyam Cox2019-06-201-10/+0
|
* _xtools: update #compdef lineLeah Neukirchen2019-06-011-1/+1
| | | | Closes #133.
* xbulk: remove every line that starts with </>/=John Zimmermann2019-05-151-1/+1
| | | | Closes: #132 [via git-merge-pr]
* xbulk: don't blindly strip the first line of show-build-depsJohn Zimmermann2019-05-151-1/+1
| | | | ./xbp-src show-build-deps $pkg does start in the first line with returning dependencies, the current behaviour just stripped the first one
* 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]