You are not logged in.
Pages: 1
Hi,
im writing a pacman libalpm (pacman) backend for packagekit (packagekit.org).
Packagekit puts all packages into groups like "Accesoires", "System", "Graphics" etc.
which is campatible with the freedesktop.org standard.
Specifying those groups in the package files would make it easy and convenient for GUI package managers
to organize those packages.
Introducing this feature would be easy as there is already a groups filed in the packages and
as the need to rebuild certain packages arises the maintainers could add the appropriate group name.
What do you think about it?
Offline
The group field in PKGBUILDs is different from what you want. I think there was somewhere talk about implementing 'categories'... no idea if it was forum, wiki or mailing lists.
1000
Offline
About category, here is a feature request :
http://bugs.archlinux.org/task/7132
and a discussion on pacman-dev ML :
http://archlinux.org/pipermail/pacman-d … 08555.html
About packagekit, did you read this :
http://bbs.archlinux.org/viewtopic.php?id=36575
Edit : uh, yes you did, I wasn't up to date with the messages from that thread, sorry ![]()
Last edited by shining (2007-09-09 19:33:58)
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Cool, looks like the devs like the category idea.
Offline
Cool, looks like the devs like the category idea.
Indeed, both phrakture and toofishes liked this idea, so if someone wrote a good patch for it, it would most likely be merged ![]()
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Pages: 1