Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix utempter #40988

Merged
merged 3 commits into from
Dec 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions srcpkgs/libutempter/INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
case "${ACTION}" in
post)
chgrp utmp usr/lib/utempter/utempter
chmod g+s usr/lib/utempter/utempter
;;
esac
2 changes: 1 addition & 1 deletion srcpkgs/libutempter/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'libutempter'
pkgname=libutempter
version=1.2.1
revision=1
revision=2
build_style=gnu-makefile
short_desc="Library interface to record user sessions in utmp/wtmp files"
maintainer="Orphaned <orphan@voidlinux.org>"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/screen/template
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Template file for 'screen'
pkgname=screen
version=4.9.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-sys-screenrc=/etc/screenrc --enable-pam
--enable-colors256 --enable-rxvt_osc --enable-telnet
--enable-use-locale --with-socket-dir=/run/screens --with-pty-group=5"
hostmakedepends="automake"
makedepends="pam-devel ncurses-devel"
makedepends="libutempter-devel ncurses-devel pam-devel"
conf_files="/etc/screenrc /etc/skel/.screenrc"
short_desc="GNU screen manager with VT100/ANSI terminal emulation"
maintainer="Frank Steinborn <steinex@nognu.de>"
Expand Down
5 changes: 3 additions & 2 deletions srcpkgs/tmux/template
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Template file for 'tmux'
pkgname=tmux
version=3.3a
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-utempter"
hostmakedepends="byacc automake pkg-config"
makedepends="libevent-devel ncurses-devel"
makedepends="libevent-devel libutempter-devel ncurses-devel"
depends="ncurses-base"
short_desc="Terminal Multiplexer"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
Expand Down