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

Evangelos Foutras foutrelis at archlinux.org
Mon Jul 23 17:17:29 UTC 2018


    Date: Monday, July 23, 2018 @ 17:17:28
  Author: foutrelis
Revision: 363188

archrelease: copy trunk to community-staging-any

Added:
  gpodder/repos/community-staging-any/
  gpodder/repos/community-staging-any/PKGBUILD
    (from rev 363187, gpodder/trunk/PKGBUILD)

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

Copied: gpodder/repos/community-staging-any/PKGBUILD (from rev 363187, gpodder/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-23 17:17:28 UTC (rev 363188)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan Magnus Brevik <janmbrevik at gmail.com>
+
+pkgname=gpodder
+pkgver=3.10.3
+pkgrel=2
+pkgdesc='Podcast client written in Python using GTK+'
+arch=(any)
+url='https://gpodder.github.io/'
+license=(GPL3)
+depends=(gtk3 python-cairo python-dbus python-gobject python-mygpoclient python-podcastparser)
+makedepends=(intltool)
+source=($pkgname-$pkgver.tar.gz::http://github.com/gpodder/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('a53b23c605b3a92701aed3e318f0695ae2e4de1ba64692337e0a8f77253ebbb1')
+
+build() {
+  cd $pkgname-$pkgver
+  make messages
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list