[arch-commits] Commit in gnome-recipes/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Mon Dec 24 22:30:33 UTC 2018
Date: Monday, December 24, 2018 @ 22:30:33
Author: bgyorgy
Revision: 417873
upgpkg: gnome-recipes 2.0.2-4
Fix translations of desktop and metainfo files
Modified:
gnome-recipes/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-24 22:27:27 UTC (rev 417872)
+++ PKGBUILD 2018-12-24 22:30:33 UTC (rev 417873)
@@ -2,7 +2,7 @@
pkgname=gnome-recipes
pkgver=2.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="Recipe management application for GNOME"
arch=(x86_64)
url="https://wiki.gnome.org/Apps/Recipes"
@@ -19,7 +19,8 @@
# Don't use legacy path for AppStream metainfo file
# https://gitlab.gnome.org/GNOME/recipes/issues/54
- sed -i "s/install_dir: join_paths(\[datadir,'appdata'\])/install_dir: join_paths([datadir,'metainfo'])/" data/meson.build
+ sed -i "s/install_dir: join_paths(\[datadir,'appdata'\])/install_dir: join_paths([datadir,'metainfo'])/
+ s|'../po'|join_paths (meson.source_root (), 'po')|" data/meson.build
}
build() {
More information about the arch-commits
mailing list