Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -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
|
||||
|
||||
WorkDir="."
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/VSCodium/", "*")
|
||||
pisitools.dosym("/opt/VSCodium/bin/codium", "/usr/bin/codium")
|
||||
@@ -0,0 +1,23 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Encoding=UTF-8
|
||||
Name=vscodium
|
||||
GenericName=vscodium
|
||||
GenericName[tr]=vscodium
|
||||
Comment=vscodium
|
||||
Comment[tr]=vscodium
|
||||
Icon=vscodium
|
||||
Exec=/opt/VSCodium/codium --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=vscodium;
|
||||
|
||||
|
||||
[Desktop Action new-empty-window]
|
||||
Name=New Empty Window
|
||||
Exec=/opt/VSCodium/codium --no-sandbox --new-window %F
|
||||
Icon=vscodium
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 418 KiB |
@@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>VSCodium</Name>
|
||||
<Homepage>https://vscodium.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<PartOf>Development</PartOf>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary xml:lang="en">Free/Libre Open Source Software Binaries of VS Code</Summary>
|
||||
<Summary xml:lang="tr">VS Code'un Özgür Açık Kaynaklı Sürümü</Summary>
|
||||
<Description xml:lang="en">VSCodium is a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code.</Description>
|
||||
<Description xml:lang="tr">VSCodium, Microsoft'un VS Code düzenleyicisinin topluluk tarafından yönetilen, özgür lisanslı bir ikili dağıtımıdır.</Description>
|
||||
<Icon>vscodium</Icon>
|
||||
<Archive sha1sum="15d736216c6a59684d8f2a52185b614552283bdf" type="targz">
|
||||
https://github.com/VSCodium/vscodium/releases/download/1.112.01907/VSCodium-linux-x64-1.112.01907.tar.gz
|
||||
</Archive>
|
||||
<!-- https://github.com/VSCodium/vscodium/releases/ -->
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>VSCodium</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/opt</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="icon">/usr/share/pixmaps</Path>
|
||||
<Path fileType="icon">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/vscodium.desktop">vscodium.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/pixmaps/vscodium.png">vscodium.png</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/vscodium.png">vscodium.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
<History>
|
||||
|
||||
<Update release="3">
|
||||
<Date>2026-04-05</Date>
|
||||
<Version>1.112.01907</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2026-02-08</Date>
|
||||
<Version>1.108.20787</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2026-01-13</Date>
|
||||
<Version>1.107.18627</Version>
|
||||
<Comment>Initial Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user