import xdimmer-1.1
a small utility to dim the backlight when idle
This commit is contained in:
parent
e6cd8caeea
commit
ebedeece95
28
x11/xdimmer/Makefile
Normal file
28
x11/xdimmer/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2015/10/29 00:36:12 jcs Exp $
|
||||
|
||||
COMMENT= utility to dim the screen backlight when idle
|
||||
|
||||
V= 1.1
|
||||
DISTNAME= v${V}
|
||||
DIST_SUBDIR= xdimmer
|
||||
PKGNAME= ${DIST_SUBDIR}-${V}
|
||||
|
||||
CATEGORIES= x11
|
||||
HOMEPAGE= https://github.com/jcs/xdimmer
|
||||
|
||||
MAINTAINER= joshua stein <jcs@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/archive/
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB+= X11 Xext Xrandr c
|
||||
|
||||
FAKE_FLAGS= DESTDIR=
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/${PKGNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/xdimmer/distinfo
Normal file
2
x11/xdimmer/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (xdimmer/v1.1.tar.gz) = 7yHKMBoUlvS03cQeNDjaPm9k2f4TyVu5I/K2fmLXtyQ=
|
||||
SIZE (xdimmer/v1.1.tar.gz) = 5099
|
3
x11/xdimmer/pkg/DESCR
Normal file
3
x11/xdimmer/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
xdimmer is a small utility to automatically dim the screen when
|
||||
no keyboard or mouse input has been detected in the configured
|
||||
number of seconds, and brighten it once input is detected.
|
3
x11/xdimmer/pkg/PLIST
Normal file
3
x11/xdimmer/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/10/29 00:36:12 jcs Exp $
|
||||
@bin bin/xdimmer
|
||||
@man man/man1/xdimmer.1
|
Loading…
Reference in New Issue
Block a user