[arch-commits] Commit in exo/repos (extra-x86_64 extra-x86_64/PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Fri Feb 27 20:06:22 UTC 2009
Date: Friday, February 27, 2009 @ 15:06:21
Author: andyrtr
Revision: 28045
Merged revisions 25904,28044 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/exo/trunk
........
r25904 | andyrtr | 2009-02-01 10:42:07 +0000 (So, 01 Feb 2009) | 2 lines
upgpkg: exo 0.3.99.1-1
new verions 0.3.99.1(=4.6rc1)
........
r28044 | andyrtr | 2009-02-27 20:05:46 +0000 (Fr, 27 Feb 2009) | 2 lines
upgpkg: exo 0.3.100-1
new version 0.3.100
........
Modified:
exo/repos/extra-x86_64/ (properties)
exo/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
Property changes on: exo/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /exo/trunk:1-18310
+ /exo/trunk:1-28044
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-02-27 20:05:46 UTC (rev 28044)
+++ extra-x86_64/PKGBUILD 2009-02-27 20:06:21 UTC (rev 28045)
@@ -1,27 +1,29 @@
# $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: tobias <tobias funnychar archlinux.org>
# Contributor: Aurelien Foret <orelien at chez.com>
pkgname=exo
-pkgver=0.3.4
-pkgrel=3
+pkgver=0.3.100
+pkgrel=1
pkgdesc="Extensions to Xfce by os-cillation"
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2')
url="http://www.os-cillation.com/article.php?sid=40"
groups=('xfce4')
-depends=('libxfce4util>=4.4.2' 'gtk2>=2.12.11' 'hal>=0.5.11' 'perl-uri')
-makedepends=('pygtk>=2.12.1' 'pkgconfig' 'xfce-mcs-manager>=4.4.2' 'libnotify')
+depends=("libxfce4util>=4.6.0" "hal>=0.5.11-7" 'hicolor-icon-theme')
+makedepends=("pygtk>=2.14.0" 'pkgconfig' 'libnotify' 'perl-uri')
+optdepends=('libnotify enables notification support' \
+ 'perl enables mail-compose helper script')
options=('!libtool')
install=${pkgname}.install
-source=(http://www.xfce.org/archive/xfce-4.4.2/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7a1af943b1df32b6f89ae91823118a22')
+source=(http://www.xfce.org/archive/xfce-4.6.0/src/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ebded97ff55f43cd0fe6b16242992ecf')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
+ cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
- --localstatedir=/var --disable-static \
- --enable-mcs-plugin --enable-python || return 1
+ --localstatedir=/var --disable-static --enable-notifications \
+ --enable-python || return 1
make || return 1
- make DESTDIR=${startdir}/pkg install || return 1
+ make DESTDIR=${pkgdir} install || return 1
}
More information about the arch-commits
mailing list