Skip to content

Commit

Permalink
Initialize commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmetNuri committed May 27, 2024
1 parent 558fbc1 commit 6c327d6
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.idea/
*.iws
*.iml
.fuse_hidden*
.directory
.Trash-*
.nfs*
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# E-Devlet E-İmza

[E-Devlet](https://www.turkiye.gov.tr) uygulaması e-imza ile giriş için jnlp dosyalarını kullanıyor. Ancak bazı durumlarda bu jnlp dosyası sistemde
sorunlar yol açmakta ve çalışmamaktadır. Bu repoda e-devletin giriş için kullanmış olduğu jar dosyası paket haline
getirilmiş ve kaynak kodlarının tamamı açık halde sunulmuştur.

27.05.2023 tarihinde oluşturulan bi repoda en son sürüm çekilmiştir. Eğer sürüm ile ilgili bir sorun ile karşılaşırsanız
paket içeriğindeki app.jar dosyasını [JAR](https://static.turkiye.gov.tr/downloads/e-imza/elektronik-imza.jar) linkinden
e-devlet üzerinden indirip değiştirebilirsiniz.

Uygulama [Pardus 23 ](https://www.pardus.org.tr/) sürümünde paketlenmiş ve test edilmiştir.

## Önemli Notlar
- E-İmza sürücülerinizin sistem yüklendiğinden emin olun.
- Pardus yazılım merkezinden Akis in yüklendiğinden emin olun.

## Ekran Görüntüleri
![Ekran](Screenshots/1.png)

![Ekran](Screenshots/2.png)


Binary file added Screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added e-devlet-3.1.2.deb
Binary file not shown.
14 changes: 14 additions & 0 deletions e-devlet-3.1.2/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Source: e-devlet
Section: utils
Version: 3.1.2
Priority: optional
Maintainer: Mehmet Nuri ÖZTÜRK <[email protected]>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Installed-Size: 1292
Homepage: https://www.turkiye.gov.tr
Package: e-devlet
Architecture: all
Depends: openjdk-8-jre (>= 8) | openjdk-11-jre (>= 11) | openjdk-17-jre (<= 17)
Description: E-Devlet Uygulaması
E-Devlet elektronik imza uygulaması.
4 changes: 4 additions & 0 deletions e-devlet-3.1.2/DEBIAN/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
usr/local/e-devlet/* usr/local/e-devlet/
usr/local/bin/e-devlet usr/local/bin/
usr/share/icons/hicolor/48x48/apps/e-devlet.png usr/share/icons/hicolor/48x48/apps/
usr/share/applications/e-devlet.desktop usr/share/applications/
3 changes: 3 additions & 0 deletions e-devlet-3.1.2/DEBIAN/postinst.ex
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
set -e
echo "e-devlet successfully installed."
3 changes: 3 additions & 0 deletions e-devlet-3.1.2/DEBIAN/prerm.ex
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
set -e
echo "e-devlet is about to be removed."
2 changes: 2 additions & 0 deletions e-devlet-3.1.2/usr/local/bin/e-devlet.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
java -jar /usr/local/e-devlet/app.jar
Binary file added e-devlet-3.1.2/usr/local/e-devlet/app.jar
Binary file not shown.
8 changes: 8 additions & 0 deletions e-devlet-3.1.2/usr/share/applications/e-devlet.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Name=E-Devlet Uygulaması
Comment=E-Devlet elektronik imza uygulaması
Exec=/usr/local/bin/e-devlet.sh
Icon=/usr/share/icons/hicolor/48x48/apps/e-devlet.png
Terminal=false
Type=Application
Categories=Utility;
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6c327d6

Please sign in to comment.