diff options
author | Mauro Giachero <mauro dot giachero at gmail dot com> | 2010-05-13 00:42:15 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:42:15 +0200 |
commit | 8d1d8aa9a5801d5e80fb6e1a2d0fcadc8db90865 (patch) | |
tree | bee85caa76bfdc8dbe5aed8db7e916acf5ed0b76 /system/vice/config | |
parent | 75eab98f49268caa39cde60f1677f56d9bbd7b4f (diff) | |
download | slackbuilds-8d1d8aa9a5801d5e80fb6e1a2d0fcadc8db90865.tar.gz |
system/vice: Updated for version 2.1
Diffstat (limited to 'system/vice/config')
-rw-r--r-- | system/vice/config/vice.png | bin | 0 -> 4040 bytes | |||
-rw-r--r-- | system/vice/config/x128.desktop | 10 | ||||
-rw-r--r-- | system/vice/config/x64.desktop | 10 | ||||
-rw-r--r-- | system/vice/config/x64dtv.desktop | 10 | ||||
-rw-r--r-- | system/vice/config/xcbm2.desktop | 10 | ||||
-rw-r--r-- | system/vice/config/xpet.desktop | 10 | ||||
-rw-r--r-- | system/vice/config/xplus4.desktop | 10 | ||||
-rw-r--r-- | system/vice/config/xvic.desktop | 10 |
8 files changed, 70 insertions, 0 deletions
diff --git a/system/vice/config/vice.png b/system/vice/config/vice.png Binary files differnew file mode 100644 index 0000000000..e001fc8620 --- /dev/null +++ b/system/vice/config/vice.png diff --git a/system/vice/config/x128.desktop b/system/vice/config/x128.desktop new file mode 100644 index 0000000000..c72fd07a2a --- /dev/null +++ b/system/vice/config/x128.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=VICE C128 emulator +Comment=Commodore 128 emulator from the VICE team +StartupNotify=true +Exec=x128 +Icon=vice.png +Terminal=false +Type=Application +Categories=System diff --git a/system/vice/config/x64.desktop b/system/vice/config/x64.desktop new file mode 100644 index 0000000000..99f4c4941b --- /dev/null +++ b/system/vice/config/x64.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=VICE C64 emulator +Comment=Commodore 64 emulator from the VICE team +StartupNotify=true +Exec=x64 +Icon=vice.png +Terminal=false +Type=Application +Categories=System diff --git a/system/vice/config/x64dtv.desktop b/system/vice/config/x64dtv.desktop new file mode 100644 index 0000000000..3a64e94124 --- /dev/null +++ b/system/vice/config/x64dtv.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=VICE C64DTV emulator +Comment=Commodore 64 DTV emulator from the VICE team +StartupNotify=true +Exec=x64dtv +Icon=vice.png +Terminal=false +Type=Application +Categories=System diff --git a/system/vice/config/xcbm2.desktop b/system/vice/config/xcbm2.desktop new file mode 100644 index 0000000000..c0ec685c3b --- /dev/null +++ b/system/vice/config/xcbm2.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=VICE CBM2 emulator +Comment=Commodore CBM2 emulator from the VICE team +StartupNotify=true +Exec=xcbm2 +Icon=vice.png +Terminal=false +Type=Application +Categories=System diff --git a/system/vice/config/xpet.desktop b/system/vice/config/xpet.desktop new file mode 100644 index 0000000000..c36301e023 --- /dev/null +++ b/system/vice/config/xpet.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=VICE PET emulator +Comment=Commodore PET emulator from the VICE team +StartupNotify=true +Exec=xpet +Icon=vice.png +Terminal=false +Type=Application +Categories=System diff --git a/system/vice/config/xplus4.desktop b/system/vice/config/xplus4.desktop new file mode 100644 index 0000000000..5eba55e710 --- /dev/null +++ b/system/vice/config/xplus4.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=VICE PLUS4 emulator +Comment=Commodore PLUS4 emulator from the VICE team +StartupNotify=true +Exec=xplus4 +Icon=vice.png +Terminal=false +Type=Application +Categories=System diff --git a/system/vice/config/xvic.desktop b/system/vice/config/xvic.desktop new file mode 100644 index 0000000000..7e96c4c5e5 --- /dev/null +++ b/system/vice/config/xvic.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=VICE VIC-20 emulator +Comment=Commodore VIC-20 emulator from the VICE team +StartupNotify=true +Exec=xvic +Icon=vice.png +Terminal=false +Type=Application +Categories=System |