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
===================================================================
--- PKGBUILD    2018-12-24 17:51:30 UTC (rev 417841)
+++ PKGBUILD    2018-12-24 17:51:34 UTC (rev 417842)
@@ -1,34 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Andrew O'Neill <andrew at meanjollies dot com>
-# Contributor: poisonby <poiso...@tutanota.com>
-# Contributor: Jason Scurtu (scujas) <jscu...@gmail.com>
-# Contributor: Marcin Tydelski <marcin.tydel...@gmail.com>
-# Contributor: Jan Lukas Gernert (JeanLuc) <https://launchpad.net/~eviltwin1>
-
-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)
+++ PKGBUILD    2018-12-24 17:51:34 UTC (rev 417842)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Andrew O'Neill <andrew at meanjollies dot com>
+# Contributor: poisonby <poiso...@tutanota.com>
+# Contributor: Jason Scurtu (scujas) <jscu...@gmail.com>
+# Contributor: Marcin Tydelski <marcin.tydel...@gmail.com>
+# Contributor: Jan Lukas Gernert (JeanLuc) <https://launchpad.net/~eviltwin1>
+
+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
+}

Reply via email to