aboutsummaryrefslogtreecommitdiff
path: root/svn
AgeCommit message (Collapse)Author
2022-04-29Simplify $pkgver handlingHEADmasterEinhard Leichtfuß
Always set $_pkgver. - And set it first. (Derive $pkgver off it.) - Usually same as $pkgver.
2022-04-29Fix svn PKGBUILD: move sources to $_langEinhard Leichtfuß
This required allowing a fixed prepare() function and, for the optional, dictionary-specific prepare() part to be inserted into such a fixed prepare() function.
2022-04-29svn: Fix src directory pathEinhard Leichtfuß
2022-04-29svn: Properly name sourceEinhard Leichtfuß
2022-04-29Allow prepare() in svn PKGBUILDsEinhard Leichtfuß
2022-04-29Consistent quotingEinhard Leichtfuß
2022-04-29Change capitalization to "FreeDict"Einhard Leichtfuß
2020-06-26Remove dictd build dependencyEinhard Leichtfuß
freedict-tools now (correctly) depend on dictd. Also, * do not hide curl's errors.
2018-12-23Split off config.sh and add maintainer variableEinhard Leichtfuß
Now, other people than myself might be maintainer. Also, add `| exit 1' to the sourcing of scripts. Furthermore, add note to the scripts in the sample.* files.
2018-12-23Allow for different licensesEinhard Leichtfuß
Therefore, separate types of dictionaries in the configuration sections. Reason: The dictionaries imported from wikdict are differently licensed.
2018-11-29https link in PKGBUILDsEinhard Leichtfuß
2018-04-01Fix buildpath in svn/sample.PKGBUILDEinhard Leichtfuß
2018-04-01Set up update.sh for vcs packagesEinhard 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-31Add %VER% to svn/sample.PKGBUILDEinhard Leichtfuß
2018-03-31Add sample PKGBUILD for svn packages.Einhard Leichtfuß