[arch-commits] Commit in zlib/repos (core-i686)

2010-02-23 Thread Pierre Schmitz
Date: Tuesday, February 23, 2010 @ 06:05:15
  Author: pierre
Revision: 69862

db-move: zlib removed by pierre for move to core

Deleted:
  zlib/repos/core-i686/



[arch-commits] Commit in zlib/repos (core-i686 testing-i686)

2010-02-23 Thread Pierre Schmitz
Date: Tuesday, February 23, 2010 @ 06:05:16
  Author: pierre
Revision: 69863

db-move: moved zlib from [testing] to [core] (i686)

Added:
  zlib/repos/core-i686/
Deleted:
  zlib/repos/testing-i686/



[arch-commits] Commit in zlib/repos (core-x86_64)

2010-02-23 Thread Pierre Schmitz
Date: Tuesday, February 23, 2010 @ 06:05:37
  Author: pierre
Revision: 69864

db-move: zlib removed by pierre for move to core

Deleted:
  zlib/repos/core-x86_64/



[arch-commits] Commit in zlib/repos (core-x86_64 testing-x86_64)

2010-02-23 Thread Pierre Schmitz
Date: Tuesday, February 23, 2010 @ 06:05:38
  Author: pierre
Revision: 69865

db-move: moved zlib from [testing] to [core] (x86_64)

Added:
  zlib/repos/core-x86_64/
Deleted:
  zlib/repos/testing-x86_64/



[arch-commits] Commit in netcfg/repos (core-any)

2010-02-23 Thread James Rayner
Date: Tuesday, February 23, 2010 @ 06:34:24
  Author: james
Revision: 69866

db-move: netcfg removed by james for move to core

Deleted:
  netcfg/repos/core-any/



[arch-commits] Commit in netcfg/repos (core-any testing-any)

2010-02-23 Thread James Rayner
Date: Tuesday, February 23, 2010 @ 06:34:24
  Author: james
Revision: 69867

db-move: moved netcfg from [testing] to [core] (any)

Added:
  netcfg/repos/core-any/
Deleted:
  netcfg/repos/testing-any/



[arch-commits] Commit in wpa_actiond/repos (core-i686)

2010-02-23 Thread Thomas Bächler
Date: Tuesday, February 23, 2010 @ 06:54:23
  Author: thomas
Revision: 69868

db-move: wpa_actiond removed by thomas for move to core

Deleted:
  wpa_actiond/repos/core-i686/



[arch-commits] Commit in wpa_actiond/repos (core-i686 testing-i686)

2010-02-23 Thread Thomas Bächler
Date: Tuesday, February 23, 2010 @ 06:54:23
  Author: thomas
Revision: 69869

db-move: moved wpa_actiond from [testing] to [core] (i686)

Added:
  wpa_actiond/repos/core-i686/
Deleted:
  wpa_actiond/repos/testing-i686/



[arch-commits] Commit in wpa_actiond/repos (core-x86_64 testing-x86_64)

2010-02-23 Thread Thomas Bächler
Date: Tuesday, February 23, 2010 @ 06:54:28
  Author: thomas
Revision: 69871

db-move: moved wpa_actiond from [testing] to [core] (x86_64)

Added:
  wpa_actiond/repos/core-x86_64/
Deleted:
  wpa_actiond/repos/testing-x86_64/



[arch-commits] Commit in boost/trunk (PKGBUILD)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 07:54:35
  Author: giovanni
Revision: 69872

upgpkg: boost 1.42.0-1
upstream release

Modified:
  boost/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 11:54:28 UTC (rev 69871)
+++ PKGBUILD2010-02-23 12:54:35 UTC (rev 69872)
@@ -5,25 +5,22 @@
 # Contributor: Luca Roccia little_r...@users.sourceforge.net
  
 pkgname=boost
-pkgver=1.41.0
-_boostver=1_41_0
-pkgrel=2
+pkgver=1.42.0
+_boostver=1_42_0
+pkgrel=1
 pkgdesc=Free peer-reviewed portable C++ source libraries
 arch=('i686' 'x86_64')
 url=http://www.boost.org/;
 depends=('bzip2' 'zlib')
 makedepends=('python=2.6')
 optdepends=('python: for python bindings')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_${_boostver}.tar.gz
-   fix-gzip-crc.patch
-   serialization_fix.patch)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_${_boostver}.tar.gz)
 license=('custom')
 options=(!ccache)
+md5sums=('f822f01dc4eb00f5af000cf633961a23')
 
 build() {
   cd ${srcdir}/${pkgname}_${_boostver}
-  patch -Np1 -i $srcdir/fix-gzip-crc.patch || return 1
-  patch -Np1 -i $srcdir/serialization_fix.patch || return 1
 
   # build bjam
   cd ${srcdir}/${pkgname}_${_boostver}/tools/jam/src
@@ -68,6 +65,3 @@
   install -m644 ${srcdir}/${pkgname}_${_boostver}/LICENSE_1_0.txt \
 ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
 }
-md5sums=('ddb04c9b9164a36a91dcf36819666dd9'
- '682f124a765b2935c7352f38c08848cc'
- '01337211d40a4a4c9b83c481baade701')



[arch-commits] Commit in boost/repos (testing-i686)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 07:57:41
  Author: giovanni
Revision: 69873

archrelease: copy trunk to testing-i686

Added:
  boost/repos/testing-i686/



[arch-commits] Commit in liborigin2/trunk (PKGBUILD)

2010-02-23 Thread Ronald van Haren
Date: Tuesday, February 23, 2010 @ 08:00:06
  Author: ronald
Revision: 69874

upgpkg: liborigin2 20090406-1
add missing includes

Modified:
  liborigin2/trunk/PKGBUILD

--+
 PKGBUILD |6 ++
 1 file changed, 6 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 12:57:41 UTC (rev 69873)
+++ PKGBUILD2010-02-23 13:00:06 UTC (rev 69874)
@@ -27,6 +27,12 @@
make QTDIR=/usr/ QMAKESPEC=linux-g++ || return 1
INSTALL_ROOT=${pkgdir} make install || return 1
 
+# install missing includes
+install -Dm644 tree.hh ${pkgdir}/usr/include/liborigin2/tree.hh
+for i in *.h; do
+  install -Dm644 ${i} ${pkgdir}/usr/include/liborigin2/${i}
+done
+
 # create documentation
 cd doc
 doxygen



[arch-commits] Commit in boost/repos (testing-x86_64)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 08:00:55
  Author: giovanni
Revision: 69875

archrelease: copy trunk to testing-x86_64

Added:
  boost/repos/testing-x86_64/



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 08:37:05
  Author: ibiru
Revision: 69876

upgpkg: libtorrent-rasterbar 0.14.9-2
boost 1.42 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 13:00:55 UTC (rev 69875)
+++ PKGBUILD2010-02-23 13:37:05 UTC (rev 69876)
@@ -5,14 +5,14 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.14.9
-pkgrel=1
+pkgrel=2
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
 url=http://www.rasterbar.com/products/libtorrent/;
 arch=('i686' 'x86_64')
 license=('custom')
-depends=('libsigc++2.0' 'boost=1.41.0' 'python=2.6')
+depends=('libsigc++2.0' 'boost=1.42.0' 'python=2.6')
 source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7a7d802783731c1028ac3f22038be61a')
+md5sums=('1274d88d9602628e960b84a99680c9ad')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in libtorrent-rasterbar/repos (testing-i686)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 08:37:34
  Author: ibiru
