Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -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
|
||||
Binary file not shown.
|
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>
|
||||
Reference in New Issue
Block a user