Add qalc dep for dist-arch and deps-info (#2591)

This commit is contained in:
clsty
2025-11-28 21:07:39 +08:00
parent 2503c1f14b
commit 04f73e67c8
3 changed files with 6 additions and 1 deletions
+3
View File
@@ -191,6 +191,9 @@ Tips:
- Used in Quickshell config.
- `wlogout`
- Used in Hyprland config.
- `libqalculate`
- Used in Quickshell config, providing math ability in searchbar.
- Note that `qalc` is the needed executable. In Arch Linux [libqalculate](https://archlinux.org/packages/extra/x86_64/libqalculate) provides it, but in Fedora [qalculate](https://packages.fedoraproject.org/pkgs/libqalculate/qalculate/fedora-43.html#files) does and [libqalculate](https://packages.fedoraproject.org/pkgs/libqalculate/libqalculate/fedora-43.html#files) does not.
# Actual packages
@@ -1,6 +1,6 @@
pkgname=illogical-impulse-widgets
pkgver=1.0
pkgrel=5
pkgrel=6
pkgdesc='Illogical Impulse Widget Dependencies'
arch=(any)
license=(None)
@@ -14,4 +14,5 @@ depends=(
songrec
translate-shell
wlogout
libqalculate
)
+1
View File
@@ -193,3 +193,4 @@ packages = [
"unzip"
]
install_opts = ["--setopt=install_weak_deps=False"]