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
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def install():
pisitools.insinto("/opt/sublime_merge","*")
for i in [16,32,48,128,256]:
pisitools.domove("/opt/sublime_merge/Icon/{0}x{0}/sublime-merge.png".format(i),"/usr/share/icons/hicolor/{0}x{0}/apps".format(i))
pisitools.removeDir("/opt/sublime_merge/Icon")
pisitools.dosym("/opt/sublime_merge/sublime_merge","/usr/bin/sublime_merge")
@@ -0,0 +1,18 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Sublime Merge
GenericName=Git Client
Comment=Sublime Merge is a Git client, from the makers of Sublime Text
Exec=/opt/sublime_merge/sublime_merge %F
Terminal=false
MimeType=text/plain;
Icon=sublime-merge
Categories=Development;
StartupNotify=true
Actions=new-window;
[Desktop Action new-window]
Name=New Window
Exec=/opt/sublime_merge/sublime_merge --launch-or-new-window
+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>sublime-merge</Name>
<Homepage>https://www.sublimemerge.com</Homepage>
<Packager>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Packager>
<License>Sublime Merge</License>
<IsA>app:gui</IsA>
<Summary>Meet a new Git Client, from the makers of Sublime Text</Summary>
<Description>Meet a new Git Client, from the makers of Sublime Text</Description>
<Archive sha1sum="6c0821ffed28ec7690fb72f5c957e77322111532" type="tarxz">https://download.sublimetext.com/sublime_merge_build_2039_x64.tar.xz</Archive>
</Source>
<Package>
<Name>sublime-merge</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/</Path>
<Path fileType="data">/usr/share/icons/hicolor/</Path>
<Path fileType="data">/usr/share/applications/</Path>
<Path fileType="data">/opt/sublime_merge/</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/usr/share/applications/sublime_merge.desktop" owner="root">sublime_merge.desktop</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2021-01-07</Date>
<Version>2039</Version>
<Comment>First release.</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>sublime-text</Name>
<Summary xml:lang="tr">Gelişmiş metin düzenleyici</Summary>
<Description xml:lang="tr">Sublime Text kod, işaretleme ve düzyazı için gelişmiş bir metin düzenleyicidir.</Description>
</Source>
</PISI>