|
|
@ -2,8 +2,8 @@
|
|
|
|
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
|
|
|
|
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
|
|
|
|
|
|
|
|
|
|
|
|
pkgname=sway
|
|
|
|
pkgname=sway
|
|
|
|
pkgver=1.0
|
|
|
|
pkgver=1.1
|
|
|
|
pkgrel=8
|
|
|
|
pkgrel=1
|
|
|
|
pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
|
|
|
|
pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
|
|
|
|
arch=(x86_64)
|
|
|
|
arch=(x86_64)
|
|
|
|
url='https://swaywm.org/'
|
|
|
|
url='https://swaywm.org/'
|
|
|
@ -11,9 +11,9 @@ license=(MIT)
|
|
|
|
depends=(cairo gdk-pixbuf2 json-c pango pcre ttf-font wlroots)
|
|
|
|
depends=(cairo gdk-pixbuf2 json-c pango pcre ttf-font wlroots)
|
|
|
|
makedepends=(meson ninja scdoc wayland-protocols)
|
|
|
|
makedepends=(meson ninja scdoc wayland-protocols)
|
|
|
|
optdepends=(
|
|
|
|
optdepends=(
|
|
|
|
'dmenu: for launching applications'
|
|
|
|
'dmenu: for launching applications'
|
|
|
|
'i3status: display a status line'
|
|
|
|
'i3status: display a status line'
|
|
|
|
'rxvt-unicode: default terminal emulator'
|
|
|
|
'rxvt-unicode: default terminal emulator'
|
|
|
|
'xorg-server-xwayland: X11 support'
|
|
|
|
'xorg-server-xwayland: X11 support'
|
|
|
|
)
|
|
|
|
)
|
|
|
|
validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
|
|
|
|
validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
|
|
|
@ -21,7 +21,7 @@ source=(
|
|
|
|
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz"
|
|
|
|
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz"
|
|
|
|
"https://github.com/swaywm/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig"
|
|
|
|
"https://github.com/swaywm/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig"
|
|
|
|
)
|
|
|
|
)
|
|
|
|
sha256sums=('24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56'
|
|
|
|
sha256sums=('2aeed6589b770acf18179c711a777c8defa93b14b2daaec6f2e06dc2940e5453'
|
|
|
|
'SKIP')
|
|
|
|
'SKIP')
|
|
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
build() {
|
|
|
|