Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/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_text","*")
|
||||
for i in [16,32,48,128,256]:
|
||||
pisitools.domove("/opt/sublime_text/Icon/{0}x{0}/sublime-text.png".format(i),"/usr/share/icons/hicolor/{0}x{0}/apps".format(i))
|
||||
pisitools.removeDir("/opt/sublime_text/Icon")
|
||||
pisitools.dosym("/opt/sublime_text/sublime_text","/usr/bin/sublime_text")
|
||||
@@ -0,0 +1,24 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Sublime Text
|
||||
GenericName=Text Editor
|
||||
Comment=Sophisticated text editor for code, markup and prose
|
||||
Exec=LC_ALL=en_US.UTF-8 /opt/sublime_text/sublime_text %F
|
||||
Terminal=false
|
||||
MimeType=text/plain;
|
||||
Icon=sublime-text
|
||||
Categories=TextEditor;Development;
|
||||
StartupNotify=true
|
||||
Actions=new-window;new-file;
|
||||
|
||||
[Desktop Action new-window]
|
||||
Name=New Window
|
||||
Exec=LC_ALL=en_US.UTF-8 /opt/sublime_text/sublime_text --launch-or-new-window
|
||||
OnlyShowIn=Unity;
|
||||
|
||||
[Desktop Action new-file]
|
||||
Name=New File
|
||||
Exec=LC_ALL=en_US.UTF-8 /opt/sublime_text/sublime_text --command new_file
|
||||
OnlyShowIn=Unity;
|
||||
|
||||
@@ -0,0 +1,167 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sublime-text</Name>
|
||||
<Homepage>http://www.sublimetext.com</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Sublime Text</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Sophisticated text editor</Summary>
|
||||
<Description>Sublime Text is a sophisticated text editor for code, markup and prose.</Description>
|
||||
<Archive sha1sum="12035340299901105e15dd927d2bef2bcc20923b" type="tarxz">
|
||||
https://download.sublimetext.com/sublime_text_build_4200_x64.tar.xz
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>sublime-text</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/opt/sublime_text</Path>
|
||||
<Path fileType="executable">/usr/bin/</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/</Path>
|
||||
<Path fileType="data">/usr/share/applications/</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/sublime_text.desktop" owner="root">sublime_text.desktop</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="18">
|
||||
<Date>2025-05-25</Date>
|
||||
<Version>4200</Version>
|
||||
<Comment>version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="17">
|
||||
<Date>2025-05-01</Date>
|
||||
<Version>4192</Version>
|
||||
<Comment>version fix.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="16">
|
||||
<Date>2025-01-29</Date>
|
||||
<Version>4192</Version>
|
||||
<Comment>version dump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2023-11-30</Date>
|
||||
<Version>4169</Version>
|
||||
<Comment>version dump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2023-08-24</Date>
|
||||
<Version>4152</Version>
|
||||
<Comment>version dump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2022-11-18</Date>
|
||||
<Version>4143</Version>
|
||||
<Comment>version dump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2021-11-04</Date>
|
||||
<Version>4121</Version>
|
||||
<Comment>version dump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2021-07-16</Date>
|
||||
<Version>4113</Version>
|
||||
<Comment>version dump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2021-05-27</Date>
|
||||
<Version>4107</Version>
|
||||
<Comment>version dump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2019-10-01</Date>
|
||||
<Version>3211</Version>
|
||||
<Comment>version dump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2019-04-07</Date>
|
||||
<Version>3207</Version>
|
||||
<Comment>version dump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2019-03-13</Date>
|
||||
<Version>3200</Version>
|
||||
<Comment>version fix.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-05-14</Date>
|
||||
<Version>3176</Version>
|
||||
<Comment>version fix.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>info@erkanisik.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-05-08</Date>
|
||||
<Version>3170</Version>
|
||||
<Comment>user release.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>info@erkanisik.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-11-26</Date>
|
||||
<Version>3143</Version>
|
||||
<Comment>user release.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>info@erkanisik.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-09-17</Date>
|
||||
<Version>3144</Version>
|
||||
<Comment>Developer release.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>info@erkanisik.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2017-07-14</Date>
|
||||
<Version>3126</Version>
|
||||
<Comment>Second release.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>info@erkanisik.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-02-23</Date>
|
||||
<Version>3103</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@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>
|
||||
Reference in New Issue
Block a user