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

2010-01-21 Thread Ronald van Haren
Date: Thursday, January 21, 2010 @ 03:42:41
  Author: ronald
Revision: 64604

archrelease: new repo testing-i686

Added:
  koffice/repos/testing-i686/



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

2010-01-21 Thread Ronald van Haren
Date: Thursday, January 21, 2010 @ 03:42:53
  Author: ronald
Revision: 64605

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

Modified:
  koffice/repos/testing-i686/   (properties)


Property changes on: koffice/repos/testing-i686
___
Added: svnmerge-integrated
   + /koffice/trunk:1-64603



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

2010-01-21 Thread Giovanni Scafora
Date: Thursday, January 21, 2010 @ 06:15:53
  Author: giovanni
Revision: 64606

upgpkg: twisted 9.0.0-2
Fixed FS17939

Added:
  twisted/trunk/twisted.install
Modified:
  twisted/trunk/PKGBUILD

-+
 PKGBUILD|4 +++-
 twisted.install |   11 +++
 2 files changed, 14 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 08:42:53 UTC (rev 64605)
+++ PKGBUILD2010-01-21 11:15:53 UTC (rev 64606)
@@ -4,18 +4,20 @@
 
 pkgname=twisted
 pkgver=9.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Asynchronous networking framework written in Python.
 arch=('i686' 'x86_64')
 url=http://twistedmatrix.com/;
 license=('MIT')
 depends=('python' 'pycrypto' 'zope-interface')
 optdepends=('pyopenssl')
+install=twisted.install
 
source=(http://tmrc.mit.edu/mirror/twisted/Twisted/${pkgver%.*}/Twisted-${pkgver}.tar.bz2)
 md5sums=('93fc2756a09ffd1350c046cc940e4311')
 
 build() {
   cd ${srcdir}/Twisted-${pkgver}
+
   python setup.py install --prefix=/usr --root=$pkgdir || return 1
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE || 
return 1
 }

Added: twisted.install
===
--- twisted.install (rev 0)
+++ twisted.install 2010-01-21 11:15:53 UTC (rev 64606)
@@ -0,0 +1,11 @@
+post_install() {
+  python -c 'from twisted.plugin import IPlugin, getPlugins; 
list(getPlugins(IPlugin))' /dev/null 21 || return 1
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  find /usr/lib/python2.6/site-packages/twisted/plugins -name dropin.cache | 
xargs -r rm -f
+}



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

2010-01-21 Thread Giovanni Scafora
Date: Thursday, January 21, 2010 @ 06:18:15
  Author: giovanni
Revision: 64608

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


  r64606 | giovanni | 2010-01-21 12:15:53 +0100 (gio, 21 gen 2010) | 2 lines
  
  upgpkg: twisted 9.0.0-2
  Fixed FS17939


Added:
  twisted/repos/extra-x86_64/twisted.install
(from rev 64606, twisted/trunk/twisted.install)
Modified:
  twisted/repos/extra-x86_64/   (properties)
  twisted/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|4 +++-
 twisted.install |   11 +++
 2 files changed, 14 insertions(+), 1 deletion(-)


Property changes on: twisted/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /twisted/trunk:1-61097
   + /twisted/trunk:1-64607

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-21 11:16:34 UTC (rev 64607)
+++ extra-x86_64/PKGBUILD   2010-01-21 11:18:15 UTC (rev 64608)
@@ -4,18 +4,20 @@
 
 pkgname=twisted
 pkgver=9.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Asynchronous networking framework written in Python.
 arch=('i686' 'x86_64')
 url=http://twistedmatrix.com/;
 license=('MIT')
 depends=('python' 'pycrypto' 'zope-interface')
 optdepends=('pyopenssl')
+install=twisted.install
 
source=(http://tmrc.mit.edu/mirror/twisted/Twisted/${pkgver%.*}/Twisted-${pkgver}.tar.bz2)
 md5sums=('93fc2756a09ffd1350c046cc940e4311')
 
 build() {
   cd ${srcdir}/Twisted-${pkgver}
+
   python setup.py install --prefix=/usr --root=$pkgdir || return 1
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE || 
return 1
 }

Copied: twisted/repos/extra-x86_64/twisted.install (from rev 64606, 
twisted/trunk/twisted.install)
===
--- extra-x86_64/twisted.install(rev 0)
+++ extra-x86_64/twisted.install2010-01-21 11:18:15 UTC (rev 64608)
@@ -0,0 +1,11 @@
+post_install() {
+  python -c 'from twisted.plugin import IPlugin, getPlugins; 
list(getPlugins(IPlugin))' /dev/null 21 || return 1
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  find /usr/lib/python2.6/site-packages/twisted/plugins -name dropin.cache | 
xargs -r rm -f
+}



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

2010-01-21 Thread Allan McRae
Date: Thursday, January 21, 2010 @ 06:31:50
  Author: allan
Revision: 64609

upgpkg: gzip 1.4-1
upstream update

Modified:
  gzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 11:18:15 UTC (rev 64608)
+++ PKGBUILD2010-01-21 11:31:50 UTC (rev 64609)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=gzip
-pkgver=1.3.13
+pkgver=1.4
 pkgrel=1
 pkgdesc=GNU compression utility
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('patch')
 install=gzip.install
 source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.gz)
-md5sums=('c54a31b93e865f6a4410b2dc64662706')
+md5sums=('e381b8506210c794278f5527cba0e765')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -29,4 +29,3 @@
   cd $pkgdir/bin
   ln -sf $pkgname compress
 }
-



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

2010-01-21 Thread Allan McRae
Date: Thursday, January 21, 2010 @ 06:32:17
  Author: allan
Revision: 64610

archrelease: new repo testing-i686

Added:
  gzip/repos/testing-i686/



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

2010-01-21 Thread Allan McRae
Date: Thursday, January 21, 2010 @ 06:34:47
  Author: allan
Revision: 64613

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

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


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



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

2010-01-21 Thread Allan McRae
Date: Thursday, January 21, 2010 @ 06:40:53
  Author: allan
Revision: 64614

upgpkg: libcap 2.19-1
upstream update

Modified:
  libcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 11:34:47 UTC (rev 64613)
+++ PKGBUILD2010-01-21 11:40:53 UTC (rev 64614)
@@ -2,7 +2,7 @@
 # Maintainer: Hugo Doria h...@archlinux.org
 
 pkgname=libcap
-pkgver=2.17
+pkgver=2.19
 pkgrel=1
 pkgdesc=POSIX 1003.1e capabilities
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('glibc' 'attr')
 
