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

Antonio Rojas arojas at gemini.archlinux.org
Mon Apr 25 18:48:18 UTC 2022


    Date: Monday, April 25, 2022 @ 18:48:18
  Author: arojas
Revision: 1190041

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 18:48:06 UTC (rev 1190040)
+++ PKGBUILD	2022-04-25 18:48:18 UTC (rev 1190041)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-recipes
-pkgver=2.0.4
-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')
-_commit=d5e9733c49ea4f99e72c065c05ee1a35ef65e67d  # tags/2.0.4^0
-source=("git+https://gitlab.gnome.org/GNOME/recipes.git#commit=$_commit"
-        "git+https://gitlab.gnome.org/GNOME/libgd.git")
-sha256sums=('SKIP'
-            'SKIP')
-
-pkgver() {
-  cd recipes
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd recipes
-  git submodule init
-  git submodule set-url subprojects/libgd "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson recipes build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-recipes/repos/community-x86_64/PKGBUILD (from rev 1190040, gnome-recipes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 18:48:18 UTC (rev 1190041)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-recipes
+pkgver=2.0.4
+pkgrel=3
+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')
+_commit=d5e9733c49ea4f99e72c065c05ee1a35ef65e67d  # tags/2.0.4^0
+source=("git+https://gitlab.gnome.org/GNOME/recipes.git#commit=$_commit"
+        "git+https://gitlab.gnome.org/GNOME/libgd.git")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd recipes
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd recipes
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson recipes build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list