[arch-commits] Commit in xfce4-power-manager/trunk (PKGBUILD)

2014-05-07 Thread Evangelos Foutras
Date: Wednesday, May 7, 2014 @ 11:06:50
  Author: foutrelis
Revision: 212097

upgpkg: xfce4-power-manager 1.2.0.212.g75107db-1

Bump to newer Git snapshot to possibly fix FS#40180.

Modified:
  xfce4-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 22:15:42 UTC (rev 212096)
+++ PKGBUILD2014-05-07 09:06:50 UTC (rev 212097)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich tobias funnychar archlinux.org
 
 pkgname=xfce4-power-manager
-pkgver=1.2.0.198.g76d1f4f
+pkgver=1.2.0.212.g75107db
 pkgrel=1
 pkgdesc=Power manager for Xfce desktop
 arch=('i686' 'x86_64')



[arch-commits] Commit in xfce4-power-manager/repos (8 files)

2014-05-07 Thread Evangelos Foutras
Date: Wednesday, May 7, 2014 @ 11:06:59
  Author: foutrelis
Revision: 212098

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

Added:
  xfce4-power-manager/repos/extra-i686/PKGBUILD
(from rev 212097, xfce4-power-manager/trunk/PKGBUILD)
  xfce4-power-manager/repos/extra-i686/xfce4-power-manager.install
(from rev 212097, xfce4-power-manager/trunk/xfce4-power-manager.install)
  xfce4-power-manager/repos/extra-x86_64/PKGBUILD
(from rev 212097, xfce4-power-manager/trunk/PKGBUILD)
  xfce4-power-manager/repos/extra-x86_64/xfce4-power-manager.install
(from rev 212097, xfce4-power-manager/trunk/xfce4-power-manager.install)
Deleted:
  xfce4-power-manager/repos/extra-i686/PKGBUILD
  xfce4-power-manager/repos/extra-i686/xfce4-power-manager.install
  xfce4-power-manager/repos/extra-x86_64/PKGBUILD
  xfce4-power-manager/repos/extra-x86_64/xfce4-power-manager.install

--+
 /PKGBUILD|   92 +
 /xfce4-power-manager.install |   26 
 extra-i686/PKGBUILD  |   46 --
 extra-i686/xfce4-power-manager.install   |   13 
 extra-x86_64/PKGBUILD|   46 --
 extra-x86_64/xfce4-power-manager.install |   13 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-07 09:06:50 UTC (rev 212097)
