[arch-commits] Commit in vocal/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Mar 8 13:12:45 UTC 2020


    Date: Sunday, March 8, 2020 @ 13:12:44
  Author: bgyorgy
Revision: 591987

archrelease: copy trunk to community-x86_64

Added:
  vocal/repos/community-x86_64/PKGBUILD
    (from rev 591986, vocal/trunk/PKGBUILD)
Deleted:
  vocal/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-08 13:12:39 UTC (rev 591986)
+++ PKGBUILD	2020-03-08 13:12:44 UTC (rev 591987)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Marcin Tydelski <marcin.tydelski at gmail.com>
-# Contributor: Nathan Dyer <https://github.com/nathandyer>
-
-pkgname=vocal
-pkgver=2.4.2
-pkgrel=1
-pkgdesc='Powerful, beautiful and simple podcast client for the modern free desktop'
-arch=(x86_64)
-url='https://vocalproject.net/'
-license=(GPL3)
-depends=(clutter-gst clutter-gtk granite gst-plugins-good gst-libav libnotify)
-makedepends=(cmake vala webkit2gtk)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/needle-and-thread/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('2f5b09c1ca1c3a513c161d1973033d6ce3e2c6805f4390d2bc70764e95a5b1a1ed9e681d602d2a5be44cb145cbdb6885a7c8aff0a2005a24792171a200ae52de')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: vocal/repos/community-x86_64/PKGBUILD (from rev 591986, vocal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-08 13:12:44 UTC (rev 591987)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Marcin Tydelski <marcin.tydelski at gmail.com>
+# Contributor: Nathan Dyer <https://github.com/nathandyer>
+
+pkgname=vocal
+pkgver=2.4.2
+pkgrel=2
+pkgdesc='Powerful, beautiful and simple podcast client for the modern free desktop'
+arch=(x86_64)
+url='https://vocalproject.net/'
+license=(GPL3)
+depends=(clutter-gst clutter-gtk granite gst-plugins-good gst-libav gvfs libnotify)
+makedepends=(cmake vala webkit2gtk)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/needle-and-thread/$pkgname/archive/$pkgver.tar.gz")
+sha512sums=('2f5b09c1ca1c3a513c161d1973033d6ce3e2c6805f4390d2bc70764e95a5b1a1ed9e681d602d2a5be44cb145cbdb6885a7c8aff0a2005a24792171a200ae52de')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list