Page MenuHomeSolus

0001-Initial-commit-of-package-QuiteRSS.patch

Authored By
euoar
Mar 28 2017, 11:34 PM
Size
4 KB
Referenced Files
None
Subscribers
None

0001-Initial-commit-of-package-QuiteRSS.patch

From e1cb227afb11060998ea3cbe076072878c942869 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alfonso=20Rodr=C3=ADguez?= <arc.profesional@gmail.com>
Date: Wed, 29 Mar 2017 01:32:50 +0200
Subject: [PATCH 1/1] Initial commit of package QuiteRSS
---
Makefile | 1 +
abi_used_libs | 15 +++++++++++++++
package.yml | 21 +++++++++++++++++++++
pspec_x86_64.xml | 43 +++++++++++++++++++++++++++++++++++++++++++
4 files changed, 80 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..de7c2be
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,15 @@
+libQt5Core.so.5
+libQt5Gui.so.5
+libQt5Multimedia.so.5
+libQt5Network.so.5
+libQt5PrintSupport.so.5
+libQt5Sql.so.5
+libQt5WebKit.so.5
+libQt5WebKitWidgets.so.5
+libQt5Widgets.so.5
+libQt5Xml.so.5
+libc.so.6
+libgcc_s.so.1
+libpthread.so.0
+libsqlite3.so.0
+libstdc++.so.6
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..5f8577f
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,21 @@
+name : quiterss
+version : 0.18.4
+release : 1
+source :
+ - https://quiterss.org/files/0.18.4/QuiteRSS-0.18.4-src.tar.gz : e53ddcab32ed4894ee59afd0db5d7ab86248986fdf6e1c1aeec9c8a841867a9c
+license : GPL-3.0
+component : network.util
+summary : QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader.
+description: |
+ QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader, fast and comfortable to use.
+builddeps :
+ - pkgconfig(glu)
+ - pkgconfig(Qt5Core)
+ - pkgconfig(Qt5Multimedia)
+ - pkgconfig(Qt5UiTools)
+ - pkgconfig(Qt5WebKit)
+ - pkgconfig(sqlite3)
+build : |
+ %qmake CONFIG+=release PREFIX=$installdir/usr
+install : |
+ %make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..bbe3a53
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,43 @@
+<PISI>
+ <Source>
+ <Name>quiterss</Name>
+ <Packager>
+ <Name>Alfonso Rodríguez</Name>
+ <Email>arc.profesional@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>network.util</PartOf>
+ <Summary xml:lang="en">QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader.</Summary>
+ <Description xml:lang="en">QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader, fast and comfortable to use.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>quiterss</Name>
+ <Summary xml:lang="en">QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader.</Summary>
+ <Description xml:lang="en">QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader, fast and comfortable to use.
+</Description>
+ <PartOf>network.util</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/applications/quiterss.desktop</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/quiterss.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/16x16/apps/quiterss.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/256x256/apps/quiterss.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/32x32/apps/quiterss.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/quiterss.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/64x64/apps/quiterss.png</Path>
+ <Path fileType="data">/usr/share/pixmaps/quiterss.png</Path>
+ <Path fileType="data">/usr/share/quiterss</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-03-28</Date>
+ <Version>0.18.4</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Alfonso Rodríguez</Name>
+ <Email>arc.profesional@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.12.2

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
11719
Default Alt Text
0001-Initial-commit-of-package-QuiteRSS.patch (4 KB)

Event Timeline