[arch-commits] Commit in newsbeuter/repos (10 files)

Antonio Rojas arojas at archlinux.org
Wed Mar 8 21:58:26 UTC 2017


    Date: Wednesday, March 8, 2017 @ 21:58:25
  Author: arojas
Revision: 215326

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  newsbeuter/repos/community-staging-i686/
  newsbeuter/repos/community-staging-i686/PKGBUILD
    (from rev 215325, newsbeuter/trunk/PKGBUILD)
  newsbeuter/repos/community-staging-i686/newsbeuter-2.9-ncursesw6.patch
    (from rev 215325, newsbeuter/trunk/newsbeuter-2.9-ncursesw6.patch)
  newsbeuter/repos/community-staging-i686/newsbeuter.changelog
    (from rev 215325, newsbeuter/trunk/newsbeuter.changelog)
  newsbeuter/repos/community-staging-i686/newsbeuter.install
    (from rev 215325, newsbeuter/trunk/newsbeuter.install)
  newsbeuter/repos/community-staging-x86_64/
  newsbeuter/repos/community-staging-x86_64/PKGBUILD
    (from rev 215325, newsbeuter/trunk/PKGBUILD)
  newsbeuter/repos/community-staging-x86_64/newsbeuter-2.9-ncursesw6.patch
    (from rev 215325, newsbeuter/trunk/newsbeuter-2.9-ncursesw6.patch)
  newsbeuter/repos/community-staging-x86_64/newsbeuter.changelog
    (from rev 215325, newsbeuter/trunk/newsbeuter.changelog)
  newsbeuter/repos/community-staging-x86_64/newsbeuter.install
    (from rev 215325, newsbeuter/trunk/newsbeuter.install)

---------------------------------------------------------+
 community-staging-i686/PKGBUILD                         |   43 +++++++++++++
 community-staging-i686/newsbeuter-2.9-ncursesw6.patch   |   27 ++++++++
 community-staging-i686/newsbeuter.changelog             |   45 ++++++++++++++
 community-staging-i686/newsbeuter.install               |    6 +
 community-staging-x86_64/PKGBUILD                       |   43 +++++++++++++
 community-staging-x86_64/newsbeuter-2.9-ncursesw6.patch |   27 ++++++++
 community-staging-x86_64/newsbeuter.changelog           |   45 ++++++++++++++
 community-staging-x86_64/newsbeuter.install             |    6 +
 8 files changed, 242 insertions(+)

