[arch-commits] Commit in feedreader/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Aug 26 13:22:27 UTC 2018


    Date: Sunday, August 26, 2018 @ 13:22:25
  Author: bgyorgy
Revision: 374225

archrelease: copy trunk to community-x86_64

Added:
  feedreader/repos/community-x86_64/PKGBUILD
    (from rev 374224, feedreader/trunk/PKGBUILD)
Deleted:
  feedreader/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   91 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 43 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-26 13:22:16 UTC (rev 374224)
+++ PKGBUILD	2018-08-26 13:22:25 UTC (rev 374225)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Andrew O'Neill <andrew at meanjollies dot com>
-# Contributor: poisonby <poisonby at tutanota.com>
-# Contributor: Jason Scurtu (scujas) <jscurtu at gmail.com>
-# Contributor: Marcin Tydelski <marcin.tydelski at gmail.com>
-# Contributor: Jan Lukas Gernert (JeanLuc) <https://launchpad.net/~eviltwin1>
-
-pkgname=feedreader
-_pkgname=FeedReader
-pkgver=2.2
-pkgrel=1
-pkgdesc="Modern desktop application designed to complement existing web-based RSS accounts"
-arch=(x86_64)
-url="https://jangernert.github.io/FeedReader/"
-license=(GPL3)
-depends=(curl gnome-online-accounts libgee libpeas)
-makedepends=(git gobject-introspection meson vala)
-_commit=61f6331e700421ca917a309df9efa2e119890ba5  # tags/v2.2
-source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit"
-        "git+https://github.com/fivefilters/ftr-site-config")
-sha256sums=('SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $_pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $_pkgname
-  git config submodule.data/GrabberConfig.url "$srcdir/ftr-site-config"
-  git submodule update --init
-
-  # Revert bad commit
-  # https://github.com/jangernert/FeedReader/issues/677
-  git revert -n ccb7a52d67d9fe78f663cf6cc991ea51882f453e
-  git revert -n b5ab26de2928e011ceafeb87e0f20131764e7021
-}
-
-build() {
-  arch-meson $_pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: feedreader/repos/community-x86_64/PKGBUILD (from rev 374224, feedreader/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-26 13:22:25 UTC (rev 374225)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Andrew O'Neill <andrew at meanjollies dot com>
+# Contributor: poisonby <poisonby at tutanota.com>
+# Contributor: Jason Scurtu (scujas) <jscurtu at gmail.com>
+# Contributor: Marcin Tydelski <marcin.tydelski at gmail.com>
+# Contributor: Jan Lukas Gernert (JeanLuc) <https://launchpad.net/~eviltwin1>
+
+pkgname=feedreader
+_pkgname=FeedReader
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Modern desktop application designed to complement existing web-based RSS accounts"
+arch=(x86_64)
+url="https://jangernert.github.io/FeedReader/"
+license=(GPL3)
+depends=(curl gnome-keyring gnome-online-accounts libgee libpeas)
+makedepends=(git gobject-introspection meson vala)
+_commit=0e74da41af7fe7d347a9881da6b28d917c226354  # tags/2.2.1
+source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit"
+        "git+https://github.com/fivefilters/ftr-site-config")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $_pkgname
+  git config submodule.data/GrabberConfig.url "$srcdir/ftr-site-config"
+  git submodule update --init
+}
+
+build() {
+  arch-meson $_pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list