[arch-commits] Commit in lib32-mesa/repos/multilib-testing-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Laurent Carlier
Date: Sunday, March 9, 2014 @ 09:46:35
  Author: lcarlier
Revision: 106847

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 106846, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  288 ++---
 1 file changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 08:02:26 UTC (rev 106846)
+++ PKGBUILD2014-03-09 08:46:35 UTC (rev 106847)
@@ -1,144 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgbase=lib32-mesa
-pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=10.1.0
-pkgrel=2
-arch=('x86_64')
-makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto' 
- 'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd')
-url=http://mesa3d.sourceforge.net;
-license=('custom')
-options=('!libtool')
-source=(ftp://ftp.freedesktop.org/pub/mesa/10.1/MesaLib-${pkgver}.tar.bz2)
-md5sums=('3ec43f79dbcd9aa2a4a27bf1f51655b6')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  export LLVM_CONFIG=/usr/bin/llvm-config32
-
-  cd ${srcdir}/?esa-*
-
-  # our automake is far too new for their build system :)
-  autoreconf -vfi
-
-  ./configure --enable-32-bit \
---libdir=/usr/lib32 \
---prefix=/usr \
---sysconfdir=/etc \
---with-dri-driverdir=/usr/lib32/xorg/modules/dri \
---with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \
---with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
---with-llvm-shared-libs \
---enable-gallium-llvm \
---enable-egl \
---enable-gallium-egl \
---with-egl-platforms=x11,drm \
---enable-shared-glapi \
---enable-gbm \
---enable-glx-tls \
---enable-dri \
---enable-glx \
---enable-osmesa \
---enable-gles1 \
---enable-gles2 \
---enable-texture-float \
---enable-dri3
-
-  make
-
-  mkdir $srcdir/fakeinstall
-  make DESTDIR=${srcdir}/fakeinstall install
-}
-
-package_lib32-ati-dri() {
-  pkgdesc=Mesa drivers for AMD/ATI Radeon (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'ati-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib32/gallium-pipe/
-  
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s ati-dri $pkgdir/usr/share/licenses/lib32-ati-dri
-}
-
-package_lib32-intel-dri() {
-  pkgdesc=Mesa DRI drivers for Intel (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'intel-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s intel-dri $pkgdir/usr/share/licenses/lib32-intel-dri
-}
-
-package_lib32-nouveau-dri() {
-  pkgdesc=Mesa drivers for Nouveau (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'nouveau-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib32/gallium-pipe/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s nouveau-dri $pkgdir/usr/share/licenses/lib32-nouveau-dri
-}
-
-package_lib32-mesa() {
-  pkgdesc=an open-source implementation of the OpenGL specification (32-bit)
-  depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-libxshmfence' 'lib32-systemd' 'lib32-elfutils' 'lib32-llvm-libs' 'mesa')
-  optdepends=('opengl-man-pages: for the OpenGL API man pages')
-  provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-  conflicts=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-  replaces=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-
-  mv -v ${srcdir}/fakeinstall/* ${pkgdir}
-  # rename libgl/EGL/glesv*.so to not conflict with blobs - may break .pc 
files ?
-  mv ${pkgdir}/usr/lib32/libGL.so.1.2.0 ${pkgdir}/usr/lib32/mesa-libGL.so.1.2.0
-  mv ${pkgdir}/usr/lib32/libEGL.so.1.0.0

[arch-commits] Commit in tellico/trunk (PKGBUILD tellico.changelog)

2014-03-09 Thread Jaroslav Lichtblau
Date: Sunday, March 9, 2014 @ 11:22:41
  Author: jlichtblau
Revision: 106849

upgpkg: tellico 2.3.8-4

Modified:
  tellico/trunk/PKGBUILD
  tellico/trunk/tellico.changelog

---+
 PKGBUILD  |4 ++--
 tellico.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 08:47:15 UTC (rev 106848)
+++ PKGBUILD2014-03-09 10:22:41 UTC (rev 106849)
@@ -6,12 +6,12 @@
 
 pkgname=tellico
 pkgver=2.3.8
-pkgrel=3
+pkgrel=4
 pkgdesc=A collection manager for KDE
 arch=('i686' 'x86_64')
 url=http://tellico-project.org/;
 license=('GPL')
-depends=('kdebase-runtime' 'qimageblitz' 'kdepimlibs' 'yaz' 'exempi' 
'libksane' 'taglib' 'libkcddb' 'poppler-qt' 'kdemultimedia-audiocd-kio')
+depends=('kdebase-runtime' 'qimageblitz' 'kdepimlibs' 'yaz' 'exempi' 
'libksane' 'taglib' 'libkcddb' 'poppler-qt4' 'kdemultimedia-audiocd-kio')
 makedepends=('automoc4' 'cmake')
 install=$pkgname.install
 changelog=$pkgname.changelog

Modified: tellico.changelog
===
--- tellico.changelog   2014-03-09 08:47:15 UTC (rev 106848)
+++ tellico.changelog   2014-03-09 10:22:41 UTC (rev 106849)
@@ -1,3 +1,6 @@
+2014-03-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * tellico 2.3.8-4 nepomuk support dropped in KDE SC 4.13 packages
+
 2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* tellico 2.3.8-1
 



[arch-commits] Commit in tellico/repos/community-x86_64 (6 files)

2014-03-09 Thread Jaroslav Lichtblau
Date: Sunday, March 9, 2014 @ 11:22:54
  Author: jlichtblau
Revision: 106850

archrelease: copy trunk to community-x86_64

Added:
  tellico/repos/community-x86_64/PKGBUILD
(from rev 106849, tellico/trunk/PKGBUILD)
  tellico/repos/community-x86_64/tellico.changelog
(from rev 106849, tellico/trunk/tellico.changelog)
  tellico/repos/community-x86_64/tellico.install
(from rev 106849, tellico/trunk/tellico.install)
Deleted:
  tellico/repos/community-x86_64/PKGBUILD
  tellico/repos/community-x86_64/tellico.changelog
  tellico/repos/community-x86_64/tellico.install

---+
 PKGBUILD  |   74 ++--
 tellico.changelog |   13 +
 tellico.install   |   26 +-
 3 files changed, 58 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 10:22:41 UTC (rev 106849)
+++ PKGBUILD2014-03-09 10:22:54 UTC (rev 106850)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgname=tellico
-pkgver=2.3.8
-pkgrel=3
-pkgdesc=A collection manager for KDE
-arch=('i686' 'x86_64')
-url=http://tellico-project.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'qimageblitz' 'kdepimlibs' 'yaz' 'exempi' 
'libksane' 'taglib' 'libkcddb' 'poppler-qt' 'kdemultimedia-audiocd-kio')
-makedepends=('automoc4' 'cmake')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2d8a0d06951e0755c7987d0a07cc8157cd42c8b1c143170042183ff1e89e2ccb')
-
-build() {
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-
-# fix python 2.7 path
-  find ${pkgdir} -iname *.py | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
-}

Copied: tellico/repos/community-x86_64/PKGBUILD (from rev 106849, 
tellico/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 10:22:54 UTC (rev 106850)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgname=tellico
+pkgver=2.3.8
+pkgrel=4
+pkgdesc=A collection manager for KDE
+arch=('i686' 'x86_64')
+url=http://tellico-project.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'qimageblitz' 'kdepimlibs' 'yaz' 'exempi' 
'libksane' 'taglib' 'libkcddb' 'poppler-qt4' 'kdemultimedia-audiocd-kio')
+makedepends=('automoc4' 'cmake')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('2d8a0d06951e0755c7987d0a07cc8157cd42c8b1c143170042183ff1e89e2ccb')
+
+build() {
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+# fix python 2.7 path
+  find ${pkgdir} -iname *.py | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}

Deleted: tellico.changelog
===
--- tellico.changelog   2014-03-09 10:22:41 UTC (rev 106849)
+++ tellico.changelog   2014-03-09 10:22:54 UTC (rev 106850)
@@ -1,5 +0,0 @@
-2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * tellico 2.3.8-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * tellico 2.3.7-1

Copied: tellico/repos/community-x86_64/tellico.changelog (from rev 106849, 
tellico/trunk/tellico.changelog)
===
--- tellico.changelog   (rev 0)
+++ tellico.changelog   2014-03-09 10:22:54 UTC (rev 106850)
@@ -0,0 +1,8 @@
+2014-03-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * tellico 2.3.8-4 nepomuk support dropped in KDE SC 4.13 packages
+
+2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * tellico 2.3.8-1
+
+2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * tellico 2.3.7-1

Deleted: tellico.install
===
--- tellico.install 2014-03-09 10:22:41 UTC (rev 106849)
+++ tellico.install 2014-03-09 10:22:54 UTC (rev 106850)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-

[arch-commits] Commit in tellico/repos/community-i686 (6 files)

2014-03-09 Thread Jaroslav Lichtblau
Date: Sunday, March 9, 2014 @ 12:02:03
  Author: jlichtblau
Revision: 106851

archrelease: copy trunk to community-i686

Added:
  tellico/repos/community-i686/PKGBUILD
(from rev 106850, tellico/trunk/PKGBUILD)
  tellico/repos/community-i686/tellico.changelog
(from rev 106850, tellico/trunk/tellico.changelog)
  tellico/repos/community-i686/tellico.install
(from rev 106850, tellico/trunk/tellico.install)
Deleted:
  tellico/repos/community-i686/PKGBUILD
  tellico/repos/community-i686/tellico.changelog
  tellico/repos/community-i686/tellico.install

---+
 PKGBUILD  |   74 ++--
 tellico.changelog |   13 +
 tellico.install   |   26 +-
 3 files changed, 58 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 10:22:54 UTC (rev 106850)
+++ PKGBUILD2014-03-09 11:02:03 UTC (rev 106851)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgname=tellico
-pkgver=2.3.8
-pkgrel=3
-pkgdesc=A collection manager for KDE
-arch=('i686' 'x86_64')
-url=http://tellico-project.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'qimageblitz' 'kdepimlibs' 'yaz' 'exempi' 
'libksane' 'taglib' 'libkcddb' 'poppler-qt' 'kdemultimedia-audiocd-kio')
-makedepends=('automoc4' 'cmake')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2d8a0d06951e0755c7987d0a07cc8157cd42c8b1c143170042183ff1e89e2ccb')
-
-build() {
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-
-# fix python 2.7 path
-  find ${pkgdir} -iname *.py | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
-}

Copied: tellico/repos/community-i686/PKGBUILD (from rev 106850, 
tellico/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 11:02:03 UTC (rev 106851)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgname=tellico
+pkgver=2.3.8
+pkgrel=4
+pkgdesc=A collection manager for KDE
+arch=('i686' 'x86_64')
+url=http://tellico-project.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'qimageblitz' 'kdepimlibs' 'yaz' 'exempi' 
'libksane' 'taglib' 'libkcddb' 'poppler-qt4' 'kdemultimedia-audiocd-kio')
+makedepends=('automoc4' 'cmake')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('2d8a0d06951e0755c7987d0a07cc8157cd42c8b1c143170042183ff1e89e2ccb')
+
+build() {
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+# fix python 2.7 path
+  find ${pkgdir} -iname *.py | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}

Deleted: tellico.changelog
===
--- tellico.changelog   2014-03-09 10:22:54 UTC (rev 106850)
+++ tellico.changelog   2014-03-09 11:02:03 UTC (rev 106851)
@@ -1,5 +0,0 @@
-2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * tellico 2.3.8-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * tellico 2.3.7-1

Copied: tellico/repos/community-i686/tellico.changelog (from rev 106850, 
tellico/trunk/tellico.changelog)
===
--- tellico.changelog   (rev 0)
+++ tellico.changelog   2014-03-09 11:02:03 UTC (rev 106851)
@@ -0,0 +1,8 @@
+2014-03-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * tellico 2.3.8-4 nepomuk support dropped in KDE SC 4.13 packages
+
+2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * tellico 2.3.8-1
+
+2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * tellico 2.3.7-1

Deleted: tellico.install
===
--- tellico.install 2014-03-09 10:22:54 UTC (rev 106850)
+++ tellico.install 2014-03-09 11:02:03 UTC (rev 106851)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
- 

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

2014-03-09 Thread Andreas Radke
Date: Sunday, March 9, 2014 @ 12:20:17
  Author: andyrtr
Revision: 207438

prepare next build; fix FS#39038

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 07:56:48 UTC (rev 207437)
+++ PKGBUILD2014-03-09 11:20:17 UTC (rev 207438)
@@ -18,8 +18,8 @@
'libreoffice-postgresql-connector'
'libreoffice-extension-wiki-publisher'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
-_LOver=4.2.1.1
-pkgver=4.2.1
+_LOver=4.2.2.1
+pkgver=4.2.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
@@ -125,11 +125,11 @@
libatomic_ops-7_2d.zip
libe-book-0.0.3.tar.bz2
libabw-0.0.2.tar.bz2)
-md5sums=('76d9612950ae1de8818943b681ba71c3'
+md5sums=('b8b00aac99c056e8908c1a89ad999f4b'
  'SKIP'
- 'fda77ccb5be32ab54304082fe8d15841'
+ '3c11900dce8a5e520abc8350045b2407'
  'SKIP'
- 'cf7873e5e1ffc8b63d42bad5b2f37a2b'
+ '5ac66bd46617d00f759602c00e755ea0'
  'SKIP'
  '15cb8c0803064faef0c4ddf5bc5ca279'
  '1f24ab1d39f4a51faf22244c94a6203f'
@@ -316,7 +316,7 @@
  pkgdesc=common files for LibreOffice - a productivity suite that is 
compatible with other major office suites
  install=libreoffice-common.install
  depends=('libreoffice-langpack' hunspell=1.2.8 python=3.3 
neon=0.28.6 'dbus-glib' 'librsvg' 'libcups'
-  'nss' 'libsm' 'redland' 'hyphen' 'graphite' icu=52.1 'clucene' 
'lcms2' poppler=0.24.0
+  'nss' 'libsm' 'redland' 'hyphen' 'graphite' icu=52.1 'clucene' 
'lcms2' poppler=0.24.0 'telepathy-glib' # (calc telepathy-glib libtubeslo.so)
   'libodfgen'  'libvisio' 'harfbuzz-icu' 'hicolor-icon-theme' 
'desktop-file-utils' 'shared-mime-info' 'xdg-utils')
  optdepends=('libreoffice-langpack: additional language support'
  'java-runtime: adds java support'
@@ -384,6 +384,9 @@
   
  # workaround all packages now depend on that file
  cp ${srcdir}/fakeinstall/usr/lib/libreoffice/share/registry/writer.xcd 
${pkgdir}/usr/lib/libreoffice/share/registry/writer.xcd
+ # workaround lowriter depending on a lib that's part of calc
+ # https://bugs.archlinux.org/task/39038 - 
https://bugs.freedesktop.org/show_bug.cgi?id=75506
+ cp ${srcdir}/fakeinstall/usr/lib/libreoffice/program/libtubeslo.so 
${pkgdir}/usr/lib/libreoffice/program/libtubeslo.so
  
  # add missing files from Beanshell provider
  # create directories from *list.txt file
@@ -449,7 +452,7 @@
 package_libreoffice-calc() {
  pkgdesc=Spreadsheet application for LibreOffice.
  install=libreoffice-calc.install
- depends=('libreoffice-common' 'lpsolve' 'telepathy-glib')
+ depends=('libreoffice-common' 'lpsolve')
  #depends=('libreoffice-writer' 'lpsolve' ) # some hidden uno linking to parts 
of the writer pkg - https://bugs.archlinux.org/task/34332
  groups=('libreoffice')
  replaces=('libreoffice')
@@ -466,6 +469,9 @@
# mv file from fakeinstall to pkgdir
mv ${srcdir}/fakeinstall${file} ${pkgdir}$file
  done
+ # workaround lowriter depending on a lib that's part of calc
+ # https://bugs.archlinux.org/task/39038 - 
https://bugs.freedesktop.org/show_bug.cgi?id=75506
+ rm -vf ${pkgdir}/usr/lib/libreoffice/program/libtubeslo.so
 }
 
 package_libreoffice-draw() {
@@ -654,7 +660,7 @@
  done
  
  # for workaround this file belongs now to common
- rm ${pkgdir}/usr/lib/libreoffice/share/registry/writer.xcd
+ rm -vf ${pkgdir}/usr/lib/libreoffice/share/registry/writer.xcd
 }
 
 package_libreoffice-en-US() {



[arch-commits] Commit in nvidia-304xx-utils/trunk (PKGBUILD)

2014-03-09 Thread Laurent Carlier
Date: Sunday, March 9, 2014 @ 12:39:38
  Author: lcarlier
Revision: 207439

upgpkg: nvidia-304xx-utils 304.119-3

fix circular dependency

Modified:
  nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 11:20:17 UTC (rev 207438)
+++ PKGBUILD2014-03-09 11:39:38 UTC (rev 207439)
@@ -5,7 +5,7 @@
 pkgbase=nvidia-304xx-utils
 pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
 pkgver=304.119
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
 license=('custom')
@@ -90,7 +90,7 @@
 
 package_nvidia-304xx-utils() {
 pkgdesc=NVIDIA drivers utilities and libraries, 304xx legacy branch
-depends=('xorg-server' 'libxvmc' 'nvidia-304xx-libgl')
+depends=('xorg-server' 'libxvmc')
 optdepends=('gtk2: nvidia-settings'
 'pkg-config: nvidia-xconfig'
 'opencl-nvidia-304xx: OpenCL support')



[arch-commits] Commit in nvidia-304xx-utils/repos (4 files)

2014-03-09 Thread Laurent Carlier
Date: Sunday, March 9, 2014 @ 12:39:51
  Author: lcarlier
Revision: 207440

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

Added:
  nvidia-304xx-utils/repos/extra-i686/PKGBUILD
(from rev 207439, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/extra-x86_64/PKGBUILD
(from rev 207439, nvidia-304xx-utils/trunk/PKGBUILD)
Deleted:
  nvidia-304xx-utils/repos/extra-i686/PKGBUILD
  nvidia-304xx-utils/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  316 
 extra-i686/PKGBUILD   |  158 
 extra-x86_64/PKGBUILD |  158 
 3 files changed, 316 insertions(+), 316 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-09 11:39:38 UTC (rev 207439)
+++ extra-i686/PKGBUILD 2014-03-09 11:39:51 UTC (rev 207440)
@@ -1,158 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgbase=nvidia-304xx-utils
-pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
-pkgver=304.119
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-makedepends=('libcl' 'libxvmc' 'xorg-server' 'zlib' 'mesa')
-options=('!strip')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('a2acb8066ac296005dbf560ee83ae6d9')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('fb93002115c99f15b6ca393a90a9c9ec')
-fi
-
-create_links() {
-# create soname links
-while read -d '' _lib; do
-_soname=$(dirname ${_lib})/$(LC_ALL=C readelf -d ${_lib} | sed 
-nr 's/.*Library soname: \[(.*)\].*/\1/p')
-[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
-[[ -e ${_soname/.[0-9]*/} ]] || ln -s $(basename ${_soname}) 
${_soname/.[0-9]*/}
-done  (find ${pkgdir} -type f -name '*.so*' -print0)
-}
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package_opencl-nvidia-304xx() {
-pkgdesc=OpenCL implemention for NVIDIA, 304xx legacy branch
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-provides=('opencl-nvidia')
-conflicts=('opencl-nvidia')
- 
-cd ${srcdir}/${_pkg}
-
-# OpenCL
-install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
-install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver} 
-
-create_links
-
-install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE
-}
-
-package_nvidia-304xx-libgl() {
-pkgdesc=NVIDIA drivers libraries symlinks, 304xx legacy branch
-depends=('nvidia-304xx-utils' 'mesa')
-conflicts=('libgl' 'nvidia-libgl')
-provides=('libgl' 'nvidia-libgl')
-cd ${srcdir}/${_pkg}
-
-mkdir -p ${pkgdir}/usr/lib/xorg/modules/extensions
-ln -s /usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so
-
-ln -s /usr/lib/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib/libGL.so.${pkgver}
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so.1
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so
-
-# We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
-ln -s mesa-libEGL.so.1.0.0${pkgdir}/usr/lib/libEGL.so
-ln -s mesa-libEGL.so.1.0.0${pkgdir}/usr/lib/libEGL.so.1
-ln -s mesa-libEGL.so.1.0.0${pkgdir}/usr/lib/libEGL.so.1.0.0
-ln -s mesa-libGLESv1_CM.so.1.1.0  ${pkgdir}/usr/lib/libGLESv1_CM.so
-ln -s mesa-libGLESv1_CM.so.1.1.0  ${pkgdir}/usr/lib/libGLESv1_CM.so.1
-ln -s mesa-libGLESv1_CM.so.1.1.0  ${pkgdir}/usr/lib/libGLESv1_CM.so.1.1.0
-ln -s mesa-libGLESv2.so.2.0.0 ${pkgdir}/usr/lib/libGLESv2.so
-ln -s mesa-libGLESv2.so.2.0.0 ${pkgdir}/usr/lib/libGLESv2.so.2
-ln -s mesa-libGLESv2.so.2.0.0 ${pkgdir}/usr/lib/libGLESv2.so.2.0.0
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s nvidia-304xx ${pkgdir}/usr/share/licenses/nvidia-304xx-libgl
-}
-
-package_nvidia-304xx-utils() {
-pkgdesc=NVIDIA drivers utilities and libraries, 304xx legacy branch
-depends=('xorg-server' 'libxvmc' 'nvidia-304xx-libgl')
-optdepends=('gtk2: nvidia-settings'
-'pkg-config: nvidia-xconfig'
-'opencl-nvidia-304xx: OpenCL 

[arch-commits] Commit in lib32-nvidia-304xx-utils/trunk (PKGBUILD)

2014-03-09 Thread Felix Yan
Date: Sunday, March 9, 2014 @ 12:44:05
  Author: fyan
Revision: 106852

upgpkg: lib32-nvidia-304xx-utils 304.119-4

- add missing dependency on lib32-mesa

Modified:
  lib32-nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 11:02:03 UTC (rev 106851)
+++ PKGBUILD2014-03-09 11:44:05 UTC (rev 106852)
@@ -8,7 +8,7 @@
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-304xx-utils' 'lib32-nvidia-304xx-libgl' 
'lib32-opencl-nvidia-304xx')
 pkgver=304.119
-pkgrel=3
+pkgrel=4
 pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
 arch=('x86_64')
 url=http://www.nvidia.com/;
@@ -47,7 +47,7 @@
 
 package_lib32-nvidia-304xx-libgl() {
 pkgdesc=NVIDIA drivers libraries symlinks (32-bit)
-depends=('lib32-nvidia-304xx-utils')
+depends=('lib32-nvidia-304xx-utils' 'lib32-mesa')
 conflicts=('lib32-libgl')
 provides=('lib32-libgl')
 cd ${srcdir}/${_pkg}



[arch-commits] Commit in lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64 (2 files)

2014-03-09 Thread Felix Yan
Date: Sunday, March 9, 2014 @ 12:45:03
  Author: fyan
Revision: 106853

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64/PKGBUILD
(from rev 106852, lib32-nvidia-304xx-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  236 ++---
 1 file changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 11:44:05 UTC (rev 106852)
+++ PKGBUILD2014-03-09 11:45:03 UTC (rev 106853)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Jason Graham ja...@the-graham.com
-# Contributor: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-
-_pkgbasename=nvidia-304xx-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-304xx-utils' 'lib32-nvidia-304xx-libgl' 
'lib32-opencl-nvidia-304xx')
-pkgver=304.119
-pkgrel=3
-pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
-arch=('x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-makedepends=('lib32-gcc-libs' 'lib32-libcl' 'lib32-libxvmc' 'lib32-zlib' 
- 'lib32-libxext' 'nvidia-304xx-utils' 'opencl-nvidia-304xx')
-options=('!strip')
-
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('a2acb8066ac296005dbf560ee83ae6d9')
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia-304xx() {
-pkgdesc=OpenCL implemention for NVIDIA (32-bit)
-depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs' 'opencl-nvidia-304xx')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('lib32-opencl-nvidia')
-
-cd ${srcdir}/${_pkg}
-
-# OpenCL
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
-ln -s libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.1
-ln -s libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so
-
-install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver} 
-ln -s libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.1
-ln -s libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so
-}
-
-package_lib32-nvidia-304xx-libgl() {
-pkgdesc=NVIDIA drivers libraries symlinks (32-bit)
-depends=('lib32-nvidia-304xx-utils')
-conflicts=('lib32-libgl')
-provides=('lib32-libgl')
-cd ${srcdir}/${_pkg}
-
-mkdir -p ${pkgdir}/usr/lib32
-ln -s /usr/lib32/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so.1
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so
-
-# We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
-ln -s mesa-libEGL.so.1.0.0${pkgdir}/usr/lib32/libEGL.so
-ln -s mesa-libEGL.so.1.0.0${pkgdir}/usr/lib32/libEGL.so.1
-ln -s mesa-libEGL.so.1.0.0${pkgdir}/usr/lib32/libEGL.so.1.0.0
-ln -s mesa-libGLESv1_CM.so.1.1.0  ${pkgdir}/usr/lib32/libGLESv1_CM.so
-ln -s mesa-libGLESv1_CM.so.1.1.0  ${pkgdir}/usr/lib32/libGLESv1_CM.so.1
-ln -s mesa-libGLESv1_CM.so.1.1.0  
${pkgdir}/usr/lib32/libGLESv1_CM.so.1.1.0
-ln -s mesa-libGLESv2.so.2.0.0 ${pkgdir}/usr/lib32/libGLESv2.so
-ln -s mesa-libGLESv2.so.2.0.0 ${pkgdir}/usr/lib32/libGLESv2.so.2
-ln -s mesa-libGLESv2.so.2.0.0 ${pkgdir}/usr/lib32/libGLESv2.so.2.0.0
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-nvidia-libgl
-}
-
-package_lib32-nvidia-304xx-utils() {
-pkgdesc=NVIDIA drivers utilities (32-bit)
-depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 'lib32-libxext')
-optdepends=('lib32-opencl-nvidia-304xx')
-cd ${srcdir}/${_pkg}
-
-# OpenGL libraries
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}
-
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
-
-# XvMC
-install -D -m755 libXvMCNVIDIA.so.${pkgver} 
${pkgdir}/usr/lib32/libXvMCNVIDIA.so.${pkgver}
-
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}
-
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}
-
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 

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

2014-03-09 Thread Andrea Scarpino
Date: Sunday, March 9, 2014 @ 12:52:01
  Author: andrea
Revision: 207441

upgpkg: calligra 2.8.0-2

Drop nepomuk support

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 11:39:51 UTC (rev 207440)
+++ PKGBUILD2014-03-09 11:52:01 UTC (rev 207441)
@@ -19,7 +19,7 @@
  'calligra-stage'
  'calligra-words')
 pkgver=2.8.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