Revision: 69877

archrelease: copy trunk to testing-i686

Added:
  libtorrent-rasterbar/repos/testing-i686/



[arch-commits] Commit in libtorrent-rasterbar/repos (testing-x86_64)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 08:38:09
  Author: ibiru
Revision: 69878

archrelease: copy trunk to testing-x86_64

Added:
  libtorrent-rasterbar/repos/testing-x86_64/



[arch-commits] Commit in qtiplot/trunk (4 files)

2010-02-23 Thread Ronald van Haren
Date: Tuesday, February 23, 2010 @ 08:43:26
  Author: ronald
Revision: 69879

upgpkg: qtiplot 0.9.7.12-1
update to latest version; new build method using build.conf; compile fixes

Added:
  qtiplot/trunk/build.conf.archlinux
  qtiplot/trunk/qtiplot-0.9.7.12-system-liborigin.patch
Modified:
  qtiplot/trunk/PKGBUILD
Deleted:
  qtiplot/trunk/qtiplot.pro.archlinux

-+
 PKGBUILD|   36 ++--
 build.conf.archlinux|   29 +++
 qtiplot-0.9.7.12-system-liborigin.patch |   92 +++
 qtiplot.pro.archlinux   |  235 --
 4 files changed, 141 insertions(+), 251 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 13:38:09 UTC (rev 69878)
+++ PKGBUILD2010-02-23 13:43:26 UTC (rev 69879)
@@ -4,14 +4,13 @@
 # Contributor: Gergely Imreh imr...@gmail.com
 
 pkgname=qtiplot
-pkgver=0.9.7.10
-pkgrel=3
+pkgver=0.9.7.12
+pkgrel=1
 pkgdesc=Data analysis and scientific plotting - free clone of Origin
 arch=('i686' 'x86_64')
 url=http://soft.proindependent.com/qtiplot.html;
-depends=('muparser=1.30' 'gsl' 'pyqt' 'sip=4.9.1' \
- 'boost=1.41.0' 'libgl' 'shared-mime-info')
-# build against liborigin provided in the package ...
+depends=('muparser=1.32' 'gsl' 'pyqt' 'sip=4.9.1' \
+ 'boost=1.41.0' 'libgl' 'shared-mime-info' 'mesa' 
'liborigin2=20090406')
 # build against qwtplot3d provided in the package ...
 # build against qwt provided in the package ...
 # as systemwide one doesn't provide all needed functions
@@ -21,20 +20,22 @@
 source=(http://download.berlios.de/qtiplot/qtiplot-${pkgver}.tar.bz2
 $pkgname.desktop
 $pkgname.png
-qtiplot.pro.archlinux
+build.conf.archlinux
 qwtplot3d_gcc.patch
-sip.patch
-qtiplot.xml)
-md5sums=('627e5b598c6761de593921003335'
+qtiplot.xml
+   qtiplot-0.9.7.12-system-liborigin.patch)
+md5sums=('2620bf8a520967d2a58d5f290da745de'
  '56bd53f4f1367c285086acb969f13348'
  'ad8affbd6f0d5cbdcde46c923ee2668a'
- 'b0f586e74badeedca21b1875f96507cb'
+ 'b5c16bb18f4d4034578fb3e7c31c3b65'
  'ab02c436ec2c04b1838cb5517383b4eb'
- 'd02a4db813dff3b847500fbbbde233fa'
- '35683f3b32e1edcca0bb02c471d284e9')
+ '35683f3b32e1edcca0bb02c471d284e9'
+ 'd3fe35e985f6a1f04ba0abeea51ba135')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/qtiplot-0.9.7.12-system-liborigin.patch || return 1
+  install -Dm644 ${srcdir}/build.conf.archlinux build.conf || return 1
 
   # Make qwt
   sed -i s:elif:else:g qtiplot/src/scripting/ScriptEdit.cpp
@@ -43,14 +44,17 @@
   qmake || return 1
   make || return 1
 
+  # Make qwtplot3d
+  cd ../qwtplot3d
+  qmake || return 1
+  make || return 1   
+
   # Make qtiplot
   cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
-  cp ${srcdir}/qtiplot.pro.archlinux .
+  sed -i 's|/usr/local/|/usr/share/|' qtiplot.pro
   sed -i 's#d_python_config_folder + #/usr/share/qtiplot#' 
src/core/ApplicationWindow.cpp
-  # Change references for invalid file, due to sip changes
-  patch -p1  ${srcdir}/sip.patch || return 1
 
-  qmake qtiplot.pro.archlinux QMAKESPEC=linux-g++ || return 1
+  qmake qtiplot.pro QMAKESPEC=linux-g++ || return 1
   make QTDIR=/usr/ QMAKESPEC=linux-g++ || return 1
   INSTALL_ROOT=${pkgdir} make install || return 1
 

Added: build.conf.archlinux
===
--- build.conf.archlinux(rev 0)
+++ build.conf.archlinux2010-02-23 13:43:26 UTC (rev 69879)
@@ -0,0 +1,29 @@
+isEmpty( QTI_ROOT ) {
+  message( each file including this config needs to set QTI_ROOT to the dir 
containing this file! )
+}
+
+SYS_INCLUDEPATH = /usr/include
+SYS_LIBS = -L/usr/lib
+
+MUPARSER_LIBS = -lmuparser 
+GSL_LIBS = -lgsl -lgslcblas
+BOOST_INCLUDEPATH = /usr/include/boost
+BOOST_LIBS = -lboost_date_time-mt -lboost_thread-mt
+QWT_INCLUDEPATH = $$QTI_ROOT/3rdparty/qwt/src
+QWT_LIBS = $$QTI_ROOT/3rdparty/qwt/lib/libqwt.a
+QWT3D_INCLUDEPATH = $$QTI_ROOT/3rdparty/qwtplot3d/include
+QWT3D_LIBS = $$QTI_ROOT/3rdparty/qwtplot3d/lib/libqwtplot3d.a
+LIB_ORIGIN_INCLUDEPATH = /usr/include/liborigin2
+LIB_ORIGIN_LIBS = -lorigin2
+QTEXENGINE_LIBS = $$QTI_ROOT/3rdparty/QTeXEngine
+
+PYTHON = python
+LUPDATE = lupdate
+LRELEASE = lrelease
+
+SCRIPTING_LANGS += muParser
+SCRIPTING_LANGS += Python
+
+CONFIG  += CustomInstall
+DEFINES += SCRIPTING_CONSOLE
+

Added: qtiplot-0.9.7.12-system-liborigin.patch
===
--- qtiplot-0.9.7.12-system-liborigin.patch (rev 0)
+++ qtiplot-0.9.7.12-system-liborigin.patch 2010-02-23 13:43:26 UTC (rev 
69879)
@@ -0,0 +1,92 @@
+=== modified file 'build.conf.example'
+--- build.conf.example 2010-02-14 15:07:01 +
 

[arch-commits] Commit in source-highlight/trunk (PKGBUILD)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 08:52:36
  Author: giovanni
Revision: 69880

upgpkg: source-highlight 3.1.3-2
boost rebuild

Modified:
  source-highlight/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 13:43:26 UTC (rev 69879)
+++ PKGBUILD2010-02-23 13:52:36 UTC (rev 69880)
@@ -4,12 +4,12 @@
 
 pkgname=source-highlight
 pkgver=3.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Convert source code to syntax highlighted document
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/src-highlite/;
 license=('GPL')
