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

2010-10-08 Thread Allan McRae
Date: Friday, October 8, 2010 @ 02:54:18
  Author: allan
Revision: 94541

db-move: logrotate removed by allan for move to [core] (i686)

Deleted:
  logrotate/repos/core-i686/



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

2010-10-08 Thread Allan McRae
Date: Friday, October 8, 2010 @ 02:54:19
  Author: allan
Revision: 94542

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

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



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

2010-10-08 Thread Allan McRae
Date: Friday, October 8, 2010 @ 02:54:21
  Author: allan
Revision: 94543

db-move: logrotate removed by allan for move to [core] (x86_64)

Deleted:
  logrotate/repos/core-x86_64/



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

2010-10-08 Thread Allan McRae
Date: Friday, October 8, 2010 @ 02:54:21
  Author: allan
Revision: 94544

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

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



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

2010-10-08 Thread Gaetan Bisson
Date: Friday, October 8, 2010 @ 04:16:45
  Author: bisson
Revision: 94545

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 06:54:21 UTC (rev 94544)
+++ PKGBUILD2010-10-08 08:16:45 UTC (rev 94545)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=feh
-pkgver=1.9
+pkgver=1.10
 pkgrel=1
 pkgdesc='Fast, lightweight image viewer which uses imlib2'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('libxinerama' 'giblib' 'perl')
 makedepends=('libxt')
 
source=(https://derf.homelinux.org/~derf/projects/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('643b5ba085ed1b7f37fb6e48293779f9056fca6e')
+sha1sums=('c42095ed6a7636fe9d1ec90d3994f4a57af84681')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-10-08 Thread Gaetan Bisson
Date: Friday, October 8, 2010 @ 04:16:54
  Author: bisson
Revision: 94546

archrelease: remove extra-i686

Deleted:
  feh/repos/extra-i686/



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

2010-10-08 Thread Gaetan Bisson
Date: Friday, October 8, 2010 @ 04:17:09
  Author: bisson
Revision: 94547

archrelease: copy trunk to extra-i686

Added:
  feh/repos/extra-i686/



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

2010-10-08 Thread Gaetan Bisson
Date: Friday, October 8, 2010 @ 04:17:17
  Author: bisson
Revision: 94548

archrelease: remove extra-x86_64

Deleted:
  feh/repos/extra-x86_64/



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

2010-10-08 Thread Gaetan Bisson
Date: Friday, October 8, 2010 @ 04:17:33
  Author: bisson
Revision: 94549

archrelease: copy trunk to extra-x86_64

Added:
  feh/repos/extra-x86_64/



[arch-commits] Commit in lapack/trunk (Makefile.blas Makefile.lapack PKGBUILD)

2010-10-08 Thread Ronald van Haren
Date: Friday, October 8, 2010 @ 05:23:08
  Author: ronald
Revision: 94550

upgpkg: lapack 3.2.2-2
fix lapack Makefile

Modified:
  lapack/trunk/Makefile.blas
  lapack/trunk/Makefile.lapack
  lapack/trunk/PKGBUILD

-+
 Makefile.blas   |  173 +++---
 Makefile.lapack |  132 -
 PKGBUILD|   26 +---
 3 files changed, 157 insertions(+), 174 deletions(-)

Modified: Makefile.blas
===
--- Makefile.blas   2010-10-08 08:17:33 UTC (rev 94549)
+++ Makefile.blas   2010-10-08 09:23:08 UTC (rev 94550)
@@ -1,28 +1,157 @@
 clean:
rm -f *.o libblas.a libblas.so*
 
-OBJS=  caxpy.o ccopy.o cdotc.o cdotu.o cgbmv.o cgemm.o cgemv.o \
-   cgerc.o cgeru.o chbmv.o chemm.o chemv.o cher2.o cher2k.o \
-   cher.o cherk.o chpmv.o chpr2.o chpr.o crotg.o cscal.o csrot.o \
-   csscal.o cswap.o csymm.o csyr2k.o csyrk.o ctbmv.o ctbsv.o \
-   ctpmv.o ctpsv.o ctrmm.o ctrmv.o ctrsm.o ctrsv.o dasum.o \
-   daxpy.o dcabs1.o dcopy.o ddot.o dgbmv.o dgemm.o dgemv.o \
-   dger.o dnrm2.o drot.o drotg.o drotm.o drotmg.o dsbmv.o \
-   dscal.o dsdot.o dspmv.o dspr2.o dspr.o dswap.o dsymm.o \
-   dsymv.o dsyr2.o dsyr2k.o dsyr.o dsyrk.o dtbmv.o dtbsv.o \
-   dtpmv.o dtpsv.o dtrmm.o dtrmv.o dtrsm.o dtrsv.o dzasum.o \
-   dznrm2.o icamax.o idamax.o isamax.o izamax.o lsame.o sasum.o \
-   saxpy.o scabs1.o scasum.o scnrm2.o scopy.o sdot.o sdsdot.o \
-   sgbmv.o sgemm.o sgemv.o sger.o snrm2.o srot.o srotg.o srotm.o \
-   srotmg.o ssbmv.o sscal.o sspmv.o sspr2.o sspr.o sswap.o \
-   ssymm.o ssymv.o ssyr2.o ssyr2k.o ssyr.o ssyrk.o stbmv.o \
-   stbsv.o stpmv.o stpsv.o strmm.o strmv.o strsm.o strsv.o \
-   xerbla_array.o xerbla.o zaxpy.o zcopy.o zdotc.o zdotu.o \
-   zdrot.o zdscal.o zgbmv.o zgemm.o zgemv.o zgerc.o zgeru.o \
-   zhbmv.o zhemm.o zhemv.o zher2.o zher2k.o zher.o zherk.o \
-   zhpmv.o zhpr2.o zhpr.o zrotg.o zscal.o zswap.o zsymm.o \
-   zsyr2k.o zsyrk.o ztbmv.o ztbsv.o ztpmv.o ztpsv.o ztrmm.o \
-   ztrmv.o ztrsm.o ztrsv.o
+OBJS= caxpy.o \
+ccopy.o \
+cdotc.o \
+cdotu.o \
+cgbmv.o \
+cgemm.o \
+cgemv.o \
+cgerc.o \
+cgeru.o \
+chbmv.o \
+chemm.o \
+chemv.o \
+cher2k.o \
+cher2.o \
+cherk.o \
+cher.o \
+chpmv.o \
+chpr2.o \
+chpr.o \
+crotg.o \
+cscal.o \
+csrot.o \
+csscal.o \
+cswap.o \
+csymm.o \
+csyr2k.o \
+csyrk.o \
+ctbmv.o \
+ctbsv.o \
+ctpmv.o \
+ctpsv.o \
+ctrmm.o \
+ctrmv.o \
+ctrsm.o \
+ctrsv.o \
+dasum.o \
+daxpy.o \
+dcabs1.o \
+dcopy.o \
+ddot.o \
+dgbmv.o \
+dgemm.o \
+dgemv.o \
+dger.o \
+dnrm2.o \
+drotg.o \
+drotmg.o \
+drotm.o \
+drot.o \
+dsbmv.o \
+dscal.o \
+dsdot.o \
+dspmv.o \
+dspr2.o \
+dspr.o \
+dswap.o \
+dsymm.o \
+dsymv.o \
+dsyr2k.o \
+dsyr2.o \
+dsyrk.o \
+dsyr.o \
+dtbmv.o \
+dtbsv.o \
+dtpmv.o \
+dtpsv.o \
+dtrmm.o \
+dtrmv.o \
+dtrsm.o \
+dtrsv.o \
+dzasum.o \
+dznrm2.o \
+icamax.o \
+idamax.o \
+isamax.o \
+izamax.o \
+lsame.o \
+sasum.o \
+saxpy.o \
+scabs1.o \
+scasum.o \
+scnrm2.o \
+scopy.o \
+sdot.o \
+sdsdot.o \
+sgbmv.o \
+sgemm.o \
+sgemv.o \
+sger.o \
+snrm2.o \
+srotg.o \
+srotmg.o \
+srotm.o \
+srot.o \
+ssbmv.o \
+sscal.o \
+sspmv.o \
+sspr2.o \
+sspr.o \
+sswap.o \
+ssymm.o \
+ssymv.o \
+ssyr2k.o \
+ssyr2.o \
+ssyrk.o \
+ssyr.o \
+stbmv.o \
+stbsv.o \
+stpmv.o \
+stpsv.o \
+strmm.o \
+strmv.o \
+strsm.o \
+strsv.o \
+xerbla_array.o \
+xerbla.o \
+zaxpy.o \
+zcopy.o \
+zdotc.o \
+zdotu.o \
+zdrot.o \
+zdscal.o \
+zgbmv.o \
+zgemm.o \
+zgemv.o \
+zgerc.o \
+zgeru.o \
+zhbmv.o \
+zhemm.o \
+zhemv.o \
+zher2k.o \
+zher2.o \
+zherk.o \
+zher.o \
+zhpmv.o \
+zhpr2.o \
+zhpr.o \
+zrotg.o \
+zscal.o \
+zswap.o \
+zsymm.o \
+zsyr2k.o \
+zsyrk.o \
+ztbmv.o \
+ztbsv.o \
+ztpmv.o \
+ztpsv.o \
+ztrmm.o \
+ztrmv.o \
+ztrsm.o \
+ztrsv.o 
 
 static: $(OBJS)
ar ruv libblas.a $(OBJS)

Modified: Makefile.lapack
===
--- Makefile.lapack 2010-10-08 08:17:33 UTC (rev 94549)
+++ Makefile.lapack 2010-10-08 09:23:08 UTC (rev 94550)
@@ -9,10 +9,8 @@
 cgbequb.o \
 cgbequ.o \
 cgbrfs.o \
-cgbrfsx.o \
 cgbsv.o \
 cgbsvx.o \
-cgbsvxx.o \
 cgbtf2.o \
 cgbtrf.o \
 cgbtrs.o \
@@ -47,7 +45,6 @@
 cgeqrf.o \
 cgeqrfp.o \
 cgerfs.o \
-cgerfsx.o \
 cgerq2.o \
 cgerqf.o \
 cgesc2.o \
@@ -55,7 +52,6 @@
 cgesvd.o \
 cgesv.o \
 cgesvx.o \
-cgesvxx.o \
 cgetc2.o \
 cgetf2.o \
 cgetrf.o \
@@ -101,10 +97,8 @@
 chegv.o \
 chegvx.o \
 cherfs.o \
-cherfsx.o \
 chesv.o \
 chesvx.o \
-chesvxx.o \
 chetd2.o \
 chetf2.o \
 chetrd.o \
@@ -113,7 +107,6 @@
 chetrs.o \
 chfrk.o \
 chgeqz.o \
-chla_transtype.o \
 chpcon.o \
 chpevd.o \
 chpev.o \
@@ -147,28 +140,13 @@
 claesy.o \
 claev2.o \
 clag2z.o \
-cla_gbamv.o \
-cla_gbrcond_c.o \
-cla_gbrcond_x.o \
-cla_gbrfsx_extended.o \
-cla_gbrpvgrw.o \
-cla_geamv.o \
-cla_gercond_c.o \
-cla_gercond_x.o \
-cla_gerfsx_extended.o \
 clags2.o \
 clagtm.o \

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

2010-10-08 Thread Ronald van Haren
Date: Friday, October 8, 2010 @ 05:23:30
  Author: ronald
Revision: 94551

archrelease: remove extra-i686

Deleted:
  lapack/repos/extra-i686/



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

2010-10-08 Thread Ronald van Haren
Date: Friday, October 8, 2010 @ 05:23:45
  Author: ronald
Revision: 94552

archrelease: copy trunk to extra-i686

Added:
  lapack/repos/extra-i686/



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

2010-10-08 Thread Ronald van Haren
Date: Friday, October 8, 2010 @ 05:24:10
  Author: ronald
Revision: 94553

archrelease: remove extra-x86_64

Deleted:
  lapack/repos/extra-x86_64/



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

2010-10-08 Thread Ronald van Haren
Date: Friday, October 8, 2010 @ 05:24:24
  Author: ronald
Revision: 94554

archrelease: copy trunk to extra-x86_64

Added:
  lapack/repos/extra-x86_64/



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

2010-10-08 Thread Allan McRae
Date: Friday, October 8, 2010 @ 05:48:08
  Author: allan
Revision: 94555

db-move: glibc removed by allan for move to [core] (i686)

Deleted:
  glibc/repos/core-i686/



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

2010-10-08 Thread Allan McRae
Date: Friday, October 8, 2010 @ 05:48:09
  Author: allan
Revision: 94556

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

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



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

2010-10-08 Thread Allan McRae
Date: Friday, October 8, 2010 @ 05:48:09
  Author: allan
Revision: 94557

db-move: glibc removed by allan for move to [core] (x86_64)

Deleted:
  glibc/repos/core-x86_64/



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

2010-10-08 Thread Allan McRae
Date: Friday, October 8, 2010 @ 05:48:11
  Author: allan
Revision: 94558

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

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



[arch-commits] Commit in wicd/trunk (PKGBUILD deepcopy+python27-fixes.patch)

2010-10-08 Thread Rémy Oudompheng
Date: Friday, October 8, 2010 @ 07:32:05
  Author: remy
Revision: 94559

upgpkg: wicd 1.7.0-6
Remove deepcopy usage, fix a call to python instead of python2

Added:
  wicd/trunk/deepcopy+python27-fixes.patch
Modified:
  wicd/trunk/PKGBUILD

---+
 PKGBUILD  |9 +++--
 deepcopy+python27-fixes.patch |   72 
 2 files changed, 78 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 09:48:11 UTC (rev 94558)
+++ PKGBUILD2010-10-08 11:32:05 UTC (rev 94559)
@@ -4,7 +4,7 @@
 
 pkgname=wicd
 pkgver=1.7.0
-pkgrel=5
+pkgrel=6
 pkgdesc=New and alternative wireless/wired network management utility
 arch=(any)
 url=http://wicd.sourceforge.net/;
@@ -21,17 +21,20 @@
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
 wicd-daemon
 wicd.desktop
-   wicd-scripts-execution.patch)
+   wicd-scripts-execution.patch
+   deepcopy+python27-fixes.patch)
 options=('emptydirs')
 backup=('etc/wicd/encryption/templates/active')
 md5sums=('003d2e67240989db55934553437ba32a'
  'f40e5f59998d0829707a7c9976afa8f8'
  '326df163a5732d38741371baa4fce9e5'
- 'f4c377a25aa077cb76955124adfcc03f')
+ 'f4c377a25aa077cb76955124adfcc03f'
+'1b7ec95efcb8dc0fe48111da19b395b6')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   patch -p0 $srcdir/wicd-scripts-execution.patch
+  patch -p1 -i $srcdir/deepcopy+python27-fixes.patch
   find . -type f -exec sed -i 's...@#!/usr.*pyt...@#!/usr/bin/python2@' {} \;
   export PYTHON=python2
   python2 setup.py configure --no-install-init 
