Age | Commit message (Collapse) | Author |
|
Switch to meson as build system (yay).
Remove unnecessary quotes and curly braces.
Remove all references to previously overlinked libraries.
Disable natural language support as we don't have intl.
Switch to current upstream url.
|
|
https://gitlab.archlinux.org/archlinux/devtools/-/merge_requests/109#note_74475
|
|
Add all available sodeps in package() and the respective packages to makedepends.
|
|
Moving all sodeps to package() and adding the respective packages to makedepends.
Removing all modifications for waf, as now the scripts are compatible with system waf.
Adding validpgpkey of upstream (David Robillard).
Minor cleanups.
|
|
able to build with python3 and system waf. Added upstream tickets on gitlab requesting non-python2 versions.
|
|
Updating maintainer. Switching to https for url and source. Removing unneeded prepare. Switching to python for makedepends. Calling waf scripts locally. Installing various docs. Minor fixes.
|
|
FTR, commands used to change arch=() and then verify the changes:
$ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD*
$ grep -r i686 * | grep arch= | grep -v repos
$ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- |
while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do
echo "$l1 -> $l2"
done | sort -u
|
|
|
|
|
|
|
|
required by patchage 1.0.0
|