treewide: remove deprecated value Application
from makeDesktopItem
This commit is contained in:
parent
8531aee99f
commit
c7e61112df
@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
|
|||||||
icon = "monero";
|
icon = "monero";
|
||||||
desktopName = "Monero";
|
desktopName = "Monero";
|
||||||
genericName = "Wallet";
|
genericName = "Wallet";
|
||||||
categories = "Application;Network;Utility;";
|
categories = "Network;Utility;";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||||||
desktopName = "Wasabi";
|
desktopName = "Wasabi";
|
||||||
genericName = "Bitcoin wallet";
|
genericName = "Bitcoin wallet";
|
||||||
comment = meta.description;
|
comment = meta.description;
|
||||||
categories = "Application;Network;Utility;";
|
categories = "Network;Utility;";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
comment = "Integrated Development Environment";
|
comment = "Integrated Development Environment";
|
||||||
desktopName = "Eclipse IDE";
|
desktopName = "Eclipse IDE";
|
||||||
genericName = "Integrated Development Environment";
|
genericName = "Integrated Development Environment";
|
||||||
categories = "Application;Development;";
|
categories = "Development;";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -10,7 +10,7 @@ let
|
|||||||
comment = "Integrated Development Environment";
|
comment = "Integrated Development Environment";
|
||||||
desktopName = "Apache NetBeans IDE";
|
desktopName = "Apache NetBeans IDE";
|
||||||
genericName = "Integrated Development Environment";
|
genericName = "Integrated Development Environment";
|
||||||
categories = "Application;Development;";
|
categories = "Development;";
|
||||||
icon = "netbeans";
|
icon = "netbeans";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
|||||||
icon = "avocode";
|
icon = "avocode";
|
||||||
desktopName = "Avocode";
|
desktopName = "Avocode";
|
||||||
genericName = "Design Inspector";
|
genericName = "Design Inspector";
|
||||||
categories = "Application;Development;";
|
categories = "Development;";
|
||||||
comment = "The bridge between designers and developers";
|
comment = "The bridge between designers and developers";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
desktopName = "SwingSane";
|
desktopName = "SwingSane";
|
||||||
genericName = "Scan from local or remote SANE servers";
|
genericName = "Scan from local or remote SANE servers";
|
||||||
comment = meta.description;
|
comment = meta.description;
|
||||||
categories = "Office;Application;";
|
categories = "Office;";
|
||||||
};
|
};
|
||||||
|
|
||||||
in ''
|
in ''
|
||||||
|
@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
|
|||||||
desktopName = "Airtame";
|
desktopName = "Airtame";
|
||||||
icon = name;
|
icon = name;
|
||||||
genericName = comment;
|
genericName = comment;
|
||||||
categories = "Application;Network;";
|
categories = "Network;";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
desktopName = "dbeaver";
|
desktopName = "dbeaver";
|
||||||
comment = "SQL Integrated Development Environment";
|
comment = "SQL Integrated Development Environment";
|
||||||
genericName = "SQL Integrated Development Environment";
|
genericName = "SQL Integrated Development Environment";
|
||||||
categories = "Application;Development;";
|
categories = "Development;";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
desktopName = "GanttProject";
|
desktopName = "GanttProject";
|
||||||
genericName = "Shedule and manage projects";
|
genericName = "Shedule and manage projects";
|
||||||
comment = meta.description;
|
comment = meta.description;
|
||||||
categories = "Office;Application;";
|
categories = "Office;";
|
||||||
};
|
};
|
||||||
|
|
||||||
javaOptions = [
|
javaOptions = [
|
||||||
|
@ -12,7 +12,7 @@ let
|
|||||||
desktopName = "GoldenCheetah";
|
desktopName = "GoldenCheetah";
|
||||||
genericName = "GoldenCheetah";
|
genericName = "GoldenCheetah";
|
||||||
comment = "Performance software for cyclists, runners and triathletes";
|
comment = "Performance software for cyclists, runners and triathletes";
|
||||||
categories = "Application;Utility;";
|
categories = "Utility;";
|
||||||
};
|
};
|
||||||
in mkDerivation rec {
|
in mkDerivation rec {
|
||||||
pname = "golden-cheetah";
|
pname = "golden-cheetah";
|
||||||
|
@ -68,7 +68,7 @@ with builtins; buildDotnetPackage rec {
|
|||||||
icon = "keepass";
|
icon = "keepass";
|
||||||
desktopName = "Keepass";
|
desktopName = "Keepass";
|
||||||
genericName = "Password manager";
|
genericName = "Password manager";
|
||||||
categories = "Application;Utility;";
|
categories = "Utility;";
|
||||||
mimeType = stdenv.lib.concatStringsSep ";" [
|
mimeType = stdenv.lib.concatStringsSep ";" [
|
||||||
"application/x-keepass2"
|
"application/x-keepass2"
|
||||||
""
|
""
|
||||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
desktopName = "PDFsam Basic";
|
desktopName = "PDFsam Basic";
|
||||||
genericName = "PDF Split and Merge";
|
genericName = "PDF Split and Merge";
|
||||||
mimeType = "application/pdf;";
|
mimeType = "application/pdf;";
|
||||||
categories = "Office;Application;";
|
categories = "Office;";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
@ -46,4 +46,4 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ maintainers."1000101" ];
|
maintainers = with maintainers; [ maintainers."1000101" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||||||
exec = "pgadmin3";
|
exec = "pgadmin3";
|
||||||
icon = "pgAdmin3";
|
icon = "pgAdmin3";
|
||||||
type = "Application";
|
type = "Application";
|
||||||
categories = "Application;Development;";
|
categories = "Development;";
|
||||||
mimeType = "text/html";
|
mimeType = "text/html";
|
||||||
};
|
};
|
||||||
in ''
|
in ''
|
||||||
|
@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
|
|||||||
comment = "G-code generator for 3D printers";
|
comment = "G-code generator for 3D printers";
|
||||||
desktopName = "PrusaSlicer";
|
desktopName = "PrusaSlicer";
|
||||||
genericName = "3D printer tool";
|
genericName = "3D printer tool";
|
||||||
categories = "Application;Development;";
|
categories = "Development;";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
comment = "G-code generator for 3D printers";
|
comment = "G-code generator for 3D printers";
|
||||||
desktopName = "Slic3r";
|
desktopName = "Slic3r";
|
||||||
genericName = "3D printer tool";
|
genericName = "3D printer tool";
|
||||||
categories = "Application;Development;";
|
categories = "Development;";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
@ -24,7 +24,7 @@ let
|
|||||||
icon = pname;
|
icon = pname;
|
||||||
comment = description;
|
comment = description;
|
||||||
genericName = "Computer Aided (Interior) Design";
|
genericName = "Computer Aided (Interior) Design";
|
||||||
categories = "Application;Graphics;2DGraphics;3DGraphics;";
|
categories = "Graphics;2DGraphics;3DGraphics;";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
@ -20,7 +20,7 @@ let
|
|||||||
name = pname;
|
name = pname;
|
||||||
comment = description;
|
comment = description;
|
||||||
genericName = "Computer Aided (Interior) Design";
|
genericName = "Computer Aided (Interior) Design";
|
||||||
categories = "Application;Graphics;2DGraphics;3DGraphics;";
|
categories = "Graphics;2DGraphics;3DGraphics;";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ant jre jdk makeWrapper gtk3 gsettings-desktop-schemas ];
|
buildInputs = [ ant jre jdk makeWrapper gtk3 gsettings-desktop-schemas ];
|
||||||
|
@ -85,7 +85,7 @@ let
|
|||||||
comment = "";
|
comment = "";
|
||||||
desktopName = "${desktopName}${nameSuffix}${lib.optionalString gdkWayland " (Wayland)"}";
|
desktopName = "${desktopName}${nameSuffix}${lib.optionalString gdkWayland " (Wayland)"}";
|
||||||
genericName = "Web Browser";
|
genericName = "Web Browser";
|
||||||
categories = "Application;Network;WebBrowser;";
|
categories = "Network;WebBrowser;";
|
||||||
mimeType = stdenv.lib.concatStringsSep ";" [
|
mimeType = stdenv.lib.concatStringsSep ";" [
|
||||||
"text/html"
|
"text/html"
|
||||||
"text/xml"
|
"text/xml"
|
||||||
|
@ -31,7 +31,7 @@ in stdenv.mkDerivation rec {
|
|||||||
icon = "palemoon";
|
icon = "palemoon";
|
||||||
desktopName = "Pale Moon";
|
desktopName = "Pale Moon";
|
||||||
genericName = "Web Browser";
|
genericName = "Web Browser";
|
||||||
categories = "Application;Network;WebBrowser;";
|
categories = "Network;WebBrowser;";
|
||||||
mimeType = lib.concatStringsSep ";" [
|
mimeType = lib.concatStringsSep ";" [
|
||||||
"text/html"
|
"text/html"
|
||||||
"text/xml"
|
"text/xml"
|
||||||
|
@ -39,7 +39,7 @@ mkDerivationWith pythonPackages.buildPythonApplication rec {
|
|||||||
desktopName = "Blink";
|
desktopName = "Blink";
|
||||||
icon = "blink";
|
icon = "blink";
|
||||||
genericName = "Instant Messaging";
|
genericName = "Instant Messaging";
|
||||||
categories = "Application;Internet;";
|
categories = "Internet;";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontWrapQtApps = true;
|
dontWrapQtApps = true;
|
||||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
comment = "VoIP and Instant Messaging client";
|
comment = "VoIP and Instant Messaging client";
|
||||||
desktopName = "Jitsi";
|
desktopName = "Jitsi";
|
||||||
genericName = "Instant Messaging";
|
genericName = "Instant Messaging";
|
||||||
categories = "Application;X-Internet;";
|
categories = "X-Internet;";
|
||||||
};
|
};
|
||||||
|
|
||||||
libPath = lib.makeLibraryPath ([
|
libPath = lib.makeLibraryPath ([
|
||||||
|
@ -22,7 +22,7 @@ let
|
|||||||
icon = "anydesk";
|
icon = "anydesk";
|
||||||
desktopName = "AnyDesk";
|
desktopName = "AnyDesk";
|
||||||
genericName = description;
|
genericName = description;
|
||||||
categories = "Application;Network;";
|
categories = "Network;";
|
||||||
startupNotify = "false";
|
startupNotify = "false";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "jabref";
|
name = "jabref";
|
||||||
desktopName = "JabRef";
|
desktopName = "JabRef";
|
||||||
genericName = "Bibliography manager";
|
genericName = "Bibliography manager";
|
||||||
categories = "Application;Office;";
|
categories = "Office;";
|
||||||
icon = "jabref";
|
icon = "jabref";
|
||||||
exec = "jabref";
|
exec = "jabref";
|
||||||
};
|
};
|
||||||
|
@ -27,7 +27,7 @@ let
|
|||||||
comment = "Schematic capture and PCB layout";
|
comment = "Schematic capture and PCB layout";
|
||||||
desktopName = "Eagle";
|
desktopName = "Eagle";
|
||||||
genericName = "Schematic editor";
|
genericName = "Schematic editor";
|
||||||
categories = "Application;Development;";
|
categories = "Development;";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
comment = "Schematic capture and PCB layout";
|
comment = "Schematic capture and PCB layout";
|
||||||
desktopName = "Eagle";
|
desktopName = "Eagle";
|
||||||
genericName = "Schematic editor";
|
genericName = "Schematic editor";
|
||||||
categories = "Application;Development;";
|
categories = "Development;";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
@ -13,7 +13,7 @@ let
|
|||||||
comment = "IDE for TLA+";
|
comment = "IDE for TLA+";
|
||||||
desktopName = name;
|
desktopName = name;
|
||||||
genericName = comment;
|
genericName = comment;
|
||||||
categories = "Application;Development";
|
categories = "Development";
|
||||||
extraEntries = ''
|
extraEntries = ''
|
||||||
StartupWMClass=TLA+ Toolbox
|
StartupWMClass=TLA+ Toolbox
|
||||||
'';
|
'';
|
||||||
|
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
|||||||
icon = "gitkraken";
|
icon = "gitkraken";
|
||||||
desktopName = "GitKraken";
|
desktopName = "GitKraken";
|
||||||
genericName = "Git Client";
|
genericName = "Git Client";
|
||||||
categories = "Application;Development;";
|
categories = "Development;";
|
||||||
comment = "Graphical Git client from Axosoft";
|
comment = "Graphical Git client from Axosoft";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
|||||||
comment = "Scientific Python Development Environment";
|
comment = "Scientific Python Development Environment";
|
||||||
desktopName = "Spyder";
|
desktopName = "Spyder";
|
||||||
genericName = "Python IDE";
|
genericName = "Python IDE";
|
||||||
categories = "Application;Development;IDE;";
|
categories = "Development;IDE;";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -10,7 +10,7 @@ let
|
|||||||
desktopName = "Oracle SQL Developer";
|
desktopName = "Oracle SQL Developer";
|
||||||
genericName = "Oracle SQL Developer";
|
genericName = "Oracle SQL Developer";
|
||||||
comment = "Oracle's Oracle DB GUI client";
|
comment = "Oracle's Oracle DB GUI client";
|
||||||
categories = "Application;Development;";
|
categories = "Development;";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
comment = "Java Troubleshooting Tool";
|
comment = "Java Troubleshooting Tool";
|
||||||
desktopName = "VisualVM";
|
desktopName = "VisualVM";
|
||||||
genericName = "Java Troubleshooting Tool";
|
genericName = "Java Troubleshooting Tool";
|
||||||
categories = "Application;Development;";
|
categories = "Development;";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
comment = "Software for Saleae logic analyzers";
|
comment = "Software for Saleae logic analyzers";
|
||||||
desktopName = "Saleae Logic";
|
desktopName = "Saleae Logic";
|
||||||
genericName = "Logic analyzer";
|
genericName = "Logic analyzer";
|
||||||
categories = "Application;Development";
|
categories = "Development";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip ];
|
buildInputs = [ unzip ];
|
||||||
|
@ -6,7 +6,7 @@ let
|
|||||||
name = "stm32CubeMX";
|
name = "stm32CubeMX";
|
||||||
exec = "stm32cubemx";
|
exec = "stm32cubemx";
|
||||||
desktopName = "STM32CubeMX";
|
desktopName = "STM32CubeMX";
|
||||||
categories = "Application;Development;";
|
categories = "Development;";
|
||||||
icon = "stm32cubemx";
|
icon = "stm32cubemx";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
@ -18,7 +18,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
comment = "Platform independend Python debugger";
|
comment = "Platform independend Python debugger";
|
||||||
desktopName = "Winpdb";
|
desktopName = "Winpdb";
|
||||||
genericName = "Python Debugger";
|
genericName = "Python Debugger";
|
||||||
categories = "Application;Development;Debugger;";
|
categories = "Development;Debugger;";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Don't call gnome-terminal with "--disable-factory" flag, which is
|
# Don't call gnome-terminal with "--disable-factory" flag, which is
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
comment = "API Development Environment";
|
comment = "API Development Environment";
|
||||||
desktopName = "Postman";
|
desktopName = "Postman";
|
||||||
genericName = "Postman";
|
genericName = "Postman";
|
||||||
categories = "Application;Development;";
|
categories = "Development;";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
desktopName = "AssaultCube";
|
desktopName = "AssaultCube";
|
||||||
comment = "A multiplayer, first-person shooter game, based on the CUBE engine. Fast, arcade gameplay.";
|
comment = "A multiplayer, first-person shooter game, based on the CUBE engine. Fast, arcade gameplay.";
|
||||||
genericName = "First-person shooter";
|
genericName = "First-person shooter";
|
||||||
categories = "Application;Game;ActionGame;Shooter";
|
categories = "Game;ActionGame;Shooter";
|
||||||
icon = "assaultcube.png";
|
icon = "assaultcube.png";
|
||||||
exec = pname;
|
exec = pname;
|
||||||
};
|
};
|
||||||
|
@ -12,7 +12,7 @@ let
|
|||||||
comment = "Duke Nukem 3D port";
|
comment = "Duke Nukem 3D port";
|
||||||
desktopName = "Enhanced Duke Nukem 3D";
|
desktopName = "Enhanced Duke Nukem 3D";
|
||||||
genericName = "Duke Nukem 3D port";
|
genericName = "Duke Nukem 3D port";
|
||||||
categories = "Application;Game;";
|
categories = "Game;";
|
||||||
};
|
};
|
||||||
|
|
||||||
wrapper = "eduke32-wrapper";
|
wrapper = "eduke32-wrapper";
|
||||||
|
@ -12,7 +12,7 @@ let
|
|||||||
comment = description;
|
comment = description;
|
||||||
desktopName = "Frogatto";
|
desktopName = "Frogatto";
|
||||||
genericName = "frogatto";
|
genericName = "frogatto";
|
||||||
categories = "Application;Game;ArcadeGame;";
|
categories = "Game;ArcadeGame;";
|
||||||
};
|
};
|
||||||
version = "unstable-2018-12-18";
|
version = "unstable-2018-12-18";
|
||||||
in buildEnv {
|
in buildEnv {
|
||||||
|
@ -36,7 +36,7 @@ let
|
|||||||
icon = "minecraft-launcher";
|
icon = "minecraft-launcher";
|
||||||
comment = "Official launcher for Minecraft, a sandbox-building game";
|
comment = "Official launcher for Minecraft, a sandbox-building game";
|
||||||
desktopName = "Minecraft Launcher";
|
desktopName = "Minecraft Launcher";
|
||||||
categories = "Game;Application;";
|
categories = "Game;";
|
||||||
};
|
};
|
||||||
|
|
||||||
envLibPath = stdenv.lib.makeLibraryPath [
|
envLibPath = stdenv.lib.makeLibraryPath [
|
||||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
terminal = "false";
|
terminal = "false";
|
||||||
desktopName = "RuneLite";
|
desktopName = "RuneLite";
|
||||||
genericName = "Oldschool Runescape";
|
genericName = "Oldschool Runescape";
|
||||||
categories = "Application;Game";
|
categories = "Game";
|
||||||
startupNotify = null;
|
startupNotify = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ let
|
|||||||
desktopName = "Unreal Tournament 2004";
|
desktopName = "Unreal Tournament 2004";
|
||||||
comment = "A first-person shooter video game developed by Epic Games and Digital Extreme";
|
comment = "A first-person shooter video game developed by Epic Games and Digital Extreme";
|
||||||
genericName = "First-person shooter";
|
genericName = "First-person shooter";
|
||||||
categories = "Application;Game;";
|
categories = "Game;";
|
||||||
exec = "ut2004";
|
exec = "ut2004";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ let
|
|||||||
comment = "A modular ComputerCraft emulator";
|
comment = "A modular ComputerCraft emulator";
|
||||||
desktopName = "CCEmuX";
|
desktopName = "CCEmuX";
|
||||||
genericName = "ComputerCraft Emulator";
|
genericName = "ComputerCraft Emulator";
|
||||||
categories = "Application;Emulator;";
|
categories = "Emulator;";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
comment = "x86 emulator with internal DOS";
|
comment = "x86 emulator with internal DOS";
|
||||||
desktopName = "DOSBox";
|
desktopName = "DOSBox";
|
||||||
genericName = "DOS emulator";
|
genericName = "DOS emulator";
|
||||||
categories = "Application;Emulator;";
|
categories = "Emulator;";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
comment = "Commodore 64 emulator";
|
comment = "Commodore 64 emulator";
|
||||||
desktopName = "VICE";
|
desktopName = "VICE";
|
||||||
genericName = "Commodore 64 emulator";
|
genericName = "Commodore 64 emulator";
|
||||||
categories = "Application;Emulator;";
|
categories = "Emulator;";
|
||||||
};
|
};
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user