summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEarnestly2015-08-18 13:46:24 +0100
committerEarnestly2015-08-18 13:46:24 +0100
commita990770da5bb449ab8ebc9808a9a231e65c4845b (patch)
tree19d6db4a0213ab72b931e0f2f6669faa15085166
parente2e12572f3fa7919e644ddc5f986f1b9ce329c2b (diff)
downloadaur-a990770da5bb449ab8ebc9808a9a231e65c4845b.tar.gz
orbment: Fix build dependencies, make a note about the situation regarding wlc-git.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a67dde9bdc5a..e8bfe4953bd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = orbment-git
pkgdesc = A modular wayland compositor based on wlc.
pkgver = r414.085eb19
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Cloudef/orbment
install = orbment-git.install
arch = i686
@@ -9,6 +9,7 @@ pkgbase = orbment-git
license = GPL
makedepends = git
makedepends = cmake
+ makedepends = libpng
depends = wlc-git
optdepends = weston: To test weston clients in orbment.
optdepends = bemenu: Dynamic menu similar to dmenu for launching programs.
diff --git a/PKGBUILD b/PKGBUILD
index 0ada8845ad82..68b953d74ea0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
pkgname=orbment-git
pkgver=r414.085eb19
-pkgrel=1
+pkgrel=2
pkgdesc='A modular wayland compositor based on wlc.'
url='https://github.com/Cloudef/orbment'
arch=('i686' 'x86_64')
license=('GPL')
+# This dependency should be 'wlc' but AUR helpers aren't capable of figuring
+# out that the AUR package 'wlc-git' provides 'wlc'.
depends=('wlc-git')
-makedepends=('git' 'cmake')
+makedepends=('git' 'cmake' 'libpng')
optdepends=('weston: To test weston clients in orbment.'
'bemenu: Dynamic menu similar to dmenu for launching programs.'
'libpng: PNG screenshot compression.')