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
+15
View File
@@ -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/*")
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

+10
View File
@@ -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
+101
View File
@@ -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>