diff options
author | Tim Biermann <tbier@posteo.de> | 2021-07-02 22:59:17 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-07-02 22:59:17 +0000 |
commit | 0f20d77142593a19f667b73bc08c1297da40eccf (patch) | |
tree | 0f2f518a26b64d60626f5f4ef899562ea2773c2d /brillo | |
parent | 9b7ed225724154ae6649201d6f858351d5c96ac3 (diff) | |
download | contrib-0f20d77142593a19f667b73bc08c1297da40eccf.tar.gz contrib-0f20d77142593a19f667b73bc08c1297da40eccf.tar.xz |
brillo: initial commit, version 1.4.9
Diffstat (limited to 'brillo')
-rw-r--r-- | brillo/.footprint | 11 | ||||
-rw-r--r-- | brillo/.signature | 5 | ||||
-rw-r--r-- | brillo/Pkgfile | 14 | ||||
-rw-r--r-- | brillo/README.md | 6 |
4 files changed, 36 insertions, 0 deletions
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.tar.bz2) + +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. |