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

2012-08-04 Thread Rémy Oudompheng
Date: Saturday, August 4, 2012 @ 02:54:26
  Author: remy
Revision: 164720

upgpkg: latex2rtf 2.2.1c-1

Upstream update, add check().

Modified:
  latex2rtf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 05:32:21 UTC (rev 164719)
+++ PKGBUILD2012-08-04 06:54:26 UTC (rev 164720)
@@ -3,23 +3,33 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=latex2rtf
-pkgver=2.1.0
+pkgver=2.2.1c
 pkgrel=1
 pkgdesc=LaTeX to RTF converter
 arch=('i686' 'x86_64')
 url=http://latex2rtf.sourceforge.net/;
 license=('GPL')
 depends=('glibc' 'imagemagick' 'ghostscript')
+checkdepends=(
+  'texlive-bin'
+  'texlive-core'
+  'texlive-latexextra' # for a4wide package
+)
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('31e6280312b56c2c38cf6a3fddff21a9910c7d6f')
+sha1sums=('3fd5874de8988cf45f8862d2b3db8ed13a04caa4')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=/usr
+  cd ${srcdir}/${pkgname}-2.2.1
+  make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-2.2.1
+  make check
+}
+
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=${pkgdir}/usr MAN_INSTALL=${pkgdir}/usr/share/man/man1 install
+  cd ${srcdir}/${pkgname}-2.2.1
+  make DESTDIR=${pkgdir}/usr install
   sed -i -e 's|error no input file specified| echo error: no input file 
specified|' ${pkgdir}/usr/bin/latex2png
 }



[arch-commits] Commit in latex2rtf/repos (4 files)

2012-08-04 Thread Rémy Oudompheng
Date: Saturday, August 4, 2012 @ 02:54:39
  Author: remy
Revision: 164721

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  latex2rtf/repos/extra-i686/PKGBUILD
(from rev 164720, latex2rtf/trunk/PKGBUILD)
  latex2rtf/repos/extra-x86_64/PKGBUILD
(from rev 164720, latex2rtf/trunk/PKGBUILD)
Deleted:
  latex2rtf/repos/extra-i686/PKGBUILD
  latex2rtf/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-04 06:54:26 UTC (rev 164720)
+++ extra-i686/PKGBUILD 2012-08-04 06:54:39 UTC (rev 164721)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=latex2rtf
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=LaTeX to RTF converter
-arch=('i686' 'x86_64')
-url=http://latex2rtf.sourceforge.net/;
-license=('GPL')
-depends=('glibc' 'imagemagick' 'ghostscript')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('31e6280312b56c2c38cf6a3fddff21a9910c7d6f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=${pkgdir}/usr MAN_INSTALL=${pkgdir}/usr/share/man/man1 install
-  sed -i -e 's|error no input file specified| echo error: no input file 
specified|' ${pkgdir}/usr/bin/latex2png
-}

