Given MariaDB is listed as an optional dependency, and wallabag is also apparently compatible with PostgreSQL, is there any reason that can't also be listed as an optional dependency?
Search Criteria
Package Details: wallabag 1.9-1
Package Actions
| Package Base: | wallabag |
|---|---|
| Description: | Self hostable application for saving web pages |
| Upstream URL: | http://www.wallabag.org/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | pschmitt |
| Maintainer: | pschmitt |
| Last Packager: | pschmitt |
| Votes: | 9 |
| First Submitted: | 2014-02-17 12:24 |
| Last Updated: | 2015-02-19 14:09 |
Dependencies (7)
Required by (0)
Sources
Latest Comments
Comment by djmattyg007
Comment by pschmitt
I updated the install file. Thanks prurigro!
Comment by prurigro
Hey there! I noticed a small issue in the .install that might cause some confusion until fixed:
The config file creation line references the template config @ '/usr/share/webapps/wallabag/inc/poche/config.inc.php.new', but it's currently located @ '/usr/share/webapps/wallabag/inc/poche/config.inc.default.php'. This seems like it wouldn't be super obvious to those who aren't familiar with the syntax used to copy one to the other :)
For reference, the correct equivalent for v1.7.2 is: cp /usr/share/webapps/wallabag/inc/poche/config.inc{.default,}.php
Cheers!
Comment by pschmitt
Updated to 1.7.2
https://github.com/wallabag/wallabag/releases/tag/1.7.2
Comment by Anthony25
Thank you !
Comment by pschmitt
@Anthony25: I updated to 1.7.1 and made mariadb an optional dependency ;)
Comment by Anthony25
Hello,
Mariadb is not a needed dependency but an optional one, as wallabag can run on Postgresql. Is it possible to modify the PKGBUILD to avoid installing mariadb if we don't use it ?
Thank you !
Comment by ryosei
1.6.1b is out.
Comment by pschmitt
Sorry for the delay. I updated the PKGBUILD. For me the install script is rather unreliable, let me know how it works out for you.
Pull requests are welcome: https://github.com/pschmitt/aur-wallabag
Comment by tcit
The 1.5.2 version brings an installation script which makes the prepare() section of the PKGBUILD redundant, am I right ?