[arch-commits] Commit in gnome-podcasts/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Fri Jul 10 19:44:49 UTC 2020
Date: Friday, July 10, 2020 @ 19:44:49
Author: bgyorgy
Revision: 663137
archrelease: copy trunk to community-x86_64
Added:
gnome-podcasts/repos/community-x86_64/PKGBUILD
(from rev 663136, gnome-podcasts/trunk/PKGBUILD)
Deleted:
gnome-podcasts/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 63 +++++++++++++++++++++++++------------------------------------
1 file changed, 26 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-10 19:44:46 UTC (rev 663136)
+++ PKGBUILD 2020-07-10 19:44:49 UTC (rev 663137)
@@ -1,37 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-podcasts
-pkgver=0.4.7
-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=f632a66d6095e717ce9daff87468df3a24a7650e # tags/0.4.7
-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
-}
Copied: gnome-podcasts/repos/community-x86_64/PKGBUILD (from rev 663136, gnome-podcasts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-10 19:44:49 UTC (rev 663137)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-podcasts
+pkgver=0.4.8
+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')
+source=(https://gitlab.gnome.org/World/podcasts/-/archive/$pkgver/podcasts-$pkgver.tar.gz)
+sha256sums=('f29c0057dfcdd6ab1745533cc6826f07adddbe3b5b9aad2757421d1259b8303c')
+
+build() {
+ cd podcasts-$pkgver
+ arch-meson . build
+ ninja -C build
+}
+
+package() {
+ cd podcasts-$pkgver
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list