Search Criteria
Package Details: spectrum2-git r2042.3fb32baf-1
Git Clone URL: | https://aur.archlinux.org/spectrum2-git.git (read-only, click to copy) |
---|---|
Package Base: | spectrum2-git |
Description: | an open source instant messaging transport |
Upstream URL: | http://spectrum.im |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | bjo |
Maintainer: | bjo |
Last Packager: | bjo |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-01-23 22:10 |
Last Updated: | 2019-01-24 14:40 |
Dependencies (33)
- curl (curl-git, curl-minimal-git)
- log4cxx (log4cxx-git)
- popt (popt-deb)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git)
- avahi (avahi-nosystemd, avahi-git, avahi-gtk2) (make)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- cppunit (make)
- curl (curl-git, curl-minimal-git) (make)
- dbus-glib (dbus-glib-git) (make)
- expat (expat-git) (make)
- gconf (gconf-gtk2) (make)
- libcommuni (libcommuni-git) (make)
- libev (milter-manager-git) (make)
- libevent (libevent-git, libevent-fb) (make)
- libidn (libidn-git) (make)
- libmariadbclient (libmysqlclient55, mariadb-libs-git, mariadb103-libs, libmysqlclient56, libmysqlclient57, libmysqlclient, mariadb-libs) (make)
- libpqxx (libpqxx-git) (make)
- libpurple (pidgin-mam-git, pidgin-mini, libpurple-gnutls, pidgin-hg, pidgin-light) (make)
- log4cxx (log4cxx-git) (make)
- popt (popt-deb) (make)
- protobuf (protobuf3-git, protobuf-git, protobuf-static) (make)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git) (make)
- swiften>=4 (swiften-git, swiften4-git) (make)
- gconf (gconf-gtk2) (optional) – LibPurple backend support
- libcommuni (libcommuni-git) (optional) – IRC backend support
- libev (milter-manager-git) (optional) – LibPurple backend support - libev eventloop
- libmariadbclient (libmysqlclient55, mariadb-libs-git, mariadb103-libs, libmysqlclient56, libmysqlclient57, libmysqlclient, mariadb-libs) (optional) – MariaDB support
- libpqxx (libpqxx-git) (optional) – PostgreSQL support
- libpurple (pidgin-mam-git, pidgin-mini, libpurple-gnutls, pidgin-hg, pidgin-light) (optional) – LibPurple backend support
- protobuf (protobuf3-git, protobuf-git, protobuf-static) (optional) – IRC backend support
- qt5 (optional) – IRC backend support
- swiften (swiften-git, swiften4-git) (optional) – XMPP backend support
Latest Comments
jdoe commented on 2019-08-28 18:00
It appears that the path for spectrum_manager.cfg is (no longer) valid. On my machine, makepkg fails in the installation phase with this error message:
install: cannot stat '/home/user/spectrum2-git/src/spectrum2-git-r2114.b497f10b/spectrum_manager/src/spectrum_manager.cfg': No such file or directory
.Changing line 57 of the PKGBUILD to
install -D -m0644 "$srcdir/spectrum2/spectrum_manager/src/spectrum_manager.cfg" "$pkgdir/etc/spectrum2/
fixes the problem for me.