ports/contrib (3.6): brillo: initial commit, version 1.4.9
commit 0f20d77142593a19f667b73bc08c1297da40eccf Author: Tim Biermann <tbier@posteo.de> Date: Fri Jul 2 22:59:17 2021 +0000 brillo: initial commit, version 1.4.9 diff --git a/brillo/.footprint b/brillo/.footprint new file mode 100644 index 000000000..51ad69d3c --- /dev/null +++ b/brillo/.footprint @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/brillo +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/udev/ +drwxr-xr-x root/root usr/lib/udev/rules.d/ +-rw-r--r-- root/root usr/lib/udev/rules.d/92-com.gitlab.CameronNemo.brillo.rules +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/polkit-1/ +drwxr-xr-x root/root usr/share/polkit-1/actions/ +-rw-r--r-- root/root usr/share/polkit-1/actions/com.gitlab.CameronNemo.brillo.policy diff --git a/brillo/.signature b/brillo/.signature new file mode 100644 index 000000000..31c673c6b --- /dev/null +++ b/brillo/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF341eABbHbdxYT9l8IK+BsYvMRPex5D4ou4XYW2nUXbH12uQ8FvlJQzuWeNaK6rVqTEdzNpDxDpkt8ZKDO72oVQI= +SHA256 (Pkgfile) = e3f7d889bb3e4ea428b3ba02787e9c1308b9c6ab46c46bbd45c9830c78555c72 +SHA256 (.footprint) = 05b0895a20c0d6884298ad9c623a327775a71d23e7154241c05e07ca83166332 +SHA256 (brillo-v1.4.9.tar.bz2) = fbce73e9dbe56b3b79c93d3534b8962cb4a971831577bcc7f3ca7f5c5735ff7f diff --git a/brillo/Pkgfile b/brillo/Pkgfile new file mode 100644 index 000000000..5eccac1c6 --- /dev/null +++ b/brillo/Pkgfile @@ -0,0 +1,14 @@ +# Description: Control the brightness of backlight and keyboard LED devices on Linux +# URL: https://gitlab.com/cameronnemo/brillo +# Maintainer: Tim Biermann, tbier at posteo dot de + +name=brillo +version=1.4.9 +release=2 +source=(https://gitlab.com/cameronnemo/brillo/-/archive/v$version/brillo-v$version.t...) + +build() { + cd $name-v$version + make + make DESTDIR=$PKG install.bin install.polkit install.udev +} diff --git a/brillo/README.md b/brillo/README.md new file mode 100644 index 000000000..8905d4779 --- /dev/null +++ b/brillo/README.md @@ -0,0 +1,6 @@ +brillo README.md +================ + +# Usage + +The user you intend to use `brillo` with needs to be in the `video` group to be able to control brightness settings.
participants (1)
-
crux@crux.nu