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
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/python
# Created For PisiLinux
from pisi.actionsapi import pisitools, shelltools
WorkDir = "."
NoStrip = ["/"]
def install():
pisitools.insinto("/opt/discord/", "Discord/*")
pisitools.dosym('/opt/discord/Discord', '/usr/bin/discord')
+7
View File
@@ -0,0 +1,7 @@
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("update-desktop-database")
def postRemove():
os.system("update-desktop-database")
@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Discord
StartupWMClass=discord
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
GenericName=Internet Messenger
Exec=/usr/bin/discord
Icon=discord
Type=Application
Categories=Network;InstantMessaging;
Path=/usr/bin
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

+104
View File
@@ -0,0 +1,104 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>discord</Name>
<Homepage>https://discord.com</Homepage>
<Packager>
<Name>Bedirhan KURT</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Packager>
<Icon>discord</Icon>
<Summary xml:lang="en">All-in-one voice and text chat for gamers</Summary>
<Summary xml:lang="tr">Oyuncular için tüm bir ses ve metin sohbeti</Summary>
<Description xml:lang="en">All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.</Description>
<Description xml:lang="tr">Oyuncular için ücretsiz, güvenli ve hem masaüstü hem de telefonunuzda çalışan tümleşik sesli ve yazılı sohbet.</Description>
<License>proprietary</License>
<IsA>app:gui</IsA>
<Archive sha1sum="ad5a15bd79c99b1748d3480b3ab11c7f1c384a5b" type="targz">
https://stable.dl2.discordapp.net/apps/linux/0.0.118/discord-0.0.118.tar.gz
</Archive>
</Source>
<Package>
<Name>discord</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>libXScrnSaver</Dependency>
<Dependency>nspr</Dependency>
<Dependency>nss</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>xdg-utils</Dependency>
<Dependency>noto-fonts</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/opt/discord</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/discord.desktop" owner="root">discord.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/icons/discord.png" owner="root">discord.png</AdditionalFile>
</AdditionalFiles>
<Provides>
<COMAR script="package.py">System.Package</COMAR>
</Provides>
</Package>
<History>
<Update release="38">
<Date>2025-12-11</Date>
<Version>0.0.118</Version>
<Comment>Version Bump.</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="37">
<Date>2025-09-30</Date>
<Version>0.0.111</Version>
<Comment>Version Bump.</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="36">
<Date>2025-09-09</Date>
<Version>0.0.109</Version>
<Comment>Version Bump.</Comment>
<Name>Bedirhan KURT</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
<Update release="35">
<Date>2025-09-04</Date>
<Version>0.0.108</Version>
<Comment>Version Bump.</Comment>
<Name>Bedirhan KURT</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
<Update release="34">
<Date>2025-08-31</Date>
<Version>0.0.107</Version>
<Comment>Version Bump.</Comment>
<Name>Bedirhan KURT</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
<Update release="33">
<Date>2025-07-10</Date>
<Version>0.0.101</Version>
<Comment>Version Bump.</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="32">
<Date>2025-04-19</Date>
<Version>0.0.91</Version>
<Comment>Version Bump.</Comment>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<PISI>
<Source>
<Name>discord</Name>
<Summary xml:lang="tr">Oyuncular için hepsi bir arada sesli ve yazılı sohbet</Summary>
<Description xml:lang="tr">Oyuncular için ücretsiz, güvenli, hem bilgisayarınızda hem de telefonunuzda çalışabilen, hepsi bir arada sesli ve yazılı sohbet.</Description>
</Source>
</PISI>