Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
wlr-sunclock
Commits:
4359f1d1 by Robin Candau at 2025-12-01T11:05:38+01:00
upgpkg: 1.2.0-4: Explicitely add librsvg & wayland as dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = wlr-sunclock
pkgdesc = Displays a sunclock desktop widget using the layer shell
protocol
pkgver = 1.2.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/sentriz/wlr-sunclock
arch = x86_64
license = LGPL-3.0-only
@@ -10,6 +10,8 @@ pkgbase = wlr-sunclock
depends = gtk4
depends = gtk4-layer-shell
depends = gobject-introspection
+ depends = librsvg
+ depends = wayland
source = git+https://github.com/sentriz/wlr-sunclock.git#tag=v1.2.0
sha256sums =
31e5d51a9d14b07495dff24ba9f45de6d4c91df256e93c50b18b5a42a7099d1f
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
pkgname=wlr-sunclock
pkgver=1.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Displays a sunclock desktop widget using the layer shell protocol"
url="https://github.com/sentriz/wlr-sunclock"
arch=('x86_64')
license=('LGPL-3.0-only')
-depends=('gtk4' 'gtk4-layer-shell' 'gobject-introspection')
+depends=('gtk4' 'gtk4-layer-shell' 'gobject-introspection' 'librsvg' 'wayland')
makedepends=('git' 'meson')
source=("git+${url}.git#tag=v${pkgver}")
sha256sums=('31e5d51a9d14b07495dff24ba9f45de6d4c91df256e93c50b18b5a42a7099d1f')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wlr-sunclock/-/commit/4359f1d122bcd698579fb9e61d1e50d3d4c79c99
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wlr-sunclock/-/commit/4359f1d122bcd698579fb9e61d1e50d3d4c79c99
You're receiving this email because of your account on gitlab.archlinux.org.