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

2019-08-29 Thread Balló György via arch-commits
Date: Thursday, August 29, 2019 @ 14:26:56
  Author: bgyorgy
Revision: 504938

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-29 14:26:52 UTC (rev 504937)
+++ PKGBUILD2019-08-29 14:26:56 UTC (rev 504938)
@@ -1,34 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Andrew O'Neill 
-# Contributor: poisonby 
-# Contributor: Jason Scurtu (scujas) 
-# Contributor: Marcin Tydelski 
-# Contributor: Jan Lukas Gernert (JeanLuc) 
-
-pkgname=feedreader
-_pkgname=FeedReader
-pkgver=2.9.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-keyring gnome-online-accounts gumbo-parser libgee libpeas)
-makedepends=(git gobject-introspection meson vala)
-_commit=1628ec2e52c1afdeb9cd0d4c1cbba5bb006f7c26  # tags/v2.9.2
-source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $_pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  arch-meson $_pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: feedreader/repos/community-x86_64/PKGBUILD (from rev 504937, 
feedreader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-29 14:26:56 UTC (rev 504938)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György 
+# Contributor: Andrew O'Neill 
+# Contributor: poisonby 
+# Contributor: Jason Scurtu (scujas) 
+# Contributor: Marcin Tydelski 
+# Contributor: Jan Lukas Gernert (JeanLuc) 
+
+pkgname=feedreader
+_pkgname=FeedReader
+pkgver=2.10.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=fb074d3e6a5ade2ceb1cdeafbca3cac4a0807c26  # tags/v2.10.0
+source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $_pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-06-18 Thread Balló György via arch-commits
Date: Tuesday, June 18, 2019 @ 23:51:49
  Author: bgyorgy
Revision: 482240

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 +++--
 1 file changed, 34 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-18 23:49:31 UTC (rev 482239)
+++ PKGBUILD2019-06-18 23:51:49 UTC (rev 482240)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Andrew O'Neill 
-# Contributor: poisonby 
-# Contributor: Jason Scurtu (scujas) 
-# Contributor: Marcin Tydelski 
-# Contributor: Jan Lukas Gernert (JeanLuc) 
-
-pkgname=feedreader
-_pkgname=FeedReader
-pkgver=2.8.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-keyring gnome-online-accounts gumbo-parser libgee libpeas)
-makedepends=(git gobject-introspection meson vala)
-_commit=1d7c7f3814bbdeecc4d12e27058941397d160ced  # tags/v2.8.2
-source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $_pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $_pkgname
-
-  # Don't use legacy path for AppStream metainfo file
-  # https://github.com/jangernert/FeedReader/pull/822
-  sed -i "s/install_dir: join_paths(SHARE_DIR, 'appdata')/install_dir: 
join_paths(SHARE_DIR, 'metainfo')/" data/meson.build
-}
-
-build() {
-  arch-meson $_pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: feedreader/repos/community-x86_64/PKGBUILD (from rev 482239, 
feedreader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-18 23:51:49 UTC (rev 482240)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György 
+# Contributor: Andrew O'Neill 
+# Contributor: poisonby 
+# Contributor: Jason Scurtu (scujas) 
+# Contributor: Marcin Tydelski 
+# Contributor: Jan Lukas Gernert (JeanLuc) 
+
+pkgname=feedreader
+_pkgname=FeedReader
+pkgver=2.9.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-keyring gnome-online-accounts gumbo-parser libgee libpeas)
+makedepends=(git gobject-introspection meson vala)
+_commit=1628ec2e52c1afdeb9cd0d4c1cbba5bb006f7c26  # tags/v2.9.2
+source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $_pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-08 Thread Antonio Rojas via arch-commits
Date: Friday, March 8, 2019 @ 19:21:32
  Author: arojas
Revision: 438160

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-08 19:21:07 UTC (rev 438159)
+++ PKGBUILD2019-03-08 19:21:32 UTC (rev 438160)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Andrew O'Neill 
-# Contributor: poisonby 
-# Contributor: Jason Scurtu (scujas) 
-# Contributor: Marcin Tydelski 
-# Contributor: Jan Lukas Gernert (JeanLuc) 
-
-pkgname=feedreader
-_pkgname=FeedReader
-pkgver=2.6.1
-pkgrel=2
-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=3cc7df1812ddbd484ac1493d178d1ad58b389d4b  # tags/v2.6.1
-source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $_pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $_pkgname
-
-  # Don't use legacy path for AppStream metainfo file
-  # https://github.com/jangernert/FeedReader/pull/822
-  sed -i "s/install_dir: join_paths(SHARE_DIR, 'appdata')/install_dir: 
join_paths(SHARE_DIR, 'metainfo')/" data/meson.build
-}
-
-build() {
-  arch-meson $_pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: feedreader/repos/community-x86_64/PKGBUILD (from rev 438159, 
feedreader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-08 19:21:32 UTC (rev 438160)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Contributor: Andrew O'Neill 
+# Contributor: poisonby 
+# Contributor: Jason Scurtu (scujas) 
+# Contributor: Marcin Tydelski 
+# Contributor: Jan Lukas Gernert (JeanLuc) 
+
+pkgname=feedreader
+_pkgname=FeedReader
+pkgver=2.8.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-keyring gnome-online-accounts gumbo-parser libgee libpeas)
+makedepends=(git gobject-introspection meson vala)
+_commit=1d7c7f3814bbdeecc4d12e27058941397d160ced  # tags/v2.8.2
+source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $_pkgname
+
+  # Don't use legacy path for AppStream metainfo file
+  # https://github.com/jangernert/FeedReader/pull/822
+  sed -i "s/install_dir: join_paths(SHARE_DIR, 'appdata')/install_dir: 
join_paths(SHARE_DIR, 'metainfo')/" data/meson.build
+}
+
+build() {
+  arch-meson $_pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2018-12-24 Thread Balló György via arch-commits
Date: Monday, December 24, 2018 @ 17:51:34
  Author: bgyorgy
Revision: 417842

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 +
 1 file changed, 42 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-24 17:51:30 UTC (rev 417841)
+++ PKGBUILD2018-12-24 17:51:34 UTC (rev 417842)
@@ -1,34 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Andrew O'Neill 
-# Contributor: poisonby 
-# Contributor: Jason Scurtu (scujas) 
-# Contributor: Marcin Tydelski 
-# Contributor: Jan Lukas Gernert (JeanLuc) 
-
-pkgname=feedreader
-_pkgname=FeedReader
-pkgver=2.6.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 gumbo-parser libgee libpeas)
-makedepends=(git gobject-introspection meson vala)
-_commit=3cc7df1812ddbd484ac1493d178d1ad58b389d4b  # tags/v2.6.1
-source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $_pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  arch-meson $_pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: feedreader/repos/community-x86_64/PKGBUILD (from rev 417841, 
feedreader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-24 17:51:34 UTC (rev 417842)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Contributor: Andrew O'Neill 
+# Contributor: poisonby 
+# Contributor: Jason Scurtu (scujas) 
+# Contributor: Marcin Tydelski 
+# Contributor: Jan Lukas Gernert (JeanLuc) 
+
+pkgname=feedreader
+_pkgname=FeedReader
+pkgver=2.6.1
+pkgrel=2
+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=3cc7df1812ddbd484ac1493d178d1ad58b389d4b  # tags/v2.6.1
+source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $_pkgname
+
+  # Don't use legacy path for AppStream metainfo file
+  # https://github.com/jangernert/FeedReader/pull/822
+  sed -i "s/install_dir: join_paths(SHARE_DIR, 'appdata')/install_dir: 
join_paths(SHARE_DIR, 'metainfo')/" data/meson.build
+}
+
+build() {
+  arch-meson $_pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2018-12-11 Thread Balló György via arch-commits
Date: Tuesday, December 11, 2018 @ 11:42:19
  Author: bgyorgy
Revision: 415301

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-11 11:42:15 UTC (rev 415300)
+++ PKGBUILD2018-12-11 11:42:19 UTC (rev 415301)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Andrew O'Neill 
-# Contributor: poisonby 
-# Contributor: Jason Scurtu (scujas) 
-# Contributor: Marcin Tydelski 
-# Contributor: Jan Lukas Gernert (JeanLuc) 
-
-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
-}

