[arch-commits] Commit in playerctl/repos (4 files)

Christian Rebischke shibumi at archlinux.org
Sun Mar 26 15:05:28 UTC 2017


    Date: Sunday, March 26, 2017 @ 15:05:21
  Author: shibumi
Revision: 219118

archrelease: copy trunk to community-i686, community-x86_64

Added:
  playerctl/repos/community-i686/
  playerctl/repos/community-i686/PKGBUILD
    (from rev 219117, playerctl/trunk/PKGBUILD)
  playerctl/repos/community-x86_64/
  playerctl/repos/community-x86_64/PKGBUILD
    (from rev 219117, playerctl/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: playerctl/repos/community-i686/PKGBUILD (from rev 219117, playerctl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-26 15:05:21 UTC (rev 219118)
@@ -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
+}

Copied: playerctl/repos/community-x86_64/PKGBUILD (from rev 219117, playerctl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-26 15:05:21 UTC (rev 219118)
@@ -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
+}



More information about the arch-commits mailing list