[arch-commits] Commit in acpilight/repos (3 files)

Alad Wenter alad at archlinux.org
Mon Jan 7 03:59:49 UTC 2019


    Date: Monday, January 7, 2019 @ 03:59:49
  Author: alad
Revision: 420918

archrelease: copy trunk to community-any

Added:
  acpilight/repos/community-any/
  acpilight/repos/community-any/PKGBUILD
    (from rev 420917, acpilight/trunk/PKGBUILD)
  acpilight/repos/community-any/acpilight.install
    (from rev 420917, acpilight/trunk/acpilight.install)

-------------------+
 PKGBUILD          |   26 ++++++++++++++++++++++++++
 acpilight.install |    7 +++++++
 2 files changed, 33 insertions(+)

Copied: acpilight/repos/community-any/PKGBUILD (from rev 420917, acpilight/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-01-07 03:59:49 UTC (rev 420918)
@@ -0,0 +1,26 @@
+# Maintainer: Alad Wenter <alad at archlinux.org>
+# Contributor: Andrew Rabert <draje at nullsum.net>
+# Contributor: Filippo Veneri <filippo[dot]veneri[at]gmail[dot]com>
+# Contributor: Frederik “Freso” S. Olesen <freso.dk at gmail.com>
+pkgname=acpilight
+pkgver=1.1
+pkgrel=1
+pkgdesc="a backward-compatible xbacklight replacement based on ACPI"
+arch=('any')
+url='https://gitlab.com/wavexx/acpilight'
+license=('GPL3')
+depends=('python')
+provides=('xorg-xbacklight')
+conflicts=('xorg-xbacklight')
+source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.bz2")
+install=$pkgname.install
+md5sums=('SKIP')
+
+package() {
+    cd "$pkgname-v$pkgver"
+
+    install -Dm755 xbacklight "$pkgdir"/usr/bin/xbacklight
+    install -Dm644 xbacklight.1 "$pkgdir"/usr/share/man/man1/xbacklight.1
+    install -Dm644 90-backlight.rules "$pkgdir"/usr/lib/udev/rules.d/90-backlight.rules
+    install -Dm644 README.rst NEWS.rst -t "$pkgdir"/usr/share/doc/acpilight
+}

Copied: acpilight/repos/community-any/acpilight.install (from rev 420917, acpilight/trunk/acpilight.install)
===================================================================
--- community-any/acpilight.install	                        (rev 0)
+++ community-any/acpilight.install	2019-01-07 03:59:49 UTC (rev 420918)
@@ -0,0 +1,7 @@
+post_install() {
+    cat << EOF
+  The installed udev rules expect your user to be in the video group to modify
+  the relevant files in the /sys hierarchy.
+EOF
+}
+



More information about the arch-commits mailing list