setup-helper: first update for 2.8

This commit is contained in:
Juergen Daubert 2012-08-03 15:49:22 +02:00
parent 8182b3ea27
commit cb0eeb2288

View File

@ -91,29 +91,28 @@ if [ -z "$1" ]; then
fi
##### 2.7 -> 2.8 #####
##### # 2.7 -> 2.8 #####
echo "* CRUX 2.7 -> 2.8 setup-helper"
rename_packages "libattr:attr"
remove_packages portmap glitz
inject_packages libmpc attr acl libcap glib
rename_packages "util-linux-ng:util-linux"
remove_packages module-init-tools
inject_packages cloog ppl kmod
if [ `is_installed xorg-xf86-video-intel` ]; then
inject_packages gperf xorg-xcb-util
if [ `is_installed glib` ]; then
inject_packages libffi
fi
if [ `is_installed cairo` ]; then
inject_packages gperf xorg-xcb-util
if [ `is_installed wpa_supplicant` ]; then
inject_packages libnl
fi
if [ `is_installed xorg-xcb-util` ]; then
inject_packages xorg-xcb-util-image xorg-xcb-util-keysym xorg-xcb-util-render xorg-xcb-util-wm
fi
if [ `is_installed nfs-utils` ]; then
inject_packages libtirpc libnfsidmap libevent rpcbind
if [ `is_installed xorg-xf86-input-synaptics` ]; then
inject_packages mtdev
fi
if [ `is_installed firefox` ]; then
inject_packages yasm
remove_packages xulrunner
fi