Search Criteria
Package Details: ignis-git 0.3.r1.g24fd6ab-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ignis-git.git (read-only, click to copy) |
---|---|
Package Base: | ignis-git |
Description: | Full-featured Python framework for building desktop shells using GTK4. |
Upstream URL: | https://github.com/linkfrg/ignis |
Licenses: | GPL-3.0-only |
Conflicts: | ignis |
Submitter: | linkfrg |
Maintainer: | linkfrg |
Last Packager: | linkfrg |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-07-28 17:11 (UTC) |
Last Updated: | 2024-11-15 23:40 (UTC) |
Dependencies (20)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glib2-devel
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- gtk4-layer-shell
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-cairo (python-cairo-gitAUR)
- python-click
- python-gobject (python-gobject-gitAUR)
- python-loguru
- python-requests
- gobject-introspection (make)
- meson (meson-gitAUR) (make)
- dart-sass (optional) – SASS/SCSS compilation support
- gst-plugin-pipewire (gst-plugin-pipewire-gitAUR, gst-plugin-pipewire-full-gitAUR) (optional) – required for Recorder Service
- gst-plugins-good (gst-plugins-good-gitAUR) (optional) – required for Recorder Service
- gst-plugins-ugly (gst-plugins-ugly-gitAUR) (optional) – required for Recorder Service
- networkmanager (networkmanager-gitAUR, networkmanager-iwdAUR) (optional) – required for Network Service
- upower (upower-gitAUR, upower-nocriticalAUR, upower-nosystemd-gitAUR) (optional) – required for UPower Service
Latest Comments
linkfrg commented on 2024-08-03 14:50 (UTC)
@A31Nesta, this is normal, when building packages from AUR they are first installed into the fakeroot environment (.cache directory). The final package will contain the correct paths and during installation of the package it will be installed in /usr/lib, /usr/bin and etc.
A31Nesta commented on 2024-08-03 13:03 (UTC)
The files are being installed into the wrong directory, as you can see outputted to the terminal while installing:
Installing subdir /home/a31nesta/.cache/yay/ignis-git/src/ignis/ignis to /home/a31nesta/.cache/yay/ignis-git/pkg/ignis-git/usr/lib/python3.12/site-packages/ignis
Instead of installing to /usr/lib, /usr/bin and /usr/share the files are being installed in a subdirectory of ~/.cache/yay/ignis-git