mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/feedreader to 2.6.1-2
This commit is contained in:
parent
de62717a31
commit
bd609d3ccd
1 changed files with 9 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
pkgname=feedreader
|
||||
_pkgname=FeedReader
|
||||
pkgver=2.6.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Modern desktop application designed to complement existing web-based RSS accounts"
|
||||
arch=(x86_64)
|
||||
url="https://jangernert.github.io/FeedReader/"
|
||||
|
@ -34,6 +34,14 @@ prepare() {
|
|||
patch -p1 -i ../0001-fix-finding-curl.patch
|
||||
}
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue