[arch-commits] Commit in gnome-recipes/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Nov 22 13:41:30 UTC 2017


    Date: Wednesday, November 22, 2017 @ 13:41:25
  Author: bgyorgy
Revision: 268008

archrelease: copy trunk to community-x86_64

Added:
  gnome-recipes/repos/community-x86_64/PKGBUILD
    (from rev 268007, gnome-recipes/trunk/PKGBUILD)
Deleted:
  gnome-recipes/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 34 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-22 13:41:14 UTC (rev 268007)
+++ PKGBUILD	2017-11-22 13:41:25 UTC (rev 268008)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-recipes
-pkgver=1.6.2
-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")
-sha256sums=('8a11ed483b422dbbedb10237dac8b47fe94d76d40cac87ae6d19292942c94f9c')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-  # Fix build
-  sed -i 's/default/value/' meson_options.txt
-}
-
-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/PKGBUILD (from rev 268007, gnome-recipes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-22 13:41:25 UTC (rev 268008)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-recipes
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Recipe management application for GNOME"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Recipes"
+license=(GPL3)
+depends=(gnome-autoar gnome-online-accounts gspell libcanberra libsoup)
+makedepends=(git itstool meson)
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('1be9d2fcb7404a97aa029d2409880643f15071c37039247a6a4320e7478cd5fb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver
+  ninja
+}
+
+check() {
+  cd build
+  ninja test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list