Copied: latex2rtf/repos/extra-i686/PKGBUILD (from rev 164720, 
latex2rtf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-04 06:54:39 UTC (rev 164721)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=latex2rtf
+pkgver=2.2.1c
+pkgrel=1
+pkgdesc=LaTeX to RTF converter
+arch=('i686' 'x86_64')
+url=http://latex2rtf.sourceforge.net/;
+license=('GPL')
+depends=('glibc' 'imagemagick' 'ghostscript')
+checkdepends=(
+  'texlive-bin'
+  'texlive-core'
+  'texlive-latexextra' # for a4wide package
+)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('3fd5874de8988cf45f8862d2b3db8ed13a04caa4')
+
+build() {
+  cd ${srcdir}/${pkgname}-2.2.1
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-2.2.1
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-2.2.1
+  make DESTDIR=${pkgdir}/usr install
+  sed -i -e 's|error no input file specified| echo error: no input file 
specified|' ${pkgdir}/usr/bin/latex2png
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-04 06:54:26 UTC (rev 164720)
+++ extra-x86_64/PKGBUILD   2012-08-04 06:54:39 UTC (rev 164721)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=latex2rtf
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=LaTeX to RTF converter
-arch=('i686' 'x86_64')
-url=http://latex2rtf.sourceforge.net/;
-license=('GPL')
-depends=('glibc' 'imagemagick' 'ghostscript')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('31e6280312b56c2c38cf6a3fddff21a9910c7d6f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=${pkgdir}/usr MAN_INSTALL=${pkgdir}/usr/share/man/man1 install
-  sed -i -e 's|error no input file specified| echo error: no input file 
specified|' ${pkgdir}/usr/bin/latex2png
-}

Copied: latex2rtf/repos/extra-x86_64/PKGBUILD (from rev 164720, 
latex2rtf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-08-04 06:54:39 UTC (rev 164721)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=latex2rtf
+pkgver=2.2.1c
+pkgrel=1
+pkgdesc=LaTeX to RTF converter
+arch=('i686' 'x86_64')
+url=http://latex2rtf.sourceforge.net/;
+license=('GPL')
+depends=('glibc' 'imagemagick' 'ghostscript')
+checkdepends=(
+  'texlive-bin'
+  'texlive-core'
+  'texlive-latexextra' # for a4wide package
+)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('3fd5874de8988cf45f8862d2b3db8ed13a04caa4')
+
+build() {
+  cd ${srcdir}/${pkgname}-2.2.1
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-2.2.1
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-2.2.1
+  make DESTDIR=${pkgdir}/usr install
+  sed -i -e 's|error no input file specified| echo error: 

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

2012-08-04 Thread Ray Rashif
Date: Saturday, August 4, 2012 @ 03:44:29
  Author: schiv
Revision: 164722

upgpkg: eric 5.2.4-1

upstream release

Modified:
  eric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 06:54:39 UTC (rev 164721)
+++ PKGBUILD2012-08-04 07:44:29 UTC (rev 164722)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.2.3
+pkgver=5.2.4
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('9ee14046ff8b5368e5424ca7b376dc9a'
+md5sums=('727f092c60caf944ab3d64af7816d5a1'
  '8aa446c29e6de54e85410e040e754c6e')
 
 build() {



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

2012-08-04 Thread Ray Rashif
Date: Saturday, August 4, 2012 @ 03:45:38
  Author: schiv
Revision: 164723

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 164722, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 164722, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 164722, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 164722, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++
 PKGBUILD |  114 -
 eric.desktop |   20 +-
 eric.install |   20 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2012-08-04 07:44:29 UTC (rev 164722)
+++ .contrib2012-08-04 07:45:38 UTC (rev 164723)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 164722, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2012-08-04 07:45:38 UTC (rev 164723)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-04 07:44:29 UTC (rev 164722)
+++ PKGBUILD2012-08-04 07:45:38 UTC (rev 164723)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.2.3
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('9ee14046ff8b5368e5424ca7b376dc9a'
- '8aa446c29e6de54e85410e040e754c6e')
-
-build() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 164722, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-04 07:45:38 UTC (rev 164723)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.2.4
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('727f092c60caf944ab3d64af7816d5a1'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+build() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  rm eric/eric5.desktop
+  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  python install.py -c -b /usr/bin -i $pkgdir
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell upstream 

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

2012-08-04 Thread Ray Rashif
Date: Saturday, August 4, 2012 @ 04:21:33
  Author: schiv
Revision: 164724

upgpkg: eric4 4.5.5-1

upstream release

Modified:
  eric4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 07:45:38 UTC (rev 164723)
+++ PKGBUILD2012-08-04 08:21:33 UTC (rev 164724)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric4
-pkgver=4.5.4
+pkgver=4.5.5
 pkgrel=1
 pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
 arch=('any')
@@ -15,7 +15,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('7c9f1555cc58e7fb128a5c7b11889dc6'
+md5sums=('f864c741dd7d46c35d11b481db307624'
  'bce515b66a2c63dfc76a0f92edbe2ecb')
 
 build() {



[arch-commits] Commit in eric4/repos/extra-any (8 files)

2012-08-04 Thread Ray Rashif
Date: Saturday, August 4, 2012 @ 04:22:32
  Author: schiv
Revision: 164725

archrelease: copy trunk to extra-any

Added:
  eric4/repos/extra-any/.contrib
(from rev 164724, eric4/trunk/.contrib)
  eric4/repos/extra-any/PKGBUILD
(from rev 164724, eric4/trunk/PKGBUILD)
  eric4/repos/extra-any/eric4.desktop
(from rev 164724, eric4/trunk/eric4.desktop)
  eric4/repos/extra-any/eric4.install
(from rev 164724, eric4/trunk/eric4.install)
Deleted:
  eric4/repos/extra-any/.contrib
  eric4/repos/extra-any/PKGBUILD
  eric4/repos/extra-any/eric4.desktop
  eric4/repos/extra-any/eric4.install

---+
 .contrib  |8 ++---
 PKGBUILD  |   82 
 eric4.desktop |   20 ++---
 eric4.install |   20 ++---
 4 files changed, 65 insertions(+), 65 deletions(-)

Deleted: .contrib
===
--- .contrib2012-08-04 08:21:33 UTC (rev 164724)
+++ .contrib2012-08-04 08:22:32 UTC (rev 164725)
@@ -1,4 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-riai r...@bigfoot.com
-Ben b...@benmazer.net

Copied: eric4/repos/extra-any/.contrib (from rev 164724, eric4/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2012-08-04 08:22:32 UTC (rev 164725)
@@ -0,0 +1,4 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+riai r...@bigfoot.com
+Ben b...@benmazer.net

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-04 08:21:33 UTC (rev 164724)
+++ PKGBUILD2012-08-04 08:22:32 UTC (rev 164725)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric4
-pkgver=4.5.4
-pkgrel=1
-pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python2-qscintilla')
-conflicts=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('7c9f1555cc58e7fb128a5c7b11889dc6'
- 'bce515b66a2c63dfc76a0f92edbe2ecb')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   # our pyxml is patched
-   # not version-depending because not critical
-   sed -i 's/v  (0, 8, 6)/v  (0, 8, 4)/' install.py
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-   python2 install.py -c -b /usr/bin -i $pkgdir
-
-  # freedesktop.org compatibility
-   install -Dm644 $srcdir/$pkgname.desktop \
-   $pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 eric/icons/default/eric.png \
-   $pkgdir/usr/share/pixmaps/$pkgname.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric4/repos/extra-any/PKGBUILD (from rev 164724, eric4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-04 08:22:32 UTC (rev 164725)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric4
+pkgver=4.5.5
+pkgrel=1
+pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python2-qscintilla')
+conflicts=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('f864c741dd7d46c35d11b481db307624'
+ 'bce515b66a2c63dfc76a0f92edbe2ecb')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   # our pyxml is patched
+   # not version-depending because not critical
+   sed -i 's/v  (0, 8, 6)/v  (0, 8, 4)/' install.py
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+   python2 install.py -c -b /usr/bin -i $pkgdir
+
+  # freedesktop.org compatibility
+   install -Dm644 $srcdir/$pkgname.desktop \
+   $pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 eric/icons/default/eric.png \
+   $pkgdir/usr/share/pixmaps/$pkgname.png
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: eric4.desktop
===
--- eric4.desktop   2012-08-04 08:21:33 UTC (rev 164724)
+++ eric4.desktop   2012-08-04 08:22:32 UTC (rev 164725)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Exec=eric4
-MimeType=application/x-eric4;
-Icon=eric4
-Terminal=false
-Name=Eric 4
-Comment=Python 2.x  Ruby IDE
-Categories=Qt;Python;Development;IDE;
-StartupNotify=true

Copied: eric4/repos/extra-any/eric4.desktop (from rev 164724, 
eric4/trunk/eric4.desktop)

[arch-commits] Commit in icedtea-web-java7/repos (10 files)

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 04:40:11
  Author: andyrtr
Revision: 164727

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  icedtea-web-java7/repos/extra-i686/PKGBUILD
(from rev 164726, icedtea-web-java7/trunk/PKGBUILD)
  icedtea-web-java7/repos/extra-i686/fix_firefox_crash.diff
(from rev 164726, icedtea-web-java7/trunk/fix_firefox_crash.diff)
  icedtea-web-java7/repos/extra-i686/icedtea-web-java7.install
(from rev 164726, icedtea-web-java7/trunk/icedtea-web-java7.install)
  icedtea-web-java7/repos/extra-x86_64/PKGBUILD
(from rev 164726, icedtea-web-java7/trunk/PKGBUILD)
  icedtea-web-java7/repos/extra-x86_64/fix_firefox_crash.diff
(from rev 164726, icedtea-web-java7/trunk/fix_firefox_crash.diff)
  icedtea-web-java7/repos/extra-x86_64/icedtea-web-java7.install
(from rev 164726, icedtea-web-java7/trunk/icedtea-web-java7.install)
Deleted:
  icedtea-web-java7/repos/extra-i686/PKGBUILD
  icedtea-web-java7/repos/extra-i686/icedtea-web-java7.install
  icedtea-web-java7/repos/extra-x86_64/PKGBUILD
  icedtea-web-java7/repos/extra-x86_64/icedtea-web-java7.install

+
 extra-i686/PKGBUILD|  165 +++---
 extra-i686/fix_firefox_crash.diff  |  228 +++
 extra-i686/icedtea-web-java7.install   |   22 +-
 extra-x86_64/PKGBUILD  |  165 +++---
 extra-x86_64/fix_firefox_crash.diff|  228 +++
 extra-x86_64/icedtea-web-java7.install |   22 +-
 6 files changed, 648 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-04 08:39:26 UTC (rev 164726)
+++ extra-i686/PKGBUILD 2012-08-04 08:40:11 UTC (rev 164727)
@@ -1,80 +0,0 @@
-# $Id: PKGBUILD 136836 2011-09-02 07:59:01Z andyrtr $
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=icedtea-web-java7
-pkgname=('icedtea-web-java7' 'icedtea-web-java7-doc')
-pkgver=1.2.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://icedtea.classpath.org/wiki/IcedTea-Web;
-license=('GPL2')
-makedepends=('jdk7-openjdk' 'zip' 'gtk2' 'libxtst' 'npapi-sdk' 'rhino' 'junit')
-source=(http://icedtea.classpath.org/download/source/${pkgbase/-java7/}-$pkgver.tar.gz)
-sha256sums=('134efcd429086a643ba03ec6e4da991527c3e5dfcd6ed6680a83824ad3f0cfd6')
-
-_javaver=7
-_jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
-
-build() {
-  cd ${srcdir}/icedtea-web*
-
-  . /etc/profile.d/jre.sh
-  . /etc/profile.d/jdk.sh
-
-  ./configure --prefix=${_jvmdir} \
-  --datarootdir=/usr/share \
-  --with-jdk-home=${_jvmdir}
-  make
-}
-
-check() {
-  cd ${srcdir}/icedtea-web*
-  # as more tests have been added some are expectged to fail
-  # see 
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2012-March/017566.html
-  make -k check || /bin/true
-}
-
-
-package_icedtea-web-java7() {
-
-  pkgdesc=provides a Free Software web browser plugin running applets written 
in the Java programming language and an implementation of Java Web Start, 
originally based on the NetX project
-  depends=('jre7-openjdk' 'gtk2' 'desktop-file-utils')
-  install=${pkgname}.install
-
-  cd ${srcdir}/icedtea-web* #${pkgname}-${_date}
-  # possible make target (see bottom of Makefile.am: install-exec-local 
install-data-local
-  make DESTDIR=${pkgdir} install-exec-local install-data-local
-
-  # Install desktop files.
-  install -m755 -d ${pkgdir}/usr/share/{applications,pixmaps}
-  install -m644 javaws.png ${pkgdir}/usr/share/pixmaps
-  install -m644 {javaws,itweb-settings}.desktop 
${pkgdir}/usr/share/applications
-  # remove splitted doc files
-  rm -rf ${pkgdir}/usr/share/doc
-
-  # link binaries into /usr/bin + jre/bin
-  install -m755 -d ${pkgdir}/usr/bin
-  install -m755 -d ${pkgdir}/${_jvmdir}/jre/bin
-  pushd ${pkgdir}/${_jvmdir}/bin
-  for file in *; do
-ln -sf ${_jvmdir}/bin/${file} ${pkgdir}/usr/bin
-ln -sf ${_jvmdir}/bin/${file} ${pkgdir}/${_jvmdir}/jre/bin
-  done
-  popd
-
-  # link the mozilla-plugin - test it here 
http://www.java.com/en/download/help/testvm.xml
-  install -m755 -d ${pkgdir}/usr/lib/mozilla/plugins/
-  ln -sf ${_jvmdir}/lib/IcedTeaPlugin.so ${pkgdir}/usr/lib/mozilla/plugins/
-}
-
-package_icedtea-web-java7-doc() {
-
-  pkgdesc=icedtea-web browser plugin + Java WebStart - documentation files
-
-  cd ${srcdir}/icedtea-web*
-  make DESTDIR=${pkgdir} install-data-local
-  # remove javaws about and man page
-  rm -rf ${pkgdir}/usr/lib
-  rm -rf ${pkgdir}/usr/share/man
-  rm -rf ${pkgdir}/usr/share/icedtea-web # conflicting and unneeded file it 
seems
-}

Copied: icedtea-web-java7/repos/extra-i686/PKGBUILD (from rev 164726, 
icedtea-web-java7/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-04 08:40:11 UTC (rev 164727)
@@ -0,0 +1,85 @@
+# $Id: PKGBUILD 136836 2011-09-02 

[arch-commits] Commit in icedtea-web-java7/trunk (PKGBUILD fix_firefox_crash.diff)

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 04:39:26
  Author: andyrtr
Revision: 164726

upgpkg: icedtea-web-java7 1.2.1-2

fix crash with firefox

Added:
  icedtea-web-java7/trunk/fix_firefox_crash.diff
Modified:
  icedtea-web-java7/trunk/PKGBUILD

+
 PKGBUILD   |   11 +-
 fix_firefox_crash.diff |  228 +++
 2 files changed, 236 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 08:22:32 UTC (rev 164725)
+++ PKGBUILD2012-08-04 08:39:26 UTC (rev 164726)
@@ -4,13 +4,15 @@
 pkgbase=icedtea-web-java7
 pkgname=('icedtea-web-java7' 'icedtea-web-java7-doc')
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://icedtea.classpath.org/wiki/IcedTea-Web;
 license=('GPL2')
 makedepends=('jdk7-openjdk' 'zip' 'gtk2' 'libxtst' 'npapi-sdk' 'rhino' 'junit')
-source=(http://icedtea.classpath.org/download/source/${pkgbase/-java7/}-$pkgver.tar.gz)
-sha256sums=('134efcd429086a643ba03ec6e4da991527c3e5dfcd6ed6680a83824ad3f0cfd6')
+source=(http://icedtea.classpath.org/download/source/${pkgbase/-java7/}-$pkgver.tar.gz
+fix_firefox_crash.diff)
+sha256sums=('134efcd429086a643ba03ec6e4da991527c3e5dfcd6ed6680a83824ad3f0cfd6'
+'9391182fe8631c9eaea93e0e5a1daf0e42658963596fe4fcbe1ba1afaf775af3')
 
 _javaver=7
 _jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
@@ -18,6 +20,9 @@
 build() {
   cd ${srcdir}/icedtea-web*
 
+  # fix firefox crash - https://bugs.archlinux.org/task/30969
+  patch -RNp1 -i ${srcdir}/fix_firefox_crash.diff
+
   . /etc/profile.d/jre.sh
   . /etc/profile.d/jdk.sh
 

Added: fix_firefox_crash.diff
===
--- fix_firefox_crash.diff  (rev 0)
+++ fix_firefox_crash.diff  2012-08-04 08:39:26 UTC (rev 164726)
@@ -0,0 +1,228 @@
+
+# HG changeset patch
+# User Adam Domurad adomu...@redhat.com
+# Date 1340899207 14400
+# Node ID a49edd57b1b332b431222b1c225189fe51676193
+# Parent  d65bd94e0ba9b7c8b9051c7d471b55c2c74ea3f4
+Fixes invalid plugin table error that sometimes occurs.
+The invalid plugin table error was happening when the API that was
+being compiled with had a larger size than that of the browser.
+The plugin now only checks if the minimal subset it uses exists.
+
+diff -r d65bd94e0ba9 -r a49edd57b1b3 plugin/icedteanp/IcedTeaNPPlugin.cc
+--- a/plugin/icedteanp/IcedTeaNPPlugin.cc  Fri Jun 08 13:44:25 2012 -0400
 b/plugin/icedteanp/IcedTeaNPPlugin.cc  Thu Jun 28 12:00:07 2012 -0400
+@@ -2022,105 +2022,48 @@
+   PLUGIN_DEBUG (plugin_data_destroy return\n);
+ }
+ 
+-// FACTORY FUNCTIONS
+-
+-// Provides the browser with pointers to the plugin functions that we
+-// implement and initializes a local table with browser functions that
+-// we may wish to call.  Called once, after browser startup and before
+-// the first plugin instance is created.
+-// The field 'initialized' is set to true once this function has
+-// finished. If 'initialized' is already true at the beginning of
+-// this function, then it is evident that NP_Initialize has already
+-// been called. There is no need to call this function more than once and
+-// this workaround avoids any duplicate calls.
+-NPError
+-NP_Initialize (NPNetscapeFuncs* browserTable, NPPluginFuncs* pluginTable)
++static bool
++initialize_browser_functions(const NPNetscapeFuncs* browserTable)
+ {
+-  PLUGIN_DEBUG (NP_Initialize\n);
+-
+-  if ((browserTable == NULL) || (pluginTable == NULL))
++#if MOZILLA_VERSION_COLLAPSED  1090100
++#define NPNETSCAPEFUNCS_LAST_FIELD_USED (browserTable-pluginthreadasynccall)
++#else
++#define NPNETSCAPEFUNCS_LAST_FIELD_USED (browserTable-setvalueforurl)
++#endif
++
++  //Determine the size in bytes, as a difference of the address past the last 
used field
++  //And the browser table address
++  size_t usedSize = (char*)(1 + NPNETSCAPEFUNCS_LAST_FIELD_USED) - 
(char*)browserTable;
++
++  // compare the reported size versus the size we required
++  if (browserTable-size  usedSize)
+   {
+-PLUGIN_ERROR (Browser or plugin function table is NULL.);
+-
+-return NPERR_INVALID_FUNCTABLE_ERROR;
++return false;
+   }
+ 
+-  // Ensure that the major version of the plugin API that the browser
+-  // expects is not more recent than the major version of the API that
+-  // we've implemented.
+-  if ((browserTable-version  8)  NP_VERSION_MAJOR)
+-{
+-  PLUGIN_ERROR (Incompatible version.);
+-
+-  return NPERR_INCOMPATIBLE_VERSION_ERROR;
+-}
+-
+-  // Ensure that the plugin function table we've received is large
+-  // enough to store the number of functions that we may provide.
+-  if (pluginTable-size  sizeof (NPPluginFuncs))
+-{
+-  PLUGIN_ERROR (Invalid plugin function table.);
+-
+-  return NPERR_INVALID_FUNCTABLE_ERROR;
+-}
+-
+-  // Ensure that the browser function table is large enough to store
+-  // the 

[arch-commits] Commit in icedtea-web/trunk (PKGBUILD fix_firefox_crash.diff)

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 04:44:58
  Author: andyrtr
Revision: 164728

upgpkg: icedtea-web 1.2.1-2

fix crash with firefox

Added:
  icedtea-web/trunk/fix_firefox_crash.diff
Modified:
  icedtea-web/trunk/PKGBUILD

+
 PKGBUILD   |   16 ++-
 fix_firefox_crash.diff |  228 +++
 2 files changed, 239 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 08:40:11 UTC (rev 164727)
+++ PKGBUILD2012-08-04 08:44:58 UTC (rev 164728)
@@ -4,19 +4,25 @@
 pkgbase=icedtea-web
 pkgname=('icedtea-web' 'icedtea-web-doc')
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://icedtea.classpath.org/wiki/IcedTea-Web;
 license=('GPL2')
 makedepends=('openjdk6' 'zip' 'gtk2' 'npapi-sdk' 'rhino' 'junit')
-source=(http://icedtea.classpath.org/download/source/$pkgname-$pkgver.tar.gz)
-sha256sums=('134efcd429086a643ba03ec6e4da991527c3e5dfcd6ed6680a83824ad3f0cfd6')
+source=(http://icedtea.classpath.org/download/source/$pkgname-$pkgver.tar.gz
+fix_firefox_crash.diff)
+sha256sums=('134efcd429086a643ba03ec6e4da991527c3e5dfcd6ed6680a83824ad3f0cfd6'
+'9391182fe8631c9eaea93e0e5a1daf0e42658963596fe4fcbe1ba1afaf775af3')
 
-  _javaver=6
-  _jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
+_javaver=6
+_jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+
+  # fix firefox crash - https://bugs.archlinux.org/task/30969
+  patch -RNp1 -i ${srcdir}/fix_firefox_crash.diff
+  
   ./configure --prefix=/usr/lib/jvm/java-6-openjdk \
   --datarootdir=/usr/share
   make

Added: fix_firefox_crash.diff
===
--- fix_firefox_crash.diff  (rev 0)
+++ fix_firefox_crash.diff  2012-08-04 08:44:58 UTC (rev 164728)
@@ -0,0 +1,228 @@
+
+# HG changeset patch
+# User Adam Domurad adomu...@redhat.com
+# Date 1340899207 14400
+# Node ID a49edd57b1b332b431222b1c225189fe51676193
+# Parent  d65bd94e0ba9b7c8b9051c7d471b55c2c74ea3f4
+Fixes invalid plugin table error that sometimes occurs.
+The invalid plugin table error was happening when the API that was
+being compiled with had a larger size than that of the browser.
+The plugin now only checks if the minimal subset it uses exists.
+
+diff -r d65bd94e0ba9 -r a49edd57b1b3 plugin/icedteanp/IcedTeaNPPlugin.cc
+--- a/plugin/icedteanp/IcedTeaNPPlugin.cc  Fri Jun 08 13:44:25 2012 -0400
 b/plugin/icedteanp/IcedTeaNPPlugin.cc  Thu Jun 28 12:00:07 2012 -0400
+@@ -2022,105 +2022,48 @@
+   PLUGIN_DEBUG (plugin_data_destroy return\n);
+ }
+ 
+-// FACTORY FUNCTIONS
+-
+-// Provides the browser with pointers to the plugin functions that we
+-// implement and initializes a local table with browser functions that
+-// we may wish to call.  Called once, after browser startup and before
+-// the first plugin instance is created.
+-// The field 'initialized' is set to true once this function has
+-// finished. If 'initialized' is already true at the beginning of
+-// this function, then it is evident that NP_Initialize has already
+-// been called. There is no need to call this function more than once and
+-// this workaround avoids any duplicate calls.
+-NPError
+-NP_Initialize (NPNetscapeFuncs* browserTable, NPPluginFuncs* pluginTable)
++static bool
++initialize_browser_functions(const NPNetscapeFuncs* browserTable)
+ {
+-  PLUGIN_DEBUG (NP_Initialize\n);
+-
+-  if ((browserTable == NULL) || (pluginTable == NULL))
++#if MOZILLA_VERSION_COLLAPSED  1090100
++#define NPNETSCAPEFUNCS_LAST_FIELD_USED (browserTable-pluginthreadasynccall)
++#else
++#define NPNETSCAPEFUNCS_LAST_FIELD_USED (browserTable-setvalueforurl)
++#endif
++
++  //Determine the size in bytes, as a difference of the address past the last 
used field
++  //And the browser table address
++  size_t usedSize = (char*)(1 + NPNETSCAPEFUNCS_LAST_FIELD_USED) - 
(char*)browserTable;
++
++  // compare the reported size versus the size we required
++  if (browserTable-size  usedSize)
+   {
+-PLUGIN_ERROR (Browser or plugin function table is NULL.);
+-
+-return NPERR_INVALID_FUNCTABLE_ERROR;
++return false;
+   }
+ 
+-  // Ensure that the major version of the plugin API that the browser
+-  // expects is not more recent than the major version of the API that
+-  // we've implemented.
+-  if ((browserTable-version  8)  NP_VERSION_MAJOR)
+-{
+-  PLUGIN_ERROR (Incompatible version.);
+-
+-  return NPERR_INCOMPATIBLE_VERSION_ERROR;
+-}
+-
+-  // Ensure that the plugin function table we've received is large
+-  // enough to store the number of functions that we may provide.
+-  if (pluginTable-size  sizeof (NPPluginFuncs))
+-{
+-  PLUGIN_ERROR (Invalid plugin function table.);
+-
+-  return NPERR_INVALID_FUNCTABLE_ERROR;
+-}
+-
+-  // Ensure that the browser function table is large enough to 

[arch-commits] Commit in icedtea-web/repos (10 files)

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 04:45:39
  Author: andyrtr
Revision: 164729

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  icedtea-web/repos/extra-i686/PKGBUILD
(from rev 164728, icedtea-web/trunk/PKGBUILD)
  icedtea-web/repos/extra-i686/fix_firefox_crash.diff
(from rev 164728, icedtea-web/trunk/fix_firefox_crash.diff)
  icedtea-web/repos/extra-i686/icedtea-web.install
(from rev 164728, icedtea-web/trunk/icedtea-web.install)
  icedtea-web/repos/extra-x86_64/PKGBUILD
(from rev 164728, icedtea-web/trunk/PKGBUILD)
  icedtea-web/repos/extra-x86_64/fix_firefox_crash.diff
(from rev 164728, icedtea-web/trunk/fix_firefox_crash.diff)
  icedtea-web/repos/extra-x86_64/icedtea-web.install
(from rev 164728, icedtea-web/trunk/icedtea-web.install)
Deleted:
  icedtea-web/repos/extra-i686/PKGBUILD
  icedtea-web/repos/extra-i686/icedtea-web.install
  icedtea-web/repos/extra-x86_64/PKGBUILD
  icedtea-web/repos/extra-x86_64/icedtea-web.install

-+
 extra-i686/PKGBUILD |  156 ---
 extra-i686/fix_firefox_crash.diff   |  228 ++
 extra-i686/icedtea-web.install  |   22 +--
 extra-x86_64/PKGBUILD   |  156 ---
 extra-x86_64/fix_firefox_crash.diff |  228 ++
 extra-x86_64/icedtea-web.install|   22 +--
 6 files changed, 640 insertions(+), 172 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-04 08:44:58 UTC (rev 164728)
+++ extra-i686/PKGBUILD 2012-08-04 08:45:39 UTC (rev 164729)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=icedtea-web
-pkgname=('icedtea-web' 'icedtea-web-doc')
-pkgver=1.2.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://icedtea.classpath.org/wiki/IcedTea-Web;
-license=('GPL2')
-makedepends=('openjdk6' 'zip' 'gtk2' 'npapi-sdk' 'rhino' 'junit')
-source=(http://icedtea.classpath.org/download/source/$pkgname-$pkgver.tar.gz)
-sha256sums=('134efcd429086a643ba03ec6e4da991527c3e5dfcd6ed6680a83824ad3f0cfd6')
-
-  _javaver=6
-  _jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr/lib/jvm/java-6-openjdk \
-  --datarootdir=/usr/share
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  # as more tests have been added some are expectged to fail
-  # see 
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2012-March/017566.html
-  make -k check || /bin/true
-}
-
-
-package_icedtea-web() {
-
-  pkgdesc=provides a Free Software web browser plugin running applets written 
in the Java programming language and an implementation of Java Web Start, 
originally based on the NetX project
-  depends=('openjdk6' 'gtk2' 'desktop-file-utils')
-  install=$pkgname.install
-
-  cd $srcdir/$pkgname-$pkgver
-  # possible make target (see bottom of Makefile.am: install-exec-local 
install-data-local
-  make DESTDIR=$pkgdir install-exec-local install-data-local
-
-  # Install desktop files.
-  install -m755 -d ${pkgdir}/usr/share/{applications,pixmaps}
-  install -m644 javaws.png ${pkgdir}/usr/share/pixmaps
-  install -m644 {javaws,itweb-settings}.desktop 
${pkgdir}/usr/share/applications
-  # remove splitted doc files
-  rm -rf ${pkgdir}/usr/share/doc
-
-  # link binaries into /usr/bin + jre/bin
-  install -m755 -d ${pkgdir}/usr/bin
-  install -m755 -d ${pkgdir}/${_jvmdir}/jre/bin
-  pushd ${pkgdir}/${_jvmdir}/bin
-  for file in *; do
-ln -sf ${_jvmdir}/bin/${file} ${pkgdir}/usr/bin
-ln -sf ${_jvmdir}/bin/${file} ${pkgdir}/${_jvmdir}/jre/bin
-  done
-  popd
-
-  # link the mozilla-plugin - test it here 
http://www.java.com/en/download/help/testvm.xml
-  install -m755 -d ${pkgdir}/usr/lib/mozilla/plugins/
-  ln -sf ${_jvmdir}/lib/IcedTeaPlugin.so ${pkgdir}/usr/lib/mozilla/plugins/
-}
-
-package_icedtea-web-doc() {
-
-  pkgdesc=icedtea-web browser plugin + Java WebStart - documentation files
-
-  cd $srcdir/$pkgbase-$pkgver
-  make DESTDIR=$pkgdir install-data-local
-  # remove javaws about and man page
-  rm -rf ${pkgdir}/usr/lib
-  rm -rf ${pkgdir}/usr/share/man
-  rm -rf ${pkgdir}/usr/share/icedtea-web # conflicting and unneeded file it 
seems
-}

Copied: icedtea-web/repos/extra-i686/PKGBUILD (from rev 164728, 
icedtea-web/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-04 08:45:39 UTC (rev 164729)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=icedtea-web
+pkgname=('icedtea-web' 'icedtea-web-doc')
+pkgver=1.2.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://icedtea.classpath.org/wiki/IcedTea-Web;
+license=('GPL2')
+makedepends=('openjdk6' 'zip' 'gtk2' 'npapi-sdk' 'rhino' 'junit')

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

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 05:30:16
  Author: andyrtr
Revision: 164730

add ID

Modified:
  monodevelop/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 08:45:39 UTC (rev 164729)
+++ PKGBUILD2012-08-04 09:30:16 UTC (rev 164730)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Daniel Isenmann dan...@archlinux.org
 # Contributor: Timm Preetz t...@preetz.us
 # Contributor: Giovanni Scafora giova...@archlinux.org
@@ -3,15 +4,18 @@
 
 pkgname=monodevelop
-pkgver=2.8.8.4
+pkgver=3.0.3.5
 pkgrel=1
 pkgdesc=An IDE primarily designed for C# and other .NET languages
+
+# should probably changed to any - no ELF files - OpenSUSE builds it as 
NOARCH 
 arch=('i686' 'x86_64')
+
 url=http://www.monodevelop.com;
 license=('GPL')
-depends=('mono=2.10.5' 'mono-addins=0.6.2' 'gnome-sharp')
+depends=('mono=2.10.8' 'mono-addins=0.6.2' 'gnome-sharp' 
'desktop-file-utils' 'hicolor-icon-theme')
 options=(!makeflags)
 install=monodevelop.install
 
source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('106a1eed3f8ad6ff5caa71b34cde95cf')
+md5sums=('ca46b77b49266112b63a8f5c451c5565')
 
 build() {
@@ -21,12 +25,12 @@
 
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --disable-update-mimedb --disable-update-desktopdb
-  make || return 1
+  LD_PRELOAD= make
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  LD_PRELOAD= make DESTDIR=$pkgdir install
   rm -r $MONO_SHARED_DIR
 }
 


Property changes on: monodevelop/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in monodevelop/repos (8 files)

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 05:32:24
  Author: andyrtr
Revision: 164731

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  monodevelop/repos/testing-i686/
  monodevelop/repos/testing-i686/PKGBUILD
(from rev 164730, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/testing-i686/monodevelop.install
(from rev 164730, monodevelop/trunk/monodevelop.install)
  monodevelop/repos/testing-i686/monodevelop_gnome3.patch
(from rev 164730, monodevelop/trunk/monodevelop_gnome3.patch)
  monodevelop/repos/testing-x86_64/
  monodevelop/repos/testing-x86_64/PKGBUILD
(from rev 164730, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/testing-x86_64/monodevelop.install
(from rev 164730, monodevelop/trunk/monodevelop.install)
  monodevelop/repos/testing-x86_64/monodevelop_gnome3.patch
(from rev 164730, monodevelop/trunk/monodevelop_gnome3.patch)

-+
 testing-i686/PKGBUILD   |   36 ++
 testing-i686/monodevelop.install|   19 +
 testing-i686/monodevelop_gnome3.patch   |  101 ++
 testing-x86_64/PKGBUILD |   36 ++
 testing-x86_64/monodevelop.install  |   19 +
 testing-x86_64/monodevelop_gnome3.patch |  101 ++
 6 files changed, 312 insertions(+)

Copied: monodevelop/repos/testing-i686/PKGBUILD (from rev 164730, 
monodevelop/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-04 09:32:24 UTC (rev 164731)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=monodevelop
+pkgver=3.0.3.5
+pkgrel=1
+pkgdesc=An IDE primarily designed for C# and other .NET languages
+
+# should probably changed to any - no ELF files - OpenSUSE builds it as 
NOARCH 
+arch=('i686' 'x86_64')
+
+url=http://www.monodevelop.com;
+license=('GPL')
+depends=('mono=2.10.8' 'mono-addins=0.6.2' 'gnome-sharp' 
'desktop-file-utils' 'hicolor-icon-theme')
+options=(!makeflags)
+install=monodevelop.install
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ca46b77b49266112b63a8f5c451c5565')
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/src/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-update-mimedb --disable-update-desktopdb
+  LD_PRELOAD= make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  LD_PRELOAD= make DESTDIR=$pkgdir install
+  rm -r $MONO_SHARED_DIR
+}
+

Copied: monodevelop/repos/testing-i686/monodevelop.install (from rev 164730, 
monodevelop/trunk/monodevelop.install)
===
--- testing-i686/monodevelop.install(rev 0)
+++ testing-i686/monodevelop.install2012-08-04 09:32:24 UTC (rev 164731)
@@ -0,0 +1,19 @@
+post_install() {
+  update-mime-database /usr/share/mime 1 /dev/null
+  echo update desktop mime database...
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  /bin/true
+}
+
+post_remove() {
+  update-mime-database /usr/share/mime 1 /dev/null
+  echo update desktop mime database...
+  update-desktop-database -q
+}

Copied: monodevelop/repos/testing-i686/monodevelop_gnome3.patch (from rev 
164730, monodevelop/trunk/monodevelop_gnome3.patch)
===
--- testing-i686/monodevelop_gnome3.patch   (rev 0)
+++ testing-i686/monodevelop_gnome3.patch   2012-08-04 09:32:24 UTC (rev 
164731)
@@ -0,0 +1,101 @@
+diff --git a/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Object.cs 
b/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Object.cs
+index 4d8954c..e1a1937 100644
+--- a/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Object.cs
 b/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Object.cs
+@@ -1,5 +1,6 @@
+ using System;
+ using System.Collections;
++using System.Collections.Generic;
+ 
+ namespace Stetic.Wrapper {
+   public abstract class Object : Stetic.ObjectWrapper {
+@@ -11,17 +12,32 @@ namespace Stetic.Wrapper {
+   ((GLib.Object)Wrapped).RemoveNotification 
(NotifyHandler);
+   base.Dispose ();
+   }
+-
++  
++  IEnumerablestring GladePropertyNames {
++  get {
++  foreach (ItemGroup group in 
ClassDescriptor.ItemGroups) {
++  foreach (ItemDescriptor item in group) {
++  TypedPropertyDescriptor prop = 
item as TypedPropertyDescriptor;
++  if (prop != null  
!string.IsNullOrEmpty 

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

2012-08-04 Thread Tom Gundersen
Date: Saturday, August 4, 2012 @ 05:34:23
  Author: tomegun
Revision: 164732

upgpkg: libimobiledevice 1.1.4-2

fix segfault in upower when iphone plugged at boot

Added:
  libimobiledevice/trunk/HOME-segfault.patch
Modified:
  libimobiledevice/trunk/PKGBUILD
Deleted:
  libimobiledevice/trunk/swig-version-check.patch

--+
 HOME-segfault.patch  |   14 ++
 PKGBUILD |   10 +++---
 swig-version-check.patch |   14 --
 3 files changed, 21 insertions(+), 17 deletions(-)

Added: HOME-segfault.patch
===
--- HOME-segfault.patch (rev 0)
+++ HOME-segfault.patch 2012-08-04 09:34:23 UTC (rev 164732)
@@ -0,0 +1,14 @@
+The patch fixes segfault when both $XDG_CONFIG_HOME and $HOME are unset
+Signed-off-by: Maxim Mikityanskiy maxtra...@gmail.com
+--- src/userpref.c.orig2012-06-04 17:04:57.387303630 +0300
 src/userpref.c 2012-06-04 17:06:05.741301627 +0300
+@@ -125,6 +125,9 @@
+   const char *cdir = getenv(XDG_CONFIG_HOME);
+   if (!cdir) {
+   cdir = getenv(HOME);
++  if (!cdir) {
++  cdir=/root;
++  }
+   strcpy(__config_dir, cdir);
+   strcat(__config_dir, DIR_SEP_S);
+   strcat(__config_dir, .config);

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 09:32:24 UTC (rev 164731)
+++ PKGBUILD2012-08-04 09:34:23 UTC (rev 164732)
@@ -4,18 +4,21 @@
 
 pkgname=libimobiledevice
 pkgver=1.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux
 url=http://libimobiledevice.org/;
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 depends=('usbmuxd' 'gnutls' 'libgcrypt')
 options=('!libtool')
-source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2
+   HOME-segfault.patch)
 
 build() {
   cd $pkgname-$pkgver
 
+  patch -p0  $srcdir/HOME-segfault.patch
+
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr
   make
 }
@@ -24,4 +27,5 @@
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
-md5sums=('3f28cbc6a2e30d34685049c0abde5183')
+md5sums=('3f28cbc6a2e30d34685049c0abde5183'
+ '0de709dbf8e79d0b00cca06f5e61d57c')

Deleted: swig-version-check.patch
===
--- swig-version-check.patch2012-08-04 09:32:24 UTC (rev 164731)
+++ swig-version-check.patch2012-08-04 09:34:23 UTC (rev 164732)
@@ -1,14 +0,0 @@
-diff -Nur libimobiledevice-1.0.3.old/configure libimobiledevice-1.0.3/configure
 libimobiledevice-1.0.3.old/configure   2010-10-04 07:38:37.0 
-0700
-+++ libimobiledevice-1.0.3/configure   2010-10-08 05:43:05.466686656 -0700
-@@ -3477,9 +3477,7 @@
- if test -z $available_patch ; then
- available_patch=0
- fi
--if test $available_major -ne $required_major \
---o $available_minor -ne $required_minor \
---o $available_patch -lt $required_patch ; then
-+if test $available_major -lt $required_major ; then
- { $as_echo $as_me:${as_lineno-$LINENO}: 
WARNING: SWIG version = 1.3.21 is required.  You have $swig_version.  You 
should look at http://www.swig.org; 5
- $as_echo $as_me: WARNING: SWIG version = 1.3.21 is required.  You have 
$swig_version.  You should look at http://www.swig.org; 2;}
- SWIG=false



[arch-commits] Commit in libimobiledevice/repos (6 files)

2012-08-04 Thread Tom Gundersen
Date: Saturday, August 4, 2012 @ 05:34:45
  Author: tomegun
Revision: 164733

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libimobiledevice/repos/testing-i686/
  libimobiledevice/repos/testing-i686/HOME-segfault.patch
(from rev 164732, libimobiledevice/trunk/HOME-segfault.patch)
  libimobiledevice/repos/testing-i686/PKGBUILD
(from rev 164732, libimobiledevice/trunk/PKGBUILD)
  libimobiledevice/repos/testing-x86_64/
  libimobiledevice/repos/testing-x86_64/HOME-segfault.patch
(from rev 164732, libimobiledevice/trunk/HOME-segfault.patch)
  libimobiledevice/repos/testing-x86_64/PKGBUILD
(from rev 164732, libimobiledevice/trunk/PKGBUILD)

+
 testing-i686/HOME-segfault.patch   |   14 ++
 testing-i686/PKGBUILD  |   31 +++
 testing-x86_64/HOME-segfault.patch |   14 ++
 testing-x86_64/PKGBUILD|   31 +++
 4 files changed, 90 insertions(+)

Copied: libimobiledevice/repos/testing-i686/HOME-segfault.patch (from rev 
164732, libimobiledevice/trunk/HOME-segfault.patch)
===
--- testing-i686/HOME-segfault.patch(rev 0)
+++ testing-i686/HOME-segfault.patch2012-08-04 09:34:45 UTC (rev 164733)
@@ -0,0 +1,14 @@
+The patch fixes segfault when both $XDG_CONFIG_HOME and $HOME are unset
+Signed-off-by: Maxim Mikityanskiy maxtra...@gmail.com
+--- src/userpref.c.orig2012-06-04 17:04:57.387303630 +0300
 src/userpref.c 2012-06-04 17:06:05.741301627 +0300
+@@ -125,6 +125,9 @@
+   const char *cdir = getenv(XDG_CONFIG_HOME);
+   if (!cdir) {
+   cdir = getenv(HOME);
++  if (!cdir) {
++  cdir=/root;
++  }
+   strcpy(__config_dir, cdir);
+   strcat(__config_dir, DIR_SEP_S);
+   strcat(__config_dir, .config);

Copied: libimobiledevice/repos/testing-i686/PKGBUILD (from rev 164732, 
libimobiledevice/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-04 09:34:45 UTC (rev 164733)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=libimobiledevice
+pkgver=1.1.4
+pkgrel=2
+pkgdesc=Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux
+url=http://libimobiledevice.org/;
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('usbmuxd' 'gnutls' 'libgcrypt')
+options=('!libtool')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2
+   HOME-segfault.patch)
+
+build() {
+  cd $pkgname-$pkgver
+
+  patch -p0  $srcdir/HOME-segfault.patch
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('3f28cbc6a2e30d34685049c0abde5183'
+ '0de709dbf8e79d0b00cca06f5e61d57c')

Copied: libimobiledevice/repos/testing-x86_64/HOME-segfault.patch (from rev 
164732, libimobiledevice/trunk/HOME-segfault.patch)
===
--- testing-x86_64/HOME-segfault.patch  (rev 0)
+++ testing-x86_64/HOME-segfault.patch  2012-08-04 09:34:45 UTC (rev 164733)
@@ -0,0 +1,14 @@
+The patch fixes segfault when both $XDG_CONFIG_HOME and $HOME are unset
+Signed-off-by: Maxim Mikityanskiy maxtra...@gmail.com
+--- src/userpref.c.orig2012-06-04 17:04:57.387303630 +0300
 src/userpref.c 2012-06-04 17:06:05.741301627 +0300
+@@ -125,6 +125,9 @@
+   const char *cdir = getenv(XDG_CONFIG_HOME);
+   if (!cdir) {
+   cdir = getenv(HOME);
++  if (!cdir) {
++  cdir=/root;
++  }
+   strcpy(__config_dir, cdir);
+   strcat(__config_dir, DIR_SEP_S);
+   strcat(__config_dir, .config);

Copied: libimobiledevice/repos/testing-x86_64/PKGBUILD (from rev 164732, 
libimobiledevice/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-04 09:34:45 UTC (rev 164733)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=libimobiledevice
+pkgver=1.1.4
+pkgrel=2
+pkgdesc=Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux
+url=http://libimobiledevice.org/;
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('usbmuxd' 'gnutls' 'libgcrypt')
+options=('!libtool')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2
+   HOME-segfault.patch)
+
+build() {
+  cd 

[arch-commits] Commit in vamp-plugin-sdk/trunk (PKGBUILD)

2012-08-04 Thread Ray Rashif
Date: Saturday, August 4, 2012 @ 06:04:18
  Author: schiv
Revision: 164734

upgpkg: vamp-plugin-sdk 2.4-1

upstream release

Modified:
  vamp-plugin-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 09:34:45 UTC (rev 164733)
+++ PKGBUILD2012-08-04 10:04:18 UTC (rev 164734)
@@ -3,18 +3,16 @@
 # Contributor: Orivej Desh sm...@bk.ru
 
 pkgname=vamp-plugin-sdk
-pkgver=2.2
-pkgrel=2
+pkgver=2.4
+pkgrel=1
 pkgdesc=The Vamp audio analysis plug-in system
 arch=('i686' 'x86_64')
 url=http://www.vamp-plugins.org/;
 license=('BSD')
 depends=('gcc-libs' 'libsndfile')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/vamp/$pkgname-$pkgver.tar.gz;
-'gcc44.patch')
-md5sums=('037cdb83f20a331ff1fa07d54550c773'
- 'a07e3ef9c657a56cf2e8c4afc0ba1cec')
+#options=('!libtool')
+source=(http://code.soundsoftware.ac.uk/attachments/download/517/$pkgname-$pkgver.tar.gz;)
+md5sums=('4bd75ca4515c141cd8776bdb59066261')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in libimobiledevice/repos (8 files)

2012-08-04 Thread Tom Gundersen
Date: Saturday, August 4, 2012 @ 06:06:26
  Author: tomegun
Revision: 164735

db-move: moved libimobiledevice from [testing] to [core] (i686, x86_64)

Added:
  libimobiledevice/repos/core-i686/
  libimobiledevice/repos/core-i686/HOME-segfault.patch
(from rev 164734, libimobiledevice/repos/testing-i686/HOME-segfault.patch)
  libimobiledevice/repos/core-i686/PKGBUILD
(from rev 164734, libimobiledevice/repos/testing-i686/PKGBUILD)
  libimobiledevice/repos/core-x86_64/
  libimobiledevice/repos/core-x86_64/HOME-segfault.patch
(from rev 164734, libimobiledevice/repos/testing-x86_64/HOME-segfault.patch)
  libimobiledevice/repos/core-x86_64/PKGBUILD
(from rev 164734, libimobiledevice/repos/testing-x86_64/PKGBUILD)
Deleted:
  libimobiledevice/repos/testing-i686/
  libimobiledevice/repos/testing-x86_64/

-+
 core-i686/HOME-segfault.patch   |   14 ++
 core-i686/PKGBUILD  |   31 +++
 core-x86_64/HOME-segfault.patch |   14 ++
 core-x86_64/PKGBUILD|   31 +++
 4 files changed, 90 insertions(+)

Copied: libimobiledevice/repos/core-i686/HOME-segfault.patch (from rev 164734, 
libimobiledevice/repos/testing-i686/HOME-segfault.patch)
===
--- core-i686/HOME-segfault.patch   (rev 0)
+++ core-i686/HOME-segfault.patch   2012-08-04 10:06:26 UTC (rev 164735)
@@ -0,0 +1,14 @@
+The patch fixes segfault when both $XDG_CONFIG_HOME and $HOME are unset
+Signed-off-by: Maxim Mikityanskiy maxtra...@gmail.com
+--- src/userpref.c.orig2012-06-04 17:04:57.387303630 +0300
 src/userpref.c 2012-06-04 17:06:05.741301627 +0300
+@@ -125,6 +125,9 @@
+   const char *cdir = getenv(XDG_CONFIG_HOME);
+   if (!cdir) {
+   cdir = getenv(HOME);
++  if (!cdir) {
++  cdir=/root;
++  }
+   strcpy(__config_dir, cdir);
+   strcat(__config_dir, DIR_SEP_S);
+   strcat(__config_dir, .config);

Copied: libimobiledevice/repos/core-i686/PKGBUILD (from rev 164734, 
libimobiledevice/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-08-04 10:06:26 UTC (rev 164735)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=libimobiledevice
+pkgver=1.1.4
+pkgrel=2
+pkgdesc=Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux
+url=http://libimobiledevice.org/;
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('usbmuxd' 'gnutls' 'libgcrypt')
+options=('!libtool')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2
+   HOME-segfault.patch)
+
+build() {
+  cd $pkgname-$pkgver
+
+  patch -p0  $srcdir/HOME-segfault.patch
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('3f28cbc6a2e30d34685049c0abde5183'
+ '0de709dbf8e79d0b00cca06f5e61d57c')

Copied: libimobiledevice/repos/core-x86_64/HOME-segfault.patch (from rev 
164734, libimobiledevice/repos/testing-x86_64/HOME-segfault.patch)
===
--- core-x86_64/HOME-segfault.patch (rev 0)
+++ core-x86_64/HOME-segfault.patch 2012-08-04 10:06:26 UTC (rev 164735)
@@ -0,0 +1,14 @@
+The patch fixes segfault when both $XDG_CONFIG_HOME and $HOME are unset
+Signed-off-by: Maxim Mikityanskiy maxtra...@gmail.com
+--- src/userpref.c.orig2012-06-04 17:04:57.387303630 +0300
 src/userpref.c 2012-06-04 17:06:05.741301627 +0300
+@@ -125,6 +125,9 @@
+   const char *cdir = getenv(XDG_CONFIG_HOME);
+   if (!cdir) {
+   cdir = getenv(HOME);
++  if (!cdir) {
++  cdir=/root;
++  }
+   strcpy(__config_dir, cdir);
+   strcat(__config_dir, DIR_SEP_S);
+   strcat(__config_dir, .config);

Copied: libimobiledevice/repos/core-x86_64/PKGBUILD (from rev 164734, 
libimobiledevice/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-08-04 10:06:26 UTC (rev 164735)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=libimobiledevice
+pkgver=1.1.4
+pkgrel=2
+pkgdesc=Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux
+url=http://libimobiledevice.org/;
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('usbmuxd' 

[arch-commits] Commit in vamp-plugin-sdk/repos (6 files)

2012-08-04 Thread Ray Rashif
Date: Saturday, August 4, 2012 @ 06:47:06
  Author: schiv
Revision: 164737

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  vamp-plugin-sdk/repos/extra-i686/PKGBUILD
(from rev 164736, vamp-plugin-sdk/trunk/PKGBUILD)
  vamp-plugin-sdk/repos/extra-x86_64/PKGBUILD
(from rev 164736, vamp-plugin-sdk/trunk/PKGBUILD)
Deleted:
  vamp-plugin-sdk/repos/extra-i686/PKGBUILD
  vamp-plugin-sdk/repos/extra-i686/gcc44.patch
  vamp-plugin-sdk/repos/extra-x86_64/PKGBUILD
  vamp-plugin-sdk/repos/extra-x86_64/gcc44.patch

--+
 extra-i686/PKGBUILD  |   68 +
 extra-i686/gcc44.patch   |   14 -
 extra-x86_64/PKGBUILD|   68 +
 extra-x86_64/gcc44.patch |   14 -
 4 files changed, 66 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-04 10:46:13 UTC (rev 164736)
+++ extra-i686/PKGBUILD 2012-08-04 10:47:06 UTC (rev 164737)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Orivej Desh sm...@bk.ru
-
-pkgname=vamp-plugin-sdk
-pkgver=2.2
-pkgrel=2
-pkgdesc=The Vamp audio analysis plug-in system
-arch=('i686' 'x86_64')
-url=http://www.vamp-plugins.org/;
-license=('BSD')
-depends=('gcc-libs' 'libsndfile')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/vamp/$pkgname-$pkgver.tar.gz;
-'gcc44.patch')
-md5sums=('037cdb83f20a331ff1fa07d54550c773'
- 'a07e3ef9c657a56cf2e8c4afc0ba1cec')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vamp-plugin-sdk/repos/extra-i686/PKGBUILD (from rev 164736, 
vamp-plugin-sdk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-04 10:47:06 UTC (rev 164737)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Orivej Desh sm...@bk.ru
+
+pkgname=vamp-plugin-sdk
+pkgver=2.4
+pkgrel=1
+pkgdesc=The Vamp audio analysis plug-in system
+arch=('i686' 'x86_64')
+url=http://www.vamp-plugins.org/;
+license=('BSD')
+depends=('gcc-libs' 'libsndfile')
+#options=('!libtool')
+source=(http://code.soundsoftware.ac.uk/attachments/download/517/$pkgname-$pkgver.tar.gz;)
+md5sums=('4bd75ca4515c141cd8776bdb59066261')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gcc44.patch
===
--- extra-i686/gcc44.patch  2012-08-04 10:46:13 UTC (rev 164736)
+++ extra-i686/gcc44.patch  2012-08-04 10:47:06 UTC (rev 164737)
@@ -1,14 +0,0 @@
-diff -ur vamp-plugin-sdk-2.0.orig/examples/FixedTempoEstimator.cpp 
vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp
 vamp-plugin-sdk-2.0.orig/examples/FixedTempoEstimator.cpp  2008-12-01 
13:48:41.0 +0200
-+++ vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp   2009-06-06 
00:57:58.0 +0300
-@@ -43,9 +43,9 @@
- 
- using Vamp::RealTime;
- 
-+#include cstdio
- #include cmath
- 
--
- class FixedTempoEstimator::D
- // this class just avoids us having to declare any data members in the header
- {

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-04 10:46:13 UTC (rev 164736)
+++ extra-x86_64/PKGBUILD   2012-08-04 10:47:06 UTC (rev 164737)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Orivej Desh sm...@bk.ru
-
-pkgname=vamp-plugin-sdk
-pkgver=2.2
-pkgrel=2
-pkgdesc=The Vamp audio analysis plug-in system
-arch=('i686' 'x86_64')
-url=http://www.vamp-plugins.org/;
-license=('BSD')
-depends=('gcc-libs' 'libsndfile')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/vamp/$pkgname-$pkgver.tar.gz;
-'gcc44.patch')
-md5sums=('037cdb83f20a331ff1fa07d54550c773'
- 'a07e3ef9c657a56cf2e8c4afc0ba1cec')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vamp-plugin-sdk/repos/extra-x86_64/PKGBUILD (from rev 164736, 
vamp-plugin-sdk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

[arch-commits] Commit in vamp-plugin-sdk/trunk (gcc44.patch)

2012-08-04 Thread Ray Rashif
Date: Saturday, August 4, 2012 @ 06:46:13
  Author: schiv
Revision: 164736

upgpkg: vamp-plugin-sdk 2.4-1

upstream release

Deleted:
  vamp-plugin-sdk/trunk/gcc44.patch

-+
 gcc44.patch |   14 --
 1 file changed, 14 deletions(-)

Deleted: gcc44.patch
===
--- gcc44.patch 2012-08-04 10:06:26 UTC (rev 164735)
+++ gcc44.patch 2012-08-04 10:46:13 UTC (rev 164736)
@@ -1,14 +0,0 @@
-diff -ur vamp-plugin-sdk-2.0.orig/examples/FixedTempoEstimator.cpp 
vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp
 vamp-plugin-sdk-2.0.orig/examples/FixedTempoEstimator.cpp  2008-12-01 
13:48:41.0 +0200
-+++ vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp   2009-06-06 
00:57:58.0 +0300
-@@ -43,9 +43,9 @@
- 
- using Vamp::RealTime;
- 
-+#include cstdio
- #include cmath
- 
--
- class FixedTempoEstimator::D
- // this class just avoids us having to declare any data members in the header
- {



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

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 06:57:11
  Author: andyrtr
Revision: 164738

upgpkg: monodevelop 3.0.3.5-2

try to fix Gettext Addin location in pkgconfig file to make gdb pkg compile

Added:
  monodevelop/trunk/monodevelop-core-addins.pc.in.patch
Modified:
  monodevelop/trunk/PKGBUILD
  monodevelop/trunk/monodevelop.install
Deleted:
  monodevelop/trunk/monodevelop_gnome3.patch

-+
 PKGBUILD|   11 ++-
 monodevelop-core-addins.pc.in.patch |8 ++
 monodevelop.install |1 
 monodevelop_gnome3.patch|  101 --
 4 files changed, 17 insertions(+), 104 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 10:47:06 UTC (rev 164737)
+++ PKGBUILD2012-08-04 10:57:11 UTC (rev 164738)
@@ -5,7 +5,7 @@
 
 pkgname=monodevelop
 pkgver=3.0.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc=An IDE primarily designed for C# and other .NET languages
 
 # should probably changed to any - no ELF files - OpenSUSE builds it as 
NOARCH 
@@ -16,14 +16,19 @@
 depends=('mono=2.10.8' 'mono-addins=0.6.2' 'gnome-sharp' 
'desktop-file-utils' 'hicolor-icon-theme')
 options=(!makeflags)
 install=monodevelop.install
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ca46b77b49266112b63a8f5c451c5565')
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+monodevelop-core-addins.pc.in.patch)
+md5sums=('ca46b77b49266112b63a8f5c451c5565'
+ '8466d032735130e37d4091a793a7966c')
 
 build() {
   export MONO_SHARED_DIR=$srcdir/src/.wabi
   mkdir -p $MONO_SHARED_DIR
 
   cd $srcdir/$pkgname-$pkgver
+  # fix location for MonoDevelop.Gettext.dll - breaks gdb build
+  patch -Np0 -i ${srcdir}/monodevelop-core-addins.pc.in.patch
+  
   ./configure --prefix=/usr --disable-update-mimedb --disable-update-desktopdb
   LD_PRELOAD= make
 }

Added: monodevelop-core-addins.pc.in.patch
===
--- monodevelop-core-addins.pc.in.patch (rev 0)
+++ monodevelop-core-addins.pc.in.patch 2012-08-04 10:57:11 UTC (rev 164738)
@@ -0,0 +1,8 @@
+--- monodevelop-core-addins.pc.in  2012-07-27 21:33:41.0 +0200
 monodevelop-core-addins.pc.in.new  2012-08-04 12:42:36.086516667 +0200
+@@ -6,4 +6,4 @@
+ Name: MonoDevelop Core Add-ins
+ Description: MonoDevelop Core Add-ins
+ Version: @VERSION@
+-Libs: -r:${libdir}/AddIns/VersionControl/MonoDevelop.VersionControl.dll 
-r:${libdir}/AddIns/NUnit/MonoDevelop.NUnit.dll 
-r:${libdir}/AddIns/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.dll 
-r:${libdir}/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll 
-r:${libdir}/AddIns/DisplayBindings/Gettext/MonoDevelop.Gettext.dll 
-r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.dll 
-r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.Linux.dll 
-r:${libdir}/AddIns/MonoDevelop.GtkCore/MonoDevelop.GtkCore.dll 
-r:${libdir}/AddIns/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.dll 
-r:${libdir}/AddIns/BackendBindings/MonoDevelop.VBNetBinding.dll 
-r:${libdir}/AddIns/BackendBindings/MonoDevelop.CBinding.dll 
-r:${libdir}/AddIns/BackendBindings/MonoDevelop.CSharpBinding.dll 
-r:${libdir}/AddIns/MonoDevelop.Autotools/MonoDevelop.Autotools.dll 
-r:${libdir}/AddIns/DisplayBindings/SourceEditor/MonoDevelop.SourceEditor2.dll 
-r:${libdir}/AddIns/MonoDevelop.Debugger/MonoDeve
 lop.Debugger.dll 
-r:${libdir}/AddIns/MonoDevelop.Refactoring/MonoDevelop.Refactoring.dll  
-r:${libdir}/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft.dll 
-r:${libdir}/AddIns/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.dll 
-r:${libdir}/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll
++Libs: -r:${libdir}/AddIns/VersionControl/MonoDevelop.VersionControl.dll 
-r:${libdir}/AddIns/NUnit/MonoDevelop.NUnit.dll 
-r:${libdir}/AddIns/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.dll 
-r:${libdir}/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll 
-r:${libdir}/AddIns/DisplayBindings/MonoDevelop.Gettext/MonoDevelop.Gettext.dll 
-r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.dll 
-r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.Linux.dll 
-r:${libdir}/AddIns/MonoDevelop.GtkCore/MonoDevelop.GtkCore.dll 
-r:${libdir}/AddIns/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.dll 
-r:${libdir}/AddIns/BackendBindings/MonoDevelop.VBNetBinding.dll 
-r:${libdir}/AddIns/BackendBindings/MonoDevelop.CBinding.dll 
-r:${libdir}/AddIns/BackendBindings/MonoDevelop.CSharpBinding.dll 
-r:${libdir}/AddIns/MonoDevelop.Autotools/MonoDevelop.Autotools.dll 
-r:${libdir}/AddIns/DisplayBindings/SourceEditor/MonoDevelop.SourceEditor2.dll 
-r:${libdir}/AddIns/MonoDevelop.Debug
 ger/MonoDevelop.Debugger.dll 
-r:${libdir}/AddIns/MonoDevelop.Refactoring/MonoDevelop.Refactoring.dll  

[arch-commits] Commit in monodevelop/repos (8 files)

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 06:57:49
  Author: andyrtr
Revision: 164739

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  monodevelop/repos/staging-i686/
  monodevelop/repos/staging-i686/PKGBUILD
(from rev 164738, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/staging-i686/monodevelop-core-addins.pc.in.patch
(from rev 164738, monodevelop/trunk/monodevelop-core-addins.pc.in.patch)
  monodevelop/repos/staging-i686/monodevelop.install
(from rev 164738, monodevelop/trunk/monodevelop.install)
  monodevelop/repos/staging-x86_64/
  monodevelop/repos/staging-x86_64/PKGBUILD
(from rev 164738, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/staging-x86_64/monodevelop-core-addins.pc.in.patch
(from rev 164738, monodevelop/trunk/monodevelop-core-addins.pc.in.patch)
  monodevelop/repos/staging-x86_64/monodevelop.install
(from rev 164738, monodevelop/trunk/monodevelop.install)

+
 staging-i686/PKGBUILD  |   41 +++
 staging-i686/monodevelop-core-addins.pc.in.patch   |8 +++
 staging-i686/monodevelop.install   |   20 +
 staging-x86_64/PKGBUILD|   41 +++
 staging-x86_64/monodevelop-core-addins.pc.in.patch |8 +++
 staging-x86_64/monodevelop.install |   20 +
 6 files changed, 138 insertions(+)

Copied: monodevelop/repos/staging-i686/PKGBUILD (from rev 164738, 
monodevelop/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-08-04 10:57:49 UTC (rev 164739)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=monodevelop
+pkgver=3.0.3.5
+pkgrel=2
+pkgdesc=An IDE primarily designed for C# and other .NET languages
+
+# should probably changed to any - no ELF files - OpenSUSE builds it as 
NOARCH 
+arch=('i686' 'x86_64')
+
+url=http://www.monodevelop.com;
+license=('GPL')
+depends=('mono=2.10.8' 'mono-addins=0.6.2' 'gnome-sharp' 
'desktop-file-utils' 'hicolor-icon-theme')
+options=(!makeflags)
+install=monodevelop.install
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+monodevelop-core-addins.pc.in.patch)
+md5sums=('ca46b77b49266112b63a8f5c451c5565'
+ '8466d032735130e37d4091a793a7966c')
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/src/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname-$pkgver
+  # fix location for MonoDevelop.Gettext.dll - breaks gdb build
+  patch -Np0 -i ${srcdir}/monodevelop-core-addins.pc.in.patch
+  
+  ./configure --prefix=/usr --disable-update-mimedb --disable-update-desktopdb
+  LD_PRELOAD= make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  LD_PRELOAD= make DESTDIR=$pkgdir install
+  rm -r $MONO_SHARED_DIR
+}
+

Copied: monodevelop/repos/staging-i686/monodevelop-core-addins.pc.in.patch 
(from rev 164738, monodevelop/trunk/monodevelop-core-addins.pc.in.patch)
===
--- staging-i686/monodevelop-core-addins.pc.in.patch
(rev 0)
+++ staging-i686/monodevelop-core-addins.pc.in.patch2012-08-04 10:57:49 UTC 
(rev 164739)
@@ -0,0 +1,8 @@
+--- monodevelop-core-addins.pc.in  2012-07-27 21:33:41.0 +0200
 monodevelop-core-addins.pc.in.new  2012-08-04 12:42:36.086516667 +0200
+@@ -6,4 +6,4 @@
+ Name: MonoDevelop Core Add-ins
+ Description: MonoDevelop Core Add-ins
+ Version: @VERSION@
+-Libs: -r:${libdir}/AddIns/VersionControl/MonoDevelop.VersionControl.dll 
-r:${libdir}/AddIns/NUnit/MonoDevelop.NUnit.dll 
-r:${libdir}/AddIns/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.dll 
-r:${libdir}/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll 
-r:${libdir}/AddIns/DisplayBindings/Gettext/MonoDevelop.Gettext.dll 
-r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.dll 
-r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.Linux.dll 
-r:${libdir}/AddIns/MonoDevelop.GtkCore/MonoDevelop.GtkCore.dll 
-r:${libdir}/AddIns/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.dll 
-r:${libdir}/AddIns/BackendBindings/MonoDevelop.VBNetBinding.dll 
-r:${libdir}/AddIns/BackendBindings/MonoDevelop.CBinding.dll 
-r:${libdir}/AddIns/BackendBindings/MonoDevelop.CSharpBinding.dll 
-r:${libdir}/AddIns/MonoDevelop.Autotools/MonoDevelop.Autotools.dll 
-r:${libdir}/AddIns/DisplayBindings/SourceEditor/MonoDevelop.SourceEditor2.dll 
-r:${libdir}/AddIns/MonoDevelop.Debugger/MonoDeve
 lop.Debugger.dll 
-r:${libdir}/AddIns/MonoDevelop.Refactoring/MonoDevelop.Refactoring.dll  
-r:${libdir}/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft.dll 
-r:${libdir}/AddIns/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.dll 

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

2012-08-04 Thread Tom Gundersen
Date: Saturday, August 4, 2012 @ 07:05:52
  Author: tomegun
Revision: 164740

upgpkg: hwids 20120730-1

Add Samsung Galaxy SII{,I} support

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 10:57:49 UTC (rev 164739)
+++ PKGBUILD2012-08-04 11:05:52 UTC (rev 164740)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20120711
+pkgver=20120730
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -14,4 +14,4 @@
   mkdir -p ${pkgdir}/usr/share/hwdata
   cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
 }
-md5sums=('f28b77e9793330ed1cd3568a8f715237')
+md5sums=('4522b801967ae8730d7269c0d881d8e5')



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

2012-08-04 Thread Tom Gundersen
Date: Saturday, August 4, 2012 @ 07:06:07
  Author: tomegun
Revision: 164741

archrelease: copy trunk to testing-any

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
(from rev 164740, hwids/trunk/PKGBUILD)

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 164740, hwids/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-08-04 11:06:07 UTC (rev 164741)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+pkgname=hwids
+pkgver=20120730
+pkgrel=1
+pkgdesc=hardware identification databases
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=(https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver};)
+
+package() {
+  cd ${srcdir}/*
+  mkdir -p ${pkgdir}/usr/share/hwdata
+  cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
+}
+md5sums=('4522b801967ae8730d7269c0d881d8e5')



[arch-commits] Commit in monodevelop-debugger-gdb/trunk (PKGBUILD)

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 07:22:38
  Author: andyrtr
Revision: 164742

upgpkg: monodevelop-debugger-gdb 3.0.3.5-1

upstream update 3.0.3.5

Modified:
  monodevelop-debugger-gdb/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 11:06:07 UTC (rev 164741)
+++ PKGBUILD2012-08-04 11:22:38 UTC (rev 164742)
@@ -1,16 +1,18 @@
+# $Id$
 # Maintainer: Daniel Isenmann dan...@archlinux.org
 
 pkgname=monodevelop-debugger-gdb
-pkgver=2.8.8.4
+pkgver=3.0.3.5
 pkgrel=1
 pkgdesc=Mono Debugger support
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64') # also any pkg?
 url=http://monodevelop.com;
 license=('GPL')
-depends=('monodevelop=2.8.8.4' 'gdb')
+depends=('monodevelop=3.0.3.5-2' 'gdb')
 makedepends=('mono')
+options=('!makeflags')
 
source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('c198ea4970d3fc307ce0fa457ed52e61')
+md5sums=('c16da5cdbda46fb32e0dc730bb433203')
 
 build() {
   export MONO_SHARED_DIR=${srcdir}/.wabi
@@ -19,7 +21,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr
-  make || return 1
+  make
 }
 
 package() {


Property changes on: monodevelop-debugger-gdb/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in monodevelop-debugger-gdb/repos (4 files)

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 07:23:12
  Author: andyrtr
Revision: 164743

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  monodevelop-debugger-gdb/repos/staging-i686/
  monodevelop-debugger-gdb/repos/staging-i686/PKGBUILD
(from rev 164742, monodevelop-debugger-gdb/trunk/PKGBUILD)
  monodevelop-debugger-gdb/repos/staging-x86_64/
  monodevelop-debugger-gdb/repos/staging-x86_64/PKGBUILD
(from rev 164742, monodevelop-debugger-gdb/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: monodevelop-debugger-gdb/repos/staging-i686/PKGBUILD (from rev 164742, 
monodevelop-debugger-gdb/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-08-04 11:23:12 UTC (rev 164743)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=monodevelop-debugger-gdb
+pkgver=3.0.3.5
+pkgrel=1
+pkgdesc=Mono Debugger support
+arch=('i686' 'x86_64') # also any pkg?
+url=http://monodevelop.com;
+license=('GPL')
+depends=('monodevelop=3.0.3.5-2' 'gdb')
+makedepends=('mono')
+options=('!makeflags')
+source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('c16da5cdbda46fb32e0dc730bb433203')
+
+build() {
+  export MONO_SHARED_DIR=${srcdir}/.wabi
+  mkdir -p ${MONO_SHARED_DIR}
+  
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: monodevelop-debugger-gdb/repos/staging-x86_64/PKGBUILD (from rev 
164742, monodevelop-debugger-gdb/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-08-04 11:23:12 UTC (rev 164743)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=monodevelop-debugger-gdb
+pkgver=3.0.3.5
+pkgrel=1
+pkgdesc=Mono Debugger support
+arch=('i686' 'x86_64') # also any pkg?
+url=http://monodevelop.com;
+license=('GPL')
+depends=('monodevelop=3.0.3.5-2' 'gdb')
+makedepends=('mono')
+options=('!makeflags')
+source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('c16da5cdbda46fb32e0dc730bb433203')
+
+build() {
+  export MONO_SHARED_DIR=${srcdir}/.wabi
+  mkdir -p ${MONO_SHARED_DIR}
+  
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



[arch-commits] Commit in monodevelop/repos (14 files)

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 07:23:54
  Author: andyrtr
Revision: 164744

db-move: moved monodevelop from [staging] to [testing] (i686, x86_64)

Added:
  monodevelop/repos/testing-i686/PKGBUILD
(from rev 164743, monodevelop/repos/staging-i686/PKGBUILD)
  monodevelop/repos/testing-i686/monodevelop-core-addins.pc.in.patch
(from rev 164743, 
monodevelop/repos/staging-i686/monodevelop-core-addins.pc.in.patch)
  monodevelop/repos/testing-i686/monodevelop.install
(from rev 164743, monodevelop/repos/staging-i686/monodevelop.install)
  monodevelop/repos/testing-x86_64/PKGBUILD
(from rev 164743, monodevelop/repos/staging-x86_64/PKGBUILD)
  monodevelop/repos/testing-x86_64/monodevelop-core-addins.pc.in.patch
(from rev 164743, 
monodevelop/repos/staging-x86_64/monodevelop-core-addins.pc.in.patch)
  monodevelop/repos/testing-x86_64/monodevelop.install
(from rev 164743, monodevelop/repos/staging-x86_64/monodevelop.install)
Deleted:
  monodevelop/repos/staging-i686/
  monodevelop/repos/staging-x86_64/
  monodevelop/repos/testing-i686/PKGBUILD
  monodevelop/repos/testing-i686/monodevelop.install
  monodevelop/repos/testing-i686/monodevelop_gnome3.patch
  monodevelop/repos/testing-x86_64/PKGBUILD
  monodevelop/repos/testing-x86_64/monodevelop.install
  monodevelop/repos/testing-x86_64/monodevelop_gnome3.patch

+
 testing-i686/PKGBUILD  |   77 +++---
 testing-i686/monodevelop-core-addins.pc.in.patch   |8 +
 testing-i686/monodevelop.install   |   39 +++
 testing-i686/monodevelop_gnome3.patch  |  101 ---
 testing-x86_64/PKGBUILD|   77 +++---
 testing-x86_64/monodevelop-core-addins.pc.in.patch |8 +
 testing-x86_64/monodevelop.install |   39 +++
 testing-x86_64/monodevelop_gnome3.patch|  101 ---
 8 files changed, 138 insertions(+), 312 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-08-04 11:23:12 UTC (rev 164743)
+++ testing-i686/PKGBUILD   2012-08-04 11:23:54 UTC (rev 164744)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: Timm Preetz t...@preetz.us
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=monodevelop
-pkgver=3.0.3.5
-pkgrel=1
-pkgdesc=An IDE primarily designed for C# and other .NET languages
-
-# should probably changed to any - no ELF files - OpenSUSE builds it as 
NOARCH 
-arch=('i686' 'x86_64')
-
-url=http://www.monodevelop.com;
-license=('GPL')
-depends=('mono=2.10.8' 'mono-addins=0.6.2' 'gnome-sharp' 
'desktop-file-utils' 'hicolor-icon-theme')
-options=(!makeflags)
-install=monodevelop.install
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ca46b77b49266112b63a8f5c451c5565')
-
-build() {
-  export MONO_SHARED_DIR=$srcdir/src/.wabi
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-update-mimedb --disable-update-desktopdb
-  LD_PRELOAD= make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  LD_PRELOAD= make DESTDIR=$pkgdir install
-  rm -r $MONO_SHARED_DIR
-}
-

Copied: monodevelop/repos/testing-i686/PKGBUILD (from rev 164743, 
monodevelop/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-04 11:23:54 UTC (rev 164744)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=monodevelop
+pkgver=3.0.3.5
+pkgrel=2
+pkgdesc=An IDE primarily designed for C# and other .NET languages
+
+# should probably changed to any - no ELF files - OpenSUSE builds it as 
NOARCH 
+arch=('i686' 'x86_64')
+
+url=http://www.monodevelop.com;
+license=('GPL')
+depends=('mono=2.10.8' 'mono-addins=0.6.2' 'gnome-sharp' 
'desktop-file-utils' 'hicolor-icon-theme')
+options=(!makeflags)
+install=monodevelop.install
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+monodevelop-core-addins.pc.in.patch)
+md5sums=('ca46b77b49266112b63a8f5c451c5565'
+ '8466d032735130e37d4091a793a7966c')
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/src/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname-$pkgver
+  # fix location for MonoDevelop.Gettext.dll - breaks gdb build
+  patch -Np0 -i ${srcdir}/monodevelop-core-addins.pc.in.patch
+  
+  ./configure --prefix=/usr --disable-update-mimedb --disable-update-desktopdb
+  LD_PRELOAD= make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  LD_PRELOAD= make DESTDIR=$pkgdir install
+  rm -r $MONO_SHARED_DIR
+}
+

Copied: 

[arch-commits] Commit in monodevelop-debugger-gdb/repos (6 files)

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 07:23:57
  Author: andyrtr
Revision: 164745

db-move: moved monodevelop-debugger-gdb from [staging] to [testing] (i686, 
x86_64)

Added:
  monodevelop-debugger-gdb/repos/testing-i686/
  monodevelop-debugger-gdb/repos/testing-i686/PKGBUILD
(from rev 164743, monodevelop-debugger-gdb/repos/staging-i686/PKGBUILD)
  monodevelop-debugger-gdb/repos/testing-x86_64/
  monodevelop-debugger-gdb/repos/testing-x86_64/PKGBUILD
(from rev 164743, monodevelop-debugger-gdb/repos/staging-x86_64/PKGBUILD)
Deleted:
  monodevelop-debugger-gdb/repos/staging-i686/
  monodevelop-debugger-gdb/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: monodevelop-debugger-gdb/repos/testing-i686/PKGBUILD (from rev 164743, 
monodevelop-debugger-gdb/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-04 11:23:57 UTC (rev 164745)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=monodevelop-debugger-gdb
+pkgver=3.0.3.5
+pkgrel=1
+pkgdesc=Mono Debugger support
+arch=('i686' 'x86_64') # also any pkg?
+url=http://monodevelop.com;
+license=('GPL')
+depends=('monodevelop=3.0.3.5-2' 'gdb')
+makedepends=('mono')
+options=('!makeflags')
+source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('c16da5cdbda46fb32e0dc730bb433203')
+
+build() {
+  export MONO_SHARED_DIR=${srcdir}/.wabi
+  mkdir -p ${MONO_SHARED_DIR}
+  
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: monodevelop-debugger-gdb/repos/testing-x86_64/PKGBUILD (from rev 
164743, monodevelop-debugger-gdb/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-04 11:23:57 UTC (rev 164745)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=monodevelop-debugger-gdb
+pkgver=3.0.3.5
+pkgrel=1
+pkgdesc=Mono Debugger support
+arch=('i686' 'x86_64') # also any pkg?
+url=http://monodevelop.com;
+license=('GPL')
+depends=('monodevelop=3.0.3.5-2' 'gdb')
+makedepends=('mono')
+options=('!makeflags')
+source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('c16da5cdbda46fb32e0dc730bb433203')
+
+build() {
+  export MONO_SHARED_DIR=${srcdir}/.wabi
+  mkdir -p ${MONO_SHARED_DIR}
+  
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



[arch-commits] Commit in lvm2/trunk (lvm-on-crypt.service)

2012-08-04 Thread Tom Gundersen
Date: Saturday, August 4, 2012 @ 07:26:06
  Author: tomegun
Revision: 164746

add second systemd service file

This allows lvm on top of encrypted devices. See FS#30908 for deatils.

The file is added to svn, but not to the package, I'll leave it here for the 
maintainer to evaluate.

Added:
  lvm2/trunk/lvm-on-crypt.service

--+
 lvm-on-crypt.service |   16 
 1 file changed, 16 insertions(+)

Added: lvm-on-crypt.service
===
--- lvm-on-crypt.service(rev 0)
+++ lvm-on-crypt.service2012-08-04 11:26:06 UTC (rev 164746)
@@ -0,0 +1,16 @@
+[Unit]
+Description=LVM activation of encrypted devices
+DefaultDependencies=no
+Requires=systemd-udev-settle.service
+After=systemd-udev-settle.service cryptsetup.target
+Before=shutdown.target
+Conflicts=shutdown.target
+
+[Service]
+ExecStart=/sbin/vgchange --sysinit --available y
+Type=oneshot
+TimeoutSec=0
+RemainAfterExit=yes
+
+[Install]
+WantedBy=basic.target



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

2012-08-04 Thread Tom Gundersen
Date: Saturday, August 4, 2012 @ 09:53:19
  Author: tomegun
Revision: 164747

add compat symlink for systemd service file

This should hopefully make it easier for people to convert from initscripts to 
systemd,
and it also allows systemd to understand that the rc script and the service 
file are the same.

This is copied from how the networkmanager package deals with this.

Modified:
  cronie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 11:26:06 UTC (rev 164746)
+++ PKGBUILD2012-08-04 13:53:19 UTC (rev 164747)
@@ -66,4 +66,7 @@
install -Dm755 contrib/0anacron ${pkgdir}/etc/cron.hourly/0anacron
 
install -Dm644 COPYING ${pkgdir}/usr/share/licenses/cronie/COPYING
+
+   # Provide native service for arch-daemons generator
+   ln -s cronie.service $pkgdir/usr/lib/systemd/system/crond.service
 }



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

2012-08-04 Thread Tom Gundersen
Date: Saturday, August 4, 2012 @ 09:55:39
  Author: tomegun
Revision: 164748

add compat symlink for systemd service file

This hshould hopefully make it easier for people to convert from initscripts to 
systemd,
and it also allows ssystemd to understand that the rc script and the service 
file are the same.

This is copied from how the networkmanager package deals with the problem.

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 13:53:19 UTC (rev 164747)
+++ PKGBUILD2012-08-04 13:55:39 UTC (rev 164748)
@@ -150,4 +150,7 @@
   rm -v ${pkgdir}/usr/share/cups/data/testprint
   # comment out all conversion rules which use any of the removed filters
   perl -p -i -e 's:^(.*\s+bannertops\s*)$:#\1:' /usr/share/cups/mime/mime.convs
+
+  # Provide native service for arch-daemons generator
+  ln -s cups.service $pkgdir/usr/lib/systemd/system/cupsd.service
 }



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

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 12:05:00
  Author: andyrtr
Revision: 164749

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

Added:
  tzdata/repos/core-any/PKGBUILD
(from rev 164748, tzdata/repos/testing-any/PKGBUILD)
Deleted:
  tzdata/repos/core-any/PKGBUILD
  tzdata/repos/testing-any/

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-08-04 13:55:39 UTC (rev 164748)
+++ core-any/PKGBUILD   2012-08-04 16:05:00 UTC (rev 164749)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=tzdata
-pkgver=2012d
-pkgrel=1
-pkgdesc=Sources for time zone and daylight saving time data
-arch=('any')
-url=http://www.iana.org/time-zones;
-license=('GPL')
-options=('!emptydirs')
-source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
-sha1sums=('65d98727233bfd3f5d20dceafab0a81ae2cb5527')
-
-timezones=('africa' 'antarctica' 'asia' 'australasia'
-   'europe' 'northamerica' 'southamerica'
-   'pacificnew' 'etcetera' 'backward'
-   'systemv' 'factory'
-   'solar87' 'solar88' 'solar89')
-
-package() {
-  cd ${srcdir}
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
-  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
-}

Copied: tzdata/repos/core-any/PKGBUILD (from rev 164748, 
tzdata/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-08-04 16:05:00 UTC (rev 164749)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=tzdata
+pkgver=2012e
+pkgrel=1
+pkgdesc=Sources for time zone and daylight saving time data
+arch=('any')
+url=http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
+sha1sums=('8520206d8dc2a4188bd6e7a85f25cbb256b10d36')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory'
+   'solar87' 'solar88' 'solar89')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
+}



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

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 13:46:03
  Author: ronald
Revision: 164750

upgpkg: miro 5.0.2-1

update to 5.0.2

Modified:
  miro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 16:05:00 UTC (rev 164749)
+++ PKGBUILD2012-08-04 17:46:03 UTC (rev 164750)
@@ -2,8 +2,8 @@
 # Maintainer: Ronald van Haren ronald.archlinux.org
 
 pkgname=miro
-pkgver=5.0.1
-pkgrel=2
+pkgver=5.0.2
+pkgrel=1
 pkgdesc=The free and open source internet TV platform
 arch=('i686' 'x86_64')
 url=http://www.getmiro.com;
@@ -18,7 +18,7 @@
 install=miro.install
 
source=(http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz;
 'ffmpeg.patch')
-sha1sums=('d8e08c691958c250c990b45f2c8448c478d0f0fa'
+sha1sums=('67babcf76cc08b72b8f55d425b1372ae0a979805'
   'ce0f42be2a0a3ac99f07b5abfabf0975928c841c')
 
 build() {



[arch-commits] Commit in miro/repos (12 files)

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 13:46:43
  Author: ronald
Revision: 164751

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  miro/repos/extra-i686/PKGBUILD
(from rev 164750, miro/trunk/PKGBUILD)
  miro/repos/extra-i686/ffmpeg.patch
(from rev 164750, miro/trunk/ffmpeg.patch)
  miro/repos/extra-i686/miro.install
(from rev 164750, miro/trunk/miro.install)
  miro/repos/extra-x86_64/PKGBUILD
(from rev 164750, miro/trunk/PKGBUILD)
  miro/repos/extra-x86_64/ffmpeg.patch
(from rev 164750, miro/trunk/ffmpeg.patch)
  miro/repos/extra-x86_64/miro.install
(from rev 164750, miro/trunk/miro.install)
Deleted:
  miro/repos/extra-i686/PKGBUILD
  miro/repos/extra-i686/ffmpeg.patch
  miro/repos/extra-i686/miro.install
  miro/repos/extra-x86_64/PKGBUILD
  miro/repos/extra-x86_64/ffmpeg.patch
  miro/repos/extra-x86_64/miro.install

---+
 extra-i686/PKGBUILD   |   98 +-
 extra-i686/ffmpeg.patch   |  126 ++--
 extra-i686/miro.install   |   34 +--
 extra-x86_64/PKGBUILD |   98 +-
 extra-x86_64/ffmpeg.patch |  126 ++--
 extra-x86_64/miro.install |   34 +--
 6 files changed, 258 insertions(+), 258 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-04 17:46:03 UTC (rev 164750)
+++ extra-i686/PKGBUILD 2012-08-04 17:46:43 UTC (rev 164751)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-
-pkgname=miro
-pkgver=5.0.1
-pkgrel=2
-pkgdesc=The free and open source internet TV platform
-arch=('i686' 'x86_64')
-url=http://www.getmiro.com;
-license=('GPL2')
-depends=('dbus-python' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf'
- 'python-pysqlite' 'pywebkitgtk' 'shared-mime-info'
- 'desktop-file-utils' 'gstreamer0.10' 'hicolor-icon-theme'
- 'gstreamer0.10-python' 'python-notify' 'libtorrent-rasterbar'
- 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'python-pycurl' 
- 'gstreamer0.10-ffmpeg' 'ffmpeg' 'mutagen' 'xdg-utils')
-makedepends=('pkg-config' 'boost')
-install=miro.install
-source=(http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz;
-'ffmpeg.patch')
-sha1sums=('d8e08c691958c250c990b45f2c8448c478d0f0fa'
-  'ce0f42be2a0a3ac99f07b5abfabf0975928c841c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cd linux
-  patch -p2 -i ${srcdir}/ffmpeg.patch
-
-  python2 setup.py install --root=${pkgdir}
-
-  # fix miro startup script so --debug works with python2
-  sed -i s|which python|which python2| ${pkgdir}/usr/bin/miro
-  sed -i s|./miro.real|/usr/bin/miro.real| ${pkgdir}/usr/bin/miro
-
-  # fix python scripts for python2
-  sed -i s|/usr/bin/env python|/usr/bin/env python2| 
${pkgdir}/usr/share/miro/resources/searchengines/update-icons.py
-  for i in usr/share/miro/resources/testdata/echonest-replies/generate.py 
usr/share/miro/resources/searchengines/update-icons.py \
-usr/share/miro/resources/testdata/7digital-replies/generate.py; do
-sed -i s|/usr/bin/python|/usr/bin/python2| ${pkgdir}/${i} 
-  done
-
-  # Fakeroot segfaults on these; remove
-  if [ ${arch} == i686 ]; then
-rm -f ${pkgdir}/usr/bin/codegen.Linux-x86_64 || true
-  else
-rm -f ${pkgdir}/usr/bin/codegen.Linux-i686 || true
-  fi
-}

Copied: miro/repos/extra-i686/PKGBUILD (from rev 164750, miro/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-04 17:46:43 UTC (rev 164751)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+
+pkgname=miro
+pkgver=5.0.2
+pkgrel=1
+pkgdesc=The free and open source internet TV platform
+arch=('i686' 'x86_64')
+url=http://www.getmiro.com;
+license=('GPL2')
+depends=('dbus-python' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf'
+ 'python-pysqlite' 'pywebkitgtk' 'shared-mime-info'
+ 'desktop-file-utils' 'gstreamer0.10' 'hicolor-icon-theme'
+ 'gstreamer0.10-python' 'python-notify' 'libtorrent-rasterbar'
+ 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'python-pycurl' 
+ 'gstreamer0.10-ffmpeg' 'ffmpeg' 'mutagen' 'xdg-utils')
+makedepends=('pkg-config' 'boost')
+install=miro.install
+source=(http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz;
+'ffmpeg.patch')
+sha1sums=('67babcf76cc08b72b8f55d425b1372ae0a979805'
+  'ce0f42be2a0a3ac99f07b5abfabf0975928c841c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cd linux
+  patch -p2 -i ${srcdir}/ffmpeg.patch
+
+  python2 setup.py install --root=${pkgdir}
+
+  # fix miro startup script so --debug works with python2
+  sed -i s|which python|which python2| ${pkgdir}/usr/bin/miro
+  sed -i 

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

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 13:55:48
  Author: ronald
Revision: 164752

db-remove: umfpack removed by ronald

Deleted:
  umfpack/repos/extra-i686/



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

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 13:56:10
  Author: ronald
Revision: 164753

db-remove: umfpack removed by ronald

Deleted:
  umfpack/repos/extra-x86_64/



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

2012-08-04 Thread Stéphane Gaudreault
Date: Saturday, August 4, 2012 @ 13:57:40
  Author: stephane
Revision: 164754

db-remove: nasm removed by stephane

Deleted:
  nasm/repos/extra-x86_64/



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

2012-08-04 Thread Stéphane Gaudreault
Date: Saturday, August 4, 2012 @ 13:57:56
  Author: stephane
Revision: 164755

db-remove: nasm removed by stephane

Deleted:
  nasm/repos/extra-i686/



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

2012-08-04 Thread Stéphane Gaudreault
Date: Saturday, August 4, 2012 @ 13:58:26
  Author: stephane
Revision: 164756

upgpkg: nasm 2.10.03-1

upstream update, drop -doc package

Modified:
  nasm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 17:57:56 UTC (rev 164755)
+++ PKGBUILD2012-08-04 17:58:26 UTC (rev 164756)
@@ -2,16 +2,18 @@
 # Maintainer: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Aaron Griffin aa...@archlinux.org
 
-pkgbase=nasm
-pkgname=('nasm' 'nasm-doc')
-pkgver=2.10
+pkgname=nasm
+pkgver=2.10.03
 pkgrel=1
-arch=('i686' 'x86_64')
+pkgdesc=An 80x86 assembler designed for portability and modularity
 url=http://www.nasm.us;
 license=('BSD')
+arch=('i686' 'x86_64')
+depends=('glibc')
 makedepends=('ghostscript')
-source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgbase}-${pkgver}.tar.bz2)
-sha1sums=('acdcae5366230e2e19b2ad36f952df0232c80950')
+source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('78a8de9ba02da7c2ba8c583a57901ff6856ad6c6')
+install=nasm.install
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -19,24 +21,10 @@
   make everything
 }
 
-package_nasm() {
-  pkgdesc=An 80x86 assembler designed for portability and modularity
-  depends=('glibc')
-  install=nasm.install
-
+package() {
   cd ${srcdir}/${pkgbase}-${pkgver}
   make INSTALLROOT=${pkgdir} install install_rdf
-  install -d ${pkgdir}/usr/share/info
+  install -dm755 ${pkgdir}/usr/share/info
   install -m644 doc/info/* ${pkgdir}/usr/share/info/
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/nasm/LICENSE
 }
-
-package_nasm-doc() {
-  pkgdesc=An 80x86 assembler designed for portability and modularity 
(manuals)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}/doc
-  install -d ${pkgdir}/usr/share/doc/nasm/html
-  install -m644 html/* ${pkgdir}/usr/share/doc/nasm/html/
-  install -m644  nasmdoc.ps nasmdoc.pdf nasmdoc.txt  
${pkgdir}/usr/share/doc/nasm/
-  install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/nasm-doc/LICENSE
-}



[arch-commits] Commit in nasm/repos (6 files)

2012-08-04 Thread Stéphane Gaudreault
Date: Saturday, August 4, 2012 @ 14:04:50
  Author: stephane
Revision: 164757

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nasm/repos/extra-i686/
  nasm/repos/extra-i686/PKGBUILD
(from rev 164756, nasm/trunk/PKGBUILD)
  nasm/repos/extra-i686/nasm.install
(from rev 164756, nasm/trunk/nasm.install)
  nasm/repos/extra-x86_64/
  nasm/repos/extra-x86_64/PKGBUILD
(from rev 164756, nasm/trunk/PKGBUILD)
  nasm/repos/extra-x86_64/nasm.install
(from rev 164756, nasm/trunk/nasm.install)

---+
 extra-i686/PKGBUILD   |   30 ++
 extra-i686/nasm.install   |   20 
 extra-x86_64/PKGBUILD |   30 ++
 extra-x86_64/nasm.install |   20 
 4 files changed, 100 insertions(+)

Copied: nasm/repos/extra-i686/PKGBUILD (from rev 164756, nasm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-04 18:04:50 UTC (rev 164757)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=nasm
+pkgver=2.10.03
+pkgrel=1
+pkgdesc=An 80x86 assembler designed for portability and modularity
+url=http://www.nasm.us;
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('ghostscript')
+source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('78a8de9ba02da7c2ba8c583a57901ff6856ad6c6')
+install=nasm.install
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make everything
+}
+
+package() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make INSTALLROOT=${pkgdir} install install_rdf
+  install -dm755 ${pkgdir}/usr/share/info
+  install -m644 doc/info/* ${pkgdir}/usr/share/info/
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/nasm/LICENSE
+}

Copied: nasm/repos/extra-i686/nasm.install (from rev 164756, 
nasm/trunk/nasm.install)
===
--- extra-i686/nasm.install (rev 0)
+++ extra-i686/nasm.install 2012-08-04 18:04:50 UTC (rev 164757)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(nasm.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: nasm/repos/extra-x86_64/PKGBUILD (from rev 164756, nasm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-08-04 18:04:50 UTC (rev 164757)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=nasm
+pkgver=2.10.03
+pkgrel=1
+pkgdesc=An 80x86 assembler designed for portability and modularity
+url=http://www.nasm.us;
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('ghostscript')
+source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('78a8de9ba02da7c2ba8c583a57901ff6856ad6c6')
+install=nasm.install
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make everything
+}
+
+package() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make INSTALLROOT=${pkgdir} install install_rdf
+  install -dm755 ${pkgdir}/usr/share/info
+  install -m644 doc/info/* ${pkgdir}/usr/share/info/
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/nasm/LICENSE
+}

Copied: nasm/repos/extra-x86_64/nasm.install (from rev 164756, 
nasm/trunk/nasm.install)
===
--- extra-x86_64/nasm.install   (rev 0)
+++ extra-x86_64/nasm.install   2012-08-04 18:04:50 UTC (rev 164757)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(nasm.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



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

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 14:44:17
  Author: ronald
Revision: 164758

upgpkg: blas 3.4.1-1

update to 3.4.1

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

---+
 Makefile.blas |   31 ++-
 PKGBUILD  |   10 +-
 2 files changed, 35 insertions(+), 6 deletions(-)

Modified: Makefile.blas
===
--- Makefile.blas   2012-08-04 18:04:50 UTC (rev 164757)
+++ Makefile.blas   2012-08-04 18:44:17 UTC (rev 164758)
@@ -137,6 +137,33 @@
$(CBLAS1) $(CBLAS2) $(CBLAS3) $(ZBLAS1) \
$(ZBLAS2) $(ZBLAS3) $(ALLBLAS)
 
+$(BLASLIB): $(ALLOBJ)
+   $(ARCH) $(ARCHFLAGS) $@ $(ALLOBJ)
+   $(RANLIB) $@
+
+single: $(SBLAS1) $(ALLBLAS) $(SBLAS2) $(SBLAS3)
+   $(ARCH) $(ARCHFLAGS) $(BLASLIB) $(SBLAS1) $(ALLBLAS) \
+   $(SBLAS2) $(SBLAS3)
+   $(RANLIB) $(BLASLIB)
+
+double: $(DBLAS1) $(ALLBLAS) $(DBLAS2) $(DBLAS3)
+   $(ARCH) $(ARCHFLAGS) $(BLASLIB) $(DBLAS1) $(ALLBLAS) \
+   $(DBLAS2) $(DBLAS3)
+   $(RANLIB) $(BLASLIB)
+
+complex: $(CBLAS1) $(CB1AUX) $(ALLBLAS) $(CBLAS2) $(CBLAS3)
+   $(ARCH) $(ARCHFLAGS) $(BLASLIB) $(CBLAS1) $(CB1AUX) \
+   $(ALLBLAS) $(CBLAS2) $(CBLAS3)
+   $(RANLIB) $(BLASLIB)
+
+complex16: $(ZBLAS1) $(ZB1AUX) $(ALLBLAS) $(ZBLAS2) $(ZBLAS3)
+   $(ARCH) $(ARCHFLAGS) $(BLASLIB) $(ZBLAS1) $(ZB1AUX) \
+   $(ALLBLAS) $(ZBLAS2) $(ZBLAS3)
+   $(RANLIB) $(BLASLIB)
+
+FRC:
+   @FRC=$(FRC)
+
 clean:
rm -f *.o libblas.a libblas.so*
 
@@ -145,5 +172,7 @@
ranlib libblas.a
 
 shared: $(ALLOBJ)
-   cc $(CFLAGS) -shared -Wl,-soname,libblas.so.3 -o libblas.so.3.4.0 
$(ALLOBJ) -lm -lgfortran -lc
+   cc $(CFLAGS) -shared -Wl,-soname,libblas.so.3 -o libblas.so.3.4.1 
$(ALLOBJ) -lm -lgfortran -lc
 
+#.f.o: 
+#  $(FORTRAN) $(OPTS) -c $ -o $@

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 18:04:50 UTC (rev 164757)
+++ PKGBUILD2012-08-04 18:44:17 UTC (rev 164758)
@@ -5,7 +5,7 @@
 # Contributor: Jason Taylor jftaylo...@gmail.com
 
 pkgname=blas
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 url=http://www.netlib.org/blas;
 makedepends=('gcc-fortran')
@@ -16,8 +16,8 @@
 source=(http://www.netlib.org/lapack/lapack-${pkgver}.tgz
 Makefile.blas
 LICENSE.blas)
-sha1sums=('910109a931524f8dcc2734ce23fe927b00ca199f'
-  '85996f56c13991fc69481c0e88ef905a0dcefb49'
+sha1sums=('c115223ac1bac9ab971aae865d3e95442bc979bc'
+  'f9eb47d6713894eaaffbf2d9b2942a777e3f5ef9'
   '2491a151a37f0162b25fc4e4e9a8ac444b574a76')

 build() {
@@ -29,8 +29,8 @@
 
   pushd BLAS/SRC
   make clean
-  FFLAGS=${CFLAGS/-O?/-O0} make dcabs1.o
-  FFLAGS=${CFLAGS} -fPIC CFLAGS=${CFLAGS} -fPIC make shared
+#  FFLAGS=${CFLAGS/-O?/-O0} make dcabs1.o
+  FFLAGS=${CFLAGS} -fPIC CFLAGS=${CFLAGS} -fPIC CXXFLAGS=${CXXFLAGS} 
-fPIC make shared
   cp libblas.so.${pkgver} ${srcdir}/lapack-${pkgver}/
 
   popd



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

2012-08-04 Thread Andrea Scarpino
Date: Saturday, August 4, 2012 @ 14:47:16
  Author: andrea
Revision: 164759

upgpkg: kdelibs 4.9.0-3

libxtst isn't installed if you choice the phonon-gstreamer backend (FS#31008)

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 18:44:17 UTC (rev 164758)
+++ PKGBUILD2012-08-04 18:47:16 UTC (rev 164759)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -13,7 +13,7 @@
 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
 'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit'
-'media-player-info')
+'media-player-info' 'libxtst')
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;



[arch-commits] Commit in kdelibs/repos (20 files)

2012-08-04 Thread Andrea Scarpino
Date: Saturday, August 4, 2012 @ 14:48:03
  Author: andrea
Revision: 164760

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdelibs/repos/testing-i686/PKGBUILD
(from rev 164759, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/testing-i686/archlinux-menu.patch
(from rev 164759, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/testing-i686/kde-applications-menu.patch
(from rev 164759, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/testing-i686/kdelibs.install
(from rev 164759, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/testing-i686/use-pythondontwritebytecode.patch
(from rev 164759, kdelibs/trunk/use-pythondontwritebytecode.patch)
  kdelibs/repos/testing-x86_64/PKGBUILD
(from rev 164759, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/testing-x86_64/archlinux-menu.patch
(from rev 164759, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/testing-x86_64/kde-applications-menu.patch
(from rev 164759, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/testing-x86_64/kdelibs.install
(from rev 164759, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/testing-x86_64/use-pythondontwritebytecode.patch
(from rev 164759, kdelibs/trunk/use-pythondontwritebytecode.patch)
Deleted:
  kdelibs/repos/testing-i686/PKGBUILD
  kdelibs/repos/testing-i686/archlinux-menu.patch
  kdelibs/repos/testing-i686/kde-applications-menu.patch
  kdelibs/repos/testing-i686/kdelibs.install
  kdelibs/repos/testing-i686/use-pythondontwritebytecode.patch
  kdelibs/repos/testing-x86_64/PKGBUILD
  kdelibs/repos/testing-x86_64/archlinux-menu.patch
  kdelibs/repos/testing-x86_64/kde-applications-menu.patch
  kdelibs/repos/testing-x86_64/kdelibs.install
  kdelibs/repos/testing-x86_64/use-pythondontwritebytecode.patch

--+
 testing-i686/PKGBUILD|  124 
 testing-i686/archlinux-menu.patch|   44 ++---
 testing-i686/kde-applications-menu.patch |   44 ++---
 testing-i686/kdelibs.install |   26 +--
 testing-i686/use-pythondontwritebytecode.patch   |  160 ++---
 testing-x86_64/PKGBUILD  |  124 
 testing-x86_64/archlinux-menu.patch  |   44 ++---
 testing-x86_64/kde-applications-menu.patch   |   44 ++---
 testing-x86_64/kdelibs.install   |   26 +--
 testing-x86_64/use-pythondontwritebytecode.patch |  160 ++---
 10 files changed, 398 insertions(+), 398 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-08-04 18:47:16 UTC (rev 164759)
+++ testing-i686/PKGBUILD   2012-08-04 18:48:03 UTC (rev 164760)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdelibs
-pkgver=4.9.0
-pkgrel=2
-pkgdesc=KDE Core Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs'
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
-'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
-'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
-'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit'
-'media-player-info')
-makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch'
-'use-pythondontwritebytecode.patch')
-sha1sums=('9daa3a93182ac3c50759d7369a7c1db30890cf46'
-  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'bbacbbe2194f3961cd7557d98a9ddef158ca11aa')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # avoid file conflict with gnome-menus
-   patch -p1 -i ${srcdir}/kde-applications-menu.patch
-   # add Archlinux menu entry
-   patch -p1 -i ${srcdir}/archlinux-menu.patch
-
-   # Set PYTHONDONTWRITEBYTECODE (KDEBUG#276151)
-   patch -p0 -i ${srcdir}/use-pythondontwritebytecode.patch
-   
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONF_INSTALL_DIR=/etc \
-   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-   -DKDE_DEFAULT_HOME='.kde4' \
-   -DWITH_FAM=OFF \
-   -DWITH_HUpnp=OFF
-   make
-}
-
-package() {
-   cd ${srcdir}/build
-   make DESTDIR=${pkgdir} install
-
-   # cert bundle seems to be hardcoded
-   # link it to the one from ca-certificates
-   rm -f 

[arch-commits] Commit in blas/repos (16 files)

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 14:49:19
  Author: ronald
Revision: 164761

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  blas/repos/extra-i686/LICENSE.blas
(from rev 164760, blas/trunk/LICENSE.blas)
  blas/repos/extra-i686/Makefile.blas
(from rev 164760, blas/trunk/Makefile.blas)
  blas/repos/extra-i686/PKGBUILD
(from rev 164760, blas/trunk/PKGBUILD)
  blas/repos/extra-i686/lapack-3.1.1-make.inc.patch
(from rev 164760, blas/trunk/lapack-3.1.1-make.inc.patch)
  blas/repos/extra-x86_64/LICENSE.blas
(from rev 164760, blas/trunk/LICENSE.blas)
  blas/repos/extra-x86_64/Makefile.blas
(from rev 164760, blas/trunk/Makefile.blas)
  blas/repos/extra-x86_64/PKGBUILD
(from rev 164760, blas/trunk/PKGBUILD)
  blas/repos/extra-x86_64/lapack-3.1.1-make.inc.patch
(from rev 164760, blas/trunk/lapack-3.1.1-make.inc.patch)
Deleted:
  blas/repos/extra-i686/LICENSE.blas
  blas/repos/extra-i686/Makefile.blas
  blas/repos/extra-i686/PKGBUILD
  blas/repos/extra-i686/lapack-3.1.1-make.inc.patch
  blas/repos/extra-x86_64/LICENSE.blas
  blas/repos/extra-x86_64/Makefile.blas
  blas/repos/extra-x86_64/PKGBUILD
  blas/repos/extra-x86_64/lapack-3.1.1-make.inc.patch

--+
 extra-i686/LICENSE.blas  |   38 +--
 extra-i686/Makefile.blas |  327 +++--
 extra-i686/PKGBUILD  |  104 -
 extra-i686/lapack-3.1.1-make.inc.patch   |   46 ++--
 extra-x86_64/LICENSE.blas|   38 +--
 extra-x86_64/Makefile.blas   |  327 +++--
 extra-x86_64/PKGBUILD|  104 -
 extra-x86_64/lapack-3.1.1-make.inc.patch |   46 ++--
 8 files changed, 544 insertions(+), 486 deletions(-)

Deleted: extra-i686/LICENSE.blas
===
--- extra-i686/LICENSE.blas 2012-08-04 18:48:03 UTC (rev 164760)
+++ extra-i686/LICENSE.blas 2012-08-04 18:49:19 UTC (rev 164761)
@@ -1,19 +0,0 @@
-From: http://www.netlib.org/blas/faq.html
-
- 2) Are there legal restrictions on the use of BLAS reference
-implementation software? 
-
-The reference BLAS is a freely-available software package. It is
-available from netlib via anonymous ftp and the World Wide Web. Thus,
-it can be included in commercial software packages (and has been). We
-only ask that proper credit be given to the authors. 
-
-Like all software, it is copyrighted. It is not trademarked, but we do
-ask the following: 
-
-If you modify the source for these routines we ask that you change the
-name of the routine and comment the changes made to the original. 
-
-We will gladly answer any questions regarding the software. If a
-modification is done, however, it is the responsibility of the person
-who modified the routine to provide support. 

Copied: blas/repos/extra-i686/LICENSE.blas (from rev 164760, 
blas/trunk/LICENSE.blas)
===
--- extra-i686/LICENSE.blas (rev 0)
+++ extra-i686/LICENSE.blas 2012-08-04 18:49:19 UTC (rev 164761)
@@ -0,0 +1,19 @@
+From: http://www.netlib.org/blas/faq.html
+
+ 2) Are there legal restrictions on the use of BLAS reference
+implementation software? 
+
+The reference BLAS is a freely-available software package. It is
+available from netlib via anonymous ftp and the World Wide Web. Thus,
+it can be included in commercial software packages (and has been). We
+only ask that proper credit be given to the authors. 
+
+Like all software, it is copyrighted. It is not trademarked, but we do
+ask the following: 
+
+If you modify the source for these routines we ask that you change the
+name of the routine and comment the changes made to the original. 
+
+We will gladly answer any questions regarding the software. If a
+modification is done, however, it is the responsibility of the person
+who modified the routine to provide support. 

Deleted: extra-i686/Makefile.blas
===
--- extra-i686/Makefile.blas2012-08-04 18:48:03 UTC (rev 164760)
+++ extra-i686/Makefile.blas2012-08-04 18:49:19 UTC (rev 164761)
@@ -1,149 +0,0 @@
-include ../../make.inc
-
-###
-#  This is the makefile to create a library for the BLAS.
-#  The files are grouped as follows:
-#
-#   SBLAS1 -- Single precision real BLAS routines
-#   CBLAS1 -- Single precision complex BLAS routines
-#   DBLAS1 -- Double precision real BLAS routines
-#   ZBLAS1 -- Double precision complex BLAS routines
-#
-#   CB1AUX -- Real BLAS routines called by complex routines
-#   ZB1AUX -- D.P. real BLAS routines called by d.p. complex
-# routines
-#
-#  ALLBLAS -- Auxiliary routines for Level 2 and 3 BLAS
-#
-#   SBLAS2 -- Single precision real BLAS2 routines
-#   CBLAS2 

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

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 14:49:49
  Author: ronald
Revision: 164762

upgpkg: lapack 3.4.1-1

update to 3.4.1

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

-+
 Makefile.lapack |   82 +++---
 PKGBUILD|4 +-
 2 files changed, 69 insertions(+), 17 deletions(-)

Modified: Makefile.lapack
===
--- Makefile.lapack 2012-08-04 18:49:19 UTC (rev 164761)
+++ Makefile.lapack 2012-08-04 18:49:49 UTC (rev 164762)
@@ -1,4 +1,4 @@
-include ../make.inc
+ include ../make.inc
 
 ###
 #  This is the makefile to create a library for LAPACK.
@@ -135,10 +135,12 @@
ssbtrd.o sspcon.o sspev.o  sspevd.o sspevx.o sspgst.o \
sspgv.o  sspgvd.o sspgvx.o ssprfs.o sspsv.o  sspsvx.o ssptrd.o \
ssptrf.o ssptri.o ssptrs.o sstegr.o sstein.o sstev.o  sstevd.o sstevr.o \
-   sstevx.o ssycon.o ssyev.o  ssyevd.o ssyevr.o ssyevx.o ssygs2.o \
+   sstevx.o \
+   ssycon.o ssyev.o  ssyevd.o ssyevr.o ssyevx.o ssygs2.o \
ssygst.o ssygv.o  ssygvd.o ssygvx.o ssyrfs.o ssysv.o  ssysvx.o \
ssytd2.o ssytf2.o ssytrd.o ssytrf.o ssytri.o ssytri2.o ssytri2x.o \
-   ssyswapr.o ssytrs.o ssytrs2.o ssyconv.o stbcon.o \
+   ssyswapr.o ssytrs.o ssytrs2.o ssyconv.o \
+   stbcon.o \
stbrfs.o stbtrs.o stgevc.o stgex2.o stgexc.o stgsen.o \
stgsja.o stgsna.o stgsy2.o stgsyl.o stpcon.o stprfs.o stptri.o \
stptrs.o \
@@ -208,9 +210,11 @@
cptcon.o cpteqr.o cptrfs.o cptsv.o  cptsvx.o cpttrf.o cpttrs.o cptts2.o \
crot.o   cspcon.o cspmv.o  cspr.o   csprfs.o cspsv.o  \
cspsvx.o csptrf.o csptri.o csptrs.o csrscl.o cstedc.o \
-   cstegr.o cstein.o csteqr.o csycon.o csymv.o \
-   csyr.o   csyrfs.o csysv.o  csysvx.o csytf2.o csytrf.o csytri.o csytri2.o 
csytri2x.o \
-   csyswapr.o csytrs.o csytrs2.o csyconv.o ctbcon.o ctbrfs.o ctbtrs.o ctgevc.o 
ctgex2.o \
+   cstegr.o cstein.o csteqr.o \
+   csycon.o csymv.o \
+   csyr.o csyrfs.o csysv.o  csysvx.o csytf2.o csytrf.o csytri.o csytri2.o 
csytri2x.o \
+   csyswapr.o csytrs.o csytrs2.o csyconv.o \
+   ctbcon.o ctbrfs.o ctbtrs.o ctgevc.o ctgex2.o \
ctgexc.o ctgsen.o ctgsja.o ctgsna.o ctgsy2.o ctgsyl.o ctpcon.o \
ctprfs.o ctptri.o \
ctptrs.o ctrcon.o ctrevc.o ctrexc.o ctrrfs.o ctrsen.o ctrsna.o \
@@ -283,12 +287,13 @@
dsbtrd.o  dspcon.o dspev.o  dspevd.o dspevx.o dspgst.o \
dspgv.o  dspgvd.o dspgvx.o dsprfs.o dspsv.o  dspsvx.o dsptrd.o \
dsptrf.o dsptri.o dsptrs.o dstegr.o dstein.o dstev.o  dstevd.o dstevr.o \
-   dstevx.o dsycon.o dsyev.o  dsyevd.o dsyevr.o \
+   dstevx.o \
+   dsycon.o dsyev.o  dsyevd.o dsyevr.o \
dsyevx.o dsygs2.o dsygst.o dsygv.o  dsygvd.o dsygvx.o dsyrfs.o \
dsysv.o  dsysvx.o \
dsytd2.o dsytf2.o dsytrd.o dsytrf.o dsytri.o dsytri2.o dsytri2x.o \
-   dsyswapr.o dsytrs.o dsytrs2.o dsyconv.o dtbcon.o \
-   dtbrfs.o dtbtrs.o dtgevc.o dtgex2.o dtgexc.o dtgsen.o \
+   dsyswapr.o dsytrs.o dsytrs2.o dsyconv.o \
+   dtbcon.o dtbrfs.o dtbtrs.o dtgevc.o dtgex2.o dtgexc.o dtgsen.o \
dtgsja.o dtgsna.o dtgsy2.o dtgsyl.o dtpcon.o dtprfs.o dtptri.o \
dtptrs.o \
dtrcon.o dtrevc.o dtrexc.o dtrrfs.o dtrsen.o dtrsna.o dtrsyl.o \
@@ -359,9 +364,11 @@
zptcon.o zpteqr.o zptrfs.o zptsv.o  zptsvx.o zpttrf.o zpttrs.o zptts2.o \
zrot.o   zspcon.o zspmv.o  zspr.o   zsprfs.o zspsv.o  \
zspsvx.o zsptrf.o zsptri.o zsptrs.o zdrscl.o zstedc.o \
-   zstegr.o zstein.o zsteqr.o zsycon.o zsymv.o \
-   zsyr.o   zsyrfs.o zsysv.o  zsysvx.o zsytf2.o zsytrf.o zsytri.o zsytri2.o 
zsytri2x.o \
-   zsyswapr.o zsytrs.o zsytrs2.o zsyconv.o ztbcon.o ztbrfs.o ztbtrs.o ztgevc.o 
ztgex2.o \
+   zstegr.o zstein.o zsteqr.o \
+   zsycon.o zsymv.o \
+   zsyr.o zsyrfs.o zsysv.o  zsysvx.o zsytf2.o zsytrf.o zsytri.o zsytri2.o 
zsytri2x.o \
+   zsyswapr.o zsytrs.o zsytrs2.o zsyconv.o \
+   ztbcon.o ztbrfs.o ztbtrs.o ztgevc.o ztgex2.o \
ztgexc.o ztgsen.o ztgsja.o ztgsna.o ztgsy2.o ztgsyl.o ztpcon.o \
ztprfs.o ztptri.o \
ztptrs.o ztrcon.o ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o \
@@ -391,14 +398,57 @@
zla_lin_berr.o zlarscl2.o zlascl2.o zla_wwaddw.o
 endif
 
+ALLOBJ = $(SLASRC) $(DLASRC) $(DSLASRC) $(CLASRC) $(ZLASRC) $(ZCLASRC) \
+   $(SCLAUX) $(DZLAUX) $(ALLAUX)
+
+ifdef USEXBLAS
+ALLXOBJ = $(SXLASRC) $(DXLASRC) $(CXLASRC) $(ZXLASRC)
+endif
+
 all: ../$(LAPACKLIB)
 
+../$(LAPACKLIB): $(ALLOBJ) $(ALLXOBJ)
+   $(ARCH) $(ARCHFLAGS) $@ $(ALLOBJ) $(ALLXOBJ)
+   $(RANLIB) $@
+
+single: $(SLASRC) $(DSLASRC) $(SXLASRC) $(SCLAUX) $(ALLAUX)
+   $(ARCH) $(ARCHFLAGS) ../$(LAPACKLIB) $(SLASRC) $(DSLASRC) \
+   $(SXLASRC) $(SCLAUX) $(ALLAUX) $(ALLXAUX)
+   $(RANLIB) ../$(LAPACKLIB)
+
+complex: $(CLASRC) $(ZCLASRC) $(CXLASRC) $(SCLAUX) $(ALLAUX)
+   $(ARCH) $(ARCHFLAGS) ../$(LAPACKLIB) $(CLASRC) $(ZCLASRC) \
+   $(CXLASRC) $(SCLAUX) $(ALLAUX) $(ALLXAUX)
+   $(RANLIB) ../$(LAPACKLIB)
+
+double: 

[arch-commits] Commit in lapack/repos (20 files)

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 14:50:35
  Author: ronald
Revision: 164763

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lapack/repos/extra-i686/LICENSE.blas
(from rev 164762, lapack/trunk/LICENSE.blas)
  lapack/repos/extra-i686/Makefile.blas
(from rev 164762, lapack/trunk/Makefile.blas)
  lapack/repos/extra-i686/Makefile.lapack
(from rev 164762, lapack/trunk/Makefile.lapack)
  lapack/repos/extra-i686/PKGBUILD
(from rev 164762, lapack/trunk/PKGBUILD)
  lapack/repos/extra-i686/lapack-3.1.1-make.inc.patch
(from rev 164762, lapack/trunk/lapack-3.1.1-make.inc.patch)
  lapack/repos/extra-x86_64/LICENSE.blas
(from rev 164762, lapack/trunk/LICENSE.blas)
  lapack/repos/extra-x86_64/Makefile.blas
(from rev 164762, lapack/trunk/Makefile.blas)
  lapack/repos/extra-x86_64/Makefile.lapack
(from rev 164762, lapack/trunk/Makefile.lapack)
  lapack/repos/extra-x86_64/PKGBUILD
(from rev 164762, lapack/trunk/PKGBUILD)
  lapack/repos/extra-x86_64/lapack-3.1.1-make.inc.patch
(from rev 164762, lapack/trunk/lapack-3.1.1-make.inc.patch)
Deleted:
  lapack/repos/extra-i686/LICENSE.blas
  lapack/repos/extra-i686/Makefile.blas
  lapack/repos/extra-i686/Makefile.lapack
  lapack/repos/extra-i686/PKGBUILD
  lapack/repos/extra-i686/lapack-3.1.1-make.inc.patch
  lapack/repos/extra-x86_64/LICENSE.blas
  lapack/repos/extra-x86_64/Makefile.blas
  lapack/repos/extra-x86_64/Makefile.lapack
  lapack/repos/extra-x86_64/PKGBUILD
  lapack/repos/extra-x86_64/lapack-3.1.1-make.inc.patch

--+
 extra-i686/LICENSE.blas  |   38 -
 extra-i686/Makefile.blas |  296 -
 extra-i686/Makefile.lapack   |  872 +++--
 extra-i686/PKGBUILD  |  110 +--
 extra-i686/lapack-3.1.1-make.inc.patch   |   46 -
 extra-x86_64/LICENSE.blas|   38 -
 extra-x86_64/Makefile.blas   |  296 -
 extra-x86_64/Makefile.lapack |  872 +++--
 extra-x86_64/PKGBUILD|  110 +--
 extra-x86_64/lapack-3.1.1-make.inc.patch |   46 -
 10 files changed, 1414 insertions(+), 1310 deletions(-)

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


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

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 14:55:52
  Author: ronald
Revision: 164764

upgpkg: iproute2 3.5.0-1

update to 3.5.0

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 18:50:35 UTC (rev 164763)
+++ PKGBUILD2012-08-04 18:55:52 UTC (rev 164764)
@@ -3,8 +3,8 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=iproute2
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.5.0
+pkgrel=1
 pkgdesc=IP Routing Utilities
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -20,7 +20,7 @@
'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
 
source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
  iproute2-fhs.patch)
-sha1sums=('fcea492dea2f3ecf9d35f279e2f1a7ea6ca0d527'
+sha1sums=('a78f621a1932315baf7be2f3f1d6e6c5ed62'
   '35b8cf2dc94b73eccad427235c07596146cd6f6c')
 
 build() {



[arch-commits] Commit in iproute2/repos (6 files)

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 14:56:16
  Author: ronald
Revision: 164765

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  iproute2/repos/testing-i686/
  iproute2/repos/testing-i686/PKGBUILD
(from rev 164764, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-i686/iproute2-fhs.patch
(from rev 164764, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-x86_64/
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 164764, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
(from rev 164764, iproute2/trunk/iproute2-fhs.patch)

---+
 testing-i686/PKGBUILD |   50 
 testing-i686/iproute2-fhs.patch   |   75 
 testing-x86_64/PKGBUILD   |   50 
 testing-x86_64/iproute2-fhs.patch |   75 
 4 files changed, 250 insertions(+)

Copied: iproute2/repos/testing-i686/PKGBUILD (from rev 164764, 
iproute2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-04 18:56:16 UTC (rev 164765)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=iproute2
+pkgver=3.5.0
+pkgrel=1
+pkgdesc=IP Routing Utilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;
+depends=('glibc' 'db')
+makedepends=('linux-atm')
+optdepends=('linux-atm: ATM support')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+ iproute2-fhs.patch)
+sha1sums=('a78f621a1932315baf7be2f3f1d6e6c5ed62'
+  '35b8cf2dc94b73eccad427235c07596146cd6f6c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # set correct fhs structure
+  patch -Np1 -i $srcdir/iproute2-fhs.patch
+
+  ./configure
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # allow loopback to be started before /usr is mounted, this may not be 
supported in the future
+  mkdir -p $pkgdir/sbin
+  mv $pkgdir/usr/sbin/ip $pkgdir/sbin/ip
+  ln -s /sbin/ip $pkgdir/usr/sbin/ip
+
+  # libnetlink isn't installed, install it FS#19385
+  install -Dm644 include/libnetlink.h $pkgdir/usr/include/libnetlink.h
+  install -Dm644 lib/libnetlink.a $pkgdir/usr/lib/libnetlink.a
+}

Copied: iproute2/repos/testing-i686/iproute2-fhs.patch (from rev 164764, 
iproute2/trunk/iproute2-fhs.patch)
===
--- testing-i686/iproute2-fhs.patch (rev 0)
+++ testing-i686/iproute2-fhs.patch 2012-08-04 18:56:16 UTC (rev 164765)
@@ -0,0 +1,75 @@
+diff -Naur iproute2-3.4.0/Makefile iproute2-3.4.0.new/Makefile
+--- iproute2-3.4.0/Makefile2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/Makefile2012-06-18 10:23:53.896760158 +0200
+@@ -1,7 +1,8 @@
+ ROOTDIR=$(DESTDIR)
+ PREFIX=/usr
+ LIBDIR=$(PREFIX)/lib
+-SBINDIR=/sbin
++SBINDIR=/usr/sbin
++SHAREDIR=/usr/share
+ CONFDIR=/etc/iproute2
+ DATADIR=$(PREFIX)/share
+ DOCDIR=$(DATADIR)/doc/iproute2
+diff -Naur iproute2-3.4.0/netem/Makefile iproute2-3.4.0.new/netem/Makefile
+--- iproute2-3.4.0/netem/Makefile  2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/netem/Makefile  2012-06-18 10:23:53.896760158 +0200
+@@ -20,9 +20,9 @@
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(SHAREDIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i $(DESTDIR)$(SHAREDIR)/tc; \
+   done
+ 
+ clean:
+diff -Naur iproute2-3.4.0/tc/Makefile iproute2-3.4.0.new/tc/Makefile
+--- iproute2-3.4.0/tc/Makefile 2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/tc/Makefile 2012-06-18 10:23:53.893426840 +0200
+@@ -105,18 +105,11 @@
+   $(AR) rcs $@ $(TCLIB)
+ 
+ install: all
+-  mkdir -p $(MODDESTDIR)
++  mkdir -p $(DESTDIR)$(LIBDIR)/tc
+   install -m 0755 tc $(DESTDIR)$(SBINDIR)
+   for i in $(TCSO); \
+-  do install -m 755 $$i $(MODDESTDIR); \
++  do install -m 755 $$i $(DESTDIR)$(LIBDIR)/tc; \
+   done
+-  if [ ! -f $(MODDESTDIR)/m_ipt.so ]; then \
+-  if [ -f $(MODDESTDIR)/m_xt.so ]; \
+-  then ln -s m_xt.so $(MODDESTDIR)/m_ipt.so ; \
+-  elif [ -f $(MODDESTDIR)/m_xt_old.so ]; \
+-  then ln -s m_xt_old.so $(MODDESTDIR)/m_ipt.so ; \
+-  fi; \
+-  fi
+ 
+ clean:
+   rm -f 

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

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 14:58:47
  Author: ronald
Revision: 164766

upgpkg: fuse 2.9.1-1

update to 2.9.1

Modified:
  fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 18:56:16 UTC (rev 164765)
+++ PKGBUILD2012-08-04 18:58:47 UTC (rev 164766)
@@ -4,7 +4,7 @@
 # Contributor: Mark Rosenstand m...@archlinux.org
 
 pkgname=fuse
-pkgver=2.9.0
+pkgver=2.9.1
 pkgrel=1
 pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf')
 options=(!libtool)
-sha1sums=('e64396d516cca55995e0a8f8dd75456fd9d9d21d'
+sha1sums=('ed9e8ab740576a038856109cc587d52a387b223f'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 
 build() {



[arch-commits] Commit in fuse/repos (12 files)

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 14:59:21
  Author: ronald
Revision: 164767

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  fuse/repos/extra-i686/PKGBUILD
(from rev 164766, fuse/trunk/PKGBUILD)
  fuse/repos/extra-i686/fuse.conf
(from rev 164766, fuse/trunk/fuse.conf)
  fuse/repos/extra-i686/fuse.rc.d
(from rev 164766, fuse/trunk/fuse.rc.d)
  fuse/repos/extra-x86_64/PKGBUILD
(from rev 164766, fuse/trunk/PKGBUILD)
  fuse/repos/extra-x86_64/fuse.conf
(from rev 164766, fuse/trunk/fuse.conf)
  fuse/repos/extra-x86_64/fuse.rc.d
(from rev 164766, fuse/trunk/fuse.rc.d)
Deleted:
  fuse/repos/extra-i686/PKGBUILD
  fuse/repos/extra-i686/fuse.conf
  fuse/repos/extra-i686/fuse.rc.d
  fuse/repos/extra-x86_64/PKGBUILD
  fuse/repos/extra-x86_64/fuse.conf
  fuse/repos/extra-x86_64/fuse.rc.d

+
 extra-i686/PKGBUILD|  102 +++
 extra-i686/fuse.conf   |   18 
 extra-i686/fuse.rc.d   |   98 ++---
 extra-x86_64/PKGBUILD  |  102 +++
 extra-x86_64/fuse.conf |   18 
 extra-x86_64/fuse.rc.d |   98 ++---
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-04 18:58:47 UTC (rev 164766)
+++ extra-i686/PKGBUILD 2012-08-04 18:59:21 UTC (rev 164767)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Tom Gundersen t...@jklm.no
-# Contributor: Mark Rosenstand m...@archlinux.org
-
-pkgname=fuse
-pkgver=2.9.0
-pkgrel=1
-pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
-arch=('i686' 'x86_64')
-url=http://fuse.sourceforge.net/;
-license=('GPL2')
-depends=('glibc')
-makedepends=('pkg-config')
-backup=(etc/fuse.conf)
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-   'fuse.conf')
-options=(!libtool)
-sha1sums=('e64396d516cca55995e0a8f8dd75456fd9d9d21d'
-  '3b42e37a741d4651099225987dc40e7f02a716ad')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # fix building with glibc-2.14
-  sed -i '1i#define _GNU_SOURCE' util/fusermount.c
-
-  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib \
-  --enable-util --bindir=/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # Remove init script in wrong path
-  # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -rf ${pkgdir}/etc/init.d
-  #install -D -m755 ${srcdir}/fuse.rc.d ${pkgdir}/etc/rc.d/fuse
-
-  # install sample config file
-  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
-
-  # remove udev rules (is in the udev package}
-  rm -rf ${pkgdir}/etc/udev
-
-  # static device nodes are handled by udev
-  rm -rf ${pkgdir}/dev
-}

Copied: fuse/repos/extra-i686/PKGBUILD (from rev 164766, fuse/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-04 18:59:21 UTC (rev 164767)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Mark Rosenstand m...@archlinux.org
+
+pkgname=fuse
+pkgver=2.9.1
+pkgrel=1
+pkgdesc=A library that makes it possible to implement a filesystem in a 
userspace program.
+arch=('i686' 'x86_64')
+url=http://fuse.sourceforge.net/;
+license=('GPL2')
+depends=('glibc')
+makedepends=('pkg-config')
+backup=(etc/fuse.conf)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+   'fuse.conf')
+options=(!libtool)
+sha1sums=('ed9e8ab740576a038856109cc587d52a387b223f'
+  '3b42e37a741d4651099225987dc40e7f02a716ad')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # fix building with glibc-2.14
+  sed -i '1i#define _GNU_SOURCE' util/fusermount.c
+
+  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib \
+  --enable-util --bindir=/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # Remove init script in wrong path
+  # Don't add our own for now, as fusectl fs oopses on 2.6.18
+  rm -rf ${pkgdir}/etc/init.d
+  #install -D -m755 ${srcdir}/fuse.rc.d ${pkgdir}/etc/rc.d/fuse
+
+  # install sample config file
+  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
+
+  # remove udev rules (is in the udev package}
+  rm -rf ${pkgdir}/etc/udev
+
+  # static device nodes are handled by udev
+  rm -rf ${pkgdir}/dev
+}

Deleted: extra-i686/fuse.conf
===
--- extra-i686/fuse.conf2012-08-04 18:58:47 UTC (rev 164766)
+++ extra-i686/fuse.conf2012-08-04 18:59:21 UTC (rev 164767)
@@ -1,9 +0,0 @@
-# Set the maximum number of FUSE mounts allowed to non-root users.
-# The 

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

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 15:29:14
  Author: ronald
Revision: 164768

upgpkg: lyx 2.0.4-1

update to 2.0.4

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 18:59:21 UTC (rev 164767)
+++ PKGBUILD2012-08-04 19:29:14 UTC (rev 164768)
@@ -3,8 +3,8 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=lyx
-pkgver=2.0.3
-pkgrel=4
+pkgver=2.0.4
+pkgrel=1
 pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
 arch=('i686' 'x86_64')
 url=http://www.lyx.org;
@@ -18,7 +18,7 @@
 backup=('etc/lyx/lyxrc.dist')
 install=lyx.install
 options=('emptydirs')
-sha1sums=('109dae0ef22a7d8944964b32ee380ad170b0665f'
+sha1sums=('4d384060553c74912e13f98e1788a6f978c58c2e'
   'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
   '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
 



[arch-commits] Commit in lyx/repos (16 files)

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 15:30:05
  Author: ronald
Revision: 164769

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lyx/repos/extra-i686/PKGBUILD
(from rev 164768, lyx/trunk/PKGBUILD)
  lyx/repos/extra-i686/lyx.desktop
(from rev 164768, lyx/trunk/lyx.desktop)
  lyx/repos/extra-i686/lyx.install
(from rev 164768, lyx/trunk/lyx.install)
  lyx/repos/extra-i686/lyxrc.dist
(from rev 164768, lyx/trunk/lyxrc.dist)
  lyx/repos/extra-x86_64/PKGBUILD
(from rev 164768, lyx/trunk/PKGBUILD)
  lyx/repos/extra-x86_64/lyx.desktop
(from rev 164768, lyx/trunk/lyx.desktop)
  lyx/repos/extra-x86_64/lyx.install
(from rev 164768, lyx/trunk/lyx.install)
  lyx/repos/extra-x86_64/lyxrc.dist
(from rev 164768, lyx/trunk/lyxrc.dist)
Deleted:
  lyx/repos/extra-i686/PKGBUILD
  lyx/repos/extra-i686/lyx.desktop
  lyx/repos/extra-i686/lyx.install
  lyx/repos/extra-i686/lyxrc.dist
  lyx/repos/extra-x86_64/PKGBUILD
  lyx/repos/extra-x86_64/lyx.desktop
  lyx/repos/extra-x86_64/lyx.install
  lyx/repos/extra-x86_64/lyxrc.dist

--+
 extra-i686/PKGBUILD  |  100 ++---
 extra-i686/lyx.desktop   |   28 ++--
 extra-i686/lyx.install   |   28 ++--
 extra-i686/lyxrc.dist|   28 ++--
 extra-x86_64/PKGBUILD|  100 ++---
 extra-x86_64/lyx.desktop |   28 ++--
 extra-x86_64/lyx.install |   28 ++--
 extra-x86_64/lyxrc.dist  |   28 ++--
 8 files changed, 184 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-04 19:29:14 UTC (rev 164768)
+++ extra-i686/PKGBUILD 2012-08-04 19:30:05 UTC (rev 164769)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=lyx
-pkgver=2.0.3
-pkgrel=4
-pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
-arch=('i686' 'x86_64')
-url=http://www.lyx.org;
-depends=('qt' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes')
-makedepends=('boost')
-optdepends=('rcs: built-in version control system'
-'texlive-latexextra: float wrap support')
-license=('GPL')
-source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
-lyx.desktop lyxrc.dist)
-backup=('etc/lyx/lyxrc.dist')
-install=lyx.install
-options=('emptydirs')
-sha1sums=('109dae0ef22a7d8944964b32ee380ad170b0665f'
-  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
-  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
-  sed -i 's|python|python2|' lib/configure.py src/support/os.cpp
-  export CXXFLAGS=$CXXFLAGS -fpermissive
-  ./configure --prefix=/usr \
---with-frontend=qt4 --without-included-boost \
---without-included-mythes
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # install desktop entry
-  install -Dm644 ${srcdir}/lyx.desktop \
-${pkgdir}/usr/share/applications/lyx.desktop
-  install -Dm644 lib/images/lyx.png \
-${pkgdir}/usr/share/pixmaps/lyx.png
-
-  # install default config file
-  install -Dm644 ${srcdir}/lyxrc.dist ${pkgdir}/etc/lyx/lyxrc.dist
-  ln -sf /etc/lyx/lyxrc.dist ${pkgdir}/usr/share/lyx/lyxrc.dist
-}

Copied: lyx/repos/extra-i686/PKGBUILD (from rev 164768, lyx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-04 19:30:05 UTC (rev 164769)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=lyx
+pkgver=2.0.4
+pkgrel=1
+pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
+arch=('i686' 'x86_64')
+url=http://www.lyx.org;
+depends=('qt' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes')
+makedepends=('boost')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+options=('emptydirs')
+sha1sums=('4d384060553c74912e13f98e1788a6f978c58c2e'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
+  sed -i 's|python|python2|' lib/configure.py src/support/os.cpp
+  export CXXFLAGS=$CXXFLAGS -fpermissive
+  ./configure --prefix=/usr \
+--with-frontend=qt4 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd 

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

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 16:26:34
  Author: ronald
Revision: 164770

upgpkg: qtiplot 0.9.8.9-1

update to 0.9.8.9

Modified:
  qtiplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 19:30:05 UTC (rev 164769)
+++ PKGBUILD2012-08-04 20:26:34 UTC (rev 164770)
@@ -4,8 +4,8 @@
 # Contributor: Gergely Imreh imr...@gmail.com
 
 pkgname=qtiplot
-pkgver=0.9.8.8
-pkgrel=2
+pkgver=0.9.8.9
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://soft.proindependent.com/qtiplot.html;
 pkgdesc=Data analysis and scientific plotting - free clone of Origin
@@ -27,7 +27,7 @@
qtiplot-0.9.8.6-tamuanova.patch
 qwtplot3d-qt-4.8.0.patch
 qwtplot3d-libpng15.patch)
-sha1sums=('02801cdf31b543c0f5d7ef1b1f358f0738d93d48'
+sha1sums=('73b17dd9195c3d86750d5f1f5bdd4d5483c5fe30'
   '4d5d7cf3965a0a1b1aa9cafc34e70ee207700bc8'
   '4301cb2a36024a10108b689990d28c4fe5c7416e'
   '326ee6bc623a637d058ab7ee9f65fede40a23a09'
@@ -92,5 +92,3 @@
   install -D -m644 ${srcdir}/${pkgname}.xml \
 ${pkgdir}/usr/share/mime/packages/${pkgname}.xml
 }
-
-



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

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 16:28:32
  Author: ronald
Revision: 164771

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  qtiplot/repos/extra-i686/PKGBUILD
(from rev 164770, qtiplot/trunk/PKGBUILD)
  qtiplot/repos/extra-i686/build.conf.archlinux
(from rev 164770, qtiplot/trunk/build.conf.archlinux)
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-gold.patch
(from rev 164770, qtiplot/trunk/qtiplot-0.9.8.6-gold.patch)
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-kde.patch
(from rev 164770, qtiplot/trunk/qtiplot-0.9.8.6-kde.patch)
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-tamuanova.patch
(from rev 164770, qtiplot/trunk/qtiplot-0.9.8.6-tamuanova.patch)
  qtiplot/repos/extra-i686/qtiplot.desktop
(from rev 164770, qtiplot/trunk/qtiplot.desktop)
  qtiplot/repos/extra-i686/qtiplot.install
(from rev 164770, qtiplot/trunk/qtiplot.install)
  qtiplot/repos/extra-i686/qtiplot.png
(from rev 164770, qtiplot/trunk/qtiplot.png)
  qtiplot/repos/extra-i686/qtiplot.xml
(from rev 164770, qtiplot/trunk/qtiplot.xml)
  qtiplot/repos/extra-i686/qwtplot3d-libpng15.patch
(from rev 164770, qtiplot/trunk/qwtplot3d-libpng15.patch)
  qtiplot/repos/extra-i686/qwtplot3d-qt-4.8.0.patch
(from rev 164770, qtiplot/trunk/qwtplot3d-qt-4.8.0.patch)
  qtiplot/repos/extra-i686/qwtplot3d_gcc.patch
(from rev 164770, qtiplot/trunk/qwtplot3d_gcc.patch)
  qtiplot/repos/extra-i686/sip.patch
(from rev 164770, qtiplot/trunk/sip.patch)
  qtiplot/repos/extra-x86_64/PKGBUILD
(from rev 164770, qtiplot/trunk/PKGBUILD)
  qtiplot/repos/extra-x86_64/build.conf.archlinux
(from rev 164770, qtiplot/trunk/build.conf.archlinux)
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-gold.patch
(from rev 164770, qtiplot/trunk/qtiplot-0.9.8.6-gold.patch)
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-kde.patch
(from rev 164770, qtiplot/trunk/qtiplot-0.9.8.6-kde.patch)
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-tamuanova.patch
(from rev 164770, qtiplot/trunk/qtiplot-0.9.8.6-tamuanova.patch)
  qtiplot/repos/extra-x86_64/qtiplot.desktop
(from rev 164770, qtiplot/trunk/qtiplot.desktop)
  qtiplot/repos/extra-x86_64/qtiplot.install
(from rev 164770, qtiplot/trunk/qtiplot.install)
  qtiplot/repos/extra-x86_64/qtiplot.png
(from rev 164770, qtiplot/trunk/qtiplot.png)
  qtiplot/repos/extra-x86_64/qtiplot.xml
(from rev 164770, qtiplot/trunk/qtiplot.xml)
  qtiplot/repos/extra-x86_64/qwtplot3d-libpng15.patch
(from rev 164770, qtiplot/trunk/qwtplot3d-libpng15.patch)
  qtiplot/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch
(from rev 164770, qtiplot/trunk/qwtplot3d-qt-4.8.0.patch)
  qtiplot/repos/extra-x86_64/qwtplot3d_gcc.patch
(from rev 164770, qtiplot/trunk/qwtplot3d_gcc.patch)
  qtiplot/repos/extra-x86_64/sip.patch
(from rev 164770, qtiplot/trunk/sip.patch)
Deleted:
  qtiplot/repos/extra-i686/PKGBUILD
  qtiplot/repos/extra-i686/build.conf.archlinux
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-gold.patch
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-kde.patch
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-tamuanova.patch
  qtiplot/repos/extra-i686/qtiplot.desktop
  qtiplot/repos/extra-i686/qtiplot.install
  qtiplot/repos/extra-i686/qtiplot.png
  qtiplot/repos/extra-i686/qtiplot.xml
  qtiplot/repos/extra-i686/qwtplot3d-libpng15.patch
  qtiplot/repos/extra-i686/qwtplot3d-qt-4.8.0.patch
  qtiplot/repos/extra-i686/qwtplot3d_gcc.patch
  qtiplot/repos/extra-i686/sip.patch
  qtiplot/repos/extra-x86_64/PKGBUILD
  qtiplot/repos/extra-x86_64/build.conf.archlinux
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-gold.patch
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-kde.patch
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-tamuanova.patch
  qtiplot/repos/extra-x86_64/qtiplot.desktop
  qtiplot/repos/extra-x86_64/qtiplot.install
  qtiplot/repos/extra-x86_64/qtiplot.png
  qtiplot/repos/extra-x86_64/qtiplot.xml
  qtiplot/repos/extra-x86_64/qwtplot3d-libpng15.patch
  qtiplot/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch
  qtiplot/repos/extra-x86_64/qwtplot3d_gcc.patch
  qtiplot/repos/extra-x86_64/sip.patch

--+
 extra-i686/PKGBUILD  |  190 -
 extra-i686/build.conf.archlinux  |   64 
 extra-i686/qtiplot-0.9.8.6-gold.patch|   30 +--
 extra-i686/qtiplot-0.9.8.6-kde.patch |   30 +--
 extra-i686/qtiplot-0.9.8.6-tamuanova.patch   |   52 +++---
 extra-i686/qtiplot.desktop   |   26 +--
 extra-i686/qtiplot.install   |   24 +--
 extra-i686/qtiplot.xml   |   34 ++--
 extra-i686/qwtplot3d-libpng15.patch  |   20 +-
 extra-i686/qwtplot3d-qt-4.8.0.patch  |   68 
 extra-i686/qwtplot3d_gcc.patch   |   18 +-
 extra-i686/sip.patch |   26 +--
 extra-x86_64/PKGBUILD|  190 -
 extra-x86_64/build.conf.archlinux|   64 
 

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

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 16:34:51
  Author: ronald
Revision: 164772

upgpkg: suitesparse 4.0.2-1

update to 4.0.2

Modified:
  suitesparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 20:28:32 UTC (rev 164771)
+++ PKGBUILD2012-08-04 20:34:51 UTC (rev 164772)
@@ -2,7 +2,7 @@
 # Maintainer: Ronald van Haren ronald.archlinux.org
 
 pkgname=suitesparse
-pkgver=3.7.0
+pkgver=4.0.2
 pkgrel=1
 pkgdesc=A collection of sparse matrix libraries
 url=http://www.cise.ufl.edu/research/sparse/SuiteSparse/;
@@ -14,14 +14,14 @@
 makedepends=('gcc-fortran')
 license=('GPL')
 
source=(http://www.cise.ufl.edu/research/sparse/SuiteSparse/SuiteSparse-$pkgver.tar.gz)
-sha1sums=('d0eb24b43ee2f7def032e80eaa7a589f94f546fc')
+sha1sums=('46b24a28eef4b040ea5a02d2c43e82e28b7d6195')
 
 build() {
cd $srcdir/SuiteSparse
export CFLAGS= ${CFLAGS} -DNPARTITION

-   make -C UFconfig/xerbla
-   make -C UFconfig 
+   make -C SuiteSparse_config/xerbla
+   make -C SuiteSparse_config 
for _lib in AMD CAMD COLAMD BTF KLU LDL CCOLAMD UMFPACK CHOLMOD CXSparse 
SPQR; do
   make -C ${_lib} library
done
@@ -32,7 +32,7 @@
cd ${srcdir}/SuiteSparse
install -dm755 ${pkgdir}/usr/{lib,include}

-   for _lib in UFconfig AMD CAMD COLAMD BTF KLU LDL CCOLAMD UMFPACK CHOLMOD 
CXSparse SPQR; do
+   for _lib in SuiteSparse_config AMD CAMD COLAMD BTF KLU LDL CCOLAMD UMFPACK 
CHOLMOD CXSparse SPQR; do
   make -C ${_lib} INSTALL_LIB=${pkgdir}/usr/lib 
INSTALL_INCLUDE=${pkgdir}/usr/include install
done
 



[arch-commits] Commit in suitesparse/repos (4 files)

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 16:35:22
  Author: ronald
Revision: 164773

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  suitesparse/repos/extra-i686/PKGBUILD
(from rev 164772, suitesparse/trunk/PKGBUILD)
  suitesparse/repos/extra-x86_64/PKGBUILD
(from rev 164772, suitesparse/trunk/PKGBUILD)
Deleted:
  suitesparse/repos/extra-i686/PKGBUILD
  suitesparse/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-04 20:34:51 UTC (rev 164772)
+++ extra-i686/PKGBUILD 2012-08-04 20:35:22 UTC (rev 164773)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-
-pkgname=suitesparse
-pkgver=3.7.0
-pkgrel=1
-pkgdesc=A collection of sparse matrix libraries
-url=http://www.cise.ufl.edu/research/sparse/SuiteSparse/;
-arch=('i686' 'x86_64')
-conflicts=('umfpack')
-provides=('umfpack')
-replaces=('umfpack')
-depends=('blas' 'lapack')
-makedepends=('gcc-fortran')
-license=('GPL')
-source=(http://www.cise.ufl.edu/research/sparse/SuiteSparse/SuiteSparse-$pkgver.tar.gz)
-sha1sums=('d0eb24b43ee2f7def032e80eaa7a589f94f546fc')
-
-build() {
-   cd $srcdir/SuiteSparse
-   export CFLAGS= ${CFLAGS} -DNPARTITION
-   
-   make -C UFconfig/xerbla
-   make -C UFconfig 
-   for _lib in AMD CAMD COLAMD BTF KLU LDL CCOLAMD UMFPACK CHOLMOD CXSparse 
SPQR; do
-  make -C ${_lib} library
-   done
-}
-
-
-package() {
-   cd ${srcdir}/SuiteSparse
-   install -dm755 ${pkgdir}/usr/{lib,include}
-   
-   for _lib in UFconfig AMD CAMD COLAMD BTF KLU LDL CCOLAMD UMFPACK CHOLMOD 
CXSparse SPQR; do
-  make -C ${_lib} INSTALL_LIB=${pkgdir}/usr/lib 
INSTALL_INCLUDE=${pkgdir}/usr/include install
-   done
-
-   chmod 644 ${pkgdir}/usr/include/*.{h,hpp}
-}

Copied: suitesparse/repos/extra-i686/PKGBUILD (from rev 164772, 
suitesparse/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-04 20:35:22 UTC (rev 164773)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+
+pkgname=suitesparse
+pkgver=4.0.2
+pkgrel=1
+pkgdesc=A collection of sparse matrix libraries
+url=http://www.cise.ufl.edu/research/sparse/SuiteSparse/;
+arch=('i686' 'x86_64')
+conflicts=('umfpack')
+provides=('umfpack')
+replaces=('umfpack')
+depends=('blas' 'lapack')
+makedepends=('gcc-fortran')
+license=('GPL')
+source=(http://www.cise.ufl.edu/research/sparse/SuiteSparse/SuiteSparse-$pkgver.tar.gz)
+sha1sums=('46b24a28eef4b040ea5a02d2c43e82e28b7d6195')
+
+build() {
+   cd $srcdir/SuiteSparse
+   export CFLAGS= ${CFLAGS} -DNPARTITION
+   
+   make -C SuiteSparse_config/xerbla
+   make -C SuiteSparse_config 
+   for _lib in AMD CAMD COLAMD BTF KLU LDL CCOLAMD UMFPACK CHOLMOD CXSparse 
SPQR; do
+  make -C ${_lib} library
+   done
+}
+
+
+package() {
+   cd ${srcdir}/SuiteSparse
+   install -dm755 ${pkgdir}/usr/{lib,include}
+   
+   for _lib in SuiteSparse_config AMD CAMD COLAMD BTF KLU LDL CCOLAMD UMFPACK 
CHOLMOD CXSparse SPQR; do
+  make -C ${_lib} INSTALL_LIB=${pkgdir}/usr/lib 
INSTALL_INCLUDE=${pkgdir}/usr/include install
+   done
+
+   chmod 644 ${pkgdir}/usr/include/*.{h,hpp}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-04 20:34:51 UTC (rev 164772)
+++ extra-x86_64/PKGBUILD   2012-08-04 20:35:22 UTC (rev 164773)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-
-pkgname=suitesparse
-pkgver=3.7.0
-pkgrel=1
-pkgdesc=A collection of sparse matrix libraries
-url=http://www.cise.ufl.edu/research/sparse/SuiteSparse/;
-arch=('i686' 'x86_64')
-conflicts=('umfpack')
-provides=('umfpack')
-replaces=('umfpack')
-depends=('blas' 'lapack')
-makedepends=('gcc-fortran')
-license=('GPL')
-source=(http://www.cise.ufl.edu/research/sparse/SuiteSparse/SuiteSparse-$pkgver.tar.gz)
-sha1sums=('d0eb24b43ee2f7def032e80eaa7a589f94f546fc')
-
-build() {
-   cd $srcdir/SuiteSparse
-   export CFLAGS= ${CFLAGS} -DNPARTITION
-   
-   make -C UFconfig/xerbla
-   make -C UFconfig 
-   for _lib in AMD CAMD COLAMD BTF KLU LDL CCOLAMD UMFPACK CHOLMOD CXSparse 
SPQR; do
-  make -C ${_lib} library
-   done
-}
-
-
-package() {
-   cd ${srcdir}/SuiteSparse
-   install -dm755 ${pkgdir}/usr/{lib,include}
-   
-   for _lib in UFconfig AMD CAMD COLAMD BTF KLU LDL CCOLAMD UMFPACK CHOLMOD 
CXSparse SPQR; do
-  make -C ${_lib} INSTALL_LIB=${pkgdir}/usr/lib 
INSTALL_INCLUDE=${pkgdir}/usr/include install
-   done
-
-   chmod 644 ${pkgdir}/usr/include/*.{h,hpp}
-}

Copied: suitesparse/repos/extra-x86_64/PKGBUILD (from rev 164772, 
suitesparse/trunk/PKGBUILD)

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

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 16:53:59
  Author: ronald
Revision: 164774

upgpkg: net-tools 1.60.20120804git-1

update to new git checkout; net-tools is now hosted at sourceforge instead of 
berlios

Modified:
  net-tools/trunk/PKGBUILD
Deleted:
  net-tools/trunk/gcc340.patch
  net-tools/trunk/net-tools-1.60-2.6-compilefix.patch
  net-tools/trunk/net-tools-1.60-miiioctl.patch
  net-tools/trunk/net-tools-1.60-nameif.patch
  net-tools/trunk/net-tools-1.60-nameif_strncpy.patch
  net-tools/trunk/net-tools.patch

-+
 PKGBUILD|   18 +++---
 gcc340.patch|   46 --
 net-tools-1.60-2.6-compilefix.patch |   23 -
 net-tools-1.60-miiioctl.patch   |   17 -
 net-tools-1.60-nameif.patch |   58 --
 net-tools-1.60-nameif_strncpy.patch |   13 ---
 net-tools.patch |   30 -
 7 files changed, 6 insertions(+), 199 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 20:35:22 UTC (rev 164773)
+++ PKGBUILD2012-08-04 20:53:59 UTC (rev 164774)
@@ -3,29 +3,23 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=net-tools
-pkgver=1.60.20110819cvs
-pkgrel=3
+pkgver=1.60.20120804git
+pkgrel=1
 pkgdesc=Configuration tools for Linux networking
 arch=(i686 x86_64)
 license=('GPL2')
-url=http://www.tazenda.demon.co.uk/phil/net-tools;
+url=http://net-tools.sourceforge.net/;
 depends=('glibc')
 
 # http://www.tazenda.demon.co.uk/phil/$pkgname/$pkgname-$pkgver.tar.bz2
-# use cvs checkout instead
-source=(ftp://ftp.archlinux.org/other/net-tools/net-tools-1.60.20110819cvs.tar.bz2
-  net-tools-1.60-miiioctl.patch
-  net-tools-1.60-nameif_strncpy.patch)
+# use git checkout instead
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz)
 options=(!makeflags)
 install=net-tools.install
-sha1sums=('02946449191ff279f9f0f7fd7bc65ae21059a2bf'
-  '654a96bc6575efb4a2e04b49de45d448d240eb6e'
-  '7888000d8fe867e58b5b00fe2bcf6c3041d716b4')
+sha1sums=('a3341086cb403a8d747b783693f72ee2dfd72d82')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i ../net-tools-1.60-miiioctl.patch
-  patch -Np1 -i ${srcdir}/net-tools-1.60-nameif_strncpy.patch
   yes  | make
 }
 

Deleted: gcc340.patch
===
--- gcc340.patch2012-08-04 20:35:22 UTC (rev 164773)
+++ gcc340.patch2012-08-04 20:53:59 UTC (rev 164774)
@@ -1,46 +0,0 @@
-diff -Naur net-tools-1.60-orig/hostname.c net-tools-1.60/hostname.c
 net-tools-1.60-orig/hostname.c 2001-04-08 10:04:23.0 -0700
-+++ net-tools-1.60/hostname.c  2004-05-07 17:22:14.0 -0700
-@@ -78,6 +78,7 @@
- fprintf(stderr, _(%s: name too long\n), program_name);
- break;
- default:
-+  ;
- }
-   exit(1);
- }
-@@ -98,6 +99,7 @@
-   fprintf(stderr, _(%s: name too long\n), program_name);
-   break;
-   default:
-+  ;
-   }
-   exit(1);
- };
-@@ -117,6 +119,7 @@
-   fprintf(stderr, _(%s: name too long\n), program_name);
-   break;
-   default:
-+  ;
-   }
-   exit(1);
- };
-@@ -174,6 +177,7 @@
-   printf(%s\n, hp-h_name);
-   break;
- default:
-+  ;
- }
- }
- 
-diff -Naur net-tools-1.60-orig/lib/inet_sr.c net-tools-1.60/lib/inet_sr.c
 net-tools-1.60-orig/lib/inet_sr.c  2000-02-20 13:46:45.0 -0800
-+++ net-tools-1.60/lib/inet_sr.c   2004-05-07 17:20:14.0 -0700
-@@ -105,6 +105,7 @@
- case 2:
-isnet = 0; break;
- default:
-+   ;
- }
- 
- /* Fill in the other fields. */

Deleted: net-tools-1.60-2.6-compilefix.patch
===
--- net-tools-1.60-2.6-compilefix.patch 2012-08-04 20:35:22 UTC (rev 164773)
+++ net-tools-1.60-2.6-compilefix.patch 2012-08-04 20:53:59 UTC (rev 164774)
@@ -1,23 +0,0 @@
-diff -ruN net-tools-1.60.orig/lib/x25_sr.c net-tools-1.60/lib/x25_sr.c
 net-tools-1.60.orig/lib/x25_sr.c   2000-05-20 15:38:10.0 +0200
-+++ net-tools-1.60/lib/x25_sr.c2003-10-18 20:33:31.927574928 +0200
-@@ -22,6 +22,7 @@
- #include sys/socket.h
- #include sys/ioctl.h
- #include linux/x25.h
-+#include linux/version.h
- #include ctype.h
- #include errno.h
- #include netdb.h
-@@ -77,7 +78,11 @@
-   rt.sigdigits=sigdigits;
- 
-   /* x25_route_struct.address isn't type struct sockaddr_x25, Why? */
-+#if LINUX_VERSION_CODE  KERNEL_VERSION(2, 6, 0)
-   memcpy(rt.address, sx25.sx25_addr, sizeof(x25_address));
-+#else
-+  memcpy(rt.address, sx25.sx25_addr, sizeof(struct x25_address));
-+#endif
- 
-   while (*args) {
-   if (!strcmp(*args,device) || !strcmp(*args,dev)) {

Deleted: net-tools-1.60-miiioctl.patch

[arch-commits] Commit in net-tools/repos (6 files)

2012-08-04 Thread Ronald van Haren
Date: Saturday, August 4, 2012 @ 16:55:03
  Author: ronald
Revision: 164775

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  net-tools/repos/testing-i686/
  net-tools/repos/testing-i686/PKGBUILD
(from rev 164774, net-tools/trunk/PKGBUILD)
  net-tools/repos/testing-i686/net-tools.install
(from rev 164774, net-tools/trunk/net-tools.install)
  net-tools/repos/testing-x86_64/
  net-tools/repos/testing-x86_64/PKGBUILD
(from rev 164774, net-tools/trunk/PKGBUILD)
  net-tools/repos/testing-x86_64/net-tools.install
(from rev 164774, net-tools/trunk/net-tools.install)

--+
 testing-i686/PKGBUILD|   37 +
 testing-i686/net-tools.install   |   12 
 testing-x86_64/PKGBUILD  |   37 +
 testing-x86_64/net-tools.install |   12 
 4 files changed, 98 insertions(+)

Copied: net-tools/repos/testing-i686/PKGBUILD (from rev 164774, 
net-tools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-04 20:55:03 UTC (rev 164775)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=net-tools
+pkgver=1.60.20120804git
+pkgrel=1
+pkgdesc=Configuration tools for Linux networking
+arch=(i686 x86_64)
+license=('GPL2')
+url=http://net-tools.sourceforge.net/;
+depends=('glibc')
+
+# http://www.tazenda.demon.co.uk/phil/$pkgname/$pkgname-$pkgver.tar.bz2
+# use git checkout instead
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+options=(!makeflags)
+install=net-tools.install
+sha1sums=('a3341086cb403a8d747b783693f72ee2dfd72d82')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  yes  | make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make BASEDIR=$pkgdir update
+
+  # the following is provided by yp-tools
+  rm ${pkgdir}/bin/{nis,yp}domainname
+  rm ${pkgdir}/usr/share/man/man1/{nis,yp}domainname.1
+
+  # hostname is provided by inetutils
+  rm ${pkgdir}/bin/{hostname,dnsdomainname,domainname}
+  rm -rf ${pkgdir}/usr/share/man/man1
+}

Copied: net-tools/repos/testing-i686/net-tools.install (from rev 164774, 
net-tools/trunk/net-tools.install)
===
--- testing-i686/net-tools.install  (rev 0)
+++ testing-i686/net-tools.install  2012-08-04 20:55:03 UTC (rev 164775)
@@ -0,0 +1,12 @@
+post_upgrade() {
+  if [ $(vercmp $2 1.60-16) -lt 0 ]; then
+echo hostname and {,yp,nis}domainname has moved:
+echo --
+echo hostname is now in coreutils
+echo domainname is now in yp-tools
+echo their functionality might have changed slightly
+echo 
+echo dnsdomainname remains in net-tools
+echo --
+  fi
+}

Copied: net-tools/repos/testing-x86_64/PKGBUILD (from rev 164774, 
net-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-04 20:55:03 UTC (rev 164775)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=net-tools
+pkgver=1.60.20120804git
+pkgrel=1
+pkgdesc=Configuration tools for Linux networking
+arch=(i686 x86_64)
+license=('GPL2')
+url=http://net-tools.sourceforge.net/;
+depends=('glibc')
+
+# http://www.tazenda.demon.co.uk/phil/$pkgname/$pkgname-$pkgver.tar.bz2
+# use git checkout instead
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+options=(!makeflags)
+install=net-tools.install
+sha1sums=('a3341086cb403a8d747b783693f72ee2dfd72d82')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  yes  | make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make BASEDIR=$pkgdir update
+
+  # the following is provided by yp-tools
+  rm ${pkgdir}/bin/{nis,yp}domainname
+  rm ${pkgdir}/usr/share/man/man1/{nis,yp}domainname.1
+
+  # hostname is provided by inetutils
+  rm ${pkgdir}/bin/{hostname,dnsdomainname,domainname}
+  rm -rf ${pkgdir}/usr/share/man/man1
+}

Copied: net-tools/repos/testing-x86_64/net-tools.install (from rev 164774, 
net-tools/trunk/net-tools.install)
===
--- testing-x86_64/net-tools.install(rev 0)
+++ testing-x86_64/net-tools.install2012-08-04 20:55:03 UTC (rev 164775)
@@ -0,0 +1,12 @@
+post_upgrade() {
+  if [ $(vercmp $2 1.60-16) -lt 0 ]; then
+echo hostname and {,yp,nis}domainname has moved:
+echo --
+echo hostname is now in coreutils
+echo domainname is now in yp-tools
+echo their functionality might have changed slightly
+echo 
+echo dnsdomainname remains in net-tools
+echo --
+  fi
+}



[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD fix_gen4.diff)

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 17:16:07
  Author: andyrtr
Revision: 164776

upgpkg: xf86-video-intel 2.20.3-1

upstream update 2.20.3

Modified:
  xf86-video-intel/trunk/PKGBUILD
Deleted:
  xf86-video-intel/trunk/fix_gen4.diff

---+
 PKGBUILD  |   11 +---
 fix_gen4.diff |  142 
 2 files changed, 4 insertions(+), 149 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 20:55:03 UTC (rev 164775)
+++ PKGBUILD2012-08-04 21:16:07 UTC (rev 164776)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-intel
-pkgver=2.20.2
-pkgrel=2
+pkgver=2.20.3
+pkgrel=1
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
@@ -17,14 +17,11 @@
 conflicts=('xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xorg-server1.12.0' 
'xf86-video-i810' 'xf86-video-intel-legacy')
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
-fix_gen4.diff)
-sha256sums=('4c30cce0b5f7b427d76898c439f2c9fd31a8b45babd8ef82ec4c0004ae0a26a9'
-'0c5b98e4980c8108aee12b1e46a78c23029034439dcd277f8ae1264ca3fff8a4')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('effca1382e595cc071b109818150db229ffb54f92769e4758398abbe69acb92c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/fix_gen4.diff
   ./configure --prefix=/usr \
 --enable-dri
   make

Deleted: fix_gen4.diff
===
--- fix_gen4.diff   2012-08-04 20:55:03 UTC (rev 164775)
+++ fix_gen4.diff   2012-08-04 21:16:07 UTC (rev 164776)
@@ -1,142 +0,0 @@
-From 73ddd8b0decee444a57f10a11f05deebba686649 Mon Sep 17 00:00:00 2001
-From: Chris Wilson ch...@chris-wilson.co.uk
-Date: Fri, 27 Jul 2012 11:43:00 +
-Subject: sna/gen4: Further refinement to the GT allocation
-
-Still hunting for why gen4 fails utterly.
-
-Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk

-diff --git a/src/sna/gen4_render.c b/src/sna/gen4_render.c
-index 25229e1..1a860bd 100644
 a/src/sna/gen4_render.c
-+++ b/src/sna/gen4_render.c
-@@ -79,8 +79,8 @@
- #define URB_CS_ENTRY_SIZE 1
- #define URB_CS_ENTRIES  0
- 
--#define URB_VS_ENTRY_SIZE 1   // each 512-bit row
--#define URB_VS_ENTRIES  32// we needs at least 8 entries
-+#define URB_VS_ENTRY_SIZE 1
-+#define URB_VS_ENTRIES  32
- 
- #define URB_GS_ENTRY_SIZE 0
- #define URB_GS_ENTRIES  0
-@@ -89,25 +89,24 @@
- #define URB_CLIP_ENTRIES  0
- 
- #define URB_SF_ENTRY_SIZE 2
--#define URB_SF_ENTRIES  8
-+#define URB_SF_ENTRIES  64
- 
- /*
-  * this program computes dA/dx and dA/dy for the texture coordinates along
-  * with the base texture coordinate. It was extracted from the Mesa driver
-  */
- 
--#define SF_KERNEL_NUM_GRF  16
--
--#define PS_KERNEL_NUM_GRF   32
-+#define SF_KERNEL_NUM_GRF 16
-+#define PS_KERNEL_NUM_GRF 32
- 
- static const struct gt_info {
-   uint32_t max_sf_threads;
-   uint32_t max_wm_threads;
-   uint32_t urb_size;
- } gen4_gt_info = {
--  16, 32, 256,
-+  24, 32, 256,
- }, g4x_gt_info = {
--  32, 50, 384,
-+  24, 50, 384,
- };
- 
- static const uint32_t sf_kernel[][4] = {
-@@ -1455,10 +1454,10 @@ gen4_emit_state(struct sna *sna,
-   const struct sna_composite_op *op,
-   uint16_t wm_binding_table)
- {
-+  gen4_emit_drawing_rectangle(sna, op);
-   gen4_emit_binding_table(sna, wm_binding_table);
-   gen4_emit_pipelined_pointers(sna, op, op-op, op-u.gen4.wm_kernel);
-   gen4_emit_vertex_elements(sna, op);
--  gen4_emit_drawing_rectangle(sna, op);
- 
-   if (kgem_bo_is_dirty(op-src.bo) || kgem_bo_is_dirty(op-mask.bo)) {
-   DBG((%s: flushing dirty (%d, %d)\n, __FUNCTION__,
---
-cgit v0.9.0.2-2-gbebe
-From fb385745a2347f8966765567e78229d67ddc8d60 Mon Sep 17 00:00:00 2001
-From: Chris Wilson ch...@chris-wilson.co.uk
-Date: Fri, 27 Jul 2012 12:24:04 +
-Subject: sna/gen4: Move the common vertex_offset==0 check into the flush()
-
-Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk

-diff --git a/src/sna/gen4_render.c b/src/sna/gen4_render.c
-index 1a860bd..58d4422 100644
 a/src/sna/gen4_render.c
-+++ b/src/sna/gen4_render.c
-@@ -338,7 +338,8 @@ static void gen4_magic_ca_pass(struct sna *sna,
- 
- static void gen4_vertex_flush(struct sna *sna)
- {
--  assert(sna-render_state.gen4.vertex_offset);
-+  if (sna-render_state.gen4.vertex_offset == 0)
-+  return;
- 
-   DBG((%s[%x] = %d\n, __FUNCTION__,
-4*sna-render_state.gen4.vertex_offset,
-@@ -359,8 +360,7 @@ static int gen4_vertex_finish(struct sna *sna)
- 
-   bo = sna-render.vbo;
-   if (bo) {
--  if 

[arch-commits] Commit in xf86-video-intel/repos (6 files)

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 17:16:40
  Author: andyrtr
Revision: 164777

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 164776, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 164776, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 164776, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 164776, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   35 ++
 testing-i686/xf86-video-intel.install   |8 ++
 testing-x86_64/PKGBUILD |   35 ++
 testing-x86_64/xf86-video-intel.install |8 ++
 4 files changed, 86 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 164776, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-04 21:16:40 UTC (rev 164777)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.20.3
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util=0.3.9' 
'libxfixes' 'systemd-tools')
+makedepends=('xorg-server-devel=1.12.0' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xorg-server1.12.0' 
'xf86-video-i810' 'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('effca1382e595cc071b109818150db229ffb54f92769e4758398abbe69acb92c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
164776, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2012-08-04 21:16:40 UTC (rev 
164777)
@@ -0,0 +1,8 @@
+post_install() {
+  echo  This driver now allows to switch
+  echo  between several acceleration methods.
+  echo  Add to the device section in /etc/X11/xorg.conf
+  echoOption \AccelMethod\ \sna\
+  echo  use uxa/xaa method if you run into trouble with sna.
+}
+

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 164776, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-04 21:16:40 UTC (rev 164777)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.20.3
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util=0.3.9' 
'libxfixes' 'systemd-tools')
+makedepends=('xorg-server-devel=1.12.0' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xorg-server1.12.0' 
'xf86-video-i810' 'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('effca1382e595cc071b109818150db229ffb54f92769e4758398abbe69acb92c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: 

[arch-commits] Commit in xf86-input-evdev/trunk (PKGBUILD)

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 17:22:09
  Author: andyrtr
Revision: 164778

upgpkg: xf86-input-evdev 2.7.2-1

upstream update 2.7.2

Modified:
  xf86-input-evdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 21:16:40 UTC (rev 164777)
+++ PKGBUILD2012-08-04 21:22:09 UTC (rev 164778)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xf86-input-evdev
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc=X.org evdev input driver
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!libtool' '!makeflags')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1c128bbd34bc17d08cc723c2429cdfe7efc426cb753e38189ffd290002a3b598')
+sha256sums=('ef729a0e4623e278e1d18801a6c3e4565f108bfa2546fa79333f8a731cfdd1dc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-input-evdev/repos (4 files)

2012-08-04 Thread andyrtr
Date: Saturday, August 4, 2012 @ 17:22:47
  Author: andyrtr
Revision: 164779

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xf86-input-evdev/repos/extra-i686/PKGBUILD
(from rev 164778, xf86-input-evdev/trunk/PKGBUILD)
  xf86-input-evdev/repos/extra-x86_64/PKGBUILD
(from rev 164778, xf86-input-evdev/trunk/PKGBUILD)
Deleted:
  xf86-input-evdev/repos/extra-i686/PKGBUILD
  xf86-input-evdev/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-04 21:22:09 UTC (rev 164778)
+++ extra-i686/PKGBUILD 2012-08-04 21:22:47 UTC (rev 164779)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-input-evdev
-pkgver=2.7.1
-pkgrel=1
-pkgdesc=X.org evdev input driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel=1.11.99.902')
-conflicts=('xorg-server1.11.99.902')
-options=('!libtool' '!makeflags')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1c128bbd34bc17d08cc723c2429cdfe7efc426cb753e38189ffd290002a3b598')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-input-evdev/repos/extra-i686/PKGBUILD (from rev 164778, 
xf86-input-evdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-04 21:22:47 UTC (rev 164779)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-evdev
+pkgver=2.7.2
+pkgrel=1
+pkgdesc=X.org evdev input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.99.902')
+conflicts=('xorg-server1.11.99.902')
+options=('!libtool' '!makeflags')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('ef729a0e4623e278e1d18801a6c3e4565f108bfa2546fa79333f8a731cfdd1dc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-04 21:22:09 UTC (rev 164778)
+++ extra-x86_64/PKGBUILD   2012-08-04 21:22:47 UTC (rev 164779)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-input-evdev
-pkgver=2.7.1
-pkgrel=1
-pkgdesc=X.org evdev input driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel=1.11.99.902')
-conflicts=('xorg-server1.11.99.902')
-options=('!libtool' '!makeflags')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1c128bbd34bc17d08cc723c2429cdfe7efc426cb753e38189ffd290002a3b598')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-input-evdev/repos/extra-x86_64/PKGBUILD (from rev 164778, 
xf86-input-evdev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-08-04 21:22:47 UTC (rev 164779)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-evdev
+pkgver=2.7.2
+pkgrel=1
+pkgdesc=X.org evdev input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.99.902')
+conflicts=('xorg-server1.11.99.902')
+options=('!libtool' '!makeflags')
+groups=('xorg-drivers' 'xorg')

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

2012-08-04 Thread Tom Gundersen
Date: Saturday, August 4, 2012 @ 17:55:24
  Author: tomegun
Revision: 164780

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

Added:
  hwids/repos/core-any/PKGBUILD
(from rev 164779, hwids/repos/testing-any/PKGBUILD)
Deleted:
  hwids/repos/core-any/PKGBUILD
  hwids/repos/testing-any/

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

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-08-04 21:22:47 UTC (rev 164779)
+++ core-any/PKGBUILD   2012-08-04 21:55:24 UTC (rev 164780)
@@ -1,17 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-pkgname=hwids
-pkgver=20120711
-pkgrel=1
-pkgdesc=hardware identification databases
-url=https://github.com/gentoo/hwids
-license=('GPL2')
-arch=('any')
-source=(https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver};)
-
-package() {
-  cd ${srcdir}/*
-  mkdir -p ${pkgdir}/usr/share/hwdata
-  cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
-}
-md5sums=('f28b77e9793330ed1cd3568a8f715237')

Copied: hwids/repos/core-any/PKGBUILD (from rev 164779, 
hwids/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-08-04 21:55:24 UTC (rev 164780)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+pkgname=hwids
+pkgver=20120730
+pkgrel=1
+pkgdesc=hardware identification databases
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=(https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver};)
+
+package() {
+  cd ${srcdir}/*
+  mkdir -p ${pkgdir}/usr/share/hwdata
+  cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
+}
+md5sums=('4522b801967ae8730d7269c0d881d8e5')