mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
add illogical impulse python
This commit is contained in:
parent
39f0dcf9f7
commit
c095395f8f
3 changed files with 16 additions and 9 deletions
15
arch-packages/illogical-impulse-python/PKGBUILD
Normal file
15
arch-packages/illogical-impulse-python/PKGBUILD
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
pkgname=illogical-impulse-python
|
||||
pkgver=1.1
|
||||
pkgrel=1
|
||||
pkgdesc='Illogical Impulse Python Dependencies'
|
||||
arch=(any)
|
||||
license=(None)
|
||||
depends=(
|
||||
gtk4
|
||||
libadwaita
|
||||
libsoup3
|
||||
libportal-gtk4
|
||||
blueprint-compiler
|
||||
gobject-introspection
|
||||
sassc
|
||||
)
|
||||
|
|
@ -116,7 +116,7 @@ install-local-pkgbuild() {
|
|||
}
|
||||
|
||||
# Install core dependencies from the meta-packages
|
||||
metapkgs=(./arch-packages/illogical-impulse-{audio,backlight,basic,fonts-themes,gnome,gtk,portal,screencapture,widgets})
|
||||
metapkgs=(./arch-packages/illogical-impulse-{audio,python,backlight,basic,fonts-themes,gnome,gtk,portal,screencapture,widgets})
|
||||
metapkgs+=(./arch-packages/illogical-impulse-ags)
|
||||
metapkgs+=(./arch-packages/illogical-impulse-microtex-git)
|
||||
metapkgs+=(./arch-packages/illogical-impulse-oneui4-icons-git)
|
||||
|
|
|
|||
|
|
@ -3,11 +3,3 @@
|
|||
|
||||
### Most dependencies have been moved to meta packages as declared in arch-packages.
|
||||
### Use this file for declaring extra dependencies which you need but are not declared by default.
|
||||
|
||||
gtk4
|
||||
libadwaita
|
||||
libsoup3
|
||||
libportal-gtk4
|
||||
blueprint-compiler
|
||||
gobject-introspection
|
||||
sassc
|
||||
|
|
|
|||
Loading…
Reference in a new issue