|
|
@ -5,7 +5,7 @@
|
|
|
|
pkgname=sway
|
|
|
|
pkgname=sway
|
|
|
|
pkgver=1.7
|
|
|
|
pkgver=1.7
|
|
|
|
epoch=1
|
|
|
|
epoch=1
|
|
|
|
pkgrel=5
|
|
|
|
pkgrel=6
|
|
|
|
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/'
|
|
|
@ -13,19 +13,25 @@ license=(MIT)
|
|
|
|
depends=(
|
|
|
|
depends=(
|
|
|
|
'cairo'
|
|
|
|
'cairo'
|
|
|
|
'gdk-pixbuf2'
|
|
|
|
'gdk-pixbuf2'
|
|
|
|
'json-c'
|
|
|
|
'libevdev.so'
|
|
|
|
|
|
|
|
'libinput'
|
|
|
|
|
|
|
|
'libjson-c.so'
|
|
|
|
|
|
|
|
'libudev.so'
|
|
|
|
|
|
|
|
'libwayland-server.so'
|
|
|
|
|
|
|
|
'libwlroots.so'
|
|
|
|
|
|
|
|
'libxcb'
|
|
|
|
|
|
|
|
'libxkbcommon.so'
|
|
|
|
'pango'
|
|
|
|
'pango'
|
|
|
|
'pcre'
|
|
|
|
'pcre'
|
|
|
|
'seatd'
|
|
|
|
|
|
|
|
'ttf-font'
|
|
|
|
'ttf-font'
|
|
|
|
'wlroots'
|
|
|
|
|
|
|
|
)
|
|
|
|
)
|
|
|
|
makedepends=(git meson ninja scdoc setconf wayland-protocols)
|
|
|
|
makedepends=(meson ninja scdoc setconf wayland-protocols)
|
|
|
|
backup=(etc/sway/config)
|
|
|
|
backup=(etc/sway/config)
|
|
|
|
optdepends=(
|
|
|
|
optdepends=(
|
|
|
|
'dmenu: Application launcher'
|
|
|
|
'bemenu: Wayland-native alternative to dmenu'
|
|
|
|
'i3status: Status line'
|
|
|
|
'dmenu: Application launcher used in default config'
|
|
|
|
'foot: Terminal emulator used in the default configuration'
|
|
|
|
'foot: Terminal emulator used in the default configuration'
|
|
|
|
|
|
|
|
'i3status: Status line generation'
|
|
|
|
'mako: Lightweight notification daemon'
|
|
|
|
'mako: Lightweight notification daemon'
|
|
|
|
'polkit: System privilege control. Required if not using seatd service'
|
|
|
|
'polkit: System privilege control. Required if not using seatd service'
|
|
|
|
'swaybg: Wallpaper tool for sway'
|
|
|
|
'swaybg: Wallpaper tool for sway'
|
|
|
|