-depends=('gcc-libs' 'bash' 'boost=1.41.0')
+depends=('gcc-libs' 'bash' 'boost=1.42.0')
 makedepends=('ctags')
 options=('!libtool')
 install=$pkgname.install



[arch-commits] Commit in source-highlight/repos (testing-i686)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 08:53:12
  Author: giovanni
Revision: 69881

archrelease: copy trunk to testing-i686

Added:
  source-highlight/repos/testing-i686/



[arch-commits] Commit in source-highlight/repos (testing-x86_64)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 08:53:48
  Author: giovanni
Revision: 69882

archrelease: copy trunk to testing-x86_64

Added:
  source-highlight/repos/testing-x86_64/



[arch-commits] Commit in muparser/repos (extra-i686)

2010-02-23 Thread Ronald van Haren
Date: Tuesday, February 23, 2010 @ 08:54:25
  Author: ronald
Revision: 69883

archrelease: remove extra-i686

Deleted:
  muparser/repos/extra-i686/



[arch-commits] Commit in muparser/repos (extra-i686)

2010-02-23 Thread Ronald van Haren
Date: Tuesday, February 23, 2010 @ 08:54:40
  Author: ronald
Revision: 69884

archrelease: copy trunk to extra-i686

Added:
  muparser/repos/extra-i686/



[arch-commits] Commit in liborigin2/repos (extra-i686)

2010-02-23 Thread Ronald van Haren
Date: Tuesday, February 23, 2010 @ 08:58:48
  Author: ronald
Revision: 69885

archrelease: remove extra-i686

Deleted:
  liborigin2/repos/extra-i686/



[arch-commits] Commit in liborigin2/repos (extra-i686)

2010-02-23 Thread Ronald van Haren
Date: Tuesday, February 23, 2010 @ 08:59:04
  Author: ronald
Revision: 69886

archrelease: copy trunk to extra-i686

Added:
  liborigin2/repos/extra-i686/



[arch-commits] Commit in python-vpython/trunk (PKGBUILD)

2010-02-23 Thread Allan McRae
Date: Tuesday, February 23, 2010 @ 09:13:34
  Author: allan
Revision: 69887

upgpkg: python-vpython 5.11-3
boost-1.42 rebuild

Modified:
  python-vpython/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 13:59:04 UTC (rev 69886)
+++ PKGBUILD2010-02-23 14:13:34 UTC (rev 69887)
@@ -4,11 +4,11 @@
 
 pkgname=python-vpython
 pkgver=5.11
-pkgrel=2
+pkgrel=3
 pkgdesc=A Python module that offers real-time 3D output
 arch=('i686' 'x86_64')
 url=http://www.vpython.org;
-depends=('gtkglextmm' 'libglademm' 'python' 'python-numpy' 'boost=1.41.0' 
'tk')
+depends=('gtkglextmm' 'libglademm' 'python' 'python-numpy' 'boost=1.42.0' 
'tk')
 makedepends=('pkgconfig')
 license=('custom')
 options=(!libtool)



[arch-commits] Commit in mkvtoolnix/trunk (PKGBUILD)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 09:16:57
  Author: giovanni
Revision: 69888

upgpkg: mkvtoolnix 3.2.0-2
boost rebuild

Modified:
  mkvtoolnix/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 14:13:34 UTC (rev 69887)
+++ PKGBUILD2010-02-23 14:16:57 UTC (rev 69888)
@@ -4,12 +4,12 @@
 
 pkgname=mkvtoolnix
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Set of tools to create, edit and inspect Matroska files
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-depends=('libmatroska' 'flac' 'libvorbis' 'file' 'boost' 'lzo2')
+depends=('libmatroska' 'flac' 'libvorbis' 'file' 'boost=1.42.0' 'lzo2')
 makedepends=('wxgtk')
 optdepends=('wxgtk: mkvmerge and mkvinfo GUI')
 
source=(http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2;)



[arch-commits] Commit in python-vpython/repos (testing-i686)

2010-02-23 Thread Allan McRae
Date: Tuesday, February 23, 2010 @ 09:17:21
  Author: allan
Revision: 69889

archrelease: copy trunk to testing-i686

Added:
  python-vpython/repos/testing-i686/



[arch-commits] Commit in mkvtoolnix/repos (testing-i686)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 09:18:41
  Author: giovanni
Revision: 69890

archrelease: copy trunk to testing-i686

Added:
  mkvtoolnix/repos/testing-i686/



[arch-commits] Commit in mkvtoolnix/repos (testing-x86_64)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 09:20:11
  Author: giovanni
Revision: 69891

archrelease: copy trunk to testing-x86_64

Added:
  mkvtoolnix/repos/testing-x86_64/



[arch-commits] Commit in python-vpython/repos (testing-x86_64)

2010-02-23 Thread Allan McRae
Date: Tuesday, February 23, 2010 @ 09:21:13
  Author: allan
Revision: 69892

archrelease: copy trunk to testing-x86_64

Added:
  python-vpython/repos/testing-x86_64/



[arch-commits] Commit in qtiplot/repos (extra-i686)

2010-02-23 Thread Ronald van Haren
Date: Tuesday, February 23, 2010 @ 09:21:50
  Author: ronald
Revision: 69893

archrelease: remove extra-i686

Deleted:
  qtiplot/repos/extra-i686/



[arch-commits] Commit in qtiplot/repos (extra-i686)

2010-02-23 Thread Ronald van Haren
Date: Tuesday, February 23, 2010 @ 09:22:07
  Author: ronald
Revision: 69894

archrelease: copy trunk to extra-i686

Added:
  qtiplot/repos/extra-i686/



[arch-commits] Commit in qtiplot/repos/extra-x86_64 (PKGBUILD qtiplot.pro.archlinux)

2010-02-23 Thread Ronald van Haren
Date: Tuesday, February 23, 2010 @ 09:26:10
  Author: ronald
Revision: 69895

fix svn repo

Modified:
  qtiplot/repos/extra-x86_64/PKGBUILD
Deleted:
  qtiplot/repos/extra-x86_64/qtiplot.pro.archlinux

---+
 PKGBUILD  |   36 ---
 qtiplot.pro.archlinux |  235 
 2 files changed, 20 insertions(+), 251 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 14:22:07 UTC (rev 69894)
+++ PKGBUILD2010-02-23 14:26:10 UTC (rev 69895)
@@ -4,14 +4,13 @@
 # Contributor: Gergely Imreh imr...@gmail.com
 
 pkgname=qtiplot
-pkgver=0.9.7.10
-pkgrel=3
+pkgver=0.9.7.12
+pkgrel=1
 pkgdesc=Data analysis and scientific plotting - free clone of Origin
 arch=('i686' 'x86_64')
 url=http://soft.proindependent.com/qtiplot.html;
-depends=('muparser=1.30' 'gsl' 'pyqt' 'sip=4.9.1' \
- 'boost=1.41.0' 'libgl' 'shared-mime-info')
-# build against liborigin provided in the package ...
+depends=('muparser=1.32' 'gsl' 'pyqt' 'sip=4.9.1' \
+ 'boost=1.41.0' 'libgl' 'shared-mime-info' 'mesa' 
'liborigin2=20090406')
 # build against qwtplot3d provided in the package ...
 # build against qwt provided in the package ...
 # as systemwide one doesn't provide all needed functions
