From a874f2e616d2f0d42309c2b2c6bf327c889064a5 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Sun, 3 May 2026 20:05:04 -0400 Subject: [PATCH] added librsvg dep --- .SRCINFO | 3 ++- PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 395d9fe..391cc2a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = noctalia-git pkgdesc = Lightweight Wayland shell built directly on Wayland and OpenGL ES pkgver = 5.0.0.r1191.g39a4a335c - pkgrel = 3 + pkgrel = 4 url = https://github.com/noctalia-dev/noctalia-shell arch = x86_64 license = MIT @@ -19,6 +19,7 @@ pkgbase = noctalia-git depends = glibc depends = libglvnd depends = libpipewire + depends = librsvg depends = libwebp depends = libxkbcommon depends = pam diff --git a/PKGBUILD b/PKGBUILD index 21ae9e5..99b2b45 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=noctalia-git _pkgname=noctalia pkgver=5.0.0.r1191.g39a4a335c -pkgrel=3 +pkgrel=4 pkgdesc='Lightweight Wayland shell built directly on Wayland and OpenGL ES' arch=('x86_64') url='https://github.com/noctalia-dev/noctalia-shell' @@ -19,6 +19,7 @@ depends=( 'glibc' 'libglvnd' 'libpipewire' + 'librsvg' 'libwebp' 'libxkbcommon' 'pam'