Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/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 shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
JEDIT_HOME="%s/usr/share/jedit" % get.installDIR()
|
||||
|
||||
def install():
|
||||
#shelltools.system("java -jar jedit5.3pre1install.jar auto /usr/share/java/jedit unix-script=/usr/bin unix-man=/usr/share/man")
|
||||
shelltools.system("java -jar jedit5.5.0install.jar auto %s/usr/share/jedit unix-script=%s/usr/bin" % (get.installDIR(), get.installDIR(), get.installDIR()))
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Name=JEdit
|
||||
Name[tr]=JEdit
|
||||
GenericName=JEdit
|
||||
GenericName[tr]=JEdit
|
||||
Comment=Text editor for programmers, written in Java.
|
||||
Comment[tr]=Programcılar için text editörü
|
||||
Icon=jedit
|
||||
Exec=/usr/bin/jedit
|
||||
Jarfile=/usr/share/jedit/jedit.jar
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Java;Utility;TextEditor;
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 9.8 KiB |
@@ -0,0 +1,61 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>JEdit</Name>
|
||||
<Homepage>http://www.jedit.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<Icon>jedit</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>editor</PartOf>
|
||||
<Summary>jEdit is a mature programmer's text editor.</Summary>
|
||||
<Description>jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. It is written in Java</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>jdk8-openjdk</Dependency>
|
||||
<Dependency>jre8-openjdk</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="91a0537243e09ecbc273fbb78ce6d07b37f2131e" type="binary">https://sourceforge.net/projects/jedit/files/jedit/5.5.0/jedit5.5.0install.jar</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>jedit</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/java</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="doc">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share/java/jedit</Path>
|
||||
<Path fileType="data">/usr/share/jedit</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/jedit.desktop">jedit.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/jedit.png">jedit.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-02-02</Date>
|
||||
<Version>5.5.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-05-26</Date>
|
||||
<Version>5.3.0</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,6 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>jEdit</Name>
|
||||
<Summary xml:lang="tr">Programcılar için text editörü</Summary>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user