update xdimmer to 1.4

This commit is contained in:
jcs 2017-10-05 21:40:10 +00:00
parent b4c5433c77
commit ef8f5e3bcf
3 changed files with 13 additions and 15 deletions

View File

@ -1,23 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/10/29 00:36:12 jcs Exp $
# $OpenBSD: Makefile,v 1.2 2017/10/05 21:40:10 jcs Exp $
COMMENT= utility to dim the screen backlight when idle
COMMENT= utility to dim the screen and keyboard backlight when idle
V= 1.1
DISTNAME= v${V}
DIST_SUBDIR= xdimmer
PKGNAME= ${DIST_SUBDIR}-${V}
VERSION = 1.4
GH_ACCOUNT = jcs
GH_PROJECT = xdimmer
GH_TAGNAME = v${VERSION}
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
WANTLIB+= X11 Xext Xrandr c m
FAKE_FLAGS= DESTDIR=

View File

@ -1,2 +1,2 @@
SHA256 (xdimmer/v1.1.tar.gz) = 7yHKMBoUlvS03cQeNDjaPm9k2f4TyVu5I/K2fmLXtyQ=
SIZE (xdimmer/v1.1.tar.gz) = 5099
SHA256 (xdimmer-1.4.tar.gz) = GA4NikaS7CDv5iF7SnKN/7zW614I77CrG7jtg+93lwk=
SIZE (xdimmer-1.4.tar.gz) = 7622

View File

@ -1,3 +1,4 @@
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.
xdimmer is a small utility to automatically dim the screen and/or
keyboard backlight when no keyboard or mouse input has been
detected in the configured number of seconds, and brighten them
once input is detected.