Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-01 | Set up update.sh for vcs packages | Einhard Leichtfuß | |
Therefore, use $vcs_langs instead of $langs, due to fra-deu and deu-fra missing in the vcs tree. Furthermore, in - svn/sample.PKGBUILD, `- change the default pkgrel to 2, since any update is forced, i.e. there is no version change asking for update; - update.sh, `- add a usage note, `- require a specific type (e.g. src) to be supplied, `- remove the need to specify $ext for -u, `- set up a handle_all_vcs() function specifically for VCS sources, i.e. svn, `- move the download of freedict-database.json to handle_all(). | |||
2018-03-31 | Add support for dict-freedict-* in make_install | Einhard Leichtfuß | |
Furthermore: - Move $langs[] to basic.sh in order to be able to use it in make_install. - Add -f to rm in cleanup() in order to prevent unforeseen errors, that don't matter. | |||
2018-03-30 | Split some functionality off update.sh | Einhard Leichtfuß | |
Such that it may be used by the to be bettered make_install.sh. In particular, the latter is supposed to work for both non-vcs source and binary packages. Also add a main() method to update.sh. |