summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f8057c1af71..7aaf61699714 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,17 @@ pkgdesc="A pure Wayland shell prototype for GNOME on mobile devices"
url="https://source.puri.sm/Librem5/phosh"
license=("GPL3")
arch=(i686 x86_64 armv6h armv7h)
-depends=(gtk3
- vala
+depends=(gcr
gnome-desktop
- gobject-introspection
- gtk-doc
libhandy
+ upower
wlroots)
-makedepends=(git
+makedepends=(ctags
+ git
+ libhandy
pkg-config
- meson)
+ meson
+ vala)
conflicts=(phosh-git)
source=("https://source.puri.sm/Librem5/phosh/-/archive/v${pkgver}/phosh-v${pkgver}.tar.gz"
"fix-source-path.patch")