[arch-commits] Commit in (4 files)

Christian Rebischke shibumi at archlinux.org
Sun Mar 26 15:04:53 UTC 2017


    Date: Sunday, March 26, 2017 @ 15:04:52
  Author: shibumi
Revision: 219117

moved playerctl as dependency for i3blocks from aur to community

Added:
  playerctl/
  playerctl/repos/
  playerctl/trunk/
  playerctl/trunk/PKGBUILD

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

Added: playerctl/trunk/PKGBUILD
===================================================================
--- playerctl/trunk/PKGBUILD	                        (rev 0)
+++ playerctl/trunk/PKGBUILD	2017-03-26 15:04:52 UTC (rev 219117)
@@ -0,0 +1,27 @@
+# Maintainer : Christian Rebischke <Chris.Rebischke at archlinux.org>
+# Contributor: Ian D. Scott <ian at perebruin.com>
+# Contributor: Tony Crisci <tony at dubstepdish.com>
+pkgname=playerctl
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, bmp, xmms2, and others."
+arch=('i686' 'x86_64')
+url="https://github.com/acrisci/playerctl"
+license=('LGPL3')
+depends=('glib2' 'gobject-introspection')
+optdepends=('python-gobject: python bindings')
+makedepends=('autoconf' 'gtk-doc')
+source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz")
+sha512sums=('307cad5eeea7efa0c97c885660f49468f442fe907ef2495b56ac512e0551c7248750897b6d00934cbfcfcb35f486a101a238b276ef71d2ef866132ca3cc0932c')
+
+build() {
+    cd "${srcdir}/playerctl-${pkgver}"
+    NOCONFIGURE=true ./autogen.sh
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/playerctl-${pkgver}"
+	  make DESTDIR="${pkgdir}/" install
+}


Property changes on: playerctl/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list