Copied: feedreader/repos/community-x86_64/PKGBUILD (from rev 415300, 
feedreader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-11 11:42:19 UTC (rev 415301)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György 
+# Contributor: Andrew O'Neill 
+# Contributor: poisonby 
+# Contributor: Jason Scurtu (scujas) 
+# Contributor: Marcin Tydelski 
+# Contributor: Jan Lukas Gernert (JeanLuc) 
+
+pkgname=feedreader
+_pkgname=FeedReader
+pkgver=2.6.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 gumbo-parser libgee libpeas)
+makedepends=(git gobject-introspection meson vala)
+_commit=3cc7df1812ddbd484ac1493d178d1ad58b389d4b  # tags/v2.6.1
+source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $_pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2018-08-29 Thread Balló György via arch-commits
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
===
--- PKGBUILD2018-08-29 22:34:51 UTC (rev 375389)
+++ PKGBUILD2018-08-29 22:34:56 UTC (rev 375390)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Andrew O'Neill 
-# Contributor: poisonby 
-# Contributor: Jason Scurtu (scujas) 
-# Contributor: Marcin Tydelski 
-# Contributor: Jan Lukas Gernert (JeanLuc) 
-
-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)
+++ PKGBUILD2018-08-29 22:34:56 UTC (rev 375390)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Andrew O'Neill 
+# Contributor: poisonby 
+# Contributor: Jason Scurtu (scujas) 
+# Contributor: Marcin Tydelski 
+# Contributor: Jan Lukas Gernert (JeanLuc) 
+
+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
+}


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

