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

Evangelos Foutras foutrelis at archlinux.org
Sat Apr 28 23:56:31 UTC 2012


    Date: Saturday, April 28, 2012 @ 19:56:30
  Author: foutrelis
Revision: 157548

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

Added:
  xfwm4/repos/staging-i686/
  xfwm4/repos/staging-i686/PKGBUILD
    (from rev 157547, xfwm4/trunk/PKGBUILD)
  xfwm4/repos/staging-i686/xfwm4.install
    (from rev 157547, xfwm4/trunk/xfwm4.install)
  xfwm4/repos/staging-x86_64/
  xfwm4/repos/staging-x86_64/PKGBUILD
    (from rev 157547, xfwm4/trunk/PKGBUILD)
  xfwm4/repos/staging-x86_64/xfwm4.install
    (from rev 157547, xfwm4/trunk/xfwm4.install)

------------------------------+
 staging-i686/PKGBUILD        |   42 +++++++++++++++++++++++++++++++++++++++++
 staging-i686/xfwm4.install   |   13 ++++++++++++
 staging-x86_64/PKGBUILD      |   42 +++++++++++++++++++++++++++++++++++++++++
 staging-x86_64/xfwm4.install |   13 ++++++++++++
 4 files changed, 110 insertions(+)

Copied: xfwm4/repos/staging-i686/PKGBUILD (from rev 157547, xfwm4/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-04-28 23:56:30 UTC (rev 157548)
@@ -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/staging-i686/xfwm4.install (from rev 157547, xfwm4/trunk/xfwm4.install)
===================================================================
--- staging-i686/xfwm4.install	                        (rev 0)
+++ staging-i686/xfwm4.install	2012-04-28 23:56:30 UTC (rev 157548)
@@ -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:

Copied: xfwm4/repos/staging-x86_64/PKGBUILD (from rev 157547, xfwm4/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-04-28 23:56:30 UTC (rev 157548)
@@ -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/staging-x86_64/xfwm4.install (from rev 157547, xfwm4/trunk/xfwm4.install)
===================================================================
--- staging-x86_64/xfwm4.install	                        (rev 0)
+++ staging-x86_64/xfwm4.install	2012-04-28 23:56:30 UTC (rev 157548)
@@ -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