[arch-commits] Commit in gnome-podcasts (3 files)

Balló György bgyorgy at archlinux.org
Sat Dec 15 10:33:38 UTC 2018


    Date: Saturday, December 15, 2018 @ 10:33:37
  Author: bgyorgy
Revision: 416361

archrelease: copy trunk to community-x86_64

Added:
  gnome-podcasts/repos/
  gnome-podcasts/repos/community-x86_64/
  gnome-podcasts/repos/community-x86_64/PKGBUILD
    (from rev 416360, gnome-podcasts/trunk/PKGBUILD)

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

Copied: gnome-podcasts/repos/community-x86_64/PKGBUILD (from rev 416360, gnome-podcasts/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-12-15 10:33:37 UTC (rev 416361)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-podcasts
+pkgver=0.4.6
+pkgrel=2
+pkgdesc="Podcast application for GNOME"
+arch=(x86_64)
+url="https://gitlab.gnome.org/World/podcasts"
+license=(GPL3)
+depends=(gst-plugins-bad gst-plugins-base gst-plugins-good libhandy)
+makedepends=(git meson rust)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+            'gst-libav: Extra media codecs')
+_commit=885b796f855b659c2d3dda1b7f7e22e7e726ff43  # tags/0.4.6
+source=("git+https://gitlab.gnome.org/World/podcasts.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd podcasts
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd podcasts
+  arch-meson . build
+  ninja -C build
+}
+
+check() {
+  cd podcasts
+  meson test -C build
+}
+
+package() {
+  cd podcasts
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list