Proje Gitea'ya taşındı (Temiz başlangıç)

This commit is contained in:
Erkan IŞIK
2026-06-27 23:27:13 +03:00
commit c077995f65
683 changed files with 315285 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/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 get
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def install():
pisitools.insinto("/opt/VSCode-linux-x64", "./*")
pisitools.dosym("/opt/VSCode-linux-x64/bin/code", "/usr/bin/code")
@@ -0,0 +1,23 @@
[Desktop Entry]
Type=Application
Version=1.0
Encoding=UTF-8
Name=Visual Studio Code
GenericName=Visual Studio Code
GenericName[tr]=Visual Studio Code
Comment=Visual Studio Code
Comment[tr]=Visual Studio Code
Icon=code
Exec=/opt/VSCode-linux-x64/code --no-sandbox %U
Terminal=false
StartupNotify=false
Categories=Development;
MimeType=text/plain;inode/directory;application/x-visual-studio-code-workspace;
Actions=new-empty-window;
Keywords=vscode;
[Desktop Action new-empty-window]
Name=New Empty Window
Exec=/opt/VSCode-linux-x64/code --no-sandbox --new-window %F
Icon=code
Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

+114
View File
@@ -0,0 +1,114 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>VSCode</Name>
<Homepage>https://code.visualstudio.com</Homepage>
<Packager>
<Name>Sami Babat</Name>
<Email>sami.babat@gmail.com</Email>
</Packager>
<License>GPLv3</License>
<PartOf>Development</PartOf>
<IsA>app:gui</IsA>
<Summary xml:lang="en">The open source AI code editor</Summary>
<Summary xml:lang="tr">Açık kaynaklı yapay zeka kod editörü</Summary>
<Description xml:lang="en">Code editing. Redefined. Visual Studio Code is a new choice of tool that combines the simplicity of a code editor with what developers need for the core edit-build-debug cycle.</Description>
<Description xml:lang="tr">Kod düzenleme. Yeniden tanımlandı. Visual Studio Code, kod düzenleyicisinin basitliğini ve geliştiricilerin temel düzenleme-derleme-hata ayıklama döngüsü için ihtiyaç duyduğu özellikleri birleştiren yeni bir araç seçimidir.</Description>
<Icon>code</Icon>
<Archive type="targz" sha1sum="099f70e8a73babdd4005e5c5af80a8faab877aec">
https://vscode.download.prss.microsoft.com/dbazure/download/stable/0958016b2af9f09bb4257e0df4a95e2f90590f9f/code-stable-x64-1778618960.tar.gz
</Archive>
</Source>
<Package>
<Name>VSCode</Name>
<Files>
<Path fileType="data">/opt/</Path>
<Path fileType="data">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="icon">/usr/share/pixmaps</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/usr/share/applications/Visual-Studio-Code.desktop">Visual-Studio-Code.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/pixmaps/code.png">code.png</AdditionalFile>
</AdditionalFiles>
<Summary>Visual Studio Code</Summary>
</Package>
<History>
<Update release="46">
<Date>2026-05-18</Date>
<Version>1.120</Version>
<Comment>Version Bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="45">
<Date>2026-04-18</Date>
<Version>1.116.0</Version>
<Comment>Version Bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="44">
<Date>2026-04-05</Date>
<Version>1.114.0</Version>
<Comment>Version Bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="43">
<Date>2026-02-08</Date>
<Version>1.109</Version>
<Comment>Version Bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="42">
<Date>2025-11-06</Date>
<Version>1.105.1</Version>
<Comment>Version Bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="41">
<Date>2025-09-30</Date>
<Version>1.104.2</Version>
<Comment>Version Bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="40">
<Date>2025-09-02</Date>
<Version>1.103.2</Version>
<Comment>Version Bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="39">
<Date>2025-08-21</Date>
<Version>1.103.1</Version>
<Comment>Version Bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="38">
<Date>2025-08-07</Date>
<Version>1.102.3</Version>
<Comment>Version Bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="37">
<Date>2025-06-30</Date>
<Version>1.101.2</Version>
<Comment>Version Bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>
+7
View File
@@ -0,0 +1,7 @@
<PISI>
<Source>
<Name>VSCode</Name>
<Summary xml:lang="tr">Visual Studio Code</Summary>
<Description xml:lang="tr">Visual Studio Code</Description>
</Source>
</PISI>