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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 06:40:16 UTC 2015


    Date: Monday, December 7, 2015 @ 07:40:16
  Author: foutrelis
Revision: 149659

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

Added:
  xfe/repos/community-staging-i686/
  xfe/repos/community-staging-i686/PKGBUILD
    (from rev 149658, xfe/trunk/PKGBUILD)
  xfe/repos/community-staging-x86_64/
  xfe/repos/community-staging-x86_64/PKGBUILD
    (from rev 149658, xfe/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: xfe/repos/community-staging-i686/PKGBUILD (from rev 149658, xfe/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 06:40:16 UTC (rev 149659)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Eric Belanger <belanger at astro.umontreal.ca>
+# Contributor: Ravi Desai <ravster3 at hotmail.com>
+
+pkgname=xfe
+pkgver=1.41
+pkgrel=2
+pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
+arch=('i686' 'x86_64')
+url="http://roland65.free.fr/xfe"
+license=("GPL")
+depends=('fox>=1:1.6' 'fox<1:1.7' 'freetype2')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('cd4978240decbf0449f07c5061b9c4b8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
+  aclocal
+  automake --add-missing
+  autoreconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: xfe/repos/community-staging-x86_64/PKGBUILD (from rev 149658, xfe/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 06:40:16 UTC (rev 149659)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Eric Belanger <belanger at astro.umontreal.ca>
+# Contributor: Ravi Desai <ravster3 at hotmail.com>
+
+pkgname=xfe
+pkgver=1.41
+pkgrel=2
+pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
+arch=('i686' 'x86_64')
+url="http://roland65.free.fr/xfe"
+license=("GPL")
+depends=('fox>=1:1.6' 'fox<1:1.7' 'freetype2')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('cd4978240decbf0449f07c5061b9c4b8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
+  aclocal
+  automake --add-missing
+  autoreconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list