Search Criteria
Package Details: db-web-bahnhofstafel 1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/db-web-bahnhofstafel.git (read-only, click to copy) |
|---|---|
| Package Base: | db-web-bahnhofstafel |
| Description: | DB Bahnhofstafel Desktop built with nativefier (electron) |
| Upstream URL: | https://www.facebook.com |
| Licenses: | custom |
| Submitter: | NobodyDBG |
| Maintainer: | NobodyDBG |
| Last Packager: | NobodyDBG |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-11-23 21:07 (UTC) |
| Last Updated: | 2020-11-23 21:07 (UTC) |
Dependencies (6)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libxss
- nss (nss-hgAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- nodejs-nativefierAUR (make)
- libindicator-gtk3 (libindicator) (optional)
Latest Comments
dreieck commented on 2020-11-25 17:36 (UTC)
This package's
PKGBUILDdownloads stuff inbuild().This must not happen.
No internetconnection must be assumed in
build()andpackage().Please make sure that everything needed to build the package get's downloaded in the
source-array if possible (this way user's customisations inmakepkg.confcan be honoured, e.g. download agent settings), or if this is not possible useprepare().Evidence of what I claimed:
Thanks for maintaining!