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

2011-06-19 Thread Andrea Scarpino
Date: Monday, June 20, 2011 @ 02:05:04
  Author: andrea
Revision: 127957

archrelease: copy trunk to extra-x86_64

Added:
  libmodplug/repos/extra-x86_64/



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

2011-06-19 Thread Andrea Scarpino
Date: Monday, June 20, 2011 @ 02:04:51
  Author: andrea
Revision: 127956

archrelease: remove extra-x86_64

Deleted:
  libmodplug/repos/extra-x86_64/



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

2011-06-19 Thread Andrea Scarpino
Date: Monday, June 20, 2011 @ 02:04:48
  Author: andrea
Revision: 127955

archrelease: copy trunk to extra-i686

Added:
  libmodplug/repos/extra-i686/



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

2011-06-19 Thread Andrea Scarpino
Date: Monday, June 20, 2011 @ 02:04:36
  Author: andrea
Revision: 127954

archrelease: remove extra-i686

Deleted:
  libmodplug/repos/extra-i686/



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

2011-06-19 Thread Andrea Scarpino
Date: Monday, June 20, 2011 @ 02:04:33
  Author: andrea
Revision: 127953

upgpkg: libmodplug 0.8.8.3-1
upstream release

Modified:
  libmodplug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-20 04:50:17 UTC (rev 127952)
+++ PKGBUILD2011-06-20 06:04:33 UTC (rev 127953)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Jan de Groot 
+# Maintainer:
+# Contributor: Jan de Groot 
 # Contributor: Patrick Leslie Polzer 
 
 pkgname=libmodplug
-pkgver=0.8.8.2
+pkgver=0.8.8.3
 pkgrel=1
 pkgdesc="A MOD playing library"
 arch=('i686' 'x86_64')
@@ -11,18 +12,17 @@
 license=('custom')
 depends=('gcc-libs')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/modplug-xmms/libmodplug-${pkgver}.tar.gz)
