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
+19
View File
@@ -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")
+7
View File
@@ -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)
+121
View File
@@ -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>
+9
View File
@@ -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>