+++ extra-i686/PKGBUILD 2014-05-07 09:06:59 UTC (rev 212098)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Tobias Kieslich tobias funnychar archlinux.org
-
-pkgname=xfce4-power-manager
-pkgver=1.2.0.198.g76d1f4f
-pkgrel=1
-pkgdesc=Power manager for Xfce desktop
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('xfce4-panel' 'upower' 'udisks' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'xfce4-dev-tools' 'git')
-install=$pkgname.install
-source=(git://git.xfce.org/xfce/xfce4-power-manager)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $srcdir/$pkgname
-
-  git describe --long | sed 's/^xfce4-power-manager-//;s/-/./g'
-}
-
-build() {
-  cd $srcdir/$pkgname
-
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-network-manager \
---enable-polkit \
---enable-dpms \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-power-manager/repos/extra-i686/PKGBUILD (from rev 212097, 
xfce4-power-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-07 09:06:59 UTC (rev 212098)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Kieslich tobias funnychar archlinux.org
+
+pkgname=xfce4-power-manager
+pkgver=1.2.0.212.g75107db
+pkgrel=1
+pkgdesc=Power manager for Xfce desktop
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('xfce4-panel' 'upower' 'udisks' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'xfce4-dev-tools' 'git')
+install=$pkgname.install
+source=(git://git.xfce.org/xfce/xfce4-power-manager)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $srcdir/$pkgname
+
+  git describe --long | sed 's/^xfce4-power-manager-//;s/-/./g'
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-network-manager \
+--enable-polkit \
+--enable-dpms \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-power-manager.install
===
--- extra-i686/xfce4-power-manager.install  2014-05-07 09:06:50 UTC (rev 
212097)
+++ extra-i686/xfce4-power-manager.install  2014-05-07 09:06:59 UTC (rev 
212098)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-power-manager/repos/extra-i686/xfce4-power-manager.install (from 
rev 212097, xfce4-power-manager/trunk/xfce4-power-manager.install)
===
--- extra-i686/xfce4-power-manager.install  (rev 0)
+++ extra-i686/xfce4-power-manager.install  2014-05-07 09:06:59 UTC (rev 
212098)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {

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

2014-05-07 Thread Sergej Pupykin
Date: Wednesday, May 7, 2014 @ 12:31:32
  Author: spupykin
Revision: 110795

upgpkg: icoutils 0.31.0-1

upd

Modified:
  icoutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 02:22:30 UTC (rev 110794)
+++ PKGBUILD2014-05-07 10:31:32 UTC (rev 110795)
@@ -5,8 +5,8 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=icoutils
-pkgver=0.30.0
-pkgrel=2
+pkgver=0.31.0
+pkgrel=1
 pkgdesc='Extracts and converts images in MS Windows(R) icon and cursor files.'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,7 +13,7 @@
 url='http://www.nongnu.org/icoutils/'
 depends=('libpng=1.0.0' 'perl-libwww=5.64')
 
source=(http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('2574eb4ff5c0d3b2a59ad5a7d8848ced')
+md5sums=('fe12dcfb7796cb6cb4ac9bb0720ae362')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-05-07 Thread Sergej Pupykin
Date: Wednesday, May 7, 2014 @ 12:31:50
  Author: spupykin
Revision: 110796

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-07 10:31:32 UTC (rev 110795)
+++ community-i686/PKGBUILD 2014-05-07 10:31:50 UTC (rev 110796)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: neodreams yanbrod...@videotron.ca
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=icoutils
-pkgver=0.30.0
-pkgrel=2
-pkgdesc='Extracts and converts images in MS Windows(R) icon and cursor files.'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.nongnu.org/icoutils/'
-depends=('libpng=1.0.0' 'perl-libwww=5.64')
-source=(http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('2574eb4ff5c0d3b2a59ad5a7d8848ced')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: icoutils/repos/community-i686/PKGBUILD (from rev 110795, 
icoutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-07 10:31:50 UTC (rev 110796)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: neodreams yanbrod...@videotron.ca
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=icoutils
+pkgver=0.31.0
+pkgrel=1
+pkgdesc='Extracts and converts images in MS Windows(R) icon and cursor files.'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.nongnu.org/icoutils/'
+depends=('libpng=1.0.0' 'perl-libwww=5.64')
+source=(http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fe12dcfb7796cb6cb4ac9bb0720ae362')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-07 10:31:32 UTC (rev 110795)
+++ community-x86_64/PKGBUILD   2014-05-07 10:31:50 UTC (rev 110796)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: neodreams yanbrod...@videotron.ca
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=icoutils
-pkgver=0.30.0
-pkgrel=2
-pkgdesc='Extracts and converts images in MS Windows(R) icon and cursor files.'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.nongnu.org/icoutils/'
-depends=('libpng=1.0.0' 'perl-libwww=5.64')
-source=(http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('2574eb4ff5c0d3b2a59ad5a7d8848ced')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: icoutils/repos/community-x86_64/PKGBUILD (from rev 110795, 
icoutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-07 10:31:50 UTC (rev 110796)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: neodreams yanbrod...@videotron.ca
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=icoutils
+pkgver=0.31.0
+pkgrel=1
+pkgdesc='Extracts and converts images in MS Windows(R) icon and cursor files.'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.nongnu.org/icoutils/'
+depends=('libpng=1.0.0' 'perl-libwww=5.64')
+source=(http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fe12dcfb7796cb6cb4ac9bb0720ae362')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+

[arch-commits] Commit in xbmc/trunk (PKGBUILD enable-external-ffmpeg.patch)

2014-05-07 Thread Bartłomiej Piotrowski
Date: Wednesday, May 7, 2014 @ 12:38:28
  Author: bpiotrowski
Revision: 110797

upgpkg: xbmc 13.0-2

build against extra/ffmpeg

Added:
  xbmc/trunk/enable-external-ffmpeg.patch
Modified:
  xbmc/trunk/PKGBUILD

--+
 PKGBUILD |   48 +++
 enable-external-ffmpeg.patch |  100 +
 2 files changed, 128 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 10:31:50 UTC (rev 110796)
+++ PKGBUILD2014-05-07 10:38:28 UTC (rev 110797)
@@ -10,34 +10,42 @@
 pkgname=xbmc
 pkgver=13.0
 _codename=Gotham
-pkgrel=1
+pkgrel=2
 pkgdesc=A software media player and entertainment hub for digital media
 arch=('i686' 'x86_64')
 url=http://xbmc.org;
 license=('GPL' 'custom')
-depends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva' 
'libpng' 'libcdio' 'yajl' 'libmysqlclient' 'libjpeg-turbo' 'libsamplerate' 
'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 'python2' 
'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 
'mesa-demos' 'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'avahi' 
'bluez-libs' 'tinyxml' 'libcap' 'swig' 'taglib' 'java-runtime-headless' 'glu' 
'mesa' 'shairplay' 'libxslt' 'libpulse')
+depends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva'
+ 'libpng' 'libcdio' 'yajl' 'libmysqlclient' 'libjpeg-turbo' 
'libsamplerate'
+ 'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image'
+ 'python2' 'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 
'rtmpdump'
+ 'unzip' 'mesa-demos' 'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng'
+ 'avahi' 'bluez-libs' 'tinyxml' 'libcap' 'swig' 'taglib' 'libpulse'
+ 'java-runtime-headless' 'glu' 'mesa' 'shairplay' 'libxslt' 'ffmpeg')
 makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libxinerama' 'zip' 'libvdpau' 
'libcec'
-'udisks' 'upower' 'mesa' 'doxygen' 'swig' 'java-environment')
+  'udisks' 'upower' 'mesa' 'doxygen' 'swig' 'java-environment')
 optdepends=('libcec: support for Pulse-Eight USB-CEC adapter'
-   'lirc: remote controller support'
-   'udisks: automount external drives'
-   'upower: used to trigger power management functionality'
-   'unrar: access compressed files without unpacking them'
-   'xorg-xinit: autostart xbmc'
+  'lirc: remote controller support'
+  'udisks: automount external drives'
+  'upower: used to trigger power management functionality'
+  'unrar: access compressed files without unpacking them'
+  'xorg-xinit: autostart xbmc'
   'pulseaudio: for pulseaudio support')
 install=${pkgname}.install
 source=(
   
xbmc-$pkgver.tar.gz::https://github.com/xbmc/xbmc/archive/13.0-Gotham.tar.gz;
-   xbmc.service
-   polkit.rules
+  xbmc.service
+  polkit.rules
+  enable-external-ffmpeg.patch
   )
 md5sums=('54fafd985b5209859ba6faeb50b8f142'
  'de331663cc8adc94f2fe44a262cfff58'
- '02f7951824ee13103344f36009c0ef2a')
+ '02f7951824ee13103344f36009c0ef2a'
+ '9f9b41cfc1e21b1e7d0bb10d6e85b3c6')
 
 prepare() {
   cd ${srcdir}/xbmc-$pkgver-$_codename
-
+  patch -p1 -i ../enable-external-ffmpeg.patch
 }
 
 build() {
@@ -78,7 +86,7 @@
 --enable-udev \
 --enable-libusb \
 --enable-libcec \
-   --enable-external-libraries
+--enable-external-libraries
 
 
   # Now (finally) build
@@ -94,20 +102,20 @@
   sed -i -e 's/python/python2/g' ${pkgdir}${_prefix}/bin/xbmc
 
   # Tools
-   msg2 Tools
+  msg2 Tools
   install -D -m 0755 ${srcdir}/xbmc-$pkgver-$_codename/xbmc-xrandr 
${pkgdir}${_prefix}/share/xbmc/xbmc-xrandr
   install -D -m 0755 
${srcdir}/xbmc-$pkgver-$_codename/tools/TexturePacker/TexturePacker 
${pkgdir}${_prefix}/share/xbmc/
 
   # Licenses
-   msg2 Copy licenses
-   install -dm755 ${pkgdir}${_prefix}/share/licenses/${pkgname}
+  msg2 Copy licenses
+  install -dm755 ${pkgdir}${_prefix}/share/licenses/${pkgname}
   for licensef in LICENSE.GPL copying.txt; do
-   mv ${pkgdir}${_prefix}/share/doc/xbmc/${licensef} \
-   ${pkgdir}${_prefix}/share/licenses/${pkgname}
+mv ${pkgdir}${_prefix}/share/doc/xbmc/${licensef} \
+  ${pkgdir}${_prefix}/share/licenses/${pkgname}
   done
 
-   # install systemd service
+  # install systemd service
   install -Dm0644 $srcdir/xbmc.service 
$pkgdir/usr/lib/systemd/system/xbmc.service
-   install -Dm0644 $srcdir/polkit.rules 
$pkgdir/etc/polkit-1/rules.d/10-xbmc.rules
+  install -Dm0644 $srcdir/polkit.rules 
$pkgdir/etc/polkit-1/rules.d/10-xbmc.rules
 }
 # vim:set ts=2 sw=2 et:

Added: enable-external-ffmpeg.patch
===
--- enable-external-ffmpeg.patch(rev 0)
+++ enable-external-ffmpeg.patch2014-05-07 10:38:28 

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

2014-05-07 Thread Bartłomiej Piotrowski
Date: Wednesday, May 7, 2014 @ 12:38:39
  Author: bpiotrowski
Revision: 110798

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

Added:
  xbmc/repos/community-i686/PKGBUILD
(from rev 110797, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-i686/enable-external-ffmpeg.patch
(from rev 110797, xbmc/trunk/enable-external-ffmpeg.patch)
  xbmc/repos/community-i686/polkit.rules
(from rev 110797, xbmc/trunk/polkit.rules)
  xbmc/repos/community-i686/xbmc.install
(from rev 110797, xbmc/trunk/xbmc.install)
  xbmc/repos/community-i686/xbmc.service
(from rev 110797, xbmc/trunk/xbmc.service)
  xbmc/repos/community-x86_64/PKGBUILD
(from rev 110797, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-x86_64/enable-external-ffmpeg.patch
(from rev 110797, xbmc/trunk/enable-external-ffmpeg.patch)
  xbmc/repos/community-x86_64/polkit.rules
(from rev 110797, xbmc/trunk/polkit.rules)
  xbmc/repos/community-x86_64/xbmc.install
(from rev 110797, xbmc/trunk/xbmc.install)
  xbmc/repos/community-x86_64/xbmc.service
(from rev 110797, xbmc/trunk/xbmc.service)
Deleted:
  xbmc/repos/community-i686/PKGBUILD
  xbmc/repos/community-i686/polkit.rules
  xbmc/repos/community-i686/xbmc.install
  xbmc/repos/community-i686/xbmc.service
  xbmc/repos/community-x86_64/PKGBUILD
  xbmc/repos/community-x86_64/polkit.rules
  xbmc/repos/community-x86_64/xbmc.install
  xbmc/repos/community-x86_64/xbmc.service

---+
 /PKGBUILD |  242 
 /polkit.rules |   24 ++
 /xbmc.install |   38 +++
 /xbmc.service |   32 +++
 community-i686/PKGBUILD   |  113 ---
 community-i686/enable-external-ffmpeg.patch   |  100 +
 community-i686/polkit.rules   |   12 -
 community-i686/xbmc.install   |   19 -
 community-i686/xbmc.service   |   16 -
 community-x86_64/PKGBUILD |  113 ---
 community-x86_64/enable-external-ffmpeg.patch |  100 +
 community-x86_64/polkit.rules |   12 -
 community-x86_64/xbmc.install |   19 -
 community-x86_64/xbmc.service |   16 -
 14 files changed, 536 insertions(+), 320 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-07 10:38:28 UTC (rev 110797)
+++ community-i686/PKGBUILD 2014-05-07 10:38:39 UTC (rev 110798)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
-# Contributor: Zeqadious zeqadious.at.gmail.dot.com
-# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
-
-_prefix=/usr
-
-pkgname=xbmc
-pkgver=13.0
-_codename=Gotham
-pkgrel=1
-pkgdesc=A software media player and entertainment hub for digital media
-arch=('i686' 'x86_64')
-url=http://xbmc.org;
-license=('GPL' 'custom')
-depends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva' 
'libpng' 'libcdio' 'yajl' 'libmysqlclient' 'libjpeg-turbo' 'libsamplerate' 
'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 'python2' 
'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 
'mesa-demos' 'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'avahi' 
'bluez-libs' 'tinyxml' 'libcap' 'swig' 'taglib' 'java-runtime-headless' 'glu' 
'mesa' 'shairplay' 'libxslt' 'libpulse')
-makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libxinerama' 'zip' 'libvdpau' 
'libcec'
-'udisks' 'upower' 'mesa' 'doxygen' 'swig' 'java-environment')
-optdepends=('libcec: support for Pulse-Eight USB-CEC adapter'
-   'lirc: remote controller support'
-   'udisks: automount external drives'
-   'upower: used to trigger power management functionality'
-   'unrar: access compressed files without unpacking them'
-   'xorg-xinit: autostart xbmc'
-  'pulseaudio: for pulseaudio support')
-install=${pkgname}.install
-source=(
-  
xbmc-$pkgver.tar.gz::https://github.com/xbmc/xbmc/archive/13.0-Gotham.tar.gz;
-   xbmc.service
-   polkit.rules
-  )
-md5sums=('54fafd985b5209859ba6faeb50b8f142'
- 'de331663cc8adc94f2fe44a262cfff58'
- '02f7951824ee13103344f36009c0ef2a')
-
-prepare() {
-  cd ${srcdir}/xbmc-$pkgver-$_codename
-
-}
-
-build() {
-  cd ${srcdir}/xbmc-$pkgver-$_codename
-
-  # Bootstrapping XBMC
-  ./bootstrap
-
-  # Configuring XBMC
-  export PYTHON_VERSION=2  # external python v2
-  ./configure --prefix=$_prefix --exec-prefix=$_prefix \
---disable-debug \
---enable-optimizations \
---enable-gl \
---enable-sdl \
---enable-vaapi \
---enable-vdpau \
---enable-xvba \
---enable-joystick \
---enable-xrandr \
---enable-rsxs \

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

2014-05-07 Thread Bartłomiej Piotrowski
Date: Wednesday, May 7, 2014 @ 13:11:02
  Author: bpiotrowski
Revision: 212099

upgpkg: ffmpeg 1:2.2.2-2

rebuild using gcc 4.8

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 09:06:59 UTC (rev 212098)
+++ PKGBUILD2014-05-07 11:11:02 UTC (rev 212099)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=2.2.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')



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

2014-05-07 Thread Bartłomiej Piotrowski
Date: Wednesday, May 7, 2014 @ 13:11:14
  Author: bpiotrowski
Revision: 212100

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-07 11:11:02 UTC (rev 212099)
+++ extra-i686/PKGBUILD 2014-05-07 11:11:14 UTC (rev 212100)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg
-pkgver=2.2.2
-pkgrel=1
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
-  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'x264' 'xvidcore' 'zlib' 'x265'
-  )
-makedepends=('libvdpau' 'yasm')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('581affe5d820d89ce21fe3f0316ef2c3'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---enable-avresample \
---enable-dxva2 \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-pic \
---enable-postproc \
---enable-runtime-cpudetect \
---enable-shared \
---enable-swresample \
---enable-vdpau \
---enable-version3 \
---enable-x11grab
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-man
-  install -Dm755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 212099, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-07 11:11:14 UTC (rev 212100)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.2.2
+pkgrel=2
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib' 'x265'
+  )
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('581affe5d820d89ce21fe3f0316ef2c3'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avresample \
+--enable-dxva2 \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libx265 \
+

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

2014-05-07 Thread Massimiliano Torromeo
Date: Wednesday, May 7, 2014 @ 14:15:11
  Author: mtorromeo
Revision: 110799

upgpkg: openfire 3.9.3-1

Updated to version 3.9.3

Modified:
  openfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 10:38:39 UTC (rev 110798)
+++ PKGBUILD2014-05-07 12:15:11 UTC (rev 110799)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=openfire
-pkgver=3.9.2
+pkgver=3.9.3
 pkgrel=1
 pkgdesc=High performance XMPP (Jabber) server.
 arch=('any')
@@ -48,6 +48,6 @@
cp -R lib $pkgdir/usr/lib/openfire
 }
 
-sha256sums=('7ca3194a32fd0061ac5bc30f1d59b483bb945d7be4d3e032c7493f8e0070c742'
+sha256sums=('37001835a3007f115214aa83f2a48f8c33bbf3576937f4d964d9eb3de3933ad2'
 'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
 '772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c')



[arch-commits] Commit in openfire/repos/community-any (8 files)

2014-05-07 Thread Massimiliano Torromeo
Date: Wednesday, May 7, 2014 @ 14:31:56
  Author: mtorromeo
Revision: 110800

archrelease: copy trunk to community-any

Added:
  openfire/repos/community-any/PKGBUILD
(from rev 110799, openfire/trunk/PKGBUILD)
  openfire/repos/community-any/openfire.conf
(from rev 110799, openfire/trunk/openfire.conf)
  openfire/repos/community-any/openfire.install
(from rev 110799, openfire/trunk/openfire.install)
  openfire/repos/community-any/openfire.service
(from rev 110799, openfire/trunk/openfire.service)
Deleted:
  openfire/repos/community-any/PKGBUILD
  openfire/repos/community-any/openfire.conf
  openfire/repos/community-any/openfire.install
  openfire/repos/community-any/openfire.service

--+
 PKGBUILD |  106 ++---
 openfire.conf|6 +--
 openfire.install |   30 +++
 openfire.service |   28 +++---
 4 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-07 12:15:11 UTC (rev 110799)
+++ PKGBUILD2014-05-07 12:31:56 UTC (rev 110800)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=openfire
-pkgver=3.9.2
-pkgrel=1
-pkgdesc=High performance XMPP (Jabber) server.
-arch=('any')
-url='http://www.igniterealtime.org/projects/openfire/'
-license=('GPL')
-depends=('java-runtime-headless')
-makedepends=('apache-ant')
-install='openfire.install'
-backup=(
-   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
-   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
-   'etc/openfire/security/client.truststore')
-source=(http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
-   'openfire.conf' 'openfire.service')
-
-build() {
-   cd $srcdir/openfire_src/build
-   rm -rf ../src/resources/nativeAuth/
-   ant openfire
-#  ant plugins
-}
-
-package() {
-   cd $srcdir/openfire_src/target/openfire
-
-   install -dm755 $pkgdir/usr/lib $pkgdir/usr/share/openfire/resources
-   install -dm750 $pkgdir/etc/openfire $pkgdir/var/log/openfire
-
-   install -Dm644 $srcdir/openfire.conf $pkgdir/etc/conf.d/openfire
-   install -Dm644 $srcdir/openfire.service 
$pkgdir/usr/lib/systemd/system/openfire.service
-
-   rm -rf bin logs
-
-   cp -R conf/* $pkgdir/etc/openfire/
-   ln -s /etc/openfire $pkgdir/usr/share/openfire/conf
-
-   cp -R resources/security $pkgdir/etc/openfire/
-   ln -s /etc/openfire/security 
$pkgdir/usr/share/openfire/resources/security
-
-   cp -R plugins $pkgdir/usr/share/openfire/
-   cp -R resources/{database,spank} $pkgdir/usr/share/openfire/resources/
-   cp -R lib $pkgdir/usr/lib/openfire
-}
-
-sha256sums=('7ca3194a32fd0061ac5bc30f1d59b483bb945d7be4d3e032c7493f8e0070c742'
-'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
-'772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c')

Copied: openfire/repos/community-any/PKGBUILD (from rev 110799, 
openfire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-07 12:31:56 UTC (rev 110800)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=openfire
+pkgver=3.9.3
+pkgrel=1
+pkgdesc=High performance XMPP (Jabber) server.
+arch=('any')
+url='http://www.igniterealtime.org/projects/openfire/'
+license=('GPL')
+depends=('java-runtime-headless')
+makedepends=('apache-ant')
+install='openfire.install'
+backup=(
+   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
+   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
+   'etc/openfire/security/client.truststore')
+source=(http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
+   'openfire.conf' 'openfire.service')
+
+build() {
+   cd $srcdir/openfire_src/build
+   rm -rf ../src/resources/nativeAuth/
+   ant openfire
+#  ant plugins
+}
+
+package() {
+   cd $srcdir/openfire_src/target/openfire
+
+   install -dm755 $pkgdir/usr/lib $pkgdir/usr/share/openfire/resources
+   install -dm750 $pkgdir/etc/openfire $pkgdir/var/log/openfire
+
+   install -Dm644 $srcdir/openfire.conf $pkgdir/etc/conf.d/openfire
+   install -Dm644 $srcdir/openfire.service 
$pkgdir/usr/lib/systemd/system/openfire.service
+
+   rm -rf bin logs
+
+   cp -R conf/* $pkgdir/etc/openfire/
+   ln -s /etc/openfire $pkgdir/usr/share/openfire/conf
+
+   cp -R resources/security 

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

2014-05-07 Thread Sébastien Luttringer
Date: Wednesday, May 7, 2014 @ 14:49:10
  Author: seblu
Revision: 110801

upgpkg: mailman 2.1.18.1-1

Modified:
  mailman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 12:31:56 UTC (rev 110800)
+++ PKGBUILD2014-05-07 12:49:10 UTC (rev 110801)
@@ -3,7 +3,8 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=mailman
-pkgver=2.1.18
+_pkgver=2.1.18-1
+pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='The GNU Mailing List Manager'
 arch=(i686 x86_64)
@@ -15,12 +16,12 @@
 # 'Defaults.py' should not be changed by users; 'mm_cfg.py' should instead.
 backup=('usr/lib/mailman/Mailman/mm_cfg.py')
 install=$pkgname.install
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tgz;
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$_pkgver.tgz;
 'mailman-2.1-build.patch'
 $pkgname.profile.sh
 $pkgname.profile.csh
 $pkgname.service)
-md5sums=('02ce493711248e1d3723356188446d9f'
+md5sums=('dc861ed9698a98499a951eaef7d4db9f'
  'ed04d062379eb21e39ce1e70e6b1ade2'
  'a9c71ec940c56173415fbd49087d10b0'
  '85a8c30ffc444e677b286f54df530482'
@@ -27,7 +28,7 @@
  'f3ea6ef02ab135274406ce52ea8bbb7b')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$_pkgver
   # some files in mailman doesn't use configure parameter
   find . -type f -exec \
 sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
@@ -49,7 +50,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$_pkgver
   make DESTDIR=$pkgdir install
 
   # let's follow Fedora FHS way; Gentoo does it the other way round



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

2014-05-07 Thread Sébastien Luttringer
Date: Wednesday, May 7, 2014 @ 14:49:57
  Author: seblu
Revision: 110802

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

Added:
  mailman/repos/community-testing-i686/PKGBUILD
(from rev 110801, mailman/trunk/PKGBUILD)
  mailman/repos/community-testing-i686/mailman-2.1-build.patch
(from rev 110801, mailman/trunk/mailman-2.1-build.patch)
  mailman/repos/community-testing-i686/mailman.install
(from rev 110801, mailman/trunk/mailman.install)
  mailman/repos/community-testing-i686/mailman.profile.csh
(from rev 110801, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-testing-i686/mailman.profile.sh
(from rev 110801, mailman/trunk/mailman.profile.sh)
  mailman/repos/community-testing-i686/mailman.service
(from rev 110801, mailman/trunk/mailman.service)
  mailman/repos/community-testing-x86_64/PKGBUILD
(from rev 110801, mailman/trunk/PKGBUILD)
  mailman/repos/community-testing-x86_64/mailman-2.1-build.patch
(from rev 110801, mailman/trunk/mailman-2.1-build.patch)
  mailman/repos/community-testing-x86_64/mailman.install
(from rev 110801, mailman/trunk/mailman.install)
  mailman/repos/community-testing-x86_64/mailman.profile.csh
(from rev 110801, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-testing-x86_64/mailman.profile.sh
(from rev 110801, mailman/trunk/mailman.profile.sh)
  mailman/repos/community-testing-x86_64/mailman.service
(from rev 110801, mailman/trunk/mailman.service)
Deleted:
  mailman/repos/community-testing-i686/PKGBUILD
  mailman/repos/community-testing-i686/mailman-2.1-build.patch
  mailman/repos/community-testing-i686/mailman.install
  mailman/repos/community-testing-i686/mailman.profile.csh
  mailman/repos/community-testing-i686/mailman.profile.sh
  mailman/repos/community-testing-i686/mailman.service
  mailman/repos/community-testing-x86_64/PKGBUILD
  mailman/repos/community-testing-x86_64/mailman-2.1-build.patch
  mailman/repos/community-testing-x86_64/mailman.install
  mailman/repos/community-testing-x86_64/mailman.profile.csh
  mailman/repos/community-testing-x86_64/mailman.profile.sh
  mailman/repos/community-testing-x86_64/mailman.service

--+
 /PKGBUILD|  166 ++
 /mailman-2.1-build.patch | 1388 +
 /mailman.install |   60 
 /mailman.profile.csh |2 
 /mailman.profile.sh  |6 
 /mailman.service |   26 
 community-testing-i686/PKGBUILD  |   82 -
 community-testing-i686/mailman-2.1-build.patch   |  694 --
 community-testing-i686/mailman.install   |   30 
 community-testing-i686/mailman.profile.csh   |1 
 community-testing-i686/mailman.profile.sh|3 
 community-testing-i686/mailman.service   |   13 
 community-testing-x86_64/PKGBUILD|   82 -
 community-testing-x86_64/mailman-2.1-build.patch |  694 --
 community-testing-x86_64/mailman.install |   30 
 community-testing-x86_64/mailman.profile.csh |1 
 community-testing-x86_64/mailman.profile.sh  |3 
 community-testing-x86_64/mailman.service |   13 
 18 files changed, 1648 insertions(+), 1646 deletions(-)

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


[arch-commits] Commit in percona-server/trunk (PKGBUILD mysql56-bison3.patch)

2014-05-07 Thread Massimiliano Torromeo
Date: Wednesday, May 7, 2014 @ 15:50:45
  Author: mtorromeo
Revision: 110803

upgpkg: percona-server 5.6.17_65.0-1

Updated to version 5.6.17-65.0

Modified:
  percona-server/trunk/PKGBUILD
Deleted:
  percona-server/trunk/mysql56-bison3.patch

--+
 PKGBUILD |   13 
 mysql56-bison3.patch | 3902 -
 2 files changed, 5 insertions(+), 3910 deletions(-)

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


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

2014-05-07 Thread Massimiliano Torromeo
Date: Wednesday, May 7, 2014 @ 15:56:00
  Author: mtorromeo
Revision: 110804

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 110803, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/mysql56-bufsize.patch
(from rev 110803, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-i686/mysqld-post.sh
(from rev 110803, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 110803, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/mysqld.service
(from rev 110803, percona-server/trunk/mysqld.service)
  percona-server/repos/community-i686/percona.install
(from rev 110803, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 110803, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
(from rev 110803, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-x86_64/mysqld-post.sh
(from rev 110803, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 110803, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/mysqld.service
(from rev 110803, percona-server/trunk/mysqld.service)
  percona-server/repos/community-x86_64/percona.install
(from rev 110803, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/mysql56-bison3.patch
  percona-server/repos/community-i686/mysql56-bufsize.patch
  percona-server/repos/community-i686/mysqld-post.sh
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/mysqld.service
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/mysql56-bison3.patch
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
  percona-server/repos/community-x86_64/mysqld-post.sh
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/mysqld.service
  percona-server/repos/community-x86_64/percona.install

+
 /PKGBUILD  |  276 ++
 /mysql56-bufsize.patch |   40 
 /mysqld-post.sh|   16 
 /mysqld-tmpfile.conf   |2 
 /mysqld.service|   32 
 /percona.install   |   74 
 community-i686/PKGBUILD|  141 -
 community-i686/mysql56-bison3.patch| 3902 ---
 community-i686/mysql56-bufsize.patch   |   20 
 community-i686/mysqld-post.sh  |8 
 community-i686/mysqld-tmpfile.conf |1 
 community-i686/mysqld.service  |   16 
 community-i686/percona.install |   37 
 community-x86_64/PKGBUILD  |  141 -
 community-x86_64/mysql56-bison3.patch  | 3902 ---
 community-x86_64/mysql56-bufsize.patch |   20 
 community-x86_64/mysqld-post.sh|8 
 community-x86_64/mysqld-tmpfile.conf   |1 
 community-x86_64/mysqld.service|   16 
 community-x86_64/percona.install   |   37 
 20 files changed, 440 insertions(+), 8250 deletions(-)

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


[arch-commits] Commit in python-nose/repos/extra-any (PKGBUILD PKGBUILD)

2014-05-07 Thread Dan McGee
Date: Wednesday, May 7, 2014 @ 15:57:27
  Author: dan
Revision: 212103

archrelease: copy trunk to extra-any

Added:
  python-nose/repos/extra-any/PKGBUILD
(from rev 212102, python-nose/trunk/PKGBUILD)
Deleted:
  python-nose/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-07 13:57:20 UTC (rev 212102)
+++ PKGBUILD2014-05-07 13:57:27 UTC (rev 212103)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Cilyan Olowen gak...@gmail.com
-
-pkgbase=python-nose
-pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
-pkgver=1.3.1
-pkgrel=2
-pkgdesc=A discovery-based unittest extension
-arch=('any')
-url='http://readthedocs.org/docs/nose/'
-license=('LGPL2.1')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python2-sphinx')
-source=(http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz;)
-md5sums=('672398801ddf5ba745c55c6eed79c5aa')
-
-build() {
-  cd $srcdir/nose-$pkgver
-  sed -i -e s:man/man1:share/man/man1:g setup.py
-  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
-}
-
-package_python-nose() {
-  depends=('python' 'python-setuptools')
-  cd $srcdir/nose-$pkgver
-  python3 setup.py install --prefix=/usr --root=${pkgdir}
-  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests3
-}
-
-package_python2-nose() {
-  depends=('python2' 'python2-setuptools')
-  cd $srcdir/nose2-$pkgver
-  python2 setup.py install --prefix=/usr --root=${pkgdir}
-  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests2
-  rm -rf $pkgdir/usr/share
-}
-
-package_python-nose-doc(){
-  pkgdesc=Nose documentation and examples
-  cd $srcdir/nose-$pkgver/doc
-  make SPHINXBUILD=sphinx-build2 html
-  mkdir -p $pkgdir/usr/share/doc/python-nose
-  cp -r .build/html $pkgdir/usr/share/doc/python-nose
-  cp -r ../examples $pkgdir/usr/share/doc/python-nose
-}

Copied: python-nose/repos/extra-any/PKGBUILD (from rev 212102, 
python-nose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-07 13:57:27 UTC (rev 212103)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Cilyan Olowen gak...@gmail.com
+
+pkgbase=python-nose
+pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=A discovery-based unittest extension
+arch=('any')
+url='http://readthedocs.org/docs/nose/'
+license=('LGPL2.1')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python2-sphinx')
+source=(http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz;)
+md5sums=('42776061bf5206670cb819176dc78654')
+
+build() {
+  cd $srcdir/nose-$pkgver
+  sed -i -e s:man/man1:share/man/man1:g setup.py
+  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
+}
+
+package_python-nose() {
+  depends=('python' 'python-setuptools')
+  cd $srcdir/nose-$pkgver
+  python3 setup.py install --prefix=/usr --root=${pkgdir}
+  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests3
+}
+
+package_python2-nose() {
+  depends=('python2' 'python2-setuptools')
+  cd $srcdir/nose2-$pkgver
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests2
+  rm -rf $pkgdir/usr/share
+}
+
+package_python-nose-doc(){
+  pkgdesc=Nose documentation and examples
+  cd $srcdir/nose-$pkgver/doc
+  make SPHINXBUILD=sphinx-build2 html
+  mkdir -p $pkgdir/usr/share/doc/python-nose
+  cp -r .build/html $pkgdir/usr/share/doc/python-nose
+  cp -r ../examples $pkgdir/usr/share/doc/python-nose
+}



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

2014-05-07 Thread Dan McGee
Date: Wednesday, May 7, 2014 @ 15:57:20
  Author: dan
Revision: 212102

upgpkg: python-nose 1.3.3-1

Modified:
  python-nose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 13:43:18 UTC (rev 212101)
+++ PKGBUILD2014-05-07 13:57:20 UTC (rev 212102)
@@ -6,8 +6,8 @@
 
 pkgbase=python-nose
 pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.3
+pkgrel=1
 pkgdesc=A discovery-based unittest extension
 arch=('any')
 url='http://readthedocs.org/docs/nose/'
@@ -14,7 +14,7 @@
 license=('LGPL2.1')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python2-sphinx')
 source=(http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz;)
-md5sums=('672398801ddf5ba745c55c6eed79c5aa')
+md5sums=('42776061bf5206670cb819176dc78654')
 
 build() {
   cd $srcdir/nose-$pkgver



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

2014-05-07 Thread Dan McGee
Date: Wednesday, May 7, 2014 @ 16:03:19
  Author: dan
Revision: 212104

upgpkg: django 1.6.4-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 13:57:27 UTC (rev 212103)
+++ PKGBUILD2014-05-07 14:03:19 UTC (rev 212104)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.6.3
+pkgver=1.6.4
 pkgrel=1
 pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
 arch=('any')
@@ -12,8 +12,8 @@
 url=http://www.djangoproject.com/;
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 
source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('727fec03f15db8f80a7231696b79adf7')
-sha256sums=('6d9d3c468f9a09470d00e85fe492ba35edfc72cee7fb65ad0281010eba58b8f1')
+md5sums=('0d23bf836d3a52d93aee9411eccaa609')
+sha256sums=('ceee0beea79b1926c767aaa837e1b9e621e5f6b7d27138d90474b3917ca5527b')
 
 build() {
   cd $srcdir/Django-$pkgver



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

2014-05-07 Thread Dan McGee
Date: Wednesday, May 7, 2014 @ 16:03:28
  Author: dan
Revision: 212105

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 212104, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-07 14:03:19 UTC (rev 212104)
+++ PKGBUILD2014-05-07 14:03:28 UTC (rev 212105)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Shahar Weiss swei...@gmx.net
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.6.3
-pkgrel=1
-pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
-arch=('any')
-license=('BSD')
-url=http://www.djangoproject.com/;
-makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
-source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('727fec03f15db8f80a7231696b79adf7')
-sha256sums=('6d9d3c468f9a09470d00e85fe492ba35edfc72cee7fb65ad0281010eba58b8f1')
-
-build() {
-  cd $srcdir/Django-$pkgver
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd $srcdir/Django-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1
-
-  mv $pkgdir/usr/bin/django-admin.py $pkgdir/usr/bin/django-admin3.py
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin3.py
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd $srcdir/Django-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  ln -s django-admin.py $pkgdir/usr/bin/django-admin2.py
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-$pkgdir/usr/share/bash-completion/completions/manage.py
-
-  find $pkgdir/usr/lib/python2.7/site-packages/django/ -name '*.py' | \
-xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 212104, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-07 14:03:28 UTC (rev 212105)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Shahar Weiss swei...@gmx.net
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.6.4
+pkgrel=1
+pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
+arch=('any')
+license=('BSD')
+url=http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
+source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
+md5sums=('0d23bf836d3a52d93aee9411eccaa609')
+sha256sums=('ceee0beea79b1926c767aaa837e1b9e621e5f6b7d27138d90474b3917ca5527b')
+
+build() {
+  cd $srcdir/Django-$pkgver
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd $srcdir/Django-$pkgver
+  python setup.py install --root=$pkgdir --optimize=1
+
+  mv $pkgdir/usr/bin/django-admin.py $pkgdir/usr/bin/django-admin3.py
+  install -Dm644 extras/django_bash_completion \
+$pkgdir/usr/share/bash-completion/completions/django-admin3.py
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-django() {
+  depends=('python2')
+  optdepends=('mysql-python: for MySQL backend'
+  'python2-psycopg2: for PostgreSQL backend')
+  replaces=('django')
+  conflicts=('django')
+  cd $srcdir/Django-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  ln -s django-admin.py $pkgdir/usr/bin/django-admin2.py
+  install -Dm644 extras/django_bash_completion \
+$pkgdir/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+$pkgdir/usr/share/bash-completion/completions/manage.py
+
+  find $pkgdir/usr/lib/python2.7/site-packages/django/ -name '*.py' | \
+xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-05-07 Thread Sergej Pupykin
Date: Wednesday, May 7, 2014 @ 16:28:26
  Author: spupykin
Revision: 110805

upgpkg: qcad 3.4.7.1-1

upd

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 13:56:00 UTC (rev 110804)
+++ PKGBUILD2014-05-07 14:28:26 UTC (rev 110805)
@@ -5,11 +5,11 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=qcad
-pkgver=3.4.6.0
+pkgver=3.4.7.1
 pkgrel=1
 pkgdesc=A 2D CAD package based upon Qt
 arch=('i686' 'x86_64')
-url=http://www.ribbonsoft.com/qcad.html;
+url=http://www.qcad.org;
 license=('GPL3')
 depends=('qtwebkit')
 makedepends=('glu')
@@ -16,12 +16,14 @@
 options=('libtool')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
 QCad.desktop)
-md5sums=('b446738ba71ee0a0ba1431b95d07a2fd'
+md5sums=('b1ac7f138407369089218ce02ef304ed'
  '84f189dd152e7614a1265659dac6222d')
 
 prepare() {
   cd ${srcdir}/qcad-$pkgver
   sed -i '1,1i#include stdint.h' src/core/RThread.cpp
+  (cd src/3rdparty  cp -a qt-labs-qtscriptgenerator-4.8.5 
qt-labs-qtscriptgenerator-4.8.6)
+  (cd src/3rdparty/qt-labs-qtscriptgenerator-4.8.6/  mv 
qt-labs-qtscriptgenerator-4.8.5.pro qt-labs-qtscriptgenerator-4.8.6.pro)
 }
 
 build() {



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

2014-05-07 Thread Sergej Pupykin
Date: Wednesday, May 7, 2014 @ 16:28:43
  Author: spupykin
Revision: 110806

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

Added:
  qcad/repos/community-i686/PKGBUILD
(from rev 110805, qcad/trunk/PKGBUILD)
  qcad/repos/community-i686/QCad.desktop
(from rev 110805, qcad/trunk/QCad.desktop)
  qcad/repos/community-x86_64/PKGBUILD
(from rev 110805, qcad/trunk/PKGBUILD)
  qcad/repos/community-x86_64/QCad.desktop
(from rev 110805, qcad/trunk/QCad.desktop)
Deleted:
  qcad/repos/community-i686/PKGBUILD
  qcad/repos/community-i686/QCad.desktop
  qcad/repos/community-x86_64/PKGBUILD
  qcad/repos/community-x86_64/QCad.desktop

---+
 /PKGBUILD |  134 
 /QCad.desktop |   18 +
 community-i686/PKGBUILD   |   65 ---
 community-i686/QCad.desktop   |9 --
 community-x86_64/PKGBUILD |   65 ---
 community-x86_64/QCad.desktop |9 --
 6 files changed, 152 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-07 14:28:26 UTC (rev 110805)
+++ community-i686/PKGBUILD 2014-05-07 14:28:43 UTC (rev 110806)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Giovanni Scafora linuxma...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=qcad
-pkgver=3.4.6.0
-pkgrel=1
-pkgdesc=A 2D CAD package based upon Qt
-arch=('i686' 'x86_64')
-url=http://www.ribbonsoft.com/qcad.html;
-license=('GPL3')
-depends=('qtwebkit')
-makedepends=('glu')
-options=('libtool')
-source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
-QCad.desktop)
-md5sums=('b446738ba71ee0a0ba1431b95d07a2fd'
- '84f189dd152e7614a1265659dac6222d')
-
-prepare() {
-  cd ${srcdir}/qcad-$pkgver
-  sed -i '1,1i#include stdint.h' src/core/RThread.cpp
-}
-
-build() {
-  cd ${srcdir}/qcad-$pkgver
-  qmake-qt4 -r
-  make all -j1
-}
-
-package() {
-  cd ${srcdir}/qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
-  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
-  cp debug/* ${pkgdir}/usr/share/qcad
-
-  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
-
-  # qtwebkit
-  ln -sf /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
-  # qt
-  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
-  done
-  for sofiles in /usr/lib/qt4/plugins/sqldrivers/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/sqldrivers/${sofiles##/*/}
-  done
-
-  install -Dm644 scripts/qcad_icon.png 
${pkgdir}/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 $srcdir/QCad.desktop 
${pkgdir}/usr/share/applications/QCad.desktop
-
-  install -dm0755 $pkgdir/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}/usr/share/qcad
 exec /usr/share/qcad/qcad-bin $@' $pkgdir/usr/bin/qcad
-
-  chmod 0755 $pkgdir/usr/bin/qcad
-}

Copied: qcad/repos/community-i686/PKGBUILD (from rev 110805, 
qcad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-07 14:28:43 UTC (rev 110806)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Giovanni Scafora linuxma...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=qcad
+pkgver=3.4.7.1
+pkgrel=1
+pkgdesc=A 2D CAD package based upon Qt
+arch=('i686' 'x86_64')
+url=http://www.qcad.org;
+license=('GPL3')
+depends=('qtwebkit')
+makedepends=('glu')
+options=('libtool')
+source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
+QCad.desktop)
+md5sums=('b1ac7f138407369089218ce02ef304ed'
+ '84f189dd152e7614a1265659dac6222d')
+
+prepare() {
+  cd ${srcdir}/qcad-$pkgver
+  sed -i '1,1i#include stdint.h' src/core/RThread.cpp
+  (cd src/3rdparty  cp -a qt-labs-qtscriptgenerator-4.8.5 
qt-labs-qtscriptgenerator-4.8.6)
+  (cd src/3rdparty/qt-labs-qtscriptgenerator-4.8.6/  mv 
qt-labs-qtscriptgenerator-4.8.5.pro qt-labs-qtscriptgenerator-4.8.6.pro)
+}
+
+build() {
+  cd ${srcdir}/qcad-$pkgver
+  qmake-qt4 -r
+  make all -j1
+}
+
+package() {
+  cd ${srcdir}/qcad-$pkgver
+
+  # remove project files
+  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
+  find . \( -name 

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

2014-05-07 Thread Sergej Pupykin
Date: Wednesday, May 7, 2014 @ 16:49:12
  Author: spupykin
Revision: 110808

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-07 14:48:57 UTC (rev 110807)
+++ community-i686/PKGBUILD 2014-05-07 14:49:12 UTC (rev 110808)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.4.2
-_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)
-source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('7c05304a9aca3c85ff27458461783623')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2
-
-  make
-
-  sed -i s:env\ python:env\ python2: \
-xlators/features/marker/utils/syncdaemon/gsyncd.py
-  sed -i s:/usr/bin/python:/usr/bin/python2: \
-contrib/ipaddr-py/ipaddr.py
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 110807, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-07 14:49:12 UTC (rev 110808)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.5.0
+_basever=`echo $pkgver | cut -f1-2 -d.`
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+depends=(fuse python2 libxml2)
+makedepends=(flex bison)
+source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('5c141ba3e5306d550d9092e3d1ad6d50')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  ./gen-headers.py
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
+$pkgdir/usr/share/doc/glusterfs/
+
+  cp -rf \
+$srcdir/$pkgname-$pkgver/doc/* \
+$pkgdir/usr/share/doc/glusterfs/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-07 14:48:57 UTC (rev 110807)
+++ community-x86_64/PKGBUILD   2014-05-07 14:49:12 UTC (rev 110808)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.4.2
-_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)

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

2014-05-07 Thread Sergej Pupykin
Date: Wednesday, May 7, 2014 @ 16:48:57
  Author: spupykin
Revision: 110807

upgpkg: glusterfs 3.5.0-1

upd

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 14:28:43 UTC (rev 110806)
+++ PKGBUILD2014-05-07 14:48:57 UTC (rev 110807)
@@ -5,7 +5,7 @@
 #   henning mueller henn...@orgizm.net
 
 pkgname=glusterfs
-pkgver=3.4.2
+pkgver=3.5.0
 _basever=`echo $pkgver | cut -f1-2 -d.`
 pkgrel=1
 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
@@ -15,11 +15,17 @@
 depends=(fuse python2 libxml2)
 makedepends=(flex bison)
 
source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('7c05304a9aca3c85ff27458461783623')
+md5sums=('5c141ba3e5306d550d9092e3d1ad6d50')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
-
   ./configure \
 --prefix=/usr \
 --sbindir=/usr/bin \
@@ -29,14 +35,9 @@
 --mandir=/usr/share/man \
 --libexecdir=/usr/lib/$pkgname \
 --with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2
-
+PYTHON=python2 LEXLIB=
+  ./gen-headers.py
   make
-
-  sed -i s:env\ python:env\ python2: \
-xlators/features/marker/utils/syncdaemon/gsyncd.py
-  sed -i s:/usr/bin/python:/usr/bin/python2: \
-contrib/ipaddr-py/ipaddr.py
 }
 
 package() {



[arch-commits] Commit in dokuwiki/repos/community-any (4 files)

2014-05-07 Thread Sergej Pupykin
Date: Wednesday, May 7, 2014 @ 17:05:29
  Author: spupykin
Revision: 110810

archrelease: copy trunk to community-any

Added:
  dokuwiki/repos/community-any/PKGBUILD
(from rev 110809, dokuwiki/trunk/PKGBUILD)
  dokuwiki/repos/community-any/apache.example.conf
(from rev 110809, dokuwiki/trunk/apache.example.conf)
Deleted:
  dokuwiki/repos/community-any/PKGBUILD
  dokuwiki/repos/community-any/apache.example.conf

-+
 PKGBUILD|  123 +-
 apache.example.conf |   16 +++---
 2 files changed, 70 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-07 15:05:21 UTC (rev 110809)
+++ PKGBUILD2014-05-07 15:05:29 UTC (rev 110810)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sébastien Luttringer
-
-pkgname=dokuwiki
-pkgver=20131208
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
-pkgrel=1
-pkgdesc='Simple to use and highly versatile Open Source wiki software'
-arch=('any')
-url='https://www.dokuwiki.org/'
-license=('GPL')
-depends=('php')
-backup=('etc/webapps/dokuwiki/.htaccess'
-'etc/httpd/conf/extra/dokuwiki.conf')
-options=('!strip')
-source=(http://download.dokuwiki.org/src/dokuwiki/dokuwiki-$_pkgver.tgz;
-'apache.example.conf')
-md5sums=('620b7fed511e643ad05ad13207baa502'
- 'c5bed40abf5bb737bad8df29bb7020dc')
-
-package() {
-  cd $pkgdir
-  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
-  cp -a $srcdir/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
-
-  # move data in var
-  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
-  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
-
-  # move plugins in var
-  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
-  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
-
-  # move templates in var
-  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
-  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
-
-  # move config in /etc
-  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
-  chmod g=rwx etc/webapps/dokuwiki
-  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
-
-  # inform update on changes.log
-  touch var/lib/dokuwiki/data/changes.log
-  chmod 0644 var/lib/dokuwiki/data/changes.log
-
-  # use default htaccess
-  cp usr/share/webapps/dokuwiki/.htaccess.dist etc/webapps/dokuwiki/.htaccess
-  ln -s /etc/webapps/dokuwiki/.htaccess usr/share/webapps/dokuwiki/.htaccess
-
-  # fix rights and ownership
-  chown http:http var/lib/dokuwiki/plugins
-  chown -R http:http var/lib/dokuwiki/data
-  chown -R http:http etc/webapps/dokuwiki
-
-  # apache config
-  install -Dm0644 $srcdir/apache.example.conf 
etc/httpd/conf/extra/dokuwiki.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dokuwiki/repos/community-any/PKGBUILD (from rev 110809, 
dokuwiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-07 15:05:29 UTC (rev 110810)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sébastien Luttringer
+
+pkgname=dokuwiki
+pkgver=20140505
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
+pkgrel=1
+pkgdesc='Simple to use and highly versatile Open Source wiki software'
+arch=('any')
+url='https://www.dokuwiki.org/'
+license=('GPL')
+depends=('php')
+backup=('etc/webapps/dokuwiki/.htaccess'
+'etc/httpd/conf/extra/dokuwiki.conf')
+options=('!strip')
+source=(http://download.dokuwiki.org/src/dokuwiki/dokuwiki-${_pkgver}.tgz;
+'apache.example.conf')
+md5sums=('9bc798f823f1907664d769f3d1f588b7'
+ 'c5bed40abf5bb737bad8df29bb7020dc')
+
+package() {
+  cd $pkgdir
+  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
+#  cp -a $srcdir/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
+  cp -a $srcdir/$pkgname-2014-05-06 usr/share/webapps/dokuwiki
+
+  # move data in var
+  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
+  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
+
+  # move plugins in var
+  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
+  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
+
+  # move templates in var
+  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
+  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
+
+  # move config in /etc
+  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
+  chmod g=rwx etc/webapps/dokuwiki
+  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
+
+  # inform update on changes.log
+  touch var/lib/dokuwiki/data/changes.log
+  chmod 0644 var/lib/dokuwiki/data/changes.log
+
+  # use default htaccess
+  cp 

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

2014-05-07 Thread Sergej Pupykin
Date: Wednesday, May 7, 2014 @ 17:05:21
  Author: spupykin
Revision: 110809

upgpkg: dokuwiki 20140505-1

upd

Modified:
  dokuwiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 14:49:12 UTC (rev 110808)
+++ PKGBUILD2014-05-07 15:05:21 UTC (rev 110809)
@@ -3,7 +3,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=dokuwiki
-pkgver=20131208
+pkgver=20140505
 _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
 pkgrel=1
 pkgdesc='Simple to use and highly versatile Open Source wiki software'
@@ -14,15 +14,16 @@
 backup=('etc/webapps/dokuwiki/.htaccess'
 'etc/httpd/conf/extra/dokuwiki.conf')
 options=('!strip')
-source=(http://download.dokuwiki.org/src/dokuwiki/dokuwiki-$_pkgver.tgz;
+source=(http://download.dokuwiki.org/src/dokuwiki/dokuwiki-${_pkgver}.tgz;
 'apache.example.conf')
-md5sums=('620b7fed511e643ad05ad13207baa502'
+md5sums=('9bc798f823f1907664d769f3d1f588b7'
  'c5bed40abf5bb737bad8df29bb7020dc')
 
 package() {
   cd $pkgdir
   install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
-  cp -a $srcdir/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
+#  cp -a $srcdir/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
+  cp -a $srcdir/$pkgname-2014-05-06 usr/share/webapps/dokuwiki
 
   # move data in var
   mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki



[arch-commits] Commit in xbmc-pvr-addons/repos (4 files)

2014-05-07 Thread Sergej Pupykin
Date: Wednesday, May 7, 2014 @ 17:05:45
  Author: spupykin
Revision: 110812

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

Added:
  xbmc-pvr-addons/repos/community-i686/PKGBUILD
(from rev 110811, xbmc-pvr-addons/trunk/PKGBUILD)
  xbmc-pvr-addons/repos/community-x86_64/PKGBUILD
(from rev 110811, xbmc-pvr-addons/trunk/PKGBUILD)
Deleted:
  xbmc-pvr-addons/repos/community-i686/PKGBUILD
  xbmc-pvr-addons/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-07 15:05:32 UTC (rev 110811)
+++ community-i686/PKGBUILD 2014-05-07 15:05:45 UTC (rev 110812)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=xbmc-pvr-addons
-pkgver=20131106git
-pkgrel=1
-pkgdesc=XBMC PVR add-ons for current stable xbmc
-arch=('i686' 'x86_64')
-url=https://github.com/opdenkamp/xbmc-pvr-addons;
-license=('GPL3')
-depends=('xbmc' 'libmysqlclient')
-makedepends=('git' 'libmysqlclient' 'boost')
-optdepends=('tvheadend-git: tvheadend backend' 'mythtv: mythtv backend')
-conflicts=('xbmc-pvr-addons-git')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${pkgver/_/-}.tar.gz;)
-#source=(git://github.com/opdenkamp/xbmc-pvr-addons.git)
-source=(git://github.com/fetzerch/xbmc-pvr-addons.git#branch=frodo)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/$pkgname
-  ./bootstrap
-  ./configure --prefix=/usr --enable-addons-with-dependencies
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir/ install
-}

Copied: xbmc-pvr-addons/repos/community-i686/PKGBUILD (from rev 110811, 
xbmc-pvr-addons/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-07 15:05:45 UTC (rev 110812)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=xbmc-pvr-addons
+pkgver=20140507.Gotham_rc1
+pkgrel=1
+pkgdesc=XBMC PVR add-ons for current stable xbmc
+arch=('i686' 'x86_64')
+url=https://github.com/opdenkamp/xbmc-pvr-addons;
+license=('GPL3')
+depends=('xbmc' 'libmysqlclient')
+makedepends=('git' 'libmysqlclient' 'boost')
+optdepends=('tvheadend-git: tvheadend backend' 'mythtv: mythtv backend')
+conflicts=('xbmc-pvr-addons-git')
+source=($pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${pkgver:9}.tar.gz;)
+#source=(git://github.com/opdenkamp/xbmc-pvr-addons.git)
+#source=(git://github.com/fetzerch/xbmc-pvr-addons.git#branch=frodo)
+md5sums=('cc899e0f964bf4085fddd6d31f58702e')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver:9}
+  ./bootstrap
+  ./configure --prefix=/usr --enable-addons-with-dependencies
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver:9}
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-07 15:05:32 UTC (rev 110811)
+++ community-x86_64/PKGBUILD   2014-05-07 15:05:45 UTC (rev 110812)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=xbmc-pvr-addons
-pkgver=20131106git
-pkgrel=1
-pkgdesc=XBMC PVR add-ons for current stable xbmc
-arch=('i686' 'x86_64')
-url=https://github.com/opdenkamp/xbmc-pvr-addons;
-license=('GPL3')
-depends=('xbmc' 'libmysqlclient')
-makedepends=('git' 'libmysqlclient' 'boost')
-optdepends=('tvheadend-git: tvheadend backend' 'mythtv: mythtv backend')
-conflicts=('xbmc-pvr-addons-git')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${pkgver/_/-}.tar.gz;)
-#source=(git://github.com/opdenkamp/xbmc-pvr-addons.git)
-source=(git://github.com/fetzerch/xbmc-pvr-addons.git#branch=frodo)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/$pkgname
-  ./bootstrap
-  ./configure --prefix=/usr --enable-addons-with-dependencies
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir/ install
-}

Copied: xbmc-pvr-addons/repos/community-x86_64/PKGBUILD (from rev 110811, 
xbmc-pvr-addons/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-07 15:05:45 UTC (rev 110812)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=xbmc-pvr-addons
+pkgver=20140507.Gotham_rc1
+pkgrel=1
+pkgdesc=XBMC PVR add-ons for current stable xbmc
+arch=('i686' 'x86_64')
+url=https://github.com/opdenkamp/xbmc-pvr-addons;
+license=('GPL3')
+depends=('xbmc' 'libmysqlclient

[arch-commits] Commit in xbmc-pvr-addons/trunk (PKGBUILD)

2014-05-07 Thread Sergej Pupykin
Date: Wednesday, May 7, 2014 @ 17:05:32
  Author: spupykin
Revision: 110811

upgpkg: xbmc-pvr-addons 20140507.Gotham_rc1-1

upd

Modified:
  xbmc-pvr-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 15:05:29 UTC (rev 110810)
+++ PKGBUILD2014-05-07 15:05:32 UTC (rev 110811)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=xbmc-pvr-addons
-pkgver=20131106git
+pkgver=20140507.Gotham_rc1
 pkgrel=1
 pkgdesc=XBMC PVR add-ons for current stable xbmc
 arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@
 makedepends=('git' 'libmysqlclient' 'boost')
 optdepends=('tvheadend-git: tvheadend backend' 'mythtv: mythtv backend')
 conflicts=('xbmc-pvr-addons-git')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${pkgver/_/-}.tar.gz;)
+source=($pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${pkgver:9}.tar.gz;)
 #source=(git://github.com/opdenkamp/xbmc-pvr-addons.git)
-source=(git://github.com/fetzerch/xbmc-pvr-addons.git#branch=frodo)
-md5sums=('SKIP')
+#source=(git://github.com/fetzerch/xbmc-pvr-addons.git#branch=frodo)
+md5sums=('cc899e0f964bf4085fddd6d31f58702e')
 
 build() {
-  cd $srcdir/$pkgname
+  cd $srcdir/$pkgname-${pkgver:9}
   ./bootstrap
   ./configure --prefix=/usr --enable-addons-with-dependencies
   make
@@ -25,6 +25,6 @@
 }
 
 package() {
-  cd $srcdir/$pkgname
+  cd $srcdir/$pkgname-${pkgver:9}
   make DESTDIR=$pkgdir/ install
 }



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

2014-05-07 Thread Sergej Pupykin
Date: Wednesday, May 7, 2014 @ 17:09:39
  Author: spupykin
Revision: 110813

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 15:05:45 UTC (rev 110812)
+++ PKGBUILD2014-05-07 15:09:39 UTC (rev 110813)
@@ -21,7 +21,7 @@
'qemu'
'radvd'
'dmidecode'
-   'ebtables'
+   'ebtables: for networking'
'pm-utils: host power management')
 options=('emptydirs')
 backup=('etc/conf.d/libvirt-guests'



[arch-commits] Commit in owncloud/repos/community-any (4 files)

2014-05-07 Thread Sergej Pupykin
Date: Wednesday, May 7, 2014 @ 17:25:40
  Author: spupykin
Revision: 110815

archrelease: copy trunk to community-any

Added:
  owncloud/repos/community-any/PKGBUILD
(from rev 110814, owncloud/trunk/PKGBUILD)
  owncloud/repos/community-any/apache.example.conf
(from rev 110814, owncloud/trunk/apache.example.conf)
Deleted:
  owncloud/repos/community-any/PKGBUILD
  owncloud/repos/community-any/apache.example.conf

-+
 PKGBUILD|  104 ++
 apache.example.conf |   34 
 2 files changed, 72 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-07 15:25:31 UTC (rev 110814)
+++ PKGBUILD2014-05-07 15:25:40 UTC (rev 110815)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Antonio Rojas nqn1976 @ gmail.com
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=6.0.3
-pkgrel=1
-pkgdesc=A cloud server to store your files centrally on a hardware controlled 
by you
-arch=('any')
-url=http://owncloud.org/;
-license=('GPL')
-depends=('php-gd' 'php-intl')
-optdepends=('php-apache: to use the Apache web server'
-   'php-sqlite: to use the SQLite database backend'
-   'php-pgsql: to use the PostgreSQL database backend'
-   'mariadb: to use the MySQL database backend'
-   'smbclient: to mount SAMBA shares'
-   'php-mcrypt'
-   'php-imagick: file preview'
-   'ffmpeg: file preview'
-   'libreoffice-common: file preview')
-makedepends=()
-options=('!strip')
-source=(http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2{,.asc}
-   'apache.example.conf')
-backup=('etc/webapps/owncloud/apache.example.conf')
-md5sums=('007d6025cca1e46abd52bc6700149bc9'
- 'SKIP'
- '2c33ca1019379fa0878d5a1a87d9374d')
-
-package() {
-  # install license
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/${pkgname}/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-  # install project
-  install -d ${pkgdir}/usr/share/webapps/
-  cp -a ${srcdir}/${pkgname} ${pkgdir}/usr/share/webapps/
-
-  # install apache config file
-  install -d  ${pkgdir}/etc/webapps/${pkgname}
-  install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
-
-  # move config to /etc
-  mv ${pkgdir}/usr/share/webapps/owncloud/config 
${pkgdir}/etc/webapps/${pkgname}/config
-  chown -R http:http ${pkgdir}/etc/webapps/${pkgname}/config
-  ln -s /etc/webapps/${pkgname}/config 
${pkgdir}/usr/share/webapps/owncloud/config
-}

Copied: owncloud/repos/community-any/PKGBUILD (from rev 110814, 
owncloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-07 15:25:40 UTC (rev 110815)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Antonio Rojas nqn1976 @ gmail.com
+# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
+
+pkgname=owncloud
+pkgver=6.0.3
+pkgrel=2
+pkgdesc=A cloud server to store your files centrally on a hardware controlled 
by you
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('php-gd' 'php-intl')
+optdepends=('php-apache: to use the Apache web server'
+   'php-sqlite: to use the SQLite database backend'
+   'php-pgsql: to use the PostgreSQL database backend'
+   'mariadb: to use the MySQL database backend'
+   'smbclient: to mount SAMBA shares'
+   'php-mcrypt'
+   'php-imagick: file preview'
+   'ffmpeg: file preview'
+   'libreoffice-common: file preview')
+makedepends=()
+options=('!strip')
+source=(http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2{,.asc}
+   'apache.example.conf'
+   
'img.patch::https://gist.githubusercontent.com/anonymous/11535580/raw/stdin')
+backup=('etc/webapps/owncloud/apache.example.conf')
+md5sums=('007d6025cca1e46abd52bc6700149bc9'
+ 'SKIP'
+ '2c33ca1019379fa0878d5a1a87d9374d'
+ '35815f95b015d0bfeebf5bbfb5271cc2')
+
+prepare() {
+  cd $srcdir/$pkgname/lib/private  patch -p0 $srcdir/img.patch
+}
+
+package() {
+  # install license
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  cp ${srcdir}/${pkgname}/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
+
+  # install project
+  install -d ${pkgdir}/usr/share/webapps/
+  cp -a ${srcdir}/${pkgname} ${pkgdir}/usr/share/webapps/
+
+  # install apache config file
+  install -d  ${pkgdir}/etc/webapps/${pkgname}
+  install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
+
+  # move config to /etc
+  mv ${pkgdir}/usr/share/webapps/owncloud/config 
${pkgdir}/etc/webapps/${pkgname}/config
+  chown -R http:http ${pkgdir}/etc/webapps/${pkgname}/config
+  ln -s /etc/webapps/${pkgname}/config 

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

2014-05-07 Thread Sergej Pupykin
Date: Wednesday, May 7, 2014 @ 17:25:31
  Author: spupykin
Revision: 110814

upgpkg: owncloud 6.0.3-2

upd

Modified:
  owncloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 15:09:39 UTC (rev 110813)
+++ PKGBUILD2014-05-07 15:25:31 UTC (rev 110814)
@@ -5,7 +5,7 @@
 
 pkgname=owncloud
 pkgver=6.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A cloud server to store your files centrally on a hardware controlled 
by you
 arch=('any')
 url=http://owncloud.org/;
@@ -23,12 +23,18 @@
 makedepends=()
 options=('!strip')
 
source=(http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2{,.asc}
-   'apache.example.conf')
+   'apache.example.conf'
+   
'img.patch::https://gist.githubusercontent.com/anonymous/11535580/raw/stdin')
 backup=('etc/webapps/owncloud/apache.example.conf')
 md5sums=('007d6025cca1e46abd52bc6700149bc9'
  'SKIP'
- '2c33ca1019379fa0878d5a1a87d9374d')
+ '2c33ca1019379fa0878d5a1a87d9374d'
+ '35815f95b015d0bfeebf5bbfb5271cc2')
 
+prepare() {
+  cd $srcdir/$pkgname/lib/private  patch -p0 $srcdir/img.patch
+}
+
 package() {
   # install license
   install -d ${pkgdir}/usr/share/licenses/${pkgname}



[arch-commits] Commit in libkscreen/trunk (PKGBUILD fix-crash.patch)

2014-05-07 Thread Andrea Scarpino
Date: Wednesday, May 7, 2014 @ 17:48:34
  Author: andrea
Revision: 212106

upgpkg: libkscreen 1.0.3-2

Fix crash (FS#40242)

Added:
  libkscreen/trunk/fix-crash.patch
Modified:
  libkscreen/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 fix-crash.patch |   53 +
 2 files changed, 61 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 14:03:28 UTC (rev 212105)
+++ PKGBUILD2014-05-07 15:48:34 UTC (rev 212106)
@@ -4,7 +4,7 @@
 
 pkgname=libkscreen
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE's screen management library
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/libkscreen'
@@ -11,11 +11,16 @@
 license=('GPL')
 depends=('kdelibs' 'qjson')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('7048db071d669193f8dafc9a1319998b')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
+'fix-crash.patch')
+md5sums=('7048db071d669193f8dafc9a1319998b'
+ 'fef9233861b848d569c015f6095d390a')
 
 prepare() {
   mkdir build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/fix-crash.patch
 }
 
 build() {

Added: fix-crash.patch
===
--- fix-crash.patch (rev 0)
+++ fix-crash.patch 2014-05-07 15:48:34 UTC (rev 212106)
@@ -0,0 +1,53 @@
+From: Aleix Pol aleix...@kde.org
+Date: Mon, 05 May 2014 13:13:25 +
+Subject: Fix crash
+X-Git-Url: 
http://quickgit.kde.org/?p=libkscreen.gita=commitdiffh=221dff2e2f9fbd1c18eae9b59f23b1dbbdb1870b
+---
+Fix crash
+
+If we don't have a primary output, don't query it. Set a new primary
+output instead.
+
+Reviewed by Alex Fiestas
+---
+
+
+--- a/backends/xrandr/xrandrconfig.cpp
 b/backends/xrandr/xrandrconfig.cpp
+@@ -157,7 +157,7 @@
+ output-updateKScreenOutput(kscreenOutput);
+ }
+ 
+-if (config-primaryOutput()-id() != m_primaryOutput) {
++if (!config-primaryOutput() || config-primaryOutput()-id() != 
m_primaryOutput) {
+ config-setPrimaryOutput(config-output(m_primaryOutput));
+ }
+ }
+
+From: Aleix Pol aleix...@kde.org
+Date: Tue, 06 May 2014 13:55:16 +
+Subject: Don't crash when printing a null KScreen::Output* from qDebug
+X-Git-Url: 
http://quickgit.kde.org/?p=libkscreen.gita=commitdiffh=31f07fd26e6091dfd37c54fef3352a95182e5bba
+---
+Don't crash when printing a null KScreen::Output* from qDebug
+
+Reviewed by Alex Fiestas
+---
+
+
+--- a/src/output.cpp
 b/src/output.cpp
+@@ -425,7 +425,11 @@
+ 
+ QDebug operator(QDebug dbg, const KScreen::Output *output)
+ {
+-dbg  KScreen::Output(Id:  output-id() , Name:  
output-name()  );
++if(output) {
++dbg  KScreen::Output(Id:  output-id() , Name:  
output-name()  );
++} else {
++dbg  KScreen::Output(NULL);
++}
+ return dbg;
+ }
+ 
+



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

2014-05-07 Thread Andrea Scarpino
Date: Wednesday, May 7, 2014 @ 17:48:41
  Author: andrea
Revision: 212107

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

Added:
  libkscreen/repos/extra-i686/PKGBUILD
(from rev 212106, libkscreen/trunk/PKGBUILD)
  libkscreen/repos/extra-i686/fix-crash.patch
(from rev 212106, libkscreen/trunk/fix-crash.patch)
  libkscreen/repos/extra-x86_64/PKGBUILD
(from rev 212106, libkscreen/trunk/PKGBUILD)
  libkscreen/repos/extra-x86_64/fix-crash.patch
(from rev 212106, libkscreen/trunk/fix-crash.patch)
Deleted:
  libkscreen/repos/extra-i686/PKGBUILD
  libkscreen/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   76 +
 extra-i686/PKGBUILD  |   33 -
 extra-i686/fix-crash.patch   |   53 
 extra-x86_64/PKGBUILD|   33 -
 extra-x86_64/fix-crash.patch |   53 
 5 files changed, 182 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-07 15:48:34 UTC (rev 212106)
+++ extra-i686/PKGBUILD 2014-05-07 15:48:41 UTC (rev 212107)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: birdflesh antkoul at gmail dot com
-
-pkgname=libkscreen
-pkgver=1.0.3
-pkgrel=1
-pkgdesc=KDE's screen management library
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/libkscreen'
-license=('GPL')
-depends=('kdelibs' 'qjson')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('7048db071d669193f8dafc9a1319998b')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkscreen/repos/extra-i686/PKGBUILD (from rev 212106, 
libkscreen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-07 15:48:41 UTC (rev 212107)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=libkscreen
+pkgver=1.0.3
+pkgrel=2
+pkgdesc=KDE's screen management library
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/libkscreen'
+license=('GPL')
+depends=('kdelibs' 'qjson')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
+'fix-crash.patch')
+md5sums=('7048db071d669193f8dafc9a1319998b'
+ 'fef9233861b848d569c015f6095d390a')
+
+prepare() {
+  mkdir build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/fix-crash.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkscreen/repos/extra-i686/fix-crash.patch (from rev 212106, 
libkscreen/trunk/fix-crash.patch)
===
--- extra-i686/fix-crash.patch  (rev 0)
+++ extra-i686/fix-crash.patch  2014-05-07 15:48:41 UTC (rev 212107)
@@ -0,0 +1,53 @@
+From: Aleix Pol aleix...@kde.org
+Date: Mon, 05 May 2014 13:13:25 +
+Subject: Fix crash
+X-Git-Url: 
http://quickgit.kde.org/?p=libkscreen.gita=commitdiffh=221dff2e2f9fbd1c18eae9b59f23b1dbbdb1870b
+---
+Fix crash
+
+If we don't have a primary output, don't query it. Set a new primary
+output instead.
+
+Reviewed by Alex Fiestas
+---
+
+
+--- a/backends/xrandr/xrandrconfig.cpp
 b/backends/xrandr/xrandrconfig.cpp
+@@ -157,7 +157,7 @@
+ output-updateKScreenOutput(kscreenOutput);
+ }
+ 
+-if (config-primaryOutput()-id() != m_primaryOutput) {
++if (!config-primaryOutput() || config-primaryOutput()-id() != 
m_primaryOutput) {
+ config-setPrimaryOutput(config-output(m_primaryOutput));
+ }
+ }
+
+From: Aleix Pol aleix...@kde.org
+Date: Tue, 06 May 2014 13:55:16 +
+Subject: Don't crash when printing a null KScreen::Output* from qDebug
+X-Git-Url: 
http://quickgit.kde.org/?p=libkscreen.gita=commitdiffh=31f07fd26e6091dfd37c54fef3352a95182e5bba
+---
+Don't crash when printing a null KScreen::Output* from qDebug
+
+Reviewed by Alex Fiestas
+---
+
+
+--- a/src/output.cpp
 b/src/output.cpp
+@@ -425,7 +425,11 @@
+ 
+ QDebug operator(QDebug dbg, const KScreen::Output *output)
+ {
+-dbg  KScreen::Output(Id:  output-id() , Name:  
output-name()  );
++if(output) {
++dbg  KScreen::Output(Id:  output-id() , Name:  
output-name()  );
++} else {
++dbg  KScreen::Output(NULL);
++}
+ return 

[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2014-05-07 Thread Felix Yan
Date: Wednesday, May 7, 2014 @ 18:28:13
  Author: fyan
Revision: 212109

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 212108, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-07 16:27:40 UTC (rev 212108)
+++ PKGBUILD2014-05-07 16:28:13 UTC (rev 212109)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=3.5.1
-pkgrel=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-md5sums=('d0447ca5adeeac93ef43931c395788c3')
-
-check() {
-  # Disabled python 3.x tests for = 3.4.1:
-  # https://bitbucket.org/pypa/setuptools/issue/180/34-release-fails-tests
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py test || :
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py test
-}
- 
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
- 
-package_python-setuptools() {
-  depends=('python=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 212108, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-07 16:28:13 UTC (rev 212109)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=3.5.2
+pkgrel=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+md5sums=('7549f9f526fcd2ba9a429791910f3a65')
+
+check() {
+  # Disabled python 3.x tests for = 3.4.1:
+  # https://bitbucket.org/pypa/setuptools/issue/180/34-release-fails-tests
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py test || :
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py test
+}
+ 
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+ 
+package_python-setuptools() {
+  depends=('python=3.4')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd ${srcdir}/setuptools-${pkgver}
+  

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

2014-05-07 Thread Felix Yan
Date: Wednesday, May 7, 2014 @ 18:27:40
  Author: fyan
Revision: 212108

upgpkg: python-setuptools 3.5.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 15:48:41 UTC (rev 212107)
+++ PKGBUILD2014-05-07 16:27:40 UTC (rev 212108)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=3.5.1
+pkgver=3.5.2
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-md5sums=('d0447ca5adeeac93ef43931c395788c3')
+md5sums=('7549f9f526fcd2ba9a429791910f3a65')
 
 check() {
   # Disabled python 3.x tests for = 3.4.1:



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

2014-05-07 Thread Alexander Rødseth
Date: Wednesday, May 7, 2014 @ 18:32:25
  Author: arodseth
Revision: 110817

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 78 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-07 16:32:16 UTC (rev 110816)
+++ community-i686/PKGBUILD 2014-05-07 16:32:25 UTC (rev 110817)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=gendesk
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='Utility to generate .desktop files and download icons'
-arch=('x86_64' 'i686')
-url='http://roboticoverlords.org/gendesk/'
-license=('MIT')
-makedepends=('go')
-depends=('glibc')
-source=(http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz;
-'http://roboticoverlords.org/images/default.png')
-sha256sums=('d4d2bfb23ae1c401f3147ed20206e72015b338067ff40b86271106865774de55'
-'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
-
-build() {
-  cd $pkgname-$pkgver
-
-  go build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm755 $pkgname-$pkgver $pkgdir/usr/bin/$pkgname
-  install -Dm644 $srcdir/default.png $pkgdir/usr/share/pixmaps/default.png
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gendesk/repos/community-i686/PKGBUILD (from rev 110816, 
gendesk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-07 16:32:25 UTC (rev 110817)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=gendesk
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Utility to generate .desktop files and download icons'
+arch=('x86_64' 'i686')
+url='http://roboticoverlords.org/gendesk/'
+license=('MIT')
+makedepends=('go' 'git' 'mercurial')
+depends=('glibc')
+source=(http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz;
+'http://roboticoverlords.org/images/default.png')
+sha256sums=('22c77afc907dd6de2d58bb045d6a8de8873e18eee5bbe020a3c7b882dc4211ce'
+'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
+
+prepare() {
+  export GOPATH=$srcdir
+  go get code.google.com/p/goconf/conf
+  go get github.com/xyproto/textgui
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  GOPATH=$srcdir go build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 $pkgname-$pkgver $pkgdir/usr/bin/$pkgname
+  install -Dm644 $srcdir/default.png $pkgdir/usr/share/pixmaps/default.png
+  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
+  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   2014-05-07 16:32:16 UTC (rev 110816)
+++ community-x86_64/PKGBUILD   2014-05-07 16:32:25 UTC (rev 110817)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=gendesk
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='Utility to generate .desktop files and download icons'
-arch=('x86_64' 'i686')
-url='http://roboticoverlords.org/gendesk/'
-license=('MIT')
-makedepends=('go')
-depends=('glibc')
-source=(http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz;
-'http://roboticoverlords.org/images/default.png')
-sha256sums=('d4d2bfb23ae1c401f3147ed20206e72015b338067ff40b86271106865774de55'
-'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
-
-build() {
-  cd $pkgname-$pkgver
-
-  go build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm755 $pkgname-$pkgver $pkgdir/usr/bin/$pkgname
-  install -Dm644 $srcdir/default.png $pkgdir/usr/share/pixmaps/default.png
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gendesk/repos/community-x86_64/PKGBUILD (from rev 110816, 
gendesk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-07 16:32:25 UTC (rev 110817)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=gendesk

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

2014-05-07 Thread Alexander Rødseth
Date: Wednesday, May 7, 2014 @ 18:32:16
  Author: arodseth
Revision: 110816

upgpkg: gendesk 0.6.2-1

Modified:
  gendesk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 15:25:40 UTC (rev 110815)
+++ PKGBUILD2014-05-07 16:32:16 UTC (rev 110816)
@@ -2,23 +2,29 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=gendesk
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc='Utility to generate .desktop files and download icons'
 arch=('x86_64' 'i686')
 url='http://roboticoverlords.org/gendesk/'
 license=('MIT')
-makedepends=('go')
+makedepends=('go' 'git' 'mercurial')
 depends=('glibc')
 source=(http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz;
 'http://roboticoverlords.org/images/default.png')
-sha256sums=('d4d2bfb23ae1c401f3147ed20206e72015b338067ff40b86271106865774de55'
+sha256sums=('22c77afc907dd6de2d58bb045d6a8de8873e18eee5bbe020a3c7b882dc4211ce'
 '4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
 
+prepare() {
+  export GOPATH=$srcdir
+  go get code.google.com/p/goconf/conf
+  go get github.com/xyproto/textgui
+}
+
 build() {
   cd $pkgname-$pkgver
 
-  go build
+  GOPATH=$srcdir go build
 }
 
 package() {



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

2014-05-07 Thread Felix Yan
Date: Wednesday, May 7, 2014 @ 18:46:00
  Author: fyan
Revision: 212110

upgpkg: python-setuptools 3.6-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 16:28:13 UTC (rev 212109)
+++ PKGBUILD2014-05-07 16:46:00 UTC (rev 212110)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=3.5.2
+pkgver=3.6
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-md5sums=('7549f9f526fcd2ba9a429791910f3a65')
+sha512sums=('8233a25229ebb97a2cd78b884d6ae41b441022a0ff28495832183b90a86abdc3216c9f7f514639c4a9a77848c8f94cfb072d676c2e382496162a52732e7e3f58')
 
 check() {
   # Disabled python 3.x tests for = 3.4.1:



[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2014-05-07 Thread Felix Yan
Date: Wednesday, May 7, 2014 @ 18:46:33
  Author: fyan
Revision: 212111

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 212110, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-07 16:46:00 UTC (rev 212110)
+++ PKGBUILD2014-05-07 16:46:33 UTC (rev 212111)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=3.5.2
-pkgrel=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-md5sums=('7549f9f526fcd2ba9a429791910f3a65')
-
-check() {
-  # Disabled python 3.x tests for = 3.4.1:
-  # https://bitbucket.org/pypa/setuptools/issue/180/34-release-fails-tests
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py test || :
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py test
-}
- 
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
- 
-package_python-setuptools() {
-  depends=('python=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 212110, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-07 16:46:33 UTC (rev 212111)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=3.6
+pkgrel=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('8233a25229ebb97a2cd78b884d6ae41b441022a0ff28495832183b90a86abdc3216c9f7f514639c4a9a77848c8f94cfb072d676c2e382496162a52732e7e3f58')
+
+check() {
+  # Disabled python 3.x tests for = 3.4.1:
+  # https://bitbucket.org/pypa/setuptools/issue/180/34-release-fails-tests
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py test || :
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py test
+}
+ 
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+ 
+package_python-setuptools() {
+  depends=('python=3.4')
+  

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

2014-05-07 Thread Alexander Rødseth
Date: Wednesday, May 7, 2014 @ 18:49:52
  Author: arodseth
Revision: 110819

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 110818, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-07 16:49:47 UTC (rev 110818)
+++ PKGBUILD2014-05-07 16:49:52 UTC (rev 110819)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Musikolo musikoloAThotmailDOTcom
-# Contributor: Ruben Fonseca fons...@gmail.com
-# Contributor: Andreas W. Hauser andy-...@splashground.de
-
-pkgname=groovy
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy.codehaus.org/'
-license=('APACHE' 'BSD' 'custom')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-makedepends=('gendesk')
-source=(http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip;
-
$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png;)
-sha256sums=('a2dfef62e60650f267d856f46525bc8139c4032ac00460d8c3f2f741022e35f8'
-'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
-
-prepare() {
-  # Generate desktop shortcut file
-  gendesk -f -n --pkgname $pkgname --pkgdesc 'Groovy programming language' \
---exec 'groovyConsole' --name 'Groovy Console' 
-
-  # Set GROOVY_HOME correctly at the top of all the scripts
-  cd $pkgname-$pkgver/embeddable
-  for f in ../bin/*; do
-sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
-  done
-
-  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # Create the directories and package the files
-  install -d $pkgdir/usr/share/groovy $pkgdir/usr/bin
-  cp -r lib conf embeddable $pkgdir/usr/share/groovy
-  cp bin/* $pkgdir/usr/bin
-
-  # Remove all DOS/Windows batch files
-  find $pkgdir -name '*.bat' -exec rm {} \;
-
-  # Package the APACHE license
-  install -Dm644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 CLI-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE
-
-  # Package the BSD license
-  install -Dm644 ANTLR-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE
-
-  # Package the custom license
-  install -Dm644 ASM-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
-  install -Dm644 JSR223-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
-
-  # Desktop shortcut for Groovy Console
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groovy/repos/community-any/PKGBUILD (from rev 110818, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-07 16:49:52 UTC (rev 110819)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Musikolo musikoloAThotmailDOTcom
+# Contributor: Ruben Fonseca fons...@gmail.com
+# Contributor: Andreas W. Hauser andy-...@splashground.de
+
+pkgname=groovy
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy.codehaus.org/'
+license=('APACHE' 'BSD' 'custom')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('gendesk')
+source=(http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip;
+
$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png;)
+sha256sums=('d3769a04c9b839fd409f61b5752dc58908bac8f526833f5d1028df2adb2c535b'
+'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
+
+prepare() {
+  # Generate desktop shortcut file
+  gendesk -f -n --pkgname $pkgname --pkgdesc 'Groovy programming language' \
+--exec 'groovyConsole' --name 'Groovy Console' 
+
+  # Set GROOVY_HOME correctly at the top of all the scripts
+  cd $pkgname-$pkgver/embeddable
+  for f in ../bin/*; do
+sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
+  done
+
+  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # Create the directories and package the files
+  install -d $pkgdir/usr/share/groovy $pkgdir/usr/bin
+  cp -r lib conf embeddable $pkgdir/usr/share/groovy
+  cp bin/* $pkgdir/usr/bin
+
+  # Remove all DOS/Windows batch files
+  find $pkgdir -name '*.bat' -exec rm {} \;
+
+  # Package 

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

2014-05-07 Thread Alexander Rødseth
Date: Wednesday, May 7, 2014 @ 18:49:47
  Author: arodseth
Revision: 110818

upgpkg: groovy 2.3.0-1

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 16:32:25 UTC (rev 110817)
+++ PKGBUILD2014-05-07 16:49:47 UTC (rev 110818)
@@ -5,7 +5,7 @@
 # Contributor: Andreas W. Hauser andy-...@splashground.de
 
 pkgname=groovy
-pkgver=2.2.2
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
 arch=('any')
@@ -16,7 +16,7 @@
 makedepends=('gendesk')
 source=(http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip;
 
$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png;)
-sha256sums=('a2dfef62e60650f267d856f46525bc8139c4032ac00460d8c3f2f741022e35f8'
+sha256sums=('d3769a04c9b839fd409f61b5752dc58908bac8f526833f5d1028df2adb2c535b'
 '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
 
 prepare() {



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

2014-05-07 Thread Andreas Radke
Date: Wednesday, May 7, 2014 @ 19:44:45
  Author: andyrtr
Revision: 212112

upgpkg: gnutls 3.3.2-1

upstream update 3.3.2

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 16:46:33 UTC (rev 212111)
+++ PKGBUILD2014-05-07 17:44:45 UTC (rev 212112)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=gnutls
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!zipman')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('6bf7faa9d4996197e0e404e8c25016f8'
+md5sums=('590851c331b1851c0ed3388879922c06'
  'SKIP')
 
 build() {



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

2014-05-07 Thread Andreas Radke
Date: Wednesday, May 7, 2014 @ 19:45:06
  Author: andyrtr
Revision: 212113

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

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

-+
 /PKGBUILD   |   82 ++
 /gnutls.install |   40 
 extra-i686/PKGBUILD |   41 -
 extra-i686/gnutls.install   |   20 --
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/gnutls.install |   20 --
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-07 17:44:45 UTC (rev 212112)
+++ extra-i686/PKGBUILD 2014-05-07 17:45:06 UTC (rev 212113)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=gnutls
-pkgver=3.3.1
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://www.gnutls.org/;
-install=gnutls.install
-options=('!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('6bf7faa9d4996197e0e404e8c25016f8'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-* #${pkgver}
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --disable-guile
-  make
-}
-
-check() {
-  cd ${pkgname}-* #${pkgver}
-  make check # || /bin/true
-}
-
-package() {
-  cd ${pkgname}-* #${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
-  find $pkgdir/usr/share/man -exec gzip -9 {} \;
-}

Copied: gnutls/repos/extra-i686/PKGBUILD (from rev 212112, 
gnutls/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-07 17:45:06 UTC (rev 212113)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.3.2
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://www.gnutls.org/;
+install=gnutls.install
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('590851c331b1851c0ed3388879922c06'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-* #${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --disable-guile
+  make
+}
+
+check() {
+  cd ${pkgname}-* #${pkgver}
+  make check # || /bin/true
+}
+
+package() {
+  cd ${pkgname}-* #${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
+  find $pkgdir/usr/share/man -exec gzip -9 {} \;
+}

Deleted: extra-i686/gnutls.install
===
--- extra-i686/gnutls.install   2014-05-07 17:44:45 UTC (rev 212112)
+++ extra-i686/gnutls.install   2014-05-07 17:45:06 UTC (rev 212113)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gnutls.info-1.gz gnutls.info-2.gz gnutls.info-3.gz gnutls.info-4.gz 
gnutls.info-5.gz gnutls.info.gz gnutls-guile.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: gnutls/repos/extra-i686/gnutls.install (from rev 212112, 
gnutls/trunk/gnutls.install)
===
--- extra-i686/gnutls.install   (rev 0)

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

2014-05-07 Thread Andreas Radke
Date: Wednesday, May 7, 2014 @ 19:52:03
  Author: andyrtr
Revision: 212114

upgpkg: lftp 4.4.16-1

upstream update 4.4.16

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 17:45:06 UTC (rev 212113)
+++ PKGBUILD2014-05-07 17:52:03 UTC (rev 212114)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=lftp
-pkgver=4.4.15
+pkgver=4.4.16
 pkgrel=1
 pkgdesc=Sophisticated command line based FTP client
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=http://lftp.yar.ru/;
 backup=('etc/lftp.conf')
 source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('f19cc0cea1d427aa2a952b27661b91e5'
+md5sums=('73e9084731e4ba9bd886a86fdccec519'
  'SKIP')
 
 build() {



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

2014-05-07 Thread Andreas Radke
Date: Wednesday, May 7, 2014 @ 19:52:16
  Author: andyrtr
Revision: 212115

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-07 17:52:03 UTC (rev 212114)
+++ extra-i686/PKGBUILD 2014-05-07 17:52:16 UTC (rev 212115)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.4.15
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('f19cc0cea1d427aa2a952b27661b91e5'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-i686/PKGBUILD (from rev 212114, lftp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-07 17:52:16 UTC (rev 212115)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=lftp
+pkgver=4.4.16
+pkgrel=1
+pkgdesc=Sophisticated command line based FTP client
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url=http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('73e9084731e4ba9bd886a86fdccec519'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-07 17:52:03 UTC (rev 212114)
+++ extra-x86_64/PKGBUILD   2014-05-07 17:52:16 UTC (rev 212115)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.4.15
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('f19cc0cea1d427aa2a952b27661b91e5'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-x86_64/PKGBUILD (from rev 212114, lftp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-07 17:52:16 UTC (rev 212115)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=lftp
+pkgver=4.4.16
+pkgrel=1
+pkgdesc=Sophisticated command line based FTP client
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url=http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('73e9084731e4ba9bd886a86fdccec519'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+

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

2014-05-07 Thread Andreas Radke
Date: Wednesday, May 7, 2014 @ 20:08:07
  Author: andyrtr
Revision: 212117

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

Added:
  nx/repos/extra-i686/PKGBUILD
(from rev 212116, nx/trunk/PKGBUILD)
  nx/repos/extra-x86_64/PKGBUILD
(from rev 212116, nx/trunk/PKGBUILD)
Deleted:
  nx/repos/extra-i686/PKGBUILD
  nx/repos/extra-i686/keyboard_rule.diff
  nx/repos/extra-x86_64/PKGBUILD
  nx/repos/extra-x86_64/keyboard_rule.diff

-+
 /PKGBUILD   |  292 ++
 extra-i686/PKGBUILD |  154 
 extra-i686/keyboard_rule.diff   |   11 -
 extra-x86_64/PKGBUILD   |  154 
 extra-x86_64/keyboard_rule.diff |   11 -
 5 files changed, 292 insertions(+), 330 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-07 18:07:41 UTC (rev 212116)
+++ extra-i686/PKGBUILD 2014-05-07 18:08:07 UTC (rev 212117)
@@ -1,154 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=nx
-pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 
'nx-headers')
-pkgver=3.5.0.22
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://wiki.x2go.org/;
-license=('GPL')
-#options=('!makeflags') # '!strip')
-makedepends=('libjpeg-turbo' 'libpng' 'bash' 'perl' 'libxml2' 'fontconfig' # 
runtime dependencies from subpackages
- 'xproto' 'freetype2' 'libxaw' 'libxrender' 'libxp' 'libxpm' 
'libxdamage' 'libxrandr'
- 'libxcomposite' 'libxtst' 'xorg-sessreg' 'libfontenc' # 
makedepends
- )
-source=(http://code.x2go.org/releases/source/nx-libs/nx-libs-$pkgver-full.tar.gz
-keyboard_rule.diff)
-md5sums=('739c7a28f3bb6d5f957e6cec9168335d'
- 'f681bc66827cd7ddff4b81b983c20401')
-
-build() {
-  cd ${srcdir}/nx-libs-$pkgver
-  
-  # fix keyboard layout with xkeyboard-config = 2.6 - doesn't solve proper 
layout detection
-  # upstream needs to do much more work in that area
-  patch -Np1 -i ${srcdir}/keyboard_rule.diff
-  
-  sed -i s/3.5.0.21/3.5.0.22/ VERSION.x2goagent
-  
-  # debug flags
-#  export CFLAGS=-march=x86-64 -O1 -g -pipe
-#  export CXXFLAGS=-march=x86-64 -O1 -g -pipe
-
-  # honour CFLAGS in X11 build - upstream fixed so far only the other libs
-  # From xorg-x11-6.9.0-r3.ebuild
-  pushd ${srcdir}/nx-libs-$pkgver/nx-X11
-
-  HOSTCONF=config/cf/host.def
-  echo #define OptimizedCDebugFlags ${CFLAGS} GccAliasingArgs  ${HOSTCONF}
-  echo #define OptimizedCplusplusDebugFlags ${CXXFLAGS} GccAliasingArgs  
${HOSTCONF}
-  # Respect LDFLAGS
-  echo #define ExtraLoadFlags ${LDFLAGS}  ${HOSTCONF}
-  echo #define SharedLibraryLoadFlags -shared ${LDFLAGS}  ${HOSTCONF}
-  popd
-
-  # fix a broken Makefiles
-  sed -i s:-o root -g root :: nxcompshad/Makefile.in
-
-  make \
-PREFIX=/usr \
-CONFIGURE=./configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --includedir=/usr/include
-
-  # fake install
-  mkdir $srcdir/fakeinstall
-  make PREFIX=/usr DESTDIR=$srcdir/fakeinstall install
-}
-
-package_libxcomp() {
-  
-  pkgdesc=NX X compression library
-  depends=('libjpeg-turbo' 'libpng' 'gcc-libs')
-   
-  install -dm755 ${pkgdir}/usr/lib/nx
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcomp.so* ${pkgdir}/usr/lib/nx
-  # symlinks
-  cd ${pkgdir}/usr/lib/
-  ln -sv /usr/lib/nx/libXcomp.so{,.3,.3.5.0} .
-}
-
-package_nxproxy() {
-
-  pkgdesc=NX proxy
-  depends=('libxcomp')
-  
-  install -dm755 ${pkgdir}/usr/{bin,share/man/man1,lib/nx/bin}
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxproxy 
${pkgdir}/usr/lib/nx/bin/nxproxy
-  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxproxy.1 
${pkgdir}/usr/share/man/man1
-  # the wrapper
-  cp -a ${srcdir}/fakeinstall/usr/bin/nxproxy ${pkgdir}/usr/bin
-}
-
-package_nx-xcompext() {
-  
-  pkgdesc=Xcompext/Xcompshad library for NX
-  depends=('libxcomp' 'nx-x11')
-   
-  install -dm755 ${pkgdir}/usr/lib/nx
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompext.so* ${pkgdir}/usr/lib/nx
-  #cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompshad.so* ${pkgdir}/usr/lib/nx
-
-  # symlinks
-  cd ${pkgdir}/usr/lib/
-  ln -sv /usr/lib/nx/libXcompext.so{,.3,.3.5.0} .
-  #ln -sv /usr/lib/nx/libXcompshad.so{,.3,.3.5.0} .
-}
-
-package_nx-x11() {
- 
-  pkgdesc=NX-X11 lib for the NX framework
-  depends=('libxcomp' 'fontconfig')
-   
-  install -dm755 ${pkgdir}/{usr/bin,usr/lib/nx/{X11,bin}}
-  cp -aR ${srcdir}/fakeinstall/usr/lib/nx/X11/* ${pkgdir}/usr/lib/nx/X11
-  # nxauth
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxauth ${pkgdir}/usr/lib/nx/bin
-  # the wrapper
-  cp -a ${srcdir}/fakeinstall/usr/bin/nxauth ${pkgdir}/usr/bin
-}
-
-package_nxagent() {
-  
-  pkgdesc=NX X server based on Xnest
-  depends=('nx-xcompext' 'libxml2')
-   
-  install -dm755 ${pkgdir}/usr/{bin,lib/nx/bin,share/nx}
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxagent ${pkgdir}/usr/lib/nx/bin
-  # the 

[arch-commits] Commit in nx/trunk (PKGBUILD keyboard_rule.diff)

2014-05-07 Thread Andreas Radke
Date: Wednesday, May 7, 2014 @ 20:07:41
  Author: andyrtr
Revision: 212116

upgpkg: nx 3.5.0.24-1

upstream update 3.5.0.24; drop unneeded patch

Modified:
  nx/trunk/PKGBUILD
Deleted:
  nx/trunk/keyboard_rule.diff

+
 PKGBUILD   |   14 +++---
 keyboard_rule.diff |   11 ---
 2 files changed, 3 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 17:52:16 UTC (rev 212115)
+++ PKGBUILD2014-05-07 18:07:41 UTC (rev 212116)
@@ -3,7 +3,7 @@
 
 pkgbase=nx
 pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 
'nx-headers')
-pkgver=3.5.0.22
+pkgver=3.5.0.24
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://wiki.x2go.org/;
@@ -13,20 +13,12 @@
  'xproto' 'freetype2' 'libxaw' 'libxrender' 'libxp' 'libxpm' 
'libxdamage' 'libxrandr'
  'libxcomposite' 'libxtst' 'xorg-sessreg' 'libfontenc' # 
makedepends
  )
-source=(http://code.x2go.org/releases/source/nx-libs/nx-libs-$pkgver-full.tar.gz
-keyboard_rule.diff)
-md5sums=('739c7a28f3bb6d5f957e6cec9168335d'
- 'f681bc66827cd7ddff4b81b983c20401')
+source=(http://code.x2go.org/releases/source/nx-libs/nx-libs-$pkgver-full.tar.gz)
+sha1sums=('bd1cdbefe81c9a05dcc2f738639bf4af8f056588')
 
 build() {
   cd ${srcdir}/nx-libs-$pkgver
   
-  # fix keyboard layout with xkeyboard-config = 2.6 - doesn't solve proper 
layout detection
-  # upstream needs to do much more work in that area
-  patch -Np1 -i ${srcdir}/keyboard_rule.diff
-  
-  sed -i s/3.5.0.21/3.5.0.22/ VERSION.x2goagent
-  
   # debug flags
 #  export CFLAGS=-march=x86-64 -O1 -g -pipe
 #  export CXXFLAGS=-march=x86-64 -O1 -g -pipe

Deleted: keyboard_rule.diff
===
--- keyboard_rule.diff  2014-05-07 17:52:16 UTC (rev 212115)
+++ keyboard_rule.diff  2014-05-07 18:07:41 UTC (rev 212116)
@@ -1,11 +0,0 @@
 nx-libs-3.5.0.17/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c 
2013-01-04 13:25:49.0 +0100
-+++ nx-libs-3.5.0.17/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c.new 
2013-03-15 18:24:54.084216888 +0100
-@@ -140,7 +140,7 @@
- #define XKB_CONFIG_FILE  /etc/nxagent/nxagent.keyboard
- #endif
- #ifndef XKB_DFLT_RULES_FILE
--#define XKB_DFLT_RULES_FILE  xfree86
-+#define XKB_DFLT_RULES_FILE  base
- #endif
- #ifndef XKB_ALTS_RULES_FILE
- #define XKB_ALTS_RULES_FILE  xorg



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

2014-05-07 Thread Sébastien Luttringer
Date: Thursday, May 8, 2014 @ 01:03:49
  Author: seblu
Revision: 110821

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

Added:
  znc/repos/community-i686/01-sec-correctly-handle-channel-names.patch
(from rev 110820, znc/trunk/01-sec-correctly-handle-channel-names.patch)
  znc/repos/community-i686/PKGBUILD
(from rev 110820, znc/trunk/PKGBUILD)
  znc/repos/community-i686/znc.install
(from rev 110820, znc/trunk/znc.install)
  znc/repos/community-x86_64/01-sec-correctly-handle-channel-names.patch
(from rev 110820, znc/trunk/01-sec-correctly-handle-channel-names.patch)
  znc/repos/community-x86_64/PKGBUILD
(from rev 110820, znc/trunk/PKGBUILD)
  znc/repos/community-x86_64/znc.install
(from rev 110820, znc/trunk/znc.install)
Deleted:
  znc/repos/community-i686/01-sec-correctly-handle-channel-names.patch
  znc/repos/community-x86_64/01-sec-correctly-handle-channel-names.patch

--+
 /01-sec-correctly-handle-channel-names.patch |  144 ++
 community-i686/01-sec-correctly-handle-channel-names.patch   |   72 -
 community-i686/PKGBUILD  |   45 +++
 community-i686/znc.install   |   29 ++
 community-x86_64/01-sec-correctly-handle-channel-names.patch |   72 -
 community-x86_64/PKGBUILD|   45 +++
 community-x86_64/znc.install |   29 ++
 7 files changed, 292 insertions(+), 144 deletions(-)

Deleted: community-i686/01-sec-correctly-handle-channel-names.patch
===
--- community-i686/01-sec-correctly-handle-channel-names.patch  2014-05-07 
20:59:25 UTC (rev 110820)
+++ community-i686/01-sec-correctly-handle-channel-names.patch  2014-05-07 
23:03:49 UTC (rev 110821)
@@ -1,72 +0,0 @@
-From 8756be513ab6663dcd64087006b257ff34e8e487 Mon Sep 17 00:00:00 2001
-From: Uli Schlachter psyc...@znc.in
-Date: Sun, 13 Apr 2014 20:36:55 +0200
-Subject: [PATCH] webadmin/add channel: Correctly handle channel names
-
-The CChan constructor makes sure that the channel name begins with a valid
-channel prefix. Thus, this could change the name of the resulting channel.
-
-When you edited an irc network which already had a channel #foo, were
-connected to IRC (so ZNC knows which prefixes are valid) and added a channel
-foo, this would lead to a problem:
-
-Webadmin checks and sees that there is no channel foo yet. Webadmin creates a
-new CChan instance for foo. The CChan constructor notices that f is not a
-valid channel prefix and instead calls itself #foo. Then,
-CIRCNetwork::AddChan() would see that this channel already exists, delete the
-given channel and return false.
-
-However, webadmin didn't check this result and would continue changing settings
-on an already destroyed CChan instance.
-
-Fix this by checking if the channel exists after CChan had its chance to mess
-with the channel name. Also handle failures from CIRCNetwork::AddChan().
-
-Fixes #528.
-
-Signed-off-by: Uli Schlachter psyc...@znc.in
-(cherry picked from commit 5e6e3be32acfeadeaf1fb3bb17bada08aec6432f)

- modules/webadmin.cpp | 16 +++-
- 1 file changed, 11 insertions(+), 5 deletions(-)
-
-diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp
-index ec67508..2a03367 100644
 a/modules/webadmin.cpp
-+++ b/modules/webadmin.cpp
-@@ -667,13 +667,19 @@ class CWebAdminMod : public CModule {
-   return true;
-   }
- 
--  if (pNetwork-FindChan(sChanName.Token(0))) {
--  WebSock.PrintErrorPage(Channel [ + 
sChanName.Token(0) + ] already exists);
-+  // This could change the channel name and e.g. add a 
# prefix
-+  pChan = new CChan(sChanName, pNetwork, true);
-+
-+  if (pNetwork-FindChan(pChan-GetName())) {
-+  WebSock.PrintErrorPage(Channel [ + 
pChan-GetName() + ] already exists);
-+  delete pChan;
-   return true;
-   }
- 
--  pChan = new CChan(sChanName, pNetwork, true);
--  pNetwork-AddChan(pChan);
-+  if (!pNetwork-AddChan(pChan)) {
-+  WebSock.PrintErrorPage(Could not add channel 
[ + pChan-GetName() + ]);
-+  return true;
-+  }
-   }
- 
-   pChan-SetBufferCount(WebSock.GetParam(buffercount).ToUInt(), 
spSession-IsAdmin());
-@@ -699,7 +705,7 @@ class CWebAdminMod : public CModule {
- 
-   CTemplate TmplMod;
-   TmplMod[User] = pUser-GetUserName();
--  TmplMod[ChanName] = sChanName;
-+  TmplMod[ChanName] = pChan-GetName();
-   TmplMod[WebadminAction] = 

[arch-commits] Commit in linux-grsec/trunk (6 files)

2014-05-07 Thread Daniel Micay
Date: Thursday, May 8, 2014 @ 04:17:31
  Author: thestinger
Revision: 110822

upgpkg: linux-grsec 3.14.3.201405071928-1

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64
Deleted:
  linux-grsec/trunk/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
  linux-grsec/trunk/0008-futex-avoid-race-between-requeue-and-wake.patch
  linux-grsec/trunk/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch

--+
 0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch |  110 
 0008-futex-avoid-race-between-requeue-and-wake.patch |   94 ---
 0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch |  125 --
 PKGBUILD |   53 +---
 config   |2 
 config.x86_64|2 
 6 files changed, 25 insertions(+), 361 deletions(-)

Deleted: 0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
===
--- 0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
2014-05-07 23:03:49 UTC (rev 110821)
+++ 0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
2014-05-08 02:17:31 UTC (rev 110822)
@@ -1,110 +0,0 @@
-From 720a9dbf61c88bd57d6f8198ed8ccb2bd4a6abd8 Mon Sep 17 00:00:00 2001
-From: Matt Fleming m...@console-pimps.org
-Date: Wed, 9 Apr 2014 10:33:49 +0200
-Subject: [PATCH 07/10] x86/efi: Correct EFI boot stub use of code32_start
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-code32_start should point at the start of the protected mode code, and
-*not* at the beginning of the bzImage. This is much easier to do in
-assembly so document that callers of make_boot_params() need to fill out
-code32_start.
-
-The fallout from this bug is that we would end up relocating the image
-but copying the image at some offset, resulting in what appeared to be
-memory corruption.
-
-Reported-by: Thomas Bächler tho...@archlinux.org
-Signed-off-by: Matt Fleming matt.flem...@intel.com

- arch/x86/boot/compressed/eboot.c   |  5 +++--
- arch/x86/boot/compressed/head_32.S | 14 --
- arch/x86/boot/compressed/head_64.S |  9 +++--
- 3 files changed, 14 insertions(+), 14 deletions(-)
-
-diff --git a/arch/x86/boot/compressed/eboot.c 
b/arch/x86/boot/compressed/eboot.c
-index a7677ba..78cbb2d 100644
 a/arch/x86/boot/compressed/eboot.c
-+++ b/arch/x86/boot/compressed/eboot.c
-@@ -425,6 +425,9 @@ void setup_graphics(struct boot_params *boot_params)
-  * Because the x86 boot code expects to be passed a boot_params we
-  * need to create one ourselves (usually the bootloader would create
-  * one for us).
-+ *
-+ * The caller is responsible for filling out -code32_start in the
-+ * returned boot_params.
-  */
- struct boot_params *make_boot_params(void *handle, efi_system_table_t *_table)
- {
-@@ -483,8 +486,6 @@ struct boot_params *make_boot_params(void *handle, 
efi_system_table_t *_table)
-   hdr-vid_mode = 0x;
-   hdr-boot_flag = 0xAA55;
- 
--  hdr-code32_start = (__u64)(unsigned long)image-image_base;
--
-   hdr-type_of_loader = 0x21;
- 
-   /* Convert unicode cmdline to ascii */
-diff --git a/arch/x86/boot/compressed/head_32.S 
b/arch/x86/boot/compressed/head_32.S
-index 9116aac..f45ab7a 100644
 a/arch/x86/boot/compressed/head_32.S
-+++ b/arch/x86/boot/compressed/head_32.S
-@@ -50,6 +50,13 @@ ENTRY(efi_pe_entry)
-   pushl   %eax
-   pushl   %esi
-   pushl   %ecx
-+
-+  callreloc
-+reloc:
-+  popl%ecx
-+  sublreloc, %ecx
-+  movl%ecx, BP_code32_start(%eax)
-+
-   sub $0x4, %esp
- 
- ENTRY(efi_stub_entry)
-@@ -63,12 +70,7 @@ ENTRY(efi_stub_entry)
-   hlt
-   jmp 1b
- 2:
--  call3f
--3:
--  popl%eax
--  subl$3b, %eax
--  sublBP_pref_address(%esi), %eax
--  add BP_code32_start(%esi), %eax
-+  movlBP_code32_start(%esi), %eax
-   lealpreferred_addr(%eax), %eax
-   jmp *%eax
- 
-diff --git a/arch/x86/boot/compressed/head_64.S 
b/arch/x86/boot/compressed/head_64.S
-index c5c1ae0..b10fa66 100644
 a/arch/x86/boot/compressed/head_64.S
-+++ b/arch/x86/boot/compressed/head_64.S
-@@ -217,6 +217,8 @@ ENTRY(efi_pe_entry)
-   cmpq$0,%rax
-   je  1f
-   mov %rax, %rdx
-+  leaqstartup_32(%rip), %rax
-+  movl%eax, BP_code32_start(%rdx)
-   popq%rsi
-   popq%rdi
- 
-@@ -230,12 +232,7 @@ ENTRY(efi_stub_entry)
-   hlt
-   jmp 1b
- 2:
--  call3f
--3:
--  popq%rax
--  subq$3b, %rax
--  subqBP_pref_address(%rsi), %rax
--  add BP_code32_start(%esi), %eax
-+  movlBP_code32_start(%esi), %eax
-   leaqpreferred_addr(%rax), %rax
-   jmp   

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

2014-05-07 Thread Daniel Micay
Date: Thursday, May 8, 2014 @ 04:19:47
  Author: thestinger
Revision: 110823

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

Added:
  
linux-grsec/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 110822, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 110822, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-grsec/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 110822, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  
linux-grsec/repos/community-i686/0004-fs-Don-t-return-0-from-get_anon_bdev.patch
(from rev 110822, 
linux-grsec/trunk/0004-fs-Don-t-return-0-from-get_anon_bdev.patch)
  
linux-grsec/repos/community-i686/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 110822, 
linux-grsec/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux-grsec/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 110822, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux-grsec/repos/community-i686/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
(from rev 110822, 
linux-grsec/trunk/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch)
  linux-grsec/repos/community-i686/0011-kernfs-fix-removed-error-check.patch
(from rev 110822, 
linux-grsec/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux-grsec/repos/community-i686/0012-fix-saa7134.patch
(from rev 110822, linux-grsec/trunk/0012-fix-saa7134.patch)
  
linux-grsec/repos/community-i686/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch
(from rev 110822, 
linux-grsec/trunk/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch)
  linux-grsec/repos/community-i686/0014-fix-rtl8192se.patch
(from rev 110822, linux-grsec/trunk/0014-fix-rtl8192se.patch)
  linux-grsec/repos/community-i686/0015-fix-xsdt-validation.patch
(from rev 110822, linux-grsec/trunk/0015-fix-xsdt-validation.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 110822, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 110822, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 110822, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 110822, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 110822, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 110822, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 110822, linux-grsec/trunk/sysctl.conf)
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 110822, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 110822, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  
linux-grsec/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 110822, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  
linux-grsec/repos/community-x86_64/0004-fs-Don-t-return-0-from-get_anon_bdev.patch
(from rev 110822, 
linux-grsec/trunk/0004-fs-Don-t-return-0-from-get_anon_bdev.patch)
  
linux-grsec/repos/community-x86_64/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 110822, 
linux-grsec/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux-grsec/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 110822, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux-grsec/repos/community-x86_64/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
(from rev 110822, 
linux-grsec/trunk/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch)
  linux-grsec/repos/community-x86_64/0011-kernfs-fix-removed-error-check.patch
(from rev 110822, 
linux-grsec/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux-grsec/repos/community-x86_64/0012-fix-saa7134.patch
(from rev 110822, linux-grsec/trunk/0012-fix-saa7134.patch)
  
linux-grsec/repos/community-x86_64/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch
(from rev 110822, 
linux-grsec/trunk/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch)
  linux-grsec/repos/community-x86_64/0014-fix-rtl8192se.patch
(from rev 110822, linux-grsec/trunk/0014-fix-rtl8192se.patch)
  linux-grsec/repos/community-x86_64/0015-fix-xsdt-validation.patch
(from rev 110822,