-md5sums=('e1fceac4c3bc26ebe96f619b46d26ff7')
+source=("http://downloads.sourceforge.net/modplug-xmms/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('8a9c713f0f56894163ddc61f9a0d1f71')
 
 build() {
-  cd "${srcdir}/libmodplug-${pkgver}"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/libmodplug-${pkgver}"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
-



[arch-commits] Commit in python-pip/repos (extra-any)

2011-06-19 Thread Dan McGee
Date: Monday, June 20, 2011 @ 00:50:17
  Author: dan
Revision: 127952

archrelease: copy trunk to extra-any

Added:
  python-pip/repos/extra-any/



[arch-commits] Commit in python-virtualenv/repos (extra-any)

2011-06-19 Thread Dan McGee
Date: Monday, June 20, 2011 @ 00:50:10
  Author: dan
Revision: 127951

archrelease: copy trunk to extra-any

Added:
  python-virtualenv/repos/extra-any/



[arch-commits] Commit in python-pip/repos (extra-any)

2011-06-19 Thread Dan McGee
Date: Monday, June 20, 2011 @ 00:50:04
  Author: dan
Revision: 127950

archrelease: remove extra-any

Deleted:
  python-pip/repos/extra-any/



[arch-commits] Commit in python-pip/trunk (LICENSE.txt PKGBUILD python-pip.install)

2011-06-19 Thread Dan McGee
Date: Monday, June 20, 2011 @ 00:50:00
  Author: dan
Revision: 127949

upgpkg: python-pip 1.0.1-1
verbump and py3k upgrade

Added:
  python-pip/trunk/python-pip.install
Modified:
  python-pip/trunk/PKGBUILD
Deleted:
  python-pip/trunk/LICENSE.txt

+
 LICENSE.txt|   21 -
 PKGBUILD   |   45 ++---
 python-pip.install |5 +
 3 files changed, 31 insertions(+), 40 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2011-06-20 04:49:58 UTC (rev 127948)
+++ LICENSE.txt 2011-06-20 04:50:00 UTC (rev 127949)
@@ -1,21 +0,0 @@
-Copyright (c) 2008-2010 Ian Bicking and Contributors
-Copyright (c) 2011 The virtualenv developers
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Modified: PKGBUILD
===
--- PKGBUILD2011-06-20 04:49:58 UTC (rev 127948)
+++ PKGBUILD2011-06-20 04:50:00 UTC (rev 127949)
@@ -2,39 +2,46 @@
 # Maintainer: Dan McGee 
 # Contributor: Sebastien Binet 
 
-pkgname=python-pip
-pkgver=0.8.3
+pkgname=('python-pip' 'python2-pip')
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="An easy_install replacement for installing pypi python packages"
-url="http://pypi.python.org/pypi/pip";
+url="http://www.pip-installer.org/";
 arch=('any')
 license=('MIT')
-depends=('python2' 'setuptools')
-makedepends=()
-conflicts=('python-pyinstall')
-replaces=('python-pyinstall')
-backup=()
-install=
-source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz
-LICENSE.txt)
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
+source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
 
-build() {
+package_python-pip() {
+  depends=('python' 'python-distribute')
+  install=python-pip.install
+
   cd "$srcdir/pip-$pkgver"
-  python2 setup.py build
+  python setup.py build
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  
+  ln "$pkgdir/usr/bin/pip" "$pkgdir/usr/bin/pip3"
+
+  install -D -m644 LICENSE.txt \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-package() {
+package_python2-pip() {
+  depends=('python2' 'python2-distribute')
+  conflicts=('python-pyinstall')
+  replaces=('python-pyinstall')
+
   cd "$srcdir/pip-$pkgver"
+  python2 setup.py build
   python2 setup.py install --prefix=/usr --root="$pkgdir"
   
+  mv "$pkgdir/usr/bin/pip" "$pkgdir/usr/bin/pip2"
   sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \
 ${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
   
-  install -D -m644 "$srcdir/LICENSE.txt" \
+  install -D -m644 LICENSE.txt \
  "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-md5sums=('0603337a81f83df2b1d2f1151565efac'
- '2077e96dc6ee88d987bfb7ccb2e2bf44')
-sha256sums=('1be2e18edd38aa75b5e4ef38a99ec33ba9247177cfcb4a6d2d2b3e73430e3001'
-'e5eaf3393dd7d6f34e1bc6de6c35654df33fa5a2d41044b5e7530c217c04421f')
+md5sums=('28dcc70225e5bf925532abc5b087a94b')
+sha256sums=('37d2f18213d3845d2038dd3686bc71fc12bb41ad66c945a8b0dfec2879f3497b')

Added: python-pip.install
===
--- python-pip.install  (rev 0)
+++ python-pip.install  2011-06-20 04:50:00 UTC (rev 127949)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [ $(vercmp $2 1.0.1) -lt 0 ]; then
+echo "Note: Install python2-pip for continued python2 support."
+  fi
+}



[arch-commits] Commit in python-virtualenv/repos (extra-any)

2011-06-19 Thread Dan McGee
Date: Monday, June 20, 2011 @ 00:49:58
  Author: dan
Revision: 127948

archrelease: remove extra-any

Deleted:
  python-virtualenv/repos/extra-any/



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

2011-06-19 Thread Dan McGee
Date: Monday, June 20, 2011 @ 00:49:55
  Author: dan
Revision: 127947

upgpkg: python-virtualenv 1.6.1-1
verbump and py3k upgrade

Added:
  python-virtualenv/trunk/python-virtualenv.install
Modified:
  python-virtualenv/trunk/PKGBUILD
Deleted:
  python-virtualenv/trunk/LICENSE.txt

---+
 LICENSE.txt   |   22 
 PKGBUILD  |   47 ++--
 python-virtualenv.install |5 
 3 files changed, 38 insertions(+), 36 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2011-06-20 03:39:16 UTC (rev 127946)
+++ LICENSE.txt 2011-06-20 04:49:55 UTC (rev 127947)
@@ -1,22 +0,0 @@
-Copyright (c) 2007 Ian Bicking and Contributors
-Copyright (c) 2009 Ian Bicking, The Open Planning Project
-Copyright (c) 2011 The virtualenv developers
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Modified: PKGBUILD
===
--- PKGBUILD2011-06-20 03:39:16 UTC (rev 127946)
+++ PKGBUILD2011-06-20 04:49:55 UTC (rev 127947)
@@ -1,32 +1,51 @@
+# $Id$
 # Maintainer: Dan McGee 
 # Contributor: Daniele Paolella 
 
-pkgname=python-virtualenv
-pkgver=1.5.2
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="Virtual Python Environment builder"
+url="http://www.virtualenv.org/";
 arch=('any')
-url="http://pypi.python.org/pypi/virtualenv";
 license=('MIT')
-depends=('python2' 'setuptools')
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
 replaces=('virtualenv')
 conflicts=('virtualenv')
-source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz";
-LICENSE.txt)
+source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz";)
 
-build() {
+package_python-virtualenv() {
+  depends=('python' 'python-distribute')
+  install=python-virtualenv.install
+
   cd "$srcdir/virtualenv-$pkgver"
+  python setup.py build
+  python setup.py install --prefix=/usr --root="$pkgdir"
+
+  # link to a version with 3 suffix as well
+  ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3"
+
+  install -D -m644 LICENSE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-virtualenv() {
+  depends=('python2' 'python2-distribute')
+
+  cd "$srcdir/virtualenv-$pkgver"
   python2 setup.py build
   python2 setup.py install --prefix=/usr --root="$pkgdir"
-  
+
+  # move this "old" version out of the way
+  mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2"
+
+  # should report this upstream as still not fixed...
   sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \
 $pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
-  
-  install -D -m644 "$srcdir/LICENSE.txt" \
+ 
+  install -D -m644 LICENSE.txt \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-md5sums=('fbcefbd8520bb64bc24a560c6019a73c'
- '4409588baf5837a2ce0215dc08b30305')
-sha256sums=('54b2e9c4fcb5d30e6d0a35b938f0d962412b38433921de33a476b203e72834d7'
-'941229fb2bd6273917359d557e69ad10cda2901c7288781ca23baae9b7b8848a')
+md5sums=('1a475df2219457b6b4febb9fe595d915')
+sha256sums=('d066d7e5d4924766950d1d78c851cd442dfed9ca966694f614f2cc8c5cb48a26')

Added: python-virtualenv.install
===
--- python-virtualenv.install   (rev 0)
+++ python-virtualenv.install   2011-06-20 04:49:55 UTC (rev 127947)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [ $(vercmp $2 1.6.1) -lt 0 ]; then
+echo "Note: Install python2-virtualenv for continued python2 support."
+  fi
+}



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

2011-06-19 Thread Dan McGee
Date: Sunday, June 19, 2011 @ 23:39:07
  Author: dan
Revision: 127945

archrelease: remove extra-any

Deleted:
  munin/repos/extra-any/



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

2011-06-19 Thread Dan McGee
Date: Sunday, June 19, 2011 @ 23:39:16
  Author: dan
Revision: 127946

archrelease: copy trunk to extra-any

Added:
  munin/repos/extra-any/



[arch-commits] Commit in munin/trunk (7 files)

2011-06-19 Thread Dan McGee
Date: Sunday, June 19, 2011 @ 23:39:05
  Author: dan
Revision: 127944

Stable patch bump, fix FS#24085, FS#23802

Added:
  munin/trunk/munin-1.4-stable.patch
Modified:
  munin/trunk/Makefile.config
  munin/trunk/PKGBUILD
  munin/trunk/munin-node.init
  munin/trunk/munin-node.install
  munin/trunk/munin.install
Deleted:
  munin/trunk/upstream-794.patch

+
 Makefile.config|2 
 PKGBUILD   |   25 
 munin-1.4-stable.patch | 2883 +++
 munin-node.init|2 
 munin-node.install |4 
 munin.install  |4 
 upstream-794.patch |   54 
 7 files changed, 2903 insertions(+), 71 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 127943:127944 to see the changes.


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

2011-06-19 Thread Eric Bélanger
Date: Sunday, June 19, 2011 @ 22:44:38
  Author: eric
Revision: 127943

archrelease: copy trunk to extra-any

Added:
  gajim/repos/extra-any/



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

2011-06-19 Thread Eric Bélanger
Date: Sunday, June 19, 2011 @ 22:44:30
  Author: eric
Revision: 127942

archrelease: remove extra-any

Deleted:
  gajim/repos/extra-any/



[arch-commits] Commit in gajim/trunk (PKGBUILD fix_roster_closing_73523ed11fc3.diff)

2011-06-19 Thread Eric Bélanger
Date: Sunday, June 19, 2011 @ 22:44:16
  Author: eric
Revision: 127941

upgpkg: gajim 0.14.3-1
Upstream update

Modified:
  gajim/trunk/PKGBUILD
Deleted:
  gajim/trunk/fix_roster_closing_73523ed11fc3.diff

--+
 PKGBUILD |   14 +-
 fix_roster_closing_73523ed11fc3.diff |   11 ---
 2 files changed, 5 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-20 02:22:18 UTC (rev 127940)
+++ PKGBUILD2011-06-20 02:44:16 UTC (rev 127941)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=gajim
-pkgver=0.14.2
-pkgrel=2
+pkgver=0.14.3
+pkgrel=1
 pkgdesc="A full featured and easy to use Jabber client"
 arch=('any')
 url="http://www.gajim.org/";
@@ -21,16 +21,12 @@
 'pycrypto: support for E2E encryption')
 options=('!libtool')
 install=gajim.install
-source=(http://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2 \
-fix_roster_closing_73523ed11fc3.diff)
-md5sums=('03c34227174dc0db021b82cd58fb95a8'
- '7af66a05c49276a2f63921c1e07a5288')
-sha1sums=('15c5d5c485e32694b9affbeaca00b1bb86556f2b'
-  '959fc67e88be7d2a9bd0d600d5719738d1b85d61')
+source=(http://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2)
+md5sums=('d8725f165884c2965aca4d6bb8502138')
+sha1sums=('d3e5a16fdaf4eb907a102df3376a68b237a53bf2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p0 -i ../fix_roster_closing_73523ed11fc3.diff
   ./configure --prefix=/usr --enable-site-packages
   make
 }

Deleted: fix_roster_closing_73523ed11fc3.diff
===
--- fix_roster_closing_73523ed11fc3.diff2011-06-20 02:22:18 UTC (rev 
127940)
+++ fix_roster_closing_73523ed11fc3.diff2011-06-20 02:44:16 UTC (rev 
127941)
@@ -1,11 +0,0 @@
-Index: src/roster_window.py
-===
 src/roster_window.py   (revision 13002)
-+++ src/roster_window.py   (revision 13032)
-@@ -2323,5 +2323,5 @@
- gajim.config.set('roster_x-position', x)
- gajim.config.set('roster_y-position', y)
--self.window.hide()
-+self.window.hide()
- elif gajim.config.get('quit_on_roster_x_button'):
- self.on_quit_request()



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

2011-06-19 Thread Eric Bélanger
Date: Sunday, June 19, 2011 @ 22:22:18
  Author: eric
Revision: 127940

archrelease: copy trunk to extra-x86_64

Added:
  libmodplug/repos/extra-x86_64/



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

2011-06-19 Thread Eric Bélanger
Date: Sunday, June 19, 2011 @ 22:21:21
  Author: eric
Revision: 127939

archrelease: copy trunk to extra-i686

Added:
  libmodplug/repos/extra-i686/



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

2011-06-19 Thread Eric Bélanger
Date: Sunday, June 19, 2011 @ 22:21:09
  Author: eric
Revision: 127938

archrelease: remove extra-i686

Deleted:
  libmodplug/repos/extra-i686/



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

2011-06-19 Thread Eric Bélanger
Date: Sunday, June 19, 2011 @ 22:16:41
  Author: eric
Revision: 127937

archrelease: remove extra-x86_64

Deleted:
  libmodplug/repos/extra-x86_64/



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

2011-06-19 Thread Eric Bélanger
Date: Sunday, June 19, 2011 @ 22:16:37
  Author: eric
Revision: 127936

archrelease: copy trunk to extra-i686

Added:
  libmodplug/repos/extra-i686/



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

2011-06-19 Thread Eric Bélanger
Date: Sunday, June 19, 2011 @ 22:16:25
  Author: eric
Revision: 127935

archrelease: remove extra-i686

Deleted:
  libmodplug/repos/extra-i686/



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

2011-06-19 Thread Eric Bélanger
Date: Sunday, June 19, 2011 @ 22:16:14
  Author: eric
Revision: 127934

upgpkg: libmodplug 0.8.8.2-1
Upstream update

Modified:
  libmodplug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-20 00:19:23 UTC (rev 127933)
+++ PKGBUILD2011-06-20 02:16:14 UTC (rev 127934)
@@ -3,22 +3,26 @@
 # Contributor: Patrick Leslie Polzer 
 
 pkgname=libmodplug
-pkgver=0.8.8.1
+pkgver=0.8.8.2
 pkgrel=1
 pkgdesc="A MOD playing library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://modplug-xmms.sourceforge.net/";
 license=('custom')
 depends=('gcc-libs')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/modplug-xmms/libmodplug-${pkgver}.tar.gz)
-md5sums=('f7fa53a60c650024ff51cca88341776b')
+md5sums=('e1fceac4c3bc26ebe96f619b46d26ff7')
 
 build() {
-  cd ${srcdir}/libmodplug-${pkgver}
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  cd "${srcdir}/libmodplug-${pkgver}"
+  ./configure --prefix=/usr
+  make
 }
 
+package() {
+  cd "${srcdir}/libmodplug-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+



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

2011-06-19 Thread Eric Bélanger
Date: Sunday, June 19, 2011 @ 20:19:23
  Author: eric
Revision: 127933

archrelease: copy trunk to extra-x86_64

Added:
  libofx/repos/extra-x86_64/



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

2011-06-19 Thread Eric Bélanger
Date: Sunday, June 19, 2011 @ 20:19:11
  Author: eric
Revision: 127932

archrelease: remove extra-x86_64

Deleted:
  libofx/repos/extra-x86_64/



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

2011-06-19 Thread Eric Bélanger
Date: Sunday, June 19, 2011 @ 20:19:08
  Author: eric
Revision: 127931

archrelease: copy trunk to extra-i686

Added:
  libofx/repos/extra-i686/



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

2011-06-19 Thread Eric Bélanger
Date: Sunday, June 19, 2011 @ 20:18:57
  Author: eric
Revision: 127930

archrelease: remove extra-i686

Deleted:
  libofx/repos/extra-i686/



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

2011-06-19 Thread Eric Bélanger
Date: Sunday, June 19, 2011 @ 20:18:32
  Author: eric
Revision: 127929

upgpkg: libofx 0.9.4-1
Upstream update, Added libxml++ depends, Added check function

Modified:
  libofx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 21:52:53 UTC (rev 127928)
+++ PKGBUILD2011-06-20 00:18:32 UTC (rev 127929)
@@ -3,27 +3,33 @@
 
 pkgbase=libofx
 pkgname=('libofx' 'libofx-doc')
-pkgver=0.9.2
+pkgver=0.9.4
 pkgrel=1
 pkgdesc="API for the OFX banking standard"
 arch=('i686' 'x86_64')
 url="http://libofx.sourceforge.net";
 license=('GPL')
-depends=('opensp' 'curl' 'gcc-libs')
+depends=('opensp' 'curl' 'libxml++')
+checkdepends=('gnupg')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('cb72fce95e0d59bef78ba0601fbc91f3')
-sha1sums=('f11e873a50f5bd16749a7c0700acbf5d565bc859')
+md5sums=('f2419bf8d01c0cff74efe7084e0a26c5')
+sha1sums=('7370245c011ac4ea9313ba24a88c70e0eb9c317b')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgbase-$pkgver"
   ./configure --prefix=/usr
   make
 }
 
+check() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  make check
+}
+
 package_libofx() {
   options=('!libtool' '!docs')
 
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgbase-$pkgver"
   make DESTDIR="$pkgdir" install
 }
 
@@ -31,8 +37,7 @@
   pkgdesc="Documention of the OFX banking standard API"
   depends=()
 
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgbase-$pkgver"
   make DESTDIR="$pkgdir" install-docDATA
-  cd doc
-  make DESTDIR="$pkgdir" install
+  make -C doc DESTDIR="$pkgdir" install
 }



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

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:52:53
  Author: remy
Revision: 127928

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



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

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:52:35
  Author: remy
Revision: 127927

archrelease: remove testing-any

Deleted:
  netcfg/repos/testing-any/



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

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:52:29
  Author: remy
Revision: 127926

upgpkg: netcfg 2.6.1-1
Version bump

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 21:18:56 UTC (rev 127925)
+++ PKGBUILD2011-06-19 21:52:29 UTC (rev 127926)
@@ -3,8 +3,8 @@
 # Contributor: James Rayner 
 
 pkgname=netcfg
-pkgver=2.6
-pkgrel=1.1
+pkgver=2.6.1
+pkgrel=1
 pkgdesc="Network configuration and profile scripts"
 url="http://archlinux.org";
 license=("BSD")
@@ -19,7 +19,7 @@
 )
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
 arch=(any)
-md5sums=('ff2447a08c5ab9a19960e05fec34a1e6')
+md5sums=('a756bc26f46b1b60cb300b2523cd6019')
 
 package() {
   cd "$srcdir/netcfg-${pkgver}"



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

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:18:56
  Author: remy
Revision: 127925

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



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

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:18:42
  Author: remy
Revision: 127924

archrelease: remove testing-any

Deleted:
  netcfg/repos/testing-any/



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

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:18:39
  Author: remy
Revision: 127923

upgpkg: netcfg 2.6-1.1
Bump pkgrel

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 21:17:11 UTC (rev 127922)
+++ PKGBUILD2011-06-19 21:18:39 UTC (rev 127923)
@@ -4,7 +4,7 @@
 
 pkgname=netcfg
 pkgver=2.6
-pkgrel=1
+pkgrel=1.1
 pkgdesc="Network configuration and profile scripts"
 url="http://archlinux.org";
 license=("BSD")



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

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:17:11
  Author: remy
Revision: 127922

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



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

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:16:55
  Author: remy
Revision: 127921

archrelease: remove testing-any

Deleted:
  netcfg/repos/testing-any/



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

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:16:52
  Author: remy
Revision: 127920

Make wpa_supplicant optional.

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 21:07:46 UTC (rev 127919)
+++ PKGBUILD2011-06-19 21:16:52 UTC (rev 127920)
@@ -9,7 +9,7 @@
 url="http://archlinux.org";
 license=("BSD")
 backup=(etc/iftab etc/conf.d/netcfg)
-depends=("coreutils" "wpa_supplicant>=0.6.8" "dhcpcd>=4.0" "iproute2")
+depends=("coreutils" "dhcpcd>=4.0" "iproute2")
 optdepends=('dialog: Required for menu based profile selector'
 'wpa_supplicant: required for wireless network support'
 'wpa_actiond: Required for automatic wireless connection with 
rc.d/net-auto-wireless'



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

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:07:46
  Author: remy
Revision: 127919

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



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

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:07:31
  Author: remy
Revision: 127918

Version bump.

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 20:01:33 UTC (rev 127917)
+++ PKGBUILD2011-06-19 21:07:31 UTC (rev 127918)
@@ -1,26 +1,29 @@
 # $Id$
-# Maintainer: James Rayner 
+# Maintainer: Rémy Oudompheng 
+# Contributor: James Rayner 
 
 pkgname=netcfg
-pkgver=2.5.5
+pkgver=2.6
 pkgrel=1
 pkgdesc="Network configuration and profile scripts"
 url="http://archlinux.org";
 license=("BSD")
-backup=(etc/iftab)
-depends=(wireless_tools coreutils "wpa_supplicant>=0.6.8" net-tools 
"dhcpcd>=4.0" "iproute2")
-optdepends=('dialog: Required for menu based profile selector' 
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=("coreutils" "wpa_supplicant>=0.6.8" "dhcpcd>=4.0" "iproute2")
+optdepends=('dialog: Required for menu based profile selector'
+'wpa_supplicant: required for wireless network support'
 'wpa_actiond: Required for automatic wireless connection with 
rc.d/net-auto-wireless'
-'ifplugd: Required for automatic wired connection with 
rc.d/net-auto-wired')
+'ifplugd: Required for automatic wired connection with 
rc.d/net-auto-wired'
+'wireless_tools: Required to support obsolete IWCONFIG option'
+'net-tools: required to support obsolete IFOPTS option'
+)
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
 arch=(any)
-md5sums=('6e98bae291eb206d92f9a92bbab8fe80')
+md5sums=('ff2447a08c5ab9a19960e05fec34a1e6')
 
 package() {
   cd "$srcdir/netcfg-${pkgver}"
- 
   make DESTDIR="$pkgdir" install
   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/netcfg/LICENSE"
-  ln -s /usr/lib/network/connections/wireless 
"$pkgdir/usr/lib/network/connections/wireless-dbus"
-  ln -s /usr/bin/netcfg2 "$pkgdir/usr/bin/netcfg"
 }
+



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

2011-06-19 Thread andyrtr
Date: Sunday, June 19, 2011 @ 16:01:33
  Author: andyrtr
Revision: 127917

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-panel/repos/extra-x86_64/



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

2011-06-19 Thread andyrtr
Date: Sunday, June 19, 2011 @ 16:01:15
  Author: andyrtr
Revision: 127916

archrelease: remove extra-x86_64

Deleted:
  xfce4-panel/repos/extra-x86_64/



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

2011-06-19 Thread andyrtr
Date: Sunday, June 19, 2011 @ 16:01:11
  Author: andyrtr
Revision: 127915

archrelease: copy trunk to extra-i686

Added:
  xfce4-panel/repos/extra-i686/



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

2011-06-19 Thread andyrtr
Date: Sunday, June 19, 2011 @ 16:00:54
  Author: andyrtr
Revision: 127914

archrelease: remove extra-i686

Deleted:
  xfce4-panel/repos/extra-i686/



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

2011-06-19 Thread andyrtr
Date: Sunday, June 19, 2011 @ 16:00:47
  Author: andyrtr
Revision: 127913

upgpkg: xfce4-panel 4.8.4-1
upstream update 4.8.4

Modified:
  xfce4-panel/trunk/PKGBUILD
  xfce4-panel/trunk/xfce4-panel.install

-+
 PKGBUILD|6 +++---
 xfce4-panel.install |5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 16:24:37 UTC (rev 127912)
+++ PKGBUILD2011-06-19 20:00:47 UTC (rev 127913)
@@ -3,19 +3,19 @@
 # Contributor: tobias 
 
 pkgname=xfce4-panel
-pkgver=4.8.3
+pkgver=4.8.4
 pkgrel=1
 pkgdesc="Panel for the Xfce desktop environment"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.xfce.org/";
 groups=('xfce4')
-depends=('exo>=0.6.0' 'garcon>=0.1.5' 'libxfce4ui>=4.8.0' 'libwnck' 'libsm' 
'hicolor-icon-theme')
+depends=('exo>=0.6.0' 'garcon>=0.1.5' 'libxfce4ui>=4.8.0' 'libwnck' 'libsm' 
'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('intltool' 'gtk-doc')
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('31d7c15fb93f4a771fc26cf13d4dc010')
+md5sums=('44f06660226723fdd8de3ad59d648546')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: xfce4-panel.install
===
--- xfce4-panel.install 2011-06-19 16:24:37 UTC (rev 127912)
+++ xfce4-panel.install 2011-06-19 20:00:47 UTC (rev 127913)
@@ -1,11 +1,12 @@
 post_install() {
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }



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

2011-06-19 Thread andyrtr
Date: Sunday, June 19, 2011 @ 12:24:00
  Author: andyrtr
Revision: 127909

archrelease: remove extra-i686

Deleted:
  garcon/repos/extra-i686/



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

2011-06-19 Thread andyrtr
Date: Sunday, June 19, 2011 @ 12:24:17
  Author: andyrtr
Revision: 127910

archrelease: copy trunk to extra-i686

Added:
  garcon/repos/extra-i686/



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

2011-06-19 Thread andyrtr
Date: Sunday, June 19, 2011 @ 12:23:50
  Author: andyrtr
Revision: 127908

upgpkg: garcon 0.1.8-1
upstream update 0.1.8

Modified:
  garcon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 15:59:35 UTC (rev 127907)
+++ PKGBUILD2011-06-19 16:23:50 UTC (rev 127908)
@@ -3,8 +3,8 @@
 # Contributor: Xavier Devlamynck  
 
 pkgname=garcon
-pkgver=0.1.7
-pkgrel=3
+pkgver=0.1.8
+pkgrel=1
 pkgdesc="implementation of the freedesktop.org menu specification"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -16,7 +16,7 @@
 replaces=('libxfce4menu')
 options=('!libtool' '!makeflags')
 source=(http://archive.xfce.org/src/libs/garcon/0.1/garcon-${pkgver}.tar.bz2)
-md5sums=('8990668e4f2fecffe124f613b6e1e01f')
+md5sums=('18fbf523ed2865dfaccdfb40b4b20b05')
 
 build() {
   cd ${srcdir}/garcon-${pkgver}



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

2011-06-19 Thread andyrtr
Date: Sunday, June 19, 2011 @ 12:24:37
  Author: andyrtr
Revision: 127912

archrelease: copy trunk to extra-x86_64

Added:
  garcon/repos/extra-x86_64/



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

2011-06-19 Thread andyrtr
Date: Sunday, June 19, 2011 @ 12:24:21
  Author: andyrtr
Revision: 127911

archrelease: remove extra-x86_64

Deleted:
  garcon/repos/extra-x86_64/



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

2011-06-19 Thread Gaetan Bisson
Date: Sunday, June 19, 2011 @ 11:59:35
  Author: bisson
Revision: 127907

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

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



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

2011-06-19 Thread Gaetan Bisson
Date: Sunday, June 19, 2011 @ 11:59:34
  Author: bisson
Revision: 127906

db-move: cronie removed by bisson for move to [core] (x86_64)

Deleted:
  cronie/repos/core-x86_64/



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

2011-06-19 Thread Gaetan Bisson
Date: Sunday, June 19, 2011 @ 11:59:33
  Author: bisson
Revision: 127905

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

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



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

2011-06-19 Thread Gaetan Bisson
Date: Sunday, June 19, 2011 @ 11:59:33
  Author: bisson
Revision: 127904

db-move: cronie removed by bisson for move to [core] (i686)

Deleted:
  cronie/repos/core-i686/



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

2011-06-19 Thread Ionut Biru
Date: Sunday, June 19, 2011 @ 09:38:10
  Author: ibiru
Revision: 127903

archrelease: copy trunk to extra-x86_64

Added:
  seamonkey/repos/extra-x86_64/



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

2011-06-19 Thread Ionut Biru
Date: Sunday, June 19, 2011 @ 09:37:58
  Author: ibiru
Revision: 127902

archrelease: remove extra-x86_64

Deleted:
  seamonkey/repos/extra-x86_64/



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

2011-06-19 Thread Ionut Biru
Date: Sunday, June 19, 2011 @ 09:37:55
  Author: ibiru
Revision: 127901

archrelease: copy trunk to extra-i686

Added:
  seamonkey/repos/extra-i686/



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

2011-06-19 Thread Ionut Biru
Date: Sunday, June 19, 2011 @ 09:37:42
  Author: ibiru
Revision: 127900

archrelease: remove extra-i686

Deleted:
  seamonkey/repos/extra-i686/



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

2011-06-19 Thread Ionut Biru
Date: Sunday, June 19, 2011 @ 09:37:39
  Author: ibiru
Revision: 127899

upgpkg: seamonkey 2.1-1
update to 2.1

Modified:
  seamonkey/trunk/PKGBUILD
  seamonkey/trunk/mozconfig
  seamonkey/trunk/seamonkey-appversion.patch
Deleted:
  seamonkey/trunk/gcc46.patch
  seamonkey/trunk/python27.patch

+
 PKGBUILD   |   43 +++
 gcc46.patch|   12 
 mozconfig  |   43 ++-
 python27.patch |   11 ---
 seamonkey-appversion.patch |   14 +++---
 5 files changed, 52 insertions(+), 71 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 12:31:07 UTC (rev 127898)
+++ PKGBUILD2011-06-19 13:37:39 UTC (rev 127899)
@@ -1,49 +1,52 @@
 # $Id$
 # Maintainer: Jan de Groot 
 pkgname=seamonkey
-pkgver=2.0.14
-pkgrel=2
+pkgver=2.1
+pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('i686' 'x86_64')
 license=('MPL')
-depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'gcc-libs' 'alsa-lib' 
'dbus-glib' 'desktop-file-utils')
-makedepends=('zip' 'pkg-config' 'libgnomeui' 'python2' 'libidl2' 
'autoconf2.13')
+depends=('gtk2' 'mozilla-common' 'hunspell' 'libxt' 'startup-notification' 
'alsa-lib' 'dbus-glib' 'libnotify' 'desktop-file-utils')
+makedepends=('zip' 'pkg-config'  'python2' 'libidl2' 'yasm' 'wireless_tools' 
'mesa')
 install=$pkgname.install
 url="http://www.mozilla.org/projects/seamonkey";
+options=(!buildflags)
 
source=(http://releases.mozilla.org/pub/mozilla.org/${pkgname}/releases/${pkgver}/source/${pkgname}-${pkgver}.source.tar.bz2
 mozconfig
 seamonkey.desktop
 seamonkey-appversion.patch
-seamonkey-2.0-lang.patch
-python27.patch
-gcc46.patch)
-md5sums=('2099ec0b71f950faad297a140b2702bc'
- '4978159e4921892e34dcd7e9804f0437'
+seamonkey-2.0-lang.patch)
+md5sums=('336d75d8891950a2aca253b7f64cada9'
+ '7100aebd5590f7a9681dd06383a29ab1'
  '6119a2254716752c9d08e366f8d4c048'
- 'a4275fc48361c80f676e96fdb28bd74e'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '47e57931d65c71baafcf0e4f9160e876'
- '6fa81e4bb54120254efa29b6d2ccc7fb')
+ '41afe51e9cc56c35bb877743b790f3f6'
+ '25b6fe16ac24cd5c852213e5c1adb272')
 
 build() {
-  cd "${srcdir}/comm-1.9.1"
+  cd "${srcdir}/comm-2.0"
   patch -Np1 -i "${srcdir}/seamonkey-appversion.patch"
   patch -Np1 -i "${srcdir}/seamonkey-2.0-lang.patch"
-  patch -Np1 -i "${srcdir}/gcc46.patch"
-  patch -Np0 -i "${srcdir}/python27.patch"
 
   cp "${srcdir}/mozconfig" .mozconfig
-  unset CFLAGS
-  unset CXXFLAGS
   export CXXFLAGS="-fpermissive"
-  export LDFLAGS="-Wl,-rpath,/usr/lib/seamonkey-2.0"
+  export LDFLAGS="-Wl,-rpath,/usr/lib/seamonkey-2.1"
 
   make -j1 -f client.mk build MOZ_MAKE_FLAGS="${MAKEFLAGS}"
+}
+
+package() {
+  cd "${srcdir}/comm-2.0"
+
   make -j1 -f client.mk DESTDIR="${pkgdir}" install
 
+  #Remove included dictionaries, add symlink to system myspell path.
+  #Note: this will cause file conflicts when users have installed dictionaries 
in the old location
+  rm -rf "${pkgdir}/usr/lib/seamonkey-2.1/dictionaries"
+  ln -sf /usr/share/myspell/dicts 
"${pkgdir}/usr/lib/seamonkey-2.1/dictionaries"
+
   install -m755 -d "${pkgdir}/usr/share/applications"
   install -m755 -d "${pkgdir}/usr/share/pixmaps"
-  install -m644 "${srcdir}/comm-1.9.1/suite/branding/icons/gtk/seamonkey.png" \
+  install -m644 suite/branding/nightly/icons/gtk/seamonkey.png \
 "${pkgdir}/usr/share/pixmaps/"
   install -m644 "${srcdir}/seamonkey.desktop" 
"${pkgdir}/usr/share/applications/"
 

Deleted: gcc46.patch
===
--- gcc46.patch 2011-06-19 12:31:07 UTC (rev 127898)
+++ gcc46.patch 2011-06-19 13:37:39 UTC (rev 127899)
@@ -1,12 +0,0 @@
-diff -Nur comm-1.9.1.orig//mozilla/gfx/ots/src/os2.cc 
comm-1.9.1/mozilla/gfx/ots/src/os2.cc
 comm-1.9.1.orig//mozilla/gfx/ots/src/os2.cc2011-04-20 
22:57:49.0 -0700
-+++ comm-1.9.1/mozilla/gfx/ots/src/os2.cc  2011-04-29 09:14:58.929150027 
-0700
-@@ -2,6 +2,8 @@
- // Use of this source code is governed by a BSD-style license that can be
- // found in the LICENSE file.
- 
-+#include 
-+
- #include "os2.h"
- 
- #include "head.h"

Modified: mozconfig
===
--- mozconfig   2011-06-19 12:31:07 UTC (rev 127898)
+++ mozconfig   2011-06-19 13:37:39 UTC (rev 127899)
@@ -1,29 +1,30 @@
-ac_add_options --with-system-nspr
-ac_add_options --with-system-nss
-ac_add_options --with-system-jpeg
-ac_add_options --with-system-zlib
-ac_add_options --with-system-png
+ac_add_options --enable-application=suite
+
+ac_add_options --prefix=/usr
+ac_add_options --libdir=/usr/lib
+
+ac_add_options --enable-system-hunspell
+ac_add_options --enable-system-cairo
+ac

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

2011-06-19 Thread Jan Steffens
Date: Sunday, June 19, 2011 @ 08:31:07
  Author: heftig
Revision: 127898

misc fixes, remove libidl2 depend

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 11:13:30 UTC (rev 127897)
+++ PKGBUILD2011-06-19 12:31:07 UTC (rev 127898)
@@ -7,12 +7,12 @@
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss>=3.12.10' 'libxt'
- 'libxrender' 'hunspell' 'startup-notification' 'mime-types' 
'dbus-glib'
- 'alsa-lib' 'libevent' 'sqlite3>=3.7.4' 'libnotify' 
'desktop-file-utils'
- 'libvpx' 'lcms' 'nspr>=4.8.8' 'libevent' 'libpng' 'cairo')
-makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools'
- 'yasm' 'mesa' 'autoconf2.13' 'gconf' 'xorg-server-xvfb')
+depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss>=3.12.10' 'libxt' 'libxrender'
+ 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib'
+ 'libevent' 'sqlite3>=3.7.4' 'libnotify' 'desktop-file-utils' 'libvpx'
+ 'lcms' 'nspr>=4.8.8' 'libevent' 'libpng' 'cairo')
+makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 'yasm'
+ 'mesa' 'autoconf2.13' 'gconf' 'xorg-server-xvfb')
 url="http://www.mozilla.org/projects/firefox";
 install=firefox.install
 
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${pkgver}/source/firefox-${pkgver}.source.tar.bz2
@@ -47,7 +47,7 @@
 >> layout/build/Makefile.in
 
   make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS"
-  LD_PRELOAD="" /usr/bin/Xvfb -nolisten tcp -extension GLX :99 &
+  LD_PRELOAD="" /usr/bin/Xvfb -nolisten tcp -extension GLX -screen 0 
1280x1024x24 :99 &
   LD_PRELOAD="" DISPLAY=:99 make -j1 -f client.mk profiledbuild 
MOZ_MAKE_FLAGS="$MAKEFLAGS"
   kill $! || true
 }
@@ -66,9 +66,9 @@
 
   # Remove included dictionaries, add symlink to system myspell path
   # Note: this will cause file conflicts when users have installed 
dictionaries in the old location
-  rm -rf "${pkgdir}/usr/lib/firefox-$pkgver/dictionaries"
+  rm -rf "$pkgdir/usr/lib/firefox-$pkgver/dictionaries"
   ln -sf /usr/share/myspell/dicts \
-"${pkgdir}/usr/lib/firefox-$pkgver/dictionaries"
+"$pkgdir/usr/lib/firefox-$pkgver/dictionaries"
 
   # We don't want the development stuff
   rm -r "$pkgdir"/usr/{include,lib/firefox-devel-$pkgver,share/idl}



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

2011-06-19 Thread Pierre Schmitz
Date: Sunday, June 19, 2011 @ 07:13:30
  Author: pierre
Revision: 127897

archrelease: copy trunk to extra-x86_64

Added:
  zsh/repos/extra-x86_64/



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

2011-06-19 Thread Pierre Schmitz
Date: Sunday, June 19, 2011 @ 07:13:14
  Author: pierre
Revision: 127896

archrelease: remove extra-x86_64

Deleted:
  zsh/repos/extra-x86_64/



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

2011-06-19 Thread Pierre Schmitz
Date: Sunday, June 19, 2011 @ 07:13:11
  Author: pierre
Revision: 127895

archrelease: copy trunk to extra-i686

Added:
  zsh/repos/extra-i686/



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

2011-06-19 Thread Pierre Schmitz
Date: Sunday, June 19, 2011 @ 07:12:56
  Author: pierre
Revision: 127894

archrelease: remove extra-i686

Deleted:
  zsh/repos/extra-i686/



[arch-commits] Commit in zsh/trunk (PKGBUILD modules.patch)

2011-06-19 Thread Pierre Schmitz
Date: Sunday, June 19, 2011 @ 07:12:41
  Author: pierre
Revision: 127893

upgpkg: zsh 4.3.12-2
fix kernel module handling

Added:
  zsh/trunk/modules.patch
Modified:
  zsh/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 modules.patch |   11 +++
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 10:56:34 UTC (rev 127892)
+++ PKGBUILD2011-06-19 11:12:41 UTC (rev 127893)
@@ -3,18 +3,21 @@
 
 pkgname=zsh
 pkgver=4.3.12
-pkgrel=1
+pkgrel=2
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
 depends=('pcre' 'libcap' 'gdbm')
 install=zsh.install
-source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('7a82c0bf0635e046ca4e9ec1bdef3811')
+source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2"; 'modules.patch')
+md5sums=('7a82c0bf0635e046ca4e9ec1bdef3811'
+ 'b367c1398b60242f7044a93a837227f9')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+   # upstream patch to fix handling of compressed kernel modules
+   patch -p1 -i ${srcdir}/modules.patch
# FS#16360
sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
 Doc/zsh.texi \

Added: modules.patch
===
--- modules.patch   (rev 0)
+++ modules.patch   2011-06-19 11:12:41 UTC (rev 127893)
@@ -0,0 +1,11 @@
+--- a/Completion/Linux/Command/_modutils
 b/Completion/Linux/Command/_modutils
+@@ -107,7 +107,7 @@ case "$state" in
+   ! _retrieve_cache modules-$kver;
+ then 
+   # 2011-01-02 gi1242: Do we need .o files? Or is .ko enough?
+-  modules=( $modules_dir/$kver/(*~(source|build))/**/*.(o|ko)(.:t:r) )
++  modules=( 
$modules_dir/$kver/(*~(source|build))/**/*.(o|ko|ko.gz)(.:t:r:r) )
+   _store_cache modules-$kver modules
+ fi
+ 



[arch-commits] Commit in grml-zsh-config/repos (extra-any)

2011-06-19 Thread Pierre Schmitz
Date: Sunday, June 19, 2011 @ 06:56:34
  Author: pierre
Revision: 127892

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/



[arch-commits] Commit in grml-zsh-config/repos (extra-any)

2011-06-19 Thread Pierre Schmitz
Date: Sunday, June 19, 2011 @ 06:56:21
  Author: pierre
Revision: 127891

archrelease: remove extra-any

Deleted:
  grml-zsh-config/repos/extra-any/



[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD umask.patch)

2011-06-19 Thread Pierre Schmitz
Date: Sunday, June 19, 2011 @ 06:56:01
  Author: pierre
Revision: 127890

upgpkg: grml-zsh-config 0.3.90-2
do not override umask

Added:
  grml-zsh-config/trunk/umask.patch
Modified:
  grml-zsh-config/trunk/PKGBUILD

-+
 PKGBUILD|   15 ++---
 umask.patch |   95 ++
 2 files changed, 106 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 10:17:35 UTC (rev 127889)
+++ PKGBUILD2011-06-19 10:56:01 UTC (rev 127890)
@@ -3,7 +3,7 @@
 
 pkgname=grml-zsh-config
 pkgver=0.3.90
-pkgrel=1
+pkgrel=2
 pkgdesc="grml's zsh setup"
 arch=('any')
 url='http://grml.org/zsh/'
@@ -11,11 +11,18 @@
 provides=('grmlzshrc')
 depends=('zsh')
 makedepends=('txt2tags')
-source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz";)
-md5sums=('84f7f2ca292c42c6d0c1b9a4bf538bc5')
+source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz";
+'umask.patch')
+md5sums=('84f7f2ca292c42c6d0c1b9a4bf538bc5'
+ '0c17dc2e288a25cf9dc38391594c21fb')
 
 build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   # do not override our global umask setting in /etc/profile
