summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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