Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent 602dec483b
commit 5a0cb2941c

@ -277,3 +277,74 @@ find ./ -type f -iname "*.h*" -not -iwholename '*.git*' -exec sed -i 's/"text_st
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/"spellcheck"/"tools-check-spelling"/g' {} \;
find ./ -type f -iname "*.h*" -not -iwholename '*.git*' -exec sed -i 's/"spellcheck"/"tools-check-spelling"/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/"package_development"/"applications-development"/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/"package_games"/"applications-games"/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/"package_graphics"/"applications-graphics"/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/"package_network"/"applications-internet"/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/"package_multimedia"/"applications-multimedia"/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/"package_wordprocessing"/"applications-office"/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/"edu_science"/"applications-science"/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/"package_utilities"/"applications-utilities"/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/"input_devices_settings"/"preferences-desktop-peripherals"/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/"kcmsystem"/"preferences-system"/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/SmallIconSet("personal")/SmallIconSet("preferences-desktop-personal")/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/SmallIconSet( "personal" )/SmallIconSet( "preferences-desktop-personal" )/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/SmallIconSet("looknfeel")/SmallIconSet("preferences-desktop")/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/SmallIconSet( "looknfeel" )/SmallIconSet( "preferences-desktop" )/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/SmallIcon("personal")/SmallIcon("preferences-desktop-personal")/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/SmallIcon( "personal" )/SmallIcon( "preferences-desktop-personal" )/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/SmallIcon("looknfeel")/SmallIcon("preferences-desktop")/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/SmallIcon( "looknfeel" )/SmallIcon( "preferences-desktop" )/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/loadIcon("personal"/loadIcon("preferences-desktop-personal"/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/loadIcon( "personal"/loadIcon( "preferences-desktop-personal"/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/loadIcon("looknfeel"/loadIcon("preferences-desktop"/g' {} \;
find ./ -type f -iname "*.c*" -not -iwholename '*.git*' -exec sed -i 's/loadIcon( "looknfeel"/loadIcon( "preferences-desktop"/g' {} \;
find ./ -type f -iname "*.directory" -not -iwholename '*.git*' -exec sed -i 's/Icon=package_development/Icon=applications-development/g' {} \;
find ./ -type f -iname "*.desktop" -not -iwholename '*.git*' -exec sed -i 's/Icon=package_development/Icon=applications-development/g' {} \;
find ./ -type f -iname "*.directory" -not -iwholename '*.git*' -exec sed -i 's/Icon=package_games/Icon=applications-games/g' {} \;
find ./ -type f -iname "*.desktop" -not -iwholename '*.git*' -exec sed -i 's/Icon=package_games/Icon=applications-games/g' {} \;
find ./ -type f -iname "*.directory" -not -iwholename '*.git*' -exec sed -i 's/Icon=package_graphics/Icon=applications-graphics/g' {} \;
find ./ -type f -iname "*.desktop" -not -iwholename '*.git*' -exec sed -i 's/Icon=package_graphics/Icon=applications-graphics/g' {} \;
find ./ -type f -iname "*.directory" -not -iwholename '*.git*' -exec sed -i 's/Icon=package_network/Icon=applications-internet/g' {} \;
find ./ -type f -iname "*.desktop" -not -iwholename '*.git*' -exec sed -i 's/Icon=package_network/Icon=applications-internet/g' {} \;
find ./ -type f -iname "*.directory" -not -iwholename '*.git*' -exec sed -i 's/Icon=package_multimedia/Icon=applications-multimedia/g' {} \;
find ./ -type f -iname "*.desktop" -not -iwholename '*.git*' -exec sed -i 's/Icon=package_multimedia/Icon=applications-multimedia/g' {} \;
find ./ -type f -iname "*.directory" -not -iwholename '*.git*' -exec sed -i 's/Icon=package_wordprocessing/Icon=applications-office/g' {} \;
find ./ -type f -iname "*.desktop" -not -iwholename '*.git*' -exec sed -i 's/Icon=package_wordprocessing/Icon=applications-office/g' {} \;
find ./ -type f -iname "*.directory" -not -iwholename '*.git*' -exec sed -i 's/Icon=edu_science/Icon=applications-science/g' {} \;
find ./ -type f -iname "*.desktop" -not -iwholename '*.git*' -exec sed -i 's/Icon=edu_science/Icon=applications-science/g' {} \;
find ./ -type f -iname "*.directory" -not -iwholename '*.git*' -exec sed -i 's/Icon=package_utilities/Icon=applications-utilities/g' {} \;
find ./ -type f -iname "*.desktop" -not -iwholename '*.git*' -exec sed -i 's/Icon=package_utilities/Icon=applications-utilities/g' {} \;
find ./ -type f -iname "*.directory" -not -iwholename '*.git*' -exec sed -i 's/Icon=looknfeel/Icon=preferences-desktop/g' {} \;
find ./ -type f -iname "*.desktop" -not -iwholename '*.git*' -exec sed -i 's/Icon=looknfeel/Icon=preferences-desktop/g' {} \;
find ./ -type f -iname "*.directory" -not -iwholename '*.git*' -exec sed -i 's/Icon=input_devices_settings/Icon=preferences-desktop-peripherals/g' {} \;
find ./ -type f -iname "*.desktop" -not -iwholename '*.git*' -exec sed -i 's/Icon=input_devices_settings/Icon=preferences-desktop-peripherals/g' {} \;
find ./ -type f -iname "*.directory" -not -iwholename '*.git*' -exec sed -i 's/Icon=personal/Icon=preferences-desktop-personal/g' {} \;
find ./ -type f -iname "*.desktop" -not -iwholename '*.git*' -exec sed -i 's/Icon=personal/Icon=preferences-desktop-personal/g' {} \;
find ./ -type f -iname "*.directory" -not -iwholename '*.git*' -exec sed -i 's/Icon=kcmsystem/Icon=preferences-system/g' {} \;
find ./ -type f -iname "*.desktop" -not -iwholename '*.git*' -exec sed -i 's/Icon=kcmsystem/Icon=preferences-system/g' {} \;

Loading…
Cancel
Save