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

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 02:55:49 UTC 2012


    Date: Saturday, April 28, 2012 @ 22:55:48
  Author: foutrelis
Revision: 157724

db-move: moved xfwm4-themes from [staging] to [testing] (any)

Added:
  xfwm4-themes/repos/testing-any/
  xfwm4-themes/repos/testing-any/PKGBUILD
    (from rev 157627, xfwm4-themes/repos/staging-any/PKGBUILD)
Deleted:
  xfwm4-themes/repos/staging-any/

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

Copied: xfwm4-themes/repos/testing-any/PKGBUILD (from rev 157627, xfwm4-themes/repos/staging-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-04-29 02:55:48 UTC (rev 157724)
@@ -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