summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-10-15 21:21:41 +0200
committerHugo Osvaldo Barrera2021-10-15 21:21:41 +0200
commit632727d62a9deee12ce4d4354fc59093a099a817 (patch)
tree44b8ce17f2cd2b4ab82d902e92921a8c4a66bcff
parent7b88da48757e6f0849fbb15474ac5b5af156a330 (diff)
downloadaur-cage-scenegraph.tar.gz
Use emersion's scenegraph branch
Current master does not build with wlroots-git.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f13ed8c59917..4e2c9f65e890 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = cage-git
+pkgbase = cage-scenegraph
pkgdesc = A Wayland kiosk
- pkgver = 0.1.4.r0.g646b3e8
+ pkgver = 0.1.4.r16.gf1ba664
pkgrel = 1
epoch = 1
url = https://www.hjdskes.nl/projects/cage/
@@ -13,9 +13,11 @@ pkgbase = cage-git
depends = wayland
depends = libxkbcommon
depends = xorg-server-xwayland
+ provides = cage
+ conflicts = cage
options = debug
options = !strip
- source = cage::git+https://github.com/Hjdskes/cage.git
+ source = cage::git+https://github.com/emersion/cage.git#branch=scenegraph
sha1sums = SKIP
-pkgname = cage-git
+pkgname = cage-scenegraph
diff --git a/PKGBUILD b/PKGBUILD
index 6166f03ed185..09472feaee72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: gilbus <aur(AT)tinkershell.eu>
-pkgname=cage-git
+pkgname=cage-scenegraph
_pkgname=cage
-pkgver=0.1.4.r0.g646b3e8
+pkgver=0.1.4.r16.gf1ba664
pkgrel=1
epoch=1
license=("MIT")
@@ -10,10 +10,10 @@ makedepends=("meson" "git" "wayland-protocols")
depends=("wlroots-git" "wayland" "libxkbcommon" "xorg-server-xwayland")
arch=("x86_64")
url="https://www.hjdskes.nl/projects/cage/"
-source=("${pkgname%-*}::git+https://github.com/Hjdskes/cage.git")
+source=("${pkgname%-*}::git+https://github.com/emersion/cage.git#branch=scenegraph")
sha1sums=("SKIP")
-#provides=("cage")
-#conflicts=("cage")
+provides=("cage")
+conflicts=("cage")
options=(debug !strip)
pkgver() {