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
+3
View File
@@ -0,0 +1,3 @@
<PISI>
<Name>util.admin</Name>
</PISI>
+15
View File
@@ -0,0 +1,15 @@
#!/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
NoStrip = ["/opt", "/usr"]
IgnoreAutodep = True
def install():
pisitools.dodir ("/opt/etcher")
pisitools.doexe("balenaEtcher-1.7.3-x64.AppImage", "/opt/etcher")
pisitools.dosym("/opt/etcher/balenaEtcher-1.7.3-x64.AppImage", "/usr/bin/etcher")
+15
View File
@@ -0,0 +1,15 @@
[Desktop Entry]
Categories=System;
Comment[tr_TR]=İsolarınızı güvenli ve kolay bir şekilde SD kartlara ve USB sürücülere yükleyin.
Comment=Flash OS images to SD cards & USB drives, safely and easily.
Encoding=UTF-8
Exec=etcher
GenericName[tr_TR]=Etcher
GenericName=Etcher
Icon=etcher
Name[tr_TR]=Etcher
Name=Etcher
Terminal=false
Type=Application
Version=1.0
Categories=Utility;
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

+44
View File
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>etcher</Name>
<Homepage>https://www.balena.io/etcher/</Homepage>
<Packager>
<Name>Pisilinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPL2</License>
<Summary>Flash OS images to SD cards, USB drives, safely and easily.</Summary>
<Description>Flash OS images to SD cards, USB drives, safely and easily.</Description>
<Archive sha1sum="16603ed71c16b1ebeea54ba5f6984ab575e405cc" type="binary">https://github.com/balena-io/etcher/releases/download/v1.7.3/balenaEtcher-1.7.3-x64.AppImage</Archive>
<PartOf>system.utils</PartOf>
</Source>
<Package>
<Name>etcher</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/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/etcher.desktop" owner="root">etcher.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/icons/etcher.png">etcher.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2022-01-05</Date>
<Version>1.7.3</Version>
<Comment>First Release</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>
+15
View File
@@ -0,0 +1,15 @@
#!/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 = ["/"]
Version = get.srcVERSION()
def install():
pisitools.dodir ("/opt/Ventoy")
pisitools.insinto("/opt/Ventoy", "ventoy-%s/*" % Version)
pisitools.dosym("/opt/Ventoy/VentoyGUI.x86_64", "/usr/bin/Ventoy")
+14
View File
@@ -0,0 +1,14 @@
[Desktop Entry]
Categories=System;
Comment[tr_TR]=Yeni bir çoklu önyüklemeli USB çözümü.
Comment=A new multiboot USB solution.
Encoding=UTF-8
Exec=/opt/Ventoy/VentoyGUI.x86_64
GenericName[tr_TR]=Yeni bir çoklu önyüklemeli USB çözümü.
GenericName=A new multiboot USB solution.
Icon=ventoy
Name[tr_TR]=Ventoy
Name=Ventoy
Terminal=false
Type=Application
Version=1.0
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

+58
View File
@@ -0,0 +1,58 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ventoy</Name>
<Homepage>https://www.ventoy.net/en/index.html</Homepage>
<Packager>
<Name>Pisilinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPL3</License>
<Summary xml:lang="en">A new multiboot USB solution</Summary>
<Summary xml:lang="tr">Yeni bir multiboot USB çözümü</Summary>
<Description xml:lang="en">A new multiboot USB solution</Description>
<Description xml:lang="tr">Yeni bir multiboot USB çözümü</Description>
<Archive sha1sum="f3477ef154d69acf05314489e349c350c01cd01a" type="targz">
https://github.com/ventoy/Ventoy/releases/download/v1.1.12/ventoy-1.1.12-linux.tar.gz
</Archive>
</Source>
<!-- https://github.com/ventoy/Ventoy/ -->
<Package>
<Name>ventoy</Name>
<RuntimeDependencies>
<Dependency>bash</Dependency>
<Dependency>util-linux</Dependency>
<Dependency>xz</Dependency>
<Dependency>dosfstools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/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/ventoy.desktop" owner="root">ventoy.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/icons/ventoy.png">ventoy.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="2">
<Date>2026-05-12</Date>
<Version>1.1.12</Version>
<Comment>Update to 1.1.12</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2022-09-12</Date>
<Version>1.0.79</Version>
<Comment>First Release</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>