[arch-commits] Commit in exo/repos (5 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Apr 30 04:19:23 UTC 2012
Date: Monday, April 30, 2012 @ 00:19:23
Author: foutrelis
Revision: 157814
db-move: moved exo from [testing] to [extra] (i686)
Added:
exo/repos/extra-i686/PKGBUILD
(from rev 157813, exo/repos/testing-i686/PKGBUILD)
exo/repos/extra-i686/exo.install
(from rev 157813, exo/repos/testing-i686/exo.install)
Deleted:
exo/repos/extra-i686/PKGBUILD
exo/repos/extra-i686/exo.install
exo/repos/testing-i686/
-------------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++----------------------------
exo.install | 24 ++++++++--------
2 files changed, 57 insertions(+), 51 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-04-30 03:19:10 UTC (rev 157813)
+++ extra-i686/PKGBUILD 2012-04-30 04:19:23 UTC (rev 157814)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: tobias <tobias funnychar archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=exo
-pkgver=0.6.2
-pkgrel=3
-pkgdesc="Extensions to Xfce by os-cillation"
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL')
-url="http://www.xfce.org/projects/exo"
-groups=('xfce4')
-depends=("libxfce4util>=4.8.1" 'gtk2' 'hicolor-icon-theme' )
-makedepends=('pygtk' '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.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e25333df350abc30999cd16fe96ab690')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- # python2 fix
- export PYTHON=python2
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/xfce4 \
- --localstatedir=/var \
- --disable-static \
- --enable-python \
- --enable-gtk-doc \
- --disable-debug
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: exo/repos/extra-i686/PKGBUILD (from rev 157813, exo/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-30 04:19:23 UTC (rev 157814)
@@ -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:
Deleted: extra-i686/exo.install
===================================================================
--- extra-i686/exo.install 2012-04-30 03:19:10 UTC (rev 157813)
+++ extra-i686/exo.install 2012-04-30 04:19:23 UTC (rev 157814)
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
Copied: exo/repos/extra-i686/exo.install (from rev 157813, exo/repos/testing-i686/exo.install)
===================================================================
--- extra-i686/exo.install (rev 0)
+++ extra-i686/exo.install 2012-04-30 04:19:23 UTC (rev 157814)
@@ -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