Search Criteria
Package Details: kanboard 1.2.12-1
Git Clone URL: | https://aur.archlinux.org/kanboard.git (read-only, click to copy) |
---|---|
Package Base: | kanboard |
Description: | Simple visual task board |
Upstream URL: | http://kanboard.net/ |
Licenses: | |
Submitter: | pschmitt |
Maintainer: | PreparationH67 |
Last Packager: | PreparationH67 |
Votes: | 15 |
Popularity: | 0.81 |
First Submitted: | 2014-10-31 10:43 |
Last Updated: | 2019-11-14 15:51 |
Dependencies (5)
- php (php55, php53, php56, php70, php-zts, php-32bits-fixes, php71, php72)
- php-gd (php55-gd, php53-gd, php56-gd, php-zts-gd, php72-gd)
- mariadb (mysql55, mariadb-mainline-noconflict, mariadb-git, mysql, mysql57, mysql56, percona-server) (optional) – For MySQL storage
- php-pgsql (php55-pgsql, php53-pgsql, php56-pgsql, php-zts-pgsql, php72-pgsql) (optional) – For postgres storage
- php-sqlite (php55-sqlite, php53-sqlite, php56-sqlite, php-zts-sqlite, php72-sqlite) (optional) – For sqlite storage
Latest Comments
1 2 3 4 Next › Last »
PreparationH67 commented on 2019-10-15 17:32
The default config is now patched in the packaging stage to avoid the issue with the PHP DIR macro and uses a variable called "ARCH_BASE_DIR".
PreparationH67 commented on 2019-10-14 16:30
@carlenny thanks for letting me know about this issue. I was hoping to avoid modifying the supplied default config, but that default will have to be changed to maintained the standard behavior for webapp packages.
carlenny commented on 2019-10-14 11:09
Thank you very much! One more issue: It's very cool and clear that
/usr/share/webapps/kanboard/config.php
is a symlink to/etc/webapps/kanboard/config.php
. However the__DIR__
constants in/etc/webapps/kanboard/config.php
resolve to/etc/webapps/kanboard
. So with the default config, kanboard tries to upload files to/etc/webapps/kanboard/data
instead of/usr/share/webapps/kanboard/data
. Would it be a good idea to replace__DIR__
with/usr/share/webapps/kanboard
in the default config?PreparationH67 commented on 2019-09-24 15:33
The symlink should now be created automatically and point to the default config supplied by kanboard. The issue with the post_install function is fixed.
carlenny commented on 2019-09-23 18:28
Is the symlink still meant to be a manual post install action? I had a look at
kanboard.install
, and${pkgname}
seems to be not available inpost_install()
, so the call toln
yields:PreparationH67 commented on 2018-06-29 19:01
Currently the symlink of the config is meant to be a manual post install action to prevent the service from being started without doing the initial required configuration.
rEnr3n commented on 2018-05-24 04:27
Can you add these?
PreparationH67 commented on 2018-05-15 17:06
Looks like I did forget to clean the directory I was building in, the package has been updated.
dopsi commented on 2018-05-12 10:30
I can confirm the problem warsh reported. Have you tried redownloading the source zip ?
PreparationH67 commented on 2018-05-11 14:11
Odd, I just tried a rebuild and it passed with the current sha256sum for kanboard 1.2.3-1 and failed with the f009051ccd496ac678f5a7532ce2dced58cebec87fe9cb5e69d5059b4ed165ae value. Since I can't reproduce the issue I'm going to leave current value in place unless more people report the same problem.