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

2013-12-01 Thread Jakob Gruber
Date: Sunday, December 1, 2013 @ 10:05:45
  Author: schuay
Revision: 101786

dolphin-emu 4.0.2

Modified:
  dolphin-emu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 05:21:36 UTC (rev 101785)
+++ PKGBUILD2013-12-01 09:05:45 UTC (rev 101786)
@@ -2,7 +2,7 @@
 # Contributor: Jeremy Newton (Mystro256)
 
 pkgname=dolphin-emu
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 epoch=1
 pkgdesc='A Gamecube / Wii / Triforce emulator'



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

2013-12-01 Thread Jakob Gruber
Date: Sunday, December 1, 2013 @ 10:07:12
  Author: schuay
Revision: 101788

archrelease: copy trunk to community-x86_64

Added:
  dolphin-emu/repos/community-x86_64/Dolphin_Logo.png
(from rev 101787, dolphin-emu/trunk/Dolphin_Logo.png)
  dolphin-emu/repos/community-x86_64/PKGBUILD
(from rev 101787, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-x86_64/dolphin-emu.desktop
(from rev 101787, dolphin-emu/trunk/dolphin-emu.desktop)
Deleted:
  dolphin-emu/repos/community-x86_64/Dolphin_Logo.png
  dolphin-emu/repos/community-x86_64/PKGBUILD
  dolphin-emu/repos/community-x86_64/dolphin-emu.desktop

-+
 PKGBUILD|   86 +-
 dolphin-emu.desktop |   22 ++--
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: Dolphin_Logo.png
===
(Binary files differ)

Copied: dolphin-emu/repos/community-x86_64/Dolphin_Logo.png (from rev 101787, 
dolphin-emu/trunk/Dolphin_Logo.png)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-01 09:07:05 UTC (rev 101787)
+++ PKGBUILD2013-12-01 09:07:12 UTC (rev 101788)
@@ -1,43 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Jeremy Newton (Mystro256)
-
-pkgname=dolphin-emu
-pkgver=4.0.1
-pkgrel=1
-epoch=1
-pkgdesc='A Gamecube / Wii / Triforce emulator'
-arch=('i686' 'x86_64')
-url='http://dolphin-emu.org'
-license=('GPL2')
-
-makedepends=('cmake' 'git' 'opencl-headers')
-depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio' 
'sdl2' 'soundtouch' 'wxgtk2.9')
-optdepends=('pulseaudio: PulseAudio backend')
-
-source=("${pkgname%-*}::git+https://code.google.com/p/dolphin-emu/#tag=${pkgver}";
-'dolphin-emu.desktop'
-'Dolphin_Logo.png')
-
-# TODO: Drop the custom icon and .desktop file, apparently dolphin ships these 
now.
-
-build() {
-  cd "${srcdir}/${pkgname%-*}"
-
-  mkdir build && cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname%-*}/build"
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 "${srcdir}/dolphin-emu.desktop" \
- "${pkgdir}/usr/share/applications/dolphin-emu.desktop"
-  install -Dm644 "${srcdir}/Dolphin_Logo.png" 
"${pkgdir}/usr/share/pixmaps/dolphin-emu.png"
-}
-
-md5sums=('SKIP'
- 'feed4580c2e6bfbc7f6c67dad861daae'
- 'd15c51f547b4bd47e510faac40bcc9d6')

Copied: dolphin-emu/repos/community-x86_64/PKGBUILD (from rev 101787, 
dolphin-emu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-01 09:07:12 UTC (rev 101788)
@@ -0,0 +1,43 @@
+# Maintainer: schuay 
+# Contributor: Jeremy Newton (Mystro256)
+
+pkgname=dolphin-emu
+pkgver=4.0.2
+pkgrel=1
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=('i686' 'x86_64')
+url='http://dolphin-emu.org'
+license=('GPL2')
+
+makedepends=('cmake' 'git' 'opencl-headers')
+depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio' 
'sdl2' 'soundtouch' 'wxgtk2.9')
+optdepends=('pulseaudio: PulseAudio backend')
+
+source=("${pkgname%-*}::git+https://code.google.com/p/dolphin-emu/#tag=${pkgver}";
+'dolphin-emu.desktop'
+'Dolphin_Logo.png')
+
+# TODO: Drop the custom icon and .desktop file, apparently dolphin ships these 
now.
+
+build() {
+  cd "${srcdir}/${pkgname%-*}"
+
+  mkdir build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname%-*}/build"
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 "${srcdir}/dolphin-emu.desktop" \
+ "${pkgdir}/usr/share/applications/dolphin-emu.desktop"
+  install -Dm644 "${srcdir}/Dolphin_Logo.png" 
"${pkgdir}/usr/share/pixmaps/dolphin-emu.png"
+}
+
+md5sums=('SKIP'
+ 'feed4580c2e6bfbc7f6c67dad861daae'
+ 'd15c51f547b4bd47e510faac40bcc9d6')

Deleted: dolphin-emu.desktop
===
--- dolphin-emu.desktop 2013-12-01 09:07:05 UTC (rev 101787)
+++ dolphin-emu.desktop 2013-12-01 09:07:12 UTC (rev 101788)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=Dolphin
-Categories=Game;Emulator;GTK;
-GenericName=GameCube and Wii Emulator
-Comment=An emulator for the GameCube and Wii consoles
-Exec=dolphin-emu
-Icon=dolphin-emu
-StartupNotify=false
-Name[en_US]=Dolphin

Copied: dolphin-emu/repos/community-x86_64/dolphin-emu.desktop (from rev 
101787, dolphin-emu/trunk/dolphin-emu.desktop)
===
--- dolphin-emu.desktop (rev 0)
+++ dolphin-emu.desktop 2013-12-01 09:07:

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

2013-12-01 Thread Jakob Gruber
Date: Sunday, December 1, 2013 @ 10:07:05
  Author: schuay
Revision: 101787

archrelease: copy trunk to community-i686

Added:
  dolphin-emu/repos/community-i686/Dolphin_Logo.png
(from rev 101786, dolphin-emu/trunk/Dolphin_Logo.png)
  dolphin-emu/repos/community-i686/PKGBUILD
(from rev 101786, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-i686/dolphin-emu.desktop
(from rev 101786, dolphin-emu/trunk/dolphin-emu.desktop)
Deleted:
  dolphin-emu/repos/community-i686/Dolphin_Logo.png
  dolphin-emu/repos/community-i686/PKGBUILD
  dolphin-emu/repos/community-i686/dolphin-emu.desktop

-+
 PKGBUILD|   86 +-
 dolphin-emu.desktop |   22 ++--
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: Dolphin_Logo.png
===
(Binary files differ)

Copied: dolphin-emu/repos/community-i686/Dolphin_Logo.png (from rev 101786, 
dolphin-emu/trunk/Dolphin_Logo.png)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-01 09:05:45 UTC (rev 101786)
+++ PKGBUILD2013-12-01 09:07:05 UTC (rev 101787)
@@ -1,43 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Jeremy Newton (Mystro256)
-
-pkgname=dolphin-emu
-pkgver=4.0.1
-pkgrel=1
-epoch=1
-pkgdesc='A Gamecube / Wii / Triforce emulator'
-arch=('i686' 'x86_64')
-url='http://dolphin-emu.org'
-license=('GPL2')
-
-makedepends=('cmake' 'git' 'opencl-headers')
-depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio' 
'sdl2' 'soundtouch' 'wxgtk2.9')
-optdepends=('pulseaudio: PulseAudio backend')
-
-source=("${pkgname%-*}::git+https://code.google.com/p/dolphin-emu/#tag=${pkgver}";
-'dolphin-emu.desktop'
-'Dolphin_Logo.png')
-
-# TODO: Drop the custom icon and .desktop file, apparently dolphin ships these 
now.
-
-build() {
-  cd "${srcdir}/${pkgname%-*}"
-
-  mkdir build && cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname%-*}/build"
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 "${srcdir}/dolphin-emu.desktop" \
- "${pkgdir}/usr/share/applications/dolphin-emu.desktop"
-  install -Dm644 "${srcdir}/Dolphin_Logo.png" 
"${pkgdir}/usr/share/pixmaps/dolphin-emu.png"
-}
-
-md5sums=('SKIP'
- 'feed4580c2e6bfbc7f6c67dad861daae'
- 'd15c51f547b4bd47e510faac40bcc9d6')

Copied: dolphin-emu/repos/community-i686/PKGBUILD (from rev 101786, 
dolphin-emu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-01 09:07:05 UTC (rev 101787)
@@ -0,0 +1,43 @@
+# Maintainer: schuay 
+# Contributor: Jeremy Newton (Mystro256)
+
+pkgname=dolphin-emu
+pkgver=4.0.2
+pkgrel=1
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=('i686' 'x86_64')
+url='http://dolphin-emu.org'
+license=('GPL2')
+
+makedepends=('cmake' 'git' 'opencl-headers')
+depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio' 
'sdl2' 'soundtouch' 'wxgtk2.9')
+optdepends=('pulseaudio: PulseAudio backend')
+
+source=("${pkgname%-*}::git+https://code.google.com/p/dolphin-emu/#tag=${pkgver}";
+'dolphin-emu.desktop'
+'Dolphin_Logo.png')
+
+# TODO: Drop the custom icon and .desktop file, apparently dolphin ships these 
now.
+
+build() {
+  cd "${srcdir}/${pkgname%-*}"
+
+  mkdir build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname%-*}/build"
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 "${srcdir}/dolphin-emu.desktop" \
+ "${pkgdir}/usr/share/applications/dolphin-emu.desktop"
+  install -Dm644 "${srcdir}/Dolphin_Logo.png" 
"${pkgdir}/usr/share/pixmaps/dolphin-emu.png"
+}
+
+md5sums=('SKIP'
+ 'feed4580c2e6bfbc7f6c67dad861daae'
+ 'd15c51f547b4bd47e510faac40bcc9d6')

Deleted: dolphin-emu.desktop
===
--- dolphin-emu.desktop 2013-12-01 09:05:45 UTC (rev 101786)
+++ dolphin-emu.desktop 2013-12-01 09:07:05 UTC (rev 101787)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=Dolphin
-Categories=Game;Emulator;GTK;
-GenericName=GameCube and Wii Emulator
-Comment=An emulator for the GameCube and Wii consoles
-Exec=dolphin-emu
-Icon=dolphin-emu
-StartupNotify=false
-Name[en_US]=Dolphin

Copied: dolphin-emu/repos/community-i686/dolphin-emu.desktop (from rev 101786, 
dolphin-emu/trunk/dolphin-emu.desktop)
===
--- dolphin-emu.desktop (rev 0)
+++ dolphin-emu.desktop 2013-12-01 09:07:05 UTC (rev 101787)

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

2013-12-01 Thread Jelle van der Waa
Date: Sunday, December 1, 2013 @ 10:46:37
  Author: jelle
Revision: 101789

upgpkg: qt-recordmydesktop 0.3.8-7

fix  FS#37940

Modified:
  qt-recordmydesktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 09:07:12 UTC (rev 101788)
+++ PKGBUILD2013-12-01 09:46:37 UTC (rev 101789)
@@ -6,12 +6,12 @@
 
 pkgname=qt-recordmydesktop
 pkgver=0.3.8
-pkgrel=6
+pkgrel=7
 pkgdesc="Qt4 frontend for recordMyDesktop"
 arch=('i686' 'x86_64')
 url="http://recordmydesktop.sourceforge.net";
 license=('GPL')
-depends=('recordmydesktop>=0.3.8.1' 'python2-pyqt')
+depends=('recordmydesktop>=0.3.8.1' 'python2-pyqt' 'xorg-xwininfo')
 
