[arch-commits] Commit in newsboat/repos (4 files)
Jelle van der Waa
jelle at archlinux.org
Wed Jun 6 07:09:12 UTC 2018
Date: Wednesday, June 6, 2018 @ 07:09:11
Author: jelle
Revision: 340870
db-move: moved newsboat from [community-staging] to [community-testing] (x86_64)
Added:
newsboat/repos/community-testing-x86_64/
newsboat/repos/community-testing-x86_64/PKGBUILD
(from rev 340868, newsboat/repos/community-staging-x86_64/PKGBUILD)
newsboat/repos/community-testing-x86_64/newsboat.changelog
(from rev 340868, newsboat/repos/community-staging-x86_64/newsboat.changelog)
Deleted:
newsboat/repos/community-staging-x86_64/
--------------------+
PKGBUILD | 34 +++++++++++++++++++++++++++
newsboat.changelog | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 97 insertions(+)
Copied: newsboat/repos/community-testing-x86_64/PKGBUILD (from rev 340868, newsboat/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2018-06-06 07:09:11 UTC (rev 340870)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Sven Pfleiderer <pfleidi at roothausen.de>
+
+pkgname=newsboat
+pkgver=2.11.1
+pkgrel=2
+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>
+sha512sums=('265b83828eb3da6e61b14b6d16012baf3de147b777fa09a8cad0e76d4cf54677389bf89abf10f94a644def57f41694869a6ea07465e7cc97ec12df74d939bb5a'
+ 'SKIP')
+
+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-testing-x86_64/newsboat.changelog (from rev 340868, newsboat/repos/community-staging-x86_64/newsboat.changelog)
===================================================================
--- community-testing-x86_64/newsboat.changelog (rev 0)
+++ community-testing-x86_64/newsboat.changelog 2018-06-06 07:09:11 UTC (rev 340870)
@@ -0,0 +1,63 @@
+2018-04-10 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * newsboat 2.11.1-1
+
+2018-03-26 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * newsboat 2.11-1
+
+2017-12-27 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * newsboat 2.10.2-1
+
+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