[arch-commits] Commit in gnome-podcasts/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Fri Oct 4 08:50:54 UTC 2019
Date: Friday, October 4, 2019 @ 08:50:53
Author: bgyorgy
Revision: 512701
archrelease: copy trunk to community-x86_64
Added:
gnome-podcasts/repos/community-x86_64/PKGBUILD
(from rev 512700, gnome-podcasts/trunk/PKGBUILD)
Deleted:
gnome-podcasts/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-04 08:50:50 UTC (rev 512700)
+++ PKGBUILD 2019-10-04 08:50:53 UTC (rev 512701)
@@ -1,37 +0,0 @@
-# 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
-}
Copied: gnome-podcasts/repos/community-x86_64/PKGBUILD (from rev 512700, gnome-podcasts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-04 08:50:53 UTC (rev 512701)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-podcasts
+pkgver=0.4.6+185+geb03261
+pkgrel=1
+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=eb032619a0a52c326b9a73d7950322c0a7323d58 # master
+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 || : # cargo-test fails
+}
+
+package() {
+ cd podcasts
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list