Search Criteria
Package Details: gconnect-git 44.712fc22-1
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: | |
Conflicts: | |
Provides: | |
Submitter: | Yinr |
Maintainer: | Yinr |
Last Packager: | Yinr |
Votes: | 2 |
Popularity: | 0.000003 |
First Submitted: | 2018-05-19 14:16 |
Last Updated: | 2018-05-19 14:16 |
Dependencies (13)
- gnutls (gnutls-tiny-git, gnutls-git, gnutls-next, gnutls-openssl, gnutls-nodocs-git)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-typeahead, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-patched-filechooser-icon-view)
- json-glib (json-glib-git)
- libgee (libgee-git)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id)
- libpeas (libpeas-luajit, libpeas-lua51, libpeas-git)
- at-spi2-atk (at-spi2-atk-git) (make)
- git (git-git) (make)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-git, glib2-nodocs-git, glib2-patched-thumbnailer) (make)
- gobject-introspection (gobject-introspection-git) (make)
- json-glib (json-glib-git) (make)
- meson (meson-git) (make)
- vala (vala0.42, vala0.44, vala-git) (make)
Latest Comments
akinevz commented on 2020-08-31 15:19
Hi all,
there is a new issue with building this package where
public
keyword 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
Fails to build.
../lib/devicemanager.vala:281.26-281.37: error: Argument 1: Cannot convert from
unowned Gee.ArrayList<weak Gconnect.Connection.DeviceLink>' to
unowned Gee.Collection<Gconnect.Connection.DeviceLink>' copy.add_all(device_links);