source=(http://downloads.sourceforge.net/sourceforge/recordmydesktop/${pkgname}-${pkgver}.tar.gz
 'pyqt4.patch')
 md5sums=('bf1525740755615ae172ae27fef68fb5'



[arch-commits] Commit in qt-recordmydesktop/repos/community-x86_64 (4 files)

2013-12-01 Thread Jelle van der Waa
Date: Sunday, December 1, 2013 @ 10:46:48
  Author: jelle
Revision: 101790

archrelease: copy trunk to community-x86_64

Added:
  qt-recordmydesktop/repos/community-x86_64/PKGBUILD
(from rev 101789, qt-recordmydesktop/trunk/PKGBUILD)
  qt-recordmydesktop/repos/community-x86_64/pyqt4.patch
(from rev 101789, qt-recordmydesktop/trunk/pyqt4.patch)
Deleted:
  qt-recordmydesktop/repos/community-x86_64/PKGBUILD
  qt-recordmydesktop/repos/community-x86_64/pyqt4.patch

-+
 PKGBUILD|   84 +-
 pyqt4.patch |   22 +++
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-01 09:46:37 UTC (rev 101789)
+++ PKGBUILD2013-12-01 09:46:48 UTC (rev 101790)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Allan McRae 
-# Contributor: Marc poiroud 
-
-pkgname=qt-recordmydesktop
-pkgver=0.3.8
-pkgrel=6
-pkgdesc="Qt4 frontend for recordMyDesktop"
-arch=('i686' 'x86_64')
-url="http://recordmydesktop.sourceforge.net";
-license=('GPL')
-depends=('recordmydesktop>=0.3.8.1' 'python2-pyqt')
-source=(http://downloads.sourceforge.net/sourceforge/recordmydesktop/${pkgname}-${pkgver}.tar.gz
-'pyqt4.patch')
-md5sums=('bf1525740755615ae172ae27fef68fb5'
- 'ce1dc05b512df883d0e204eac2b1eaaf')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/pyqt4.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # python2 fix
-  sed -i 's|PYQT4_VERSION=`python -c|PYQT4_VERSION=`python2 -c|' configure
-  sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' src/qt-recordMyDesktop.in
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: qt-recordmydesktop/repos/community-x86_64/PKGBUILD (from rev 101789, 
qt-recordmydesktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-01 09:46:48 UTC (rev 101790)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Allan McRae 
+# Contributor: Marc poiroud 
+
+pkgname=qt-recordmydesktop
+pkgver=0.3.8
+pkgrel=7
+pkgdesc="Qt4 frontend for recordMyDesktop"
+arch=('i686' 'x86_64')
+url="http://recordmydesktop.sourceforge.net";
+license=('GPL')
+depends=('recordmydesktop>=0.3.8.1' 'python2-pyqt' 'xorg-xwininfo')
+source=(http://downloads.sourceforge.net/sourceforge/recordmydesktop/${pkgname}-${pkgver}.tar.gz
+'pyqt4.patch')
+md5sums=('bf1525740755615ae172ae27fef68fb5'
+ 'ce1dc05b512df883d0e204eac2b1eaaf')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/pyqt4.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # python2 fix
+  sed -i 's|PYQT4_VERSION=`python -c|PYQT4_VERSION=`python2 -c|' configure
+  sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' src/qt-recordMyDesktop.in
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: pyqt4.patch
===
--- pyqt4.patch 2013-12-01 09:46:37 UTC (rev 101789)
+++ pyqt4.patch 2013-12-01 09:46:48 UTC (rev 101790)
@@ -1,11 +0,0 @@
 qt-recordmydesktop-0.3.8/configure.ac~ 2013-06-17 18:22:27.747345090 
+
-+++ qt-recordmydesktop-0.3.8/configure.ac  2013-06-17 18:22:46.937225955 
+
-@@ -43,7 +43,7 @@
- 
- export PYTHONPATH=$PYTHONPATH
- 
--export PYQT4_VERSION=`python -c 'import PyQt4; from PyQt4 import QtCore; 
print QtCore.PYQT_VERSION_STR'  2>>/dev/null `
-+export PYQT4_VERSION=`python2 -c 'import PyQt4; from PyQt4 import QtCore; 
print QtCore.PYQT_VERSION_STR'  2>>/dev/null `
- if test x$PYQT4_VERSION == x; then
- AC_MSG_ERROR(You need PyQt4>=4.1 installed to procceed);
- fi

Copied: qt-recordmydesktop/repos/community-x86_64/pyqt4.patch (from rev 101789, 
qt-recordmydesktop/trunk/pyqt4.patch)
===
--- pyqt4.patch (rev 0)
+++ pyqt4.patch 2013-12-01 09:46:48 UTC (rev 101790)
@@ -0,0 +1,11 @@
+--- qt-recordmydesktop-0.3.8/configure.ac~ 2013-06-17 18:22:27.747345090 
+
 qt-recordmydesktop-0.3.8/configure.ac  2013-06-17 18:22:46.937225955 
+
+@@ -43,7 +43,7 @@
+ 
+ export PYTHONPATH=$PYTHONPATH
+ 
+-export PYQT4_VERSION=`python -c 'import PyQt4; from PyQt4 import QtCore; 
print QtCore.PYQT_VERSION_STR'  2>>/dev/null `
++export PYQT4_VERSION=`python2 -c 'import PyQt4; from PyQt4 import QtCore; 
print QtCore.PYQT_VERSION_STR'  2>>/dev/null `
+ if test x$PYQT4_VERSION == x; then
+ AC_MSG_ERROR(You need PyQt4>=4.1 installed to procceed);
+ fi



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

2013-12-01 Thread Jelle van der Waa
Date: Sunday, December 1, 2013 @ 10:48:42
  Author: jelle
Revision: 101791

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

Added:
  qt-recordmydesktop/repos/community-i686/PKGBUILD
(from rev 101790, qt-recordmydesktop/trunk/PKGBUILD)
  qt-recordmydesktop/repos/community-i686/pyqt4.patch
(from rev 101790, qt-recordmydesktop/trunk/pyqt4.patch)
  qt-recordmydesktop/repos/community-x86_64/PKGBUILD
(from rev 101790, qt-recordmydesktop/trunk/PKGBUILD)
  qt-recordmydesktop/repos/community-x86_64/pyqt4.patch
(from rev 101790, qt-recordmydesktop/trunk/pyqt4.patch)
Deleted:
  qt-recordmydesktop/repos/community-i686/PKGBUILD
  qt-recordmydesktop/repos/community-i686/pyqt4.patch
  qt-recordmydesktop/repos/community-x86_64/PKGBUILD
  qt-recordmydesktop/repos/community-x86_64/pyqt4.patch

--+
 /PKGBUILD|   84 +
 /pyqt4.patch |   22 ++
 community-i686/PKGBUILD  |   42 
 community-i686/pyqt4.patch   |   11 -
 community-x86_64/PKGBUILD|   42 
 community-x86_64/pyqt4.patch |   11 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-01 09:46:48 UTC (rev 101790)
+++ community-i686/PKGBUILD 2013-12-01 09:48:42 UTC (rev 101791)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Allan McRae 
-# Contributor: Marc poiroud 
-
-pkgname=qt-recordmydesktop
-pkgver=0.3.8
-pkgrel=6
-pkgdesc="Qt4 frontend for recordMyDesktop"
-arch=('i686' 'x86_64')
-url="http://recordmydesktop.sourceforge.net";
-license=('GPL')
-depends=('recordmydesktop>=0.3.8.1' 'python2-pyqt')
-source=(http://downloads.sourceforge.net/sourceforge/recordmydesktop/${pkgname}-${pkgver}.tar.gz
-'pyqt4.patch')
-md5sums=('bf1525740755615ae172ae27fef68fb5'
- 'ce1dc05b512df883d0e204eac2b1eaaf')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/pyqt4.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # python2 fix
-  sed -i 's|PYQT4_VERSION=`python -c|PYQT4_VERSION=`python2 -c|' configure
-  sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' src/qt-recordMyDesktop.in
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: qt-recordmydesktop/repos/community-i686/PKGBUILD (from rev 101790, 
qt-recordmydesktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-01 09:48:42 UTC (rev 101791)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Allan McRae 
+# Contributor: Marc poiroud 
+
+pkgname=qt-recordmydesktop
+pkgver=0.3.8
+pkgrel=7
+pkgdesc="Qt4 frontend for recordMyDesktop"
+arch=('i686' 'x86_64')
+url="http://recordmydesktop.sourceforge.net";
+license=('GPL')
+depends=('recordmydesktop>=0.3.8.1' 'python2-pyqt' 'xorg-xwininfo')
+source=(http://downloads.sourceforge.net/sourceforge/recordmydesktop/${pkgname}-${pkgver}.tar.gz
+'pyqt4.patch')
+md5sums=('bf1525740755615ae172ae27fef68fb5'
+ 'ce1dc05b512df883d0e204eac2b1eaaf')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/pyqt4.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # python2 fix
+  sed -i 's|PYQT4_VERSION=`python -c|PYQT4_VERSION=`python2 -c|' configure
+  sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' src/qt-recordMyDesktop.in
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/pyqt4.patch
===
--- community-i686/pyqt4.patch  2013-12-01 09:46:48 UTC (rev 101790)
+++ community-i686/pyqt4.patch  2013-12-01 09:48:42 UTC (rev 101791)
@@ -1,11 +0,0 @@
 qt-recordmydesktop-0.3.8/configure.ac~ 2013-06-17 18:22:27.747345090 
+
-+++ qt-recordmydesktop-0.3.8/configure.ac  2013-06-17 18:22:46.937225955 
+
-@@ -43,7 +43,7 @@
- 
- export PYTHONPATH=$PYTHONPATH
- 
--export PYQT4_VERSION=`python -c 'import PyQt4; from PyQt4 import QtCore; 
print QtCore.PYQT_VERSION_STR'  2>>/dev/null `
-+export PYQT4_VERSION=`python2 -c 'import PyQt4; from PyQt4 import QtCore; 
print QtCore.PYQT_VERSION_STR'  2>>/dev/null `
- if test x$PYQT4_VERSION == x; then
- AC_MSG_ERROR(You need PyQt4>=4.1 installed to procceed);
- fi

Copied: qt-recordmydesktop/repos/community-i686/pyqt4.patch (from rev 101790, 
qt-recordmydesktop/trunk/pyqt4.patch)
===
--- community-i686/pyqt4.patch  (rev 0)

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

2013-12-01 Thread Andreas Radke
Date: Sunday, December 1, 2013 @ 11:11:16
  Author: andyrtr
Revision: 200659

upgpkg: cups-filters 1.0.42-1

upstream update 1.0.42 - replaces foomatic-filters

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 09:50:24 UTC (rev 200658)
+++ PKGBUILD2013-12-01 10:11:16 UTC (rev 200659)
@@ -17,6 +17,9 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+provides=('foomatic-filter')
+replaces=('foomatic-filter')
+conflicts=('foomatic-filter')
 md5sums=('e1282d50efca7606a80dbd4a3355267b')
 
 build() {
@@ -33,7 +36,6 @@
 
 check() {
   cd $pkgname-$pkgver
-  #make -j1 -k check
   make check
 }
 



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

2013-12-01 Thread Andreas Radke
Date: Sunday, December 1, 2013 @ 11:17:21
  Author: andyrtr
Revision: 200661

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

Added:
  cups-filters/repos/testing-i686/
  cups-filters/repos/testing-i686/PKGBUILD
(from rev 200660, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/testing-x86_64/
  cups-filters/repos/testing-x86_64/PKGBUILD
(from rev 200660, cups-filters/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   52 ++
 testing-x86_64/PKGBUILD |   52 ++
 2 files changed, 104 insertions(+)

Copied: cups-filters/repos/testing-i686/PKGBUILD (from rev 200660, 
cups-filters/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-01 10:17:21 UTC (rev 200661)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.0.42
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
+license=('GPL')
+depends=('lcms2' 'poppler' '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
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+provides=('foomatic-filter')
+replaces=('foomatic-filter')
+conflicts=('foomatic-filter')
+md5sums=('e1282d50efca7606a80dbd4a3355267b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use lp group from cups pkg FS#36769
+  chgrp -R lp ${pkgdir}/etc/cups
+}

Copied: cups-filters/repos/testing-x86_64/PKGBUILD (from rev 200660, 
cups-filters/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-01 10:17:21 UTC (rev 200661)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.0.42
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
+license=('GPL')
+depends=('lcms2' 'poppler' '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
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+provides=('foomatic-filter')
+replaces=('foomatic-filter')
+conflicts=('foomatic-filter')
+md5sums=('e1282d50efca7606a80dbd4a3355267b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use lp group from cups pkg FS#36769
+  chgrp -R lp ${pkgdir}/etc/cups
+}



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

2013-12-01 Thread Bartłomiej Piotrowski
Date: Sunday, December 1, 2013 @ 12:31:56
  Author: bpiotrowski
Revision: 101795

upgpkg: ncmpcpp 0.5.10-5

- rebuild against taglib 1.9.1 (FS#37964)

Modified:
  ncmpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 10:13:27 UTC (rev 101794)
+++ PKGBUILD2013-12-01 11:31:56 UTC (rev 101795)
@@ -6,7 +6,7 @@
 
 pkgname=ncmpcpp
 pkgver=0.5.10
-pkgrel=4
+pkgrel=5
 pkgdesc='Almost exact clone of ncmpc with some new features'
 arch=('i686' 'x86_64')
 url='http://ncmpcpp.rybczak.net/'
@@ -17,22 +17,22 @@
 md5sums=('298ed66325bcfe358e37e186c7ea4861')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr\
-  --enable-clock   \
-  --enable-outputs \
-  --enable-unicode \
-  --enable-visualizer \
-  --with-curl  \
-  --with-fftw  \
-  --with-taglib
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 
-  make -C extras/
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
+  make -C extras
+  install -Dm755 extras/artist_to_albumartist "$pkgdir"/usr/bin/
 }



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

2013-12-01 Thread Bartłomiej Piotrowski
Date: Sunday, December 1, 2013 @ 12:32:10
  Author: bpiotrowski
Revision: 101796

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

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

--+
 /PKGBUILD|   76 +
 /ncmpcpp.install |   38 ++
 community-i686/PKGBUILD  |   38 --
 community-i686/ncmpcpp.install   |   19 -
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/ncmpcpp.install |   19 -
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-01 11:31:56 UTC (rev 101795)
+++ community-i686/PKGBUILD 2013-12-01 11:32:10 UTC (rev 101796)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski
-# Contributor: graysky 
-# Contributor: Mateusz Herych 
-# Contributor: Army 
-
-pkgname=ncmpcpp
-pkgver=0.5.10
-pkgrel=4
-pkgdesc='Almost exact clone of ncmpc with some new features'
-arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw')
-install=ncmpcpp.install
-source=(http://ncmpcpp.rybczak.net/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('298ed66325bcfe358e37e186c7ea4861')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr\
-  --enable-clock   \
-  --enable-outputs \
-  --enable-unicode \
-  --enable-visualizer \
-  --with-curl  \
-  --with-fftw  \
-  --with-taglib
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  make -C extras/
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 101795, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-01 11:32:10 UTC (rev 101796)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.5.10
+pkgrel=5
+pkgdesc='Almost exact clone of ncmpc with some new features'
+arch=('i686' 'x86_64')
+url='http://ncmpcpp.rybczak.net/'
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw')
+install=ncmpcpp.install
+source=(http://ncmpcpp.rybczak.net/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('298ed66325bcfe358e37e186c7ea4861')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  make -C extras
+  install -Dm755 extras/artist_to_albumartist "$pkgdir"/usr/bin/
+}

Deleted: community-i686/ncmpcpp.install
===
--- community-i686/ncmpcpp.install  2013-12-01 11:31:56 UTC (rev 101795)
+++ community-i686/ncmpcpp.install  2013-12-01 11:32:10 UTC (rev 101796)
@@ -1,19 +0,0 @@
-pre_install() {
-   /bin/true
-}
-post_install() {
-   echo "Example configuration files can be found in"
-   echo "/usr/share/doc/ncmpcpp"
-}
-pre_upgrade() {
-   /bin/true
-}
-post_upgrade() {
-   /bin/true
-}
-pre_remove() {
-   /bin/true
-}
-post_remove() {
-   /bin/true
-}

Copied: ncmpcpp/repos/community-i686/ncmpcpp.install (from rev 101795, 
ncmpcpp/trunk/ncmpcpp.install)
===
--- community-i686/ncmpcpp.install  (rev 0)
+++ community-i686/ncmpcpp.install  2013-12-01 11:32:10 UTC (rev 101796)
@@ -0,0 +1,19 @@
+pre_install() {
+   /bin/true
+}
+post_install() {
+   echo "Example configuration files can be found in"
+   echo "/usr/share/doc/ncmpcpp"
+}
+pre_upgrade() {
+   /bin/true
+}
+post_upgrade() {
+   /bin/true
+}
+pre_remove() {
+   /bin/true
+}
+post_remove() {
+   /bin/true
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD  

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

2013-12-01 Thread Jakob Gruber
Date: Sunday, December 1, 2013 @ 12:50:38
  Author: schuay
Revision: 101797

desmume FS#37960

Modified:
  desmume/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 11:32:10 UTC (rev 101796)
+++ PKGBUILD2013-12-01 11:50:38 UTC (rev 101797)
@@ -13,13 +13,12 @@
 
 pkgname=desmume
 pkgver=0.9.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Nintendo DS emulator"
 arch=('i686' 'x86_64')
 url="http://desmume.org/";
 license=('GPL')
-depends=('agg' 'gtkglext' 'libglade' 'desktop-file-utils' 'libpcap'
- 'soundtouch' 'alsa-lib' 'zziplib' 'glu')
+depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 
'gtk2' 'zziplib')
 makedepends=('intltool' 'mesa')
 install=desmume.install
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.tar";



[arch-commits] Commit in desmume/repos/community-x86_64 (PKGBUILD desmume.install)

2013-12-01 Thread Jakob Gruber
Date: Sunday, December 1, 2013 @ 12:50:55
  Author: schuay
Revision: 101799

archrelease: copy trunk to community-x86_64

Deleted:
  desmume/repos/community-x86_64/PKGBUILD
  desmume/repos/community-x86_64/desmume.install

-+
 PKGBUILD|   49 -
 desmume.install |   11 ---
 2 files changed, 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-01 11:50:49 UTC (rev 101798)
+++ PKGBUILD2013-12-01 11:50:55 UTC (rev 101799)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Jonathan Conder 
-# Contributor: Brad Fanella 
-# Contributor: Arkham 
-# Contributor: Nathan Jones 
-# Contributor: Javier "Phrodo_00" Aravena 
-# Contributor: angvp 
-# Contributor: Allan 
-# Contributor: w0rm 
-# Contributor: vEX 
-# Contributor: Asher256 
-
-pkgname=desmume
-pkgver=0.9.10
-pkgrel=1
-pkgdesc="Nintendo DS emulator"
-arch=('i686' 'x86_64')
-url="http://desmume.org/";
-license=('GPL')
-depends=('agg' 'gtkglext' 'libglade' 'desktop-file-utils' 'libpcap'
- 'soundtouch' 'alsa-lib' 'zziplib' 'glu')
-makedepends=('intltool' 'mesa')
-install=desmume.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.tar";
-"glx_3Demu.patch")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # http://sourceforge.net/p/desmume/code/4907/
-  patch -Np2 < "$srcdir"/glx_3Demu.patch
-
-  # See https://bugs.archlinux.org/task/35086 and
-  # 
https://sourceforge.net/tracker/?func=detail&aid=3612768&group_id=164579&atid=832291
-  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
-
-  ./configure --prefix=/usr --enable-wifi
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('a6aedfe5d6437d481aa9ac5fb5aebbea'
- '352ea0ffa109f68da2fb79f30d2c85e2')

Deleted: desmume.install
===
--- desmume.install 2013-12-01 11:50:49 UTC (rev 101798)
+++ desmume.install 2013-12-01 11:50:55 UTC (rev 101799)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



[arch-commits] Commit in desmume/repos/community-i686 (PKGBUILD desmume.install)

2013-12-01 Thread Jakob Gruber
Date: Sunday, December 1, 2013 @ 12:50:49
  Author: schuay
Revision: 101798

archrelease: copy trunk to community-i686

Deleted:
  desmume/repos/community-i686/PKGBUILD
  desmume/repos/community-i686/desmume.install

-+
 PKGBUILD|   49 -
 desmume.install |   11 ---
 2 files changed, 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-01 11:50:38 UTC (rev 101797)
+++ PKGBUILD2013-12-01 11:50:49 UTC (rev 101798)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Jonathan Conder 
-# Contributor: Brad Fanella 
-# Contributor: Arkham 
-# Contributor: Nathan Jones 
-# Contributor: Javier "Phrodo_00" Aravena 
-# Contributor: angvp 
-# Contributor: Allan 
-# Contributor: w0rm 
-# Contributor: vEX 
-# Contributor: Asher256 
-
-pkgname=desmume
-pkgver=0.9.10
-pkgrel=1
-pkgdesc="Nintendo DS emulator"
-arch=('i686' 'x86_64')
-url="http://desmume.org/";
-license=('GPL')
-depends=('agg' 'gtkglext' 'libglade' 'desktop-file-utils' 'libpcap'
- 'soundtouch' 'alsa-lib' 'zziplib' 'glu')
-makedepends=('intltool' 'mesa')
-install=desmume.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.tar";
-"glx_3Demu.patch")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # http://sourceforge.net/p/desmume/code/4907/
-  patch -Np2 < "$srcdir"/glx_3Demu.patch
-
-  # See https://bugs.archlinux.org/task/35086 and
-  # 
https://sourceforge.net/tracker/?func=detail&aid=3612768&group_id=164579&atid=832291
-  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
-
-  ./configure --prefix=/usr --enable-wifi
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('a6aedfe5d6437d481aa9ac5fb5aebbea'
- '352ea0ffa109f68da2fb79f30d2c85e2')

Deleted: desmume.install
===
--- desmume.install 2013-12-01 11:50:38 UTC (rev 101797)
+++ desmume.install 2013-12-01 11:50:49 UTC (rev 101798)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



[arch-commits] Commit in desmume/repos/community-x86_64 (4 files)

2013-12-01 Thread Jakob Gruber
Date: Sunday, December 1, 2013 @ 12:51:18
  Author: schuay
Revision: 101801

archrelease: copy trunk to community-x86_64

Added:
  desmume/repos/community-x86_64/PKGBUILD
(from rev 101800, desmume/trunk/PKGBUILD)
  desmume/repos/community-x86_64/desmume.install
(from rev 101800, desmume/trunk/desmume.install)
  desmume/repos/community-x86_64/glx_3Demu.patch
(from rev 101800, desmume/trunk/glx_3Demu.patch)
Deleted:
  desmume/repos/community-x86_64/glx_3Demu.patch

-+
 PKGBUILD|   48 
 desmume.install |   11 +++
 glx_3Demu.patch |   50 +-
 3 files changed, 84 insertions(+), 25 deletions(-)

Copied: desmume/repos/community-x86_64/PKGBUILD (from rev 101800, 
desmume/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-01 11:51:18 UTC (rev 101801)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Jonathan Conder 
+# Contributor: Brad Fanella 
+# Contributor: Arkham 
+# Contributor: Nathan Jones 
+# Contributor: Javier "Phrodo_00" Aravena 
+# Contributor: angvp 
+# Contributor: Allan 
+# Contributor: w0rm 
+# Contributor: vEX 
+# Contributor: Asher256 
+
+pkgname=desmume
+pkgver=0.9.10
+pkgrel=2
+pkgdesc="Nintendo DS emulator"
+arch=('i686' 'x86_64')
+url="http://desmume.org/";
+license=('GPL')
+depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 
'gtk2' 'zziplib')
+makedepends=('intltool' 'mesa')
+install=desmume.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.tar";
+"glx_3Demu.patch")
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # http://sourceforge.net/p/desmume/code/4907/
+  patch -Np2 < "$srcdir"/glx_3Demu.patch
+
+  # See https://bugs.archlinux.org/task/35086 and
+  # 
https://sourceforge.net/tracker/?func=detail&aid=3612768&group_id=164579&atid=832291
+  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
+
+  ./configure --prefix=/usr --enable-wifi
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('a6aedfe5d6437d481aa9ac5fb5aebbea'
+ '352ea0ffa109f68da2fb79f30d2c85e2')

Copied: desmume/repos/community-x86_64/desmume.install (from rev 101800, 
desmume/trunk/desmume.install)
===
--- desmume.install (rev 0)
+++ desmume.install 2013-12-01 11:51:18 UTC (rev 101801)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: glx_3Demu.patch
===
--- glx_3Demu.patch 2013-12-01 11:51:12 UTC (rev 101800)
+++ glx_3Demu.patch 2013-12-01 11:51:18 UTC (rev 101801)
@@ -1,25 +0,0 @@
 src/desmume-0.9.10/src/gtk/glx_3Demu.cpp   2013-11-28 01:36:53.712615822 
+0100
-+++ glx_3Demu.cpp  2013-11-28 22:08:52.762390897 +0100
-@@ -41,11 +41,7 @@
- glXDestroyContext(dpy, ctx);
- 
- XCloseDisplay(dpy);
--
--return true;
- }
--
--return false;
- }
- 
- int init_glx_3Demu(void) 
 src/desmume-0.9.10/src/gtk/glx_3Demu.cpp   2013-11-28 01:36:53.712615822 
+0100
-+++ glx_3Demu.cpp  2013-11-28 22:14:34.529740137 +0100
-@@ -31,7 +31,7 @@
- static GLXContext ctx;
- static GLXPbuffer pbuf;
- 
--void deinit_glx_3Demu(void)
-+int deinit_glx_3Demu(void)
- {
- Display *dpy = glXGetCurrentDisplay();
- 

Copied: desmume/repos/community-x86_64/glx_3Demu.patch (from rev 101800, 
desmume/trunk/glx_3Demu.patch)
===
--- glx_3Demu.patch (rev 0)
+++ glx_3Demu.patch 2013-12-01 11:51:18 UTC (rev 101801)
@@ -0,0 +1,25 @@
+--- src/desmume-0.9.10/src/gtk/glx_3Demu.cpp   2013-11-28 01:36:53.712615822 
+0100
 glx_3Demu.cpp  2013-11-28 22:08:52.762390897 +0100
+@@ -41,11 +41,7 @@
+ glXDestroyContext(dpy, ctx);
+ 
+ XCloseDisplay(dpy);
+-
+-return true;
+ }
+-
+-return false;
+ }
+ 
+ int init_glx_3Demu(void) 
+--- src/desmume-0.9.10/src/gtk/glx_3Demu.cpp   2013-11-28 01:36:53.712615822 
+0100
 glx_3Demu.cpp  2013-11-28 22:14:34.529740137 +0100
+@@ -31,7 +31,7 @@
+ static GLXContext ctx;
+ static GLXPbuffer pbuf;
+ 
+-void deinit_glx_3Demu(void)
++int deinit_glx_3Demu(void)
+ {
+ Display *dpy = glXGetCurrentDisplay();
+ 



[arch-commits] Commit in desmume/repos/community-i686 (4 files)

2013-12-01 Thread Jakob Gruber
Date: Sunday, December 1, 2013 @ 12:51:12
  Author: schuay
Revision: 101800

archrelease: copy trunk to community-i686

Added:
  desmume/repos/community-i686/PKGBUILD
(from rev 101799, desmume/trunk/PKGBUILD)
  desmume/repos/community-i686/desmume.install
(from rev 101799, desmume/trunk/desmume.install)
  desmume/repos/community-i686/glx_3Demu.patch
(from rev 101799, desmume/trunk/glx_3Demu.patch)
Deleted:
  desmume/repos/community-i686/glx_3Demu.patch

-+
 PKGBUILD|   48 
 desmume.install |   11 +++
 glx_3Demu.patch |   50 +-
 3 files changed, 84 insertions(+), 25 deletions(-)

Copied: desmume/repos/community-i686/PKGBUILD (from rev 101799, 
desmume/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-01 11:51:12 UTC (rev 101800)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Jonathan Conder 
+# Contributor: Brad Fanella 
+# Contributor: Arkham 
+# Contributor: Nathan Jones 
+# Contributor: Javier "Phrodo_00" Aravena 
+# Contributor: angvp 
+# Contributor: Allan 
+# Contributor: w0rm 
+# Contributor: vEX 
+# Contributor: Asher256 
+
+pkgname=desmume
+pkgver=0.9.10
+pkgrel=2
+pkgdesc="Nintendo DS emulator"
+arch=('i686' 'x86_64')
+url="http://desmume.org/";
+license=('GPL')
+depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 
'gtk2' 'zziplib')
+makedepends=('intltool' 'mesa')
+install=desmume.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.tar";
+"glx_3Demu.patch")
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # http://sourceforge.net/p/desmume/code/4907/
+  patch -Np2 < "$srcdir"/glx_3Demu.patch
+
+  # See https://bugs.archlinux.org/task/35086 and
+  # 
https://sourceforge.net/tracker/?func=detail&aid=3612768&group_id=164579&atid=832291
+  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
+
+  ./configure --prefix=/usr --enable-wifi
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('a6aedfe5d6437d481aa9ac5fb5aebbea'
+ '352ea0ffa109f68da2fb79f30d2c85e2')

Copied: desmume/repos/community-i686/desmume.install (from rev 101799, 
desmume/trunk/desmume.install)
===
--- desmume.install (rev 0)
+++ desmume.install 2013-12-01 11:51:12 UTC (rev 101800)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: glx_3Demu.patch
===
--- glx_3Demu.patch 2013-12-01 11:50:55 UTC (rev 101799)
+++ glx_3Demu.patch 2013-12-01 11:51:12 UTC (rev 101800)
@@ -1,25 +0,0 @@
 src/desmume-0.9.10/src/gtk/glx_3Demu.cpp   2013-11-28 01:36:53.712615822 
+0100
-+++ glx_3Demu.cpp  2013-11-28 22:08:52.762390897 +0100
-@@ -41,11 +41,7 @@
- glXDestroyContext(dpy, ctx);
- 
- XCloseDisplay(dpy);
--
--return true;
- }
--
--return false;
- }
- 
- int init_glx_3Demu(void) 
 src/desmume-0.9.10/src/gtk/glx_3Demu.cpp   2013-11-28 01:36:53.712615822 
+0100
-+++ glx_3Demu.cpp  2013-11-28 22:14:34.529740137 +0100
-@@ -31,7 +31,7 @@
- static GLXContext ctx;
- static GLXPbuffer pbuf;
- 
--void deinit_glx_3Demu(void)
-+int deinit_glx_3Demu(void)
- {
- Display *dpy = glXGetCurrentDisplay();
- 

Copied: desmume/repos/community-i686/glx_3Demu.patch (from rev 101799, 
desmume/trunk/glx_3Demu.patch)
===
--- glx_3Demu.patch (rev 0)
+++ glx_3Demu.patch 2013-12-01 11:51:12 UTC (rev 101800)
@@ -0,0 +1,25 @@
+--- src/desmume-0.9.10/src/gtk/glx_3Demu.cpp   2013-11-28 01:36:53.712615822 
+0100
 glx_3Demu.cpp  2013-11-28 22:08:52.762390897 +0100
+@@ -41,11 +41,7 @@
+ glXDestroyContext(dpy, ctx);
+ 
+ XCloseDisplay(dpy);
+-
+-return true;
+ }
+-
+-return false;
+ }
+ 
+ int init_glx_3Demu(void) 
+--- src/desmume-0.9.10/src/gtk/glx_3Demu.cpp   2013-11-28 01:36:53.712615822 
+0100
 glx_3Demu.cpp  2013-11-28 22:14:34.529740137 +0100
+@@ -31,7 +31,7 @@
+ static GLXContext ctx;
+ static GLXPbuffer pbuf;
+ 
+-void deinit_glx_3Demu(void)
++int deinit_glx_3Demu(void)
+ {
+ Display *dpy = glXGetCurrentDisplay();
+ 



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

2013-12-01 Thread Bartłomiej Piotrowski
Date: Sunday, December 1, 2013 @ 13:14:14
  Author: bpiotrowski
Revision: 101803

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

Added:
  0ad/repos/community-staging-i686/
  0ad/repos/community-staging-i686/PKGBUILD
(from rev 101802, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-i686/boost-1.50.patch
(from rev 101802, 0ad/trunk/boost-1.50.patch)
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 101802, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/boost-1.50.patch
(from rev 101802, 0ad/trunk/boost-1.50.patch)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/boost-1.50.patch   |   39 ++
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/boost-1.50.patch |   39 ++
 4 files changed, 162 insertions(+)

Copied: 0ad/repos/community-staging-i686/PKGBUILD (from rev 101802, 
0ad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-01 12:14:14 UTC (rev 101803)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a14
+_pkgver=0.0.14-alpha
+pkgrel=2
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/";
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet>=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz";)
+md5sums=('5bbaffa02b6e9082cbd5142d43f9b700')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  ./update-workspaces.sh \
+  --with-system-enet \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make CONFIG=Release
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad}
+  install -Dm755 "${srcdir}"/${pkgname}-${_pkgver}/binaries/system/pyrogenesis 
"${pkgdir}/usr/bin"
+  install -Dm755 "${srcdir}"/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} 
"${pkgdir}/usr/lib/0ad"
+
+  install -Dm755 
"${srcdir}/${pkgname}-${_pkgver}/build/resources/${pkgname}.sh" 
"${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 
"${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 "${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.png" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}

Copied: 0ad/repos/community-staging-i686/boost-1.50.patch (from rev 101802, 
0ad/trunk/boost-1.50.patch)
===
--- community-staging-i686/boost-1.50.patch (rev 0)
+++ community-staging-i686/boost-1.50.patch 2013-12-01 12:14:14 UTC (rev 
101803)
@@ -0,0 +1,39 @@
+diff -ru 0ad-r11863-alpha/source/graphics/TextureManager.cpp 
0ad-r11863-alpha-patched/source/graphics/TextureManager.cpp
+--- 0ad-r11863-alpha/source/graphics/TextureManager.cpp2012-02-19 
04:30:59.0 +0100
 0ad-r11863-alpha-patched/source/graphics/TextureManager.cpp
2012-07-10 21:00:52.753251312 +0200
+@@ -425,9 +425,9 @@
+   CTextureConverter::SettingsFile* f = 
GetSettingsFile(settingsPath);
+   if (f)
+   files.push_back(f);
+-  p = p / *it;
++  p = p / it->wstring();
+   }
+-  return m_TextureConverter.ComputeSettings(srcPath.leaf(), 
files);
++  return 
m_TextureConverter.ComputeSettings(srcPath.leaf().wstring(), files);
+   }
+ 
+   /**
+diff -ru 0ad-r11863-alpha/source/lib/pch/pch_boost.h 
0ad-r11863-alpha-patched/source/lib/pch/pch_boost.h
+--- 0ad-r11863-alpha/source/lib/pch/pch_boost.h2012-02-16 
19:01:10.0 +0100
 0ad-r11863-alpha-patched/source/lib/pch/pch_boost.h2012-07-10 
19:51:38.413009623 +0200
+@@ -25,7 +25,7 @@
+ 
+ // the following boost libraries have been included in TR1 and are
+ // thus deemed usable:
+-#define BOOST_FILESYSTEM_VERSION 2
++#define BOOST_FILESYSTEM_VERSION 3
+ #include 
+ namespace fs = boost::filesystem;
+ #include 
+diff -ru 0ad-r11863-alpha/source/simulation2/components/ICmpAIManager.cpp 
0ad-r11863-alpha-patched/source/simulation2/components/ICmpAIManager.cpp
+--- 0ad-r11863-alpha/source/simulation2/components/ICmpAIManager.cpp   
2011-05-25 12:39:13.

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

2013-12-01 Thread Bartłomiej Piotrowski
Date: Sunday, December 1, 2013 @ 13:14:06
  Author: bpiotrowski
Revision: 101802

upgpkg: 0ad a14-2

rebuild against boost 1.55.0

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 11:51:18 UTC (rev 101801)
+++ PKGBUILD2013-12-01 12:14:06 UTC (rev 101802)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a14
 _pkgver=0.0.14-alpha
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('i686' 'x86_64')
 url="http://play0ad.com/";



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

2013-12-01 Thread Bartłomiej Piotrowski
Date: Sunday, December 1, 2013 @ 13:23:11
  Author: bpiotrowski
Revision: 200662

upgpkg: mariadb 5.5.34-2

- re-enable TokuDB engine
- keep static libraries in libmariadbclient

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 10:17:21 UTC (rev 200661)
+++ PKGBUILD2013-12-01 12:23:11 UTC (rev 200662)
@@ -5,7 +5,7 @@
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
 pkgver=5.5.34
 _pkgver=${pkgver/.a/a}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'
@@ -22,6 +22,7 @@
 prepare() {
   cd $pkgbase-$_pkgver
   sed -i '63d' storage/tokudb/ft-index/cmake_modules/TokuSetupCTest.cmake
+  sed -i '176,177s/-Werror//' 
storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake
 }
 
 build() {
@@ -57,7 +58,7 @@
 -DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
 -DWITH_INNOBASE_STORAGE_ENGINE=1 \
 -DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITHOUT_TOKUDB_STORAGE_ENGINE=1 \
+-DWITH_TOKUDB_STORAGE_ENGINE=1 \
 -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
 -DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
 -DWITHOUT_PBXT_STORAGE_ENGINE=1 \
@@ -74,6 +75,7 @@
   depends=('openssl')
   conflicts=('libmysqlclient')
   provides=("libmysqlclient=$pkgver")
+  options=('staticlibs')
   
   cd build
   for dir in include libmysql libmysqld libservices; do



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

2013-12-01 Thread Bartłomiej Piotrowski
Date: Sunday, December 1, 2013 @ 13:23:29
  Author: bpiotrowski
Revision: 200663

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

Added:
  mariadb/repos/extra-i686/PKGBUILD
(from rev 200662, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 200662, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 200662, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 200662, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 200662, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 200662, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 200662, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 200662, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 200662, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 200662, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/extra-i686/PKGBUILD
  mariadb/repos/extra-i686/mariadb-post.sh
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
  mariadb/repos/extra-i686/mariadb.install
  mariadb/repos/extra-i686/mariadb.service
  mariadb/repos/extra-x86_64/PKGBUILD
  mariadb/repos/extra-x86_64/mariadb-post.sh
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
  mariadb/repos/extra-x86_64/mariadb.install
  mariadb/repos/extra-x86_64/mariadb.service

---+
 /PKGBUILD |  308 
 /mariadb-post.sh  |   16 +
 /mariadb-tmpfile.conf |2 
 /mariadb.install  |   94 ++
 /mariadb.service  |   32 +++
 extra-i686/PKGBUILD   |  152 -
 extra-i686/mariadb-post.sh|8 
 extra-i686/mariadb-tmpfile.conf   |1 
 extra-i686/mariadb.install|   47 -
 extra-i686/mariadb.service|   16 -
 extra-x86_64/PKGBUILD |  152 -
 extra-x86_64/mariadb-post.sh  |8 
 extra-x86_64/mariadb-tmpfile.conf |1 
 extra-x86_64/mariadb.install  |   47 -
 extra-x86_64/mariadb.service  |   16 -
 15 files changed, 452 insertions(+), 448 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-01 12:23:11 UTC (rev 200662)
+++ extra-i686/PKGBUILD 2013-12-01 12:23:29 UTC (rev 200663)
@@ -1,152 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=5.5.34
-_pkgver=${pkgver/.a/a}
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib')
-source=(http://mirrors.supportex.net/$pkgbase/$pkgbase-$_pkgver/kvm-tarbake-jaunty-x86/$pkgbase-$_pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-sha256sums=('a4d8b54be0f5784924629a1e87dbbccc4c0aaf537c76951e265625deda322f89'
-'a6cf5446159fff16598d0d787dd3a3c30a53a656a5f876ddb608bc60e234d334'
-'368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
-'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')
-
-prepare() {
-  cd $pkgbase-$_pkgver
-  sed -i '63d' storage/tokudb/ft-index/cmake_modules/TokuSetupCTest.cmake
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$_pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_LIBWRAP=OFF \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITHOUT_TOKUDB_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS="-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer" \
--DCMAKE_CXX_FLAGS="-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-c

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

2013-12-01 Thread Andreas Radke
Date: Sunday, December 1, 2013 @ 13:48:13
  Author: andyrtr
Revision: 200665

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

Added:
  foomatic/repos/testing-i686/
  foomatic/repos/testing-i686/PKGBUILD
(from rev 200664, foomatic/trunk/PKGBUILD)
  foomatic/repos/testing-x86_64/
  foomatic/repos/testing-x86_64/PKGBUILD
(from rev 200664, foomatic/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   76 ++
 testing-x86_64/PKGBUILD |   76 ++
 2 files changed, 152 insertions(+)

Copied: foomatic/repos/testing-i686/PKGBUILD (from rev 200664, 
foomatic/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-01 12:48:13 UTC (rev 200665)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Andreas Radke 
+ 
+pkgbase="foomatic"
+pkgname=('foomatic-db' 'foomatic-db-engine' 'foomatic-db-nonfree')
+arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
+_snapdate=20131201
+_enginever=4.0.9
+pkgver=${_enginever}_${_snapdate}
+pkgrel=1
+epoch=2
+makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash')
+_url1=http://www.openprinting.org/download/foomatic/
+_url2=ftp://ftp.archlinux.org/other/packages/foomatic/
+source=(${_url1}/$pkgbase-db-engine-${_enginever}.tar.gz   
#   
20130311 = 4.0.9
+${_url2}/$pkgbase-db-4.0-${_snapdate}.tar.gz   
# switch after build url1 -> url2   20131128
+${_url2}/$pkgbase-db-nonfree-${_snapdate}.tar.gz)  
# switch after build url1 -> url2   20130925
+url="http://www.linuxprinting.org/foomatic.html";
+options=('!emptydirs')
+md5sums=('5b33c1adb21e7b6f3652e9a18d0e6f4e'
+ '1ea8175a49bb3c0578629d70c6698cf8'
+ '57f98ad75c8e071e3944d97ef9388d37')
+
+# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
+# for latest commits and developement
+
+package_foomatic-db() {
+
+ pkgdesc="Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files."
+# arch=('any')
+ license=('GPL' 'custom')
+ depends=('perl' 'libxml2')
+ replaces=('foomatic-db-ppd' 'foomatic-db-hpijs')
+ conflicts=('foomatic-db-ppd' 'foomatic-db-hpijs')
+ provides=('foomatic-db-hpijs')
+
+   cd ${srcdir}/${pkgname}-${_snapdate}
+   ./configure --prefix=/usr
+   make DESTDIR=${pkgdir} install
+   install -v -Dm644 ${srcdir}/${pkgname}-${_snapdate}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_foomatic-db-engine() {
+
+ pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs."
+# arch=('i686' 'x86_64')
+ license=('GPL')
+ depends=('perl' 'libxml2' "cups-filters>=1.0.42" 'bash')
+
+   export LIB_CUPS="/usr/lib/cups"
+   cd ${srcdir}/foomatic-db-engine-${_enginever}
+./configure --prefix=/usr \
+  --sbindir=/usr/bin
+   make
+   eval `perl -V:archname`
+   make DESTDIR=${pkgdir} \
+INSTALLARCHLIB=/usr/lib/perl5/vendor_perl/ \
+INSTALLSITELIB=/usr/lib/perl5/vendor_perl/ \
+INSTALLSITEARCH=/usr/lib/perl5/vendor_perl/ install
+   /usr/bin/find ${pkgdir} -name '.packlist' -delete
+   # fix permissions
+   chmod 755 ${pkgdir}/usr/lib{,/perl5,/perl5/vendor_perl}
+}
+
+package_foomatic-db-nonfree() {
+
+ pkgdesc="Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses"
+# arch=('any')
+ license=('custom')
+ depends=('perl' 'libxml2' "foomatic-db-engine" 'foomatic-db')
+
+   cd ${srcdir}/foomatic-db-nonfree-${_snapdate}
+   ./configure --prefix=/usr
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: foomatic/repos/testing-x86_64/PKGBUILD (from rev 200664, 
foomatic/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-01 12:48:13 UTC (rev 200665)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Andreas Radke 
+ 
+pkgbase="foomatic"
+pkgname=

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

2013-12-01 Thread Andreas Radke
Date: Sunday, December 1, 2013 @ 13:47:51
  Author: andyrtr
Revision: 200664

upgpkg: foomatic 2:4.0.9_20131201-1

update snapshot, drop foomatic-filters that is now part of cups-filters

Modified:
  foomatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 12:23:29 UTC (rev 200663)
+++ PKGBUILD2013-12-01 12:47:51 UTC (rev 200664)
@@ -2,28 +2,28 @@
 # Maintainer: Andreas Radke 
  
 pkgbase="foomatic"
-pkgname=('foomatic-db' 'foomatic-filters' 'foomatic-db-engine' 
'foomatic-db-nonfree')
+pkgname=('foomatic-db' 'foomatic-db-engine' 'foomatic-db-nonfree')
 arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
-_snapdate=20130518
-_filtersver=4.0.17
+_snapdate=20131201
 _enginever=4.0.9
-pkgver=${_filtersver}_${_snapdate}
+pkgver=${_enginever}_${_snapdate}
 pkgrel=1
-epoch=1
+epoch=2
 makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash')
 _url1=http://www.openprinting.org/download/foomatic/
 _url2=ftp://ftp.archlinux.org/other/packages/foomatic/
-source=(${_url1}/$pkgbase-filters-${_filtersver}.tar.gz
-${_url1}/$pkgbase-db-engine-${_enginever}.tar.gz
-${_url2}/$pkgbase-db-4.0-${_snapdate}.tar.gz   
# switch after build url1 -> url2
-${_url2}/$pkgbase-db-nonfree-${_snapdate}.tar.gz)  
# switch after build url1 -> url2
+source=(${_url1}/$pkgbase-db-engine-${_enginever}.tar.gz   
#   
20130311 = 4.0.9
+${_url2}/$pkgbase-db-4.0-${_snapdate}.tar.gz   
# switch after build url1 -> url2   20131128
+${_url2}/$pkgbase-db-nonfree-${_snapdate}.tar.gz)  
# switch after build url1 -> url2   20130925
 url="http://www.linuxprinting.org/foomatic.html";
 options=('!emptydirs')
-md5sums=('b05f5dcbfe359f198eef3df5b283d896'
- '5b33c1adb21e7b6f3652e9a18d0e6f4e'
- 'e45fe460782afb1ec36d978dda53a3ef'
- '637793905f08b72911ca734386d95152')
+md5sums=('5b33c1adb21e7b6f3652e9a18d0e6f4e'
+ '1ea8175a49bb3c0578629d70c6698cf8'
+ '57f98ad75c8e071e3944d97ef9388d37')
 
+# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
+# for latest commits and developement
+
 package_foomatic-db() {
 
  pkgdesc="Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files."
@@ -40,28 +40,12 @@
install -v -Dm644 ${srcdir}/${pkgname}-${_snapdate}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }
 
-package_foomatic-filters() {
-
- pkgdesc="Foomatic - Filter scripts used by the printer spoolers to convert 
the incoming PostScript data into the printer's native format."
-# arch=('i686' 'x86_64')
- license=('GPL')
- backup=(etc/foomatic/filter.conf)
- depends=('glibc' 'dbus-core')
- optdepends=('perl:  for the "beh" Backend End Handler used by cups'
-'net-snmp:  certain (mostly HP) printers need it to work')
-
-   cd ${srcdir}/foomatic-filters-${_filtersver}
-   ./configure --prefix=/usr --sysconfdir=/etc
-   make
-   make DESTDIR=${pkgdir} install
-}
-
 package_foomatic-db-engine() {
 
  pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs."
-# arch=(i686 x86_64)
+# arch=('i686' 'x86_64')
  license=('GPL')
- depends=('perl' 'libxml2' 'foomatic-filters' 'bash')
+ depends=('perl' 'libxml2' "cups-filters>=1.0.42" 'bash')
 
export LIB_CUPS="/usr/lib/cups"
cd ${srcdir}/foomatic-db-engine-${_enginever}



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

2013-12-01 Thread Andreas Radke
Date: Sunday, December 1, 2013 @ 13:55:13
  Author: andyrtr
Revision: 200666

upgpkg: cups-filters 1.0.42-2

fix provides/conflicts/replaces

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 12:48:13 UTC (rev 200665)
+++ PKGBUILD2013-12-01 12:55:13 UTC (rev 200666)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.0.42
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
@@ -17,9 +17,9 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-provides=('foomatic-filter')
-replaces=('foomatic-filter')
-conflicts=('foomatic-filter')
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
 md5sums=('e1282d50efca7606a80dbd4a3355267b')
 
 build() {



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

2013-12-01 Thread Andreas Radke
Date: Sunday, December 1, 2013 @ 13:55:49
  Author: andyrtr
Revision: 200667

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

Added:
  cups-filters/repos/testing-i686/PKGBUILD
(from rev 200666, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/testing-x86_64/PKGBUILD
(from rev 200666, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/testing-i686/PKGBUILD
  cups-filters/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-12-01 12:55:13 UTC (rev 200666)
+++ testing-i686/PKGBUILD   2013-12-01 12:55:49 UTC (rev 200667)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.0.42
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
-license=('GPL')
-depends=('lcms2' 'poppler' '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
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-provides=('foomatic-filter')
-replaces=('foomatic-filter')
-conflicts=('foomatic-filter')
-md5sums=('e1282d50efca7606a80dbd4a3355267b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-}

Copied: cups-filters/repos/testing-i686/PKGBUILD (from rev 200666, 
cups-filters/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-01 12:55:49 UTC (rev 200667)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.0.42
+pkgrel=2
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
+license=('GPL')
+depends=('lcms2' 'poppler' '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
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('e1282d50efca7606a80dbd4a3355267b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use lp group from cups pkg FS#36769
+  chgrp -R lp ${pkgdir}/etc/cups
+}

Deleted: testing-x86_64/PKGBUILD
=

[arch-commits] Commit in syslinux/repos (28 files)

2013-12-01 Thread Tobias Powalowski
Date: Sunday, December 1, 2013 @ 14:36:02
  Author: tpowa
Revision: 200669

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

Added:
  syslinux/repos/core-i686/PKGBUILD
(from rev 200667, syslinux/repos/testing-i686/PKGBUILD)
  syslinux/repos/core-i686/syslinux-6.02-fix-bios-isolinux.patch
(from rev 200667, 
syslinux/repos/testing-i686/syslinux-6.02-fix-bios-isolinux.patch)
  syslinux/repos/core-i686/syslinux-6.02-fix-chainloading.patch
(from rev 200667, 
syslinux/repos/testing-i686/syslinux-6.02-fix-chainloading.patch)
  syslinux/repos/core-i686/syslinux-6.02-fix-efi-ovmf.patch
(from rev 200667, 
syslinux/repos/testing-i686/syslinux-6.02-fix-efi-ovmf.patch)
  syslinux/repos/core-i686/syslinux-install_update
(from rev 200667, syslinux/repos/testing-i686/syslinux-install_update)
  syslinux/repos/core-i686/syslinux.cfg
(from rev 200667, syslinux/repos/testing-i686/syslinux.cfg)
  syslinux/repos/core-i686/syslinux.install
(from rev 200667, syslinux/repos/testing-i686/syslinux.install)
  syslinux/repos/core-x86_64/PKGBUILD
(from rev 200667, syslinux/repos/testing-x86_64/PKGBUILD)
  syslinux/repos/core-x86_64/syslinux-6.02-fix-bios-isolinux.patch
(from rev 200667, 
syslinux/repos/testing-x86_64/syslinux-6.02-fix-bios-isolinux.patch)
  syslinux/repos/core-x86_64/syslinux-6.02-fix-chainloading.patch
(from rev 200667, 
syslinux/repos/testing-x86_64/syslinux-6.02-fix-chainloading.patch)
  syslinux/repos/core-x86_64/syslinux-6.02-fix-efi-ovmf.patch
(from rev 200667, 
syslinux/repos/testing-x86_64/syslinux-6.02-fix-efi-ovmf.patch)
  syslinux/repos/core-x86_64/syslinux-install_update
(from rev 200667, syslinux/repos/testing-x86_64/syslinux-install_update)
  syslinux/repos/core-x86_64/syslinux.cfg
(from rev 200667, syslinux/repos/testing-x86_64/syslinux.cfg)
  syslinux/repos/core-x86_64/syslinux.install
(from rev 200667, syslinux/repos/testing-x86_64/syslinux.install)
Deleted:
  syslinux/repos/core-i686/PKGBUILD
  syslinux/repos/core-i686/syslinux-6.02-fix-bios-isolinux.patch
  syslinux/repos/core-i686/syslinux-6.02-fix-chainloading.patch
  syslinux/repos/core-i686/syslinux-install_update
  syslinux/repos/core-i686/syslinux.cfg
  syslinux/repos/core-i686/syslinux.install
  syslinux/repos/core-x86_64/PKGBUILD
  syslinux/repos/core-x86_64/syslinux-6.02-fix-bios-isolinux.patch
  syslinux/repos/core-x86_64/syslinux-6.02-fix-chainloading.patch
  syslinux/repos/core-x86_64/syslinux-install_update
  syslinux/repos/core-x86_64/syslinux.cfg
  syslinux/repos/core-x86_64/syslinux.install
  syslinux/repos/testing-i686/
  syslinux/repos/testing-x86_64/

---+
 /PKGBUILD |  386 
 /syslinux-6.02-fix-bios-isolinux.patch|   24 
 /syslinux-6.02-fix-chainloading.patch |   94 ++
 /syslinux-install_update  |  906 
 /syslinux.cfg |  156 +++
 /syslinux.install |   86 +
 core-i686/PKGBUILD|  188 
 core-i686/syslinux-6.02-fix-bios-isolinux.patch   |   12 
 core-i686/syslinux-6.02-fix-chainloading.patch|   47 -
 core-i686/syslinux-6.02-fix-efi-ovmf.patch|  621 +
 core-i686/syslinux-install_update |  453 --
 core-i686/syslinux.cfg|   78 -
 core-i686/syslinux.install|   43 
 core-x86_64/PKGBUILD  |  188 
 core-x86_64/syslinux-6.02-fix-bios-isolinux.patch |   12 
 core-x86_64/syslinux-6.02-fix-chainloading.patch  |   47 -
 core-x86_64/syslinux-6.02-fix-efi-ovmf.patch  |  621 +
 core-x86_64/syslinux-install_update   |  453 --
 core-x86_64/syslinux.cfg  |   78 -
 core-x86_64/syslinux.install  |   43 
 20 files changed, 2894 insertions(+), 1642 deletions(-)

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


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

2013-12-01 Thread Tobias Powalowski
Date: Sunday, December 1, 2013 @ 14:36:00
  Author: tpowa
Revision: 200668

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

Added:
  linux/repos/core-i686/3.12-btrfs-relocate-csums.patch
(from rev 200667, linux/repos/testing-i686/3.12-btrfs-relocate-csums.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 200667, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 200667, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 200667, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 200667, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/criu-no-expert.patch
(from rev 200667, linux/repos/testing-i686/criu-no-expert.patch)
  linux/repos/core-i686/linux.install
(from rev 200667, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 200667, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/3.12-btrfs-relocate-csums.patch
(from rev 200667, 
linux/repos/testing-x86_64/3.12-btrfs-relocate-csums.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 200667, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 200667, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 200667, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 200667, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/criu-no-expert.patch
(from rev 200667, linux/repos/testing-x86_64/criu-no-expert.patch)
  linux/repos/core-x86_64/linux.install
(from rev 200667, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 200667, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/3.12-btrfs-relocate-csums.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/criu-no-expert.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/3.12-btrfs-relocate-csums.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/criu-no-expert.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /3.12-btrfs-relocate-csums.patch  |  126 
 /PKGBUILD |  672 +
 /change-default-console-loglevel.patch|   24 
 /config   |12960 
 /config.x86_64|12562 +++
 /criu-no-expert.patch |   44 
 /linux.install|   62 
 /linux.preset |   28 
 core-i686/3.12-btrfs-relocate-csums.patch |   63 
 core-i686/PKGBUILD|  343 
 core-i686/change-default-console-loglevel.patch   |   12 
 core-i686/config  | 6480 --
 core-i686/config.x86_64   | 6281 -
 core-i686/criu-no-expert.patch|   22 
 core-i686/linux.install   |   31 
 core-i686/linux.preset|   14 
 core-x86_64/3.12-btrfs-relocate-csums.patch   |   63 
 core-x86_64/PKGBUILD  |  343 
 core-x86_64/change-default-console-loglevel.patch |   12 
 core-x86_64/config| 6480 --
 core-x86_64/config.x86_64 | 6281 -
 core-x86_64/criu-no-expert.patch  |   22 
 core-x86_64/linux.install |   31 
 core-x86_64/linux.preset  |   14 
 24 files changed, 26478 insertions(+), 26492 deletions(-)

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


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

2013-12-01 Thread Tobias Powalowski
Date: Sunday, December 1, 2013 @ 14:36:03
  Author: tpowa
Revision: 200670

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

Added:
  gummiboot/repos/core-i686/PKGBUILD
(from rev 200667, gummiboot/repos/testing-i686/PKGBUILD)
  gummiboot/repos/core-i686/arch.conf
(from rev 200667, gummiboot/repos/testing-i686/arch.conf)
  gummiboot/repos/core-i686/gummiboot.install
(from rev 200667, gummiboot/repos/testing-i686/gummiboot.install)
  gummiboot/repos/core-i686/loader.conf
(from rev 200667, gummiboot/repos/testing-i686/loader.conf)
  gummiboot/repos/core-x86_64/PKGBUILD
(from rev 200667, gummiboot/repos/testing-x86_64/PKGBUILD)
  gummiboot/repos/core-x86_64/arch.conf
(from rev 200667, gummiboot/repos/testing-x86_64/arch.conf)
  gummiboot/repos/core-x86_64/gummiboot.install
(from rev 200667, gummiboot/repos/testing-x86_64/gummiboot.install)
  gummiboot/repos/core-x86_64/loader.conf
(from rev 200667, gummiboot/repos/testing-x86_64/loader.conf)
Deleted:
  gummiboot/repos/core-i686/PKGBUILD
  gummiboot/repos/core-i686/arch.conf
  gummiboot/repos/core-i686/gummiboot.install
  gummiboot/repos/core-i686/loader.conf
  gummiboot/repos/core-x86_64/PKGBUILD
  gummiboot/repos/core-x86_64/arch.conf
  gummiboot/repos/core-x86_64/gummiboot.install
  gummiboot/repos/core-x86_64/loader.conf
  gummiboot/repos/testing-i686/
  gummiboot/repos/testing-x86_64/

---+
 /PKGBUILD |   90 
 /arch.conf|   14 ++
 /gummiboot.install|   26 +++
 /loader.conf  |4 +
 core-i686/PKGBUILD|   45 
 core-i686/arch.conf   |7 ---
 core-i686/gummiboot.install   |   13 -
 core-i686/loader.conf |2 
 core-x86_64/PKGBUILD  |   45 
 core-x86_64/arch.conf |7 ---
 core-x86_64/gummiboot.install |   13 -
 core-x86_64/loader.conf   |2 
 12 files changed, 134 insertions(+), 134 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-12-01 13:36:02 UTC (rev 200669)
+++ core-i686/PKGBUILD  2013-12-01 13:36:03 UTC (rev 200670)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-# Contributor: Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
-# Contributor:  Mantas Mikulėnas 
-
-pkgname="gummiboot"
-pkgver="38"
-pkgrel="1"
-pkgdesc="Simple text-mode UEFI Boot Manager"
-url="http://freedesktop.org/wiki/Software/gummiboot";
-arch=('x86_64' 'i686')
-license=('LGPL2.1')
-makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
-depends=('util-linux')
-conflicts=('gummiboot-efi')
-provides=('gummiboot-efi')
-replaces=('gummiboot-efi')
-options=('!strip' '!makeflags')
-source=("git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}"
-'loader.conf'
-'arch.conf')
-install="gummiboot.install"
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   ./autogen.sh
-   ./configure --sysconfdir=/etc  --with-efi-ldsdir=/usr/lib 
--libexecdir=/usr/lib --libdir=/usr/lib
-   
-   make
-}
-
-package() {
-   ## Install gummiboot example configuration files (can go away with 
systemd's kernel-install)
-   install -D -m0644 "${srcdir}/loader.conf" 
"${pkgdir}/usr/lib/gummiboot/loader/loader.conf"
-   install -D -m0644 "${srcdir}/arch.conf" 
"${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf"
-
-   cd ${srcdir}/${pkgname}
-
-   make DESTDIR="${pkgdir}" install
-}
-md5sums=('SKIP'
- '6ea803e5179d623716e3be0b636de658'
- '82bda9612e3a361a74cf8de2a0134b15')

Copied: gummiboot/repos/core-i686/PKGBUILD (from rev 200667, 
gummiboot/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-12-01 13:36:03 UTC (rev 200670)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+# Contributor: Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
+# Contributor:  Mantas Mikulėnas 
+
+pkgname="gummiboot"
+pkgver="39"
+pkgrel="1"
+pkgdesc="Simple text-mode UEFI Boot Manager"
+url="http://freedesktop.org/wiki/Software/gummiboot";
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip' '!makeflags')
+source=("git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}"
+'loader.conf'
+'arch.conf')
+install="gummiboot.install"
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   ./autogen.sh
+   ./configure --sysconfdir=/etc  --with-efi-ldsdir=/usr/lib 
--libexecdir=/usr/lib --libdir=/usr/lib
+   
+   make
+}
+
+package() {
+   ## I

[arch-commits] Commit in python-stevedore/repos/community-any (PKGBUILD PKGBUILD)

2013-12-01 Thread Evangelos Foutras
Date: Sunday, December 1, 2013 @ 14:39:13
  Author: foutrelis
Revision: 101805

archrelease: copy trunk to community-any

Added:
  python-stevedore/repos/community-any/PKGBUILD
(from rev 101804, python-stevedore/trunk/PKGBUILD)
Deleted:
  python-stevedore/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-01 13:39:06 UTC (rev 101804)
+++ PKGBUILD2013-12-01 13:39:13 UTC (rev 101805)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras https://github.com/dreamhost/stevedore";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=('!emptydirs')
-source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('9689a76c09eaeb60b6db5b45aae71de8c53f15d302d790536ac5bf7c47d729eb')
-
-package_python-stevedore() {
-  depends=('python')
-
-  cd "$srcdir/stevedore-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-stevedore() {
-  depends=('python2')
-
-  cd "$srcdir/stevedore-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-stevedore/repos/community-any/PKGBUILD (from rev 101804, 
python-stevedore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-01 13:39:13 UTC (rev 101805)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Evangelos Foutras https://github.com/dreamhost/stevedore";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
+sha256sums=('6ab2ee6fbcca22f1867021269569d1657c5801efd8a425742d36a7414cc8d2ac')
+
+package_python-stevedore() {
+  depends=('python')
+
+  cd "$srcdir/stevedore-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-stevedore() {
+  depends=('python2')
+
+  cd "$srcdir/stevedore-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-12-01 Thread Evangelos Foutras
Date: Sunday, December 1, 2013 @ 14:39:06
  Author: foutrelis
Revision: 101804

upgpkg: python-stevedore 0.13-1

New upstream release.

Modified:
  python-stevedore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 12:14:14 UTC (rev 101803)
+++ PKGBUILD2013-12-01 13:39:06 UTC (rev 101804)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('9689a76c09eaeb60b6db5b45aae71de8c53f15d302d790536ac5bf7c47d729eb')
+sha256sums=('6ab2ee6fbcca22f1867021269569d1657c5801efd8a425742d36a7414cc8d2ac')
 
 package_python-stevedore() {
   depends=('python')



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

2013-12-01 Thread Dave Reisner
Date: Sunday, December 1, 2013 @ 16:47:43
  Author: dreisner
Revision: 200671

upgpkg: varnish 3.0.4-3

- backport fix for CVE-2013-4484 (FS#37776)
- listen on ipv4 and ipv6 by default

Added:
  varnish/trunk/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch
Modified:
  varnish/trunk/PKGBUILD
  varnish/trunk/varnish.service

-+
 0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch |  133 
++
 PKGBUILD|   13 
 varnish.service |2 
 3 files changed, 145 insertions(+), 3 deletions(-)

Added: 0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch
===
--- 0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch 
(rev 0)
+++ 0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch 
2013-12-01 15:47:43 UTC (rev 200671)
@@ -0,0 +1,133 @@
+From 4bd5b7991bf602a6c46dd0d65fc04d4b8d9667a6 Mon Sep 17 00:00:00 2001
+From: Martin Blix Grydeland 
+Date: Wed, 30 Oct 2013 13:48:20 +0100
+Subject: [PATCH] Make up our mind:  Any req.* we receive from the client with
+ fundamental trouble gets failed back without VCL involvement.
+
+Fixes  #1367
+---
+ bin/varnishd/cache_center.c  | 28 +++-
+ bin/varnishd/cache_http.c|  2 +-
+ bin/varnishtest/tests/r01367.vtc | 30 ++
+ 3 files changed, 46 insertions(+), 14 deletions(-)
+ create mode 100644 bin/varnishtest/tests/r01367.vtc
+
+diff --git a/bin/varnishd/cache_center.c b/bin/varnishd/cache_center.c
+index 19eb2ce..fdf7cee 100644
+--- a/bin/varnishd/cache_center.c
 b/bin/varnishd/cache_center.c
+@@ -1474,9 +1474,12 @@ DOT start -> recv [style=bold,color=green]
+ static int
+ cnt_start(struct sess *sp)
+ {
+-  uint16_t done;
++  uint16_t err_code;
+   char *p;
+-  const char *r = "HTTP/1.1 100 Continue\r\n\r\n";
++  const char *r_100 = "HTTP/1.1 100 Continue\r\n\r\n";
++  const char *r_400 = "HTTP/1.1 400 Bad Request\r\n\r\n";
++  const char *r_413 = "HTTP/1.1 413 Request Entity Too Large\r\n\r\n";
++  const char *r_417 = "HTTP/1.1 417 Expectation Failed\r\n\r\n";
+ 
+   CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
+   AZ(sp->restarts);
+@@ -1499,10 +1502,14 @@ cnt_start(struct sess *sp)
+   sp->wrk->vcl = NULL;
+ 
+   http_Setup(sp->http, sp->ws);
+-  done = http_DissectRequest(sp);
++  err_code = http_DissectRequest(sp);
+ 
+   /* If we could not even parse the request, just close */
+-  if (done == 400) {
++  if (err_code == 400)
++  (void)write(sp->fd, r_400, strlen(r_400));
++  else if (err_code == 413)
++  (void)write(sp->fd, r_413, strlen(r_413));
++  if (err_code != 0) {
+   sp->step = STP_DONE;
+   vca_close_session(sp, "junk");
+   return (0);
+@@ -1514,12 +1521,6 @@ cnt_start(struct sess *sp)
+   /* Catch original request, before modification */
+   HTTP_Copy(sp->http0, sp->http);
+ 
+-  if (done != 0) {
+-  sp->err_code = done;
+-  sp->step = STP_ERROR;
+-  return (0);
+-  }
+-
+   sp->doclose = http_DoConnection(sp->http);
+ 
+   /* XXX: Handle TRACE & OPTIONS of Max-Forwards = 0 */
+@@ -1529,13 +1530,14 @@ cnt_start(struct sess *sp)
+*/
+   if (http_GetHdr(sp->http, H_Expect, &p)) {
+   if (strcasecmp(p, "100-continue")) {
+-  sp->err_code = 417;
+-  sp->step = STP_ERROR;
++  (void)write(sp->fd, r_417, strlen(r_417));
++  sp->step = STP_DONE;
++  vca_close_session(sp, "junk");
+   return (0);
+   }
+ 
+   /* XXX: Don't bother with write failures for now */
+-  (void)write(sp->fd, r, strlen(r));
++  (void)write(sp->fd, r_100, strlen(r_100));
+   /* XXX: When we do ESI includes, this is not removed
+* XXX: because we use http0 as our basis.  Believed
+* XXX: safe, but potentially confusing.
+diff --git a/bin/varnishd/cache_http.c b/bin/varnishd/cache_http.c
+index 8753acc..605975b 100644
+--- a/bin/varnishd/cache_http.c
 b/bin/varnishd/cache_http.c
+@@ -601,7 +601,7 @@ http_splitline(struct worker *w, int fd, struct http *hp,
+   hp->hd[h2].e = p;
+ 
+   if (!Tlen(hp->hd[h2]))
+-  return (413);
++  return (400);
+ 
+   /* Skip SP */
+   for (; vct_issp(*p); p++) {
+diff --git a/bin/varnishtest/tests/r01367.vtc 
b/bin/varnishtest/tests/r01367.vtc
+new file mode 100644
+index 000..e1de20a
+--- /dev/null
 b/bin/varnishtest/tests/r01367.vtc
+@@ -0,0 +1,30 @@
++varnishtest "blank GET"
++
++server s1 {
++  rxreq
++  t

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

2013-12-01 Thread Dave Reisner
Date: Sunday, December 1, 2013 @ 16:48:29
  Author: dreisner
Revision: 200672

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

Added:
  
varnish/repos/extra-i686/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch
(from rev 200671, 
varnish/trunk/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch)
  varnish/repos/extra-i686/PKGBUILD
(from rev 200671, varnish/trunk/PKGBUILD)
  varnish/repos/extra-i686/varnish-vcl-reload
(from rev 200671, varnish/trunk/varnish-vcl-reload)
  varnish/repos/extra-i686/varnish.install
(from rev 200671, varnish/trunk/varnish.install)
  varnish/repos/extra-i686/varnish.service
(from rev 200671, varnish/trunk/varnish.service)
  
varnish/repos/extra-x86_64/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch
(from rev 200671, 
varnish/trunk/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch)
  varnish/repos/extra-x86_64/PKGBUILD
(from rev 200671, varnish/trunk/PKGBUILD)
  varnish/repos/extra-x86_64/varnish-vcl-reload
(from rev 200671, varnish/trunk/varnish-vcl-reload)
  varnish/repos/extra-x86_64/varnish.install
(from rev 200671, varnish/trunk/varnish.install)
  varnish/repos/extra-x86_64/varnish.service
(from rev 200671, varnish/trunk/varnish.service)
Deleted:
  varnish/repos/extra-i686/PKGBUILD
  varnish/repos/extra-i686/varnish-vcl-reload
  varnish/repos/extra-i686/varnish.install
  varnish/repos/extra-i686/varnish.service
  varnish/repos/extra-x86_64/PKGBUILD
  varnish/repos/extra-x86_64/varnish-vcl-reload
  varnish/repos/extra-x86_64/varnish.install
  varnish/repos/extra-x86_64/varnish.service

--+
 /PKGBUILD| 
 106 +++
 /varnish-vcl-reload  | 
  40 +++
 /varnish.install | 
  12 
 /varnish.service | 
  20 +
 extra-i686/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch   | 
 133 ++
 extra-i686/PKGBUILD  | 
  44 ---
 extra-i686/varnish-vcl-reload| 
  20 -
 extra-i686/varnish.install   | 
   6 
 extra-i686/varnish.service   | 
  10 
 extra-x86_64/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch | 
 133 ++
 extra-x86_64/PKGBUILD| 
  44 ---
 extra-x86_64/varnish-vcl-reload  | 
  20 -
 extra-x86_64/varnish.install | 
   6 
 extra-x86_64/varnish.service | 
  10 
 14 files changed, 444 insertions(+), 160 deletions(-)

Copied: 
varnish/repos/extra-i686/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch
 (from rev 200671, 
varnish/trunk/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch)
===
--- extra-i686/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch  
(rev 0)
+++ extra-i686/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch  
2013-12-01 15:48:29 UTC (rev 200672)
@@ -0,0 +1,133 @@
+From 4bd5b7991bf602a6c46dd0d65fc04d4b8d9667a6 Mon Sep 17 00:00:00 2001
+From: Martin Blix Grydeland 
+Date: Wed, 30 Oct 2013 13:48:20 +0100
+Subject: [PATCH] Make up our mind:  Any req.* we receive from the client with
+ fundamental trouble gets failed back without VCL involvement.
+
+Fixes  #1367
+---
+ bin/varnishd/cache_center.c  | 28 +++-
+ bin/varnishd/cache_http.c|  2 +-
+ bin/varnishtest/tests/r01367.vtc | 30 ++
+ 3 files changed, 46 insertions(+), 14 deletions(-)
+ create mode 100644 bin/varnishtest/tests/r01367.vtc
+
+diff --git a/bin/varnishd/cache_center.c b/bin/varnishd/cache_center.c
+index 19eb2ce..fdf7cee 100644
+--- a/bin/varnishd/cache_center.c
 b/bin/varnishd/cache_center.c
+@@ -1474,9 +1474,12 @@ DOT start -> recv [style=bold,color=green]
+ static int
+ cnt_start(struct sess *sp)
+ {
+-  uint16_t done;
++  uint16_t err_code;
+   char *p;
+-  const char *r = "HTTP/1.1 100 Continue\r\n\r\n";
++  const char *r_100 = "HTTP/1.1 100 Continue\r\n\r\n";
++  const char *r_400 = "HTTP/1.1 400 Bad Request\r\n\r\n";
++  const char *r_413 = "HTTP/1.1 413 Request Entity Too Large\r\n\r\n";
++  const char *r_417 = "HTTP/1.1 417 Expectation Failed\r\n\r\n";
+ 
+   CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
+   AZ(sp->restarts);
+@@ -1499,10 +1502,14 @@ cnt_start(struct sess *sp)
+   sp->wrk->vcl = NULL;
+ 
+   h

[arch-commits] Commit in xcursor-vanilla-dmz/repos/community-any (PKGBUILD PKGBUILD)

2013-12-01 Thread Balló György
Date: Sunday, December 1, 2013 @ 22:41:46
  Author: bgyorgy
Revision: 101807

archrelease: copy trunk to community-any

Added:
  xcursor-vanilla-dmz/repos/community-any/PKGBUILD
(from rev 101806, xcursor-vanilla-dmz/trunk/PKGBUILD)
Deleted:
  xcursor-vanilla-dmz/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-01 21:41:39 UTC (rev 101806)
+++ PKGBUILD2013-12-01 21:41:46 UTC (rev 101807)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Roman Kyrylych 
-# Contributor: Björn Martensen 
-# Maintainer: Daniel J Griffiths 
-
-pkgbase=xcursor-vanilla-dmz
-pkgname=('xcursor-vanilla-dmz' 'xcursor-vanilla-dmz-aa')
-pkgver=0.4.3
-pkgrel=1
-arch=('any')
-url="http://jimmac.musichall.cz/themes.php?skin=7";
-license=('CCPL:by-nc-sa')
-makedepends=('xorg-xcursorgen')
-source=(http://ftp.de.debian.org/debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${pkgver}.tar.gz)
-md5sums=('412256b1b8a65dd05b46f65b32e2f5e6')
-
-build() {
-  cd "${srcdir}/dmz-cursor-theme-${pkgver}"
-  (cd DMZ-White/pngs ; ./make.sh)
-  (cd DMZ-Black/pngs ; ./make.sh)
-}
-
-package_xcursor-vanilla-dmz() {
-  pkgdesc="Vanilla DMZ cursor theme"
-
-  cd "${srcdir}/dmz-cursor-theme-${pkgver}"
-  install -d "${pkgdir}"/usr/share/icons/Vanilla-DMZ/cursors
-  cp -a DMZ-White/xcursors/* "${pkgdir}"/usr/share/icons/Vanilla-DMZ/cursors
-  install -Dm644 DMZ-White/index.theme 
"${pkgdir}"/usr/share/icons/Vanilla-DMZ/index.theme
-}
-
-package_xcursor-vanilla-dmz-aa() {
-  pkgdesc="Vanilla DMZ AA cursor theme"
-
-  cd "${srcdir}/dmz-cursor-theme-${pkgver}"
-  install -d "${pkgdir}"/usr/share/icons/Vanilla-DMZ-AA/cursors
-  cp -a DMZ-Black/xcursors/* "${pkgdir}"/usr/share/icons/Vanilla-DMZ-AA/cursors
-  install -Dm644 DMZ-Black/index.theme 
"${pkgdir}"/usr/share/icons/Vanilla-DMZ-AA/index.theme
-}

Copied: xcursor-vanilla-dmz/repos/community-any/PKGBUILD (from rev 101806, 
xcursor-vanilla-dmz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-01 21:41:46 UTC (rev 101807)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Roman Kyrylych 
+# Contributor: Björn Martensen 
+# Contributor: Daniel J Griffiths 
+
+pkgbase=xcursor-vanilla-dmz
+pkgname=('xcursor-vanilla-dmz' 'xcursor-vanilla-dmz-aa')
+pkgver=0.4.4
+pkgrel=1
+arch=('any')
+url="http://jimmac.musichall.cz/";
+license=('CCPL:by-nc-sa')
+makedepends=('xorg-xcursorgen')
+source=(http://ftp.de.debian.org/debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_$pkgver.tar.gz)
+md5sums=('06fbab13df89c5770ce61b0e3e31e5f6')
+
+build() {
+  cd "$srcdir/dmz-cursor-theme-$pkgver"
+  (cd DMZ-White/pngs ; ./make.sh)
+  (cd DMZ-Black/pngs ; ./make.sh)
+}
+
+package_xcursor-vanilla-dmz() {
+  pkgdesc="Vanilla DMZ cursor theme"
+
+  cd "$srcdir/dmz-cursor-theme-$pkgver"
+  install -d "$pkgdir"/usr/share/icons/Vanilla-DMZ/cursors
+  cp -a DMZ-White/xcursors/* "$pkgdir"/usr/share/icons/Vanilla-DMZ/cursors
+  install -Dm644 DMZ-White/index.theme 
"$pkgdir"/usr/share/icons/Vanilla-DMZ/index.theme
+}
+
+package_xcursor-vanilla-dmz-aa() {
+  pkgdesc="Vanilla DMZ AA cursor theme"
+
+  cd "$srcdir/dmz-cursor-theme-${pkgver}"
+  install -d "$pkgdir"/usr/share/icons/Vanilla-DMZ-AA/cursors
+  cp -a DMZ-Black/xcursors/* "$pkgdir"/usr/share/icons/Vanilla-DMZ-AA/cursors
+  install -Dm644 DMZ-Black/index.theme 
"$pkgdir"/usr/share/icons/Vanilla-DMZ-AA/index.theme
+}



[arch-commits] Commit in xcursor-vanilla-dmz/trunk (PKGBUILD)

2013-12-01 Thread Balló György
Date: Sunday, December 1, 2013 @ 22:41:39
  Author: bgyorgy
Revision: 101806

upgpkg: xcursor-vanilla-dmz 0.4.4-1

Update to version 0.4.4

Modified:
  xcursor-vanilla-dmz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 13:39:13 UTC (rev 101805)
+++ PKGBUILD2013-12-01 21:41:39 UTC (rev 101806)
@@ -1,21 +1,22 @@
 # $Id$
+# Maintainer: Balló György 
 # Contributor: Roman Kyrylych 
 # Contributor: Björn Martensen 
-# Maintainer: Daniel J Griffiths 
+# Contributor: Daniel J Griffiths 
 
 pkgbase=xcursor-vanilla-dmz
 pkgname=('xcursor-vanilla-dmz' 'xcursor-vanilla-dmz-aa')
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 arch=('any')
-url="http://jimmac.musichall.cz/themes.php?skin=7";
+url="http://jimmac.musichall.cz/";
 license=('CCPL:by-nc-sa')
 makedepends=('xorg-xcursorgen')
-source=(http://ftp.de.debian.org/debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${pkgver}.tar.gz)
-md5sums=('412256b1b8a65dd05b46f65b32e2f5e6')
+source=(http://ftp.de.debian.org/debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_$pkgver.tar.gz)
+md5sums=('06fbab13df89c5770ce61b0e3e31e5f6')
 
 build() {
-  cd "${srcdir}/dmz-cursor-theme-${pkgver}"
+  cd "$srcdir/dmz-cursor-theme-$pkgver"
   (cd DMZ-White/pngs ; ./make.sh)
   (cd DMZ-Black/pngs ; ./make.sh)
 }
@@ -23,17 +24,17 @@
 package_xcursor-vanilla-dmz() {
   pkgdesc="Vanilla DMZ cursor theme"
 
-  cd "${srcdir}/dmz-cursor-theme-${pkgver}"
-  install -d "${pkgdir}"/usr/share/icons/Vanilla-DMZ/cursors
-  cp -a DMZ-White/xcursors/* "${pkgdir}"/usr/share/icons/Vanilla-DMZ/cursors
-  install -Dm644 DMZ-White/index.theme 
"${pkgdir}"/usr/share/icons/Vanilla-DMZ/index.theme
+  cd "$srcdir/dmz-cursor-theme-$pkgver"
+  install -d "$pkgdir"/usr/share/icons/Vanilla-DMZ/cursors
+  cp -a DMZ-White/xcursors/* "$pkgdir"/usr/share/icons/Vanilla-DMZ/cursors
+  install -Dm644 DMZ-White/index.theme 
"$pkgdir"/usr/share/icons/Vanilla-DMZ/index.theme
 }
 
 package_xcursor-vanilla-dmz-aa() {
   pkgdesc="Vanilla DMZ AA cursor theme"
 
-  cd "${srcdir}/dmz-cursor-theme-${pkgver}"
-  install -d "${pkgdir}"/usr/share/icons/Vanilla-DMZ-AA/cursors
-  cp -a DMZ-Black/xcursors/* "${pkgdir}"/usr/share/icons/Vanilla-DMZ-AA/cursors
-  install -Dm644 DMZ-Black/index.theme 
"${pkgdir}"/usr/share/icons/Vanilla-DMZ-AA/index.theme
+  cd "$srcdir/dmz-cursor-theme-${pkgver}"
+  install -d "$pkgdir"/usr/share/icons/Vanilla-DMZ-AA/cursors
+  cp -a DMZ-Black/xcursors/* "$pkgdir"/usr/share/icons/Vanilla-DMZ-AA/cursors
+  install -Dm644 DMZ-Black/index.theme 
"$pkgdir"/usr/share/icons/Vanilla-DMZ-AA/index.theme
 }



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

2013-12-01 Thread Balló György
Date: Sunday, December 1, 2013 @ 22:45:28
  Author: bgyorgy
Revision: 101808

Update upstream URL

Modified:
  uget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 21:41:46 UTC (rev 101807)
+++ PKGBUILD2013-12-01 21:45:28 UTC (rev 101808)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
 arch=('i686' 'x86_64')
-url="http://urlget.sourceforge.net/";
+url="http://ugetdm.com/";
 license=('LGPL')
 depends=('libnotify' 'gtk3' 'gstreamer' 'curl' 'hicolor-icon-theme' 
'xdg-utils')
 makedepends=('intltool')
@@ -17,7 +17,6 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-appindicator
   make
@@ -25,6 +24,5 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir/" install
 }



[arch-commits] Commit in transmageddon/trunk (revert-prs-directory.patch)

2013-12-01 Thread Balló György
Date: Sunday, December 1, 2013 @ 22:49:00
  Author: bgyorgy
Revision: 101809

Remove obsoleted file

Deleted:
  transmageddon/trunk/revert-prs-directory.patch

+
 revert-prs-directory.patch |   23 ---
 1 file changed, 23 deletions(-)

Deleted: revert-prs-directory.patch
===
--- revert-prs-directory.patch  2013-12-01 21:45:28 UTC (rev 101808)
+++ revert-prs-directory.patch  2013-12-01 21:49:00 UTC (rev 101809)
@@ -1,23 +0,0 @@
-diff --git a/presets/Makefile.am b/presets/Makefile.am
 a/presets/Makefile.am
-+++ b/presets/Makefile.am
-@@ -1,5 +1,5 @@
- 
--presetdir = $(datadir)/transmageddon/presets
-+presetdir = $(datadir)/gstreamer-0.10/presets
- preset_DATA = ffenc_ac3.prs GstFaac.prs GstVorbisEnc.prs \
-   ffenc_flv.prs GstLameMP3Enc.prs \
-   ffenc_h263p.prs GstXvidEnc.prs \
-diff --git a/src/transcoder_engine.py b/src/transcoder_engine.py
 a/src/transcoder_engine.py
-+++ b/src/transcoder_engine.py
-@@ -56,9 +57,6 @@ class Transcoder(gobject.GObject):
-self.containercaps=gst.Caps("application/x-id3")
-self.container=gst.Caps("application/x-id3")
- 
--   # set preset directory 
--   gst.preset_set_app_dir("/usr/share/transmageddon/presets/")
--   
-# Choose plugin based on Codec Name
-# or switch to remuxing mode if any of the values are set to 'pastr'
-self.stoptoggle=False



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

2013-12-01 Thread Balló György
Date: Sunday, December 1, 2013 @ 23:03:59
  Author: bgyorgy
Revision: 101810

Update upstream URL

Modified:
  tasque/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 21:49:00 UTC (rev 101809)
+++ PKGBUILD2013-12-01 22:03:59 UTC (rev 101810)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Easy quick task management app written in C Sharp"
 arch=('any')
-url="http://live.gnome.org/Tasque";
+url="https://wiki.gnome.org/Apps/Tasque";
 license=('MIT')
 depends=('notify-sharp' 'sqlite' 'hicolor-icon-theme' 'xdg-utils')
 makedepends=('intltool')
@@ -16,7 +16,6 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-static --disable-appindicator
   make
@@ -24,7 +23,6 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }



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

2013-12-01 Thread Balló György
Date: Sunday, December 1, 2013 @ 23:10:02
  Author: bgyorgy
Revision: 101811

Implement prepare function

Modified:
  regexxer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 22:03:59 UTC (rev 101810)
+++ PKGBUILD2013-12-01 22:10:02 UTC (rev 101811)
@@ -16,11 +16,18 @@
 sha256sums=('2a7832541a0306b3d4eb63a1cf8978d7bbfc7927e9304473fe801d71fd99736c'
 '1addebc552e4374f3f9ee778fb734c08c1ed3a4b2b5e70905f7c9287c9b34882')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
+
+  # Port to glib 2.32
   patch -Np1 -i "$srcdir/regexxer-glib2.32.patch"
+
+  # Don't try to compile GSettings schemas when packaging
   sed -i '/GLIB_COMPILE_SCHEMAS/ d' Makefile.in
+}
 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-schemas-compile
   make
@@ -28,6 +35,5 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir/" install
 }



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

2013-12-01 Thread Balló György
Date: Sunday, December 1, 2013 @ 23:17:04
  Author: bgyorgy
Revision: 101812

Update upstream URL

Modified:
  ocrfeeder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 22:10:02 UTC (rev 101811)
+++ PKGBUILD2013-12-01 22:17:04 UTC (rev 101812)
@@ -6,7 +6,7 @@
 pkgrel=4
 pkgdesc="GTK+ document layout analysis and optical character recognition 
application"
 arch=('any')
-url="http://live.gnome.org/OCRFeeder";
+url="https://wiki.gnome.org/Apps/OCRFeeder";
 license=('GPL')
 depends=('python2-pyenchant' 'pygoocanvas' 'python2-gtkspell' 'python2-pillow' 
\
  'python2-lxml' 'python2-reportlab' 'ghostscript' 'unpaper' 'sane' 
'iso-codes' \



[arch-commits] Commit in gnome-phone-manager/trunk (PKGBUILD)

2013-12-01 Thread Balló György
Date: Sunday, December 1, 2013 @ 23:19:32
  Author: bgyorgy
Revision: 101813

Update upstream URL

Modified:
  gnome-phone-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 22:17:04 UTC (rev 101812)
+++ PKGBUILD2013-12-01 22:19:32 UTC (rev 101813)
@@ -7,7 +7,7 @@
 pkgrel=3
 pkgdesc="Control your mobile phone from your GNOME desktop"
 arch=('i686' 'x86_64')
-url="http://live.gnome.org/PhoneManager";
+url="https://wiki.gnome.org/PhoneManager";
 license=('GPL')
 depends=('evolution-data-server' 'gconf' 'gnokii' 'gnome-bluetooth' 
'libcanberra' 'telepathy-glib')
 makedepends=('intltool')



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

2013-12-01 Thread Balló György
Date: Sunday, December 1, 2013 @ 23:20:45
  Author: bgyorgy
Revision: 101814

Update upstream URL

Modified:
  hyena/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 22:19:32 UTC (rev 101813)
+++ PKGBUILD2013-12-01 22:20:45 UTC (rev 101814)
@@ -7,7 +7,7 @@
 pkgrel=3
 pkgdesc="Library for creating C Sharp applications"
 arch=('any')
-url="http://live.gnome.org/Hyena";
+url="https://wiki.gnome.org/Hyena";
 license=('MIT')
 depends=('gtk-sharp-2')
 options=('!emptydirs')



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

2013-12-01 Thread Balló György
Date: Sunday, December 1, 2013 @ 23:23:04
  Author: bgyorgy
Revision: 101815

Update upstream URL

Modified:
  pdfmod/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 22:20:45 UTC (rev 101814)
+++ PKGBUILD2013-12-01 22:23:04 UTC (rev 101815)
@@ -7,7 +7,7 @@
 pkgrel=5
 pkgdesc="Simple application for modifying PDF written in C Sharp"
 arch=('any')
-url="http://live.gnome.org/PdfMod";
+url="https://wiki.gnome.org/Apps/PdfMod";
 license=('GPL' 'MIT')
 depends=('gconf-sharp' 'poppler-glib' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils')
 makedepends=('hyena' 'poppler-sharp' 'intltool' 'gnome-doc-utils')
@@ -31,7 +31,6 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-scrollkeeper
   make
@@ -39,8 +38,6 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir/" install
-
   install -Dm644 "$srcdir/LICENSE-PDFsharp" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-PDFsharp"
 }



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

2013-12-01 Thread Balló György
Date: Sunday, December 1, 2013 @ 23:27:22
  Author: bgyorgy
Revision: 101816

Implement prepare function

Modified:
  metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 22:23:04 UTC (rev 101815)
+++ PKGBUILD2013-12-01 22:27:22 UTC (rev 101816)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('dconf' 'libcanberra' 'libgtop' 'gsettings-desktop-schemas' 'gtk2' 
'startup-notification' 'zenity')
 makedepends=('intltool' 'itstool')
-url="https://live.gnome.org/Metacity";
+url="https://wiki.gnome.org/Projects/Metacity";
 install=metacity.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 fix_compositing_startup.patch
@@ -25,7 +25,7 @@
 'e53c1c20e19cd3d94d05d08045c7a9a373ce52051928ccc69bf3068081f30f9a'
 '177ded8203c3ff25f59a24445145cb54da9aba4216a0014c34979b7c12f3c099')
 
-build() {
+prepare() {
   cd "$pkgname-$pkgver"
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=658036
@@ -42,7 +42,10 @@
 
   # Rename switch-windows to switch-applications (required for GNOME 3.8 
compatibility)
   patch -Np1 -i "$srcdir/application-switcher.patch"
+}
 
+build() {
+  cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
   --disable-static --disable-schemas-compile
   make



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

2013-12-01 Thread Balló György
Date: Sunday, December 1, 2013 @ 23:31:09
  Author: bgyorgy
Revision: 101817

Implement prepare function

Modified:
  nautilus-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 22:27:22 UTC (rev 101816)
+++ PKGBUILD2013-12-01 22:31:09 UTC (rev 101817)
@@ -12,7 +12,7 @@
 
source=(http://projects.flogisoft.com/$pkgname/download/${pkgname}_${pkgver}_src.tar.gz)
 md5sums=('ba89ae9a4e5c632a03da7e342679ad94')
 
-build() {
+prepare() {
   cd "$srcdir/${pkgname}_${pkgver}_src"
 
   sed -i 's|^#!/usr/bin/python$|#!/usr/bin/python2|' src/nautilus_terminal.py



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

2013-12-01 Thread Balló György
Date: Sunday, December 1, 2013 @ 23:48:13
  Author: bgyorgy
Revision: 101818

Implement prepare function

Modified:
  screenlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 22:31:09 UTC (rev 101817)
+++ PKGBUILD2013-12-01 22:48:13 UTC (rev 101818)
@@ -18,16 +18,20 @@
 
source=(https://launchpad.net/screenlets/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
 md5sums=('028ce6b6c8764190d435436d5cbaf68c')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
+
+  # Python2 fix
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/share/screenlets-manager/*.py
   sed -i 's/python -u/python2 -u/' src/bin/* src/lib/*.py 
src/share/screenlets-manager/*.py
+}
 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
   python2 setup.py build
 }
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   python2 setup.py install --root=$pkgdir/ --optimize=1
 }



[arch-commits] Commit in screenlets-pack-basic/trunk (PKGBUILD)

2013-12-01 Thread Balló György
Date: Sunday, December 1, 2013 @ 23:51:40
  Author: bgyorgy
Revision: 101819

Implement prepare function

Modified:
  screenlets-pack-basic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 22:48:13 UTC (rev 101818)
+++ PKGBUILD2013-12-01 22:51:40 UTC (rev 101819)
@@ -22,7 +22,7 @@
  '0ee366b0eafea6b646a7a5f02df2a65c'
  '4e30b2ad949e05f2a32770c95f95cd8f')
 
-build() {
+prepare() {
   cd "$srcdir/$_pkgname-$pkgver"
 
   # Remove python2-gnomevfs dependency



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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 01:06:01
  Author: svenstaro
Revision: 101820

Prepare 3.0.0rc1

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 22:51:40 UTC (rev 101819)
+++ PKGBUILD2013-12-02 00:06:01 UTC (rev 101820)
@@ -7,8 +7,8 @@
 # Contributor: delor 
 
 pkgname=qtcreator
-pkgver=2.8.1
-_pkgver=2.8.1
+pkgver=3.0.0rc1
+_pkgver=3.0.0-rc1
 pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 url='http://qt-project.org'
 license=('LGPL')
 depends=('qt5-quick1' 'qt5-tools')
-makedepends=('git')
+makedepends=('git' 'mesa')
 options=('docs')
 optdepends=('qt5-doc: for the integrated Qt documentation'
 'gdb: for the debugger'
@@ -26,9 +26,9 @@
 'bzr: for bazaar support'
 'valgrind: for analyze support')
 install=qtcreator.install
-source=("http://download.qt-project.org/official_releases/qtcreator/2.8/${pkgver}/qt-creator-${pkgver}-src.tar.gz";
+source=("http://download.qt-project.org/development_releases/qtcreator/3.0/${_pkgver}/qt-creator-opensource-src-${_pkgver}.tar.gz";
 'qtcreator.desktop')
-md5sums=('79ef6c6ece0c00035ef744c9d6e3bd3b'
+md5sums=('50f3d001655092474440290e0cfad1de'
  '82888d4be900e7833d768050a135cd37')
 
 build() {
@@ -35,7 +35,7 @@
   [[ -d build ]] && rm -r build
   mkdir build && cd build
 
-  qmake ../qt-creator-${pkgver}-src/qtcreator.pro
+  qmake ../qt-creator-opensource-src-${_pkgver}/qtcreator.pro
   make
   make docs -j1
 }
@@ -47,5 +47,5 @@
   make INSTALL_ROOT="${pkgdir}/usr/" install_docs
 
   install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator-${pkgver}-src/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+  install -Dm644 
${srcdir}/qt-creator-opensource-src-${_pkgver}/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
 }



[arch-commits] Commit in cmake/trunk (PKGBUILD findfreetype.patch)

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 01:11:33
  Author: svenstaro
Revision: 200673

Add patch for freetype2

Added:
  cmake/trunk/findfreetype.patch
Modified:
  cmake/trunk/PKGBUILD

+
 PKGBUILD   |8 ++--
 findfreetype.patch |   26 ++
 2 files changed, 32 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-01 15:48:29 UTC (rev 200672)
+++ PKGBUILD2013-12-02 00:11:33 UTC (rev 200673)
@@ -13,12 +13,16 @@
 makedepends=('qt4' 'emacs')
 optdepends=('qt4: cmake-gui')
 install="${pkgname}.install"
-source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('9d38cd4e2c94c3cea97d0e2924814acc')
+source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";
+"findfreetype.patch")
+md5sums=('9d38cd4e2c94c3cea97d0e2924814acc'
+ '327193131a09aba0caba52716cf76dd2')
 
 build() {
   cd ${pkgname}-${pkgver}
 
+  patch -Np1 < ${srcdir}/findfreetype.patch
+
   ./bootstrap --prefix=/usr \
 --mandir=/share/man \
 --docdir=/share/doc/cmake \

Added: findfreetype.patch
===
--- findfreetype.patch  (rev 0)
+++ findfreetype.patch  2013-12-02 00:11:33 UTC (rev 200673)
@@ -0,0 +1,26 @@
+diff --git a/Modules/FindFreetype.cmake b/Modules/FindFreetype.cmake
+index 179dc00..0f5a2b4 100644
+--- a/Modules/FindFreetype.cmake
 b/Modules/FindFreetype.cmake
+@@ -62,10 +62,10 @@ find_path(FREETYPE_INCLUDE_DIR_ft2build ft2build.h
+ ENV GTKMM_BASEPATH
+ [HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]
+ [HKEY_LOCAL_MACHINE\\SOFTWARE\\gtkmm\\2.4;Path]
+-  PATH_SUFFIXES include/freetype2 include
++  PATH_SUFFIXES include/freetype2 include/freetype include
+ )
+ 
+-find_path(FREETYPE_INCLUDE_DIR_freetype2 freetype/config/ftheader.h
++find_path(FREETYPE_INCLUDE_DIR_freetype2 config/ftheader.h
+   HINTS
+ ENV FREETYPE_DIR
+   PATHS
+@@ -76,7 +76,7 @@ find_path(FREETYPE_INCLUDE_DIR_freetype2 
freetype/config/ftheader.h
+ ENV GTKMM_BASEPATH
+ [HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]
+ [HKEY_LOCAL_MACHINE\\SOFTWARE\\gtkmm\\2.4;Path]
+-  PATH_SUFFIXES include/freetype2 include
++  PATH_SUFFIXES include/freetype2 include/freetype include
+ )
+ 
+ find_library(FREETYPE_LIBRARY



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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 01:21:51
  Author: svenstaro
Revision: 200674

upgpkg: cmake 2.8.12.1-2

Push fix for freetype2

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 00:11:33 UTC (rev 200673)
+++ PKGBUILD2013-12-02 00:21:51 UTC (rev 200674)
@@ -4,7 +4,7 @@
 
 pkgname=cmake
 pkgver=2.8.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A cross-platform open-source make system"
 arch=('i686' 'x86_64')
 url="http://www.cmake.org/";



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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 01:22:07
  Author: svenstaro
Revision: 200675

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

Added:
  cmake/repos/extra-i686/PKGBUILD
(from rev 200674, cmake/trunk/PKGBUILD)
  cmake/repos/extra-i686/cmake.install
(from rev 200674, cmake/trunk/cmake.install)
  cmake/repos/extra-i686/findfreetype.patch
(from rev 200674, cmake/trunk/findfreetype.patch)
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 200674, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/cmake.install
(from rev 200674, cmake/trunk/cmake.install)
  cmake/repos/extra-x86_64/findfreetype.patch
(from rev 200674, cmake/trunk/findfreetype.patch)
Deleted:
  cmake/repos/extra-i686/PKGBUILD
  cmake/repos/extra-i686/cmake.install
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/cmake.install

-+
 /PKGBUILD   |   98 ++
 /cmake.install  |   24 +
 extra-i686/PKGBUILD |   45 -
 extra-i686/cmake.install|   12 
 extra-i686/findfreetype.patch   |   26 ++
 extra-x86_64/PKGBUILD   |   45 -
 extra-x86_64/cmake.install  |   12 
 extra-x86_64/findfreetype.patch |   26 ++
 8 files changed, 174 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-02 00:21:51 UTC (rev 200674)
+++ extra-i686/PKGBUILD 2013-12-02 00:22:07 UTC (rev 200675)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=cmake
-pkgver=2.8.12.1
-pkgrel=1
-pkgdesc="A cross-platform open-source make system"
-arch=('i686' 'x86_64')
-url="http://www.cmake.org/";
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt4' 'emacs')
-optdepends=('qt4: cmake-gui')
-install="${pkgname}.install"
-source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('9d38cd4e2c94c3cea97d0e2924814acc')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 Docs/cmake-indent.vim "${vimpath}"/indent/cmake-indent.vim
-  install -Dm644 Docs/cmake-syntax.vim "${vimpath}"/syntax/cmake-syntax.vim
-
-  install -Dm644 Docs/cmake-mode.el \
-"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
-  emacs -batch -f batch-byte-compile 
"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
-
-  install -Dm644 Copyright.txt \
-"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 200674, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-02 00:22:07 UTC (rev 200675)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=2.8.12.1
+pkgrel=2
+pkgdesc="A cross-platform open-source make system"
+arch=('i686' 'x86_64')
+url="http://www.cmake.org/";
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt4' 'emacs')
+optdepends=('qt4: cmake-gui')
+install="${pkgname}.install"
+source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";
+"findfreetype.patch")
+md5sums=('9d38cd4e2c94c3cea97d0e2924814acc'
+ '327193131a09aba0caba52716cf76dd2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  patch -Np1 < ${srcdir}/findfreetype.patch
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm644 Docs/cmake-indent.vim "${vimpath}"/indent/cmake-indent.vim
+  install -Dm644 Docs/cmake-syntax.vim "${vimpath}"/syntax/cmake-syntax.vim
+
+  install -Dm644 Docs/cmake-mode.el \
+"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
+  emacs -batch -f batch-byte-compile 
"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/cmake.install
===
--- extra-i686/cmake.install2013-12-02 00:21:51 UTC (rev 200674)
+++ extra-i686/cmake.install2013-12-02 00:22:07 UTC (rev 200675)
@@ -1,12 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-[[ -x usr/bin/update-desktop-database ]] && update-deskto

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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 01:30:02
  Author: svenstaro
Revision: 101821

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

Added:
  qtcreator/repos/kde-unstable-i686/
  qtcreator/repos/kde-unstable-i686/PKGBUILD
(from rev 101820, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/kde-unstable-i686/fix-build.patch
(from rev 101820, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/kde-unstable-i686/qtcreator.desktop
(from rev 101820, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/kde-unstable-i686/qtcreator.install
(from rev 101820, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/kde-unstable-x86_64/
  qtcreator/repos/kde-unstable-x86_64/PKGBUILD
(from rev 101820, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/kde-unstable-x86_64/fix-build.patch
(from rev 101820, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/kde-unstable-x86_64/qtcreator.desktop
(from rev 101820, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/kde-unstable-x86_64/qtcreator.install
(from rev 101820, qtcreator/trunk/qtcreator.install)

---+
 kde-unstable-i686/PKGBUILD|   51 
 kde-unstable-i686/fix-build.patch |   10 ++
 kde-unstable-i686/qtcreator.desktop   |9 +
 kde-unstable-i686/qtcreator.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD  |   51 
 kde-unstable-x86_64/fix-build.patch   |   10 ++
 kde-unstable-x86_64/qtcreator.desktop |9 +
 kde-unstable-x86_64/qtcreator.install |   12 +++
 8 files changed, 164 insertions(+)

Copied: qtcreator/repos/kde-unstable-i686/PKGBUILD (from rev 101820, 
qtcreator/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-12-02 00:30:02 UTC (rev 101821)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Imanol Celaya 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=3.0.0rc1
+_pkgver=3.0.0-rc1
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools')
+makedepends=('git' 'mesa')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+'gdb: for the debugger'
+'cmake: for cmake project support'
+'openssh-askpass: for ssh support'
+'git: for git support'
+'mercurial: for mercurial support'
+'bzr: for bazaar support'
+'valgrind: for analyze support')
+install=qtcreator.install
+source=("http://download.qt-project.org/development_releases/qtcreator/3.0/${_pkgver}/qt-creator-opensource-src-${_pkgver}.tar.gz";
+'qtcreator.desktop')
+md5sums=('50f3d001655092474440290e0cfad1de'
+ '82888d4be900e7833d768050a135cd37')
+
+build() {
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  qmake ../qt-creator-opensource-src-${_pkgver}/qtcreator.pro
+  make
+  make docs -j1
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="${pkgdir}/usr/" install
+  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
+
+  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
+  install -Dm644 
${srcdir}/qt-creator-opensource-src-${_pkgver}/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+}

Copied: qtcreator/repos/kde-unstable-i686/fix-build.patch (from rev 101820, 
qtcreator/trunk/fix-build.patch)
===
--- kde-unstable-i686/fix-build.patch   (rev 0)
+++ kde-unstable-i686/fix-build.patch   2013-12-02 00:30:02 UTC (rev 101821)
@@ -0,0 +1,10 @@
+--- qt-creator-2.6.2-src/qtcreator.pri~2013-02-27 13:55:23.818990553 
+
 qt-creator-2.6.2-src/qtcreator.pri 2013-02-27 13:55:52.335454428 +
+@@ -147,6 +147,7 @@
+ }
+ 
+ INCLUDEPATH += \
++/usr/include \
+ $$IDE_BUILD_TREE/src \ # for 
+ $$IDE_SOURCE_TREE/src/libs \
+ $$IDE_SOURCE_TREE/tools \

Copied: qtcreator/repos/kde-unstable-i686/qtcreator.desktop (from rev 101820, 
qtcreator/trunk/qtcreator.desktop)
===
--- kde-unstable-i686/qtcreator.desktop (rev 0)
+++ kde-unstable-i686/qtcreator.desktop 2013-12-02 00:30:02 UTC (rev 101821)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Exec=/usr/bin/qtcreator
+Name=Qt Creator
+GenericName=C++ IDE
+X-KDE-StartupNotify=true
+Icon=/usr/share/icons/hicolor/512x512/apps/QtProject-qtcreator.png
+Terminal=false
+Type=Application
+Categories=Qt;Development;

Copied: qtcreator/repos/kde-unstable-i686/qtcreator.install (from rev 101820, 
qtcreator/trunk/qtcreator.install)

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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 01:32:30
  Author: svenstaro
Revision: 101822

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

Added:
  qtcreator/repos/kde-unstable-i686/PKGBUILD
(from rev 101821, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/kde-unstable-i686/fix-build.patch
(from rev 101821, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/kde-unstable-i686/qtcreator.desktop
(from rev 101821, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/kde-unstable-i686/qtcreator.install
(from rev 101821, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/kde-unstable-x86_64/PKGBUILD
(from rev 101821, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/kde-unstable-x86_64/fix-build.patch
(from rev 101821, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/kde-unstable-x86_64/qtcreator.desktop
(from rev 101821, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/kde-unstable-x86_64/qtcreator.install
(from rev 101821, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/kde-unstable-i686/PKGBUILD
  qtcreator/repos/kde-unstable-i686/fix-build.patch
  qtcreator/repos/kde-unstable-i686/qtcreator.desktop
  qtcreator/repos/kde-unstable-i686/qtcreator.install
  qtcreator/repos/kde-unstable-x86_64/PKGBUILD
  qtcreator/repos/kde-unstable-x86_64/fix-build.patch
  qtcreator/repos/kde-unstable-x86_64/qtcreator.desktop
  qtcreator/repos/kde-unstable-x86_64/qtcreator.install

---+
 /PKGBUILD |  102 
 /fix-build.patch  |   20 ++
 /qtcreator.desktop|   18 +
 /qtcreator.install|   24 +++
 kde-unstable-i686/PKGBUILD|   51 
 kde-unstable-i686/fix-build.patch |   10 ---
 kde-unstable-i686/qtcreator.desktop   |9 --
 kde-unstable-i686/qtcreator.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD  |   51 
 kde-unstable-x86_64/fix-build.patch   |   10 ---
 kde-unstable-x86_64/qtcreator.desktop |9 --
 kde-unstable-x86_64/qtcreator.install |   12 ---
 12 files changed, 164 insertions(+), 164 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-12-02 00:30:02 UTC (rev 101821)
+++ kde-unstable-i686/PKGBUILD  2013-12-02 00:32:30 UTC (rev 101822)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Imanol Celaya 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgname=qtcreator
-pkgver=3.0.0rc1
-_pkgver=3.0.0-rc1
-pkgrel=1
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools')
-makedepends=('git' 'mesa')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=("http://download.qt-project.org/development_releases/qtcreator/3.0/${_pkgver}/qt-creator-opensource-src-${_pkgver}.tar.gz";
-'qtcreator.desktop')
-md5sums=('50f3d001655092474440290e0cfad1de'
- '82888d4be900e7833d768050a135cd37')
-
-build() {
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  qmake ../qt-creator-opensource-src-${_pkgver}/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="${pkgdir}/usr/" install
-  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 
${srcdir}/qt-creator-opensource-src-${_pkgver}/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/kde-unstable-i686/PKGBUILD (from rev 101821, 
qtcreator/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-12-02 00:32:30 UTC (rev 101822)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Imanol Celaya 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=3.0.0rc1
+_pkgver=3.0.0-rc1
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools')
+makedepends=('git' 'mesa')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+'gdb: for the deb

[arch-commits] Commit in (26 files)

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 01:37:59
  Author: svenstaro
Revision: 200676

Move qtcreator to [extra]

Added:
  qtcreator/
  qtcreator/repos/
  qtcreator/repos/community-i686/
  qtcreator/repos/community-i686/PKGBUILD
  qtcreator/repos/community-i686/fix-build.patch
  qtcreator/repos/community-i686/qtcreator.desktop
  qtcreator/repos/community-i686/qtcreator.install
  qtcreator/repos/community-x86_64/
  qtcreator/repos/community-x86_64/PKGBUILD
  qtcreator/repos/community-x86_64/fix-build.patch
  qtcreator/repos/community-x86_64/qtcreator.desktop
  qtcreator/repos/community-x86_64/qtcreator.install
  qtcreator/repos/kde-unstable-i686/
  qtcreator/repos/kde-unstable-i686/PKGBUILD
  qtcreator/repos/kde-unstable-i686/fix-build.patch
  qtcreator/repos/kde-unstable-i686/qtcreator.desktop
  qtcreator/repos/kde-unstable-i686/qtcreator.install
  qtcreator/repos/kde-unstable-x86_64/
  qtcreator/repos/kde-unstable-x86_64/PKGBUILD
  qtcreator/repos/kde-unstable-x86_64/fix-build.patch
  qtcreator/repos/kde-unstable-x86_64/qtcreator.desktop
  qtcreator/repos/kde-unstable-x86_64/qtcreator.install
  qtcreator/trunk/
  qtcreator/trunk/PKGBUILD
  qtcreator/trunk/qtcreator.desktop
  qtcreator/trunk/qtcreator.install

-+
 repos/community-i686/PKGBUILD   |   51 ++
 repos/community-i686/fix-build.patch|   10 +
 repos/community-i686/qtcreator.desktop  |9 
 repos/community-i686/qtcreator.install  |   12 ++
 repos/community-x86_64/PKGBUILD |   51 ++
 repos/community-x86_64/fix-build.patch  |   10 +
 repos/community-x86_64/qtcreator.desktop|9 
 repos/community-x86_64/qtcreator.install|   12 ++
 repos/kde-unstable-i686/PKGBUILD|   51 ++
 repos/kde-unstable-i686/fix-build.patch |   10 +
 repos/kde-unstable-i686/qtcreator.desktop   |9 
 repos/kde-unstable-i686/qtcreator.install   |   12 ++
 repos/kde-unstable-x86_64/PKGBUILD  |   51 ++
 repos/kde-unstable-x86_64/fix-build.patch   |   10 +
 repos/kde-unstable-x86_64/qtcreator.desktop |9 
 repos/kde-unstable-x86_64/qtcreator.install |   12 ++
 trunk/PKGBUILD  |   51 ++
 trunk/qtcreator.desktop |9 
 trunk/qtcreator.install |   12 ++
 19 files changed, 400 insertions(+)

Added: qtcreator/repos/community-i686/PKGBUILD
===
--- qtcreator/repos/community-i686/PKGBUILD (rev 0)
+++ qtcreator/repos/community-i686/PKGBUILD 2013-12-02 00:37:59 UTC (rev 
200676)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 96448 2013-08-29 04:44:01Z svenstaro $
+# Maintainer: Imanol Celaya 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=2.8.1
+_pkgver=2.8.1
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools')
+makedepends=('git')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+'gdb: for the debugger'
+'cmake: for cmake project support'
+'openssh-askpass: for ssh support'
+'git: for git support'
+'mercurial: for mercurial support'
+'bzr: for bazaar support'
+'valgrind: for analyze support')
+install=qtcreator.install
+source=("http://download.qt-project.org/official_releases/qtcreator/2.8/${pkgver}/qt-creator-${pkgver}-src.tar.gz";
+'qtcreator.desktop')
+md5sums=('79ef6c6ece0c00035ef744c9d6e3bd3b'
+ '82888d4be900e7833d768050a135cd37')
+
+build() {
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  qmake ../qt-creator-${pkgver}-src/qtcreator.pro
+  make
+  make docs -j1
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="${pkgdir}/usr/" install
+  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
+
+  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
+  install -Dm644 ${srcdir}/qt-creator-${pkgver}-src/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+}

Added: qtcreator/repos/community-i686/fix-build.patch
===
--- qtcreator/repos/community-i686/fix-build.patch  
(rev 0)
+++ qtcreator/repos/community-i686/fix-build.patch  2013-12-02 00:37:59 UTC 
(rev 200676)
@@ -0,0 +1,10 @@
+--- qt-creator-2.6.2-src/qtcreator.pri~2013-02-27 13:55:23.818990553 
+
 qt-creator-2.6.2-src/qtcreator.pri 2013-02-27 13:55:52.335454428 +
+@@ -147,6 +147,7 @@
+ }
+ 
+ INCLUDEPATH += 

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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 01:38:09
  Author: svenstaro
Revision: 200677

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

Added:
  qtcreator/repos/kde-unstable-i686/PKGBUILD
(from rev 200676, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/kde-unstable-i686/qtcreator.desktop
(from rev 200676, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/kde-unstable-i686/qtcreator.install
(from rev 200676, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/kde-unstable-x86_64/PKGBUILD
(from rev 200676, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/kde-unstable-x86_64/qtcreator.desktop
(from rev 200676, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/kde-unstable-x86_64/qtcreator.install
(from rev 200676, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/kde-unstable-i686/PKGBUILD
  qtcreator/repos/kde-unstable-i686/fix-build.patch
  qtcreator/repos/kde-unstable-i686/qtcreator.desktop
  qtcreator/repos/kde-unstable-i686/qtcreator.install
  qtcreator/repos/kde-unstable-x86_64/PKGBUILD
  qtcreator/repos/kde-unstable-x86_64/fix-build.patch
  qtcreator/repos/kde-unstable-x86_64/qtcreator.desktop
  qtcreator/repos/kde-unstable-x86_64/qtcreator.install

---+
 /PKGBUILD |  102 
 /qtcreator.desktop|   18 +
 /qtcreator.install|   24 +++
 kde-unstable-i686/PKGBUILD|   51 
 kde-unstable-i686/fix-build.patch |   10 ---
 kde-unstable-i686/qtcreator.desktop   |9 --
 kde-unstable-i686/qtcreator.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD  |   51 
 kde-unstable-x86_64/fix-build.patch   |   10 ---
 kde-unstable-x86_64/qtcreator.desktop |9 --
 kde-unstable-x86_64/qtcreator.install |   12 ---
 11 files changed, 144 insertions(+), 164 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-12-02 00:37:59 UTC (rev 200676)
+++ kde-unstable-i686/PKGBUILD  2013-12-02 00:38:09 UTC (rev 200677)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 101822 2013-12-02 00:32:30Z svenstaro $
-# Maintainer: Imanol Celaya 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgname=qtcreator
-pkgver=3.0.0rc1
-_pkgver=3.0.0-rc1
-pkgrel=1
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools')
-makedepends=('git' 'mesa')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=("http://download.qt-project.org/development_releases/qtcreator/3.0/${_pkgver}/qt-creator-opensource-src-${_pkgver}.tar.gz";
-'qtcreator.desktop')
-md5sums=('50f3d001655092474440290e0cfad1de'
- '82888d4be900e7833d768050a135cd37')
-
-build() {
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  qmake ../qt-creator-opensource-src-${_pkgver}/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="${pkgdir}/usr/" install
-  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 
${srcdir}/qt-creator-opensource-src-${_pkgver}/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/kde-unstable-i686/PKGBUILD (from rev 200676, 
qtcreator/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-12-02 00:38:09 UTC (rev 200677)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
+# Maintainer: Imanol Celaya 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=3.0.0rc1
+_pkgver=3.0.0-rc1
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools')
+makedepends=('git' 'mesa')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+'gdb: for the debugger'
+'cmake: for cmake project support'
+'openssh-askpass: for ssh support'
+'git: for git support'
+'mercurial: for mer

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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 02:03:06
  Author: svenstaro
Revision: 101823

upgpkg: nbd 3.5-1

upstream release 3.5

Modified:
  nbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 00:32:30 UTC (rev 101822)
+++ PKGBUILD2013-12-02 01:03:06 UTC (rev 101823)
@@ -5,7 +5,7 @@
 # Contributor: Gerhard Brauer 
 
 pkgname=nbd
-pkgver=3.4
+pkgver=3.5
 pkgrel=1
 pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 backup=('etc/nbd-server/config')
 depends=('glib2')
 install=nbd.install
-md5sums=('40ce12dfe408288b4eab36103b48fec0'
+md5sums=('d89133bf9b681c17ed9d09a21b19f1ee'
  '2d05d426b8c2708d5f8a0d028fcbae05'
  '5d1acc143018117174f79eff15afa038')
 



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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 02:03:13
  Author: svenstaro
Revision: 101824

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

Added:
  nbd/repos/community-i686/PKGBUILD
(from rev 101823, nbd/trunk/PKGBUILD)
  nbd/repos/community-i686/config
(from rev 101823, nbd/trunk/config)
  nbd/repos/community-i686/nbd.install
(from rev 101823, nbd/trunk/nbd.install)
  nbd/repos/community-i686/nbd.service
(from rev 101823, nbd/trunk/nbd.service)
  nbd/repos/community-x86_64/PKGBUILD
(from rev 101823, nbd/trunk/PKGBUILD)
  nbd/repos/community-x86_64/config
(from rev 101823, nbd/trunk/config)
  nbd/repos/community-x86_64/nbd.install
(from rev 101823, nbd/trunk/nbd.install)
  nbd/repos/community-x86_64/nbd.service
(from rev 101823, nbd/trunk/nbd.service)
Deleted:
  nbd/repos/community-i686/PKGBUILD
  nbd/repos/community-i686/config
  nbd/repos/community-i686/nbd.install
  nbd/repos/community-i686/nbd.service
  nbd/repos/community-x86_64/PKGBUILD
  nbd/repos/community-x86_64/config
  nbd/repos/community-x86_64/nbd.install
  nbd/repos/community-x86_64/nbd.service

--+
 /PKGBUILD|   80 +
 /config  |   66 +
 /nbd.install |   26 +
 /nbd.service |   20 ++
 community-i686/PKGBUILD  |   40 
 community-i686/config|   33 
 community-i686/nbd.install   |   13 --
 community-i686/nbd.service   |   10 -
 community-x86_64/PKGBUILD|   40 
 community-x86_64/config  |   33 
 community-x86_64/nbd.install |   13 --
 community-x86_64/nbd.service |   10 -
 12 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-02 01:03:06 UTC (rev 101823)
+++ community-i686/PKGBUILD 2013-12-02 01:03:13 UTC (rev 101824)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christian Hesse 
-# Contributor: Ionut Biru 
-# Contributor: Gerhard Brauer 
-
-pkgname=nbd
-pkgver=3.4
-pkgrel=1
-pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
-arch=('i686' 'x86_64')
-url="http://nbd.sourceforge.net";
-license=('GPL')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
-   config nbd.service)
-backup=('etc/nbd-server/config')
-depends=('glib2')
-install=nbd.install
-md5sums=('40ce12dfe408288b4eab36103b48fec0'
- '2d05d426b8c2708d5f8a0d028fcbae05'
- '5d1acc143018117174f79eff15afa038')
-
-build(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
-  install -D -m644 "${srcdir}"/nbd.service 
"${pkgdir}"/usr/lib/systemd/system/nbd.service
-
-  install -D -m644 README "${pkgdir}"/usr/share/doc/nbd/README
-}

Copied: nbd/repos/community-i686/PKGBUILD (from rev 101823, nbd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-02 01:03:13 UTC (rev 101824)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christian Hesse 
+# Contributor: Ionut Biru 
+# Contributor: Gerhard Brauer 
+
+pkgname=nbd
+pkgver=3.5
+pkgrel=1
+pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
+arch=('i686' 'x86_64')
+url="http://nbd.sourceforge.net";
+license=('GPL')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
+   config nbd.service)
+backup=('etc/nbd-server/config')
+depends=('glib2')
+install=nbd.install
+md5sums=('d89133bf9b681c17ed9d09a21b19f1ee'
+ '2d05d426b8c2708d5f8a0d028fcbae05'
+ '5d1acc143018117174f79eff15afa038')
+
+build(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
+  install -D -m644 "${srcdir}"/nbd.service 
"${pkgdir}"/usr/lib/systemd/system/nbd.service
+
+  install -D -m644 README "${pkgdir}"/usr/share/doc/nbd/README
+}

Deleted: community-i686/config
===
--- community-i686/config   2013-12-02 01:03:06 UTC (rev 101823)
+++ community-i686/config   2013-12-02 01:03:13 UTC (rev 101824)
@@ -1,33 +0,0 @@
-[generic]
-   # The [generic] section is required, even if 

[arch-commits] Commit in ogre/trunk (PKGBUILD freetype.patch)

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 02:09:04
  Author: svenstaro
Revision: 101825

upgpkg: ogre 1.9.0-2

boost 1.55.0 rebuild

Modified:
  ogre/trunk/PKGBUILD
Deleted:
  ogre/trunk/freetype.patch

+
 PKGBUILD   |   26 --
 freetype.patch |   21 -
 2 files changed, 8 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 01:03:13 UTC (rev 101824)
+++ PKGBUILD2013-12-02 01:09:04 UTC (rev 101825)
@@ -3,41 +3,33 @@
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'
 license=('custom:MIT')
 depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'gcc-go' 'tinyxml')
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
 makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
 install=ogre.install
-source=("hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}"
-freetype.patch)
-md5sums=('SKIP'
- '73af39f59c302b76bee600fc5127af9a')
+source=("hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}")
+md5sums=('SKIP')
 
 build() {
   cd ogre
 
-  patch -Np1 < $srcdir/freetype.patch
-
-  # get a clean build dir
   [[ -d build ]] && rm -rf build
   mkdir build && cd build
 
-  # generate CMake Makefile
   cmake .. \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DOGRE_INSTALL_SAMPLES=TRUE \
 -DOGRE_INSTALL_DOCS=TRUE \
 -DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
+-DCMAKE_BUILD_TYPE=Release
 
-  # compile
   make
 
-  # generate docs
   make OgreDoc
 }
 
@@ -50,13 +42,12 @@
 
   cd ogre/build
 
-  # install the bugger
   make DESTDIR=${pkgdir} install
 
   # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
+  #install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
+  #mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
+  #mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
 
   # make sample launcher
   echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
@@ -63,7 +54,6 @@
   echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
   chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
   
-  # install license
   install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
 
   # move docs out of this package

Deleted: freetype.patch
===
--- freetype.patch  2013-12-02 01:03:13 UTC (rev 101824)
+++ freetype.patch  2013-12-02 01:09:04 UTC (rev 101825)
@@ -1,21 +0,0 @@
-diff -r 538b33f531b5 CMake/Packages/FindFreetype.cmake
 a/CMake/Packages/FindFreetype.cmakeSun Nov 24 00:46:46 2013 -0600
-+++ b/CMake/Packages/FindFreetype.cmakeTue Nov 26 12:56:17 2013 +0100
-@@ -31,7 +31,7 @@
-   FREETYPE_INCLUDE_DIR
- )
- 
--set(FREETYPE_LIBRARY_NAMES freetype2501 freetype250 freetype2412 freetype2411 
freetype2410 freetype249 freetype248 freetype246 freetype2311 freetype239 
freetype238 freetype235 freetype219 freetype)
-+set(FREETYPE_LIBRARY_NAMES freetype251 freetype2501 freetype250 freetype2412 
freetype2411 freetype2410 freetype249 freetype248 freetype246 freetype2311 
freetype239 freetype238 freetype235 freetype219 freetype)
- get_debug_names(FREETYPE_LIBRARY_NAMES)
- 
- use_pkgconfig(FREETYPE_PKGC freetype2)
-@@ -43,7 +43,7 @@
- findpkg_framework(FREETYPE)
- message(STATUS "CMAKE_PREFIX_PATH: ${CMAKE_PREFIX_PATH}")
- 
--find_path(FREETYPE_INCLUDE_DIR NAMES freetype/freetype.h HINTS 
${FREETYPE_INC_SEARCH_PATH} ${FREETYPE_PKGC_INCLUDE_DIRS} PATH_SUFFIXES 
freetype2)
-+find_path(FREETYPE_INCLUDE_DIR NAMES freetype.h freetype/freetype.h HINTS 
${FREETYPE_INC_SEARCH_PATH} ${FREETYPE_PKGC_INCLUDE_DIRS} PATH_SUFFIXES 
freetype2)
- find_path(FREETYPE_FT2BUILD_INCLUDE_DIR NAMES ft2build.h HINTS 
${FREETYPE_INC_SEARCH_PATH} ${FREETYPE_PKGC_INCLUDE_DIRS})
- 
- find_library(FREETYPE_LIBRARY_REL NAMES ${FREETYPE_LIBRARY_NAMES} HINTS 
${FREETYPE_LIB_SEARCH_PATH} ${FREETYPE_PKGC_LIBRARY_DIRS} PATH_SUFFIXES "" 
Release RelWithDebInfo MinSizeRel)



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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 02:09:11
  Author: svenstaro
Revision: 101826

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

Added:
  ogre/repos/community-staging-i686/
  ogre/repos/community-staging-i686/PKGBUILD
(from rev 101825, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-i686/ogre.install
(from rev 101825, ogre/trunk/ogre.install)
  ogre/repos/community-staging-x86_64/
  ogre/repos/community-staging-x86_64/PKGBUILD
(from rev 101825, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-x86_64/ogre.install
(from rev 101825, ogre/trunk/ogre.install)

---+
 community-staging-i686/PKGBUILD   |   79 
 community-staging-i686/ogre.install   |4 +
 community-staging-x86_64/PKGBUILD |   79 
 community-staging-x86_64/ogre.install |4 +
 4 files changed, 166 insertions(+)

Copied: ogre/repos/community-staging-i686/PKGBUILD (from rev 101825, 
ogre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-02 01:09:11 UTC (rev 101826)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=2
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=("hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}")
+md5sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+
+  make OgreDoc
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+  'intel-tbb: better threading support'
+  'poco: portability'
+  'boost: for developing using ogre'
+  'ogre-docs: documentation')
+
+  cd ogre/build
+
+  make DESTDIR=${pkgdir} install
+
+  # fix up samples
+  #install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
+  #mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
+  #mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
+
+  # make sample launcher
+  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
+  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
+  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
+  
+  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
+
+  # move docs out of this package
+  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
+}
+
+package_ogre-docs() {
+  pkgdesc="Documentation for ogre"
+  depends=()
+
+  cd ogre/build
+
+  # move docs into this package
+  install -dm755 ${pkgdir}/usr/share/doc
+  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
+
+  # symlink for docs
+  install -dm755 ${pkgdir}/usr/share/OGRE/
+  cd ${pkgdir}/usr/share
+  ln -s doc/OGRE/ OGRE/docs
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-staging-i686/ogre.install (from rev 101825, 
ogre/trunk/ogre.install)
===
--- community-staging-i686/ogre.install (rev 0)
+++ community-staging-i686/ogre.install 2013-12-02 01:09:11 UTC (rev 101826)
@@ -0,0 +1,4 @@
+post_install() {
+echo "To view the OGRE samples just run OgreSampleBrowser or launch"
+echo "it directly in /opt/OGRE/samples/"
+}

Copied: ogre/repos/community-staging-x86_64/PKGBUILD (from rev 101825, 
ogre/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-12-02 01:09:11 UTC (rev 101826)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=2
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=("hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}")
+md5sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INST

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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 02:34:19
  Author: svenstaro
Revision: 101827

upgpkg: opencolorio 1.0.9-1

upstream release 1.0.9

Modified:
  opencolorio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 01:09:11 UTC (rev 101826)
+++ PKGBUILD2013-12-02 01:34:19 UTC (rev 101827)
@@ -2,7 +2,7 @@
 # Contributor: Dumitru Ursu 
 
 pkgname=opencolorio
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc="A color management framework for visual effects and animation"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('python')
 makedepends=('cmake')
 source=(http://github.com/imageworks/OpenColorIO/tarball/v$pkgver)
-sha1sums=('9b9bac9ed85c84f53775686eb72f3d612b148fef')
+sha1sums=('a015cb51b9b0ea0cdb3989fc23e1c18ad69511e0')
 
 build() 
 {



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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 02:34:24
  Author: svenstaro
Revision: 101828

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-02 01:34:19 UTC (rev 101827)
+++ community-i686/PKGBUILD 2013-12-02 01:34:24 UTC (rev 101828)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Dumitru Ursu 
-
-pkgname=opencolorio
-pkgver=1.0.8
-pkgrel=1
-pkgdesc="A color management framework for visual effects and animation"
-arch=('i686' 'x86_64')
-url="http://opencolorio.org";
-license=('BSD')
-depends=('python')
-makedepends=('cmake')
-source=(http://github.com/imageworks/OpenColorIO/tarball/v$pkgver)
-sha1sums=('9b9bac9ed85c84f53775686eb72f3d612b148fef')
-
-build() 
-{
-  mv imageworks-OpenColorIO-* $pkgname-$pkgver
-  cd $pkgname-$pkgver
-   
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make 
-}
-
-package() 
-{
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install 
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opencolorio/repos/community-i686/PKGBUILD (from rev 101827, 
opencolorio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-02 01:34:24 UTC (rev 101828)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Dumitru Ursu 
+
+pkgname=opencolorio
+pkgver=1.0.9
+pkgrel=1
+pkgdesc="A color management framework for visual effects and animation"
+arch=('i686' 'x86_64')
+url="http://opencolorio.org";
+license=('BSD')
+depends=('python')
+makedepends=('cmake')
+source=(http://github.com/imageworks/OpenColorIO/tarball/v$pkgver)
+sha1sums=('a015cb51b9b0ea0cdb3989fc23e1c18ad69511e0')
+
+build() 
+{
+  mv imageworks-OpenColorIO-* $pkgname-$pkgver
+  cd $pkgname-$pkgver
+   
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make 
+}
+
+package() 
+{
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install 
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-02 01:34:19 UTC (rev 101827)
+++ community-x86_64/PKGBUILD   2013-12-02 01:34:24 UTC (rev 101828)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Dumitru Ursu 
-
-pkgname=opencolorio
-pkgver=1.0.8
-pkgrel=1
-pkgdesc="A color management framework for visual effects and animation"
-arch=('i686' 'x86_64')
-url="http://opencolorio.org";
-license=('BSD')
-depends=('python')
-makedepends=('cmake')
-source=(http://github.com/imageworks/OpenColorIO/tarball/v$pkgver)
-sha1sums=('9b9bac9ed85c84f53775686eb72f3d612b148fef')
-
-build() 
-{
-  mv imageworks-OpenColorIO-* $pkgname-$pkgver
-  cd $pkgname-$pkgver
-   
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make 
-}
-
-package() 
-{
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install 
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opencolorio/repos/community-x86_64/PKGBUILD (from rev 101827, 
opencolorio/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-02 01:34:24 UTC (rev 101828)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Dumitru Ursu 
+
+pkgname=opencolorio
+pkgver=1.0.9
+pkgrel=1
+pkgdesc="A color management framework for visual effects and animation"
+arch=('i686' 'x86_64')
+url="http://opencolorio.org";
+license=('BSD')
+depends=('python')
+makedepends=('cmake')
+source=(http://github.com/imageworks/OpenColorIO/tarball/v$pkgver)
+sha1sums=('a015cb51b9b0ea0cdb3989fc23e1c18ad69511e0')
+
+build() 
+{
+  mv imageworks-OpenColorIO-* $pkgname-$pkgver
+  cd $pkgname-$pkgver
+   
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make 
+}
+
+package() 
+{
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install 
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 02:34:45
  Author: svenstaro
Revision: 101829

upgpkg: spring 0.95.0-2

boost 1.55.0 rebuild

Modified:
  spring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 01:34:24 UTC (rev 101828)
+++ PKGBUILD2013-12-02 01:34:45 UTC (rev 101829)
@@ -6,7 +6,7 @@
 pkgname=spring
 pkgver=0.95.0
 _pkgver=95.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A free 3D real-time-strategy (RTS) game engine'
 arch=('i686' 'x86_64')
 url="http://springrts.com/";



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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 02:34:51
  Author: svenstaro
Revision: 101830

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

Added:
  spring/repos/community-staging-i686/
  spring/repos/community-staging-i686/PKGBUILD
(from rev 101829, spring/trunk/PKGBUILD)
  spring/repos/community-staging-i686/boost-1.50.patch
(from rev 101829, spring/trunk/boost-1.50.patch)
  spring/repos/community-staging-i686/gcc48.patch
(from rev 101829, spring/trunk/gcc48.patch)
  spring/repos/community-staging-i686/spring.install
(from rev 101829, spring/trunk/spring.install)
  spring/repos/community-staging-x86_64/
  spring/repos/community-staging-x86_64/PKGBUILD
(from rev 101829, spring/trunk/PKGBUILD)
  spring/repos/community-staging-x86_64/boost-1.50.patch
(from rev 101829, spring/trunk/boost-1.50.patch)
  spring/repos/community-staging-x86_64/gcc48.patch
(from rev 101829, spring/trunk/gcc48.patch)
  spring/repos/community-staging-x86_64/spring.install
(from rev 101829, spring/trunk/spring.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/boost-1.50.patch   | 2539 
 community-staging-i686/gcc48.patch|   22 
 community-staging-i686/spring.install |   12 
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/boost-1.50.patch | 2539 
 community-staging-x86_64/gcc48.patch  |   22 
 community-staging-x86_64/spring.install   |   12 
 8 files changed, 5234 insertions(+)

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


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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 02:38:14
  Author: svenstaro
Revision: 101832

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

Added:
  blobby2/repos/community-staging-i686/
  blobby2/repos/community-staging-i686/PKGBUILD
(from rev 101831, blobby2/trunk/PKGBUILD)
  blobby2/repos/community-staging-i686/blobby2.desktop
(from rev 101831, blobby2/trunk/blobby2.desktop)
  blobby2/repos/community-staging-i686/blobby2.png
(from rev 101831, blobby2/trunk/blobby2.png)
  blobby2/repos/community-staging-x86_64/
  blobby2/repos/community-staging-x86_64/PKGBUILD
(from rev 101831, blobby2/trunk/PKGBUILD)
  blobby2/repos/community-staging-x86_64/blobby2.desktop
(from rev 101831, blobby2/trunk/blobby2.desktop)
  blobby2/repos/community-staging-x86_64/blobby2.png
(from rev 101831, blobby2/trunk/blobby2.png)

--+
 community-staging-i686/PKGBUILD  |   36 +
 community-staging-i686/blobby2.desktop   |   11 
 community-staging-x86_64/PKGBUILD|   36 +
 community-staging-x86_64/blobby2.desktop |   11 
 4 files changed, 94 insertions(+)

Copied: blobby2/repos/community-staging-i686/PKGBUILD (from rev 101831, 
blobby2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-02 01:38:14 UTC (rev 101832)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Urs Wolfer 
+
+pkgname=blobby2
+pkgver=1.0rc4
+arch=('x86_64' 'i686')
+pkgrel=1
+pkgdesc="A beach ball game with blobs of goo"
+url="http://sourceforge.net/projects/blobby/";
+license=('GPL')
+depends=('sdl' 'sdl2' 'physfs' 'libgl')
+makedepends=('cmake' 'boost' 'mesa' 'zip')
+source=(http://downloads.sourceforge.net/blobby/$pkgname-linux-$pkgver.tar.gz
+   $pkgname.desktop
+$pkgname.png)
+md5sums=('0124ebbb6cf06d053d6a1bcc12b1a89d'
+ 'ab05bed794ee78db693fd3036393275a'
+ 'c1bc427b41a0a3facd771ac83c7fb412')
+
+build() {
+  cd $srcdir/blobby-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/blobby-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install .desktop file and icon
+  install -dm755 $pkgdir/usr/share/{applications,pixmaps}
+  install -m644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications
+  install -m644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps
+}

Copied: blobby2/repos/community-staging-i686/blobby2.desktop (from rev 101831, 
blobby2/trunk/blobby2.desktop)
===
--- community-staging-i686/blobby2.desktop  (rev 0)
+++ community-staging-i686/blobby2.desktop  2013-12-02 01:38:14 UTC (rev 
101832)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Blobby Volley 2
+Exec=blobby
+Icon=blobby2
+Terminal=false
+Type=Application
+Categories=Game;ArcadeGame;
+StartupNotify=false
+Comment=Volley game with network support
+GenericName=Volley Game

Copied: blobby2/repos/community-staging-i686/blobby2.png (from rev 101831, 
blobby2/trunk/blobby2.png)
===
(Binary files differ)

Copied: blobby2/repos/community-staging-x86_64/PKGBUILD (from rev 101831, 
blobby2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-12-02 01:38:14 UTC (rev 101832)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Urs Wolfer 
+
+pkgname=blobby2
+pkgver=1.0rc4
+arch=('x86_64' 'i686')
+pkgrel=1
+pkgdesc="A beach ball game with blobs of goo"
+url="http://sourceforge.net/projects/blobby/";
+license=('GPL')
+depends=('sdl' 'sdl2' 'physfs' 'libgl')
+makedepends=('cmake' 'boost' 'mesa' 'zip')
+source=(http://downloads.sourceforge.net/blobby/$pkgname-linux-$pkgver.tar.gz
+   $pkgname.desktop
+$pkgname.png)
+md5sums=('0124ebbb6cf06d053d6a1bcc12b1a89d'
+ 'ab05bed794ee78db693fd3036393275a'
+ 'c1bc427b41a0a3facd771ac83c7fb412')
+
+build() {
+  cd $srcdir/blobby-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/blobby-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install .desktop file and icon
+  install -dm755 $pkgdir/usr/share/{applications,pixmaps}
+  install -m644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications
+  install -m644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps
+}

Copied: blobby2/repos/community-staging-x86_64/blobby2.desktop (from rev 
101831, blobby2/trunk/blobby2.desktop)
===
--- community-staging-x86_64/blobby2.desktop(rev 0)
+++ community-staging-x86_64/blobby2.desktop201

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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 02:38:09
  Author: svenstaro
Revision: 101831

upgpkg: blobby2 1.0rc4-1

boost 1.55.0 rebuild

Modified:
  blobby2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 01:34:51 UTC (rev 101830)
+++ PKGBUILD2013-12-02 01:38:09 UTC (rev 101831)
@@ -3,18 +3,18 @@
 # Contributor: Urs Wolfer 
 
 pkgname=blobby2
-pkgver=1.0rc3
+pkgver=1.0rc4
 arch=('x86_64' 'i686')
 pkgrel=1
 pkgdesc="A beach ball game with blobs of goo"
 url="http://sourceforge.net/projects/blobby/";
 license=('GPL')
-depends=('sdl' 'physfs' 'libgl')
+depends=('sdl' 'sdl2' 'physfs' 'libgl')
 makedepends=('cmake' 'boost' 'mesa' 'zip')
 source=(http://downloads.sourceforge.net/blobby/$pkgname-linux-$pkgver.tar.gz
$pkgname.desktop
 $pkgname.png)
-md5sums=('c4b7d3133e99806dc8b60a59da296906'
+md5sums=('0124ebbb6cf06d053d6a1bcc12b1a89d'
  'ab05bed794ee78db693fd3036393275a'
  'c1bc427b41a0a3facd771ac83c7fb412')
 



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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 03:10:34
  Author: svenstaro
Revision: 101833

upgpkg: openimageio 1.2.3-1

boost 1.55.0 rebuild

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 01:38:14 UTC (rev 101832)
+++ PKGBUILD2013-12-02 02:10:34 UTC (rev 101833)
@@ -3,8 +3,8 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=openimageio
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.3
+pkgrel=1
 pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
 arch=(i686 x86_64)
 url="http://www.openimageio.org/";
@@ -14,7 +14,7 @@
 optdepends=('qt4: iv image viewer'
 'python2: bindings support')
 source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('c98d002c9ec843b7cc35d7aec5f03326')
+md5sums=('20066ae0e9026717242f64f107f7ee8e')
 
 build() {
   cd "$srcdir"/$_pkgname*



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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 03:10:39
  Author: svenstaro
Revision: 101834

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

Added:
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 101833, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
(from rev 101833, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 101833, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch
(from rev 101833, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-staging-i686/PKGBUILD
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
  openimageio/repos/community-staging-x86_64/PKGBUILD
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   88 +
 /fix32bit-fail.patch |   26 +++
 community-staging-i686/PKGBUILD  |   44 
 community-staging-i686/fix32bit-fail.patch   |   13 ---
 community-staging-x86_64/PKGBUILD|   44 
 community-staging-x86_64/fix32bit-fail.patch |   13 ---
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-12-02 02:10:34 UTC (rev 101833)
+++ community-staging-i686/PKGBUILD 2013-12-02 02:10:39 UTC (rev 101834)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: SpepS 
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=openimageio
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
-arch=(i686 x86_64)
-url="http://www.openimageio.org/";
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('c98d002c9ec843b7cc35d7aec5f03326')
-
-build() {
-  cd "$srcdir"/$_pkgname*
-
-  cd src
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd "$srcdir"/$_pkgname*/src/build
-
-  make DESTDIR="$pkgdir" install
-
-  # license
-  cd ../..
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 101833, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-02 02:10:39 UTC (rev 101834)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: SpepS 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=openimageio
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
+arch=(i686 x86_64)
+url="http://www.openimageio.org/";
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('20066ae0e9026717242f64f107f7ee8e')
+
+build() {
+  cd "$srcdir"/$_pkgname*
+
+  cd src
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd "$srcdir"/$_pkgname*/src/build
+
+  make DESTDIR="$pkgdir" install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-staging-i686/fix32bit-fail.patch
===
--- community-staging-i686/fix32bit-fail.patch  2013-12-02 02:10:34 UTC (rev 
101833)
+++ community-staging-i686/fix32bit-fail.patch  2013-12-02 02:10:39 UTC (rev 
101834)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include "StdAfx.h"
- 
-+#include "SHA1.h"
- #include "hash.h"
- #include "dassert.h"
--#include "SHA1.h"
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-staging-i686/fix32bit-fail.patch (from rev 
101833, 

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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 04:09:32
  Author: svenstaro
Revision: 200678

upgpkg: qtcreator 2.8.1-2

Build from git

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 00:38:09 UTC (rev 200677)
+++ PKGBUILD2013-12-02 03:09:32 UTC (rev 200678)
@@ -1,6 +1,6 @@
 # $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
-# Maintainer: Imanol Celaya 
 # Maintainer: Sven-Hendrik Haase 
+# Contributor: Imanol Celaya 
 # Contributor: Lukas Jirkovsky 
 # Contributor: Dan Vratil 
 # Contributor: thotypous 
@@ -7,9 +7,9 @@
 # Contributor: delor 
 
 pkgname=qtcreator
-pkgver=3.0.0rc1
-_pkgver=3.0.0-rc1
-pkgrel=1
+pkgver=2.8.1
+_pkgver=2.8.1
+pkgrel=2
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'
@@ -26,16 +26,25 @@
 'bzr: for bazaar support'
 'valgrind: for analyze support')
 install=qtcreator.install
-source=("http://download.qt-project.org/development_releases/qtcreator/3.0/${_pkgver}/qt-creator-opensource-src-${_pkgver}.tar.gz";
+source=("git://gitorious.org/qt-creator/qt-creator.git#tag=v${_pkgver}"
+"git://gitorious.org/qt-labs/qbs.git"
 'qtcreator.desktop')
-md5sums=('50f3d001655092474440290e0cfad1de'
+md5sums=('SKIP'
+ 'SKIP'
  '82888d4be900e7833d768050a135cd37')
 
+prepare() {
+cd qt-creator
+git submodule init
+git config submodule.qbs.url $srcdir/qbs
+git submodule update
+}
+
 build() {
   [[ -d build ]] && rm -r build
   mkdir build && cd build
 
-  qmake ../qt-creator-opensource-src-${_pkgver}/qtcreator.pro
+  qmake ../qt-creator/qtcreator.pro
   make
   make docs -j1
 }
@@ -47,5 +56,5 @@
   make INSTALL_ROOT="${pkgdir}/usr/" install_docs
 
   install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 
${srcdir}/qt-creator-opensource-src-${_pkgver}/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+  install -Dm644 ${srcdir}/qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
 }



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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 04:09:38
  Author: svenstaro
Revision: 200679

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

Added:
  qtcreator/repos/extra-i686/
  qtcreator/repos/extra-i686/PKGBUILD
(from rev 200678, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-i686/qtcreator.desktop
(from rev 200678, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-i686/qtcreator.install
(from rev 200678, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/extra-x86_64/
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 200678, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-x86_64/qtcreator.desktop
(from rev 200678, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-x86_64/qtcreator.install
(from rev 200678, qtcreator/trunk/qtcreator.install)

+
 extra-i686/PKGBUILD|   60 +++
 extra-i686/qtcreator.desktop   |9 +
 extra-i686/qtcreator.install   |   12 +++
 extra-x86_64/PKGBUILD  |   60 +++
 extra-x86_64/qtcreator.desktop |9 +
 extra-x86_64/qtcreator.install |   12 +++
 6 files changed, 162 insertions(+)

Copied: qtcreator/repos/extra-i686/PKGBUILD (from rev 200678, 
qtcreator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-02 03:09:38 UTC (rev 200679)
@@ -0,0 +1,60 @@
+# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=2.8.1
+_pkgver=2.8.1
+pkgrel=2
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools')
+makedepends=('git' 'mesa')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+'gdb: for the debugger'
+'cmake: for cmake project support'
+'openssh-askpass: for ssh support'
+'git: for git support'
+'mercurial: for mercurial support'
+'bzr: for bazaar support'
+'valgrind: for analyze support')
+install=qtcreator.install
+source=("git://gitorious.org/qt-creator/qt-creator.git#tag=v${_pkgver}"
+"git://gitorious.org/qt-labs/qbs.git"
+'qtcreator.desktop')
+md5sums=('SKIP'
+ 'SKIP'
+ '82888d4be900e7833d768050a135cd37')
+
+prepare() {
+cd qt-creator
+git submodule init
+git config submodule.qbs.url $srcdir/qbs
+git submodule update
+}
+
+build() {
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  qmake ../qt-creator/qtcreator.pro
+  make
+  make docs -j1
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="${pkgdir}/usr/" install
+  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
+
+  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
+  install -Dm644 ${srcdir}/qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+}

Copied: qtcreator/repos/extra-i686/qtcreator.desktop (from rev 200678, 
qtcreator/trunk/qtcreator.desktop)
===
--- extra-i686/qtcreator.desktop(rev 0)
+++ extra-i686/qtcreator.desktop2013-12-02 03:09:38 UTC (rev 200679)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Exec=/usr/bin/qtcreator
+Name=Qt Creator
+GenericName=C++ IDE
+X-KDE-StartupNotify=true
+Icon=/usr/share/icons/hicolor/512x512/apps/QtProject-qtcreator.png
+Terminal=false
+Type=Application
+Categories=Qt;Development;

Copied: qtcreator/repos/extra-i686/qtcreator.install (from rev 200678, 
qtcreator/trunk/qtcreator.install)
===
--- extra-i686/qtcreator.install(rev 0)
+++ extra-i686/qtcreator.install2013-12-02 03:09:38 UTC (rev 200679)
@@ -0,0 +1,12 @@
+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: qtcreator/repos/extra-x86_64/PKGBUILD (from rev 200678, 
qtcreator/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-02 03:09:38 UTC (rev 200679)
@@ -0,0 +1,60 @@
+# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=2.8.1
+_pkgver=2.8.1
+pkgrel=2
+pkgdesc='Lightwei

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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 04:30:39
  Author: svenstaro
Revision: 101835

upgpkg: openshadinglanguage 1.4.0-2

boost 1.55.0 rebuild

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 02:10:39 UTC (rev 101834)
+++ PKGBUILD2013-12-02 03:30:39 UTC (rev 101835)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openshadinglanguage
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced shading language for production GI renderers"
 arch=(i686 x86_64)
 url="https://github.com/imageworks/OpenShadingLanguage";



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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 04:30:44
  Author: svenstaro
Revision: 101836

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

Added:
  openshadinglanguage/repos/community-staging-i686/PKGBUILD
(from rev 101835, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-staging-i686/llvm32.patch
(from rev 101835, openshadinglanguage/trunk/llvm32.patch)
  openshadinglanguage/repos/community-staging-x86_64/PKGBUILD
(from rev 101835, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-staging-x86_64/llvm32.patch
(from rev 101835, openshadinglanguage/trunk/llvm32.patch)
Deleted:
  openshadinglanguage/repos/community-staging-i686/PKGBUILD
  openshadinglanguage/repos/community-staging-i686/llvm32.patch
  openshadinglanguage/repos/community-staging-x86_64/PKGBUILD
  openshadinglanguage/repos/community-staging-x86_64/llvm32.patch

---+
 /PKGBUILD |   86 +++
 /llvm32.patch |  142 
 community-staging-i686/PKGBUILD   |   43 -
 community-staging-i686/llvm32.patch   |   71 
 community-staging-x86_64/PKGBUILD |   43 -
 community-staging-x86_64/llvm32.patch |   71 
 6 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-12-02 03:30:39 UTC (rev 101835)
+++ community-staging-i686/PKGBUILD 2013-12-02 03:30:44 UTC (rev 101836)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgname=openshadinglanguage
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Advanced shading language for production GI renderers"
-arch=(i686 x86_64)
-url="https://github.com/imageworks/OpenShadingLanguage";
-license=('custom')
-depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm')
-makedepends=('boost' 'cmake' 'clang')
-source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
-md5sums=('dcc7b6dfbc68d7af0d5cfa2940ff205b')
-
-build() {
-  cd OpenShadingLanguage-Release-$pkgver
-
-  cd src
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLLVM_STATIC=0 \
-../..
-  make
-}
-
-package() {
-  cd OpenShadingLanguage-Release-$pkgver/src/build
-
-  make DESTDIR="$pkgdir/" install
-
-  mkdir -p "$pkgdir"/usr/share/OSL/
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  mv "$pkgdir"/usr/LICENSE "$pkgdir"/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
-  mv "$pkgdir"/usr/{CHANGES,README.md,INSTALL} "$pkgdir"/usr/share/OSL/
-  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/OSL/doc
-  mv "$pkgdir"/usr/shaders "$pkgdir"/usr/share/OSL/shaders
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openshadinglanguage/repos/community-staging-i686/PKGBUILD (from rev 
101835, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-02 03:30:44 UTC (rev 101836)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=openshadinglanguage
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="Advanced shading language for production GI renderers"
+arch=(i686 x86_64)
+url="https://github.com/imageworks/OpenShadingLanguage";
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm')
+makedepends=('boost' 'cmake' 'clang')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
+md5sums=('dcc7b6dfbc68d7af0d5cfa2940ff205b')
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  cd src
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=0 \
+../..
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR="$pkgdir/" install
+
+  mkdir -p "$pkgdir"/usr/share/OSL/
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  mv "$pkgdir"/usr/LICENSE "$pkgdir"/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
+  mv "$pkgdir"/usr/{CHANGES,README.md,INSTALL} "$pkgdir"/usr/share/OSL/
+  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/OSL/doc
+  mv "$pkgdir"/usr/shaders "$pkgdir"/usr/share/OSL/shaders
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-staging-i686/llvm32.patch
===
--- community-staging-i686/llvm32.patch 2013-12-02 03:30:39 UTC (rev 101835)
+++ community-staging-i686/llvm32.patch 2013-12-02 03:30:44 UTC (rev 101836)
@@ -1,71 +0,0 @@
-commit c391ceb1936459b70147d6f8ac389ded26a7e028
-Author: Sven-Hendrik Haase 
-Date:   Fri Dec 28 09:00:33 2012 +0100
-
-Fix for LL

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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 04:50:50
  Author: svenstaro
Revision: 101838

upgpkg: ogre 1.9.0-3

boost 1.55.0 rebuild

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 03:34:25 UTC (rev 101837)
+++ PKGBUILD2013-12-02 03:50:50 UTC (rev 101838)
@@ -3,7 +3,7 @@
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
 pkgver=1.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'
@@ -26,7 +26,7 @@
 -DOGRE_INSTALL_SAMPLES=TRUE \
 -DOGRE_INSTALL_DOCS=TRUE \
 -DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DCMAKE_BUILD_TYPE=Release
+-DCMAKE_BUILD_TYPE=RelWithDebInfo
 
   make
 
@@ -45,9 +45,9 @@
   make DESTDIR=${pkgdir} install
 
   # fix up samples
-  #install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  #mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  #mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
+  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
+  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
+  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
 
   # make sample launcher
   echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser



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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 04:50:57
  Author: svenstaro
Revision: 101839

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

Added:
  ogre/repos/community-staging-i686/PKGBUILD
(from rev 101838, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-i686/ogre.install
(from rev 101838, ogre/trunk/ogre.install)
  ogre/repos/community-staging-x86_64/PKGBUILD
(from rev 101838, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-x86_64/ogre.install
(from rev 101838, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-staging-i686/PKGBUILD
  ogre/repos/community-staging-i686/ogre.install
  ogre/repos/community-staging-x86_64/PKGBUILD
  ogre/repos/community-staging-x86_64/ogre.install

---+
 /PKGBUILD |  158 
 /ogre.install |8 +
 community-staging-i686/PKGBUILD   |   79 
 community-staging-i686/ogre.install   |4 
 community-staging-x86_64/PKGBUILD |   79 
 community-staging-x86_64/ogre.install |4 
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-12-02 03:50:50 UTC (rev 101838)
+++ community-staging-i686/PKGBUILD 2013-12-02 03:50:57 UTC (rev 101839)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.9.0
-pkgrel=2
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
-install=ogre.install
-source=("hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}")
-md5sums=('SKIP')
-
-build() {
-  cd ogre
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  #install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  #mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  #mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-  
-  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-staging-i686/PKGBUILD (from rev 101838, 
ogre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-02 03:50:57 UTC (rev 101839)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=3
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=("hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}")
+md5sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo
+
+  make
+
+  make OgreDoc
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+  'intel-tbb: better threading support'
+ 

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

2013-12-01 Thread Gaetan Bisson
Date: Monday, December 2, 2013 @ 08:24:30
  Author: bisson
Revision: 200681

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

Added:
  cronie/repos/core-i686/PKGBUILD
(from rev 200680, cronie/repos/testing-i686/PKGBUILD)
  cronie/repos/core-i686/deny
(from rev 200680, cronie/repos/testing-i686/deny)
  cronie/repos/core-i686/pam.d
(from rev 200680, cronie/repos/testing-i686/pam.d)
  cronie/repos/core-i686/service
(from rev 200680, cronie/repos/testing-i686/service)
  cronie/repos/core-x86_64/PKGBUILD
(from rev 200680, cronie/repos/testing-x86_64/PKGBUILD)
  cronie/repos/core-x86_64/deny
(from rev 200680, cronie/repos/testing-x86_64/deny)
  cronie/repos/core-x86_64/pam.d
(from rev 200680, cronie/repos/testing-x86_64/pam.d)
  cronie/repos/core-x86_64/service
(from rev 200680, cronie/repos/testing-x86_64/service)
Deleted:
  cronie/repos/core-i686/PKGBUILD
  cronie/repos/core-i686/deny
  cronie/repos/core-i686/pam.d
  cronie/repos/core-i686/service
  cronie/repos/core-x86_64/PKGBUILD
  cronie/repos/core-x86_64/deny
  cronie/repos/core-x86_64/pam.d
  cronie/repos/core-x86_64/service
  cronie/repos/testing-i686/
  cronie/repos/testing-x86_64/

--+
 /PKGBUILD|  134 +
 /deny|2 
 /pam.d   |   20 +++
 /service |   22 
 core-i686/PKGBUILD   |   66 
 core-i686/deny   |1 
 core-i686/pam.d  |   10 ---
 core-i686/service|   11 
 core-x86_64/PKGBUILD |   66 
 core-x86_64/deny |1 
 core-x86_64/pam.d|   10 ---
 core-x86_64/service  |   11 
 12 files changed, 178 insertions(+), 176 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-12-02 03:34:08 UTC (rev 200680)
+++ core-i686/PKGBUILD  2013-12-02 07:24:30 UTC (rev 200681)
@@ -1,66 +0,0 @@
-# Contributor: Kaiting Chen 
-# Maintainer: Gaetan Bisson 
-
-pkgname='cronie'
-pkgver=1.4.9
-pkgrel=5
-pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
-url='https://fedorahosted.org/cronie/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('pam' 'bash' 'run-parts')
-optdepends=('pm-utils: defer anacron on battery power'
-'smtp-server: send job output via email'
-'smtp-forwarder: forward job output to email server')
-
-source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-   'service'
-'pam.d'
-'deny')
-sha1sums=('40405cb30b62bd60323e4daf5198f26f0e65c4c4'
-  'eb8ed1e22dbe9c02075fe4bbe925b6eeb9954649'
-  '5eff7fb31f6bc0a924243ff046704726cf20c221'
-  '0f279b8fb820340267d578dc85511c980715f91e')
-
-backup=('etc/cron.deny'
-'etc/pam.d/crond'
-'etc/cron.d/0hourly'
-'etc/anacrontab')
-
-conflicts=('cron')
-provides=('cron')
-groups=('base')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --enable-anacron \
-   --with-inotify \
-   --with-pam \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   chmod u+s "${pkgdir}"/usr/bin/crontab
-   install -d "${pkgdir}"/var/spool/{ana,}cron
-   install -d "${pkgdir}"/etc/cron.{d,hourly,daily,weekly,monthly}
-
-   install -Dm644 ../deny "${pkgdir}"/etc/cron.deny
-   install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/crond
-   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/cronie.service
-
-   install -Dm644 contrib/anacrontab "${pkgdir}"/etc/anacrontab
-   install -Dm644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly
-   install -Dm755 contrib/0anacron "${pkgdir}"/etc/cron.hourly/0anacron
-
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/cronie/COPYING
-}

Copied: cronie/repos/core-i686/PKGBUILD (from rev 200680, 
cronie/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-12-02 07:24:30 UTC (rev 200681)
@@ -0,0 +1,67 @@
+# $Id$
+# Contributor: Kaiting Chen 
+# Maintainer: Gaetan Bisson 
+
+pkgname='cronie'
+pkgver=1.4.11
+pkgrel=1
+pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
+url='https://fedorahosted.org/cronie/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('pam' 'bash' 'run-parts')
+optdepends=('pm-utils: defer anacron on battery power'
+'smtp-server: send job output via email'
+'smtp-forwarder: forward job output to email server')
+
+source=("https://fedorahosted.org/releases/c/r/${pkgname}/