summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKirk Gleason2016-12-22 16:09:59 -0500
committerKirk Gleason2016-12-22 16:09:59 -0500
commita70a2299879d2800332b3221620b244f07972289 (patch)
tree3c0f1a2a9b16eba2f4837562eb3c6bb581f4e8a4 /PKGBUILD
parentca27a2d50fbb9cc7d64cbed70ff77dafb258d724 (diff)
downloadaur-lightum-git.tar.gz
Community patches so it builds again.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 079c06c63a72..b733bec563f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,6 +4,7 @@ pkgver=2.3.1
pkgrel=1
pkgdesc="Lightum is a daemon to control the keyboard brightness and screen backlight on MacBook based laptops."
arch=(i386 x86_64)
+depends=(dbus glib2 libsystemd libx11 libxext libxss glibc)
url="https://github.com/poliva/lightum"
license=('GPL2')
md5sums=(SKIP)
@@ -16,6 +17,7 @@ pkgver() {
prepare() {
cd "$pkgname"
+ patch -p1 -i ../../lightum-git.diff
}
build() {
@@ -31,4 +33,4 @@ check() {
package() {
cd "$pkgname"
make DESTDIR="$pkgdir/" install
-}
+} \ No newline at end of file