[arch-commits] Commit in exo/repos (6 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Nov 25 08:14:50 UTC 2012
Date: Sunday, November 25, 2012 @ 03:14:50
Author: foutrelis
Revision: 171947
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
exo/repos/testing-i686/
exo/repos/testing-i686/PKGBUILD
(from rev 171946, exo/trunk/PKGBUILD)
exo/repos/testing-i686/exo.install
(from rev 171946, exo/trunk/exo.install)
exo/repos/testing-x86_64/
exo/repos/testing-x86_64/PKGBUILD
(from rev 171946, exo/trunk/PKGBUILD)
exo/repos/testing-x86_64/exo.install
(from rev 171946, exo/trunk/exo.install)
----------------------------+
testing-i686/PKGBUILD | 44 +++++++++++++++++++++++++++++++++++++++++++
testing-i686/exo.install | 13 ++++++++++++
testing-x86_64/PKGBUILD | 44 +++++++++++++++++++++++++++++++++++++++++++
testing-x86_64/exo.install | 13 ++++++++++++
4 files changed, 114 insertions(+)
Copied: exo/repos/testing-i686/PKGBUILD (from rev 171946, exo/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-11-25 08:14:50 UTC (rev 171947)
@@ -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.9.1
+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.9/$pkgname-$pkgver.tar.bz2)
+sha256sums=('aa08c73ce58275421ff143a8e84f9a44f3d5ef5bf80019e4e4590cd7119ada16')
+
+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 171946, exo/trunk/exo.install)
===================================================================
--- testing-i686/exo.install (rev 0)
+++ testing-i686/exo.install 2012-11-25 08:14:50 UTC (rev 171947)
@@ -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: exo/repos/testing-x86_64/PKGBUILD (from rev 171946, exo/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-25 08:14:50 UTC (rev 171947)
@@ -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.9.1
+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.9/$pkgname-$pkgver.tar.bz2)
+sha256sums=('aa08c73ce58275421ff143a8e84f9a44f3d5ef5bf80019e4e4590cd7119ada16')
+
+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-x86_64/exo.install (from rev 171946, exo/trunk/exo.install)
===================================================================
--- testing-x86_64/exo.install (rev 0)
+++ testing-x86_64/exo.install 2012-11-25 08:14:50 UTC (rev 171947)
@@ -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