You are not logged in.
Hello ![]()
I have some parts of the gnome suite installed that enable me to use some of their features, however, I have force removed a fair few other aspects of the gnome suite. Whenever I upgrade my system, Pacman prompts that some of my packages are missing dependencies, is there anyway to ignore this or stop Pacman from warning me?
Any help is greatly appreciated ![]()
Visit my blog and my DeviatArt page
Offline
* you can rebuild the gnome suite w/o the unwanted dependencies
or
* you can create some dummy pkgs that don't provide any files but pacman thinks that all dependencies are satisfied
Offline
* you can rebuild the gnome suite w/o the unwanted dependencies
or
* you can create some dummy pkgs that don't provide any files but pacman thinks that all dependencies are satisfied
Thanks karol, how might one go about creating these dummy packages? ![]()
Visit my blog and my DeviatArt page
Offline
If you need foo, create a PKGBUILD for that package, but don't install any files e.g. https://aur.archlinux.org/packages/du/dummy/PKGBUILD
You might need to fill the 'provides' etc.
Offline
Don't make dummy packages, recompile gnome with the deps you want instead.
Short story: "if you don't like how the packager did it, do it yourself" and "abs exists for a reason"
-- unknown arch dev
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Don't make dummy packages, recompile gnome with the deps you want instead.
Short story: "if you don't like how the packager did it, do it yourself" and "abs exists for a reason"
-- unknown arch dev
Is there a reason not to make dummy packages? Recompiling whole gnome will have a bigger overhead.
Offline
Dummy packages are a bit like symlinks:
* they're OK for a quick'n'dirty job, but you shouldn't depend on them in the long term - fix things the right way
* they're tricky to debug, as pacman will see that the packages are installed
Yes, it's your system and you can do whatever you want and however you please.
Offline