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

Jan Steffens heftig at archlinux.org
Fri Feb 14 17:09:00 UTC 2020


    Date: Friday, February 14, 2020 @ 17:09:00
  Author: heftig
Revision: 375606

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-14 17:08:59 UTC (rev 375605)
+++ PKGBUILD	2020-02-14 17:09:00 UTC (rev 375606)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=grilo
-pkgver=0.3.11
-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=8baaa14ad9b180bb24e51de5fa993cda8f1da0a9  # tags/grilo-0.3.11^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
-}

Copied: grilo/repos/extra-x86_64/PKGBUILD (from rev 375603, grilo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-14 17:09:00 UTC (rev 375606)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=grilo
+pkgver=0.3.12
+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=cb5a21f9999891ceda53804b83d2583598662c59  # tags/grilo-0.3.12^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