[arch-commits] Commit in gnome-recipes/trunk (PKGBUILD add-missing-languages.patch)

Balló György bgyorgy at archlinux.org
Tue Jul 4 06:58:53 UTC 2017


    Date: Tuesday, July 4, 2017 @ 06:58:52
  Author: bgyorgy
Revision: 242265

upgpkg: gnome-recipes 1.4.6-1

Update to new version

Modified:
  gnome-recipes/trunk/PKGBUILD
Deleted:
  gnome-recipes/trunk/add-missing-languages.patch

-----------------------------+
 PKGBUILD                    |   13 ++++---------
 add-missing-languages.patch |   35 -----------------------------------
 2 files changed, 4 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-04 06:37:16 UTC (rev 242264)
+++ PKGBUILD	2017-07-04 06:58:52 UTC (rev 242265)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=gnome-recipes
-pkgver=1.4.4
+pkgver=1.4.6
 pkgrel=1
 pkgdesc="Recipe management application for GNOME"
 arch=(x86_64 i686)
@@ -10,15 +10,11 @@
 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')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('792585df5cb77ee670ca9eb8e6b0fceb823fe092805c026466f01d153f3e9833')
 
 prepare() {
   mkdir build
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../add-missing-languages.patch
 }
 
 build() {
@@ -29,8 +25,7 @@
 
 check() {
   cd build
-  # FAIL
-  # ninja test
+  ninja test
 }
 
 package() {

Deleted: add-missing-languages.patch
===================================================================
--- add-missing-languages.patch	2017-07-04 06:37:16 UTC (rev 242264)
+++ add-missing-languages.patch	2017-07-04 06:58:52 UTC (rev 242265)
@@ -1,35 +0,0 @@
-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