From 55262b15e14751a1205f47eb657c685e6eb47e6f Mon Sep 17 00:00:00 2001 From: Sebastian Qvafordt 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 @@ + + + ricochet + + Sebastian Qvarfordt + s.qvarfordt@gmail.com + + BSD-3-Clause + network.im + Anonymous metadata-resistant instant messaging that just works. + Ricochet is an experimental kind of instant messaging that doesn't trust anyone with your identity, your contact list, or your communications. + + https://solus-project.com/sources/README.Solus + + + ricochet + Anonymous metadata-resistant instant messaging that just works. + Ricochet is an experimental kind of instant messaging that doesn't trust anyone with your identity, your contact list, or your communications. + + network.im + + /usr/bin + /usr/share/applications/ricochet.desktop + /usr/share/icons/hicolor/48x48/apps/ricochet.png + /usr/share/icons/hicolor/scalable/apps/ricochet.svg + + + + + 2016-10-15 + 1.1.2 + Packaging update + Sebastian Qvarfordt + s.qvarfordt@gmail.com + + + \ No newline at end of file -- 2.10.1