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

Jan Steffens heftig at archlinux.org
Thu Sep 12 17:53:11 UTC 2019


    Date: Thursday, September 12, 2019 @ 17:53:11
  Author: heftig
Revision: 362305

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-12 17:52:56 UTC (rev 362304)
+++ PKGBUILD	2019-09-12 17:53:11 UTC (rev 362305)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=grilo
-pkgver=0.3.9
-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=9a5951cfbe8776c609c0563e449f4f17518ae072  # tags/grilo-0.3.9^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 362304, grilo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-12 17:53:11 UTC (rev 362305)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=grilo
+pkgver=0.3.10
+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=ec6a37b7474010e60a8949b8e7a38f828e3b005e  # tags/grilo-0.3.10^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