[arch-commits] Commit in (quiterss quiterss/trunk quiterss/trunk/PKGBUILD)

Balló György bgyorgy at archlinux.org
Mon Apr 23 12:12:55 UTC 2018


    Date: Monday, April 23, 2018 @ 12:12:54
  Author: bgyorgy
Revision: 317373

Move quiterss from AUR with 38 votes

Added:
  quiterss/
  quiterss/trunk/
  quiterss/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Added: quiterss/trunk/PKGBUILD
===================================================================
--- quiterss/trunk/PKGBUILD	                        (rev 0)
+++ quiterss/trunk/PKGBUILD	2018-04-23 12:12:54 UTC (rev 317373)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: willemw <willemw12 at gmail.com>
+# Contributor: ThecaTTony <thecattony at gmx dot com>
+# Contributor: <giacomogiorgianni at gmail dot com>
+
+pkgname=quiterss
+pkgver=0.18.10
+pkgrel=2
+pkgdesc='Fast and light RSS/Atom feed reader written in Qt/С++'
+arch=(x86_64)
+url='https://quiterss.org/'
+license=(GPL3)
+depends=(gst-plugins-good qt5-multimedia qt5-webkit)
+makedepends=(qt5-tools)
+source=($pkgname-$pkgver.tar.gz::https://github.com/QuiteRSS/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('843475913fa876e38cab147aa458a8a282efaee4d25f828d8b731e70799a4f32')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 CONFIG+=release PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}
+


Property changes on: quiterss/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list