@@ -21,20 +20,22 @@
 source=(http://download.berlios.de/qtiplot/qtiplot-${pkgver}.tar.bz2
 $pkgname.desktop
 $pkgname.png
-qtiplot.pro.archlinux
+build.conf.archlinux
 qwtplot3d_gcc.patch
-sip.patch
-qtiplot.xml)
-md5sums=('627e5b598c6761de593921003335'
+qtiplot.xml
+   qtiplot-0.9.7.12-system-liborigin.patch)
+md5sums=('2620bf8a520967d2a58d5f290da745de'
  '56bd53f4f1367c285086acb969f13348'
  'ad8affbd6f0d5cbdcde46c923ee2668a'
- 'b0f586e74badeedca21b1875f96507cb'
+ 'b5c16bb18f4d4034578fb3e7c31c3b65'
  'ab02c436ec2c04b1838cb5517383b4eb'
- 'd02a4db813dff3b847500fbbbde233fa'
- '35683f3b32e1edcca0bb02c471d284e9')
+ '35683f3b32e1edcca0bb02c471d284e9'
+ 'd3fe35e985f6a1f04ba0abeea51ba135')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/qtiplot-0.9.7.12-system-liborigin.patch || return 1
+  install -Dm644 ${srcdir}/build.conf.archlinux build.conf || return 1
 
   # Make qwt
   sed -i s:elif:else:g qtiplot/src/scripting/ScriptEdit.cpp
@@ -43,14 +44,17 @@
   qmake || return 1
   make || return 1
 
+  # Make qwtplot3d
+  cd ../qwtplot3d
+  qmake || return 1
+  make || return 1   
+
   # Make qtiplot
   cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
-  cp ${srcdir}/qtiplot.pro.archlinux .
+  sed -i 's|/usr/local/|/usr/share/|' qtiplot.pro
   sed -i 's#d_python_config_folder + #/usr/share/qtiplot#' 
src/core/ApplicationWindow.cpp
-  # Change references for invalid file, due to sip changes
-  patch -p1  ${srcdir}/sip.patch || return 1
 
-  qmake qtiplot.pro.archlinux QMAKESPEC=linux-g++ || return 1
+  qmake qtiplot.pro QMAKESPEC=linux-g++ || return 1
   make QTDIR=/usr/ QMAKESPEC=linux-g++ || return 1
   INSTALL_ROOT=${pkgdir} make install || return 1
 

Deleted: qtiplot.pro.archlinux
===
--- qtiplot.pro.archlinux   2010-02-23 14:22:07 UTC (rev 69894)
+++ qtiplot.pro.archlinux   2010-02-23 14:26:10 UTC (rev 69895)
@@ -1,235 +0,0 @@
-# building without muParser doesn't work yet
-SCRIPTING_LANGS += muParser
-SCRIPTING_LANGS += Python
-
-# a console displaying output of scripts; particularly useful on Windows
-# where running QtiPlot from a terminal is inconvenient
-DEFINES += SCRIPTING_CONSOLE
-
-# a dialog for selecting the scripting language on a per-project basis
-DEFINES += SCRIPTING_DIALOG
-
-#DEFINES += QTIPLOT_DEMO
-
-# Comment the following lines to disable donations start-up message.
-#DEFINES += QTIPLOT_SUPPORT
-
-# Comment the next line, if you don't have libpng on your system.
-CONFIG  += HAVE_LIBPNG
-
-# Uncomment the next line in order to enable export of 2D plots to the EMF 
file format on Windows. You need EmfEngine on your system.
-CONFIG  += HAVE_EMF
-
-# Uncomment the following line if you want to perform a custom installation 
using the *.path variables defined bellow.
-CONFIG  += CustomInstall
-
-#CONFIG  += release
-#CONFIG  += debug
-#win32: CONFIG   += console
-
-# 3rd PARTY HEADER FILES SECTION 
-#!!! Warning: You must modify these paths according to your computer settings
-#
-
-INCLUDEPATH   += ../3rdparty/qwtplot3d/include
-INCLUDEPATH   += ../3rdparty/qwt/src
-INCLUDEPATH   += ../3rdparty/liborigin
-INCLUDEPATH   += /usr/include
-INCLUDEPATH   += /usr/include/gsl
-INCLUDEPATH   += /usr/include/boost
-
-# 3rd PARTY 

[arch-commits] Commit in hugin/repos (testing-i686)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 10:00:37
  Author: giovanni
Revision: 69898

archrelease: copy trunk to testing-i686

Added:
  hugin/repos/testing-i686/



[arch-commits] Commit in gnash-common/trunk (PKGBUILD)

2010-02-23 Thread Allan McRae
Date: Tuesday, February 23, 2010 @ 10:11:45
  Author: allan
Revision: 69900

upgpkg: gnash-common 0.8.7-2
boost-1.42 rebuild

Modified:
  gnash-common/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 15:03:21 UTC (rev 69899)
+++ PKGBUILD2010-02-23 15:11:45 UTC (rev 69900)
@@ -3,12 +3,12 @@
 
 pkgname=gnash-common
 pkgver=0.8.7
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNU Flash movie player
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/gnash/;
 license=('GPL3')