--resume=/usr/share/wicd/scripts/ \

Added: deepcopy+python27-fixes.patch
===
--- deepcopy+python27-fixes.patch   (rev 0)
+++ deepcopy+python27-fixes.patch   2010-10-08 11:32:05 UTC (rev 94559)
@@ -0,0 +1,72 @@
+diff -ur wicd-1.7.0/wicd/configmanager.py wicd-1.7.0.new/wicd/configmanager.py
+--- wicd-1.7.0/wicd/configmanager.py   2010-01-15 05:49:11.0 +0100
 wicd-1.7.0.new/wicd/configmanager.py   2010-10-08 13:14:22.084345024 
+0200
+@@ -35,7 +35,7 @@
+ class ConfigManager(RawConfigParser):
+  A class that can be used to manage a given configuration file. 
+ def __init__(self, path, debug=False, mark_whitespace=`'`):
+-RawConfigParser.__init__(self)
++RawConfigParser.__init__(self, allow_no_value=True)
+ self.config_file = path
+ self.debug = debug
+ self.mrk_ws = mark_whitespace
+@@ -176,28 +176,35 @@
+ 
+ 
+ def _copy_section(self, name):
+-# Yes, deepcopy sucks, but it is robust to changes in both
+-# this class and RawConfigParser.
+-p = copy.deepcopy(self)
+-for sname in p.sections():
+-if sname != name:
+-p.remove_section(sname)
++p = ConfigManager(, self.debug, self.mrk_ws)
++p.add_section(name)
++for (iname, value) in self.items(name):
++p.set(name, iname, value)
++# Store the filename this section was read from.
+ p.config_file = p.get_option(name, '_filename_', p.config_file)
+ p.remove_option(name, '_filename_')
+ return p
+ 
+ def write(self):
+  Writes the loaded config file to disk. 
+-# Really don't like this deepcopy.
+-p = copy.deepcopy(self)
+-for sname in p.sections():
+-fname = p.get_option(sname, '_filename_')
++in_this_file = []
++for sname in self.sections():
++fname = self.get_option(sname, '_filename_')
+ if fname and fname != self.config_file:
++# Write sections from other files
+ section = self._copy_section(sname)
+-p.remove_section(sname)
+ section._write_one()
++else:
++# Save names of local sections
++in_this_file.append(sname)
+ 
+-for sname in p.sections():
++# Make an instance with only these sections
++p = ConfigManager(, self.debug, self.mrk_ws)
++p.config_file = self.config_file
++for sname in in_this_file:
++p.add_section(sname)
++for (iname, value) in self.items(sname):
++p.set(sname, iname, value)
+ p.remove_option(sname, '_filename_')
+ p._write_one()
+ 
+diff -ur wicd-1.7.0/wicd/wicd-daemon.py wicd-1.7.0.new/wicd/wicd-daemon.py
+--- wicd-1.7.0/wicd/wicd-daemon.py 2010-01-15 05:49:11.0 +0100
 wicd-1.7.0.new/wicd/wicd-daemon.py 2010-10-08 13:11:15.811786603 +0200
+@@ -1802,7 +1802,7 @@
+ wicd_bus = dbus.service.BusName('org.wicd.daemon', bus=bus)
+ daemon = WicdDaemon(wicd_bus, auto_connect=auto_connect)
+ if not no_poll:
+-child_pid = 

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

2010-10-08 Thread Rémy Oudompheng
Date: Friday, October 8, 2010 @ 07:32:16
  Author: remy
Revision: 94560

archrelease: remove testing-any

Deleted:
  wicd/repos/testing-any/



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

