Search Criteria
Package Details: indicator-kdeconnect-git r599.070ebaa-2
Git Clone URL: | https://aur.archlinux.org/indicator-kdeconnect-git.git (read-only, click to copy) |
---|---|
Package Base: | indicator-kdeconnect-git |
Description: | Integrate KDEConnect on desktop environments that use AppIndicators (e.g. Unity) |
Upstream URL: | https://github.com/bajoja/indicator-kdeconnect |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | shimi |
Maintainer: | zufallsheld |
Last Packager: | zufallsheld |
Votes: | 41 |
Popularity: | 0.000027 |
First Submitted: | 2015-08-11 19:41 |
Last Updated: | 2018-11-18 18:19 |
Dependencies (9)
- kdeconnect (kdeconnect-bluetooth, kdeconnect-git)
- libappindicator-gtk3 (libappindicator-gtk3-ubuntu, libappindicator-bzr)
- libgee (libgee-git)
- python-gobject (python-gobject-git)
- python-requests-oauthlib
- vala (vala0.42, vala0.44, vala-git)
- git (git-git) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
Latest Comments
1 2 3 Next › Last »
kkyy commented on 2021-03-03 07:41
This patch should fix the build error
Martchus commented on 2019-08-14 17:43
@ClawOfLight is right - and vala still listed as dependency and not make dependency.
ClawOfLight commented on 2019-03-05 17:06
Pretty sure that vala, meson, ninja, git should be makedepends...
pingplug commented on 2018-11-17 10:42
${pkgdir}
inprefix
when configure (@jonathon)adding
DESTDIR="${pkgdir}"
beforeninja install
can helpjonathon commented on 2018-11-16 20:49
The last change broke packaging as it's trying to install to
/usr
duringpackage()
. This diff will fix it (and tidy up a couple of other things):(updated as per @pingplug above)
ClawOfLight commented on 2018-11-13 09:34
Missing dependency: libgee
eskimod commented on 2018-11-13 00:24
I think the install step is missing something because no files are actually installed (checked with pacman -Ql).
zufallsheld commented on 2018-11-11 14:40
Thanks @jonathon, fixed!
jonathon commented on 2018-11-11 14:25
From commit a15c091fc5c265db5f7091ae20b0ac39ec58db06 upstream have switched from
cmake
tomeson
zufallsheld commented on 2017-05-07 10:46
Thanks, updated.