brillo: initial commit, version 1.4.9

This commit is contained in:
Tim Biermann 2021-07-02 22:59:17 +00:00
parent 9b7ed22572
commit 0f20d77142
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 36 additions and 0 deletions

11
brillo/.footprint Normal file
View File

@ -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

5
brillo/.signature Normal file
View File

@ -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

14
brillo/Pkgfile Normal file
View File

@ -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
}

6
brillo/README.md Normal file
View File

@ -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.