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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 18:09:05 UTC 2020


    Date: Tuesday, July 7, 2020 @ 18:09:05
  Author: felixonmars
Revision: 660010

archrelease: copy trunk to community-staging-x86_64

Added:
  xfmpc/repos/community-staging-x86_64/
  xfmpc/repos/community-staging-x86_64/PKGBUILD
    (from rev 660009, xfmpc/trunk/PKGBUILD)

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

Copied: xfmpc/repos/community-staging-x86_64/PKGBUILD (from rev 660009, xfmpc/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 18:09:05 UTC (rev 660010)
@@ -0,0 +1,27 @@
+# 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.3.0
+pkgrel=2
+pkgdesc="A graphical GTK+ MPD client focusing on low footprint"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/applications/xfmpc/"
+license=('GPL')
+depends=('libxfce4ui' 'libmpd')
+makedepends=('intltool')
+source=("https://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('c76e2a88dc3e1d345da7a5c68fa39981494c2b40033748efcac54411c9e65689')
+
+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