+   # especially because users don't have their own group by default
+   # this is an upstream patch
+   patch -p1 -i ${srcdir}/umask.patch
+   cd doc
make
 }
 

Added: umask.patch
===
--- umask.patch (rev 0)
+++ umask.patch 2011-06-19 10:56:01 UTC (rev 127890)
@@ -0,0 +1,95 @@
+From: Frank Terbeck 
+Date: Sun, 19 Jun 2011 08:33:44 + (+0200)
+Subject: zshrc: Fix umask logic
+X-Git-Url: 
http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=409ee3ca56144701dcea536167808c6866598d4a
+
+zshrc: Fix umask logic
+---
+
+diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc
+index a68687f..8455094 100644
+--- a/etc/zsh/zshrc
 b/etc/zsh/zshrc
+@@ -261,7 +261,11 @@ zrcautoload is-at-least || is-at-least() { return 1 }
+ #o# r_umaskstr  rwxrwxr-x
+ #o# umask   022
+ #o# umaskstrrwxr-xr-x
+-(( EUID != 0 )) && umask 002 || umask 022
++if (( EUID == 0 )); then
++umask 002
++else
++umask 022
++fi
+ 
+ setopt append_history   # append history list to the history file 
(important for multiple parallel zsh sessions!)
+ is4 && setopt SHARE_HISTORY # import new commands from the history file also 
in other zsh-session
+From: Michael Prokop 
+Date: Sun, 19 Jun 2011 09:59:39 + (+0200)
+Subject: Disable specific umask settings by default.
+X-Git-Url: 
http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=cbbf17b3f869d4c25ca45f48ca5ee336687cafd8
+
+Disable specific umask settings by default.
+
+Recently this turned up into quite a lot of discussion.
+/etc/login.defs provides the system wide configuration
+which we shouldn't ignore and override. So move our
+umask settings from /etc/zsh/zshrc to /etc/skel/.zshrc
+and provide it as comments (so disabled by default).
+---
+
+diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t
+index 621a384..1d810ab 100644
+--- a/doc/grmlzshrc.t2t
 b/doc/grmlzshrc.t2t
