summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-11disable ltoWez Furlong
refs: https://github.com/wez/wezterm/issues/4987
2024-01-23fixup per https://github.com/wez/wezterm/issues/4834Wez Furlong
2023-04-24allow for caching git submodulesWez Furlong
see: https://github.com/wez/wezterm/issues/3611 Co-Authored-By: AThePeanut4
2023-01-26Reformat script file to prevent mistakesMagnus Bergmark
Although on a standard configuration `makepkg` might use directories without any spaces or special characters, these directores can be overridden on some user's machines. Quoting variables that may contain spaces prevents that from causing incorrect output. Also exit if a `cd` fails for any reason. Bumped all versions in the script.
2023-01-26Install extra assetsMagnus Bergmark
Install shell completions for Bash, ZSH, and Fish. Also install nautilus plugin, the same way as it is done in the RPM packages.
2023-01-26Install terminfo fileMagnus Bergmark
2022-11-15remove --all-features flagWez Furlong
It's harmful as it compiles in debugging features that slow things down
2021-12-11update core.abbrev to be consistent with wezterm ciWez Furlong
https://github.com/wez/wezterm/issues/1365
2021-09-17Add rust version checkBernát Gábor
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2021-09-15Remove faulty checkBernát Gábor
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2021-09-11Allow using rustupBernát Gábor
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2021-08-18Add rust min versionBernát Gábor
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2021-08-18Fix conflictsBernát Gábor
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2021-08-18Add conflicts and providesBernát Gábor
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2021-08-18Keep build offline and download in prepareBernát Gábor
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2021-08-06Remove tabsBernát Gábor
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2021-08-06Add Bernat as co-maintainer in PKGBUILDBernát Gábor
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2021-08-06Allow to cache submodulesBernát Gábor
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2021-04-22add dep on xcb-util-imageWez Furlong
2020-10-30update for -gui and -mux-server executablesWez Furlong
2020-09-26Update for colors removalWez Furlong
2020-09-14fixup PKGBUILDWez Furlong
refs: https://github.com/wez/wezterm/issues/269
2020-09-08Add python to makedepend listWez Furlong
2020-06-07Update to build from a more recent versionWez Furlong
2019-02-25Add libxkbcommon as depPedroHLC
2018-11-03Add python as depPedroHLC
2018-10-16Initial releasePedroHLC