summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2019-12-09 23:31:30 +0100
committerDavide Depau2019-12-09 23:31:30 +0100
commiteb996425da595ad7be8bdf629402957adb7b8334 (patch)
tree07f44bfde2d4c5ae42b8572bdf996836a09b621a
parent01d5faaa25fd6f81bf2c27b8b5b154e8a3b908da (diff)
downloadaur-sway-xdg-shell-v6-git.tar.gz
Switch to package with xdg-shell-v6-unstable
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c96a98c7e450..0a4ce2ee6376 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = sway-git
- pkgdesc = i3-compatible Wayland compositor
- pkgver = r5942.3f77591b
+pkgbase = sway-xdg-shell-v6-git
+ pkgdesc = i3-compatible Wayland compositor (with xdg-shell-v6 unstable protocol)
+ pkgver = r6136.b739bf10
pkgrel = 1
url = https://swaywm.org
arch = i686
@@ -29,8 +29,8 @@ pkgbase = sway-git
conflicts = sway
options = debug
options = !strip
- source = sway::git+https://github.com/swaywm/sway.git
+ source = sway-xdg-shell-v6::git+https://github.com/swaywm/sway.git
sha512sums = SKIP
-pkgname = sway-git
+pkgname = sway-xdg-shell-v6-git
diff --git a/PKGBUILD b/PKGBUILD
index a4665bb6b779..4733a74b4912 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Drew DeVault <sir@cmpwn.com>
-pkgname=sway-git
-_pkgname=sway
-pkgver=r5942.3f77591b
+# Maintainer: Davide Depau <davide@depau.eu>
+# Contributor: Drew DeVault <sir@cmpwn.com>
+pkgname=sway-xdg-shell-v6-git
+_pkgname=sway-xdg-shell-v6
+pkgver=r6136.b739bf10
pkgrel=1
license=("MIT")
-pkgdesc="i3-compatible Wayland compositor"
+pkgdesc="i3-compatible Wayland compositor (with xdg-shell-v6 unstable protocol)"
makedepends=("meson" "git" "scdoc" "wayland-protocols" "ninja")
depends=(
"json-c" "pcre" "wlroots-git" "cairo" "pango" "gdk-pixbuf2" "pam"
@@ -32,6 +33,8 @@ pkgver() {
prepare() {
cd "$_pkgname"
+ # Revert "Remove xdg-shell v6 support"
+ git revert --no-edit 7488d33d42cfc29c5fbeb02888b1d718bd84d4d0
}
build() {