Search Criteria
Package Details: gconnect-git 44.712fc22-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gconnect-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gconnect-git |
| Description: | KDEConnect implementation in Vala |
| Upstream URL: | https://github.com/getzze/gconnect |
| Keywords: | gconnect kdeconnect |
| Licenses: | GPL3 |
| Conflicts: | gconnect |
| Provides: | gconnect |
| Submitter: | Yinr |
| Maintainer: | Yinr |
| Last Packager: | Yinr |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-05-19 14:16 (UTC) |
| Last Updated: | 2018-05-19 14:16 (UTC) |
Dependencies (13)
- gnutls (gnutls-gitAUR)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- json-glib (json-glib-gitAUR)
- libgee (libgee-gitAUR)
- libnotify (libnotify-gitAUR)
- libpeas (libpeas138AUR)
- at-spi2-atk (at-spi2-core-gitAUR, at-spi2-core) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR) (make)
- gobject-introspection (make)
- json-glib (json-glib-gitAUR) (make)
- meson (meson-gitAUR) (make)
- vala (vala-gitAUR) (make)
Latest Comments
dreieck commented on 2023-07-12 14:36 (UTC)
Build fails for me with
error: [SimpleType] structGnuTLS.X509.Ava' cannot have owned heap-allocated fields`:Regards!
serxxx commented on 2022-11-29 19:39 (UTC)
The upstream project has been abandoned:
https://github.com/getzze/gconnect/issues/9#issuecomment-683923337
and there's a new compile error (probably due to bit rot):
akinevz commented on 2020-08-31 15:19 (UTC)
Hi all,
there is a new issue with building this package where
publickeyword isn't allowed inside an abstract class, I have attempted to create a set of patches to fix that which can be found here: https://github.com/getzze/gconnect/issues/9patrakov commented on 2019-03-19 21:25 (UTC)
Fails to build.
../lib/devicemanager.vala:281.26-281.37: error: Argument 1: Cannot convert from
unowned Gee.ArrayList<weak Gconnect.Connection.DeviceLink>' tounowned Gee.Collection<Gconnect.Connection.DeviceLink>' copy.add_all(device_links);