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
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/env 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, pisitools, shelltools
#NoStrip = ["/opt", "/usr"]
#IgnoreAutodep = True
WorkDir = "."
NoStrip = ["/"]
def install():
pisitools.insinto("/opt/onlyoffice/", "opt/onlyoffice/*")
pisitools.insinto("/usr/", "usr/*")
+7
View File
@@ -0,0 +1,7 @@
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("update-desktop-database")
def postRemove():
os.system("update-desktop-database")
@@ -0,0 +1,14 @@
[Desktop Entry]
Categories=Office;
Comment=An office suite that combines text, spreadsheet and presentation editors
Comment[tr_TR]=Metin, tablo ve sunum düzenleyicilerini birleştiren bir ofis paketi
Encoding=UTF-8
Exec=onlyoffice
GenericName[tr_TR]=OnlyOffice
GenericName=OnlyOffice
Icon=onlyoffice.png
Name[tr_TR]=OnlyOffice
Name=onlyoffice
Terminal=false
Type=Application
Version=1.0
Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

+73
View File
@@ -0,0 +1,73 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>onlyoffice</Name>
<Homepage>https://www.onlyoffice.com/</Homepage>
<Packager>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Packager>
<Summary xml:lang="en">An office suite that combines text, spreadsheet and presentation editors, providing the ability to create, view, and edit documents.</Summary>
<Summary xml:lang="tr">Metin, tablo ve sunum düzenleyicilerini bir araya getiren; belgeleri oluşturma, görüntüleme ve düzenleme imkanı sunan bir ofis paketi.</Summary>
<Description xml:lang="en">Office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit documents.</Description>
<Description xml:lang="tr">Metin, tablo ve sunum düzenleyicilerini bir araya getiren; belgeleri oluşturma, görüntüleme ve düzenleme imkanı sunan bir ofis paketi.
Alternatif kısa çeviri: Belgeleri oluşturma, görüntüleme ve düzenleme imkanı sunan; metin, tablo ve sunum editörlerini bir arada bulunduran ofis paketi.</Description>
<License>AGPL3</License>
<PartOf>Office</PartOf>
<Archive sha1sum="9de81ac6772d1fdf6ece9207c1541ef39bf1da53" type="tarxz">
https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v9.3.1/onlyoffice-desktopeditors-x64.tar.xz
</Archive>
<!-- https://github.com/ONLYOFFICE/DesktopEditors/ -->
</Source>
<Package>
<Name>onlyoffice</Name>
<RuntimeDependencies>
<Dependency>curl</Dependency>
<Dependency>icon-theme-hicolor</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>pulseaudio-libs</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>gst-plugins-base</Dependency>
<Dependency>gst-plugins-ugly</Dependency>
<Dependency>libXScrnSaver</Dependency>
<Dependency>nss</Dependency>
<Dependency>nspr</Dependency>
<Dependency>dejavu-fonts</Dependency>
<Dependency>liberation-fonts</Dependency>
<Dependency>desktop-file-utils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/opt</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2026-04-18</Date>
<Version>9.3.1</Version>
<Comment>Version Bump to 9.3.1</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2026-01-13</Date>
<Version>9.2.1</Version>
<Comment>Version Bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2022-02-05</Date>
<Version>7.0.0</Version>
<Comment>First Release</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>