Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
sway
Commits:
7a238c47 by Frederik Schwan at 2024-07-13T14:52:41+02:00
upgpkg: 1:1.9-5: move to wlroots0.17
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sway
pkgdesc = Tiling Wayland compositor and replacement for the i3 window
manager
pkgver = 1.9
- pkgrel = 4
+ pkgrel = 5
epoch = 1
url = https://swaywm.org/
install = sway.install
@@ -20,12 +20,12 @@ pkgbase = sway
depends = libpixman-1.so
depends = libudev.so
depends = libwayland-server.so
- depends = libwlroots.so
depends = libxcb
depends = libxkbcommon.so
depends = pango
depends = pcre2
depends = ttf-font
+ depends = wlroots0.17
depends = xcb-util-wm
optdepends = dmenu: dmenu_path support (used alongside wmenu in default
$menu)
optdepends = foot: Terminal emulator used in the default configuration
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=sway
pkgver=1.9
epoch=1
-pkgrel=4
+pkgrel=5
pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
arch=(x86_64)
url='https://swaywm.org/'
@@ -19,12 +19,12 @@ depends=(
'libpixman-1.so'
'libudev.so'
'libwayland-server.so'
- 'libwlroots.so'
'libxcb'
'libxkbcommon.so'
'pango'
'pcre2'
'ttf-font'
+ 'wlroots0.17'
'xcb-util-wm'
)
makedepends=(meson ninja scdoc setconf wayland-protocols)
@@ -68,6 +68,7 @@ prepare() {
}
build() {
+ export PKG_CONFIG_PATH='/usr/lib/wlroots0.17/pkgconfig'
mkdir -p build
arch-meson build "$pkgname-$pkgver" -D sd-bus-provider=libsystemd -D
werror=false -D b_ndebug=true
ninja -C build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sway/-/commit/7a238c478cb4ad2c4fe19f12869450f6affa53b1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sway/-/commit/7a238c478cb4ad2c4fe19f12869450f6affa53b1
You're receiving this email because of your account on gitlab.archlinux.org.