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: MIT
Conflicts: kmscon
Provides: kmscon
Submitter: thestinger
Maintainer: swiftgeek (nickoe, dvdhrm)
Last Packager: swiftgeek
Votes: 12
Popularity: 0.000000
First Submitted: 2012-06-25 05:37 (UTC)
Last Updated: 2019-08-10 20:07 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

Zeioth commented on 2022-03-22 16:33 (UTC)

This package correct many, many bugs.

Out of the box, represents correctly ranger, vim and zsh powerlevel, among others. Which vanilla dkmcon doesn't.

Thank you for creating this package. Let's see if I can manage to run sway from it.

thx1138 commented on 2018-11-08 16:45 (UTC) (edited on 2018-11-08 16:48 (UTC) by thx1138)

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 (UTC)

This package requires libtsm-git

thx1138 commented on 2014-07-27 16:56 (UTC)

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 (UTC)

There's nothing odd about the `epoch` variable, and it can't be removed without breaking all future updates.

tattsan commented on 2013-11-19 18:37 (UTC)

Now 'libtsm' should be added to depends array.

dvdhrm commented on 2013-06-20 10:18 (UTC)

@swiftgeek See "git help describe". The last part is the abbreviated commit (which may be ambiguous).

swiftgeek commented on 2013-06-19 13:45 (UTC)

But is it possible to get from that git describe number to specific commit?