[arch-commits] Commit in kdebindings-python/kde-unstable (PKGBUILD fix.patch)

2013-01-09 Thread Andrea Scarpino
Date: Wednesday, January 9, 2013 @ 03:27:28
  Author: andrea
Revision: 174926

upgpkg: kdebindings-python 4.9.97-2

adapt the patch

Modified:
  kdebindings-python/kde-unstable/PKGBUILD
  kdebindings-python/kde-unstable/fix.patch

---+
 PKGBUILD  |2 +-
 fix.patch |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 04:17:20 UTC (rev 174925)
+++ PKGBUILD2013-01-09 08:27:28 UTC (rev 174926)
@@ -16,7 +16,7 @@
 
source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
 'fix.patch')
 sha1sums=('3e8aef059de39184be505718094e67aa0d84273e'
-  '4dbb98bb87d7431d471b94ca3583d24805c78494')
+  'eb42111e9a1458519d0ecc5e8944ac49ae1f3340')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE

Modified: fix.patch
===
--- fix.patch   2013-01-09 04:17:20 UTC (rev 174925)
+++ fix.patch   2013-01-09 08:27:28 UTC (rev 174926)
@@ -21,7 +21,7 @@
  kpythonpluginfactory.cpp)
  
  GET_FILENAME_COMPONENT(LIB_PYTHON ${PYTHON_LIBRARIES} NAME)
--ADD_DEFINITIONS(-DLIB_PYTHON=\\${LIB_PYTHON}\\)
+-ADD_DEFINITIONS(-DLIB_PYTHON=\\${LIB_PYTHON}\\)
 +ADD_DEFINITIONS(-DLIB_PYTHON=${LIB_PYTHON})
  ADD_DEFINITIONS(-DKDE_DEFAULT_DEBUG_AREA=15000)
  



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

2013-01-09 Thread Andrea Scarpino
Date: Wednesday, January 9, 2013 @ 03:27:57
  Author: andrea
Revision: 174927

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

Deleted:
  kdebindings-python/repos/kde-unstable-i686/PKGBUILD
  kdebindings-python/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   95 -
 kde-unstable-x86_64/PKGBUILD |   95 -
 2 files changed, 190 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-09 08:27:28 UTC (rev 174926)
+++ kde-unstable-i686/PKGBUILD  2013-01-09 08:27:57 UTC (rev 174927)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kdebindings-python
-pkgname=('kdebindings-python'
- 'kdebindings-python2'
- 'kdebindings-python-common')
-pkgver=4.9.97
-pkgrel=1
-url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
- 'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
-source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
-'fix.patch'
-'pykdeuic4-symlink.patch')
-sha1sums=('3e8aef059de39184be505718094e67aa0d84273e'
-  'c02432fbe0e0c600a2c422f5d2221ece73fce017'
-  '17256fde8404347043b007f736f10e8da91a4313')
-
-build() {
-  export PYTHONDONTWRITEBYTECODE=TRUE
-
-  cd pykde4-${pkgver}
-  # KDEBUG#312618
-  patch -p1 -i ${srcdir}/fix.patch
-
-  # Fixed upstream
-  patch -p1 -i ${srcdir}/pykdeuic4-symlink.patch
-  cd ../
-
-  mkdir build
-  cd build
-  cmake ../pykde4-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python3 \
--DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0 \
--DPYKDEUIC4_ALTINSTALL=TRUE
-  make
-  cd ..
-
-  mkdir build-python2
-  cd build-python2
-  cmake ../pykde4-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYKDEUIC4_ALTINSTALL=TRUE
-  make
-}
-
-package_kdebindings-python() {
-  pkgdesc=A set of Python 3.x bindings for KDE
-  depends=('kdepim-runtime' 'pyqt' 'kdebindings-python-common')
-
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-  
-  # Provided by kdebindings-python-common
-  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
-  rm -r ${pkgdir}/usr/share/sip/PyKDE4
-}
-
-package_kdebindings-python2() {
-  pkgdesc=A set of Python 2.x bindings for KDE
-  depends=('kdepim-runtime' 'python2-pyqt' 'kdebindings-python-common')
-  conflicts=('kdebindings-python4.8.1-2')
- 
-  cd ${srcdir}/build-python2
-  make DESTDIR=${pkgdir} install
-
-  # Provided by kdebindings-python-common
-  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
-  rm -r ${pkgdir}/usr/share/sip/PyKDE4
-
-  # pykdeuic4 should point to the python3 version
-  #rm ${pkgdir}/usr/bin/pykdeuic4
-
-  # Use the python2 executable
-  find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
-}
-
-package_kdebindings-python-common() {
-  pkgdesc=Common files shared between python2 and python3 kdebindings
-  depends=('qscintilla')
-  conflicts=('kdebindings-python4.8.1-2')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  rm -r ${pkgdir}/usr/{bin,lib}
-}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-09 08:27:28 UTC (rev 174926)
+++ kde-unstable-x86_64/PKGBUILD2013-01-09 08:27:57 UTC (rev 174927)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kdebindings-python
-pkgname=('kdebindings-python'
- 'kdebindings-python2'
- 'kdebindings-python-common')
-pkgver=4.9.97
-pkgrel=1
-url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
- 'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
-source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
-'fix.patch'
-'pykdeuic4-symlink.patch')
-sha1sums=('3e8aef059de39184be505718094e67aa0d84273e'
-  'c02432fbe0e0c600a2c422f5d2221ece73fce017'
-  '17256fde8404347043b007f736f10e8da91a4313')
-
-build() {
-  export PYTHONDONTWRITEBYTECODE=TRUE
-
-  cd pykde4-${pkgver}
-  # KDEBUG#312618
-  patch -p1 -i ${srcdir}/fix.patch
-
-  # Fixed upstream
-  patch -p1 -i ${srcdir}/pykdeuic4-symlink.patch
-  cd ../
-
-  mkdir build
-  cd build
-  cmake ../pykde4-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python3 \
-

[arch-commits] Commit in kdebindings-python/repos/kde-unstable-x86_64 (4 files)

2013-01-09 Thread Andrea Scarpino
Date: Wednesday, January 9, 2013 @ 03:30:00
  Author: andrea
Revision: 174928

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

Added:
  kdebindings-python/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174927, kdebindings-python/kde-unstable/PKGBUILD)
  kdebindings-python/repos/kde-unstable-x86_64/fix.patch
(from rev 174927, kdebindings-python/kde-unstable/fix.patch)
Deleted:
  kdebindings-python/repos/kde-unstable-x86_64/fix.patch
  kdebindings-python/repos/kde-unstable-x86_64/pykdeuic4-symlink.patch

-+
 PKGBUILD|   92 ++
 fix.patch   |   39 ++-
 pykdeuic4-symlink.patch |   27 -
 3 files changed, 121 insertions(+), 37 deletions(-)

Copied: kdebindings-python/repos/kde-unstable-x86_64/PKGBUILD (from rev 174927, 
kdebindings-python/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-09 08:30:00 UTC (rev 174928)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+ 'kdebindings-python2'
+ 'kdebindings-python-common')
+pkgver=4.9.97
+pkgrel=2
+url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
+ 'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
+source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
+'fix.patch')
+sha1sums=('3e8aef059de39184be505718094e67aa0d84273e'
+  'eb42111e9a1458519d0ecc5e8944ac49ae1f3340')
+
+build() {
+  export PYTHONDONTWRITEBYTECODE=TRUE
+
+  cd pykde4-${pkgver}
+  # KDEBUG#312618
+  patch -p1 -i ${srcdir}/fix.patch
+  cd ../
+
+  mkdir build
+  cd build
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python3 \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0 \
+-DPYKDEUIC4_ALTINSTALL=TRUE
+  make
+  cd ..
+
+  mkdir build-python2
+  cd build-python2
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYKDEUIC4_ALTINSTALL=TRUE
+  make
+}
+
+package_kdebindings-python() {
+  pkgdesc=A set of Python 3.x bindings for KDE
+  depends=('kdepim-runtime' 'pyqt' 'kdebindings-python-common')
+
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+  
+  # Provided by kdebindings-python-common
+  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
+  rm -r ${pkgdir}/usr/share/sip/PyKDE4
+
+  ln -s /usr/bin/pykdeuic4-3.3 ${pkgdir}/usr/bin/pykdeuic4
+}
+
+package_kdebindings-python2() {
+  pkgdesc=A set of Python 2.x bindings for KDE
+  depends=('kdepim-runtime' 'python2-pyqt' 'kdebindings-python-common')
+  conflicts=('kdebindings-python4.8.1-2')
+ 
+  cd ${srcdir}/build-python2
+  make DESTDIR=${pkgdir} install
+
+  # Provided by kdebindings-python-common
+  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
+  rm -r ${pkgdir}/usr/share/sip/PyKDE4
+
+  # pykdeuic4 should point to the python3 version
+  #rm ${pkgdir}/usr/bin/pykdeuic4
+
+  # Use the python2 executable
+  find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}
+
+package_kdebindings-python-common() {
+  pkgdesc=Common files shared between python2 and python3 kdebindings
+  depends=('qscintilla')
+  conflicts=('kdebindings-python4.8.1-2')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  rm -r ${pkgdir}/usr/{bin,lib}
+}

Deleted: fix.patch
===
--- fix.patch   2013-01-09 08:27:57 UTC (rev 174927)
+++ fix.patch   2013-01-09 08:30:00 UTC (rev 174928)
@@ -1,10 +0,0 @@
 pykde4-4.9.97/CMakeLists.txt~  2013-01-04 16:49:33.259672808 +
-+++ pykde4-4.9.97/CMakeLists.txt   2013-01-04 16:52:26.535208136 +
-@@ -1,7 +1,5 @@
- project(pykde4)
- 
--cmake_minimum_required(VERSION 2.8.6 FATAL_ERROR)
--
- # search packages used by KDE
- find_package(KDE4 4.9.4 REQUIRED)
- 

Copied: kdebindings-python/repos/kde-unstable-x86_64/fix.patch (from rev 
174927, kdebindings-python/kde-unstable/fix.patch)
===
--- fix.patch   (rev 0)
+++ fix.patch   2013-01-09 08:30:00 UTC (rev 174928)
@@ -0,0 +1,29 @@
+From: Luca Beltrame lbeltr...@kde.org
+Date: Mon, 07 Jan 2013 19:34:41 +
+Subject: Fix unresolved symbols appearing in PyKDE4.
+X-Git-Url: 
http://quickgit.kde.org/?p=pykde4.gita=commitdiffh=bdab774f1f0874d7f0a6e14d7885d73c8101b3e9
+---
+Fix unresolved symbols appearing in PyKDE4.
+
+Apparently the CMake policy responsible for this is getting set back
+somewhere in the build system.
+
+Reporter, 

[arch-commits] Commit in kdebindings-python/repos/kde-unstable-i686 (4 files)

2013-01-09 Thread Andrea Scarpino
Date: Wednesday, January 9, 2013 @ 03:30:20
  Author: andrea
Revision: 174929

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

Added:
  kdebindings-python/repos/kde-unstable-i686/PKGBUILD
(from rev 174928, kdebindings-python/kde-unstable/PKGBUILD)
  kdebindings-python/repos/kde-unstable-i686/fix.patch
(from rev 174928, kdebindings-python/kde-unstable/fix.patch)
Deleted:
  kdebindings-python/repos/kde-unstable-i686/fix.patch
  kdebindings-python/repos/kde-unstable-i686/pykdeuic4-symlink.patch

-+
 PKGBUILD|   92 ++
 fix.patch   |   39 ++-
 pykdeuic4-symlink.patch |   27 -
 3 files changed, 121 insertions(+), 37 deletions(-)

Copied: kdebindings-python/repos/kde-unstable-i686/PKGBUILD (from rev 174928, 
kdebindings-python/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-09 08:30:20 UTC (rev 174929)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+ 'kdebindings-python2'
+ 'kdebindings-python-common')
+pkgver=4.9.97
+pkgrel=2
+url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
+ 'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
+source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
+'fix.patch')
+sha1sums=('3e8aef059de39184be505718094e67aa0d84273e'
+  'eb42111e9a1458519d0ecc5e8944ac49ae1f3340')
+
+build() {
+  export PYTHONDONTWRITEBYTECODE=TRUE
+
+  cd pykde4-${pkgver}
+  # KDEBUG#312618
+  patch -p1 -i ${srcdir}/fix.patch
+  cd ../
+
+  mkdir build
+  cd build
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python3 \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0 \
+-DPYKDEUIC4_ALTINSTALL=TRUE
+  make
+  cd ..
+
+  mkdir build-python2
+  cd build-python2
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYKDEUIC4_ALTINSTALL=TRUE
+  make
+}
+
+package_kdebindings-python() {
+  pkgdesc=A set of Python 3.x bindings for KDE
+  depends=('kdepim-runtime' 'pyqt' 'kdebindings-python-common')
+
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+  
+  # Provided by kdebindings-python-common
+  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
+  rm -r ${pkgdir}/usr/share/sip/PyKDE4
+
+  ln -s /usr/bin/pykdeuic4-3.3 ${pkgdir}/usr/bin/pykdeuic4
+}
+
+package_kdebindings-python2() {
+  pkgdesc=A set of Python 2.x bindings for KDE
+  depends=('kdepim-runtime' 'python2-pyqt' 'kdebindings-python-common')
+  conflicts=('kdebindings-python4.8.1-2')
+ 
+  cd ${srcdir}/build-python2
+  make DESTDIR=${pkgdir} install
+
+  # Provided by kdebindings-python-common
+  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
+  rm -r ${pkgdir}/usr/share/sip/PyKDE4
+
+  # pykdeuic4 should point to the python3 version
+  #rm ${pkgdir}/usr/bin/pykdeuic4
+
+  # Use the python2 executable
+  find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}
+
+package_kdebindings-python-common() {
+  pkgdesc=Common files shared between python2 and python3 kdebindings
+  depends=('qscintilla')
+  conflicts=('kdebindings-python4.8.1-2')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  rm -r ${pkgdir}/usr/{bin,lib}
+}

Deleted: fix.patch
===
--- fix.patch   2013-01-09 08:30:00 UTC (rev 174928)
+++ fix.patch   2013-01-09 08:30:20 UTC (rev 174929)
@@ -1,10 +0,0 @@
 pykde4-4.9.97/CMakeLists.txt~  2013-01-04 16:49:33.259672808 +
-+++ pykde4-4.9.97/CMakeLists.txt   2013-01-04 16:52:26.535208136 +
-@@ -1,7 +1,5 @@
- project(pykde4)
- 
--cmake_minimum_required(VERSION 2.8.6 FATAL_ERROR)
--
- # search packages used by KDE
- find_package(KDE4 4.9.4 REQUIRED)
- 

Copied: kdebindings-python/repos/kde-unstable-i686/fix.patch (from rev 174928, 
kdebindings-python/kde-unstable/fix.patch)
===
--- fix.patch   (rev 0)
+++ fix.patch   2013-01-09 08:30:20 UTC (rev 174929)
@@ -0,0 +1,29 @@
+From: Luca Beltrame lbeltr...@kde.org
+Date: Mon, 07 Jan 2013 19:34:41 +
+Subject: Fix unresolved symbols appearing in PyKDE4.
+X-Git-Url: 
http://quickgit.kde.org/?p=pykde4.gita=commitdiffh=bdab774f1f0874d7f0a6e14d7885d73c8101b3e9
+---
+Fix unresolved symbols appearing in PyKDE4.
+
+Apparently the CMake policy responsible for this is getting set back
+somewhere in the build system.
+
+Reporter, please close 

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

2013-01-09 Thread Jan de Groot
Date: Wednesday, January 9, 2013 @ 05:45:20
  Author: jgc
Revision: 174930

upgpkg: vlc 2.0.5-2

cdio rebuild

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 08:30:20 UTC (rev 174929)
+++ PKGBUILD2013-01-09 10:45:20 UTC (rev 174930)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;



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

2013-01-09 Thread Jan de Groot
Date: Wednesday, January 9, 2013 @ 05:45:45
  Author: jgc
Revision: 174931

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

Added:
  vlc/repos/staging-i686/
  vlc/repos/staging-i686/PKGBUILD
(from rev 174930, vlc/trunk/PKGBUILD)
  vlc/repos/staging-i686/vlc.install
(from rev 174930, vlc/trunk/vlc.install)
  vlc/repos/staging-x86_64/
  vlc/repos/staging-x86_64/PKGBUILD
(from rev 174930, vlc/trunk/PKGBUILD)
  vlc/repos/staging-x86_64/vlc.install
(from rev 174930, vlc/trunk/vlc.install)

+
 staging-i686/PKGBUILD  |  101 +++
 staging-i686/vlc.install   |   18 +++
 staging-x86_64/PKGBUILD|  101 +++
 staging-x86_64/vlc.install |   18 +++
 4 files changed, 238 insertions(+)

Copied: vlc/repos/staging-i686/PKGBUILD (from rev 174930, vlc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-09 10:45:45 UTC (rev 174931)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: Martin Sandsmark martin.sandsm...@kde.org
+
+pkgname=vlc
+pkgver=2.0.5
+pkgrel=2
+pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
+arch=('i686' 'x86_64')
+url=http://www.videolan.org/vlc/;
+license=('LGPL2.1' 'GPL2')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' 
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' 
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
+ 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' 
+ 'xcb-util-keysyms')
+makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
+ 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
+ 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
+ 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
+ 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2'
+ 'mesa')
+optdepends=('avahi: for service discovery using bonjour protocol'
+'libnotify: for notification plugin'
+'ncurses: for ncurses interface support'
+'libdvdcss: for decoding encrypted DVDs'
+'lirc-utils: for lirc plugin'
+'libavc1394: for devices using the 1394ta AV/C'
+'libdc1394: for IEEE 1394 plugin'
+'kdelibs: KDE Solid hardware integration'
+'libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards'
+'libbluray: for Blu-Ray support'
+'flac: for Free Lossless Audio Codec plugin'
+'oss: for OSS audio support'
+'portaudio: for portaudio support'
+'twolame: for TwoLAME mpeg2 encoder plugin'
+'projectm: for ProjectM visualisation plugin'
+'libcaca: for colored ASCII art video output'
+'libgme: for libgme plugin'
+'librsvg: for SVG plugin'
+'gnome-vfs: for GNOME Virtual File System support'
+'libgoom2: for libgoom plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'xosd: for xosd support'
+'aalib: for ASCII art plugin'
+'libmtp: for MTP devices support'
+'fluidsynth: for synthesizer MIDI FluidSynth'
+'smbclient: for SMB access plugin'
+'libcdio: for audio CD playback support'
+'ttf-freefont: for subtitle font '
+'ttf-dejavu: for subtitle font'
+'opus: for opus support'
+'libssh2: for sftp support')
+conflicts=('vlc-plugin')
+replaces=('vlc-plugin')
+backup=('usr/share/vlc/lua/http/.hosts'
+'usr/share/vlc/lua/http/dialogs/.hosts')
+options=('!libtool' '!emptydirs')
+install=vlc.install
+source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4f959c0766ada8cea5a72c65fce94ebe')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
+  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --disable-rpath \
+  --enable-oss \
+  --enable-faad \
+  --enable-nls \
+  --enable-lirc \
+  --enable-pvr \
+  --enable-ncurses \
+  --enable-realrtsp \
+  --enable-xosd \
+  --enable-aa \
+  --enable-vcdx \
+  --enable-upnp \
+  --enable-opus \
+  --enable-sftp \
+  LUAC=luac5.1
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  for res in 16 32 48 128; do
+install -D 

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

2013-01-09 Thread Jan de Groot
Date: Wednesday, January 9, 2013 @ 07:14:59
  Author: jgc
Revision: 174932

upgpkg: gstreamer 1.0.5-1

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 10:45:45 UTC (rev 174931)
+++ PKGBUILD2013-01-09 12:14:59 UTC (rev 174932)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gstreamer
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
 options=('!libtool')
 source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('f2f76d75a4b7296cda0b5e90a5fd84e0ac2e5f230c5c7a2bc810f441f51f0217')
