forked from Shinonome/dots-hyprland
Add qalc dep for dist-arch and deps-info (#2591)
This commit is contained in:
@@ -191,6 +191,9 @@ Tips:
|
|||||||
- Used in Quickshell config.
|
- Used in Quickshell config.
|
||||||
- `wlogout`
|
- `wlogout`
|
||||||
- Used in Hyprland config.
|
- 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
|
# Actual packages
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
pkgname=illogical-impulse-widgets
|
pkgname=illogical-impulse-widgets
|
||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
pkgdesc='Illogical Impulse Widget Dependencies'
|
pkgdesc='Illogical Impulse Widget Dependencies'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
license=(None)
|
license=(None)
|
||||||
@@ -14,4 +14,5 @@ depends=(
|
|||||||
songrec
|
songrec
|
||||||
translate-shell
|
translate-shell
|
||||||
wlogout
|
wlogout
|
||||||
|
libqalculate
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -193,3 +193,4 @@ packages = [
|
|||||||
"unzip"
|
"unzip"
|
||||||
]
|
]
|
||||||
install_opts = ["--setopt=install_weak_deps=False"]
|
install_opts = ["--setopt=install_weak_deps=False"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user