Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>office</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,15 @@
|
||||
#!/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
|
||||
|
||||
def install():
|
||||
pisitools.dodir ("/opt/koodo-reader")
|
||||
pisitools.doexe("Koodo-Reader-1.4.5.AppImage", "/opt/koodo-reader")
|
||||
pisitools.dosym("/opt/koodo-reader/Koodo-Reader-1.4.5.AppImage", "/usr/bin/koodo-reader")
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Categories=Office;
|
||||
Comment=A cross-platform ebook reader
|
||||
Encoding=UTF-8
|
||||
Exec=koodo-reader
|
||||
GenericName[tr_TR]=koodo-reader bir e-kitap görünüleyicidir.
|
||||
GenericName=koodo-reader is a ebook viewer
|
||||
Icon=koodo-reader
|
||||
Name[tr_TR]=koodo-reader
|
||||
Name=koodo-reader
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
@@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>koodo-reader</Name>
|
||||
<Homepage>fhttps://github.com/troyeguo/koodo-reader</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>AGPL-3.0</License>
|
||||
<Icon>koodo-reader</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>office.misc</PartOf>
|
||||
<Summary>A cross-platform ebook reader</Summary>
|
||||
<Summary xml:lang="tr">Platformlar arası bir e-kitap okuyucu</Summary>
|
||||
<Description>A cross-platform ebook reader</Description>
|
||||
<Archive sha1sum="a9171563ab17934b466e0c9ad5672a772134f2ef" type="binary">https://github.com/troyeguo/koodo-reader/releases/download/v1.4.5/Koodo-Reader-1.4.5.AppImage</Archive>
|
||||
<!-- BuildDependencies>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>libnotify-devel</Dependency>
|
||||
<Dependency>nss-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>libXext-devel</Dependency>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
<Dependency>xdg-utils-cxx-devel</Dependency>
|
||||
<Dependency>at-spi2-atk-devel</Dependency>
|
||||
<Dependency>util-linux</Dependency>
|
||||
<Dependency>libappindicator-gtk2-devel</Dependency>
|
||||
<Dependency>libsecret-devel</Dependency>
|
||||
</BuildDependencies -->
|
||||
<Patches>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>koodo-reader</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>xdg-utils</Dependency>
|
||||
<Dependency>libsecret</Dependency>
|
||||
<Dependency>libnotify</Dependency>
|
||||
<Dependency>at-spi2-atk</Dependency>
|
||||
<Dependency>libappindicator-gtk2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/opt</Path>
|
||||
<Path fileType="library">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/applications</Path>
|
||||
<Path fileType="doc">/usr/share/icons/</Path>
|
||||
<!-- Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/mime/packages</Path -->
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/koodo-reader.desktop">koodo-reader.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/koodo-reader.png">koodo-reader.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-07-27</Date>
|
||||
<Version>1.4.5</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>koodo-reader</Name>
|
||||
<IsA>application</IsA>
|
||||
<Summary>A cross-platform ebook reader</Summary>
|
||||
<Summary xml:lang="tr">Platformlar arası bir e-kitap okuyucu</Summary>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>koodo-reader</Name>
|
||||
<Summary>A cross-platform ebook reader</Summary>
|
||||
<Summary xml:lang="tr">Platformlar arası bir e-kitap okuyucu</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -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/*")
|
||||
@@ -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 |
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
You need for the WPS-Office package, the libpng12 package.
|
||||
|
||||
You found the libpng12 package in the contrib Repository add it to your Repos or build it.
|
||||
@@ -0,0 +1,23 @@
|
||||
#!/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
|
||||
|
||||
WorkDir = "."
|
||||
|
||||
def setup():
|
||||
shelltools.system("ar xf wps-office_%s.XA_amd64.deb" %get.srcVERSION())
|
||||
shelltools.system("tar xf data.tar.xz")
|
||||
|
||||
def build():
|
||||
pass
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/", "usr")
|
||||
pisitools.insinto("/", "opt")
|
||||
pisitools.insinto("/", "etc")
|
||||
@@ -0,0 +1,112 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>wps-office</Name>
|
||||
<Homepage>http://wps-community.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>WPS Office Suite</Summary>
|
||||
<Description>WPS Office Suite</Description>
|
||||
<License>http://wps-community.org/license.md</License>
|
||||
<Archive sha1sum="a378948de6a7da63da4a40883e8e4e96b7b537c0" type="binary">https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/10702/wps-office_11.1.0.10702.XA_amd64.deb</Archive>
|
||||
|
||||
<BuildDependencies>
|
||||
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>wps-office</Name>
|
||||
<Files>
|
||||
<Path fileType="conf">/etc</Path>
|
||||
<Path fileType="data">/opt/kingsoft</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>libXrender</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
<Dependency>xdg-utils</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
<Dependency>mesa-glu</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>icon-theme-hicolor</Dependency>
|
||||
<Dependency>libXScrnSaver</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
<Dependency>libtool</Dependency>
|
||||
<Dependency>libsdl2</Dependency>
|
||||
|
||||
<!--Dependency>libpng12</Dependency
|
||||
<Dependency>xz</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libSM</Dependency>
|
||||
<Dependency>libICE</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency>libXrender</Dependency>
|
||||
<Dependency>libutil-linux</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
-->
|
||||
</RuntimeDependencies>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2021-08-09</Date>
|
||||
<Version>11.1.0.10702</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-11-02</Date>
|
||||
<Version>11.1.0.9719</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2020-02-17</Date>
|
||||
<Version>11.1.0.9505</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-02-17</Date>
|
||||
<Version>11.1.0.9080</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2019-06-11</Date>
|
||||
<Version>11.1.0.8392</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2018-03-01</Date>
|
||||
<Version>10.1.0.5707</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>wps-office</Name>
|
||||
<Summary xml:lang="en">Kingsoft Office (WPS Office) is an office productivity suite.</Summary>
|
||||
<Description xml:lang="en">Kingsoft Office (WPS Office) is an office productivity suite.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user