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