Package Details: emptty-git 0.12.0.r1.0ea3996-1

Git Clone URL: https://aur.archlinux.org/emptty-git.git (read-only, click to copy)
Package Base: emptty-git
Description: Dead simple CLI Display Manager on TTY
Upstream URL: https://github.com/tvrzna/emptty
Licenses: MIT
Conflicts: emptty
Provides: emptty
Submitter: as3ii
Maintainer: as3ii
Last Packager: as3ii
Votes: 4
Popularity: 0.000000
First Submitted: 2020-06-27 19:55 (UTC)
Last Updated: 2024-02-29 09:16 (UTC)

Dependencies (8)

Required by (2)

Sources (1)

Latest Comments

mohan43u commented on 2023-10-24 10:28 (UTC)

new release available in upstream. please update.

as3ii commented on 2020-11-24 14:03 (UTC)

@rustemb now it should be fixed

rustemb commented on 2020-11-24 09:50 (UTC)

Building...
go: downloading github.com/msteinert/pam v0.0.0-20190215180659-f29b9f28d6f9
# github.com/tvrzna/emptty
./xlib.go:5:11: fatal error: X11/Xlib.h: No such file or directory
    5 | // #include <X11/Xlib.h>
      |           ^~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:13: build] Error 2

builded in clear chroot

orhun commented on 2020-11-05 16:20 (UTC)

Please update the pkgver function as following for removing the v prefix from the version:

pkgver() {
    cd "${pkgname%-git}"
    git describe --tags --long $(git rev-list --all --max-count=1) \
        | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}