polkit and nm should be in desktop module, organize bash completions
This commit is contained in:
parent
f3455b5fd1
commit
219d2d0f63
@ -1,8 +1,18 @@
|
|||||||
#
|
#
|
||||||
# Base set of packages, should not include anything needed only on desktop
|
# Base set of packages, should not include anything needed only on desktop
|
||||||
#
|
#
|
||||||
|
|
||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|
||||||
|
BASH_COMPLETION = "\
|
||||||
|
bash-completion \
|
||||||
|
iproute2-bash-completion \
|
||||||
|
glib-2.0-bash-completion \
|
||||||
|
pulseaudio-bash-completion \
|
||||||
|
systemd-bash-completion \
|
||||||
|
util-linux-bash-completion \
|
||||||
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
base-files \
|
base-files \
|
||||||
base-passwd \
|
base-passwd \
|
||||||
@ -19,16 +29,14 @@ RDEPENDS_${PN} = "\
|
|||||||
which \
|
which \
|
||||||
parted \
|
parted \
|
||||||
bash \
|
bash \
|
||||||
bash-completion \
|
${BASH_COMPLETION} \
|
||||||
grep \
|
grep \
|
||||||
procps \
|
procps \
|
||||||
psmisc-extras \
|
psmisc-extras \
|
||||||
tar \
|
tar \
|
||||||
pciutils \
|
pciutils \
|
||||||
sysfsutils \
|
sysfsutils \
|
||||||
polkit \
|
|
||||||
wpa-supplicant \
|
wpa-supplicant \
|
||||||
networkmanager \
|
|
||||||
kernel-modules \
|
kernel-modules \
|
||||||
packagegroup-firmware \
|
packagegroup-firmware \
|
||||||
vim \
|
vim \
|
||||||
@ -56,9 +64,4 @@ RDEPENDS_${PN} = "\
|
|||||||
e2fsprogs \
|
e2fsprogs \
|
||||||
dosfstools \
|
dosfstools \
|
||||||
libpam \
|
libpam \
|
||||||
iproute2-bash-completion \
|
|
||||||
glib-2.0-bash-completion \
|
|
||||||
pulseaudio-bash-completion \
|
|
||||||
systemd-bash-completion \
|
|
||||||
util-linux-bash-completion \
|
|
||||||
"
|
"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
# Packages common to any desktop environment
|
# Packages common to any desktop environment
|
||||||
#
|
#
|
||||||
|
|
||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|
||||||
CITADEL_POWERTOP = ""
|
CITADEL_POWERTOP = ""
|
||||||
@ -23,6 +23,7 @@ RDEPENDS_${PN} = "\
|
|||||||
iso-codes \
|
iso-codes \
|
||||||
libgudev \
|
libgudev \
|
||||||
networkmanager \
|
networkmanager \
|
||||||
|
polkit \
|
||||||
network-manager-applet \
|
network-manager-applet \
|
||||||
clutter-1.0 \
|
clutter-1.0 \
|
||||||
libxkbcommon \
|
libxkbcommon \
|
||||||
|
Loading…
Reference in New Issue
Block a user