|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
pkgname=sway
|
|
|
|
pkgname=sway
|
|
|
|
pkgver=1.0
|
|
|
|
pkgver=1.0
|
|
|
|
pkgrel=7
|
|
|
|
pkgrel=8
|
|
|
|
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/'
|
|
|
@ -12,7 +12,6 @@ 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'
|
|
|
|
'gdk-pixbuf2: required by swaybg'
|
|
|
|
|
|
|
|
'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'
|
|
|
@ -27,7 +26,7 @@ sha256sums=('24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56'
|
|
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
build() {
|
|
|
|
mkdir -p build
|
|
|
|
mkdir -p build
|
|
|
|
arch-meson build $pkgname-$pkgver -Dwerror=false
|
|
|
|
arch-meson build $pkgname-$pkgver -D werror=false -D b_ndebug=true
|
|
|
|
ninja -C build
|
|
|
|
ninja -C build
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|