[arch-commits] Commit in newsboat/repos (3 files)

Jelle van der Waa jelle at archlinux.org
Wed Dec 27 10:59:31 UTC 2017


    Date: Wednesday, December 27, 2017 @ 10:59:30
  Author: jelle
Revision: 276209

archrelease: copy trunk to community-staging-x86_64

Added:
  newsboat/repos/community-staging-x86_64/
  newsboat/repos/community-staging-x86_64/PKGBUILD
    (from rev 276208, newsboat/trunk/PKGBUILD)
  newsboat/repos/community-staging-x86_64/newsboat.changelog
    (from rev 276208, newsboat/trunk/newsboat.changelog)

--------------------+
 PKGBUILD           |   40 +++++++++++++++++++++++++++++++++++++
 newsboat.changelog |   54 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+)

Copied: newsboat/repos/community-staging-x86_64/PKGBUILD (from rev 276208, newsboat/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-12-27 10:59:30 UTC (rev 276209)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Sven Pfleiderer <pfleidi at roothausen.de>
+
+pkgname=newsboat
+pkgver=2.10.2
+pkgrel=1
+pkgdesc="An RSS/Atom feed reader for text terminals"
+arch=('x86_64')
+url="https://newsboat.org/"
+license=('custom: MIT')
+depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
+makedepends=('swig' 'gettext' 'asciidoc')
+replaces=('newsbeuter')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
+validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project <newsboat at googlegroups.com>
+sha256sums=('fda6b44f5c3a23ce46c85b40a6f4f0257c024d79bb8de325aa2cd73d43ef96f4'
+            'SKIP')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  # Upstream should fix all the latest GCC warnings :-)
+  sed -i 's/\-Werror//g' Makefile
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix=/usr
+  make doc
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: newsboat/repos/community-staging-x86_64/newsboat.changelog (from rev 276208, newsboat/trunk/newsboat.changelog)
===================================================================
--- community-staging-x86_64/newsboat.changelog	                        (rev 0)
+++ community-staging-x86_64/newsboat.changelog	2017-12-27 10:59:30 UTC (rev 276209)
@@ -0,0 +1,54 @@
+2017-12-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* newsboat 2.10.1-2 FS#56519 fixed
+
+2017-10-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* newsboat 2.10.1-1
+
+2017-10-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* newsboat 2.10-1 moving over to the new maintained fork of newsbeuter
+
+2015-09-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* newsbeuter 2.9-4 ncurses6 re-rebuild
+
+2015-09-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* newsbeuter 2.9-3 segmentation fault on podcasts downloads #167 fix
+
+2015-02-19 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* newsbeuter 2.9-1
+
+2014-01-27 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* newsbeuter 2.8-1
+
+2013-09-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* newsbeuter 2.7-1
+
+2013-03-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* newsbeuter 2.6-1
+
+2013-03-07 Andrea Scarpino <andrea at archlinux.org>
+	* ruby 2.0 rebuild
+
+2012-02-23 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* newsbeuter 2.5-1
+
+2011-01-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* newsbeuter 2.4-1
+
+2010-06-26 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release v2.3
+	* FS#19744 fixed - non-working locale
+
+2010-03-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release v2.2
+
+2009-12-19 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release v2.1
+
+2009-10-28 Biru Ionut <ionut at archlinux.ro>
+	* Fixed FS#16857
+
+2009-10-26 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Fixed FS#16850 
+
+2009-06-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Package moved to [community] in v2.0



More information about the arch-commits mailing list