Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#!/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="."
|
||||
|
||||
def setup():
|
||||
shelltools.system("unzip uyap-pardus-5-4-16-amd6429-12-20252-41-pm.zip")
|
||||
shelltools.system("ar xvf uyap_pardus_5_4_16_amd64/uyapeditor_5.4.16_amd64.deb")
|
||||
shelltools.system("tar xvf data.tar.xz")
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr", "%s/usr/*" % get.workDIR())
|
||||
|
||||
#fixed the authentication problem.
|
||||
shelltools.system("chmod -R 0755 %s/usr/share/UYAPEditor/*" % get.installDIR())
|
||||
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import os
|
||||
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
libs=["libpcsclite.so","libpcsclite.so.1", "libpcsclite.so.1.0.0"]
|
||||
os.system("mkdir -p /usr/lib64/")
|
||||
for i in libs:
|
||||
os.system("ln -s /usr/lib/%s /usr/lib64/" % i)
|
||||
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import os
|
||||
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
os.system("mkdir -p /usr/lib64/")
|
||||
os.system("ln -s /usr/lib/x86_64-linux-gnu/libpcsclite.so /usr/lib64/")
|
||||
os.system("ln -s /usr/lib/x86_64-linux-gnu/libpcsclite.so.1 /usr/lib64/")
|
||||
os.system("ln -s /usr/lib/x86_64-linux-gnu/libpcsclite.so.1.0.0 /usr/lib64/")
|
||||
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Comment[tr]=
|
||||
Comment=
|
||||
Exec=/usr/share/UYAPEditor/dokuman.sh
|
||||
Icon=uyap-editor
|
||||
GenericName[tr]=UYAP DOKUMAN EDITOR
|
||||
GenericName=UYAP DOKUMAN EDITOR
|
||||
Name[tr]=UYAP Dokuman Editor
|
||||
Name=UYAP Dokuman Editor
|
||||
MimeType=application/udf;
|
||||
Categories=UYAP;Office;Application;Utility;
|
||||
Type=Application
|
||||
Terminal=false
|
||||
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Comment[tr]=
|
||||
Comment=
|
||||
Exec=/usr/share/UYAPEditor/sablon.sh
|
||||
Icon=uyap-editor
|
||||
GenericName[tr]=UYAP SABLON EDITOR
|
||||
GenericName=UYAP SABLON EDITOR
|
||||
Name[tr]=UYAP Sablon Editor
|
||||
Name=UYAP Sablon Editor
|
||||
MimeType=application/usf;
|
||||
Categories=UYAP;Office;Application;Utility;
|
||||
Type=Application
|
||||
Terminal=false
|
||||
@@ -0,0 +1,165 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>uyap</Name>
|
||||
<Homepage>https://www.uyap.gov.tr/Uyap-Editor</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisilinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>IBC</License>
|
||||
<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="b284281aa03327f098fd1feda55e4a4a63207cce" type="binary">
|
||||
https://rayp.adalet.gov.tr/resimler/2/dosya/uyap-pardus-5-4-16-amd6429-12-20252-41-pm.zip
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>uyap</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>jre8-openjdk</Dependency>
|
||||
<Dependency>jre8-openjdk-headless</Dependency>
|
||||
<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>
|
||||
<Path fileType="data">/usr/share/mime</Path>
|
||||
</Files>
|
||||
<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="17">
|
||||
<Date>2026-01-12</Date>
|
||||
<Version>5.4.16</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="16">
|
||||
<Date>2025-10-01</Date>
|
||||
<Version>5.4.14</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2025-06-01</Date>
|
||||
<Version>5.4.12</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2024-01-29</Date>
|
||||
<Version>5.4.11</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2023-10-17</Date>
|
||||
<Version>5.4.7</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2022-11-23</Date>
|
||||
<Version>5.4.6</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2022-10-11</Date>
|
||||
<Version>5.4.5</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2022-02-08</Date>
|
||||
<Version>5.4.0</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2021-10-08</Date>
|
||||
<Version>5.3.0</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2021-06-27</Date>
|
||||
<Version>5.1.0</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2021-01-15</Date>
|
||||
<Version>5.0.2</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-12-22</Date>
|
||||
<Version>5.0.1</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-09-24</Date>
|
||||
<Version>4.2.9</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2020-05-07</Date>
|
||||
<Version>4.2.8</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2019-05-22</Date>
|
||||
<Version>4.2.0</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2019-05-02</Date>
|
||||
<Version>4.1.12</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2014-04-06</Date>
|
||||
<Version>1.0</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user