head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.28 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.26 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.24 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.22 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.20 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.18 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.16 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.14 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.12 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.10 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.8 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.6 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.4 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.2 pkgsrc-2022Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2022.10.08.10.06.52; author bsiegert; state Exp; branches; next ; commitid J3QO4dq7cuPQQTWD; desc @@ 1.1 log @New package for xidle. From pkgsrc-wip. xidle uses the XScreenSaver(3) extension to receive inactivity events when a timeout is specified, running a specific program after the elapsed time. xidle also monitors the very corner of the given position for pointer activity and runs a program if the pointer sits there for more than the specified number of seconds. @ text @$NetBSD$ Portability fixes for pkgsrc. --- Makefile.orig 2015-05-26 05:22:15.000000000 +0000 +++ Makefile @@@@ -1,6 +1,3 @@@@ -# $OpenBSD: Makefile,v 1.7 2011/06/23 22:48:59 naddy Exp $ -.include - PROG= xidle CPPFLAGS+= -I${X11BASE}/include @@@@ -9,7 +6,4 @@@@ LDADD+= -L${X11BASE}/lib -lXss -lXext -l MANDIR= ${X11BASE}/man/man -obj: _xenocara_obj - .include -.include @