Date: Tuesday, January 8, 2019 @ 06:25:48 Author: alad Revision: 421009
archrelease: copy trunk to community-any Added: acpilight/repos/community-any/PKGBUILD (from rev 421008, acpilight/trunk/PKGBUILD) acpilight/repos/community-any/acpilight.install (from rev 421008, 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-01-08 06:25:27 UTC (rev 421008) +++ PKGBUILD 2019-01-08 06:25:48 UTC (rev 421009) @@ -1,26 +0,0 @@ -# Maintainer: Alad Wenter <a...@archlinux.org> -# Contributor: Andrew Rabert <dr...@nullsum.net> -# Contributor: Filippo Veneri <filippo[dot]veneri[at]gmail[dot]com> -# Contributor: Frederik “Freso” S. Olesen <freso...@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/PKGBUILD (from rev 421008, acpilight/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-01-08 06:25:48 UTC (rev 421009) @@ -0,0 +1,26 @@ +# Maintainer: Alad Wenter <a...@archlinux.org> +# Contributor: Andrew Rabert <dr...@nullsum.net> +# Contributor: Filippo Veneri <filippo[dot]veneri[at]gmail[dot]com> +# Contributor: Frederik “Freso” S. Olesen <freso...@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 +} Deleted: acpilight.install =================================================================== --- acpilight.install 2019-01-08 06:25:27 UTC (rev 421008) +++ acpilight.install 2019-01-08 06:25:48 UTC (rev 421009) @@ -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 421008, acpilight/trunk/acpilight.install) =================================================================== --- acpilight.install (rev 0) +++ acpilight.install 2019-01-08 06:25:48 UTC (rev 421009) @@ -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 +} +