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

Evangelos Foutras foutrelis at archlinux.org
Sun Mar 1 06:21:22 UTC 2015


    Date: Sunday, March 1, 2015 @ 07:21:21
  Author: foutrelis
Revision: 232146

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

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

----------------------------+
 staging-i686/PKGBUILD      |   43 +++++++++++++++++++++++++++++++++++++++++++
 staging-i686/exo.install   |   13 +++++++++++++
 staging-x86_64/PKGBUILD    |   43 +++++++++++++++++++++++++++++++++++++++++++
 staging-x86_64/exo.install |   13 +++++++++++++
 4 files changed, 112 insertions(+)

Copied: exo/repos/staging-i686/PKGBUILD (from rev 232145, exo/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-03-01 06:21:21 UTC (rev 232146)
@@ -0,0 +1,43 @@
+# $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.10.3
+pkgrel=1
+pkgdesc="Extensions to Xfce by os-cillation"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/"
+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')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('95704b14ef9065268c3aa9a7c0bacbe0ddb490a183a4f5ab13bba4a1722826bd')
+
+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/staging-i686/exo.install (from rev 232145, exo/trunk/exo.install)
===================================================================
--- staging-i686/exo.install	                        (rev 0)
+++ staging-i686/exo.install	2015-03-01 06:21:21 UTC (rev 232146)
@@ -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/staging-x86_64/PKGBUILD (from rev 232145, exo/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-03-01 06:21:21 UTC (rev 232146)
@@ -0,0 +1,43 @@
+# $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.10.3
+pkgrel=1
+pkgdesc="Extensions to Xfce by os-cillation"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/"
+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')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('95704b14ef9065268c3aa9a7c0bacbe0ddb490a183a4f5ab13bba4a1722826bd')
+
+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/staging-x86_64/exo.install (from rev 232145, exo/trunk/exo.install)
===================================================================
--- staging-x86_64/exo.install	                        (rev 0)
+++ staging-x86_64/exo.install	2015-03-01 06:21:21 UTC (rev 232146)
@@ -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