[arch-commits] Commit in garcon/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 02:53:27 UTC 2012


    Date: Saturday, April 28, 2012 @ 22:53:27
  Author: foutrelis
Revision: 157630

db-move: moved garcon from [staging] to [testing] (i686)

Added:
  garcon/repos/testing-i686/
  garcon/repos/testing-i686/PKGBUILD
    (from rev 157627, garcon/repos/staging-i686/PKGBUILD)
Deleted:
  garcon/repos/staging-i686/

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

Copied: garcon/repos/testing-i686/PKGBUILD (from rev 157627, garcon/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-29 02:53:27 UTC (rev 157630)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Xavier Devlamynck <magicrhesus at ouranos.be>
+
+pkgname=garcon
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Implementation of the freedesktop.org menu specification"
+arch=('i686' 'x86_64')
+url="http://wiki.xfce.org/dev/garcon"
+license=('LGPL')
+groups=('xfce4')
+depends=('glib2' 'libxfce4util')
+makedepends=('pkgconfig' 'intltool' 'xfce4-dev-tools')
+replaces=('libxfce4menu')
+options=('!libtool' '!makeflags')
+source=(http://archive.xfce.org/src/xfce/garcon/0.2/garcon-$pkgver.tar.bz2)
+sha256sums=('02dea3edb9c0039eca4748e964c61b0e1cc10f2d7f9ce0c837287ac5fa9ef76c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list