+@@ -26,10 +26,7 @@ features are enabled in every version).
+ //grmlzshrc// behaves differently depending on which user loads it. For the
+ root user (**EUID** == 0) only a subset of features is loaded by default. This
+ behaviour can be altered by setting the **GRML_ALWAYS_LOAD_ALL** STARTUP
+-VARIABLE (see below). Also the umask(1) for the root user is set to 022,
+-while for regular users it is set to 002. So read/write permissions
+-for the regular user and her group are set for new files (keep that
+-in mind on systems, where regular users share a common group).
++VARIABLE (see below).
+ 
+ = STARTUP VARIABLES =
+ Some of the behaviour of //grmlzshrc// can be altered by setting certain shell
+diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc
+index dd4b14d..9837a97 100644
+--- a/etc/skel/.zshrc
 b/etc/skel/.zshrc
+@@ -30,6 +30,13 @@ if [ -r ~/.zshrc -a -r ~/.zshrc.global -a ! -r 
~/.zshrc.local ] ; then
+ printf '-!-\n'
+ fi
+ 
++## Settings for umask
++#if (( EUID == 0 )); then
++#umask 002
++#else
++#umask 022
++#fi
++
+ ## Now, we'll give a few examples of what you might want to use in your
+ ## .zshrc.local file (just copy'n'paste and uncomment it there):
+ 
+diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc
+index 8455094..c1b4955 100644
+--- a/etc/zsh/zshrc
 b/etc/zsh/zshrc
