Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get, pisitools, shelltools
|
||||
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/devin-desktop/", "*")
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
[Desktop Entry]
|
||||
Name=Devin Desktop
|
||||
Comment=Tomorrow's Editor, Today
|
||||
Exec=/opt/devin-desktop/devin-desktop %U
|
||||
Icon=devin-desktop
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Development;IDE;
|
||||
MimeType=text/plain;inode/directory;application/x-devin-desktop-workspace;
|
||||
Actions=new-empty-window;
|
||||
Keywords=devin-desktop;
|
||||
|
||||
|
||||
[Desktop Action new-empty-window]
|
||||
Name=New Empty Window
|
||||
Exec=/opt/devin-desktop/devin --new-window %F
|
||||
Icon=devin-desktop
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>devin-desktop</Name>
|
||||
<Homepage>https://devin.ai</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary xml:lang="en">Built to keep you in flow state</Summary>
|
||||
<Summary xml:lang="tr">Kod yazarken odağını kaybetmemen için tasarlandı.</Summary>
|
||||
<Description xml:lang="en">Tomorrow's Editor, Today. Built to keep you in flow state with instant, invaluable AI developer assistance.</Description>
|
||||
<Description xml:lang="tr">Geleceğin editörü şimdiden burada. Yapay zekâ desteğiyle odağın hiç bölünmez.</Description>
|
||||
<PartOf>development</PartOf>
|
||||
<License>custom</License>
|
||||
<Icon>devin-desktop</Icon>
|
||||
<Archive sha1sum="474f08a86ad34ab4377f43ece1fea5d0545db27d" type="targz">
|
||||
https://windsurf-stable.codeiumdata.com/linux-x64/stable/c8b0b9cf70fb84d1dd37796a52d8229a7eaf9c06/Devin-linux-x64-3.1.7.tar.gz
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>expat</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>glibc</Dependency>
|
||||
<Dependency>libdrm</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libXcomposite</Dependency>
|
||||
<Dependency>libXdamage</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>libXfixes</Dependency>
|
||||
<Dependency>libxkbcommon</Dependency>
|
||||
<Dependency>libXrandr</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>nspr</Dependency>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>xdg-utils</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Name>devin-desktop</Name>
|
||||
<Icon>devin-desktop</Icon>
|
||||
<Files>
|
||||
<Path fileType="data">/opt</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/devin-desktop.desktop">devin-desktop.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/devin-desktop.png">devin-desktop.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2026-06-14</Date>
|
||||
<Version>3.1.7</Version>
|
||||
<Comment>First Release (Renamed to Devin Desktop)</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user