[arch-commits] Commit in totem-plparser/repos (2 files)

Jan Steffens heftig at archlinux.org
Wed Sep 5 16:52:02 UTC 2018


    Date: Wednesday, September 5, 2018 @ 16:52:01
  Author: heftig
Revision: 333471

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  totem-plparser/repos/gnome-unstable-x86_64/
  totem-plparser/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 333470, totem-plparser/trunk/PKGBUILD)

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

Copied: totem-plparser/repos/gnome-unstable-x86_64/PKGBUILD (from rev 333470, totem-plparser/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-09-05 16:52:01 UTC (rev 333471)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=totem-plparser
+pkgver=3.26.1+2+gb7f36dd
+pkgrel=1
+pkgdesc="Simple GObject-based library to parse and save a host of playlist formats"
+url="https://gitlab.gnome.org/GNOME/totem-pl-parser"
+license=(LGPL)
+arch=(x86_64)
+depends=(libarchive libquvi libxml2)
+makedepends=(gobject-introspection git gtk-doc meson)
+checkdepends=(gvfs)
+_commit=b7f36dd71ee0ddfff04be1e90a654ddf13293d0f  # master
+source=("git+https://gitlab.gnome.org/GNOME/totem-pl-parser.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd totem-pl-parser
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd totem-pl-parser
+}
+
+build() {
+  arch-meson totem-pl-parser build -D enable-gtk-doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list