[arch-commits] Commit in xfwm4-themes/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat Apr 28 23:59:45 UTC 2012


    Date: Saturday, April 28, 2012 @ 19:59:44
  Author: foutrelis
Revision: 157550

archrelease: copy trunk to staging-any

Added:
  xfwm4-themes/repos/staging-any/
  xfwm4-themes/repos/staging-any/PKGBUILD
    (from rev 157549, xfwm4-themes/trunk/PKGBUILD)

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

Copied: xfwm4-themes/repos/staging-any/PKGBUILD (from rev 157549, xfwm4-themes/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2012-04-28 23:59:44 UTC (rev 157550)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
+
+pkgname=xfwm4-themes
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="A set of additional themes for the Xfce window manager"
+arch=('any')
+url="http://www.xfce.org/"
+license=('GPL2')
+groups=('xfce4')
+depends=('xfwm4')
+options=('!libtool')
+source=(http://archive.xfce.org/src/art/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3214d5f00e9703b5e8c9e7c3287d606dedec7285ceb4d5db332e93ada66fd575')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static
+  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