-depends=('curl' 'giflib' 'boost' 'libldap' 'gstreamer0.10-base' 
'gstreamer0.10-ffmpeg' 
+depends=('curl' 'giflib' 'boost=1.42' 'libldap' 'gstreamer0.10-base' 
'gstreamer0.10-ffmpeg' 
  'sdl' 'agg' 'libjpeg' 'libpng' 'libtool' 'speex' 'libxi' 'fontconfig')
 makedepends=('pkgconfig')
 provides=('gnash')



[arch-commits] Commit in libpst/repos (testing-i686)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 10:12:26
  Author: giovanni
Revision: 69902

archrelease: copy trunk to testing-i686

Added:
  libpst/repos/testing-i686/



[arch-commits] Commit in libpst/repos (testing-x86_64)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 10:12:54
  Author: giovanni
Revision: 69903

archrelease: copy trunk to testing-x86_64

Added:
  libpst/repos/testing-x86_64/



[arch-commits] Commit in gnash-common/repos (testing-x86_64)

2010-02-23 Thread Allan McRae
Date: Tuesday, February 23, 2010 @ 10:20:17
  Author: allan
Revision: 69905

archrelease: copy trunk to testing-x86_64

Added:
  gnash-common/repos/testing-x86_64/



[arch-commits] Commit in akonadi/trunk (PKGBUILD)

2010-02-23 Thread Andrea Scarpino
Date: Tuesday, February 23, 2010 @ 10:42:59
  Author: andrea
Revision: 69906

upgpkg: akonadi 1.3.1-2
rebuild for boost

Modified:
  akonadi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 15:20:17 UTC (rev 69905)
+++ PKGBUILD2010-02-23 15:42:59 UTC (rev 69906)
@@ -4,7 +4,7 @@
 
 pkgname=akonadi
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://www.akonadi-project.org'



[arch-commits] Commit in akonadi/repos (extra-i686)

2010-02-23 Thread Andrea Scarpino
Date: Tuesday, February 23, 2010 @ 10:43:28
  Author: andrea
Revision: 69907

archrelease: remove extra-i686

Deleted:
  akonadi/repos/extra-i686/



[arch-commits] Commit in akonadi/repos (extra-i686)

2010-02-23 Thread Andrea Scarpino
Date: Tuesday, February 23, 2010 @ 10:43:47
  Author: andrea
Revision: 69908

archrelease: copy trunk to extra-i686

Added:
  akonadi/repos/extra-i686/



[arch-commits] Commit in akonadi/repos (extra-x86_64)

2010-02-23 Thread Andrea Scarpino
Date: Tuesday, February 23, 2010 @ 10:44:18
  Author: andrea
Revision: 69909

archrelease: remove extra-x86_64

Deleted:
  akonadi/repos/extra-x86_64/



[arch-commits] Commit in lyx/repos (testing-i686)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 10:50:24
  Author: giovanni
Revision: 69912

archrelease: copy trunk to testing-i686

Added:
  lyx/repos/testing-i686/



[arch-commits] Commit in lyx/repos (testing-x86_64)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 10:52:40
  Author: giovanni
Revision: 69913

archrelease: copy trunk to testing-x86_64

Added:
  lyx/repos/testing-x86_64/



[arch-commits] Commit in akonadi/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2010-02-23 Thread Andrea Scarpino
Date: Tuesday, February 23, 2010 @ 11:10:50
  Author: andrea
Revision: 69914

undo

Modified:
  akonadi/repos/extra-i686/PKGBUILD
  akonadi/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |2 +-
 extra-x86_64/PKGBUILD |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-02-23 15:52:40 UTC (rev 69913)
+++ extra-i686/PKGBUILD 2010-02-23 16:10:50 UTC (rev 69914)
@@ -4,7 +4,7 @@
 
 pkgname=akonadi
 pkgver=1.3.1
-pkgrel=2
+pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://www.akonadi-project.org'

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-02-23 15:52:40 UTC (rev 69913)
+++ extra-x86_64/PKGBUILD   2010-02-23 16:10:50 UTC (rev 69914)
@@ -4,7 +4,7 @@
 
 pkgname=akonadi
 pkgver=1.3.1
-pkgrel=2
+pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://www.akonadi-project.org'



[arch-commits] Commit in akonadi/repos (testing-x86_64)

2010-02-23 Thread Andrea Scarpino
Date: Tuesday, February 23, 2010 @ 11:12:08
  Author: andrea
Revision: 69917

archrelease: copy trunk to testing-x86_64

Added:
  akonadi/repos/testing-x86_64/



[arch-commits] Commit in miro/repos (testing-i686)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 11:13:10
  Author: giovanni
Revision: 69918

archrelease: copy trunk to testing-i686

Added:
  miro/repos/testing-i686/



[arch-commits] Commit in miro/repos (testing-x86_64)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 11:15:20
  Author: giovanni
Revision: 69919

archrelease: copy trunk to testing-x86_64

Added:
  miro/repos/testing-x86_64/



[arch-commits] Commit in twinkle/trunk (PKGBUILD)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 11:32:59
  Author: giovanni
Revision: 69920

upgpkg: twinkle 1.4.2-3
boost rebuild

Modified:
  twinkle/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 16:15:20 UTC (rev 69919)
+++ PKGBUILD2010-02-23 16:32:59 UTC (rev 69920)
@@ -5,12 +5,12 @@
 
 pkgname=twinkle
 pkgver=1.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A softphone for voice over IP and instant messaging communications 
using the SIP protocol.
 arch=('i686' 'x86_64')
 url=http://www.twinklephone.com/;
 license=('GPL')
-depends=('file' 'speex' boost=1.41.0 'libsndfile' 'commoncpp2' 'libxml2' 
'libx11'
+depends=('file' 'speex' boost=1.42.0 'libsndfile' 'commoncpp2' 'libxml2' 
'libx11'
'qt3' 'libzrtpcpp')
 makedepends=('pkgconfig')
 conflicts=('twinkle-kdefree')



[arch-commits] Commit in twinkle/repos (testing-i686)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 11:33:39
  Author: giovanni
Revision: 69921

archrelease: copy trunk to testing-i686

Added:
  twinkle/repos/testing-i686/



[arch-commits] Commit in twinkle/repos (testing-x86_64)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 11:34:19
  Author: giovanni
Revision: 69922

archrelease: copy trunk to testing-x86_64

Added:
  twinkle/repos/testing-x86_64/



[arch-commits] Commit in liborigin2/trunk (PKGBUILD)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 12:14:40
  Author: giovanni
Revision: 69923

upgpkg: liborigin2 20090406-2
boost rebuild

Modified:
  liborigin2/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 16:34:19 UTC (rev 69922)
+++ PKGBUILD2010-02-23 17:14:40 UTC (rev 69923)
@@ -4,14 +4,14 @@
 
 pkgname=liborigin2
 pkgver=20090406
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for reading OriginLab OPJ project files
-url=http://soft.proindependent.com/liborigin2/;;
+url=http://soft.proindependent.com/liborigin2/;
 source=(http://download.berlios.de/qtiplot/${pkgname}-06042009.zip;
'liborigin.pro.archlinux')
-license=(GPL3)
-arch=(i686 'x86_64')
-depends=('gcc-libs' 'boost')
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'boost=1.42.0')
 makedepends=('doxygen' 'qt')
 replaces=('liborigin')
 provides=('liborigin')



[arch-commits] Commit in liborigin2/repos (testing-i686)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 12:15:10
  Author: giovanni
Revision: 69924

archrelease: copy trunk to testing-i686

Added:
  liborigin2/repos/testing-i686/



[arch-commits] Commit in liborigin2/repos (testing-x86_64)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 12:15:43
  Author: giovanni
Revision: 69925

archrelease: copy trunk to testing-x86_64

Added:
  liborigin2/repos/testing-x86_64/



[arch-commits] Commit in smc/trunk (PKGBUILD)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 12:22:29
  Author: ibiru
Revision: 69926

upgpkg: smc 1.9-4
boost 1.42 rebuild

Modified:
  smc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 17:15:43 UTC (rev 69925)
+++ PKGBUILD2010-02-23 17:22:29 UTC (rev 69926)
@@ -5,12 +5,12 @@
 
 pkgname=smc
 pkgver=1.9
-pkgrel=3
+pkgrel=4
 pkgdesc=Secret Maryo Chronicles
 arch=('i686' 'x86_64')
 url=http://www.secretmaryo.org/;
 license=('GPL3')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'cegui' 'boost' 'libpng=1.4.0')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'cegui' 'boost=1.42' 
'libpng=1.4.0')
 makedepends=('autoconf' 'automake')
 source=(http://downloads.sourceforge.net/smclone/$pkgname-$pkgver.tar.bz2
 http://downloads.sourceforge.net/smclone/SMC_Music_4.1_high.zip



[arch-commits] Commit in smc/repos (testing-i686)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 12:29:00
  Author: ibiru
Revision: 69927

archrelease: copy trunk to testing-i686

Added:
  smc/repos/testing-i686/



[arch-commits] Commit in smc/repos (testing-x86_64)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 12:35:58
  Author: ibiru
Revision: 69928

archrelease: copy trunk to testing-x86_64

Added:
  smc/repos/testing-x86_64/



[arch-commits] Commit in qtiplot/trunk (PKGBUILD)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 12:48:43
  Author: giovanni
Revision: 69929

upgpkg: qtiplot 0.9.7.12-2
boost rebuild

Modified:
  qtiplot/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 17:35:58 UTC (rev 69928)
+++ PKGBUILD2010-02-23 17:48:43 UTC (rev 69929)
@@ -5,12 +5,12 @@
 
 pkgname=qtiplot
 pkgver=0.9.7.12
-pkgrel=1
+pkgrel=2
 pkgdesc=Data analysis and scientific plotting - free clone of Origin
 arch=('i686' 'x86_64')
 url=http://soft.proindependent.com/qtiplot.html;
 depends=('muparser=1.32' 'gsl' 'pyqt' 'sip=4.9.1' \
- 'boost=1.41.0' 'libgl' 'shared-mime-info' 'mesa' 
'liborigin2=20090406')
+ 'boost=1.42.0' 'libgl' 'shared-mime-info' 'mesa' 
'liborigin2=20090406')
 # build against qwtplot3d provided in the package ...
 # build against qwt provided in the package ...
 # as systemwide one doesn't provide all needed functions



