[arch-commits] Commit in gnome-recipes/repos (2 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Mar 15 07:51:03 UTC 2018


    Date: Thursday, March 15, 2018 @ 07:51:02
  Author: bpiotrowski
Revision: 308342

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: gnome-recipes/repos/community-staging-x86_64/PKGBUILD (from rev 308340, gnome-recipes/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-03-15 07:51:02 UTC (rev 308342)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-recipes
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="Recipe management application for GNOME"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Recipes"
+license=(GPL3)
+groups=(gnome-extra)
+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