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

Balló György bgyorgy at archlinux.org
Wed Aug 29 22:34:56 UTC 2018


    Date: Wednesday, August 29, 2018 @ 22:34:56
  Author: bgyorgy
Revision: 375390

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-29 22:34:51 UTC (rev 375389)
+++ PKGBUILD	2018-08-29 22:34:56 UTC (rev 375390)
@@ -1,43 +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.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
-}

Copied: feedreader/repos/community-x86_64/PKGBUILD (from rev 375389, feedreader/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-29 22:34:56 UTC (rev 375390)
@@ -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.3.0
+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 gumbo-parser libgee libpeas)
+makedepends=(git gobject-introspection meson vala)
+_commit=b187ce0f2fd1c916c42db4c0129a5fae6156572d  # tags/v2.3.0
+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