Page MenuHomeSolus

0001-Initial-commit-for-Ricochet-IM.patch

Authored By
hooloovooo
Oct 15 2016, 3:10 AM
Size
3 KB
Referenced Files
None
Subscribers
None

0001-Initial-commit-for-Ricochet-IM.patch

From 55262b15e14751a1205f47eb657c685e6eb47e6f Mon Sep 17 00:00:00 2001
From: Sebastian Qvafordt <s.qvarfordt@gmail.com>
Date: Sat, 15 Oct 2016 05:09:26 +0200
Subject: [PATCH 1/1] Initial commit for Ricochet IM
---
Makefile | 1 +
abi_used_libs | 13 +++++++++++++
package.yml | 23 +++++++++++++++++++++++
pspec_x86_64.xml | 37 +++++++++++++++++++++++++++++++++++++
4 files changed, 74 insertions(+)
create mode 100644 Makefile
create mode 100644 abi_used_libs
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
index 0000000..03c05de
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,13 @@
+libQt5Core.so.5
+libQt5Gui.so.5
+libQt5Network.so.5
+libQt5Qml.so.5
+libQt5Quick.so.5
+libQt5Widgets.so.5
+libasan.so.3
+libc.so.6
+libcrypto.so.1.0.0
+libgcc_s.so.1
+libprotobuf.so.9
+libstdc++.so.6
+libubsan.so.0
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..700ed67
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,23 @@
+name : ricochet
+version : 1.1.2
+release : 1
+source :
+ - https://ricochet.im/releases/1.1.2/ricochet-1.1.2-src.tar.bz2 : 97c78d088892e84c95a3e3a4a982883d8e44028848a513a5d7e0231d36325cc3
+license : BSD-3-Clause
+component : network.im
+summary : Anonymous metadata-resistant instant messaging that just works.
+description: |
+ Ricochet is an experimental kind of instant messaging that doesn't trust anyone with your identity, your contact list, or your communications.
+builddeps :
+ - pkgconfig(gl)
+ - pkgconfig(openssl)
+ - pkgconfig(protobuf)
+ - pkgconfig(Qt5Svg)
+rundeps :
+ - tor
+setup : |
+ QT_SELECT=5 qmake -makefile DEFINES+=RICOCHET_NO_PORTABLE $workdir/ricochet.pro
+build : |
+ %make
+install : |
+ INSTALL_ROOT="$installdir" %make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..f18061b
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,37 @@
+<PISI>
+ <Source>
+ <Name>ricochet</Name>
+ <Packager>
+ <Name>Sebastian Qvarfordt</Name>
+ <Email>s.qvarfordt@gmail.com</Email>
+ </Packager>
+ <License>BSD-3-Clause</License>
+ <PartOf>network.im</PartOf>
+ <Summary xml:lang="en">Anonymous metadata-resistant instant messaging that just works.</Summary>
+ <Description xml:lang="en">Ricochet is an experimental kind of instant messaging that doesn&apos;t trust anyone with your identity, your contact list, or your communications.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>ricochet</Name>
+ <Summary xml:lang="en">Anonymous metadata-resistant instant messaging that just works.</Summary>
+ <Description xml:lang="en">Ricochet is an experimental kind of instant messaging that doesn&apos;t trust anyone with your identity, your contact list, or your communications.
+</Description>
+ <PartOf>network.im</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/applications/ricochet.desktop</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/ricochet.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/ricochet.svg</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2016-10-15</Date>
+ <Version>1.1.2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Sebastian Qvarfordt</Name>
+ <Email>s.qvarfordt@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.10.1

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3564
Default Alt Text
0001-Initial-commit-for-Ricochet-IM.patch (3 KB)

Event Timeline