Package Details: kmscon-git 2:v9.2.1.r50.g68b92fd-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://www.freedesktop.org/wiki/Software/kmscon/
Licenses: MIT
Conflicts: kmscon
Provides: kmscon
Submitter: thestinger
Maintainer: swiftgeek (nickoe)
Last Packager: nickoe
Votes: 29
Popularity: 0.69
First Submitted: 2012-06-25 05:37 (UTC)
Last Updated: 2026-01-10 20:37 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

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?

dvdhrm commented on 2013-06-19 12:45 (UTC)

@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..

swiftgeek commented on 2013-06-19 02:27 (UTC)

And why gddf4126 ? short sha of commit is more useful