forked from Shinonome/dots-hyprland
Remove duplicated dependencies
This commit is contained in:
+8
-12
@@ -95,18 +95,10 @@ This file contains information about the dependencies, currently it describes ab
|
|||||||
- Not explicitly used, but it may help as fallback for displaying emoji charaters.
|
- Not explicitly used, but it may help as fallback for displaying emoji charaters.
|
||||||
|
|
||||||
## illogical-impulse-hyprland
|
## illogical-impulse-hyprland
|
||||||
- `hypridle`
|
|
||||||
- Used for loginctl to lock session.
|
|
||||||
- `hyprland`
|
- `hyprland`
|
||||||
- Surely needed.
|
- Surely needed.
|
||||||
- `hyprlock`
|
|
||||||
- Installed as fallback; its config is also included.
|
|
||||||
- `hyprpicker`
|
|
||||||
- Used in Hyprland and Quickshell config.
|
|
||||||
- `hyprsunset`
|
- `hyprsunset`
|
||||||
- Used in Quickshell config.
|
- Used in Quickshell config.
|
||||||
- `xdg-desktop-portal-hyprland`
|
|
||||||
- DUPLICATE
|
|
||||||
- `wl-clipboard`
|
- `wl-clipboard`
|
||||||
- Surely needed.
|
- Surely needed.
|
||||||
|
|
||||||
@@ -185,10 +177,12 @@ This file contains information about the dependencies, currently it describes ab
|
|||||||
- `imagemagick`
|
- `imagemagick`
|
||||||
- Provides executable: `magick`
|
- Provides executable: `magick`
|
||||||
- Used in Quickshell config.
|
- Used in Quickshell config.
|
||||||
- `hypridle` (DUPLICATE)
|
- `hypridle`
|
||||||
- `hyprutils` (DUPLICATE)
|
- Used for loginctl to lock session.
|
||||||
- `hyprlock` (DUPLICATE)
|
- `hyprlock`
|
||||||
- `hyprpicker` (DUPLICATE)
|
- Installed as fallback; its config is also included.
|
||||||
|
- `hyprpicker`
|
||||||
|
- Used in Hyprland and Quickshell config.
|
||||||
- `songrec`
|
- `songrec`
|
||||||
- Used in Quickshell config.
|
- Used in Quickshell config.
|
||||||
- `translate-shell`
|
- `translate-shell`
|
||||||
@@ -223,9 +217,11 @@ Extra dependencies.
|
|||||||
## illogical-impulse-bibata-modern-classic-bin
|
## illogical-impulse-bibata-modern-classic-bin
|
||||||
- [source](https://github.com/ful1e5/Bibata_Cursor)
|
- [source](https://github.com/ful1e5/Bibata_Cursor)
|
||||||
- Used in Hyprland config, not necessary.
|
- Used in Hyprland config, not necessary.
|
||||||
|
|
||||||
## illogical-impulse-microtex-git
|
## illogical-impulse-microtex-git
|
||||||
- [source](https://github.com/NanoMichael/MicroTeX)
|
- [source](https://github.com/NanoMichael/MicroTeX)
|
||||||
- This package will be installed as `/opt/MicroTeX`.
|
- This package will be installed as `/opt/MicroTeX`.
|
||||||
|
|
||||||
## illogical-impulse-oneui4-icons-git
|
## illogical-impulse-oneui4-icons-git
|
||||||
- [source](https://github.com/end-4/OneUI4-Icons)
|
- [source](https://github.com/end-4/OneUI4-Icons)
|
||||||
- Customed version of normal oneui4-icons.
|
- Customed version of normal oneui4-icons.
|
||||||
|
|||||||
@@ -1,15 +1,11 @@
|
|||||||
pkgname=illogical-impulse-hyprland
|
pkgname=illogical-impulse-hyprland
|
||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=2
|
pkgrel=4
|
||||||
pkgdesc='Illogical Impulse Hyprland relatated packages'
|
pkgdesc='Illogical Impulse Hyprland relatated packages'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
license=(None)
|
license=(None)
|
||||||
depends=(
|
depends=(
|
||||||
hypridle
|
|
||||||
hyprland
|
hyprland
|
||||||
hyprlock
|
|
||||||
hyprpicker
|
|
||||||
hyprsunset
|
hyprsunset
|
||||||
xdg-desktop-portal-hyprland
|
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -10,4 +10,3 @@ depends=(
|
|||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
xdg-desktop-portal-hyprland
|
xdg-desktop-portal-hyprland
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ _pkgname=quickshell
|
|||||||
pkgname="$_prefix-$_pkgname-git"
|
pkgname="$_prefix-$_pkgname-git"
|
||||||
pkgver=0.1.0.r1
|
pkgver=0.1.0.r1
|
||||||
pkgrel=4
|
pkgrel=4
|
||||||
pkgdesc="$_pkgname-git which version pinned for $_prefix"
|
pkgdesc="$_pkgname-git pinned commit and extra deps for $_prefix"
|
||||||
arch=(x86_64 aarch64)
|
arch=(x86_64 aarch64)
|
||||||
url='https://git.outfoxxed.me/quickshell/quickshell'
|
url='https://git.outfoxxed.me/quickshell/quickshell'
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
|
|||||||
@@ -104,12 +104,8 @@
|
|||||||
|
|
||||||
|
|
||||||
### illogical-impulse-hyprland
|
### illogical-impulse-hyprland
|
||||||
hypridle #hypridle
|
|
||||||
#hyprland
|
#hyprland
|
||||||
#hyprlock (Should not be installed via Nix; TODO: should install via nix in future when authentication problem fixed)
|
|
||||||
hyprpicker #hyprpicker
|
|
||||||
hyprsunset #hyprsunset
|
hyprsunset #hyprsunset
|
||||||
#xdg-desktop-portal-hyprland (DUPLICATE)
|
|
||||||
wl-clipboard #wl-clipboard
|
wl-clipboard #wl-clipboard
|
||||||
|
|
||||||
|
|
||||||
@@ -167,10 +163,9 @@
|
|||||||
fuzzel #fuzzel
|
fuzzel #fuzzel
|
||||||
glib #glib2
|
glib #glib2
|
||||||
imagemagick #imagemagick
|
imagemagick #imagemagick
|
||||||
#hypridle (DUPLICATE)
|
hypridle #hypridle
|
||||||
#hyprutils (DUPLICATE)
|
#hyprlock (Should not be installed via Nix; TODO: should install via nix in future when authentication problem fixed)
|
||||||
#hyprlock (DUPLICATE)
|
hyprpicker #hyprpicker
|
||||||
#hyprpicker (DUPLICATE)
|
|
||||||
songrec #songrec
|
songrec #songrec
|
||||||
translate-shell #translate-shell
|
translate-shell #translate-shell
|
||||||
wlogout #wlogout
|
wlogout #wlogout
|
||||||
|
|||||||
Reference in New Issue
Block a user