source=(http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fa8c3841ce491b379de316a195e65da2')
+md5sums=('9caa6dafc9e3db4cbaecdb8e48f23fa2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-01-21 Thread Allan McRae
Date: Thursday, January 21, 2010 @ 06:41:44
  Author: allan
Revision: 64616

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

Modified:
  libcap/repos/testing-i686/(properties)


Property changes on: libcap/repos/testing-i686
___
Added: svnmerge-integrated
   + /libcap/trunk:1-64614



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

2010-01-21 Thread Allan McRae
Date: Thursday, January 21, 2010 @ 06:44:06
  Author: allan
Revision: 64617

archrelease: new repo testing-x86_64

Added:
  libcap/repos/testing-x86_64/



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

2010-01-21 Thread Allan McRae
Date: Thursday, January 21, 2010 @ 06:44:28
  Author: allan
Revision: 64618

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

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


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



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

2010-01-21 Thread Ronald van Haren
Date: Thursday, January 21, 2010 @ 06:47:09
  Author: ronald
Revision: 64619

upgpkg: graphicsmagick 1.3.7-3
libpng / libjpeg rebuild

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 11:44:28 UTC (rev 64618)
+++ PKGBUILD2010-01-21 11:47:09 UTC (rev 64619)
@@ -4,7 +4,7 @@
 
 pkgname=graphicsmagick
 pkgver=1.3.7
-pkgrel=2
+pkgrel=3
 pkgdesc=Image processing system
 arch=('i686' 'x86_64')
 url=http://www.graphicsmagick.org/;



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

2010-01-21 Thread Ronald van Haren
Date: Thursday, January 21, 2010 @ 06:47:22
  Author: ronald
Revision: 64620

archrelease: new repo testing-x86_64

Added:
  graphicsmagick/repos/testing-x86_64/



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

2010-01-21 Thread Ronald van Haren
Date: Thursday, January 21, 2010 @ 06:47:34
  Author: ronald
Revision: 64621

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

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


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



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

2010-01-21 Thread Ronald van Haren
Date: Thursday, January 21, 2010 @ 08:01:38
  Author: ronald
Revision: 64622

upgpkg: octave 3.2.3-2
libpng / libjpeg rebuild

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 11:47:34 UTC (rev 64621)
+++ PKGBUILD2010-01-21 13:01:38 UTC (rev 64622)
@@ -5,13 +5,13 @@
 
 pkgname=octave
 pkgver=3.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A high-level language, primarily intended for numerical computations.
 arch=('i686' 'x86_64')
 url=http://www.octave.org;
 license=('GPL')
-depends=('fftw=3.2.2' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick=1.3.6')
-makedepends=('texinfo' 'graphicsmagick')
+depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick')
+makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran')
 optdepends=('texinfo: for help-support in octave'
 'gnuplot: alternative plotting')
 source=(ftp://ftp.octave.org/pub/octave/octave-$pkgver.tar.bz2;



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

2010-01-21 Thread Ronald van Haren
Date: Thursday, January 21, 2010 @ 08:01:53
  Author: ronald
Revision: 64623

archrelease: new repo testing-x86_64

Added:
  octave/repos/testing-x86_64/



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

2010-01-21 Thread Ronald van Haren
Date: Thursday, January 21, 2010 @ 08:02:06
  Author: ronald
Revision: 64624

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

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


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



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 09:20:44
  Author: ibiru
Revision: 64625

upgpkg: slim 1.3.1-6
libpng14/libjpeg8 rebuild

Modified:
  slim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 13:02:06 UTC (rev 64624)
+++ PKGBUILD2010-01-21 14:20:44 UTC (rev 64625)
@@ -4,12 +4,12 @@
 
 pkgname=slim
 pkgver=1.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc=Desktop-independent graphical login manager for X11
 arch=('i686' 'x86_64')
 url=http://slim.berlios.de/;
 license=('GPL2')
-depends=('pam' 'libxmu' 'libpng' 'libjpeg=7' 'libxft')
+depends=('pam' 'libxmu' 'libpng' 'libjpeg=8' 'libxft')
 backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
 install=slim.install
 source=(http://download.berlios.de/${pkgname}/${pkgname}-$pkgver.tar.gz
@@ -33,6 +33,9 @@
   # 
http://developer.berlios.de/patch/?func=detailpatchpatch_id=2378group_id=2663
   patch -Np1 -i $srcdir/slim-restart.patch || return 1
 
+  #libpng 1.4.0
+  sed -i -e 's/png12/png14/g' Makefile || return 1
+
   make USE_PAM=1 || return 1
   make DESTDIR=$pkgdir MANDIR=/usr/share/man install || return 1
 



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 09:21:26
  Author: ibiru
Revision: 64627

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

Modified:
  slim/repos/testing-i686/  (properties)


Property changes on: slim/repos/testing-i686
___
Added: svnmerge-integrated
   + /slim/trunk:1-64625



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 09:21:53
  Author: ibiru
Revision: 64628

archrelease: new repo testing-x86_64

Added:
  slim/repos/testing-x86_64/



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 09:22:08
  Author: ibiru
Revision: 64629

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

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


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



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

2010-01-21 Thread Pierre Schmitz
Date: Thursday, January 21, 2010 @ 10:02:25
  Author: pierre
Revision: 64630

upgpkg: kipi-plugins 1.0.0-2
jpng rebuild

Modified:
  kipi-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 14:22:08 UTC (rev 64629)
+++ PKGBUILD2010-01-21 15:02:25 UTC (rev 64630)
@@ -3,7 +3,7 @@
 
 pkgname=kipi-plugins
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=libkipi plugins for digikam and kde apps
 arch=(i686 x86_64)
 license=('GPL')



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

2010-01-21 Thread Pierre Schmitz
Date: Thursday, January 21, 2010 @ 10:02:41
  Author: pierre
Revision: 64631

archrelease: new repo testing-i686

Added:
  kipi-plugins/repos/testing-i686/



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

2010-01-21 Thread Pierre Schmitz
Date: Thursday, January 21, 2010 @ 10:02:55
  Author: pierre
Revision: 64632

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

Modified:
  kipi-plugins/repos/testing-i686/  (properties)


Property changes on: kipi-plugins/repos/testing-i686
___
Added: svnmerge-integrated
   + /kipi-plugins/trunk:1-64630



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

2010-01-21 Thread Pierre Schmitz
Date: Thursday, January 21, 2010 @ 10:04:11
  Author: pierre
Revision: 64633

archrelease: new repo testing-x86_64

Added:
  kipi-plugins/repos/testing-x86_64/



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

2010-01-21 Thread Pierre Schmitz
Date: Thursday, January 21, 2010 @ 10:04:24
  Author: pierre
Revision: 64634

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

Modified:
  kipi-plugins/repos/testing-x86_64/(properties)


Property changes on: kipi-plugins/repos/testing-x86_64
___
Added: svnmerge-integrated
   + /kipi-plugins/trunk:1-64632



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

2010-01-21 Thread Pierre Schmitz
Date: Thursday, January 21, 2010 @ 10:22:03
  Author: pierre
Revision: 64635

archrelease: new repo testing-i686

Added:
  graphicsmagick/repos/testing-i686/



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

2010-01-21 Thread Pierre Schmitz
Date: Thursday, January 21, 2010 @ 10:22:17
  Author: pierre
Revision: 64636

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

Modified:
  graphicsmagick/repos/testing-i686/(properties)


Property changes on: graphicsmagick/repos/testing-i686
___
Added: svnmerge-integrated
   + /graphicsmagick/trunk:1-64634



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

2010-01-21 Thread Pierre Schmitz
Date: Thursday, January 21, 2010 @ 10:45:56
  Author: pierre
Revision: 64637

archrelease: new repo testing-i686

Added:
  octave/repos/testing-i686/



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

2010-01-21 Thread Pierre Schmitz
Date: Thursday, January 21, 2010 @ 10:46:10
  Author: pierre
Revision: 64638

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

Modified:
  octave/repos/testing-i686/(properties)


Property changes on: octave/repos/testing-i686
___
Added: svnmerge-integrated
   + /octave/trunk:1-64636



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

2010-01-21 Thread andyrtr
Date: Thursday, January 21, 2010 @ 11:22:10
  Author: andyrtr
Revision: 64639

db-move: tzdata removed by andyrtr for move to core

Deleted:
  tzdata/repos/core-i686/



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

2010-01-21 Thread andyrtr
Date: Thursday, January 21, 2010 @ 11:22:10
  Author: andyrtr
Revision: 64640

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

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



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

2010-01-21 Thread andyrtr
Date: Thursday, January 21, 2010 @ 11:22:21
  Author: andyrtr
Revision: 64641

db-move: tzdata removed by andyrtr for move to core

Deleted:
  tzdata/repos/core-x86_64/



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

2010-01-21 Thread andyrtr
Date: Thursday, January 21, 2010 @ 11:22:21
  Author: andyrtr
Revision: 64642

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

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



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 12:38:22
  Author: ibiru
Revision: 64644

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


  r64643 | ibiru | 2010-01-21 19:37:43 +0200 (Thu, 21 Jan 2010) | 2 lines
  
  upgpkg: xulrunner 1.9.2-1
  bump to 1.9.2, remove 100-system-hunspell-corrections since is breaking 
compilations, remove nsThreadUtils.patch merged upstream, remove python/xpcom 
extensions since is not supported anymore


Modified:
  xulrunner/repos/testing-i686/ (properties)
  xulrunner/repos/testing-i686/PKGBUILD
  xulrunner/repos/testing-i686/mozconfig
  xulrunner/repos/testing-i686/mozilla-pkgconfig.patch
  xulrunner/repos/testing-i686/xulrunner-version.patch

-+
 PKGBUILD|   32 +++---
 mozconfig   |2 
 mozilla-pkgconfig.patch |  139 --
 xulrunner-version.patch |2 
 4 files changed, 62 insertions(+), 113 deletions(-)


Property changes on: xulrunner/repos/testing-i686
___
Modified: svnmerge-integrated
   - /xulrunner/trunk:1-63328
   + /xulrunner/trunk:1-64643

Modified: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2010-01-21 17:37:43 UTC (rev 64643)
+++ testing-i686/PKGBUILD   2010-01-21 17:38:22 UTC (rev 64644)
@@ -2,9 +2,9 @@
 # Maintainer: Alexander Baldeck alexan...@archlinux.org
 # Contributor: Jan de Groot j...@archlinux.org
 pkgname=xulrunner
-pkgver=1.9.1.7
-_ffoxver=3.5.7
-pkgrel=2
+pkgver=1.9.2
+_ffoxver=3.6
+pkgrel=1
 pkgdesc=Mozilla Runtime Environment
 arch=(i686 x86_64)
 license=('MPL' 'GPL' 'LGPL')
@@ -16,42 +16,32 @@
 url=http://wiki.mozilla.org/XUL:Xul_Runner;
 
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}.source.tar.bz2
 mozconfig
-   100-system-hunspell-corrections.patch
 mozilla-pkgconfig.patch
 fix-mozilla-launcher.patch
 mozilla-ps-pdf-simplify-operators.patch
-nsThreadUtils.patch
 xulrunner-version.patch
 xulrunner-png14.patch)
-md5sums=('82e6f568ddeaae52e85aa089277f5d14'
- '7c87142a23e75bbd4d41e0c8de8ab4a6'
- '5efd6772ed0ecf8eddec5d5650191d3c'
- 'd806ffcd9fa8d178ebfa9057c1221fbf'
+md5sums=('458051557ff49e6a352c1d56eee5782a'
+ 'c99bced771a39690bd71e5e1c1770e73'
+ 'b747631cbe9d1f5037baeb8a8dcdae35'
  '63eee2d1da3b43c9d604f2253f242f40'
  '13dca58c04e62a8916691c63c5c492a0'
- 'ccc3a0672c783c043434f256fbd38c86'
- 'd8a3066a3d9039b6f375316ed763e8f8'
+ '371303c5bdc4fa0d955d14521b93b69d'
  '3bd0566180ad2daa32743b3ce58b2095')
 
 build() {
-  cd ${srcdir}/mozilla-1.9.1
+  cd ${srcdir}/mozilla-1.9.2
   cp ${srcdir}/mozconfig .mozconfig
 
-  #Upstream patch. Still not applied to 1.9.0.1
+  #Upstream patch. Still not applied to 1.9.2
   patch -Np1 -i ${srcdir}/mozilla-ps-pdf-simplify-operators.patch || return 1
 
-  #fix build with system hunspell - gentoo
-  patch -Np0 -i ${srcdir}/100-system-hunspell-corrections.patch || return 1
-
-  #fix libdir/sdkdir - fedora - with local modifications
+  #fix libdir/sdkdir - fedora
   patch -Np1 -i ${srcdir}/mozilla-pkgconfig.patch || return 1
 
   #Fix stub launcher - archlinux
   patch -Np0 -i ${srcdir}/fix-mozilla-launcher.patch || return 1
 
-  #Fix epiphany crashes - requires epiphany rebuild
-  patch -Np1 -i ${srcdir}/nsThreadUtils.patch || return 1
-
   #Force installation to the same path for every version
   patch -Np1 -i ${srcdir}/xulrunner-version.patch || return 1
 
@@ -59,7 +49,7 @@
 
   unset CFLAGS
   unset CXXFLAGS
-  export LDFLAGS=${LDFLAGS} -Wl,-rpath,/usr/lib/xulrunner-1.9.1
+  export LDFLAGS=${LDFLAGS} -Wl,-rpath,/usr/lib/xulrunner-1.9.2
 
   make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS || return 1
   make -j1 DESTDIR=${pkgdir} install || return 1

Modified: testing-i686/mozconfig
===
--- testing-i686/mozconfig  2010-01-21 17:37:43 UTC (rev 64643)
+++ testing-i686/mozconfig  2010-01-21 17:38:22 UTC (rev 64644)
@@ -26,7 +26,7 @@
 ac_add_options --disable-crashreporter
 ac_add_options --enable-safe-browsing
 ac_add_options --enable-startup-notification
-ac_add_options --enable-extensions=default,python/xpcom
+ac_add_options --enable-extensions=default
 
 export BUILD_OFFICIAL=1
 export MOZILLA_OFFICIAL=1

Modified: testing-i686/mozilla-pkgconfig.patch
===
--- testing-i686/mozilla-pkgconfig.patch2010-01-21 17:37:43 UTC (rev 
64643)
+++ testing-i686/mozilla-pkgconfig.patch2010-01-21 17:38:22 UTC (rev 
64644)
@@ -1,80 +1,59 @@
-diff -r f1af606531f5 xulrunner/installer/Makefile.in
 a/xulrunner/installer/Makefile.in  Sat Nov 22 20:22:22 

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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 12:37:43
  Author: ibiru
Revision: 64643

upgpkg: xulrunner 1.9.2-1
bump to 1.9.2, remove 100-system-hunspell-corrections since is breaking 
compilations, remove nsThreadUtils.patch merged upstream, remove python/xpcom 
extensions since is not supported anymore

Modified:
  xulrunner/trunk/PKGBUILD
  xulrunner/trunk/mozconfig
  xulrunner/trunk/mozilla-pkgconfig.patch
  xulrunner/trunk/xulrunner-version.patch

-+
 PKGBUILD|   32 +++---
 mozconfig   |2 
 mozilla-pkgconfig.patch |  139 --
 xulrunner-version.patch |2 
 4 files changed, 62 insertions(+), 113 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 16:22:21 UTC (rev 64642)
+++ PKGBUILD2010-01-21 17:37:43 UTC (rev 64643)
@@ -2,9 +2,9 @@
 # Maintainer: Alexander Baldeck alexan...@archlinux.org
 # Contributor: Jan de Groot j...@archlinux.org
 pkgname=xulrunner
-pkgver=1.9.1.7
-_ffoxver=3.5.7
-pkgrel=2
+pkgver=1.9.2
+_ffoxver=3.6
+pkgrel=1
 pkgdesc=Mozilla Runtime Environment
 arch=(i686 x86_64)
 license=('MPL' 'GPL' 'LGPL')
@@ -16,42 +16,32 @@
 url=http://wiki.mozilla.org/XUL:Xul_Runner;
 
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}.source.tar.bz2
 mozconfig
-   100-system-hunspell-corrections.patch
 mozilla-pkgconfig.patch
 fix-mozilla-launcher.patch
 mozilla-ps-pdf-simplify-operators.patch
-nsThreadUtils.patch
 xulrunner-version.patch
 xulrunner-png14.patch)
-md5sums=('82e6f568ddeaae52e85aa089277f5d14'
- '7c87142a23e75bbd4d41e0c8de8ab4a6'
- '5efd6772ed0ecf8eddec5d5650191d3c'
- 'd806ffcd9fa8d178ebfa9057c1221fbf'
+md5sums=('458051557ff49e6a352c1d56eee5782a'
+ 'c99bced771a39690bd71e5e1c1770e73'
+ 'b747631cbe9d1f5037baeb8a8dcdae35'
  '63eee2d1da3b43c9d604f2253f242f40'
  '13dca58c04e62a8916691c63c5c492a0'
- 'ccc3a0672c783c043434f256fbd38c86'
- 'd8a3066a3d9039b6f375316ed763e8f8'
+ '371303c5bdc4fa0d955d14521b93b69d'
  '3bd0566180ad2daa32743b3ce58b2095')
 
 build() {
-  cd ${srcdir}/mozilla-1.9.1
+  cd ${srcdir}/mozilla-1.9.2
   cp ${srcdir}/mozconfig .mozconfig
 
-  #Upstream patch. Still not applied to 1.9.0.1
+  #Upstream patch. Still not applied to 1.9.2
   patch -Np1 -i ${srcdir}/mozilla-ps-pdf-simplify-operators.patch || return 1
 
-  #fix build with system hunspell - gentoo
-  patch -Np0 -i ${srcdir}/100-system-hunspell-corrections.patch || return 1
-
-  #fix libdir/sdkdir - fedora - with local modifications
+  #fix libdir/sdkdir - fedora
   patch -Np1 -i ${srcdir}/mozilla-pkgconfig.patch || return 1
 
   #Fix stub launcher - archlinux
   patch -Np0 -i ${srcdir}/fix-mozilla-launcher.patch || return 1
 
-  #Fix epiphany crashes - requires epiphany rebuild
-  patch -Np1 -i ${srcdir}/nsThreadUtils.patch || return 1
-
   #Force installation to the same path for every version
   patch -Np1 -i ${srcdir}/xulrunner-version.patch || return 1
 
@@ -59,7 +49,7 @@
 
   unset CFLAGS
   unset CXXFLAGS
-  export LDFLAGS=${LDFLAGS} -Wl,-rpath,/usr/lib/xulrunner-1.9.1
+  export LDFLAGS=${LDFLAGS} -Wl,-rpath,/usr/lib/xulrunner-1.9.2
 
   make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS || return 1
   make -j1 DESTDIR=${pkgdir} install || return 1

Modified: mozconfig
===
--- mozconfig   2010-01-21 16:22:21 UTC (rev 64642)
+++ mozconfig   2010-01-21 17:37:43 UTC (rev 64643)
@@ -26,7 +26,7 @@
 ac_add_options --disable-crashreporter
 ac_add_options --enable-safe-browsing
 ac_add_options --enable-startup-notification
-ac_add_options --enable-extensions=default,python/xpcom
+ac_add_options --enable-extensions=default
 
 export BUILD_OFFICIAL=1
 export MOZILLA_OFFICIAL=1

Modified: mozilla-pkgconfig.patch
===
--- mozilla-pkgconfig.patch 2010-01-21 16:22:21 UTC (rev 64642)
+++ mozilla-pkgconfig.patch 2010-01-21 17:37:43 UTC (rev 64643)
@@ -1,80 +1,59 @@
-diff -r f1af606531f5 xulrunner/installer/Makefile.in
 a/xulrunner/installer/Makefile.in  Sat Nov 22 20:22:22 2008 +0100
-+++ b/xulrunner/installer/Makefile.in  Mon Dec 01 22:30:12 2008 -0500
-@@ -116,6 +118,7 @@
-   -e s|%includedir%|$(includedir)| \
-   -e s|%idldir%|$(idldir)| \
-   -e s|%sdkdir%|$(sdkdir)| \
-+  -e s|%libdir%|$(installdir)| \
-   -e s|%MOZ_APP_NAME%|$(MOZ_APP_NAME)| \
-   -e s|%MOZILLA_VERSION%|$(MOZ_APP_VERSION)| \
-   -e s|%WCHAR_CFLAGS%|$(WCHAR_CFLAGS)| \
-diff -r f1af606531f5 xulrunner/installer/libxul-embedding-unstable.pc.in
 a/xulrunner/installer/libxul-embedding-unstable.pc.in  Sat Nov 22 
20:22:22 2008 +0100
-+++ b/xulrunner/installer/libxul-embedding-unstable.pc.in  Mon Dec 01 

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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 12:41:30
  Author: ibiru
Revision: 64646

upgpkg: firefox 3.6-1
bump to 3.6

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/browser-defaulturls.patch
  firefox/trunk/firefox-version.patch
  firefox/trunk/mozconfig

---+
 PKGBUILD  |   22 +++---
 browser-defaulturls.patch |2 +-
 firefox-version.patch |2 +-
 mozconfig |2 +-
 4 files changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 17:40:48 UTC (rev 64645)
+++ PKGBUILD2010-01-21 17:41:30 UTC (rev 64646)
@@ -2,14 +2,14 @@
 # Contributor: Jakub Schmidtke sja...@gmail.com
 
 pkgname=firefox
-pkgver=3.5.7
+pkgver=3.6
 pkgrel=1
-_xulver=1.9.1.7
+_xulver=1.9.2
 pkgdesc=Standalone web browser from mozilla.org
 arch=(i686 x86_64)
 license=('MPL' 'GPL' 'LGPL')
 depends=(xulrunner=${_xulver} 'desktop-file-utils')
-makedepends=('zip' 'pkgconfig' 'diffutils' 'libgnomeui=2.24.1' 'python')
+makedepends=('zip' 'pkgconfig' 'diffutils' 'libgnomeui=2.24.1' 'python' 
'wireless_tools')
 replaces=('firefox3')
 install=firefox.install
 url=http://www.mozilla.org/projects/firefox;
@@ -20,16 +20,16 @@
 mozilla-firefox-1.0-lang.patch
 browser-defaulturls.patch
 firefox-version.patch)
-md5sums=('82e6f568ddeaae52e85aa089277f5d14'
- 'd672df11a6e16a5dec68428b00bfb810'
+md5sums=('458051557ff49e6a352c1d56eee5782a'
+ 'd822edea6be72de2e4a0cf3076f225be'
  'ba96924ece1d77453e462429037a2ce5'
  '5e68cabfcf3c021806b326f664ac505e'
  'bd5db57c23c72a02a489592644f18995'
- '346d74ec560e7bbf453c02ff21f4b868'
- '1dd9a10df0b9e4cf332eadc326d78e07')
+ '8bf21158090c89fd834bb711aae0602e'
+ '92c11c66dd69b03f214002fededd1fc8')
 
 build() {
-  cd ${srcdir}/mozilla-1.9.1
+  cd ${srcdir}/mozilla-1.9.2
   patch -Np1 -i ${srcdir}/mozilla-firefox-1.0-lang.patch || return 1
   patch -Np0 -i ${srcdir}/browser-defaulturls.patch || return 1
   patch -Np1 -i ${srcdir}/firefox-version.patch || return 1
@@ -38,16 +38,16 @@
   unset CFLAGS
   unset CXXFLAGS
 
-  export LDFLAGS=-Wl,-rpath,/usr/lib/firefox-3.5
+  export LDFLAGS=-Wl,-rpath,/usr/lib/firefox-3.6
 
   make -j1 -f client.mk build MOZ_MAKE_FLAGS=${MAKEFLAGS} || return 1
   make -j1 DESTDIR=${pkgdir} install || return 1
 
-  rm -f ${pkgdir}/usr/lib/firefox-3.5/libjemalloc.so
+  rm -f ${pkgdir}/usr/lib/firefox-3.6/libjemalloc.so
 
   install -m755 -d ${pkgdir}/usr/share/applications
   install -m755 -d ${pkgdir}/usr/share/pixmaps
-  install -m644 
${srcdir}/mozilla-1.9.1/browser/branding/unofficial/default48.png 
${pkgdir}/usr/share/pixmaps/firefox.png || return 1
+  install -m644 
${srcdir}/mozilla-1.9.2/browser/branding/unofficial/default48.png 
${pkgdir}/usr/share/pixmaps/firefox.png || return 1
   install -m644 ${srcdir}/firefox.desktop ${pkgdir}/usr/share/applications/ || 
return 1
   install -m644 ${srcdir}/firefox-safe.desktop 
${pkgdir}/usr/share/applications/ || return 1
 }

Modified: browser-defaulturls.patch
===
--- browser-defaulturls.patch   2010-01-21 17:40:48 UTC (rev 64645)
+++ browser-defaulturls.patch   2010-01-21 17:41:30 UTC (rev 64646)
@@ -2,7 +2,7 @@
 +++ browser/branding/unofficial/locales/browserconfig.properties   
2009-06-13 17:05:28.0 +0200
 @@ -1,3 +1,3 @@
  # Do NOT localize or otherwise change these values
--browser.startup.homepage=http://www.mozilla.org/projects/shiretoko/
+-browser.startup.homepage=http://www.mozilla.org/projects/namoroka/
 +browser.startup.homepage=http://www.google.com/firefox
  
 --- browser/branding/unofficial/pref/firefox-branding.js~  2009-06-13 
16:57:53.0 +0200

Modified: firefox-version.patch
===
--- firefox-version.patch   2010-01-21 17:40:48 UTC (rev 64645)
+++ firefox-version.patch   2010-01-21 17:41:30 UTC (rev 64646)
@@ -4,7 +4,7 @@
  
  include $(DEPTH)/config/autoconf.mk
  
-+MOZ_APP_VERSION=3.5
++MOZ_APP_VERSION=3.6
 +
  NO_PKG_FILES = \
$(MOZ_APP_NAME)-config \

Modified: mozconfig
===
--- mozconfig   2010-01-21 17:40:48 UTC (rev 64645)
+++ mozconfig   2010-01-21 17:41:30 UTC (rev 64646)
@@ -23,7 +23,7 @@
 ac_add_options --enable-startup-notification
 ac_add_options --enable-libxul
 ac_add_options --disable-crashreporter
-ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.1
+ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-sdk-1.9.2
 ac_add_options --enable-safe-browsing
 ac_add_options --with-branding=browser/branding/unofficial
 



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 12:41:48
  Author: ibiru
Revision: 64647

archrelease: new repo testing-i686

Added:
  firefox/repos/testing-i686/



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 12:42:01
  Author: ibiru
Revision: 64648

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

Modified:
  firefox/repos/testing-i686/   (properties)


Property changes on: firefox/repos/testing-i686
___
Added: svnmerge-integrated
   + /firefox/trunk:1-64646



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 12:42:43
  Author: ibiru
Revision: 64650

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

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


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



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 12:40:48
  Author: ibiru
Revision: 64645

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


  r64643 | ibiru | 2010-01-21 19:37:43 +0200 (Thu, 21 Jan 2010) | 2 lines
  
  upgpkg: xulrunner 1.9.2-1
  bump to 1.9.2, remove 100-system-hunspell-corrections since is breaking 
compilations, remove nsThreadUtils.patch merged upstream, remove python/xpcom 
extensions since is not supported anymore


Modified:
  xulrunner/repos/testing-x86_64/   (properties)
  xulrunner/repos/testing-x86_64/PKGBUILD
  xulrunner/repos/testing-x86_64/mozconfig
  xulrunner/repos/testing-x86_64/mozilla-pkgconfig.patch
  xulrunner/repos/testing-x86_64/xulrunner-version.patch

-+
 PKGBUILD|   32 +++---
 mozconfig   |2 
 mozilla-pkgconfig.patch |  139 --
 xulrunner-version.patch |2 
 4 files changed, 62 insertions(+), 113 deletions(-)


Property changes on: xulrunner/repos/testing-x86_64
___
Modified: svnmerge-integrated
   - /xulrunner/trunk:1-63330
   + /xulrunner/trunk:1-64644

Modified: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2010-01-21 17:38:22 UTC (rev 64644)
+++ testing-x86_64/PKGBUILD 2010-01-21 17:40:48 UTC (rev 64645)
@@ -2,9 +2,9 @@
 # Maintainer: Alexander Baldeck alexan...@archlinux.org
 # Contributor: Jan de Groot j...@archlinux.org
 pkgname=xulrunner
-pkgver=1.9.1.7
-_ffoxver=3.5.7
-pkgrel=2
+pkgver=1.9.2
+_ffoxver=3.6
+pkgrel=1
 pkgdesc=Mozilla Runtime Environment
 arch=(i686 x86_64)
 license=('MPL' 'GPL' 'LGPL')
@@ -16,42 +16,32 @@
 url=http://wiki.mozilla.org/XUL:Xul_Runner;
 
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}.source.tar.bz2
 mozconfig
-   100-system-hunspell-corrections.patch
 mozilla-pkgconfig.patch
 fix-mozilla-launcher.patch
 mozilla-ps-pdf-simplify-operators.patch
-nsThreadUtils.patch
 xulrunner-version.patch
 xulrunner-png14.patch)
-md5sums=('82e6f568ddeaae52e85aa089277f5d14'
- '7c87142a23e75bbd4d41e0c8de8ab4a6'
- '5efd6772ed0ecf8eddec5d5650191d3c'
- 'd806ffcd9fa8d178ebfa9057c1221fbf'
+md5sums=('458051557ff49e6a352c1d56eee5782a'
+ 'c99bced771a39690bd71e5e1c1770e73'
+ 'b747631cbe9d1f5037baeb8a8dcdae35'
  '63eee2d1da3b43c9d604f2253f242f40'
  '13dca58c04e62a8916691c63c5c492a0'
- 'ccc3a0672c783c043434f256fbd38c86'
- 'd8a3066a3d9039b6f375316ed763e8f8'
+ '371303c5bdc4fa0d955d14521b93b69d'
  '3bd0566180ad2daa32743b3ce58b2095')
 
 build() {
-  cd ${srcdir}/mozilla-1.9.1
+  cd ${srcdir}/mozilla-1.9.2
   cp ${srcdir}/mozconfig .mozconfig
 
-  #Upstream patch. Still not applied to 1.9.0.1
+  #Upstream patch. Still not applied to 1.9.2
   patch -Np1 -i ${srcdir}/mozilla-ps-pdf-simplify-operators.patch || return 1
 
-  #fix build with system hunspell - gentoo
-  patch -Np0 -i ${srcdir}/100-system-hunspell-corrections.patch || return 1
-
-  #fix libdir/sdkdir - fedora - with local modifications
+  #fix libdir/sdkdir - fedora
   patch -Np1 -i ${srcdir}/mozilla-pkgconfig.patch || return 1
 
   #Fix stub launcher - archlinux
   patch -Np0 -i ${srcdir}/fix-mozilla-launcher.patch || return 1
 
-  #Fix epiphany crashes - requires epiphany rebuild
-  patch -Np1 -i ${srcdir}/nsThreadUtils.patch || return 1
-
   #Force installation to the same path for every version
   patch -Np1 -i ${srcdir}/xulrunner-version.patch || return 1
 
@@ -59,7 +49,7 @@
 
   unset CFLAGS
   unset CXXFLAGS
-  export LDFLAGS=${LDFLAGS} -Wl,-rpath,/usr/lib/xulrunner-1.9.1
+  export LDFLAGS=${LDFLAGS} -Wl,-rpath,/usr/lib/xulrunner-1.9.2
 
   make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS || return 1
   make -j1 DESTDIR=${pkgdir} install || return 1

Modified: testing-x86_64/mozconfig
===
--- testing-x86_64/mozconfig2010-01-21 17:38:22 UTC (rev 64644)
+++ testing-x86_64/mozconfig2010-01-21 17:40:48 UTC (rev 64645)
@@ -26,7 +26,7 @@
 ac_add_options --disable-crashreporter
 ac_add_options --enable-safe-browsing
 ac_add_options --enable-startup-notification
-ac_add_options --enable-extensions=default,python/xpcom
+ac_add_options --enable-extensions=default
 
 export BUILD_OFFICIAL=1
 export MOZILLA_OFFICIAL=1

Modified: testing-x86_64/mozilla-pkgconfig.patch
===
--- testing-x86_64/mozilla-pkgconfig.patch  2010-01-21 17:38:22 UTC (rev 
64644)
+++ testing-x86_64/mozilla-pkgconfig.patch  2010-01-21 17:40:48 UTC (rev 
64645)
@@ -1,80 +1,59 @@
-diff -r f1af606531f5 xulrunner/installer/Makefile.in
 

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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 12:42:29
  Author: ibiru
Revision: 64649

archrelease: new repo testing-x86_64

Added:
  firefox/repos/testing-x86_64/



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

2010-01-21 Thread Tobias Powalowski
Date: Thursday, January 21, 2010 @ 13:50:58
  Author: tpowa
Revision: 64652

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

Added:
  kernel26-lts/repos/core-i686/
Deleted:
  kernel26-lts/repos/testing-i686/



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

2010-01-21 Thread Tobias Powalowski
Date: Thursday, January 21, 2010 @ 13:50:58
  Author: tpowa
Revision: 64651

db-move: kernel26-lts removed by tpowa for move to core

Deleted:
  kernel26-lts/repos/core-i686/



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

2010-01-21 Thread Tobias Powalowski
Date: Thursday, January 21, 2010 @ 15:21:42
  Author: tpowa
Revision: 64653

upgpkg: nx-common 3.4.0-2
rebuild against png and jpg

Modified:
  nx-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 18:50:58 UTC (rev 64652)
+++ PKGBUILD2010-01-21 20:21:42 UTC (rev 64653)
@@ -3,12 +3,12 @@
 # Contributed: eliott eli...@solarblue.net, Andre Naumann 
anaum...@sparced.org
 pkgname=nx-common
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=NoMachine NX common package for client and server
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://nomachine.com/;
-depends=('libjpeg=7' 'libpng' 'openssl=0.9.8g' 'gcc-libs' 'audiofile' 
'alsa-lib' 'bash')
+depends=('libjpeg=8' 'libpng=1.4.0' 'openssl=0.9.8g' 'gcc-libs' 'audiofile' 
'alsa-lib' 'bash')
 source=(\
 #Compression libs and proxy sources
 http://64.34.161.181/download/$pkgver/sources/nxcomp-$pkgver-1.tar.gz \



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

2010-01-21 Thread Tobias Powalowski
Date: Thursday, January 21, 2010 @ 15:22:02
  Author: tpowa
Revision: 64654

archrelease: new repo testing-x86_64

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



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

2010-01-21 Thread Tobias Powalowski
Date: Thursday, January 21, 2010 @ 15:33:42
  Author: tpowa
Revision: 64656

upgpkg: nxserver 3.4.0-2
rebuild against png and jpg

Modified:
  nxserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 20:22:19 UTC (rev 64655)
+++ PKGBUILD2010-01-21 20:33:42 UTC (rev 64656)
@@ -4,13 +4,13 @@
 
 pkgname=nxserver
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=NoMachine NX is the next-generation X compression and roundtrip 
suppression scheme.
 arch=(i686 x86_64)
 url=http://nomachine.com/;
 license=('GPL')
-depends=(nx-common=$pkgver 'libxaw' 'libxrender' 'libxp' 'gcc-libs' 
'libjpeg=7' \
-'libxpm' 'libpng' 'libxdamage' 'libxrandr' 'libxcomposite' 'libxtst' 
'freetype2')
+depends=(nx-common=$pkgver 'libxaw' 'libxrender' 'libxp' 'gcc-libs' 
'libjpeg=8' \
+'libxpm' 'libpng=1.4.0' 'libxdamage' 'libxrandr' 'libxcomposite' 
'libxtst' 'freetype2')
 makedepends=('imake')
 source=(
 #X11 support programs and libraries



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

2010-01-21 Thread Tobias Powalowski
Date: Thursday, January 21, 2010 @ 15:34:02
  Author: tpowa
Revision: 64657

archrelease: new repo testing-x86_64

Added:
  nxserver/repos/testing-x86_64/



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

2010-01-21 Thread Tobias Powalowski
Date: Thursday, January 21, 2010 @ 15:43:39
  Author: tpowa
Revision: 64659

archrelease: new repo testing-i686

Added:
  nxserver/repos/testing-i686/



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

2010-01-21 Thread Tobias Powalowski
Date: Thursday, January 21, 2010 @ 15:43:56
  Author: tpowa
Revision: 64660

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

Modified:
  nxserver/repos/testing-i686/  (properties)


Property changes on: nxserver/repos/testing-i686
___
Added: svnmerge-integrated
   + /nxserver/trunk:1-64658



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 15:58:05
  Author: eric
Revision: 64661

upgpkg: perl-tk 804.028_501-3
Rebuilt for libpng 1.4 and libjpeg 8

Modified:
  perl-tk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 20:43:56 UTC (rev 64660)
+++ PKGBUILD2010-01-21 20:58:05 UTC (rev 64661)
@@ -6,12 +6,12 @@
 pkgname=perl-tk
 _cpanname=Tk
 pkgver=804.028_501
-pkgrel=2
+pkgrel=3
 pkgdesc=A graphical user interface toolkit for Perl
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/~SREZIC/${_cpanname};
 license=('PerlArtistic' 'GPL' 'custom')
-depends=('libx11' 'libpng' 'libjpeg=7' 'tk' 'perl=5.10.0')
+depends=('libx11' 'libpng' 'libjpeg' 'tk' 'perl=5.10.0')
 options=('!emptydirs')
 replaces=('perltk')
 provides=('perltk')



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 15:58:14
  Author: eric
Revision: 64662

archrelease: new repo testing-i686

Added:
  perl-tk/repos/testing-i686/



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 15:58:22
  Author: eric
Revision: 64663

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

Modified:
  perl-tk/repos/testing-i686/   (properties)


Property changes on: perl-tk/repos/testing-i686
___
Added: svnmerge-integrated
   + /perl-tk/trunk:1-64661



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 15:59:11
  Author: eric
Revision: 64664

archrelease: new repo testing-x86_64

Added:
  perl-tk/repos/testing-x86_64/



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 15:59:18
  Author: eric
Revision: 64665

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

Modified:
  perl-tk/repos/testing-x86_64/ (properties)


Property changes on: perl-tk/repos/testing-x86_64
___
Added: svnmerge-integrated
   + /perl-tk/trunk:1-64663



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 16:00:59
  Author: eric
Revision: 64666

upgpkg: qwt 5.2.0-2
Rebuilt for libpng 1.4 and libjpeg 8

Modified:
  qwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 20:59:18 UTC (rev 64665)
+++ PKGBUILD2010-01-21 21:00:59 UTC (rev 64666)
@@ -3,7 +3,7 @@
 
 pkgname=qwt
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Qt Widgets for Technical Applications
 arch=('i686' 'x86_64')
 url=http://qwt.sourceforge.net/;



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 16:01:10
  Author: eric
Revision: 64667

archrelease: new repo testing-i686

Added:
  qwt/repos/testing-i686/



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 16:01:18
  Author: eric
Revision: 64668

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

Modified:
  qwt/repos/testing-i686/   (properties)


Property changes on: qwt/repos/testing-i686
___
Added: svnmerge-integrated
   + /qwt/trunk:1-64666



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 16:02:13
  Author: eric
Revision: 64669

archrelease: new repo testing-x86_64

Added:
  qwt/repos/testing-x86_64/



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 16:02:21
  Author: eric
Revision: 64670

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

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


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



[arch-commits] Commit in sawfish/trunk (PKGBUILD sawfish-1.3.5.2-config.h.in.patch)

2010-01-21 Thread Juergen Hoetzel
Date: Thursday, January 21, 2010 @ 16:13:42
  Author: juergen
Revision: 64671

removed orphaned patch

Modified:
  sawfish/trunk/PKGBUILD
Deleted:
  sawfish/trunk/sawfish-1.3.5.2-config.h.in.patch

---+
 PKGBUILD  |2 
 sawfish-1.3.5.2-config.h.in.patch |  285 
 2 files changed, 1 insertion(+), 286 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 21:02:21 UTC (rev 64670)
+++ PKGBUILD2010-01-21 21:13:42 UTC (rev 64671)
@@ -2,7 +2,7 @@
 # Maintainer: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=sawfish
-pkgver=1.5.2
+pkgver=1.6.1
 pkgrel=1
 pkgdesc=An extensible window manager using a Lisp-based scripting language
 url=http://sawfish.wikia.com/;

Deleted: sawfish-1.3.5.2-config.h.in.patch
===
--- sawfish-1.3.5.2-config.h.in.patch   2010-01-21 21:02:21 UTC (rev 64670)
+++ sawfish-1.3.5.2-config.h.in.patch   2010-01-21 21:13:42 UTC (rev 64671)
@@ -1,285 +0,0 @@
-diff -ub sawfish-1.3.5.2.orig/config.h.in sawfish-1.3.5.2/config.h.in
 sawfish-1.3.5.2.orig/config.h.in   2009-03-05 08:43:10.0 +0100
-+++ sawfish-1.3.5.2/config.h.in2009-04-09 22:02:28.0 +0200
-@@ -1,174 +1,154 @@
--/* config.h.in.  Generated from configure.in by autoheader.  */
-+/* config.h.in -- config.h configure input
-+   $Id: config.h.in,v 1.16 2005/07/01 16:04:49 jsh Exp $
- 
--/* Define if building universal (internal helper macro) */
--#undef AC_APPLE_UNIVERSAL_BUILD
-+   Copyright (C) 1999 John Harper j...@dcs.warwick.ac.uk
- 
--/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
--   systems. This function is required for `alloca.c' support on those systems.
--   */
--#undef CRAY_STACKSEG_END
-+   This file is part of sawmill.
- 
--/* Define to 1 if using `alloca.c'. */
--#undef C_ALLOCA
-+   sawmill is free software; you can redistribute it and/or modify it
-+   under the terms of the GNU General Public License as published by
-+   the Free Software Foundation; either version 2, or (at your option)
-+   any later version.
- 
--/* Doug Lea malloc */
--#undef DOUG_LEA_MALLOC
-+   sawmill is distributed in the hope that it will be useful, but
-+   WITHOUT ANY WARRANTY; without even the implied warranty of
-+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
-+   GNU General Public License for more details.
- 
--/* Define to 1 if you have `alloca', as a function or macro. */
--#undef HAVE_ALLOCA
-+   You should have received a copy of the GNU General Public License
-+   along with sawmill; see the file COPYING.  If not, write to
-+   the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
- 
--/* Define to 1 if you have alloca.h and it should be used (not on Ultrix).
--   */
--#undef HAVE_ALLOCA_H
--
--/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
--#undef HAVE_DOPRNT
--
--/* Have esound */
--#undef HAVE_ESD
-+#ifndef SAWMILL_CONFIG_H
-+#define SAWMILL_CONFIG_H
- 
--/* Define to 1 if you have the fcntl.h header file. */
--#undef HAVE_FCNTL_H
-+/* Define if X11 is available */
-+#undef HAVE_X11
- 
--/* gdk pixbuf */
--#undef HAVE_GDK_PIXBUF
-+/* Define if using alloca.c.  */
-+#undef C_ALLOCA
- 
--/* Define to 1 if you have the `gethostname' function. */
--#undef HAVE_GETHOSTNAME
-+/* Define to empty if the keyword does not work.  */
-+#undef const
- 
--/* Define to 1 if you have the `getpagesize' function. */
--#undef HAVE_GETPAGESIZE
-+/* Define as __inline if that's what the C compiler calls it.  */
-+#undef inline
- 
--/* have imlib */
--#undef HAVE_IMLIB
-+/* Define if words are stored with the most significant byte first */
-+#undef WORDS_BIGENDIAN
- 
--/* Define to 1 if you have the inttypes.h header file. */
--#undef HAVE_INTTYPES_H
-+/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
-+   This function is required for alloca.c support on those systems.  */
-+#undef CRAY_STACKSEG_END
- 
--/* have libaudiofile */
--#undef HAVE_LIBAUDIOFILE
-+/* Define if you have alloca, as a function or macro.  */
-+#undef HAVE_ALLOCA
- 
--/* Define to 1 if you have the `nsl' library (-lnsl). */
--#undef HAVE_LIBNSL
-+/* Define if you have alloca.h and it should be used (not on Ultrix).  */
-+#undef HAVE_ALLOCA_H
- 
--/* Define to 1 if you have the `socket' library (-lsocket). */
--#undef HAVE_LIBSOCKET
-+/* Define if you don't have vprintf but do have _doprnt.  */
-+#undef HAVE_DOPRNT
- 
--/* Define to 1 if you have the memory.h header file. */
--#undef HAVE_MEMORY_H
-+/* Define if you have the vprintf function.  */
-+#undef HAVE_VPRINTF
- 
--/* Define to 1 if you have the `snprintf' function. */
--#undef HAVE_SNPRINTF
-+/* Define to `unsigned' if sys/types.h doesn't define.  */
-+#undef size_t
- 
--/* Define to 1 if you have the `socket' function. */
--#undef 

[arch-commits] Commit in windowmaker/trunk (PKGBUILD libpng-1.4.patch)

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 16:28:23
  Author: eric
Revision: 64672

upgpkg: windowmaker 0.92.0-7
Rebuilt for libpng 1.4 and libjpeg 8

Added:
  windowmaker/trunk/libpng-1.4.patch
Modified:
  windowmaker/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 libpng-1.4.patch |   12 
 2 files changed, 20 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 21:13:42 UTC (rev 64671)
+++ PKGBUILD2010-01-21 21:28:23 UTC (rev 64672)
@@ -3,18 +3,22 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 pkgname=windowmaker
 pkgver=0.92.0
-pkgrel=6
+pkgrel=7
 pkgdesc=An X11 window manager with a NEXTSTEP look and feel
 arch=(i686 x86_64)
 url=http://www.windowmaker.info/;
 license=('GPL' 'custom')
-depends=('libxinerama' 'libpng' 'libxpm' 'libxft' 'libtiff=3.8.2-5' 'giflib')
+depends=('libxinerama' 'libpng' 'libxpm' 'libxft' 'libtiff' 'giflib')
 options=('!libtool')
-source=(http://windowmaker.info/pub/source/release/WindowMaker-$pkgver.tar.bz2 
windowmaker-gcc4.patch.tar.bz2)
-md5sums=('aaac5421b686ed2d3e6ab65229c98097' 'd9fb6a9c255f5c03d0e0c83dc3cd2320')
+source=(http://windowmaker.info/pub/source/release/WindowMaker-$pkgver.tar.bz2 
windowmaker-gcc4.patch.tar.bz2 libpng-1.4.patch)
+md5sums=('aaac5421b686ed2d3e6ab65229c98097' 'd9fb6a9c255f5c03d0e0c83dc3cd2320'\
+ '409173062955f4a527d88cd7a007efa7')
+sha1sums=('4f7fea6f40b9ba9f870d2e2f0ce46274750edb2c' 
'764aa4883b289994177fd3735541d050fda5bcdb'\
+ '027e1d06360fa38fe95afab6e73b7e9f144da687')
 
 build() {
   cd $srcdir/WindowMaker-$pkgver
+  patch -p1  ../libpng-1.4.patch || return 1
   patch -Np1 -i ../windowmaker-gcc4.patch || return 1
   libtoolize --force --copy || return 1
   aclocal || return 1

Added: libpng-1.4.patch
===
--- libpng-1.4.patch(rev 0)
+++ libpng-1.4.patch2010-01-21 21:28:23 UTC (rev 64672)
@@ -0,0 +1,12 @@
+diff -Naur WindowMaker-0.92.0-orig/wrlib/load.c WindowMaker-0.92.0/wrlib/load.c
+--- WindowMaker-0.92.0-orig/wrlib/load.c   2010-01-21 16:10:39.0 
-0500
 WindowMaker-0.92.0/wrlib/load.c2010-01-21 16:13:15.0 -0500
+@@ -348,7 +348,7 @@
+ 
+ #ifdef USE_PNG
+ /* check for PNG */
+-if (png_check_sig(buffer, 8))
++if (!png_sig_cmp(buffer, 0, 8))
+ return IM_PNG;
+ #endif
+ 



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 16:28:34
  Author: eric
Revision: 64673

archrelease: new repo testing-i686

Added:
  windowmaker/repos/testing-i686/



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 16:28:44
  Author: eric
Revision: 64674

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

Modified:
  windowmaker/repos/testing-i686/   (properties)


Property changes on: windowmaker/repos/testing-i686
___
Added: svnmerge-integrated
   + /windowmaker/trunk:1-64672



[arch-commits] Commit in qwtplot3d/trunk (PKGBUILD qwtplot3d-gcc44.patch)

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 16:29:39
  Author: eric
Revision: 64675

upgpkg: qwtplot3d 0.2.7-2
Rebuilt for libpng 1.4 and libjpeg 8

Added:
  qwtplot3d/trunk/qwtplot3d-gcc44.patch
Modified:
  qwtplot3d/trunk/PKGBUILD

---+
 PKGBUILD  |   10 ++
 qwtplot3d-gcc44.patch |   12 
 2 files changed, 18 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 21:28:44 UTC (rev 64674)
+++ PKGBUILD2010-01-21 21:29:39 UTC (rev 64675)
@@ -4,18 +4,20 @@
 pkgname=qwtplot3d
 pkgver=0.2.7
 origver=0.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
 arch=(i686 x86_64)
 license=('custom:zlib')
 url=http://qwtplot3d.sourceforge.net/;
 depends=('qt=4.3' 'qwt=5.0.2')
+source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$origver.tgz;
+qwtplot3d-gcc44.patch)
+md5sums=('2f14660152e2e26bfeaaeec479ed9f2b' '92ad261ed5344bc773cba05b324cfe74')
+sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea' 
'52fa169b651a98550f8a8391ddf52e0eaeb2c215')
 
-source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$origver.tgz;)
-md5sums=('2f14660152e2e26bfeaaeec479ed9f2b')
-
 build() {
 cd $startdir/src/$pkgname
+patch -p1  ../qwtplot3d-gcc44.patch || return 1
   #  . /etc/profile.d/qt3.sh
 # build qwt:
 qmake qwtplot3d.pro

Added: qwtplot3d-gcc44.patch
===
--- qwtplot3d-gcc44.patch   (rev 0)
+++ qwtplot3d-gcc44.patch   2010-01-21 21:29:39 UTC (rev 64675)
@@ -0,0 +1,12 @@
+diff -ur qwtplot3d-orig/include/qwt3d_function.h 
qwtplot3d/include/qwt3d_function.h
+--- qwtplot3d-orig/include/qwt3d_function.h2009-07-25 18:18:58.0 
-0400
 qwtplot3d/include/qwt3d_function.h 2009-07-25 18:19:19.0 -0400
+@@ -2,6 +2,7 @@
+ #define qwt3d_function_h__2004_03_05_13_51_begin_guarded_code
+ 
+ #include qwt3d_gridmapping.h
++#include cstdio
+ 
+ namespace Qwt3D
+ {
+Only in qwtplot3d/tmp: qwt3d_function.o



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 16:29:47
  Author: eric
Revision: 64676

archrelease: new repo testing-x86_64

Added:
  windowmaker/repos/testing-x86_64/



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 16:29:50
  Author: eric
Revision: 64677

archrelease: new repo testing-i686

Added:
  qwtplot3d/repos/testing-i686/



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 16:29:55
  Author: eric
Revision: 64678

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

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


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



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 16:29:58
  Author: eric
Revision: 64679

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

Modified:
  qwtplot3d/repos/testing-i686/ (properties)


Property changes on: qwtplot3d/repos/testing-i686
___
Added: svnmerge-integrated
   + /qwtplot3d/trunk:1-64675



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 16:30:17
  Author: eric
Revision: 64680

archrelease: new repo testing-x86_64

Added:
  qwtplot3d/repos/testing-x86_64/



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

2010-01-21 Thread Juergen Hoetzel
Date: Thursday, January 21, 2010 @ 16:46:42
  Author: juergen
Revision: 64682

update to 1.6.1

Modified:
  sawfish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 21:30:27 UTC (rev 64681)
+++ PKGBUILD2010-01-21 21:46:42 UTC (rev 64682)
@@ -9,9 +9,8 @@
 arch=(i686 x86_64)
 license=('GPL')
 depends=('librep' 'esd' 'gtk2' 'rep-gtk' 'libsm' 'gmp')
-source=(http://downloads.sourceforge.net/sourceforge/sawmill/sawfish-$pkgver.tar.bz2
 \
-   sawfish-1.3.5.2-config.h.in.patch)
-md5sums=('a263c3e5428bfef7dee28698ec3f0aa3' 'ed0a68f48d5680997f645511b1367678')
+source=(http://downloads.sourceforge.net/sourceforge/sawmill/sawfish-$pkgver.tar.bz2)
+md5sums=('3200deb3428a5973d71e98b291f5247b')
 install=sawfish.install
 
 



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

2010-01-21 Thread Juergen Hoetzel
Date: Thursday, January 21, 2010 @ 16:47:26
  Author: juergen
Revision: 64683

Merged revisions 64671,64682 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/sawfish/trunk


  r64671 | juergen | 2010-01-21 22:13:42 +0100 (Do, 21 Jan 2010) | 1 line
  
  removed orphaned patch

  r64682 | juergen | 2010-01-21 22:46:42 +0100 (Do, 21 Jan 2010) | 2 lines
  
  update to 1.6.1


Modified:
  sawfish/repos/extra-i686/ (properties)
  sawfish/repos/extra-i686/PKGBUILD
Deleted:
  sawfish/repos/extra-i686/sawfish-1.3.5.2-config.h.in.patch

---+
 PKGBUILD  |7 
 sawfish-1.3.5.2-config.h.in.patch |  285 
 2 files changed, 3 insertions(+), 289 deletions(-)


Property changes on: sawfish/repos/extra-i686
___
Modified: svnmerge-integrated
   - /sawfish/trunk:1-53263
   + /sawfish/trunk:1-64682

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-21 21:46:42 UTC (rev 64682)
+++ extra-i686/PKGBUILD 2010-01-21 21:47:26 UTC (rev 64683)
@@ -2,16 +2,15 @@
 # Maintainer: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=sawfish
-pkgver=1.5.2
+pkgver=1.6.1
 pkgrel=1
 pkgdesc=An extensible window manager using a Lisp-based scripting language
 url=http://sawfish.wikia.com/;
 arch=(i686 x86_64)
 license=('GPL')
 depends=('librep' 'esd' 'gtk2' 'rep-gtk' 'libsm' 'gmp')
-source=(http://downloads.sourceforge.net/sourceforge/sawmill/sawfish-$pkgver.tar.bz2
 \
-   sawfish-1.3.5.2-config.h.in.patch)
-md5sums=('a263c3e5428bfef7dee28698ec3f0aa3' 'ed0a68f48d5680997f645511b1367678')
+source=(http://downloads.sourceforge.net/sourceforge/sawmill/sawfish-$pkgver.tar.bz2)
+md5sums=('3200deb3428a5973d71e98b291f5247b')
 install=sawfish.install
 
 

Deleted: extra-i686/sawfish-1.3.5.2-config.h.in.patch
===
--- extra-i686/sawfish-1.3.5.2-config.h.in.patch2010-01-21 21:46:42 UTC 
(rev 64682)
+++ extra-i686/sawfish-1.3.5.2-config.h.in.patch2010-01-21 21:47:26 UTC 
(rev 64683)
@@ -1,285 +0,0 @@
-diff -ub sawfish-1.3.5.2.orig/config.h.in sawfish-1.3.5.2/config.h.in
 sawfish-1.3.5.2.orig/config.h.in   2009-03-05 08:43:10.0 +0100
-+++ sawfish-1.3.5.2/config.h.in2009-04-09 22:02:28.0 +0200
-@@ -1,174 +1,154 @@
--/* config.h.in.  Generated from configure.in by autoheader.  */
-+/* config.h.in -- config.h configure input
-+   $Id: config.h.in,v 1.16 2005/07/01 16:04:49 jsh Exp $
- 
--/* Define if building universal (internal helper macro) */
--#undef AC_APPLE_UNIVERSAL_BUILD
-+   Copyright (C) 1999 John Harper j...@dcs.warwick.ac.uk
- 
--/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
--   systems. This function is required for `alloca.c' support on those systems.
--   */
--#undef CRAY_STACKSEG_END
-+   This file is part of sawmill.
- 
--/* Define to 1 if using `alloca.c'. */
--#undef C_ALLOCA
-+   sawmill is free software; you can redistribute it and/or modify it
-+   under the terms of the GNU General Public License as published by
-+   the Free Software Foundation; either version 2, or (at your option)
-+   any later version.
- 
--/* Doug Lea malloc */
--#undef DOUG_LEA_MALLOC
-+   sawmill is distributed in the hope that it will be useful, but
-+   WITHOUT ANY WARRANTY; without even the implied warranty of
-+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
-+   GNU General Public License for more details.
- 
--/* Define to 1 if you have `alloca', as a function or macro. */
--#undef HAVE_ALLOCA
-+   You should have received a copy of the GNU General Public License
-+   along with sawmill; see the file COPYING.  If not, write to
-+   the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
- 
--/* Define to 1 if you have alloca.h and it should be used (not on Ultrix).
--   */
--#undef HAVE_ALLOCA_H
--
--/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
--#undef HAVE_DOPRNT
--
--/* Have esound */
--#undef HAVE_ESD
-+#ifndef SAWMILL_CONFIG_H
-+#define SAWMILL_CONFIG_H
- 
--/* Define to 1 if you have the fcntl.h header file. */
--#undef HAVE_FCNTL_H
-+/* Define if X11 is available */
-+#undef HAVE_X11
- 
--/* gdk pixbuf */
--#undef HAVE_GDK_PIXBUF
-+/* Define if using alloca.c.  */
-+#undef C_ALLOCA
- 
--/* Define to 1 if you have the `gethostname' function. */
--#undef HAVE_GETHOSTNAME
-+/* Define to empty if the keyword does not work.  */
-+#undef const
- 
--/* Define to 1 if you have the `getpagesize' function. */
--#undef HAVE_GETPAGESIZE
-+/* Define as __inline if that's what the C compiler calls it.  */
-+#undef inline
- 
--/* have imlib */
--#undef HAVE_IMLIB
-+/* Define if words are stored with the most significant byte first */
-+#undef WORDS_BIGENDIAN
- 
--/* Define to 1 if you 

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

2010-01-21 Thread Juergen Hoetzel
Date: Thursday, January 21, 2010 @ 16:48:44
  Author: juergen
Revision: 64684

update to 0.90.2

Modified:
  rep-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 21:47:26 UTC (rev 64683)
+++ PKGBUILD2010-01-21 21:48:44 UTC (rev 64684)
@@ -2,7 +2,7 @@
 # Maintainer: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=rep-gtk
-pkgver=0.90.0
+pkgver=0.90.2
 pkgrel=1
 pkgdesc=Binding of the GTK and GDK libraries for the librep Lisp environment
 arch=('i686' 'x86_64')
@@ -10,12 +10,10 @@
 license=('GPL')
 depends=('librep=0.90.0' 'gtk2')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('257a25dce79572aa9558d4ba9a6c3d0b')
+md5sums=('3477b19e9dc4eeb3255f3596e40d3e4c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  # shrug: they forgot to generate configure scripts
-  ./autogen.sh
   ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1



[arch-commits] Commit in rep-gtk/repos (extra-i686 extra-i686/PKGBUILD)

2010-01-21 Thread Juergen Hoetzel
Date: Thursday, January 21, 2010 @ 16:49:23
  Author: juergen
Revision: 64685

Merged revisions 53266,64684 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/rep-gtk/trunk


  r53266 | juergen | 2009-09-27 17:08:23 +0200 (So, 27 Sep 2009) | 1 line
  
  fix invalid dependency

  r64684 | juergen | 2010-01-21 22:48:44 +0100 (Do, 21 Jan 2010) | 2 lines
  
  update to 0.90.2


Modified:
  rep-gtk/repos/extra-i686/ (properties)
  rep-gtk/repos/extra-i686/PKGBUILD

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


Property changes on: rep-gtk/repos/extra-i686
___
Modified: svnmerge-integrated
   - /rep-gtk/trunk:1-53261
   + /rep-gtk/trunk:1-64684

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-21 21:48:44 UTC (rev 64684)
+++ extra-i686/PKGBUILD 2010-01-21 21:49:23 UTC (rev 64685)
@@ -2,20 +2,18 @@
 # Maintainer: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=rep-gtk
-pkgver=0.90.0
+pkgver=0.90.2
 pkgrel=1
 pkgdesc=Binding of the GTK and GDK libraries for the librep Lisp environment
 arch=('i686' 'x86_64')
 url=http://rep-gtk.sourceforge.net/;
 license=('GPL')
-depends=('librep=0.90.0' 'rep-gtk')
+depends=('librep=0.90.0' 'gtk2')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('257a25dce79572aa9558d4ba9a6c3d0b')
+md5sums=('3477b19e9dc4eeb3255f3596e40d3e4c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  # shrug: they forgot to generate configure scripts
-  ./autogen.sh
   ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1



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

2010-01-21 Thread Juergen Hoetzel
Date: Thursday, January 21, 2010 @ 16:50:12
  Author: juergen
Revision: 64686

update to 0.90.5

Modified:
  librep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 21:49:23 UTC (rev 64685)
+++ PKGBUILD2010-01-21 21:50:12 UTC (rev 64686)
@@ -2,21 +2,18 @@
 # Maintainer: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=librep
-pkgver=0.90.2
+pkgver=0.90.5
 pkgrel=1
 pkgdesc=A Lisp system for UNIX
 depends=('gmp' 'gdbm' 'libffi' 'bash' 'ncurses=5.6-7')
 
source=(http://downloads.sourceforge.net/sourceforge/librep/librep-$pkgver.tar.bz2)
-md5sums=('3e1e10a0ad7b47a089d559b7944d1287')
+md5sums=('76e766d4f7034ee293f4405871ab34d3')
 license=('GPL2')
-OPTIONS=(libtool)
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/librep;
 install=librep.install
 
-
 build() {
-  echo ${optio...@]}
   cd $srcdir/$pkgname-$pkgver
   ./configure --disable-static \
 --prefix=/usr \



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

2010-01-21 Thread Juergen Hoetzel
Date: Thursday, January 21, 2010 @ 16:50:47
  Author: juergen
Revision: 64687

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


  r64686 | juergen | 2010-01-21 22:50:12 +0100 (Do, 21 Jan 2010) | 2 lines
  
  update to 0.90.5


Modified:
  librep/repos/extra-i686/  (properties)
  librep/repos/extra-i686/PKGBUILD

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


Property changes on: librep/repos/extra-i686
___
Modified: svnmerge-integrated
   - /librep/trunk:1-53259
   + /librep/trunk:1-64686

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-21 21:50:12 UTC (rev 64686)
+++ extra-i686/PKGBUILD 2010-01-21 21:50:47 UTC (rev 64687)
@@ -2,21 +2,18 @@
 # Maintainer: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=librep
-pkgver=0.90.2
+pkgver=0.90.5
 pkgrel=1
 pkgdesc=A Lisp system for UNIX
 depends=('gmp' 'gdbm' 'libffi' 'bash' 'ncurses=5.6-7')
 
source=(http://downloads.sourceforge.net/sourceforge/librep/librep-$pkgver.tar.bz2)
-md5sums=('3e1e10a0ad7b47a089d559b7944d1287')
+md5sums=('76e766d4f7034ee293f4405871ab34d3')
 license=('GPL2')
-OPTIONS=(libtool)
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/librep;
 install=librep.install
 
-
 build() {
-  echo ${optio...@]}
   cd $srcdir/$pkgname-$pkgver
   ./configure --disable-static \
 --prefix=/usr \



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 17:12:41
  Author: ibiru
Revision: 64688

upgpkg: firefox-i18n 3.6-1
update to 3.6

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 77 insertions(+), 79 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 21:50:47 UTC (rev 64687)
+++ PKGBUILD2010-01-21 22:12:41 UTC (rev 64688)
@@ -4,14 +4,14 @@
 # Contributor: Michal Hybner dta...@gmail.com
 
 pkgname=firefox-i18n
-pkgver=3.5.7
+pkgver=3.6
 pkgrel=1
 pkgdesc=Language packs for Firefox
 arch=('any')
 license=('MPL')
 url=http://www.mozilla.com/;
 depends=(firefox=${pkgver})
-_url=ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${pkgver}/linux-i686/xpi/
+_url=ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${pkgver}/linux-i686/xpi
 source=($_url/af.xpi
 $_url/ar.xpi
 $_url/as.xpi
@@ -57,7 +57,6 @@
 $_url/lv.xpi
 $_url/mk.xpi
 $_url/ml.xpi
-$_url/mn.xpi
 $_url/mr.xpi
 $_url/nb-NO.xpi
 $_url/nl.xpi
@@ -86,80 +85,6 @@
 $_url/vi.xpi
 $_url/zh-CN.xpi
 $_url/zh-TW.xpi)
-md5sums=('4a530310eab3e68f07acb324fdc8035b'
- 'f566e83853467083d8e20852748060bb'
- '97fcc5162d670d18d3182a8bb2b1ba4f'
- 'e15210fc5ea1c00658f391d6efeb8625'
- '43d60dc52a9b6ff3a1a91c30912a28fa'
- 'a6446703863705a637006479c14b8a9b'
- '0b0417b17c853b1de93993126b710f2a'
- 'b62d299794b3ee86a59f078bbba2e8a5'
- 'a1b652fa1209a2fc8889d213db99e3b4'
- 'a7b0484bd04bf44d3639456539764850'
- '0d13bf5e401a96bdf882e768487cabd3'
- 'aec1ebfa49ad36615533405ab5de7152'
- 'e19f0fc5df18c7e3993f1753b045da8b'
- 'febaec738516cf16e475dca08172e12b'
- '91a965b60ec636670c721692924c11f3'
- '0a0c55f52331e591bcd85a901225771b'
- '41f1deb62e629f9b0260a3d8ec9d10de'
- '7952d9581e8fd8791a9feb42c0146ac6'
- '631046a7b40ec2d2d7e08b8fcf284d93'
- 'a6473243b1130177058b4aed23740c68'
- '2de48a4bcc520d02c627928b51004ad0'
- '9f20d950822c78474d3dd4d3dc3641f1'
- 'db26181757df81a922e40b91d3100f8f'
- 'db2594b757d472eaee6836627fdf5ae9'
- 'b8a477191ef8bad04305d8491a289096'
- '1ebd7f71eeecd8d07ee79edacae4d3e4'
- '5a8c51e664896167f675ff2179e4e20c'
- '6a0bbfaeebe17c8dd7bc4a50bee1703b'
- 'e672ab06339340f002404c9bde5732c7'
- '3ce9de31745c9032e2ba1c49c7ee8d2d'
- 'b6c623ce95ac557e74ee824c018b1d56'
- '8473f85d0327aef85172783c3738d9c5'
- 'e806735bb0dba61e382be8c7165173a5'
- '3a1667e8571bffa83d898f3a8dd3173b'
- 'b7c25a37a32ed2c57fcfd06c497ce637'
- 'b323790a168993e6eddeec5ee90254e0'
- 'f10a33c15a6485db67fa8709481d1067'
- '5fa114aa4c415623b37fdbc60f355b07'
- 'be52b9d63e9fdd86b140a64c96d1108a'
- '8c2df97d45e3fdbf33d42b231204b5cd'
- 'be2a377c2d76a02b39a24cf8c7843e33'
- 'd2f6e6d70ab21251d4dd0a028c68a102'
- '703ddafb256d277db0f110632a8707a0'
- '9f3fcf37dfd0310052a5c5b28bd9ee05'
- '02b730aa07a5bd46fe28b99b3820f10f'
- 'a35fa6fad98d8733b6bc80b6d5651528'
- '35e504c4497c3863ad705785d474204d'
- '7b37410188265b945ae8631f4b660aa1'
- '4ea0352a34630008e405414cc31ea4be'
- 'a25ad1bc5209c35260d2210ff8b54c95'
- '4574d03af2c24d4e2320f987659859c7'
- '1c06aa0211b55b79904b573b73168f8b'
- 'd8ca785d80227bb550aa3f191465d5b4'
- '4618530260e46f0af280a3b81e33ad65'
- '23c3072aeb32a3db23485d7170d183a4'
- '36757424dcd8f7c5c1ebc66bef604996'
- '9152ae8649dcf6079aad0685696995fe'
- '96905bcdc3dd91109338ec784a551d13'
- '177daa62db340608796e2e7efa20e6dc'
- 'a121e13f08ced2d169da35ae04ec06db'
- '6afd4e825f4f40538187f50e16e22630'
- '3218f94fcebc87b656a488b3eedcf03d'
- '0fc0fecb12e44f919fb042ae063f16d4'
- 'fef36e07b1c5cc7b17c47a788665c7b8'
- 'efc723094f28976af6c66067e3a9aec0'
- 'ca90e84f44825fdca0b86bb10f2043c8'
- '110fb953f0976692c5320d609dabc294'
- 'cee74e31345e0468b6a2d11811b21aa3'
- '0dd9c3a48533ec4818f241a4f806d40c'
- 'fe0c09bed6d01eeab4c20450b48cebaf'
- '7ebbdbfe6d3534a3797a094c2ab97c0c'
- '6937d277c350fe6bc0568effd176b803'
- '61ea569a90350bcbe0b8b02adb786ac4'
- 'b1ee854dd8b09b5bc1725b9e883717f5')
 
 build() {
   cd ${srcdir}
@@ -167,7 +92,80 @@
 lang=${langfile/.xpi/}
 bsdtar xf ${langfile} || return 1
 sed -i s|jar:chrome/${lang}.jar|jar:${lang}.jar| chrome.manifest || 
return 1
-install -D -m 644 chrome/${lang}.jar 
${pkgdir}/usr/lib/firefox-3.5/chrome/${lang}.jar || return 1
-install -D -m 644 chrome.manifest 
${pkgdir}/usr/lib/firefox-3.5/chrome/${lang}.manifest || return 1

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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 17:12:58
  Author: ibiru
Revision: 64689

archrelease: new repo testing-any

Added:
  firefox-i18n/repos/testing-any/



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 17:13:12
  Author: ibiru
Revision: 64690

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

Modified:
  firefox-i18n/repos/testing-any/   (properties)


Property changes on: firefox-i18n/repos/testing-any
___
Added: svnmerge-integrated
   + /firefox-i18n/trunk:1-64688



[arch-commits] Commit in windowmaker-crm-git/trunk (PKGBUILD libpng-1.4.patch)

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 17:21:25
  Author: eric
Revision: 64691

upgpkg: windowmaker-crm-git 20091221-2
Rebuilt for libpng 1.4 and libjpeg 8

Added:
  windowmaker-crm-git/trunk/libpng-1.4.patch
Modified:
  windowmaker-crm-git/trunk/PKGBUILD(contents, properties)

--+
 PKGBUILD |9 ++---
 libpng-1.4.patch |   12 
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 22:13:12 UTC (rev 64690)
+++ PKGBUILD2010-01-21 22:21:25 UTC (rev 64691)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Daniel Isenmann dan...@archlinux.org
 
 pkgname=windowmaker-crm-git
@@ -2,3 +3,3 @@
 pkgver=20091221
-pkgrel=1
+pkgrel=2
 pkgdesc=An X11 window manager with a NEXTSTEP look and feel - git version 
from Carlos R. Mafra
@@ -11,11 +12,13 @@
 options=('!libtool')
 provides=('windowmaker')
 conflicts=('windowmaker')
-source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz)
-md5sums=('2cc3b4630f52025b78285eda39d62681')
+source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz 
libpng-1.4.patch)
+md5sums=('2cc3b4630f52025b78285eda39d62681' '1b7c47827419ef62051c0f1c02cb45f0')
+sha1sums=('8c101e75aa1f98867484510898f4c3369f9be386' 
'c446bdb3a8c0d7add45ad6dff05c382cb14ee2b6')
 
 build() {
   cd $srcdir/windowmaker-$pkgver
+  patch -p1  ../libpng-1.4.patch || return 1
   [ -z $LINGUAS ]  export LINGUAS=`ls po/*.po | sed 
's:po/\(.*\)\.po$:\1:'`
   ./autogen.sh --prefix=/usr --sysconfdir=/etc --enable-xinerama \
 --with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep


Property changes on: windowmaker-crm-git/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: libpng-1.4.patch
===
--- libpng-1.4.patch(rev 0)
+++ libpng-1.4.patch2010-01-21 22:21:25 UTC (rev 64691)
@@ -0,0 +1,12 @@
+diff -Naur windowmaker-20091221-orig/wrlib/load.c 
windowmaker-20091221/wrlib/load.c
+--- windowmaker-20091221-orig/wrlib/load.c 2010-01-21 17:01:10.0 
-0500
 windowmaker-20091221/wrlib/load.c  2010-01-21 17:02:38.0 -0500
+@@ -327,7 +327,7 @@
+ 
+ #ifdef USE_PNG
+   /* check for PNG */
+-  if (png_check_sig(buffer, 8))
++  if (!png_sig_cmp(buffer, 0, 8))
+   return IM_PNG;
+ #endif
+ 



[arch-commits] Commit in windowmaker-crm-git/repos (testing-i686)

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 17:21:43
  Author: eric
Revision: 64692

archrelease: new repo testing-i686

Added:
  windowmaker-crm-git/repos/testing-i686/



[arch-commits] Commit in windowmaker-crm-git/repos (testing-i686)

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 17:21:51
  Author: eric
Revision: 64693

Initialized merge tracking via svnmerge with revisions 1-64691 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/windowmaker-crm-git/trunk

Modified:
  windowmaker-crm-git/repos/testing-i686/   (properties)


Property changes on: windowmaker-crm-git/repos/testing-i686
___
Added: svnmerge-integrated
   + /windowmaker-crm-git/trunk:1-64691



[arch-commits] Commit in windowmaker-crm-git/repos (testing-x86_64)

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 17:22:40
  Author: eric
Revision: 64694

archrelease: new repo testing-x86_64

Added:
  windowmaker-crm-git/repos/testing-x86_64/



[arch-commits] Commit in windowmaker-crm-git/repos (testing-x86_64)

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 17:23:16
  Author: eric
Revision: 64695

Initialized merge tracking via svnmerge with revisions 1-64693 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/windowmaker-crm-git/trunk

Modified:
  windowmaker-crm-git/repos/testing-x86_64/ (properties)


Property changes on: windowmaker-crm-git/repos/testing-x86_64
___
Added: svnmerge-integrated
   + /windowmaker-crm-git/trunk:1-64693



[arch-commits] Commit in xulrunner/trunk (PKGBUILD mozilla-pkgconfig.patch)

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 17:25:40
  Author: ibiru
Revision: 64696

upgpkg: xulrunner 1.9.2-2
redo pkgconfig patch since we don't want to change paths

Modified:
  xulrunner/trunk/PKGBUILD
  xulrunner/trunk/mozilla-pkgconfig.patch

-+
 PKGBUILD|4 +-
 mozilla-pkgconfig.patch |   81 ++
 2 files changed, 41 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 22:23:16 UTC (rev 64695)
+++ PKGBUILD2010-01-21 22:25:40 UTC (rev 64696)
@@ -4,7 +4,7 @@
 pkgname=xulrunner
 pkgver=1.9.2
 _ffoxver=3.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Mozilla Runtime Environment
 arch=(i686 x86_64)
 license=('MPL' 'GPL' 'LGPL')
@@ -23,7 +23,7 @@
 xulrunner-png14.patch)
 md5sums=('458051557ff49e6a352c1d56eee5782a'
  'c99bced771a39690bd71e5e1c1770e73'
- 'b747631cbe9d1f5037baeb8a8dcdae35'
+ 'd92adb0f23e724c1667baecb4cdaea80'
  '63eee2d1da3b43c9d604f2253f242f40'
  '13dca58c04e62a8916691c63c5c492a0'
  '371303c5bdc4fa0d955d14521b93b69d'

Modified: mozilla-pkgconfig.patch
===
--- mozilla-pkgconfig.patch 2010-01-21 22:23:16 UTC (rev 64695)
+++ mozilla-pkgconfig.patch 2010-01-21 22:25:40 UTC (rev 64696)
@@ -1,49 +1,27 @@
-diff -up mozilla-1.9.2/config/autoconf.mk.in.pk 
mozilla-1.9.2/config/autoconf.mk.in
 mozilla-1.9.2/config/autoconf.mk.in.pk 2009-11-09 01:33:58.0 
+0100
-+++ mozilla-1.9.2/config/autoconf.mk.in2009-11-12 12:49:28.0 
+0100
-@@ -58,14 +58,14 @@ MOZ_PKG_SPECIAL = @MOZ_PKG_SPECIAL@
- prefix= @prefix@
- exec_prefix   = @exec_prefix@
- bindir= @bindir@
--includedir= @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
-+includedir= @includedir@/$(MOZ_APP_NAME)-sdk-$(MOZ_APP_VERSION)
- libdir= @libdir@
- datadir   = @datadir@
- mandir= @mandir@
--idldir= $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
-+idldir= $(datadir)/idl/$(MOZ_APP_NAME)-sdk-$(MOZ_APP_VERSION)
- 
- installdir= $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
--sdkdir= $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
-+sdkdir= $(libdir)/$(MOZ_APP_NAME)-sdk-$(MOZ_APP_VERSION)
- 
- DIST  = $(DEPTH)/dist
- LIBXUL_SDK  = @LIBXUL_SDK@
-diff -up mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in.pk 
mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in
 mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in.pk
2009-11-09 01:34:25.0 +0100
-+++ mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in   2009-11-12 
13:09:18.0 +0100
-@@ -6,5 +6,6 @@ idldir=%idldir%
+diff -Nur mozilla-1.9.2.orig/xulrunner/installer/libxul-embedding.pc.in 
mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in
+--- mozilla-1.9.2.orig/xulrunner/installer/libxul-embedding.pc.in  
2010-01-21 05:31:27.0 +0200
 mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in   2010-01-21 
22:27:17.0 +0200
+@@ -6,5 +6,6 @@
  Name: libxul-embedding
  Description: Static library for version-independent embedding of the Mozilla 
runtime
  Version: %MOZILLA_VERSION%
 +Requires: %NSPR_NAME% = %NSPR_VERSION%
  Libs: -L${sdkdir}/lib -lxpcomglue
  Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%
-diff -up mozilla-1.9.2/xulrunner/installer/libxul.pc.in.pk 
mozilla-1.9.2/xulrunner/installer/libxul.pc.in
 mozilla-1.9.2/xulrunner/installer/libxul.pc.in.pk  2009-11-09 
01:34:25.0 +0100
-+++ mozilla-1.9.2/xulrunner/installer/libxul.pc.in 2009-11-12 
13:10:03.0 +0100
-@@ -2,6 +2,7 @@ prefix=%prefix%
+diff -Nur mozilla-1.9.2.orig/xulrunner/installer/libxul.pc.in 
mozilla-1.9.2/xulrunner/installer/libxul.pc.in
+--- mozilla-1.9.2.orig/xulrunner/installer/libxul.pc.in2010-01-21 
05:31:27.0 +0200
 mozilla-1.9.2/xulrunner/installer/libxul.pc.in 2010-01-21 
22:27:56.0 +0200
+@@ -1,5 +1,6 @@
+ prefix=%prefix%
  sdkdir=%sdkdir%
++libdir=%libdir%
  includedir=%includedir%
  idldir=%idldir%
-+libdir=%libdir%
  
- Name: libxul
- Description: The Mozilla Runtime and Embedding Engine
-diff -up mozilla-1.9.2/xulrunner/installer/Makefile.in.pk 
mozilla-1.9.2/xulrunner/installer/Makefile.in
 mozilla-1.9.2/xulrunner/installer/Makefile.in.pk   2009-11-12 
12:49:28.0 +0100
-+++ mozilla-1.9.2/xulrunner/installer/Makefile.in  2009-11-12 
12:49:28.0 +0100
-@@ -123,6 +123,7 @@ endif
+diff -Nur mozilla-1.9.2.orig/xulrunner/installer/Makefile.in 
mozilla-1.9.2/xulrunner/installer/Makefile.in
+--- mozilla-1.9.2.orig/xulrunner/installer/Makefile.in 2010-01-21 
05:31:27.0 +0200
 mozilla-1.9.2/xulrunner/installer/Makefile.in  2010-01-21 
22:25:04.0 +0200
+@@ -121,6 +121,7 

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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 17:26:26
  Author: ibiru
Revision: 64697

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


  r64696 | ibiru | 2010-01-22 00:25:40 +0200 (Fri, 22 Jan 2010) | 2 lines
  
  upgpkg: xulrunner 1.9.2-2
  redo pkgconfig patch since we don't want to change paths


Modified:
  xulrunner/repos/testing-i686/ (properties)
  xulrunner/repos/testing-i686/PKGBUILD
  xulrunner/repos/testing-i686/mozilla-pkgconfig.patch

-+
 PKGBUILD|4 +-
 mozilla-pkgconfig.patch |   81 ++
 2 files changed, 41 insertions(+), 44 deletions(-)


Property changes on: xulrunner/repos/testing-i686
___
Modified: svnmerge-integrated
   - /xulrunner/trunk:1-64643
   + /xulrunner/trunk:1-64696

Modified: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2010-01-21 22:25:40 UTC (rev 64696)
+++ testing-i686/PKGBUILD   2010-01-21 22:26:26 UTC (rev 64697)
@@ -4,7 +4,7 @@
 pkgname=xulrunner
 pkgver=1.9.2
 _ffoxver=3.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Mozilla Runtime Environment
 arch=(i686 x86_64)
 license=('MPL' 'GPL' 'LGPL')
@@ -23,7 +23,7 @@
 xulrunner-png14.patch)
 md5sums=('458051557ff49e6a352c1d56eee5782a'
  'c99bced771a39690bd71e5e1c1770e73'
- 'b747631cbe9d1f5037baeb8a8dcdae35'
+ 'd92adb0f23e724c1667baecb4cdaea80'
  '63eee2d1da3b43c9d604f2253f242f40'
  '13dca58c04e62a8916691c63c5c492a0'
  '371303c5bdc4fa0d955d14521b93b69d'

Modified: testing-i686/mozilla-pkgconfig.patch
===
--- testing-i686/mozilla-pkgconfig.patch2010-01-21 22:25:40 UTC (rev 
64696)
+++ testing-i686/mozilla-pkgconfig.patch2010-01-21 22:26:26 UTC (rev 
64697)
@@ -1,49 +1,27 @@
-diff -up mozilla-1.9.2/config/autoconf.mk.in.pk 
mozilla-1.9.2/config/autoconf.mk.in
 mozilla-1.9.2/config/autoconf.mk.in.pk 2009-11-09 01:33:58.0 
+0100
-+++ mozilla-1.9.2/config/autoconf.mk.in2009-11-12 12:49:28.0 
+0100
-@@ -58,14 +58,14 @@ MOZ_PKG_SPECIAL = @MOZ_PKG_SPECIAL@
- prefix= @prefix@
- exec_prefix   = @exec_prefix@
- bindir= @bindir@
--includedir= @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
-+includedir= @includedir@/$(MOZ_APP_NAME)-sdk-$(MOZ_APP_VERSION)
- libdir= @libdir@
- datadir   = @datadir@
- mandir= @mandir@
--idldir= $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
-+idldir= $(datadir)/idl/$(MOZ_APP_NAME)-sdk-$(MOZ_APP_VERSION)
- 
- installdir= $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
--sdkdir= $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
-+sdkdir= $(libdir)/$(MOZ_APP_NAME)-sdk-$(MOZ_APP_VERSION)
- 
- DIST  = $(DEPTH)/dist
- LIBXUL_SDK  = @LIBXUL_SDK@
-diff -up mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in.pk 
mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in
 mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in.pk
2009-11-09 01:34:25.0 +0100
-+++ mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in   2009-11-12 
13:09:18.0 +0100
-@@ -6,5 +6,6 @@ idldir=%idldir%
+diff -Nur mozilla-1.9.2.orig/xulrunner/installer/libxul-embedding.pc.in 
mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in
+--- mozilla-1.9.2.orig/xulrunner/installer/libxul-embedding.pc.in  
2010-01-21 05:31:27.0 +0200
 mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in   2010-01-21 
22:27:17.0 +0200
+@@ -6,5 +6,6 @@
  Name: libxul-embedding
  Description: Static library for version-independent embedding of the Mozilla 
runtime
  Version: %MOZILLA_VERSION%
 +Requires: %NSPR_NAME% = %NSPR_VERSION%
  Libs: -L${sdkdir}/lib -lxpcomglue
  Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%
-diff -up mozilla-1.9.2/xulrunner/installer/libxul.pc.in.pk 
mozilla-1.9.2/xulrunner/installer/libxul.pc.in
 mozilla-1.9.2/xulrunner/installer/libxul.pc.in.pk  2009-11-09 
01:34:25.0 +0100
-+++ mozilla-1.9.2/xulrunner/installer/libxul.pc.in 2009-11-12 
13:10:03.0 +0100
-@@ -2,6 +2,7 @@ prefix=%prefix%
+diff -Nur mozilla-1.9.2.orig/xulrunner/installer/libxul.pc.in 
mozilla-1.9.2/xulrunner/installer/libxul.pc.in
+--- mozilla-1.9.2.orig/xulrunner/installer/libxul.pc.in2010-01-21 
05:31:27.0 +0200
 mozilla-1.9.2/xulrunner/installer/libxul.pc.in 2010-01-21 
22:27:56.0 +0200
+@@ -1,5 +1,6 @@
+ prefix=%prefix%
  sdkdir=%sdkdir%
++libdir=%libdir%
  includedir=%includedir%
  idldir=%idldir%
-+libdir=%libdir%
  
- Name: libxul
- Description: The Mozilla Runtime and Embedding Engine
-diff -up 

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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 17:28:18
  Author: ibiru
Revision: 64698

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


  r64696 | ibiru | 2010-01-22 00:25:40 +0200 (Fri, 22 Jan 2010) | 2 lines
  
  upgpkg: xulrunner 1.9.2-2
  redo pkgconfig patch since we don't want to change paths


Modified:
  xulrunner/repos/testing-x86_64/   (properties)
  xulrunner/repos/testing-x86_64/PKGBUILD
  xulrunner/repos/testing-x86_64/mozilla-pkgconfig.patch

-+
 PKGBUILD|4 +-
 mozilla-pkgconfig.patch |   81 ++
 2 files changed, 41 insertions(+), 44 deletions(-)


Property changes on: xulrunner/repos/testing-x86_64
___
Modified: svnmerge-integrated
   - /xulrunner/trunk:1-64644
   + /xulrunner/trunk:1-64697

Modified: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2010-01-21 22:26:26 UTC (rev 64697)
+++ testing-x86_64/PKGBUILD 2010-01-21 22:28:18 UTC (rev 64698)
@@ -4,7 +4,7 @@
 pkgname=xulrunner
 pkgver=1.9.2
 _ffoxver=3.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Mozilla Runtime Environment
 arch=(i686 x86_64)
 license=('MPL' 'GPL' 'LGPL')
@@ -23,7 +23,7 @@
 xulrunner-png14.patch)
 md5sums=('458051557ff49e6a352c1d56eee5782a'
  'c99bced771a39690bd71e5e1c1770e73'
- 'b747631cbe9d1f5037baeb8a8dcdae35'
+ 'd92adb0f23e724c1667baecb4cdaea80'
  '63eee2d1da3b43c9d604f2253f242f40'
  '13dca58c04e62a8916691c63c5c492a0'
  '371303c5bdc4fa0d955d14521b93b69d'

Modified: testing-x86_64/mozilla-pkgconfig.patch
===
--- testing-x86_64/mozilla-pkgconfig.patch  2010-01-21 22:26:26 UTC (rev 
64697)
+++ testing-x86_64/mozilla-pkgconfig.patch  2010-01-21 22:28:18 UTC (rev 
64698)
@@ -1,49 +1,27 @@
-diff -up mozilla-1.9.2/config/autoconf.mk.in.pk 
mozilla-1.9.2/config/autoconf.mk.in
 mozilla-1.9.2/config/autoconf.mk.in.pk 2009-11-09 01:33:58.0 
+0100
-+++ mozilla-1.9.2/config/autoconf.mk.in2009-11-12 12:49:28.0 
+0100
-@@ -58,14 +58,14 @@ MOZ_PKG_SPECIAL = @MOZ_PKG_SPECIAL@
- prefix= @prefix@
- exec_prefix   = @exec_prefix@
- bindir= @bindir@
--includedir= @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
-+includedir= @includedir@/$(MOZ_APP_NAME)-sdk-$(MOZ_APP_VERSION)
- libdir= @libdir@
- datadir   = @datadir@
- mandir= @mandir@
--idldir= $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
-+idldir= $(datadir)/idl/$(MOZ_APP_NAME)-sdk-$(MOZ_APP_VERSION)
- 
- installdir= $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
--sdkdir= $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
-+sdkdir= $(libdir)/$(MOZ_APP_NAME)-sdk-$(MOZ_APP_VERSION)
- 
- DIST  = $(DEPTH)/dist
- LIBXUL_SDK  = @LIBXUL_SDK@
-diff -up mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in.pk 
mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in
 mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in.pk
2009-11-09 01:34:25.0 +0100
-+++ mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in   2009-11-12 
13:09:18.0 +0100
-@@ -6,5 +6,6 @@ idldir=%idldir%
+diff -Nur mozilla-1.9.2.orig/xulrunner/installer/libxul-embedding.pc.in 
mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in
+--- mozilla-1.9.2.orig/xulrunner/installer/libxul-embedding.pc.in  
2010-01-21 05:31:27.0 +0200
 mozilla-1.9.2/xulrunner/installer/libxul-embedding.pc.in   2010-01-21 
22:27:17.0 +0200
+@@ -6,5 +6,6 @@
  Name: libxul-embedding
  Description: Static library for version-independent embedding of the Mozilla 
runtime
  Version: %MOZILLA_VERSION%
 +Requires: %NSPR_NAME% = %NSPR_VERSION%
  Libs: -L${sdkdir}/lib -lxpcomglue
  Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%
-diff -up mozilla-1.9.2/xulrunner/installer/libxul.pc.in.pk 
mozilla-1.9.2/xulrunner/installer/libxul.pc.in
 mozilla-1.9.2/xulrunner/installer/libxul.pc.in.pk  2009-11-09 
01:34:25.0 +0100
-+++ mozilla-1.9.2/xulrunner/installer/libxul.pc.in 2009-11-12 
13:10:03.0 +0100
-@@ -2,6 +2,7 @@ prefix=%prefix%
+diff -Nur mozilla-1.9.2.orig/xulrunner/installer/libxul.pc.in 
mozilla-1.9.2/xulrunner/installer/libxul.pc.in
+--- mozilla-1.9.2.orig/xulrunner/installer/libxul.pc.in2010-01-21 
05:31:27.0 +0200
 mozilla-1.9.2/xulrunner/installer/libxul.pc.in 2010-01-21 
22:27:56.0 +0200
+@@ -1,5 +1,6 @@
+ prefix=%prefix%
  sdkdir=%sdkdir%
++libdir=%libdir%
  includedir=%includedir%
  idldir=%idldir%
-+libdir=%libdir%
  
- Name: libxul
- Description: The Mozilla Runtime and Embedding Engine
-diff -up 

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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 17:28:58
  Author: ibiru
Revision: 64699

upgpkg: firefox 3.6-2
rebuild agaisnt new xulrunner

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/mozconfig

---+
 PKGBUILD  |4 ++--
 mozconfig |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 22:28:18 UTC (rev 64698)
+++ PKGBUILD2010-01-21 22:28:58 UTC (rev 64699)
@@ -3,7 +3,7 @@
 
 pkgname=firefox
 pkgver=3.6
-pkgrel=1
+pkgrel=2
 _xulver=1.9.2
 pkgdesc=Standalone web browser from mozilla.org
 arch=(i686 x86_64)
@@ -21,7 +21,7 @@
 browser-defaulturls.patch
 firefox-version.patch)
 md5sums=('458051557ff49e6a352c1d56eee5782a'
- 'd822edea6be72de2e4a0cf3076f225be'
+ '1bb4a77a63891bd82b2e9fc7caecd4b6'
  'ba96924ece1d77453e462429037a2ce5'
  '5e68cabfcf3c021806b326f664ac505e'
  'bd5db57c23c72a02a489592644f18995'

Modified: mozconfig
===
--- mozconfig   2010-01-21 22:28:18 UTC (rev 64698)
+++ mozconfig   2010-01-21 22:28:58 UTC (rev 64699)
@@ -23,7 +23,7 @@
 ac_add_options --enable-startup-notification
 ac_add_options --enable-libxul
 ac_add_options --disable-crashreporter
-ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-sdk-1.9.2
+ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.2
 ac_add_options --enable-safe-browsing
 ac_add_options --with-branding=browser/branding/unofficial
 



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 17:29:35
  Author: ibiru
Revision: 64700

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


  r64699 | ibiru | 2010-01-22 00:28:58 +0200 (Fri, 22 Jan 2010) | 2 lines
  
  upgpkg: firefox 3.6-2
  rebuild agaisnt new xulrunner


Modified:
  firefox/repos/testing-i686/   (properties)
  firefox/repos/testing-i686/PKGBUILD
  firefox/repos/testing-i686/mozconfig

---+
 PKGBUILD  |4 ++--
 mozconfig |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


Property changes on: firefox/repos/testing-i686
___
Modified: svnmerge-integrated
   - /firefox/trunk:1-64646
   + /firefox/trunk:1-64699

Modified: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2010-01-21 22:28:58 UTC (rev 64699)
+++ testing-i686/PKGBUILD   2010-01-21 22:29:35 UTC (rev 64700)
@@ -3,7 +3,7 @@
 
 pkgname=firefox
 pkgver=3.6
-pkgrel=1
+pkgrel=2
 _xulver=1.9.2
 pkgdesc=Standalone web browser from mozilla.org
 arch=(i686 x86_64)
@@ -21,7 +21,7 @@
 browser-defaulturls.patch
 firefox-version.patch)
 md5sums=('458051557ff49e6a352c1d56eee5782a'
- 'd822edea6be72de2e4a0cf3076f225be'
+ '1bb4a77a63891bd82b2e9fc7caecd4b6'
  'ba96924ece1d77453e462429037a2ce5'
  '5e68cabfcf3c021806b326f664ac505e'
  'bd5db57c23c72a02a489592644f18995'

Modified: testing-i686/mozconfig
===
--- testing-i686/mozconfig  2010-01-21 22:28:58 UTC (rev 64699)
+++ testing-i686/mozconfig  2010-01-21 22:29:35 UTC (rev 64700)
@@ -23,7 +23,7 @@
 ac_add_options --enable-startup-notification
 ac_add_options --enable-libxul
 ac_add_options --disable-crashreporter
-ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-sdk-1.9.2
+ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.2
 ac_add_options --enable-safe-browsing
 ac_add_options --with-branding=browser/branding/unofficial
 



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 17:30:44
  Author: ibiru
Revision: 64701

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


  r64699 | ibiru | 2010-01-22 00:28:58 +0200 (Fri, 22 Jan 2010) | 2 lines
  
  upgpkg: firefox 3.6-2
  rebuild agaisnt new xulrunner


Modified:
  firefox/repos/testing-x86_64/ (properties)
  firefox/repos/testing-x86_64/PKGBUILD
  firefox/repos/testing-x86_64/mozconfig

---+
 PKGBUILD  |4 ++--
 mozconfig |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


Property changes on: firefox/repos/testing-x86_64
___
Modified: svnmerge-integrated
   - /firefox/trunk:1-64648
   + /firefox/trunk:1-64700

Modified: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2010-01-21 22:29:35 UTC (rev 64700)
+++ testing-x86_64/PKGBUILD 2010-01-21 22:30:44 UTC (rev 64701)
@@ -3,7 +3,7 @@
 
 pkgname=firefox
 pkgver=3.6
-pkgrel=1
+pkgrel=2
 _xulver=1.9.2
 pkgdesc=Standalone web browser from mozilla.org
 arch=(i686 x86_64)
@@ -21,7 +21,7 @@
 browser-defaulturls.patch
 firefox-version.patch)
 md5sums=('458051557ff49e6a352c1d56eee5782a'
- 'd822edea6be72de2e4a0cf3076f225be'
+ '1bb4a77a63891bd82b2e9fc7caecd4b6'
  'ba96924ece1d77453e462429037a2ce5'
  '5e68cabfcf3c021806b326f664ac505e'
  'bd5db57c23c72a02a489592644f18995'

Modified: testing-x86_64/mozconfig
===
--- testing-x86_64/mozconfig2010-01-21 22:29:35 UTC (rev 64700)
+++ testing-x86_64/mozconfig2010-01-21 22:30:44 UTC (rev 64701)
@@ -23,7 +23,7 @@
 ac_add_options --enable-startup-notification
 ac_add_options --enable-libxul
 ac_add_options --disable-crashreporter
-ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-sdk-1.9.2
+ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.2
 ac_add_options --enable-safe-browsing
 ac_add_options --with-branding=browser/branding/unofficial
 



[arch-commits] Commit in stellarium/trunk (PKGBUILD libpng14.patch)

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 17:37:04
  Author: eric
Revision: 64702

upgpkg: stellarium 0.10.2-4
Rebuilt for libpng 1.4 and libjpeg 8

Added:
  stellarium/trunk/libpng14.patch
Modified:
  stellarium/trunk/PKGBUILD

+
 PKGBUILD   |   12 +++-
 libpng14.patch |   21 +
 2 files changed, 28 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 22:30:44 UTC (rev 64701)
+++ PKGBUILD2010-01-21 22:37:04 UTC (rev 64702)
@@ -4,7 +4,7 @@
 
 pkgname=stellarium
 pkgver=0.10.2
-pkgrel=3
+pkgrel=4
 pkgdesc=A stellarium with great graphics and a nice database of sky-objects
 arch=(i686 x86_64)
 url=http://stellarium.free.fr/;
@@ -12,13 +12,15 @@
 depends=('libpng' 'mesa' 'libgl' 'freetype2' 'qt=4.5.1' 'openssl')
 makedepends=('cmake' 'boost')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz; \
-   'stellarium.desktop' 'stellarium.png')
-md5sums=('c544fff9e75e9317055075b658ae5924'
- 'b4f9ebd082c4e112c2bbfac9f2c8465d'
- '134ab08e73f4f5d995a7931a7957b7a3')
+   'stellarium.desktop' 'stellarium.png' libpng14.patch)
+md5sums=('c544fff9e75e9317055075b658ae5924' 'b4f9ebd082c4e112c2bbfac9f2c8465d'\
+ '134ab08e73f4f5d995a7931a7957b7a3' '15864ddcc1f26e3cfe38aaf267681b5e')
+sha1sums=('aa24cbb8d4a911121108df67483b4c753402928e' 
'c9cc79212542238227b5bd6af99f60fe056f4ab2'\
+ 'b890d3b6c4dcfcfcc696514202af11b2a50c0fea' 
'0ce37d370f3c6ab67c1b863e309bd1ba86183c63')

 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1  ../libpng14.patch || return 1
   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1

Added: libpng14.patch
===
--- libpng14.patch  (rev 0)
+++ libpng14.patch  2010-01-21 22:37:04 UTC (rev 64702)
@@ -0,0 +1,21 @@
+diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 
stellarium-0.10.2/src/core/StelTextureMgr.cpp
+--- stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 2010-01-21 
17:04:57.0 -0500
 stellarium-0.10.2/src/core/StelTextureMgr.cpp  2010-01-21 
17:06:55.0 -0500
+@@ -513,7 +513,7 @@
+   fread (magic, 1, sizeof (magic), fp);
+ 
+   /* check for valid magic number */
+-  if (!png_check_sig (magic, sizeof (magic)))
++  if (png_sig_cmp (magic, 0, sizeof (magic)))
+   {
+   qWarning()  error: \  filename  \ is not a valid PNG 
image!;
+   fclose (fp);
+@@ -576,7 +576,7 @@
+   /* convert 1-2-4 bits grayscale images to 8 bits
+  grayscale. */
+   if (color_type == PNG_COLOR_TYPE_GRAY  bit_depth  8)
+-  png_set_gray_1_2_4_to_8 (png_ptr);
++  png_set_expand_gray_1_2_4_to_8 (png_ptr);
+ 
+   if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS))
+   png_set_tRNS_to_alpha (png_ptr);



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 17:37:14
  Author: eric
Revision: 64703

archrelease: new repo testing-i686

Added:
  stellarium/repos/testing-i686/



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 17:37:22
  Author: eric
Revision: 64704

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

Modified:
  stellarium/repos/testing-i686/(properties)


Property changes on: stellarium/repos/testing-i686
___
Added: svnmerge-integrated
   + /stellarium/trunk:1-64702



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

2010-01-21 Thread Juergen Hoetzel
Date: Thursday, January 21, 2010 @ 17:39:10
  Author: juergen
Revision: 64705

Merged revisions 64671,64682 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/sawfish/trunk


  r64671 | juergen | 2010-01-21 21:13:42 + (Thu, 21 Jan 2010) | 1 line
  
  removed orphaned patch

  r64682 | juergen | 2010-01-21 21:46:42 + (Thu, 21 Jan 2010) | 2 lines
  
  update to 1.6.1


Modified:
  sawfish/repos/extra-x86_64/   (properties)
  sawfish/repos/extra-x86_64/PKGBUILD
Deleted:
  sawfish/repos/extra-x86_64/sawfish-1.3.5.2-config.h.in.patch

---+
 PKGBUILD  |7 
 sawfish-1.3.5.2-config.h.in.patch |  285 
 2 files changed, 3 insertions(+), 289 deletions(-)


Property changes on: sawfish/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /sawfish/trunk:1-53267
   + /sawfish/trunk:1-64704

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-21 22:37:22 UTC (rev 64704)
+++ extra-x86_64/PKGBUILD   2010-01-21 22:39:10 UTC (rev 64705)
@@ -2,16 +2,15 @@
 # Maintainer: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=sawfish
-pkgver=1.5.2
+pkgver=1.6.1
 pkgrel=1
 pkgdesc=An extensible window manager using a Lisp-based scripting language
 url=http://sawfish.wikia.com/;
 arch=(i686 x86_64)
 license=('GPL')
 depends=('librep' 'esd' 'gtk2' 'rep-gtk' 'libsm' 'gmp')
-source=(http://downloads.sourceforge.net/sourceforge/sawmill/sawfish-$pkgver.tar.bz2
 \
-   sawfish-1.3.5.2-config.h.in.patch)
-md5sums=('a263c3e5428bfef7dee28698ec3f0aa3' 'ed0a68f48d5680997f645511b1367678')
+source=(http://downloads.sourceforge.net/sourceforge/sawmill/sawfish-$pkgver.tar.bz2)
+md5sums=('3200deb3428a5973d71e98b291f5247b')
 install=sawfish.install
 
 

Deleted: extra-x86_64/sawfish-1.3.5.2-config.h.in.patch
===
--- extra-x86_64/sawfish-1.3.5.2-config.h.in.patch  2010-01-21 22:37:22 UTC 
(rev 64704)
+++ extra-x86_64/sawfish-1.3.5.2-config.h.in.patch  2010-01-21 22:39:10 UTC 
(rev 64705)
@@ -1,285 +0,0 @@
-diff -ub sawfish-1.3.5.2.orig/config.h.in sawfish-1.3.5.2/config.h.in
 sawfish-1.3.5.2.orig/config.h.in   2009-03-05 08:43:10.0 +0100
-+++ sawfish-1.3.5.2/config.h.in2009-04-09 22:02:28.0 +0200
-@@ -1,174 +1,154 @@
--/* config.h.in.  Generated from configure.in by autoheader.  */
-+/* config.h.in -- config.h configure input
-+   $Id: config.h.in,v 1.16 2005/07/01 16:04:49 jsh Exp $
- 
--/* Define if building universal (internal helper macro) */
--#undef AC_APPLE_UNIVERSAL_BUILD
-+   Copyright (C) 1999 John Harper j...@dcs.warwick.ac.uk
- 
--/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
--   systems. This function is required for `alloca.c' support on those systems.
--   */
--#undef CRAY_STACKSEG_END
-+   This file is part of sawmill.
- 
--/* Define to 1 if using `alloca.c'. */
--#undef C_ALLOCA
-+   sawmill is free software; you can redistribute it and/or modify it
-+   under the terms of the GNU General Public License as published by
-+   the Free Software Foundation; either version 2, or (at your option)
-+   any later version.
- 
--/* Doug Lea malloc */
--#undef DOUG_LEA_MALLOC
-+   sawmill is distributed in the hope that it will be useful, but
-+   WITHOUT ANY WARRANTY; without even the implied warranty of
-+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
-+   GNU General Public License for more details.
- 
--/* Define to 1 if you have `alloca', as a function or macro. */
--#undef HAVE_ALLOCA
-+   You should have received a copy of the GNU General Public License
-+   along with sawmill; see the file COPYING.  If not, write to
-+   the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
- 
--/* Define to 1 if you have alloca.h and it should be used (not on Ultrix).
--   */
--#undef HAVE_ALLOCA_H
--
--/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
--#undef HAVE_DOPRNT
--
--/* Have esound */
--#undef HAVE_ESD
-+#ifndef SAWMILL_CONFIG_H
-+#define SAWMILL_CONFIG_H
- 
--/* Define to 1 if you have the fcntl.h header file. */
--#undef HAVE_FCNTL_H
-+/* Define if X11 is available */
-+#undef HAVE_X11
- 
--/* gdk pixbuf */
--#undef HAVE_GDK_PIXBUF
-+/* Define if using alloca.c.  */
-+#undef C_ALLOCA
- 
--/* Define to 1 if you have the `gethostname' function. */
--#undef HAVE_GETHOSTNAME
-+/* Define to empty if the keyword does not work.  */
-+#undef const
- 
--/* Define to 1 if you have the `getpagesize' function. */
--#undef HAVE_GETPAGESIZE
-+/* Define as __inline if that's what the C compiler calls it.  */
-+#undef inline
- 
--/* have imlib */
--#undef HAVE_IMLIB
-+/* Define if words are stored with the most significant byte first */
-+#undef WORDS_BIGENDIAN
- 

[arch-commits] Commit in rep-gtk/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-01-21 Thread Juergen Hoetzel
Date: Thursday, January 21, 2010 @ 17:40:28
  Author: juergen
Revision: 64706

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


  r64684 | juergen | 2010-01-21 21:48:44 + (Thu, 21 Jan 2010) | 2 lines
  
  update to 0.90.2


Modified:
  rep-gtk/repos/extra-x86_64/   (properties)
  rep-gtk/repos/extra-x86_64/PKGBUILD

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


Property changes on: rep-gtk/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /rep-gtk/trunk:1-53268
   + /rep-gtk/trunk:1-64705

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-21 22:39:10 UTC (rev 64705)
+++ extra-x86_64/PKGBUILD   2010-01-21 22:40:28 UTC (rev 64706)
@@ -2,7 +2,7 @@
 # Maintainer: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=rep-gtk
-pkgver=0.90.0
+pkgver=0.90.2
 pkgrel=1
 pkgdesc=Binding of the GTK and GDK libraries for the librep Lisp environment
 arch=('i686' 'x86_64')
@@ -10,12 +10,10 @@
 license=('GPL')
 depends=('librep=0.90.0' 'gtk2')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('257a25dce79572aa9558d4ba9a6c3d0b')
+md5sums=('3477b19e9dc4eeb3255f3596e40d3e4c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  # shrug: they forgot to generate configure scripts
-  ./autogen.sh
   ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 17:41:18
  Author: ibiru
Revision: 64707

upgpkg: thunderbird-i18n 3.0.1-1
update to 3.0.1

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 22:40:28 UTC (rev 64706)
+++ PKGBUILD2010-01-21 22:41:18 UTC (rev 64707)
@@ -12,7 +12,7 @@
'thunderbird-pa' 'thunderbird-pl' 'thunderbird-pt-br' 'thunderbird-pt' 
'thunderbird-ro'
'thunderbird-ru' 'thunderbird-sk' 'thunderbird-sv' 'thunderbird-tr' 
'thunderbird-uk'
'thunderbird-zh-cn' 'thunderbird-zh-tw')
-pkgver=3.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=Language packs for Thunderbird
 arch=('any')
@@ -92,41 +92,41 @@
 'uk.xpi'
 'zh-CN.xpi'
 'zh-TW.xpi')
-md5sums=('8d8a99ae51a36dbad45086091f3af265'
- 'c2109ef9bc65ef56cc99a1d83a0f213a'
- 'da084503bcd47c36e2e941814c8a3367'
- '27a7b931ff78b152393fa4d60fe128dd'
- '299ad316273c3b1f89946cc5bfe3b0e9'
- '6933a5154a806bee570a2312fa03b596'
- 'a6cf40a3990e31bdde581e70b021e826'
- '68e19665fa8c09c93bcc254f12a64997'
- '992bec66a16e0acb19b9683693b7a62c'
- 'c2d966c83e9aa8cf3ac22d88b166c9c1'
- '9a89aaff115e91bca3f467cc1ee91914'
- '957fea1ae9d3f523bc805e778287089e'
- '4730fad9f07b0c3a9e824bbfc7edc9e4'
- '2fa313427986bf4e07e23cb2dfa4aa48'
- 'f6ab679a8eff8417eedf68c23d4ea87e'
- '99ae79a9780c43d9ce5b0fe0ae3c377e'
- 'b2bf8e1f03786ec4dc97173358c2544a'
- 'e398d08f286a6f5f62ae469b3b1e4216'
- 'e9f57fa3bdaf04ebab848e27d431dd91'
- '74895f43ea39011510d7f29e11cb068c'
- '6bbe5b38e4c562e88e5709af89e943e6'
- '3c4246fdb49512cd0c66ad38c94ffb4e'
- '35a0e53bafc4b0b5eefeb63c01e73fc9'
- '83ecb473e7365febbd75ece8163a6231'
- '98ffd6713f9538390e9917fa5c123e09'
- '18ba32b0a447ec3fb01a4598ac3c6912'
- '506a45f24b69ec56e72a3a184959df02'
- '06d241319740c4e000810d01d72bf704'
- 'f94b8399adb5eb4dcec2b598a56a90af'
- 'be5392f136a2a87bf4548377a380f99b'
- '0b5656979ac688279d3033a1ce92b24f'
- '5411ec6e786f81f468db75b650b16777'
- '1e3f97f700ceaf641af2a35e96e801c0'
- '90ec300c3ad219670ad5d3144996d8d7'
- 'cdbad36a85a494878a952e06dd1be18a')
+md5sums=('e1fa4f2701ebb977114775983559dee8'
+ 'f3bbb6b340976b57510154e75ddf'
+ '0a5d6472386e1988757387e2f3e614b6'
+ 'c5eb448fad117f1517cc90a7dafaab49'
+ 'e51ee66c9ba04161b3cb70afd2249f7d'
+ '36b7e626c1e68a391c58fd64d1bcc315'
+ '9603fd6df1eff0c69cd5621e9fa72607'
+ '1007f20b37c17234485aab675de03713'
+ 'b0c1d7b6439e8a880f72ab23f9d6437b'
+ '200c3489109435101928749541069962'
+ 'c766f722964e854fd6b17843375079da'
+ 'c6978d11713d1b96c21b0579905cc74c'
+ '490e6303f91dd8a0754c15954f47623d'
+ '8f41554790647d96df89e4957d684c72'
+ '8e07c431dc1e5eb3d90bdfe3712c42c7'
+ 'b1485594e66f785abd125cb61e620aa7'
+ '7f7dcdecf6708c4a481db57ea082f306'
+ 'f7261cf77a41f50ce0663b1bf9f97eb2'
+ 'd768a44fb07afad771852e88a4978247'
+ 'ee1d4d3060f1759a1e604197ade1a426'
+ 'e06e0fa0f2ccd4fc2c42f08674521420'
+ '5ae4eee97b320bc4a575c86f930e03a4'
+ 'deb1bd36d277e70f9d600c0c72693fa3'
+ 'a0c50f79512e90f1a5b27012fedb6ca2'
+ '24fb5db23baf9461ec01774e136ae8e3'
+ '7787a4fecd324659c07298da5ca1bff1'
+ 'b4d7dcbcd59b1a8a5fc5e59e699fe4bc'
+ 'f860280f1bb20fbfcbaa981f51aa564f'
+ '708de996c71554760e4e9be738bf2975'
+ 'b6d0940ccc7618523ecb8ec2d145ab9b'
+ 'd76a46384953fcb5c87cd9078f4cf0ec'
+ 'a6ac7e73985675dd1ae17a7bd87be253'
+ '31a89856065bfe948e48a68333b91ac5'
+ '7bbaf665265e7df78cc94f21a00a704c'
+ '545520c3076b94c8c579a46ae305d48b')
 
 build() {
   cd ${srcdir}



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 17:41:39
  Author: ibiru
Revision: 64708

archrelease: new repo testing-any

Added:
  thunderbird-i18n/repos/testing-any/



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

2010-01-21 Thread Ionut Biru
Date: Thursday, January 21, 2010 @ 17:41:53
  Author: ibiru
Revision: 64709

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

Modified:
  thunderbird-i18n/repos/testing-any/   (properties)


Property changes on: thunderbird-i18n/repos/testing-any
___
Added: svnmerge-integrated
   + /thunderbird-i18n/trunk:1-64707



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

2010-01-21 Thread Juergen Hoetzel
Date: Thursday, January 21, 2010 @ 17:43:33
  Author: juergen
Revision: 64710

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


  r64686 | juergen | 2010-01-21 21:50:12 + (Thu, 21 Jan 2010) | 2 lines
  
  update to 0.90.5


Modified:
  librep/repos/extra-x86_64/(properties)
  librep/repos/extra-x86_64/PKGBUILD

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


Property changes on: librep/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /librep/trunk:1-53269
   + /librep/trunk:1-64709

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-21 22:41:53 UTC (rev 64709)
+++ extra-x86_64/PKGBUILD   2010-01-21 22:43:33 UTC (rev 64710)
@@ -2,21 +2,18 @@
 # Maintainer: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=librep
-pkgver=0.90.2
+pkgver=0.90.5
 pkgrel=1
 pkgdesc=A Lisp system for UNIX
 depends=('gmp' 'gdbm' 'libffi' 'bash' 'ncurses=5.6-7')
 
source=(http://downloads.sourceforge.net/sourceforge/librep/librep-$pkgver.tar.bz2)
-md5sums=('3e1e10a0ad7b47a089d559b7944d1287')
+md5sums=('76e766d4f7034ee293f4405871ab34d3')
 license=('GPL2')
-OPTIONS=(libtool)
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/librep;
 install=librep.install
 
-
 build() {
-  echo ${optio...@]}
   cd $srcdir/$pkgname-$pkgver
   ./configure --disable-static \
 --prefix=/usr \



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

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 17:46:06
  Author: eric
Revision: 64711

archrelease: new repo testing-x86_64

Added:
  stellarium/repos/testing-x86_64/



  1   2   >