Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
river


Commits:
38be28df by Frederik Schwan at 2024-07-13T14:47:47+02:00
upgpkg: 0.3.4-2: move to wlroots0.17

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = river
        pkgdesc = A dynamic tiling wayland compositor
        pkgver = 0.3.4
-       pkgrel = 1
+       pkgrel = 2
        url = https://codeberg.org/river/river
        arch = x86_64
        license = GPL-3.0-or-later
@@ -17,7 +17,7 @@ pkgbase = river
        depends = pixman
        depends = sh
        depends = wayland
-       depends = wlroots
+       depends = wlroots0.17
        depends = xorg-xwayland
        optdepends = polkit: access seat through systemd-logind
        source = git+https://codeberg.org/river/river.git#tag=v0.3.4?signed
@@ -33,6 +33,6 @@ pkgname = river
        depends = pixman
        depends = sh
        depends = wayland
-       depends = wlroots
+       depends = wlroots0.17
        depends = xorg-xwayland
-       depends = libwlroots.so
+       depends = libwlroots.so=12


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=river
 pkgver=0.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A dynamic tiling wayland compositor'
 arch=('x86_64')
 url='https://codeberg.org/river/river'
@@ -16,7 +16,7 @@ depends=('glibc'
          'pixman'
          'sh'
          'wayland'
-         'wlroots'
+         'wlroots0.17'
          'xorg-xwayland')
 makedepends=('git'
              'scdoc'
@@ -37,6 +37,8 @@ prepare() {
 
 build() {
   cd $pkgname
+
+  export PKG_CONFIG_PATH='/usr/lib/wlroots0.17/pkgconfig'
   DESTDIR="build" zig build \
     --summary all \
     --prefix /usr \
@@ -66,7 +68,7 @@ check() {
 }
 
 package() {
-  depends+=(libwlroots.so)
+  depends+=(libwlroots.so=12)
   cd $pkgname
 
   cp -a build/* "$pkgdir"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/river/-/commit/38be28df03499f1820958b1f4a423135d3db38ff

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/river/-/commit/38be28df03499f1820958b1f4a423135d3db38ff
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to