Date: Sunday, June 18, 2017 @ 17:35:01 Author: bgyorgy Revision: 238095
Move gnome-recipes from AUR with 16 votes Added: gnome-recipes/ gnome-recipes/trunk/ gnome-recipes/trunk/PKGBUILD gnome-recipes/trunk/add-missing-languages.patch -----------------------------+ PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++ add-missing-languages.patch | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) Added: gnome-recipes/trunk/PKGBUILD =================================================================== --- gnome-recipes/trunk/PKGBUILD (rev 0) +++ gnome-recipes/trunk/PKGBUILD 2017-06-18 17:35:01 UTC (rev 238095) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> + +pkgname=gnome-recipes +pkgver=1.4.4 +pkgrel=1 +pkgdesc="Recipe management application for GNOME" +arch=(x86_64 i686) +url="https://wiki.gnome.org/Apps/Recipes" +license=(GPL3) +depends=(gnome-autoar gspell libcanberra libsoup) +makedepends=(git itstool meson) +source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz" + add-missing-languages.patch) +sha256sums=('b8e3bcee39b85437a68039ddb35f6f54cfb3ed7ab2a6320bb74dad4846f186e6' + '36045e0e0d8d554248966544f2651e178ab41df7ef54c4f310905cf336fe4ef4') + +prepare() { + mkdir build + cd $pkgname-$pkgver + patch -Np1 -i ../add-missing-languages.patch +} + +build() { + cd build + meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver + ninja +} + +check() { + cd build + # FAIL + # ninja test +} + +package() { + cd build + DESTDIR="$pkgdir" ninja install +} Property changes on: gnome-recipes/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: gnome-recipes/trunk/add-missing-languages.patch =================================================================== --- gnome-recipes/trunk/add-missing-languages.patch (rev 0) +++ gnome-recipes/trunk/add-missing-languages.patch 2017-06-18 17:35:01 UTC (rev 238095) @@ -0,0 +1,35 @@ +From b97b0abe7e1032316217c87ab6f5243dd17e83a3 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Piotr=20Dr=C4=85g?= <[email protected]> +Date: Sun, 4 Jun 2017 10:30:33 +0200 +Subject: =?UTF-8?q?Add=20missing=20languages=20to=20=E2=80=9Clangs?= + =?UTF-8?q?=E2=80=9D=20in=20meson.build=20files?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +--- + po-data/meson.build | 2 +- + po/meson.build | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/po-data/meson.build b/po-data/meson.build +index c458513..1837f54 100644 +--- a/po-data/meson.build ++++ b/po-data/meson.build +@@ -1,3 +1,3 @@ +-langs = ['ar', 'cs', 'de', 'es', 'nl', 'pl', 'pt_BR', 'sr'] ++langs = ['ar', 'cs', 'de', 'es', 'fur', 'hu', 'nl', 'pt_BR', 'sl', 'sr'] + + i18n.gettext('gnome-recipes-data', languages: langs, preset: 'glib') +diff --git a/po/meson.build b/po/meson.build +index 5ad33e6..f1fb60b 100644 +--- a/po/meson.build ++++ b/po/meson.build +@@ -1,3 +1,3 @@ +-langs = ['ar', 'ca', 'cs', 'de', 'es', 'nl', 'pl', 'pt_BR', 'sr'] ++langs = ['ar', 'ca', 'cs', 'de', 'en_GB', 'es', 'fi', 'fur', 'hu', 'id', 'ko', 'nb', 'nl', 'pl', 'pt_BR', 'sk', 'sl', 'sr', 'sv'] + + i18n.gettext('gnome-recipes', languages: langs, preset: 'glib') +-- +cgit v0.12 +