@@ -46,7 +46,8 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_active=OFF
+-DBUILD_active=OFF \
+-DWITH_Soprano=OFF
   make
 }
 



[arch-commits] Commit in calligra/repos (56 files)

2014-03-09 Thread Andrea Scarpino
Date: Sunday, March 9, 2014 @ 12:52:34
  Author: andrea
Revision: 207442

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

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 207441, calligra/trunk/PKGBUILD)
  calligra/repos/extra-i686/calligra-braindump.install
(from rev 207441, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-i686/calligra-extras.install
(from rev 207441, calligra/trunk/calligra-extras.install)
  calligra/repos/extra-i686/calligra-filters.install
(from rev 207441, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-i686/calligra-flow.install
(from rev 207441, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-i686/calligra-karbon.install
(from rev 207441, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-i686/calligra-kexi.install
(from rev 207441, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-i686/calligra-krita.install
(from rev 207441, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-i686/calligra-plan.install
(from rev 207441, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-i686/calligra-plugins.install
(from rev 207441, calligra/trunk/calligra-plugins.install)
  calligra/repos/extra-i686/calligra-sheets.install
(from rev 207441, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-i686/calligra-stage.install
(from rev 207441, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-i686/calligra-words.install
(from rev 207441, calligra/trunk/calligra-words.install)
  calligra/repos/extra-i686/calligra.install
(from rev 207441, calligra/trunk/calligra.install)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 207441, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/calligra-braindump.install
(from rev 207441, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-x86_64/calligra-extras.install
(from rev 207441, calligra/trunk/calligra-extras.install)
  calligra/repos/extra-x86_64/calligra-filters.install
(from rev 207441, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-x86_64/calligra-flow.install
(from rev 207441, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-x86_64/calligra-karbon.install
(from rev 207441, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-x86_64/calligra-kexi.install
(from rev 207441, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-x86_64/calligra-krita.install
(from rev 207441, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-x86_64/calligra-plan.install
(from rev 207441, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-x86_64/calligra-plugins.install
(from rev 207441, calligra/trunk/calligra-plugins.install)
  calligra/repos/extra-x86_64/calligra-sheets.install
(from rev 207441, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-x86_64/calligra-stage.install
(from rev 207441, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-x86_64/calligra-words.install
(from rev 207441, calligra/trunk/calligra-words.install)
  calligra/repos/extra-x86_64/calligra.install
(from rev 207441, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-i686/calligra-braindump.install
  calligra/repos/extra-i686/calligra-extras.install
  calligra/repos/extra-i686/calligra-filters.install
  calligra/repos/extra-i686/calligra-flow.install
  calligra/repos/extra-i686/calligra-karbon.install
  calligra/repos/extra-i686/calligra-kexi.install
  calligra/repos/extra-i686/calligra-krita.install
  calligra/repos/extra-i686/calligra-plan.install
  calligra/repos/extra-i686/calligra-plugins.install
  calligra/repos/extra-i686/calligra-sheets.install
  calligra/repos/extra-i686/calligra-stage.install
  calligra/repos/extra-i686/calligra-words.install
  calligra/repos/extra-i686/calligra.install
  calligra/repos/extra-x86_64/PKGBUILD
  calligra/repos/extra-x86_64/calligra-braindump.install
  calligra/repos/extra-x86_64/calligra-extras.install
  calligra/repos/extra-x86_64/calligra-filters.install
  calligra/repos/extra-x86_64/calligra-flow.install
  calligra/repos/extra-x86_64/calligra-karbon.install
  calligra/repos/extra-x86_64/calligra-kexi.install
  calligra/repos/extra-x86_64/calligra-krita.install
  calligra/repos/extra-x86_64/calligra-plan.install
  calligra/repos/extra-x86_64/calligra-plugins.install
  calligra/repos/extra-x86_64/calligra-sheets.install
  calligra/repos/extra-x86_64/calligra-stage.install
  calligra/repos/extra-x86_64/calligra-words.install
  calligra/repos/extra-x86_64/calligra.install

-+
 /PKGBUILD   |  506 ++
 /calligra-braindump.install |   24 +
 /calligra-extras.install|   22 +
 /calligra-filters.install   |   22 +
 /calligra-flow.install

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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:24:58
  Author: bpiotrowski
Revision: 207444

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

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

---+
 /PKGBUILD |   52 
 extra-i686/PKGBUILD   |   26 
 extra-x86_64/PKGBUILD |   26 
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-09 12:24:43 UTC (rev 207443)
+++ extra-i686/PKGBUILD 2014-03-09 12:24:58 UTC (rev 207444)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: kfgz kfgz at interia pl
-
-pkgname=x265
-pkgver=0.7
-pkgrel=1
-pkgdesc='Open Source H265/HEVC video encoder'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('yasm' 'cmake')
-url='https://bitbucket.org/multicoreware/x265'
-source=($url/get/$pkgver.tar.bz2)
-md5sums=('SKIP')
-
-build() {
-  cd multicoreware-x265-*/build/linux
-  cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr ../../source
-  make
-}
-
-package() {
-  cd multicoreware-x265-*/build/linux
-  make DESTDIR=$pkgdir install
-}

Copied: x265/repos/extra-i686/PKGBUILD (from rev 207443, x265/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-09 12:24:58 UTC (rev 207444)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: kfgz kfgz at interia pl
+
+pkgname=x265
+pkgver=0.8
+pkgrel=1
+pkgdesc='Open Source H265/HEVC video encoder'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('yasm' 'cmake')
+url='https://bitbucket.org/multicoreware/x265'
+source=($url/get/$pkgver.tar.bz2)
+md5sums=('0c690dfad024e87f6b617e6fc2f354eb')
+
+build() {
+  cd multicoreware-x265-*/build/linux
+  cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr ../../source
+  make
+}
+
+package() {
+  cd multicoreware-x265-*/build/linux
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-09 12:24:43 UTC (rev 207443)
+++ extra-x86_64/PKGBUILD   2014-03-09 12:24:58 UTC (rev 207444)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: kfgz kfgz at interia pl
-
-pkgname=x265
-pkgver=0.7
-pkgrel=1
-pkgdesc='Open Source H265/HEVC video encoder'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('yasm' 'cmake')
-url='https://bitbucket.org/multicoreware/x265'
-source=($url/get/$pkgver.tar.bz2)
-md5sums=('SKIP')
-
-build() {
-  cd multicoreware-x265-*/build/linux
-  cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr ../../source
-  make
-}
-
-package() {
-  cd multicoreware-x265-*/build/linux
-  make DESTDIR=$pkgdir install
-}

Copied: x265/repos/extra-x86_64/PKGBUILD (from rev 207443, x265/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-09 12:24:58 UTC (rev 207444)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: kfgz kfgz at interia pl
+
+pkgname=x265
+pkgver=0.8
+pkgrel=1
+pkgdesc='Open Source H265/HEVC video encoder'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('yasm' 'cmake')
+url='https://bitbucket.org/multicoreware/x265'
+source=($url/get/$pkgver.tar.bz2)
+md5sums=('0c690dfad024e87f6b617e6fc2f354eb')
+
+build() {
+  cd multicoreware-x265-*/build/linux
+  cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr ../../source
+  make
+}
+
+package() {
+  cd multicoreware-x265-*/build/linux
+  make DESTDIR=$pkgdir install
+}



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:24:43
  Author: bpiotrowski
Revision: 207443

upgpkg: x265 0.8-1

new upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 11:52:34 UTC (rev 207442)
+++ PKGBUILD2014-03-09 12:24:43 UTC (rev 207443)
@@ -3,7 +3,7 @@
 # Contributor: kfgz kfgz at interia pl
 
 pkgname=x265
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc='Open Source H265/HEVC video encoder'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('yasm' 'cmake')
 url='https://bitbucket.org/multicoreware/x265'
 source=($url/get/$pkgver.tar.bz2)
-md5sums=('042f8518e58ec69c870e6ae499fc0c55')
+md5sums=('0c690dfad024e87f6b617e6fc2f354eb')
 
 build() {
   cd multicoreware-x265-*/build/linux


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


[arch-commits] Commit in kte-collaborative (kde-unstable kde-unstable/PKGBUILD)

2014-03-09 Thread Andrea Scarpino
Date: Sunday, March 9, 2014 @ 13:26:44
  Author: andrea
Revision: 207445

upgpkg: kte-collaborative 0.2.0-2

KTP 0.8 rebuild

Added:
  kte-collaborative/kde-unstable/
Modified:
  kte-collaborative/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-03-09 11:52:34 UTC (rev 207442)
+++ kde-unstable/PKGBUILD   2014-03-09 12:26:44 UTC (rev 207445)
@@ -4,7 +4,7 @@
 
 pkgname=kte-collaborative
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A plugin for KTextEditor which allows to edit text documents 
collaboratively
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/playground/network/kte-collaborative'



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

2014-03-09 Thread Andrea Scarpino
Date: Sunday, March 9, 2014 @ 13:26:59
  Author: andrea
Revision: 207446

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kte-collaborative/repos/kde-unstable-i686/
  kte-collaborative/repos/kde-unstable-i686/PKGBUILD
(from rev 207445, kte-collaborative/kde-unstable/PKGBUILD)
  kte-collaborative/repos/kde-unstable-x86_64/
  kte-collaborative/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207445, kte-collaborative/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: kte-collaborative/repos/kde-unstable-i686/PKGBUILD (from rev 207445, 
kte-collaborative/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-09 12:26:59 UTC (rev 207446)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=kte-collaborative
+pkgver=0.2.0
+pkgrel=2
+pkgdesc=A plugin for KTextEditor which allows to edit text documents 
collaboratively
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/network/kte-collaborative'
+license=('GPL')
+depends=('libqinfinity' 'telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz;)
+md5sums=('e96718ed62b3bb315364fd03a4f2b463')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-v${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kte-collaborative/repos/kde-unstable-x86_64/PKGBUILD (from rev 207445, 
kte-collaborative/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-09 12:26:59 UTC (rev 207446)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=kte-collaborative
+pkgver=0.2.0
+pkgrel=2
+pkgdesc=A plugin for KTextEditor which allows to edit text documents 
collaboratively
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/network/kte-collaborative'
+license=('GPL')
+depends=('libqinfinity' 'telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz;)
+md5sums=('e96718ed62b3bb315364fd03a4f2b463')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-v${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in tellico/trunk (PKGBUILD tellico.changelog)

2014-03-09 Thread Andrea Scarpino
Date: Sunday, March 9, 2014 @ 13:28:06
  Author: andrea
Revision: 106855

upgpkg: tellico 2.3.8-5

Drop nepomuk support for real

Modified:
  tellico/trunk/PKGBUILD
  tellico/trunk/tellico.changelog

---+
 PKGBUILD  |5 +++--
 tellico.changelog |3 +++
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 11:47:37 UTC (rev 106854)
+++ PKGBUILD2014-03-09 12:28:06 UTC (rev 106855)
@@ -6,7 +6,7 @@
 
 pkgname=tellico
 pkgver=2.3.8
-pkgrel=4
+pkgrel=5
 pkgdesc=A collection manager for KDE
 arch=('i686' 'x86_64')
 url=http://tellico-project.org/;
@@ -23,7 +23,8 @@
 
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=/usr
+  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Nepomuk=OFF
   make
 }
 

Modified: tellico.changelog
===
--- tellico.changelog   2014-03-09 11:47:37 UTC (rev 106854)
+++ tellico.changelog   2014-03-09 12:28:06 UTC (rev 106855)
@@ -1,3 +1,6 @@
+2014-03-09 Andrea Scarpino and...@archlinux.org
+   * tellico 2.3.8-5 be sure Nepomuk support is disabled
+
 2014-03-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* tellico 2.3.8-4 nepomuk support dropped in KDE SC 4.13 packages
 



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

2014-03-09 Thread Andrea Scarpino
Date: Sunday, March 9, 2014 @ 13:28:17
  Author: andrea
Revision: 106856

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

Added:
  tellico/repos/community-i686/PKGBUILD
(from rev 106855, tellico/trunk/PKGBUILD)
  tellico/repos/community-i686/tellico.changelog
(from rev 106855, tellico/trunk/tellico.changelog)
  tellico/repos/community-i686/tellico.install
(from rev 106855, tellico/trunk/tellico.install)
  tellico/repos/community-x86_64/PKGBUILD
(from rev 106855, tellico/trunk/PKGBUILD)
  tellico/repos/community-x86_64/tellico.changelog
(from rev 106855, tellico/trunk/tellico.changelog)
  tellico/repos/community-x86_64/tellico.install
(from rev 106855, tellico/trunk/tellico.install)
Deleted:
  tellico/repos/community-i686/PKGBUILD
  tellico/repos/community-i686/tellico.changelog
  tellico/repos/community-i686/tellico.install
  tellico/repos/community-x86_64/PKGBUILD
  tellico/repos/community-x86_64/tellico.changelog
  tellico/repos/community-x86_64/tellico.install

+
 /PKGBUILD  |   76 +++
 /tellico.changelog |   22 ++
 /tellico.install   |   26 +++
 community-i686/PKGBUILD|   37 -
 community-i686/tellico.changelog   |8 ---
 community-i686/tellico.install |   13 -
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/tellico.changelog |8 ---
 community-x86_64/tellico.install   |   13 -
 9 files changed, 124 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-09 12:28:06 UTC (rev 106855)
+++ community-i686/PKGBUILD 2014-03-09 12:28:17 UTC (rev 106856)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgname=tellico
-pkgver=2.3.8
-pkgrel=4
-pkgdesc=A collection manager for KDE
-arch=('i686' 'x86_64')
-url=http://tellico-project.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'qimageblitz' 'kdepimlibs' 'yaz' 'exempi' 
'libksane' 'taglib' 'libkcddb' 'poppler-qt4' 'kdemultimedia-audiocd-kio')
-makedepends=('automoc4' 'cmake')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2d8a0d06951e0755c7987d0a07cc8157cd42c8b1c143170042183ff1e89e2ccb')
-
-build() {
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-
-# fix python 2.7 path
-  find ${pkgdir} -iname *.py | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
-}

Copied: tellico/repos/community-i686/PKGBUILD (from rev 106855, 
tellico/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-09 12:28:17 UTC (rev 106856)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgname=tellico
+pkgver=2.3.8
+pkgrel=5
+pkgdesc=A collection manager for KDE
+arch=('i686' 'x86_64')
+url=http://tellico-project.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'qimageblitz' 'kdepimlibs' 'yaz' 'exempi' 
'libksane' 'taglib' 'libkcddb' 'poppler-qt4' 'kdemultimedia-audiocd-kio')
+makedepends=('automoc4' 'cmake')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('2d8a0d06951e0755c7987d0a07cc8157cd42c8b1c143170042183ff1e89e2ccb')
+
+build() {
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Nepomuk=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+# fix python 2.7 path
+  find ${pkgdir} -iname *.py | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}

Deleted: community-i686/tellico.changelog
===
--- community-i686/tellico.changelog2014-03-09 12:28:06 UTC (rev 106855)
+++ community-i686/tellico.changelog2014-03-09 12:28:17 UTC (rev 106856)
@@ -1,8 +0,0 @@
-2014-03-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * tellico 2.3.8-4 nepomuk support dropped in KDE SC 4.13 packages
-
-2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * tellico 2.3.8-1
-
-2013-01-30 

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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:00
  Author: bpiotrowski
Revision: 106858

upgpkg: lib32-flashplugin 11.2.202.341-1

sync pkgver with extra/community

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:48:56 UTC (rev 106857)
+++ PKGBUILD2014-03-09 12:49:00 UTC (rev 106858)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.336
+pkgver=11.2.202.341
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -13,7 +13,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('bd7f77dfd0a03bbbd5d124febb8c83d5')
+md5sums=('7f1483d6c4b2b0ec6d79197dcbbe')
 
 package() {
   install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:48:56
  Author: bpiotrowski
Revision: 106857

upgpkg: lib32-gdk-pixbuf2 2.30.6-1

sync pkgver with extra/community

Modified:
  lib32-gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:28:17 UTC (rev 106856)
+++ PKGBUILD2014-03-09 12:48:56 UTC (rev 106857)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 _pkgbasename=gdk-pixbuf2
 pkgname=lib32-$_pkgbasename
-pkgver=2.30.3
+pkgver=2.30.6
 pkgrel=1
 pkgdesc=An image loading library (32-bit)
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('!docs')
 install=gdk-pixbuf2.install
 
source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('c229c53f59573eab9410b53690a4b9db770312c80a4d84ecd6295aa894574494')
+sha256sums=('43394fa4adfb49fa4d662fdc6f43f7f25a9f914509528f57720b18487b0a7f5a')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-flashplugin/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:06
  Author: bpiotrowski
Revision: 106859

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD
(from rev 106858, lib32-flashplugin/trunk/PKGBUILD)
Deleted:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:00 UTC (rev 106858)
+++ PKGBUILD2014-03-09 12:49:06 UTC (rev 106859)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.336
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url=http://get.adobe.com/flashplayer;
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('bd7f77dfd0a03bbbd5d124febb8c83d5')
-
-package() {
-  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
-  install -d $pkgdir/usr/share/licenses
-  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 106858, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 12:49:06 UTC (rev 106859)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.341
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url=http://get.adobe.com/flashplayer;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
+md5sums=('7f1483d6c4b2b0ec6d79197dcbbe')
+
+package() {
+  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
+  install -d $pkgdir/usr/share/licenses
+  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:50
  Author: bpiotrowski
Revision: 106884

upgpkg: lib32-util-linux 2.24.1-1

sync pkgver with extra/community

Modified:
  lib32-util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:49 UTC (rev 106883)
+++ PKGBUILD2014-03-09 12:49:50 UTC (rev 106884)
@@ -4,7 +4,7 @@
 
 _pkgbasename=util-linux
 pkgname=lib32-$_pkgbasename
-pkgver=2.24
+pkgver=2.24.1
 pkgrel=1
 pkgdesc=Miscellaneous system utilities for Linux (32-bit)
 url='http://www.kernel.org/pub/linux/utils/util-linux/'
@@ -16,8 +16,8 @@
 replaces=('lib32-util-linux-ng')
 license=('GPL2')
 options=('!libtool' '!emptydirs')
-source=(ftp://ftp.kernel.org/pub/linux/utils/util-linux/v$pkgver/util-linux-$pkgver.tar.xz;)
-md5sums=('4fac6443427f575fc5f3531a4ad2ca01')
+source=(ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/util-linux-$pkgver.tar.xz;)
+md5sums=('88d46ae23ca599ac5af9cf96b531590f')
 
 build() {
   cd $_pkgbasename-$pkgver



[arch-commits] Commit in lib32-nspr/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:30
  Author: bpiotrowski
Revision: 106871

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nspr/repos/multilib-x86_64/PKGBUILD
(from rev 106870, lib32-nspr/trunk/PKGBUILD)
Deleted:
  lib32-nspr/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:28 UTC (rev 106870)
+++ PKGBUILD2014-03-09 12:49:30 UTC (rev 106871)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: kfgz kfgz at interia pl
-# Contributor: Ionut Biru ibiru at archlinux dot org
-
-_pkgbasename=nspr
-pkgname=lib32-${_pkgbasename}
-pkgver=4.10.2
-pkgrel=1
-pkgdesc=Netscape Portable Runtime (32-bit)
-arch=('x86_64')
-url=http://www.mozilla.org/projects/nspr/;
-#download_url=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/
-license=('MPL' 'GPL')
-depends=('lib32-glibc' ${_pkgbasename})
-makedepends=('zip' 'gcc-multilib')
-options=(!emptydirs)
-source=(http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('f0d254da0b2b870d9a5fa094e879d4b8')
-
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  ./nspr/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib32 \
-  --includedir=/usr/include/nspr \
-  --enable-optimize \
-  --disable-debug \
-  --enable-32bit
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  chmod 644 $pkgdir/usr/lib32/*.a
-  ln -s nspr.pc $pkgdir/usr/lib32/pkgconfig/mozilla-nspr.pc
-  rm -r $pkgdir/usr/bin/{compile-et.pl,prerr.properties} \
-$pkgdir/usr/include/nspr/md
-  rm -rf ${pkgdir}/usr/{bin,share,include}
-}

Copied: lib32-nspr/repos/multilib-x86_64/PKGBUILD (from rev 106870, 
lib32-nspr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 12:49:30 UTC (rev 106871)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: kfgz kfgz at interia pl
+# Contributor: Ionut Biru ibiru at archlinux dot org
+
+_pkgbasename=nspr
+pkgname=lib32-${_pkgbasename}
+pkgver=4.10.3
+pkgrel=1
+pkgdesc=Netscape Portable Runtime (32-bit)
+arch=('x86_64')
+url=http://www.mozilla.org/projects/nspr/;
+#download_url=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/
+license=('MPL' 'GPL')
+depends=('lib32-glibc' ${_pkgbasename})
+makedepends=('zip' 'gcc-multilib')
+options=(!emptydirs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
+md5sums=('bf298e874cf454a3c2f8fe7e671c5d2e')
+
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug \
+  --enable-32bit
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  chmod 644 $pkgdir/usr/lib32/*.a
+  ln -s nspr.pc $pkgdir/usr/lib32/pkgconfig/mozilla-nspr.pc
+  rm -r $pkgdir/usr/bin/{compile-et.pl,prerr.properties} \
+$pkgdir/usr/include/nspr/md
+  rm -rf ${pkgdir}/usr/{bin,share,include}
+}



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:41
  Author: bpiotrowski
Revision: 106878

upgpkg: lib32-readline 6.3.000-1

sync pkgver with extra/community

Modified:
  lib32-readline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:39 UTC (rev 106877)
+++ PKGBUILD2014-03-09 12:49:41 UTC (rev 106878)
@@ -4,8 +4,8 @@
 
 _pkgbasename=readline
 pkgname=lib32-$_pkgbasename
-_basever=6.2
-_patchlevel=004 #prepare for some patches
+_basever=6.3
+_patchlevel=000 #prepare for some patches
 pkgver=$_basever.$_patchlevel
 pkgrel=1
 pkgdesc=GNU readline library (32-bit)
@@ -17,18 +17,10 @@
 source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz)
 if [ $_patchlevel -gt 00 ]; then
 for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-   source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf
 %03d $p){,.sig})
+  source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf
 %03d $p){,.sig})
 done
 fi
-md5sums=('67948acb2ca081f23359d0256e9a271c'
- '83287d52a482f790dfb30ec0a8746669'
- '8e6a51e2e0e6e45a82752e3692c111ac'
- '0665020ea118e8434bd145fb71f452cc'
- '285361ca6d48c51ae2428157e174e812'
- 'c9d5d79718856e711667dede87cb7622'
- '4437205bb1462f5f32e4812b8292c675'
- 'c08e787f50579ce301075c523fa660a4'
- '7e39cad1d349b8ae789e4fc33dbb235f')
+md5sums=('33c8fb279e981274f485fd91da77e94a')
 
 build() {
   cd ${srcdir}/${_pkgbasename}-$_basever
@@ -38,8 +30,8 @@
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   for (( p=1; p=$((10#${_patchlevel})); p++ )); do
- msg applying patch readline${_basever//./}-$(printf %03d $p)
- patch -Np0 -i $srcdir/readline${_basever//./}-$(printf %03d $p)
+msg applying patch readline${_basever//./}-$(printf %03d $p)
+patch -Np0 -i $srcdir/readline${_basever//./}-$(printf %03d $p)
   done
 
   # Remove RPATH from shared objects (FS#14366)



[arch-commits] Commit in lib32-libgcrypt/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:19
  Author: bpiotrowski
Revision: 106865

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libgcrypt/repos/multilib-x86_64/PKGBUILD
(from rev 106864, lib32-libgcrypt/trunk/PKGBUILD)
Deleted:
  lib32-libgcrypt/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:17 UTC (rev 106864)
+++ PKGBUILD2014-03-09 12:49:19 UTC (rev 106865)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-_pkgbasename=libgcrypt
-pkgname=lib32-$_pkgbasename
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=General purpose cryptographic library based on the code from GnuPG 
(32-bit)
-arch=(x86_64)
-url=http://www.gnupg.org;
-license=('LGPL')
-depends=('lib32-libgpg-error=1.10-2' $_pkgbasename)
-makedepends=(gcc-multilib libtool-multilib)
-source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
-sha1sums=('43283c0b41c41e3d3bc13c2d8f937dfe2aaa1a77')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${_pkgbasename}-${pkgver}
-
-  # Use 32-bit assembler
-  sed 's:path=amd64:path=i586 i386:' -i mpi/config.links
-
-  ./configure --prefix=/usr --disable-static --disable-padlock-support \
-  --libdir=/usr/lib32 --enable-shared
-  make
-}
-
-package() {
-  cd ${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
-}

Copied: lib32-libgcrypt/repos/multilib-x86_64/PKGBUILD (from rev 106864, 
lib32-libgcrypt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 12:49:19 UTC (rev 106865)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+_pkgbasename=libgcrypt
+pkgname=lib32-$_pkgbasename
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=General purpose cryptographic library based on the code from GnuPG 
(32-bit)
+arch=(x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('lib32-libgpg-error=1.10-2' $_pkgbasename)
+makedepends=(gcc-multilib libtool-multilib)
+source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
+sha1sums=('f03d9b63ac3b17a6972fc11150d136925b702f02')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${_pkgbasename}-${pkgver}
+
+  # Use 32-bit assembler
+  sed 's:path=amd64:path=i586 i386:' -i mpi/config.links
+
+  ./configure --prefix=/usr --disable-static --disable-padlock-support \
+  --libdir=/usr/lib32 --enable-shared
+  make
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
+}



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:08
  Author: bpiotrowski
Revision: 106860

upgpkg: lib32-harfbuzz 0.9.26-1

sync pkgver with extra/community

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:06 UTC (rev 106859)
+++ PKGBUILD2014-03-09 12:49:08 UTC (rev 106860)
@@ -2,7 +2,7 @@
 
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
-pkgver=0.9.24
+pkgver=0.9.26
 pkgrel=1
 pkgdesc=OpenType text shaping engine. (32-bit)
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('edf25dd8a318acdeacd2aeade2387db23c109fec0da626f2127f43917a372422')
+sha256sums=('5ded7dc3d15fb5c9230d7a224b9256b67b35fde30193b4c3a4c3f6b13110e257')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:31
  Author: bpiotrowski
Revision: 106872

upgpkg: lib32-p11-kit 0.20.2-1

sync pkgver with extra/community

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:30 UTC (rev 106871)
+++ PKGBUILD2014-03-09 12:49:31 UTC (rev 106872)
@@ -4,7 +4,7 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.20.1
+pkgver=0.20.2
 pkgrel=1
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
 options=(!libtool)
 source=($url/releases/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('88c651137f76a167336639371eafd8cc')
+md5sums=('757b97ee4ac0ce598661a90cd784c4f1')
 
 build() {
   export CC=gcc -m32



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:47
  Author: bpiotrowski
Revision: 106882

upgpkg: lib32-sqlite 3.8.3.1-1

sync pkgver with extra/community

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:46 UTC (rev 106881)
+++ PKGBUILD2014-03-09 12:49:47 UTC (rev 106882)
@@ -8,7 +8,7 @@
 _amalgamationver=3080300
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.3
+pkgver=3.8.3.1
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine (32-bit)
 arch=('x86_64')



[arch-commits] Commit in lib32-sqlite/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:49
  Author: bpiotrowski
Revision: 106883

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD
(from rev 106882, lib32-sqlite/trunk/PKGBUILD)
Deleted:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:47 UTC (rev 106882)
+++ PKGBUILD2014-03-09 12:49:49 UTC (rev 106883)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut io...@archlinux.ro
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-# Contributor: Kaos  gianlucaatlas dot gmail dot com 
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_amalgamationver=3080300
-_docver=${_amalgamationver}
-#_docver=3080001
-pkgver=3.8.3
-pkgrel=1
-pkgdesc=A C library that implements an SQL database engine (32-bit)
-arch=('x86_64')
-license=('custom')
-url=http://www.sqlite.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('c2a21d71d0c7dc3af71cf90f04dfd22ecfb280c2')
-provides=(lib32-sqlite3=$pkgver)
-replaces=(lib32-sqlite3)
-conflicts=(lib32-sqlite3)
-
-build() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  export LTLINK_EXTRAS=-ldl
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---disable-static
-
-  make
-}
-
-
-package() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 106882, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 12:49:49 UTC (rev 106883)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Biru Ionut io...@archlinux.ro
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+# Contributor: Kaos  gianlucaatlas dot gmail dot com 
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_amalgamationver=3080300
+_docver=${_amalgamationver}
+#_docver=3080001
+pkgver=3.8.3.1
+pkgrel=1
+pkgdesc=A C library that implements an SQL database engine (32-bit)
+arch=('x86_64')
+license=('custom')
+url=http://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
+sha1sums=('c2a21d71d0c7dc3af71cf90f04dfd22ecfb280c2')
+provides=(lib32-sqlite3=$pkgver)
+replaces=(lib32-sqlite3)
+conflicts=(lib32-sqlite3)
+
+build() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  export LTLINK_EXTRAS=-ldl
+  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--disable-static
+
+  make
+}
+
+
+package() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in lib32-harfbuzz/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:10
  Author: bpiotrowski
Revision: 106861

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD
(from rev 106860, lib32-harfbuzz/trunk/PKGBUILD)
Deleted:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:08 UTC (rev 106860)
+++ PKGBUILD2014-03-09 12:49:10 UTC (rev 106861)
@@ -1,37 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-
-_pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=0.9.24
-pkgrel=1
-pkgdesc=OpenType text shaping engine. (32-bit)
-arch=('x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('edf25dd8a318acdeacd2aeade2387db23c109fec0da626f2127f43917a372422')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # work around autogen.sh requiring ragel
-  autoreconf --force --install --verbose
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 106860, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 12:49:10 UTC (rev 106861)
@@ -0,0 +1,37 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+
+_pkgbasename=harfbuzz
+pkgname=lib32-$_pkgbasename
+pkgver=0.9.26
+pkgrel=1
+pkgdesc=OpenType text shaping engine. (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('5ded7dc3d15fb5c9230d7a224b9256b67b35fde30193b4c3a4c3f6b13110e257')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # work around autogen.sh requiring ragel
+  autoreconf --force --install --verbose
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in lib32-readline/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:43
  Author: bpiotrowski
Revision: 106879

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-readline/repos/multilib-x86_64/PKGBUILD
(from rev 106878, lib32-readline/trunk/PKGBUILD)
Deleted:
  lib32-readline/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  106 -
 1 file changed, 49 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:41 UTC (rev 106878)
+++ PKGBUILD2014-03-09 12:49:43 UTC (rev 106879)
@@ -1,57 +0,0 @@
-# $Id$
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-_pkgbasename=readline
-pkgname=lib32-$_pkgbasename
-_basever=6.2
-_patchlevel=004 #prepare for some patches
-pkgver=$_basever.$_patchlevel
-pkgrel=1
-pkgdesc=GNU readline library (32-bit)
-arch=(x86_64)
-url=http://tiswww.case.edu/php/chet/readline/rltop.html;
-license=('GPL')
-depends=('lib32-glibc' 'lib32-ncurses' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz)
-if [ $_patchlevel -gt 00 ]; then
-for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-   source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf
 %03d $p){,.sig})
-done
-fi
-md5sums=('67948acb2ca081f23359d0256e9a271c'
- '83287d52a482f790dfb30ec0a8746669'
- '8e6a51e2e0e6e45a82752e3692c111ac'
- '0665020ea118e8434bd145fb71f452cc'
- '285361ca6d48c51ae2428157e174e812'
- 'c9d5d79718856e711667dede87cb7622'
- '4437205bb1462f5f32e4812b8292c675'
- 'c08e787f50579ce301075c523fa660a4'
- '7e39cad1d349b8ae789e4fc33dbb235f')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-$_basever
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  for (( p=1; p=$((10#${_patchlevel})); p++ )); do
- msg applying patch readline${_basever//./}-$(printf %03d $p)
- patch -Np0 -i $srcdir/readline${_basever//./}-$(printf %03d $p)
-  done
-
-  # Remove RPATH from shared objects (FS#14366)
-  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
-
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make SHLIB_LIBS=-lncurses
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-$_basever
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-}

Copied: lib32-readline/repos/multilib-x86_64/PKGBUILD (from rev 106878, 
lib32-readline/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 12:49:43 UTC (rev 106879)
@@ -0,0 +1,49 @@
+# $Id$
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+_pkgbasename=readline
+pkgname=lib32-$_pkgbasename
+_basever=6.3
+_patchlevel=000 #prepare for some patches
+pkgver=$_basever.$_patchlevel
+pkgrel=1
+pkgdesc=GNU readline library (32-bit)
+arch=(x86_64)
+url=http://tiswww.case.edu/php/chet/readline/rltop.html;
+license=('GPL')
+depends=('lib32-glibc' 'lib32-ncurses' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz)
+if [ $_patchlevel -gt 00 ]; then
+for (( p=1; p=$((10#${_patchlevel})); p++ )); do
+  source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf
 %03d $p){,.sig})
+done
+fi
+md5sums=('33c8fb279e981274f485fd91da77e94a')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-$_basever
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  for (( p=1; p=$((10#${_patchlevel})); p++ )); do
+msg applying patch readline${_basever//./}-$(printf %03d $p)
+patch -Np0 -i $srcdir/readline${_basever//./}-$(printf %03d $p)
+  done
+
+  # Remove RPATH from shared objects (FS#14366)
+  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make SHLIB_LIBS=-lncurses
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-$_basever
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+}



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:28
  Author: bpiotrowski
Revision: 106870

upgpkg: lib32-nspr 4.10.3-1

sync pkgver with extra/community

Modified:
  lib32-nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:27 UTC (rev 106869)
+++ PKGBUILD2014-03-09 12:49:28 UTC (rev 106870)
@@ -5,7 +5,7 @@
 
 _pkgbasename=nspr
 pkgname=lib32-${_pkgbasename}
-pkgver=4.10.2
+pkgver=4.10.3
 pkgrel=1
 pkgdesc=Netscape Portable Runtime (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('zip' 'gcc-multilib')
 options=(!emptydirs)
 
source=(http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('f0d254da0b2b870d9a5fa094e879d4b8')
+md5sums=('bf298e874cf454a3c2f8fe7e671c5d2e')
 
 
 build() {



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:17
  Author: bpiotrowski
Revision: 106864

upgpkg: lib32-libgcrypt 1.6.1-1

sync pkgver with extra/community

Modified:
  lib32-libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:13 UTC (rev 106863)
+++ PKGBUILD2014-03-09 12:49:17 UTC (rev 106864)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libgcrypt
 pkgname=lib32-$_pkgbasename
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc=General purpose cryptographic library based on the code from GnuPG 
(32-bit)
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=('lib32-libgpg-error=1.10-2' $_pkgbasename)
 makedepends=(gcc-multilib libtool-multilib)
 
source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
-sha1sums=('43283c0b41c41e3d3bc13c2d8f937dfe2aaa1a77')
+sha1sums=('f03d9b63ac3b17a6972fc11150d136925b702f02')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-pango/repos/multilib-x86_64 (4 files)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:36
  Author: bpiotrowski
Revision: 106875

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
(from rev 106874, lib32-pango/trunk/PKGBUILD)
  lib32-pango/repos/multilib-x86_64/pango.install
(from rev 106874, lib32-pango/trunk/pango.install)
Deleted:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
  lib32-pango/repos/multilib-x86_64/pango.install

---+
 PKGBUILD  |   96 
 pango.install |   42 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:35 UTC (rev 106874)
+++ PKGBUILD2014-03-09 12:49:36 UTC (rev 106875)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-# Maintainer: Biru Ionut io...@archlinux.ro
-
-_pkgbasename=pango
-pkgname=lib32-$_pkgbasename
-pkgver=1.36.1
-pkgrel=1
-pkgdesc=A library for layout and rendering of text (32-bit)
-arch=('x86_64')
-license=('LGPL')
-makedepends=(gcc-multilib 'lib32-fontconfig' \
- 'lib32-mesa-libgl' 'lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' 
$_pkgbasename)
-install=pango.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('42e4b51cdc99e6878a9ea2a5ef2b31b79c1033f8518726df738a3c54c90e59f8')
-
-prepare() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  sed -i 's#pango.modules#pango.modules-32#' pango/modules.c
-}
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc \
-  
--with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc
 \
-  --disable-introspection
-  make
-}
-
-package() {
-  depends=('lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' $_pkgbasename)
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf $pkgdir/etc
-  rm -rf $pkgdir/usr/{bin/pango-view,share,include}
-  mv $pkgdir/usr/bin/pango-querymodules 
$pkgdir/usr/bin/pango-querymodules-32
-}

Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 106874, 
lib32-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 12:49:36 UTC (rev 106875)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+# Maintainer: Biru Ionut io...@archlinux.ro
+
+_pkgbasename=pango
+pkgname=lib32-$_pkgbasename
+pkgver=1.36.2
+pkgrel=1
+pkgdesc=A library for layout and rendering of text (32-bit)
+arch=('x86_64')
+license=('LGPL')
+makedepends=(gcc-multilib 'lib32-fontconfig' \
+ 'lib32-mesa-libgl' 'lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' 
$_pkgbasename)
+install=pango.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('f07f9392c9cf20daf5c17a210b2c3f3823d517e1917b72f20bb19353b2bc2c63')
+
+prepare() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  sed -i 's#pango.modules#pango.modules-32#' pango/modules.c
+}
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc \
+  
--with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc
 \
+  --disable-introspection
+  make
+}
+
+package() {
+  depends=('lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' $_pkgbasename)
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf $pkgdir/etc
+  rm -rf $pkgdir/usr/{bin/pango-view,share,include}
+  mv $pkgdir/usr/bin/pango-querymodules 
$pkgdir/usr/bin/pango-querymodules-32
+}

Deleted: pango.install
===
--- pango.install   2014-03-09 12:49:35 UTC (rev 106874)
+++ pango.install   2014-03-09 12:49:36 UTC (rev 106875)
@@ -1,21 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-   # we need to ldconfig first, in case xfree86's libs aren't
-   # in ld.so.cache yet
-   sbin/ldconfig -r .
-   usr/bin/pango-querymodules-32 etc/pango/pango.modules-32
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-

[arch-commits] Commit in lib32-libao/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:13
  Author: bpiotrowski
Revision: 106863

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libao/repos/multilib-x86_64/PKGBUILD
(from rev 106862, lib32-libao/trunk/PKGBUILD)
Deleted:
  lib32-libao/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:11 UTC (rev 106862)
+++ PKGBUILD2014-03-09 12:49:13 UTC (rev 106863)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-# Contributor: dorphell dorph...@archlinux.org
-_pkgbasename=libao
-pkgname=lib32-$_pkgbasename
-pkgver=1.1.0
-pkgrel=3
-pkgdesc=A cross-platform audio output library and plugins (32-bit)
-url=http://www.xiph.org/ao/;
-arch=('x86_64')
-license=('GPL')
-depends=($_pkgbasename 'lib32-glibc' 'lib32-alsa-lib' 'lib32-libpulse')
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://downloads.xiph.org/releases/ao/$_pkgbasename-$pkgver.tar.gz;)
-md5sums=('2b2508c29bc97e4dc218fa162cf883c8')
-
-build() {
-  cd $srcdir/$_pkgbasename-$pkgver
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgbasename-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
-}
-# vim:set ts=2 sw=2 et:

Copied: lib32-libao/repos/multilib-x86_64/PKGBUILD (from rev 106862, 
lib32-libao/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 12:49:13 UTC (rev 106863)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+# Contributor: dorphell dorph...@archlinux.org
+_pkgbasename=libao
+pkgname=lib32-$_pkgbasename
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=A cross-platform audio output library and plugins (32-bit)
+url=http://www.xiph.org/ao/;
+arch=('x86_64')
+license=('GPL')
+depends=($_pkgbasename 'lib32-glibc' 'lib32-alsa-lib' 'lib32-libpulse')
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://downloads.xiph.org/releases/ao/$_pkgbasename-$pkgver.tar.gz;)
+md5sums=('08283fbe1f587619053a156254afecec')
+
+build() {
+  cd $srcdir/$_pkgbasename-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgbasename-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
+}
+# vim:set ts=2 sw=2 et:



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:44
  Author: bpiotrowski
Revision: 106880

upgpkg: lib32-sdl2 2.0.2-1

sync pkgver with extra/community

Modified:
  lib32-sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:43 UTC (rev 106879)
+++ PKGBUILD2014-03-09 12:49:44 UTC (rev 106880)
@@ -4,8 +4,8 @@
 # Contributor: J0k3r moebius...@gmail.com
 
 pkgname=lib32-sdl2
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
 pkgdesc='A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)'
 arch=('x86_64')
 url='http://www.libsdl.org'
@@ -15,7 +15,7 @@
 optdepends=('lib32-alsa-lib: ALSA audio driver'
 'lib32-libpulse: PulseAudio audio driver')
 source=(${url}/release/SDL2-${pkgver}.tar.gz)
-sha256sums=('0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0')
+sha256sums=('590157f85a8a8b52723848169a74eec6ca07ab4a75cec15beedde648f980e850')
 
 prepare() {
   if [[ -d build ]]; then



[arch-commits] Commit in lib32-libldap/repos/multilib-x86_64 (4 files)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:22
  Author: bpiotrowski
Revision: 106867

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libldap/repos/multilib-x86_64/PKGBUILD
(from rev 106866, lib32-libldap/trunk/PKGBUILD)
  lib32-libldap/repos/multilib-x86_64/ntlm.patch
(from rev 106866, lib32-libldap/trunk/ntlm.patch)
Deleted:
  lib32-libldap/repos/multilib-x86_64/PKGBUILD
  lib32-libldap/repos/multilib-x86_64/ntlm.patch

+
 PKGBUILD   |  120 +++
 ntlm.patch |  460 +--
 2 files changed, 290 insertions(+), 290 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:20 UTC (rev 106866)
+++ PKGBUILD2014-03-09 12:49:22 UTC (rev 106867)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-_pkgbasename=libldap
-pkgname=lib32-$_pkgbasename
-pkgver=2.4.38
-pkgrel=1
-pkgdesc=Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)
-arch=('x86_64')
-license=('custom')
-url=http://www.openldap.org/;
-depends=('lib32-openssl' $_pkgbasename)
-makedepends=(gcc-multilib)
-source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz;
-'ntlm.patch')
-md5sums=('39831848c731bcaef235a04e0d14412f'
- '4258ddbef923d1f29f2843bc050f8c56')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/openldap-${pkgver}
-
-  patch -Np1 -i ${srcdir}/ntlm.patch
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/sbin \
-  --sysconfdir=/etc \
- --mandir=/usr/share/man \
-  --localstatedir=/var/lib/openldap \
-  --enable-crypt --enable-dynamic \
-  --with-threads --disable-wrappers \
- --disable-spasswd --without-cyrus-sasl \
- --disable-bdb --disable-hdb --libdir=/usr/lib32
-
-  cd include
-  make
-
-  cd ../libraries
-  make depend
-  make
-
-}
-
-package() {
-  cd ${srcdir}/openldap-${pkgver}
-
-  cd include
-  make DESTDIR=${pkgdir} install
-
-  cd ../libraries
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin} $pkgdir/etc
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-libldap/repos/multilib-x86_64/PKGBUILD (from rev 106866, 
lib32-libldap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 12:49:22 UTC (rev 106867)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer:
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+_pkgbasename=libldap
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.39
+pkgrel=1
+pkgdesc=Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)
+arch=('x86_64')
+license=('custom')
+url=http://www.openldap.org/;
+depends=('lib32-openssl' $_pkgbasename)
+makedepends=(gcc-multilib)
+source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz;
+'ntlm.patch')
+md5sums=('b0d5ee4b252c841dec6b332d679cf943'
+ '4258ddbef923d1f29f2843bc050f8c56')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/openldap-${pkgver}
+
+  patch -Np1 -i ${srcdir}/ntlm.patch
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/sbin \
+  --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+  --localstatedir=/var/lib/openldap \
+  --enable-crypt --enable-dynamic \
+  --with-threads --disable-wrappers \
+ --disable-spasswd --without-cyrus-sasl \
+ --disable-bdb --disable-hdb --libdir=/usr/lib32
+
+  cd include
+  make
+
+  cd ../libraries
+  make depend
+  make
+
+}
+
+package() {
+  cd ${srcdir}/openldap-${pkgver}
+
+  cd include
+  make DESTDIR=${pkgdir} install
+
+  cd ../libraries
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin} $pkgdir/etc
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}

Deleted: ntlm.patch
===
--- ntlm.patch  2014-03-09 12:49:20 UTC (rev 106866)
+++ ntlm.patch  2014-03-09 12:49:22 UTC (rev 106867)
@@ -1,230 +0,0 @@
-Patch from evolution-exchange (2.10.3).  The ldap_ntlm_bind function is
-actually called by evolution-data-server, checked at version 1.12.2.
-Without this patch, the Exchange addressbook integration uses simple binds
-with cleartext passwords.
-
-Russ checked with openldap-software for upstream's opinion on this patch
-on 2007-12-21.  Upstream had never received it as a patch submission and
-given that it's apparently only for older Exchange servers that can't do
-SASL and DIGEST-MD5, it's not very appealing.
-
-Bug#457374 filed against 

[arch-commits] Commit in lib32-sdl2/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:46
  Author: bpiotrowski
Revision: 106881

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD
(from rev 106880, lib32-sdl2/trunk/PKGBUILD)
Deleted:
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:44 UTC (rev 106880)
+++ PKGBUILD2014-03-09 12:49:46 UTC (rev 106881)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Jameson Pugh imntr...@gmail.com
-# Contributor: J0k3r moebius...@gmail.com
-
-pkgname=lib32-sdl2
-pkgver=2.0.1
-pkgrel=2
-pkgdesc='A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)'
-arch=('x86_64')
-url='http://www.libsdl.org'
-license=('MIT')
-depends=('lib32-libgl' 'lib32-libx11' 'lib32-libxext' 'lib32-libxrender' 
${pkgname#*-})
-makedepends=('lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' 
'lib32-libxinerama' 'lib32-libxrandr')
-optdepends=('lib32-alsa-lib: ALSA audio driver'
-'lib32-libpulse: PulseAudio audio driver')
-source=(${url}/release/SDL2-${pkgver}.tar.gz)
-sha256sums=('0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0')
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ../SDL2-${pkgver}/configure --prefix='/usr' --libdir='/usr/lib32' 
--enable-{alsa,pulseaudio-shared,sdl-dlopen} --disable-{arts,esd,nas,rpath}
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR=$pkgdir install
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-
-  install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-sdl2/repos/multilib-x86_64/PKGBUILD (from rev 106880, 
lib32-sdl2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 12:49:46 UTC (rev 106881)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Jameson Pugh imntr...@gmail.com
+# Contributor: J0k3r moebius...@gmail.com
+
+pkgname=lib32-sdl2
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)'
+arch=('x86_64')
+url='http://www.libsdl.org'
+license=('MIT')
+depends=('lib32-libgl' 'lib32-libx11' 'lib32-libxext' 'lib32-libxrender' 
${pkgname#*-})
+makedepends=('lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' 
'lib32-libxinerama' 'lib32-libxrandr')
+optdepends=('lib32-alsa-lib: ALSA audio driver'
+'lib32-libpulse: PulseAudio audio driver')
+source=(${url}/release/SDL2-${pkgver}.tar.gz)
+sha256sums=('590157f85a8a8b52723848169a74eec6ca07ab4a75cec15beedde648f980e850')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ../SDL2-${pkgver}/configure --prefix='/usr' --libdir='/usr/lib32' 
--enable-{alsa,pulseaudio-shared,sdl-dlopen} --disable-{arts,esd,nas,rpath}
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=$pkgdir install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in lib32-p11-kit/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:33
  Author: bpiotrowski
Revision: 106873

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-p11-kit/repos/multilib-x86_64/PKGBUILD
(from rev 106872, lib32-p11-kit/trunk/PKGBUILD)
Deleted:
  lib32-p11-kit/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:31 UTC (rev 106872)
+++ PKGBUILD2014-03-09 12:49:33 UTC (rev 106873)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Christoph Vigano m...@cvigano.de
-
-_pkgbasename=p11-kit
-pkgname=lib32-$_pkgbasename
-pkgver=0.20.1
-pkgrel=1
-pkgdesc=Library to work with PKCS#11 modules (32-bit)
-arch=(x86_64)
-url=http://p11-glue.freedesktop.org;
-license=('BSD')
-depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
-options=(!libtool)
-source=($url/releases/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('88c651137f76a167336639371eafd8cc')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  cd $srcdir/$_pkgbasename-$pkgver
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
---with-module-path=/usr/lib32/pkcs11
-  make
-}
-
-check() {
-  cd $srcdir/$_pkgbasename-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$_pkgbasename-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -rf ${pkgdir}/etc
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-p11-kit/repos/multilib-x86_64/PKGBUILD (from rev 106872, 
lib32-p11-kit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 12:49:33 UTC (rev 106873)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Christoph Vigano m...@cvigano.de
+
+_pkgbasename=p11-kit
+pkgname=lib32-$_pkgbasename
+pkgver=0.20.2
+pkgrel=1
+pkgdesc=Library to work with PKCS#11 modules (32-bit)
+arch=(x86_64)
+url=http://p11-glue.freedesktop.org;
+license=('BSD')
+depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
+options=(!libtool)
+source=($url/releases/$_pkgbasename-$pkgver.tar.gz)
+md5sums=('757b97ee4ac0ce598661a90cd784c4f1')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  cd $srcdir/$_pkgbasename-$pkgver
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
+--with-module-path=/usr/lib32/pkcs11
+  make
+}
+
+check() {
+  cd $srcdir/$_pkgbasename-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -rf ${pkgdir}/etc
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:20
  Author: bpiotrowski
Revision: 106866

upgpkg: lib32-libldap 2.4.39-1

sync pkgver with extra/community

Modified:
  lib32-libldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:19 UTC (rev 106865)
+++ PKGBUILD2014-03-09 12:49:20 UTC (rev 106866)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libldap
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.38
+pkgver=2.4.39
 pkgrel=1
 pkgdesc=Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=(gcc-multilib)
 
source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz;
 'ntlm.patch')
-md5sums=('39831848c731bcaef235a04e0d14412f'
+md5sums=('b0d5ee4b252c841dec6b332d679cf943'
  '4258ddbef923d1f29f2843bc050f8c56')
 
 build() {



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:11
  Author: bpiotrowski
Revision: 106862

upgpkg: lib32-libao 1.0.0-1

sync pkgver with extra/community

Modified:
  lib32-libao/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:10 UTC (rev 106861)
+++ PKGBUILD2014-03-09 12:49:11 UTC (rev 106862)
@@ -5,8 +5,8 @@
 # Contributor: dorphell dorph...@archlinux.org
 _pkgbasename=libao
 pkgname=lib32-$_pkgbasename
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.0.0
+pkgrel=1
 pkgdesc=A cross-platform audio output library and plugins (32-bit)
 url=http://www.xiph.org/ao/;
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 source=(http://downloads.xiph.org/releases/ao/$_pkgbasename-$pkgver.tar.gz;)
-md5sums=('2b2508c29bc97e4dc218fa162cf883c8')
+md5sums=('08283fbe1f587619053a156254afecec')
 
 build() {
   cd $srcdir/$_pkgbasename-$pkgver



[arch-commits] Commit in lib32-portaudio/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:39
  Author: bpiotrowski
Revision: 106877

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-portaudio/repos/multilib-x86_64/PKGBUILD
(from rev 106876, lib32-portaudio/trunk/PKGBUILD)
Deleted:
  lib32-portaudio/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:38 UTC (rev 106876)
+++ PKGBUILD2014-03-09 12:49:39 UTC (rev 106877)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: josephgbr rafael.f...@gmail.com
-# Contributor: Xavius xavier...@gmail.com
-
-pkgname=lib32-portaudio
-pkgver=19_2021
-pkgrel=2
-pkgdesc='A free, cross-platform, open source, audio I/O library. (32 bit)'
-arch=('x86_64')
-url=http://www.portaudio.com/;
-license=('custom')
-depends=('lib32-alsa-lib' 'lib32-jack' ${pkgname#*-})
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://www.portaudio.com/archives/pa_stable_v${pkgver}.tgz;)
-sha256sums=('9c26d1330d506496789edafe55b0386f20d83c4aa2c0e3f81fbeb0f114ab1b99')
-
-build() {
-  cd ${srcdir}/${pkgname#*-}
-
-# Multilib
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-# Build
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package () {
-  cd ${srcdir}/${pkgname#*-}
-
-# Install
-  make DESTDIR=${pkgdir} install
-
-# Multilib
-  rm -rf ${pkgdir}/usr/include
-
-# License
-  install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-portaudio/repos/multilib-x86_64/PKGBUILD (from rev 106876, 
lib32-portaudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 12:49:39 UTC (rev 106877)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+# Contributor: Xavius xavier...@gmail.com
+
+pkgname=lib32-portaudio
+pkgver=19_20140130
+pkgrel=1
+pkgdesc='A free, cross-platform, open source, audio I/O library. (32 bit)'
+arch=('x86_64')
+url=http://www.portaudio.com/;
+license=('custom')
+depends=('lib32-alsa-lib' 'lib32-jack' ${pkgname#*-})
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://www.portaudio.com/archives/pa_stable_v${pkgver}.tgz;)
+sha256sums=('8fe024a5f0681e112c6979808f684c3516061cc51d3acc0b726af98fc96c8d57')
+
+build() {
+  cd ${srcdir}/${pkgname#*-}
+
+# Multilib
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+# Build
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package () {
+  cd ${srcdir}/${pkgname#*-}
+
+# Install
+  make DESTDIR=${pkgdir} install
+
+# Multilib
+  rm -rf ${pkgdir}/usr/include
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:35
  Author: bpiotrowski
Revision: 106874

upgpkg: lib32-pango 1.36.2-1

sync pkgver with extra/community

Modified:
  lib32-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:33 UTC (rev 106873)
+++ PKGBUILD2014-03-09 12:49:35 UTC (rev 106874)
@@ -5,7 +5,7 @@
 
 _pkgbasename=pango
 pkgname=lib32-$_pkgbasename
-pkgver=1.36.1
+pkgver=1.36.2
 pkgrel=1
 pkgdesc=A library for layout and rendering of text (32-bit)
 arch=('x86_64')
@@ -15,7 +15,7 @@
 install=pango.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
 url=http://www.pango.org/;
-sha256sums=('42e4b51cdc99e6878a9ea2a5ef2b31b79c1033f8518726df738a3c54c90e59f8')
+sha256sums=('f07f9392c9cf20daf5c17a210b2c3f3823d517e1917b72f20bb19353b2bc2c63')
 
 prepare() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}



[arch-commits] Commit in lib32-util-linux/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:52
  Author: bpiotrowski
Revision: 106885

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-util-linux/repos/multilib-x86_64/PKGBUILD
(from rev 106884, lib32-util-linux/trunk/PKGBUILD)
Deleted:
  lib32-util-linux/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:50 UTC (rev 106884)
+++ PKGBUILD2014-03-09 12:49:52 UTC (rev 106885)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-_pkgbasename=util-linux
-pkgname=lib32-$_pkgbasename
-pkgver=2.24
-pkgrel=1
-pkgdesc=Miscellaneous system utilities for Linux (32-bit)
-url='http://www.kernel.org/pub/linux/utils/util-linux/'
-arch=('x86_64')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=('gcc-multilib')
-provides=('lib32-util-linux-ng')
-conflicts=('lib32-util-linux-ng')
-replaces=('lib32-util-linux-ng')
-license=('GPL2')
-options=('!libtool' '!emptydirs')
-source=(ftp://ftp.kernel.org/pub/linux/utils/util-linux/v$pkgver/util-linux-$pkgver.tar.xz;)
-md5sums=('4fac6443427f575fc5f3531a4ad2ca01')
-
-build() {
-  cd $_pkgbasename-$pkgver
-
-  ./configure \
-  CC=${CC:-cc} -m32 \
-  PKG_CONFIG_PATH=/usr/lib32/pkgconfig \
-  --without-ncurses \
-  --libdir=/usr/lib32
-
-  make lib{uuid,blkid,mount}.la
-}
-
-package() {
-  make -C $_pkgbasename-$pkgver \
-DESTDIR=$pkgdir \
-install-usrlib_execLTLIBRARIES \
-install-pkgconfigDATA
-}

Copied: lib32-util-linux/repos/multilib-x86_64/PKGBUILD (from rev 106884, 
lib32-util-linux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 12:49:52 UTC (rev 106885)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+_pkgbasename=util-linux
+pkgname=lib32-$_pkgbasename
+pkgver=2.24.1
+pkgrel=1
+pkgdesc=Miscellaneous system utilities for Linux (32-bit)
+url='http://www.kernel.org/pub/linux/utils/util-linux/'
+arch=('x86_64')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('gcc-multilib')
+provides=('lib32-util-linux-ng')
+conflicts=('lib32-util-linux-ng')
+replaces=('lib32-util-linux-ng')
+license=('GPL2')
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/util-linux-$pkgver.tar.xz;)
+md5sums=('88d46ae23ca599ac5af9cf96b531590f')
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  ./configure \
+  CC=${CC:-cc} -m32 \
+  PKG_CONFIG_PATH=/usr/lib32/pkgconfig \
+  --without-ncurses \
+  --libdir=/usr/lib32
+
+  make lib{uuid,blkid,mount}.la
+}
+
+package() {
+  make -C $_pkgbasename-$pkgver \
+DESTDIR=$pkgdir \
+install-usrlib_execLTLIBRARIES \
+install-pkgconfigDATA
+}



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:38
  Author: bpiotrowski
Revision: 106876

upgpkg: lib32-portaudio 19_20140130-1

sync pkgver with extra/community

Modified:
  lib32-portaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:36 UTC (rev 106875)
+++ PKGBUILD2014-03-09 12:49:38 UTC (rev 106876)
@@ -4,8 +4,8 @@
 # Contributor: Xavius xavier...@gmail.com
 
 pkgname=lib32-portaudio
-pkgver=19_2021
-pkgrel=2
+pkgver=19_20140130
+pkgrel=1
 pkgdesc='A free, cross-platform, open source, audio I/O library. (32 bit)'
 arch=('x86_64')
 url=http://www.portaudio.com/;
@@ -14,7 +14,7 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 source=(http://www.portaudio.com/archives/pa_stable_v${pkgver}.tgz;)
-sha256sums=('9c26d1330d506496789edafe55b0386f20d83c4aa2c0e3f81fbeb0f114ab1b99')
+sha256sums=('8fe024a5f0681e112c6979808f684c3516061cc51d3acc0b726af98fc96c8d57')
 
 build() {
   cd ${srcdir}/${pkgname#*-}



[arch-commits] Commit in lib32-libpng/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:27
  Author: bpiotrowski
Revision: 106869

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libpng/repos/multilib-x86_64/PKGBUILD
(from rev 106868, lib32-libpng/trunk/PKGBUILD)
Deleted:
  lib32-libpng/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:24 UTC (rev 106868)
+++ PKGBUILD2014-03-09 12:49:27 UTC (rev 106869)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Travis Willard tra...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-_pkgbasename=libpng
-pkgname=lib32-$_pkgbasename
-pkgver=1.6.8
-_apngver=1.6.8
-_libversion=16
-pkgrel=1
-pkgdesc=A collection of routines used to create PNG format graphics files 
(32-bit)
-arch=('x86_64')
-url=http://www.libpng.org/pub/png/libpng.html;
-license=('custom')
-depends=('lib32-zlib' $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz{,.asc}
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
-md5sums=('51ce71a1642cdde1f4485a7ff82193c0'
- 'SKIP'
- '6ddeea37e1945d809959a152d4258987')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # Add animated PNG (apng) support
-  # see http://sourceforge.net/projects/libpng-apng/
-  patch -p1 -i ${srcdir}/libpng-${_apngver}-apng.patch
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --program-suffix=-32 
--disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  cd contrib/pngminus
-  make PNGLIB=-L${pkgdir}/usr/lib32 -lpng -f makefile.std png2pnm pnm2png
-
-  rm -rf ${pkgdir}/usr/{include,share}
-
-  rm $pkgdir/usr/bin/libpng-config
-  ln -s libpng${_libversion}-config-32 $pkgdir/usr/bin/libpng-config-32
-
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-libpng/repos/multilib-x86_64/PKGBUILD (from rev 106868, 
lib32-libpng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 12:49:27 UTC (rev 106869)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Travis Willard tra...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+_pkgbasename=libpng
+pkgname=lib32-$_pkgbasename
+pkgver=1.6.10
+_apngver=1.6.10
+_libversion=16
+pkgrel=1
+pkgdesc=A collection of routines used to create PNG format graphics files 
(32-bit)
+arch=('x86_64')
+url=http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('lib32-zlib' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz{,.asc}
+
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
+md5sums=('5f414b20f683b1d96b163c89e3eff768'
+ 'SKIP'
+ '3404257f66d4a118b26ccc3fc4788810')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # Add animated PNG (apng) support
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -p1 -i ${srcdir}/libpng-${_apngver}-apng.patch
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --program-suffix=-32 
--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  cd contrib/pngminus
+  make PNGLIB=-L${pkgdir}/usr/lib32 -lpng -f makefile.std png2pnm pnm2png
+
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  rm $pkgdir/usr/bin/libpng-config
+  ln -s libpng${_libversion}-config-32 $pkgdir/usr/bin/libpng-config-32
+
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:49:24
  Author: bpiotrowski
Revision: 106868

upgpkg: lib32-libpng 1.6.10-1

sync pkgver with extra/community

Modified:
  lib32-libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:22 UTC (rev 106867)
+++ PKGBUILD2014-03-09 12:49:24 UTC (rev 106868)
@@ -6,8 +6,8 @@
 
 _pkgbasename=libpng
 pkgname=lib32-$_pkgbasename
-pkgver=1.6.8
-_apngver=1.6.8
+pkgver=1.6.10
+_apngver=1.6.10
 _libversion=16
 pkgrel=1
 pkgdesc=A collection of routines used to create PNG format graphics files 
(32-bit)
@@ -19,9 +19,9 @@
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz{,.asc}
 
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
-md5sums=('51ce71a1642cdde1f4485a7ff82193c0'
+md5sums=('5f414b20f683b1d96b163c89e3eff768'
  'SKIP'
- '6ddeea37e1945d809959a152d4258987')
+ '3404257f66d4a118b26ccc3fc4788810')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-gdk-pixbuf2/repos/multilib-x86_64 (4 files)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 13:50:45
  Author: bpiotrowski
Revision: 106886

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
(from rev 106885, lib32-gdk-pixbuf2/trunk/PKGBUILD)
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install
(from rev 106885, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install

-+
 PKGBUILD|   92 +-
 gdk-pixbuf2.install |   22 +--
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 12:49:52 UTC (rev 106885)
+++ PKGBUILD2014-03-09 12:50:45 UTC (rev 106886)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-_pkgbasename=gdk-pixbuf2
-pkgname=lib32-$_pkgbasename
-pkgver=2.30.3
-pkgrel=1
-pkgdesc=An image loading library (32-bit)
-arch=('x86_64')
-url=http://www.gtk.org/;
-license=('LGPL2.1')
-depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
- $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!docs')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('c229c53f59573eab9410b53690a4b9db770312c80a4d84ecd6295aa894574494')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/gdk-pixbuf-${pkgver}
-
-  ./configure --prefix=/usr  --libdir=/usr/lib32 \
---without-libjasper \
---with-x11 \
---with-included-loaders=png
-  make
-}
-
-package() {
-  cd ${srcdir}/gdk-pixbuf-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/etc
-  rm -rf ${pkgdir}/usr/{include,share}
-
-  cd ${pkgdir}/usr/bin
-  mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
-  rm gdk-pixbuf-pixdata
-  rm gdk-pixbuf-csource
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD (from rev 106885, 
lib32-gdk-pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 12:50:45 UTC (rev 106886)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+_pkgbasename=gdk-pixbuf2
+pkgname=lib32-$_pkgbasename
+pkgver=2.30.6
+pkgrel=1
+pkgdesc=An image loading library (32-bit)
+arch=('x86_64')
+url=http://www.gtk.org/;
+license=('LGPL2.1')
+depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
+ $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!docs')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
+sha256sums=('43394fa4adfb49fa4d662fdc6f43f7f25a9f914509528f57720b18487b0a7f5a')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/gdk-pixbuf-${pkgver}
+
+  ./configure --prefix=/usr  --libdir=/usr/lib32 \
+--without-libjasper \
+--with-x11 \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd ${srcdir}/gdk-pixbuf-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/etc
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  cd ${pkgdir}/usr/bin
+  mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
+  rm gdk-pixbuf-pixdata
+  rm gdk-pixbuf-csource
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gdk-pixbuf2.install
===
--- gdk-pixbuf2.install 2014-03-09 12:49:52 UTC (rev 106885)
+++ gdk-pixbuf2.install 2014-03-09 12:50:45 UTC (rev 106886)
@@ -1,11 +0,0 @@
-post_install() {
-usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
-}

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install (from rev 
106885, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- gdk-pixbuf2.install (rev 0)
+++ gdk-pixbuf2.install 2014-03-09 12:50:45 UTC (rev 106886)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}



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

2014-03-09 Thread Andrea Scarpino
Date: Sunday, March 9, 2014 @ 14:16:31
  Author: andrea
Revision: 106888

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

Added:
  kdenlive/repos/community-i686/PKGBUILD
(from rev 106887, kdenlive/trunk/PKGBUILD)
  kdenlive/repos/community-i686/kdenlive.install
(from rev 106887, kdenlive/trunk/kdenlive.install)
  kdenlive/repos/community-x86_64/PKGBUILD
(from rev 106887, kdenlive/trunk/PKGBUILD)
  kdenlive/repos/community-x86_64/kdenlive.install
(from rev 106887, kdenlive/trunk/kdenlive.install)
Deleted:
  kdenlive/repos/community-i686/PKGBUILD
  kdenlive/repos/community-i686/kdenlive.install
  kdenlive/repos/community-x86_64/PKGBUILD
  kdenlive/repos/community-x86_64/kdenlive.install

---+
 /PKGBUILD |  100 
 /kdenlive.install |   26 +
 community-i686/PKGBUILD   |   49 -
 community-i686/kdenlive.install   |   13 
 community-x86_64/PKGBUILD |   49 -
 community-x86_64/kdenlive.install |   13 
 6 files changed, 126 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-09 13:16:19 UTC (rev 106887)
+++ community-i686/PKGBUILD 2014-03-09 13:16:31 UTC (rev 106888)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Zuf kontakt@gmail.com
-# Contributor: Darwin Bautista djclue...@gmail.com
-
-pkgname=kdenlive
-pkgver=0.9.6
-pkgrel=3
-pkgdesc=A non-linear video editor for Linux
-arch=('i686' 'x86_64')
-# http://download.kde.org/stable/kdenlive/
-url=http://www.kdenlive.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'mlt' 'qjson' 'libqzeitgeist')
-makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
-optdepends=('recordmydesktop: screen capture'
-   'dvdauthor: dvd creation'
-   'dvgrab: firewire capture'
-   'xine-ui: dvd preview'
-   'cdrkit: dvd iso image creation')
-install=kdenlive.install
-options=('docs')
-source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2
-   
FS37617.patch::http://quickgit.kde.org/?p=kdenlive.gita=commitdiffh=d049b327afc02b499266b5c895b13e438490b7c0o=plain;)
-md5sums=('3bd3a511b860490acc367e7c9d7ffa43'
- '672edd6399a4d5e80937f61547490038')
-
-prepare() {
-  cd ${srcdir}/kdenlive-${pkgver}
-  patch -p1 $srcdir/FS37617.patch
-}
-
-build() {
-  export LDFLAGS=$LDFLAGS -lX11
-  cd ${srcdir}
-  mkdir -p build
-  cd build
-  cmake ../kdenlive-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=/usr/lib \
--DLINK_LIBRARIES=-lX11
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdenlive/repos/community-i686/PKGBUILD (from rev 106887, 
kdenlive/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-09 13:16:31 UTC (rev 106888)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Zuf kontakt@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=kdenlive
+pkgver=0.9.6
+pkgrel=4
+pkgdesc=A non-linear video editor for Linux
+arch=('i686' 'x86_64')
+# http://download.kde.org/stable/kdenlive/
+url=http://www.kdenlive.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'mlt' 'qjson' 'libqzeitgeist')
+makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
+optdepends=('recordmydesktop: screen capture'
+   'dvdauthor: dvd creation'
+   'dvgrab: firewire capture'
+   'xine-ui: dvd preview'
+   'cdrkit: dvd iso image creation')
+install=kdenlive.install
+options=('docs')
+source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2
+   
FS37617.patch::http://quickgit.kde.org/?p=kdenlive.gita=commitdiffh=d049b327afc02b499266b5c895b13e438490b7c0o=plain;)
+md5sums=('3bd3a511b860490acc367e7c9d7ffa43'
+ '672edd6399a4d5e80937f61547490038')
+
+prepare() {
+  cd ${srcdir}/kdenlive-${pkgver}
+  patch -p1 $srcdir/FS37617.patch
+}
+
+build() {
+  export LDFLAGS=$LDFLAGS -lX11
+  cd ${srcdir}
+  mkdir -p build
+  cd build
+  cmake ../kdenlive-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib \
+-DLINK_LIBRARIES=-lX11 \
+-DWITH_Nepomuk=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/kdenlive.install
===
--- community-i686/kdenlive.install 2014-03-09 13:16:19 UTC (rev 106887)
+++ community-i686/kdenlive.install 2014-03-09 13:16:31 UTC (rev 106888)
@@ -1,13 +0,0 @@
-post_install() {
-  

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

2014-03-09 Thread Andrea Scarpino
Date: Sunday, March 9, 2014 @ 14:16:19
  Author: andrea
Revision: 106887

upgpkg: kdenlive 0.9.6-4

Drop nepomuk support

Modified:
  kdenlive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 12:50:45 UTC (rev 106886)
+++ PKGBUILD2014-03-09 13:16:19 UTC (rev 106887)
@@ -5,7 +5,7 @@
 
 pkgname=kdenlive
 pkgver=0.9.6
-pkgrel=3
+pkgrel=4
 pkgdesc=A non-linear video editor for Linux
 arch=('i686' 'x86_64')
 # http://download.kde.org/stable/kdenlive/
@@ -39,7 +39,8 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=/usr/lib \
--DLINK_LIBRARIES=-lX11
+-DLINK_LIBRARIES=-lX11 \
+-DWITH_Nepomuk=OFF
   make
 }
 



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 14:33:22
  Author: bpiotrowski
Revision: 106889

upgpkg: lib32-libao 1.2.0-1

sync pkgver with extra/community

Modified:
  lib32-libao/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 13:16:31 UTC (rev 106888)
+++ PKGBUILD2014-03-09 13:33:22 UTC (rev 106889)
@@ -5,7 +5,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 _pkgbasename=libao
 pkgname=lib32-$_pkgbasename
-pkgver=1.0.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc=A cross-platform audio output library and plugins (32-bit)
 url=http://www.xiph.org/ao/;
@@ -15,7 +15,7 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 source=(http://downloads.xiph.org/releases/ao/$_pkgbasename-$pkgver.tar.gz;)
-md5sums=('08283fbe1f587619053a156254afecec')
+md5sums=('9f5dd20d7e95fd0dd72df5353829f097')
 
 build() {
   cd $srcdir/$_pkgbasename-$pkgver



[arch-commits] Commit in lib32-libao/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 14:33:34
  Author: bpiotrowski
Revision: 106890

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libao/repos/multilib-x86_64/PKGBUILD
(from rev 106889, lib32-libao/trunk/PKGBUILD)
Deleted:
  lib32-libao/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 13:33:22 UTC (rev 106889)
+++ PKGBUILD2014-03-09 13:33:34 UTC (rev 106890)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-# Contributor: dorphell dorph...@archlinux.org
-_pkgbasename=libao
-pkgname=lib32-$_pkgbasename
-pkgver=1.0.0
-pkgrel=1
-pkgdesc=A cross-platform audio output library and plugins (32-bit)
-url=http://www.xiph.org/ao/;
-arch=('x86_64')
-license=('GPL')
-depends=($_pkgbasename 'lib32-glibc' 'lib32-alsa-lib' 'lib32-libpulse')
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://downloads.xiph.org/releases/ao/$_pkgbasename-$pkgver.tar.gz;)
-md5sums=('08283fbe1f587619053a156254afecec')
-
-build() {
-  cd $srcdir/$_pkgbasename-$pkgver
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgbasename-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
-}
-# vim:set ts=2 sw=2 et:

Copied: lib32-libao/repos/multilib-x86_64/PKGBUILD (from rev 106889, 
lib32-libao/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 13:33:34 UTC (rev 106890)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+# Contributor: dorphell dorph...@archlinux.org
+_pkgbasename=libao
+pkgname=lib32-$_pkgbasename
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=A cross-platform audio output library and plugins (32-bit)
+url=http://www.xiph.org/ao/;
+arch=('x86_64')
+license=('GPL')
+depends=($_pkgbasename 'lib32-glibc' 'lib32-alsa-lib' 'lib32-libpulse')
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://downloads.xiph.org/releases/ao/$_pkgbasename-$pkgver.tar.gz;)
+md5sums=('9f5dd20d7e95fd0dd72df5353829f097')
+
+build() {
+  cd $srcdir/$_pkgbasename-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgbasename-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
+}
+# vim:set ts=2 sw=2 et:



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 14:38:42
  Author: bpiotrowski
Revision: 207449

upgpkg: libpng 1.6.10-1

new upstream release

Modified:
  libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 13:14:57 UTC (rev 207448)
+++ PKGBUILD2014-03-09 13:38:42 UTC (rev 207449)
@@ -5,8 +5,8 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=libpng
-pkgver=1.6.9
-_apngver=1.6.9
+pkgver=1.6.10
+_apngver=1.6.10
 pkgrel=1
 pkgdesc=A collection of routines used to create PNG format graphics files
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 depends=('zlib' 'sh')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
 
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
-md5sums=('14e037c5c9f1db16844760285ad5c2d6'
+md5sums=('5f414b20f683b1d96b163c89e3eff768'
  'SKIP'
- 'd784762a28f6a6c697a162873807f479')
+ '3404257f66d4a118b26ccc3fc4788810')
 
 prepare() {
   cd $pkgname-$pkgver



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 14:38:52
  Author: bpiotrowski
Revision: 207450

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

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

---+
 /PKGBUILD |  100 
 extra-i686/PKGBUILD   |   50 
 extra-x86_64/PKGBUILD |   50 
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-09 13:38:42 UTC (rev 207449)
+++ extra-i686/PKGBUILD 2014-03-09 13:38:52 UTC (rev 207450)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Travis Willard tra...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=libpng
-pkgver=1.6.9
-_apngver=1.6.9
-pkgrel=1
-pkgdesc=A collection of routines used to create PNG format graphics files
-arch=('i686' 'x86_64')
-url=http://www.libpng.org/pub/png/libpng.html;
-license=('custom')
-depends=('zlib' 'sh')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
-md5sums=('14e037c5c9f1db16844760285ad5c2d6'
- 'SKIP'
- 'd784762a28f6a6c697a162873807f479')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Add animated PNG (apng) support. Required by Firefox
-  # see http://sourceforge.net/projects/libpng-apng/
-  patch -Np1 -i ../libpng-$_apngver-apng.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  cd contrib/pngminus
-  make PNGLIB=-L$pkgdir/usr/lib -lpng -f makefile.std png2pnm pnm2png
-  install -m755 png2pnm pnm2png $pkgdir/usr/bin/
-  install -D -m644 ../../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libpng/repos/extra-i686/PKGBUILD (from rev 207449, 
libpng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-09 13:38:52 UTC (rev 207450)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Travis Willard tra...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=libpng
+pkgver=1.6.10
+_apngver=1.6.10
+pkgrel=1
+pkgdesc=A collection of routines used to create PNG format graphics files
+arch=('i686' 'x86_64')
+url=http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('zlib' 'sh')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
+md5sums=('5f414b20f683b1d96b163c89e3eff768'
+ 'SKIP'
+ '3404257f66d4a118b26ccc3fc4788810')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Add animated PNG (apng) support. Required by Firefox
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -Np1 -i ../libpng-$_apngver-apng.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  cd contrib/pngminus
+  make PNGLIB=-L$pkgdir/usr/lib -lpng -f makefile.std png2pnm pnm2png
+  install -m755 png2pnm pnm2png $pkgdir/usr/bin/
+  install -D -m644 ../../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-09 13:38:42 UTC (rev 207449)
+++ extra-x86_64/PKGBUILD   2014-03-09 13:38:52 UTC (rev 207450)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Travis Willard tra...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=libpng
-pkgver=1.6.9
-_apngver=1.6.9
-pkgrel=1
-pkgdesc=A collection of routines used to create PNG format graphics files
-arch=('i686' 'x86_64')
-url=http://www.libpng.org/pub/png/libpng.html;
-license=('custom')
-depends=('zlib' 'sh')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
-md5sums=('14e037c5c9f1db16844760285ad5c2d6'
- 'SKIP'
- 

[arch-commits] Commit in libssh/trunk (CVE-2014-0017.patch PKGBUILD)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 17:42:55
  Author: bpiotrowski
Revision: 207451

upgpkg: libssh 0.5.5-3

fix CVE-2014-0017

Added:
  libssh/trunk/CVE-2014-0017.patch
Modified:
  libssh/trunk/PKGBUILD

-+
 CVE-2014-0017.patch |   67 ++
 PKGBUILD|9 --
 2 files changed, 73 insertions(+), 3 deletions(-)

Added: CVE-2014-0017.patch
===
--- CVE-2014-0017.patch (rev 0)
+++ CVE-2014-0017.patch 2014-03-09 16:42:55 UTC (rev 207451)
@@ -0,0 +1,67 @@
+diff -rupN a/include/libssh/wrapper.h b/include/libssh/wrapper.h
+--- a/include/libssh/wrapper.h 2013-07-26 06:39:39.0 +
 b/include/libssh/wrapper.h 2014-03-09 16:38:49.807812235 +
+@@ -44,5 +44,6 @@ int crypt_set_algorithms_server(ssh_sess
+ struct ssh_crypto_struct *crypto_new(void);
+ void crypto_free(struct ssh_crypto_struct *crypto);
+ 
++void ssh_reseed(void);
+ 
+ #endif /* WRAPPER_H_ */
+diff -rupN a/src/bind.c b/src/bind.c
+--- a/src/bind.c   2013-07-26 06:39:39.0 +
 b/src/bind.c   2014-03-09 16:39:00.571080087 +
+@@ -375,6 +375,7 @@ int ssh_bind_accept(ssh_bind sshbind, ss
+   session-dsa_key = dsa;
+   session-rsa_key = rsa;
+ 
++  ssh_reseed();
+   return SSH_OK;
+ }
+ 
+diff -rupN a/src/libcrypto.c b/src/libcrypto.c
+--- a/src/libcrypto.c  2013-07-26 06:39:39.0 +
 b/src/libcrypto.c  2014-03-09 16:40:07.807331327 +
+@@ -23,6 +23,7 @@
+ #include stdlib.h
+ #include stdio.h
+ #include string.h
++#include sys/time.h
+ 
+ #include libssh/priv.h
+ #include libssh/session.h
+@@ -38,6 +39,8 @@
+ #include openssl/rsa.h
+ #include openssl/hmac.h
+ #include openssl/opensslv.h
++#include openssl/rand.h
++
+ #ifdef HAVE_OPENSSL_AES_H
+ #define HAS_AES
+ #include openssl/aes.h
+@@ -66,6 +69,12 @@ static int alloc_key(struct crypto_struc
+ return 0;
+ }
+ 
++void ssh_reseed(void) {
++struct timeval tv;
++gettimeofday(tv, NULL);
++RAND_add(tv, sizeof(tv), 0.0);
++}
++
+ SHACTX sha1_init(void) {
+   SHACTX c = malloc(sizeof(*c));
+   if (c == NULL) {
+diff -rupN a/src/libgcrypt.c b/src/libgcrypt.c
+--- a/src/libgcrypt.c  2013-07-26 06:39:39.0 +
 b/src/libgcrypt.c  2014-03-09 16:40:51.730392881 +
+@@ -41,6 +41,9 @@ static int alloc_key(struct crypto_struc
+ return 0;
+ }
+ 
++void ssh_reseed(void) {
++}
++
+ SHACTX sha1_init(void) {
+   SHACTX ctx = NULL;
+   gcry_md_open(ctx, GCRY_MD_SHA1, 0);

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 13:38:52 UTC (rev 207450)
+++ PKGBUILD2014-03-09 16:42:55 UTC (rev 207451)
@@ -6,7 +6,7 @@
 
 pkgname=libssh
 pkgver=0.5.5
-pkgrel=2
+pkgrel=3
 pkgdesc=Library for accessing ssh client services through C libraries
 url=http://www.libssh.org/;
 license=('LGPL')
@@ -15,10 +15,12 @@
 makedepends=('cmake' 'doxygen')
 
source=(https://red.libssh.org/attachments/download/51/${pkgname}-${pkgver}.tar.gz
 0004-reset-global-request-status.patch
-0005-multi-reverse-fwd.patch)
+0005-multi-reverse-fwd.patch
+CVE-2014-0017.patch)
 md5sums=('bb308196756c7255c0969583d917136b'
  '0d8c28906b07e31466157b1fda441f4a'
- '6fa3a1a4f448e85a7eb39360f4a72ce9')
+ '6fa3a1a4f448e85a7eb39360f4a72ce9'
+ '2eddf36e41adf62e4094f17b64d466e0')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -26,6 +28,7 @@
   # see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736231
   patch -Np1 -i ${srcdir}/0004-reset-global-request-status.patch
   patch -Np1 -i ${srcdir}/0005-multi-reverse-fwd.patch
+  patch -Np1 -i ${srcdir}/CVE-2014-0017.patch
 }
 
 build() {



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 17:43:05
  Author: bpiotrowski
Revision: 207452

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

Added:
  libssh/repos/extra-i686/0004-reset-global-request-status.patch
(from rev 207451, libssh/trunk/0004-reset-global-request-status.patch)
  libssh/repos/extra-i686/0005-multi-reverse-fwd.patch
(from rev 207451, libssh/trunk/0005-multi-reverse-fwd.patch)
  libssh/repos/extra-i686/CVE-2014-0017.patch
(from rev 207451, libssh/trunk/CVE-2014-0017.patch)
  libssh/repos/extra-i686/PKGBUILD
(from rev 207451, libssh/trunk/PKGBUILD)
  libssh/repos/extra-x86_64/0004-reset-global-request-status.patch
(from rev 207451, libssh/trunk/0004-reset-global-request-status.patch)
  libssh/repos/extra-x86_64/0005-multi-reverse-fwd.patch
(from rev 207451, libssh/trunk/0005-multi-reverse-fwd.patch)
  libssh/repos/extra-x86_64/CVE-2014-0017.patch
(from rev 207451, libssh/trunk/CVE-2014-0017.patch)
  libssh/repos/extra-x86_64/PKGBUILD
(from rev 207451, libssh/trunk/PKGBUILD)
Deleted:
  libssh/repos/extra-i686/0004-reset-global-request-status.patch
  libssh/repos/extra-i686/0005-multi-reverse-fwd.patch
  libssh/repos/extra-i686/PKGBUILD
  libssh/repos/extra-x86_64/0004-reset-global-request-status.patch
  libssh/repos/extra-x86_64/0005-multi-reverse-fwd.patch
  libssh/repos/extra-x86_64/PKGBUILD

-+
 /0004-reset-global-request-status.patch |   36 +++
 /0005-multi-reverse-fwd.patch   |  170 ++
 /PKGBUILD   |   92 +
 extra-i686/0004-reset-global-request-status.patch   |   18 -
 extra-i686/0005-multi-reverse-fwd.patch |   85 -
 extra-i686/CVE-2014-0017.patch  |   67 +++
 extra-i686/PKGBUILD |   43 
 extra-x86_64/0004-reset-global-request-status.patch |   18 -
 extra-x86_64/0005-multi-reverse-fwd.patch   |   85 -
 extra-x86_64/CVE-2014-0017.patch|   67 +++
 extra-x86_64/PKGBUILD   |   43 
 11 files changed, 432 insertions(+), 292 deletions(-)

Deleted: extra-i686/0004-reset-global-request-status.patch
===
--- extra-i686/0004-reset-global-request-status.patch   2014-03-09 16:42:55 UTC 
(rev 207451)
+++ extra-i686/0004-reset-global-request-status.patch   2014-03-09 16:43:05 UTC 
(rev 207452)
@@ -1,18 +0,0 @@
-Description: Allow requesting more than one channel per session.
-Author: Andreas Schneider a...@cryptomilk.org
-Abstract:
- In the 0.5.x series of libssh only one channel request per session
- is possible. This blocks using libssh client sessions which require
- requesting multiple channels on a single SSH connection.
-Origin: 
http://git.libssh.org/projects/libssh.git/commit/src/channels.c?id=e30acdb58a86937e8bece57ce47e272f1106ca55
 a/src/channels.c
-+++ b/src/channels.c
-@@ -1951,7 +1951,7 @@
-   break;
- 
-   }
--
-+  session-global_req_state = SSH_CHANNEL_REQ_STATE_NONE;
-   leave_function();
-   return rc;
- error:

Copied: libssh/repos/extra-i686/0004-reset-global-request-status.patch (from 
rev 207451, libssh/trunk/0004-reset-global-request-status.patch)
===
--- extra-i686/0004-reset-global-request-status.patch   
(rev 0)
+++ extra-i686/0004-reset-global-request-status.patch   2014-03-09 16:43:05 UTC 
(rev 207452)
@@ -0,0 +1,18 @@
+Description: Allow requesting more than one channel per session.
+Author: Andreas Schneider a...@cryptomilk.org
+Abstract:
+ In the 0.5.x series of libssh only one channel request per session
+ is possible. This blocks using libssh client sessions which require
+ requesting multiple channels on a single SSH connection.
+Origin: 
http://git.libssh.org/projects/libssh.git/commit/src/channels.c?id=e30acdb58a86937e8bece57ce47e272f1106ca55
+--- a/src/channels.c
 b/src/channels.c
+@@ -1951,7 +1951,7 @@
+   break;
+ 
+   }
+-
++  session-global_req_state = SSH_CHANNEL_REQ_STATE_NONE;
+   leave_function();
+   return rc;
+ error:

Deleted: extra-i686/0005-multi-reverse-fwd.patch
===
--- extra-i686/0005-multi-reverse-fwd.patch 2014-03-09 16:42:55 UTC (rev 
207451)
+++ extra-i686/0005-multi-reverse-fwd.patch 2014-03-09 16:43:05 UTC (rev 
207452)
@@ -1,85 +0,0 @@
-Description: Allow requesting multiple reverse port forwarding tunnels per 
connection
-Author: Oleksandr Shneyder o.schney...@phoca-gmbh.de
-Abstract:
- Channel: Add ssh_channel_accept_forward().
- .
- This new function works the same way as ssh_forward_accept()
- but can return a destination port of the channel (useful if
- SSH connection is supposed to reverse forward multiple TCP/IP
- ports).
-Origin: 

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

2014-03-09 Thread Maxime Gauduin
Date: Sunday, March 9, 2014 @ 18:27:31
  Author: alucryd
Revision: 106892

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

Added:
  geary/repos/community-i686/PKGBUILD
(from rev 106891, geary/trunk/PKGBUILD)
  geary/repos/community-i686/geary.install
(from rev 106891, geary/trunk/geary.install)
  geary/repos/community-x86_64/PKGBUILD
(from rev 106891, geary/trunk/PKGBUILD)
  geary/repos/community-x86_64/geary.install
(from rev 106891, geary/trunk/geary.install)
Deleted:
  geary/repos/community-i686/PKGBUILD
  geary/repos/community-i686/geary.install
  geary/repos/community-x86_64/PKGBUILD
  geary/repos/community-x86_64/geary.install

+
 /PKGBUILD  |   74 +++
 /geary.install |   34 +
 community-i686/PKGBUILD|   37 ---
 community-i686/geary.install   |   17 
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/geary.install |   17 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-09 17:27:18 UTC (rev 106891)
+++ community-i686/PKGBUILD 2014-03-09 17:27:31 UTC (rev 106892)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor : sebikul sebi...@gmail.com
-# Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=geary
-pkgver=0.5.1
-pkgrel=2
-pkgdesc='A lightweight email client for the GNOME desktop'
-arch=('i686' 'x86_64')
-url='http://www.yorba.org/projects/geary/'
-license=('GPL3')
-depends=('gmime' 'gnome-keyring' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
-makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
-install=${pkgname}.install
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('12561187c7d2b8aa1115ca52d8959270ff38dd6db774df1cd39c9719a76bb1d1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/PKGBUILD (from rev 106891, 
geary/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-09 17:27:31 UTC (rev 106892)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor : sebikul sebi...@gmail.com
+# Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=geary
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='A lightweight email client for the GNOME desktop'
+arch=('i686' 'x86_64')
+url='http://www.yorba.org/projects/geary/'
+license=('GPL3')
+depends=('gmime' 'gnome-keyring' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
+makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('17ac5aa25d828d92e5a23d21194fcee71914961cbfa3064dd718bcecb9cbf2e5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/geary.install
===
--- community-i686/geary.install2014-03-09 17:27:18 UTC (rev 106891)
+++ community-i686/geary.install2014-03-09 17:27:31 UTC (rev 106892)
@@ -1,17 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/geary.install (from rev 106891, 
geary/trunk/geary.install)
===
--- community-i686/geary.install(rev 0)
+++ community-i686/geary.install2014-03-09 17:27:31 UTC (rev 106892)
@@ -0,0 +1,17 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: 

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

2014-03-09 Thread Maxime Gauduin
Date: Sunday, March 9, 2014 @ 18:27:18
  Author: alucryd
Revision: 106891

upgpkg: geary 0.5.3-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 13:33:34 UTC (rev 106890)
+++ PKGBUILD2014-03-09 17:27:18 UTC (rev 106891)
@@ -4,8 +4,8 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.3
+pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
 install=${pkgname}.install
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('12561187c7d2b8aa1115ca52d8959270ff38dd6db774df1cd39c9719a76bb1d1')
+sha256sums=('17ac5aa25d828d92e5a23d21194fcee71914961cbfa3064dd718bcecb9cbf2e5')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 18:38:05
  Author: bpiotrowski
Revision: 106893

upgpkg: fish 2.1.0-2

add bc to dependencies and move python to optdeps (FS#39236)

Modified:
  fish/trunk/PKGBUILD
  fish/trunk/fish.install

--+
 PKGBUILD |   18 +++---
 fish.install |2 +-
 2 files changed, 8 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 17:27:31 UTC (rev 106892)
+++ PKGBUILD2014-03-09 17:38:05 UTC (rev 106893)
@@ -1,6 +1,6 @@
 # $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
 # Contributor: Abhishek Dasgupta abh...@gmail.com
 # Contributor: Eric Belanger e...@archlinux.org
 # Contributor: Jan Fader jan.fa...@web.de
@@ -7,19 +7,19 @@
 
 pkgname=fish
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 arch=('i686' 'x86_64')
 url='http://fishshell.com/'
 license=('GPL2')
-depends=('python2' 'inetutils')
-makedepends=('doxygen' 'python')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
 install=fish.install
 source=(http://fishshell.com/files/$pkgver/fish-$pkgver.tar.gz)
 md5sums=('3a29aebde522b8f52d9975d7423db99e')
 
 build() {
-  cd fish-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --without-xsel
@@ -27,9 +27,5 @@
 }
 
 package() {
-  cd fish-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # use python2
-  find $pkgdir/usr/share/fish/tools/ -type f -exec sed -e 
1s|python|python2| -i {} \;
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }

Modified: fish.install
===
--- fish.install2014-03-09 17:27:31 UTC (rev 106892)
+++ fish.install2014-03-09 17:38:05 UTC (rev 106893)
@@ -1,5 +1,5 @@
 post_install() {
-   grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
 }
 
 post_upgrade() {



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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 18:38:13
  Author: bpiotrowski
Revision: 106894

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 106893, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 106893, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 106893, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 106893, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 /PKGBUILD |   62 
 /fish.install |   22 ++
 community-i686/PKGBUILD   |   35 --
 community-i686/fish.install   |   11 ---
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/fish.install |   11 ---
 6 files changed, 84 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-09 17:38:05 UTC (rev 106893)
+++ community-i686/PKGBUILD 2014-03-09 17:38:13 UTC (rev 106894)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://fishshell.com/'
-license=('GPL2')
-depends=('python2' 'inetutils')
-makedepends=('doxygen' 'python')
-install=fish.install
-source=(http://fishshell.com/files/$pkgver/fish-$pkgver.tar.gz)
-md5sums=('3a29aebde522b8f52d9975d7423db99e')
-
-build() {
-  cd fish-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---without-xsel
-  make
-}
-
-package() {
-  cd fish-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # use python2
-  find $pkgdir/usr/share/fish/tools/ -type f -exec sed -e 
1s|python|python2| -i {} \;
-}

Copied: fish/repos/community-i686/PKGBUILD (from rev 106893, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-09 17:38:13 UTC (rev 106894)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+install=fish.install
+source=(http://fishshell.com/files/$pkgver/fish-$pkgver.tar.gz)
+md5sums=('3a29aebde522b8f52d9975d7423db99e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--without-xsel
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2014-03-09 17:38:05 UTC (rev 106893)
+++ community-i686/fish.install 2014-03-09 17:38:13 UTC (rev 106894)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
-}

Copied: fish/repos/community-i686/fish.install (from rev 106893, 
fish/trunk/fish.install)
===
--- community-i686/fish.install (rev 0)
+++ community-i686/fish.install 2014-03-09 17:38:13 UTC (rev 106894)
@@ -0,0 +1,11 @@
+post_install() {
+  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-09 17:38:05 UTC (rev 106893)
+++ community-x86_64/PKGBUILD   2014-03-09 17:38:13 UTC (rev 106894)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader 

[arch-commits] Commit in (4 files)

2014-03-09 Thread Jakob Gruber
Date: Sunday, March 9, 2014 @ 20:25:45
  Author: schuay
Revision: 106895

avr-{binutils,gcc,gdb}

Modified:
  avr-binutils/trunk/PKGBUILD
  avr-gcc/trunk/PKGBUILD
  avr-gdb/trunk/PKGBUILD
Deleted:
  avr-binutils/trunk/binutils-2.23.2-texinfo-5.0.patch

--+
 avr-binutils/trunk/PKGBUILD  |   14 -
 avr-binutils/trunk/binutils-2.23.2-texinfo-5.0.patch |  162 -
 avr-gcc/trunk/PKGBUILD   |4 
 avr-gdb/trunk/PKGBUILD   |5 
 4 files changed, 7 insertions(+), 178 deletions(-)

Modified: avr-binutils/trunk/PKGBUILD
===
--- avr-binutils/trunk/PKGBUILD 2014-03-09 17:38:13 UTC (rev 106894)
+++ avr-binutils/trunk/PKGBUILD 2014-03-09 19:25:45 UTC (rev 106895)
@@ -7,7 +7,7 @@
 # Build order: avr-binutils - avr-gcc - avr-libc
 
 pkgname=avr-binutils
-pkgver=2.23.2
+pkgver=2.24
 pkgrel=1
 pkgdesc=A set of programs to assemble and manipulate binary and object files 
for the AVR architecture
 arch=('i686' 'x86_64')
@@ -14,12 +14,9 @@
 url=http://www.gnu.org/software/binutils/;
 license=('GPL')
 depends=('glibc=2.17' 'zlib' 'binutils')
-provides=(binutils-avr=$pkgver)
-replaces=('binutils-avr')
 options=('staticlibs' '!distcc' '!ccache')
 install=avr-binutils.install
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
-binutils-2.23.2-texinfo-5.0.patch
 avr-size.patch)
 
 _builddir=binutils-build
@@ -30,10 +27,6 @@
 # See https://bugs.archlinux.org/task/32504
 patch -Np0  ${srcdir}/avr-size.patch
 
-# http://sourceware.org/git/?p=binutils.git;a=patch;h=e02bf935
-# http://sourceware.org/git/?p=binutils.git;a=patch;h=935f8542
-patch -p1 -i ${srcdir}/binutils-2.23.2-texinfo-5.0.patch
-
 # https://bugs.archlinux.org/task/34629
 sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
 
@@ -70,8 +63,6 @@
 
 make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
 
-rm ${pkgdir}/usr/lib/libiberty.a
-
 for bin in ar as nm objcopy objdump ranlib strip ; do
 rm -f ${pkgdir}/usr/bin/${bin}
 done
@@ -83,7 +74,6 @@
 rm -rf ${pkgdir}/usr/share/locale
 }
 
-md5sums=('4f8fa651e35ef262edc01d60fb45702e'
+md5sums=('e0f71a7b2ddab0f8612336ac81d9636b'
  'SKIP'
- '34e439ce23213a91e2af872dfbb5094c'
  '573769ec1107d1bfed78680edd7ae63f')

Deleted: avr-binutils/trunk/binutils-2.23.2-texinfo-5.0.patch
===
--- avr-binutils/trunk/binutils-2.23.2-texinfo-5.0.patch2014-03-09 
17:38:13 UTC (rev 106894)
+++ avr-binutils/trunk/binutils-2.23.2-texinfo-5.0.patch2014-03-09 
19:25:45 UTC (rev 106895)
@@ -1,162 +0,0 @@
-diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo
-index 45ffa73..3aa3300 100644
 a/bfd/doc/bfd.texinfo
-+++ b/bfd/doc/bfd.texinfo
-@@ -322,7 +324,7 @@ All of BFD lives in one directory.
- @printindex cp
- 
- @tex
--% I think something like @colophon should be in texinfo.  In the
-+% I think something like @@colophon should be in texinfo.  In the
- % meantime:
- \long\def\colophon{\hbox to0pt{}\vfill
- \centerline{The body of this manual is set in}
-@@ -333,7 +335,7 @@ All of BFD lives in one directory.
- \centerline{{\sl\fontname\tensl\/}}
- \centerline{are used for emphasis.}\vfill}
- \page\colophon
--% Blame: d...@cygnus.com, 28mar91.
-+% Blame: doc@@cygnus.com, 28mar91.
- @end tex
- 
- @bye
-diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
-index 56a0510..fb1802b 100644
 a/binutils/doc/binutils.texi
-+++ b/binutils/doc/binutils.texi
-@@ -148,18 +148,18 @@ in the section entitled ``GNU Free Documentation 
License''.
- * objcopy::   Copy and translate object files
- * objdump:: Display information from object files
- * ranlib::  Generate index to archive contents
--* readelf:: Display the contents of ELF format files
- * size::List section sizes and total size
- * strings:: List printable strings from files
- * strip::   Discard symbols
--* elfedit:: Update the ELF header of ELF files
- * c++filt::   Filter to demangle encoded C++ symbols
- * cxxfilt: c++filt. MS-DOS name for c++filt
- * addr2line:: Convert addresses to file and line
- * nlmconv:: Converts object code into an NLM
--* windres::   Manipulate Windows resources
- * windmc::Generator for Windows message resources
-+* windres::   Manipulate Windows resources
- * dlltool::   Create files needed to build and use DLLs
-+* readelf:: Display the contents of ELF format files
-+* elfedit:: Update the ELF header of 

[arch-commits] Commit in avr-binutils/repos/community-x86_64 (7 files)

2014-03-09 Thread Jakob Gruber
Date: Sunday, March 9, 2014 @ 20:30:48
  Author: schuay
Revision: 106897

archrelease: copy trunk to community-x86_64

Added:
  avr-binutils/repos/community-x86_64/PKGBUILD
(from rev 106896, avr-binutils/trunk/PKGBUILD)
  avr-binutils/repos/community-x86_64/avr-binutils.install
(from rev 106896, avr-binutils/trunk/avr-binutils.install)
  avr-binutils/repos/community-x86_64/avr-size.patch
(from rev 106896, avr-binutils/trunk/avr-size.patch)
Deleted:
  avr-binutils/repos/community-x86_64/PKGBUILD
  avr-binutils/repos/community-x86_64/avr-binutils.install
  avr-binutils/repos/community-x86_64/avr-size.patch
  avr-binutils/repos/community-x86_64/binutils-2.23.2-texinfo-5.0.patch

---+
 PKGBUILD  |  168 +++
 avr-binutils.install  |   34 -
 avr-size.patch|  864 ++--
 binutils-2.23.2-texinfo-5.0.patch |  162 --
 4 files changed, 528 insertions(+), 700 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 19:30:42 UTC (rev 106896)
+++ PKGBUILD2014-03-09 19:30:48 UTC (rev 106897)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: danst0 dan...@west.de
-
-# Build order: avr-binutils - avr-gcc - avr-libc
-
-pkgname=avr-binutils
-pkgver=2.23.2
-pkgrel=1
-pkgdesc=A set of programs to assemble and manipulate binary and object files 
for the AVR architecture
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/binutils/;
-license=('GPL')
-depends=('glibc=2.17' 'zlib' 'binutils')
-provides=(binutils-avr=$pkgver)
-replaces=('binutils-avr')
-options=('!distcc' '!ccache')
-install=avr-binutils.install
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
-binutils-2.23.2-texinfo-5.0.patch
-avr-size.patch)
-
-_builddir=binutils-build
-
-build() {
-cd ${srcdir}/binutils-${pkgver}
-
-# See https://bugs.archlinux.org/task/32504
-patch -Np0  ${srcdir}/avr-size.patch
-
-# http://sourceware.org/git/?p=binutils.git;a=patch;h=e02bf935
-# http://sourceware.org/git/?p=binutils.git;a=patch;h=935f8542
-patch -p1 -i ${srcdir}/binutils-2.23.2-texinfo-5.0.patch
-
-# https://bugs.archlinux.org/task/34629
-sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
-
-config_guess=$(./config.guess)
-
-cd ${srcdir}
-rm -rf ${_builddir}
-mkdir ${_builddir}  cd ${_builddir}
-
-${srcdir}/binutils-${pkgver}/configure \
---prefix=/usr \
---with-lib-path=/usr/lib:/usr/local/lib \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-ld=default \
---enable-gold \
---enable-plugins \
---enable-threads \
---with-pic \
---enable-shared \
---disable-werror \
---disable-multilib \
---build=${config_guess} \
---target=avr \
-$CONFIGFLAG
-
-# This checks the host environment and makes sure all the necessary tools 
are available to compile Binutils.
-make configure-host
-
-make tooldir=/usr
-}
-
-package() {
-cd ${srcdir}/${_builddir}
-
-make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
-
-rm ${pkgdir}/usr/lib/libiberty.a
-
-for bin in ar as nm objcopy objdump ranlib strip ; do
-rm -f ${pkgdir}/usr/bin/${bin}
-done
-
-for info in as bfd binutils configure gprof ld standards; do
-mv ${pkgdir}/usr/share/info/${info}.info 
${pkgdir}/usr/share/info/avr-${info}.info
-done
-
-rm -rf ${pkgdir}/usr/share/locale
-}
-
-md5sums=('4f8fa651e35ef262edc01d60fb45702e'
- 'SKIP'
- '34e439ce23213a91e2af872dfbb5094c'
- '573769ec1107d1bfed78680edd7ae63f')

Copied: avr-binutils/repos/community-x86_64/PKGBUILD (from rev 106896, 
avr-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 19:30:48 UTC (rev 106897)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: danst0 dan...@west.de
+
+# Build order: avr-binutils - avr-gcc - avr-libc
+
+pkgname=avr-binutils
+pkgver=2.24
+pkgrel=1
+pkgdesc=A set of programs to assemble and manipulate binary and object files 
for the AVR architecture
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+depends=('glibc=2.17' 'zlib' 'binutils')
+options=('staticlibs' '!distcc' '!ccache')
+install=avr-binutils.install
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
+avr-size.patch)
+
+_builddir=binutils-build
+
+build() {
+cd ${srcdir}/binutils-${pkgver}
+
+# See 

[arch-commits] Commit in avr-binutils/repos/community-i686 (7 files)

2014-03-09 Thread Jakob Gruber
Date: Sunday, March 9, 2014 @ 20:30:42
  Author: schuay
Revision: 106896

archrelease: copy trunk to community-i686

Added:
  avr-binutils/repos/community-i686/PKGBUILD
(from rev 106895, avr-binutils/trunk/PKGBUILD)
  avr-binutils/repos/community-i686/avr-binutils.install
(from rev 106895, avr-binutils/trunk/avr-binutils.install)
  avr-binutils/repos/community-i686/avr-size.patch
(from rev 106895, avr-binutils/trunk/avr-size.patch)
Deleted:
  avr-binutils/repos/community-i686/PKGBUILD
  avr-binutils/repos/community-i686/avr-binutils.install
  avr-binutils/repos/community-i686/avr-size.patch
  avr-binutils/repos/community-i686/binutils-2.23.2-texinfo-5.0.patch

---+
 PKGBUILD  |  168 +++
 avr-binutils.install  |   34 -
 avr-size.patch|  864 ++--
 binutils-2.23.2-texinfo-5.0.patch |  162 --
 4 files changed, 528 insertions(+), 700 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 19:25:45 UTC (rev 106895)
+++ PKGBUILD2014-03-09 19:30:42 UTC (rev 106896)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: danst0 dan...@west.de
-
-# Build order: avr-binutils - avr-gcc - avr-libc
-
-pkgname=avr-binutils
-pkgver=2.23.2
-pkgrel=1
-pkgdesc=A set of programs to assemble and manipulate binary and object files 
for the AVR architecture
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/binutils/;
-license=('GPL')
-depends=('glibc=2.17' 'zlib' 'binutils')
-provides=(binutils-avr=$pkgver)
-replaces=('binutils-avr')
-options=('!distcc' '!ccache')
-install=avr-binutils.install
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
-binutils-2.23.2-texinfo-5.0.patch
-avr-size.patch)
-
-_builddir=binutils-build
-
-build() {
-cd ${srcdir}/binutils-${pkgver}
-
-# See https://bugs.archlinux.org/task/32504
-patch -Np0  ${srcdir}/avr-size.patch
-
-# http://sourceware.org/git/?p=binutils.git;a=patch;h=e02bf935
-# http://sourceware.org/git/?p=binutils.git;a=patch;h=935f8542
-patch -p1 -i ${srcdir}/binutils-2.23.2-texinfo-5.0.patch
-
-# https://bugs.archlinux.org/task/34629
-sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
-
-config_guess=$(./config.guess)
-
-cd ${srcdir}
-rm -rf ${_builddir}
-mkdir ${_builddir}  cd ${_builddir}
-
-${srcdir}/binutils-${pkgver}/configure \
---prefix=/usr \
---with-lib-path=/usr/lib:/usr/local/lib \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-ld=default \
---enable-gold \
---enable-plugins \
---enable-threads \
---with-pic \
---enable-shared \
---disable-werror \
---disable-multilib \
---build=${config_guess} \
---target=avr \
-$CONFIGFLAG
-
-# This checks the host environment and makes sure all the necessary tools 
are available to compile Binutils.
-make configure-host
-
-make tooldir=/usr
-}
-
-package() {
-cd ${srcdir}/${_builddir}
-
-make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
-
-rm ${pkgdir}/usr/lib/libiberty.a
-
-for bin in ar as nm objcopy objdump ranlib strip ; do
-rm -f ${pkgdir}/usr/bin/${bin}
-done
-
-for info in as bfd binutils configure gprof ld standards; do
-mv ${pkgdir}/usr/share/info/${info}.info 
${pkgdir}/usr/share/info/avr-${info}.info
-done
-
-rm -rf ${pkgdir}/usr/share/locale
-}
-
-md5sums=('4f8fa651e35ef262edc01d60fb45702e'
- 'SKIP'
- '34e439ce23213a91e2af872dfbb5094c'
- '573769ec1107d1bfed78680edd7ae63f')

Copied: avr-binutils/repos/community-i686/PKGBUILD (from rev 106895, 
avr-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 19:30:42 UTC (rev 106896)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: danst0 dan...@west.de
+
+# Build order: avr-binutils - avr-gcc - avr-libc
+
+pkgname=avr-binutils
+pkgver=2.24
+pkgrel=1
+pkgdesc=A set of programs to assemble and manipulate binary and object files 
for the AVR architecture
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+depends=('glibc=2.17' 'zlib' 'binutils')
+options=('staticlibs' '!distcc' '!ccache')
+install=avr-binutils.install
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
+avr-size.patch)
+
+_builddir=binutils-build
+
+build() {
+cd ${srcdir}/binutils-${pkgver}
+
+# See 

[arch-commits] Commit in avr-gcc/repos/community-i686 (PKGBUILD PKGBUILD)

2014-03-09 Thread Jakob Gruber
Date: Sunday, March 9, 2014 @ 20:30:54
  Author: schuay
Revision: 106898

archrelease: copy trunk to community-i686

Added:
  avr-gcc/repos/community-i686/PKGBUILD
(from rev 106897, avr-gcc/trunk/PKGBUILD)
Deleted:
  avr-gcc/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  202 ++---
 1 file changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 19:30:48 UTC (rev 106897)
+++ PKGBUILD2014-03-09 19:30:54 UTC (rev 106898)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: danst0 dan...@west.de
-
-# Build order: avr-binutils - avr-gcc - avr-libc
-
-pkgname=avr-gcc
-_pkgname=gcc
-pkgver=4.8.2
-pkgrel=1
-pkgdesc=The GNU AVR Compiler Collection
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL' 'custom')
-url=http://gcc.gnu.org/;
-depends=('avr-binutils=2.23' 'cloog' 'ppl' 'gcc-libs=4.8.0' 'libmpc')
-optdepends=('avr-libc: Standard C library for Atmel AVR development')
-provides=(gcc-avr=$pkgver)
-replaces=('gcc-avr')
-options=('!emptydirs' '!strip')
-source=(http://ftp.gnu.org/gnu/gcc/${_pkgname}-${pkgver}/gcc-${pkgver}.tar.bz2)
-
-_basedir=${_pkgname}-${pkgver}
-
-build() {
-# default CFLAGS lead to issues later on when configure 
-# calls avr-gcc with -march set.
-export CFLAGS=-O2 -pipe
-export CXXFLAGS=-O2 -pipe
-
-cd ${srcdir}/${_basedir} 
-
-# Do not install libiberty
-sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-
-# https://bugs.archlinux.org/task/34629
-sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
-sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ gcc/configure
-
-echo ${pkgver}  gcc/BASE-VER
-
-cd ${srcdir}
-mkdir gcc-build  cd gcc-build
-
-# --disable-linker-build-id: https://bugs.archlinux.org/task/34902
-
-${srcdir}/${_basedir}/configure \
---disable-cloog-version-check \
---disable-install-libiberty \
---disable-libssp \
---disable-libstdcxx-pch \
---disable-libunwind-exceptions \
---disable-linker-build-id \
---disable-nls \
---disable-werror \
---enable-__cxa_atexit \
---enable-checking=release \
---enable-clocale=gnu \
---enable-cloog-backend=isl \
---enable-gnu-unique-object \
---enable-gold \
---enable-languages=c,c++ \
---enable-ld=default \
---enable-lto \
---enable-plugin \
---enable-shared \
---infodir=/usr/share/info \
---libdir=/usr/lib \
---libexecdir=/usr/lib \
---mandir=/usr/share/man \
---prefix=/usr \
---target=avr \
---with-as=/usr/bin/avr-as \
---with-gnu-as \
---with-gnu-ld \
---with-ld=/usr/bin/avr-ld \
---with-plugin-ld=ld.gold \
---with-system-zlib
-
-make
-}
-
-package() {
-cd ${srcdir}/gcc-build
-
-make -j1 DESTDIR=${pkgdir} install
-
-# Strip debug symbols from libraries; without this, the package size 
balloons to ~500MB.
-find ${pkgdir}/usr/lib -type f -name *.a \
--exec /usr/bin/avr-strip --strip-debug '{}' \;
-
-# Install Runtime Library Exception
-install -Dm644 ${srcdir}/${_basedir}/COPYING.RUNTIME \
-${pkgdir}/usr/share/licenses/${pkgname}/RUNTIME.LIBRARY.EXCEPTION
-
-rm -rf ${pkgdir}/usr/share/man/man7
-rm -rf ${pkgdir}/usr/share/info
-}
-
-md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d')

Copied: avr-gcc/repos/community-i686/PKGBUILD (from rev 106897, 
avr-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 19:30:54 UTC (rev 106898)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: danst0 dan...@west.de
+
+# Build order: avr-binutils - avr-gcc - avr-libc
+
+pkgname=avr-gcc
+_pkgname=gcc
+pkgver=4.8.2
+pkgrel=2
+pkgdesc=The GNU AVR Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org/;
+depends=('avr-binutils=2.24' 'cloog' 'ppl' 'gcc-libs=4.8.0' 'libmpc')
+optdepends=('avr-libc: Standard C library for Atmel AVR development')
+provides=(gcc-avr=$pkgver)
+replaces=('gcc-avr')
+options=('staticlibs' '!emptydirs' '!strip')
+source=(http://ftp.gnu.org/gnu/gcc/${_pkgname}-${pkgver}/gcc-${pkgver}.tar.bz2)
+

[arch-commits] Commit in avr-gdb/repos/community-i686 (PKGBUILD PKGBUILD)

2014-03-09 Thread Jakob Gruber
Date: Sunday, March 9, 2014 @ 20:31:06
  Author: schuay
Revision: 106900

archrelease: copy trunk to community-i686

Added:
  avr-gdb/repos/community-i686/PKGBUILD
(from rev 106899, avr-gdb/trunk/PKGBUILD)
Deleted:
  avr-gdb/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  109 ++---
 1 file changed, 55 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 19:31:00 UTC (rev 106899)
+++ PKGBUILD2014-03-09 19:31:06 UTC (rev 106900)
@@ -1,54 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Ivan Sichmann Freitas ivansichfreitas at gmail dot com
-# Contributor: Laszlo Papp djszapi2 at gmail dot com
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-# Contributor: Vladimir Cerny blackvladi...@gmail.com
-# Contributor: 4javier 4javieregATgmailDOTcom
-
-pkgname=avr-gdb
-_pkgname=gdb
-pkgver=7.6.1
-pkgrel=1
-pkgdesc=The GNU Debugger for AVR
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/gdb/;
-license=('GPL3')
-depends=('python2')
-source=(http://ftp.gnu.org/gnu/gdb/${_pkgname}-${pkgver}.tar.bz2)
-
-build() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-
-  unset LDFLAGS
-  export CFLAGS=-O2 -pipe
-  export CPPFLAGS=-O2 -pipe
-  export CXXFLAGS=$CFLAGS
-
-  ./configure \
---disable-nls \
---enable-languages=c,c++ \
---infodir=/usr/share/info \
---libdir=/usr/lib \
---libexecdir=/usr/lib \
---mandir=/usr/share/man \
---prefix=/usr \
---program-prefix=avr- \
---target=avr \
---with-python=/usr/bin/python2 \
---with-system-readline
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -f ${pkgdir}/usr/lib/libiberty.a
-  rm -rf ${pkgdir}/usr/share/info
-  rm -rf ${pkgdir}/usr/share/gdb
-  rm -rf ${pkgdir}/usr/include/gdb
-}
-
-md5sums=('fbc4dab4181e6e9937075b43a4ce2732')

Copied: avr-gdb/repos/community-i686/PKGBUILD (from rev 106899, 
avr-gdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 19:31:06 UTC (rev 106900)
@@ -0,0 +1,55 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Ivan Sichmann Freitas ivansichfreitas at gmail dot com
+# Contributor: Laszlo Papp djszapi2 at gmail dot com
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+# Contributor: Vladimir Cerny blackvladi...@gmail.com
+# Contributor: 4javier 4javieregATgmailDOTcom
+
+pkgname=avr-gdb
+_pkgname=gdb
+pkgver=7.7
+pkgrel=1
+pkgdesc=The GNU Debugger for AVR
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gdb/;
+license=('GPL3')
+depends=('python2')
+source=(http://ftp.gnu.org/gnu/gdb/${_pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  unset LDFLAGS
+  export CFLAGS=-O2 -pipe
+  export CPPFLAGS=-O2 -pipe
+  export CXXFLAGS=$CFLAGS
+
+  ./configure \
+--disable-nls \
+--enable-languages=c,c++ \
+--infodir=/usr/share/info \
+--libdir=/usr/lib \
+--libexecdir=/usr/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--program-prefix=avr- \
+--target=avr \
+--with-python=/usr/bin/python2 \
+--with-system-readline
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/libiberty.a
+  rm -rf ${pkgdir}/usr/share/info
+  rm -rf ${pkgdir}/usr/share/man
+  rm -rf ${pkgdir}/usr/share/gdb
+  rm -rf ${pkgdir}/usr/include/gdb
+}
+
+md5sums=('271a18f41858a7e98b28ae4eb91287c9')



[arch-commits] Commit in avr-gcc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Jakob Gruber
Date: Sunday, March 9, 2014 @ 20:31:00
  Author: schuay
Revision: 106899

archrelease: copy trunk to community-x86_64

Added:
  avr-gcc/repos/community-x86_64/PKGBUILD
(from rev 106898, avr-gcc/trunk/PKGBUILD)
Deleted:
  avr-gcc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  202 ++---
 1 file changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 19:30:54 UTC (rev 106898)
+++ PKGBUILD2014-03-09 19:31:00 UTC (rev 106899)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: danst0 dan...@west.de
-
-# Build order: avr-binutils - avr-gcc - avr-libc
-
-pkgname=avr-gcc
-_pkgname=gcc
-pkgver=4.8.2
-pkgrel=1
-pkgdesc=The GNU AVR Compiler Collection
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL' 'custom')
-url=http://gcc.gnu.org/;
-depends=('avr-binutils=2.23' 'cloog' 'ppl' 'gcc-libs=4.8.0' 'libmpc')
-optdepends=('avr-libc: Standard C library for Atmel AVR development')
-provides=(gcc-avr=$pkgver)
-replaces=('gcc-avr')
-options=('!emptydirs' '!strip')
-source=(http://ftp.gnu.org/gnu/gcc/${_pkgname}-${pkgver}/gcc-${pkgver}.tar.bz2)
-
-_basedir=${_pkgname}-${pkgver}
-
-build() {
-# default CFLAGS lead to issues later on when configure 
-# calls avr-gcc with -march set.
-export CFLAGS=-O2 -pipe
-export CXXFLAGS=-O2 -pipe
-
-cd ${srcdir}/${_basedir} 
-
-# Do not install libiberty
-sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-
-# https://bugs.archlinux.org/task/34629
-sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
-sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ gcc/configure
-
-echo ${pkgver}  gcc/BASE-VER
-
-cd ${srcdir}
-mkdir gcc-build  cd gcc-build
-
-# --disable-linker-build-id: https://bugs.archlinux.org/task/34902
-
-${srcdir}/${_basedir}/configure \
---disable-cloog-version-check \
---disable-install-libiberty \
---disable-libssp \
---disable-libstdcxx-pch \
---disable-libunwind-exceptions \
---disable-linker-build-id \
---disable-nls \
---disable-werror \
---enable-__cxa_atexit \
---enable-checking=release \
---enable-clocale=gnu \
---enable-cloog-backend=isl \
---enable-gnu-unique-object \
---enable-gold \
---enable-languages=c,c++ \
---enable-ld=default \
---enable-lto \
---enable-plugin \
---enable-shared \
---infodir=/usr/share/info \
---libdir=/usr/lib \
---libexecdir=/usr/lib \
---mandir=/usr/share/man \
---prefix=/usr \
---target=avr \
---with-as=/usr/bin/avr-as \
---with-gnu-as \
---with-gnu-ld \
---with-ld=/usr/bin/avr-ld \
---with-plugin-ld=ld.gold \
---with-system-zlib
-
-make
-}
-
-package() {
-cd ${srcdir}/gcc-build
-
-make -j1 DESTDIR=${pkgdir} install
-
-# Strip debug symbols from libraries; without this, the package size 
balloons to ~500MB.
-find ${pkgdir}/usr/lib -type f -name *.a \
--exec /usr/bin/avr-strip --strip-debug '{}' \;
-
-# Install Runtime Library Exception
-install -Dm644 ${srcdir}/${_basedir}/COPYING.RUNTIME \
-${pkgdir}/usr/share/licenses/${pkgname}/RUNTIME.LIBRARY.EXCEPTION
-
-rm -rf ${pkgdir}/usr/share/man/man7
-rm -rf ${pkgdir}/usr/share/info
-}
-
-md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d')

Copied: avr-gcc/repos/community-x86_64/PKGBUILD (from rev 106898, 
avr-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 19:31:00 UTC (rev 106899)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: danst0 dan...@west.de
+
+# Build order: avr-binutils - avr-gcc - avr-libc
+
+pkgname=avr-gcc
+_pkgname=gcc
+pkgver=4.8.2
+pkgrel=2
+pkgdesc=The GNU AVR Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org/;
+depends=('avr-binutils=2.24' 'cloog' 'ppl' 'gcc-libs=4.8.0' 'libmpc')
+optdepends=('avr-libc: Standard C library for Atmel AVR development')
+provides=(gcc-avr=$pkgver)
+replaces=('gcc-avr')
+options=('staticlibs' '!emptydirs' '!strip')
+source=(http://ftp.gnu.org/gnu/gcc/${_pkgname}-${pkgver}/gcc-${pkgver}.tar.bz2)
+

[arch-commits] Commit in avr-gdb/repos/community-x86_64 (PKGBUILD PKGBUILD)

2014-03-09 Thread Jakob Gruber
Date: Sunday, March 9, 2014 @ 20:31:13
  Author: schuay
Revision: 106901

archrelease: copy trunk to community-x86_64

Added:
  avr-gdb/repos/community-x86_64/PKGBUILD
(from rev 106900, avr-gdb/trunk/PKGBUILD)
Deleted:
  avr-gdb/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  109 ++---
 1 file changed, 55 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 19:31:06 UTC (rev 106900)
+++ PKGBUILD2014-03-09 19:31:13 UTC (rev 106901)
@@ -1,54 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Ivan Sichmann Freitas ivansichfreitas at gmail dot com
-# Contributor: Laszlo Papp djszapi2 at gmail dot com
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-# Contributor: Vladimir Cerny blackvladi...@gmail.com
-# Contributor: 4javier 4javieregATgmailDOTcom
-
-pkgname=avr-gdb
-_pkgname=gdb
-pkgver=7.6.1
-pkgrel=1
-pkgdesc=The GNU Debugger for AVR
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/gdb/;
-license=('GPL3')
-depends=('python2')
-source=(http://ftp.gnu.org/gnu/gdb/${_pkgname}-${pkgver}.tar.bz2)
-
-build() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-
-  unset LDFLAGS
-  export CFLAGS=-O2 -pipe
-  export CPPFLAGS=-O2 -pipe
-  export CXXFLAGS=$CFLAGS
-
-  ./configure \
---disable-nls \
---enable-languages=c,c++ \
---infodir=/usr/share/info \
---libdir=/usr/lib \
---libexecdir=/usr/lib \
---mandir=/usr/share/man \
---prefix=/usr \
---program-prefix=avr- \
---target=avr \
---with-python=/usr/bin/python2 \
---with-system-readline
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -f ${pkgdir}/usr/lib/libiberty.a
-  rm -rf ${pkgdir}/usr/share/info
-  rm -rf ${pkgdir}/usr/share/gdb
-  rm -rf ${pkgdir}/usr/include/gdb
-}
-
-md5sums=('fbc4dab4181e6e9937075b43a4ce2732')

Copied: avr-gdb/repos/community-x86_64/PKGBUILD (from rev 106900, 
avr-gdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 19:31:13 UTC (rev 106901)
@@ -0,0 +1,55 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Ivan Sichmann Freitas ivansichfreitas at gmail dot com
+# Contributor: Laszlo Papp djszapi2 at gmail dot com
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+# Contributor: Vladimir Cerny blackvladi...@gmail.com
+# Contributor: 4javier 4javieregATgmailDOTcom
+
+pkgname=avr-gdb
+_pkgname=gdb
+pkgver=7.7
+pkgrel=1
+pkgdesc=The GNU Debugger for AVR
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gdb/;
+license=('GPL3')
+depends=('python2')
+source=(http://ftp.gnu.org/gnu/gdb/${_pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  unset LDFLAGS
+  export CFLAGS=-O2 -pipe
+  export CPPFLAGS=-O2 -pipe
+  export CXXFLAGS=$CFLAGS
+
+  ./configure \
+--disable-nls \
+--enable-languages=c,c++ \
+--infodir=/usr/share/info \
+--libdir=/usr/lib \
+--libexecdir=/usr/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--program-prefix=avr- \
+--target=avr \
+--with-python=/usr/bin/python2 \
+--with-system-readline
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/libiberty.a
+  rm -rf ${pkgdir}/usr/share/info
+  rm -rf ${pkgdir}/usr/share/man
+  rm -rf ${pkgdir}/usr/share/gdb
+  rm -rf ${pkgdir}/usr/include/gdb
+}
+
+md5sums=('271a18f41858a7e98b28ae4eb91287c9')



[arch-commits] Commit in rapid-photo-downloader/trunk (2 files)

2014-03-09 Thread Jaroslav Lichtblau
Date: Sunday, March 9, 2014 @ 20:38:54
  Author: jlichtblau
Revision: 106902

upgpkg: rapid-photo-downloader 0.4.10-1

Modified:
  rapid-photo-downloader/trunk/PKGBUILD
  rapid-photo-downloader/trunk/rapid-photo-downloader.changelog

--+
 PKGBUILD |6 +++---
 rapid-photo-downloader.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 19:31:13 UTC (rev 106901)
+++ PKGBUILD2014-03-09 19:38:54 UTC (rev 106902)
@@ -4,13 +4,13 @@
 # Contributor: Dinh Bowman dinh at vagueindustries dot com
 
 pkgname=rapid-photo-downloader
-pkgver=0.4.9
+pkgver=0.4.10
 pkgrel=1
 pkgdesc=Photo and video downloader
 arch=('any')
 url=http://www.damonlynch.net/rapid/;
 license=('GPL3')
-depends=('python2' 'gnome-python' 'python2-notify' 'pygtk' 'python2-rsvg' 
'python2-imaging' 'python2-exiv2' 'python2-gconf' 'dbus-python' 
'perl-image-exiftool')
+depends=('python2' 'gnome-python' 'python2-notify' 'pygtk' 'python2-rsvg' 
'python2-pillow' 'python2-exiv2' 'python2-gconf' 'python2-dbus' 
'perl-image-exiftool')
 optdepends=('kaa-metadata: Enable video downloading'
 'ffmpegthumbnailer: Enable video thumbnails'
 'hachoir-metadata: Enable video downloading')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(http://launchpad.net/rapid/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('fde91a89c11a614ba110b1509b5ef4fee2380b13a2114d0e142addad75fd4d3b')
+sha256sums=('5519f05ab1522c500ba51021e5e7c7c22938d52f750a15226a736121b7cf91cb')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: rapid-photo-downloader.changelog
===
--- rapid-photo-downloader.changelog2014-03-09 19:31:13 UTC (rev 106901)
+++ rapid-photo-downloader.changelog2014-03-09 19:38:54 UTC (rev 106902)
@@ -1,2 +1,5 @@
+2014-02-0429 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * rapid-photo-downloader 0.4.10-1
+
 2014-01-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* rapid-photo-downloader 0.4.9-1 - moved from AUR to [community] with 
54 votes



[arch-commits] Commit in rapid-photo-downloader/repos/community-any (6 files)

2014-03-09 Thread Jaroslav Lichtblau
Date: Sunday, March 9, 2014 @ 20:39:05
  Author: jlichtblau
Revision: 106903

archrelease: copy trunk to community-any

Added:
  rapid-photo-downloader/repos/community-any/PKGBUILD
(from rev 106902, rapid-photo-downloader/trunk/PKGBUILD)
  rapid-photo-downloader/repos/community-any/rapid-photo-downloader.changelog
(from rev 106902, 
rapid-photo-downloader/trunk/rapid-photo-downloader.changelog)
  rapid-photo-downloader/repos/community-any/rapid-photo-downloader.install
(from rev 106902, 
rapid-photo-downloader/trunk/rapid-photo-downloader.install)
Deleted:
  rapid-photo-downloader/repos/community-any/PKGBUILD
  rapid-photo-downloader/repos/community-any/rapid-photo-downloader.changelog
  rapid-photo-downloader/repos/community-any/rapid-photo-downloader.install

--+
 PKGBUILD |   64 ++---
 rapid-photo-downloader.changelog |7 ++--
 rapid-photo-downloader.install   |   24 ++---
 3 files changed, 49 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-09 19:38:54 UTC (rev 106902)
+++ PKGBUILD2014-03-09 19:39:05 UTC (rev 106903)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Marc Moody marc.r.moody at gmail dot com
-# Contributor: Dinh Bowman dinh at vagueindustries dot com
-
-pkgname=rapid-photo-downloader
-pkgver=0.4.9
-pkgrel=1
-pkgdesc=Photo and video downloader
-arch=('any')
-url=http://www.damonlynch.net/rapid/;
-license=('GPL3')
-depends=('python2' 'gnome-python' 'python2-notify' 'pygtk' 'python2-rsvg' 
'python2-imaging' 'python2-exiv2' 'python2-gconf' 'dbus-python' 
'perl-image-exiftool')
-optdepends=('kaa-metadata: Enable video downloading'
-'ffmpegthumbnailer: Enable video thumbnails'
-'hachoir-metadata: Enable video downloading')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://launchpad.net/rapid/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('fde91a89c11a614ba110b1509b5ef4fee2380b13a2114d0e142addad75fd4d3b')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  python2 setup.py install --root=${pkgdir}
-}

Copied: rapid-photo-downloader/repos/community-any/PKGBUILD (from rev 106902, 
rapid-photo-downloader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-09 19:39:05 UTC (rev 106903)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Marc Moody marc.r.moody at gmail dot com
+# Contributor: Dinh Bowman dinh at vagueindustries dot com
+
+pkgname=rapid-photo-downloader
+pkgver=0.4.10
+pkgrel=1
+pkgdesc=Photo and video downloader
+arch=('any')
+url=http://www.damonlynch.net/rapid/;
+license=('GPL3')
+depends=('python2' 'gnome-python' 'python2-notify' 'pygtk' 'python2-rsvg' 
'python2-pillow' 'python2-exiv2' 'python2-gconf' 'python2-dbus' 
'perl-image-exiftool')
+optdepends=('kaa-metadata: Enable video downloading'
+'ffmpegthumbnailer: Enable video thumbnails'
+'hachoir-metadata: Enable video downloading')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://launchpad.net/rapid/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('5519f05ab1522c500ba51021e5e7c7c22938d52f750a15226a736121b7cf91cb')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  python2 setup.py install --root=${pkgdir}
+}

Deleted: rapid-photo-downloader.changelog
===
--- rapid-photo-downloader.changelog2014-03-09 19:38:54 UTC (rev 106902)
+++ rapid-photo-downloader.changelog2014-03-09 19:39:05 UTC (rev 106903)
@@ -1,2 +0,0 @@
-2014-01-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * rapid-photo-downloader 0.4.9-1 - moved from AUR to [community] with 
54 votes

Copied: 
rapid-photo-downloader/repos/community-any/rapid-photo-downloader.changelog 
(from rev 106902, rapid-photo-downloader/trunk/rapid-photo-downloader.changelog)
===
--- rapid-photo-downloader.changelog(rev 0)
+++ rapid-photo-downloader.changelog2014-03-09 19:39:05 UTC (rev 106903)
@@ -0,0 +1,5 @@
+2014-02-0429 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * rapid-photo-downloader 0.4.10-1
+
+2014-01-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * rapid-photo-downloader 0.4.9-1 - moved from AUR to [community] with 
54 votes

Deleted: rapid-photo-downloader.install
===
--- rapid-photo-downloader.install  2014-03-09 

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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 20:53:46
  Author: bpiotrowski
Revision: 207454

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

Added:
  cinepaint/repos/testing-i686/
  cinepaint/repos/testing-i686/LICENSE
(from rev 207453, cinepaint/trunk/LICENSE)
  cinepaint/repos/testing-i686/PKGBUILD
(from rev 207453, cinepaint/trunk/PKGBUILD)
  cinepaint/repos/testing-i686/cinepaint-libpng15.patch
(from rev 207453, cinepaint/trunk/cinepaint-libpng15.patch)
  cinepaint/repos/testing-i686/cinepaint-missing-include.patch
(from rev 207453, cinepaint/trunk/cinepaint-missing-include.patch)
  cinepaint/repos/testing-i686/cinepaint.install
(from rev 207453, cinepaint/trunk/cinepaint.install)
  cinepaint/repos/testing-x86_64/
  cinepaint/repos/testing-x86_64/LICENSE
(from rev 207453, cinepaint/trunk/LICENSE)
  cinepaint/repos/testing-x86_64/PKGBUILD
(from rev 207453, cinepaint/trunk/PKGBUILD)
  cinepaint/repos/testing-x86_64/cinepaint-libpng15.patch
(from rev 207453, cinepaint/trunk/cinepaint-libpng15.patch)
  cinepaint/repos/testing-x86_64/cinepaint-missing-include.patch
(from rev 207453, cinepaint/trunk/cinepaint-missing-include.patch)
  cinepaint/repos/testing-x86_64/cinepaint.install
(from rev 207453, cinepaint/trunk/cinepaint.install)

+
 testing-i686/LICENSE   |   25 +
 testing-i686/PKGBUILD  |   54 ++
 testing-i686/cinepaint-libpng15.patch  |  452 +++
 testing-i686/cinepaint-missing-include.patch   |   11 
 testing-i686/cinepaint.install |   11 
 testing-x86_64/LICENSE |   25 +
 testing-x86_64/PKGBUILD|   54 ++
 testing-x86_64/cinepaint-libpng15.patch|  452 +++
 testing-x86_64/cinepaint-missing-include.patch |   11 
 testing-x86_64/cinepaint.install   |   11 
 10 files changed, 1106 insertions(+)

Copied: cinepaint/repos/testing-i686/LICENSE (from rev 207453, 
cinepaint/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2014-03-09 19:53:46 UTC (rev 207454)
@@ -0,0 +1,25 @@
+Copyright (c) 2005, Kai-Uwe Behrmann
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met: 
+* Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer. 
+* Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following
+disclaimer in the documentation and/or other materials provided
+with the distribution.ntributors may be used to endorse or promote
+products derived from this software without specific prior written
+permission. 
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 

Copied: cinepaint/repos/testing-i686/PKGBUILD (from rev 207453, 
cinepaint/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-09 19:53:46 UTC (rev 207454)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer:
+# Contributor: tobias [tobias.archlinux.org]
+
+pkgname=cinepaint
+_realver=1.0-4
+pkgver=${_realver/-/.}
+pkgrel=1
+epoch=1
+pkgdesc=Sophisticated graphics manipulation programm supporting  8bit 
pictures
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL' 'MIT')
+url=http://www.cinepaint.org;
+depends=('gtk2' 'openexr' 'lcms' 'libxpm' 'fltk' 'ftgl' 'libxxf86vm')
+makedepends=('python2' 'gutenprint=5.2.9' 'optipng')
+optdepends=('python2: for python plug-ins'
+'gutenprint: for print plug-ins'
+'ghostscript: for pdf plug-ins')
+install=cinepaint.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$_realver.tar.gz
+LICENSE cinepaint-libpng15.patch)
+sha1sums=('2049958784d211cc0be8f41f3473433479ba71fe'
+  'ca8411db87f3fc51bbdfade22f4e1f555b2ee19e'
+  '3dfc9f06f02791aee59b60d33ddf9d305b0f1de5')
+
+prepare() {
+  

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

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 20:53:29
  Author: bpiotrowski
Revision: 207453

upgpkg: cinepaint 1:1.0.4-1

new upstream release

Modified:
  cinepaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 16:43:05 UTC (rev 207452)
+++ PKGBUILD2014-03-09 19:53:29 UTC (rev 207453)
@@ -1,10 +1,12 @@
 # $Id$
-# Maintainer: tobias [tobias.archlinux.org]
-# Contributor: tobias [tobias.justdreams.de]
+# Maintainer:
+# Contributor: tobias [tobias.archlinux.org]
 
 pkgname=cinepaint
-pkgver=1.3
-pkgrel=9
+_realver=1.0-4
+pkgver=${_realver/-/.}
+pkgrel=1
+epoch=1
 pkgdesc=Sophisticated graphics manipulation programm supporting  8bit 
pictures
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL' 'MIT')
@@ -11,50 +13,42 @@
 url=http://www.cinepaint.org;
 depends=('gtk2' 'openexr' 'lcms' 'libxpm' 'fltk' 'ftgl' 'libxxf86vm')
 makedepends=('python2' 'gutenprint=5.2.9' 'optipng')
-optdepends=('python2: for python plug-ins' 
+optdepends=('python2: for python plug-ins'
 'gutenprint: for print plug-ins'
 'ghostscript: for pdf plug-ins')
 install=cinepaint.install
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tgz
-LICENSE cinepaint-libpng15.patch cinepaint-missing-include.patch)
-sha1sums=('1982e32b0f461f4fd0ff0fe17a2e81ccd8dbd52b'
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$_realver.tar.gz
+LICENSE cinepaint-libpng15.patch)
+sha1sums=('2049958784d211cc0be8f41f3473433479ba71fe'
   'ca8411db87f3fc51bbdfade22f4e1f555b2ee19e'
-  '3dfc9f06f02791aee59b60d33ddf9d305b0f1de5'
-  'a4f43aabdbb33d059f1a38442cd6625e4f00c5b9')
+  '3dfc9f06f02791aee59b60d33ddf9d305b0f1de5')
 
 prepare() {
-  cd ${pkgname}
+  cd $pkgname-$_realver
   patch -p1 -i ../cinepaint-libpng15.patch
-  patch -p1 -i ../cinepaint-missing-include.patch
-  find plug-ins/pygimp -type f -exec sed -i 's#env python#env python2#' {} +
-  sed -i 's|$(LDFLAGS) -o|$(LDFLAGS) $(GTK_LIBS) -o|' lib/Makefile.in
-  sed -i -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|' \
--e 's|AM_PROG_CC_STDC|AC_PROG_CC|' configure.in
-
-  aclocal -I aclocal
-  autoconf
-  sh autogen.sh
-
-  # Fix invalid PNG icons to work with libpng 1.6
-  # Notified the CinePaint Project Manager (Robin Rowe) via email
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
+  find . -name \*.png -exec optipng -quiet -force -fix {} +
 }
 
 build() {
-  cd ${pkgname}
-  LIBS+=-lstdc++ -lm -lX11 PYTHON=/usr/bin/python2 ./configure --prefix=/usr 
\
+  export LDFLAGS=$LDFLAGS -lstdc++ -lm -lX11
+
+  cd $pkgname-$_realver
+  ./configure --prefix=/usr \
 --libdir=/usr/lib --mandir=/usr/share/man \
 --enable-gtk2 --enable-pygimp --with-python=/usr/bin/python2
-  sed -i 's/-Wl,,/-Wl,/' lib/fl_i18n/Makefile 
plug-ins/bracketing_to_hdr/Makefile \
-plug-ins/collect/Makefile plug-ins/icc_examin/icc_examin/Makefile 
plug-ins/pdf/Makefile
+
+  find . -name Makefile -exec sed -i 's/-Wl,,/-Wl,/g' {} +
+
   make
 }
 
 package() {
-  cd ${pkgname}
-  make DESTDIR=${pkgdir} install
-  sed -i -e s|-I$srcdir/cinepaint|| -e s|-I$srcdir/cinepaint/lib|| -e 
/libcinepaint.la/d \
--e s|$srcdir/cinepaint/lib/.libs/\$dlname|| 
${pkgdir}/usr/bin/cinepainttool
-  sed -i s/cinepaint.png/cinepaint/ 
${pkgdir}/usr/share/applications/cinepaint.desktop
-  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  cd $pkgname-$_realver
+  make DESTDIR=$pkgdir install
+
+  sed -i -e s|-I$srcdir/cinepaint|| -e s|-I$srcdir/cinepaint/lib|| \
+-e /libcinepaint.la/d -e s|$srcdir/cinepaint/lib/.libs/\$dlname|| \
+$pkgdir/usr/bin/cinepainttool
+  sed -i s/cinepaint.png/cinepaint/ 
$pkgdir/usr/share/applications/cinepaint.desktop
+  install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2014-03-09 Thread Giovanni Scafora
Date: Sunday, March 9, 2014 @ 21:19:22
  Author: giovanni
Revision: 207456

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

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

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-09 20:19:14 UTC (rev 207455)
+++ extra-i686/PKGBUILD 2014-03-09 20:19:22 UTC (rev 207456)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=fping
-pkgver=3.8
-pkgrel=2
-pkgdesc=A utility to ping multiple hosts at once
-arch=('i686' 'x86_64')
-url=http://www.fping.org/;
-license=('custom') 
-depends=('glibc')
-source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('1e36467cc96a4ca959925ac167ea19af')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --mandir=/usr/share/man \
-  --enable-ipv4 \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # install license
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  chmod 4555 ${pkgdir}/usr/bin/fping
-  chmod 4555 ${pkgdir}/usr/bin/fping6
-}

Copied: fping/repos/extra-i686/PKGBUILD (from rev 207455, fping/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-09 20:19:22 UTC (rev 207456)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=fping
+pkgver=3.9
+pkgrel=1
+pkgdesc=A utility to ping multiple hosts at once
+arch=('i686' 'x86_64')
+url=http://www.fping.org/;
+license=('custom') 
+depends=('glibc')
+source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('7ad0313646681c33e975f7b946d8d283')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --enable-ipv4 \
+  --enable-ipv6
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # install license
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  chmod 4555 ${pkgdir}/usr/bin/fping
+  chmod 4555 ${pkgdir}/usr/bin/fping6
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-09 20:19:14 UTC (rev 207455)
+++ extra-x86_64/PKGBUILD   2014-03-09 20:19:22 UTC (rev 207456)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=fping
-pkgver=3.8
-pkgrel=2
-pkgdesc=A utility to ping multiple hosts at once
-arch=('i686' 'x86_64')
-url=http://www.fping.org/;
-license=('custom') 
-depends=('glibc')
-source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('1e36467cc96a4ca959925ac167ea19af')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --mandir=/usr/share/man \
-  --enable-ipv4 \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # install license
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  chmod 4555 ${pkgdir}/usr/bin/fping
-  chmod 4555 ${pkgdir}/usr/bin/fping6
-}

Copied: fping/repos/extra-x86_64/PKGBUILD (from rev 207455, 
fping/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-09 20:19:22 UTC (rev 207456)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=fping
+pkgver=3.9
+pkgrel=1
+pkgdesc=A utility to ping multiple hosts at once
+arch=('i686' 'x86_64')
+url=http://www.fping.org/;
+license=('custom') 
+depends=('glibc')
+source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('7ad0313646681c33e975f7b946d8d283')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --enable-ipv4 \
+  --enable-ipv6
+  make

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

2014-03-09 Thread Giovanni Scafora
Date: Sunday, March 9, 2014 @ 21:19:14
  Author: giovanni
Revision: 207455

upgpkg: fping 3.9-1

upstream release

Modified:
  fping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 19:53:46 UTC (rev 207454)
+++ PKGBUILD2014-03-09 20:19:14 UTC (rev 207455)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=fping
-pkgver=3.8
-pkgrel=2
+pkgver=3.9
+pkgrel=1
 pkgdesc=A utility to ping multiple hosts at once
 arch=('i686' 'x86_64')
 url=http://www.fping.org/;
@@ -11,7 +11,7 @@
 license=('custom') 
 depends=('glibc')
 source=(http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('1e36467cc96a4ca959925ac167ea19af')
+md5sums=('7ad0313646681c33e975f7b946d8d283')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-03-09 Thread Laurent Carlier
Date: Sunday, March 9, 2014 @ 22:00:56
  Author: lcarlier
Revision: 106904

upgpkg: kmscon 8-2

cleanup dependencies about egl and gles

Modified:
  kmscon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 19:39:05 UTC (rev 106903)
+++ PKGBUILD2014-03-09 21:00:56 UTC (rev 106904)
@@ -3,12 +3,12 @@
 # Contributor: David Herrmann dh.herrm...@googlemail.com
 pkgname=kmscon
 pkgver=8
-pkgrel=1
+pkgrel=2
 pkgdesc='Terminal emulator based on Kernel Mode Setting (KMS)'
 arch=(i686 x86_64)
 url='https://github.com/dvdhrm/kmscon'
 license=('MIT')
-depends=(systemd libdrm mesa libegl libgbm libgles pango libxkbcommon 
xkeyboard-config libtsm)
+depends=(systemd libdrm mesa libgl pango libxkbcommon xkeyboard-config libtsm)
 makedepends=(git libxslt docbook-xsl linux-api-headers)
 source=(git://github.com/dvdhrm/kmscon#tag=kmscon-$pkgver)
 md5sums=(SKIP)



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

2014-03-09 Thread Laurent Carlier
Date: Sunday, March 9, 2014 @ 22:01:09
  Author: lcarlier
Revision: 106905

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

Added:
  kmscon/repos/community-i686/PKGBUILD
(from rev 106904, kmscon/trunk/PKGBUILD)
  kmscon/repos/community-x86_64/PKGBUILD
(from rev 106904, kmscon/trunk/PKGBUILD)
Deleted:
  kmscon/repos/community-i686/PKGBUILD
  kmscon/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-09 21:00:56 UTC (rev 106904)
+++ community-i686/PKGBUILD 2014-03-09 21:01:09 UTC (rev 106905)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: David Herrmann dh.herrm...@googlemail.com
-pkgname=kmscon
-pkgver=8
-pkgrel=1
-pkgdesc='Terminal emulator based on Kernel Mode Setting (KMS)'
-arch=(i686 x86_64)
-url='https://github.com/dvdhrm/kmscon'
-license=('MIT')
-depends=(systemd libdrm mesa libegl libgbm libgles pango libxkbcommon 
xkeyboard-config libtsm)
-makedepends=(git libxslt docbook-xsl linux-api-headers)
-source=(git://github.com/dvdhrm/kmscon#tag=kmscon-$pkgver)
-md5sums=(SKIP)
-
-build() {
-  cd $pkgname
-  ./autogen.sh --prefix=/usr --disable-wlterm
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-  mkdir -p $pkgdir/usr/share/licenses/$pkgname 
$pkgdir/usr/lib/systemd/system
-  cp COPYING $pkgdir/usr/share/licenses/$pkgname/
-  cp docs/kmscon{,vt@}.service $pkgdir/usr/lib/systemd/system/
-}

Copied: kmscon/repos/community-i686/PKGBUILD (from rev 106904, 
kmscon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-09 21:01:09 UTC (rev 106905)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: David Herrmann dh.herrm...@googlemail.com
+pkgname=kmscon
+pkgver=8
+pkgrel=2
+pkgdesc='Terminal emulator based on Kernel Mode Setting (KMS)'
+arch=(i686 x86_64)
+url='https://github.com/dvdhrm/kmscon'
+license=('MIT')
+depends=(systemd libdrm mesa libgl pango libxkbcommon xkeyboard-config libtsm)
+makedepends=(git libxslt docbook-xsl linux-api-headers)
+source=(git://github.com/dvdhrm/kmscon#tag=kmscon-$pkgver)
+md5sums=(SKIP)
+
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr --disable-wlterm
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname 
$pkgdir/usr/lib/systemd/system
+  cp COPYING $pkgdir/usr/share/licenses/$pkgname/
+  cp docs/kmscon{,vt@}.service $pkgdir/usr/lib/systemd/system/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-09 21:00:56 UTC (rev 106904)
+++ community-x86_64/PKGBUILD   2014-03-09 21:01:09 UTC (rev 106905)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: David Herrmann dh.herrm...@googlemail.com
-pkgname=kmscon
-pkgver=8
-pkgrel=1
-pkgdesc='Terminal emulator based on Kernel Mode Setting (KMS)'
-arch=(i686 x86_64)
-url='https://github.com/dvdhrm/kmscon'
-license=('MIT')
-depends=(systemd libdrm mesa libegl libgbm libgles pango libxkbcommon 
xkeyboard-config libtsm)
-makedepends=(git libxslt docbook-xsl linux-api-headers)
-source=(git://github.com/dvdhrm/kmscon#tag=kmscon-$pkgver)
-md5sums=(SKIP)
-
-build() {
-  cd $pkgname
-  ./autogen.sh --prefix=/usr --disable-wlterm
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-  mkdir -p $pkgdir/usr/share/licenses/$pkgname 
$pkgdir/usr/lib/systemd/system
-  cp COPYING $pkgdir/usr/share/licenses/$pkgname/
-  cp docs/kmscon{,vt@}.service $pkgdir/usr/lib/systemd/system/
-}

Copied: kmscon/repos/community-x86_64/PKGBUILD (from rev 106904, 
kmscon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-09 21:01:09 UTC (rev 106905)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: David Herrmann dh.herrm...@googlemail.com
+pkgname=kmscon
+pkgver=8
+pkgrel=2
+pkgdesc='Terminal emulator based on Kernel Mode Setting (KMS)'
+arch=(i686 x86_64)
+url='https://github.com/dvdhrm/kmscon'
+license=('MIT')
+depends=(systemd libdrm mesa libgl pango libxkbcommon xkeyboard-config libtsm)
+makedepends=(git libxslt docbook-xsl linux-api-headers)
+source=(git://github.com/dvdhrm/kmscon#tag=kmscon-$pkgver)
+md5sums=(SKIP)
+
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr --disable-wlterm
+  make
+}
+

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

2014-03-09 Thread Laurent Carlier
Date: Sunday, March 9, 2014 @ 22:12:29
  Author: lcarlier
Revision: 207457

upgpkg: libva 1.2.1-2

now libgl provides libegl

Modified:
  libva/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 20:19:22 UTC (rev 207456)
+++ PKGBUILD2014-03-09 21:12:29 UTC (rev 207457)
@@ -3,12 +3,12 @@
 
 pkgname=libva
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Video Acceleration (VA) API for Linux
 arch=('i686' 'x86_64')
 url=http://freedesktop.org/wiki/Software/vaapi;
 license=('MIT')
-depends=('libegl' 'libgl' 'libdrm' 'libxfixes')
+depends=('libgl' 'libdrm' 'libxfixes')
 makedepends=('mesa')
 optdepends=('libva-vdpau-driver: vdpau back-end for nvidia'
 'libva-intel-driver: back-end for intel cards')



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

2014-03-09 Thread Laurent Carlier
Date: Sunday, March 9, 2014 @ 22:12:42
  Author: lcarlier
Revision: 207458

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

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

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-09 21:12:29 UTC (rev 207457)
+++ extra-i686/PKGBUILD 2014-03-09 21:12:42 UTC (rev 207458)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-
-pkgname=libva
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=Video Acceleration (VA) API for Linux
-arch=('i686' 'x86_64')
-url=http://freedesktop.org/wiki/Software/vaapi;
-license=('MIT')
-depends=('libegl' 'libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards')
-source=(http://www.freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('f716a4cadd670b14f44a2e833f96a2c509956339')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -m644 -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libva/repos/extra-i686/PKGBUILD (from rev 207457, libva/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-09 21:12:42 UTC (rev 207458)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgname=libva
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=Video Acceleration (VA) API for Linux
+arch=('i686' 'x86_64')
+url=http://freedesktop.org/wiki/Software/vaapi;
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards')
+source=(http://www.freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('f716a4cadd670b14f44a2e833f96a2c509956339')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m644 -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-09 21:12:29 UTC (rev 207457)
+++ extra-x86_64/PKGBUILD   2014-03-09 21:12:42 UTC (rev 207458)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-
-pkgname=libva
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=Video Acceleration (VA) API for Linux
-arch=('i686' 'x86_64')
-url=http://freedesktop.org/wiki/Software/vaapi;
-license=('MIT')
-depends=('libegl' 'libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards')
-source=(http://www.freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('f716a4cadd670b14f44a2e833f96a2c509956339')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -m644 -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 207457, 
libva/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-09 21:12:42 UTC (rev 207458)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgname=libva
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=Video Acceleration (VA) API for Linux
+arch=('i686' 'x86_64')
+url=http://freedesktop.org/wiki/Software/vaapi;
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards')
+source=(http://www.freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('f716a4cadd670b14f44a2e833f96a2c509956339')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m644 -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

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

2014-03-09 Thread Andreas Radke
Date: Sunday, March 9, 2014 @ 22:18:55
  Author: andyrtr
Revision: 207460

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 207459, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 207459, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-03-09 21:18:55 UTC (rev 207460)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=tzdata
+pkgver=2014a
+pkgrel=1
+pkgdesc=Sources for time zone and daylight saving time data
+arch=('any')
+url=http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
+sha1sums=('462a812a091aba176f7a76bf26d3c1e5b3955157'
+  'SKIP')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
+}



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

2014-03-09 Thread Andreas Radke
Date: Sunday, March 9, 2014 @ 22:18:46
  Author: andyrtr
Revision: 207459

upgpkg: tzdata 2014a-1

upstream update 2014a

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 21:12:42 UTC (rev 207458)
+++ PKGBUILD2014-03-09 21:18:46 UTC (rev 207459)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2013i
+pkgver=2014a
 pkgrel=1
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
-sha1sums=('0fe77c8cca50b5f20d73e9c2a5b4fadca34c1504'
+sha1sums=('462a812a091aba176f7a76bf26d3c1e5b3955157'
   'SKIP')
 
 timezones=('africa' 'antarctica' 'asia' 'australasia'



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

2014-03-09 Thread Laurent Carlier
Date: Sunday, March 9, 2014 @ 22:19:58
  Author: lcarlier
Revision: 207461

upgpkg: qt-gstreamer 0.10.3-2

now libgl provides libgles, and qt4 already depends on libgl

Modified:
  qt-gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 21:18:55 UTC (rev 207460)
+++ PKGBUILD2014-03-09 21:19:58 UTC (rev 207461)
@@ -4,12 +4,12 @@
 
 pkgname=qt-gstreamer
 pkgver=0.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Qt4 bindings for GStreamer
 arch=('i686' 'x86_64')
 url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
 license=('LGPL2.1')
-depends=('qt4' 'gstreamer0.10-base' 'libgles')
+depends=('qt4' 'gstreamer0.10-base')
 makedepends=('cmake' 'boost' 'mesa' 'doxygen')
 
source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('a5f73dfa50270a23a0b07af32304e162')



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

2014-03-09 Thread Laurent Carlier
Date: Sunday, March 9, 2014 @ 22:20:10
  Author: lcarlier
Revision: 207462

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

Added:
  qt-gstreamer/repos/extra-i686/PKGBUILD
(from rev 207461, qt-gstreamer/trunk/PKGBUILD)
  qt-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 207461, qt-gstreamer/trunk/PKGBUILD)
Deleted:
  qt-gstreamer/repos/extra-i686/PKGBUILD
  qt-gstreamer/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-09 21:19:58 UTC (rev 207461)
+++ extra-i686/PKGBUILD 2014-03-09 21:20:10 UTC (rev 207462)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: laloch lal...@atlas.cz
-
-pkgname=qt-gstreamer
-pkgver=0.10.3
-pkgrel=1
-pkgdesc=Qt4 bindings for GStreamer
-arch=('i686' 'x86_64')
-url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
-license=('LGPL2.1')
-depends=('qt4' 'gstreamer0.10-base' 'libgles')
-makedepends=('cmake' 'boost' 'mesa' 'doxygen')
-source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('a5f73dfa50270a23a0b07af32304e162')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DQTGSTREAMER_EXAMPLES=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: qt-gstreamer/repos/extra-i686/PKGBUILD (from rev 207461, 
qt-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-09 21:20:10 UTC (rev 207462)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: laloch lal...@atlas.cz
+
+pkgname=qt-gstreamer
+pkgver=0.10.3
+pkgrel=2
+pkgdesc=Qt4 bindings for GStreamer
+arch=('i686' 'x86_64')
+url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
+license=('LGPL2.1')
+depends=('qt4' 'gstreamer0.10-base')
+makedepends=('cmake' 'boost' 'mesa' 'doxygen')
+source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('a5f73dfa50270a23a0b07af32304e162')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DQTGSTREAMER_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-09 21:19:58 UTC (rev 207461)
+++ extra-x86_64/PKGBUILD   2014-03-09 21:20:10 UTC (rev 207462)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: laloch lal...@atlas.cz
-
-pkgname=qt-gstreamer
-pkgver=0.10.3
-pkgrel=1
-pkgdesc=Qt4 bindings for GStreamer
-arch=('i686' 'x86_64')
-url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
-license=('LGPL2.1')
-depends=('qt4' 'gstreamer0.10-base' 'libgles')
-makedepends=('cmake' 'boost' 'mesa' 'doxygen')
-source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('a5f73dfa50270a23a0b07af32304e162')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DQTGSTREAMER_EXAMPLES=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: qt-gstreamer/repos/extra-x86_64/PKGBUILD (from rev 207461, 
qt-gstreamer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-09 21:20:10 UTC (rev 207462)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: laloch lal...@atlas.cz
+
+pkgname=qt-gstreamer
+pkgver=0.10.3
+pkgrel=2
+pkgdesc=Qt4 bindings for GStreamer
+arch=('i686' 'x86_64')
+url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
+license=('LGPL2.1')
+depends=('qt4' 'gstreamer0.10-base')
+makedepends=('cmake' 'boost' 'mesa' 'doxygen')
+source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('a5f73dfa50270a23a0b07af32304e162')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+

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

2014-03-09 Thread Kyle Keen
Date: Monday, March 10, 2014 @ 01:35:06
  Author: kkeen
Revision: 106906

upgpkg: openscad 2014.03-1

Added:
  openscad/trunk/openscad.install
Modified:
  openscad/trunk/CHANGELOG
  openscad/trunk/PKGBUILD

--+
 CHANGELOG|6 ++
 PKGBUILD |   23 ---
 openscad.install |   13 +
 3 files changed, 35 insertions(+), 7 deletions(-)

Modified: CHANGELOG
===
--- CHANGELOG   2014-03-09 21:01:09 UTC (rev 106905)
+++ CHANGELOG   2014-03-10 00:35:06 UTC (rev 106906)
@@ -1,3 +1,9 @@
+2014-03-09 Kyle Keen keen...@gmail.com
+
+   * 2014.04-1
+   - New release
+   - MIME associations
+
 2014-02-10 Kyle Keen keen...@gmail.com
 
* 2013.06-3

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 21:01:09 UTC (rev 106905)
+++ PKGBUILD2014-03-10 00:35:06 UTC (rev 106906)
@@ -4,28 +4,37 @@
 # Contributor: Eric Anderson ejona86 at gmail.com
 # Contributor: Pierre DOUCET pierre at equinoxefr.org
 pkgname=openscad
-pkgver=2013.06
-pkgrel=3
-pkgdesc=The programmers' solid 3D CAD modeller
+pkgver=2014.03
+pkgrel=1
+pkgdesc=The programmers solid 3D CAD modeller
 url=http://openscad.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
+install=openscad.install
 changelog=CHANGELOG
-depends=('qt4' 'cgal' 'opencsg' 'boost-libs')
+depends=('qt4' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info')
 makedepends=('eigen' 'boost' 'imagemagick')
-source=(https://openscad.googlecode.com/files/$pkgname-$pkgver.src.tar.gz;)
-md5sums=('b7b5faecdffc41e28cdf0c1162299de7')
+source=(http://files.openscad.org/openscad-$pkgver.src.tar.gz;)
+md5sums=('38bebd02bce365fe39e695a07411ab73')
 
 build() {
 cd $srcdir/$pkgname-$pkgver
-qmake-qt4 PREFIX=/usr
+rm -f libraries/MCAD/*.py
+# internal version will use the build date, override that
+qmake-qt4 PREFIX=/usr VERSION=$pkgver
 make
 convert icons/$pkgname.png -resize 128x128\ icons/$pkgname-128.png
 }
 
+# it has tests
+# tests need cmake, python, imagemagick
+# see doc/testing.txt about enabling
+# needs to display stuff, run image diffs
+
 package() {
 cd $srcdir/$pkgname-$pkgver
 make INSTALL_ROOT=$pkgdir install
 install -Dm644 icons/$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
 install -Dm644 icons/$pkgname-128.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
+install -Dm644 icons/$pkgname.xml 
$pkgdir/usr/share/mime/packages/$pkgname.xml
 }

Added: openscad.install
===
--- openscad.install(rev 0)
+++ openscad.install2014-03-10 00:35:06 UTC (rev 106906)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-03-09 Thread Kyle Keen
Date: Monday, March 10, 2014 @ 01:35:40
  Author: kkeen
Revision: 106907

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

Added:
  openscad/repos/community-i686/CHANGELOG
(from rev 106906, openscad/trunk/CHANGELOG)
  openscad/repos/community-i686/PKGBUILD
(from rev 106906, openscad/trunk/PKGBUILD)
  openscad/repos/community-i686/openscad.install
(from rev 106906, openscad/trunk/openscad.install)
  openscad/repos/community-x86_64/CHANGELOG
(from rev 106906, openscad/trunk/CHANGELOG)
  openscad/repos/community-x86_64/PKGBUILD
(from rev 106906, openscad/trunk/PKGBUILD)
  openscad/repos/community-x86_64/openscad.install
(from rev 106906, openscad/trunk/openscad.install)
Deleted:
  openscad/repos/community-i686/CHANGELOG
  openscad/repos/community-i686/PKGBUILD
  openscad/repos/community-x86_64/CHANGELOG
  openscad/repos/community-x86_64/PKGBUILD

---+
 /CHANGELOG|   66 +
 /PKGBUILD |   80 
 community-i686/CHANGELOG  |   27 
 community-i686/PKGBUILD   |   31 -
 community-i686/openscad.install   |   13 +
 community-x86_64/CHANGELOG|   27 
 community-x86_64/PKGBUILD |   31 -
 community-x86_64/openscad.install |   13 +
 8 files changed, 172 insertions(+), 116 deletions(-)

Deleted: community-i686/CHANGELOG
===
--- community-i686/CHANGELOG2014-03-10 00:35:06 UTC (rev 106906)
+++ community-i686/CHANGELOG2014-03-10 00:35:40 UTC (rev 106907)
@@ -1,27 +0,0 @@
-2014-02-10 Kyle Keen keen...@gmail.com
-
-   * 2013.06-3
-   - Moved package to [community]
-   - Explicit boost depends
-   - Use official resources
-
-2014-02-07 Chirantan Ekbote chirantan.ekb...@gmail.com
-
-   * 2013.06-2
-   - Update makedepends since eigen3 has now become eigen in [extra]
-
-2013-06-19 Chirantan Ekbote chirantan.ekb...@gmail.com
-
-   * 2013.06-1 :
-   - Updated to version 2013.06
-
-2013-03-01 Chirantan Ekbote chirantan.ekb...@gmail.com
-
-   * 2013.01-2 :
-   Dependency qt replaced with qt4
-
-2013-01-23 Chirantan Ekbote chirantan.ekb...@gmail.com
-
-   * 2013.01-1 :
-   New upstream release.
-   Dependency eigen2 repaced by eigen3

Copied: openscad/repos/community-i686/CHANGELOG (from rev 106906, 
openscad/trunk/CHANGELOG)
===
--- community-i686/CHANGELOG(rev 0)
+++ community-i686/CHANGELOG2014-03-10 00:35:40 UTC (rev 106907)
@@ -0,0 +1,33 @@
+2014-03-09 Kyle Keen keen...@gmail.com
+
+   * 2014.04-1
+   - New release
+   - MIME associations
+
+2014-02-10 Kyle Keen keen...@gmail.com
+
+   * 2013.06-3
+   - Moved package to [community]
+   - Explicit boost depends
+   - Use official resources
+
+2014-02-07 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.06-2
+   - Update makedepends since eigen3 has now become eigen in [extra]
+
+2013-06-19 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.06-1 :
+   - Updated to version 2013.06
+
+2013-03-01 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.01-2 :
+   Dependency qt replaced with qt4
+
+2013-01-23 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.01-1 :
+   New upstream release.
+   Dependency eigen2 repaced by eigen3

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 00:35:06 UTC (rev 106906)
+++ community-i686/PKGBUILD 2014-03-10 00:35:40 UTC (rev 106907)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Chirantan Ekbote chirantan.ekbote at gmail.com
-# Contributor: Eric Anderson ejona86 at gmail.com
-# Contributor: Pierre DOUCET pierre at equinoxefr.org
-pkgname=openscad
-pkgver=2013.06
-pkgrel=3
-pkgdesc=The programmers' solid 3D CAD modeller
-url=http://openscad.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-changelog=CHANGELOG
-depends=('qt4' 'cgal' 'opencsg' 'boost-libs')
-makedepends=('eigen' 'boost' 'imagemagick')
-source=(https://openscad.googlecode.com/files/$pkgname-$pkgver.src.tar.gz;)
-md5sums=('b7b5faecdffc41e28cdf0c1162299de7')
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-qmake-qt4 PREFIX=/usr
-make
-convert icons/$pkgname.png -resize 128x128\ icons/$pkgname-128.png
-}
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-make INSTALL_ROOT=$pkgdir install
-install -Dm644 icons/$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-install -Dm644 icons/$pkgname-128.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
-}

Copied: openscad/repos/community-i686/PKGBUILD (from rev 106906, 
openscad/trunk/PKGBUILD)

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

2014-03-09 Thread Gaetan Bisson
Date: Monday, March 10, 2014 @ 04:47:24
  Author: bisson
Revision: 207463

upstream update

Modified:
  socat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 21:20:10 UTC (rev 207462)
+++ PKGBUILD2014-03-10 03:47:24 UTC (rev 207463)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=socat
-pkgver=1.7.2.3
+pkgver=1.7.2.4
 pkgrel=1
 pkgdesc='Multipurpose relay'
 url='http://www.dest-unreach.org/socat/'
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('readline' 'openssl')
 
source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('580c56b6aadab6b71562e1c5a963c22e8ace6e32')
+sha1sums=('c33904b83295accef2aaff8adf7eedd3310f9777')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2014-03-09 Thread Gaetan Bisson
Date: Monday, March 10, 2014 @ 04:48:02
  Author: bisson
Revision: 207464

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-10 03:47:24 UTC (rev 207463)
+++ extra-i686/PKGBUILD 2014-03-10 03:48:02 UTC (rev 207464)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=socat
-pkgver=1.7.2.3
-pkgrel=1
-pkgdesc='Multipurpose relay'
-url='http://www.dest-unreach.org/socat/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('readline' 'openssl')
-source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('580c56b6aadab6b71562e1c5a963c22e8ace6e32')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: socat/repos/extra-i686/PKGBUILD (from rev 207463, socat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-10 03:48:02 UTC (rev 207464)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=socat
+pkgver=1.7.2.4
+pkgrel=1
+pkgdesc='Multipurpose relay'
+url='http://www.dest-unreach.org/socat/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('readline' 'openssl')
+source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('c33904b83295accef2aaff8adf7eedd3310f9777')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-10 03:47:24 UTC (rev 207463)
+++ extra-x86_64/PKGBUILD   2014-03-10 03:48:02 UTC (rev 207464)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=socat
-pkgver=1.7.2.3
-pkgrel=1
-pkgdesc='Multipurpose relay'
-url='http://www.dest-unreach.org/socat/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('readline' 'openssl')
-source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('580c56b6aadab6b71562e1c5a963c22e8ace6e32')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: socat/repos/extra-x86_64/PKGBUILD (from rev 207463, 
socat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-10 03:48:02 UTC (rev 207464)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=socat
+pkgver=1.7.2.4
+pkgrel=1
+pkgdesc='Multipurpose relay'
+url='http://www.dest-unreach.org/socat/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('readline' 'openssl')
+source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('c33904b83295accef2aaff8adf7eedd3310f9777')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2014-03-09 Thread Felix Yan
Date: Monday, March 10, 2014 @ 06:11:02
  Author: fyan
Revision: 207465

upgpkg: python 3.3.5-1

- use system libmpdec, please test if anything break without installing 
mpdecimal, and file a bug to get the corresponding package depend on mpdecimal
- add xz and mpdecimal as optdepends

Modified:
  python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 03:48:02 UTC (rev 207464)
+++ PKGBUILD2014-03-10 05:11:02 UTC (rev 207465)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Allan McRae al...@archlinux.org
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=python
-pkgver=3.3.4
+pkgver=3.3.5
 pkgrel=1
 _pybasever=3.3
 pkgdesc=Next generation of the python high-level scripting language
@@ -13,13 +14,16 @@
 license=('custom')
 url=http://www.python.org/;
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez-libs')
-optdepends=('tk: for tkinter' 'sqlite')
+makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
+optdepends=('sqlite'
+'mpdecimal: for decimal'
+'xz: for lzma'
+'tk: for tkinter')
 options=('!makeflags')
 provides=('python3')
 replaces=('python3')
 source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
-sha1sums=('2c9586eeb4b6e45e9ebc28372c0856c709d9a522')
+sha1sums=('6683b26dd2cfd23af852abfcf1aedf25bbd44839')
 
 prepare() {
   cd ${srcdir}/Python-${pkgver}
@@ -32,7 +36,7 @@
   rm -r Modules/expat
   rm -r Modules/zlib
   rm -r Modules/_ctypes/{darwin,libffi}*
-
+  rm -r Modules/_decimal/libmpdec
 }
 
 build() {
@@ -46,7 +50,8 @@
   --with-valgrind \
   --with-system-expat \
   --with-dbmliborder=gdbm:ndbm \
-  --with-system-ffi
+  --with-system-ffi \
+  --with-system-libmpdec
 
   make
 }



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

2014-03-09 Thread Felix Yan
Date: Monday, March 10, 2014 @ 06:11:49
  Author: fyan
Revision: 207466

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

Added:
  python/repos/testing-i686/
  python/repos/testing-i686/PKGBUILD
(from rev 207465, python/trunk/PKGBUILD)
  python/repos/testing-i686/PKGBUILD.3.4
(from rev 207465, python/trunk/PKGBUILD.3.4)
  python/repos/testing-x86_64/
  python/repos/testing-x86_64/PKGBUILD
(from rev 207465, python/trunk/PKGBUILD)
  python/repos/testing-x86_64/PKGBUILD.3.4
(from rev 207465, python/trunk/PKGBUILD.3.4)

-+
 testing-i686/PKGBUILD   |   86 
 testing-i686/PKGBUILD.3.4   |   89 ++
 testing-x86_64/PKGBUILD |   86 
 testing-x86_64/PKGBUILD.3.4 |   89 ++
 4 files changed, 350 insertions(+)

Copied: python/repos/testing-i686/PKGBUILD (from rev 207465, 
python/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-10 05:11:49 UTC (rev 207466)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.3.5
+pkgrel=1
+_pybasever=3.3
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
+optdepends=('sqlite'
+'mpdecimal: for decimal'
+'xz: for lzma'
+'tk: for tkinter')
+options=('!makeflags')
+provides=('python3')
+replaces=('python3')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
+sha1sums=('6683b26dd2cfd23af852abfcf1aedf25bbd44839')
+
+prepare() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+  rm -r Modules/_decimal/libmpdec
+}
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --with-computed-gotos \
+  --enable-ipv6 \
+  --with-valgrind \
+  --with-system-expat \
+  --with-dbmliborder=gdbm:ndbm \
+  --with-system-ffi \
+  --with-system-libmpdec
+
+  make
+}
+
+check() {
+  cd ${srcdir}/Python-${pkgver}
+  LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
+ ${srcdir}/Python-${pkgver}/python -m test.regrtest -x test_posixpath 
test_logging test_uuid
+}
+
+package() {
+  cd ${srcdir}/Python-${pkgver}
+  make DESTDIR=${pkgdir} install maninstall
+
+  # Why are these not done by default...
+  ln -sf python3   ${pkgdir}/usr/bin/python
+  ln -sf python3-config${pkgdir}/usr/bin/python-config
+  ln -sf idle3 ${pkgdir}/usr/bin/idle
+  ln -sf pydoc3${pkgdir}/usr/bin/pydoc
+  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python3.1
+  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python.1
+
+  # Fix FS#22552
+  ln -sf ../../libpython${_pybasever}m.so \
+
${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}m/libpython${_pybasever}m.so
+
+  # Clean-up reference to build directory
+  sed -i s|$srcdir/Python-${pkgver}:|| 
$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}m/Makefile
+
+  # License
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: python/repos/testing-i686/PKGBUILD.3.4 (from rev 207465, 
python/trunk/PKGBUILD.3.4)
===
--- testing-i686/PKGBUILD.3.4   (rev 0)
+++ testing-i686/PKGBUILD.3.4   2014-03-10 05:11:49 UTC (rev 207466)
@@ -0,0 +1,89 @@
+# $Id: PKGBUILD 205852 2014-02-11 19:50:22Z angvp $
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.4.0rc2
+pkgrel=1
+_pybasever=3.4
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez-libs')