[arch-commits] Commit in grilo/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Aug 17 19:30:33 UTC 2022


    Date: Wednesday, August 17, 2022 @ 19:30:33
  Author: heftig
Revision: 453063

archrelease: copy trunk to extra-x86_64

Added:
  grilo/repos/extra-x86_64/PKGBUILD
    (from rev 453061, grilo/trunk/PKGBUILD)
Deleted:
  grilo/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-17 19:30:33 UTC (rev 453062)
+++ PKGBUILD	2022-08-17 19:30:33 UTC (rev 453063)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=grilo
-pkgver=0.3.14
-pkgrel=1
-pkgdesc="Framework that provides access to various sources of multimedia content"
-url="https://wiki.gnome.org/Projects/Grilo"
-arch=(x86_64)
-license=(LGPL)
-depends=(libxml2 libsoup liboauth totem-plparser)
-makedepends=(gobject-introspection gtk-doc vala git meson gtk3)
-optdepends=('grilo-plugins: Plugins for grilo'
-            'gtk3: Test UI')
-provides=(libgr{ilo,lnet,lpls}-0.3.so)
-_commit=f42014e4c4ba58cff581f202ebec54f044db36f3  # tags/grilo-0.3.14^0
-source=("git+https://gitlab.gnome.org/GNOME/grilo.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^grilo-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: grilo/repos/extra-x86_64/PKGBUILD (from rev 453061, grilo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-17 19:30:33 UTC (rev 453063)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=grilo
+pkgver=0.3.15
+pkgrel=1
+pkgdesc="Framework that provides access to various sources of multimedia content"
+url="https://wiki.gnome.org/Projects/Grilo"
+arch=(x86_64)
+license=(LGPL)
+depends=(libxml2 libsoup liboauth totem-plparser)
+makedepends=(gobject-introspection gtk-doc vala git meson gtk3)
+optdepends=('grilo-plugins: Plugins for grilo'
+            'gtk3: Test UI')
+provides=(libgr{ilo,lnet,lpls}-0.3.so)
+options=(debug)
+_commit=14a4a66d92b78d7db6e872cf09db40fbfb6c470d  # tags/grilo-0.3.15^0
+source=("git+https://gitlab.gnome.org/GNOME/grilo.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd grilo
+  git describe --tags | sed 's/^grilo-//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd grilo
+}
+
+build() {
+  arch-meson grilo build -D soup3=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list