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

Jan Steffens heftig at archlinux.org
Tue Jul 16 04:34:09 UTC 2019


    Date: Tuesday, July 16, 2019 @ 04:34:09
  Author: heftig
Revision: 358026

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-16 04:33:56 UTC (rev 358025)
+++ PKGBUILD	2019-07-16 04:34:09 UTC (rev 358026)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=grilo
-pkgver=0.3.7
-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=(gtk3 libxml2 libsoup liboauth totem-plparser)
-makedepends=(gobject-introspection gtk-doc vala git meson)
-optdepends=('grilo-plugins: Plugins for grilo')
-_commit=019a838f7752b42d9766e0f2f898ae0315666c3a  # tags/grilo-0.3.7^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 -D enable-gtk-doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: grilo/repos/extra-x86_64/PKGBUILD (from rev 358025, grilo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-16 04:34:09 UTC (rev 358026)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=grilo
+pkgver=0.3.8
+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')
+_commit=5a751bfae88be9c1724838c1cbbeded9b6d03760  # tags/grilo-0.3.8^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
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list