[arch-commits] Commit in gnome-recipes (7 files)

Balló György bgyorgy at archlinux.org
Sun Jun 18 17:37:56 UTC 2017


    Date: Sunday, June 18, 2017 @ 17:37:56
  Author: bgyorgy
Revision: 238096

archrelease: copy trunk to community-x86_64, community-i686

Added:
  gnome-recipes/repos/
  gnome-recipes/repos/community-i686/
  gnome-recipes/repos/community-i686/PKGBUILD
    (from rev 238095, gnome-recipes/trunk/PKGBUILD)
  gnome-recipes/repos/community-i686/add-missing-languages.patch
    (from rev 238095, gnome-recipes/trunk/add-missing-languages.patch)
  gnome-recipes/repos/community-x86_64/
  gnome-recipes/repos/community-x86_64/PKGBUILD
    (from rev 238095, gnome-recipes/trunk/PKGBUILD)
  gnome-recipes/repos/community-x86_64/add-missing-languages.patch
    (from rev 238095, gnome-recipes/trunk/add-missing-languages.patch)

----------------------------------------------+
 community-i686/PKGBUILD                      |   39 +++++++++++++++++++++++++
 community-i686/add-missing-languages.patch   |   35 ++++++++++++++++++++++
 community-x86_64/PKGBUILD                    |   39 +++++++++++++++++++++++++
 community-x86_64/add-missing-languages.patch |   35 ++++++++++++++++++++++
 4 files changed, 148 insertions(+)

Copied: gnome-recipes/repos/community-i686/PKGBUILD (from rev 238095, gnome-recipes/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-06-18 17:37:56 UTC (rev 238096)
@@ -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
+}

Copied: gnome-recipes/repos/community-i686/add-missing-languages.patch (from rev 238095, gnome-recipes/trunk/add-missing-languages.patch)
===================================================================
--- repos/community-i686/add-missing-languages.patch	                        (rev 0)
+++ repos/community-i686/add-missing-languages.patch	2017-06-18 17:37:56 UTC (rev 238096)
@@ -0,0 +1,35 @@
+From b97b0abe7e1032316217c87ab6f5243dd17e83a3 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Piotr=20Dr=C4=85g?= <piotrdrag at gmail.com>
+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
+

Copied: gnome-recipes/repos/community-x86_64/PKGBUILD (from rev 238095, gnome-recipes/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-06-18 17:37:56 UTC (rev 238096)
@@ -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
+}

Copied: gnome-recipes/repos/community-x86_64/add-missing-languages.patch (from rev 238095, gnome-recipes/trunk/add-missing-languages.patch)
===================================================================
--- repos/community-x86_64/add-missing-languages.patch	                        (rev 0)
+++ repos/community-x86_64/add-missing-languages.patch	2017-06-18 17:37:56 UTC (rev 238096)
@@ -0,0 +1,35 @@
+From b97b0abe7e1032316217c87ab6f5243dd17e83a3 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Piotr=20Dr=C4=85g?= <piotrdrag at gmail.com>
+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
+



More information about the arch-commits mailing list