2010-10-08 Thread Rémy Oudompheng
Date: Friday, October 8, 2010 @ 07:32:37
  Author: remy
Revision: 94561

archrelease: copy trunk to testing-any

Added:
  wicd/repos/testing-any/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 07:54:41
  Author: ibiru
Revision: 94562

upgpkg: mono-zeroconf 0.9.0-2
disable mdns responder. is broken and it targets wrong soname

Modified:
  mono-zeroconf/trunk/PKGBUILD

--+
 PKGBUILD |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 11:32:37 UTC (rev 94561)
+++ PKGBUILD2010-10-08 11:54:41 UTC (rev 94562)
@@ -3,27 +3,27 @@
 
 pkgname=mono-zeroconf
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A cross platform Zero Configuration Networking library for Mono and 
.NET.
 url=http://www.mono-project.com/Mono.Zeroconf;
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('mono=2.4' 'avahi')
+depends=('mono=2.6' 'avahi')
 options=('!makeflags')
 
source=(http://download.banshee-project.org/mono-zeroconf/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('cb25d50898442a7766c324dcb52ef9bf')
 
 
 build() {
-   export MONO_SHARED_DIR=${srcdir}/.wabi
-   mkdir -p ${MONO_SHARED_DIR}
+export MONO_SHARED_DIR=${srcdir}/.wabi
+mkdir -p ${MONO_SHARED_DIR}
 
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   ./configure --prefix=/usr --disable-docs
-   make hicolordir=/usr/share/icons/hicolor || return 1
-   make hicolordir=/usr/share/icons/hicolor \
-   GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
-   DESTDIR=${pkgdir} install
-   rm -rf ${MONO_SHARED_DIR}
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr --disable-docs --disable-mdnsresponder
+make hicolordir=/usr/share/icons/hicolor
+make hicolordir=/usr/share/icons/hicolor \
+GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
+DESTDIR=${pkgdir} install
+rm -rf ${MONO_SHARED_DIR}
 }



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 07:54:47
  Author: ibiru
Revision: 94563

archrelease: remove extra-i686

Deleted:
  mono-zeroconf/repos/extra-i686/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 07:55:00
  Author: ibiru
Revision: 94564

archrelease: copy trunk to extra-i686

Added:
  mono-zeroconf/repos/extra-i686/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 07:55:10
  Author: ibiru
Revision: 94565

archrelease: remove extra-x86_64

Deleted:
  mono-zeroconf/repos/extra-x86_64/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 07:55:27
  Author: ibiru
Revision: 94566

archrelease: copy trunk to extra-x86_64

Added:
  mono-zeroconf/repos/extra-x86_64/



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

2010-10-08 Thread Andrea Scarpino
Date: Friday, October 8, 2010 @ 08:09:22
  Author: andrea
Revision: 94567

sort configure options; fix path to install imports for QML (FS#21018); add 
libxv to dependecies to add Xvideo support (FS#21056); cleanup dependencies and 
makedependencies

Modified:
  qt/trunk/PKGBUILD

--+
 PKGBUILD |   29 +
 1 file changed, 17 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 11:55:27 UTC (rev 94566)
+++ PKGBUILD2010-10-08 12:09:22 UTC (rev 94567)
@@ -4,15 +4,21 @@
 
 pkgname=qt
 pkgver=4.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A cross-platform application and UI framework'
 arch=('i686' 'x86_64')
 url='http://qt.nokia.com/'
 license=('GPL3' 'LGPL')
-depends=('libpng' 'fontconfig' 'libtiff' 'libmng' 'sqlite3' 'xdg-utils' 
'ca-certificates'
- 'hicolor-icon-theme' 'alsa-lib' 'glib2' 'dbus' 'libxrender' 'libgl' 
'libsm')
-optdepends=('postgresql-libs' 'libmysqlclient' 'unixodbc')
-makedepends=('mesa' 'inputproto' 'postgresql-libs' 'mysql' 'unixodbc' 'cups' 
'libxfixes' 'gtk2')
+depends=('libtiff' 'libpng' 'libmng' 'sqlite3' 'ca-certificates' 'glib2' 'dbus'
+   'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
+   'xdg-utils' 'hicolor-icon-theme')
+optdepends=('postgresql-libs: PostgreSQL driver'
+   'libmysqlclient: MySQL driver'
+   'unixodbc: ODBC driver'
+   'libxinerama: Xinerama support'
+   'libxcursor: Xcursor support'
+   'libxfixes: Xfixes support')
+makedepends=('mesa' 'postgresql-libs' 'mysql' 'unixodbc' 'cups' 'gtk2')
 install=${pkgname}.install
 options=('!libtool')
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
@@ -43,13 +49,11 @@
 
./configure -confirm-license -opensource \
-prefix /usr \
-   -sysconfdir /etc \
-plugindir /usr/lib/qt/plugins \
+   -importdir /usr/lib/qt/imports \
+   -datadir /usr/share/qt \
-translationdir /usr/share/qt/translations \
-   -datadir /usr/share/qt \
-   -docdir /usr/share/doc/qt \
-   -examplesdir /usr/share/doc/qt/examples \
-   -demosdir /usr/share/doc/qt/demos \
+   -sysconfdir /etc \
-largefile \
-plugin-sql-{psql,mysql,sqlite,odbc} \
-system-sqlite \
@@ -58,22 +62,23 @@
-no-phonon-backend \
-svg \
-webkit \
+   -script \
-scripttools \
-system-zlib \
-system-libtiff \
-system-libpng \
-system-libmng \
-system-libjpeg \
-   -openssl-linked \
-nomake demos \
-nomake examples \
-nomake docs \
-no-rpath \
+   -openssl-linked \
-silent \
-optimized-qmake \
-dbus \
+   -reduce-relocations \
-no-separate-debug-info \
-   -reduce-relocations \
-gtkstyle \
-opengl \
-no-openvg \



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:22:54
  Author: ibiru
Revision: 94568

upgpkg: rhythmbox 0.13.1-3
pygtk rebuild, changed musicbrainz support to version 3

Modified:
  rhythmbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 12:09:22 UTC (rev 94567)
+++ PKGBUILD2010-10-08 12:22:54 UTC (rev 94568)
@@ -4,13 +4,13 @@
 
 pkgname=rhythmbox
 pkgver=0.13.1
-pkgrel=2
+pkgrel=3
 pkgdesc=An iTunes-like music player/libary
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.rhythmbox.org;
-depends=('libgpod=0.7.93' 'libsoup-gnome=2.31.92' 'gnome-media=2.31.6' 
'totem-plparser=2.31.92' 'musicbrainz=2.1.5' 'libmtp=1.0.2' 
'libnotify=0.4.5' 'lirc-utils' 'desktop-file-utils' 
'gstreamer0.10-python=0.10.17' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' 'pygtk=2.22.0' 'gvfs=1.6.3' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'gnome-doc-utils=0.19.5' 'intltool' 
'brasero=2.31.92' 'libdmapsharing=2.1.4')
+depends=('libgpod=0.7.94' 'libsoup-gnome=2.32.0' 'gnome-media=2.32.0' 
'totem-plparser=2.32.0' 'libmusicbrainz3=3.0.3' 'libmtp=1.0.2' 
'libnotify=0.4.5' 'lirc-utils' 'desktop-file-utils' 
'gstreamer0.10-python=0.10.17' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' 'pygtk=2.22.0' 'gvfs=1.6.4' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'gnome-doc-utils=0.20.1' 'intltool' 
'brasero=2.31.92' 'libdmapsharing=2.1.4')
 optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
 'gstreamer0.10-bad-plugins: Extra media codecs'
 'gstreamer0.10-ffmpeg: Extra media codecs'



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:23:13
  Author: ibiru
Revision: 94569

archrelease: remove testing-i686

Deleted:
  rhythmbox/repos/testing-i686/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:23:25
  Author: ibiru
Revision: 94570

archrelease: copy trunk to testing-i686

Added:
  rhythmbox/repos/testing-i686/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:23:39
  Author: ibiru
Revision: 94571

archrelease: remove testing-x86_64

Deleted:
  rhythmbox/repos/testing-x86_64/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:23:51
  Author: ibiru
Revision: 94572

archrelease: copy trunk to testing-x86_64

Added:
  rhythmbox/repos/testing-x86_64/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:28:09
  Author: ibiru
Revision: 94573

upgpkg: libva 1.0.5-1
update to 1.0.5

Modified:
  libva/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 12:23:51 UTC (rev 94572)
+++ PKGBUILD2010-10-08 12:28:09 UTC (rev 94573)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer : Ionut Biru ib...@archlinux.org
 pkgname=libva
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc=libva with patches to extend VA API with data needed for VDPAU and 
XvBA backends.
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 optdepends=('vdpau-video: VDPAU backend for VA API')
 options=('!libtool')
 
source=(http://cgit.freedesktop.org/libva/snapshot/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3a16a9339dcc3c27234ba9f28fb38a63')
+md5sums=('676f0bd52844e0f5c03982e739ee1e31')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:28:17
  Author: ibiru
Revision: 94574

archrelease: remove extra-i686

Deleted:
  libva/repos/extra-i686/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:28:32
  Author: ibiru
Revision: 94575

archrelease: copy trunk to extra-i686

Added:
  libva/repos/extra-i686/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:28:38
  Author: ibiru
Revision: 94576

archrelease: remove extra-x86_64

Deleted:
  libva/repos/extra-x86_64/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:28:52
  Author: ibiru
Revision: 94577

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/



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

2010-10-08 Thread Pierre Schmitz
Date: Friday, October 8, 2010 @ 08:39:37
  Author: pierre
Revision: 94579

db-move: moved mysql from [testing] to [extra] (i686)

Added:
  mysql/repos/extra-i686/
Deleted:
  mysql/repos/testing-i686/



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

2010-10-08 Thread Pierre Schmitz
Date: Friday, October 8, 2010 @ 08:39:39
  Author: pierre
Revision: 94580

db-move: mysql removed by pierre for move to [extra] (x86_64)

Deleted:
  mysql/repos/extra-x86_64/



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

2010-10-08 Thread Pierre Schmitz
Date: Friday, October 8, 2010 @ 08:39:39
  Author: pierre
Revision: 94581

db-move: moved mysql from [testing] to [extra] (x86_64)

Added:
  mysql/repos/extra-x86_64/
Deleted:
  mysql/repos/testing-x86_64/



[arch-commits] Commit in libimobiledevice/trunk (PKGBUILD swig-version-check.patch)

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:47:43
  Author: ibiru
Revision: 94582

upgpkg: libimobiledevice 1.0.3-1
update to 1.0.3

Modified:
  libimobiledevice/trunk/PKGBUILD
  libimobiledevice/trunk/swig-version-check.patch

--+
 PKGBUILD |   12 ++--
 swig-version-check.patch |9 +
 2 files changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 12:39:39 UTC (rev 94581)
+++ PKGBUILD2010-10-08 12:47:43 UTC (rev 94582)
@@ -3,24 +3,24 @@
 # Contributor: Gabriel Martinez  reitaka at gmail dot com 
 
 pkgname=libimobiledevice
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
 pkgdesc=Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux
 url=http://libimobiledevice.org/;
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
-depends=('gnutls'  'glib2' 'libplist=1.3' 'usbmuxd=1.0.4')
+depends=('gnutls'  'glib2' 'libplist=1.3' 'usbmuxd=1.0.5')
 makedepends=('swig' 'python2')
 options=('!libtool')
 source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2
 swig-version-check.patch)
-md5sums=('b83dd6f501e2ef199927c20866e9e113'
-'253398a6ccf7b21b3e80991b67422f4d')
+md5sums=('68e68b5c2bea3ad99917add839d32cb2'
+ '8bb215e36fe0e08a72332c108c7842cc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   # SWIG version check is wrong (still not fixed upstream)
-  patch -p0 -i $srcdir/swig-version-check.patch
+  patch -p1 -i $srcdir/swig-version-check.patch
   ./configure --prefix=/usr
   make
 }

Modified: swig-version-check.patch
===
--- swig-version-check.patch2010-10-08 12:39:39 UTC (rev 94581)
+++ swig-version-check.patch2010-10-08 12:47:43 UTC (rev 94582)
@@ -1,6 +1,7 @@
 configure.orig 2010-09-01 15:42:35.343947508 +0200
-+++ configure  2010-09-01 15:43:43.816857993 +0200
-@@ -2975,9 +2975,7 @@
+diff -Nur libimobiledevice-1.0.3.old/configure libimobiledevice-1.0.3/configure
+--- libimobiledevice-1.0.3.old/configure   2010-10-04 07:38:37.0 
-0700
 libimobiledevice-1.0.3/configure   2010-10-08 05:43:05.466686656 -0700
+@@ -3477,9 +3477,7 @@
  if test -z $available_patch ; then
  available_patch=0
  fi
@@ -8,6 +9,6 @@
 --o $available_minor -ne $required_minor \
 --o $available_patch -lt $required_patch ; then
 +if test $available_major -lt $required_major ; then
- { $as_echo $as_me:$LINENO: WARNING: SWIG 
version = 1.3.21 is required.  You have $swig_version.  You should look at 
http://www.swig.org; 5
+ { $as_echo $as_me:${as_lineno-$LINENO}: 
WARNING: SWIG version = 1.3.21 is required.  You have $swig_version.  You 
should look at http://www.swig.org; 5
  $as_echo $as_me: WARNING: SWIG version = 1.3.21 is required.  You have 
$swig_version.  You should look at http://www.swig.org; 2;}
  SWIG=false



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:47:52
  Author: ibiru
Revision: 94583

archrelease: remove testing-i686

Deleted:
  libimobiledevice/repos/testing-i686/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:48:20
  Author: ibiru
Revision: 94584

archrelease: copy trunk to testing-i686

Added:
  libimobiledevice/repos/testing-i686/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:48:37
  Author: ibiru
Revision: 94585

archrelease: remove testing-x86_64

Deleted:
  libimobiledevice/repos/testing-x86_64/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:48:53
  Author: ibiru
Revision: 94586

archrelease: copy trunk to testing-x86_64

Added:
  libimobiledevice/repos/testing-x86_64/



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

2010-10-08 Thread Allan McRae
Date: Friday, October 8, 2010 @ 08:53:29
  Author: allan
Revision: 94588

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

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



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

2010-10-08 Thread Allan McRae
Date: Friday, October 8, 2010 @ 08:53:30
  Author: allan
Revision: 94589

db-move: binutils removed by allan for move to [core] (x86_64)

Deleted:
  binutils/repos/core-x86_64/



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

2010-10-08 Thread Allan McRae
Date: Friday, October 8, 2010 @ 08:53:31
  Author: allan
Revision: 94590

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

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



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:55:33
  Author: ibiru
Revision: 94591

upgpkg: twisted 10.1.0-1
update to 10.1.0

Modified:
  twisted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 12:53:31 UTC (rev 94590)
+++ PKGBUILD2010-10-08 12:55:33 UTC (rev 94591)
@@ -4,8 +4,8 @@
 # Contributor:  Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=twisted
-pkgver=10.0.0
-pkgrel=3
+pkgver=10.1.0
+pkgrel=1
 pkgdesc=Asynchronous networking framework written in Python.
 arch=('i686' 'x86_64')
 url=http://twistedmatrix.com/;
@@ -15,8 +15,7 @@
 'python-soappy:for twisted.web.soap')
 install=twisted.install
 
source=(http://tmrc.mit.edu/mirror/twisted/Twisted/${pkgver%.*}/Twisted-${pkgver}.tar.bz2)
-md5sums=('3b226af1a19b25e3b3e93cc6edf5e284')
-
+md5sums=('04cca97506e830074cffc1965297da3f')
 build() {
   cd ${srcdir}/Twisted-${pkgver}
 
@@ -27,5 +26,4 @@
   -i 
${pkgdir}/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
   -i 
${pkgdir}/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py
-
 }



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:55:42
  Author: ibiru
Revision: 94592

archrelease: remove testing-i686

Deleted:
  twisted/repos/testing-i686/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:55:56
  Author: ibiru
Revision: 94593

archrelease: copy trunk to testing-i686

Added:
  twisted/repos/testing-i686/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:56:05
  Author: ibiru
Revision: 94594

archrelease: remove testing-x86_64

Deleted:
  twisted/repos/testing-x86_64/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:56:18
  Author: ibiru
Revision: 94595

archrelease: copy trunk to testing-x86_64

Added:
  twisted/repos/testing-x86_64/



[arch-commits] Commit in python-gdata/repos (testing-any)

2010-10-08 Thread Angel Velásquez
Date: Friday, October 8, 2010 @ 09:42:46
  Author: angvp
Revision: 94597

archrelease: remove testing-any

Deleted:
  python-gdata/repos/testing-any/



[arch-commits] Commit in python-gdata/repos (testing-any)

2010-10-08 Thread Angel Velásquez
Date: Friday, October 8, 2010 @ 09:42:56
  Author: angvp
Revision: 94598

archrelease: copy trunk to testing-any

Added:
  python-gdata/repos/testing-any/



[arch-commits] Commit in (4 files)

2010-10-08 Thread Andrea Scarpino
Date: Friday, October 8, 2010 @ 10:25:39
  Author: andrea
Revision: 94599

moved from [community]; libmusicbrainz3 dependence

Added:
  libdiscid/
  libdiscid/repos/
  libdiscid/trunk/
  libdiscid/trunk/PKGBUILD

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

Added: libdiscid/trunk/PKGBUILD
===
--- libdiscid/trunk/PKGBUILD(rev 0)
+++ libdiscid/trunk/PKGBUILD2010-10-08 14:25:39 UTC (rev 94599)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Eric Gillingham sy...@sysrq.tk
+
+pkgname=libdiscid
+pkgver=0.2.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc=A Library for creating MusicBrainz DiscIDs
+url=http://musicbrainz.org/doc/libdiscid;
+depends=('glibc')
+source=(http://users.musicbrainz.org/~matt/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('ee21ddbe696a3c60e14827a75f3bcf5b')
+options=('!libtool')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr install
+}



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

2010-10-08 Thread Andrea Scarpino
Date: Friday, October 8, 2010 @ 10:26:23
  Author: andrea
Revision: 94600

archrelease: copy trunk to extra-i686

Added:
  libdiscid/repos/extra-i686/



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

2010-10-08 Thread Andrea Scarpino
Date: Friday, October 8, 2010 @ 10:26:50
  Author: andrea
Revision: 94601

archrelease: copy trunk to extra-x86_64

Added:
  libdiscid/repos/extra-x86_64/



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

2010-10-08 Thread Andrea Scarpino
Date: Friday, October 8, 2010 @ 11:38:05
  Author: andrea
Revision: 94602

archrelease: remove extra-i686

Deleted:
  qt/repos/extra-i686/



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

2010-10-08 Thread Andrea Scarpino
Date: Friday, October 8, 2010 @ 11:38:27
  Author: andrea
Revision: 94603

archrelease: copy trunk to extra-i686

Added:
  qt/repos/extra-i686/



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

2010-10-08 Thread Andrea Scarpino
Date: Friday, October 8, 2010 @ 11:47:26
  Author: andrea
Revision: 94605

archrelease: copy trunk to extra-x86_64

Added:
  qt/repos/extra-x86_64/



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

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 14:17:20
  Author: andyrtr
Revision: 94606

upgpkg: sqlite3 3.7.3-1
new version 3.7.3

Modified:
  sqlite3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 15:47:26 UTC (rev 94605)
+++ PKGBUILD2010-10-08 18:17:20 UTC (rev 94606)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sqlite3
-pkgver=3.7.2
+pkgver=3.7.3
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 source=(http://www.sqlite.org/sqlite-$pkgver.tar.gz
license.txt)
 options=(!libtool)
-md5sums=('5f1853c4c1eba3330b6104f274918673'
+md5sums=('5437978aae90350cf984993091e0d695'
  'c1cdbc5544034d9012e421e75a5e4890')
 
 build() {



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

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 14:18:09
  Author: andyrtr
Revision: 94608

archrelease: copy trunk to testing-x86_64

Added:
  sqlite3/repos/testing-x86_64/



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

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 14:32:51
  Author: andyrtr
Revision: 94609

upgpkg: man-pages 3.28-1
new version 3.28

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 18:18:09 UTC (rev 94608)
+++ PKGBUILD2010-10-08 18:32:51 UTC (rev 94609)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.27
+pkgver=3.28
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.gz

http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('118c81a47619f259f9f38dbb0c280784'
+md5sums=('c73c092019f093becd388911ffc6d072'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



[arch-commits] Commit in man-pages/repos (testing-any)

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 14:33:56
  Author: andyrtr
Revision: 94610

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 15:13:33
  Author: ibiru
Revision: 94613

archrelease: copy trunk to extra-i686

Added:
  vdpau-video/repos/extra-i686/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 15:13:38
  Author: ibiru
Revision: 94614

archrelease: remove extra-x86_64

Deleted:
  vdpau-video/repos/extra-x86_64/



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

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 15:14:53
  Author: andyrtr
Revision: 94616

upgpkg: rasqal 0.9.20-1
new version 0.9.20

Modified:
  rasqal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 19:13:53 UTC (rev 94615)
+++ PKGBUILD2010-10-08 19:14:53 UTC (rev 94616)
@@ -3,8 +3,8 @@
 # Contributor: Lawrence Lee valh...@facticius.net
 
 pkgname=rasqal
-pkgver=0.9.19
-pkgrel=2
+pkgver=0.9.20
+pkgrel=1
 pkgdesc=a free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings
 url=http://librdf.org/rasqal;
 license=('GPL' 'LGPL')
@@ -12,12 +12,16 @@
 depends=('raptor=1.4.21' 'mpfr')
 options=('!libtool')
 source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9bc1b40ffe1bdc794887d845d153bd4e')
+md5sums=('c45b6cd784298e264e8757d14355ecce')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static --enable-release \
 --with-raptor=system
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 }



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

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 15:15:03
  Author: andyrtr
Revision: 94617

archrelease: remove extra-i686

Deleted:
  rasqal/repos/extra-i686/



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

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 15:15:22
  Author: andyrtr
Revision: 94618

archrelease: copy trunk to extra-i686

Added:
  rasqal/repos/extra-i686/



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

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 15:15:31
  Author: andyrtr
Revision: 94619

archrelease: remove extra-x86_64

Deleted:
  rasqal/repos/extra-x86_64/



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

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 15:15:50
  Author: andyrtr
Revision: 94620

archrelease: copy trunk to extra-x86_64

Added:
  rasqal/repos/extra-x86_64/



[arch-commits] Commit in redland/trunk (2 files)

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 15:25:57
  Author: andyrtr
Revision: 94621

upgpkg: redland 1.0.11-1
new version 1.0.11

Modified:
  redland/trunk/PKGBUILD
Deleted:
  redland/trunk/librdf_storage_register_factory.patch

---+
 PKGBUILD  |   26 --
 librdf_storage_register_factory.patch |   21 -
 2 files changed, 12 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 19:15:50 UTC (rev 94620)
+++ PKGBUILD2010-10-08 19:25:57 UTC (rev 94621)
@@ -1,31 +1,29 @@
 # $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Maintainer: AndyRTR andy...@archlinux.org
 # Contributor: Francois Charette francois.archlinux.org 
 
 pkgname=redland
-pkgver=1.0.10
-pkgrel=2
+pkgver=1.0.11
+pkgrel=1
 pkgdesc=Library that provides a high-level interface to RDF data
 url=http://librdf.org/;
-license=GPL
+license=(GPL)
 arch=('i686' 'x86_64')
 depends=('raptor=1.4.20' 'db=4.8' 'postgresql-libs=8.4.2' 
'libmysqlclient=5.1.42' 'sqlite3=3.6.21' 
  'curl=7.19.7' 'libxslt=1.1.26' 'mpfr=2.4.1' 'libtool' 
'rasqal=0.9.17' 'unixodbc')
 makedepends=('gtk-doc')
-source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz;
-'librdf_storage_register_factory.patch')
-md5sums=('bdbb9b8dc614fc09a14cd646079619e1'
- '1044ffc635f5c0ad16a00e18491ee588')
+options=('!libtool')
+source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz;)
+md5sums=('e1769361c907a216c6a75fc692ba412b')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
-# upstream patch to fix virtuoso backend
-# see 
http://git.librdf.org/view?p=librdf.git;a=commit;h=bfeaca74108e5a1e0c8143b2dc4c36f23e78f311
-patch -p1 -i ${srcdir}/librdf_storage_register_factory.patch || return 
1
-sed -i -e '/SHAVE/d' configure.ac
-autoreconf
  ./configure --prefix=/usr --enable-release --disable-static \
  --with-raptor=system --with-rasqal=system --with-sqlite=3
 make || return 1
-make DESTDIR=$pkgdir install || return 1
 }
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make -j1 DESTDIR=$pkgdir install || return 1
+}

Deleted: librdf_storage_register_factory.patch
===
--- librdf_storage_register_factory.patch   2010-10-08 19:15:50 UTC (rev 
94620)
+++ librdf_storage_register_factory.patch   2010-10-08 19:25:57 UTC (rev 
94621)
@@ -1,21 +0,0 @@
-From: Dave Beckett d...@dajobe.org
-Date: Fri, 18 Dec 2009 16:03:31 + (+)
-Subject: Add librdf.la to librdf_storage_virtuoso_la_LIBADD
-X-Git-Url: 
http://git.librdf.org/view?p=librdf.git;a=commitdiff_plain;h=bfeaca74108e5a1e0c8143b2dc4c36f23e78f311;hp=5dfe6dc3361cccdf47a9db32bfa8374d405ad1e4
-
-Add librdf.la to librdf_storage_virtuoso_la_LIBADD

-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 6bb4aa0..fcbe149 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -152,7 +152,7 @@ if STORAGE_VIRTUOSO
- plugin_LTLIBRARIES += librdf_storage_virtuoso.la 
- librdf_storage_virtuoso_la_SOURCES = rdf_storage_virtuoso.c 
rdf_storage_virtuoso_internal.h
- librdf_storage_virtuoso_la_CPPFLAGS = @ODBC_CFLAGS@
--librdf_storage_virtuoso_la_LIBADD = @ODBC_LIBS@
-+librdf_storage_virtuoso_la_LIBADD = @ODBC_LIBS@ librdf.la
- librdf_storage_virtuoso_la_LDFLAGS = -module -avoid-version
- endif
- 



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

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 15:26:06
  Author: andyrtr
Revision: 94622

archrelease: remove extra-i686

Deleted:
  redland/repos/extra-i686/



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

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 15:26:24
  Author: andyrtr
Revision: 94623

archrelease: copy trunk to extra-i686

Added:
  redland/repos/extra-i686/



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

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 15:26:34
  Author: andyrtr
Revision: 94624

archrelease: remove extra-x86_64

Deleted:
  redland/repos/extra-x86_64/



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

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 15:26:55
  Author: andyrtr
Revision: 94625

archrelease: copy trunk to extra-x86_64

Added:
  redland/repos/extra-x86_64/



[arch-commits] Commit in xfce4-cpugraph-plugin/trunk (PKGBUILD)

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 15:50:25
  Author: andyrtr
Revision: 94626

upgpkg: xfce4-cpugraph-plugin 1.0.0-1
new version 1.0.0

Modified:
  xfce4-cpugraph-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 19:26:55 UTC (rev 94625)
+++ PKGBUILD2010-10-08 19:50:25 UTC (rev 94626)
@@ -3,23 +3,27 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-cpugraph-plugin
-pkgver=0.4.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc=CPU graph plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xfce-goodies.berlios.de/;
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
-makedepends=('pkgconfig' 'perlxml')
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('246697fc1e1ec5009aea34d4ef1dca95')
+makedepends=('pkgconfig' 'perlxml' 'intltool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ba08c72b0fe52784d97d0a8d15516e84')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
 --localstatedir=/var --disable-static
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }



[arch-commits] Commit in xfce4-cpugraph-plugin/repos (extra-i686)

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 15:50:33
  Author: andyrtr
Revision: 94627

archrelease: remove extra-i686

Deleted:
  xfce4-cpugraph-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-cpugraph-plugin/repos (extra-i686)

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 15:50:52
  Author: andyrtr
Revision: 94628

archrelease: copy trunk to extra-i686

Added:
  xfce4-cpugraph-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-cpugraph-plugin/repos (extra-x86_64)

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 15:51:00
  Author: andyrtr
Revision: 94629

archrelease: remove extra-x86_64

Deleted:
  xfce4-cpugraph-plugin/repos/extra-x86_64/



[arch-commits] Commit in xfce4-cpugraph-plugin/repos (extra-x86_64)

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 15:51:18
  Author: andyrtr
Revision: 94630

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-cpugraph-plugin/repos/extra-x86_64/



[arch-commits] Commit in ghostscript/trunk (5 files)

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 16:42:27
  Author: andyrtr
Revision: 94631

upgpkg: ghostscript 9.00-1
new version 9.00

Modified:
  ghostscript/trunk/PKGBUILD
  ghostscript/trunk/ghostscript-fPIC.patch
Deleted:
  ghostscript/trunk/ghostscript-pdf2dsc.patch
  ghostscript/trunk/libpng14.patch
  ghostscript/trunk/svn_r10890.patch

---+
 PKGBUILD  |   27 ++--
 ghostscript-fPIC.patch|   11 
 ghostscript-pdf2dsc.patch |   12 -
 libpng14.patch|   24 --
 svn_r10890.patch  |   99 
 5 files changed, 6 insertions(+), 167 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 19:51:18 UTC (rev 94630)
+++ PKGBUILD2010-10-08 20:42:27 UTC (rev 94631)
@@ -2,8 +2,8 @@
 # Maintainer: AndyRTR andy...@archlinux.org
 
 pkgname=ghostscript
-pkgver=8.71
-pkgrel=3
+pkgver=9.00
+pkgrel=1
 pkgdesc=An interpreter for the PostScript language
 arch=('i686' 'x86_64')
 license=('GPL3' 'custom')
@@ -17,35 +17,20 @@
 url=http://www.ghostscript.com/;
 source=(http://ghostscript.com/releases/ghostscript-${pkgver}.tar.xz
ghostscript-fPIC.patch
-   ghostscript-system-jasper.patch
-   libpng14.patch
-   ghostscript-pdf2dsc.patch
-   svn_r10890.patch)
+   ghostscript-system-jasper.patch)
 options=('!libtool' '!makeflags')
-md5sums=('5005d68f7395c2bfc4b05c1a60d9b6ba'
- '1a8fcacf0005214db823225c870f093d'
- '03e27cd02471ab3b642c344fa06b623e'
- 'be94ee357986f7f63d1b470da5bdc99e'
- 'f88f3764fc11e3ae2a86b17d2502da2f'
- 'fe0888a74d7870af234ad53a2f74380a')
+md5sums=('1ca5f245677f78f573e6490bdb40702f'
+ '766d44c47c693f96941b658e360c1277'
+ '03e27cd02471ab3b642c344fa06b623e')
 
 build() {
   cd ${srcdir}/ghostscript-${pkgver}
   # force it to use system-libs
   rm -rf jpeg libpng zlib jasper expat
 
-  patch -Np1 -i ${srcdir}/libpng14.patch || return 1
-
   # fix build with systems jasper
   patch -Np1 -i ${srcdir}/ghostscript-system-jasper.patch || return 1
-  
-  # fix PDF viewing with gv - from Fedora
-  patch -Np1 -i ${srcdir}/ghostscript-pdf2dsc.patch || return 1
-  
-  # fix segfaults - http://bugs.archlinux.org/task/18339
-  patch -Np1 -i ${srcdir}/svn_r10890.patch || return 1
 
-
   if [ $CARCH = x86_64 ]; then
 patch -Np1 -i ${srcdir}/ghostscript-fPIC.patch || return 1
   fi

Modified: ghostscript-fPIC.patch
===
--- ghostscript-fPIC.patch  2010-10-08 19:51:18 UTC (rev 94630)
+++ ghostscript-fPIC.patch  2010-10-08 20:42:27 UTC (rev 94631)
@@ -18,14 +18,3 @@
  
  ## Create a pseudo-feature for the entire graphics library.
  
 ghostscript-8.60-r8112/base/devs.mak.fPIC  2007-07-10 17:05:00.0 
+0100
-+++ ghostscript-8.60-r8112/base/devs.mak   2007-07-10 17:05:07.0 
+0100
-@@ -464,7 +464,7 @@
-   $(GLCCSHARED) $(XINCLUDE) $(GLO_)gdevx.$(OBJ) $(C_) $(GLSRC)gdevx.c
- 
- $(GLOBJ)gdevxcmp.$(OBJ) : $(GLSRC)gdevxcmp.c $(GDEVX) $(math__h)
--  $(GLCC) $(XINCLUDE) $(GLO_)gdevxcmp.$(OBJ) $(C_) $(GLSRC)gdevxcmp.c
-+  $(GLCCSHARED) $(XINCLUDE) $(GLO_)gdevxcmp.$(OBJ) $(C_) 
$(GLSRC)gdevxcmp.c
- 
- $(GLOBJ)gdevxini.$(OBJ) : $(GLSRC)gdevxini.c $(GDEVX) $(memory__h)\
-  $(gserrors_h) $(gsparamx_h) $(gxdevmem_h) $(gdevbbox_h)

Deleted: ghostscript-pdf2dsc.patch
===
--- ghostscript-pdf2dsc.patch   2010-10-08 19:51:18 UTC (rev 94630)
+++ ghostscript-pdf2dsc.patch   2010-10-08 20:42:27 UTC (rev 94631)
@@ -1,12 +0,0 @@
-diff -up ghostscript-8.71/lib/pdf2dsc.ps.pdf2dsc 
ghostscript-8.71/lib/pdf2dsc.ps
 ghostscript-8.71/lib/pdf2dsc.ps.pdf2dsc2010-02-20 15:50:51.287734970 
+
-+++ ghostscript-8.71/lib/pdf2dsc.ps2010-02-20 15:51:02.902609964 +
-@@ -116,7 +116,7 @@ systemdict /.setsafe known { .setsafe } 
-DSCfile PDFname write==only
-( \(r\) file { DELAYSAFER { .setsafe } if } stopped pop\n) puts
-( pdfopen begin\n) puts
--   ( copy_trailer_attrs\n) puts
-+   ( process_trailer_attrs\n) puts
-(%%EndSetup\n) puts
- 
-/.hasPageLabels false def % see Page Labels in the PDF Reference

Deleted: libpng14.patch
===
--- libpng14.patch  2010-10-08 19:51:18 UTC (rev 94630)
+++ libpng14.patch  2010-10-08 20:42:27 UTC (rev 94631)
@@ -1,24 +0,0 @@
-diff -Nur ghostscript-8.70.orig/base/configure.ac 
ghostscript-8.70/base/configure.ac
 ghostscript-8.70.orig/base/configure.ac2009-07-27 19:59:50.0 
+0300
-+++ ghostscript-8.70/base/configure.ac 2010-01-17 02:20:52.0 +0200
-@@ -402,7 +402,7 @@
-   PNGDEVS=$PNGDEVS_ALL
- else
-   AC_MSG_RESULT([no])
--  AC_CHECK_LIB(png, png_check_sig, [
-+  AC_CHECK_LIB(png, png_sig_cmp, [
- AC_CHECK_HEADERS(png.h, [
-   

[arch-commits] Commit in vte/trunk (PKGBUILD pass-correct-term.patch)

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 16:42:34
  Author: ibiru
Revision: 94632

upgpkg: vte 0.26.0-4
fix passing correct TERM

Added:
  vte/trunk/pass-correct-term.patch
Modified:
  vte/trunk/PKGBUILD

-+
 PKGBUILD|   10 ++-
 pass-correct-term.patch |  137 ++
 2 files changed, 143 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 20:42:27 UTC (rev 94631)
+++ PKGBUILD2010-10-08 20:42:34 UTC (rev 94632)
@@ -3,7 +3,7 @@
 
 pkgname=vte
 pkgver=0.26.0
-pkgrel=3
+pkgrel=4
 pkgdesc=Virtual Terminal Emulator library
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,11 +11,13 @@
 options=('!libtool')
 makedepends=('pygtk=2.22.0' 'pkg-config' 'intltool' 'gobject-introspection')
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.26/vte-${pkgver}.tar.bz2)
-sha256sums=('0b1e9ca377f80912d9fb9a2c2d876c8fddf8b0b7fe0bd169d80671afe6f47e4d')
-
+source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.26/vte-${pkgver}.tar.bz2
+pass-correct-term.patch)
+sha256sums=('0b1e9ca377f80912d9fb9a2c2d876c8fddf8b0b7fe0bd169d80671afe6f47e4d'
+'62f2ffbd0ae6904c154d1026893be67a7538c61368a1c75639dc9289919a3907')
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/pass-correct-term.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/vte \
   --localstatedir=/var --disable-static \

Added: pass-correct-term.patch
===
--- pass-correct-term.patch (rev 0)
+++ pass-correct-term.patch 2010-10-08 20:42:34 UTC (rev 94632)
@@ -0,0 +1,137 @@
+From c5d31b87d7a377f5e6fe93fc1efb061f5c7e9db7 Mon Sep 17 00:00:00 2001
+From: Tomeu Vizoso tomeu.viz...@collabora.co.uk
+Date: Thu, 07 Oct 2010 10:57:45 +
+Subject: Pass the correct TERM value inside envp when spawning
+
+So the codepaths that end up invoking execve still have the correct
+TERM entry. Clarify the effect of vte_pty_set_term().
+
+https://bugzilla.gnome.org/show_bug.cgi?id=631589
+---
+diff --git a/src/pty.c b/src/pty.c
+index e3fb782..11dbe6a 100644
+--- a/src/pty.c
 b/src/pty.c
+@@ -394,7 +394,7 @@ __vte_pty_get_argv (const char *command,
+  * Returns: a newly allocated string array. Free using g_strfreev()
+  */
+ static gchar **
+-__vte_pty_merge_environ (char **envp)
++__vte_pty_merge_environ (char **envp, const char *term_value)
+ {
+   GHashTable *table;
+ GHashTableIter iter;
+@@ -425,6 +425,9 @@ __vte_pty_merge_environ (char **envp)
+   }
+   }
+ 
++if (term_value != NULL)
++g_hash_table_replace (table, g_strdup (TERM), g_strdup 
(term_value));
++
+   array = g_ptr_array_sized_new (g_hash_table_size (table) + 1);
+ g_hash_table_iter_init(iter, table);
+ while (g_hash_table_iter_next(iter, (gpointer) name, (gpointer) 
value)) {
+@@ -518,7 +521,7 @@ __vte_pty_spawn (VtePty *pty,
+ spawn_flags = ~G_SPAWN_LEAVE_DESCRIPTORS_OPEN;
+ 
+ /* add the given environment to the childs */
+-envp2 = __vte_pty_merge_environ (envv);
++envp2 = __vte_pty_merge_environ (envv, pty-priv-term);
+ 
+ _VTE_DEBUG_IF (VTE_DEBUG_MISC) {
+ g_printerr (Spawing command:\n);
+@@ -1679,8 +1682,8 @@ vte_pty_class_init (VtePtyClass *klass)
+ /**
+  * VtePty:term:
+  *
+- * The value to set for the TERM environment variable
+- * in vte_pty_child_setup().
++ * The value to set for the TERM environment variable just after
++ * forking.
+  *
+  * Since: 0.26
+  */
+@@ -1816,13 +1819,7 @@ vte_pty_get_fd (VtePty *pty)
+  * @pty: a #VtePty
+  * @emulation: (allow-none): the name of a terminal description, or %NULL
+  *
+- * Sets what value of the TERM environment variable to set
+- * when using vte_pty_child_setup().
+- *
+- * Note: When using fork() and execve(), or the g_spawn_async() family of
+- * functions with vte_pty_child_setup(),
+- * and the environment passed to them contains the literalTERM/literal
+- * environment variable, that value will override the one set here.
++ * Sets what value of the TERM environment variable to set just after forking.
+  *
+  * Since: 0.26
+  */
+diff --git a/src/vte.c b/src/vte.c
+index 5c2c1aa..72aa1a1 100644
+--- a/src/vte.c
 b/src/vte.c
+@@ -3518,32 +3518,6 @@ _vte_terminal_get_argv (const char *command,
+ return argv2;
+ }
+ 
+-/*
+- * _vte_terminal_filter_envv:
+- * @envv: the environment vector
+- *
+- * Filters out the TERM variable from @envv.
+- *
+- * Returns: (transfer container): the filtered environment vector
+- */
+-static char **
+-_vte_terminal_filter_envv (char **envv)
+-{
+-  GPtrArray *array;
+-  int i;
+-
+-  if (envv == NULL)
+-return NULL;
+-
+-  array = 

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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 16:42:42
  Author: ibiru
Revision: 94633

archrelease: remove testing-i686

Deleted:
  vte/repos/testing-i686/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 16:42:59
  Author: ibiru
Revision: 94634

archrelease: copy trunk to testing-i686

Added:
  vte/repos/testing-i686/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 16:43:08
  Author: ibiru
Revision: 94635

archrelease: remove testing-x86_64

Deleted:
  vte/repos/testing-x86_64/



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

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 16:43:25
  Author: ibiru
Revision: 94636

archrelease: copy trunk to testing-x86_64

Added:
  vte/repos/testing-x86_64/



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

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 16:44:39
  Author: andyrtr
Revision: 94637

archrelease: copy trunk to testing-i686

Added:
  ghostscript/repos/testing-i686/



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

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 16:46:55
  Author: andyrtr
Revision: 94638

archrelease: copy trunk to testing-x86_64

Added:
  ghostscript/repos/testing-x86_64/



[arch-commits] Commit in lxpanel/trunk (2 files)

2010-10-08 Thread Angel Velásquez
Date: Friday, October 8, 2010 @ 18:08:39
  Author: angvp
Revision: 94639

upgpkg: lxpanel 0.5.6-1
Updating to 0.5.6

Added:
  lxpanel/trunk/Fix-build-issue-with-symbol-alarm-showing-up-on-F14-.patch
Modified:
  lxpanel/trunk/PKGBUILD(contents, properties)

+
 Fix-build-issue-with-symbol-alarm-showing-up-on-F14-.patch |   43 +++
 PKGBUILD   |   14 ++-
 2 files changed, 52 insertions(+), 5 deletions(-)

Added: Fix-build-issue-with-symbol-alarm-showing-up-on-F14-.patch
===
--- Fix-build-issue-with-symbol-alarm-showing-up-on-F14-.patch  
(rev 0)
+++ Fix-build-issue-with-symbol-alarm-showing-up-on-F14-.patch  2010-10-08 
22:08:39 UTC (rev 94639)
@@ -0,0 +1,43 @@
+From 4a974f2686d2fafdcda4a180b0483a7b17fd2d71 Mon Sep 17 00:00:00 2001
+From: Marty Jack mar...@linux.local
+Date: Thu, 22 Jul 2010 19:46:13 -0400
+Subject: [PATCH 3/3] Fix build issue with symbol alarm showing up on F14 
(Bug3033293)
+
+---
+ src/plugins/batt/batt.c |6 +++---
+ 1 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/plugins/batt/batt.c b/src/plugins/batt/batt.c
+index 288231f..05c0deb 100644
+--- a/src/plugins/batt/batt.c
 b/src/plugins/batt/batt.c
+@@ -95,7 +95,7 @@ typedef struct {
+ typedef struct {
+ char *command;
+ sem_t *lock;
+-} alarm;
++} Alarm;
+ 
+ static void destructor(Plugin *p);
+ static void update_display(lx_battery *lx_b, gboolean repaint);
+@@ -103,7 +103,7 @@ static void update_display(lx_battery *lx_b, gboolean 
repaint);
+ /* alarmProcess takes the address of a dynamically allocated alarm struct 
(which
+it must free). It ensures that alarm commands do not run concurrently. */
+ static void * alarmProcess(void *arg) {
+-alarm *a = (alarm *) arg;
++Alarm *a = (Alarm *) arg;
+ 
+ sem_wait(a-lock);
+ system(a-command);
+@@ -157,7 +157,7 @@ void update_display(lx_battery *lx_b, gboolean repaint) {
+   /* Run the alarm command if it isn't already running */
+   if (alarmCanRun) {
+   
+-  alarm *a = (alarm *) malloc(sizeof(alarm));
++  Alarm *a = (Alarm *) malloc(sizeof(Alarm));
+   a-command = lx_b-alarmCommand;
+   a-lock = (lx_b-alarmProcessLock);
+   
+-- 
+1.7.1.1
+

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 20:46:55 UTC (rev 94638)
+++ PKGBUILD2010-10-08 22:08:39 UTC (rev 94639)
@@ -1,20 +1,24 @@
+$Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
 # Maintainer: Juergen Hoetzel juer...@archlinux.org
 pkgname=lxpanel
-pkgver=0.5.5
-pkgrel=3
+pkgver=0.5.6
+pkgrel=1
 pkgdesc=Panel of the LXDE Desktop
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://lxde.org/;
 groups=('lxde')
 depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz
 Fix-failure-to-react-to-keyboard-map-changes-initiat.patch)
-md5sums=('6162b7e8d912a41f9c075fe982370bfb' 'aade0bd1c58be45930e881f987ade17a')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz
+Fix-build-issue-with-symbol-alarm-showing-up-on-F14-.patch)
 optdepends=(pcmanfm)
+md5sums=('3c6b5498b5f4109c3913b10a66809fe6'
+ 'afe03191cbeccfc702f9a04bffd62dbf')
 
 build() {
cd $srcdir/$pkgname-$pkgver
-   patch -p1 -i 
$srcdir/Fix-failure-to-react-to-keyboard-map-changes-initiat.patch
+   patch -p1 -i 
$srcdir/Fix-build-issue-with-symbol-alarm-showing-up-on-F14-.patch
./configure --sysconfdir=/etc --prefix=/usr 
make
make DESTDIR=$pkgdir install


Property changes on: lxpanel/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



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

2010-10-08 Thread Angel Velásquez
Date: Friday, October 8, 2010 @ 18:08:56
  Author: angvp
Revision: 94640

archrelease: copy trunk to testing-i686

Added:
  lxpanel/repos/testing-i686/



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

2010-10-08 Thread Angel Velásquez
Date: Friday, October 8, 2010 @ 18:09:11
  Author: angvp
Revision: 94641

archrelease: copy trunk to testing-x86_64

Added:
  lxpanel/repos/testing-x86_64/



[arch-commits] Commit in bochs/trunk (3 files)

2010-10-08 Thread Kevin Piché
Date: Saturday, October 9, 2010 @ 00:04:21
  Author: kevin
Revision: 94642

upgpkg: bochs 2.4.5-1
Updated to 2.4.5

Added:
  bochs/trunk/2.4.5-fetchcode.patch
Modified:
  bochs/trunk/PKGBUILD
Deleted:
  bochs/trunk/bochs-2.3.7-typo-fixes.patch

--+
 2.4.5-fetchcode.patch|   45 +
 PKGBUILD |   11 ++
 bochs-2.3.7-typo-fixes.patch |   24 -
 3 files changed, 52 insertions(+), 28 deletions(-)

Added: 2.4.5-fetchcode.patch
===
--- 2.4.5-fetchcode.patch   (rev 0)
+++ 2.4.5-fetchcode.patch   2010-10-09 04:04:21 UTC (rev 94642)
@@ -0,0 +1,45 @@
+--- cpu/fetchdecode.cc.orig2010-04-16 15:52:44.0 -0400
 cpu/fetchdecode.cc 2010-10-07 13:23:06.0 -0400
+@@ -1,5 +1,5 @@
+ /
+-// $Id: fetchdecode.cc,v 1.266 2010/04/16 19:52:44 sshwarts Exp $
++// $Id: fetchdecode.cc,v 1.267 2010/04/29 21:04:23 sshwarts Exp $
+ /
+ //
+ //  Copyright (C) 2001-2009  The Bochs Project
+@@ -474,7 +474,7 @@
+   /* 0F 0D /wr */ { 0, BX_IA_PREFETCHW },   // 3DNow! PREFETCH on AMD, 
NOP on Intel
+   /* 0F 0E /wr */ { 0, BX_IA_FEMMS },   // 3DNow! FEMMS
+ #if BX_SUPPORT_3DNOW
+-  /* 0F 0F /wr */ { BxImmediate_Ib, BX_IA_ERROR, Bx3DNowOpcodeInfo },
++  /* 0F 0F /wr */ { BxImmediate_Ib, BX_IA_ERROR },
+ #else
+   /* 0F 0F /wr */ { 0, BX_IA_ERROR },
+ #endif
+@@ -1025,7 +1025,7 @@
+   /* 0F 0D /dr */ { 0, BX_IA_PREFETCHW },   // 3DNow! PREFETCH on AMD, 
NOP on Intel
+   /* 0F 0E /dr */ { 0, BX_IA_FEMMS },   // 3DNow! FEMMS
+ #if BX_SUPPORT_3DNOW
+-  /* 0F 0F /dr */ { BxImmediate_Ib, BX_IA_ERROR, Bx3DNowOpcodeInfo },
++  /* 0F 0F /dr */ { BxImmediate_Ib, BX_IA_ERROR },
+ #else
+   /* 0F 0F /dr */ { 0, BX_IA_ERROR },
+ #endif
+@@ -1583,7 +1583,7 @@
+   /* 0F 0D /wm */ { 0, BX_IA_PREFETCHW },   // 3DNow! PREFETCH on AMD, 
NOP on Intel
+   /* 0F 0E /wm */ { 0, BX_IA_FEMMS },   // 3DNow! FEMMS
+ #if BX_SUPPORT_3DNOW
+-  /* 0F 0F /wm */ { BxImmediate_Ib, BX_IA_ERROR, Bx3DNowOpcodeInfo },
++  /* 0F 0F /wm */ { BxImmediate_Ib, BX_IA_ERROR },
+ #else
+   /* 0F 0F /wm */ { 0, BX_IA_ERROR },
+ #endif
+@@ -2134,7 +2134,7 @@
+   /* 0F 0D /dm */ { 0, BX_IA_PREFETCHW },   // 3DNow! PREFETCH on AMD, 
NOP on Intel
+   /* 0F 0E /dm */ { 0, BX_IA_FEMMS },   // 3DNow! FEMMS
+ #if BX_SUPPORT_3DNOW
+-  /* 0F 0F /dm */ { BxImmediate_Ib, BX_IA_ERROR, Bx3DNowOpcodeInfo },
++  /* 0F 0F /dm */ { BxImmediate_Ib, BX_IA_ERROR },
+ #else
+   /* 0F 0F /dm */ { 0, BX_IA_ERROR },
+ #endif

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 22:09:11 UTC (rev 94641)
+++ PKGBUILD2010-10-09 04:04:21 UTC (rev 94642)
@@ -3,21 +3,24 @@
 # Maintainer: Kevin Piche ke...@archlinux.org
 
 pkgname=bochs
-pkgver=2.4.2
+pkgver=2.4.5
 pkgrel=1
 pkgdesc=A portable x86 PC emulation software package
 arch=('i686' 'x86_64')
 license=('LGPL')
 url=http://bochs.sourceforge.net/;
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+2.4.5-fetchcode.patch)
 depends=('gcc-libs' 'libxpm')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/2.4.5-fetchcode.patch
   ./configure --prefix=/usr --enable-vbe --without-wx --enable-cpu-level=6 \
-  --enable-fpu --enable-mmx --enable-3dnow --enable-sse 
--enable-sep || return 1
+  --enable-fpu --enable-3dnow 
   make || return 1
   make prefix=${pkgdir}/usr install
   install -D -m 644 .bochsrc ${pkgdir}/etc/bochsrc-sample.txt
 }
-sha256sums=('5dd350c8cb1d2ad9b6d90962b48c06bbe9ec189be152a07a6e175e050bf03406')
+sha256sums=('b948622a364c2e7da4221a6a4640ba2efa68422e1411ac377c69d37f46f67616'
+'3dba808614da7d0fa1a3d6ddaceabf027a873d1f45fb90ec43b8dce876baa8ff')

Deleted: bochs-2.3.7-typo-fixes.patch
===
--- bochs-2.3.7-typo-fixes.patch2010-10-08 22:09:11 UTC (rev 94641)
+++ bochs-2.3.7-typo-fixes.patch2010-10-09 04:04:21 UTC (rev 94642)
@@ -1,24 +0,0 @@
-diff -NaurwB bochs-2.3.7.orig/cpu/ia_opcodes.h bochs-2.3.7/cpu/ia_opcodes.h
 bochs-2.3.7.orig/cpu/ia_opcodes.h  2008-05-30 22:35:08.0 +0200
-+++ bochs-2.3.7/cpu/ia_opcodes.h   2008-06-04 14:56:46.0 +0200
-@@ -891,7 +891,7 @@
- bx_define_opcode(BX_IA_PF2ID_PqQq, BX_CPU_C::PF2ID_PqQq)
- bx_define_opcode(BX_IA_PF2IW_PqQq, BX_CPU_C::PF2IW_PqQq)
- bx_define_opcode(BX_IA_PFACC_PqQq, BX_CPU_C::PFACC_PqQq)
--bx_define_opcode(BX_IA_PFADD_PqQq, BX_CPU_C::BX_PFADD_PqQq)
-+bx_define_opcode(BX_IA_PFADD_PqQq, BX_CPU_C::PFADD_PqQq)
- 

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

2010-10-08 Thread Kevin Piché
Date: Saturday, October 9, 2010 @ 00:04:37
  Author: kevin
Revision: 94643

archrelease: remove extra-i686

Deleted:
  bochs/repos/extra-i686/



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

2010-10-08 Thread Kevin Piché
Date: Saturday, October 9, 2010 @ 00:04:48
  Author: kevin
Revision: 94644

archrelease: copy trunk to extra-i686

Added:
  bochs/repos/extra-i686/



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

2010-10-08 Thread Kevin Piché
Date: Saturday, October 9, 2010 @ 00:41:27
  Author: kevin
Revision: 94645

archrelease: remove extra-x86_64

Deleted:
  bochs/repos/extra-x86_64/



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

2010-10-08 Thread Kevin Piché
Date: Saturday, October 9, 2010 @ 00:41:38
  Author: kevin
Revision: 94646

archrelease: copy trunk to extra-x86_64

Added:
  bochs/repos/extra-x86_64/



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

2010-10-08 Thread Kevin Piché
Date: Saturday, October 9, 2010 @ 01:41:37
  Author: kevin
Revision: 94647

Updated URL

Modified:
  expect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-09 04:41:38 UTC (rev 94646)
+++ PKGBUILD2010-10-09 05:41:37 UTC (rev 94647)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc=A tool for automating interactive applications
 arch=(i686 x86_64)
-url=http://expect.nist.gov/;
+url=http://www.nist.gov/el/msid/expect.cfm;
 depends=('tcl=8.5.3')
 makedepends=('tk=8.5.3')
 
source=(http://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect-${pkgver}.tar.bz2)