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

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


    Date: Saturday, April 28, 2012 @ 22:53:25
  Author: foutrelis
Revision: 157628

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

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

-------------+
 PKGBUILD    |   44 ++++++++++++++++++++++++++++++++++++++++++++
 exo.install |   13 +++++++++++++
 2 files changed, 57 insertions(+)

Copied: exo/repos/testing-i686/PKGBUILD (from rev 157627, exo/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-29 02:53:25 UTC (rev 157628)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=exo
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Extensions to Xfce by os-cillation"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/projects/exo"
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('libxfce4ui' 'gtk2' 'hicolor-icon-theme' )
+makedepends=('perl-uri' 'intltool' 'gtk-doc' 'xorg-iceauth')
+optdepends=('perl-uri: for mail-compose helper script')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6e21aa30692affcb45fc8283d034da4a02221d26e3e1facb968d04fed4ba05b0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Python 2 fix
+  export PYTHON=python2
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/xfce4 \
+    --localstatedir=/var  \
+    --disable-static \
+    --enable-gtk-doc \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: exo/repos/testing-i686/exo.install (from rev 157627, exo/repos/staging-i686/exo.install)
===================================================================
--- testing-i686/exo.install	                        (rev 0)
+++ testing-i686/exo.install	2012-04-29 02:53:25 UTC (rev 157628)
@@ -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