[arch-commits] Commit in light/repos/community-x86_64 (4 files)
Maxim Baz
maximbaz at archlinux.org
Thu Mar 19 18:55:24 UTC 2020
Date: Thursday, March 19, 2020 @ 18:55:23
Author: maximbaz
Revision: 601084
archrelease: copy trunk to community-x86_64
Added:
light/repos/community-x86_64/PKGBUILD
(from rev 601083, light/trunk/PKGBUILD)
light/repos/community-x86_64/light.install
(from rev 601083, light/trunk/light.install)
Deleted:
light/repos/community-x86_64/PKGBUILD
light/repos/community-x86_64/light.install
---------------+
PKGBUILD | 58 ++++++++++++++++++++++++++++----------------------------
light.install | 18 ++++++++---------
2 files changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-19 18:55:20 UTC (rev 601083)
+++ PKGBUILD 2020-03-19 18:55:23 UTC (rev 601084)
@@ -1,29 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Fredrik Haikarainen <fredrik.haikarainen at gmail.com>
-# Contributor: Marcin (CTRL) Wieczorek <marcin at marcin.co>
-
-pkgname=light
-pkgver=1.2.1
-pkgrel=2
-pkgdesc='Program to easily change brightness on backlight-controllers.'
-arch=('x86_64')
-url='https://github.com/haikarainen/light'
-license=('GPL3')
-depends=('glibc')
-install="${pkgname}.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/haikarainen/light/archive/v${pkgver}.tar.gz")
-sha256sums=('53d1e74f38813de2068e26a28dc7054aab66d1adfedb8d9200f73a57c73e7293')
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./autogen.sh
- ./configure --prefix=/usr --with-udev
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" PREFIX=/usr install
-}
-
-# vim:set ts=4 sw=4 et:
Copied: light/repos/community-x86_64/PKGBUILD (from rev 601083, light/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-19 18:55:23 UTC (rev 601084)
@@ -0,0 +1,29 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Fredrik Haikarainen <fredrik.haikarainen at gmail.com>
+# Contributor: Marcin (CTRL) Wieczorek <marcin at marcin.co>
+
+pkgname=light
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Program to easily change brightness on backlight-controllers.'
+arch=('x86_64')
+url='https://github.com/haikarainen/light'
+license=('GPL3')
+depends=('glibc')
+install="${pkgname}.install"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/haikarainen/light/archive/v${pkgver}.tar.gz")
+sha256sums=('62e889ee9be80fe808a972ef4981acc39e83a20f9a84a66a82cd1f623c868d9c')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./autogen.sh
+ ./configure --prefix=/usr --with-udev
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" PREFIX=/usr install
+}
+
+# vim:set ts=4 sw=4 et:
Deleted: light.install
===================================================================
--- light.install 2020-03-19 18:55:20 UTC (rev 601083)
+++ light.install 2020-03-19 18:55:23 UTC (rev 601084)
@@ -1,9 +0,0 @@
-post_install() {
- printf '====> %s\n' 'Make sure to add your user to the video group.'
-}
-
-post_upgrade() {
- if (( $(vercmp $2 '1.2-3') < 0 )); then
- printf '====> %s\n' 'Make sure to add your user to the video group.'
- fi
-}
Copied: light/repos/community-x86_64/light.install (from rev 601083, light/trunk/light.install)
===================================================================
--- light.install (rev 0)
+++ light.install 2020-03-19 18:55:23 UTC (rev 601084)
@@ -0,0 +1,9 @@
+post_install() {
+ printf '====> %s\n' 'Make sure to add your user to the video group.'
+}
+
+post_upgrade() {
+ if (( $(vercmp $2 '1.2-3') < 0 )); then
+ printf '====> %s\n' 'Make sure to add your user to the video group.'
+ fi
+}
More information about the arch-commits
mailing list