Proje Gitea'ya taşındı (Temiz başlangıç)
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>network.chat</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/python
|
||||
# Created For PisiLinux
|
||||
from pisi.actionsapi import pisitools, shelltools
|
||||
|
||||
WorkDir = "."
|
||||
NoStrip = ["/"]
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/discord/", "Discord/*")
|
||||
pisitools.dosym('/opt/discord/Discord', '/usr/bin/discord')
|
||||
@@ -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,10 @@
|
||||
[Desktop Entry]
|
||||
Name=Discord
|
||||
StartupWMClass=discord
|
||||
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
|
||||
GenericName=Internet Messenger
|
||||
Exec=/usr/bin/discord
|
||||
Icon=discord
|
||||
Type=Application
|
||||
Categories=Network;InstantMessaging;
|
||||
Path=/usr/bin
|
||||
|
After Width: | Height: | Size: 6.8 KiB |
@@ -0,0 +1,104 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>discord</Name>
|
||||
<Homepage>https://discord.com</Homepage>
|
||||
<Packager>
|
||||
<Name>Bedirhan KURT</Name>
|
||||
<Email>bedirhan.kurt@outlook.com</Email>
|
||||
</Packager>
|
||||
<Icon>discord</Icon>
|
||||
<Summary xml:lang="en">All-in-one voice and text chat for gamers</Summary>
|
||||
<Summary xml:lang="tr">Oyuncular için tüm bir ses ve metin sohbeti</Summary>
|
||||
<Description xml:lang="en">All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.</Description>
|
||||
<Description xml:lang="tr">Oyuncular için ücretsiz, güvenli ve hem masaüstü hem de telefonunuzda çalışan tümleşik sesli ve yazılı sohbet.</Description>
|
||||
<License>proprietary</License>
|
||||
<IsA>app:gui</IsA>
|
||||
|
||||
|
||||
<Archive sha1sum="ad5a15bd79c99b1748d3480b3ab11c7f1c384a5b" type="targz">
|
||||
https://stable.dl2.discordapp.net/apps/linux/0.0.118/discord-0.0.118.tar.gz
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>discord</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>libnotify</Dependency>
|
||||
<Dependency>libXScrnSaver</Dependency>
|
||||
<Dependency>nspr</Dependency>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>xdg-utils</Dependency>
|
||||
<Dependency>noto-fonts</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/opt/discord</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/discord.desktop" owner="root">discord.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/discord.png" owner="root">discord.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<Provides>
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
</Provides>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="38">
|
||||
<Date>2025-12-11</Date>
|
||||
<Version>0.0.118</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="37">
|
||||
<Date>2025-09-30</Date>
|
||||
<Version>0.0.111</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="36">
|
||||
<Date>2025-09-09</Date>
|
||||
<Version>0.0.109</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Bedirhan KURT</Name>
|
||||
<Email>bedirhan.kurt@outlook.com</Email>
|
||||
</Update>
|
||||
<Update release="35">
|
||||
<Date>2025-09-04</Date>
|
||||
<Version>0.0.108</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Bedirhan KURT</Name>
|
||||
<Email>bedirhan.kurt@outlook.com</Email>
|
||||
</Update>
|
||||
<Update release="34">
|
||||
<Date>2025-08-31</Date>
|
||||
<Version>0.0.107</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Bedirhan KURT</Name>
|
||||
<Email>bedirhan.kurt@outlook.com</Email>
|
||||
</Update>
|
||||
<Update release="33">
|
||||
<Date>2025-07-10</Date>
|
||||
<Version>0.0.101</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="32">
|
||||
<Date>2025-04-19</Date>
|
||||
<Version>0.0.91</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Bedirhan Kurt</Name>
|
||||
<Email>bedirhan.kurt@outlook.com</Email>
|
||||
</Update>
|
||||
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>discord</Name>
|
||||
<Summary xml:lang="tr">Oyuncular için hepsi bir arada sesli ve yazılı sohbet</Summary>
|
||||
<Description xml:lang="tr">Oyuncular için ücretsiz, güvenli, hem bilgisayarınızda hem de telefonunuzda çalışabilen, hepsi bir arada sesli ve yazılı sohbet.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,29 @@
|
||||
#!/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
|
||||
|
||||
#WorkDir = "."
|
||||
#NoStrip = ["/"]
|
||||
|
||||
NoStrip = ["/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
Version = get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
shelltools.system("pwd")
|
||||
|
||||
shelltools.system("ar xf Ferdium-linux-%s-amd64.deb" % get.srcVERSION())
|
||||
shelltools.system("tar xvf data.tar.xz")
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/", "opt/Ferdium")
|
||||
#pisitools.dosym("/opt/vivaldi/vivaldi", "/usr/bin/vivaldi")
|
||||
|
||||
#pisitools.dodir ("/opt/Ferdium")
|
||||
#pisitools.insinto("/opt/Ferdium", "Ferdium-linux-6.7.5/*")
|
||||
pisitools.dosym("/opt/Ferdium/ferdium", "/usr/bin/ferdium")
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Categories=Network;
|
||||
Comment=A messaging browser that allows you to combine your favorite messaging services into one application
|
||||
Encoding=UTF-8
|
||||
Exec=ferdium
|
||||
GenericName[tr_TR]=A messaging browser that allows you to combine your favorite messaging services into one application
|
||||
GenericName=A messaging browser that allows you to combine your favorite messaging services into one application
|
||||
Icon=ferdium.png
|
||||
Name[tr_TR]=Ferdium
|
||||
Name=Ferdium
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.0
|
||||
|
After Width: | Height: | Size: 21 KiB |
@@ -0,0 +1,97 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ferdium</Name>
|
||||
<Homepage>https://ferdium.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>A messaging browser that allows you to combine your favorite messaging services into one application </Summary>
|
||||
<Description>A messaging browser that allows you to combine your favorite messaging services into one application</Description>
|
||||
<License>Apache</License>
|
||||
<PartOf>Network</PartOf>
|
||||
<Archive sha1sum="f7e6d4357724d35cfda1cbc5543c18f59f458f27" type="binary">
|
||||
https://github.com/ferdium/ferdium-app/releases/download/v7.1.1/Ferdium-linux-7.1.1-amd64.deb
|
||||
</Archive>
|
||||
</Source>
|
||||
<!-- https://github.com/ferdium/ferdium-app/releases -->
|
||||
<Package>
|
||||
<Name>ferdium</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>at-spi2-atk</Dependency>
|
||||
<Dependency>cups</Dependency>
|
||||
<Dependency>libdrm</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>c-ares</Dependency>
|
||||
<Dependency>ffmpeg</Dependency>
|
||||
<Dependency>libevent</Dependency>
|
||||
<Dependency>libxkbfile</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>minizip</Dependency>
|
||||
<Dependency>re2</Dependency>
|
||||
<Dependency>snappy</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/opt</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<path fileType="data">/usr/share/doc</path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/ferdium.desktop">ferdium.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/ferdium.png">ferdium.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2025-12-11</Date>
|
||||
<Version>7.1.1</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2025-09-30</Date>
|
||||
<Version>7.1.0</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2024-12-05</Date>
|
||||
<Version>7.0.0</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2024-07-11</Date>
|
||||
<Version>6.7.5</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2024-02-08</Date>
|
||||
<Version>6.7.0</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2023-11-09</Date>
|
||||
<Version>6.6.0</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,14 @@
|
||||
#!/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
|
||||
|
||||
WorkDir = "."
|
||||
NoStrip = ["/"]
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/franz/", "franz-5.11.0/*")
|
||||
pisitools.dosym('/opt/franz/franz', '/usr/bin/franz')
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Franz
|
||||
Exec=/usr/bin/franz %U
|
||||
TryExec=/usr/bin/franz
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=franz
|
||||
StartupWMClass=Franz
|
||||
GenericName=Internet Messenger
|
||||
Comment=A free messaging app for services like WhatsApp, Slack, Messenger and many more.
|
||||
MimeType=x-scheme-handler/franz;
|
||||
Categories=Network;InstantMessaging;
|
||||
|
After Width: | Height: | Size: 123 KiB |
@@ -0,0 +1,85 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>franz</Name>
|
||||
<Homepage>https://meetfranz.com</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Icon>franz</Icon>
|
||||
<PartOf>network.chat</PartOf>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary xml:lang="en">A free messaging app that combines chat and messaging services into one application</Summary>
|
||||
<Summary xml:lang="tr">Bir uygulama olarak birleştiren ücretsiz bir mesajlaşma uygulaması</Summary>
|
||||
<Description xml:lang="en">Franz is a free messaging app / former Emperor of Austria and combines chat and messaging services into one application. Franz currently supports Slack, WhatsApp, WeChat, HipChat, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype and many more.</Description>
|
||||
<Description xml:lang="tr">Franz, ücretsiz bir mesajlaşma uygulamasıdır (aynı zamanda Avusturya İmparatorluğu'nun eski hükümdarı Franz Joseph'in adını taşır) ve farklı sohbet ve mesajlaşma hizmetlerini tek bir uygulamada birleştirir. Franz şu anda Slack, WhatsApp, WeChat, HipChat, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype ve daha birçok platformu desteklemektedir.</Description>
|
||||
<License>Apache-2.0</License>
|
||||
<Archive sha1sum="3d0d85cd68cd977bd2dbc5eb6c77f81155659128" type="targz">
|
||||
https://github.com/meetfranz/franz/releases/download/v5.11.0/franz-5.11.0.tar.gz
|
||||
</Archive>
|
||||
</Source>
|
||||
<!-- https://github.com/meetfranz/franz/releases -->
|
||||
<Package>
|
||||
<Name>franz</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<Dependency>gconf</Dependency>
|
||||
<Dependency>libnotify</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>cups</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>nspr</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>expat</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libXi</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>libXfixes</Dependency>
|
||||
<Dependency>libXrandr</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libXcursor</Dependency>
|
||||
<Dependency>libXdamage</Dependency>
|
||||
<Dependency>libXrender</Dependency>
|
||||
<Dependency>libXScrnSaver</Dependency>
|
||||
<Dependency>libXcomposite</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/opt</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/franz.desktop" owner="root">franz.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/franz.png" owner="root">franz.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2025-07-10</Date>
|
||||
<Version>5.11.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2023-11-08</Date>
|
||||
<Version>5.10.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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
|
||||
|
||||
WorkDir = "."
|
||||
NoStrip = ["/opt", "/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/mattermost/", "mattermost-desktop-%s-linux-x64/*" % get.srcVERSION())
|
||||
pisitools.dosym('/opt/mattermost/mattermost-desktop', '/usr/bin/mattermost-desktop')
|
||||
|
After Width: | Height: | Size: 201 KiB |
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Categories=Network;
|
||||
Comment=Open source Slack-alternative in Golang and React.
|
||||
Encoding=UTF-8
|
||||
Exec=mattermost-desktop
|
||||
GenericName[tr_TR]=Mattermost
|
||||
GenericName=Mattermost
|
||||
Icon=Mattermost.png
|
||||
Name[tr_TR]=Mattermost
|
||||
Name=Mattermost
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.0
|
||||
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>Mattermost</Name>
|
||||
<Homepage>https://mattermost.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>Open source Slack-alternative in Golang and React</Summary>
|
||||
<Description>Open source Slack-alternative in Golang and React</Description>
|
||||
<License>AGPL, Apache</License>
|
||||
<PartOf>Network</PartOf>
|
||||
<Archive sha1sum="dd169b92bdae41edc7a8d92cb6f9f8154d7f1916" type="targz">
|
||||
https://github.com/mattermost/desktop/releases/download/v6.1.0/mattermost-desktop-6.1.0-linux-x64.tar.gz
|
||||
</Archive>
|
||||
</Source>
|
||||
<!-- https://github.com/mattermost/desktop/releases -->
|
||||
<Package>
|
||||
<Name>Mattermost</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glibc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/opt</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/mattermost.desktop">mattermost.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/Mattermost.png">Mattermost.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2026-04-05</Date>
|
||||
<Version>6.1.0</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2025-12-11</Date>
|
||||
<Version>6.0.2</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2025-09-30</Date>
|
||||
<Version>5.13.1</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2022-02-08</Date>
|
||||
<Version>5.6.0</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2022-12-12</Date>
|
||||
<Version>5.2.2</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-12-10</Date>
|
||||
<Version>5.0.2</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -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, pisitools, shelltools
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.system("pwd")
|
||||
shelltools.system("ar xf utopia-latest.amd64.deb")
|
||||
shelltools.system("tar xf data.tar.xz")
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/", "opt/*")
|
||||
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Icon[en_US]=/usr/share/icons/utopia.png
|
||||
Exec=/opt/utopia/messenger/utopia
|
||||
Path=/opt/utopia/messenger
|
||||
Name[en_US]=utopia
|
||||
Name=utopia
|
||||
Icon=/usr/share/icons/utopia.png
|
||||
|
After Width: | Height: | Size: 7.0 KiB |
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>utopia</Name>
|
||||
<Homepage>https://u.is/en/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary xml:lang="en">Utopia is your all-in-one kit for secure instant messaging, encrypted e-mail communication, anonymous payments and private web browsing.</Summary>
|
||||
<Summary xml:lang="tr">Utopia, güvenli anlık mesajlaşma, şifreli e-posta iletişim, anonim ödeme ve özel web tarayıcısı için tümleşik bir araç.</Summary>
|
||||
<Description xml:lang="en">Client for Utopia, an "Anti Orwellian Ecosystem"</Description>
|
||||
<Description xml:lang="tr">Utopia, "Orwellian Ecosystem"'in tersi bir ekosistemi.</Description>
|
||||
<License>Proprietary</License>
|
||||
<Archive sha1sum="2d41e30f0d4589853720a69b494fd52d9f57c7f0" type="binary">
|
||||
https://update.u.is/downloads/linux/utopia-latest.amd64.deb
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>utopia</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/opt/utopia/messenger/utopia</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/opt/utopia/</Path>
|
||||
<Path fileType="data">/usr/share/applications/</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/utopia.desktop" owner="root">utopia.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/utopia.png" owner="root">utopia.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2026-04-05</Date>
|
||||
<Version>1.3.1262</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2025-09-30</Date>
|
||||
<Version>1.3.984</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2025-07-10</Date>
|
||||
<Version>1.3.860</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2024-02-08</Date>
|
||||
<Version>1.3</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,19 @@
|
||||
#!/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 get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
NoStrip = ["/opt", "/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
def setup():
|
||||
shelltools.system("pwd")
|
||||
shelltools.system("ar xf viber.deb")
|
||||
shelltools.system("tar xvf data.tar.xz")
|
||||
def install():
|
||||
pisitools.insinto("/", "opt")
|
||||
pisitools.insinto("/", "usr")
|
||||
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import os
|
||||
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
for dirs in ("/usr/share/viber/", "/usr/bin/viber"):
|
||||
os.system("/bin/chmod -R 777 %s" % dirs)
|
||||
@@ -0,0 +1,121 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>viber</Name>
|
||||
<Homepage>http://www.viber.com/products/linux/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Icon>viber</Icon>
|
||||
<Summary>Proprietary cross-platform IM and VoIP softwareı</Summary>
|
||||
<Description>Free calls, text and picture sharing with anyone, anywhere!</Description>
|
||||
<Archive sha1sum="60069f22bc58be935027f41be86a2d95c1e246f9" type="binary">
|
||||
http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
|
||||
</Archive>
|
||||
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>viber</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>libXi</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>libXrender</Dependency>
|
||||
<Dependency>libXcomposite</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libSM</Dependency>
|
||||
<Dependency>libICE</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/opt/viber</Path>
|
||||
<Path fileType="data">/usr/share/viber</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps/</Path>
|
||||
</Files>
|
||||
<Provides>
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
</Provides>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2026-04-05</Date>
|
||||
<Version>27.3.0.2</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2025-09-30</Date>
|
||||
<Version>24.9.0.3</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2024-12-05</Date>
|
||||
<Version>23.2.0.3</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2024-02-08</Date>
|
||||
<Version>21.8.0.11</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2023-12-15</Date>
|
||||
<Version>21.0.0.1</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2022-12-12</Date>
|
||||
<Version>18.2.0.2</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-11-01</Date>
|
||||
<Version>13.3.1.22</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-05-25</Date>
|
||||
<Version>7.0.0.1035</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-04-12</Date>
|
||||
<Version>4.2.2.6</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,9 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>viber</Name>
|
||||
<Summary xml:lang="tr">Konuşma ve yazışma uygulaması</Summary>
|
||||
<Description xml:lang="tr">Ücretsiz arama, mesajlaşma ve konuşma yazılımı</Description>
|
||||
<Summary xml:lang="en">Free calls, text and picture sharing with anyone, anywhere!</Summary>
|
||||
<Description xml:lang="en">Free calls, text and picture sharing with anyone, anywhere!</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get, pisitools, shelltools
|
||||
|
||||
def setup():
|
||||
shelltools.system("ar xf Webex.deb")
|
||||
shelltools.system("tar xf data.tar.xz")
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/Webex", "opt/Webex/*")
|
||||
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Version=42.4.0.21893
|
||||
Name=Webex
|
||||
Comment=Cisco Webex Messaging
|
||||
Exec=/opt/Webex/bin/CiscoCollabHost %U
|
||||
Icon=/opt/Webex/bin/sparklogosmall.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Chat;Network;InstantMessaging;
|
||||
MimeType=x-scheme-handler/webexteams
|
||||
@@ -0,0 +1,101 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>webex</Name>
|
||||
<Homepage>https://www.webex.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Icon>webex</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary xml:lang="en">Webex for Linux</Summary>
|
||||
<Summary xml:lang="tr">Linux için Webex</Summary>
|
||||
<Description xml:lang="en">Video communication and virtual meeting platform</Description>
|
||||
<Description xml:lang="tr">Video iletişim ve sanal toplantı platformu</Description>
|
||||
<License>custom</License>
|
||||
<PartOf>Network</PartOf>
|
||||
<Archive sha1sum="b4080421ed7a6eb685de6c0953167e7875cb4eef" type="binary">
|
||||
https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb
|
||||
</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>webex</Name>
|
||||
<Icon>webex</Icon>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>at-spi2-core</Dependency>
|
||||
<Dependency>at-spi2-atk</Dependency>
|
||||
<Dependency>binutils</Dependency>
|
||||
<Dependency>mit-kerberos</Dependency>
|
||||
<Dependency>cups</Dependency>
|
||||
<Dependency>libnotify</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>libsecret</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libxcrypt</Dependency>
|
||||
<Dependency>libxkbcommon</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>nspr</Dependency>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>upower</Dependency>
|
||||
<Dependency>wayland</Dependency>
|
||||
<Dependency>xcb-util-image </Dependency>
|
||||
<Dependency>xcb-util-keysyms</Dependency>
|
||||
<Dependency>xcb-util-renderutil </Dependency>
|
||||
<Dependency>xcb-util-wm</Dependency>
|
||||
<Dependency>xdg-utils</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/opt</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/webex.desktop">webex.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/sparklogosmall.png">sparklogosmall.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2026-04-05</Date>
|
||||
<Version>46.2.1.34187</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2025-12-11</Date>
|
||||
<Version>45.10.1.33646</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2025-09-30</Date>
|
||||
<Version>45.6.2.32823</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2025-07-10</Date>
|
||||
<Version>45.6.1.32593</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2024-12-05</Date>
|
||||
<Version>44.10.2.31237</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,20 @@
|
||||
#!/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 setup():
|
||||
shelltools.system("ar xf zoom_amd64.deb")
|
||||
shelltools.system("tar xf data.tar.xz")
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/", "opt/*")
|
||||
pisitools.insinto("/usr/", "usr/*")
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Name=Zoom
|
||||
Comment=Zoom Video Conference
|
||||
Exec=/usr/bin/zoom %U
|
||||
Icon=Zoom
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Categories=Network;Application;
|
||||
StartupWMClass=Zoom
|
||||
MimeType=x-scheme-handler/zoommtg;x-scheme-handler/zoomus;x-scheme-handler/tel;x-scheme-handler/callto;x-scheme-handler/zoomphonecall;application/x-zoom;
|
||||
X-KDE-Protocols=zoommtg;zoomus;tel;callto;zoomphonecall;
|
||||
Name[en_US]=Zoom
|
||||
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 29 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/x-zoom">
|
||||
<comment>Zoom Recording File</comment>
|
||||
<glob pattern="*.zoom"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>zoom-workplace</Name>
|
||||
<Homepage>https://zoom.us/</Homepage>
|
||||
<Packager>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safaariman@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Proprietary</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary xml:lang="en">Zoom, Video Conferencing and Web Conferencing Service</Summary>
|
||||
<Summary xml:lang="tr">Zoom, Video Konferansı ve Web Konferansı Hizmeti</Summary>
|
||||
<Description xml:lang="en">Zoom, the cloud meeting company, unifies cloud video conferencing, simple online meetings, and group messaging into one easy-to-use platform. Our solution offers the best video, audio, and screen-sharing experience across Zoom Rooms, Windows, Mac, Linux, iOS, Android, and H.323/SIP room systems.</Description>
|
||||
<Description xml:lang="tr">Zoom, bulut toplantı şirketi, bulut video konferansı, basit çevrimiçi toplantılar ve grup mesajlaşmasını tek kolay kullanıma sunan bir platforma birleştiriyor. Çözümümüz, Zoom Odaları, Windows, Mac, Linux, iOS, Android ve H.323/SIP odaları sistemlerinde en iyi video, ses ve ekran paylaşım deneyimi sunar.</Description>
|
||||
<Archive sha1sum="95a9b729b65102ac26f6cfeb57fc13cc5cea4106" type="binary">
|
||||
https://cdn.zoom.us/prod/7.0.0.1666/zoom_amd64.deb
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>zoom-workplace</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/opt</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>libSM</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libXcomposite</Dependency>
|
||||
<Dependency>libXfixes</Dependency>
|
||||
<Dependency>libXi</Dependency>
|
||||
<Dependency>libXcursor</Dependency>
|
||||
<Dependency>libxkbcommon-x11</Dependency>
|
||||
<Dependency>libXrandr</Dependency>
|
||||
<Dependency>libXrender</Dependency>
|
||||
<Dependency>libxshmfence</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>xcb-util-image</Dependency>
|
||||
<Dependency>xcb-util-keysyms</Dependency>
|
||||
<Dependency>xcb-util-cursor</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>libdrm</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>qt5-webengine</Dependency>
|
||||
<Dependency>qt5-remoteobjects</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<!--
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/Zoom.desktop">Zoom.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/Zoom.png">Zoom.png</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/application-x-zoom.png">application-x-zoom.png</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/mime/packages/zoom.xml">zoom.xml</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
-->
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2026-04-05</Date>
|
||||
<Version>7.0.0.1666</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2025-12-12</Date>
|
||||
<Version>6.6.11.6052</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2025-09-30</Date>
|
||||
<Version>6.6.0.466</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>zoom</Name>
|
||||
<Summary xml:lang="tr">Zoom, Video Konferans ve Web Konferans Hizmeti</Summary>
|
||||
<Description xml:lang="tr">Bulut toplantı şirketi Zoom, bulut video konferansını, basit çevrimiçi toplantıları ve grup mesajlaşmasını kullanımı kolay tek bir platformda birleştirir. Çözümümüz, Zoom Rooms, Windows, Mac, Linux, iOS, Android ve H.323/SIP oda sistemlerinde en iyi video, ses ve ekran paylaşımı deneyimini sunar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||