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

2011-12-17 Thread Gaetan Bisson
Date: Saturday, December 17, 2011 @ 03:00:09
  Author: bisson
Revision: 145118

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

Added:
  libspiro/repos/testing-i686/
  libspiro/repos/testing-i686/PKGBUILD
(from rev 145117, libspiro/trunk/PKGBUILD)
  libspiro/repos/testing-x86_64/
  libspiro/repos/testing-x86_64/PKGBUILD
(from rev 145117, libspiro/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   25 +
 testing-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: libspiro/repos/testing-i686/PKGBUILD (from rev 145117, 
libspiro/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-12-17 08:00:09 UTC (rev 145118)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libspiro
+pkgver=20071029
+pkgrel=2
+pkgdesc='Simplifies the drawing of beautiful curves'
+url='http://libspiro.sourceforge.net/'
+license=('GPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_src-${pkgver}.tar.bz2;)
+sha1sums=('d8b407b835b35289af2914877a4c6000b4fdd382')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: libspiro/repos/testing-x86_64/PKGBUILD (from rev 145117, 
libspiro/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-12-17 08:00:09 UTC (rev 145118)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libspiro
+pkgver=20071029
+pkgrel=2
+pkgdesc='Simplifies the drawing of beautiful curves'
+url='http://libspiro.sourceforge.net/'
+license=('GPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_src-${pkgver}.tar.bz2;)
+sha1sums=('d8b407b835b35289af2914877a4c6000b4fdd382')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2011-12-17 Thread Gaetan Bisson
Date: Saturday, December 17, 2011 @ 03:00:27
  Author: bisson
Revision: 145119

add libspiro support

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-17 08:00:09 UTC (rev 145118)
+++ PKGBUILD2011-12-17 08:00:27 UTC (rev 145119)
@@ -5,12 +5,12 @@
 
 pkgname=fontforge
 pkgver=20111214
-pkgrel=1
+pkgrel=2
 pkgdesc='Outline and bitmap font editor'
 arch=('i686' 'x86_64')
 url='http://fontforge.sourceforge.net/'
 license=('BSD')
-depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2')
+depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 
'libspiro')
 options=('!libtool' '!makeflags')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('55c3f00c0b486492ba071fc479e1feb426562e2b')



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

2011-12-17 Thread Gaetan Bisson
Date: Saturday, December 17, 2011 @ 03:00:55
  Author: bisson
Revision: 145120

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

Added:
  fontforge/repos/testing-i686/PKGBUILD
(from rev 145119, fontforge/trunk/PKGBUILD)
  fontforge/repos/testing-x86_64/PKGBUILD
(from rev 145119, fontforge/trunk/PKGBUILD)
Deleted:
  fontforge/repos/testing-i686/PKGBUILD
  fontforge/repos/testing-x86_64/PKGBUILD

-+
 testing-i686/PKGBUILD   |   78 +++---
 testing-x86_64/PKGBUILD |   78 +++---
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-12-17 08:00:27 UTC (rev 145119)
+++ testing-i686/PKGBUILD   2011-12-17 08:00:55 UTC (rev 145120)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=fontforge
-pkgver=20111214
-pkgrel=1
-pkgdesc='Outline and bitmap font editor'
-arch=('i686' 'x86_64')
-url='http://fontforge.sourceforge.net/'
-license=('BSD')
-depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2')
-options=('!libtool' '!makeflags')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('55c3f00c0b486492ba071fc479e1feb426562e2b')
-
-# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; 
cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz  
../${pkgname}-${pkgver}.tar.xz
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i 's/python /python2 /g' Makefile.dynamic.in
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-type3 \
-   --enable-devicetables \
-   --with-regular-link \
-   --with-python=python2 \
-   --enable-pyextension \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: fontforge/repos/testing-i686/PKGBUILD (from rev 145119, 
fontforge/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-12-17 08:00:55 UTC (rev 145120)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=fontforge
+pkgver=20111214
+pkgrel=2
+pkgdesc='Outline and bitmap font editor'
+arch=('i686' 'x86_64')
+url='http://fontforge.sourceforge.net/'
+license=('BSD')
+depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 
'libspiro')
+options=('!libtool' '!makeflags')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('55c3f00c0b486492ba071fc479e1feb426562e2b')
+
+# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; 
cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz  
../${pkgname}-${pkgver}.tar.xz
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -i 's/python /python2 /g' Makefile.dynamic.in
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-type3 \
+   --enable-devicetables \
+   --with-regular-link \
+   --with-python=python2 \
+   --enable-pyextension \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2011-12-17 08:00:27 UTC (rev 145119)
+++ testing-x86_64/PKGBUILD 2011-12-17 08:00:55 UTC (rev 145120)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=fontforge
-pkgver=20111214
-pkgrel=1
-pkgdesc='Outline and bitmap font editor'
-arch=('i686' 'x86_64')
-url='http://fontforge.sourceforge.net/'
-license=('BSD')
-depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2')
-options=('!libtool' '!makeflags')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('55c3f00c0b486492ba071fc479e1feb426562e2b')
-
-# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; 
cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz  
../${pkgname}-${pkgver}.tar.xz
-
-build() {
-   cd 

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

2011-12-17 Thread andyrtr
Date: Saturday, December 17, 2011 @ 03:46:43
  Author: andyrtr
Revision: 145121

upgpkg: libxi 1.4.4-1

upstream update 1.4.4

Modified:
  libxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-17 08:00:55 UTC (rev 145120)
+++ PKGBUILD2011-12-17 08:46:43 UTC (rev 145121)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxi
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc=X11 Input extension library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!libtool)
 license=('custom')
 source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
-sha1sums=('c66cfdee74e8d169a7992b5f257395e653ca761b')
+sha1sums=('e4ca1b45368214ba246bfad398ea087125c79f31')
 
 build() {
   cd ${srcdir}/libXi-${pkgver}



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

2011-12-17 Thread andyrtr
Date: Saturday, December 17, 2011 @ 03:47:23
  Author: andyrtr
Revision: 145122

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-17 08:46:43 UTC (rev 145121)
+++ extra-i686/PKGBUILD 2011-12-17 08:47:23 UTC (rev 145122)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxi
-pkgver=1.4.3
-pkgrel=1
-pkgdesc=X11 Input extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org;
-depends=('libxext' 'inputproto')
-makedepends=('pkgconfig' 'xorg-util-macros')
-options=(!libtool)
-license=('custom')
-source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
-sha1sums=('c66cfdee74e8d169a7992b5f257395e653ca761b')
-
-build() {
-  cd ${srcdir}/libXi-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXi-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxi/repos/extra-i686/PKGBUILD (from rev 145121, libxi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-17 08:47:23 UTC (rev 145122)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxi
+pkgver=1.4.4
+pkgrel=1
+pkgdesc=X11 Input extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org;
+depends=('libxext' 'inputproto')
+makedepends=('pkgconfig' 'xorg-util-macros')
+options=(!libtool)
+license=('custom')
+source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
+sha1sums=('e4ca1b45368214ba246bfad398ea087125c79f31')
+
+build() {
+  cd ${srcdir}/libXi-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXi-${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   2011-12-17 08:46:43 UTC (rev 145121)
+++ extra-x86_64/PKGBUILD   2011-12-17 08:47:23 UTC (rev 145122)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxi
-pkgver=1.4.3
-pkgrel=1
-pkgdesc=X11 Input extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org;
-depends=('libxext' 'inputproto')
-makedepends=('pkgconfig' 'xorg-util-macros')
-options=(!libtool)
-license=('custom')
-source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
-sha1sums=('c66cfdee74e8d169a7992b5f257395e653ca761b')
-
-build() {
-  cd ${srcdir}/libXi-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXi-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxi/repos/extra-x86_64/PKGBUILD (from rev 145121, 
libxi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-17 08:47:23 UTC (rev 145122)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxi
+pkgver=1.4.4
+pkgrel=1
+pkgdesc=X11 Input extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org;
+depends=('libxext' 'inputproto')
+makedepends=('pkgconfig' 'xorg-util-macros')
+options=(!libtool)
+license=('custom')
+source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
+sha1sums=('e4ca1b45368214ba246bfad398ea087125c79f31')
+
+build() {
+  cd ${srcdir}/libXi-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXi-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xorg-util-macros/trunk (PKGBUILD)

2011-12-17 Thread andyrtr
Date: Saturday, December 17, 2011 @ 03:54:33
  Author: andyrtr
Revision: 145123

upgpkg: xorg-util-macros 1.16.0-1

upstream update 1.16.0

Modified:
  xorg-util-macros/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-17 08:47:23 UTC (rev 145122)
+++ PKGBUILD2011-12-17 08:54:33 UTC (rev 145123)
@@ -2,14 +2,14 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-util-macros
-pkgver=1.15.0
+pkgver=1.16.0
 pkgrel=1
 pkgdesc=X.Org Autotools macros
 arch=(any)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2)
-sha1sums=('1c4871ba4b4c6cac894b64489053d85e0a122e60')
+sha1sums=('1c08e52ec492df85be49a3b157ec39f7d4e52fa4')
 
 build() {
   cd ${srcdir}/util-macros-${pkgver}



[arch-commits] Commit in xorg-util-macros/repos/extra-any (PKGBUILD PKGBUILD)

2011-12-17 Thread andyrtr
Date: Saturday, December 17, 2011 @ 03:54:55
  Author: andyrtr
Revision: 145124

archrelease: copy trunk to extra-any

Added:
  xorg-util-macros/repos/extra-any/PKGBUILD
(from rev 145123, xorg-util-macros/trunk/PKGBUILD)
Deleted:
  xorg-util-macros/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2011-12-17 08:54:33 UTC (rev 145123)
+++ PKGBUILD2011-12-17 08:54:55 UTC (rev 145124)
@@ -1,28 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-util-macros
-pkgver=1.15.0
-pkgrel=1
-pkgdesc=X.Org Autotools macros
-arch=(any)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2)
-sha1sums=('1c4871ba4b4c6cac894b64489053d85e0a122e60')
-
-build() {
-  cd ${srcdir}/util-macros-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/util-macros-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/lib
-  mv ${pkgdir}/usr/share/pkgconfig ${pkgdir}/usr/lib/
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-util-macros/repos/extra-any/PKGBUILD (from rev 145123, 
xorg-util-macros/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-12-17 08:54:55 UTC (rev 145124)
@@ -0,0 +1,28 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-util-macros
+pkgver=1.16.0
+pkgrel=1
+pkgdesc=X.Org Autotools macros
+arch=(any)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2)
+sha1sums=('1c08e52ec492df85be49a3b157ec39f7d4e52fa4')
+
+build() {
+  cd ${srcdir}/util-macros-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/util-macros-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/lib
+  mv ${pkgdir}/usr/share/pkgconfig ${pkgdir}/usr/lib/
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in libdrm/trunk (PKGBUILD git_fixes.diff list.h rbo.h)

2011-12-17 Thread andyrtr
Date: Saturday, December 17, 2011 @ 04:07:57
  Author: andyrtr
Revision: 145125

upgpkg: libdrm 2.4.29-1

upstream update 2.4.29

Modified:
  libdrm/trunk/PKGBUILD
  libdrm/trunk/git_fixes.diff
Deleted:
  libdrm/trunk/list.h
  libdrm/trunk/rbo.h

+
 PKGBUILD   |   15 ++
 git_fixes.diff |   30 
 list.h |  137 ---
 rbo.h  |   50 
 4 files changed, 17 insertions(+), 215 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-17 08:54:55 UTC (rev 145124)
+++ PKGBUILD2011-12-17 09:07:57 UTC (rev 145125)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libdrm
-pkgver=2.4.28
+pkgver=2.4.29
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services
 arch=(i686 x86_64)
@@ -14,23 +14,18 @@
 source=(http://dri.freedesktop.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 no-pthread-stubs.patch
 COPYING
-   git_fixes.diff 
-   #missing files from 
http://cgit.freedesktop.org/mesa/drm/snapshot/drm-902ee661f1864aaf8325621085f6a1b5a6a3673a.tar.bz2
 - https://bugs.freedesktop.org/show_bug.cgi?id=43538
-   rbo.h list.h)
-md5sums=('6488f64119c6439fa4038e9cd7b30b67'
+   git_fixes.diff)
+md5sums=('96d5e3e9edd55f4b016fe3b5dd0a1953'
  'c722c8406507b7e3a8da7a3030d1d9cf'
  'ba65e71c481b94ef0fb6c23c7f21ffa1'
- '671b87f9670e709e54a19cd292c6330d'
- '073846ea43fb4d6130062c1897d92e40'
- 'ce867d3331862c2b87d1a37461b42dbe')
+ 'aebd5336568090b8ec084fabcfb08071')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np1 -i ${srcdir}/no-pthread-stubs.patch
 
-  # add a missing file in the release tarball
+  # git fixes - currently none
   patch -Np1 -i ${srcdir}/git_fixes.diff
-  cp ${srcdir}/{rbo,list}.h ${srcdir}/${pkgname}-${pkgver}/tests/radeon/
   
   #libtoolize --force
   autoreconf --force --install

Modified: git_fixes.diff
===
--- git_fixes.diff  2011-12-17 08:54:55 UTC (rev 145124)
+++ git_fixes.diff  2011-12-17 09:07:57 UTC (rev 145125)
@@ -1,19 +1,13 @@
-From 902ee661f1864aaf8325621085f6a1b5a6a3673a Mon Sep 17 00:00:00 2001
-From: Dave Airlie airl...@redhat.com
-Date: Mon, 05 Dec 2011 21:24:48 +
-Subject: test/radeon: add missing files for dist
-

-diff --git a/tests/radeon/Makefile.am b/tests/radeon/Makefile.am
-index 021ca72..1775669 100644
 a/tests/radeon/Makefile.am
-+++ b/tests/radeon/Makefile.am
-@@ -9,4 +9,6 @@ noinst_PROGRAMS = \
+diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c
+index 19441f3..eb9dd32 100644
+--- a/intel/intel_bufmgr_gem.c
 b/intel/intel_bufmgr_gem.c
+@@ -958,7 +958,7 @@ static void 
drm_intel_gem_bo_purge_vma_cache(drm_intel_bufmgr_gem *bufmgr_gem)
+ bufmgr_gem-vma_cache.next,
+ vma_list);
+   assert(bo_gem-map_count == 0);
+-  DRMLISTDEL(bo_gem-vma_list);
++  DRMLISTDELINIT(bo_gem-vma_list);
  
- radeon_ttm_SOURCES = \
-   rbo.c \
-+  rbo.h \
-+  list.h \
-   radeon_ttm.c
---
-cgit v0.9.0.2-2-gbebe
+   if (bo_gem-mem_virtual) {
+   munmap(bo_gem-mem_virtual, bo_gem-bo.size);

Deleted: list.h
===
--- list.h  2011-12-17 08:54:55 UTC (rev 145124)
+++ list.h  2011-12-17 09:07:57 UTC (rev 145125)
@@ -1,137 +0,0 @@
-/*
- *
- * Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND. USA.
- * All Rights Reserved.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the
- * Software), to deal in the Software without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sub license, and/or sell copies of the Software, and to
- * permit persons to whom the Software is furnished to do so, subject to
- * the following conditions:
- *
- * THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
- * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
- * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
- * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
- * USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
- * The above copyright notice and this permission notice (including the
- * next paragraph) shall be included in all copies or substantial portions
- * of the Software.
- *
- */
-
-/**
- * \file
- * List macros heavily inspired by the Linux kernel
- * list handling. No list looping yet.
- *
- * Is not 

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

2011-12-17 Thread andyrtr
Date: Saturday, December 17, 2011 @ 04:08:44
  Author: andyrtr
Revision: 145126

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

Added:
  libdrm/repos/testing-i686/
  libdrm/repos/testing-i686/COPYING
(from rev 145125, libdrm/trunk/COPYING)
  libdrm/repos/testing-i686/PKGBUILD
(from rev 145125, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-i686/git_fixes.diff
(from rev 145125, libdrm/trunk/git_fixes.diff)
  libdrm/repos/testing-i686/no-pthread-stubs.patch
(from rev 145125, libdrm/trunk/no-pthread-stubs.patch)
  libdrm/repos/testing-x86_64/
  libdrm/repos/testing-x86_64/COPYING
(from rev 145125, libdrm/trunk/COPYING)
  libdrm/repos/testing-x86_64/PKGBUILD
(from rev 145125, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-x86_64/git_fixes.diff
(from rev 145125, libdrm/trunk/git_fixes.diff)
  libdrm/repos/testing-x86_64/no-pthread-stubs.patch
(from rev 145125, libdrm/trunk/no-pthread-stubs.patch)

---+
 testing-i686/COPYING  |   48 +++
 testing-i686/PKGBUILD |   51 
 testing-i686/git_fixes.diff   |   13 ++
 testing-i686/no-pthread-stubs.patch   |   66 
 testing-x86_64/COPYING|   48 +++
 testing-x86_64/PKGBUILD   |   51 
 testing-x86_64/git_fixes.diff |   13 ++
 testing-x86_64/no-pthread-stubs.patch |   66 
 8 files changed, 356 insertions(+)

Copied: libdrm/repos/testing-i686/COPYING (from rev 145125, 
libdrm/trunk/COPYING)
===
--- testing-i686/COPYING(rev 0)
+++ testing-i686/COPYING2011-12-17 09:08:44 UTC (rev 145126)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without limitation on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+
+ Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ All Rights Reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
+ SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/testing-i686/PKGBUILD (from rev 145125, 
libdrm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-12-17 09:08:44 UTC (rev 145126)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libdrm
+pkgver=2.4.29
+pkgrel=1
+pkgdesc=Userspace interface to kernel DRM services
+arch=(i686 x86_64)
+license=('custom')
+depends=('glibc' 'libpciaccess')
+makedepends=('cairo')
+options=('!libtool')
+url=http://dri.freedesktop.org/;
+source=(http://dri.freedesktop.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+

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

2011-12-17 Thread Ionut Biru
Date: Saturday, December 17, 2011 @ 04:29:31
  Author: ibiru
Revision: 145127

update to 2.24.1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-17 09:08:44 UTC (rev 145126)
+++ PKGBUILD2011-12-17 09:29:31 UTC (rev 145127)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=gdk-pixbuf2
-pkgver=2.24.0
+pkgver=2.24.1
 pkgrel=1
 pkgdesc=An image loading library
 arch=('i686' 'x86_64')
@@ -11,22 +11,23 @@
 makedepends=('gtk-doc' 'gobject-introspection')
 options=('!libtool')
 install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/2.24/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('67c11d3aa40441c1cea42c365bf2d6a9a9dd52fae2d359a707ad5e8abb4d28a7')
+source=(http://download.gnome.org/sources/gdk-pixbuf/2.24/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('da7a3f00db360913716368e19e336402755cafa93769f3cfa28a969303e4bee1')
 
 build() {
-  cd ${srcdir}/gdk-pixbuf-${pkgver}
+  cd $srcdir/gdk-pixbuf-$pkgver
 
   ./configure --prefix=/usr \
 --without-libjasper \
+--with-x11 \
 --with-included-loaders=png
   make
 }
 
 package() {
-  cd ${srcdir}/gdk-pixbuf-${pkgver}
+  cd $srcdir/gdk-pixbuf-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=$pkgdir install
 }
 
 # vim:set ts=2 sw=2 et:



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

2011-12-17 Thread Andrea Scarpino
Date: Saturday, December 17, 2011 @ 04:34:18
  Author: andrea
Revision: 145128

upgpkg: pyqt 4.8.6-2

Qt 4.8.0 rebuild

Modified:
  pyqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-17 09:29:31 UTC (rev 145127)
+++ PKGBUILD2011-12-17 09:34:18 UTC (rev 145128)
@@ -7,12 +7,12 @@
 pkgbase=pyqt
 pkgname=('pyqt' 'python2-pyqt')
 pkgver=4.8.6
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
 makedepends=('qt' 'python-sip' 'dbus-python' 'python2-sip' 'phonon'
- 'python-opengl' 'qt-assistant-compat')
+ 'python-opengl' 'qt-assistant-compat' 'qtwebkit')
 
source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;)
 md5sums=('9bfd7b08b8e438b83cc50d5c58191f97')
 
@@ -45,7 +45,7 @@
 
 package_pyqt(){
   pkgdesc=A set of Python 3.x bindings for the Qt toolkit
-  depends=('qt' 'python-sip')
+  depends=('qtwebkit' 'python-sip')
   optdepends=('phonon: enable audio and video in PyQt applications'
   'qscintilla: QScintilla API'
   'qt-assistant-compat: add PyQt online help in Qt Assistant')
@@ -66,6 +66,7 @@
   'qt-assistant-compat: add PyQt online help in Qt Assistant')
   replaces=('python2-qt')
   provides=('python2-qt')
+  options=('!emptydirs')
 
   cd ${srcdir}/Py2Qt-x11-gpl-${pkgver}
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR



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

2011-12-17 Thread Andrea Scarpino
Date: Saturday, December 17, 2011 @ 04:34:44
  Author: andrea
Revision: 145129

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

Added:
  pyqt/repos/staging-i686/
  pyqt/repos/staging-i686/PKGBUILD
(from rev 145128, pyqt/trunk/PKGBUILD)
  pyqt/repos/staging-x86_64/
  pyqt/repos/staging-x86_64/PKGBUILD
(from rev 145128, pyqt/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   79 ++
 staging-x86_64/PKGBUILD |   79 ++
 2 files changed, 158 insertions(+)

Copied: pyqt/repos/staging-i686/PKGBUILD (from rev 145128, pyqt/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-12-17 09:34:44 UTC (rev 145129)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
+
+pkgbase=pyqt
+pkgname=('pyqt' 'python2-pyqt')
+pkgver=4.8.6
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://riverbankcomputing.co.uk/software/pyqt/intro;
+license=('GPL')
+makedepends=('qt' 'python-sip' 'dbus-python' 'python2-sip' 'phonon'
+ 'python-opengl' 'qt-assistant-compat' 'qtwebkit')
+source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;)
+md5sums=('9bfd7b08b8e438b83cc50d5c58191f97')
+
+build() {
+  cd ${srcdir}
+  cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
+
+  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
+  python configure.py \
+--confirm-license \
+--qsci-api
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+
+  ### Python2 version ###
+  cd ${srcdir}/Py2Qt-x11-gpl-${pkgver}
+  python2 configure.py \
+--confirm-license \
+-v /usr/share/sip \
+--qsci-api
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+}
+
+package_pyqt(){
+  pkgdesc=A set of Python 3.x bindings for the Qt toolkit
+  depends=('qtwebkit' 'python-sip')
+  optdepends=('phonon: enable audio and video in PyQt applications'
+  'qscintilla: QScintilla API'
+  'qt-assistant-compat: add PyQt online help in Qt Assistant')
+  replaces=('python-qt')
+  provides=('python-qt')
+
+  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
+  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
+  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
+}
+
+package_python2-pyqt(){
+  pkgdesc=A set of Python 2.x bindings for the Qt toolkit
+  depends=('pyqt' 'python2-sip' 'dbus-python')
+  optdepends=('phonon: enable audio and video in PyQt applications'
+  'python-opengl: enable OpenGL 3D graphics in PyQt applications'
+  'qscintilla: QScintilla API'
+  'qt-assistant-compat: add PyQt online help in Qt Assistant')
+  replaces=('python2-qt')
+  provides=('python2-qt')
+  options=('!emptydirs')
+
+  cd ${srcdir}/Py2Qt-x11-gpl-${pkgver}
+  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
+  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
+
+  # Provided by pyqt
+  rm ${pkgdir}/usr/bin/{pylupdate4,pyrcc4,pyuic4}
+  rm ${pkgdir}/usr/lib/qt/plugins/designer/libpythonplugin.so
+  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt4.api
+}

Copied: pyqt/repos/staging-x86_64/PKGBUILD (from rev 145128, 
pyqt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-12-17 09:34:44 UTC (rev 145129)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
+
+pkgbase=pyqt
+pkgname=('pyqt' 'python2-pyqt')
+pkgver=4.8.6
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://riverbankcomputing.co.uk/software/pyqt/intro;
+license=('GPL')
+makedepends=('qt' 'python-sip' 'dbus-python' 'python2-sip' 'phonon'
+ 'python-opengl' 'qt-assistant-compat' 'qtwebkit')
+source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;)
+md5sums=('9bfd7b08b8e438b83cc50d5c58191f97')
+
+build() {
+  cd ${srcdir}
+  cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
+
+  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
+  python configure.py \
+--confirm-license \
+--qsci-api
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+
+  ### Python2 version ###
+  cd ${srcdir}/Py2Qt-x11-gpl-${pkgver}
+  python2 configure.py \
+--confirm-license \
+-v /usr/share/sip \
+  

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

2011-12-17 Thread andyrtr
Date: Saturday, December 17, 2011 @ 04:41:15
  Author: andyrtr
Revision: 145130

upgpkg: xorg-server 1.11.3-1

upstream update 1.11.3

Modified:
  xorg-server/trunk/PKGBUILD
Deleted:
  xorg-server/trunk/Xi-allow-passive-keygrabs-on-the-XIAll-Master-Device.patch

+
 PKGBUILD   |   17 +-
 Xi-allow-passive-keygrabs-on-the-XIAll-Master-Device.patch |   31 ---
 2 files changed, 5 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-17 09:34:44 UTC (rev 145129)
+++ PKGBUILD2011-12-17 09:41:15 UTC (rev 145130)
@@ -3,8 +3,8 @@
 
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
-pkgver=1.11.2
-pkgrel=2
+pkgver=1.11.3
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -14,19 +14,16 @@
 autoconfig-nvidia.patch
 autoconfig-sis.patch
 revert-trapezoids.patch
-git-fixes.patch
+#git-fixes.patch
 xserver-1.11.2-record-crasher.patch
-Xi-allow-passive-keygrabs-on-the-XIAll-Master-Device.patch
 xvfb-run
 xvfb-run.1
 10-quirks.conf)
-md5sums=('8796fff441e5435ee36a72579008af24'
+md5sums=('a7194c437963627e1db0dd2d6c1a1984'
  '6c7e87d63ac4b535e19a80c89d0cf091'
  'f8194638ca4872c2b0a67862a70bcebf'
  'f6c84f4936f8e00abdfbd9fb4eda83fb'
- '6fb42ec979ecd6125b6599f54dc00d14'
  '3f9de4dbfee2da90167192d8ca9eb2b4'
- '47f9b979fe38043b42ff866fd0d0'
  '52fd3effd80d7bc6c1660d4ecf23d31c'
  '376c70308715cd2643f7bff936d9934b'
  'd4f7dfc6be4ef4e2c6dd7632a9d88abe')
@@ -44,16 +41,12 @@
   patch -Np1 -i ${srcdir}/revert-trapezoids.patch
 
   # Add post-release patches from 1.11 branch
-  patch -Np1 -i ${srcdir}/git-fixes.patch
+#  patch -Np1 -i ${srcdir}/git-fixes.patch
 
   # From Fedora.
   # Upstream URL: http://patchwork.freedesktop.org/patch/7866/
   patch -Np1 -i ${srcdir}/xserver-1.11.2-record-crasher.patch
 
-  # From Fedora.
-  # Upstream URL: https://bugs.freedesktop.org/show_bug.cgi?id=42298
-  patch -Np1 -i 
${srcdir}/Xi-allow-passive-keygrabs-on-the-XIAll-Master-Device.patch
-
   autoreconf -fi
   ./configure --prefix=/usr \
   --enable-ipv6 \

Deleted: Xi-allow-passive-keygrabs-on-the-XIAll-Master-Device.patch
===
--- Xi-allow-passive-keygrabs-on-the-XIAll-Master-Device.patch  2011-12-17 
09:34:44 UTC (rev 145129)
+++ Xi-allow-passive-keygrabs-on-the-XIAll-Master-Device.patch  2011-12-17 
09:41:15 UTC (rev 145130)
@@ -1,31 +0,0 @@
-From 97f2af5876dab0dfab06be735416f3fc950ed39e Mon Sep 17 00:00:00 2001
-From: Peter Hutterer peter.hutte...@who-t.net
-Date: Thu, 27 Oct 2011 11:03:39 +1000
-Subject: [PATCH] Xi: allow passive keygrabs on the XIAll(Master)Devices fake
- devices
-
-They don't have a KeyClassRec, but we must still allow passive grabs on
-them.
-
-Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
-Tested-by: Bastien Nocera had...@hadess.net

- Xi/exevents.c |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/Xi/exevents.c b/Xi/exevents.c
-index 053c76f..edf2c39 100644
 a/Xi/exevents.c
-+++ b/Xi/exevents.c
-@@ -1495,7 +1495,7 @@ GrabKey(ClientPtr client, DeviceIntPtr dev, DeviceIntPtr 
modifier_device,
- rc = CheckGrabValues(client, param);
- if (rc != Success)
- return rc;
--if (k == NULL)
-+if ((dev-id != XIAllDevices  dev-id != XIAllMasterDevices)  k == 
NULL)
-   return BadMatch;
- if (grabtype == GRABTYPE_XI)
- {
--- 
-1.7.7
-



[arch-commits] Commit in xorg-server/repos (38 files)

2011-12-17 Thread andyrtr
Date: Saturday, December 17, 2011 @ 04:42:49
  Author: andyrtr
Revision: 145131

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

Added:
  xorg-server/repos/extra-i686/10-quirks.conf
(from rev 145130, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/extra-i686/PKGBUILD
(from rev 145130, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
(from rev 145130, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/extra-i686/autoconfig-sis.patch
(from rev 145130, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-i686/git-fixes.patch
(from rev 145130, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/extra-i686/revert-trapezoids.patch
(from rev 145130, xorg-server/trunk/revert-trapezoids.patch)
  xorg-server/repos/extra-i686/xserver-1.11.2-record-crasher.patch
(from rev 145130, xorg-server/trunk/xserver-1.11.2-record-crasher.patch)
  xorg-server/repos/extra-i686/xvfb-run
(from rev 145130, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-i686/xvfb-run.1
(from rev 145130, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/extra-x86_64/10-quirks.conf
(from rev 145130, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/extra-x86_64/PKGBUILD
(from rev 145130, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
(from rev 145130, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
(from rev 145130, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-x86_64/git-fixes.patch
(from rev 145130, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/extra-x86_64/revert-trapezoids.patch
(from rev 145130, xorg-server/trunk/revert-trapezoids.patch)
  xorg-server/repos/extra-x86_64/xserver-1.11.2-record-crasher.patch
(from rev 145130, xorg-server/trunk/xserver-1.11.2-record-crasher.patch)
  xorg-server/repos/extra-x86_64/xvfb-run
(from rev 145130, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-x86_64/xvfb-run.1
(from rev 145130, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/extra-i686/10-quirks.conf
  xorg-server/repos/extra-i686/PKGBUILD
  
xorg-server/repos/extra-i686/Xi-allow-passive-keygrabs-on-the-XIAll-Master-Device.patch
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
  xorg-server/repos/extra-i686/autoconfig-sis.patch
  xorg-server/repos/extra-i686/git-fixes.patch
  xorg-server/repos/extra-i686/revert-trapezoids.patch
  xorg-server/repos/extra-i686/xserver-1.11.2-record-crasher.patch
  xorg-server/repos/extra-i686/xvfb-run
  xorg-server/repos/extra-i686/xvfb-run.1
  xorg-server/repos/extra-x86_64/10-quirks.conf
  xorg-server/repos/extra-x86_64/PKGBUILD
  
xorg-server/repos/extra-x86_64/Xi-allow-passive-keygrabs-on-the-XIAll-Master-Device.patch
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
  xorg-server/repos/extra-x86_64/git-fixes.patch
  xorg-server/repos/extra-x86_64/revert-trapezoids.patch
  xorg-server/repos/extra-x86_64/xserver-1.11.2-record-crasher.patch
  xorg-server/repos/extra-x86_64/xvfb-run
  xorg-server/repos/extra-x86_64/xvfb-run.1

-+
 extra-i686/10-quirks.conf   |   20 
 extra-i686/PKGBUILD |  403 
+++
 extra-i686/Xi-allow-passive-keygrabs-on-the-XIAll-Master-Device.patch   |   31 
 extra-i686/autoconfig-nvidia.patch  |   58 
-
 extra-i686/autoconfig-sis.patch |   38 
 extra-i686/git-fixes.patch  |  322 
++---
 extra-i686/revert-trapezoids.patch  |  358 
+++---
 extra-i686/xserver-1.11.2-record-crasher.patch  |  482 

 extra-i686/xvfb-run |  360 
+++---
 extra-i686/xvfb-run.1   |  564 
+-
 extra-x86_64/10-quirks.conf |   20 
 extra-x86_64/PKGBUILD   |  403 
+++
 extra-x86_64/Xi-allow-passive-keygrabs-on-the-XIAll-Master-Device.patch |   31 
 extra-x86_64/autoconfig-nvidia.patch|   58 
-
 extra-x86_64/autoconfig-sis.patch   |   38 
 extra-x86_64/git-fixes.patch|  322 
++---
 extra-x86_64/revert-trapezoids.patch|  358 
+++---
 extra-x86_64/xserver-1.11.2-record-crasher.patch|  482 

 extra-x86_64/xvfb-run   |  360 
+++---
 extra-x86_64/xvfb-run.1 |  

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

2011-12-17 Thread Andrea Scarpino
Date: Saturday, December 17, 2011 @ 05:04:41
  Author: andrea
Revision: 145132

Add qtwebkit dependence

Added:
  kdelibs/repos/staging-i686/
  kdelibs/repos/staging-x86_64/
Modified:
  kdelibs/repos/staging-i686/PKGBUILD
  kdelibs/repos/staging-x86_64/PKGBUILD

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

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-12 18:32:32 UTC (rev 144973)
+++ staging-i686/PKGBUILD   2011-12-17 10:04:41 UTC (rev 145132)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -13,7 +13,7 @@
 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 
'grantlee'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'xdg-utils'
 'phonon' 'hicolor-icon-theme' 'upower' 'udisks' 'libxcursor'
-'docbook-xsl')
+'docbook-xsl' 'qtwebkit')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
 replaces=('kdelibs-experimental')
 install='kdelibs.install'

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-12 18:32:32 UTC (rev 144973)
+++ staging-x86_64/PKGBUILD 2011-12-17 10:04:41 UTC (rev 145132)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -13,7 +13,7 @@
 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 
'grantlee'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'xdg-utils'
 'phonon' 'hicolor-icon-theme' 'upower' 'udisks' 'libxcursor'
-'docbook-xsl')
+'docbook-xsl' 'qtwebkit')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
 replaces=('kdelibs-experimental')
 install='kdelibs.install'



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

2011-12-17 Thread Ionut Biru
Date: Saturday, December 17, 2011 @ 05:30:04
  Author: ibiru
Revision: 145133

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

Added:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
(from rev 145132, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
(from rev 145132, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
(from rev 145132, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install
(from rev 145132, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install

--+
 extra-i686/PKGBUILD  |   65 ++---
 extra-i686/gdk-pixbuf2.install   |   22 ++--
 extra-x86_64/PKGBUILD|   65 ++---
 extra-x86_64/gdk-pixbuf2.install |   22 ++--
 4 files changed, 88 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-17 10:04:41 UTC (rev 145132)
+++ extra-i686/PKGBUILD 2011-12-17 10:30:04 UTC (rev 145133)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=gdk-pixbuf2
-pkgver=2.24.0
-pkgrel=1
-pkgdesc=An image loading library
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('GPL2')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11')
-makedepends=('gtk-doc' 'gobject-introspection')
-options=('!libtool')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/2.24/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('67c11d3aa40441c1cea42c365bf2d6a9a9dd52fae2d359a707ad5e8abb4d28a7')
-
-build() {
-  cd ${srcdir}/gdk-pixbuf-${pkgver}
-
-  ./configure --prefix=/usr \
---without-libjasper \
---with-included-loaders=png
-  make
-}
-
-package() {
-  cd ${srcdir}/gdk-pixbuf-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/extra-i686/PKGBUILD (from rev 145132, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-17 10:30:04 UTC (rev 145133)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=gdk-pixbuf2
+pkgver=2.24.1
+pkgrel=1
+pkgdesc=An image loading library
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11')
+makedepends=('gtk-doc' 'gobject-introspection')
+options=('!libtool')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/2.24/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('da7a3f00db360913716368e19e336402755cafa93769f3cfa28a969303e4bee1')
+
+build() {
+  cd $srcdir/gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--without-libjasper \
+--with-x11 \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd $srcdir/gdk-pixbuf-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gdk-pixbuf2.install
===
--- extra-i686/gdk-pixbuf2.install  2011-12-17 10:04:41 UTC (rev 145132)
+++ extra-i686/gdk-pixbuf2.install  2011-12-17 10:30:04 UTC (rev 145133)
@@ -1,11 +0,0 @@
-post_install() {
-usr/bin/gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
-}

Copied: gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install (from rev 145132, 
gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- extra-i686/gdk-pixbuf2.install  (rev 0)
+++ extra-i686/gdk-pixbuf2.install  2011-12-17 10:30:04 UTC (rev 145133)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-17 10:04:41 UTC (rev 145132)
+++ extra-x86_64/PKGBUILD   2011-12-17 10:30:04 UTC (rev 145133)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=gdk-pixbuf2
-pkgver=2.24.0
-pkgrel=1
-pkgdesc=An image loading library
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('GPL2')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11')
-makedepends=('gtk-doc' 'gobject-introspection')
-options=('!libtool')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/2.24/gdk-pixbuf-${pkgver}.tar.xz)

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

2011-12-17 Thread Ionut Biru
Date: Saturday, December 17, 2011 @ 11:20:44
  Author: ibiru
Revision: 145134

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

Added:
  twisted/repos/extra-i686/PKGBUILD
(from rev 145133, twisted/repos/testing-i686/PKGBUILD)
  twisted/repos/extra-i686/twisted.install
(from rev 145133, twisted/repos/testing-i686/twisted.install)
Deleted:
  twisted/repos/extra-i686/PKGBUILD
  twisted/repos/extra-i686/twisted.install
  twisted/repos/testing-i686/

-+
 PKGBUILD|   68 +++---
 twisted.install |   22 -
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-17 10:30:04 UTC (rev 145133)
+++ extra-i686/PKGBUILD 2011-12-17 16:20:44 UTC (rev 145134)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor:  Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=twisted
-pkgver=11.0.0
-pkgrel=1
-pkgdesc=Asynchronous networking framework written in Python.
-arch=('i686' 'x86_64')
-url=http://twistedmatrix.com/;
-license=('MIT')
-depends=('python2' 'pycrypto' 'zope-interface')
-optdepends=('python2-pyopenssl'
-'python-soappy:for twisted.web.soap')
-install=twisted.install
-source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-${pkgver}.tar.bz2)
-md5sums=('d7f94a1609a1b8f3b8c8d0146d4cfe54')
-
-build() {
-cd ${srcdir}/Twisted-${pkgver}
-python2 setup.py build
-}
-
-package() {
-cd ${srcdir}/Twisted-${pkgver}
-python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
--i 
${pkgdir}/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py
-sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
--i 
${pkgdir}/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py
-}

Copied: twisted/repos/extra-i686/PKGBUILD (from rev 145133, 
twisted/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-17 16:20:44 UTC (rev 145134)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor:  Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=twisted
+pkgver=11.1.0
+pkgrel=1
+pkgdesc=Asynchronous networking framework written in Python.
+arch=('i686' 'x86_64')
+url=http://twistedmatrix.com/;
+license=('MIT')
+depends=('python2' 'pycrypto' 'zope-interface')
+optdepends=('python2-pyopenssl'
+'python-soappy:for twisted.web.soap')
+install=twisted.install
+source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2)
+md5sums=('972f3497e6e19318c741bf2900ffe31c')
+
+build() {
+cd $srcdir/Twisted-$pkgver
+python2 setup.py build
+}
+
+package() {
+cd $srcdir/Twisted-$pkgver
+python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i 
$pkgdir/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py
+sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i 
$pkgdir/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py
+}

Deleted: extra-i686/twisted.install
===
--- extra-i686/twisted.install  2011-12-17 10:30:04 UTC (rev 145133)
+++ extra-i686/twisted.install  2011-12-17 16:20:44 UTC (rev 145134)
@@ -1,11 +0,0 @@
-post_install() {
-  python2 -c 'from twisted.plugin import IPlugin, getPlugins; 
list(getPlugins(IPlugin))' /dev/null 21 || return 1
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  find /usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | 
xargs -r rm -f
-}

Copied: twisted/repos/extra-i686/twisted.install (from rev 145133, 
twisted/repos/testing-i686/twisted.install)
===
--- extra-i686/twisted.install  (rev 0)
+++ extra-i686/twisted.install  2011-12-17 16:20:44 UTC (rev 145134)
@@ -0,0 +1,11 @@
+post_install() {
+  python2 -c 'from twisted.plugin import IPlugin, getPlugins; 
list(getPlugins(IPlugin))' /dev/null 21 || return 1
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  find /usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | 
xargs -r rm -f
+}



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

2011-12-17 Thread Ionut Biru
Date: Saturday, December 17, 2011 @ 11:20:46
  Author: ibiru
Revision: 145135

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

Added:
  twisted/repos/extra-x86_64/PKGBUILD
(from rev 145133, twisted/repos/testing-x86_64/PKGBUILD)
  twisted/repos/extra-x86_64/twisted.install
(from rev 145133, twisted/repos/testing-x86_64/twisted.install)
Deleted:
  twisted/repos/extra-x86_64/PKGBUILD
  twisted/repos/extra-x86_64/twisted.install
  twisted/repos/testing-x86_64/

-+
 PKGBUILD|   68 +++---
 twisted.install |   22 -
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-17 16:20:44 UTC (rev 145134)
+++ extra-x86_64/PKGBUILD   2011-12-17 16:20:46 UTC (rev 145135)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor:  Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=twisted
-pkgver=11.0.0
-pkgrel=1
-pkgdesc=Asynchronous networking framework written in Python.
-arch=('i686' 'x86_64')
-url=http://twistedmatrix.com/;
-license=('MIT')
-depends=('python2' 'pycrypto' 'zope-interface')
-optdepends=('python2-pyopenssl'
-'python-soappy:for twisted.web.soap')
-install=twisted.install
-source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-${pkgver}.tar.bz2)
-md5sums=('d7f94a1609a1b8f3b8c8d0146d4cfe54')
-
-build() {
-cd ${srcdir}/Twisted-${pkgver}
-python2 setup.py build
-}
-
-package() {
-cd ${srcdir}/Twisted-${pkgver}
-python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
--i 
${pkgdir}/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py
-sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
--i 
${pkgdir}/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py
-}

Copied: twisted/repos/extra-x86_64/PKGBUILD (from rev 145133, 
twisted/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-17 16:20:46 UTC (rev 145135)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor:  Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=twisted
+pkgver=11.1.0
+pkgrel=1
+pkgdesc=Asynchronous networking framework written in Python.
+arch=('i686' 'x86_64')
+url=http://twistedmatrix.com/;
+license=('MIT')
+depends=('python2' 'pycrypto' 'zope-interface')
+optdepends=('python2-pyopenssl'
+'python-soappy:for twisted.web.soap')
+install=twisted.install
+source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2)
+md5sums=('972f3497e6e19318c741bf2900ffe31c')
+
+build() {
+cd $srcdir/Twisted-$pkgver
+python2 setup.py build
+}
+
+package() {
+cd $srcdir/Twisted-$pkgver
+python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i 
$pkgdir/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py
+sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i 
$pkgdir/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py
+}

Deleted: extra-x86_64/twisted.install
===
--- extra-x86_64/twisted.install2011-12-17 16:20:44 UTC (rev 145134)
+++ extra-x86_64/twisted.install2011-12-17 16:20:46 UTC (rev 145135)
@@ -1,11 +0,0 @@
-post_install() {
-  python2 -c 'from twisted.plugin import IPlugin, getPlugins; 
list(getPlugins(IPlugin))' /dev/null 21 || return 1
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  find /usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | 
xargs -r rm -f
-}

Copied: twisted/repos/extra-x86_64/twisted.install (from rev 145133, 
twisted/repos/testing-x86_64/twisted.install)
===
--- extra-x86_64/twisted.install(rev 0)
+++ extra-x86_64/twisted.install2011-12-17 16:20:46 UTC (rev 145135)
@@ -0,0 +1,11 @@
+post_install() {
+  python2 -c 'from twisted.plugin import IPlugin, getPlugins; 
list(getPlugins(IPlugin))' /dev/null 21 || return 1
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  find /usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | 
xargs -r rm -f
+}



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

2011-12-17 Thread Ionut Biru
Date: Saturday, December 17, 2011 @ 13:22:26
  Author: ibiru
Revision: 145136

update to 2.4.29

Modified:
  gmime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-17 16:20:46 UTC (rev 145135)
+++ PKGBUILD2011-12-17 18:22:26 UTC (rev 145136)
@@ -3,7 +3,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=gmime
-pkgver=2.4.28
+pkgver=2.4.29
 pkgrel=1
 pkgdesc=Core mime parsing library
 arch=('i686' 'x86_64')
@@ -12,24 +12,24 @@
 depends=('glib2' 'zlib')
 makedepends=('gtk-sharp-2' 'pkgconfig')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('8487faf949ca60c7fb814338e6457d4b4260fcba361158667e1f3fe3e7cce13e')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c85dd7b2ac19754bf687fe8653c3631415b3a2ce70b4365268f03a1bd002ffa5')
 
 build() {
   # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR=${srcdir}/weird
-  mkdir -p ${MONO_SHARED_DIR}
+  export MONO_SHARED_DIR=$srcdir/weird
+  mkdir -p $MONO_SHARED_DIR
 
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 
   # These are gmime alternatives for the same shareutils tools
-  mv ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/guuencode
-  mv ${pkgdir}/usr/bin/uudecode ${pkgdir}/usr/bin/guudecode
+  mv $pkgdir/usr/bin/uuencode $pkgdir/usr/bin/guuencode
+  mv $pkgdir/usr/bin/uudecode $pkgdir/usr/bin/guudecode
 }



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

2011-12-17 Thread Ionut Biru
Date: Saturday, December 17, 2011 @ 13:24:13
  Author: ibiru
Revision: 145137

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-17 18:22:26 UTC (rev 145136)
+++ extra-i686/PKGBUILD 2011-12-17 18:24:13 UTC (rev 145137)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=gmime
-pkgver=2.4.28
-pkgrel=1
-pkgdesc=Core mime parsing library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://spruce.sourceforge.net/gmime/;
-depends=('glib2' 'zlib')
-makedepends=('gtk-sharp-2' 'pkgconfig')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('8487faf949ca60c7fb814338e6457d4b4260fcba361158667e1f3fe3e7cce13e')
-
-build() {
-  # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR=${srcdir}/weird
-  mkdir -p ${MONO_SHARED_DIR}
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # These are gmime alternatives for the same shareutils tools
-  mv ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/guuencode
-  mv ${pkgdir}/usr/bin/uudecode ${pkgdir}/usr/bin/guudecode
-}

Copied: gmime/repos/extra-i686/PKGBUILD (from rev 145136, gmime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-17 18:24:13 UTC (rev 145137)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=gmime
+pkgver=2.4.29
+pkgrel=1
+pkgdesc=Core mime parsing library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://spruce.sourceforge.net/gmime/;
+depends=('glib2' 'zlib')
+makedepends=('gtk-sharp-2' 'pkgconfig')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c85dd7b2ac19754bf687fe8653c3631415b3a2ce70b4365268f03a1bd002ffa5')
+
+build() {
+  # get rid of that .wapi errors in fakeroot
+  export MONO_SHARED_DIR=$srcdir/weird
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # These are gmime alternatives for the same shareutils tools
+  mv $pkgdir/usr/bin/uuencode $pkgdir/usr/bin/guuencode
+  mv $pkgdir/usr/bin/uudecode $pkgdir/usr/bin/guudecode
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-17 18:22:26 UTC (rev 145136)
+++ extra-x86_64/PKGBUILD   2011-12-17 18:24:13 UTC (rev 145137)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=gmime
-pkgver=2.4.28
-pkgrel=1
-pkgdesc=Core mime parsing library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://spruce.sourceforge.net/gmime/;
-depends=('glib2' 'zlib')
-makedepends=('gtk-sharp-2' 'pkgconfig')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('8487faf949ca60c7fb814338e6457d4b4260fcba361158667e1f3fe3e7cce13e')
-
-build() {
-  # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR=${srcdir}/weird
-  mkdir -p ${MONO_SHARED_DIR}
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # These are gmime alternatives for the same shareutils tools
-  mv ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/guuencode
-  mv ${pkgdir}/usr/bin/uudecode ${pkgdir}/usr/bin/guudecode
-}

Copied: gmime/repos/extra-x86_64/PKGBUILD (from rev 145136, 
gmime/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-17 18:24:13 UTC (rev 145137)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=gmime
+pkgver=2.4.29
+pkgrel=1
+pkgdesc=Core mime parsing library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://spruce.sourceforge.net/gmime/;
+depends=('glib2' 'zlib')

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

2011-12-17 Thread Ionut Biru
Date: Saturday, December 17, 2011 @ 15:30:43
  Author: ibiru
Revision: 145138

update to 1.14.22
drop libgsf-gnome since upstream dropped it in this version

Modified:
  libgsf/trunk/PKGBUILD
Deleted:
  libgsf/trunk/libgsf-gnome.install

--+
 PKGBUILD |   59 ++---
 libgsf-gnome.install |   19 ---
 2 files changed, 13 insertions(+), 65 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-17 18:24:13 UTC (rev 145137)
+++ PKGBUILD2011-12-17 20:30:43 UTC (rev 145138)
@@ -2,60 +2,27 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Sarah Hay sarah...@mb.sympatico.ca
 
-pkgbase=libgsf
-pkgname=('libgsf' 'libgsf-gnome')
-pkgver=1.14.21
+pkgname=libgsf
+pkgver=1.14.22
 pkgrel=1
 arch=(i686 x86_64)
+pkgdesc=The GNOME Structured File Library is a utility library for reading 
and writing structured file formats
 url=http://www.gnome.org/;
 license=('GPL' 'LGPL')
-makedepends=('libxml2' 'glib2' 'bzip2' 'intltool' 'pkgconfig'
- 'python2' 'libbonobo' 'gconf' 'pygtk')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/1.14/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('eef0a9d6eca4e6af6c16b208947e3c958c428b94d22792bdd0b80c08a4b301db')
+options=('!libtool')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'pygtk')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('a5f23be3cab72abd91bb443a32f41d6adc73250285b53787460750b6d60b783f')
 
 build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --mandir=/usr/share/man --disable-static
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
   make
 }
 
 package_libgsf() {
-  pkgdesc=The GNOME Structured File Library is a utility library for reading 
and writing structured file formats
-  depends=('libxml2' 'glib2' 'bzip2')
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
-  rm -f ${pkgdir}/usr/share/man/man1/gsf-office-thumbnailer.1
-  rm -f ${pkgdir}/usr/lib/libgsf-gnome*
-  rm -rf ${pkgdir}/usr/include/libgsf-1/gsf-gnome/
-  rm -rf ${pkgdir}/etc/gconf
-  rm -f ${pkgdir}/usr/lib/pkgconfig/libgsf-gnome-1.pc
-  rm -f ${pkgdir}/usr/bin/gsf-office-thumbnailer
-  rm -f ${pkgdir}/usr/lib/python*/site-packages/gsf/gnomemodule.so
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
-
-package_libgsf-gnome() {
-  pkgdesc=Libgsf GNOME components
-  depends=(libgsf=${pkgver} 'libbonobo' 'gconf')
-  install=libgsf-gnome.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C gsf DESTDIR=${pkgdir} install-libLTLIBRARIES
-  make -C gsf-gnome DESTDIR=${pkgdir} install
-  make -C thumbnailer DESTDIR=${pkgdir} install
-  make -C python DESTDIR=${pkgdir} install
-  make -C doc DESTDIR=${pkgdir} install-manpageDATA
-
-  rm -f ${pkgdir}/usr/share/man/man1/gsf.1
-  rm -f ${pkgdir}/usr/share/man/man1/gsf-vba-dump.1
-  rm -f ${pkgdir}/usr/lib/python*/site-packages/gsf/_*
-  rm -f ${pkgdir}/usr/lib/libgsf-1.so*
-  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
-  install -m644 libgsf-gnome-1.pc ${pkgdir}/usr/lib/pkgconfig/
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/libgsf-gnome.schemas 
--domain libgsf ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Deleted: libgsf-gnome.install
===
--- libgsf-gnome.install2011-12-17 18:24:13 UTC (rev 145137)
+++ libgsf-gnome.install2011-12-17 20:30:43 UTC (rev 145138)
@@ -1,19 +0,0 @@
-pkgname=libgsf-gnome
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-usr/sbin/gconfpkg --uninstall ${pkgname}
-  fi
-}



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

2011-12-17 Thread Ionut Biru
Date: Saturday, December 17, 2011 @ 15:31:47
  Author: ibiru
Revision: 145139

db-remove: libgsf removed by ibiru

Deleted:
  libgsf/repos/extra-i686/



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

2011-12-17 Thread Ionut Biru
Date: Saturday, December 17, 2011 @ 15:32:02
  Author: ibiru
Revision: 145140

db-remove: libgsf removed by ibiru

Deleted:
  libgsf/repos/extra-x86_64/



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

2011-12-17 Thread Ionut Biru
Date: Saturday, December 17, 2011 @ 15:36:05
  Author: ibiru
Revision: 145141

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

Added:
  libgsf/repos/extra-i686/
  libgsf/repos/extra-i686/PKGBUILD
(from rev 145140, libgsf/trunk/PKGBUILD)
  libgsf/repos/extra-x86_64/
  libgsf/repos/extra-x86_64/PKGBUILD
(from rev 145140, libgsf/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   28 
 extra-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: libgsf/repos/extra-i686/PKGBUILD (from rev 145140, 
libgsf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-17 20:36:05 UTC (rev 145141)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=libgsf
+pkgver=1.14.22
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc=The GNOME Structured File Library is a utility library for reading 
and writing structured file formats
+url=http://www.gnome.org/;
+license=('GPL' 'LGPL')
+options=('!libtool')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'pygtk')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('a5f23be3cab72abd91bb443a32f41d6adc73250285b53787460750b6d60b783f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package_libgsf() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libgsf/repos/extra-x86_64/PKGBUILD (from rev 145140, 
libgsf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-17 20:36:05 UTC (rev 145141)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=libgsf
+pkgver=1.14.22
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc=The GNOME Structured File Library is a utility library for reading 
and writing structured file formats
+url=http://www.gnome.org/;
+license=('GPL' 'LGPL')
+options=('!libtool')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'pygtk')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('a5f23be3cab72abd91bb443a32f41d6adc73250285b53787460750b6d60b783f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package_libgsf() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2011-12-17 Thread andyrtr
Date: Saturday, December 17, 2011 @ 15:43:35
  Author: andyrtr
Revision: 145142

upgpkg: mythes-de 20111216-1

upstream update 2011-12-16; solves FS#27368

Modified:
  mythes-de/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-17 20:36:05 UTC (rev 145141)
+++ PKGBUILD2011-12-17 20:43:35 UTC (rev 145142)
@@ -2,7 +2,7 @@
 # Maintainer: AndyRTR andy...@archlinux.org
 
 pkgname=mythes-de
-pkgver=20110109
+pkgver=20111216
 pkgrel=1
 pkgdesc=German thesaurus
 arch=(any)
@@ -10,7 +10,7 @@
 license=('LGPL')
 optdepends=('libmythes: offers thesaurus library functions')
 source=(http://www.openthesaurus.de/export/Deutscher-Thesaurus.oxt)
-md5sums=('24768b14a07d59b543c911684dabdb8d')
+md5sums=('c8895a2f5412545a0c8b0186c5f613a7')
 
 build() {
   /bin/true



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

2011-12-17 Thread andyrtr
Date: Saturday, December 17, 2011 @ 15:44:00
  Author: andyrtr
Revision: 145143

archrelease: copy trunk to extra-any

Added:
  mythes-de/repos/extra-any/PKGBUILD
(from rev 145142, mythes-de/trunk/PKGBUILD)
Deleted:
  mythes-de/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-12-17 20:43:35 UTC (rev 145142)
+++ PKGBUILD2011-12-17 20:44:00 UTC (rev 145143)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgname=mythes-de
-pkgver=20110109
-pkgrel=1
-pkgdesc=German thesaurus
-arch=(any)
-url=http://www.openthesaurus.de/;
-license=('LGPL')
-optdepends=('libmythes: offers thesaurus library functions')
-source=(http://www.openthesaurus.de/export/Deutscher-Thesaurus.oxt)
-md5sums=('24768b14a07d59b543c911684dabdb8d')
-
-build() {
-  /bin/true
-}
-
-package() {
-  cd $srcdir
-  install -dm755 ${pkgdir}/usr/share/mythes
-  cp -p th_de_DE_v2.* $pkgdir/usr/share/mythes
-
-  pushd $pkgdir/usr/share/mythes/
-  de_DE_aliases=de_AT de_BE de_CH de_LI de_LU
-  for lang in $de_DE_aliases; do
-ln -s th_de_DE_v2.idx th_$lang_v2.idx
-ln -s th_de_DE_v2.dat th_$lang_v2.dat
-  done
-  popd
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/mythes/*; do
-  ln -sv /usr/share/mythes/$(basename $file) .
-done
-  popd
-}

Copied: mythes-de/repos/extra-any/PKGBUILD (from rev 145142, 
mythes-de/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-12-17 20:44:00 UTC (rev 145143)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=mythes-de
+pkgver=20111216
+pkgrel=1
+pkgdesc=German thesaurus
+arch=(any)
+url=http://www.openthesaurus.de/;
+license=('LGPL')
+optdepends=('libmythes: offers thesaurus library functions')
+source=(http://www.openthesaurus.de/export/Deutscher-Thesaurus.oxt)
+md5sums=('c8895a2f5412545a0c8b0186c5f613a7')
+
+build() {
+  /bin/true
+}
+
+package() {
+  cd $srcdir
+  install -dm755 ${pkgdir}/usr/share/mythes
+  cp -p th_de_DE_v2.* $pkgdir/usr/share/mythes
+
+  pushd $pkgdir/usr/share/mythes/
+  de_DE_aliases=de_AT de_BE de_CH de_LI de_LU
+  for lang in $de_DE_aliases; do
+ln -s th_de_DE_v2.idx th_$lang_v2.idx
+ln -s th_de_DE_v2.dat th_$lang_v2.dat
+  done
+  popd
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/mythes/*; do
+  ln -sv /usr/share/mythes/$(basename $file) .
+done
+  popd
+}



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

2011-12-17 Thread Eric Bélanger
Date: Saturday, December 17, 2011 @ 18:35:31
  Author: eric
Revision: 145144

Add check function (close FS#27604 and FS#27603)

Modified:
  libsndfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-17 20:44:00 UTC (rev 145143)
+++ PKGBUILD2011-12-17 23:35:31 UTC (rev 145144)
@@ -9,17 +9,25 @@
 url=http://www.mega-nerd.com/libsndfile;
 license=('LGPL')
 depends=('alsa-lib' 'flac' 'libvorbis')
+checkdepends=('python2')
 options=('!libtool')
-source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e2b7bb637e01022c7d20f95f9c3990a2')
-sha1sums=('e95d9fca57f7ddace9f197071cbcfb92fa16748e')
+source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('e95d9fca57f7ddace9f197071cbcfb92fa16748e'
+  'a93d26016730cb9fa214c753d079ee77dca1f326')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
src/binheader_writef_check.py \
+src/create_symbols_file.py programs/test-sndfile-metadata-set.py
   ./configure --prefix=/usr --disable-sqlite
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install



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

2011-12-17 Thread Pierre Schmitz
Date: Saturday, December 17, 2011 @ 19:41:02
  Author: pierre
Revision: 145145

upgpkg: zsh 4.3.15-1

upstream update

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-17 23:35:31 UTC (rev 145144)
+++ PKGBUILD2011-12-18 00:41:02 UTC (rev 145145)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=zsh
-pkgver=4.3.14
-pkgrel=2
+pkgver=4.3.15
+pkgrel=1
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -13,7 +13,7 @@
 source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
 'zprofile')
 backup=('etc/zsh/zprofile')
-md5sums=('1c819a3ff7302b42eba988e333e76109'
+md5sums=('11766b0dd674a513810903cd33ffcac4'
  '24a9335edf77252a7b5f52e079f7aef7')
 
 build() {



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

2011-12-17 Thread Pierre Schmitz
Date: Saturday, December 17, 2011 @ 19:41:44
  Author: pierre
Revision: 145146

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

Added:
  zsh/repos/extra-i686/PKGBUILD
(from rev 145145, zsh/trunk/PKGBUILD)
  zsh/repos/extra-i686/zprofile
(from rev 145145, zsh/trunk/zprofile)
  zsh/repos/extra-i686/zsh.install
(from rev 145145, zsh/trunk/zsh.install)
  zsh/repos/extra-x86_64/PKGBUILD
(from rev 145145, zsh/trunk/PKGBUILD)
  zsh/repos/extra-x86_64/zprofile
(from rev 145145, zsh/trunk/zprofile)
  zsh/repos/extra-x86_64/zsh.install
(from rev 145145, zsh/trunk/zsh.install)
Deleted:
  zsh/repos/extra-i686/PKGBUILD
  zsh/repos/extra-i686/zprofile
  zsh/repos/extra-i686/zsh.install
  zsh/repos/extra-x86_64/PKGBUILD
  zsh/repos/extra-x86_64/zprofile
  zsh/repos/extra-x86_64/zsh.install

--+
 extra-i686/PKGBUILD  |  118 ++---
 extra-i686/zprofile  |2 
 extra-i686/zsh.install   |   22 
 extra-x86_64/PKGBUILD|  118 ++---
 extra-x86_64/zprofile|2 
 extra-x86_64/zsh.install |   22 
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-18 00:41:02 UTC (rev 145145)
+++ extra-i686/PKGBUILD 2011-12-18 00:41:44 UTC (rev 145146)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=zsh
-pkgver=4.3.14
-pkgrel=2
-pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
-arch=('i686' 'x86_64')
-url='http://www.zsh.org/'
-license=('custom')
-depends=('pcre' 'libcap' 'gdbm')
-install=zsh.install
-source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
-'zprofile')
-backup=('etc/zsh/zprofile')
-md5sums=('1c819a3ff7302b42eba988e333e76109'
- '24a9335edf77252a7b5f52e079f7aef7')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   # FS#16360
-   sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
-Doc/zsh.texi \
-Completion/Unix/Type/_services \
-Completion/Unix/Command/_init_d
-   ./configure --prefix=/usr \
-   --bindir=/bin \
-   --enable-etcdir=/etc/zsh \
-   --enable-zshenv=/etc/zsh/zshenv \
-   --enable-zlogin=/etc/zsh/zlogin \
-   --enable-zlogout=/etc/zsh/zlogout \
-   --enable-zprofile=/etc/zsh/zprofile \
-   --enable-zshrc=/etc/zsh/zshrc \
-   --enable-maildir-support \
-   --with-term-lib='ncursesw' \
-   --enable-multibyte \
-   --enable-function-subdirs \
-   --enable-fndir=/usr/share/zsh/functions \
-   --enable-scriptdir=/usr/share/zsh/scripts \
-   --with-tcsetpgrp \
-   --enable-pcre \
-   --enable-cap \
-   --enable-zsh-secure-free
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   # This test wont work with the noatime mount option
-   rm Test/C02cond.ztst
-   HOME=${srcdir} make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir}/ install
-   install -D -m644 ${srcdir}/zprofile ${pkgdir}/etc/zsh/zprofile
-   install -D -m644 LICENCE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: zsh/repos/extra-i686/PKGBUILD (from rev 145145, zsh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-18 00:41:44 UTC (rev 145146)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=zsh
+pkgver=4.3.15
+pkgrel=1
+pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
+arch=('i686' 'x86_64')
+url='http://www.zsh.org/'
+license=('custom')
+depends=('pcre' 'libcap' 'gdbm')
+install=zsh.install
+source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
+'zprofile')
+backup=('etc/zsh/zprofile')
+md5sums=('11766b0dd674a513810903cd33ffcac4'
+ '24a9335edf77252a7b5f52e079f7aef7')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   # FS#16360
+   sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
+Doc/zsh.texi \
+Completion/Unix/Type/_services \
+Completion/Unix/Command/_init_d
+   ./configure --prefix=/usr \
+   --bindir=/bin \
+   --enable-etcdir=/etc/zsh \
+   --enable-zshenv=/etc/zsh/zshenv \
+   --enable-zlogin=/etc/zsh/zlogin \
+   --enable-zlogout=/etc/zsh/zlogout \
+   --enable-zprofile=/etc/zsh/zprofile \
+   --enable-zshrc=/etc/zsh/zshrc \
+   

[arch-commits] Commit in glibc/trunk (PKGBUILD glibc-2.14.1-tzfile-overflow.patch)

2011-12-17 Thread Allan McRae
Date: Saturday, December 17, 2011 @ 21:28:16
  Author: allan
Revision: 145147

upgpkg: glibc 2.14.1-3

fix potential heap overflow vulnerability, do less stripping to fix valgrind 
issues

Added:
  glibc/trunk/glibc-2.14.1-tzfile-overflow.patch
Modified:
  glibc/trunk/PKGBUILD

+
 PKGBUILD   |   23 +++
 glibc-2.14.1-tzfile-overflow.patch |   72 +++
 2 files changed, 87 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-18 00:41:44 UTC (rev 145146)
+++ PKGBUILD2011-12-18 02:28:16 UTC (rev 145147)
@@ -6,7 +6,7 @@
 
 pkgname=glibc
 pkgver=2.14.1
-pkgrel=2
+pkgrel=3
 _glibcdate=20111025
 pkgdesc=GNU C Library
 arch=('i686' 'x86_64')
@@ -31,6 +31,7 @@
 glibc-2.14-revert-4768ae77.patch
 glibc-2.14-reexport-rpc-interface.patch
 glibc-2.14-reinstall-nis-rpc-headers.patch
+glibc-2.14.1-tzfile-overflow.patch
 nscd
 locale.gen.txt
 locale-gen)
@@ -45,11 +46,11 @@
  '7da8c554a3b591c7401d7023b1928afc'
  'c5de2a946215d647c8af5432ec4b0da0'
  '55febbb72139ac7b65757df085024b83'
+ '1c5fe2ad0120a40432d429f958d18965'
  'b587ee3a70c9b3713099295609afde49'
  '07ac979b6ab5eeb778d55f041529d623'
  '476e9113489f93b348b21e144b6a8fcf')
 
-
 mksource() {
   git clone git://sourceware.org/git/glibc.git
   pushd glibc
@@ -99,6 +100,10 @@
   # http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=bdd816a3 (only 
fedora branch...)
   patch -Np1 -i ${srcdir}/glibc-2.14-reinstall-nis-rpc-headers.patch
 
+  # http://sourceware.org/bugzilla/show_bug.cgi?id=13506
+  # http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=97ac2654
+  patch -Np1 -i ${srcdir}/glibc-2.14.1-tzfile-overflow.patch
+
   install -dm755 ${pkgdir}/etc
   touch ${pkgdir}/etc/ld.so.conf
 
@@ -181,9 +186,12 @@
 ln -v -s ../lib/ld* .
   fi
   
-  # manually strip files as stripping libpthread-*.so and libthread_db.so
-  # with the default $STRIP_SHARED breaks gdb and stripping ld-*.so breaks
-  # valgrind on x86_64
+  # Do not strip the following files for improved debugging support
+  # (improved as in not breaking gdb and valgrind...):
+  #   ld-${pkgver}.so
+  #   libc-${pkgver}.so
+  #   libpthread-${pkgver}.so
+  #   libthread_db-1.0.so
 
   cd $pkgdir
   strip $STRIP_BINARIES sbin/{ldconfig,sln} \
@@ -193,10 +201,9 @@
 usr/sbin/{iconvconfig,nscd}
   [[ $CARCH = i686 ]]  strip $STRIP_BINARIES usr/bin/lddlibc4
 
-  strip $STRIP_STATIC usr/lib/*.a \
-  lib/{{ld,libpthread}-${pkgver},libthread_db-1.0}.so
+  strip $STRIP_STATIC usr/lib/*.a
 
-  strip $STRIP_SHARED 
lib/{libanl,libBrokenLocale,libc,libcidn,libcrypt}-${pkgver}.so \
+  strip $STRIP_SHARED 
lib/{libanl,libBrokenLocale,libcidn,libcrypt}-${pkgver}.so \
   
lib/libnss_{compat,dns,files,hesiod,nis,nisplus}-${pkgver}.so \
   
lib/{libdl,libm,libnsl,libresolv,librt,libutil}-${pkgver}.so \
   lib/{libmemusage,libpcprofile,libSegFault}.so \

Added: glibc-2.14.1-tzfile-overflow.patch
===
--- glibc-2.14.1-tzfile-overflow.patch  (rev 0)
+++ glibc-2.14.1-tzfile-overflow.patch  2011-12-18 02:28:16 UTC (rev 145147)
@@ -0,0 +1,72 @@
+diff --git a/time/tzfile.c b/time/tzfile.c
+index 144e20b..402389c 100644
+--- a/time/tzfile.c
 b/time/tzfile.c
+@@ -234,23 +234,58 @@ __tzfile_read (const char *file, size_t extra, char 
**extrap)
+   goto read_again;
+ }
+ 
++  if (__builtin_expect (num_transitions
++   ((SIZE_MAX - (__alignof__ (struct ttinfo) - 1))
++ / (sizeof (time_t) + 1)), 0))
++goto lose;
+   total_size = num_transitions * (sizeof (time_t) + 1);
+   total_size = ((total_size + __alignof__ (struct ttinfo) - 1)
+~(__alignof__ (struct ttinfo) - 1));
+   types_idx = total_size;
+-  total_size += num_types * sizeof (struct ttinfo) + chars;
++  if (__builtin_expect (num_types
++   (SIZE_MAX - total_size) / sizeof (struct ttinfo), 0))
++goto lose;
++  total_size += num_types * sizeof (struct ttinfo);
++  if (__builtin_expect (chars  SIZE_MAX - total_size, 0))
++goto lose;
++  total_size += chars;
++  if (__builtin_expect (__alignof__ (struct leap) - 1
++   SIZE_MAX - total_size, 0))
++goto lose;
+   total_size = ((total_size + __alignof__ (struct leap) - 1)
+~(__alignof__ (struct leap) - 1));
+   leaps_idx = total_size;
++  if (__builtin_expect (num_leaps
++   (SIZE_MAX - total_size) / sizeof (struct leap), 0))
++goto lose;
+   total_size += num_leaps * sizeof (struct leap);
+-  tzspec_len = (sizeof (time_t) == 8  trans_width == 8
+-  ? st.st_size - 

[arch-commits] Commit in glibc/repos (34 files)

2011-12-17 Thread Allan McRae
Date: Saturday, December 17, 2011 @ 21:31:57
  Author: allan
Revision: 145148

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

Added:
  glibc/repos/testing-i686/
  glibc/repos/testing-i686/PKGBUILD
(from rev 145147, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc-2.10-bz4781.patch
(from rev 145147, glibc/trunk/glibc-2.10-bz4781.patch)
  glibc/repos/testing-i686/glibc-2.10-dont-build-timezone.patch
(from rev 145147, glibc/trunk/glibc-2.10-dont-build-timezone.patch)
  glibc/repos/testing-i686/glibc-2.12.1-static-shared-getpagesize.patch
(from rev 145147, glibc/trunk/glibc-2.12.1-static-shared-getpagesize.patch)
  
glibc/repos/testing-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 145147, 
glibc/trunk/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/testing-i686/glibc-2.13-futex.patch
(from rev 145147, glibc/trunk/glibc-2.13-futex.patch)
  glibc/repos/testing-i686/glibc-2.14-libdl-crash.patch
(from rev 145147, glibc/trunk/glibc-2.14-libdl-crash.patch)
  glibc/repos/testing-i686/glibc-2.14-reexport-rpc-interface.patch
(from rev 145147, glibc/trunk/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/testing-i686/glibc-2.14-reinstall-nis-rpc-headers.patch
(from rev 145147, glibc/trunk/glibc-2.14-reinstall-nis-rpc-headers.patch)
  glibc/repos/testing-i686/glibc-2.14-revert-4768ae77.patch
(from rev 145147, glibc/trunk/glibc-2.14-revert-4768ae77.patch)
  glibc/repos/testing-i686/glibc-2.14.1-tzfile-overflow.patch
(from rev 145147, glibc/trunk/glibc-2.14.1-tzfile-overflow.patch)
  glibc/repos/testing-i686/glibc-__i686.patch
(from rev 145147, glibc/trunk/glibc-__i686.patch)
  glibc/repos/testing-i686/glibc.install
(from rev 145147, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 145147, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 145147, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-i686/nscd
(from rev 145147, glibc/trunk/nscd)
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 145147, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc-2.10-bz4781.patch
(from rev 145147, glibc/trunk/glibc-2.10-bz4781.patch)
  glibc/repos/testing-x86_64/glibc-2.10-dont-build-timezone.patch
(from rev 145147, glibc/trunk/glibc-2.10-dont-build-timezone.patch)
  glibc/repos/testing-x86_64/glibc-2.12.1-static-shared-getpagesize.patch
(from rev 145147, glibc/trunk/glibc-2.12.1-static-shared-getpagesize.patch)
  
glibc/repos/testing-x86_64/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 145147, 
glibc/trunk/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/testing-x86_64/glibc-2.13-futex.patch
(from rev 145147, glibc/trunk/glibc-2.13-futex.patch)
  glibc/repos/testing-x86_64/glibc-2.14-libdl-crash.patch
(from rev 145147, glibc/trunk/glibc-2.14-libdl-crash.patch)
  glibc/repos/testing-x86_64/glibc-2.14-reexport-rpc-interface.patch
(from rev 145147, glibc/trunk/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/testing-x86_64/glibc-2.14-reinstall-nis-rpc-headers.patch
(from rev 145147, glibc/trunk/glibc-2.14-reinstall-nis-rpc-headers.patch)
  glibc/repos/testing-x86_64/glibc-2.14-revert-4768ae77.patch
(from rev 145147, glibc/trunk/glibc-2.14-revert-4768ae77.patch)
  glibc/repos/testing-x86_64/glibc-2.14.1-tzfile-overflow.patch
(from rev 145147, glibc/trunk/glibc-2.14.1-tzfile-overflow.patch)
  glibc/repos/testing-x86_64/glibc-__i686.patch
(from rev 145147, glibc/trunk/glibc-__i686.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 145147, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 145147, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 145147, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/nscd
(from rev 145147, glibc/trunk/nscd)

---+
 testing-i686/PKGBUILD |  211 
++
 testing-i686/glibc-2.10-bz4781.patch  |   42 +
 testing-i686/glibc-2.10-dont-build-timezone.patch |   13 
 testing-i686/glibc-2.12.1-static-shared-getpagesize.patch |   11 
 testing-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch   |   26 +
 testing-i686/glibc-2.13-futex.patch   |   31 +
 testing-i686/glibc-2.14-libdl-crash.patch |  132 
++
 testing-i686/glibc-2.14-reexport-rpc-interface.patch  |   26 +
 testing-i686/glibc-2.14-reinstall-nis-rpc-headers.patch   |   28 +
 testing-i686/glibc-2.14-revert-4768ae77.patch |   37 +
 testing-i686/glibc-2.14.1-tzfile-overflow.patch   |   72 
+++
 testing-i686/glibc-__i686.patch   

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

2011-12-17 Thread Andrea Scarpino
Date: Saturday, December 17, 2011 @ 23:37:14
  Author: andrea
Revision: 145149

upgpkg: apr-util 1.3.12-4

unixodbc rebuild

Modified:
  apr-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-18 02:31:57 UTC (rev 145148)
+++ PKGBUILD2011-12-18 04:37:14 UTC (rev 145149)
@@ -4,7 +4,7 @@
 
 pkgname=apr-util
 pkgver=1.3.12
-pkgrel=3
+pkgrel=4
 pkgdesc=The Apache Portable Runtime
 arch=('i686' 'x86_64')
 url=http://apr.apache.org/;



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

2011-12-17 Thread Andrea Scarpino
Date: Saturday, December 17, 2011 @ 23:37:39
  Author: andrea
Revision: 145150

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

Added:
  apr-util/repos/staging-i686/
  apr-util/repos/staging-i686/PKGBUILD
(from rev 145149, apr-util/trunk/PKGBUILD)
  apr-util/repos/staging-x86_64/
  apr-util/repos/staging-x86_64/PKGBUILD
(from rev 145149, apr-util/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   28 
 staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: apr-util/repos/staging-i686/PKGBUILD (from rev 145149, 
apr-util/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-12-18 04:37:39 UTC (rev 145150)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apr-util
+pkgver=1.3.12
+pkgrel=4
+pkgdesc=The Apache Portable Runtime
+arch=('i686' 'x86_64')
+url=http://apr.apache.org/;
+depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
+options=('!libtool')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2;)
+md5sums=('0f671b037ca62751a8a7005578085560')
+
+build() {
+  cd ${srcdir}/apr-util-${pkgver}
+  ./configure --prefix=/usr --with-apr=/usr \
+--without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
+--with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
+  make
+}
+
+package() {
+  cd ${srcdir}/apr-util-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: apr-util/repos/staging-x86_64/PKGBUILD (from rev 145149, 
apr-util/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-12-18 04:37:39 UTC (rev 145150)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apr-util
+pkgver=1.3.12
+pkgrel=4
+pkgdesc=The Apache Portable Runtime
+arch=('i686' 'x86_64')
+url=http://apr.apache.org/;
+depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
+options=('!libtool')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2;)
+md5sums=('0f671b037ca62751a8a7005578085560')
+
+build() {
+  cd ${srcdir}/apr-util-${pkgver}
+  ./configure --prefix=/usr --with-apr=/usr \
+--without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
+--with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
+  make
+}
+
+package() {
+  cd ${srcdir}/apr-util-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-12-17 Thread Andrea Scarpino
Date: Sunday, December 18, 2011 @ 00:35:02
  Author: andrea
Revision: 145151

upgpkg: qt 4.8.0-2

Enable QML debug support

Modified:
  qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-18 04:37:39 UTC (rev 145150)
+++ PKGBUILD2011-12-18 05:35:02 UTC (rev 145151)
@@ -5,7 +5,7 @@
 pkgbase=qt
 pkgname=('qt' 'qt-private-headers')
 pkgver=4.8.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
@@ -49,7 +49,6 @@
 -no-phonon \
 -no-phonon-backend \
 -no-webkit \
--no-declarative-debug \
 -graphicssystem raster \
 -openssl-linked \
 -nomake demos \



[arch-commits] Commit in qt/repos (24 files)

2011-12-17 Thread Andrea Scarpino
Date: Sunday, December 18, 2011 @ 00:35:52
  Author: andrea
Revision: 145152

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

Added:
  qt/repos/staging-i686/PKGBUILD
(from rev 145151, qt/trunk/PKGBUILD)
  qt/repos/staging-i686/assistant.desktop
(from rev 145151, qt/trunk/assistant.desktop)
  qt/repos/staging-i686/designer.desktop
(from rev 145151, qt/trunk/designer.desktop)
  qt/repos/staging-i686/linguist.desktop
(from rev 145151, qt/trunk/linguist.desktop)
  qt/repos/staging-i686/qt.install
(from rev 145151, qt/trunk/qt.install)
  qt/repos/staging-i686/qtconfig.desktop
(from rev 145151, qt/trunk/qtconfig.desktop)
  qt/repos/staging-x86_64/PKGBUILD
(from rev 145151, qt/trunk/PKGBUILD)
  qt/repos/staging-x86_64/assistant.desktop
(from rev 145151, qt/trunk/assistant.desktop)
  qt/repos/staging-x86_64/designer.desktop
(from rev 145151, qt/trunk/designer.desktop)
  qt/repos/staging-x86_64/linguist.desktop
(from rev 145151, qt/trunk/linguist.desktop)
  qt/repos/staging-x86_64/qt.install
(from rev 145151, qt/trunk/qt.install)
  qt/repos/staging-x86_64/qtconfig.desktop
(from rev 145151, qt/trunk/qtconfig.desktop)
Deleted:
  qt/repos/staging-i686/PKGBUILD
  qt/repos/staging-i686/assistant.desktop
  qt/repos/staging-i686/designer.desktop
  qt/repos/staging-i686/linguist.desktop
  qt/repos/staging-i686/qt.install
  qt/repos/staging-i686/qtconfig.desktop
  qt/repos/staging-x86_64/PKGBUILD
  qt/repos/staging-x86_64/assistant.desktop
  qt/repos/staging-x86_64/designer.desktop
  qt/repos/staging-x86_64/linguist.desktop
  qt/repos/staging-x86_64/qt.install
  qt/repos/staging-x86_64/qtconfig.desktop

--+
 staging-i686/PKGBUILD|  253 ++---
 staging-i686/assistant.desktop   |   18 +-
 staging-i686/designer.desktop|   22 +--
 staging-i686/linguist.desktop|   20 +-
 staging-i686/qt.install  |   24 +--
 staging-i686/qtconfig.desktop|   20 +-
 staging-x86_64/PKGBUILD  |  253 ++---
 staging-x86_64/assistant.desktop |   18 +-
 staging-x86_64/designer.desktop  |   22 +--
 staging-x86_64/linguist.desktop  |   20 +-
 staging-x86_64/qt.install|   24 +--
 staging-x86_64/qtconfig.desktop  |   20 +-
 12 files changed, 356 insertions(+), 358 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2011-12-18 05:35:02 UTC (rev 145151)
+++ staging-i686/PKGBUILD   2011-12-18 05:35:52 UTC (rev 145152)
@@ -1,127 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=qt
-pkgname=('qt' 'qt-private-headers')
-pkgver=4.8.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL')
-makedepends=('libtiff' 'libpng' 'libmng' 'sqlite3' 'ca-certificates' 'glib2' 
'dbus'
-'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
-'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'mesa' 
'postgresql-libs'
-'mysql' 'unixodbc' 'cups' 'gtk2')
-options=('!libtool')
-_pkgfqn=${pkgbase}-everywhere-opensource-src-${pkgver}
-source=(http://get.qt.nokia.com/qt/source/${_pkgfqn}.tar.gz;
-'assistant.desktop' 'designer.desktop' 'linguist.desktop'
-'qtconfig.desktop')
-md5sums=('e8a5fdbeba2927c948d9f477a6abe904'
- 'fc211414130ab2764132e7370f8e5caa'
- '85179f5e0437514f8639957e1d8baf62'
- 'f11852b97583610f3dbb669ebc3e21bc'
- '6b771c8a81dd90b45e8a79afa0e5bbfd')
-
-build() {
-  cd ${srcdir}/${_pkgfqn}
-
-  export QT4DIR=${srcdir}/${_pkgfqn}
-  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
-
-  sed -i s|-O2|${CXXFLAGS}| mkspecs/common/g++-base.conf
-  sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
mkspecs/common/gcc-base-unix.conf
-  sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g mkspecs/common/gcc-base.conf
-
-  ./configure -confirm-license -opensource \
--prefix /usr \
--docdir /usr/share/doc/qt \
--plugindir /usr/lib/qt/plugins \
--importdir /usr/lib/qt/imports \
--datadir /usr/share/qt \
--translationdir /usr/share/qt/translations \
--sysconfdir /etc \
--examplesdir /usr/share/doc/qt/examples \
--demosdir /usr/share/doc/qt/demos \
--plugin-sql-{psql,mysql,sqlite,odbc} \
--system-sqlite \
--no-phonon \
--no-phonon-backend \
--no-webkit \
--no-declarative-debug \
--graphicssystem raster \
--openssl-linked \
--nomake demos \
--nomake examples \
--nomake docs \
--silent \
--no-rpath \
--optimized-qmake \
--reduce-relocations \
--dbus-linked \
--no-openvg
-  make
-}
-
-package_qt() {
-pkgdesc='A cross-platform application and UI framework'
-depends=('libtiff' 'libpng' 'libmng' 'sqlite3' 'ca-certificates' 'glib2' 
'dbus'
-  'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi'