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

2009-11-09 Thread Andrea Scarpino
Date: Monday, November 9, 2009 @ 05:15:10
  Author: andrea
Revision: 58570

upgpkg: libexif-gtk 0.3.5-9
fixed patch to use deprecated gtk (FS#15034)

Modified:
  libexif-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-11-09 03:51:45 UTC (rev 58569)
+++ PKGBUILD2009-11-09 10:15:10 UTC (rev 58570)
@@ -1,25 +1,28 @@
-# Maintainer: Eduardo Romero edua...@archlinux.org
+# $Id$
+# Contributor: Eduardo Romero edua...@archlinux.org
 # Contributor: Sebastien Piccand sebcactus gmail com
 
 pkgname=libexif-gtk
 pkgver=0.3.5
-pkgrel=8
+pkgrel=9
 pkgdesc=GTK frontend to the libexif library
 arch=('i686' 'x86_64')
 url=http://libexif.sourceforge.net;
 license=('GPL')
 depends=('libexif' 'gtk2')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/libexif/$pkgname-$pkgver.tar.bz2 
gtk2-fix.patch)
-md5sums=('0ecdba41f3e0f20a11b8555bd2dd2a07' '5ecf915e5b9cfd0a75757d3a046b63fa')
+source=(http://downloads.sourceforge.net/libexif/$pkgname-$pkgver.tar.bz2
+   'gtk2-2.12.patch')
+md5sums=('0ecdba41f3e0f20a11b8555bd2dd2a07'
+ 'f8d53413c6291a0dca5da99016b1bf47')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   # Patch for gtk2-2.12
-  patch -p1  ../gtk2-fix.patch || return 1
+  patch -p1 -i ${srcdir}/gtk2-2.12.patch || return 1
   # Patch for libexif
   sed -i 's|exif-mem.h|libexif/exif-mem.h|g' configure
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=$startdir/pkg install || return 1
+  make DESTDIR=$pkgdir install || return 1
 }



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

2009-11-09 Thread Ronald van Haren
Date: Monday, November 9, 2009 @ 07:23:46
  Author: ronald
Revision: 58572

upgpkg: qtiplot 0.9.7.10-1
update to latest version 0.9.7.10; add sip patch to build; add xml mime 
files thanks to greg in FS#16356

Added:
  qtiplot/trunk/qtiplot.install
  qtiplot/trunk/qtiplot.xml
  qtiplot/trunk/sip.patch
Modified:
  qtiplot/trunk/PKGBUILD

-+
 PKGBUILD|   34 ++
 qtiplot.install |   13 +
 qtiplot.xml |   17 +
 sip.patch   |   13 +
 4 files changed, 65 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-11-09 10:15:54 UTC (rev 58571)
+++ PKGBUILD2009-11-09 12:23:46 UTC (rev 58572)
@@ -1,48 +1,56 @@
 # $Id$
 # Maintainer: Ronald van Haren ronald.archlinux.org
 # Contributor: damir damir.archlinux.org
+# Contributor: Gergely Imreh imr...@gmail.com
 
 pkgname=qtiplot
-pkgver=0.9.7.9
+pkgver=0.9.7.10
 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' 'boost=1.39.0' 'libgl')
+depends=('muparser=1.30' 'gsl' 'pyqt' 'sip=4.9.1' \
+ 'boost=1.39.0' 'libgl' 'shared-mime-info')
 # build against liborigin provided in the package ...
 # build against qwtplot3d provided in the package ...
 # build against qwt provided in the package ...
 # as systemwide one doesn't provide all needed functions
 makedepends=('pkgconfig')
 license=('GPL2')
-source=(http://soft.proindependent.com/src/qtiplot-$pkgver.tar.bz2
+install=${pkgname}.install
+source=(http://download.berlios.de/qtiplot/qtiplot-${pkgver}.tar.bz2
 $pkgname.desktop
 $pkgname.png
 qtiplot.pro.archlinux
-qwtplot3d_gcc.patch)
-md5sums=('08e4943cadd5ee39e28e4ce0d61d475a'
+qwtplot3d_gcc.patch
+sip.patch
+qtiplot.xml)
+md5sums=('627e5b598c6761de593921003335'
  '56bd53f4f1367c285086acb969f13348'
  'ad8affbd6f0d5cbdcde46c923ee2668a'
  'b0f586e74badeedca21b1875f96507cb'
- 'ab02c436ec2c04b1838cb5517383b4eb')
+ 'ab02c436ec2c04b1838cb5517383b4eb'
+ 'd02a4db813dff3b847500fbbbde233fa'
+ '35683f3b32e1edcca0bb02c471d284e9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Make qwt
   sed -i s:elif:else:g qtiplot/src/scripting/ScriptEdit.cpp
   patch -Np1 -i ${srcdir}/qwtplot3d_gcc.patch || return 1
-
   cd ./3rdparty/qwt
   qmake || return 1
   make || return 1
 
+  # Make qtiplot
   cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
-  install -Dm644 ${srcdir}/qtiplot.pro.archlinux qtiplot.pro
-
+  cp ${srcdir}/qtiplot.pro.archlinux .
   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
 
-  export QMAKESPEC=linux-g++
-
-  qmake qtiplot.pro || return 1
+  qmake qtiplot.pro.archlinux QMAKESPEC=linux-g++ || return 1
   make QTDIR=/usr/ QMAKESPEC=linux-g++ || return 1
   INSTALL_ROOT=${pkgdir} make install || return 1
 
@@ -51,4 +59,6 @@
${pkgdir}/usr/share/pixmaps/${pkgname}.png || return 1
   install -D -m644 ${srcdir}/${pkgname}.desktop \
${pkgdir}/usr/share/applications/${pkgname}.desktop || return 1
+  install -D -m644 ${srcdir}/${pkgname}.xml \
+${pkgdir}/usr/share/mime/packages/${pkgname}.xml || return 1
 }

Added: qtiplot.install
===
--- qtiplot.install (rev 0)
+++ qtiplot.install 2009-11-09 12:23:46 UTC (rev 58572)
@@ -0,0 +1,13 @@
+post_install() {
+  echo Updating MIME type for QtiPlot project file
+  update-mime-database /usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+

Added: qtiplot.xml
===
--- qtiplot.xml (rev 0)
+++ qtiplot.xml 2009-11-09 12:23:46 UTC (rev 58572)
@@ -0,0 +1,17 @@
+?xml version=1.0 encoding=UTF-8?
+mime-info xmlns=http://www.freedesktop.org/standards/shared-mime-info;
+  mime-type type=application/x-qtiplot-project
+sub-class-of type=text/plain/
+commentQtiPlot project file/comment
+glob pattern=*.qti /
+  /mime-type
+  mime-type type=application/x-qtiplot-project-compressed
+commentCompressed QtiPlot project file/comment
+glob pattern=*.qti.gz /
+  /mime-type
+  mime-type type=application/x-qtiplot-project-backup
+sub-class-of type=text/plain/
+commentQtiPlot project file backup/comment
+glob pattern=*.qti~ /
+  /mime-type
+/mime-info

Added: sip.patch
===
--- sip.patch   (rev 0)
+++ sip.patch   2009-11-09 12:23:46 UTC (rev 58572)
@@ -0,0 +1,13 @@
+--- 

[arch-commits] Commit in qtiplot/repos (5 files)

2009-11-09 Thread Ronald van Haren
Date: Monday, November 9, 2009 @ 07:24:16
  Author: ronald
Revision: 58573

Merged revisions 58572 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/qtiplot/trunk


  r58572 | ronald | 2009-11-09 13:23:46 +0100 (Mon, 09 Nov 2009) | 2 lines
  
  upgpkg: qtiplot 0.9.7.10-1
  update to latest version 0.9.7.10; add sip patch to build; add xml mime 
files thanks to greg in FS#16356


Added:
  qtiplot/repos/extra-x86_64/qtiplot.install
(from rev 58572, qtiplot/trunk/qtiplot.install)
  qtiplot/repos/extra-x86_64/qtiplot.xml
(from rev 58572, qtiplot/trunk/qtiplot.xml)
  qtiplot/repos/extra-x86_64/sip.patch
(from rev 58572, qtiplot/trunk/sip.patch)
Modified:
  qtiplot/repos/extra-x86_64/   (properties)
  qtiplot/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|   34 ++
 qtiplot.install |   13 +
 qtiplot.xml |   17 +
 sip.patch   |   13 +
 4 files changed, 65 insertions(+), 12 deletions(-)


Property changes on: qtiplot/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /qtiplot/trunk:1-52089
   + /qtiplot/trunk:1-58572

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-11-09 12:23:46 UTC (rev 58572)
+++ extra-x86_64/PKGBUILD   2009-11-09 12:24:16 UTC (rev 58573)
@@ -1,48 +1,56 @@
 # $Id$
 # Maintainer: Ronald van Haren ronald.archlinux.org
 # Contributor: damir damir.archlinux.org
+# Contributor: Gergely Imreh imr...@gmail.com
 
 pkgname=qtiplot
-pkgver=0.9.7.9
+pkgver=0.9.7.10
 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' 'boost=1.39.0' 'libgl')
+depends=('muparser=1.30' 'gsl' 'pyqt' 'sip=4.9.1' \
+ 'boost=1.39.0' 'libgl' 'shared-mime-info')
 # build against liborigin provided in the package ...
 # build against qwtplot3d provided in the package ...
 # build against qwt provided in the package ...
 # as systemwide one doesn't provide all needed functions
 makedepends=('pkgconfig')
 license=('GPL2')
-source=(http://soft.proindependent.com/src/qtiplot-$pkgver.tar.bz2
+install=${pkgname}.install
+source=(http://download.berlios.de/qtiplot/qtiplot-${pkgver}.tar.bz2
 $pkgname.desktop
 $pkgname.png
 qtiplot.pro.archlinux
-qwtplot3d_gcc.patch)
-md5sums=('08e4943cadd5ee39e28e4ce0d61d475a'
+qwtplot3d_gcc.patch
+sip.patch
+qtiplot.xml)
+md5sums=('627e5b598c6761de593921003335'
  '56bd53f4f1367c285086acb969f13348'
  'ad8affbd6f0d5cbdcde46c923ee2668a'
  'b0f586e74badeedca21b1875f96507cb'
- 'ab02c436ec2c04b1838cb5517383b4eb')
+ 'ab02c436ec2c04b1838cb5517383b4eb'
+ 'd02a4db813dff3b847500fbbbde233fa'
+ '35683f3b32e1edcca0bb02c471d284e9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Make qwt
   sed -i s:elif:else:g qtiplot/src/scripting/ScriptEdit.cpp
   patch -Np1 -i ${srcdir}/qwtplot3d_gcc.patch || return 1
-
   cd ./3rdparty/qwt
   qmake || return 1
   make || return 1
 
+  # Make qtiplot
   cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
-  install -Dm644 ${srcdir}/qtiplot.pro.archlinux qtiplot.pro
-
+  cp ${srcdir}/qtiplot.pro.archlinux .
   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
 
-  export QMAKESPEC=linux-g++
-
-  qmake qtiplot.pro || return 1
+  qmake qtiplot.pro.archlinux QMAKESPEC=linux-g++ || return 1
   make QTDIR=/usr/ QMAKESPEC=linux-g++ || return 1
   INSTALL_ROOT=${pkgdir} make install || return 1
 
@@ -51,4 +59,6 @@
${pkgdir}/usr/share/pixmaps/${pkgname}.png || return 1
   install -D -m644 ${srcdir}/${pkgname}.desktop \
${pkgdir}/usr/share/applications/${pkgname}.desktop || return 1
+  install -D -m644 ${srcdir}/${pkgname}.xml \
+${pkgdir}/usr/share/mime/packages/${pkgname}.xml || return 1
 }

Copied: qtiplot/repos/extra-x86_64/qtiplot.install (from rev 58572, 
qtiplot/trunk/qtiplot.install)
===
--- extra-x86_64/qtiplot.install(rev 0)
+++ extra-x86_64/qtiplot.install2009-11-09 12:24:16 UTC (rev 58573)
@@ -0,0 +1,13 @@
+post_install() {
+  echo Updating MIME type for QtiPlot project file
+  update-mime-database /usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+

Copied: qtiplot/repos/extra-x86_64/qtiplot.xml (from rev 58572, 
qtiplot/trunk/qtiplot.xml)
===
--- extra-x86_64/qtiplot.xml(rev 0)
+++ 

[arch-commits] Commit in truecrypt/trunk (truecrypt.desktop)

2009-11-09 Thread Paul Mattal
Date: Monday, November 9, 2009 @ 07:29:33
  Author: paul
Revision: 58577

added missing desktop file

Added:
  truecrypt/trunk/truecrypt.desktop

---+
 truecrypt.desktop |9 +
 1 file changed, 9 insertions(+)

Added: truecrypt.desktop
===
--- truecrypt.desktop   (rev 0)
+++ truecrypt.desktop   2009-11-09 12:29:33 UTC (rev 58577)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Exec=truecrypt
+Icon=truecrypt
+Comment=On-the-fly encryption
+Terminal=false
+Name=TrueCrypt
+StartupNotify=true
+Categories=System;



[arch-commits] Commit in truecrypt/repos (testing-i686 testing-i686/truecrypt.desktop)

2009-11-09 Thread Paul Mattal
Date: Monday, November 9, 2009 @ 07:29:55
  Author: paul
Revision: 58578

Merged revisions 58577 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/truecrypt/trunk


  r58577 | paul | 2009-11-09 07:29:33 -0500 (Mon, 09 Nov 2009) | 2 lines
  
  added missing desktop file


Added:
  truecrypt/repos/testing-i686/truecrypt.desktop
(from rev 58577, truecrypt/trunk/truecrypt.desktop)
Modified:
  truecrypt/repos/testing-i686/ (properties)

---+
 truecrypt.desktop |9 +
 1 file changed, 9 insertions(+)


Property changes on: truecrypt/repos/testing-i686
___
Modified: svnmerge-integrated
   - /truecrypt/trunk:1-58574
   + /truecrypt/trunk:1-58577

Copied: truecrypt/repos/testing-i686/truecrypt.desktop (from rev 58577, 
truecrypt/trunk/truecrypt.desktop)
===
--- testing-i686/truecrypt.desktop  (rev 0)
+++ testing-i686/truecrypt.desktop  2009-11-09 12:29:55 UTC (rev 58578)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Exec=truecrypt
+Icon=truecrypt
+Comment=On-the-fly encryption
+Terminal=false
+Name=TrueCrypt
+StartupNotify=true
+Categories=System;



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

2009-11-09 Thread Paul Mattal
Date: Monday, November 9, 2009 @ 07:34:48
  Author: paul
Revision: 58579

archrelease: new repo testing-x86_64

Added:
  truecrypt/repos/testing-x86_64/



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

2009-11-09 Thread Paul Mattal
Date: Monday, November 9, 2009 @ 07:34:54
  Author: paul
Revision: 58580

Initialized merge tracking via svnmerge with revisions 1-58578 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/truecrypt/trunk

Modified:
  truecrypt/repos/testing-x86_64/   (properties)


Property changes on: truecrypt/repos/testing-x86_64
___
Added: svnmerge-integrated
   + /truecrypt/trunk:1-58578



[arch-commits] Commit in qtiplot/repos (5 files)

2009-11-09 Thread Ronald van Haren
Date: Monday, November 9, 2009 @ 08:28:19
  Author: ronald
Revision: 58581

Merged revisions 58572 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/qtiplot/trunk


  r58572 | ronald | 2009-11-09 13:23:46 +0100 (Mon, 09 Nov 2009) | 2 lines
  
  upgpkg: qtiplot 0.9.7.10-1
  update to latest version 0.9.7.10; add sip patch to build; add xml mime 
files thanks to greg in FS#16356


Added:
  qtiplot/repos/extra-i686/qtiplot.install
(from rev 58572, qtiplot/trunk/qtiplot.install)
  qtiplot/repos/extra-i686/qtiplot.xml
(from rev 58572, qtiplot/trunk/qtiplot.xml)
  qtiplot/repos/extra-i686/sip.patch
(from rev 58572, qtiplot/trunk/sip.patch)
Modified:
  qtiplot/repos/extra-i686/ (properties)
  qtiplot/repos/extra-i686/PKGBUILD

-+
 PKGBUILD|   34 ++
 qtiplot.install |   13 +
 qtiplot.xml |   17 +
 sip.patch   |   13 +
 4 files changed, 65 insertions(+), 12 deletions(-)


Property changes on: qtiplot/repos/extra-i686
___
Modified: svnmerge-integrated
   - /qtiplot/trunk:1-52090
   + /qtiplot/trunk:1-58580

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2009-11-09 12:34:54 UTC (rev 58580)
+++ extra-i686/PKGBUILD 2009-11-09 13:28:19 UTC (rev 58581)
@@ -1,48 +1,56 @@
 # $Id$
 # Maintainer: Ronald van Haren ronald.archlinux.org
 # Contributor: damir damir.archlinux.org
+# Contributor: Gergely Imreh imr...@gmail.com
 
 pkgname=qtiplot
-pkgver=0.9.7.9
+pkgver=0.9.7.10
 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' 'boost=1.39.0' 'libgl')
+depends=('muparser=1.30' 'gsl' 'pyqt' 'sip=4.9.1' \
+ 'boost=1.39.0' 'libgl' 'shared-mime-info')
 # build against liborigin provided in the package ...
 # build against qwtplot3d provided in the package ...
 # build against qwt provided in the package ...
 # as systemwide one doesn't provide all needed functions
 makedepends=('pkgconfig')
 license=('GPL2')
-source=(http://soft.proindependent.com/src/qtiplot-$pkgver.tar.bz2
+install=${pkgname}.install
+source=(http://download.berlios.de/qtiplot/qtiplot-${pkgver}.tar.bz2
 $pkgname.desktop
 $pkgname.png
 qtiplot.pro.archlinux
-qwtplot3d_gcc.patch)
-md5sums=('08e4943cadd5ee39e28e4ce0d61d475a'
+qwtplot3d_gcc.patch
+sip.patch
+qtiplot.xml)
+md5sums=('627e5b598c6761de593921003335'
  '56bd53f4f1367c285086acb969f13348'
  'ad8affbd6f0d5cbdcde46c923ee2668a'
  'b0f586e74badeedca21b1875f96507cb'
- 'ab02c436ec2c04b1838cb5517383b4eb')
+ 'ab02c436ec2c04b1838cb5517383b4eb'
+ 'd02a4db813dff3b847500fbbbde233fa'
+ '35683f3b32e1edcca0bb02c471d284e9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Make qwt
   sed -i s:elif:else:g qtiplot/src/scripting/ScriptEdit.cpp
   patch -Np1 -i ${srcdir}/qwtplot3d_gcc.patch || return 1
-
   cd ./3rdparty/qwt
   qmake || return 1
   make || return 1
 
+  # Make qtiplot
   cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
-  install -Dm644 ${srcdir}/qtiplot.pro.archlinux qtiplot.pro
-
+  cp ${srcdir}/qtiplot.pro.archlinux .
   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
 
-  export QMAKESPEC=linux-g++
-
-  qmake qtiplot.pro || return 1
+  qmake qtiplot.pro.archlinux QMAKESPEC=linux-g++ || return 1
   make QTDIR=/usr/ QMAKESPEC=linux-g++ || return 1
   INSTALL_ROOT=${pkgdir} make install || return 1
 
@@ -51,4 +59,6 @@
${pkgdir}/usr/share/pixmaps/${pkgname}.png || return 1
   install -D -m644 ${srcdir}/${pkgname}.desktop \
${pkgdir}/usr/share/applications/${pkgname}.desktop || return 1
+  install -D -m644 ${srcdir}/${pkgname}.xml \
+${pkgdir}/usr/share/mime/packages/${pkgname}.xml || return 1
 }

Copied: qtiplot/repos/extra-i686/qtiplot.install (from rev 58572, 
qtiplot/trunk/qtiplot.install)
===
--- extra-i686/qtiplot.install  (rev 0)
+++ extra-i686/qtiplot.install  2009-11-09 13:28:19 UTC (rev 58581)
@@ -0,0 +1,13 @@
+post_install() {
+  echo Updating MIME type for QtiPlot project file
+  update-mime-database /usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+

Copied: qtiplot/repos/extra-i686/qtiplot.xml (from rev 58572, 
qtiplot/trunk/qtiplot.xml)
===
--- extra-i686/qtiplot.xml  (rev 0)
+++ extra-i686/qtiplot.xml  2009-11-09 13:28:19 UTC (rev 58581)

[arch-commits] Commit in network-manager-applet/trunk (2 files)

2009-11-09 Thread Jan de Groot
Date: Monday, November 9, 2009 @ 09:16:57
  Author: jgc
Revision: 58582

Manage gconf schemas (FS#17074)

Modified:
  network-manager-applet/trunk/PKGBUILD
  network-manager-applet/trunk/network-manager-applet.install

+
 PKGBUILD   |9 +++--
 network-manager-applet.install |7 +++
 2 files changed, 14 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-11-09 13:28:19 UTC (rev 58581)
+++ PKGBUILD2009-11-09 14:16:57 UTC (rev 58582)
@@ -7,7 +7,7 @@
 
 pkgname=network-manager-applet
 pkgver=0.7.1.998
-pkgrel=1
+pkgrel=2
 pkgdesc=GNOME frontends to NetWorkmanager
 arch=(i686 x86_64)
 license=('GPL')
@@ -26,5 +26,10 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var || return 1
   make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install || 
return 1
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain nm-applet ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+
 }

Modified: network-manager-applet.install
===
--- network-manager-applet.install  2009-11-09 13:28:19 UTC (rev 58581)
+++ network-manager-applet.install  2009-11-09 14:16:57 UTC (rev 58582)
@@ -1,4 +1,7 @@
+pkgname=network-manager-applet
+
 post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
   gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
 }
 
@@ -6,6 +9,10 @@
   post_install $1
 }
 
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
 post_remove() {
   post_install $1
 }



[arch-commits] Commit in libexif-gtk/trunk (gtk2-2.12.patch gtk2-fix.patch)

2009-11-09 Thread Andrea Scarpino
Date: Monday, November 9, 2009 @ 10:52:32
  Author: andrea
Revision: 58583

added patch

Added:
  libexif-gtk/trunk/gtk2-2.12.patch
Deleted:
  libexif-gtk/trunk/gtk2-fix.patch

-+
 gtk2-2.12.patch |   45 +
 gtk2-fix.patch  |   13 -
 2 files changed, 45 insertions(+), 13 deletions(-)

Added: gtk2-2.12.patch
===
--- gtk2-2.12.patch (rev 0)
+++ gtk2-2.12.patch 2009-11-09 15:52:32 UTC (rev 58583)
@@ -0,0 +1,45 @@
+libexif-gtk needs deprecated GTK API.
+--- a/gtk-extensions/Makefile.in
 b/gtk-extensions/Makefile.in
+@@ -219,7 +219,6 @@
+ INCLUDES = \
+   -I$(top_srcdir) \
+   -I$(top_srcdir)/intl\
+-  -DGTK_DISABLE_DEPRECATED\
+   $(GTK_CFLAGS)
+ 
+ noinst_LTLIBRARIES = libgtk-extensions.la
+--- a/libexif-gtk/Makefile.in
 b/libexif-gtk/Makefile.in
+@@ -251,8 +251,7 @@
+   -I$(top_srcdir)/intl\
+   -I$(top_srcdir)/gtk-extensions  \
+   $(LIBEXIF_GTK_CFLAGS)   \
+-  -DG_LOG_DOMAIN=\libexif\  \
+-  -DGTK_DISABLE_DEPRECATED
++  -DG_LOG_DOMAIN=\libexif\
+ 
+ lib_LTLIBRARIES = libexif-gtk.la
+ libexif_gtkincludedir = $(includedir)/libexif-gtk
+--- a/gtk-extensions/Makefile.am
 b/gtk-extensions/Makefile.am
+@@ -1,7 +1,6 @@
+ INCLUDES =\
+   -I$(top_srcdir) \
+   -I$(top_srcdir)/intl\
+-  -DGTK_DISABLE_DEPRECATED\
+   $(GTK_CFLAGS)
+ 
+ noinst_LTLIBRARIES = libgtk-extensions.la
+--- a/libexif-gtk/Makefile.am
 b/libexif-gtk/Makefile.am
+@@ -3,8 +3,7 @@
+   -I$(top_srcdir)/intl\
+   -I$(top_srcdir)/gtk-extensions  \
+   $(LIBEXIF_GTK_CFLAGS)   \
+-  -DG_LOG_DOMAIN=\libexif\  \
+-  -DGTK_DISABLE_DEPRECATED
++  -DG_LOG_DOMAIN=\libexif\
+ 
+ lib_LTLIBRARIES = libexif-gtk.la
+ 

Deleted: gtk2-fix.patch
===
--- gtk2-fix.patch  2009-11-09 14:16:57 UTC (rev 58582)
+++ gtk2-fix.patch  2009-11-09 15:52:32 UTC (rev 58583)
@@ -1,13 +0,0 @@
-diff -ur libexif-gtk-0.3.5.orig/libexif-gtk/Makefile.in 
libexif-gtk-0.3.5/libexif-gtk/Makefile.in
 libexif-gtk-0.3.5.orig/libexif-gtk/Makefile.in 2007-10-30 
12:57:42.0 +
-+++ libexif-gtk-0.3.5/libexif-gtk/Makefile.in  2007-10-30 13:02:47.0 
+
-@@ -251,8 +251,7 @@
-   -I$(top_srcdir)/intl\
-   -I$(top_srcdir)/gtk-extensions  \
-   $(LIBEXIF_GTK_CFLAGS)   \
--  -DG_LOG_DOMAIN=\libexif\  \
--  -DGTK_DISABLE_DEPRECATED
-+  -DG_LOG_DOMAIN=\libexif\
- 
- lib_LTLIBRARIES = libexif-gtk.la
- libexif_gtkincludedir = $(includedir)/libexif-gtk



[arch-commits] Commit in libexif-gtk/repos (3 files)

2009-11-09 Thread Eric BĂ©langer
Date: Monday, November 9, 2009 @ 11:20:32
  Author: eric
Revision: 58584

Merged revisions 58583 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/libexif-gtk/trunk


  r58583 | andrea | 2009-11-09 10:52:32 -0500 (Mon, 09 Nov 2009) | 1 line
  
  added patch


Added:
  libexif-gtk/repos/extra-i686/gtk2-2.12.patch
(from rev 58583, libexif-gtk/trunk/gtk2-2.12.patch)
Modified:
  libexif-gtk/repos/extra-i686/ (properties)
Deleted:
  libexif-gtk/repos/extra-i686/gtk2-fix.patch

-+
 gtk2-2.12.patch |   45 +
 gtk2-fix.patch  |   13 -
 2 files changed, 45 insertions(+), 13 deletions(-)


Property changes on: libexif-gtk/repos/extra-i686
___
Modified: svnmerge-integrated
   - /libexif-gtk/trunk:1-58570
   + /libexif-gtk/trunk:1-58583

Copied: libexif-gtk/repos/extra-i686/gtk2-2.12.patch (from rev 58583, 
libexif-gtk/trunk/gtk2-2.12.patch)
===
--- extra-i686/gtk2-2.12.patch  (rev 0)
+++ extra-i686/gtk2-2.12.patch  2009-11-09 16:20:32 UTC (rev 58584)
@@ -0,0 +1,45 @@
+libexif-gtk needs deprecated GTK API.
+--- a/gtk-extensions/Makefile.in
 b/gtk-extensions/Makefile.in
+@@ -219,7 +219,6 @@
+ INCLUDES = \
+   -I$(top_srcdir) \
+   -I$(top_srcdir)/intl\
+-  -DGTK_DISABLE_DEPRECATED\
+   $(GTK_CFLAGS)
+ 
+ noinst_LTLIBRARIES = libgtk-extensions.la
+--- a/libexif-gtk/Makefile.in
 b/libexif-gtk/Makefile.in
+@@ -251,8 +251,7 @@
+   -I$(top_srcdir)/intl\
+   -I$(top_srcdir)/gtk-extensions  \
+   $(LIBEXIF_GTK_CFLAGS)   \
+-  -DG_LOG_DOMAIN=\libexif\  \
+-  -DGTK_DISABLE_DEPRECATED
++  -DG_LOG_DOMAIN=\libexif\
+ 
+ lib_LTLIBRARIES = libexif-gtk.la
+ libexif_gtkincludedir = $(includedir)/libexif-gtk
+--- a/gtk-extensions/Makefile.am
 b/gtk-extensions/Makefile.am
+@@ -1,7 +1,6 @@
+ INCLUDES =\
+   -I$(top_srcdir) \
+   -I$(top_srcdir)/intl\
+-  -DGTK_DISABLE_DEPRECATED\
+   $(GTK_CFLAGS)
+ 
+ noinst_LTLIBRARIES = libgtk-extensions.la
+--- a/libexif-gtk/Makefile.am
 b/libexif-gtk/Makefile.am
+@@ -3,8 +3,7 @@
+   -I$(top_srcdir)/intl\
+   -I$(top_srcdir)/gtk-extensions  \
+   $(LIBEXIF_GTK_CFLAGS)   \
+-  -DG_LOG_DOMAIN=\libexif\  \
+-  -DGTK_DISABLE_DEPRECATED
++  -DG_LOG_DOMAIN=\libexif\
+ 
+ lib_LTLIBRARIES = libexif-gtk.la
+ 

Deleted: extra-i686/gtk2-fix.patch
===
--- extra-i686/gtk2-fix.patch   2009-11-09 15:52:32 UTC (rev 58583)
+++ extra-i686/gtk2-fix.patch   2009-11-09 16:20:32 UTC (rev 58584)
@@ -1,13 +0,0 @@
-diff -ur libexif-gtk-0.3.5.orig/libexif-gtk/Makefile.in 
libexif-gtk-0.3.5/libexif-gtk/Makefile.in
 libexif-gtk-0.3.5.orig/libexif-gtk/Makefile.in 2007-10-30 
12:57:42.0 +
-+++ libexif-gtk-0.3.5/libexif-gtk/Makefile.in  2007-10-30 13:02:47.0 
+
-@@ -251,8 +251,7 @@
-   -I$(top_srcdir)/intl\
-   -I$(top_srcdir)/gtk-extensions  \
-   $(LIBEXIF_GTK_CFLAGS)   \
--  -DG_LOG_DOMAIN=\libexif\  \
--  -DGTK_DISABLE_DEPRECATED
-+  -DG_LOG_DOMAIN=\libexif\
- 
- lib_LTLIBRARIES = libexif-gtk.la
- libexif_gtkincludedir = $(includedir)/libexif-gtk



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

2009-11-09 Thread Andrea Scarpino
Date: Monday, November 9, 2009 @ 12:39:21
  Author: andrea
Revision: 58585

added kdebindings-python dependence in kdeedu-parley (FS#17080)

Modified:
  kdeedu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-11-09 16:20:32 UTC (rev 58584)
+++ PKGBUILD2009-11-09 17:39:21 UTC (rev 58585)
@@ -225,7 +225,7 @@
 
 package_kdeedu-parley() {
pkgdesc='Vocabulary Trainer'
-   depends=('kdebase-runtime' 'kdeedu-libkdeedu' 'kdeedu-data')
+   depends=('kdebase-runtime' 'kdeedu-libkdeedu' 'kdeedu-data' 
'kdebindings-python')
install='kdeedu.install'
cd $srcdir/build/parley
make DESTDIR=$pkgdir install



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

2009-11-09 Thread Andrea Scarpino
Date: Monday, November 9, 2009 @ 14:34:51
  Author: andrea
Revision: 58586

upgpkg: eric 4.3.9-1
upstream release

Modified:
  eric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-11-09 17:39:21 UTC (rev 58585)
+++ PKGBUILD2009-11-09 19:34:51 UTC (rev 58586)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=eric
-pkgver=4.3.8
+pkgver=4.3.9
 pkgrel=1
 pkgdesc=A full-featured Python IDE that is written in PyQt4 using the 
QScintilla2 editor widget
 arch=('any')
@@ -13,16 +13,17 @@
 conflicts=('eric4')
 replaces=('eric4')
 install=eric.install
-source=(http://downloads.sourceforge.net/sourceforge/eric-ide/eric4-${pkgver}.tar.gz
 eric.desktop)
-md5sums=('528fabc0cc57171143fe801282b9f2c3' '77c494bb839c5744869d34355ea69095')
-sha1sums=('e9479c09fba9b82068fa304cd07be13a34a75e26' 
'7529658c06e6c5c9ab587f0d18a2eafd42b87fee')
+source=(http://downloads.sourceforge.net/eric-ide/eric4-${pkgver}.tar.gz
+   'eric.desktop')
+md5sums=('5bb853cb716df0c2c4e416799169277f'
+   '77c494bb839c5744869d34355ea69095')
 
 build() {
   cd ${srcdir}/eric4-${pkgver}
 
-  python install.py -c -b /usr/bin -d /usr/lib/python2.6/site-packages -i 
${pkgdir}
+  python install.py -c -b /usr/bin -d /usr/lib/python2.6/site-packages -i 
${pkgdir} || return 1
 
-  install -D -m644 ../eric.desktop 
${pkgdir}/usr/share/applications/eric.desktop || return 1
+  install -D -m644 ${srcdir}/eric.desktop 
${pkgdir}/usr/share/applications/eric.desktop || return 1
   install -D -m644 eric/icons/default/eric.png 
${pkgdir}/usr/share/pixmaps/eric.png || return 1
 
 # Creating version independant symlinks



[arch-commits] Commit in eric/repos (extra-any extra-any/PKGBUILD)

2009-11-09 Thread Andrea Scarpino
Date: Monday, November 9, 2009 @ 14:35:32
  Author: andrea
Revision: 58587

Merged revisions 58586 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/eric/trunk


  r58586 | andrea | 2009-11-09 20:34:51 +0100 (Mon, 09 Nov 2009) | 2 lines
  
  upgpkg: eric 4.3.9-1
  upstream release


Modified:
  eric/repos/extra-any/ (properties)
  eric/repos/extra-any/PKGBUILD

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


Property changes on: eric/repos/extra-any
___
Modified: svnmerge-integrated
   - /eric/trunk:1-58529
   + /eric/trunk:1-58586

Modified: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2009-11-09 19:34:51 UTC (rev 58586)
+++ extra-any/PKGBUILD  2009-11-09 19:35:32 UTC (rev 58587)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=eric
-pkgver=4.3.8
+pkgver=4.3.9
 pkgrel=1
 pkgdesc=A full-featured Python IDE that is written in PyQt4 using the 
QScintilla2 editor widget
 arch=('any')
@@ -13,16 +13,17 @@
 conflicts=('eric4')
 replaces=('eric4')
 install=eric.install
-source=(http://downloads.sourceforge.net/sourceforge/eric-ide/eric4-${pkgver}.tar.gz
 eric.desktop)
-md5sums=('528fabc0cc57171143fe801282b9f2c3' '77c494bb839c5744869d34355ea69095')
-sha1sums=('e9479c09fba9b82068fa304cd07be13a34a75e26' 
'7529658c06e6c5c9ab587f0d18a2eafd42b87fee')
+source=(http://downloads.sourceforge.net/eric-ide/eric4-${pkgver}.tar.gz
+   'eric.desktop')
+md5sums=('5bb853cb716df0c2c4e416799169277f'
+   '77c494bb839c5744869d34355ea69095')
 
 build() {
   cd ${srcdir}/eric4-${pkgver}
 
-  python install.py -c -b /usr/bin -d /usr/lib/python2.6/site-packages -i 
${pkgdir}
+  python install.py -c -b /usr/bin -d /usr/lib/python2.6/site-packages -i 
${pkgdir} || return 1
 
-  install -D -m644 ../eric.desktop 
${pkgdir}/usr/share/applications/eric.desktop || return 1
+  install -D -m644 ${srcdir}/eric.desktop 
${pkgdir}/usr/share/applications/eric.desktop || return 1
   install -D -m644 eric/icons/default/eric.png 
${pkgdir}/usr/share/pixmaps/eric.png || return 1
 
 # Creating version independant symlinks



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

2009-11-09 Thread Andrea Scarpino
Date: Monday, November 9, 2009 @ 14:49:51
  Author: andrea
Revision: 58588

upgpkg: eric-plugins 4.3.9-1
upstream release

Modified:
  eric-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   51 +--
 1 file changed, 25 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-11-09 19:35:32 UTC (rev 58587)
+++ PKGBUILD2009-11-09 19:49:51 UTC (rev 58588)
@@ -1,45 +1,44 @@
 # $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
 # Contributor: Eric Belanger e...@archlinux.org
 
 pkgname=eric-plugins
-pkgver=4.3.0
-_plugin1ver=4.1.3
+pkgver=4.3.9
+_plugin1ver=4.1.4
 _plugin2ver=4.2.0
 _plugin4ver=1.1.5
 _plugin5ver=4.1.4
-_plugin6ver=4.1.10
+_plugin6ver=4.1.12
 _plugin7ver=2.1.0
 pkgrel=1
 pkgdesc=Plugins for the eric Python IDE
 arch=('i686' 'x86_64')
-url=http://www.die-offenbachs.de/eric/index.html;
+url=http://eric-ide.python-projects.org/index.html;
 license=('GPL2')
 depends=('eric')
 makedepends=('unzip')
 install=${pkgname}.install
-source=(http://downloads.sourceforge.net/sourceforge/eric-ide/Plugin_Checker_PyLint-${_plugin1ver}.tar.gz
 \
-
http://downloads.sourceforge.net/sourceforge/eric-ide/Plugin_Packager_CxFreeze-${_plugin2ver}.tar.gz
 \
-   
http://downloads.sourceforge.net/sourceforge/eric-ide/Plugin_Refactoring_Rope-${_plugin4ver}.tar.gz
 \
-   
http://downloads.sourceforge.net/sourceforge/eric-ide/Plugin_Tools_CharTables-${_plugin5ver}.tar.gz
 \
-   
http://downloads.sourceforge.net/sourceforge/eric-ide/Plugin_Vcs_CVS-${_plugin6ver}.tar.gz
 \
-
http://downloads.sourceforge.net/sourceforge/eric-ide/Plugin_Project_Django-${_plugin7ver}.tar.gz)
-
-build() {
-  cd ${startdir}/src
-  install -d  ${startdir}/pkg/usr/lib/python2.6/site-packages/eric4plugins
-  unzip -o Plugin_Checker_PyLint-${_plugin1ver}/*.zip -d 
${startdir}/pkg/usr/lib/python2.6/site-packages/eric4plugins || return 1
-  unzip -o Plugin_Packager_CxFreeze-${_plugin2ver}/*.zip -d 
${startdir}/pkg/usr/lib/python2.6/site-packages/eric4plugins || return 1
-  unzip -o Plugin_Refactoring_Rope-${_plugin4ver}/*.zip -d 
${startdir}/pkg/usr/lib/python2.6/site-packages/eric4plugins || return 1
-  unzip -o Plugin_Tools_CharTables-${_plugin5ver}/*.zip -d 
${startdir}/pkg/usr/lib/python2.6/site-packages/eric4plugins || return 1
-  unzip -o Plugin_Vcs_CVS-${_plugin6ver}/*.zip -d 
${startdir}/pkg/usr/lib/python2.6/site-packages/eric4plugins || return 1
-  unzip -o Plugin_Project_Django-${_plugin7ver}/*.zip -d 
${startdir}/pkg/usr/lib/python2.6/site-packages/eric4plugins || return 1
-  rm -r 
${startdir}/pkg/usr/lib/python2.6/site-packages/eric4plugins/{VERSION,*/Documentation}
-  find ${startdir}/pkg -type d -exec chmod 755 {} \;
-}
-md5sums=('7781bc6f561f02f04639ab88af56ed8e'
+source=(http://downloads.sourceforge.net/eric-ide/Plugin_Checker_PyLint-${_plugin1ver}.tar.gz
+   
http://downloads.sourceforge.net/eric-ide/Plugin_Packager_CxFreeze-${_plugin2ver}.tar.gz
+   
http://downloads.sourceforge.net/eric-ide/Plugin_Refactoring_Rope-${_plugin4ver}.tar.gz
+   
http://downloads.sourceforge.net/eric-ide/Plugin_Tools_CharTables-${_plugin5ver}.tar.gz
+   
http://downloads.sourceforge.net/eric-ide/Plugin_Vcs_CVS-${_plugin6ver}.tar.gz
+   
http://downloads.sourceforge.net/eric-ide/Plugin_Project_Django-${_plugin7ver}.tar.gz)
+md5sums=('a7bf1ed86089c66354b7096864c87452'
  '7916422e0bb821e9ea2764f6385a56c4'
  '8c7bab8b84713c9a5cc20a43991554c3'
  'ee120a9950e86bb9e225a2d6d65a355f'
- 'ff456cc2672e1c9628bb92b52ab1b399'
+ '119cfb72a58c48272410cb20436e0e71'
  '59d4e479d35c3a86867d1747ae023f8c')
+
+build() {
+  cd ${srcdir}
+  install -d  ${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins
+  unzip -o Plugin_Checker_PyLint-${_plugin1ver}/*.zip -d 
${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins || return 1
+  unzip -o Plugin_Packager_CxFreeze-${_plugin2ver}/*.zip -d 
${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins || return 1
+  unzip -o Plugin_Refactoring_Rope-${_plugin4ver}/*.zip -d 
${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins || return 1
+  unzip -o Plugin_Tools_CharTables-${_plugin5ver}/*.zip -d 
${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins || return 1
+  unzip -o Plugin_Vcs_CVS-${_plugin6ver}/*.zip -d 
${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins || return 1
+  unzip -o Plugin_Project_Django-${_plugin7ver}/*.zip -d 
${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins || return 1
+  rm -r 
${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins/{VERSION,*/Documentation}
+  find ${pkgdir} -type d -exec chmod 755 {} \;
+}
\ No newline at end of file



[arch-commits] Commit in eric-plugins/repos (extra-any)

2009-11-09 Thread Andrea Scarpino
Date: Monday, November 9, 2009 @ 14:51:26
  Author: andrea
Revision: 58590

archrelease: new repo extra-any

Added:
  eric-plugins/repos/extra-any/



[arch-commits] Commit in eric-plugins/repos (extra-any)

2009-11-09 Thread Andrea Scarpino
Date: Monday, November 9, 2009 @ 14:51:44
  Author: andrea
Revision: 58591

Initialized merge tracking via svnmerge with revisions 1-58589 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/eric-plugins/trunk

Modified:
  eric-plugins/repos/extra-any/ (properties)


Property changes on: eric-plugins/repos/extra-any
___
Added: svnmerge-integrated
   + /eric-plugins/trunk:1-58589



[arch-commits] Commit in eric-plugins/repos (extra-i686 extra-x86_64)

2009-11-09 Thread Andrea Scarpino
Date: Monday, November 9, 2009 @ 14:51:55
  Author: andrea
Revision: 58592

removed extra-i686 and extra-x86_64 for eric-plugins

Deleted:
  eric-plugins/repos/extra-i686/
  eric-plugins/repos/extra-x86_64/



[arch-commits] Commit in telepathy-gabble/repos (extra-i686 extra-i686/PKGBUILD)

2009-11-09 Thread Ionut Biru
Date: Monday, November 9, 2009 @ 15:41:59
  Author: ibiru
Revision: 58594

Merged revisions 58593 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/telepathy-gabble/trunk


  r58593 | ibiru | 2009-11-09 22:41:22 +0200 (Mon, 09 Nov 2009) | 2 lines
  
  upgpkg: telepathy-gabble 0.8.8-1
  new ver


Modified:
  telepathy-gabble/repos/extra-i686/(properties)
  telepathy-gabble/repos/extra-i686/PKGBUILD

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


Property changes on: telepathy-gabble/repos/extra-i686
___
Modified: svnmerge-integrated
   - /telepathy-gabble/trunk:1-58052
   + /telepathy-gabble/trunk:1-58593

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2009-11-09 20:41:22 UTC (rev 58593)
+++ extra-i686/PKGBUILD 2009-11-09 20:41:59 UTC (rev 58594)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.8.7
+pkgver=0.8.8
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('LGPL')
 options=('!libtool')
 depends=('loudmouth' 'telepathy-glib=0.7.37' 'libsoup')
-makedepends=('libxslt')
+makedepends=('libxslt' 'python')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
 
 build() {
@@ -23,4 +23,4 @@
   make || return 1
   make DESTDIR=$pkgdir install
 }
-md5sums=('1ab5505b5410f79438a886097db7c16e')
+md5sums=('1661fe3412552a30dc561e3094df545b')