Search Criteria
Package Details: kmscon-git 2:a-1
Git Clone URL: | https://aur.archlinux.org/kmscon-git.git (read-only, click to copy) |
---|---|
Package Base: | kmscon-git |
Description: | Terminal emulator based on Kernel Mode Setting (KMS) |
Upstream URL: | https://github.com/dvdhrm/kmscon |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | thestinger |
Maintainer: | swiftgeek (nickoe, dvdhrm) |
Last Packager: | swiftgeek |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2012-06-25 05:37 |
Last Updated: | 2019-08-10 20:07 |
Dependencies (13)
- libdrm (libdrm-grate-git, libdrm-git, libdrm-minimal-git)
- libegl (catalyst-firepro, catalyst-total, catalyst-libgl, catalyst-total-hd234k, mesa-libgl-noglvnd, catalyst-test, nvidia-340xx-utils, libglvnd-git, libglvnd)
- libgles (catalyst-firepro, catalyst-total, catalyst-libgl, catalyst-total-hd234k, mesa-libgl-noglvnd, catalyst-test, nvidia-340xx-utils, libglvnd-git, libglvnd)
- libtsm (libtsm-asciinema-git, libtsm-git, libtsm-patched-git)
- libxkbcommon (libxkbcommon-git)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-rc, mesa-stable, mesa-git, mesa-minimal-git, mesa-minimal+-git)
- pango (pango-ubuntu, pango-minimal-git, pango-git)
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux)
- xkeyboard-config (xkeyboard-config-rub, xkeyboard-config-hhk, xkeyboard-config-bone, xkeyboard-config-dreymar-git, xkeyboard-config-chromebook, galliumos-xkeyboard-config, xkeyboard-config-adnw, xkeyboard-config-git, xkeyboard-config-bbkt-git)
- docbook-xsl (make)
- git (git-git) (make)
- libxslt (libxslt-git) (make)
- linux-api-headers (linux-api-headers-git) (make)
Latest Comments
1 2 3 4 5 Next › Last »
thx1138 commented on 2018-11-08 16:45
To compile - remove the libgbm package from the depends= list. libgbm is now in the mesa package. Then "makepkg -o".
In kmscon-git/src/kmscon/src/pty.c, add:
#define SIGUNUSED 31
In kmscon-git/src/kmscon/src/uterm_vt.c, add:
#include <sys/sysmacros.h>
Then, "makepkg -e".
ice commented on 2016-02-14 16:16
This package requires libtsm-git
thx1138 commented on 2014-07-27 16:56
Daniel, would you also add installing the manual page to the PKDBUILD?
Add a dependency on the "docbook2x" package:
depends=(systemd libdrm mesa libegl libgbm libgles pango libxkbcommon xkeyboard-config libtsm docbook2x)
And then convert and install the xml file:
package() {
cd $_gitname
make DESTDIR="$pkgdir/" install
mkdir -p "$pkgdir/usr/share/licenses/$pkgname" "$pkgdir/usr/lib/systemd/system"
cp COPYING "$pkgdir/usr/share/licenses/$pkgname/"
cp docs/kmscon{,vt@}.service "$pkgdir/usr/lib/systemd/system/"
cd docs/man
docbook2man kmscon.xml
gzip kmscon.1
cp kmscon.1.gz "$pkgdir/usr/share/man/man1/"
}
And also similarly for the kmscon package in the Community repository?
Thanks
James
thestinger commented on 2014-04-28 06:05
There's nothing odd about the `epoch` variable, and it can't be removed without breaking all future updates.
flu commented on 2014-04-27 08:52
Could you please remove that odd epoch=2 when possible?
tattsan commented on 2013-11-19 18:37
Now 'libtsm' should be added to depends array.
tattsan commented on 2013-11-19 18:32
Now 'libtsm' should be added in depends array.
dvdhrm commented on 2013-06-20 10:18
@swiftgeek See "git help describe". The last part is the abbreviated commit (which may be ambiguous).
swiftgeek commented on 2013-06-19 13:45
But is it possible to get from that git describe number to specific commit?
dvdhrm commented on 2013-06-19 12:45
@swiftgeek: I think it's from "git describe", which is shorter than the full hash but still guaranteed to be unique. You cannot guarantee that if you just use a hash-prefix (even though collision are unlikely if you make it large enough).
btw., freedesktop.org is the main repository, but sometimes the server is down so I push to github and might forget to update fdo..