[arch-commits] Commit in acpilight/repos/community-any (4 files)
Alad Wenter
alad at archlinux.org
Wed Jul 31 16:37:00 UTC 2019
Date: Wednesday, July 31, 2019 @ 16:37:00
Author: alad
Revision: 495641
archrelease: copy trunk to community-any
Added:
acpilight/repos/community-any/PKGBUILD
(from rev 495640, acpilight/trunk/PKGBUILD)
acpilight/repos/community-any/acpilight.install
(from rev 495640, acpilight/trunk/acpilight.install)
Deleted:
acpilight/repos/community-any/PKGBUILD
acpilight/repos/community-any/acpilight.install
-------------------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
acpilight.install | 14 +++++++-------
2 files changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-31 16:36:53 UTC (rev 495640)
+++ PKGBUILD 2019-07-31 16:37:00 UTC (rev 495641)
@@ -1,26 +0,0 @@
-# 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=2
-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
-sha256sums=('0a5ef16a39c05c1eb195823d906c08f8f912aa48122b31e6dd364c7f9d6c37aa')
-
-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/PKGBUILD (from rev 495640, acpilight/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-07-31 16:37:00 UTC (rev 495641)
@@ -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.2
+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
+sha256sums=('0b80cbe7edaf48307fc26dbb34c260ec9ed0c19c56743291e5a7cc23044ff9ae')
+
+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
+}
Deleted: acpilight.install
===================================================================
--- acpilight.install 2019-07-31 16:36:53 UTC (rev 495640)
+++ acpilight.install 2019-07-31 16:37:00 UTC (rev 495641)
@@ -1,7 +0,0 @@
-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
-}
-
Copied: acpilight/repos/community-any/acpilight.install (from rev 495640, acpilight/trunk/acpilight.install)
===================================================================
--- acpilight.install (rev 0)
+++ acpilight.install 2019-07-31 16:37:00 UTC (rev 495641)
@@ -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