2018-08-26 Thread Balló György via arch-commits
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
===
--- PKGBUILD2018-08-26 13:22:16 UTC (rev 374224)
+++ PKGBUILD2018-08-26 13:22:25 UTC (rev 374225)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Andrew O'Neill 
-# Contributor: poisonby 
-# Contributor: Jason Scurtu (scujas) 
-# Contributor: Marcin Tydelski 
-# Contributor: Jan Lukas Gernert (JeanLuc) 
-
-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)
+++ PKGBUILD2018-08-26 13:22:25 UTC (rev 374225)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Andrew O'Neill 
+# Contributor: poisonby 
+# Contributor: Jason Scurtu (scujas) 
+# Contributor: Marcin Tydelski 
+# Contributor: Jan Lukas Gernert (JeanLuc) 
+
+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
+}


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

2018-07-04 Thread Balló György via arch-commits
Date: Thursday, July 5, 2018 @ 02:21:50
  Author: bgyorgy
Revision: 352277

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   94 +++--
 1 file changed, 48 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-05 02:21:46 UTC (rev 352276)
+++ PKGBUILD2018-07-05 02:21:50 UTC (rev 352277)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Andrew O'Neill 
-# Contributor: poisonby 
-# Contributor: Jason Scurtu (scujas) 
-# Contributor: Marcin Tydelski 
-# Contributor: Jan Lukas Gernert (JeanLuc) 
-
-pkgname=feedreader
-_pkgname=FeedReader
-pkgver=2.0.2+559+g78d7ced8
-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=(cmake git gobject-introspection vala)
-_commit=78d7ced862aa491d64d9b5f135b2ba2d893b79d1  # master
-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
-  mkdir build
-}
-
-build() {
-  cd $_pkgname/build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DGSETTINGS_COMPILE=OFF
-  make -j1
-}
-
-package() {
-  cd $_pkgname/build
-  make DESTDIR="$pkgdir" install
-}

Copied: feedreader/repos/community-x86_64/PKGBUILD (from rev 352276, 
feedreader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-05 02:21:50 UTC (rev 352277)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Andrew O'Neill 
+# Contributor: poisonby 
+# Contributor: Jason Scurtu (scujas) 
+# Contributor: Marcin Tydelski 
+# Contributor: Jan Lukas Gernert (JeanLuc) 
+
+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
+}