forked from Pisilinux/contrib
Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env 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
|
||||
|
||||
NoStrip = ["/opt", "/usr"]
|
||||
IgnoreAutodep = True
|
||||
Version = get.srcVERSION()
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.dodir ("/opt/Cursor")
|
||||
pisitools.doexe("Cursor-%s-x86_64.AppImage" % Version, "/opt/Cursor")
|
||||
pisitools.dosym("/opt/Cursor/Cursor-%s-x86_64.AppImage" % Version, "/usr/bin/cursor")
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
[Desktop Entry]
|
||||
Name=Cursor
|
||||
Exec=/usr/bin/cursor --no-sandbox %U
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=cursor
|
||||
# Change the class below to "Cursor" when on X11
|
||||
StartupWMClass=cursor
|
||||
X-AppImage-Version=@@PKGVERSION@@
|
||||
MimeType=x-scheme-handler/cursor;
|
||||
Categories=Development;IDE;
|
||||
|
||||
[Desktop Action new-empty-window]
|
||||
Name=New Empty Window
|
||||
Exec=/usr/bin/cursor --no-sandbox --new-window %F
|
||||
Icon=cursor
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
@@ -0,0 +1,100 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>Cursor</Name>
|
||||
<Homepage>https://cursor.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary xml:lang="en">The AI Code Editor</Summary>
|
||||
<Summary xml:lang="tr">Yapay Zeka Destekli Kod Düzenleyicisi</Summary>
|
||||
<Description xml:lang="en">Built to make you extraordinarily productive, Cursor is the best way to code with AI.</Description>
|
||||
<Description xml:lang="tr">Sizi olağanüstü derecede üretken kılmak için oluşturulmuş olan Cursor, yapay zeka ile kod yazmanın en iyi yoludur.</Description>
|
||||
<License>custom</License>
|
||||
<PartOf>development</PartOf>
|
||||
<Archive sha1sum="be60f093ea675eab0478b6dab976d5524aa64612" type="binary">
|
||||
https://downloads.cursor.com/production/3578107fdf149b00059ddad37048220e4168100f/linux/x64/Cursor-2.4.31-x86_64.AppImage
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>Cursor</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>fuse3</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<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/cursor.desktop">cursor.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/cursor.png">cursor.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="18">
|
||||
<Date>2026-02-08</Date>
|
||||
<Version>2.4.31</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="17">
|
||||
<Date>2025-11-06</Date>
|
||||
<Version>2.0.64</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="16">
|
||||
<Date>2025-09-30</Date>
|
||||
<Version>1.7.17</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2025-08-21</Date>
|
||||
<Version>1.4.5</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2025-08-07</Date>
|
||||
<Version>1.4.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2025-07-21</Date>
|
||||
<Version>1.2.4</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
|
||||
<Update release="12">
|
||||
<Date>2025-07-07</Date>
|
||||
<Version>1.2.1</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2025-07-03</Date>
|
||||
<Version>1.1.7</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user