[arch-commits] Commit in qtiplot/repos (testing-i686)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 12:50:35
  Author: giovanni
Revision: 69930

archrelease: copy trunk to testing-i686

Added:
  qtiplot/repos/testing-i686/



[arch-commits] Commit in qtiplot/repos (testing-x86_64)

2010-02-23 Thread Giovanni Scafora
Date: Tuesday, February 23, 2010 @ 12:52:28
  Author: giovanni
Revision: 69931

archrelease: copy trunk to testing-x86_64

Added:
  qtiplot/repos/testing-x86_64/



[arch-commits] Commit in libsoup/trunk (PKGBUILD)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 13:33:18
  Author: jgc
Revision: 69932

upgpkg: libsoup 2.29.91-1
Update to 2.29.91 - change to .xz

Modified:
  libsoup/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 17:52:28 UTC (rev 69931)
+++ PKGBUILD2010-02-23 18:33:18 UTC (rev 69932)
@@ -3,15 +3,15 @@
 
 pkgbase=libsoup
 pkgname=('libsoup' 'libsoup-gnome')
-pkgver=2.29.90
+pkgver=2.29.91
 pkgrel=1
 arch=(i686 x86_64)
 license=('LGPL')
-makedepends=('glib2=2.23.3' 'gnutls=2.8.5' 'libxml2=2.7.6' 
'libproxy=0.2.3' 'sqlite3=3.6.22' 'gconf=2.28.0' 'libgnome-keyring=2.29.4' 
'intltool' 'pkgconfig')
+makedepends=('glib2=2.23.4' 'gnutls=2.8.5' 'libxml2=2.7.6' 
'libproxy=0.2.3' 'sqlite3=3.6.22' 'gconf=2.28.0' 'libgnome-keyring=2.29.4' 
'intltool' 'pkgconfig' 'gobject-introspection')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.29/${pkgbase}-${pkgver}.tar.bz2)
 options=('!libtool' '!emptydirs')
-sha256sums=('9bae8b40a366fe6803b3f9400b7fe36c7c887d13869a0f8ef2d31b2f859feea8')
+sha256sums=('626c88f6b87463cb092733d2bcd5672ca69529a766cc6c5cc817f34b49c821b1')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -22,7 +22,7 @@
 
 package_libsoup() {
   pkgdesc=GNOME HTTP Library - base library
-  depends=('glib2=2.23.3' 'libxml2=2.7.6' 'gnutls=2.8.5')
+  depends=('glib2=2.23.4' 'libxml2=2.7.6' 'gnutls=2.8.5')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1



[arch-commits] Commit in libsoup/repos (gnome-unstable-i686)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 13:34:07
  Author: jgc
Revision: 69933

archrelease: remove gnome-unstable-i686

Deleted:
  libsoup/repos/gnome-unstable-i686/



[arch-commits] Commit in libsoup/repos (gnome-unstable-i686)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 13:34:14
  Author: jgc
Revision: 69934

archrelease: copy trunk to gnome-unstable-i686

Added:
  libsoup/repos/gnome-unstable-i686/



[arch-commits] Commit in libsoup/repos (gnome-unstable-x86_64)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 13:34:19
  Author: jgc
Revision: 69935

archrelease: remove gnome-unstable-x86_64

Deleted:
  libsoup/repos/gnome-unstable-x86_64/



[arch-commits] Commit in libsoup/repos (gnome-unstable-x86_64)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 13:34:26
  Author: jgc
Revision: 69936

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  libsoup/repos/gnome-unstable-x86_64/



[arch-commits] Commit in pango/trunk (PKGBUILD)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 13:37:01
  Author: ibiru
Revision: 69937

update to 1.27.1

Modified:
  pango/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 18:34:26 UTC (rev 69936)
+++ PKGBUILD2010-02-23 18:37:01 UTC (rev 69937)
@@ -2,18 +2,18 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=pango
-pkgver=1.26.2
+pkgver=1.27.1
 pkgrel=1
 pkgdesc=A library for layout and rendering of text
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('glib2=2.22.2' 'cairo=1.8.8' 'libxft=2.1.13' 'libthai=0.1.12' 
'freetype2=2.3.9')
+depends=('glib2=2.23.4' 'cairo=1.8.8' 'libxft=2.1.13' 'libthai=0.1.12' 
'freetype2=2.3.12')
 makedepends=('pkgconfig' 'libxt' 'gobject-introspection')
 options=('!libtool' '!emptydirs')
 install=pango.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.26/${pkgname}-${pkgver}.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.27/${pkgname}-${pkgver}.tar.bz2)
 url=http://www.pango.org/;
-sha256sums=('3b85879e5d8794555d10a2b79428071c99a93b7502ccbef50360ae44c77c3e08')
+sha256sums=('c9e67477309fee9d3cdc3f751ab9cd2965834a177a72786a44d9b371cd2f6760')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in pango/repos (gnome-unstable-x86_64)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 13:37:39
  Author: ibiru
Revision: 69938

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  pango/repos/gnome-unstable-x86_64/



[arch-commits] Commit in pango/repos (gnome-unstable-i686)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 13:37:59
  Author: ibiru
Revision: 69939

archrelease: copy trunk to gnome-unstable-i686

Added:
  pango/repos/gnome-unstable-i686/



[arch-commits] Commit in iputils/trunk (PKGBUILD)

2010-02-23 Thread Tobias Powalowski
Date: Tuesday, February 23, 2010 @ 13:39:27
  Author: tpowa
Revision: 69940

upgpkg: iputils 20100214-2
fixed manpages #18425

Modified:
  iputils/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 18:37:59 UTC (rev 69939)
+++ PKGBUILD2010-02-23 18:39:27 UTC (rev 69940)
@@ -4,7 +4,7 @@
 pkgname=iputils
 pkgver=20100214
 _traceroutever=1.4a12
-pkgrel=1
+pkgrel=2
 pkgdesc=IP Configuration Utilities (and Ping)
 arch=(i686 x86_64)
 license=('GPL')
@@ -43,7 +43,7 @@
   xf=${file/.sgml/.xml}
   osx -xlower -xno-nl-in-tag $file  $xf
   sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
-  xsltproc 
/usr/share/xml/docbook/xsl-stylesheets-1.73.2/manpages/docbook.xsl $xf
+  xsltproc 
/usr/share/xml/docbook/xsl-stylesheets-1.75.2/manpages/docbook.xsl $xf
   done
 
   mkdir -p $startdir/pkg/usr/share/man/man8



[arch-commits] Commit in iputils/repos (testing-x86_64)

2010-02-23 Thread Tobias Powalowski
Date: Tuesday, February 23, 2010 @ 13:44:04
  Author: tpowa
