mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
dev-util/google-antigravity-ide: new package, add 2.0.3
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Name=Antigravity IDE - URL Handler
|
||||
Comment=Experience liftoff
|
||||
GenericName=Text Editor
|
||||
Exec=/opt/google/antigravity-ide/bin/antigravity-ide --open-url %U
|
||||
Icon=antigravity-ide
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Categories=Utility;TextEditor;Development;IDE;
|
||||
MimeType=x-scheme-handler/antigravity;
|
||||
Keywords=vscode;
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/x-code-workspace">
|
||||
<comment>Antigravity IDE Workspace</comment>
|
||||
<glob pattern="*.code-workspace"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
@@ -0,0 +1,28 @@
|
||||
[Desktop Entry]
|
||||
Name=Antigravity IDE
|
||||
Comment=Experience liftoff
|
||||
GenericName=Text Editor
|
||||
Exec=/opt/google/antigravity-ide/bin/antigravity-ide %F
|
||||
Icon=antigravity-ide
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
StartupWMClass=antigravity-ide
|
||||
Categories=TextEditor;Development;IDE;
|
||||
MimeType=application/x-code-workspace;
|
||||
Actions=new-empty-window;
|
||||
Keywords=vscode;
|
||||
|
||||
[Desktop Action new-empty-window]
|
||||
Name=New Empty Window
|
||||
Name[cs]=Nové prázdné okno
|
||||
Name[de]=Neues leeres Fenster
|
||||
Name[es]=Nueva ventana vacía
|
||||
Name[fr]=Nouvelle fenêtre vide
|
||||
Name[it]=Nuova finestra vuota
|
||||
Name[ja]=新しい空のウィンドウ
|
||||
Name[ko]=새 빈 창
|
||||
Name[ru]=Новое пустое окно
|
||||
Name[zh_CN]=新建空窗口
|
||||
Name[zh_TW]=開新空視窗
|
||||
Exec=/opt/google/antigravity-ide/bin/antigravity-ide --new-window %F
|
||||
Icon=antigravity-ide
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop">
|
||||
<id>antigravity-ide.desktop</id>
|
||||
<metadata_license>MIT</metadata_license>
|
||||
<project_license>MIT</project_license>
|
||||
<name>Antigravity IDE</name>
|
||||
<url type="homepage">https://antigravity.google</url>
|
||||
<summary>Experience liftoff</summary>
|
||||
<description>
|
||||
<p>Google Antigravity IDE - Experience liftoff</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://code.visualstudio.com/home/home-screenshot-linux-lg.png</image>
|
||||
<caption>Editing TypeScript and searching for extensions</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
</component>
|
||||
Reference in New Issue
Block a user