Search Criteria
Package Details: snapd-glib 1.57-3
Git Clone URL: | https://aur.archlinux.org/snapd-glib.git (read-only, click to copy) |
---|---|
Package Base: | snapd-glib |
Description: | Library to allow GLib/Qt based applications access to snapd, the daemon that controls Snaps |
Upstream URL: | https://github.com/snapcore/snapd-glib |
Licenses: | |
Submitter: | droidman |
Maintainer: | 1Conan |
Last Packager: | 1Conan |
Votes: | 5 |
Popularity: | 0.78 |
First Submitted: | 2018-10-17 21:21 |
Last Updated: | 2020-05-12 05:10 |
Dependencies (12)
- gobject-introspection (gobject-introspection-git)
- json-glib (json-glib-git)
- libsoup (libsoup-gnome-git, libsoup-gnome)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-git, glib2-nodocs-git, glib2-patched-thumbnailer) (make)
- gtk-doc (gtk-doc-git) (make)
- json-glib (json-glib-git) (make)
- libsoup (libsoup-gnome-git, libsoup-gnome) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless) (make)
- qt5-declarative (qt5-declarative-git) (make)
- vala (vala0.42, vala0.44, vala-git) (make)
Latest Comments
1 2 Next › Last »
paapereira commented on 2020-05-07 20:07
also 'vala' is needed as dependency.
Program(s) ['vapigen'] not found or not executable
1Conan commented on 2020-05-06 09:17
@librewish done :)
librewish commented on 2020-05-06 08:29
snapd-glib/meson.build:176:2: ERROR: Program(s) ['g-ir-scanner'] not found or not executable
add gobject-introspection as dep
bkb commented on 2020-04-29 16:26
So update it
librewish commented on 2020-04-29 15:15
https://github.com/snapcore/snapd-glib/releases
1.57 is the latest release
bkb commented on 2020-04-14 19:56
Why is it flagged out of date?
mati865 commented on 2018-12-12 17:55
Anyone hit by: /usr/bin/ld: cannot find -lsnapd-qt collect2: error: ld returned 1 exit status libtool: error: error: relink 'libSnapd.la' with the above command before installing it
Append
-j1
tomake install
command.Xinkai commented on 2018-11-07 16:27
@droidman Just want you to know, I still have the same problem with make -jCpuNum in my /etc/makepkg.conf, despite the attempt to set it to 1 in the PKGBUILD.
ping commented on 2018-10-18 18:19
@droidman thanks for that modification to the pkgbuild! :)
droidman commented on 2018-10-18 17:12
@ping I failed to reproduce but I've updated the package to hardcode -j1 in case someone else faces makeflags issues.