Revision: 69941

archrelease: copy trunk to testing-x86_64

Added:
  iputils/repos/testing-x86_64/



[arch-commits] Commit in seed/repos (gnome-unstable-i686)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 13:44:48
  Author: ibiru
Revision: 69943

archrelease: remove gnome-unstable-i686

Deleted:
  seed/repos/gnome-unstable-i686/



[arch-commits] Commit in seed/repos (gnome-unstable-i686)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 13:45:11
  Author: ibiru
Revision: 69945

archrelease: copy trunk to gnome-unstable-i686

Added:
  seed/repos/gnome-unstable-i686/



[arch-commits] Commit in seed/repos (gnome-unstable-x86_64)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 13:45:27
  Author: ibiru
Revision: 69946

archrelease: remove gnome-unstable-x86_64

Deleted:
  seed/repos/gnome-unstable-x86_64/



[arch-commits] Commit in kernel26/trunk (PKGBUILD)

2010-02-23 Thread Tobias Powalowski
Date: Tuesday, February 23, 2010 @ 13:46:27
  Author: tpowa
Revision: 69948

upgpkg: kernel26 2.6.32.9-1
bump to latest version

Modified:
  kernel26/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 18:45:50 UTC (rev 69947)
+++ PKGBUILD2010-02-23 18:46:27 UTC (rev 69948)
@@ -6,7 +6,7 @@
 # pkgname=kernel26-custom   # Build kernel with a different name
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.32
-pkgver=${_basekernel}.8
+pkgver=${_basekernel}.9
 pkgrel=1
 _patchname=patch-${pkgver}-${pkgrel}-ARCH
 arch=(i686 x86_64)
@@ -19,10 +19,11 @@
 # standard config files for mkinitcpio ramdisk
 kernel26.preset)
 md5sums=('260551284ac224c3a43c4adac7df4879'
- '908f38fc5ba77b9bf691ae83e501b8e4'
+ 'a0a10c99eead1fa8bc05c03f7f18db36'
  'c114c5d89622a93165bb948d62d966b5'
  '5c91374d56f115ba4324978d5b002711'
  '25584700a0a679542929c4bed31433b6')
+
 build() {
   cd ${srcdir}/linux-$_basekernel
   # Add -ARCH patches



[arch-commits] Commit in kdeedu/trunk (PKGBUILD)

2010-02-23 Thread Andrea Scarpino
Date: Tuesday, February 23, 2010 @ 13:49:00
  Author: andrea
Revision: 69949

upgpkg: kdeedu 4.4.0-3
boost rebuild

Modified:
  kdeedu/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 18:46:27 UTC (rev 69948)
+++ PKGBUILD2010-02-23 18:49:00 UTC (rev 69949)
@@ -25,7 +25,7 @@
  'kdeedu-rocs'
  'kdeedu-step')
 pkgver=4.4.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')



[arch-commits] Commit in libgweather/trunk (PKGBUILD)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 13:49:58
  Author: jgc
Revision: 69950

upgpkg: libgweather 2.29.91-1
Update to 2.29.91 - change to .xz

Modified:
  libgweather/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 18:49:00 UTC (rev 69949)
+++ PKGBUILD2010-02-23 18:49:58 UTC (rev 69950)
@@ -2,12 +2,12 @@
 # Maintainer: Jan de Groot  j...@archlinux.org
 
 pkgname=libgweather
-pkgver=2.29.90
+pkgver=2.29.91
 pkgrel=1
 pkgdesc=Provides access to weather information from the net
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gconf=2.28.0' 'libsoup-gnome=2.29.90' 'gnome-icon-theme')
+depends=('gconf=2.28.0' 'libsoup-gnome=2.29.91' 'gnome-icon-theme')
 makedepends=('pkgconfig' 'intltool' 'gtk-doc')
 options=('!libtool' '!emptydirs')
 conflicts=('gnome-applets2.22.0')
@@ -15,7 +15,7 @@
 install=libgweather.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2
 01_gettext_not_xml.patch)
