Using the proper desktop-file-utils and shared-mime-info package files from the begining.

This commit is contained in:
Manuel Canales Esparcia 2006-08-18 19:08:11 +00:00
parent ed33956721
commit c704412372
2 changed files with 3 additions and 4 deletions

View file

@ -192,10 +192,6 @@ inline_doc
arts ) DEP=aRts ;;
kde ) DEP=kde-core ;;
# Dummy gnome-core pages
GNOME-desktop-file-utils ) DEP=desktop-file-utils ;;
GNOME-shared-mime-info ) DEP=shared-mime-info ;;
# Set values for alternative packages
# X is a meta-package, thus handled in another way.
LPRng | cups ) DEP=$PRINT_SERVER ;;

View file

@ -58,6 +58,9 @@ generate_gnome_core() { # GNOME core
[[ -n "$package" ]] && echo $package >> gnome-core.dep.tmp
done
# Replace dummy packages with the proper ones
sed -i 's/GNOME-//g' gnome-core.dep.tmp
tac gnome-core.dep.tmp > libs/gnome-core.dep
rm gnome-core.dep.tmp
}