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

Jan Steffens heftig at archlinux.org
Thu Sep 12 17:56:44 UTC 2019


    Date: Thursday, September 12, 2019 @ 17:56:44
  Author: heftig
Revision: 362307

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-12 17:56:21 UTC (rev 362306)
+++ PKGBUILD	2019-09-12 17:56:44 UTC (rev 362307)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=grilo-plugins
-pkgver=0.3.9
-pkgrel=1
-pkgdesc="A collection of plugins for the Grilo framework"
-url="https://gitlab.gnome.org/GNOME/grilo-plugins"
-arch=(x86_64)
-license=(LGPL)
-depends=(grilo lua libmediaart libgdata tracker gom libdmapsharing chromaprint gst-plugins-bad
-         gmime3)
-makedepends=(git meson gperf yelp-tools)
-checkdepends=(gst-plugins-good gst-plugins-base)
-optdepends=('dleyna-server: DLNA plugin'
-            'tracker-miners: Tracker plugin')
-groups=(gnome)
-_commit=0f3bce0fcf8b157ef0e6bdcc02c0fbb92f5a26b9  # tags/grilo-plugins-0.3.9^0
-source=("git+https://gitlab.gnome.org/GNOME/grilo-plugins.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^grilo-plugins-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  # Unreliable tests using websites...
-  meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: grilo-plugins/repos/extra-x86_64/PKGBUILD (from rev 362306, grilo-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-12 17:56:44 UTC (rev 362307)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=grilo-plugins
+pkgver=0.3.10
+pkgrel=1
+pkgdesc="A collection of plugins for the Grilo framework"
+url="https://gitlab.gnome.org/GNOME/grilo-plugins"
+arch=(x86_64)
+license=(LGPL)
+depends=(grilo lua libmediaart libgdata tracker gom libdmapsharing chromaprint gst-plugins-bad
+         gmime3)
+makedepends=(git meson gperf yelp-tools)
+checkdepends=(gst-plugins-good gst-plugins-base)
+optdepends=('dleyna-server: DLNA plugin'
+            'tracker-miners: Tracker plugin')
+groups=(gnome)
+_commit=a6330af7d607a6a20364ec2924ad152d16c50cf2  # tags/grilo-plugins-0.3.10^0
+source=("git+https://gitlab.gnome.org/GNOME/grilo-plugins.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^grilo-plugins-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  # Unreliable tests using websites...
+  meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list