+sha256sums=('26c2827567f09a46d0a3bc1e7f8696b2ae72b047306539178079abae487c5b77')
 
 build() {
   cd ${srcdir}/gstreamer-${pkgver}



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

2013-01-09 Thread Jan de Groot
Date: Wednesday, January 9, 2013 @ 07:15:29
  Author: jgc
Revision: 174933

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-09 12:14:59 UTC (rev 174932)
+++ extra-i686/PKGBUILD 2013-01-09 12:15:29 UTC (rev 174933)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gstreamer
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-options=('!libtool')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('f2f76d75a4b7296cda0b5e90a5fd84e0ac2e5f230c5c7a2bc810f441f51f0217')
-
-build() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name=GStreamer (Archlinux) \
---with-package-origin=http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 174932, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-09 12:15:29 UTC (rev 174933)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
+options=('!libtool')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('26c2827567f09a46d0a3bc1e7f8696b2ae72b047306539178079abae487c5b77')
+
+build() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name=GStreamer (Archlinux) \
+--with-package-origin=http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-09 12:14:59 UTC (rev 174932)
+++ extra-x86_64/PKGBUILD   2013-01-09 12:15:29 UTC (rev 174933)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gstreamer
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-options=('!libtool')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('f2f76d75a4b7296cda0b5e90a5fd84e0ac2e5f230c5c7a2bc810f441f51f0217')
-
-build() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name=GStreamer (Archlinux) \
---with-package-origin=http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gstreamer/repos/extra-x86_64/PKGBUILD (from rev 174932, 
gstreamer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-09 12:15:29 UTC (rev 174933)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 

[arch-commits] Commit in eclipse-ecj/trunk (01-ecj-include-props.patch PKGBUILD)

2013-01-09 Thread Guillaume Alaux
Date: Wednesday, January 9, 2013 @ 07:32:37
  Author: guillaume
Revision: 174934

Added patch for missing resource to fix FS#33151

Added:
  eclipse-ecj/trunk/01-ecj-include-props.patch
Modified:
  eclipse-ecj/trunk/PKGBUILD

+
 01-ecj-include-props.patch |   15 +++
 PKGBUILD   |   21 -
 2 files changed, 27 insertions(+), 9 deletions(-)

Added: 01-ecj-include-props.patch
===
--- 01-ecj-include-props.patch  (rev 0)
+++ 01-ecj-include-props.patch  2013-01-09 12:32:37 UTC (rev 174934)
@@ -0,0 +1,15 @@
+--- build.xml  2012-09-14 18:22:48.0 +
 build.xml.patched  2013-01-09 10:19:28.414079935 +
+@@ -46,9 +46,10 @@
+   include name=**/*.rsc/
+   include name=META-INF/**/
+   include name=**/*.properties/
++  include name=**/*.props/
+   exclude name=META-INF/eclipse.inf/
+   /fileset
+   /zip
+   delete dir=${output} /
+   /target
+-/project
+\ No newline at end of file
++/project

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 12:15:29 UTC (rev 174933)
+++ PKGBUILD2013-01-09 12:32:37 UTC (rev 174934)
@@ -5,30 +5,33 @@
 
 pkgname=eclipse-ecj
 pkgver=4.2.1
-pkgrel=1
+pkgrel=2
 _date=201209141800
 pkgdesc='Eclipse java bytecode compiler'
 arch=('any')
 license=('EPL')
 url='http://www.eclipse.org/'
 depends=('java-runtime')
-makedepends=('unzip' 'apache-ant' 'java-environment')
+makedepends=('apache-ant' 'java-environment')
 
source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/ecjsrc-${pkgver}.jar
+01-ecj-include-props.patch
 ecj)
 sha256sums=('d261b2158f598640f1923805d2e9bf47eb21d8333f4e1b37f59f847ad00d48f4'
+'8f6259c76dfe493549bbaec3c8a7ba29e82c70e127c918adca28737dcb570f6b'
 '63aff3d126243d303ddc4305cfa77827df72e87ccf85bd8a22a2f832357e396c')
 
 build() {
   cd ${srcdir}
-  mkdir src
-  unzip ecjsrc-${pkgver}.jar -d src
-  cd src
+  #imkdir src
+  #jar xf ecjsrc-${pkgver}.jar -d src
+  #cd src
+  patch -p0  01-ecj-include-props.patch
   ant build
 }
 
 package() {
-  install -Dm644 ${srcdir}/src/ecj.jar 
$pkgdir/usr/share/java/eclipse-ecj-${pkgver}.jar
-  ln -s eclipse-ecj-${pkgver}.jar $pkgdir/usr/share/java/ecj.jar
-  ln -s eclipse-ecj-${pkgver}.jar $pkgdir/usr/share/java/eclipse-ecj.jar
-  install -Dm755 ecj $pkgdir/usr/bin/ecj
+  install -Dm644 ${srcdir}/ecj.jar 
${pkgdir}/usr/share/java/eclipse-ecj-${pkgver}.jar
+  ln -s eclipse-ecj-${pkgver}.jar ${pkgdir}/usr/share/java/ecj.jar
+  ln -s eclipse-ecj-${pkgver}.jar ${pkgdir}/usr/share/java/eclipse-ecj.jar
+  install -Dm755 ecj ${pkgdir}/usr/bin/ecj
 }



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

2013-01-09 Thread Jan de Groot
Date: Wednesday, January 9, 2013 @ 07:40:07
  Author: jgc
Revision: 174935

upgpkg: gst-plugins-base 1.0.5-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 12:32:37 UTC (rev 174934)
+++ PKGBUILD2013-01-09 12:40:07 UTC (rev 174935)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Base Plugins
 arch=('i686' 'x86_64')
@@ -12,12 +12,14 @@
 options=(!libtool !emptydirs)
 url=http://gstreamer.freedesktop.org/;
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('11846cbf06f8d7f13b35aa92ca45f79aa5cf9fac2edd1db847de0a6278525944')
+sha256sums=('37ce6e09b99ef3879111c861ee5090582b4fd4c764e81ab6eb2b2b4dd77d7173')
 
 build() {
   cd $pkgbase-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
+  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --disable-static --enable-experimental \
 --with-package-name=GStreamer Base Plugins (Archlinux) \
@@ -29,7 +31,7 @@
 check() {
   cd $pkgbase-$pkgver
   # Testsuite fails on one test. Some refcount leak
-  #make check
+  make check
 }
 
 package_gst-plugins-base-libs() {



[arch-commits] Commit in gst-plugins-base/repos (4 files)

2013-01-09 Thread Jan de Groot
Date: Wednesday, January 9, 2013 @ 07:40:39
  Author: jgc
Revision: 174936

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

Added:
  gst-plugins-base/repos/extra-i686/PKGBUILD
(from rev 174935, gst-plugins-base/trunk/PKGBUILD)
  gst-plugins-base/repos/extra-x86_64/PKGBUILD
(from rev 174935, gst-plugins-base/trunk/PKGBUILD)
Deleted:
  gst-plugins-base/repos/extra-i686/PKGBUILD
  gst-plugins-base/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-09 12:40:07 UTC (rev 174935)
+++ extra-i686/PKGBUILD 2013-01-09 12:40:39 UTC (rev 174936)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gst-plugins-base
-pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Base Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
-options=(!libtool !emptydirs)
-url=http://gstreamer.freedesktop.org/;
-source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('11846cbf06f8d7f13b35aa92ca45f79aa5cf9fac2edd1db847de0a6278525944')
-
-build() {
-  cd $pkgbase-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Base Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  # Testsuite fails on one test. Some refcount leak
-  #make check
-}
-
-package_gst-plugins-base-libs() {
-  pkgdesc=GStreamer Multimedia Framework Base Plugin libraries
-  depends=('gstreamer' 'orc' 'libxv')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-package_gst-plugins-base() {
-  depends=(gst-plugins-base-libs=$pkgver 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
-
-  cd $pkgbase-$pkgver
-  make -C gst-libs DESTDIR=${pkgdir} install
-  make -C ext DESTDIR=${pkgdir} install
-  make -C gst-libs DESTDIR=${pkgdir} uninstall
-}

Copied: gst-plugins-base/repos/extra-i686/PKGBUILD (from rev 174935, 
gst-plugins-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-09 12:40:39 UTC (rev 174936)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gst-plugins-base
+pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Base Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
+options=(!libtool !emptydirs)
+url=http://gstreamer.freedesktop.org/;
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('37ce6e09b99ef3879111c861ee5090582b4fd4c764e81ab6eb2b2b4dd77d7173')
+
+build() {
+  cd $pkgbase-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Base Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  # Testsuite fails on one test. Some refcount leak
+  make check
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc=GStreamer Multimedia Framework Base Plugin libraries
+  depends=('gstreamer' 'orc' 'libxv')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+package_gst-plugins-base() {
+  depends=(gst-plugins-base-libs=$pkgver 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
+
+  cd $pkgbase-$pkgver
+  make -C gst-libs DESTDIR=${pkgdir} install
+  make -C ext DESTDIR=${pkgdir} install
+  make -C gst-libs DESTDIR=${pkgdir} uninstall
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-09 12:40:07 UTC (rev 174935)
+++ extra-x86_64/PKGBUILD   2013-01-09 12:40:39 UTC (rev 174936)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gst-plugins-base
-pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=GStreamer 

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

2013-01-09 Thread Jan de Groot
Date: Wednesday, January 9, 2013 @ 08:32:39
  Author: jgc
Revision: 174937

enable cairo plugin

upgpkg: gst-plugins-good 1.0.5-1

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 12:40:39 UTC (rev 174936)
+++ PKGBUILD2013-01-09 13:32:39 UTC (rev 174937)
@@ -2,22 +2,24 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-good
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Good Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')
 url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils')
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
 makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
 options=(!libtool !emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('7a3f76b68cadafd1588af36f5f261bb8')
+sha256sums=('53bd0b848e7896f1b22548ca4e8be56cf425e5100e121c472dff8272d5140bc5')
 
 build() {
   cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
+  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --disable-static --enable-experimental \
 --with-package-name=GStreamer Good Plugins (Archlinux) \



[arch-commits] Commit in gst-plugins-good/repos (4 files)

2013-01-09 Thread Jan de Groot
Date: Wednesday, January 9, 2013 @ 08:33:08
  Author: jgc
Revision: 174938

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

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 174937, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 174937, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-09 13:32:39 UTC (rev 174937)
+++ extra-i686/PKGBUILD 2013-01-09 13:33:08 UTC (rev 174938)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('7a3f76b68cadafd1588af36f5f261bb8')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 174937, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-09 13:33:08 UTC (rev 174938)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('53bd0b848e7896f1b22548ca4e8be56cf425e5100e121c472dff8272d5140bc5')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-09 13:32:39 UTC (rev 174937)
+++ extra-x86_64/PKGBUILD   2013-01-09 13:33:08 UTC (rev 174938)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('7a3f76b68cadafd1588af36f5f261bb8')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

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

2013-01-09 Thread Andrea Scarpino
Date: Wednesday, January 9, 2013 @ 08:54:26
  Author: andrea
Revision: 174939

Switch to qtwebkit-23; 2.2.x doesn't build and has some issue (FS#31564) 
(FS#32495)

Added:
  qtwebkit/trunk/qwebview.patch
  qtwebkit/trunk/use-python2.patch
Modified:
  qtwebkit/trunk/PKGBUILD
Deleted:
  qtwebkit/trunk/bison26.patch
  qtwebkit/trunk/unsupported-gcc-flag.patch

+
 PKGBUILD   |  108 ++---
 bison26.patch  |  515 ---
 qwebview.patch |   21 +
 unsupported-gcc-flag.patch |   21 -
 use-python2.patch  |   57 
 5 files changed, 104 insertions(+), 618 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 13:33:08 UTC (rev 174938)
+++ PKGBUILD2013-01-09 13:54:26 UTC (rev 174939)
@@ -2,105 +2,49 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=qtwebkit
-pkgver=2.2.3
+pkgver=2.3git20130108
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://trac.webkit.org/wiki/QtWebKit'
 pkgdesc='An open source web browser engine (Qt port)'
 license=('LGPL2.1' 'GPL3')
-depends=('qt' 'gstreamer0.10-base')
-makedepends=('python2' 'mesa' 'gperf')
+depends=('qt' 'systemd')
+makedepends=('gperf' 'python2' 'ruby' 'git' 'mesa')
 conflicts=('qt4.8')
-_qtver=4.8.3
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}-source.tar.gz;
-ftp://ftp.archlinux.org/other/${pkgname}/qwebview-${_qtver}.tar.xz;
-'bison26.patch'
-'unsupported-gcc-flag.patch')
-sha1sums=('852dc408ff5ed872b8174780b9439bf8bdd51a42'
-  'cbaebec8d78a42b0a267b7a3461ed44b885f0366'
-  'f7cad6cfff9e03e5d2f2b74a0a13b89c637818bc'
-  '7c4b27d235cc569a970eb7ad50b20978da07fddd')
+_qtver=4.8.4
+source=(${pkgname}-${pkgver}.tar.gz::http://gitorious.org/webkit/qtwebkit-23/archive-tarball/${pkgname}-2.3;
+
http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${_qtver}.tar.gz;
+'use-python2.patch'
+'qwebview.patch')
+sha1sums=('a1c62eab9fc476d5e646c9370f216f3c262b0ab7'
+  'f5880f11c139d7d8d01ecb8d874535f7d9553198'
+  '315b6ff603f35e5492a036f7082f6aa075dfb607'
+  'fed0c1a90e3997b5575dbc83d6ea23bc46097a6f')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}-source
-  patch -p0 -i ${srcdir}/bison26.patch
-  patch -p0 -i ${srcdir}/unsupported-gcc-flag.patch
+  cd webkit-qtwebkit-23
 
-  # move headers
-  mv include Source/
+  patch -p1 -i ${srcdir}/use-python2.patch
 
-  cd Source
-  qmake
-  cd ../
+  export QTDIR=/usr
+  Tools/Scripts/build-webkit --qt \
+--prefix=/usr \
+--no-webkit2
 
-  make -C Source
-
   # Build the QWebView plugin (FS#27914)
-  cd 
${srcdir}/${pkgname}-${pkgver}-source/qwebview-${_qtver}/plugins/qwebview
+  cd qt-everywhere-opensource-src-${_qtver}
+  patch -p1 -i ${srcdir}/qwebview.patch
+  cd tools/designer/src/plugins/qwebview
   qmake
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-source
-  make INSTALL_ROOT=${pkgdir} -C Source install
+  cd webkit-qtwebkit-23
+  make INSTALL_ROOT=${pkgdir} -C WebKitBuild/Release install
 
-  cd 
${srcdir}/${pkgname}-${pkgver}-source/qwebview-${_qtver}/plugins/qwebview
+  cd ../
+
+  cd qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
   make INSTALL_ROOT=${pkgdir} install
 }
-
-# needs python2, qmake, git, gperf
-mksource() {
-  local _current_dir=$(pwd)
-  local _tmp=$(mktemp -d --tmpdir)
-
-  cd ${_tmp}
-  git clone git://gitorious.org/+qtwebkit-developers/webkit/qtwebkit.git
-
-  # fetch the make-package.py script
-  git clone git://qt.gitorious.org/qtwebkit/tools.git
-
-  # create the qtwebkit tarball
-  cd qtwebkit
-  git checkout -b ${pkgname}-${pkgver} ${pkgname}-${pkgver}
-
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-../tools/make-package.py
-  python2 ../tools/make-package.py
-
-  mv ${pkgname}-${pkgver}-source.tar.gz ${_current_dir}/
-
-  cd ..
-  
-  # create the qwebview plugin tarball
-  mkdir qwebview-${_qtver}
-  cd qwebview-${_qtver}
-  wget 
http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${_qtver}.tar.gz
-  tar xf qt-everywhere-opensource-src-${_qtver}.tar.gz
-  mkdir -p ${pkgname}-${pkgver}-source/qwebview-${_qtver}/plugins/
-  cp -ra 
qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview \
-${pkgname}-${pkgver}-source/qwebview-${_qtver}/plugins/
-
-  cat  ${pkgname}-${pkgver}-source/qwebview-${_qtver}/plugins/plugins.pro 
EOF
-TEMPLATE = subdirs
-CONFIG += ordered
-
-REQUIRES = !CONFIG(static,shared|static)
-contains(QT_CONFIG, webkit): SUBDIRS += qwebview
-EOF
-
-  cat  ${_tmp}/header.txt EOF
-INCLUDEPATH += ../../../Source/include
-LIBS += -L../../../Source/lib
-
-EOF
-
-  cat ${_tmp}/header.txt 
qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/plugins.pri  
\
-${pkgname}-${pkgver}-source/qwebview-${_qtver}/plugins/plugins.pri
-
-  

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

2013-01-09 Thread Evangelos Foutras
Date: Wednesday, January 9, 2013 @ 09:04:31
  Author: foutrelis
Revision: 174940

upgpkg: thunderbird 17.0.2-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 13:54:26 UTC (rev 174939)
+++ PKGBUILD2013-01-09 14:04:31 UTC (rev 174940)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 
 pkgname=thunderbird
-pkgver=17.0
+pkgver=17.0.2
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 thunderbird-install-dir.patch
 vendor.js)
 options=(!emptydirs)
-md5sums=('f3690660044337273efb52f79cb15b0e'
+md5sums=('9b7f15fbc672745571d47a3c0e227ca1'
  '41511a6bcdd04cf56706218e4670e631'
  'af3e5b344d2edf1c7d61bb0a5a96de9a'
  '1c6f47b315a5d7830f8e901b1f723cfc'



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

2013-01-09 Thread Evangelos Foutras
Date: Wednesday, January 9, 2013 @ 09:05:36
  Author: foutrelis
Revision: 174941

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 174940, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/mozconfig
(from rev 174940, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 174940, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 174940, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 174940, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-i686/vendor.js
(from rev 174940, thunderbird/trunk/vendor.js)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 174940, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 174940, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 174940, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 174940, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 174940, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-x86_64/vendor.js
(from rev 174940, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/thunderbird.install
  thunderbird/repos/extra-i686/vendor.js
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/thunderbird.install
  thunderbird/repos/extra-x86_64/vendor.js

+
 extra-i686/PKGBUILD|  124 +--
 extra-i686/mozconfig   |   80 -
 extra-i686/thunderbird-install-dir.patch   |   94 ++--
 extra-i686/thunderbird.desktop |   26 ++---
 extra-i686/thunderbird.install |   24 ++---
 extra-i686/vendor.js   |   18 +--
 extra-x86_64/PKGBUILD  |  124 +--
 extra-x86_64/mozconfig |   80 -
 extra-x86_64/thunderbird-install-dir.patch |   94 ++--
 extra-x86_64/thunderbird.desktop   |   26 ++---
 extra-x86_64/thunderbird.install   |   24 ++---
 extra-x86_64/vendor.js |   18 +--
 12 files changed, 366 insertions(+), 366 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-09 14:04:31 UTC (rev 174940)
+++ extra-i686/PKGBUILD 2013-01-09 14:05:36 UTC (rev 174941)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Anders Bostrom anders.bost...@home.se
-
-pkgname=thunderbird
-pkgver=17.0
-pkgrel=1
-pkgdesc=Standalone Mail/News reader
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url=http://www.mozilla.org/thunderbird/;
-depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 
'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-optdepends=('libcanberra: for sound support')
-install=thunderbird.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2
-mozconfig
-thunderbird.desktop
-thunderbird-install-dir.patch
-vendor.js)
-options=(!emptydirs)
-md5sums=('f3690660044337273efb52f79cb15b0e'
- '41511a6bcdd04cf56706218e4670e631'
- 'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '1c6f47b315a5d7830f8e901b1f723cfc'
- '5a53179d14ae9631b7afe5e4d0fc0b25')
-
-build() {
-  cd comm-release
-  patch -Np1 -i $srcdir/thunderbird-install-dir.patch
-
-  cp $srcdir/mozconfig .mozconfig
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird
-  export PYTHON=/usr/bin/python2
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd comm-release
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/vendor.js 
$pkgdir/usr/lib/thunderbird/defaults/preferences/vendor.js
-
-  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
-  install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
-  

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

2013-01-09 Thread Evangelos Foutras
Date: Wednesday, January 9, 2013 @ 09:06:03
  Author: foutrelis
Revision: 174942

upgpkg: thunderbird-i18n 17.0.2-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 14:05:36 UTC (rev 174941)
+++ PKGBUILD2013-01-09 14:06:03 UTC (rev 174942)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgbase=thunderbird-i18n
-pkgver=17.0
+pkgver=17.0.2
 pkgrel=1
 pkgdesc=Language pack for Thunderbird
 arch=('any')
@@ -94,58 +94,58 @@
 
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
 }
 
-md5sums=('8cb77bb1018e9c5ffcd47f2946350d8d'
- 'e062f1ac8cd95caff3e5b2c436ae5d47'
- '03b9538b55afbdc3c0bf12bcea61'
- '760c31a93fe3c5d62d60d3bf96a6a792'
- 'bfa5a634616289514f2a71e2568cc614'
- 'cd27a3ff0274a2fb117f984f292f5e05'
- 'a71eab4cf0c7ed1117c96654308edf2b'
- '28f963c83479500b86cb9e4fc0a5d4eb'
- '8357b0d66ab1609ea7e230b4f978d8c8'
- '03973e9aab6c68ade6b5c0dca1c69d1b'
- '4aca9678c1f25945d176225c95641257'
- '9fbd479bd1d9e50961423fa0f8c05365'
- 'b334cf93b570c413989cf95ff86636f7'
- '84003acfa56bcc79cb754c403a59ecae'
- '76abfb6a4d2c2e730d2219508eb776a1'
- '2c45ae146f917c21775a0d81ff1d3198'
- 'a87796bbde465b65548bb57e046c0f81'
- 'ea02361667a52df0630052470dbee642'
- '0c189588e9074acd73d1fd839f122c02'
- '86ce53f06d160ede49e64a5baa338119'
- '3d56ac860edab556a8e9a4cf0fe06a84'
- '90909fe0b3c45794eb3cc11cf7dbe9d1'
- '3f7db3ef8e3e785e507891f4d93432dc'
- '751ee04aaa186ff6dd11d73d46c03bac'
- '132799b4b1cd05229e90dda4ca03422b'
- 'ffdd0252eebc03c1aa11976318317c67'
- '69ea8959c0884a8b50035ea8bc6ffe2e'
- 'd05e44c86766e571c60dfdf34f03f9b1'
- '5a88027d938b961fecf864e629576d6e'
- 'b3c70227128201579aa07a253acc47b9'
- 'f608a785c74f389f82b8037801c7f741'
- '0169fc87e3a88c4df4230d1eedf2ba3e'
- '066d19b55d97d1ba49ce5616e4616f7f'
- '89ade26efb41912d95d1d9f969192a2a'
- '804a19e1338bee9654857a068ec59a5d'
- 'e0cc15793ab4bcc4ceada720a665d177'
- '091bb6f57e9ec50f012759b348ae1195'
- 'b349dccfece955bd7a9ca65b47997a78'
- '033247a1c3b69feb0316bdff6265316c'
- 'd0bd603f6fc8bb0ce06c388ea0185e34'
- '4f4c3da3dc625ac00a44d05b259b7336'
- 'e5f474657bc67fc42f7e88f798892175'
- '33ed750b4eea22a3f26f1b18490258cf'
- '9cf221d3cc1fe6814e20b4ad4e4788d9'
- '2a541a3950e189cfdaefda6679a0e7a2'
- 'bad744e2cd2ad082ae8efff875ae99bd'
- '5c97585dce3c8509dad923563a46e5bb'
- '76847c2e8ece0e2e46d6e5013be24f32'
- '6bb75e7abaa416ff31bc48250d276d99'
- '009da36d87240c58b1df75accd884b33'
- '486c3d49f39d75d1d5eebf0d78809c59'
- '09117a0c0b06fbfa8eda73f1f810b890'
- '9a001755b6cbac1ccadbb55757acf056'
- 'a88ffc8fd334dd0ea1b1bf6e6d8f9b3c'
- '96a0afacc88b08cb5a442520a5632346')
+md5sums=('46afc83b0330e886e13a90668d3ce24b'
+ 'e60a58f5d2db4c2250443050d9bc0723'
+ 'fdf3af74b22b4198cb0ecad6024d2b14'
+ '0805550896db8e15a8fa489070788f48'
+ 'f83c1404b0553ea3f44189344714f6cc'
+ 'e502badb7fcc91b312c5eeb17cc722fd'
+ '8b88a0ba24bfde3da1c8652fe75dc8cd'
+ 'bd82faab59437b0f33dccead7efc7eb8'
+ 'da57be7a409b5b8d406132f25db43f7a'
+ 'bf949e10311d05dc7c373dc915bdaa48'
+ '539dfc1c23df958ecc6654c4d2170f6d'
+ '9954e584899174c0f948f064d9c2b757'
+ 'ff91eebb4f906a1d171493d7ac186cd6'
+ 'c1e44b36e9e8e72c7e336787d17781ba'
+ 'c7213e8e055296c2c175673b1976fffa'
+ 'c917790fb8e15e3cfbb560b437a3372e'
+ '8b110f770bf16b3fd6c32d8297fe060f'
+ '74af1c253e47fc8199f72b3fde055e7e'
+ '0a4b2ab366ef3dcd22ad51d22260199d'
+ '275054e5e293e6bb518e17629b0ca751'
+ '142a36b1f148df04384ecd379368c514'
+ 'bf8369a767b1c9c1fb6dca0d978c67fe'
+ 'f3f187b2a37372ccbd4dec7d6016f35d'
+ 'a78d3e09c33cc08928fe2255fbd996d1'
+ 'b18a056da828bc758540b493608a0c66'
+ 'd7cea5baebc89330fcbecaba9cc0c876'
+ '7c761f8dff55f1d4bfe216b461f42e4b'
+ '52a675528c8506eb8a21effd40c3b440'
+ 'fe48d12b0d8b4e5bfb3d5adb7bfcc4a5'
+ 'd519210f939cc5bd339a8387a5af4f23'
+ 'cfc3a7ca61f7f0703580d7a0393ef50c'
+ '3714b92309d6e6b31963c342ab5b75de'
+ '5cdfbe9c435c45712319e548e813564e'
+ '3c66e0e2e0d5695a5c6c28281f77725a'
+ '221b952f4209662fa8b05530edadb982'
+ '93aadbe17b55931210b34407d8c04b46'
+ '5ccfea7c46a94a5988bce3033f073c0c'
+ 

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

2013-01-09 Thread Evangelos Foutras
Date: Wednesday, January 9, 2013 @ 09:07:59
  Author: foutrelis
Revision: 174943

db-move: moved firefox from [testing] to [extra] (i686, x86_64)

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 174942, firefox/repos/testing-i686/PKGBUILD)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 174942, firefox/repos/testing-i686/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 174942, firefox/repos/testing-i686/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 174942, firefox/repos/testing-i686/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 174942, firefox/repos/testing-i686/mozconfig)
  firefox/repos/extra-i686/shared-libs.patch
(from rev 174942, firefox/repos/testing-i686/shared-libs.patch)
  firefox/repos/extra-i686/vendor.js
(from rev 174942, firefox/repos/testing-i686/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 174942, firefox/repos/testing-x86_64/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 174942, firefox/repos/testing-x86_64/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 174942, firefox/repos/testing-x86_64/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 174942, firefox/repos/testing-x86_64/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 174942, firefox/repos/testing-x86_64/mozconfig)
  firefox/repos/extra-x86_64/shared-libs.patch
(from rev 174942, firefox/repos/testing-x86_64/shared-libs.patch)
  firefox/repos/extra-x86_64/vendor.js
(from rev 174942, firefox/repos/testing-x86_64/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/shared-libs.patch
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/shared-libs.patch
  firefox/repos/extra-x86_64/vendor.js
  firefox/repos/testing-i686/
  firefox/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|  170 +++--
 extra-i686/firefox-install-dir.patch   |   60 +++
 extra-i686/firefox.desktop |  242 +++
 extra-i686/firefox.install |   26 +--
 extra-i686/mozconfig   |   72 -
 extra-i686/shared-libs.patch   |   24 +--
 extra-i686/vendor.js   |   18 +-
 extra-x86_64/PKGBUILD  |  170 +++--
 extra-x86_64/firefox-install-dir.patch |   60 +++
 extra-x86_64/firefox.desktop   |  242 +++
 extra-x86_64/firefox.install   |   26 +--
 extra-x86_64/mozconfig |   72 -
 extra-x86_64/shared-libs.patch |   24 +--
 extra-x86_64/vendor.js |   18 +-
 14 files changed, 614 insertions(+), 610 deletions(-)

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


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

2013-01-09 Thread Evangelos Foutras
Date: Wednesday, January 9, 2013 @ 09:08:01
  Author: foutrelis
Revision: 174944

db-move: moved xulrunner from [testing] to [extra] (i686, x86_64)

Added:
  xulrunner/repos/extra-i686/PKGBUILD
(from rev 174942, xulrunner/repos/testing-i686/PKGBUILD)
  xulrunner/repos/extra-i686/mozconfig
(from rev 174942, xulrunner/repos/testing-i686/mozconfig)
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
(from rev 174942, xulrunner/repos/testing-i686/mozilla-pkgconfig.patch)
  xulrunner/repos/extra-i686/shared-libs.patch
(from rev 174942, xulrunner/repos/testing-i686/shared-libs.patch)
  xulrunner/repos/extra-x86_64/PKGBUILD
(from rev 174942, xulrunner/repos/testing-x86_64/PKGBUILD)
  xulrunner/repos/extra-x86_64/mozconfig
(from rev 174942, xulrunner/repos/testing-x86_64/mozconfig)
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
(from rev 174942, xulrunner/repos/testing-x86_64/mozilla-pkgconfig.patch)
  xulrunner/repos/extra-x86_64/shared-libs.patch
(from rev 174942, xulrunner/repos/testing-x86_64/shared-libs.patch)
Deleted:
  xulrunner/repos/extra-i686/PKGBUILD
  xulrunner/repos/extra-i686/mozconfig
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
  xulrunner/repos/extra-i686/shared-libs.patch
  xulrunner/repos/extra-x86_64/PKGBUILD
  xulrunner/repos/extra-x86_64/mozconfig
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
  xulrunner/repos/extra-x86_64/shared-libs.patch
  xulrunner/repos/testing-i686/
  xulrunner/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  112 +
 extra-i686/mozconfig |   67 ---
 extra-i686/mozilla-pkgconfig.patch   |   80 +++
 extra-i686/shared-libs.patch |   24 +++
 extra-x86_64/PKGBUILD|  112 +
 extra-x86_64/mozconfig   |   67 ---
 extra-x86_64/mozilla-pkgconfig.patch |   80 +++
 extra-x86_64/shared-libs.patch   |   24 +++
 8 files changed, 280 insertions(+), 286 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-09 14:07:59 UTC (rev 174943)
+++ extra-i686/PKGBUILD 2013-01-09 14:08:01 UTC (rev 174944)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-pkgname=xulrunner
-pkgver=17.0.1
-pkgrel=1
-pkgdesc=Mozilla Runtime Environment
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite=3.7.4' 'libvpx' 'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-url=http://wiki.mozilla.org/XUL:Xul_Runner;
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-shared-libs.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-md5sums=('13d616028eb77de927c29b6655c832c9'
- '4afe63440e2f1935ff90de15db3b70f0'
- '27271ce647a83906ef7a24605e840d61'
- '52e52f840a49eb1d14be1c0065b03a93')
-
-build() {
-  cd $srcdir/mozilla-release
-  cp $srcdir/mozconfig .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i ../mozilla-pkgconfig.patch
-  patch -Np1 -i ../shared-libs.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner-$pkgver
-  export PYTHON=/usr/bin/python2
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd $srcdir/mozilla-release
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  rm -rf $pkgdir/usr/lib/xulrunner-$pkgver/{dictionaries,hyphenation}
-  ln -sf /usr/share/hunspell $pkgdir/usr/lib/xulrunner-$pkgver/dictionaries
-  ln -sf /usr/share/hyphen $pkgdir/usr/lib/xulrunner-$pkgver/hyphenation
-
-  # add xulrunner library path to ld.so.conf
-  install -d $pkgdir/etc/ld.so.conf.d
-  echo /usr/lib/xulrunner-$pkgver  $pkgdir/etc/ld.so.conf.d/xulrunner.conf
-
-  chmod +x ${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
-  sed -i 's|!/usr/bin/env python$|!/usr/bin/env python2|' \
-
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/{xpt,header,typelib,xpidl}.py
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 174942, 
xulrunner/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-09 14:08:01 UTC (rev 174944)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+pkgname=xulrunner
+pkgver=18.0
+pkgrel=1
+pkgdesc=Mozilla Runtime Environment
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 

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

2013-01-09 Thread Evangelos Foutras
Date: Wednesday, January 9, 2013 @ 09:08:09
  Author: foutrelis
Revision: 174945

db-move: moved firefox-i18n from [testing] to [extra] (any)

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 174942, firefox-i18n/repos/testing-any/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD
  firefox-i18n/repos/extra-any/firefox-i18n.install
  firefox-i18n/repos/testing-any/

--+
 PKGBUILD | 1127 +
 firefox-i18n.install |8 
 2 files changed, 220 insertions(+), 915 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2013-01-09 14:08:01 UTC (rev 174944)
+++ extra-any/PKGBUILD  2013-01-09 14:08:09 UTC (rev 174945)
@@ -1,907 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
-# Contributor: Michal Hybner dta...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=firefox-i18n
-pkgver=17.0.1
-pkgname=('firefox-i18n'
-'firefox-i18n-af'
-'firefox-i18n-ak'
-'firefox-i18n-ar'
-'firefox-i18n-as'
-'firefox-i18n-ast'
-'firefox-i18n-be'
-'firefox-i18n-bg'
-'firefox-i18n-bn-bd'
-'firefox-i18n-bn-in'
-'firefox-i18n-br'
-'firefox-i18n-bs'
-'firefox-i18n-ca'
-'firefox-i18n-cs'
-'firefox-i18n-csb'
-'firefox-i18n-cy'
-'firefox-i18n-da'
-'firefox-i18n-de'
-'firefox-i18n-el'
-'firefox-i18n-en-gb'
-'firefox-i18n-en-us'
-'firefox-i18n-en-za'
-'firefox-i18n-eo'
-'firefox-i18n-es-ar'
-'firefox-i18n-es-cl'
-'firefox-i18n-es-es'
-'firefox-i18n-es-mx'
-'firefox-i18n-et'
-'firefox-i18n-eu'
-'firefox-i18n-fa'
-'firefox-i18n-ff'
-'firefox-i18n-fi'
-'firefox-i18n-fr'
-'firefox-i18n-fy-nl'
-'firefox-i18n-ga-ie'
-'firefox-i18n-gd'
-'firefox-i18n-gl'
-'firefox-i18n-gu-in'
-'firefox-i18n-he'
-'firefox-i18n-hi-in'
-'firefox-i18n-hr'
-'firefox-i18n-hu'
-'firefox-i18n-hy-am'
-'firefox-i18n-id'
-'firefox-i18n-is'
-'firefox-i18n-it'
-'firefox-i18n-ja'
-'firefox-i18n-kk'
-'firefox-i18n-km'
-'firefox-i18n-kn'
-'firefox-i18n-ko'
-'firefox-i18n-ku'
-'firefox-i18n-lg'
-'firefox-i18n-lij'
-'firefox-i18n-lt'
-'firefox-i18n-lv'
-'firefox-i18n-mai'
-'firefox-i18n-mk'
-'firefox-i18n-ml'
-'firefox-i18n-mr'
-'firefox-i18n-nb-no'
-'firefox-i18n-nl'
-'firefox-i18n-nn-no'
-'firefox-i18n-nso'
-'firefox-i18n-or'
-'firefox-i18n-pa-in'
-'firefox-i18n-pl'
-'firefox-i18n-pt-br'
-'firefox-i18n-pt-pt'
-'firefox-i18n-rm'
-'firefox-i18n-ro'
-'firefox-i18n-ru'
-'firefox-i18n-si'
-'firefox-i18n-sk'
-'firefox-i18n-sl'
-'firefox-i18n-son'
-'firefox-i18n-sq'
-'firefox-i18n-sr'
-'firefox-i18n-sv-se'
-'firefox-i18n-ta-lk'
-'firefox-i18n-ta'
-'firefox-i18n-te'
-'firefox-i18n-th'
-'firefox-i18n-tr'
-'firefox-i18n-uk'
-'firefox-i18n-vi'
-'firefox-i18n-zh-cn'
-'firefox-i18n-zh-tw'
-'firefox-i18n-zu')
-pkgrel=1
-arch=('any')
-license=('MPL')
-url=http://www.mozilla.com/;
-depends=(firefox=${pkgver})
-_url=http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi
-
-source=(firefox-i18n-$pkgver-af.xpi::$_url/af.xpi
-firefox-i18n-$pkgver-ak.xpi::$_url/ak.xpi
-firefox-i18n-$pkgver-ar.xpi::$_url/ar.xpi
-firefox-i18n-$pkgver-as.xpi::$_url/as.xpi
-firefox-i18n-$pkgver-ast.xpi::$_url/ast.xpi
-firefox-i18n-$pkgver-be.xpi::$_url/be.xpi
-firefox-i18n-$pkgver-bg.xpi::$_url/bg.xpi
-firefox-i18n-$pkgver-bn-BD.xpi::$_url/bn-BD.xpi
-firefox-i18n-$pkgver-bn-IN.xpi::$_url/bn-IN.xpi
-firefox-i18n-$pkgver-br.xpi::$_url/br.xpi
-firefox-i18n-$pkgver-bs.xpi::$_url/bs.xpi
-firefox-i18n-$pkgver-ca.xpi::$_url/ca.xpi
-firefox-i18n-$pkgver-cs.xpi::$_url/cs.xpi
-firefox-i18n-$pkgver-csb.xpi::$_url/csb.xpi
-firefox-i18n-$pkgver-cy.xpi::$_url/cy.xpi
-firefox-i18n-$pkgver-da.xpi::$_url/da.xpi
-firefox-i18n-$pkgver-de.xpi::$_url/de.xpi
-firefox-i18n-$pkgver-el.xpi::$_url/el.xpi
-firefox-i18n-$pkgver-en-GB.xpi::$_url/en-GB.xpi
-firefox-i18n-$pkgver-en-US.xpi::$_url/en-US.xpi
-firefox-i18n-$pkgver-en-ZA.xpi::$_url/en-ZA.xpi
-firefox-i18n-$pkgver-eo.xpi::$_url/eo.xpi
-firefox-i18n-$pkgver-es-AR.xpi::$_url/es-AR.xpi
-firefox-i18n-$pkgver-es-CL.xpi::$_url/es-CL.xpi
-firefox-i18n-$pkgver-es-ES.xpi::$_url/es-ES.xpi
-firefox-i18n-$pkgver-es-MX.xpi::$_url/es-MX.xpi
-firefox-i18n-$pkgver-et.xpi::$_url/et.xpi
-firefox-i18n-$pkgver-eu.xpi::$_url/eu.xpi
-firefox-i18n-$pkgver-fa.xpi::$_url/fa.xpi
-firefox-i18n-$pkgver-ff.xpi::$_url/ff.xpi
-

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

2013-01-09 Thread Evangelos Foutras
Date: Wednesday, January 9, 2013 @ 09:08:25
  Author: foutrelis
Revision: 174946

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 174942, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  301 ++---
 1 file changed, 151 insertions(+), 150 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-09 14:08:09 UTC (rev 174945)
+++ PKGBUILD2013-01-09 14:08:25 UTC (rev 174946)
@@ -1,150 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgbase=thunderbird-i18n
-pkgver=17.0
-pkgrel=1
-pkgdesc=Language pack for Thunderbird
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(thunderbird=$pkgver)
-
-_languages=(
-  'ar Arabic'
-  'astAsturian'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'br Breton'
-  'ca Catalan'
-  'cs Czech'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en-GB  English (United Kingdom)'
-  'en-US  English (United States)'
-  'es-AR  Spanish (Argentina)'
-  'es-ES  Spanish (Spain)'
-  'et Estonian'
-  'eu Basque'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian (Netherlands)'
-  'ga-IE  Irish'
-  'gd Gaelic'
-  'gl Galician'
-  'he Hebrew'
-  'hr Croatian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'ko Korean'
-  'lt Lithuanian'
-  'nb-NO  Norwegian (Bokmal)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'pa-IN  Punjabi'
-  'pl Polish'
-  'pt-BR  Brazilian Portuguese'
-  'pt-PT  Portuguese'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhalese'
-  'sk Slovak'
-  'sq Albanian'
-  'sl Slovenian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta-LK  Tamil (Sri Lanka)'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'zh-CN  Chinese (simplified)'
-  'zh-TW  Chinese (traditional)'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-#noextract=(${source[@]##*/})
-
-_package() {
-  pkgdesc=$2 language pack for Thunderbird
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
-}
-md5sums=('8cb77bb1018e9c5ffcd47f2946350d8d'
- 'e062f1ac8cd95caff3e5b2c436ae5d47'
- '03b9538b55afbdc3c0bf12bcea61'
- '760c31a93fe3c5d62d60d3bf96a6a792'
- 'bfa5a634616289514f2a71e2568cc614'
- 'cd27a3ff0274a2fb117f984f292f5e05'
- 'a71eab4cf0c7ed1117c96654308edf2b'
- '28f963c83479500b86cb9e4fc0a5d4eb'
- '8357b0d66ab1609ea7e230b4f978d8c8'
- '03973e9aab6c68ade6b5c0dca1c69d1b'
- '4aca9678c1f25945d176225c95641257'
- '9fbd479bd1d9e50961423fa0f8c05365'
- 'b334cf93b570c413989cf95ff86636f7'
- '84003acfa56bcc79cb754c403a59ecae'
- '76abfb6a4d2c2e730d2219508eb776a1'
- '2c45ae146f917c21775a0d81ff1d3198'
- 'a87796bbde465b65548bb57e046c0f81'
- 'ea02361667a52df0630052470dbee642'
- '0c189588e9074acd73d1fd839f122c02'
- '86ce53f06d160ede49e64a5baa338119'
- '3d56ac860edab556a8e9a4cf0fe06a84'
- '90909fe0b3c45794eb3cc11cf7dbe9d1'
- '3f7db3ef8e3e785e507891f4d93432dc'
- '751ee04aaa186ff6dd11d73d46c03bac'
- '132799b4b1cd05229e90dda4ca03422b'
- 'ffdd0252eebc03c1aa11976318317c67'
- '69ea8959c0884a8b50035ea8bc6ffe2e'
- 'd05e44c86766e571c60dfdf34f03f9b1'
- '5a88027d938b961fecf864e629576d6e'
- 'b3c70227128201579aa07a253acc47b9'
- 'f608a785c74f389f82b8037801c7f741'
- '0169fc87e3a88c4df4230d1eedf2ba3e'
- '066d19b55d97d1ba49ce5616e4616f7f'
- '89ade26efb41912d95d1d9f969192a2a'
- '804a19e1338bee9654857a068ec59a5d'
- 'e0cc15793ab4bcc4ceada720a665d177'
- '091bb6f57e9ec50f012759b348ae1195'
- 'b349dccfece955bd7a9ca65b47997a78'
- '033247a1c3b69feb0316bdff6265316c'
- 'd0bd603f6fc8bb0ce06c388ea0185e34'
- '4f4c3da3dc625ac00a44d05b259b7336'
- 'e5f474657bc67fc42f7e88f798892175'
- '33ed750b4eea22a3f26f1b18490258cf'
- '9cf221d3cc1fe6814e20b4ad4e4788d9'
- '2a541a3950e189cfdaefda6679a0e7a2'
- 'bad744e2cd2ad082ae8efff875ae99bd'
- 

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

2013-01-09 Thread Andrea Scarpino
Date: Wednesday, January 9, 2013 @ 09:52:34
  Author: andrea
Revision: 174947

build with gstreamer support

Modified:
  qtwebkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 14:08:25 UTC (rev 174946)
+++ PKGBUILD2013-01-09 14:52:34 UTC (rev 174947)
@@ -8,7 +8,7 @@
 url='http://trac.webkit.org/wiki/QtWebKit'
 pkgdesc='An open source web browser engine (Qt port)'
 license=('LGPL2.1' 'GPL3')
-depends=('qt' 'systemd')
+depends=('qt' 'systemd' 'gstreamer0.10-base')
 makedepends=('gperf' 'python2' 'ruby' 'git' 'mesa')
 conflicts=('qt4.8')
 _qtver=4.8.4
@@ -28,9 +28,12 @@
 
   export QTDIR=/usr
   Tools/Scripts/build-webkit --qt \
+--makeargs=${MAKEFLAGS} \
 --prefix=/usr \
 --no-webkit2
 
+  cd ../
+
   # Build the QWebView plugin (FS#27914)
   cd qt-everywhere-opensource-src-${_qtver}
   patch -p1 -i ${srcdir}/qwebview.patch



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

2013-01-09 Thread Jan de Groot
Date: Wednesday, January 9, 2013 @ 10:36:07
  Author: jgc
Revision: 174948

upgpkg: gst-plugins-ugly 1.0.5-1

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 14:52:34 UTC (rev 174947)
+++ PKGBUILD2013-01-09 15:36:07 UTC (rev 174948)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-ugly
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Ugly Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,11 +11,11 @@
 depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
 options=(!libtool !emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('509ec52b58523e6ab1f9d9facdbbf8417fb95bbcb1a90e1ec53f90019da710d8')
+sha256sums=('a62a182ea96d9b2783b493b46d531914db9d2ebb9e537e9c84668fe752791331')
 
 build() {
   cd $pkgname-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
configure.ac
+  sed -i '/AC_PATH_XTRA/d' configure.ac
   aclocal -I m4 -I common/m4
   autoconf
   automake --add-missing



[arch-commits] Commit in gst-plugins-ugly/repos (4 files)

2013-01-09 Thread Jan de Groot
Date: Wednesday, January 9, 2013 @ 10:36:36
  Author: jgc
Revision: 174949

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

Added:
  gst-plugins-ugly/repos/staging-i686/PKGBUILD
(from rev 174948, gst-plugins-ugly/trunk/PKGBUILD)
  gst-plugins-ugly/repos/staging-x86_64/PKGBUILD
(from rev 174948, gst-plugins-ugly/trunk/PKGBUILD)
Deleted:
  gst-plugins-ugly/repos/staging-i686/PKGBUILD
  gst-plugins-ugly/repos/staging-x86_64/PKGBUILD

-+
 staging-i686/PKGBUILD   |   74 +++---
 staging-x86_64/PKGBUILD |   74 +++---
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-01-09 15:36:07 UTC (rev 174948)
+++ staging-i686/PKGBUILD   2013-01-09 15:36:36 UTC (rev 174949)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.0.4
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('509ec52b58523e6ab1f9d9facdbbf8417fb95bbcb1a90e1ec53f90019da710d8')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Ugly Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-ugly/repos/staging-i686/PKGBUILD (from rev 174948, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-09 15:36:36 UTC (rev 174949)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Ugly Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('a62a182ea96d9b2783b493b46d531914db9d2ebb9e537e9c84668fe752791331')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2013-01-09 15:36:07 UTC (rev 174948)
+++ staging-x86_64/PKGBUILD 2013-01-09 15:36:36 UTC (rev 174949)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.0.4
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('509ec52b58523e6ab1f9d9facdbbf8417fb95bbcb1a90e1ec53f90019da710d8')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Ugly Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-ugly/repos/staging-x86_64/PKGBUILD (from rev 174948, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD   

[arch-commits] Commit in cups-filters/trunk (PKGBUILD poppler_buildfix.diff)

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 10:42:19
  Author: andyrtr
Revision: 174950

upgpkg: cups-filters 1.0.29-2

poppler 0.22.0 rebuild

Added:
  cups-filters/trunk/poppler_buildfix.diff
Modified:
  cups-filters/trunk/PKGBUILD

---+
 PKGBUILD  |   15 ---
 poppler_buildfix.diff |   61 
 2 files changed, 72 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 15:36:36 UTC (rev 174949)
+++ PKGBUILD2013-01-09 15:42:19 UTC (rev 174950)
@@ -3,12 +3,12 @@
 
 pkgname=cups-filters
 pkgver=1.0.29
-pkgrel=1
+pkgrel=2
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
 url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
 license=('GPL')
-depends=('lcms2' 'poppler=0.20.5' 'qpdf')
+depends=('lcms2' 'poppler=0.22.0' 'qpdf')
 makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
 optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
@@ -16,12 +16,19 @@
'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
 backup=(etc/fonts/conf.d/99pdftoopvp.conf)
 options=(!libtool)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
 cups-browsed.service)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+cups-browsed.service
+poppler_buildfix.diff)
 md5sums=('0640a02a3fb88d3dbdb224e3becd400d'
- '4c9f97eae201798000483c4e7109e690')
+ '4c9f97eae201798000483c4e7109e690'
+ 'bd97d1d9dbd4feec3a0330fd9fb7a03c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  
+  # fix build with poppler 0.22
+  patch -Np0 -i ${srcdir}/poppler_buildfix.diff
+  
   ./configure --prefix=/usr  \
 --sysconfdir=/etc \
 --with-rcdir=no \

Added: poppler_buildfix.diff
===
--- poppler_buildfix.diff   (rev 0)
+++ poppler_buildfix.diff   2013-01-09 15:42:19 UTC (rev 174950)
@@ -0,0 +1,61 @@
+=== modified file 'NEWS'
+--- NEWS   2013-01-02 18:23:25 +
 NEWS   2013-01-09 10:42:32 +
+@@ -1,6 +1,11 @@
+ NEWS - OpenPrinting CUPS Filters v1.0.29 - 2013-01-02
+ -
+ 
++CHANGES IN V1.0.30
++
++  - pdftoopvp: Let it build with Poppler 0.22.x. Thanks to Koji Otani
++from BBR Inc. (Bug #1089).
++
+ CHANGES IN V1.0.29
+ 
+   - Fixed ./configure option --with-rcdir=no. Thanks to Jiri
+
+=== modified file 'filter/pdftoopvp/OPVPOutputDev.cxx'
+--- filter/pdftoopvp/OPVPOutputDev.cxx 2012-07-20 08:32:55 +
 filter/pdftoopvp/OPVPOutputDev.cxx 2013-01-09 10:42:32 +
+@@ -1804,8 +1804,14 @@
+   maskSplash = new Splash(maskBitmap, gFalse);
+   maskColor[0] = 0;
+   maskSplash-clear(maskColor);
++#if POPPLER_VERSION_MAJOR = 0  (POPPLER_VERSION_MINOR = 20 || 
(POPPLER_VERSION_MINOR == 21  POPPLER_VERSION_MICRO = 2))
+   maskSplash-drawImage(imageSrc, imgMaskData,
+   splashModeMono8, gFalse, maskWidth, maskHeight, mat);
++#else
++  maskSplash-drawImage(imageSrc, imgMaskData,
++  splashModeMono8, gFalse, maskWidth, maskHeight,
++mat,gFalse);
++#endif
+   delete imgMaskData.imgStr;
+   maskStr-close();
+   gfree(imgMaskData.lookup);
+
+=== modified file 'filter/pdftoopvp/oprs/OPRS.cxx'
+--- filter/pdftoopvp/oprs/OPRS.cxx 2012-09-10 19:56:59 +
 filter/pdftoopvp/oprs/OPRS.cxx 2013-01-09 10:42:32 +
+@@ -5,6 +5,9 @@
+ //
+ 
+ #include config.h
++#ifdef HAVE_CPP_POPPLER_VERSION_H
++#include cpp/poppler-version.h
++#endif
+ 
+ #ifdef USE_GCC_PRAGMAS
+ #pragma implementation
+@@ -235,7 +238,11 @@
+ SplashColorMode srcMode, GBool srcAlpha,
+ int w, int h, SplashCoord *mat) {
+ if (rasterMode) {
++#if POPPLER_VERSION_MAJOR = 0  (POPPLER_VERSION_MINOR = 20 || 
(POPPLER_VERSION_MINOR == 21  POPPLER_VERSION_MICRO = 2))
+   return splash-drawImage(src,srcData,srcMode,srcAlpha,w,h,mat);
++#else
++  return splash-drawImage(src,srcData,srcMode,srcAlpha,w,h,mat,gFalse);
++#endif
+ } else {
+   return opvpSplash-drawImage(src,srcData,srcMode,srcAlpha,w,h,mat);
+ }
+



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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 10:42:57
  Author: andyrtr
Revision: 174951

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

Added:
  cups-filters/repos/staging-i686/
  cups-filters/repos/staging-i686/PKGBUILD
(from rev 174950, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-i686/cups-browsed.service
(from rev 174950, cups-filters/trunk/cups-browsed.service)
  cups-filters/repos/staging-i686/poppler_buildfix.diff
(from rev 174950, cups-filters/trunk/poppler_buildfix.diff)
  cups-filters/repos/staging-x86_64/
  cups-filters/repos/staging-x86_64/PKGBUILD
(from rev 174950, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-x86_64/cups-browsed.service
(from rev 174950, cups-filters/trunk/cups-browsed.service)
  cups-filters/repos/staging-x86_64/poppler_buildfix.diff
(from rev 174950, cups-filters/trunk/poppler_buildfix.diff)

--+
 staging-i686/PKGBUILD|   53 
 staging-i686/cups-browsed.service|   10 +
 staging-i686/poppler_buildfix.diff   |   61 +
 staging-x86_64/PKGBUILD  |   53 
 staging-x86_64/cups-browsed.service  |   10 +
 staging-x86_64/poppler_buildfix.diff |   61 +
 6 files changed, 248 insertions(+)

Copied: cups-filters/repos/staging-i686/PKGBUILD (from rev 174950, 
cups-filters/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-09 15:42:57 UTC (rev 174951)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.29
+pkgrel=2
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.22.0' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+cups-browsed.service
+poppler_buildfix.diff)
+md5sums=('0640a02a3fb88d3dbdb224e3becd400d'
+ '4c9f97eae201798000483c4e7109e690'
+ 'bd97d1d9dbd4feec3a0330fd9fb7a03c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  # fix build with poppler 0.22
+  patch -Np0 -i ${srcdir}/poppler_buildfix.diff
+  
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--with-rcdir=no \
+--enable-avahi \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+  
+  # add missing systemd support
+  install -Dm644 ${srcdir}/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+}

Copied: cups-filters/repos/staging-i686/cups-browsed.service (from rev 174950, 
cups-filters/trunk/cups-browsed.service)
===
--- staging-i686/cups-browsed.service   (rev 0)
+++ staging-i686/cups-browsed.service   2013-01-09 15:42:57 UTC (rev 174951)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Make remote CUPS printers available locally
+After=cups.service avahi-daemon.service
+Wants=cups.service avahi-daemon.service
+
+[Service]
+ExecStart=/usr/sbin/cups-browsed
+
+[Install]
+WantedBy=multi-user.target

Copied: cups-filters/repos/staging-i686/poppler_buildfix.diff (from rev 174950, 
cups-filters/trunk/poppler_buildfix.diff)
===
--- staging-i686/poppler_buildfix.diff  (rev 0)
+++ staging-i686/poppler_buildfix.diff  2013-01-09 15:42:57 UTC (rev 174951)
@@ -0,0 +1,61 @@
+=== modified file 'NEWS'
+--- NEWS   2013-01-02 18:23:25 +
 NEWS   2013-01-09 10:42:32 +
+@@ -1,6 +1,11 @@
+ NEWS - OpenPrinting CUPS Filters v1.0.29 - 2013-01-02
+ -
+ 
++CHANGES IN V1.0.30
++
++  - pdftoopvp: Let it build with Poppler 0.22.x. Thanks to Koji Otani
++from BBR Inc. (Bug #1089).
++
+ CHANGES IN V1.0.29
+ 
+   - Fixed ./configure option --with-rcdir=no. Thanks to Jiri
+
+=== modified file 'filter/pdftoopvp/OPVPOutputDev.cxx'
+--- 

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

2013-01-09 Thread Andrea Scarpino
Date: Wednesday, January 9, 2013 @ 10:44:03
  Author: andrea
Revision: 174952

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

Added:
  qtwebkit/repos/testing-i686/
  qtwebkit/repos/testing-i686/PKGBUILD
(from rev 174951, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/testing-i686/qwebview.patch
(from rev 174951, qtwebkit/trunk/qwebview.patch)
  qtwebkit/repos/testing-i686/use-python2.patch
(from rev 174951, qtwebkit/trunk/use-python2.patch)
  qtwebkit/repos/testing-x86_64/
  qtwebkit/repos/testing-x86_64/PKGBUILD
(from rev 174951, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/testing-x86_64/qwebview.patch
(from rev 174951, qtwebkit/trunk/qwebview.patch)
  qtwebkit/repos/testing-x86_64/use-python2.patch
(from rev 174951, qtwebkit/trunk/use-python2.patch)

--+
 testing-i686/PKGBUILD|   53 ++
 testing-i686/qwebview.patch  |   21 +
 testing-i686/use-python2.patch   |   57 +
 testing-x86_64/PKGBUILD  |   53 ++
 testing-x86_64/qwebview.patch|   21 +
 testing-x86_64/use-python2.patch |   57 +
 6 files changed, 262 insertions(+)

Copied: qtwebkit/repos/testing-i686/PKGBUILD (from rev 174951, 
qtwebkit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-09 15:44:03 UTC (rev 174952)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qtwebkit
+pkgver=2.3git20130108
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://trac.webkit.org/wiki/QtWebKit'
+pkgdesc='An open source web browser engine (Qt port)'
+license=('LGPL2.1' 'GPL3')
+depends=('qt' 'systemd' 'gstreamer0.10-base')
+makedepends=('gperf' 'python2' 'ruby' 'git' 'mesa')
+conflicts=('qt4.8')
+_qtver=4.8.4
+source=(${pkgname}-${pkgver}.tar.gz::http://gitorious.org/webkit/qtwebkit-23/archive-tarball/${pkgname}-2.3;
+
http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${_qtver}.tar.gz;
+'use-python2.patch'
+'qwebview.patch')
+sha1sums=('a1c62eab9fc476d5e646c9370f216f3c262b0ab7'
+  'f5880f11c139d7d8d01ecb8d874535f7d9553198'
+  '315b6ff603f35e5492a036f7082f6aa075dfb607'
+  'fed0c1a90e3997b5575dbc83d6ea23bc46097a6f')
+
+build() {
+  cd webkit-qtwebkit-23
+
+  patch -p1 -i ${srcdir}/use-python2.patch
+
+  export QTDIR=/usr
+  Tools/Scripts/build-webkit --qt \
+--makeargs=${MAKEFLAGS} \
+--prefix=/usr \
+--no-webkit2
+
+  cd ../
+
+  # Build the QWebView plugin (FS#27914)
+  cd qt-everywhere-opensource-src-${_qtver}
+  patch -p1 -i ${srcdir}/qwebview.patch
+  cd tools/designer/src/plugins/qwebview
+  qmake
+  make
+}
+
+package() {
+  cd webkit-qtwebkit-23
+  make INSTALL_ROOT=${pkgdir} -C WebKitBuild/Release install
+
+  cd ../
+
+  cd qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
+  make INSTALL_ROOT=${pkgdir} install
+}

Copied: qtwebkit/repos/testing-i686/qwebview.patch (from rev 174951, 
qtwebkit/trunk/qwebview.patch)
===
--- testing-i686/qwebview.patch (rev 0)
+++ testing-i686/qwebview.patch 2013-01-09 15:44:03 UTC (rev 174952)
@@ -0,0 +1,21 @@
+--- qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pri~ 
2013-01-09 12:56:08.915412090 +
 qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pri  
2013-01-09 12:58:06.911391299 +
+@@ -1,3 +1,6 @@
++INCLUDEPATH += 
../../../../../../webkit-qtwebkit-23/WebKitBuild/Release/include
++LIBS += -L../../../../../../webkit-qtwebkit-23/WebKitBuild/Release/lib
++
+ CONFIG += designer
+ win32|mac: CONFIG+= debug_and_release
+ QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
+--- qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pro~ 
2013-01-09 12:55:43.598892405 +
 qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pro  
2013-01-09 12:55:53.352169136 +
+@@ -2,9 +2,4 @@
+ CONFIG += ordered
+ 
+ REQUIRES = !CONFIG(static,shared|static)
+-contains(QT_CONFIG, qt3support): SUBDIRS += widgets
+-win32: SUBDIRS += activeqt
+-# contains(QT_CONFIG, opengl): SUBDIRS += tools/view3d
+ contains(QT_CONFIG, webkit): SUBDIRS += qwebview
+-contains(QT_CONFIG, phonon): SUBDIRS += phononwidgets
+-contains(QT_CONFIG, declarative): SUBDIRS += qdeclarativeview

Copied: qtwebkit/repos/testing-i686/use-python2.patch (from rev 174951, 
qtwebkit/trunk/use-python2.patch)
===
--- testing-i686/use-python2.patch  (rev 0)
+++ testing-i686/use-python2.patch  2013-01-09 15:44:03 UTC (rev 174952)
@@ -0,0 +1,57 @@
+--- 

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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 10:45:50
  Author: andyrtr
Revision: 174953

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

Added:
  poppler/repos/testing-i686/
  poppler/repos/testing-i686/PKGBUILD
(from rev 174952, poppler/repos/staging-i686/PKGBUILD)
  poppler/repos/testing-x86_64/
  poppler/repos/testing-x86_64/PKGBUILD
(from rev 174952, poppler/repos/staging-x86_64/PKGBUILD)
Deleted:
  poppler/repos/staging-i686/
  poppler/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   80 ++
 testing-x86_64/PKGBUILD |   80 ++
 2 files changed, 160 insertions(+)

Copied: poppler/repos/testing-i686/PKGBUILD (from rev 174952, 
poppler/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-09 15:45:50 UTC (rev 174953)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.22.0
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt' 
'pkgconfig' 'lcms' 'gobject-introspection' 'icu')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('c7038be37a7d446544e83a7df3c26196'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd ${srcdir}
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 make check
+}
+
+package_poppler() {
+  pkgdesc=PDF rendering library based on xpdf 3.0
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms' 
'poppler-data')
+  conflicts=(poppler-qt3${pkgver})
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/pkgconfig/poppler-{glib,qt4}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc=Poppler glib bindings
+  depends=(poppler=${pkgver} 'glib2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/glib
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-glib.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+  rm -f ${pkgdir}/usr/bin/poppler-glib-demo
+}
+
+package_poppler-qt() {
+  pkgdesc=Poppler Qt bindings
+  depends=(poppler=${pkgver} 'qt')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/qt4
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-qt4.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+}

Copied: poppler/repos/testing-x86_64/PKGBUILD (from rev 174952, 
poppler/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-09 15:45:50 UTC (rev 174953)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.22.0
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt' 
'pkgconfig' 'lcms' 'gobject-introspection' 'icu')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('c7038be37a7d446544e83a7df3c26196'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd ${srcdir}
+  ln -sf test-${_testtag} 

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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 10:45:54
  Author: andyrtr
Revision: 174954

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

Added:
  calligra/repos/testing-i686/
  calligra/repos/testing-i686/PKGBUILD
(from rev 174952, calligra/repos/staging-i686/PKGBUILD)
  calligra/repos/testing-i686/calligra-braindump.install
(from rev 174952, calligra/repos/staging-i686/calligra-braindump.install)
  calligra/repos/testing-i686/calligra-filters.install
(from rev 174952, calligra/repos/staging-i686/calligra-filters.install)
  calligra/repos/testing-i686/calligra-flow.install
(from rev 174952, calligra/repos/staging-i686/calligra-flow.install)
  calligra/repos/testing-i686/calligra-karbon.install
(from rev 174952, calligra/repos/staging-i686/calligra-karbon.install)
  calligra/repos/testing-i686/calligra-kexi.install
(from rev 174952, calligra/repos/staging-i686/calligra-kexi.install)
  calligra/repos/testing-i686/calligra-krita.install
(from rev 174952, calligra/repos/staging-i686/calligra-krita.install)
  calligra/repos/testing-i686/calligra-plan.install
(from rev 174952, calligra/repos/staging-i686/calligra-plan.install)
  calligra/repos/testing-i686/calligra-sheets.install
(from rev 174952, calligra/repos/staging-i686/calligra-sheets.install)
  calligra/repos/testing-i686/calligra-stage.install
(from rev 174952, calligra/repos/staging-i686/calligra-stage.install)
  calligra/repos/testing-i686/calligra-tools.install
(from rev 174952, calligra/repos/staging-i686/calligra-tools.install)
  calligra/repos/testing-i686/calligra-words.install
(from rev 174952, calligra/repos/staging-i686/calligra-words.install)
  calligra/repos/testing-i686/calligra.install
(from rev 174952, calligra/repos/staging-i686/calligra.install)
  calligra/repos/testing-x86_64/
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 174952, calligra/repos/staging-x86_64/PKGBUILD)
  calligra/repos/testing-x86_64/calligra-braindump.install
(from rev 174952, calligra/repos/staging-x86_64/calligra-braindump.install)
  calligra/repos/testing-x86_64/calligra-filters.install
(from rev 174952, calligra/repos/staging-x86_64/calligra-filters.install)
  calligra/repos/testing-x86_64/calligra-flow.install
(from rev 174952, calligra/repos/staging-x86_64/calligra-flow.install)
  calligra/repos/testing-x86_64/calligra-karbon.install
(from rev 174952, calligra/repos/staging-x86_64/calligra-karbon.install)
  calligra/repos/testing-x86_64/calligra-kexi.install
(from rev 174952, calligra/repos/staging-x86_64/calligra-kexi.install)
  calligra/repos/testing-x86_64/calligra-krita.install
(from rev 174952, calligra/repos/staging-x86_64/calligra-krita.install)
  calligra/repos/testing-x86_64/calligra-plan.install
(from rev 174952, calligra/repos/staging-x86_64/calligra-plan.install)
  calligra/repos/testing-x86_64/calligra-sheets.install
(from rev 174952, calligra/repos/staging-x86_64/calligra-sheets.install)
  calligra/repos/testing-x86_64/calligra-stage.install
(from rev 174952, calligra/repos/staging-x86_64/calligra-stage.install)
  calligra/repos/testing-x86_64/calligra-tools.install
(from rev 174952, calligra/repos/staging-x86_64/calligra-tools.install)
  calligra/repos/testing-x86_64/calligra-words.install
(from rev 174952, calligra/repos/staging-x86_64/calligra-words.install)
  calligra/repos/testing-x86_64/calligra.install
(from rev 174952, calligra/repos/staging-x86_64/calligra.install)
Deleted:
  calligra/repos/staging-i686/
  calligra/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |  217 
 testing-i686/calligra-braindump.install   |   12 +
 testing-i686/calligra-filters.install |   11 +
 testing-i686/calligra-flow.install|   12 +
 testing-i686/calligra-karbon.install  |   12 +
 testing-i686/calligra-kexi.install|   11 +
 testing-i686/calligra-krita.install   |   13 +
 testing-i686/calligra-plan.install|   12 +
 testing-i686/calligra-sheets.install  |   12 +
 testing-i686/calligra-stage.install   |   12 +
 testing-i686/calligra-tools.install   |   12 +
 testing-i686/calligra-words.install   |   12 +
 testing-i686/calligra.install |   11 +
 testing-x86_64/PKGBUILD   |  217 
 testing-x86_64/calligra-braindump.install |   12 +
 testing-x86_64/calligra-filters.install   |   11 +
 testing-x86_64/calligra-flow.install  |   12 +
 testing-x86_64/calligra-karbon.install|   12 +
 testing-x86_64/calligra-kexi.install  |   11 +
 testing-x86_64/calligra-krita.install |   13 +
 testing-x86_64/calligra-plan.install  |   12 +
 testing-x86_64/calligra-sheets.install|   12 +
 testing-x86_64/calligra-stage.install |   12 +
 testing-x86_64/calligra-tools.install |   12 +
 testing-x86_64/calligra-words.install |   12 +
 

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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 10:45:58
  Author: andyrtr
Revision: 174955

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

Added:
  cups-filters/repos/testing-i686/
  cups-filters/repos/testing-i686/PKGBUILD
(from rev 174952, cups-filters/repos/staging-i686/PKGBUILD)
  cups-filters/repos/testing-i686/cups-browsed.service
(from rev 174952, cups-filters/repos/staging-i686/cups-browsed.service)
  cups-filters/repos/testing-i686/poppler_buildfix.diff
(from rev 174952, cups-filters/repos/staging-i686/poppler_buildfix.diff)
  cups-filters/repos/testing-x86_64/
  cups-filters/repos/testing-x86_64/PKGBUILD
(from rev 174952, cups-filters/repos/staging-x86_64/PKGBUILD)
  cups-filters/repos/testing-x86_64/cups-browsed.service
(from rev 174952, cups-filters/repos/staging-x86_64/cups-browsed.service)
  cups-filters/repos/testing-x86_64/poppler_buildfix.diff
(from rev 174952, cups-filters/repos/staging-x86_64/poppler_buildfix.diff)
Deleted:
  cups-filters/repos/staging-i686/
  cups-filters/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   53 
 testing-i686/cups-browsed.service|   10 +
 testing-i686/poppler_buildfix.diff   |   61 +
 testing-x86_64/PKGBUILD  |   53 
 testing-x86_64/cups-browsed.service  |   10 +
 testing-x86_64/poppler_buildfix.diff |   61 +
 6 files changed, 248 insertions(+)

Copied: cups-filters/repos/testing-i686/PKGBUILD (from rev 174952, 
cups-filters/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-09 15:45:58 UTC (rev 174955)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.29
+pkgrel=2
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.22.0' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+cups-browsed.service
+poppler_buildfix.diff)
+md5sums=('0640a02a3fb88d3dbdb224e3becd400d'
+ '4c9f97eae201798000483c4e7109e690'
+ 'bd97d1d9dbd4feec3a0330fd9fb7a03c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  # fix build with poppler 0.22
+  patch -Np0 -i ${srcdir}/poppler_buildfix.diff
+  
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--with-rcdir=no \
+--enable-avahi \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+  
+  # add missing systemd support
+  install -Dm644 ${srcdir}/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+}

Copied: cups-filters/repos/testing-i686/cups-browsed.service (from rev 174952, 
cups-filters/repos/staging-i686/cups-browsed.service)
===
--- testing-i686/cups-browsed.service   (rev 0)
+++ testing-i686/cups-browsed.service   2013-01-09 15:45:58 UTC (rev 174955)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Make remote CUPS printers available locally
+After=cups.service avahi-daemon.service
+Wants=cups.service avahi-daemon.service
+
+[Service]
+ExecStart=/usr/sbin/cups-browsed
+
+[Install]
+WantedBy=multi-user.target

Copied: cups-filters/repos/testing-i686/poppler_buildfix.diff (from rev 174952, 
cups-filters/repos/staging-i686/poppler_buildfix.diff)
===
--- testing-i686/poppler_buildfix.diff  (rev 0)
+++ testing-i686/poppler_buildfix.diff  2013-01-09 15:45:58 UTC (rev 174955)
@@ -0,0 +1,61 @@
+=== modified file 'NEWS'
+--- NEWS   2013-01-02 18:23:25 +
 NEWS   2013-01-09 10:42:32 +
+@@ -1,6 +1,11 @@
+ NEWS - OpenPrinting CUPS Filters v1.0.29 - 2013-01-02
+ -
+ 
++CHANGES IN V1.0.30
++
++  - pdftoopvp: Let it build with Poppler 0.22.x. Thanks to 

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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 10:46:00
  Author: andyrtr
Revision: 174956

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

Added:
  evas_generic_loaders/repos/testing-i686/
  evas_generic_loaders/repos/testing-i686/PKGBUILD
(from rev 174952, evas_generic_loaders/repos/staging-i686/PKGBUILD)
  evas_generic_loaders/repos/testing-x86_64/
  evas_generic_loaders/repos/testing-x86_64/PKGBUILD
(from rev 174952, evas_generic_loaders/repos/staging-x86_64/PKGBUILD)
Deleted:
  evas_generic_loaders/repos/staging-i686/
  evas_generic_loaders/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   43 +++
 testing-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: evas_generic_loaders/repos/testing-i686/PKGBUILD (from rev 174952, 
evas_generic_loaders/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-09 15:46:00 UTC (rev 174956)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas_generic_loaders
+pkgver=1.7.5
+pkgrel=2
+pkgdesc=Additional generic loaders for Evas
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('0c9cac308b5ce133eb5e5065f9a47cb4fb7660aa')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: evas_generic_loaders/repos/testing-x86_64/PKGBUILD (from rev 174952, 
evas_generic_loaders/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-09 15:46:00 UTC (rev 174956)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas_generic_loaders
+pkgver=1.7.5
+pkgrel=2
+pkgdesc=Additional generic loaders for Evas
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('0c9cac308b5ce133eb5e5065f9a47cb4fb7660aa')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 10:46:02
  Author: andyrtr
Revision: 174957

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

Added:
  inkscape/repos/testing-i686/
  inkscape/repos/testing-i686/PKGBUILD
(from rev 174952, inkscape/repos/staging-i686/PKGBUILD)
  inkscape/repos/testing-i686/install
(from rev 174952, inkscape/repos/staging-i686/install)
  inkscape/repos/testing-x86_64/
  inkscape/repos/testing-x86_64/PKGBUILD
(from rev 174952, inkscape/repos/staging-x86_64/PKGBUILD)
  inkscape/repos/testing-x86_64/install
(from rev 174952, inkscape/repos/staging-x86_64/install)
Deleted:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   52 ++
 testing-i686/install|   13 +++
 testing-x86_64/PKGBUILD |   52 ++
 testing-x86_64/install  |   13 +++
 4 files changed, 130 insertions(+)

Copied: inkscape/repos/testing-i686/PKGBUILD (from rev 174952, 
inkscape/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-09 15:46:02 UTC (rev 174957)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=2
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib=0.22.0' 'popt'
+ 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'pyxml: some extensions'
+'uniconvertor: reading/writing to some proprietary formats')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|python|python2|g' src/main.cpp
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Copied: inkscape/repos/testing-i686/install (from rev 174952, 
inkscape/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2013-01-09 15:46:02 UTC (rev 174957)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/testing-x86_64/PKGBUILD (from rev 174952, 
inkscape/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-09 15:46:02 UTC (rev 174957)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=2
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib=0.22.0' 'popt'
+ 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'pyxml: some extensions'
+'uniconvertor: reading/writing to some proprietary formats')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)

[arch-commits] Commit in libreoffice/repos (26 files)

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 10:46:07
  Author: andyrtr
Revision: 174958

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

Added:
  libreoffice/repos/testing-i686/
  libreoffice/repos/testing-i686/PKGBUILD
(from rev 174952, libreoffice/repos/staging-i686/PKGBUILD)
  libreoffice/repos/testing-i686/PKGBUILD.40
(from rev 174952, libreoffice/repos/staging-i686/PKGBUILD.40)
  libreoffice/repos/testing-i686/libreoffice-base.install
(from rev 174952, libreoffice/repos/staging-i686/libreoffice-base.install)
  libreoffice/repos/testing-i686/libreoffice-calc.install
(from rev 174952, libreoffice/repos/staging-i686/libreoffice-calc.install)
  libreoffice/repos/testing-i686/libreoffice-common.csh
(from rev 174952, libreoffice/repos/staging-i686/libreoffice-common.csh)
  libreoffice/repos/testing-i686/libreoffice-common.install
(from rev 174952, libreoffice/repos/staging-i686/libreoffice-common.install)
  libreoffice/repos/testing-i686/libreoffice-common.sh
(from rev 174952, libreoffice/repos/staging-i686/libreoffice-common.sh)
  libreoffice/repos/testing-i686/libreoffice-draw.install
(from rev 174952, libreoffice/repos/staging-i686/libreoffice-draw.install)
  libreoffice/repos/testing-i686/libreoffice-impress.install
(from rev 174952, 
libreoffice/repos/staging-i686/libreoffice-impress.install)
  libreoffice/repos/testing-i686/libreoffice-writer.install
(from rev 174952, libreoffice/repos/staging-i686/libreoffice-writer.install)
  
libreoffice/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 174952, 
libreoffice/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/testing-x86_64/
  libreoffice/repos/testing-x86_64/PKGBUILD
(from rev 174952, libreoffice/repos/staging-x86_64/PKGBUILD)
  libreoffice/repos/testing-x86_64/PKGBUILD.40
(from rev 174952, libreoffice/repos/staging-x86_64/PKGBUILD.40)
  libreoffice/repos/testing-x86_64/libreoffice-base.install
(from rev 174952, libreoffice/repos/staging-x86_64/libreoffice-base.install)
  libreoffice/repos/testing-x86_64/libreoffice-calc.install
(from rev 174952, libreoffice/repos/staging-x86_64/libreoffice-calc.install)
  libreoffice/repos/testing-x86_64/libreoffice-common.csh
(from rev 174952, libreoffice/repos/staging-x86_64/libreoffice-common.csh)
  libreoffice/repos/testing-x86_64/libreoffice-common.install
(from rev 174952, 
libreoffice/repos/staging-x86_64/libreoffice-common.install)
  libreoffice/repos/testing-x86_64/libreoffice-common.sh
(from rev 174952, libreoffice/repos/staging-x86_64/libreoffice-common.sh)
  libreoffice/repos/testing-x86_64/libreoffice-draw.install
(from rev 174952, libreoffice/repos/staging-x86_64/libreoffice-draw.install)
  libreoffice/repos/testing-x86_64/libreoffice-impress.install
(from rev 174952, 
libreoffice/repos/staging-x86_64/libreoffice-impress.install)
  libreoffice/repos/testing-x86_64/libreoffice-writer.install
(from rev 174952, 
libreoffice/repos/staging-x86_64/libreoffice-writer.install)
  
libreoffice/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 174952, 
libreoffice/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice/repos/staging-i686/
  libreoffice/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |  706 
++
 testing-i686/PKGBUILD.40|  648 
+
 testing-i686/libreoffice-base.install   |   11 
 testing-i686/libreoffice-calc.install   |   11 
 testing-i686/libreoffice-common.csh |8 
 testing-i686/libreoffice-common.install |   47 
 testing-i686/libreoffice-common.sh  |8 
 testing-i686/libreoffice-draw.install   |   11 
 testing-i686/libreoffice-impress.install|   11 
 testing-i686/libreoffice-writer.install |   11 
 testing-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 testing-x86_64/PKGBUILD |  706 
++
 testing-x86_64/PKGBUILD.40  |  648 
+
 testing-x86_64/libreoffice-base.install |   11 
 testing-x86_64/libreoffice-calc.install |   11 
 testing-x86_64/libreoffice-common.csh   |8 
 testing-x86_64/libreoffice-common.install   |   47 
 testing-x86_64/libreoffice-common.sh|8 
 testing-x86_64/libreoffice-draw.install |   11 
 

[arch-commits] Commit in texlive-bin/repos (18 files)

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 10:51:27
  Author: andyrtr
Revision: 174959

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

Added:
  texlive-bin/repos/testing-i686/
  texlive-bin/repos/testing-i686/09-texlive-fonts.conf
(from rev 174958, texlive-bin/repos/staging-i686/09-texlive-fonts.conf)
  texlive-bin/repos/testing-i686/PKGBUILD
(from rev 174958, texlive-bin/repos/staging-i686/PKGBUILD)
  texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch
(from rev 174958, 
texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-i686/luatex-r4449-radical-rule-thickness.patch
(from rev 174958, 
texlive-bin/repos/staging-i686/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/testing-i686/poppler-0.20.patch
(from rev 174958, texlive-bin/repos/staging-i686/poppler-0.20.patch)
  texlive-bin/repos/testing-i686/texlive.install
(from rev 174958, texlive-bin/repos/staging-i686/texlive.install)
  texlive-bin/repos/testing-i686/texmf.cnf
(from rev 174958, texlive-bin/repos/staging-i686/texmf.cnf)
  texlive-bin/repos/testing-x86_64/
  texlive-bin/repos/testing-x86_64/09-texlive-fonts.conf
(from rev 174958, texlive-bin/repos/staging-x86_64/09-texlive-fonts.conf)
  texlive-bin/repos/testing-x86_64/PKGBUILD
(from rev 174958, texlive-bin/repos/staging-x86_64/PKGBUILD)
  texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch
(from rev 174958, 
texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-x86_64/luatex-r4449-radical-rule-thickness.patch
(from rev 174958, 
texlive-bin/repos/staging-x86_64/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/testing-x86_64/poppler-0.20.patch
(from rev 174958, texlive-bin/repos/staging-x86_64/poppler-0.20.patch)
  texlive-bin/repos/testing-x86_64/texlive.install
(from rev 174958, texlive-bin/repos/staging-x86_64/texlive.install)
  texlive-bin/repos/testing-x86_64/texmf.cnf
(from rev 174958, texlive-bin/repos/staging-x86_64/texmf.cnf)
Deleted:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-x86_64/

--+
 testing-i686/09-texlive-fonts.conf   |9 
 testing-i686/PKGBUILD|  323 +
 testing-i686/fix-fontforge-encoding.patch|   12 
 testing-i686/luatex-r4449-radical-rule-thickness.patch   |   23 
 testing-i686/poppler-0.20.patch  |   22 
 testing-i686/texlive.install |   43 
 testing-i686/texmf.cnf   |  724 +
 testing-x86_64/09-texlive-fonts.conf |9 
 testing-x86_64/PKGBUILD  |  323 +
 testing-x86_64/fix-fontforge-encoding.patch  |   12 
 testing-x86_64/luatex-r4449-radical-rule-thickness.patch |   23 
 testing-x86_64/poppler-0.20.patch|   22 
 testing-x86_64/texlive.install   |   43 
 testing-x86_64/texmf.cnf |  724 +
 14 files changed, 2312 insertions(+)

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


[arch-commits] Commit in xf86-video-cirrus/trunk (PKGBUILD)

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 11:01:34
  Author: andyrtr
Revision: 174960

upgpkg: xf86-video-cirrus 1.5.2-1

upstream update 1.5.2

Modified:
  xf86-video-cirrus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 15:51:27 UTC (rev 174959)
+++ PKGBUILD2013-01-09 16:01:34 UTC (rev 174960)
@@ -2,8 +2,8 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-cirrus
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
 pkgdesc=X.org Cirrus Logic video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -14,7 +14,7 @@
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('a955429cbd673230c4b171afd6d0a6b28372d2f9d0a400f5124869274a27c557')
+sha256sums=('3361e1a65d9b84c464752fd612bdf6087622c6dd204121715366a170e5c3ccd7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-video-cirrus/repos (4 files)

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 11:02:11
  Author: andyrtr
Revision: 174961

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

Added:
  xf86-video-cirrus/repos/extra-i686/PKGBUILD
(from rev 174960, xf86-video-cirrus/trunk/PKGBUILD)
  xf86-video-cirrus/repos/extra-x86_64/PKGBUILD
(from rev 174960, xf86-video-cirrus/trunk/PKGBUILD)
Deleted:
  xf86-video-cirrus/repos/extra-i686/PKGBUILD
  xf86-video-cirrus/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-09 16:01:34 UTC (rev 174960)
+++ extra-i686/PKGBUILD 2013-01-09 16:02:11 UTC (rev 174961)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-cirrus
-pkgver=1.5.1
-pkgrel=2
-pkgdesc=X.org Cirrus Logic video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('a955429cbd673230c4b171afd6d0a6b28372d2f9d0a400f5124869274a27c557')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-cirrus/repos/extra-i686/PKGBUILD (from rev 174960, 
xf86-video-cirrus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-09 16:02:11 UTC (rev 174961)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-cirrus
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=X.org Cirrus Logic video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3361e1a65d9b84c464752fd612bdf6087622c6dd204121715366a170e5c3ccd7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-09 16:01:34 UTC (rev 174960)
+++ extra-x86_64/PKGBUILD   2013-01-09 16:02:11 UTC (rev 174961)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-cirrus
-pkgver=1.5.1
-pkgrel=2
-pkgdesc=X.org Cirrus Logic video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('a955429cbd673230c4b171afd6d0a6b28372d2f9d0a400f5124869274a27c557')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-cirrus/repos/extra-x86_64/PKGBUILD (from rev 174960, 
xf86-video-cirrus/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-09 16:02:11 UTC (rev 174961)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-cirrus
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=X.org Cirrus Logic video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')

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

2013-01-09 Thread Stéphane Gaudreault
Date: Wednesday, January 9, 2013 @ 11:03:25
  Author: stephane
Revision: 174962

upgpkg: python-egenix-mx-base 3.2.5-1

upstream update

Modified:
  python-egenix-mx-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 16:02:11 UTC (rev 174961)
+++ PKGBUILD2013-01-09 16:03:25 UTC (rev 174962)
@@ -5,8 +5,8 @@
 pkgbase=python-egenix-mx-base
 pkgname=('python2-egenix-mx-base')
 _origname=egenix-mx-base
-pkgver=3.2.4
-pkgrel=3
+pkgver=3.2.5
+pkgrel=1
 pkgdesc=A collection of Python tools
 arch=('i686' 'x86_64')
 license=('custom')
@@ -15,7 +15,7 @@
 conflicts=('python-egenix-mx-base=3.2.4-1')
 replaces=('python-egenix-mx-base=3.2.4-1')
 source=(http://downloads.egenix.com/python/${_origname}-${pkgver}.tar.gz;)
-sha1sums=('22d7fcbd582177f9a43245eadc3644f3b48cc9a7')
+sha1sums=('d64607ff3bdd0c908f1f4ce39d458514135c9a86')
 
 build() {
   cd ${srcdir}/${_origname}-${pkgver}



[arch-commits] Commit in xf86-video-modesetting/trunk (PKGBUILD)

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 11:03:33
  Author: andyrtr
Revision: 174963

upgpkg: xf86-video-modesetting 0.6.0-1

upstream update 0.6.0

Modified:
  xf86-video-modesetting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 16:03:25 UTC (rev 174962)
+++ PKGBUILD2013-01-09 16:03:33 UTC (rev 174963)
@@ -3,7 +3,7 @@
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
 pkgname=xf86-video-modesetting
-pkgver=0.5.0
+pkgver=0.6.0
 pkgrel=1
 pkgdesc=X.org generic modesetting video driver
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('248d384ba9b520643fc0b2b2930d6593dfb8185e88e1562381c8f9b1cd5582f2')
+sha256sums=('852f9ddb213913f75e1e65ad7ce9c6b5bc7f43a93d8087b6e59666ea4eb3d0d6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in python-egenix-mx-base/repos (4 files)

2013-01-09 Thread Stéphane Gaudreault
Date: Wednesday, January 9, 2013 @ 11:03:42
  Author: stephane
Revision: 174964

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

Added:
  python-egenix-mx-base/repos/extra-i686/PKGBUILD
(from rev 174962, python-egenix-mx-base/trunk/PKGBUILD)
  python-egenix-mx-base/repos/extra-x86_64/PKGBUILD
(from rev 174963, python-egenix-mx-base/trunk/PKGBUILD)
Deleted:
  python-egenix-mx-base/repos/extra-i686/PKGBUILD
  python-egenix-mx-base/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-09 16:03:33 UTC (rev 174963)
+++ extra-i686/PKGBUILD 2013-01-09 16:03:42 UTC (rev 174964)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgbase=python-egenix-mx-base
-pkgname=('python2-egenix-mx-base')
-_origname=egenix-mx-base
-pkgver=3.2.4
-pkgrel=3
-pkgdesc=A collection of Python tools
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.egenix.com/products/python/mxBase/;
-makedepends=('python2')
-conflicts=('python-egenix-mx-base=3.2.4-1')
-replaces=('python-egenix-mx-base=3.2.4-1')
-source=(http://downloads.egenix.com/python/${_origname}-${pkgver}.tar.gz;)
-sha1sums=('22d7fcbd582177f9a43245eadc3644f3b48cc9a7')
-
-build() {
-  cd ${srcdir}/${_origname}-${pkgver}
-
-  find . -name \*.py -exec sed -i -e s|^#!.*python|#!/usr/bin/python2| {} \;
-
-  python2 setup.py build
-}
-
-package_python2-egenix-mx-base() {
-  depends=('python2=2.7')
-  cd ${srcdir}/${_origname}-${pkgver}
-  python2 setup.py install --root=${pkgdir} --skip-build --optimize=1
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-egenix-mx-base/repos/extra-i686/PKGBUILD (from rev 174962, 
python-egenix-mx-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-09 16:03:42 UTC (rev 174964)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgbase=python-egenix-mx-base
+pkgname=('python2-egenix-mx-base')
+_origname=egenix-mx-base
+pkgver=3.2.5
+pkgrel=1
+pkgdesc=A collection of Python tools
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.egenix.com/products/python/mxBase/;
+makedepends=('python2')
+conflicts=('python-egenix-mx-base=3.2.4-1')
+replaces=('python-egenix-mx-base=3.2.4-1')
+source=(http://downloads.egenix.com/python/${_origname}-${pkgver}.tar.gz;)
+sha1sums=('d64607ff3bdd0c908f1f4ce39d458514135c9a86')
+
+build() {
+  cd ${srcdir}/${_origname}-${pkgver}
+
+  find . -name \*.py -exec sed -i -e s|^#!.*python|#!/usr/bin/python2| {} \;
+
+  python2 setup.py build
+}
+
+package_python2-egenix-mx-base() {
+  depends=('python2=2.7')
+  cd ${srcdir}/${_origname}-${pkgver}
+  python2 setup.py install --root=${pkgdir} --skip-build --optimize=1
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-09 16:03:33 UTC (rev 174963)
+++ extra-x86_64/PKGBUILD   2013-01-09 16:03:42 UTC (rev 174964)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgbase=python-egenix-mx-base
-pkgname=('python2-egenix-mx-base')
-_origname=egenix-mx-base
-pkgver=3.2.4
-pkgrel=3
-pkgdesc=A collection of Python tools
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.egenix.com/products/python/mxBase/;
-makedepends=('python2')
-conflicts=('python-egenix-mx-base=3.2.4-1')
-replaces=('python-egenix-mx-base=3.2.4-1')
-source=(http://downloads.egenix.com/python/${_origname}-${pkgver}.tar.gz;)
-sha1sums=('22d7fcbd582177f9a43245eadc3644f3b48cc9a7')
-
-build() {
-  cd ${srcdir}/${_origname}-${pkgver}
-
-  find . -name \*.py -exec sed -i -e s|^#!.*python|#!/usr/bin/python2| {} \;
-
-  python2 setup.py build
-}
-
-package_python2-egenix-mx-base() {
-  depends=('python2=2.7')
-  cd ${srcdir}/${_origname}-${pkgver}
-  python2 setup.py install --root=${pkgdir} --skip-build --optimize=1
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-egenix-mx-base/repos/extra-x86_64/PKGBUILD (from rev 174963, 
python-egenix-mx-base/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-09 16:03:42 UTC (rev 174964)
@@ -0,0 +1,33 @@

[arch-commits] Commit in xf86-video-modesetting/repos (4 files)

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 11:04:11
  Author: andyrtr
Revision: 174965

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

Added:
  xf86-video-modesetting/repos/extra-i686/PKGBUILD
(from rev 174964, xf86-video-modesetting/trunk/PKGBUILD)
  xf86-video-modesetting/repos/extra-x86_64/PKGBUILD
(from rev 174964, xf86-video-modesetting/trunk/PKGBUILD)
Deleted:
  xf86-video-modesetting/repos/extra-i686/PKGBUILD
  xf86-video-modesetting/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-09 16:03:42 UTC (rev 174964)
+++ extra-i686/PKGBUILD 2013-01-09 16:04:11 UTC (rev 174965)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=xf86-video-modesetting
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=X.org generic modesetting video driver
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libdrm=2.4.37' 'systemd')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
-groups=('xorg-drivers' 'xorg')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('248d384ba9b520643fc0b2b2930d6593dfb8185e88e1562381c8f9b1cd5582f2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-modesetting/repos/extra-i686/PKGBUILD (from rev 174964, 
xf86-video-modesetting/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-09 16:04:11 UTC (rev 174965)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=xf86-video-modesetting
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=X.org generic modesetting video driver
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm=2.4.37' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+groups=('xorg-drivers' 'xorg')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('852f9ddb213913f75e1e65ad7ce9c6b5bc7f43a93d8087b6e59666ea4eb3d0d6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-09 16:03:42 UTC (rev 174964)
+++ extra-x86_64/PKGBUILD   2013-01-09 16:04:11 UTC (rev 174965)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=xf86-video-modesetting
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=X.org generic modesetting video driver
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libdrm=2.4.37' 'systemd')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
-groups=('xorg-drivers' 'xorg')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('248d384ba9b520643fc0b2b2930d6593dfb8185e88e1562381c8f9b1cd5582f2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-modesetting/repos/extra-x86_64/PKGBUILD (from rev 174964, 
xf86-video-modesetting/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   

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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 11:06:32
  Author: andyrtr
Revision: 174966

upgpkg: xterm 288-1

upstream update 288

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 16:04:11 UTC (rev 174965)
+++ PKGBUILD2013-01-09 16:06:32 UTC (rev 174966)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xterm
-pkgver=287
-pkgrel=2
+pkgver=288
+pkgrel=1
 pkgdesc=X Terminal Emulator
 arch=('i686' 'x86_64')
 url=http://invisible-island.net/xterm/;
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
 LICENSE)
-md5sums=('0e4385e66d40b5dd6017d02c3db2a4af'
+md5sums=('b9bef1abf6e397be6fa2e5f534964d17'
  '10ecc3f8ee91e3189863a172f68282d2')
 
 build() {



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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 11:07:11
  Author: andyrtr
Revision: 174967

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

Added:
  xterm/repos/extra-i686/LICENSE
(from rev 174966, xterm/trunk/LICENSE)
  xterm/repos/extra-i686/PKGBUILD
(from rev 174966, xterm/trunk/PKGBUILD)
  xterm/repos/extra-x86_64/LICENSE
(from rev 174966, xterm/trunk/LICENSE)
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 174966, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-i686/LICENSE
  xterm/repos/extra-i686/PKGBUILD
  xterm/repos/extra-x86_64/LICENSE
  xterm/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/LICENSE|  146 
 extra-i686/PKGBUILD   |  120 +++
 extra-x86_64/LICENSE  |  146 
 extra-x86_64/PKGBUILD |  120 +++
 4 files changed, 266 insertions(+), 266 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2013-01-09 16:06:32 UTC (rev 174966)
+++ extra-i686/LICENSE  2013-01-09 16:07:11 UTC (rev 174967)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE (from rev 174966, xterm/trunk/LICENSE)

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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 11:26:22
  Author: andyrtr
Revision: 174968

upgpkg: qpdf 4.0.0-1

upstream update 4.0.0

Modified:
  qpdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 16:07:11 UTC (rev 174967)
+++ PKGBUILD2013-01-09 16:26:22 UTC (rev 174968)
@@ -5,7 +5,7 @@
 # Contributor: Nuno Araujo nuno.ara...@russo79.com
 
 pkgname=qpdf
-pkgver=3.0.2
+pkgver=4.0.0
 pkgrel=1
 pkgdesc=QPDF: A Content-Preserving PDF Transformation System
 arch=('i686' 'x86_64')
@@ -15,12 +15,10 @@
 makedepends=('make')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('af6f6f964481295a6ca0766185bfa274')
+md5sums=('812ffc8c5b8fb5cf9310fcbd9a7d20d3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  # fix rpath errors (from Fedora spec)
-  autoreconf -vfi
   ./configure --prefix=/usr --disable-static
   make
 }



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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 11:26:56
  Author: andyrtr
Revision: 174969

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

Added:
  qpdf/repos/staging-i686/
  qpdf/repos/staging-i686/PKGBUILD
(from rev 174968, qpdf/trunk/PKGBUILD)
  qpdf/repos/staging-x86_64/
  qpdf/repos/staging-x86_64/PKGBUILD
(from rev 174968, qpdf/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: qpdf/repos/staging-i686/PKGBUILD (from rev 174968, qpdf/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-09 16:26:56 UTC (rev 174969)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Miguel Revilla yo at miguelrevilla.com
+# Contributor: David Sotelo dvsotelo at gmail.com
+# Contributor: Nuno Araujo nuno.ara...@russo79.com
+
+pkgname=qpdf
+pkgver=4.0.0
+pkgrel=1
+pkgdesc=QPDF: A Content-Preserving PDF Transformation System
+arch=('i686' 'x86_64')
+url=http://qpdf.sourceforge.net/;
+license=('custom:Artistic-2.0')
+depends=('pcre' 'perl')
+makedepends=('make')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('812ffc8c5b8fb5cf9310fcbd9a7d20d3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+
+  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: qpdf/repos/staging-x86_64/PKGBUILD (from rev 174968, 
qpdf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-01-09 16:26:56 UTC (rev 174969)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Miguel Revilla yo at miguelrevilla.com
+# Contributor: David Sotelo dvsotelo at gmail.com
+# Contributor: Nuno Araujo nuno.ara...@russo79.com
+
+pkgname=qpdf
+pkgver=4.0.0
+pkgrel=1
+pkgdesc=QPDF: A Content-Preserving PDF Transformation System
+arch=('i686' 'x86_64')
+url=http://qpdf.sourceforge.net/;
+license=('custom:Artistic-2.0')
+depends=('pcre' 'perl')
+makedepends=('make')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('812ffc8c5b8fb5cf9310fcbd9a7d20d3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+
+  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 11:29:59
  Author: andyrtr
Revision: 174970

upgpkg: cups-filters 1.0.29-3

qpdf 4.0.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 16:26:56 UTC (rev 174969)
+++ PKGBUILD2013-01-09 16:29:59 UTC (rev 174970)
@@ -3,12 +3,12 @@
 
 pkgname=cups-filters
 pkgver=1.0.29
-pkgrel=2
+pkgrel=3
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
 url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
 license=('GPL')
-depends=('lcms2' 'poppler=0.22.0' 'qpdf')
+depends=('lcms2' 'poppler=0.22.0' 'qpdf=4.0.0')
 makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
 optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'



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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 11:33:25
  Author: andyrtr
Revision: 174971

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

Added:
  cups-filters/repos/staging-i686/
  cups-filters/repos/staging-i686/PKGBUILD
(from rev 174970, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-i686/cups-browsed.service
(from rev 174970, cups-filters/trunk/cups-browsed.service)
  cups-filters/repos/staging-i686/poppler_buildfix.diff
(from rev 174970, cups-filters/trunk/poppler_buildfix.diff)
  cups-filters/repos/staging-x86_64/
  cups-filters/repos/staging-x86_64/PKGBUILD
(from rev 174970, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-x86_64/cups-browsed.service
(from rev 174970, cups-filters/trunk/cups-browsed.service)
  cups-filters/repos/staging-x86_64/poppler_buildfix.diff
(from rev 174970, cups-filters/trunk/poppler_buildfix.diff)

--+
 staging-i686/PKGBUILD|   53 
 staging-i686/cups-browsed.service|   10 +
 staging-i686/poppler_buildfix.diff   |   61 +
 staging-x86_64/PKGBUILD  |   53 
 staging-x86_64/cups-browsed.service  |   10 +
 staging-x86_64/poppler_buildfix.diff |   61 +
 6 files changed, 248 insertions(+)

Copied: cups-filters/repos/staging-i686/PKGBUILD (from rev 174970, 
cups-filters/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-09 16:33:25 UTC (rev 174971)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.29
+pkgrel=3
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.22.0' 'qpdf=4.0.0')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+cups-browsed.service
+poppler_buildfix.diff)
+md5sums=('0640a02a3fb88d3dbdb224e3becd400d'
+ '4c9f97eae201798000483c4e7109e690'
+ 'bd97d1d9dbd4feec3a0330fd9fb7a03c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  # fix build with poppler 0.22
+  patch -Np0 -i ${srcdir}/poppler_buildfix.diff
+  
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--with-rcdir=no \
+--enable-avahi \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+  
+  # add missing systemd support
+  install -Dm644 ${srcdir}/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+}

Copied: cups-filters/repos/staging-i686/cups-browsed.service (from rev 174970, 
cups-filters/trunk/cups-browsed.service)
===
--- staging-i686/cups-browsed.service   (rev 0)
+++ staging-i686/cups-browsed.service   2013-01-09 16:33:25 UTC (rev 174971)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Make remote CUPS printers available locally
+After=cups.service avahi-daemon.service
+Wants=cups.service avahi-daemon.service
+
+[Service]
+ExecStart=/usr/sbin/cups-browsed
+
+[Install]
+WantedBy=multi-user.target

Copied: cups-filters/repos/staging-i686/poppler_buildfix.diff (from rev 174970, 
cups-filters/trunk/poppler_buildfix.diff)
===
--- staging-i686/poppler_buildfix.diff  (rev 0)
+++ staging-i686/poppler_buildfix.diff  2013-01-09 16:33:25 UTC (rev 174971)
@@ -0,0 +1,61 @@
+=== modified file 'NEWS'
+--- NEWS   2013-01-02 18:23:25 +
 NEWS   2013-01-09 10:42:32 +
+@@ -1,6 +1,11 @@
+ NEWS - OpenPrinting CUPS Filters v1.0.29 - 2013-01-02
+ -
+ 
++CHANGES IN V1.0.30
++
++  - pdftoopvp: Let it build with Poppler 0.22.x. Thanks to Koji Otani
++from BBR Inc. (Bug #1089).
++
+ CHANGES IN V1.0.29
+ 
+   - Fixed ./configure option --with-rcdir=no. Thanks to Jiri
+
+=== modified file 'filter/pdftoopvp/OPVPOutputDev.cxx'
+--- 

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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 11:34:04
  Author: andyrtr
Revision: 174972

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

Added:
  qpdf/repos/testing-i686/
  qpdf/repos/testing-i686/PKGBUILD
(from rev 174971, qpdf/repos/staging-i686/PKGBUILD)
  qpdf/repos/testing-x86_64/
  qpdf/repos/testing-x86_64/PKGBUILD
(from rev 174971, qpdf/repos/staging-x86_64/PKGBUILD)
Deleted:
  qpdf/repos/staging-i686/
  qpdf/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: qpdf/repos/testing-i686/PKGBUILD (from rev 174971, 
qpdf/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-09 16:34:04 UTC (rev 174972)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Miguel Revilla yo at miguelrevilla.com
+# Contributor: David Sotelo dvsotelo at gmail.com
+# Contributor: Nuno Araujo nuno.ara...@russo79.com
+
+pkgname=qpdf
+pkgver=4.0.0
+pkgrel=1
+pkgdesc=QPDF: A Content-Preserving PDF Transformation System
+arch=('i686' 'x86_64')
+url=http://qpdf.sourceforge.net/;
+license=('custom:Artistic-2.0')
+depends=('pcre' 'perl')
+makedepends=('make')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('812ffc8c5b8fb5cf9310fcbd9a7d20d3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+
+  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: qpdf/repos/testing-x86_64/PKGBUILD (from rev 174971, 
qpdf/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-09 16:34:04 UTC (rev 174972)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Miguel Revilla yo at miguelrevilla.com
+# Contributor: David Sotelo dvsotelo at gmail.com
+# Contributor: Nuno Araujo nuno.ara...@russo79.com
+
+pkgname=qpdf
+pkgver=4.0.0
+pkgrel=1
+pkgdesc=QPDF: A Content-Preserving PDF Transformation System
+arch=('i686' 'x86_64')
+url=http://qpdf.sourceforge.net/;
+license=('custom:Artistic-2.0')
+depends=('pcre' 'perl')
+makedepends=('make')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('812ffc8c5b8fb5cf9310fcbd9a7d20d3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+
+  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 11:34:05
  Author: andyrtr
Revision: 174973

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

Added:
  cups-filters/repos/testing-i686/PKGBUILD
(from rev 174971, cups-filters/repos/staging-i686/PKGBUILD)
  cups-filters/repos/testing-i686/cups-browsed.service
(from rev 174971, cups-filters/repos/staging-i686/cups-browsed.service)
  cups-filters/repos/testing-i686/poppler_buildfix.diff
(from rev 174971, cups-filters/repos/staging-i686/poppler_buildfix.diff)
  cups-filters/repos/testing-x86_64/PKGBUILD
(from rev 174971, cups-filters/repos/staging-x86_64/PKGBUILD)
  cups-filters/repos/testing-x86_64/cups-browsed.service
(from rev 174971, cups-filters/repos/staging-x86_64/cups-browsed.service)
  cups-filters/repos/testing-x86_64/poppler_buildfix.diff
(from rev 174971, cups-filters/repos/staging-x86_64/poppler_buildfix.diff)
Deleted:
  cups-filters/repos/staging-i686/
  cups-filters/repos/staging-x86_64/
  cups-filters/repos/testing-i686/PKGBUILD
  cups-filters/repos/testing-i686/cups-browsed.service
  cups-filters/repos/testing-i686/poppler_buildfix.diff
  cups-filters/repos/testing-x86_64/PKGBUILD
  cups-filters/repos/testing-x86_64/cups-browsed.service
  cups-filters/repos/testing-x86_64/poppler_buildfix.diff

--+
 testing-i686/PKGBUILD|  106 ++--
 testing-i686/cups-browsed.service|   20 ++---
 testing-i686/poppler_buildfix.diff   |  122 -
 testing-x86_64/PKGBUILD  |  106 ++--
 testing-x86_64/cups-browsed.service  |   20 ++---
 testing-x86_64/poppler_buildfix.diff |  122 -
 6 files changed, 248 insertions(+), 248 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-01-09 16:34:04 UTC (rev 174972)
+++ testing-i686/PKGBUILD   2013-01-09 16:34:05 UTC (rev 174973)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=cups-filters
-pkgver=1.0.29
-pkgrel=2
-pkgdesc=OpenPrinting CUPS Filters
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-depends=('lcms2' 'poppler=0.22.0' 'qpdf')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf)
-options=(!libtool)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
-cups-browsed.service
-poppler_buildfix.diff)
-md5sums=('0640a02a3fb88d3dbdb224e3becd400d'
- '4c9f97eae201798000483c4e7109e690'
- 'bd97d1d9dbd4feec3a0330fd9fb7a03c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  # fix build with poppler 0.22
-  patch -Np0 -i ${srcdir}/poppler_buildfix.diff
-  
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---with-rcdir=no \
---enable-avahi \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -j1 -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  # drop static lib
-  rm -f ${pkgdir}/usr/lib/*.a
-  
-  # add missing systemd support
-  install -Dm644 ${srcdir}/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-}

Copied: cups-filters/repos/testing-i686/PKGBUILD (from rev 174971, 
cups-filters/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-09 16:34:05 UTC (rev 174973)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.29
+pkgrel=3
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.22.0' 'qpdf=4.0.0')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a 

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

2013-01-09 Thread Stéphane Gaudreault
Date: Wednesday, January 9, 2013 @ 12:38:32
  Author: stephane
Revision: 174974

upgpkg: python-distribute 0.6.34-1

upstream update; rebase patch version

Modified:
  python-distribute/trunk/PKGBUILD
  python-distribute/trunk/distribute-python2_and_3.patch

+
 PKGBUILD   |6 +++---
 distribute-python2_and_3.patch |   24 
 2 files changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 16:34:05 UTC (rev 174973)
+++ PKGBUILD2013-01-09 17:38:32 UTC (rev 174974)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.32
+pkgver=0.6.34
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('65ae88517ac47bd4e0fb449b3b9a9bf85e8366c8'
-  '4eedbf582a1e057ddf879badabb7382a5ecc4fc1')
+sha1sums=('b6f9cfbaf3e63833b71009812a613be13e68f5de'
+  '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
 build() {
cd ${srcdir}
 

Modified: distribute-python2_and_3.patch
===
--- distribute-python2_and_3.patch  2013-01-09 16:34:05 UTC (rev 174973)
+++ distribute-python2_and_3.patch  2013-01-09 17:38:32 UTC (rev 174974)
@@ -1,19 +1,19 @@
-diff -Naur distribute-0.6.32.ori/distribute.egg-info/entry_points.txt 
distribute-0.6.32/distribute.egg-info/entry_points.txt
 distribute-0.6.32.ori/distribute.egg-info/entry_points.txt 2012-11-26 
12:18:19.0 -0500
-+++ distribute-0.6.32/distribute.egg-info/entry_points.txt 2012-12-16 
16:52:39.351735173 -0500
+diff -Naur distribute-0.6.34.ori/distribute.egg-info/entry_points.txt 
distribute-0.6.34/distribute.egg-info/entry_points.txt
+--- distribute-0.6.34.ori/distribute.egg-info/entry_points.txt 2012-12-31 
10:26:53.0 -0500
 distribute-0.6.34/distribute.egg-info/entry_points.txt 2013-01-09 
12:35:22.573071193 -0500
 @@ -11,6 +11,8 @@
  install_egg_info = setuptools.command.install_egg_info:install_egg_info
  alias = setuptools.command.alias:alias
  easy_install = setuptools.command.easy_install:easy_install
 +easy_install-2.7 = setuptools.command.easy_install:main
-+easy_install-3.2 = setuptools.command.easy_install:main  
++easy_install-3.3 = setuptools.command.easy_install:main  
  install_scripts = setuptools.command.install_scripts:install_scripts
  bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
  bdist_egg = setuptools.command.bdist_egg:bdist_egg
-diff -Naur distribute-0.6.32.ori/distribute_setup.py 
distribute-0.6.32/distribute_setup.py
 distribute-0.6.32.ori/distribute_setup.py  2012-11-26 09:08:58.0 
-0500
-+++ distribute-0.6.32/distribute_setup.py  2012-12-16 16:52:39.351735173 
-0500
-@@ -314,8 +314,7 @@
+diff -Naur distribute-0.6.34.ori/distribute_setup.py 
distribute-0.6.34/distribute_setup.py
+--- distribute-0.6.34.ori/distribute_setup.py  2012-12-29 17:10:53.0 
-0500
 distribute-0.6.34/distribute_setup.py  2013-01-09 12:33:26.439725679 
-0500
+@@ -319,8 +319,7 @@
  log.warn('Could not find the install location')
  return
  pyver = '%s.%s' % (sys.version_info[0], sys.version_info[1])
@@ -23,10 +23,10 @@
  pkg_info = os.path.join(placeholder, setuptools_file)
  if os.path.exists(pkg_info):
  log.warn('%s already exists', pkg_info)
-diff -Naur distribute-0.6.32.ori/setup.py distribute-0.6.32/setup.py
 distribute-0.6.32.ori/setup.py 2012-11-26 09:14:07.0 -0500
-+++ distribute-0.6.32/setup.py 2012-12-16 16:52:39.351735173 -0500
-@@ -108,6 +108,7 @@
+diff -Naur distribute-0.6.34.ori/setup.py distribute-0.6.34/setup.py
+--- distribute-0.6.34.ori/setup.py 2012-12-29 17:10:53.0 -0500
 distribute-0.6.34/setup.py 2013-01-09 12:33:26.439725679 -0500
+@@ -106,6 +106,7 @@
  finally:
  f.close()
  



[arch-commits] Commit in python-distribute/repos/extra-any (4 files)

2013-01-09 Thread Stéphane Gaudreault
Date: Wednesday, January 9, 2013 @ 12:38:44
  Author: stephane
Revision: 174975

archrelease: copy trunk to extra-any

Added:
  python-distribute/repos/extra-any/PKGBUILD
(from rev 174974, python-distribute/trunk/PKGBUILD)
  python-distribute/repos/extra-any/distribute-python2_and_3.patch
(from rev 174974, python-distribute/trunk/distribute-python2_and_3.patch)
Deleted:
  python-distribute/repos/extra-any/PKGBUILD
  python-distribute/repos/extra-any/distribute-python2_and_3.patch

+
 PKGBUILD   |  110 +++
 distribute-python2_and_3.patch |   72 -
 2 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-09 17:38:32 UTC (rev 174974)
+++ PKGBUILD2013-01-09 17:38:44 UTC (rev 174975)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sebastien Binet binet@farnsworth
-pkgbase=python-distribute
-pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.32
-pkgrel=1
-pkgdesc=Easily build and distribute Python packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/distribute;
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
-distribute-python2_and_3.patch)
-sha1sums=('65ae88517ac47bd4e0fb449b3b9a9bf85e8366c8'
-  '4eedbf582a1e057ddf879badabb7382a5ecc4fc1')
-build() {
-   cd ${srcdir}
-
-   pushd distribute-${pkgver}
-   patch -Np1 -i ../distribute-python2_and_3.patch
-   popd
-
-   cp -a distribute-${pkgver}{,-python2}
-
-   # Build python 3 module
-   cd distribute-${pkgver}
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-
-   python3 setup.py build
-
-   # Build python 2 module
-   cd ../distribute-${pkgver}-python2
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-
-   python2 setup.py build
-}
-
-package_python-distribute() {
-   depends=('python=3.3')
-
-   cd ${srcdir}/distribute-${pkgver}
-   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
-
-package_python2-distribute() {
-   depends=('python2=2.7')
-   provides=('setuptools')
-   conflicts=('setuptools')
-
-   cd ${srcdir}/distribute-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}

Copied: python-distribute/repos/extra-any/PKGBUILD (from rev 174974, 
python-distribute/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-09 17:38:44 UTC (rev 174975)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sebastien Binet binet@farnsworth
+pkgbase=python-distribute
+pkgname=('python-distribute' 'python2-distribute')
+pkgver=0.6.34
+pkgrel=1
+pkgdesc=Easily build and distribute Python packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/distribute;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
+distribute-python2_and_3.patch)
+sha1sums=('b6f9cfbaf3e63833b71009812a613be13e68f5de'
+  '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
+build() {
+   cd ${srcdir}
+
+   pushd distribute-${pkgver}
+   patch -Np1 -i ../distribute-python2_and_3.patch
+   popd
+
+   cp -a distribute-${pkgver}{,-python2}
+
+   # Build python 3 module
+   cd distribute-${pkgver}
+
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+
+   python3 setup.py build
+
+   # Build python 2 module
+   cd ../distribute-${pkgver}-python2
+
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+
+   python2 setup.py build
+}
+
+package_python-distribute() {
+   depends=('python=3.3')
+
+   cd ${srcdir}/distribute-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+
+package_python2-distribute() {
+   depends=('python2=2.7')
+   provides=('setuptools')
+   conflicts=('setuptools')
+
+   cd ${srcdir}/distribute-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}

Deleted: distribute-python2_and_3.patch
===
--- distribute-python2_and_3.patch  2013-01-09 17:38:32 UTC (rev 174974)
+++ distribute-python2_and_3.patch  2013-01-09 17:38:44 UTC (rev 174975)
@@ -1,36 +0,0 @@
-diff -Naur distribute-0.6.32.ori/distribute.egg-info/entry_points.txt 
distribute-0.6.32/distribute.egg-info/entry_points.txt
 distribute-0.6.32.ori/distribute.egg-info/entry_points.txt 2012-11-26 
12:18:19.0 -0500
-+++ 

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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 15:06:41
  Author: andyrtr
Revision: 174976

upgpkg: libburn 1.2.6-1

upstream update 1.2.6

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 17:38:44 UTC (rev 174975)
+++ PKGBUILD2013-01-09 20:06:41 UTC (rev 174976)
@@ -3,7 +3,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=libburn
-pkgver=1.2.4
+pkgver=1.2.6
 pkgrel=1
 pkgdesc=Library for reading, mastering and writing optical discs
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('glibc')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 options=('!libtool' '!emptydirs')
-md5sums=('25b45b1ccf6921a5bce4e2d88f55a81f'
- 'a6749b55ba9ec9dad471e3a2202de390')
+md5sums=('fe556fa15dea046974b11a4c7f1b67a8'
+ 'b3d721debd0c151e8e3eb0a6a2e223ab')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 15:07:29
  Author: andyrtr
Revision: 174977

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-09 20:06:41 UTC (rev 174976)
+++ extra-i686/PKGBUILD 2013-01-09 20:07:29 UTC (rev 174977)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libburn
-pkgver=1.2.4
-pkgrel=1
-pkgdesc=Library for reading, mastering and writing optical discs
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool' '!emptydirs')
-md5sums=('25b45b1ccf6921a5bce4e2d88f55a81f'
- 'a6749b55ba9ec9dad471e3a2202de390')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-i686/PKGBUILD (from rev 174976, 
libburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-09 20:07:29 UTC (rev 174977)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libburn
+pkgver=1.2.6
+pkgrel=1
+pkgdesc=Library for reading, mastering and writing optical discs
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool' '!emptydirs')
+md5sums=('fe556fa15dea046974b11a4c7f1b67a8'
+ 'b3d721debd0c151e8e3eb0a6a2e223ab')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-09 20:06:41 UTC (rev 174976)
+++ extra-x86_64/PKGBUILD   2013-01-09 20:07:29 UTC (rev 174977)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libburn
-pkgver=1.2.4
-pkgrel=1
-pkgdesc=Library for reading, mastering and writing optical discs
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool' '!emptydirs')
-md5sums=('25b45b1ccf6921a5bce4e2d88f55a81f'
- 'a6749b55ba9ec9dad471e3a2202de390')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-x86_64/PKGBUILD (from rev 174976, 
libburn/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-09 20:07:29 UTC (rev 174977)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libburn
+pkgver=1.2.6
+pkgrel=1
+pkgdesc=Library for reading, mastering and writing optical discs
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool' '!emptydirs')
+md5sums=('fe556fa15dea046974b11a4c7f1b67a8'
+ 'b3d721debd0c151e8e3eb0a6a2e223ab')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 15:11:02
  Author: andyrtr
Revision: 174978

upgpkg: libisofs 1.2.6-1

upstream update 1.2.6

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 20:07:29 UTC (rev 174977)
+++ PKGBUILD2013-01-09 20:11:02 UTC (rev 174978)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=1.2.4
+pkgver=1.2.6
 pkgrel=1
 pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('acl' 'zlib')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 options=('!libtool')
-md5sums=('0a86f2cda3b86fc95f7c0efbd793f373'
- '8b997974f30da1b7a7f97563df4365a3')
+md5sums=('e3b0eebd7523f64020178aaba5d71c88'
+ '5b8159f7c0cd39a3ce4bd74c4d91253a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 15:11:39
  Author: andyrtr
Revision: 174979

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-09 20:11:02 UTC (rev 174978)
+++ extra-i686/PKGBUILD 2013-01-09 20:11:39 UTC (rev 174979)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Hugo Doria hugodo...@gmail.com
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.2.4
-pkgrel=1
-pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool')
-md5sums=('0a86f2cda3b86fc95f7c0efbd793f373'
- '8b997974f30da1b7a7f97563df4365a3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-i686/PKGBUILD (from rev 174978, 
libisofs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-09 20:11:39 UTC (rev 174979)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Hugo Doria hugodo...@gmail.com
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.2.6
+pkgrel=1
+pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool')
+md5sums=('e3b0eebd7523f64020178aaba5d71c88'
+ '5b8159f7c0cd39a3ce4bd74c4d91253a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-09 20:11:02 UTC (rev 174978)
+++ extra-x86_64/PKGBUILD   2013-01-09 20:11:39 UTC (rev 174979)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Hugo Doria hugodo...@gmail.com
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.2.4
-pkgrel=1
-pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool')
-md5sums=('0a86f2cda3b86fc95f7c0efbd793f373'
- '8b997974f30da1b7a7f97563df4365a3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-x86_64/PKGBUILD (from rev 174978, 
libisofs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-09 20:11:39 UTC (rev 174979)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Hugo Doria hugodo...@gmail.com
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.2.6
+pkgrel=1
+pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool')
+md5sums=('e3b0eebd7523f64020178aaba5d71c88'
+ '5b8159f7c0cd39a3ce4bd74c4d91253a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2013-01-09 Thread Andrea Scarpino
Date: Wednesday, January 9, 2013 @ 15:15:23
  Author: andrea
Revision: 174980

upgpkg: libkolab 0.4.1-1

Upstream release

Modified:
  libkolab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 20:11:39 UTC (rev 174979)
+++ PKGBUILD2013-01-09 20:15:23 UTC (rev 174980)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkolab
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc=Advanced Kolab Object Handling Library
 url='http://git.kolab.org/libkolab/'
@@ -11,8 +11,8 @@
 depends=('libkolabxml' 'kdepimlibs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('3ba23bc11c3fb1c852e5b7b9788fed6d'
- '56052090b7fb89813c3bae1cb5b104c5')
+md5sums=('16c4d513fd41f498348ab401a79cdaf6'
+ '18e76021f9b91df75c798ef24962de06')
 
 build() {
   mkdir build



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

2013-01-09 Thread Andrea Scarpino
Date: Wednesday, January 9, 2013 @ 15:16:01
  Author: andrea
Revision: 174981

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-09 20:15:23 UTC (rev 174980)
+++ extra-i686/PKGBUILD 2013-01-09 20:16:01 UTC (rev 174981)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkolab
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=Advanced Kolab Object Handling Library
-url='http://git.kolab.org/libkolab/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libkolabxml' 'kdepimlibs')
-makedepends=('cmake' 'automoc4' 'boost')
-source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('3ba23bc11c3fb1c852e5b7b9788fed6d'
- '56052090b7fb89813c3bae1cb5b104c5')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkolab/repos/extra-i686/PKGBUILD (from rev 174980, 
libkolab/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-09 20:16:01 UTC (rev 174981)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolab
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=Advanced Kolab Object Handling Library
+url='http://git.kolab.org/libkolab/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libkolabxml' 'kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('16c4d513fd41f498348ab401a79cdaf6'
+ '18e76021f9b91df75c798ef24962de06')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-09 20:15:23 UTC (rev 174980)
+++ extra-x86_64/PKGBUILD   2013-01-09 20:16:01 UTC (rev 174981)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkolab
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=Advanced Kolab Object Handling Library
-url='http://git.kolab.org/libkolab/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libkolabxml' 'kdepimlibs')
-makedepends=('cmake' 'automoc4' 'boost')
-source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('3ba23bc11c3fb1c852e5b7b9788fed6d'
- '56052090b7fb89813c3bae1cb5b104c5')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkolab/repos/extra-x86_64/PKGBUILD (from rev 174980, 
libkolab/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-09 20:16:01 UTC (rev 174981)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolab
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=Advanced Kolab Object Handling Library
+url='http://git.kolab.org/libkolab/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libkolabxml' 'kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('16c4d513fd41f498348ab401a79cdaf6'
+ '18e76021f9b91df75c798ef24962de06')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-01-09 Thread Andrea Scarpino
Date: Wednesday, January 9, 2013 @ 15:18:22
  Author: andrea
Revision: 174982

Upstream release; 
http://article.gmane.org/gmane.comp.file-systems.reiserfs.general/24046

Modified:
  reiserfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 20:16:01 UTC (rev 174981)
+++ PKGBUILD2013-01-09 20:18:22 UTC (rev 174982)
@@ -3,16 +3,16 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=reiserfsprogs
-pkgver=3.6.21
-pkgrel=4
+pkgver=3.6.22
+pkgrel=1
 pkgdesc=Reiserfs utilities
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL')
 groups=('base')
 depends=('util-linux')
-source=(ftp://ftp.archlinux.org/other/reiserfsprogs/reiserfsprogs-${pkgver}.tar.bz2;)
-md5sums=('0639cefac8f8150536cfa7531c2aa2d2')
+source=(http://ftp.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v3.6.22/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('91d2fdb5eeaa15c8afcc9e815179690d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -28,7 +28,4 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-
-  ln -s reiserfsck ${pkgdir}/sbin/fsck.reiserfs
-  ln -s mkreiserfs ${pkgdir}/sbin/mkfs.reiserfs
 }



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

2013-01-09 Thread Andrea Scarpino
Date: Wednesday, January 9, 2013 @ 15:19:16
  Author: andrea
Revision: 174983

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

Added:
  reiserfsprogs/repos/testing-i686/
  reiserfsprogs/repos/testing-i686/PKGBUILD
(from rev 174982, reiserfsprogs/trunk/PKGBUILD)
  reiserfsprogs/repos/testing-x86_64/
  reiserfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 174982, reiserfsprogs/trunk/PKGBUILD)

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

Copied: reiserfsprogs/repos/testing-i686/PKGBUILD (from rev 174982, 
reiserfsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-09 20:19:16 UTC (rev 174983)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=reiserfsprogs
+pkgver=3.6.22
+pkgrel=1
+pkgdesc=Reiserfs utilities
+arch=('i686' 'x86_64')
+url=http://www.kernel.org/;
+license=('GPL')
+groups=('base')
+depends=('util-linux')
+source=(http://ftp.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v3.6.22/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('91d2fdb5eeaa15c8afcc9e815179690d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sbindir=/sbin
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: reiserfsprogs/repos/testing-x86_64/PKGBUILD (from rev 174982, 
reiserfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-09 20:19:16 UTC (rev 174983)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=reiserfsprogs
+pkgver=3.6.22
+pkgrel=1
+pkgdesc=Reiserfs utilities
+arch=('i686' 'x86_64')
+url=http://www.kernel.org/;
+license=('GPL')
+groups=('base')
+depends=('util-linux')
+source=(http://ftp.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v3.6.22/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('91d2fdb5eeaa15c8afcc9e815179690d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sbindir=/sbin
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 15:24:41
  Author: andyrtr
Revision: 174984

upgpkg: libisoburn 1.2.6-1

upstream update 1.2.6

Modified:
  libisoburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 20:19:16 UTC (rev 174983)
+++ PKGBUILD2013-01-09 20:24:41 UTC (rev 174984)
@@ -3,18 +3,18 @@
 # Contributor: Gour Gour g...@mail.inet.hr
 
 pkgname=libisoburn
-pkgver=1.2.4
+pkgver=1.2.6
 pkgrel=1
 pkgdesc=frontend for libraries libburn and libisofs
 url=http://libburnia.pykix.org/wiki/Libisoburn;
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('libburn=1.2.4' 'libisofs=1.2.4' 'readline')
+depends=('libburn=1.2.6' 'libisofs=1.2.6' 'readline')
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('d5d78ec840a8bbc7df6582f65a28ca1e'
- '39d26239be2e7ed2ec1dd22e214173dd')
+md5sums=('1db39e96f8d0370bfe571e21ba62df3f'
+ '67b3c568140b7a4a27f3efdc74bcf3c2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 15:25:17
  Author: andyrtr
Revision: 174985

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

Added:
  libisoburn/repos/extra-i686/PKGBUILD
(from rev 174984, libisoburn/trunk/PKGBUILD)
  libisoburn/repos/extra-i686/libisoburn.install
(from rev 174984, libisoburn/trunk/libisoburn.install)
  libisoburn/repos/extra-x86_64/PKGBUILD
(from rev 174984, libisoburn/trunk/PKGBUILD)
  libisoburn/repos/extra-x86_64/libisoburn.install
(from rev 174984, libisoburn/trunk/libisoburn.install)
Deleted:
  libisoburn/repos/extra-i686/PKGBUILD
  libisoburn/repos/extra-i686/libisoburn.install
  libisoburn/repos/extra-x86_64/PKGBUILD
  libisoburn/repos/extra-x86_64/libisoburn.install

-+
 extra-i686/PKGBUILD |   56 +++---
 extra-i686/libisoburn.install   |   40 +--
 extra-x86_64/PKGBUILD   |   56 +++---
 extra-x86_64/libisoburn.install |   40 +--
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-09 20:24:41 UTC (rev 174984)
+++ extra-i686/PKGBUILD 2013-01-09 20:25:17 UTC (rev 174985)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Gour Gour g...@mail.inet.hr
-
-pkgname=libisoburn
-pkgver=1.2.4
-pkgrel=1
-pkgdesc=frontend for libraries libburn and libisofs
-url=http://libburnia.pykix.org/wiki/Libisoburn;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libburn=1.2.4' 'libisofs=1.2.4' 'readline')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('d5d78ec840a8bbc7df6582f65a28ca1e'
- '39d26239be2e7ed2ec1dd22e214173dd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libisoburn/repos/extra-i686/PKGBUILD (from rev 174984, 
libisoburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-09 20:25:17 UTC (rev 174985)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Gour Gour g...@mail.inet.hr
+
+pkgname=libisoburn
+pkgver=1.2.6
+pkgrel=1
+pkgdesc=frontend for libraries libburn and libisofs
+url=http://libburnia.pykix.org/wiki/Libisoburn;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libburn=1.2.6' 'libisofs=1.2.6' 'readline')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('1db39e96f8d0370bfe571e21ba62df3f'
+ '67b3c568140b7a4a27f3efdc74bcf3c2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libisoburn.install
===
--- extra-i686/libisoburn.install   2013-01-09 20:24:41 UTC (rev 174984)
+++ extra-i686/libisoburn.install   2013-01-09 20:25:17 UTC (rev 174985)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(xorriso.info xorrisofs.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: libisoburn/repos/extra-i686/libisoburn.install (from rev 174984, 
libisoburn/trunk/libisoburn.install)
===
--- extra-i686/libisoburn.install   (rev 0)
+++ extra-i686/libisoburn.install   2013-01-09 20:25:17 UTC (rev 174985)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(xorriso.info xorrisofs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-09 20:24:41 UTC (rev 174984)
+++ extra-x86_64/PKGBUILD   2013-01-09 20:25:17 UTC (rev 174985)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org

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

2013-01-09 Thread Evangelos Foutras
Date: Wednesday, January 9, 2013 @ 16:10:22
  Author: foutrelis
Revision: 174986

upgpkg: chromium 23.0.1271.97-2

Add Google API key for Arch Linux.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 20:25:17 UTC (rev 174985)
+++ PKGBUILD2013-01-09 21:10:22 UTC (rev 174986)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=23.0.1271.97
-pkgrel=1
+pkgrel=2
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
 url=http://www.chromium.org/;
@@ -32,6 +32,13 @@
 'c1baf14121502efbc2a31b64029dcafa0e28ca5b71ad0e28a3c6342d18198615'
 '1f4b57670d317959bc2dc60e5d2a44aa8fc6028f7ed540cdb502fa0aa99c81bd')
 
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
 build() {
   cd $srcdir/chromium-$pkgver
 
@@ -70,6 +77,9 @@
   CFLAGS+=' -Wno-c++0x-compat'
 
   build/gyp_chromium --depth=. \
+-Dgoogle_api_key=$_google_api_key \
+-Dgoogle_default_client_id=$_google_default_client_id \
+-Dgoogle_default_client_secret=$_google_default_client_secret \
 -Dwerror= \
 -Dlinux_sandbox_path=/usr/lib/chromium/chromium-sandbox \
 -Dlinux_strip_binary=1 \



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

2013-01-09 Thread Evangelos Foutras
Date: Wednesday, January 9, 2013 @ 16:11:33
  Author: foutrelis
Revision: 174987

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

Added:
  chromium/repos/testing-i686/
  chromium/repos/testing-i686/PKGBUILD
(from rev 174986, chromium/trunk/PKGBUILD)
  
chromium/repos/testing-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
(from rev 174986, 
chromium/trunk/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch)
  chromium/repos/testing-i686/chromium-ppapi-r0.patch
(from rev 174986, chromium/trunk/chromium-ppapi-r0.patch)
  chromium/repos/testing-i686/chromium.default
(from rev 174986, chromium/trunk/chromium.default)
  chromium/repos/testing-i686/chromium.desktop
(from rev 174986, chromium/trunk/chromium.desktop)
  chromium/repos/testing-i686/chromium.install
(from rev 174986, chromium/trunk/chromium.install)
  chromium/repos/testing-i686/chromium.sh
(from rev 174986, chromium/trunk/chromium.sh)
  chromium/repos/testing-x86_64/
  chromium/repos/testing-x86_64/PKGBUILD
(from rev 174986, chromium/trunk/PKGBUILD)
  
chromium/repos/testing-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
(from rev 174986, 
chromium/trunk/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch)
  chromium/repos/testing-x86_64/chromium-ppapi-r0.patch
(from rev 174986, chromium/trunk/chromium-ppapi-r0.patch)
  chromium/repos/testing-x86_64/chromium.default
(from rev 174986, chromium/trunk/chromium.default)
  chromium/repos/testing-x86_64/chromium.desktop
(from rev 174986, chromium/trunk/chromium.desktop)
  chromium/repos/testing-x86_64/chromium.install
(from rev 174986, chromium/trunk/chromium.install)
  chromium/repos/testing-x86_64/chromium.sh
(from rev 174986, chromium/trunk/chromium.sh)

+
 testing-i686/PKGBUILD  |  149 
++
 testing-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch   |   35 ++
 testing-i686/chromium-ppapi-r0.patch   |   11 
 testing-i686/chromium.default  |4 
 testing-i686/chromium.desktop  |  113 
+++
 testing-i686/chromium.install  |   12 
 testing-i686/chromium.sh   |   16 +
 testing-x86_64/PKGBUILD|  149 
++
 testing-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch |   35 ++
 testing-x86_64/chromium-ppapi-r0.patch |   11 
 testing-x86_64/chromium.default|4 
 testing-x86_64/chromium.desktop|  113 
+++
 testing-x86_64/chromium.install|   12 
 testing-x86_64/chromium.sh |   16 +
 14 files changed, 680 insertions(+)

Copied: chromium/repos/testing-i686/PKGBUILD (from rev 174986, 
chromium/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-09 21:11:33 UTC (rev 174987)
@@ -0,0 +1,149 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=chromium
+pkgver=23.0.1271.97
+pkgrel=2
+pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
+arch=('i686' 'x86_64')
+url=http://www.chromium.org/;
+license=('BSD')
+depends=('gtk2' 'dbus-glib' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent'
+ 'libxss' 'libgcrypt' 'ttf-dejavu' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'
+ 'elfutils' 'subversion' 'nacl-toolchain-newlib')
+optdepends=('kdebase-kdialog: needed for file dialogs in KDE')
+backup=('etc/chromium/default')
+install=chromium.install
+source=(http://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2
+chromium.desktop
+chromium.default
+chromium.sh
+chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
+chromium-ppapi-r0.patch)
+sha256sums=('37ba1289b7066c3206d9b8f51c0a6acde0f3f5550e716a61af32485d8d0dc2e1'
+'09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
+'478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
+'4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'
+'c1baf14121502efbc2a31b64029dcafa0e28ca5b71ad0e28a3c6342d18198615'
+'1f4b57670d317959bc2dc60e5d2a44aa8fc6028f7ed540cdb502fa0aa99c81bd')
+
+# Google API keys (see 

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

2013-01-09 Thread andyrtr
Date: Wednesday, January 9, 2013 @ 16:25:10
  Author: andyrtr
Revision: 174988

prepare 4.0 release

Modified:
  libreoffice/trunk/PKGBUILD.40

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

Modified: PKGBUILD.40
===
--- PKGBUILD.40 2013-01-09 21:11:33 UTC (rev 174987)
+++ PKGBUILD.40 2013-01-09 21:25:10 UTC (rev 174988)
@@ -19,9 +19,9 @@
'libreoffice-extension-report-builder'
'libreoffice-extension-wiki-publisher'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
-_LOver=4.0.0.0.beta2
+_LOver=4.0.0.1
 pkgver=4.0.0
-pkgrel=0.beta2.1
+pkgrel=0.rc1.1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -109,9 +109,9 @@
libcdr-0.0.9.tar.bz2
libmspub-0.0.3.tar.bz2
libvisio-0.0.24.tar.bz2)
-md5sums=('f0abec2ab5b8a31ba47b00f9cfea0305'
- '847b75db75e5b0a501216bb5420083d2'
- 'b6caba12606c6616ff283fea4575d118'
+md5sums=('4713fda4b085ef1203457b7e8597c3ea'
+ 'f7b4afe09fe2df154aeb9e503d39488a'
+ '28ad48c32050d35d4fbb87e6df05a22d'
  'f02578f5218f217a9f20e9c30e119c6a'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'



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

2013-01-09 Thread Dan McGee
Date: Wednesday, January 9, 2013 @ 20:21:08
  Author: dan
Revision: 174989

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

Added:
  b43-fwcutter/repos/core-i686/PKGBUILD
(from rev 174988, b43-fwcutter/repos/testing-i686/PKGBUILD)
  b43-fwcutter/repos/core-x86_64/PKGBUILD
(from rev 174988, b43-fwcutter/repos/testing-x86_64/PKGBUILD)
Deleted:
  b43-fwcutter/repos/core-i686/PKGBUILD
  b43-fwcutter/repos/core-x86_64/PKGBUILD
  b43-fwcutter/repos/testing-i686/
  b43-fwcutter/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |   48 
 core-x86_64/PKGBUILD |   48 
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-01-09 21:25:10 UTC (rev 174988)
+++ core-i686/PKGBUILD  2013-01-10 01:21:08 UTC (rev 174989)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
-# Maintainer: Thomas Baechler tho...@archlinux.org
-
-pkgname=b43-fwcutter
-pkgver=015
-pkgrel=1
-pkgdesc=firmware extractor for the bcm43xx kernel module
-url=http://linuxwireless.org/en/users/Drivers/b43;
-depends=('glibc')
-license=('GPL')
-arch=('i686' 'x86_64')
-source=(http://bu3sch.de/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('628e030565222a107bc40300313cbe76')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
-   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
-}

Copied: b43-fwcutter/repos/core-i686/PKGBUILD (from rev 174988, 
b43-fwcutter/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-01-10 01:21:08 UTC (rev 174989)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=b43-fwcutter
+pkgver=017
+pkgrel=1
+pkgdesc=firmware extractor for the b43 kernel module
+url=http://wireless.kernel.org/en/users/Drivers/b43;
+depends=('glibc')
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://bues.ch/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fe6a3cc765d8a8328dc09f7a6159bfb7')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
+   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2013-01-09 21:25:10 UTC (rev 174988)
+++ core-x86_64/PKGBUILD2013-01-10 01:21:08 UTC (rev 174989)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
-# Maintainer: Thomas Baechler tho...@archlinux.org
-
-pkgname=b43-fwcutter
-pkgver=015
-pkgrel=1
-pkgdesc=firmware extractor for the bcm43xx kernel module
-url=http://linuxwireless.org/en/users/Drivers/b43;
-depends=('glibc')
-license=('GPL')
-arch=('i686' 'x86_64')
-source=(http://bu3sch.de/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('628e030565222a107bc40300313cbe76')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
-   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
-}

Copied: b43-fwcutter/repos/core-x86_64/PKGBUILD (from rev 174988, 
b43-fwcutter/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2013-01-10 01:21:08 UTC (rev 174989)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=b43-fwcutter
+pkgver=017
+pkgrel=1
+pkgdesc=firmware extractor for the b43 kernel module
+url=http://wireless.kernel.org/en/users/Drivers/b43;
+depends=('glibc')
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://bues.ch/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fe6a3cc765d8a8328dc09f7a6159bfb7')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
+   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
+}



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

2013-01-09 Thread Dan McGee
Date: Wednesday, January 9, 2013 @ 20:35:40
  Author: dan
Revision: 174990

upgpkg: cvsps 3.7-1

Modified:
  cvsps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-10 01:21:08 UTC (rev 174989)
+++ PKGBUILD2013-01-10 01:35:40 UTC (rev 174990)
@@ -3,7 +3,7 @@
 # Contributor: Jeff 'codemac' Mickey j...@archlinux.org
 
 pkgname=cvsps
-pkgver=3.6
+pkgver=3.7
 pkgrel=1
 pkgdesc=Generating 'patchset' information from a CVS repository
 url=http://www.catb.org/esr/cvsps/;
@@ -12,7 +12,7 @@
 depends=('zlib')
 makedepends=('asciidoc')
 source=(http://www.catb.org/~esr/cvsps/cvsps-${pkgver}.tar.gz;)
-md5sums=('ca351c4227e72bc0c3fae7295a39772d')
+md5sums=('93c4e696a95a65f0b2d475ef10fbedbb')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-09 Thread Dan McGee
Date: Wednesday, January 9, 2013 @ 20:36:13
  Author: dan
Revision: 174991

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-10 01:35:40 UTC (rev 174990)
+++ extra-i686/PKGBUILD 2013-01-10 01:36:13 UTC (rev 174991)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-
-pkgname=cvsps
-pkgver=3.6
-pkgrel=1
-pkgdesc=Generating 'patchset' information from a CVS repository
-url=http://www.catb.org/esr/cvsps/;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('zlib')
-makedepends=('asciidoc')
-source=(http://www.catb.org/~esr/cvsps/cvsps-${pkgver}.tar.gz;)
-md5sums=('ca351c4227e72bc0c3fae7295a39772d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
-}

Copied: cvsps/repos/extra-i686/PKGBUILD (from rev 174990, cvsps/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-10 01:36:13 UTC (rev 174991)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+
+pkgname=cvsps
+pkgver=3.7
+pkgrel=1
+pkgdesc=Generating 'patchset' information from a CVS repository
+url=http://www.catb.org/esr/cvsps/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('zlib')
+makedepends=('asciidoc')
+source=(http://www.catb.org/~esr/cvsps/cvsps-${pkgver}.tar.gz;)
+md5sums=('93c4e696a95a65f0b2d475ef10fbedbb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-10 01:35:40 UTC (rev 174990)
+++ extra-x86_64/PKGBUILD   2013-01-10 01:36:13 UTC (rev 174991)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-
-pkgname=cvsps
-pkgver=3.6
-pkgrel=1
-pkgdesc=Generating 'patchset' information from a CVS repository
-url=http://www.catb.org/esr/cvsps/;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('zlib')
-makedepends=('asciidoc')
-source=(http://www.catb.org/~esr/cvsps/cvsps-${pkgver}.tar.gz;)
-md5sums=('ca351c4227e72bc0c3fae7295a39772d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
-}

Copied: cvsps/repos/extra-x86_64/PKGBUILD (from rev 174990, 
cvsps/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-10 01:36:13 UTC (rev 174991)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+
+pkgname=cvsps
+pkgver=3.7
+pkgrel=1
+pkgdesc=Generating 'patchset' information from a CVS repository
+url=http://www.catb.org/esr/cvsps/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('zlib')
+makedepends=('asciidoc')
+source=(http://www.catb.org/~esr/cvsps/cvsps-${pkgver}.tar.gz;)
+md5sums=('93c4e696a95a65f0b2d475ef10fbedbb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}



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

2013-01-09 Thread Eric Bélanger
Date: Wednesday, January 9, 2013 @ 21:02:45
  Author: eric
Revision: 174992

upgpkg: zope-interface 4.0.3-1

Upstream update, Add check function

Modified:
  zope-interface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-10 01:36:13 UTC (rev 174991)
+++ PKGBUILD2013-01-10 02:02:45 UTC (rev 174992)
@@ -4,14 +4,14 @@
 
 pkgbase=zope-interface
 pkgname=('python-zope-interface' 'python2-zope-interface')
-pkgver=4.0.1
+pkgver=4.0.3
 pkgrel=1
 license=('ZPL')
 arch=('any')
 url=http://pypi.python.org/pypi/zope.interface;
 makedepends=('python-distribute' 'python2-distribute')
 
source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz)
-md5sums=('d171f8f8a6997409c7680f1dbb3b7e45')
+md5sums=('1ddd308f2c83703accd1696158c300eb')
 
 build() {
   cd ${srcdir}
@@ -26,6 +26,14 @@
   python2 setup.py build
 }
 
+check() {
+  cd ${srcdir}/zope.interface-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/zope.interface-${pkgver}-python2
+  python2 setup.py test
+}
+
 package_python-zope-interface() {
   pkgdesc=('Zope Interfaces for Python3')
   depends=('python')



[arch-commits] Commit in zope-interface/repos/extra-any (PKGBUILD PKGBUILD)

2013-01-09 Thread Eric Bélanger
Date: Wednesday, January 9, 2013 @ 21:03:14
  Author: eric
Revision: 174993

archrelease: copy trunk to extra-any

Added:
  zope-interface/repos/extra-any/PKGBUILD
(from rev 174992, zope-interface/trunk/PKGBUILD)
Deleted:
  zope-interface/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-10 02:02:45 UTC (rev 174992)
+++ PKGBUILD2013-01-10 02:03:14 UTC (rev 174993)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgbase=zope-interface
-pkgname=('python-zope-interface' 'python2-zope-interface')
-pkgver=4.0.1
-pkgrel=1
-license=('ZPL')
-arch=('any')
-url=http://pypi.python.org/pypi/zope.interface;
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz)
-md5sums=('d171f8f8a6997409c7680f1dbb3b7e45')
-
-build() {
-  cd ${srcdir}
-  cp -a zope.interface-${pkgver}{,-python2}
-
-  #build python3 module
-  cd ${srcdir}/zope.interface-${pkgver}
-  python setup.py build
-
-  #build python2 module
-  cd ${srcdir}/zope.interface-${pkgver}-python2
-  python2 setup.py build
-}
-
-package_python-zope-interface() {
-  pkgdesc=('Zope Interfaces for Python3')
-  depends=('python')
-  cd ${srcdir}/zope.interface-${pkgver}
-  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-  cp src/zope/__init__.py ${pkgdir}/usr/lib/python3.3/site-packages/zope/
-  #delete debug
-  rm 
${pkgdir}/usr/lib/python3.3/site-packages/zope/interface/_zope_interface_coptimizations.cpython-33m.so
-}
-
-package_python2-zope-interface(){
-  pkgdesc=('Zope Interfaces for Python2')
-  depends=('python2')
-  replaces=('zope-interface')
-  provides=('zope-interface')
-  cd ${srcdir}/zope.interface-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-  cp src/zope/__init__.py ${pkgdir}/usr/lib/python2.7/site-packages/zope/
-  #delete debug
-  rm 
${pkgdir}/usr/lib/python2.7/site-packages/zope/interface/_zope_interface_coptimizations.so
-}

Copied: zope-interface/repos/extra-any/PKGBUILD (from rev 174992, 
zope-interface/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-10 02:03:14 UTC (rev 174993)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgbase=zope-interface
+pkgname=('python-zope-interface' 'python2-zope-interface')
+pkgver=4.0.3
+pkgrel=1
+license=('ZPL')
+arch=('any')
+url=http://pypi.python.org/pypi/zope.interface;
+makedepends=('python-distribute' 'python2-distribute')
+source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz)
+md5sums=('1ddd308f2c83703accd1696158c300eb')
+
+build() {
+  cd ${srcdir}
+  cp -a zope.interface-${pkgver}{,-python2}
+
+  #build python3 module
+  cd ${srcdir}/zope.interface-${pkgver}
+  python setup.py build
+
+  #build python2 module
+  cd ${srcdir}/zope.interface-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/zope.interface-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/zope.interface-${pkgver}-python2
+  python2 setup.py test
+}
+
+package_python-zope-interface() {
+  pkgdesc=('Zope Interfaces for Python3')
+  depends=('python')
+  cd ${srcdir}/zope.interface-${pkgver}
+  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+  cp src/zope/__init__.py ${pkgdir}/usr/lib/python3.3/site-packages/zope/
+  #delete debug
+  rm 
${pkgdir}/usr/lib/python3.3/site-packages/zope/interface/_zope_interface_coptimizations.cpython-33m.so
+}
+
+package_python2-zope-interface(){
+  pkgdesc=('Zope Interfaces for Python2')
+  depends=('python2')
+  replaces=('zope-interface')
+  provides=('zope-interface')
+  cd ${srcdir}/zope.interface-${pkgver}-python2
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+  cp src/zope/__init__.py ${pkgdir}/usr/lib/python2.7/site-packages/zope/
+  #delete debug
+  rm 
${pkgdir}/usr/lib/python2.7/site-packages/zope/interface/_zope_interface_coptimizations.so
+}