Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools, shelltools, get
|
||||
|
||||
WorkDir = "."
|
||||
NoStrip = ["/"]
|
||||
|
||||
|
||||
|
||||
def install():
|
||||
# Antigravity IDE dosyalarını /opt altına kopyala
|
||||
pisitools.insinto("/opt/Antigravity-ide", "Antigravity IDE/*")
|
||||
|
||||
# completions dizinini kaldır (pspec.xml'deki AdditionalFiles ile yönetiliyor)
|
||||
#pisitools.removeDir("/opt/Antigravity-ide/resources/completions")
|
||||
|
||||
# Çalıştırılabilir dosya için symlink oluştur
|
||||
#pisitools.dosym("/opt/Antigravity-ide/antigravity-ide", "/usr/bin/antigravity-ide")
|
||||
|
||||
# Lisans dosyaları için symlink oluştur
|
||||
pisitools.dodir("/usr/share/licenses/Antigravity-ide")
|
||||
pisitools.dosym("/opt/Antigravity-ide/resources/app/LICENSE.txt", "/usr/share/licenses/Antigravity-ide/LICENSE.txt")
|
||||
pisitools.dosym("/opt/Antigravity-ide/LICENSES.chromium.html", "/usr/share/licenses/Antigravity-ide/LICENSES.chromium.html")
|
||||
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Name=Antigravity IDE - URL Handler
|
||||
Comment=Experience liftoff
|
||||
GenericName=Text Editor
|
||||
Exec=/usr/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-ide;
|
||||
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-antigravity-ide-workspace">
|
||||
<comment>Antigravity IDE Workspace</comment>
|
||||
<glob pattern="*.code-workspace"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
@@ -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>
|
||||
@@ -0,0 +1,31 @@
|
||||
[Desktop Entry]
|
||||
Name=Antigravity IDE
|
||||
Comment=Experience liftoff
|
||||
GenericName=Text Editor
|
||||
Exec=/usr/bin/antigravity-ide %F
|
||||
Icon=antigravity-ide
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
StartupWMClass=antigravity-ide
|
||||
Categories=TextEditor;Development;IDE;
|
||||
MimeType=application/x-antigravity-ide-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[tr]=Boş bir pencere aç
|
||||
Name[ru]=Новое пустое окно
|
||||
Name[zh_CN]=新建空窗口
|
||||
Name[ru]=Новое пустое окно
|
||||
Name[zh_CN]=新建空窗口
|
||||
Name[zh_TW]=開新空視窗
|
||||
Exec=/usr/bin/antigravity-ide --new-window %F
|
||||
Icon=antigravity-ide
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 172 KiB |
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config}
|
||||
|
||||
# Allow users to override command-line options
|
||||
if [[ -f $XDG_CONFIG_HOME/antigravity-ide-flags.conf ]]; then
|
||||
ANTIGRAVITY_IDE_USER_FLAGS="$(sed 's/#.*//' $XDG_CONFIG_HOME/antigravity-ide-flags.conf | tr '\n' ' ')"
|
||||
fi
|
||||
|
||||
# Launch
|
||||
exec /opt/Antigravity-ide/bin/antigravity-ide "$@" $ANTIGRAVITY_IDE_USER_FLAGS
|
||||
@@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>Antigravity-ide</Name>
|
||||
<Homepage>https://antigravity.google/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary xml:lang="en">An agentic development platform from Google, evolving the IDE into the agent-first era.</Summary>
|
||||
<Summary xml:lang="tr">Google'dan bir agentic geliştirme platformu, IDE'yi agent-first era'ye evrimini getiriyor.</Summary>
|
||||
<Description xml:lang="en" >An agentic development platform from Google, evolving the IDE into the agent-first era.</Description>
|
||||
<Description xml:lang="tr" >Google'dan bir agentic geliştirme platformu, IDE'yi agent-first era'ye evrimini getiriyor.</Description>
|
||||
<License>LicenseRef-Google-Antigravity</License>
|
||||
<PartOf>programming.tools</PartOf>
|
||||
<Icon>antigravity-ide</Icon>
|
||||
<Archive sha1sum="554c984665548968983ccfd381bc991596b0e158" type="targz">
|
||||
https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.0.3-6242596486512640/linux-x64/Antigravity%20IDE.tar.gz
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>Antigravity-ide</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>at-spi2-core</Dependency>
|
||||
<Dependency>bash</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>expat</Dependency>
|
||||
<Dependency>gcc</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>glibc</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>cups</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libXcomposite</Dependency>
|
||||
<Dependency>libXdamage</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>libXfixes</Dependency>
|
||||
<Dependency>libxkbcommon</Dependency>
|
||||
<Dependency>libxkbfile</Dependency>
|
||||
<Dependency>libXrandr</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>nspr</Dependency>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/opt/Antigravity-ide</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion</Path>
|
||||
<Path fileType="data">/usr/share/mime</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="data">/usr/share/licenses</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/antigravity-ide.desktop" owner="root">antigravity-ide.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/applications/antigravity-ide-url-handler.desktop" owner="root">antigravity-ide-url-handler.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/bin/antigravity-ide" owner="root">antigravity-ide.sh</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/mime/packages/antigravity-ide-workspace.xml">antigravity-ide-workspace.xml</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/pixmaps/antigravity-ide.png">antigravity-ide.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2026-11-22</Date>
|
||||
<Version>2.0.3</Version>
|
||||
<Comment>İlk sürüm</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user