+@@ -256,17 +256,6 @@ zrcautoload is-at-least || is-at-least() { return 1 }
+ # }}}
+ 
+ # {{{ set some important options (as early as possible)
+-# Please update these tags, if you change the umask settings below.
+-#o# r_umask 002
+-#o# r_umaskstr  rwxrwxr-x
+-#o# umask   022
+-#o# umaskstrrwxr-xr-x
+-if (( EUID == 0 )); then
+-umask 002
+-else
+-umask 022
+-fi

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

2011-06-19 Thread Ionut Biru
Date: Sunday, June 19, 2011 @ 06:17:35
  Author: ibiru
Revision: 127889

archrelease: copy trunk to testing-any

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



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

2011-06-19 Thread Ionut Biru
Date: Sunday, June 19, 2011 @ 06:17:15
  Author: ibiru
Revision: 127888

update to 5.0

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  164 ++---
 1 file changed, 83 insertions(+), 81 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 09:30:02 UTC (rev 127887)
+++ PKGBUILD2011-06-19 10:17:15 UTC (rev 127888)
@@ -85,7 +85,7 @@
 'firefox-i18n-zh-cn'
 'firefox-i18n-zh-tw'
 'firefox-i18n-zu')
-pkgver=4.0.1
+pkgver=5.0
 pkgrel=1
 arch=('any')
 license=('MPL')