Copied: newsbeuter/repos/community-staging-i686/PKGBUILD (from rev 215325, newsbeuter/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-08 21:58:25 UTC (rev 215326)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Sven Pfleiderer <pfleidi at roothausen.de>
+
+pkgname=newsbeuter
+pkgver=2.9
+pkgrel=6
+pkgdesc="A RSS feed reader for the text console with special Podcast support"
+arch=('i686' 'x86_64')
+url="http://www.newsbeuter.org/"
+license=('custom: MIT')
+depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
+makedepends=('swig' 'gettext')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=($pkgname-r$pkgver.tar.gz::https://github.com/akrennmair/$pkgname/archive/r2.9.tar.gz
+        $pkgname-$pkgver-ncursesw6.patch
+        $pkgname-segfault.patch::https://github.com/akrennmair/newsbeuter/commit/33577f842d9b74c119f3cebda95ef8652304db81.patch)
+sha256sums=('489694a57d4af390aa15ab48b66517b0dc34a1cda4410eb5f6f997c6369f51d8'
+            '5ae54c463f44d91725da3be655d2b107d598ade6da86ab4a99b10b039b8dba27'
+            '6359708ee01f5e1b773a6ed79b7369b30aad5397b85fd252c2fa7d0c2616ea86')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-r$pkgver
+
+  patch -p1 -i ../$pkgname-$pkgver-ncursesw6.patch
+  patch -p1 -i ../$pkgname-segfault.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-r$pkgver
+
+  make prefix=/usr
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-r$pkgver
+
+  make prefix=/usr DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: newsbeuter/repos/community-staging-i686/newsbeuter-2.9-ncursesw6.patch (from rev 215325, newsbeuter/trunk/newsbeuter-2.9-ncursesw6.patch)
===================================================================
--- community-staging-i686/newsbeuter-2.9-ncursesw6.patch	                        (rev 0)
+++ community-staging-i686/newsbeuter-2.9-ncursesw6.patch	2017-03-08 21:58:25 UTC (rev 215326)
@@ -0,0 +1,27 @@
+From 7eed4bf5938cf912348362f4dc08844af536f740 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= <b at bpiotrowski.pl>
+Date: Tue, 8 Sep 2015 11:39:42 +0200
+Subject: [PATCH] config.sh: check for ncursesw6
+
+---
+ config.sh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/config.sh b/config.sh
+index a9f0081..916908c 100755
+--- a/config.sh
++++ b/config.sh
+@@ -110,7 +110,9 @@ check_pkg "stfl" || fail "stfl"
+ if [ `uname -s` = "Darwin" ]; then
+ 	check_custom "ncurses5.4" "ncurses5.4-config" || fail "ncurses5.4"
+ elif [ `uname -s` != "OpenBSD" ]; then
+-	check_custom "ncursesw5" "ncursesw5-config" ||  fail "ncursesw"
++	check_custom "ncursesw5" "ncursesw5-config" || \
++		check_custom "ncursesw6" "ncursesw6-config" \
++		||  fail "ncursesw"
+ fi
+ check_ssl_implementation
+ all_aboard_the_fail_boat
+-- 
+2.5.1
+

Copied: newsbeuter/repos/community-staging-i686/newsbeuter.changelog (from rev 215325, newsbeuter/trunk/newsbeuter.changelog)
===================================================================
--- community-staging-i686/newsbeuter.changelog	                        (rev 0)
+++ community-staging-i686/newsbeuter.changelog	2017-03-08 21:58:25 UTC (rev 215326)
@@ -0,0 +1,45 @@
+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

Copied: newsbeuter/repos/community-staging-i686/newsbeuter.install (from rev 215325, newsbeuter/trunk/newsbeuter.install)
===================================================================
--- community-staging-i686/newsbeuter.install	                        (rev 0)
+++ community-staging-i686/newsbeuter.install	2017-03-08 21:58:25 UTC (rev 215326)
@@ -0,0 +1,6 @@
+post_install() {
+cat << EOF
+==> If you're not satisfied by the information "man newsbeuter" provides,
+==> have a look at /usr/share/doc/newsbeuter/newsbeuter.html
+EOF
+}

Copied: newsbeuter/repos/community-staging-x86_64/PKGBUILD (from rev 215325, newsbeuter/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-08 21:58:25 UTC (rev 215326)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Sven Pfleiderer <pfleidi at roothausen.de>
+
+pkgname=newsbeuter
+pkgver=2.9
+pkgrel=6
+pkgdesc="A RSS feed reader for the text console with special Podcast support"
+arch=('i686' 'x86_64')
+url="http://www.newsbeuter.org/"
+license=('custom: MIT')
+depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
+makedepends=('swig' 'gettext')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=($pkgname-r$pkgver.tar.gz::https://github.com/akrennmair/$pkgname/archive/r2.9.tar.gz
+        $pkgname-$pkgver-ncursesw6.patch
+        $pkgname-segfault.patch::https://github.com/akrennmair/newsbeuter/commit/33577f842d9b74c119f3cebda95ef8652304db81.patch)
+sha256sums=('489694a57d4af390aa15ab48b66517b0dc34a1cda4410eb5f6f997c6369f51d8'
+            '5ae54c463f44d91725da3be655d2b107d598ade6da86ab4a99b10b039b8dba27'
+            '6359708ee01f5e1b773a6ed79b7369b30aad5397b85fd252c2fa7d0c2616ea86')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-r$pkgver
+
+  patch -p1 -i ../$pkgname-$pkgver-ncursesw6.patch
+  patch -p1 -i ../$pkgname-segfault.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-r$pkgver
+
+  make prefix=/usr
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-r$pkgver
+
+  make prefix=/usr DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: newsbeuter/repos/community-staging-x86_64/newsbeuter-2.9-ncursesw6.patch (from rev 215325, newsbeuter/trunk/newsbeuter-2.9-ncursesw6.patch)
===================================================================
--- community-staging-x86_64/newsbeuter-2.9-ncursesw6.patch	                        (rev 0)
+++ community-staging-x86_64/newsbeuter-2.9-ncursesw6.patch	2017-03-08 21:58:25 UTC (rev 215326)
@@ -0,0 +1,27 @@
+From 7eed4bf5938cf912348362f4dc08844af536f740 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= <b at bpiotrowski.pl>
+Date: Tue, 8 Sep 2015 11:39:42 +0200
+Subject: [PATCH] config.sh: check for ncursesw6
+
+---
+ config.sh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/config.sh b/config.sh
+index a9f0081..916908c 100755
+--- a/config.sh
++++ b/config.sh
+@@ -110,7 +110,9 @@ check_pkg "stfl" || fail "stfl"
+ if [ `uname -s` = "Darwin" ]; then
+ 	check_custom "ncurses5.4" "ncurses5.4-config" || fail "ncurses5.4"
+ elif [ `uname -s` != "OpenBSD" ]; then
+-	check_custom "ncursesw5" "ncursesw5-config" ||  fail "ncursesw"
++	check_custom "ncursesw5" "ncursesw5-config" || \
++		check_custom "ncursesw6" "ncursesw6-config" \
++		||  fail "ncursesw"
+ fi
+ check_ssl_implementation
+ all_aboard_the_fail_boat
+-- 
+2.5.1
+

Copied: newsbeuter/repos/community-staging-x86_64/newsbeuter.changelog (from rev 215325, newsbeuter/trunk/newsbeuter.changelog)
===================================================================
--- community-staging-x86_64/newsbeuter.changelog	                        (rev 0)
+++ community-staging-x86_64/newsbeuter.changelog	2017-03-08 21:58:25 UTC (rev 215326)
@@ -0,0 +1,45 @@
+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

Copied: newsbeuter/repos/community-staging-x86_64/newsbeuter.install (from rev 215325, newsbeuter/trunk/newsbeuter.install)
===================================================================
--- community-staging-x86_64/newsbeuter.install	                        (rev 0)
+++ community-staging-x86_64/newsbeuter.install	2017-03-08 21:58:25 UTC (rev 215326)
@@ -0,0 +1,6 @@
+post_install() {
+cat << EOF
+==> If you're not satisfied by the information "man newsbeuter" provides,
+==> have a look at /usr/share/doc/newsbeuter/newsbeuter.html
+EOF
+}



More information about the arch-commits mailing list