Date: Thursday, March 30, 2023 @ 13:55:57
  Author: bgyorgy
Revision: 1431281

upgpkg: gnome-recipes 2.0.4-4: Add transitive dependencies

Modified:
  gnome-recipes/trunk/PKGBUILD

----------+
 PKGBUILD |   29 ++++++++---------------------
 1 file changed, 8 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-30 12:44:53 UTC (rev 1431280)
+++ PKGBUILD    2023-03-30 13:55:57 UTC (rev 1431281)
@@ -2,34 +2,21 @@
 
 pkgname=gnome-recipes
 pkgver=2.0.4
-pkgrel=3
+pkgrel=4
 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')
+depends=('cairo' 'dconf' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 
'gnome-autoar'
+         'gnome-online-accounts' 'gspell' 'gtk3' 'hicolor-icon-theme' 
'json-glib' 'libcanberra'
+         'libsoup' 'pango' 'rest')
+makedepends=('itstool' 'meson')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('b30e96985f66fe138a17189c77af44d34d0b4c859b304ebdb52033bc2cd3ffed')
 
-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
+  arch-meson $pkgname-$pkgver build
   meson compile -C build
 }
 

Reply via email to