-sha256sums=('a79fed235f6bbc3d92f175f64ffe2e1e1e6f513bfed2c3898524e882f0b53493'
+sha256sums=('4ca3bcf52d6a8b90c1144c4df7137d6fbc9b40648bb2a3824229a6c157ff446b'
 '64c181675714a411c2bc31d254cf5ad4a128fba539839b41783540e978a1de20')
 
 build() {



[arch-commits] Commit in libgweather/repos (gnome-unstable-i686)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 13:50:14
  Author: jgc
Revision: 69951

archrelease: remove gnome-unstable-i686

Deleted:
  libgweather/repos/gnome-unstable-i686/



[arch-commits] Commit in libgweather/repos (gnome-unstable-i686)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 13:50:22
  Author: jgc
Revision: 69952

archrelease: copy trunk to gnome-unstable-i686

Added:
  libgweather/repos/gnome-unstable-i686/



[arch-commits] Commit in libgweather/repos (gnome-unstable-x86_64)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 13:50:36
  Author: jgc
Revision: 69953

archrelease: remove gnome-unstable-x86_64

Deleted:
  libgweather/repos/gnome-unstable-x86_64/



[arch-commits] Commit in libgweather/repos (gnome-unstable-x86_64)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 13:50:43
  Author: jgc
Revision: 69954

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  libgweather/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-desktop/trunk (PKGBUILD)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 13:58:59
  Author: ibiru
Revision: 69955

update to 2.29.91

Modified:
  gnome-desktop/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 18:50:43 UTC (rev 69954)
+++ PKGBUILD2010-02-23 18:58:59 UTC (rev 69955)
@@ -2,19 +2,19 @@
 # Maintainer:  Jan de Groot j...@archlinux.org
 
 pkgname=gnome-desktop
-pkgver=2.29.90
+pkgver=2.29.91
 pkgrel=1
 pkgdesc=The GNOME Desktop
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
 depends=('gconf=2.28.0' 'startup-notification=0.10')
-makedepends=('gnome-doc-utils=0.19.4' 'pkgconfig' 'intltool')
+makedepends=('gnome-doc-utils=0.19.5' 'pkgconfig' 'intltool')
 optdepends=('pygtk: gnome-about')
 url=http://www.gnome.org;
 groups=('gnome')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2d39c7dea24d4f17113b2c0c1a34da82c3e6401cabffc0f82428f9d4e1e86d09')
+sha256sums=('24783d9c8629283bcb072363411ac8742a0a75edb087ddc6036ff803939a0e48')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 13:59:01
  Author: jgc
Revision: 69956

upgpkg: evolution-data-server 2.29.91-1
Update to 2.29.91 - change to .xz

Modified:
  evolution-data-server/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 18:58:59 UTC (rev 69955)
+++ PKGBUILD2010-02-23 18:59:01 UTC (rev 69956)
@@ -2,18 +2,18 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=2.29.90
+pkgver=2.29.91
 pkgrel=1
 pkgdesc=Evolution Data Server provides a central location for addressbook and 
calendar in the GNOME Desktop
 arch=(i686 x86_64)
-depends=('libsoup=2.29.90' 'nss=3.12.4' 'libgnome-keyring=2.29.4' 
'heimdal=1.3.1' 'libgweather=2.29.90' 'libical=0.44' 'db=4.8.26')
+depends=('libsoup=2.29.91' 'nss=3.12.4' 'libgnome-keyring=2.29.4' 
'heimdal=1.3.1' 'libgweather=2.29.91' 'libical=0.44' 'db=4.8.26')
 makedepends=('intltool' 'pkgconfig' 'gtk-doc')
 options=('!libtool')
 url=http://www.gnome.org;
 license=('GPL')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2
 patch-camel_camel-sasl-gssapi.c)
-sha256sums=('e3dd5b118064ed42acb51eac85dc552a5044c8ecdac47e56bea200244577e90d'
+sha256sums=('bbb5533fa2281d06fab91a371ccd565504f9b79c6fb67d905a53aba626907c4f'
 '7a16a8e040a9623a56d05754b5a23d969d12e1c2098eb7baec48e935a43832b4')
 
 build() {



[arch-commits] Commit in gnome-desktop/repos (gnome-unstable-i686)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 13:59:13
  Author: ibiru
Revision: 69957

archrelease: remove gnome-unstable-i686

Deleted:
  gnome-desktop/repos/gnome-unstable-i686/



[arch-commits] Commit in evolution-data-server/repos (gnome-unstable-i686)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 13:59:22
  Author: jgc
Revision: 69959

archrelease: copy trunk to gnome-unstable-i686

Added:
  evolution-data-server/repos/gnome-unstable-i686/



[arch-commits] Commit in evolution-data-server/repos (gnome-unstable-i686)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 13:59:16
  Author: jgc
Revision: 69958

archrelease: remove gnome-unstable-i686

Deleted:
  evolution-data-server/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-desktop/repos (gnome-unstable-i686)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 13:59:31
  Author: ibiru
Revision: 69960

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-desktop/repos/gnome-unstable-i686/



[arch-commits] Commit in evolution-data-server/repos (gnome-unstable-x86_64)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 13:59:40
  Author: jgc
Revision: 69961

archrelease: remove gnome-unstable-x86_64

Deleted:
  evolution-data-server/repos/gnome-unstable-x86_64/



[arch-commits] Commit in evolution-data-server/repos (gnome-unstable-x86_64)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 13:59:48
  Author: jgc
Revision: 69963

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  evolution-data-server/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-desktop/repos (gnome-unstable-x86_64)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 13:59:46
  Author: ibiru
Revision: 69962

archrelease: remove gnome-unstable-x86_64

Deleted:
  gnome-desktop/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-desktop/repos (gnome-unstable-x86_64)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 14:00:05
  Author: ibiru
Revision: 69964

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-desktop/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-menus/trunk (PKGBUILD)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 14:06:46
  Author: ibiru
Revision: 69966

update to 2.29.91

Modified:
  gnome-menus/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 19:01:06 UTC (rev 69965)
+++ PKGBUILD2010-02-23 19:06:46 UTC (rev 69966)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-menus
-pkgver=2.29.6
+pkgver=2.29.91
 pkgrel=1
 pkgdesc=GNOME menu specifications
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2
 menus.patch)
-sha256sums=('314b9654838da39872445592826c57782ca9e94ad6e5403c2106da31070cb2a2'
+sha256sums=('3bef3e726fcff54297b0eb0283c3762872de8a0e2dff8df43a74e3928fb39a42'
 'df2779777906b038fa911dc745534564ede9524a64ab368e2f6f8e38d54e7acc')
 
 build() {



[arch-commits] Commit in gnome-menus/repos (gnome-unstable-i686)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 14:07:15
  Author: ibiru
Revision: 69968

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-menus/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-menus/repos (gnome-unstable-x86_64)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 14:07:41
  Author: ibiru
Revision: 69969

archrelease: remove gnome-unstable-x86_64

Deleted:
  gnome-menus/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-menus/repos (gnome-unstable-x86_64)

2010-02-23 Thread Ionut Biru
Date: Tuesday, February 23, 2010 @ 14:07:59
  Author: ibiru
Revision: 69970

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-menus/repos/gnome-unstable-x86_64/



[arch-commits] Commit in libwnck/trunk (PKGBUILD)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 14:09:17
  Author: jgc
Revision: 69971

upgpkg: libwnck 2.29.91-1
Update to 2.29.91

Modified:
  libwnck/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 19:07:59 UTC (rev 69970)
+++ PKGBUILD2010-02-23 19:09:17 UTC (rev 69971)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan de Groot  j...@archlinux.org
 pkgname=libwnck
-pkgver=2.29.6
+pkgver=2.29.91
 pkgrel=1
 pkgdesc=Window Navigator Construction Kit
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 options=('!libtool')
 url=http://www.gnome.org/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0fdbc19188bf5cf237c2651c4d53976f4bec33e2a10f6b47157ff0f5e24680a5')
+sha256sums=('6aa5755562910a876728cb6e7ff3785416464663b17384cd8579e7c36e500dc1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in libwnck/repos (gnome-unstable-i686)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 14:09:23
  Author: jgc
Revision: 69972

archrelease: remove gnome-unstable-i686

Deleted:
  libwnck/repos/gnome-unstable-i686/



[arch-commits] Commit in libwnck/repos (gnome-unstable-i686)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 14:09:30
  Author: jgc
Revision: 69973

archrelease: copy trunk to gnome-unstable-i686

Added:
  libwnck/repos/gnome-unstable-i686/



[arch-commits] Commit in libwnck/repos (gnome-unstable-x86_64)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 14:09:35
  Author: jgc
Revision: 69974

archrelease: remove gnome-unstable-x86_64

Deleted:
  libwnck/repos/gnome-unstable-x86_64/



[arch-commits] Commit in libwnck/repos (gnome-unstable-x86_64)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 14:09:40
  Author: jgc
Revision: 69975

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  libwnck/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-panel/trunk (PKGBUILD)

2010-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2010 @ 14:15:53
  Author: jgc
Revision: 69976

upgpkg: gnome-panel 2.29.91-1
Update to 2.29.91

Modified:
  gnome-panel/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-23 19:09:40 UTC (rev 69975)
+++ PKGBUILD2010-02-23 19:15:53 UTC (rev 69976)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-panel
-pkgver=2.29.6
+pkgver=2.29.91
 pkgrel=1
 pkgdesc=The GNOME Panel
 arch=(i686 x86_64)
 license=('GPL')
 url=http://www.gnome.org;
-depends=('libwnck=2.29.6' 'gnome-menus=2.29.6' 
'evolution-data-server=2.29.90' 'gnome-desktop=2.29.90' 
'libgweather=2.29.90' 'librsvg=2.26.0' 'hicolor-icon-theme' 'libcanberra' 
'libbonoboui=2.24.2')
-makedepends=('gnome-doc-utils=0.19.4' 'pkgconfig' 'intltool' 'networkmanager')
+depends=('libwnck=2.29.91' 'gnome-menus=2.29.91' 
'evolution-data-server=2.29.91' 'gnome-desktop=2.29.91' 
'libgweather=2.29.91' 'librsvg=2.26.0' 'hicolor-icon-theme' 'libcanberra' 
'libbonoboui=2.24.2')
+makedepends=('gnome-doc-utils=0.19.5' 'pkgconfig' 'intltool' 'networkmanager')
 options=('!libtool' '!emptydirs')
 groups=('gnome')
 install=gnome-panel.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('501d7410318b833376286d27398b2421eeb77c08023066b0510b199cf1fc0b64')
+sha256sums=('62f58a06e0a58d647bc98af79285997ba0117171cf3c5574d39c53088fd2ec31')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



  1   2   >