Package Details: phosh-antispam 2.1.1-1

Git Clone URL: https://aur.archlinux.org/phosh-antispam.git (read-only, click to copy)
Package Base: phosh-antispam
Description: Phosh Calls Anti-Spam
Upstream URL: https://gitlab.com/kop316/phosh-antispam
Licenses: GPL3
Submitter: fcarp10
Maintainer: None
Last Packager: fcarp10
Votes: 0
Popularity: 0.000000
First Submitted: 2022-02-04 09:54 (UTC)
Last Updated: 2022-08-20 19:14 (UTC)

Latest Comments

sdore commented on 2022-04-12 15:22 (UTC)

Fails to install, unless:

package() {
  cd "${pkgname}-${_commit}"
  meson install -C _build --destdir "${pkgdir}"
}

fdservices commented on 2022-02-27 10:40 (UTC)

Thanks for this.

Of course gnome-calls only exists in the Pinephone repos :)

docbook.xml and docbook.xsl are not strictly required. The programme will install fine if you patch ./doc/man/meson.build to remove the line '--nonet', at line 11. xsltproc will then download a missing docbook.xsl file. So libxlst is required :)

One other point, this will only build as a local user on the phone, not as an SSH remote user.