Main #6

Merged
erkanisik merged 2 commits from erkanisik/contrib:main into main 2026-09-13 02:37:17 +00:00
17 changed files with 285 additions and 61 deletions
+7 -11
View File
@@ -12,13 +12,11 @@
<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>
<Summary>The open source AI code editor</Summary>
<Description>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>
<Icon>code</Icon>
<Archive type="targz" sha1sum="7eadac7c8eaa0168d00ce282a25f006bad2a5fab">
https://update.code.visualstudio.com/1.129.0/linux-x64/stable
<Archive type="targz" sha1sum="2a65aae8b2ae10605b1a77b433ff1ad792fc21f5">
https://vscode.download.prss.microsoft.com/dbazure/download/stable/df53daabb18cd157bdb08c7f01c34df936cf12f4/code-stable-x64-1785859845.tar.gz
</Archive>
</Source>
<Package>
@@ -37,10 +35,9 @@
<Summary>Visual Studio Code</Summary>
</Package>
<History>
<Update release="47">
<Date>2026-07-16</Date>
<Version>1.129.0</Version>
<Update release="48">
<Date>2026-08-11</Date>
<Version>1.132</Version>
<Comment>Version Bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
@@ -59,7 +56,6 @@
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="44">
<Date>2026-04-05</Date>
<Version>1.114.0</Version>
+2 -2
View File
@@ -1,7 +1,7 @@
<PISI>
<Source>
<Name>VSCode</Name>
<Summary xml:lang="tr">Visual Studio Code</Summary>
<Description xml:lang="tr">Visual Studio Code</Description>
<Summary xml:lang="tr">Açık kaynaklı yapay zeka kod editörü</Summary>
<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>
</Source>
</PISI>
+13 -8
View File
@@ -8,15 +8,13 @@
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Packager>
<Summary xml:lang="en">An agentic development platform from Google, evolving the IDE into the agent-first era.</Summary>
<Summary xml:lang="tr">Google'dan bir agentic geliştirme platformu, IDE'yi agent-first era'ye evrimini getiriyor.</Summary>
<Description xml:lang="en" >An agentic development platform from Google, evolving the IDE into the agent-first era.</Description>
<Description xml:lang="tr" >Google'dan bir agentic geliştirme platformu, IDE'yi agent-first era'ye evrimini getiriyor.</Description>
<Summary>An agentic development platform from Google, evolving the IDE into the agent-first era.</Summary>
<Description>An agentic development platform from Google, evolving the IDE into the agent-first era.</Description>
<License>LicenseRef-Google-Antigravity</License>
<PartOf>programming.tools</PartOf>
<Icon>antigravity-ide</Icon>
<Archive sha1sum="84eff060fa45934f505421284c66e6ae2d51535c" type="targz">
https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.1.1-6123990880747520/linux-x64/Antigravity%20IDE.tar.gz
<Archive sha1sum="a23546c00487cffaf417c24b93bbeeb6c6ef1fae" type="targz">
https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.5.5-4923483625488384/linux-x64/Antigravity%20IDE.tar.gz
</Archive>
</Source>
@@ -67,17 +65,24 @@
</Package>
<History>
<Update release="3">
<Date>2026-09-12</Date>
<Version>2.5.5</Version>
<Comment>Update to 2.5.5</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2026-06-28</Date>
<Version>2.1.1</Version>
<Comment>İlk sürüm</Comment>
<Comment>Update to 2.1.1</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2026-11-22</Date>
<Version>2.0.3</Version>
<Comment>İlk sürüm</Comment>
<Comment>Initial release</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>Antigravity-ide</Name>
<Summary xml:lang="tr">Google'dan bir agentic geliştirme platformu, IDE'yi agent-first era'ye evrimini getiriyor.</Summary>
<Description xml:lang="tr">Google'dan bir agentic geliştirme platformu, IDE'yi agent-first era'ye evrimini getiriyor.</Description>
</Source>
</PISI>
+24 -5
View File
@@ -6,13 +6,32 @@
from pisi.actionsapi import get, pisitools, shelltools
NoStrip = ["/opt", "/usr"]
NoStrip = ["/usr"]
IgnoreAutodep = True
Version = get.srcVERSION()
def setup():
shelltools.system("pwd")
shelltools.system("ar xf cursor_%s_amd64.deb" % Version)
shelltools.system("tar xf data.tar.xz")
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")
# Cursor dosyalarını /opt/cursor dizinine kopyala
pisitools.dodir("/opt/cursor")
pisitools.insinto("/opt/cursor", "usr/share/cursor/*")
# /usr/bin/cursor symlink oluştur
pisitools.dosym("/opt/cursor/bin/cursor", "/usr/bin/cursor")
# Desktop dosyasını kopyala
pisitools.insinto("/usr/share/applications", "usr/share/applications/cursor.desktop")
pisitools.insinto("/usr/share/applications", "usr/share/applications/cursor-url-handler.desktop")
# İkonu kopyala
pisitools.insinto("/usr/share/pixmaps", "usr/share/pixmaps/co.anysphere.cursor.png")
# Bash completion dosyalarını kopyala
pisitools.insinto("/usr/share/bash-completion/completions", "usr/share/bash-completion/completions/cursor")
# Zsh completion dosyalarını kopyala
pisitools.insinto("/usr/share/zsh/vendor-completions", "usr/share/zsh/vendor-completions/_cursor")
+49 -15
View File
@@ -8,36 +8,70 @@
<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>
<Summary>The AI Code Editor</Summary>
<Description>Built to make you extraordinarily productive, Cursor is the best way to code with AI.</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 sha1sum="fd595083340528b70e866b40dac5eec0b123885d" type="binary">
https://downloads.cursor.com/production/0c32194e3fb5ffaced9fb36430b860ec301e1fc8/linux/x64/deb/amd64/deb/cursor_3.20.17_amd64.deb
</Archive>
</Source>
<Package>
<Name>Cursor</Name>
<RuntimeDependencies>
<Dependency>fuse3</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>atk</Dependency>
<Dependency>at-spi2-atk</Dependency>
<Dependency>at-spi2-core</Dependency>
<Dependency>cairo</Dependency>
<Dependency>cups</Dependency>
<Dependency>libcurl</Dependency>
<Dependency>dbus</Dependency>
<Dependency>expat</Dependency>
<Dependency>mesa</Dependency>
<Dependency>glib2</Dependency>
<Dependency>nspr</Dependency>
<Dependency>nss</Dependency>
<Dependency>pango</Dependency>
<Dependency>systemd-libs</Dependency>
<Dependency>libx11</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>libxcomposite</Dependency>
<Dependency>libxdamage</Dependency>
<Dependency>libxext</Dependency>
<Dependency>libxfixes</Dependency>
<Dependency>libxkbcommon</Dependency>
<Dependency>libxkbfile</Dependency>
<Dependency>libxrandr</Dependency>
<Dependency>xdg-utils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/opt</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/opt/cursor</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="data">/usr/share/zsh</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="20">
<Date>2026-09-13</Date>
<Version>3.20.17</Version>
<Comment>Deb paket yapısına göre yeniden düzenlendi</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="19">
<Date>2026-09-13</Date>
<Version>3.20.17</Version>
<Comment>Version Bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2026-02-08</Date>
<Version>2.4.31</Version>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<PISI>
<Source>
<Name>Cursor</Name>
<Summary xml:lang="tr">Yapay Zeka Destekli Kod Düzenleyicisi</Summary>
<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>
</Source>
</PISI>
+20 -5
View File
@@ -11,11 +11,11 @@
<PartOf>development</PartOf>
<License>custom</License>
<Icon>devin-desktop</Icon>
<Summary xml:lang="en">Built to keep you in flow state</Summary>
<Summary xml:lang="tr">Kod yazarken odağını kaybetmemen için tasarlandı.</Summary>
<Description xml:lang="en">Tomorrow's Editor, Today. Built to keep you in flow state with instant, invaluable AI developer assistance.</Description>
<Description xml:lang="tr">Geleceğin editörü şimdiden burada. Yapay zekâ desteğiyle odağın hiç bölünmez.</Description>
<Archive sha1sum="0c237b526a083ce2d8ce8404dfb22891154c522b" type="targz">https://windsurf-stable.codeiumdata.com/linux-x64/stable/d5152ff5891d78b46644988943b78f408d06b861/Devin-linux-x64-3.6.22.tar.gz</Archive>
<Summary>Built to keep you in flow state</Summary>
<Description>Tomorrow's Editor, Today. Built to keep you in flow state with instant, invaluable AI developer assistance.</Description>
<Archive sha1sum="b0a2ea8c7d14207ad4be8dff3818f508b13cde5c" type="targz">
https://windsurf-stable.codeiumdata.com/linux-x64/stable/deb816008be02bf5f9da707b7def3ebdb53a51cd/Devin-linux-x64-3.10.23.tar.gz
</Archive>
</Source>
<Package>
<RuntimeDependencies>
@@ -53,6 +53,21 @@
</AdditionalFiles>
</Package>
<History>
<Update release="6">
<Date>2026-07-12</Date>
<Version>3.10.23</Version>
<Comment>Update to 3.10.23</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2026-08-11</Date>
<Version>3.7.16</Version>
<Comment>Update to 3.7.16</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2026-07-30</Date>
<Version>3.6.22</Version>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>devin-desktop</Name>
<Summary xml:lang="tr">Kod yazarken odağını kaybetmemen için tasarlandı.</Summary>
<Description xml:lang="tr">Geleceğin editörü şimdiden burada. Yapay zekâ desteğiyle odağın hiç bölünmez.</Description>
</Source>
</PISI>
+26
View File
@@ -0,0 +1,26 @@
#!/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 setup():
shelltools.system("ar xf jopdf-linux-amd64_setup.deb")
shelltools.system("tar xf data.tar.xz")
def install():
pisitools.insinto("/opt/jopdf", "opt/jopdf/*")
pisitools.insinto("/usr/share/applications", "usr/share/applications/jopdf.desktop")
pisitools.insinto("/usr/share/icons", "usr/share/icons/hicolor")
shelltools.system("chmod +x %s/opt/jopdf/JOPDF" % get.installDIR())
shelltools.system("find %s/opt/jopdf/lib -name '*.so*' -exec chmod +x {} +" % get.installDIR())
shelltools.system("sed -i 's|/opt/jopdf/JOPDF|jopdf|g' %s/usr/share/applications/jopdf.desktop" % get.installDIR())
pisitools.dosym("/opt/jopdf/JOPDF", "/usr/bin/jopdf")
+34
View File
@@ -0,0 +1,34 @@
End User License Agreement
Read the JOPDF EULA to understand your rights and responsibilities when using our services.
Last Updated August 27, 2025
This License Agreement is a legal agreement between the end user ("Licensee") and JOPDF ("Licensor"). Under this Agreement, the Licensor grants the Licensee a license to use the Licensed Software. By downloading, installing, accessing, or using our Services, you agree to be bound by the terms of this License Agreement and any other applicable agreements. If you do not agree to the terms, you have no right to the product and should not install, copy, download, access, or use it.
1. GRANT OF LICENSE
JOPDF grants the Licensee a limited, non-exclusive, non-transferable, non-sublicensable, and revocable license to install and use the Services for the purchased period and solely for the Licensee's private use.
Any use or installation of more copies of the Licensed Software than are licensed is strictly prohibited without prior written consent from the Licensor. If the Licensee is authorized to distribute the Licensed Software within its organization, all restrictions in this License Agreement apply to each individual end user.
2. COPYRIGHT
The Software is owned by JOPDF and is protected by international copyright laws and treaty provisions. The Licensee shall not remove or conceal any proprietary notices, labels, or marks from the Software.
3. OWNERSHIP
The Licensor reserves all rights not expressly granted to the Licensee under this License Agreement. The rights granted are limited to the use of the Licensed Software and do not include any intellectual property rights of the Licensor or third parties.
4. LICENSE LIMITATIONS
The Licensee may not:
Create, use, share, or publish all or any portion of the Licensed Software or Documentation.
Publish, copy, lease, or lend the Licensed Software.
Reverse engineer, decompile, disassemble, or attempt to discover the source code of the Licensed Software.
Modify, distort, disrupt, or slow down the normal functioning of all or part of the Licensed Software.
Use the Licensed Software to host applications for third parties, or as part of facility management, timesharing, service provider, or service bureau arrangements.
Transmit any virus, Trojan horse, worm, bomb, corrupted file, or use the Licensed Software in any illegal or unauthorized manner.
5. TERMINATION
The term of this License Agreement corresponds to the License type and/or duration purchased, starting from the date of purchase, download, or account activation, until terminated according to its terms.
At the end of the term, the Licensee must uninstall and permanently delete or destroy all but one copy of the Licensed Software within thirty (30) days of termination or expiration. This Agreement terminates automatically if the Licensee fails to comply with any terms or conditions. Upon termination for any reason, the Licensee shall return all copies of the Licensed Software to the Licensor or provide written confirmation that all copies have been destroyed.
6. NO WARRANTY ON LICENSED SOFTWAR
SUBJECT TO APPLICABLE LAW, THE LICENSED SOFTWARE IS PROVIDED "AS IS." THE LICENSOR, AND THE LICENSOR'S SUPPLIERS OR AFFILIATES, MAKE NO WARRANTY REGARDING ITS USE OR PERFORMANCE.
THE LICENSOR AND ITS AFFILIATES DISCLAIM ALL WARRANTIES, CONDITIONS, REPRESENTATIONS, OR TERMS (EXPRESS OR IMPLIED, BY STATUTE, COMMON LAW, CUSTOM, USAGE, OR OTHERWISE), INCLUDING BUT NOT LIMITED TO WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY, INTEGRATION, SATISFACTORY QUALITY, OR FITNESS FOR A PARTICULAR PURPOSE, EXCEPT WHERE SUCH WARRANTIES CANNOT BE EXCLUDED OR LIMITED BY APPLICABLE LAW IN THE LICENSEE'S JURISDICTION.
+46
View File
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>jopdf</Name>
<Homepage>https://www.jopdf.com</Homepage>
<Packager>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Packager>
<Summary>Free &amp; Fast PDF Editor for Linux</Summary>
<Description>Take full control of all your PDF tasks. Edit, convert, compress, merge, split, annotate, manage, and password-protect your PDF documents without any limitations.</Description>
<License>EULA</License>
<IsA>app:gui</IsA>
<PartOf>editor.pdf</PartOf>
<Archive type="binary" sha1sum="e6c45b54932a88af332e16c9b359725c65f01fe0">https://cdn.jopdf.com/download/jopdf/jopdf-linux-amd64_setup.deb</Archive>
</Source>
<Package>
<Name>jopdf</Name>
<Icon>jopdf</Icon>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/opt/jopdf</Path>
<Path fileType="application">/usr/share/applications</Path>
<Path fileType="icon">/usr/share/icons</Path>
<Path fileType="license">/usr/share/licenses/jopdf</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" group="root" permission="0644" target="/usr/share/licenses/jopdf/LICENSE">LICENSE</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2026-08-12</Date>
<Version>2.2.0</Version>
<Comment>First Package</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>jopdf</Name>
<Summary xml:lang="tr">Ücretsiz PDF Düzenleyici, Dönüştürücü ve Okuyucu</Summary>
<Description xml:lang="tr">Tüm PDF işlerinizin tam kontrolünü ele alın. Herhangi bir sınırlama olmadan PDF belgelerinizi düzenleyin, dönüştürün, sıkıştırın, birleştirin, bölün, açıklama ekleyin, yönetin ve şifreyle koruyun.</Description>
</Source>
</PISI>
+3 -1
View File
@@ -11,7 +11,9 @@
<Summary>Certificate authority by the Turkish Ministry of Education.</Summary>
<Description>Certificate authority by the Turkish Ministry of Education for use with their networks in schools, usually called Fatih or f@tih.</Description>
<License>EULA</License>
<Archive type="zip" sha1sum="12b6c16cddf4f0c23bd8b1428b874c5a3974691a">https://github.com/kurtbahartr/meb-certs-pisi/releases/download/v1.0/MEB_SERTIFIKASI.zip</Archive>
<Archive type="zip" sha1sum="12b6c16cddf4f0c23bd8b1428b874c5a3974691a">
https://github.com/kurtbahartr/meb-certs-pisi/releases/download/v1.0/MEB_SERTIFIKASI.zip
</Archive>
<BuildDependencies>
<Dependency>binutils</Dependency>
<Dependency>gconf</Dependency>
+12 -7
View File
@@ -5,17 +5,22 @@
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import pisitools, shelltools, get
Version = get.srcVERSION()
WorkDir="."
def setup():
#shelltools.system("unzip uyapeditor_5.4.17_amd64.deb")
#shelltools.system("cd uyapeditor-5417-amd6403-06-20263-09-pm")
shelltools.system("ar xvf uyapeditor_5.4.17_amd64.deb")
shelltools.system("tar xvf data.tar.xz")
shelltools.system("unzip uyapeditor_%s_amd64.zip" % Version)
shelltools.system("ar x uyapeditor_%s_amd64.deb" % Version)
shelltools.system("tar xf data.tar.xz")
def install():
pisitools.insinto("/usr", "%s/usr/*" % get.workDIR())
pisitools.insinto("/usr/share/UYAPEditor", "usr/share/UYAPEditor/*")
pisitools.insinto("/usr/share/applications", "usr/share/applications/sablon.desktop")
pisitools.insinto("/usr/share/applications", "usr/share/applications/dokuman.desktop")
pisitools.insinto("/usr/share/icons", "usr/share/icons/*")
pisitools.insinto("/usr/share/mime/packages", "usr/share/mime/packages/udf.xml")
#fixed the authentication problem.
shelltools.system("chmod -R 0755 %s/usr/share/UYAPEditor/*" % get.installDIR())
+17 -7
View File
@@ -12,8 +12,8 @@
<IsA>app:gui</IsA>
<Summary>Udf dosya uzantısı açmaya yarayan program.</Summary>
<Description>Udf dosya uzantısı açmaya yarayan program.Erkan IŞIK</Description>
<Archive sha1sum="a6546f83c73e62607df5697d157bcb928a7ee50f" type="binary">
https://rayp.adalet.gov.tr/resimler/2/dosya/uyapeditor_5.4.17_amd64.deb
<Archive sha1sum="a50e8550185426f6cf208c3dd48472f540fa0754" type="binary">
https://rayp.adalet.gov.tr/resimler/2/dosya/uyapeditor_5.4.20_amd64.zip
</Archive>
</Source>
@@ -26,7 +26,6 @@
<Dependency>pcsc-lite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/UYAPEditor</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
@@ -35,13 +34,24 @@
<Provides>
<COMAR script="package.py">System.Package</COMAR>
</Provides>
<AdditionalFiles>
<AdditionalFile target="/usr/share/applications/dokuman.desktop">dokuman.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/applications/sablon.desktop">sablon.desktop</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="20">
<Date>2026-09-13</Date>
<Version>5.4.20</Version>
<Comment>Deb paket yapısına göre yeniden düzenlendi</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="19">
<Date>2026-09-13</Date>
<Version>5.4.20</Version>
<Comment>V.bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2026-07-11</Date>
<Version>5.4.17</Version>
Binary file not shown.