Skip to content

Commit 04f73e6

Browse files
committed
Add qalc dep for dist-arch and deps-info (#2591)
1 parent 2503c1f commit 04f73e6

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

sdata/deps-info.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@ Tips:
191191
- Used in Quickshell config.
192192
- `wlogout`
193193
- Used in Hyprland config.
194+
- `libqalculate`
195+
- Used in Quickshell config, providing math ability in searchbar.
196+
- 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.
194197

195198

196199
# Actual packages

sdata/dist-arch/illogical-impulse-widgets/PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgname=illogical-impulse-widgets
22
pkgver=1.0
3-
pkgrel=5
3+
pkgrel=6
44
pkgdesc='Illogical Impulse Widget Dependencies'
55
arch=(any)
66
license=(None)
@@ -14,4 +14,5 @@ depends=(
1414
songrec
1515
translate-shell
1616
wlogout
17+
libqalculate
1718
)

sdata/dist-fedora/feddeps.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,4 @@ packages = [
193193
"unzip"
194194
]
195195
install_opts = ["--setopt=install_weak_deps=False"]
196+

0 commit comments

Comments
 (0)