@@ -177,7 +177,7 @@
 # Don't extract anything
 noextract=(${source[@]##*/})
 
-_path="/usr/lib/firefox-4.0/extensions/"
+_path="/usr/lib/firefox-5.0/extensions/"
 
 
 package_firefox-i18n () {
@@ -737,82 +737,84 @@
   cd "${srcdir}"
   install -Dm644 firefox-i18n-$pkgver-zu.xpi 
"${pkgdir}/$_path/langpack...@firefox.mozilla.org.xpi"
 }
-md5sums=('6469ef9cc2c42eaf17c4abf477d31192'
- 'fb7a34fa5895b94d1f09a163d12e8731'
- '059e4208e2adeb975e1300a3b82f4cf3'
- '7b8aa6705df8c77879a71513eb90a0a9'
- 'ce5da5b6aad5b8fb7ff0e662ddbdaf21'
- 'bd163b4d60781c1e9d17192b18cab5e2'
- '3e60e29f81a041ee36b00c2d827f673f'
- '99d10651399b14ce9e88a4c25abd3f87'
- '30d8cea6436984361f6fd552faa9eb8a'
- '7bbecbe940dd374293d849338c90b385'
- 'bde05d2e0b5a84aadca4cb3875e3ff06'
- '63897b1f437011726ce0edcc92df1924'
- '354d6b6991be5d39604c01c676d695a7'
- '6e2b68e2cf5629b0a52123ea515a'
- '44783bd9cba4e453dc1008a68bf03c05'
- '53502078c247a5c7c20626ac75b0715e'
- '82610ea03340ac3a66cb3cae40ad38d7'
- '5f50bbc4aeb88da74ff326da6aa2'
- 'f9d60293d3e0ef8e505a1e1975d8d1b7'
- 'e3086f00397cbbd6a7301b6c9be82dcc'
- '53d585cb392e40e62ff27d51a4042fbb'
- '1a63f2884f0b0ec67170b692f505acc4'
- 'aa232cb4f030bee6da8eac28ed83ffe7'
- '7c3ec5b813eddf60258f08a0175f74a2'
- '8231dc269cdb01c751fd1ab09883b1ef'
- '5329916752720ae3e537503c9f03c9ba'
- '7b7ddcbf0351758241da3b02bb8cbe43'
- '10746664ca6069ca2436c3c74c694d67'
- '55a34940ca3266cdf408109365c3a096'
- 'fe15557d5b0f732c5d9ece38e3c9717b'
- '61b837af893e2c4cb463da0e0a6c2bbd'
- 'ddb7d49f584c3030a5e3dca3f3685ca4'
- '6915eb4d17ca124919e35306d154c93f'
- 'e501b66917a7a8b93abc7efd8dee5bd0'
- '461aa6dc8200be7357da9b79553dd257'
- '7d9d88807e2acea5313674c35abf177b'
- '24bed5d7b017e9c21d579865155b3d52'
- '45cb6149256c3bb8dd92e58edec679d2'
- 'a068e87ad0629be67327a6a6814625ae'
- 'f46b71e7efb5184d563ba72a65d032a2'
- 'a986485b2ebb85ff3c13a332c9bf0e84'
- '0f59c1c8abd93b273e4e8de998092e81'
- '2fa380da16e70ec6b92c7a877a0c0e5f'
- 'bdcf8e5862171b0f099534f5fb87b6ae'
- 'a246fd5e3782187f35d44348a4b24c75'
- '19b25ee5dd61c730dd3c13e99799a042'
- 'eb10c7982f20bb9b81276d61969da891'
- '3ea1c4d39eed8f58a7091c7b9ef2bd45'
- '4ce2ad97194999a6cbf875dd2d710d50'
- '050bc19dae259837ffe3c5af4146e8a8'
- '0f1ad53d5cef410120929e97e054b7d2'
- '172d305f4ac25ed9b87c3b9444f7f586'
- '911182db35eb63b3d807ea151751681d'
- '62ecea28782cb5f36c9d87677a1c031a'
- '08a33238bc0a66d284214c305a5298bf'
- '1960e79dded1da1333e9db34ad69fbeb'
- '5a15c763880ed009c49291152ad280c6'
- '464da7b8b758943d931bca33f60dae36'
- 'd657fd281ecdac0a3666d89d96fddfd7'
- '1f6623c8381a598c1cb676d2e650e61d'
- 'deb32e78bdabec668042855f79e3c22d'
- 'f3e6d2fa209d2cacfad7567470d4c00a'
- 'cb69d5e683df8a32148fe20535d224b1'
- '1ee0da8e1e0dc449118f991576464446'
- '72f596c98d232a45b2a26c370f64286c'
- '3c4c8568b0d8de413eb3215985d74788'
- 'f237c444a8d86915aa2cf631d1da37d9'
- '5a4c40d6fd979eafa99f9d0517c3217b'
- 'f71ebb22f262ae4e058f91d850e4cfb3'
- 'b8c13afbe0c1f0293aadb8868931c8f1'
- '3ab5079ae8aae8b4e01a9ae6393ac2c1'
- '036a65266eec799798eee77cf1b40695'
- '583c1dbd403dbffb441babe8233aabed'
- 'd0b75325d231e006f744fc1e504abe28'
- '073eaec35324926f0d53f5947dfac7cb'
- '00ddce987d1116ed9708ee8a2694081a'
- '05738f62dedced998238c83eb480e56c'
- '4cd0177686bb382fcdf772c2f569edfe'
- '7ebb8312ad971d0c071f93c94e2d5454')
+
+
+md5sums=('e384a3b415343c0d32c62d677118b117'
+ '0dde056efe613aaa563f7a886592b46f'
+ '26f4604f89c6a9b0c912849675dccc5c'
+ '60941bf760194c53f2f064732564b261'
+ '5f808ba10eca1e4142abbd413906947b'
+ '36a8a385d5c34e544399855a6d4df71f'
+ '5747c1e5707af8a25e31ce291625c8d4'
+ '6dfd44204b4ce654e2c0bb58948b1bee'
+ 'a36525762a8744ba48e5eb1f1b0f0ed7'
+ 'd3705ad96bf60d39506def795fbe668c'
+ 'f4e8e85f5e

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

2011-06-19 Thread Vesa Kaihlavirta
Date: Sunday, June 19, 2011 @ 05:30:02
  Author: vesa
Revision: 127887

upstream ghc-7.0.4

Modified:
  ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 07:40:30 UTC (rev 127886)
+++ PKGBUILD2011-06-19 09:30:02 UTC (rev 127887)
@@ -7,7 +7,7 @@
 #   Also, due to dependency loop problems, haskell-ghc-paths and haddock
 #   do not carry version dependencies. You will have to remember to build them 
too.
 pkgname=ghc
-pkgver=7.0.3
+pkgver=7.0.4
 pkgrel=1
 pkgdesc="The Glasgow Haskell Compiler"
 arch=(i686 x86_64)
@@ -84,3 +84,7 @@
  '5a3e0880c80b1dcecf779ff2e63a9c0d')
 md5sums=('10bc5e9ae1b581404376efb85f260ff3'
  '5a3e0880c80b1dcecf779ff2e63a9c0d')
+md5sums=('10bc5e9ae1b581404376efb85f260ff3'
+ '5a3e0880c80b1dcecf779ff2e63a9c0d')
+md5sums=('f167b0b4538d1a56788f43fcc662b568'
+ '5a3e0880c80b1dcecf779ff2e63a9c0d')



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

2011-06-19 Thread Ionut Biru
Date: Sunday, June 19, 2011 @ 03:40:30
  Author: ibiru
Revision: 127886

archrelease: copy trunk to extra-x86_64

Added:
  gtk2/repos/extra-x86_64/



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

2011-06-19 Thread Ionut Biru
Date: Sunday, June 19, 2011 @ 03:40:14
  Author: ibiru
Revision: 127885

archrelease: remove extra-x86_64

Deleted:
  gtk2/repos/extra-x86_64/



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

2011-06-19 Thread Ionut Biru
Date: Sunday, June 19, 2011 @ 03:40:11
  Author: ibiru
Revision: 127884

archrelease: copy trunk to extra-i686

Added:
  gtk2/repos/extra-i686/



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

2011-06-19 Thread Ionut Biru
Date: Sunday, June 19, 2011 @ 03:39:56
  Author: ibiru
Revision: 127883

archrelease: remove extra-i686

Deleted:
  gtk2/repos/extra-i686/



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

2011-06-19 Thread Ionut Biru
Date: Sunday, June 19, 2011 @ 03:39:12
  Author: ibiru
Revision: 127882

revert commit that causes 100% CPU usage and wxgtk apps not to resize. fixes 
FS#24760 FS#24784

Added:
  gtk2/trunk/gdk_Make_background_changes_queue_a_repaint.patch
Modified:
  gtk2/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++-
 gdk_Make_background_changes_queue_a_repaint.patch |   55 
 2 files changed, 61 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 07:32:31 UTC (rev 127881)
+++ PKGBUILD2011-06-19 07:39:12 UTC (rev 127882)
@@ -4,7 +4,7 @@
 pkgbase=gtk2
 pkgname=('gtk2' 'gtk-update-icon-cache')
 pkgver=2.24.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.gtk.org/";
 makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage' 'krb5' 'gnutls'
@@ -12,13 +12,16 @@
 options=('!libtool' '!docs')
 license=('LGPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
-xid-collision-debug.patch)
+xid-collision-debug.patch
+gdk_Make_background_changes_queue_a_repaint.patch)
 sha256sums=('d6b30889efbb9fab9aa598092d08887826a7b2a3069b3bd5155dede28d9866f3'
-'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558'
+'3573af25e8db2fb490b264f80cb9e617ee1a36e767e36e7bb1d830c0b715db93')
 
 build() {
 cd "${srcdir}/gtk+-${pkgver}"
 patch -Np1 -i "${srcdir}/xid-collision-debug.patch"
+patch -NRp1 -i 
"${srcdir}/gdk_Make_background_changes_queue_a_repaint.patch"
 
 CXX=/bin/false ./configure --prefix=/usr \
 --sysconfdir=/etc \

Added: gdk_Make_background_changes_queue_a_repaint.patch
===
--- gdk_Make_background_changes_queue_a_repaint.patch   
(rev 0)
+++ gdk_Make_background_changes_queue_a_repaint.patch   2011-06-19 07:39:12 UTC 
(rev 127882)
@@ -0,0 +1,55 @@
+From 254b9a4c540e3dff1dcd17db2ceea6a9fa5df973 Mon Sep 17 00:00:00 2001
+From: Benjamin Otte 
+Date: Thu, 09 Jun 2011 04:29:45 +
+Subject: gdk: Make background changes queue a repaint
+
+For client-side windows, we need to queue a repaint when the background
+changes. For native windows, the windowing system does take care of it,
+but client-side windows are our own, so we gotta do it manually.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=652102
+---
+diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
+index f058570..10d83ab 100644
+--- a/gdk/gdkwindow.c
 b/gdk/gdkwindow.c
+@@ -8004,11 +8004,15 @@ gdk_window_set_background (GdkWindow  *window,
+ }
+ 
+   if (!GDK_WINDOW_DESTROYED (window) &&
+-  gdk_window_has_impl (private) &&
+   !private->input_only)
+ {
+-  impl_iface = GDK_WINDOW_IMPL_GET_IFACE (private->impl);
+-  impl_iface->set_background (window, &private->bg_color);
++  if (gdk_window_has_impl (private))
++{
++  impl_iface = GDK_WINDOW_IMPL_GET_IFACE (private->impl);
++  impl_iface->set_background (window, &private->bg_color);
++}
++  else
++gdk_window_invalidate_rect_full (window, NULL, TRUE, CLEAR_BG_ALL);
+ }
+ }
+ 
+@@ -8077,11 +8081,15 @@ gdk_window_set_back_pixmap (GdkWindow *window,
+ private->bg_pixmap = GDK_NO_BG;
+ 
+   if (!GDK_WINDOW_DESTROYED (window) &&
+-  gdk_window_has_impl (private) &&
+   !private->input_only)
+ {
+-  impl_iface = GDK_WINDOW_IMPL_GET_IFACE (private->impl);
+-  impl_iface->set_back_pixmap (window, private->bg_pixmap);
++  if (gdk_window_has_impl (private))
++{
++  impl_iface = GDK_WINDOW_IMPL_GET_IFACE (private->impl);
++  impl_iface->set_back_pixmap (window, private->bg_pixmap);
++}
++  else
++gdk_window_invalidate_rect_full (window, NULL, TRUE, CLEAR_BG_ALL);
+ }
+ }
+ 
+--
+cgit v0.9



[arch-commits] Commit in openldap/repos (staging-x86_64)

2011-06-19 Thread Andrea Scarpino
Date: Sunday, June 19, 2011 @ 03:32:31
  Author: andrea
Revision: 127881

archrelease: copy trunk to staging-x86_64

Added:
  openldap/repos/staging-x86_64/



[arch-commits] Commit in openldap/repos (staging-i686)

2011-06-19 Thread Andrea Scarpino
Date: Sunday, June 19, 2011 @ 03:32:18
  Author: andrea
Revision: 127880

archrelease: copy trunk to staging-i686

Added:
  openldap/repos/staging-i686/



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

2011-06-19 Thread Andrea Scarpino
Date: Sunday, June 19, 2011 @ 03:32:04
  Author: andrea
Revision: 127879

upgpkg: openldap 2.4.24-2
db rebuild

Modified:
  openldap/trunk/PKGBUILD

--+
 PKGBUILD |   31 ---
 1 file changed, 16 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 07:27:38 UTC (rev 127878)
+++ PKGBUILD2011-06-19 07:32:04 UTC (rev 127879)
@@ -4,13 +4,13 @@
 
 pkgname=openldap
 pkgver=2.4.24
-pkgrel=1
+pkgrel=2
 pkgdesc="LDAP Server"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.openldap.org/";
 backup=('etc/openldap/slapd.conf' 'etc/default/slapd' 'etc/conf.d/slapd')
-depends=("libldap>=${pkgver}" 'db' 'tcp_wrappers' 'libfetch' 'util-linux-ng')
+depends=("libldap>=${pkgver}" 'tcp_wrappers' 'libfetch' 'util-linux-ng')
 provides=('openldap-clients')
 replaces=('openldap-clients')
 
source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgname}-${pkgver}.tgz";
@@ -19,9 +19,10 @@
 md5sums=('116fe1e23a7b67686d5e62274367e6c0'
  '832354417c495f29affd2c772808959d'
  '6be69f6b7e522cb64cce8703da81ed32')
+options=('emptydirs')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}"/${pkgname}-${pkgver}

   export LIBS=-ldb
   ./configure --prefix=/usr \
@@ -71,36 +72,36 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}"/${pkgname}-${pkgver}
   
   cd servers
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 
   cd ../clients
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 
   cd ../doc/man
   for dir in man{1,5,8}; do
 pushd ${dir}
-make DESTDIR=${pkgdir} install
+make DESTDIR="${pkgdir}" install
 popd
   done
-  rm ${pkgdir}/usr/share/man/man5/ldap.conf.5
+  rm "${pkgdir}"/usr/share/man/man5/ldap.conf.5
 
   cd ../..
 
-  install -dm700 ${pkgdir}/etc/openldap/slapd.d
-  install -Dm755 ${srcdir}/slapd ${pkgdir}/etc/rc.d/slapd
-  install -Dm644 ${srcdir}/slapd.default ${pkgdir}/etc/conf.d/slapd
-  install -dm700 ${pkgdir}/var/lib/openldap
+  install -dm700 "${pkgdir}"/etc/openldap/slapd.d
+  install -Dm755 "${srcdir}"/slapd "${pkgdir}"/etc/rc.d/slapd
+  install -Dm644 "${srcdir}"/slapd.default "${pkgdir}"/etc/conf.d/slapd
+  install -dm700 "${pkgdir}"/var/lib/openldap
   
   # get rid of duplicate default conf files
