From c095395f8f9d1e890eed24511e82110cb00a09e8 Mon Sep 17 00:00:00 2001 From: Zeyad Moustafa Kamal Date: Tue, 4 Feb 2025 15:45:48 +0200 Subject: [PATCH] add illogical impulse python --- arch-packages/illogical-impulse-python/PKGBUILD | 15 +++++++++++++++ install.sh | 2 +- scriptdata/dependencies.conf | 8 -------- 3 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 arch-packages/illogical-impulse-python/PKGBUILD diff --git a/arch-packages/illogical-impulse-python/PKGBUILD b/arch-packages/illogical-impulse-python/PKGBUILD new file mode 100644 index 00000000..588c6ca4 --- /dev/null +++ b/arch-packages/illogical-impulse-python/PKGBUILD @@ -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 +) diff --git a/install.sh b/install.sh index 8c866ea0..6753b0a8 100755 --- a/install.sh +++ b/install.sh @@ -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) diff --git a/scriptdata/dependencies.conf b/scriptdata/dependencies.conf index 10742601..de16fe7e 100644 --- a/scriptdata/dependencies.conf +++ b/scriptdata/dependencies.conf @@ -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