Search Criteria
Package Details: kbdd-git 0.7.1.r11.g7f3d9d2-1
Git Clone URL: | https://aur.archlinux.org/kbdd-git.git (read-only, click to copy) |
---|---|
Package Base: | kbdd-git |
Description: | Simple daemon and library to make per window layout |
Upstream URL: | https://github.com/qnikst/kbdd |
Keywords: | keyboard language layout |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | vchimishuk |
Maintainer: | vchimishuk |
Last Packager: | vchimishuk |
Votes: | 37 |
Popularity: | 0.002986 |
First Submitted: | 2015-08-20 20:04 |
Last Updated: | 2020-02-10 23:03 |
Dependencies (6)
- dbus-glib (dbus-glib-git)
- libx11 (libx11-git, libx11-threadsafe)
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- git (git-git) (make)
- python (python-dbg) (make)
Latest Comments
1 2 3 4 Next › Last »
vchimishuk commented on 2020-02-10 23:08
@kmoschcau, updated.
kmoschcau commented on 2020-02-10 09:32
Hi, could you please change this package so it uses HTTPS instead of the git protocol to clone the repository? This would greatly help people that are sitting behind a corporate firewall, which may block the git protocol.
All you need to change is to replace the
git
protocol insource
withgit+https
and append a.git
to the URL.Thank you in advance.
vchimishuk commented on 2020-01-23 21:37
@smp,
Updated. Thank you, for the bug report.
smp commented on 2020-01-12 12:10
This package cannot be built in a clean chroot without adding
python
tomakedepends
.yegorius commented on 2018-12-10 15:14
pkgconf belongs to base-devel group and should not be a dependency. Please read first sentence here: https://wiki.archlinux.org/index.php/Makepkg#Usage
Matalonder commented on 2018-12-08 21:52
pkgconf should be a dependency. Makepkg fails without it:
configure.ac:34: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1
yegorius commented on 2017-02-07 21:58
Sorry guys, I had /bin/sh symlinked to /bin/dash and this configure script expects /bin/sh to be bash.
I'm fine now :)
Thank you @vchimishuk for your help.
vchimishuk commented on 2017-01-31 20:37
@Yegorius, sorry, buddy, I can't understand what is wrong and how to catch it.
I've build binary packages for 32 and 64 bit platforms, you can install it instead.
https://yadi.sk/d/UosDKV2f3C8R8r
yegorius commented on 2017-01-31 14:16
@vchimishuk
'kbdd-git/src/kbdd/src/dbus' exists and is accessible (755)
Its file listing is:
----------------------------
dbus-test.c
kbdd-marshal.list
kbdd-service-glue.h
kbdd-service-interface.xml
Makefile
Makefile.am
Makefile.in
m-kbdd-service.c
m-kbdd-service.h
----------------------------
I can even issue 'make kbdd-service-glue.h' and it will work.
vchimishuk commented on 2017-01-30 20:10
@Yegorius, cannot find a way to fix.
> make all-recursive
> make[1]: Entering directory '/home/aries/archlinux/pkgbuild/kbdd-git/src/kbdd'
> Making all in src
> make[2]: Entering directory '/home/aries/archlinux/pkgbuild/kbdd-git/src/kbdd/src'
> make[3]: Entering directory '/home/aries/archlinux/pkgbuild/kbdd-git/src/kbdd/src'
It uses src dir two times instead of dbus.
Could you check 'kbdd-git/src/kbdd/src/dbus' directory. Doest it exists, have correct permissions, contains Makefile inside?