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

Christian Hesse eworm at archlinux.org
Sun Jun 28 20:32:15 UTC 2015


    Date: Sunday, June 28, 2015 @ 22:32:14
  Author: eworm
Revision: 136068

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

Added:
  xfmpc/repos/community-i686/
  xfmpc/repos/community-i686/PKGBUILD
    (from rev 136067, xfmpc/trunk/PKGBUILD)
  xfmpc/repos/community-x86_64/
  xfmpc/repos/community-x86_64/PKGBUILD
    (from rev 136067, xfmpc/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: xfmpc/repos/community-i686/PKGBUILD (from rev 136067, xfmpc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-06-28 20:32:14 UTC (rev 136068)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Christian Hesse <arch at eworm.de>
+# Contributor:  TDY <tdy at gmx.com>
+# Contributor: Marc St-Laurent <mstlaurent at canada.com>
+
+pkgname=xfmpc
+pkgver=0.2.2
+pkgrel=5
+pkgdesc="A graphical GTK+ MPD client focusing on low footprint"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfmpc/"
+license=('GPL')
+depends=('libxfce4ui' 'libmpd')
+makedepends=('intltool')
+source=("http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('ed0cc2940bd5928bb30fab1531c22185a97bd0cc5beacd9e3be4d4cd994a6862')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}
+

Copied: xfmpc/repos/community-x86_64/PKGBUILD (from rev 136067, xfmpc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-06-28 20:32:14 UTC (rev 136068)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Christian Hesse <arch at eworm.de>
+# Contributor:  TDY <tdy at gmx.com>
+# Contributor: Marc St-Laurent <mstlaurent at canada.com>
+
+pkgname=xfmpc
+pkgver=0.2.2
+pkgrel=5
+pkgdesc="A graphical GTK+ MPD client focusing on low footprint"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfmpc/"
+license=('GPL')
+depends=('libxfce4ui' 'libmpd')
+makedepends=('intltool')
+source=("http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('ed0cc2940bd5928bb30fab1531c22185a97bd0cc5beacd9e3be4d4cd994a6862')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}
+



More information about the arch-commits mailing list