-  rm ${pkgdir}/etc/openldap/*.default
+  rm "${pkgdir}"/etc/openldap/*.default
 
   # hack to fix screwed up dirs
   sed -e 's|^pidfile[[:space:]].*$|pidfile   /var/run/slapd.pid|g' \
   -e 's|^argsfile[[:space:]].*$|argsfile  /var/run/slapd.args|g' \
-  -i ${pkgdir}/etc/openldap/slapd.conf
+  -i "${pkgdir}"/etc/openldap/slapd.conf
   
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }



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

2011-06-19 Thread Jan Steffens
Date: Sunday, June 19, 2011 @ 03:27:38
  Author: heftig
Revision: 127878

archrelease: copy trunk to testing-x86_64

Added:
  firefox/repos/testing-x86_64/



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

2011-06-19 Thread Jan Steffens
Date: Sunday, June 19, 2011 @ 03:27:21
  Author: heftig
Revision: 127877

archrelease: copy trunk to testing-i686

Added:
  firefox/repos/testing-i686/



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

2011-06-19 Thread Jan Steffens
Date: Sunday, June 19, 2011 @ 03:27:04
  Author: heftig
Revision: 127876

upgpkg: firefox 5.0-1
Update to 5.0

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/mozconfig
Deleted:
  firefox/trunk/firefox-version.patch

---+
 PKGBUILD  |   80 +++-
 firefox-version.patch |   12 ---
 mozconfig |   14 +---
 3 files changed, 61 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 06:23:15 UTC (rev 127875)
+++ PKGBUILD2011-06-19 07:27:04 UTC (rev 127876)
@@ -2,50 +2,74 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=4.0.1
+pkgver=5.0
 pkgrel=1
-_xulver=2.0.1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
-depends=("xulrunner=${_xulver}" 'desktop-file-utils')
-makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 'yasm' 
'mesa')
+depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss>=3.12.10' 'libxt'
+ 'libxrender' 'hunspell' 'startup-notification' 'mime-types' 
'dbus-glib'
+ 'alsa-lib' 'libevent' 'sqlite3>=3.7.4' 'libnotify' 
'desktop-file-utils'
+ 'libvpx' 'lcms' 'nspr>=4.8.8' 'libevent' 'libpng' 'cairo')
+makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools'
+ 'yasm' 'mesa' 'autoconf2.13' 'gconf' 'xorg-server-xvfb')
+url="http://www.mozilla.org/projects/firefox";
 install=firefox.install
-url="http://www.mozilla.org/projects/firefox";
 
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${pkgver}/source/firefox-${pkgver}.source.tar.bz2
-mozconfig
-firefox.desktop
-mozilla-firefox-1.0-lang.patch
-firefox-version.patch)
-md5sums=('9abda7d23151e97913c8555a64c13f34'
- 'd9292af4bb513d0bb811984f077cb77c'
+mozconfig firefox.desktop mozilla-firefox-1.0-lang.patch)
+md5sums=('9f64a01e86a5d424e12a8e3305c5debe'
+ '5eb9abbd2591ee337981024008d93988'
  'bdeb0380c7fae30dd0ead6d2d3bc5873'
- 'bd5db57c23c72a02a489592644f18995'
- 'cea73894617d0e12362db294864fb87f')
+ 'bd5db57c23c72a02a489592644f18995')
 
 build() {
-  cd "${srcdir}/mozilla-2.0"
-  patch -Np1 -i "${srcdir}/mozilla-firefox-1.0-lang.patch"
-  patch -Np1 -i "${srcdir}/firefox-version.patch"
+  cd "$srcdir/mozilla-release"
 
-  cp "${srcdir}/mozconfig" .mozconfig
-  unset CFLAGS
-  unset CXXFLAGS
+  cp "$srcdir/mozconfig" .mozconfig
+  patch -Np1 -i "$srcdir/mozilla-firefox-1.0-lang.patch"
 
-  export LDFLAGS="-Wl,-rpath,/usr/lib/firefox-4.0"
+  # Kill @PRE_RELEASE_SUFFIX@ from browser.xul because it
+  # gets set to \177 for an unknown reason
+  sed -i 's/@PRE_RELEASE_SUFFIX@//g' \
+browser/base/content/browser.xul
 
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS="${MAKEFLAGS}"
+  ## Don't generate startup cache. Unbreaks make install
+  sed -i 's/^GENERATE_CACHE .*/GENERATE_CACHE = true/' \
+toolkit/mozapps/installer/packager.mk
+
+  export LDFLAGS="-Wl,-rpath,/usr/lib/firefox-$pkgver 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
+  export PYTHON="/usr/bin/python2"
+
+  # PGO
+  sed -i '/^NO_PROFILE_GUIDED_OPTIMIZE = 1$/d' \
+memory/jemalloc/Makefile.in
+  echo 'LDFLAGS += -lX11 -lXrender' \
+>> layout/build/Makefile.in
+
+  make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS"
+  LD_PRELOAD="" /usr/bin/Xvfb -nolisten tcp -extension GLX :99 &
+  LD_PRELOAD="" DISPLAY=:99 make -j1 -f client.mk profiledbuild 
MOZ_MAKE_FLAGS="$MAKEFLAGS"
+  kill $! || true
 }
 
 package() {
-  cd "${srcdir}/mozilla-2.0"
-  make -j1 -f client.mk DESTDIR="${pkgdir}" install
+  cd "$srcdir/mozilla-release"
+  make -j1 -f client.mk DESTDIR="$pkgdir" install
 
-  install -m755 -d ${pkgdir}/usr/share/applications
-
   for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
-  install -d "$pkgdir/usr/share/icons/hicolor/$i/apps"
-  cp other-licenses/branding/firefox/default${i/x*/}.png 
"$pkgdir/usr/share/icons/hicolor/$i/apps/firefox.png"
+  install -Dm644 other-licenses/branding/firefox/default${i/x*/}.png \
+"$pkgdir/usr/share/icons/hicolor/$i/apps/firefox.png"
   done
-  install -m644 ${srcdir}/firefox.desktop ${pkgdir}/usr/share/applications/
+
+  install -Dm644 "$srcdir/firefox.desktop" \
+"$pkgdir/usr/share/applications/firefox.desktop"
+
+  # Remove included dictionaries, add symlink to system myspell path
+  # Note: this will cause file conflicts when users have installed 
dictionaries in the old location
+  rm -rf "${pkgdir}/usr/lib/firefox-$pkgver/dictionaries"
+  ln -sf /usr/share/myspell/dicts \
+"${pkgdir}/usr/lib/firefox-$pkgver/dictionaries"
+
+  # We don't want the development stuff
+  rm -r "$pkgdir"/usr/{include,lib/firefox-devel-$pkgver,share/idl}
 }

Deleted: firefox-version.patch
===
--- firefox-version.patch   20