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

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


    Date: Saturday, April 28, 2012 @ 22:55:47
  Author: foutrelis
Revision: 157723

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

Added:
  xfwm4/repos/testing-x86_64/
  xfwm4/repos/testing-x86_64/PKGBUILD
    (from rev 157627, xfwm4/repos/staging-x86_64/PKGBUILD)
  xfwm4/repos/testing-x86_64/xfwm4.install
    (from rev 157627, xfwm4/repos/staging-x86_64/xfwm4.install)
Deleted:
  xfwm4/repos/staging-x86_64/

---------------+
 PKGBUILD      |   42 ++++++++++++++++++++++++++++++++++++++++++
 xfwm4.install |   13 +++++++++++++
 2 files changed, 55 insertions(+)

Copied: xfwm4/repos/testing-x86_64/PKGBUILD (from rev 157627, xfwm4/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-29 02:55:47 UTC (rev 157723)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfwm4
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="Xfce window manager"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/"
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('492357bf48121ebffabf2bf0d3b84213d19bf81087321175d687c8a68efe1f9c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --enable-startup-notification \
+    --enable-randr \
+    --enable-compositor \
+    --enable-xsync \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfwm4/repos/testing-x86_64/xfwm4.install (from rev 157627, xfwm4/repos/staging-x86_64/xfwm4.install)
===================================================================
--- testing-x86_64/xfwm4.install	                        (rev 0)
+++ testing-x86_64/xfwm4.install	2012-04-29 02:55:47 UTC (rev 157723)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list