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


Commits:
9e6f8a40 by Frederik Schwan at 2023-11-22T18:27:54+01:00
remove wlroots dependency

Wlroots is not a build nor a runtime dependency. Fnott needs to be run within a
wlroots compositor, but it doesn't link against it.

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,18 @@
+pkgbase = fnott
+       pkgdesc = Keyboard driven and lightweight Wayland notification daemon
+       pkgver = 1.4.1
+       pkgrel = 2
+       url = https://codeberg.org/dnkl/fnott
+       arch = x86_64
+       license = MIT
+       makedepends = meson
+       makedepends = tllist
+       makedepends = scdoc
+       makedepends = wayland-protocols
+       depends = dbus
+       depends = fcft
+       depends = wayland
+       source = 
fnott-1.4.1.tar.gz::https://codeberg.org/dnkl/fnott/archive/1.4.1.tar.gz
+       sha256sums = 
d983a34071d28a52391d68cea10667ade086387ab9ba537453874b9869c18610
+
+pkgname = fnott


=====================================
PKGBUILD
=====================================
@@ -4,20 +4,20 @@
 
 pkgname=fnott
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Keyboard driven and lightweight Wayland notification daemon'
 url="https://codeberg.org/dnkl/$pkgname";
 arch=(x86_64)
 license=(MIT)
 depends=(dbus
          fcft
-         wlroots)
+         wayland)
 makedepends=(meson
              tllist
              scdoc
              wayland-protocols)
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('20da05357aa83b3541b6c02bb162af10c89519602bc91fdfaa190239ce303300')
+sha256sums=('d983a34071d28a52391d68cea10667ade086387ab9ba537453874b9869c18610')
 
 build() {
        cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fnott/-/commit/9e6f8a408ccb82ae0584c094795aa7d8afbf2524

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


Reply via email to