Package Details: termistor-git 50.bc0843f-1

Git Clone URL: https://aur.archlinux.org/termistor-git.git (read-only, click to copy)
Package Base: termistor-git
Description: A drop-down terminal for Wayland
Upstream URL: https://github.com/giucam/termistor
Licenses: GPL3
Conflicts: termistor
Provides: termistor
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 3
Popularity: 0.000000
First Submitted: 2015-12-27 16:42 (UTC)
Last Updated: 2021-10-02 10:07 (UTC)

Required by (0)

Sources (1)

Latest Comments

fauxmight commented on 2022-05-21 18:09 (UTC)

Please consider adding cmake to makedepends as cmake is run withing the PKGBUILD itself.

dreieck commented on 2021-09-30 18:26 (UTC)

Fails to build for me:

[ 43%] Building C object CMakeFiles/tsm.dir/libtsm/src/shared/shl-pty.c.o
/[...]/termistor-git/src/termistor/libtsm/src/shared/shl-pty.c: In function ‘pty_init_child’:
/[...]/termistor-git/src/termistor/libtsm/src/shared/shl-pty.c:149:25: error: ‘SIGUNUSED’ undeclared (first use in this function)
  149 |         for (i = 1; i < SIGUNUSED; ++i)
      |                         ^~~~~~~~~
/[...]/termistor-git/src/termistor/libtsm/src/shared/shl-pty.c:149:25: note: each undeclared identifier is reported only once for each function it appears in
/[...]/termistor-git/src/termistor/libtsm/src/shared/shl-pty.c:152:13: warning: implicit declaration of function ‘grantpt’ [-Wimplicit-function-declaration]
  152 |         r = grantpt(fd);
      |             ^~~~~~~
/[...]/termistor-git/src/termistor/libtsm/src/shared/shl-pty.c:156:13: warning: implicit declaration of function ‘unlockpt’ [-Wimplicit-function-declaration]
  156 |         r = unlockpt(fd);
      |             ^~~~~~~~
/[...]/termistor-git/src/termistor/libtsm/src/shared/shl-pty.c:160:22: warning: implicit declaration of function ‘ptsname’; did you mean ‘ttyname’? [-Wimplicit-function-declaration]
  160 |         slave_name = ptsname(fd);
      |                      ^~~~~~~
      |                      ttyname
/[...]/termistor-git/src/termistor/libtsm/src/shared/shl-pty.c:160:20: warning: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
  160 |         slave_name = ptsname(fd);
      |                    ^
/[...]/termistor-git/src/termistor/libtsm/src/shared/shl-pty.c: In function ‘shl_pty_open’:
/[...]/termistor-git/src/termistor/libtsm/src/shared/shl-pty.c:210:14: warning: implicit declaration of function ‘posix_openpt’ [-Wimplicit-function-declaration]
  210 |         fd = posix_openpt(O_RDWR | O_NOCTTY | O_CLOEXEC | O_NONBLOCK);
      |              ^~~~~~~~~~~~
/[...]/termistor-git/src/termistor/libtsm/src/shared/shl-pty.c:214:13: warning: implicit declaration of function ‘pipe2’; did you mean ‘pipe’? [-Wimplicit-function-declaration]
  214 |         r = pipe2(comm, O_CLOEXEC);
      |             ^~~~~
      |             pipe
make[2]: *** [CMakeFiles/tsm.dir/build.make:188: CMakeFiles/tsm.dir/libtsm/src/shared/shl-pty.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:114: CMakeFiles/tsm.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

dreieck commented on 2021-09-30 18:19 (UTC)

Please add termistor to the provides and conflicts arrays.

Thanks for maintaining!