[arch-commits] Commit in ffmpeg/trunk (0001-libx265-Support-API-version-9.patch)

2014-05-06 Thread Bartłomiej Piotrowski
Date: Tuesday, May 6, 2014 @ 10:27:19
  Author: bpiotrowski
Revision: 212063

upgpkg: ffmpeg 1:2.2.2-1

new upstream release built against x265 1.0

Deleted:
  ffmpeg/trunk/0001-libx265-Support-API-version-9.patch

--+
 0001-libx265-Support-API-version-9.patch |   50 -
 1 file changed, 50 deletions(-)

Deleted: 0001-libx265-Support-API-version-9.patch
===
--- 0001-libx265-Support-API-version-9.patch2014-05-06 02:04:21 UTC (rev 
212062)
+++ 0001-libx265-Support-API-version-9.patch2014-05-06 08:27:19 UTC (rev 
212063)
@@ -1,50 +0,0 @@
-From d67dbfa7c195fabce706ca03c439419450f9bd8a Mon Sep 17 00:00:00 2001
-From: Derek Buitenhuis derek.buitenh...@gmail.com
-Date: Thu, 6 Mar 2014 20:01:17 +
-Subject: [PATCH] libx265: Support API version 9
-
-Signed-off-by: Derek Buitenhuis derek.buitenh...@gmail.com

- configure|4 ++--
- libavcodec/libx265.c |   10 +-
- 2 files changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/configure b/configure
-index d3f5f33..4d7382a 100755
 a/configure
-+++ b/configure
-@@ -3980,8 +3980,8 @@ enabled libx264require libx264 x264.h 
x264_encoder_encode -lx264 
-  { check_cpp_condition x264.h X264_BUILD = 118 
||
-die ERROR: libx264 version must be = 
0.118.; }
- enabled libx265require_pkg_config x265 x265.h 
x265_encoder_encode 
-- { check_cpp_condition x265.h X265_BUILD = 7 ||
--   die ERROR: libx265 version must be = 7.; }
-+ { check_cpp_condition x265.h X265_BUILD = 9 ||
-+   die ERROR: libx265 version must be = 9.; }
- enabled libxavsrequire libxavs xavs.h xavs_encoder_encode -lxavs
- enabled libxvidrequire libxvid xvid.h xvid_global -lxvidcore
- enabled openssl{ check_lib openssl/ssl.h SSL_library_init -lssl 
-lcrypto ||
-diff --git a/libavcodec/libx265.c b/libavcodec/libx265.c
-index 961fc74..a6e4193 100644
 a/libavcodec/libx265.c
-+++ b/libavcodec/libx265.c
-@@ -121,11 +121,11 @@ static av_cold int libx265_encode_init(AVCodecContext 
*avctx)
- av_reduce(sar_num, sar_den,
-   avctx-sample_aspect_ratio.num,
-   avctx-sample_aspect_ratio.den, 4096);
--ctx-params-bEnableVuiParametersPresentFlag = 1;
--ctx-params-bEnableAspectRatioIdc   = 1;
--ctx-params-aspectRatioIdc  = 255;
--ctx-params-sarWidth= sar_num;
--ctx-params-sarHeight   = sar_den;
-+ctx-params-vui.bEnableVuiParametersPresentFlag = 1;
-+ctx-params-vui.bEnableAspectRatioIdc   = 1;
-+ctx-params-vui.aspectRatioIdc  = 255;
-+ctx-params-vui.sarWidth= sar_num;
-+ctx-params-vui.sarHeight   = sar_den;
- 
- if (x265_max_bit_depth == 8)
- ctx-params-internalBitDepth = 8;
--- 
-1.7.10.4
-



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

2014-05-06 Thread Bartłomiej Piotrowski
Date: Tuesday, May 6, 2014 @ 10:27:42
  Author: bpiotrowski
Revision: 212064

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

Added:
  ffmpeg/repos/extra-i686/PKGBUILD
(from rev 212063, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 212063, ffmpeg/trunk/PKGBUILD)
Deleted:
  ffmpeg/repos/extra-i686/0001-libx265-Support-API-version-9.patch
  ffmpeg/repos/extra-i686/PKGBUILD
  ffmpeg/repos/extra-x86_64/0001-libx265-Support-API-version-9.patch
  ffmpeg/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  158 
 extra-i686/0001-libx265-Support-API-version-9.patch   |   50 -
 extra-i686/PKGBUILD   |   79 
 extra-x86_64/0001-libx265-Support-API-version-9.patch |   50 -
 extra-x86_64/PKGBUILD |   79 
 5 files changed, 158 insertions(+), 258 deletions(-)

Deleted: extra-i686/0001-libx265-Support-API-version-9.patch
===
--- extra-i686/0001-libx265-Support-API-version-9.patch 2014-05-06 08:27:19 UTC 
(rev 212063)
+++ extra-i686/0001-libx265-Support-API-version-9.patch 2014-05-06 08:27:42 UTC 
(rev 212064)
@@ -1,50 +0,0 @@
-From d67dbfa7c195fabce706ca03c439419450f9bd8a Mon Sep 17 00:00:00 2001
-From: Derek Buitenhuis derek.buitenh...@gmail.com
-Date: Thu, 6 Mar 2014 20:01:17 +
-Subject: [PATCH] libx265: Support API version 9
-
-Signed-off-by: Derek Buitenhuis derek.buitenh...@gmail.com

- configure|4 ++--
- libavcodec/libx265.c |   10 +-
- 2 files changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/configure b/configure
-index d3f5f33..4d7382a 100755
 a/configure
-+++ b/configure
-@@ -3980,8 +3980,8 @@ enabled libx264require libx264 x264.h 
x264_encoder_encode -lx264 
-  { check_cpp_condition x264.h X264_BUILD = 118 
||
-die ERROR: libx264 version must be = 
0.118.; }
- enabled libx265require_pkg_config x265 x265.h 
x265_encoder_encode 
-- { check_cpp_condition x265.h X265_BUILD = 7 ||
--   die ERROR: libx265 version must be = 7.; }
-+ { check_cpp_condition x265.h X265_BUILD = 9 ||
-+   die ERROR: libx265 version must be = 9.; }
- enabled libxavsrequire libxavs xavs.h xavs_encoder_encode -lxavs
- enabled libxvidrequire libxvid xvid.h xvid_global -lxvidcore
- enabled openssl{ check_lib openssl/ssl.h SSL_library_init -lssl 
-lcrypto ||
-diff --git a/libavcodec/libx265.c b/libavcodec/libx265.c
-index 961fc74..a6e4193 100644
 a/libavcodec/libx265.c
-+++ b/libavcodec/libx265.c
-@@ -121,11 +121,11 @@ static av_cold int libx265_encode_init(AVCodecContext 
*avctx)
- av_reduce(sar_num, sar_den,
-   avctx-sample_aspect_ratio.num,
-   avctx-sample_aspect_ratio.den, 4096);
--ctx-params-bEnableVuiParametersPresentFlag = 1;
--ctx-params-bEnableAspectRatioIdc   = 1;
--ctx-params-aspectRatioIdc  = 255;
--ctx-params-sarWidth= sar_num;
--ctx-params-sarHeight   = sar_den;
-+ctx-params-vui.bEnableVuiParametersPresentFlag = 1;
-+ctx-params-vui.bEnableAspectRatioIdc   = 1;
-+ctx-params-vui.aspectRatioIdc  = 255;
-+ctx-params-vui.sarWidth= sar_num;
-+ctx-params-vui.sarHeight   = sar_den;
- 
- if (x265_max_bit_depth == 8)
- ctx-params-internalBitDepth = 8;
--- 
-1.7.10.4
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-06 08:27:19 UTC (rev 212063)
+++ extra-i686/PKGBUILD 2014-05-06 08:27:42 UTC (rev 212064)
@@ -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 \
-

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

2014-05-06 Thread Bartłomiej Piotrowski
Date: Tuesday, May 6, 2014 @ 10:29:03
  Author: bpiotrowski
Revision: 212065

upgpkg: x265 1.0-1

new upstream release

Modified:
  x265/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 08:27:42 UTC (rev 212064)
+++ PKGBUILD2014-05-06 08:29:03 UTC (rev 212065)
@@ -3,7 +3,7 @@
 # Contributor: kfgz kfgz at interia pl
 
 pkgname=x265
-pkgver=0.9
+pkgver=1.0
 pkgrel=1
 pkgdesc='Open Source H265/HEVC video encoder'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('yasm' 'cmake')
 url='https://bitbucket.org/multicoreware/x265'
 source=($url/get/$pkgver.tar.bz2)
-md5sums=('0cc0b0189cf9ed7422aad98633c6de8f')
+md5sums=('80efe963d3460caa051fe0b10d36bc10')
 
 build() {
   cd multicoreware-x265-*/build/linux



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

2014-05-06 Thread Bartłomiej Piotrowski
Date: Tuesday, May 6, 2014 @ 10:29:13
  Author: bpiotrowski
Revision: 212066

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-06 08:29:03 UTC (rev 212065)
+++ extra-i686/PKGBUILD 2014-05-06 08:29:13 UTC (rev 212066)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: kfgz kfgz at interia pl
-
-pkgname=x265
-pkgver=0.9
-pkgrel=1
-pkgdesc='Open Source H265/HEVC video encoder'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('yasm' 'cmake')
-url='https://bitbucket.org/multicoreware/x265'
-source=($url/get/$pkgver.tar.bz2)
-md5sums=('0cc0b0189cf9ed7422aad98633c6de8f')
-
-build() {
-  cd multicoreware-x265-*/build/linux
-  [[ $CARCH == x86_64 ]]  LDFLAGS+=',-z,noexecstack'
-  cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr ../../source
-  make
-}
-
-package() {
-  cd multicoreware-x265-*/build/linux
-  make DESTDIR=$pkgdir install
-}

Copied: x265/repos/extra-i686/PKGBUILD (from rev 212065, x265/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-06 08:29:13 UTC (rev 212066)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: kfgz kfgz at interia pl
+
+pkgname=x265
+pkgver=1.0
+pkgrel=1
+pkgdesc='Open Source H265/HEVC video encoder'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('yasm' 'cmake')
+url='https://bitbucket.org/multicoreware/x265'
+source=($url/get/$pkgver.tar.bz2)
+md5sums=('80efe963d3460caa051fe0b10d36bc10')
+
+build() {
+  cd multicoreware-x265-*/build/linux
+  [[ $CARCH == x86_64 ]]  LDFLAGS+=',-z,noexecstack'
+  cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr ../../source
+  make
+}
+
+package() {
+  cd multicoreware-x265-*/build/linux
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-06 08:29:03 UTC (rev 212065)
+++ extra-x86_64/PKGBUILD   2014-05-06 08:29:13 UTC (rev 212066)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: kfgz kfgz at interia pl
-
-pkgname=x265
-pkgver=0.9
-pkgrel=1
-pkgdesc='Open Source H265/HEVC video encoder'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('yasm' 'cmake')
-url='https://bitbucket.org/multicoreware/x265'
-source=($url/get/$pkgver.tar.bz2)
-md5sums=('0cc0b0189cf9ed7422aad98633c6de8f')
-
-build() {
-  cd multicoreware-x265-*/build/linux
-  [[ $CARCH == x86_64 ]]  LDFLAGS+=',-z,noexecstack'
-  cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr ../../source
-  make
-}
-
-package() {
-  cd multicoreware-x265-*/build/linux
-  make DESTDIR=$pkgdir install
-}

Copied: x265/repos/extra-x86_64/PKGBUILD (from rev 212065, x265/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-06 08:29:13 UTC (rev 212066)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: kfgz kfgz at interia pl
+
+pkgname=x265
+pkgver=1.0
+pkgrel=1
+pkgdesc='Open Source H265/HEVC video encoder'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('yasm' 'cmake')
+url='https://bitbucket.org/multicoreware/x265'
+source=($url/get/$pkgver.tar.bz2)
+md5sums=('80efe963d3460caa051fe0b10d36bc10')
+
+build() {
+  cd multicoreware-x265-*/build/linux
+  [[ $CARCH == x86_64 ]]  LDFLAGS+=',-z,noexecstack'
+  cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr ../../source
+  make
+}
+
+package() {
+  cd multicoreware-x265-*/build/linux
+  make DESTDIR=$pkgdir install
+}



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

2014-05-06 Thread Laurent Carlier
Date: Tuesday, May 6, 2014 @ 10:34:48
  Author: lcarlier
Revision: 212067

upgpkg: mesa 10.1.2-1

upstream update 10.1.2

Modified:
  mesa/trunk/PKGBUILD
Deleted:
  mesa/trunk/workaround-for-robustness-and-reset-with-intel.patch

--+
 PKGBUILD |   19 -
 workaround-for-robustness-and-reset-with-intel.patch |   15 -
 2 files changed, 5 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 08:29:13 UTC (rev 212066)
+++ PKGBUILD2014-05-06 08:34:48 UTC (rev 212067)
@@ -4,8 +4,8 @@
 
 pkgbase=mesa
 pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl')
-pkgver=10.1.1
-pkgrel=2
+pkgver=10.1.2
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm'  'libxdamage' 'libvdpau' 'wayland' 
'elfutils' 'llvm' 'systemd')
@@ -12,19 +12,10 @@
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
-LICENSE
-workaround-for-robustness-and-reset-with-intel.patch)
-md5sums=('1fde7ed079df7aeb9b6a744ca033de8d'
- '5c65a0fe315dd347e09b1f2826a1df5a'
- 'b6b744a948b0de9cd14a2a971b7472de')
+LICENSE)
+md5sums=('28b60d15ac9f364da1e0155911eaf44e'
+ '5c65a0fe315dd347e09b1f2826a1df5a')
 
-prepare () {
-  cd ${srcdir}/?esa-*
-
-  # workaround for FS#39803 - Merged upstream for mesa 10.1.2/10.2
-  patch -Np1 -i ../workaround-for-robustness-and-reset-with-intel.patch
-}
-
 build() {
   cd ${srcdir}/?esa-*
 

Deleted: workaround-for-robustness-and-reset-with-intel.patch
===
--- workaround-for-robustness-and-reset-with-intel.patch2014-05-06 
08:29:13 UTC (rev 212066)
+++ workaround-for-robustness-and-reset-with-intel.patch2014-05-06 
08:34:48 UTC (rev 212067)
@@ -1,15 +0,0 @@
-diff --git a/src/mesa/drivers/dri/i965/brw_context.c 
b/src/mesa/drivers/dri/i965/brw_context.c
-index e113654..5790680 100644
 a/src/mesa/drivers/dri/i965/brw_context.c
-+++ b/src/mesa/drivers/dri/i965/brw_context.c
-@@ -645,7 +645,7 @@ brwCreateContext(gl_api api,
- 
-brw_init_driver_functions(brw, functions);
- 
--   if (notify_reset)
-+   if (notify_reset  brw-gen = 6)
-   functions.GetGraphicsResetStatus = brw_get_graphics_reset_status;
- 
-struct gl_context *ctx = brw-ctx;
-
-



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

2014-05-06 Thread Laurent Carlier
Date: Tuesday, May 6, 2014 @ 10:35:05
  Author: lcarlier
Revision: 212068

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 212067, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 212067, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 212067, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 212067, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-i686/workaround-for-robustness-and-reset-with-intel.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD
  mesa/repos/extra-x86_64/workaround-for-robustness-and-reset-with-intel.patch

---+
 /LICENSE  |  164 +
 /PKGBUILD |  328 
++
 extra-i686/LICENSE|   82 --
 extra-i686/PKGBUILD   |  173 -
 extra-i686/workaround-for-robustness-and-reset-with-intel.patch   |   15 
 extra-x86_64/LICENSE  |   82 --
 extra-x86_64/PKGBUILD |  173 -
 extra-x86_64/workaround-for-robustness-and-reset-with-intel.patch |   15 
 8 files changed, 492 insertions(+), 540 deletions(-)

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


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

2014-05-06 Thread Timothy Redaelli
Date: Tuesday, May 6, 2014 @ 10:57:16
  Author: tredaelli
Revision: 110750

Change URL for .zip.asc file (FS#40155)

Modified:
  keepass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 04:31:01 UTC (rev 110749)
+++ PKGBUILD2014-05-06 08:57:16 UTC (rev 110750)
@@ -15,7 +15,8 @@
 optdepends=('xdotool: if you want to use auto-type'
 'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip{,.asc}
+source=(http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
+http://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc;
 'keepass'
 'keepass.1'
 'keepass.desktop'



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

2014-05-06 Thread Laurent Carlier
Date: Tuesday, May 6, 2014 @ 11:24:59
  Author: lcarlier
Revision: 110752

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  306 ++---
 1 file changed, 153 insertions(+), 153 deletions(-)

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

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

2014-05-06 Thread Laurent Carlier
Date: Tuesday, May 6, 2014 @ 11:24:19
  Author: lcarlier
Revision: 110751

upgpkg: lib32-mesa 10.1.2-1

upstream update 10.1.2

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 08:57:16 UTC (rev 110750)
+++ PKGBUILD2014-05-06 09:24:19 UTC (rev 110751)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=10.1.1
+pkgver=10.1.2
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,7 +14,7 @@
 license=('custom')
 options=('!libtool')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
-md5sums=('1fde7ed079df7aeb9b6a744ca033de8d')
+md5sums=('28b60d15ac9f364da1e0155911eaf44e')
 
 build() {
   export CC=gcc -m32



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

2014-05-06 Thread Timothy Redaelli
Date: Tuesday, May 6, 2014 @ 11:29:11
  Author: tredaelli
Revision: 110753

upgpkg: wireshark 1.10.7-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 09:24:59 UTC (rev 110752)
+++ PKGBUILD2014-05-06 09:29:11 UTC (rev 110753)
@@ -4,7 +4,7 @@
 # Contributor: Florian Pritz bluewind at jabber dot ccc dot de
 pkgname=('wireshark-cli' 'wireshark-gtk')
 pkgbase=wireshark
-pkgver=1.10.6
+pkgver=1.10.7
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,7 +13,7 @@
 url='http://www.wireshark.org/'
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
 wireshark-1.10.5-fix-flow-crash.patch)
-sha256sums=('a9de3fd3002d4df0946cfea2f5a33557666e14c7014dbc42d1f78dfe113f6b5d'
+sha256sums=('d98d263b31dd904a0337ba2db6d1a80bb495b4ac419a304f0f25c551d50cafc6'
 'de630c5dd1aa87749fd33c0f3f94a30215e122b1a7eb9bed213fad0fe3ea')
 
 prepare() {
@@ -39,7 +39,7 @@
 
 package_wireshark-cli() {
   pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('krb5' 'libgcrypt' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua' 
'portaudio')
+  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua' 
'portaudio')
   install=wireshark.install
   conflicts=(wireshark)
 



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

2014-05-06 Thread Timothy Redaelli
Date: Tuesday, May 6, 2014 @ 11:29:25
  Author: tredaelli
Revision: 110754

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

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 110753, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/wireshark-1.10.5-fix-flow-crash.patch
(from rev 110753, wireshark/trunk/wireshark-1.10.5-fix-flow-crash.patch)
  wireshark/repos/community-i686/wireshark-gtk.install
(from rev 110753, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-i686/wireshark.install
(from rev 110753, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 110753, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/wireshark-1.10.5-fix-flow-crash.patch
(from rev 110753, wireshark/trunk/wireshark-1.10.5-fix-flow-crash.patch)
  wireshark/repos/community-x86_64/wireshark-gtk.install
(from rev 110753, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 110753, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/wireshark-1.10.5-fix-flow-crash.patch
  wireshark/repos/community-i686/wireshark-gtk.install
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/wireshark-1.10.5-fix-flow-crash.patch
  wireshark/repos/community-x86_64/wireshark-gtk.install
  wireshark/repos/community-x86_64/wireshark.install

+
 /PKGBUILD  |  168 +++
 /wireshark-1.10.5-fix-flow-crash.patch |  110 +
 /wireshark-gtk.install |   24 ++
 /wireshark.install |   36 +++
 community-i686/PKGBUILD|   84 ---
 community-i686/wireshark-1.10.5-fix-flow-crash.patch   |   55 
 community-i686/wireshark-gtk.install   |   12 -
 community-i686/wireshark.install   |   18 -
 community-x86_64/PKGBUILD  |   84 ---
 community-x86_64/wireshark-1.10.5-fix-flow-crash.patch |   55 
 community-x86_64/wireshark-gtk.install |   12 -
 community-x86_64/wireshark.install |   18 -
 12 files changed, 338 insertions(+), 338 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-06 09:29:11 UTC (rev 110753)
+++ community-i686/PKGBUILD 2014-05-06 09:29:25 UTC (rev 110754)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.10.6
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
- 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
-url='http://www.wireshark.org/'
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-wireshark-1.10.5-fix-flow-crash.patch)
-sha256sums=('a9de3fd3002d4df0946cfea2f5a33557666e14c7014dbc42d1f78dfe113f6b5d'
-'de630c5dd1aa87749fd33c0f3f94a30215e122b1a7eb9bed213fad0fe3ea')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  patch -p1 -i ${srcdir}/wireshark-1.10.5-fix-flow-crash.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('krb5' 'libgcrypt' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua' 
'portaudio')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark
-
-  # Headers
-  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ws_symbol_export.h 
${pkgdir}/usr/include/${pkgbase}
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap 
wsutil; do
-install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('gtk3' 'wireshark-cli' 'desktop-file-utils' 'hicolor-icon-theme')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  

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

2014-05-06 Thread Gaetan Bisson
Date: Tuesday, May 6, 2014 @ 12:24:25
  Author: bisson
Revision: 212069

switch to ntp-dev, remove 2-year old upgrade compat

Modified:
  ntp/trunk/PKGBUILD
  ntp/trunk/install

--+
 PKGBUILD |   32 ++--
 install  |   26 --
 2 files changed, 14 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 08:35:05 UTC (rev 212068)
+++ PKGBUILD2014-05-06 10:24:25 UTC (rev 212069)
@@ -3,9 +3,10 @@
 # Contributor: kevin ke...@archlinux.org
 
 pkgname=ntp
-pkgver=4.2.6.p5
-_realver=4.2.6p5
-pkgrel=19
+_pkgname=ntp-dev
+_pkgver=4.2.7p441
+pkgver=${_pkgver/p/.p}
+pkgrel=1
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')
@@ -13,24 +14,24 @@
 makedepends=('perl-html-parser')
 depends=('openssl' 'libcap' 'libedit')
 backup=('etc/ntp.conf')
-source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz;
+source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz;
 'ntp.conf'
 'ntpd.service'
 'ntpdate.service')
-sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
+sha1sums=('8113350982f92f99885f201b50df24a14201'
   'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
   'dd24216e8333e12d5080965696602591c72537b1'
-  '059b382d1af0c55202e2d17f2ae065a2cbfec9ee'
-)
+  '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
 
+options=('!emptydirs')
 install=install
 
 build() {
-   cd ${srcdir}/${pkgname}-${_realver}
+   cd ${srcdir}/${_pkgname}-${_pkgver}
 
./configure \
--prefix=/usr \
-   --mandir=/usr/share/man \
+   --libexecdir=/usr/lib \
--enable-linuxcaps \
--enable-ntp-signd \
 
@@ -38,23 +39,18 @@
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${_realver}
+   cd ${srcdir}/${_pkgname}-${_pkgver}
 
make DESTDIR=${pkgdir} install
 
-   rmdir ${pkgdir}/usr/{lib,sbin}
-   install -d -o 87 ${pkgdir}/var/lib/ntp
install -Dm644 ../ntp.conf ${pkgdir}/etc/ntp.conf
install -Dm644 ../ntpd.service 
${pkgdir}/usr/lib/systemd/system/ntpd.service
install -Dm644 ../ntpdate.service 
${pkgdir}/usr/lib/systemd/system/ntpdate.service
install -Dm644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   
-   cd html
-   ../scripts/html2man
-   install -d ${pkgdir}/usr/share/man
-   mv man/man* ${pkgdir}/usr/share/man
-   mv ${pkgdir}/usr/share/man/man8/ntpd.8 
${pkgdir}/usr/share/man/man8/ntp-ntpd.8 # we should ditch openntpd
 
+   install -d -o 87 ${pkgdir}/var/lib/ntp
+   echo  ${pkgdir}/var/lib/ntp/.placeholder
+
install -dm755 ${pkgdir}/usr/lib/systemd/ntp-units.d
echo 'ntpd.service'  
${pkgdir}/usr/lib/systemd/ntp-units.d/${pkgname}.list
 }

Modified: install
===
--- install 2014-05-06 08:35:05 UTC (rev 212068)
+++ install 2014-05-06 10:24:25 UTC (rev 212069)
@@ -4,32 +4,6 @@
true
 }
 
-post_upgrade() {
-   if [[ $(vercmp $2 4.2.6.p3) -le 0 ]]; then
-   cat EOF
-
-== The file /etc/conf.d/ntp-client.conf has been renamed /etc/conf.d/ntpd.conf
-== If you made changes to the former, please update the latter.
-
-EOF
-   fi
-   if [[ $(vercmp $2 4.2.6.p5-1) -le 0 ]]; then
-   cat EOF
-
-== The PID file /var/run/ntpd.pid has been renamed /run/ntpd.pid
-== and the new rc.d script only takes the latter into account.
-== To stop your old ntpd process, please kill it manually.
-
-EOF
-   fi
-   if [[ $(vercmp $2 4.2.6.p5-3) -le 0 ]]; then
-   post_install
-   fi
-   if [[ $(vercmp $2 4.2.6.p5-5) -le 0 ]]; then
-   chown -R ntp /var/lib/ntp
-   fi
-}
-
 post_remove() {
getent passwd ntp /dev/null  userdel ntp /dev/null
getent group ntp /dev/null  groupdel ntp /dev/null



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

2014-05-06 Thread Gaetan Bisson
Date: Tuesday, May 6, 2014 @ 12:24:41
  Author: bisson
Revision: 212070

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

Added:
  ntp/repos/testing-i686/
  ntp/repos/testing-i686/PKGBUILD
(from rev 212069, ntp/trunk/PKGBUILD)
  ntp/repos/testing-i686/install
(from rev 212069, ntp/trunk/install)
  ntp/repos/testing-i686/ntp.conf
(from rev 212069, ntp/trunk/ntp.conf)
  ntp/repos/testing-i686/ntpd.service
(from rev 212069, ntp/trunk/ntpd.service)
  ntp/repos/testing-i686/ntpdate.service
(from rev 212069, ntp/trunk/ntpdate.service)
  ntp/repos/testing-x86_64/
  ntp/repos/testing-x86_64/PKGBUILD
(from rev 212069, ntp/trunk/PKGBUILD)
  ntp/repos/testing-x86_64/install
(from rev 212069, ntp/trunk/install)
  ntp/repos/testing-x86_64/ntp.conf
(from rev 212069, ntp/trunk/ntp.conf)
  ntp/repos/testing-x86_64/ntpd.service
(from rev 212069, ntp/trunk/ntpd.service)
  ntp/repos/testing-x86_64/ntpdate.service
(from rev 212069, ntp/trunk/ntpdate.service)

+
 testing-i686/PKGBUILD  |   56 +++
 testing-i686/install   |   11 +++
 testing-i686/ntp.conf  |   19 +
 testing-i686/ntpd.service  |   13 +
 testing-i686/ntpdate.service   |   12 
 testing-x86_64/PKGBUILD|   56 +++
 testing-x86_64/install |   11 +++
 testing-x86_64/ntp.conf|   19 +
 testing-x86_64/ntpd.service|   13 +
 testing-x86_64/ntpdate.service |   12 
 10 files changed, 222 insertions(+)

Copied: ntp/repos/testing-i686/PKGBUILD (from rev 212069, ntp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-06 10:24:41 UTC (rev 212070)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+
+pkgname=ntp
+_pkgname=ntp-dev
+_pkgver=4.2.7p441
+pkgver=${_pkgver/p/.p}
+pkgrel=1
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+makedepends=('perl-html-parser')
+depends=('openssl' 'libcap' 'libedit')
+backup=('etc/ntp.conf')
+source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz;
+'ntp.conf'
+'ntpd.service'
+'ntpdate.service')
+sha1sums=('8113350982f92f99885f201b50df24a14201'
+  'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
+  'dd24216e8333e12d5080965696602591c72537b1'
+  '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
+
+options=('!emptydirs')
+install=install
+
+build() {
+   cd ${srcdir}/${_pkgname}-${_pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --enable-linuxcaps \
+   --enable-ntp-signd \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${_pkgname}-${_pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 ../ntp.conf ${pkgdir}/etc/ntp.conf
+   install -Dm644 ../ntpd.service 
${pkgdir}/usr/lib/systemd/system/ntpd.service
+   install -Dm644 ../ntpdate.service 
${pkgdir}/usr/lib/systemd/system/ntpdate.service
+   install -Dm644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+   install -d -o 87 ${pkgdir}/var/lib/ntp
+   echo  ${pkgdir}/var/lib/ntp/.placeholder
+
+   install -dm755 ${pkgdir}/usr/lib/systemd/ntp-units.d
+   echo 'ntpd.service'  
${pkgdir}/usr/lib/systemd/ntp-units.d/${pkgname}.list
+}

Copied: ntp/repos/testing-i686/install (from rev 212069, ntp/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2014-05-06 10:24:41 UTC (rev 212070)
@@ -0,0 +1,11 @@
+post_install() {
+   getent group ntp /dev/null || groupadd -g 87 ntp /dev/null
+   getent passwd ntp /dev/null || useradd -u 87 -g ntp -d /var/lib/ntp 
-c 'Network Time Protocol' -s /bin/false ntp /dev/null
+   true
+}
+
+post_remove() {
+   getent passwd ntp /dev/null  userdel ntp /dev/null
+   getent group ntp /dev/null  groupdel ntp /dev/null
+   true
+}

Copied: ntp/repos/testing-i686/ntp.conf (from rev 212069, ntp/trunk/ntp.conf)
===
--- testing-i686/ntp.conf   (rev 0)
+++ testing-i686/ntp.conf   2014-05-06 10:24:41 UTC (rev 212070)
@@ -0,0 +1,19 @@
+# With the default settings below, ntpd will only synchronize your clock.
+#
+# For details, see:
+# - the ntp.conf man page
+# - http://support.ntp.org/bin/view/Support/GettingStarted
+# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
+
+# Associate to public NTP pool servers; see http://www.pool.ntp.org/
+server 

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

2014-05-06 Thread Gaetan Bisson
Date: Tuesday, May 6, 2014 @ 12:28:37
  Author: bisson
Revision: 212071

html2man has been deprecated

Modified:
  ntp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 10:24:41 UTC (rev 212070)
+++ PKGBUILD2014-05-06 10:28:37 UTC (rev 212071)
@@ -11,7 +11,6 @@
 url='http://www.ntp.org/'
 license=('custom')
 arch=('i686' 'x86_64')
-makedepends=('perl-html-parser')
 depends=('openssl' 'libcap' 'libedit')
 backup=('etc/ntp.conf')
 
source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz;



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

2014-05-06 Thread Martin Wimpress
Date: Tuesday, May 6, 2014 @ 13:11:54
  Author: flexiondotorg
Revision: 110755

upgpkg: mate-desktop 1.8.1-1 - New upstream release

Modified:
  mate-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 09:29:25 UTC (rev 110754)
+++ PKGBUILD2014-05-06 11:11:54 UTC (rev 110755)
@@ -1,8 +1,8 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=mate-desktop
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc=Library with common API for various MATE modules
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 'yelp: for reading MATE help documents')
 groups=('mate')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1e722d18a198751b209fcf255ad5d3653cb8f6e6')
+sha1sums=('e3e92eec0cf0443d6a0ca18ad2f88b2ddd54f833')
 install=${pkgname}.install
 
 prepare() {



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

2014-05-06 Thread Martin Wimpress
Date: Tuesday, May 6, 2014 @ 13:12:08
  Author: flexiondotorg
Revision: 110756

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

Added:
  mate-desktop/repos/community-i686/PKGBUILD
(from rev 110755, mate-desktop/trunk/PKGBUILD)
  mate-desktop/repos/community-i686/mate-desktop.install
(from rev 110755, mate-desktop/trunk/mate-desktop.install)
  mate-desktop/repos/community-x86_64/PKGBUILD
(from rev 110755, mate-desktop/trunk/PKGBUILD)
  mate-desktop/repos/community-x86_64/mate-desktop.install
(from rev 110755, mate-desktop/trunk/mate-desktop.install)
Deleted:
  mate-desktop/repos/community-i686/PKGBUILD
  mate-desktop/repos/community-i686/mate-desktop.install
  mate-desktop/repos/community-x86_64/PKGBUILD
  mate-desktop/repos/community-x86_64/mate-desktop.install

---+
 /PKGBUILD |   90 
 /mate-desktop.install |   22 +++
 community-i686/PKGBUILD   |   46 
 community-i686/mate-desktop.install   |   11 ---
 community-x86_64/PKGBUILD |   46 
 community-x86_64/mate-desktop.install |   11 ---
 6 files changed, 112 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-06 11:11:54 UTC (rev 110755)
+++ community-i686/PKGBUILD 2014-05-06 11:12:08 UTC (rev 110756)
@@ -1,46 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-desktop
-pkgver=1.8.0
-pkgrel=3
-pkgdesc=Library with common API for various MATE modules
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=(GPL LGPL)
-depends=('dconf' 'gtk2' 'hicolor-icon-theme' 'libunique' 'python2'
- 'startup-notification' 'ttf-dejavu')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
-'onboard: On-screen keyboard useful for mobility impaired users'
-'orca: Screen reader for blind or visually impaired individuals'
-'yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1e722d18a198751b209fcf255ad5d3653cb8f6e6')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's|\/usr\/bin\/python|\/usr\/bin\/env python2|' tools/mpaste
-}
-
-build() {
-# See the following for '--disable-desktop-docs' justification
-#  - https://github.com/mate-desktop/mate-desktop/issues/68
-cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---with-gtk=2.0 \
---enable-mpaste \
---disable-static \
---disable-schemas-compile \
---disable-desktop-docs \
---enable-gtk-doc
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-desktop/repos/community-i686/PKGBUILD (from rev 110755, 
mate-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-06 11:12:08 UTC (rev 110756)
@@ -0,0 +1,45 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-desktop
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Library with common API for various MATE modules
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=(GPL LGPL)
+depends=('dconf' 'gtk2' 'hicolor-icon-theme' 'libunique' 'python2'
+ 'startup-notification' 'ttf-dejavu')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
+'onboard: On-screen keyboard useful for mobility impaired users'
+'orca: Screen reader for blind or visually impaired individuals'
+'yelp: for reading MATE help documents')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e3e92eec0cf0443d6a0ca18ad2f88b2ddd54f833')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's|\/usr\/bin\/python|\/usr\/bin\/env python2|' tools/mpaste
+}
+
+build() {
+# See the following for '--disable-desktop-docs' justification
+#  - https://github.com/mate-desktop/mate-desktop/issues/68
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--with-gtk=2.0 \
+--enable-mpaste \
+--disable-static \
+--disable-schemas-compile \
+--disable-desktop-docs \
+--enable-gtk-doc
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-desktop.install

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

2014-05-06 Thread Guillaume Alaux
Date: Tuesday, May 6, 2014 @ 13:25:14
  Author: guillaume
Revision: 212072

Upstream release 1.9.4

Modified:
  apache-ant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 10:28:37 UTC (rev 212071)
+++ PKGBUILD2014-05-06 11:25:14 UTC (rev 212072)
@@ -3,8 +3,8 @@
 # Contributor: Andrew Wright andr...@photism.org
 # Contributor: Paul Mattal p...@archlinux.org
 pkgname=apache-ant
-pkgver=1.9.3
-pkgrel=2
+pkgver=1.9.4
+pkgrel=1
 pkgdesc='A java-based build tool'
 arch=('any')
 url='http://ant.apache.org/'
@@ -19,7 +19,7 @@
 ${pkgname}.install
 bin_ant
 ant.conf)
-sha256sums=('eb9306e8b8322bb09b78cc3d8e288398f9cb657d76ffc61ee3fb175e786e8365'
+sha256sums=('ac594ff7dcd461ebb3e607493af7682f84b1ceaa0621e17ec6367b8d2c410a1c'
 '182b9212610790966d3a018d3cbab2e5327dd9fd11dc15dd1f377853216f5718'
 '919a3ab1acae1d0d190fe6e0034b00975caab40e55359a720bfccd098fe2d995'
 '3de451d0f963ba96e83f4e068a8325e3d4fc42b1e5c4818e9d7962ed4f5393b3'



[arch-commits] Commit in apache-ant/repos/extra-any (12 files)

2014-05-06 Thread Guillaume Alaux
Date: Tuesday, May 6, 2014 @ 13:25:53
  Author: guillaume
Revision: 212073

archrelease: copy trunk to extra-any

Added:
  apache-ant/repos/extra-any/PKGBUILD
(from rev 212072, apache-ant/trunk/PKGBUILD)
  apache-ant/repos/extra-any/ant.conf
(from rev 212072, apache-ant/trunk/ant.conf)
  apache-ant/repos/extra-any/apache-ant.csh
(from rev 212072, apache-ant/trunk/apache-ant.csh)
  apache-ant/repos/extra-any/apache-ant.install
(from rev 212072, apache-ant/trunk/apache-ant.install)
  apache-ant/repos/extra-any/apache-ant.sh
(from rev 212072, apache-ant/trunk/apache-ant.sh)
  apache-ant/repos/extra-any/bin_ant
(from rev 212072, apache-ant/trunk/bin_ant)
Deleted:
  apache-ant/repos/extra-any/PKGBUILD
  apache-ant/repos/extra-any/ant.conf
  apache-ant/repos/extra-any/apache-ant.csh
  apache-ant/repos/extra-any/apache-ant.install
  apache-ant/repos/extra-any/apache-ant.sh
  apache-ant/repos/extra-any/bin_ant

+
 PKGBUILD   |  156 +--
 ant.conf   |8 +-
 apache-ant.csh |2 
 apache-ant.install |   22 +++
 apache-ant.sh  |2 
 bin_ant|   12 +--
 6 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-06 11:25:14 UTC (rev 212072)
+++ PKGBUILD2014-05-06 11:25:53 UTC (rev 212073)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Andrew Wright andr...@photism.org
-# Contributor: Paul Mattal p...@archlinux.org
-pkgname=apache-ant
-pkgver=1.9.3
-pkgrel=2
-pkgdesc='A java-based build tool'
-arch=('any')
-url='http://ant.apache.org/'
-license=('APACHE')
-depends=('java-environment')
-makedepends=('java-environment' 'apache-ant' 'junit')
-optdepends=('junit: to use the junit tasks')
-install=${pkgname}.install
-source=(http://apache.org/dist/ant/source/${pkgname}-${pkgver}-src.tar.bz2
-${pkgname}.sh
-${pkgname}.csh
-${pkgname}.install
-bin_ant
-ant.conf)
-sha256sums=('eb9306e8b8322bb09b78cc3d8e288398f9cb657d76ffc61ee3fb175e786e8365'
-'182b9212610790966d3a018d3cbab2e5327dd9fd11dc15dd1f377853216f5718'
-'919a3ab1acae1d0d190fe6e0034b00975caab40e55359a720bfccd098fe2d995'
-'3de451d0f963ba96e83f4e068a8325e3d4fc42b1e5c4818e9d7962ed4f5393b3'
-'0823bf8d512c970f540ccad86045bc6a4a98de8cc036b00a36bd01550ee67b20'
-'b86ce60f61cbd85a9faa61d698b0fc4607f1ff375cd15673aee57f053012eacb')
-
-_ant_home=/usr/share/${pkgname}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # ant needs HOME to download libs to $HOME/.m2/repository
-  export ANT_OPTS=-Duser.home=${srcdir}
-  ant -Ddest=optional -f fetch.xml
-
-  rm lib/optional/junit-4.11.jar
-  ln -s /usr/share/java/junit.jar lib/optional/junit-4.11.jar
-  rm lib/optional/hamcrest-core-1.3.jar
-  ln -s /usr/share/java/hamcrest-core.jar lib/optional/hamcrest-core-1.3.jar
-
-  ant dist
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}-${pkgver}
-
-  install -dm755 ${pkgdir}${_ant_home}
-
-  install -dm755 ${pkgdir}/etc/${pkgname}
-  cp -Rp etc/* ${pkgdir}/etc/${pkgname}
-  rm ${pkgdir}/etc/${pkgname}/ant-bootstrap.jar
-  ln -s /etc/${pkgname} ${pkgdir}${_ant_home}/etc
-
-  install -dm755 ${pkgdir}${_ant_home}/bin
-  find bin -type f -a ! -name \*.bat -a ! -name \*.cmd \
--exec install -m755 {} ${pkgdir}${_ant_home}/bin \;
-
-  install -Dm755 ${srcdir}/bin_ant ${pkgdir}/usr/bin/ant
-  install -Dm644 ${srcdir}/ant.conf ${pkgdir}/etc/apache-ant/ant.conf
-
-  install -dm755 ${pkgdir}/usr/share/java/${pkgname}
-  install -m644 lib/*.jar ${pkgdir}/usr/share/java/${pkgname}
-  ln -s /usr/share/java/${pkgname} ${pkgdir}${_ant_home}/lib
-
-  # fix python2 path
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
${pkgdir}${_ant_home}/bin/runant.py
-
-  # install profile.d script
-  install -dm755 ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/${pkgname}.{csh,sh} ${pkgdir}/etc/profile.d/
-
-  # License says NOTICE file should be redistributed for derivative works
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 LICENSE NOTICE ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: apache-ant/repos/extra-any/PKGBUILD (from rev 212072, 
apache-ant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-06 11:25:53 UTC (rev 212073)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Andrew Wright andr...@photism.org
+# Contributor: Paul Mattal p...@archlinux.org
+pkgname=apache-ant
+pkgver=1.9.4
+pkgrel=1
+pkgdesc='A java-based build tool'
+arch=('any')
+url='http://ant.apache.org/'
+license=('APACHE')
+depends=('java-environment')
+makedepends=('java-environment' 'apache-ant' 'junit')

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

2014-05-06 Thread Florian Pritz
Date: Tuesday, May 6, 2014 @ 13:42:33
  Author: bluewind
Revision: 212074

upgpkg: netctl 1.7-1

upstream update

Modified:
  netctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 11:25:53 UTC (rev 212073)
+++ PKGBUILD2014-05-06 11:42:33 UTC (rev 212074)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netctl
-pkgver=1.6
+pkgver=1.7
 pkgrel=1
 pkgdesc='Profile based systemd network management'
 url='http://projects.archlinux.org/netctl.git/'
@@ -20,8 +20,8 @@
)
 
source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
 arch=('any')
-md5sums=('c888a5f29cb6bbd9b75173903e8d39f8'
- '80f86617ca988bcdab856e06bf51254b')
+md5sums=('e4e57290543a5313b0b2cde7a4d2bc21'
+ '4703ccb7c42dcf0c71549c750c75835f')
 
 package() {
   cd $srcdir/netctl-${pkgver}



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

2014-05-06 Thread Florian Pritz
Date: Tuesday, May 6, 2014 @ 13:43:16
  Author: bluewind
Revision: 212075

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/0001-Fix-typo-in-detection-of-hex-keys.patch
(from rev 212074, netctl/trunk/0001-Fix-typo-in-detection-of-hex-keys.patch)
  netctl/repos/testing-any/PKGBUILD
(from rev 212074, netctl/trunk/PKGBUILD)
Deleted:
  netctl/repos/testing-any/0001-Fix-typo-in-detection-of-hex-keys.patch
  netctl/repos/testing-any/PKGBUILD

--+
 /0001-Fix-typo-in-detection-of-hex-keys.patch|   35 +
 /PKGBUILD|   34 
 testing-any/0001-Fix-typo-in-detection-of-hex-keys.patch |   35 -
 testing-any/PKGBUILD |   34 
 4 files changed, 69 insertions(+), 69 deletions(-)

Deleted: testing-any/0001-Fix-typo-in-detection-of-hex-keys.patch
===
--- testing-any/0001-Fix-typo-in-detection-of-hex-keys.patch2014-03-04 
11:52:31 UTC (rev 206655)
+++ testing-any/0001-Fix-typo-in-detection-of-hex-keys.patch2014-05-06 
11:43:16 UTC (rev 212075)
@@ -1,35 +0,0 @@
-From 3dc6d75f5fa4813fe5c998b13582912fffd88159 Mon Sep 17 00:00:00 2001
-From: Jouke Witteveen j.wittev...@gmail.com
-Date: Sat, 16 Nov 2013 23:12:11 +0100
-Subject: [PATCH] Fix typo in detection of hex keys
-
-Errata to f5065. $Key has a capital.

- src/lib/wpa | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/lib/wpa b/src/lib/wpa
-index 6f21c0f..ff869db 100644
 a/src/lib/wpa
-+++ b/src/lib/wpa
-@@ -218,7 +218,7 @@ wpa_make_config_block() {
-   wep)
- echo key_mgmt=NONE
- echo wep_tx_keyidx=0
--if (( ${#Key} % 2 == 0 ))  [[ $key = +([[:xdigit:]]) ]]; then
-+if (( ${#Key} % 2 == 0 ))  [[ $Key = +([[:xdigit:]]) ]]; then
- echo wep_key0=$Key
- else
- echo wep_key0=$(wpa_quote $Key)
-@@ -226,7 +226,7 @@ wpa_make_config_block() {
-   ;;
-   wpa)
- echo proto=RSN WPA
--if [[ ${#key} -eq 64  $key = +([[:xdigit:]]) ]]; then
-+if [[ ${#Key} -eq 64  $Key = +([[:xdigit:]]) ]]; then
- echo psk=$Key
- else
- echo psk=$(wpa_quote $Key)
--- 
-1.8.4.2
-

Copied: netctl/repos/testing-any/0001-Fix-typo-in-detection-of-hex-keys.patch 
(from rev 212074, netctl/trunk/0001-Fix-typo-in-detection-of-hex-keys.patch)
===
--- testing-any/0001-Fix-typo-in-detection-of-hex-keys.patch
(rev 0)
+++ testing-any/0001-Fix-typo-in-detection-of-hex-keys.patch2014-05-06 
11:43:16 UTC (rev 212075)
@@ -0,0 +1,35 @@
+From 3dc6d75f5fa4813fe5c998b13582912fffd88159 Mon Sep 17 00:00:00 2001
+From: Jouke Witteveen j.wittev...@gmail.com
+Date: Sat, 16 Nov 2013 23:12:11 +0100
+Subject: [PATCH] Fix typo in detection of hex keys
+
+Errata to f5065. $Key has a capital.
+---
+ src/lib/wpa | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/lib/wpa b/src/lib/wpa
+index 6f21c0f..ff869db 100644
+--- a/src/lib/wpa
 b/src/lib/wpa
+@@ -218,7 +218,7 @@ wpa_make_config_block() {
+   wep)
+ echo key_mgmt=NONE
+ echo wep_tx_keyidx=0
+-if (( ${#Key} % 2 == 0 ))  [[ $key = +([[:xdigit:]]) ]]; then
++if (( ${#Key} % 2 == 0 ))  [[ $Key = +([[:xdigit:]]) ]]; then
+ echo wep_key0=$Key
+ else
+ echo wep_key0=$(wpa_quote $Key)
+@@ -226,7 +226,7 @@ wpa_make_config_block() {
+   ;;
+   wpa)
+ echo proto=RSN WPA
+-if [[ ${#key} -eq 64  $key = +([[:xdigit:]]) ]]; then
++if [[ ${#Key} -eq 64  $Key = +([[:xdigit:]]) ]]; then
+ echo psk=$Key
+ else
+ echo psk=$(wpa_quote $Key)
+-- 
+1.8.4.2
+

Deleted: testing-any/PKGBUILD
===
--- testing-any/PKGBUILD2014-03-04 11:52:31 UTC (rev 206655)
+++ testing-any/PKGBUILD2014-05-06 11:43:16 UTC (rev 212075)
@@ -1,34 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netctl
-pkgver=1.5
-pkgrel=1
-pkgdesc='Profile based systemd network management'
-url='http://projects.archlinux.org/netctl.git/'
-license=('GPL')
-groups=('base')
-depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
-# The source tarball includes pre-built (using asciidoc) documentation.
-makedepends=('pkg-config')
-optdepends=('dialog: for the menu based wifi assistant'
-'dhclient: for DHCP support (or dhcpcd)'
-'dhcpcd: for DHCP support (or dhclient)'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through netctl-ifplugd'
-'wpa_actiond: for automatic wireless connections through 

[arch-commits] Commit in netctl/trunk (0001-Fix-typo-in-detection-of-hex-keys.patch)

2014-05-06 Thread Florian Pritz
Date: Tuesday, May 6, 2014 @ 14:15:28
  Author: bluewind
Revision: 212076

remove old, unused patch

Deleted:
  netctl/trunk/0001-Fix-typo-in-detection-of-hex-keys.patch

--+
 0001-Fix-typo-in-detection-of-hex-keys.patch |   35 -
 1 file changed, 35 deletions(-)

Deleted: 0001-Fix-typo-in-detection-of-hex-keys.patch
===
--- 0001-Fix-typo-in-detection-of-hex-keys.patch2014-05-06 11:43:16 UTC 
(rev 212075)
+++ 0001-Fix-typo-in-detection-of-hex-keys.patch2014-05-06 12:15:28 UTC 
(rev 212076)
@@ -1,35 +0,0 @@
-From 3dc6d75f5fa4813fe5c998b13582912fffd88159 Mon Sep 17 00:00:00 2001
-From: Jouke Witteveen j.wittev...@gmail.com
-Date: Sat, 16 Nov 2013 23:12:11 +0100
-Subject: [PATCH] Fix typo in detection of hex keys
-
-Errata to f5065. $Key has a capital.

- src/lib/wpa | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/lib/wpa b/src/lib/wpa
-index 6f21c0f..ff869db 100644
 a/src/lib/wpa
-+++ b/src/lib/wpa
-@@ -218,7 +218,7 @@ wpa_make_config_block() {
-   wep)
- echo key_mgmt=NONE
- echo wep_tx_keyidx=0
--if (( ${#Key} % 2 == 0 ))  [[ $key = +([[:xdigit:]]) ]]; then
-+if (( ${#Key} % 2 == 0 ))  [[ $Key = +([[:xdigit:]]) ]]; then
- echo wep_key0=$Key
- else
- echo wep_key0=$(wpa_quote $Key)
-@@ -226,7 +226,7 @@ wpa_make_config_block() {
-   ;;
-   wpa)
- echo proto=RSN WPA
--if [[ ${#key} -eq 64  $key = +([[:xdigit:]]) ]]; then
-+if [[ ${#Key} -eq 64  $Key = +([[:xdigit:]]) ]]; then
- echo psk=$Key
- else
- echo psk=$(wpa_quote $Key)
--- 
-1.8.4.2
-



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

2014-05-06 Thread Felix Yan
Date: Tuesday, May 6, 2014 @ 14:25:13
  Author: fyan
Revision: 110757

upgpkg: nodejs 0.10.28-3

- real fix for FS#40221

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 11:12:08 UTC (rev 110756)
+++ PKGBUILD2014-05-06 12:25:13 UTC (rev 110757)
@@ -10,7 +10,7 @@
 
 pkgname=nodejs
 pkgver=0.10.28
-pkgrel=2
+pkgrel=3
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'
@@ -49,7 +49,7 @@
 
 check() {
   cd node-v$pkgver
-  make test || true
+  make test || :
 }
 
 package() {
@@ -66,7 +66,7 @@
 $pkgdir/usr/share/licenses/nodejs/LICENSE
 
   # Why the hell wasn't this installed?! FS#40221
-  ln -s /usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
$pkgdir/usr/bin/node-gyp
+  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-05-06 Thread Felix Yan
Date: Tuesday, May 6, 2014 @ 14:26:13
  Author: fyan
Revision: 110758

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-06 12:25:13 UTC (rev 110757)
+++ community-i686/PKGBUILD 2014-05-06 12:26:13 UTC (rev 110758)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.28
-pkgrel=2
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('abddc6441e0f208f6ed8a045e0293f713ea7f6dfb2d6a9a2024bf8b1b4617710')
-
-prepare() {
-  cd node-v$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-}
-
-check() {
-  cd node-v$pkgver
-  make test || true
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  # Why the hell wasn't this installed?! FS#40221
-  ln -s /usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 110757, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-06 12:26:13 UTC (rev 110758)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.28
+pkgrel=3
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
+sha256sums=('abddc6441e0f208f6ed8a045e0293f713ea7f6dfb2d6a9a2024bf8b1b4617710')
+
+prepare() {
+  cd node-v$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--shared-openssl
+
+  make
+}
+
+check() {
+  cd node-v$pkgver
+  make test || :
+}
+
+package() {
+  cd node-v$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install docs as per user request
+  install -d $pkgdir/usr/share/doc/nodejs
+  cp -r doc/api/{*.html,assets} \
+$pkgdir/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+$pkgdir/usr/share/licenses/nodejs/LICENSE
+
+  # Why the hell wasn't this installed?! FS#40221
+  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 

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

2014-05-06 Thread speps
Date: Tuesday, May 6, 2014 @ 15:16:48
  Author: speps
Revision: 110760

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

Added:
  pd/repos/community-i686/PKGBUILD
(from rev 110759, pd/trunk/PKGBUILD)
  pd/repos/community-i686/enable-fftw3.patch
(from rev 110759, pd/trunk/enable-fftw3.patch)
  pd/repos/community-x86_64/PKGBUILD
(from rev 110759, pd/trunk/PKGBUILD)
  pd/repos/community-x86_64/enable-fftw3.patch
(from rev 110759, pd/trunk/enable-fftw3.patch)
Deleted:
  pd/repos/community-i686/PKGBUILD
  pd/repos/community-i686/enable-fftw3.patch
  pd/repos/community-x86_64/PKGBUILD
  pd/repos/community-x86_64/enable-fftw3.patch

-+
 /PKGBUILD   |   88 ++
 /enable-fftw3.patch |   38 ++
 community-i686/PKGBUILD |   44 -
 community-i686/enable-fftw3.patch   |   19 ---
 community-x86_64/PKGBUILD   |   44 -
 community-x86_64/enable-fftw3.patch |   19 ---
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-06 13:16:30 UTC (rev 110759)
+++ community-i686/PKGBUILD 2014-05-06 13:16:48 UTC (rev 110760)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: TDY t...@gmx.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=pd
-pkgver=0.45.3
-_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc=The Pure Data real-time music and multimedia environment
-arch=('i686' 'x86_64')
-url=http://crca.ucsd.edu/~msp/software.html;
-license=('custom:BSD')
-depends=('jack' 'fftw' 'tk')
-provides=('puredata')
-source=(http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz;
-enable-fftw3.patch)
-md5sums=('461a3d0d558a4f45c49943234baa9ca8'
- 'bb907907a9b33f6c63312274c8523d40')
-
-prepare() {
-  cd pd-$_ver
-  patch -p1 -i ../${source[1]}
-}
-
-build() {
-  cd pd-$_ver
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-alsa \
-  --enable-jack \
-  --enable-fftw \
-  --disable-portaudio
-  make
-}
-
-package() {
-  cd pd-$_ver
-  make DESTDIR=$pkgdir install
-
-  # license
-  install -Dm644 LICENSE.txt \
-$pkgdir/usr/share/licenses/pd/LICENSE
-}

Copied: pd/repos/community-i686/PKGBUILD (from rev 110759, pd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-06 13:16:48 UTC (rev 110760)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: TDY t...@gmx.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=pd
+pkgver=0.45.5
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc=The Pure Data real-time music and multimedia environment
+arch=('i686' 'x86_64')
+url=http://crca.ucsd.edu/~msp/software.html;
+license=('custom:BSD')
+depends=('jack' 'fftw' 'tk')
+provides=('puredata')
+source=(http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz;
+enable-fftw3.patch)
+md5sums=('b10b30940f971a2511c176661d85165e'
+ 'bb907907a9b33f6c63312274c8523d40')
+
+prepare() {
+  cd pd-$_ver
+  patch -p1 -i ../${source[1]}
+}
+
+build() {
+  cd pd-$_ver
+  ./autogen.sh
+  ./configure --prefix=/usr \
+  --enable-alsa \
+  --enable-jack \
+  --enable-fftw \
+  --disable-portaudio
+  make
+}
+
+package() {
+  cd pd-$_ver
+  make DESTDIR=$pkgdir install
+
+  # license
+  install -Dm644 LICENSE.txt \
+$pkgdir/usr/share/licenses/pd/LICENSE
+}

Deleted: community-i686/enable-fftw3.patch
===
--- community-i686/enable-fftw3.patch   2014-05-06 13:16:30 UTC (rev 110759)
+++ community-i686/enable-fftw3.patch   2014-05-06 13:16:48 UTC (rev 110760)
@@ -1,19 +0,0 @@
-diff -aur pd-0.45-3/configure.ac pd-0.45-3.fftw3/configure.ac
 pd-0.45-3/configure.ac 2013-10-03 18:22:29.0 +0200
-+++ pd-0.45-3.fftw3/configure.ac   2013-10-24 02:14:09.555763309 +0200
-@@ -212,13 +212,13 @@
- AM_CONDITIONAL(PORTMIDI, test x$portmidi = xyes)
- if test x$portmidi = xyes; then echo Using included portmidi; fi
- 
--dnl fftw v2
-+dnl fftw v3
- AC_ARG_ENABLE([fftw],
-   [AS_HELP_STRING([--enable-fftw],
-   [use FFTW package])],
- [fftw=$enableval])
- if test x$fftw = xyes; then
--AC_CHECK_LIB(fftw, fftw_one, [LIBS=$LIBS -lfftw],
-+AC_CHECK_LIB(fftw3f, fftwf_execute, [LIBS=$LIBS -lfftw3f],
- [AC_MSG_NOTICE([fftw package not found - using built-in FFT]); 
fftw=no])
- fi
- AM_CONDITIONAL(FFTW, test x$fftw = xyes)

Copied: pd/repos/community-i686/enable-fftw3.patch (from rev 110759, 
pd/trunk/enable-fftw3.patch)

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

2014-05-06 Thread speps
Date: Tuesday, May 6, 2014 @ 15:16:30
  Author: speps
Revision: 110759

upgpkg: pd 0.45.5-1

Modified:
  pd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 12:26:13 UTC (rev 110758)
+++ PKGBUILD2014-05-06 13:16:30 UTC (rev 110759)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
 
 pkgname=pd
-pkgver=0.45.3
+pkgver=0.45.5
 _ver=${pkgver%.*}-${pkgver##*.}
 pkgrel=1
 pkgdesc=The Pure Data real-time music and multimedia environment
@@ -15,7 +15,7 @@
 provides=('puredata')
 source=(http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz;
 enable-fftw3.patch)
-md5sums=('461a3d0d558a4f45c49943234baa9ca8'
+md5sums=('b10b30940f971a2511c176661d85165e'
  'bb907907a9b33f6c63312274c8523d40')
 
 prepare() {



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

2014-05-06 Thread Giovanni Scafora
Date: Tuesday, May 6, 2014 @ 16:12:30
  Author: giovanni
Revision: 110762

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

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

-+
 /PKGBUILD   |   64 ++
 /converseen.install |   22 +++
 community-i686/PKGBUILD |   32 -
 community-i686/converseen.install   |   11 -
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/converseen.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-06 14:12:21 UTC (rev 110761)
+++ community-i686/PKGBUILD 2014-05-06 14:12:30 UTC (rev 110762)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: archtux antonio.arias9 at gmail.com
-
-pkgname=converseen
-pkgver=0.6.8
-pkgrel=1
-pkgdesc=The batch image converter and resizer
-arch=('i686' 'x86_64')
-url=http://converseen.sourceforge.net/;
-license=('GPL3')
-depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp')
-makedepends=('cmake')
-install=converseen.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('35d9c5d2e3a4aacbf12d92fe552c9539')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr 
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: converseen/repos/community-i686/PKGBUILD (from rev 110761, 
converseen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-06 14:12:30 UTC (rev 110762)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: archtux antonio.arias9 at gmail.com
+
+pkgname=converseen
+pkgver=0.7.0
+pkgrel=1
+pkgdesc=The batch image converter and resizer
+arch=('i686' 'x86_64')
+url=http://converseen.sourceforge.net/;
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp')
+makedepends=('cmake')
+install=converseen.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('20e30c334fa358d75df11b5737f59485')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/converseen.install
===
--- community-i686/converseen.install   2014-05-06 14:12:21 UTC (rev 110761)
+++ community-i686/converseen.install   2014-05-06 14:12:30 UTC (rev 110762)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}

Copied: converseen/repos/community-i686/converseen.install (from rev 110761, 
converseen/trunk/converseen.install)
===
--- community-i686/converseen.install   (rev 0)
+++ community-i686/converseen.install   2014-05-06 14:12:30 UTC (rev 110762)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-06 14:12:21 UTC (rev 110761)
+++ community-x86_64/PKGBUILD   2014-05-06 14:12:30 UTC (rev 110762)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: archtux antonio.arias9 at gmail.com
-
-pkgname=converseen
-pkgver=0.6.8
-pkgrel=1
-pkgdesc=The batch image converter and resizer
-arch=('i686' 'x86_64')
-url=http://converseen.sourceforge.net/;
-license=('GPL3')
-depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp')
-makedepends=('cmake')

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

2014-05-06 Thread Giovanni Scafora
Date: Tuesday, May 6, 2014 @ 16:12:21
  Author: giovanni
Revision: 110761

upgpkg: converseen 0.7.0-1

upstream release

Modified:
  converseen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 13:16:48 UTC (rev 110760)
+++ PKGBUILD2014-05-06 14:12:21 UTC (rev 110761)
@@ -3,7 +3,7 @@
 # Contributor: archtux antonio.arias9 at gmail.com
 
 pkgname=converseen
-pkgver=0.6.8
+pkgver=0.7.0
 pkgrel=1
 pkgdesc=The batch image converter and resizer
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 install=converseen.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('35d9c5d2e3a4aacbf12d92fe552c9539')
+md5sums=('20e30c334fa358d75df11b5737f59485')
 
 build() {
   cd ${srcdir}



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

2014-05-06 Thread Giovanni Scafora
Date: Tuesday, May 6, 2014 @ 16:16:45
  Author: giovanni
Revision: 212078

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 212077, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 212077, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-06 14:16:35 UTC (rev 212077)
+++ extra-i686/PKGBUILD 2014-05-06 14:16:45 UTC (rev 212078)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2014.03.25
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-options=('staticlibs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('b2e1946260716252054cf2a81e061ed3')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 212077, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-06 14:16:45 UTC (rev 212078)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2014.04.23
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+options=('staticlibs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('f549f364374e2eec1000bc0ce31d6e74')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a ${pkgdir}/usr/lib
+install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-06 14:16:35 UTC (rev 212077)
+++ extra-x86_64/PKGBUILD   2014-05-06 14:16:45 UTC (rev 212078)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2014.03.25
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-options=('staticlibs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('b2e1946260716252054cf2a81e061ed3')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 212077, 
live-media/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

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

2014-05-06 Thread Giovanni Scafora
Date: Tuesday, May 6, 2014 @ 16:16:35
  Author: giovanni
Revision: 212077

upgpkg: live-media 2014.04.23-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 12:15:28 UTC (rev 212076)
+++ PKGBUILD2014-05-06 14:16:35 UTC (rev 212077)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2014.03.25
+pkgver=2014.04.23
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 options=('staticlibs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('b2e1946260716252054cf2a81e061ed3')
+md5sums=('f549f364374e2eec1000bc0ce31d6e74')
 
 build() {
   cd ${srcdir}/live



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

2014-05-06 Thread Alexander Rødseth
Date: Tuesday, May 6, 2014 @ 16:18:56
  Author: arodseth
Revision: 110764

archrelease: copy trunk to community-any

Added:
  terminus-font/repos/community-any/PKGBUILD
(from rev 110763, terminus-font/trunk/PKGBUILD)
  terminus-font/repos/community-any/terminus-font.install
(from rev 110763, terminus-font/trunk/terminus-font.install)
Deleted:
  terminus-font/repos/community-any/PKGBUILD
  terminus-font/repos/community-any/terminus-font.install

---+
 PKGBUILD  |   92 
 terminus-font.install |   38 +--
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-06 14:18:48 UTC (rev 110763)
+++ PKGBUILD2014-05-06 14:18:56 UTC (rev 110764)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Kristoffer Fossgård k...@online.no
-# Contributor: clonejo clon...@shakik.de
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=terminus-font
-pkgver=4.38
-pkgrel=6
-pkgdesc='Monospace bitmap font (for X11 and console)'
-arch=('any')
-url='http://sourceforge.net/projects/terminus-font/'
-license=('GPL2' 'custom:OFL')
-makedepends=('xorg-bdftopcf' 'fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir')
-optdepends=('xorg-fonts-alias')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install='terminus-font.install'
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('f6f4876a4dabe6a37c270c20bb9e141e38fb50e0bba200e1b9d0470e5eed97b7')
-
-prepare() {
-  chmod +x $pkgname-$pkgver/configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---x11dir=/usr/share/fonts/misc \
---psfdir=/usr/share/kbd/consolefonts
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/$pkgname-$pkgver/75-yes-terminus.conf \
-$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf
-  install -Dm644 $srcdir/$pkgname-$pkgver/OFL.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -d $pkgdir/etc/fonts/conf.d
-  cd $pkgdir/etc/fonts/conf.d
-  ln -s ../conf.avail/75-yes-terminus.conf .
-}
-
-# vim:set ts=2 sw=2 et:

Copied: terminus-font/repos/community-any/PKGBUILD (from rev 110763, 
terminus-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-06 14:18:56 UTC (rev 110764)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Kristoffer Fossgård k...@online.no
+# Contributor: clonejo clon...@shakik.de
+# Contributor: Daniel Micay danielmi...@gmail.com
+
+pkgname=terminus-font
+pkgver=4.38
+pkgrel=7
+pkgdesc='Monospace bitmap font (for X11 and console)'
+arch=('any')
+url='http://sourceforge.net/projects/terminus-font/'
+license=('GPL2' 'custom:OFL')
+makedepends=('xorg-bdftopcf' 'fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir')
+optdepends=('xorg-fonts-alias')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+install='terminus-font.install'
+backup=('etc/fonts/conf.d/75-yes-terminus.conf')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f6f4876a4dabe6a37c270c20bb9e141e38fb50e0bba200e1b9d0470e5eed97b7')
+
+prepare() {
+  chmod +x $pkgname-$pkgver/configure
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--x11dir=/usr/share/fonts/misc \
+--psfdir=/usr/share/kbd/consolefonts
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname-$pkgver/75-yes-terminus.conf \
+$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf
+  install -Dm644 $srcdir/$pkgname-$pkgver/OFL.TXT \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -d $pkgdir/etc/fonts/conf.d
+  cd $pkgdir/etc/fonts/conf.d
+  ln -s ../conf.avail/75-yes-terminus.conf .
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: terminus-font.install
===
--- terminus-font.install   2014-05-06 14:18:48 UTC (rev 110763)
+++ terminus-font.install   2014-05-06 14:18:56 UTC (rev 110764)
@@ -1,19 +0,0 @@
-post_install() {
-  fc-cache -s
-  mkfontscale usr/share/fonts/misc
-  mkfontdir usr/share/fonts/misc
-}
-
-post_upgrade() {
-  fc-cache -s
-  mkfontscale usr/share/fonts/misc
-  mkfontdir usr/share/fonts/misc
-}
-
-post_remove() {
-  fc-cache -s
-  mkfontscale usr/share/fonts/misc
-  mkfontdir usr/share/fonts/misc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: terminus-font/repos/community-any/terminus-font.install (from rev 
110763, terminus-font/trunk/terminus-font.install)

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

2014-05-06 Thread Alexander Rødseth
Date: Tuesday, May 6, 2014 @ 16:18:48
  Author: arodseth
Revision: 110763

FS#40211, feature request

Modified:
  terminus-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 14:12:30 UTC (rev 110762)
+++ PKGBUILD2014-05-06 14:18:48 UTC (rev 110763)
@@ -7,7 +7,7 @@
 
 pkgname=terminus-font
 pkgver=4.38
-pkgrel=6
+pkgrel=7
 pkgdesc='Monospace bitmap font (for X11 and console)'
 arch=('any')
 url='http://sourceforge.net/projects/terminus-font/'
@@ -16,6 +16,7 @@
 optdepends=('xorg-fonts-alias')
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 install='terminus-font.install'
+backup=('etc/fonts/conf.d/75-yes-terminus.conf')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
 sha256sums=('f6f4876a4dabe6a37c270c20bb9e141e38fb50e0bba200e1b9d0470e5eed97b7')
 
@@ -25,7 +26,6 @@
 
 build() {
   cd $pkgname-$pkgver
-
   ./configure --prefix=/usr \
 --x11dir=/usr/share/fonts/misc \
 --psfdir=/usr/share/kbd/consolefonts



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

2014-05-06 Thread Dan McGee
Date: Tuesday, May 6, 2014 @ 16:37:27
  Author: dan
Revision: 212079

upgpkg: zd1211-firmware 1.5-1

Modified:
  zd1211-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 14:16:45 UTC (rev 212078)
+++ PKGBUILD2014-05-06 14:37:27 UTC (rev 212079)
@@ -3,8 +3,8 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=zd1211-firmware
-pkgver=1.4
-pkgrel=6
+pkgver=1.5
+pkgrel=1
 pkgdesc=Firmware for the in-kernel26 zd1211rw wireless driver
 arch=('any')
 url=http://zd1211.wiki.sourceforge.net/;
@@ -11,7 +11,7 @@
 license=('GPL')
 provides=('zd1211')
 source=(http://downloads.sourceforge.net/zd1211/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('19f28781d76569af8551c9d11294c870')
+md5sums=('3c182ceb9b2fc1d8442cd81c1280d83f')
 
 package() {
   cd ${srcdir}/${pkgname}



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

2014-05-06 Thread Dan McGee
Date: Tuesday, May 6, 2014 @ 16:37:33
  Author: dan
Revision: 212080

archrelease: copy trunk to testing-any

Added:
  zd1211-firmware/repos/testing-any/
  zd1211-firmware/repos/testing-any/PKGBUILD
(from rev 212079, zd1211-firmware/trunk/PKGBUILD)

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

Copied: zd1211-firmware/repos/testing-any/PKGBUILD (from rev 212079, 
zd1211-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-05-06 14:37:33 UTC (rev 212080)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=zd1211-firmware
+pkgver=1.5
+pkgrel=1
+pkgdesc=Firmware for the in-kernel26 zd1211rw wireless driver
+arch=('any')
+url=http://zd1211.wiki.sourceforge.net/;
+license=('GPL')
+provides=('zd1211')
+source=(http://downloads.sourceforge.net/zd1211/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('3c182ceb9b2fc1d8442cd81c1280d83f')
+
+package() {
+  cd ${srcdir}/${pkgname}
+  # Install firmware
+  for i in zd1211*
+  do
+install -D -m 644 $i ${pkgdir}/usr/lib/firmware/zd1211/$i
+  done
+}



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

2014-05-06 Thread Evangelos Foutras
Date: Tuesday, May 6, 2014 @ 16:39:13
  Author: foutrelis
Revision: 212081

upgpkg: llvm 3.4-2

- Teach Clang to provide ::max_align_t in C11 and C++11 modes (FS#40229)
- Provide CMake modules (FS#38705)
- Install clang-format editor integration files (FS#38485)

Added:
  llvm/trunk/clang-3.4-max_align_t.patch
  llvm/trunk/llvm-3.4-provide-cmake-modules.patch
Modified:
  llvm/trunk/PKGBUILD

--+
 PKGBUILD |   31 +++
 clang-3.4-max_align_t.patch  |   36 +++
 llvm-3.4-provide-cmake-modules.patch |  319 +
 3 files changed, 385 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 14:37:33 UTC (rev 212080)
+++ PKGBUILD2014-05-06 14:39:13 UTC (rev 212081)
@@ -12,7 +12,7 @@
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'clang' 'clang-analyzer'
  'clang-tools-extra')
 pkgver=3.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://llvm.org/;
 license=('custom:University of Illinois/NCSA Open Source License')
@@ -23,6 +23,8 @@
 http://llvm.org/releases/$pkgver/clang-tools-extra-$pkgver.src.tar.gz
 http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.gz
 clang-3.3-use-gold-linker.patch
+clang-3.4-max_align_t.patch
+llvm-3.4-provide-cmake-modules.patch
 llvm-Config-config.h
 llvm-Config-llvm-config.h)
 sha256sums=('25a5612d692c48481b9b397e2b55f4870e447966d66c96d655241702d44a2628'
@@ -30,6 +32,8 @@
 'ba85187551ae97fe1c8ab569903beae5ff0900e21233e5eb5389f6ceab1028b4'
 'f37c89b1383ce462d47537a0245ac798600887a9be9f63073e16b79ed536ab5c'
 '8240adda155d7961eeb5d07ed50ead10cb7125f70283dff7f1c9fee9df3cea09'
+'0f0cbff69af54e83383385abbdeb1fee23e6e69427f8530060c492c0b07c2bbe'
+'b6bb154d5ec998328e818bb09acfc6229e41367ba45cea7cc5b2dd2a7c835cf5'
 '312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
 '597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
 
@@ -50,6 +54,16 @@
 
   # Make -flto work; use ld.gold instead of the default linker
   patch -d tools/clang -Np1 -i $srcdir/clang-3.3-use-gold-linker.patch
+
+  # Teach Clang to provide ::max_align_t in C11 and C++11 modes (FS#40229)
+  # http://reviews.llvm.org/rL201729
+  patch -d tools/clang -Np0 -i $srcdir/clang-3.4-max_align_t.patch
+
+  # Provide CMake modules (FS#38705)
+  # http://reviews.llvm.org/rL201047
+  # http://reviews.llvm.org/rL201048
+  # http://reviews.llvm.org/rL201053
+  patch -Np0 -i $srcdir/llvm-3.4-provide-cmake-modules.patch
 }
 
 build() {
@@ -200,6 +214,21 @@
   python2 -m compileall $pkgdir/usr/lib/python2.7/site-packages/clang
   python2 -O -m compileall $pkgdir/usr/lib/python2.7/site-packages/clang
 
+  # Install clang-format editor integration files (FS#38485)
+  # Destination paths are copied from clang-format/CMakeLists.txt
+  install -d $pkgdir/usr/share/$pkgname
+  (
+cd tools/clang-format
+cp \
+  clang-format-diff.py \
+  clang-format-sublime.py \
+  clang-format.el \
+  clang-format.py \
+  $pkgdir/usr/share/$pkgname/
+cp git-clang-format $pkgdir/usr/bin/
+sed -i 's|/usr/bin/python$|2|' $pkgdir/usr/bin/git-clang-format
+  )
+
   install -Dm644 LICENSE.TXT $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 

Added: clang-3.4-max_align_t.patch
===
--- clang-3.4-max_align_t.patch (rev 0)
+++ clang-3.4-max_align_t.patch 2014-05-06 14:39:13 UTC (rev 212081)
@@ -0,0 +1,36 @@
+Index: lib/Headers/stddef.h
+===
+--- lib/Headers/stddef.h   (revision 201728)
 lib/Headers/stddef.h   (revision 201729)
+@@ -84,6 +84,16 @@
+ #endif
+ #endif
+ 
++#if __STDC_VERSION__ = 201112L || __cplusplus = 201103L
++typedef struct {
++  long long __clang_max_align_nonce1
++  __attribute__((__aligned__(__alignof__(long long;
++  long double __clang_max_align_nonce2
++  __attribute__((__aligned__(__alignof__(long double;
++} max_align_t;
++#define __CLANG_MAX_ALIGN_T_DEFINED
++#endif
++
+ #define offsetof(t, d) __builtin_offsetof(t, d)
+ 
+ #endif /* __STDDEF_H */
+Index: test/Headers/c11.c
+===
+--- test/Headers/c11.c (revision 201728)
 test/Headers/c11.c (revision 201729)
+@@ -22,6 +22,10 @@
+ #define __STDC_WANT_LIB_EXT1__ 1
+ #include stddef.h
+ rsize_t x = 0;
++_Static_assert(sizeof(max_align_t) = sizeof(long long), );
++_Static_assert(alignof(max_align_t) = alignof(long long), );
++_Static_assert(sizeof(max_align_t) = sizeof(long double), );
++_Static_assert(alignof(max_align_t) = alignof(long double), );
+ 
+ // If we are freestanding, then also check RSIZE_MAX (in a hosted 
implementation
+ // we will use the 

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

2014-05-06 Thread Evangelos Foutras
Date: Tuesday, May 6, 2014 @ 16:39:43
  Author: foutrelis
Revision: 212082

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

Added:
  llvm/repos/extra-i686/PKGBUILD
(from rev 212081, llvm/trunk/PKGBUILD)
  llvm/repos/extra-i686/clang-3.3-use-gold-linker.patch
(from rev 212081, llvm/trunk/clang-3.3-use-gold-linker.patch)
  llvm/repos/extra-i686/clang-3.4-max_align_t.patch
(from rev 212081, llvm/trunk/clang-3.4-max_align_t.patch)
  llvm/repos/extra-i686/llvm-3.4-provide-cmake-modules.patch
(from rev 212081, llvm/trunk/llvm-3.4-provide-cmake-modules.patch)
  llvm/repos/extra-i686/llvm-Config-config.h
(from rev 212081, llvm/trunk/llvm-Config-config.h)
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
(from rev 212081, llvm/trunk/llvm-Config-llvm-config.h)
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 212081, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/clang-3.3-use-gold-linker.patch
(from rev 212081, llvm/trunk/clang-3.3-use-gold-linker.patch)
  llvm/repos/extra-x86_64/clang-3.4-max_align_t.patch
(from rev 212081, llvm/trunk/clang-3.4-max_align_t.patch)
  llvm/repos/extra-x86_64/llvm-3.4-provide-cmake-modules.patch
(from rev 212081, llvm/trunk/llvm-3.4-provide-cmake-modules.patch)
  llvm/repos/extra-x86_64/llvm-Config-config.h
(from rev 212081, llvm/trunk/llvm-Config-config.h)
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h
(from rev 212081, llvm/trunk/llvm-Config-llvm-config.h)
Deleted:
  llvm/repos/extra-i686/PKGBUILD
  llvm/repos/extra-i686/clang-3.3-use-gold-linker.patch
  llvm/repos/extra-i686/llvm-Config-config.h
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/clang-3.3-use-gold-linker.patch
  llvm/repos/extra-x86_64/llvm-Config-config.h
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h

---+
 /PKGBUILD |  570 
 /clang-3.3-use-gold-linker.patch  |   24 
 /llvm-Config-config.h |   18 
 /llvm-Config-llvm-config.h|   18 
 extra-i686/PKGBUILD   |  256 
 extra-i686/clang-3.3-use-gold-linker.patch|   12 
 extra-i686/clang-3.4-max_align_t.patch|   36 +
 extra-i686/llvm-3.4-provide-cmake-modules.patch   |  319 +++
 extra-i686/llvm-Config-config.h   |9 
 extra-i686/llvm-Config-llvm-config.h  |9 
 extra-x86_64/PKGBUILD |  256 
 extra-x86_64/clang-3.3-use-gold-linker.patch  |   12 
 extra-x86_64/clang-3.4-max_align_t.patch  |   36 +
 extra-x86_64/llvm-3.4-provide-cmake-modules.patch |  319 +++
 extra-x86_64/llvm-Config-config.h |9 
 extra-x86_64/llvm-Config-llvm-config.h|9 
 16 files changed, 1340 insertions(+), 572 deletions(-)

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


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

2014-05-06 Thread Dan McGee
Date: Tuesday, May 6, 2014 @ 17:27:56
  Author: dan
Revision: 212083

upgpkg: memcached 1.4.19-1

Modified:
  memcached/trunk/PKGBUILD
Deleted:
  memcached/trunk/0001-don-t-drop-to-a-condition-without-holding-the-lock.patch
  memcached/trunk/0002-flag-crawler-as-running-during-the-request-to-run.patch

---+
 0001-don-t-drop-to-a-condition-without-holding-the-lock.patch |   35 -
 0002-flag-crawler-as-running-during-the-request-to-run.patch  |   38 --
 PKGBUILD  |   14 +--
 3 files changed, 4 insertions(+), 83 deletions(-)

Deleted: 0001-don-t-drop-to-a-condition-without-holding-the-lock.patch
===
--- 0001-don-t-drop-to-a-condition-without-holding-the-lock.patch   
2014-05-06 14:39:43 UTC (rev 212082)
+++ 0001-don-t-drop-to-a-condition-without-holding-the-lock.patch   
2014-05-06 15:27:56 UTC (rev 212083)
@@ -1,35 +0,0 @@
-From 9d635fa7f46f000d23663e0be3a900d2c51a3ed8 Mon Sep 17 00:00:00 2001
-From: dormando dorma...@rydia.net
-Date: Sat, 19 Apr 2014 12:15:29 -0700
-Subject: [PATCH 1/2] don't drop to a condition without holding the lock
-
-I am a moran. How do you even thread.

- items.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/items.c b/items.c
-index 688ad03..3e2f71f 100644
 a/items.c
-+++ b/items.c
-@@ -764,6 +764,7 @@ static void item_crawler_evaluate(item *search, uint32_t 
hv, int i) {
- static void *item_crawler_thread(void *arg) {
- int i;
- 
-+pthread_mutex_lock(lru_crawler_lock);
- if (settings.verbose  2)
- fprintf(stderr, Starting LRU crawler background thread\n);
- while (do_run_lru_crawler_thread) {
-@@ -827,8 +828,8 @@ static void *item_crawler_thread(void *arg) {
- STATS_LOCK();
- stats.lru_crawler_running = false;
- STATS_UNLOCK();
--pthread_mutex_unlock(lru_crawler_lock);
- }
-+pthread_mutex_unlock(lru_crawler_lock);
- if (settings.verbose  2)
- fprintf(stderr, LRU crawler thread stopping\n);
- 
--- 
-1.9.2
-

Deleted: 0002-flag-crawler-as-running-during-the-request-to-run.patch
===
--- 0002-flag-crawler-as-running-during-the-request-to-run.patch
2014-05-06 14:39:43 UTC (rev 212082)
+++ 0002-flag-crawler-as-running-during-the-request-to-run.patch
2014-05-06 15:27:56 UTC (rev 212083)
@@ -1,38 +0,0 @@
-From d8b1047620a54443f6bdca7f0dc5ee3b4d99378e Mon Sep 17 00:00:00 2001
-From: dormando dorma...@rydia.net
-Date: Sat, 19 Apr 2014 16:03:28 -0700
-Subject: [PATCH 2/2] flag crawler as running during the request to run
-
-... so there's no race to tell if it's running if you check after the command
-exits.

- items.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/items.c b/items.c
-index 3e2f71f..6261503 100644
 a/items.c
-+++ b/items.c
-@@ -769,9 +769,6 @@ static void *item_crawler_thread(void *arg) {
- fprintf(stderr, Starting LRU crawler background thread\n);
- while (do_run_lru_crawler_thread) {
- pthread_cond_wait(lru_crawler_cond, lru_crawler_lock);
--STATS_LOCK();
--stats.lru_crawler_running = true;
--STATS_UNLOCK();
- 
- while (crawler_count) {
- item *search = NULL;
-@@ -918,6 +915,9 @@ enum crawler_result_type lru_crawler_crawl(char *slabs) {
- }
- pthread_mutex_unlock(cache_lock);
- pthread_cond_signal(lru_crawler_cond);
-+STATS_LOCK();
-+stats.lru_crawler_running = true;
-+STATS_UNLOCK();
- pthread_mutex_unlock(lru_crawler_lock);
- return CRAWLER_OK;
- }
--- 
-1.9.2
-

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 14:39:43 UTC (rev 212082)
+++ PKGBUILD2014-05-06 15:27:56 UTC (rev 212083)
@@ -3,7 +3,7 @@
 # Contributor: Michael Irwin 6d6...@gmail.com
 
 pkgname=memcached
-pkgver=1.4.18
+pkgver=1.4.19
 pkgrel=1
 pkgdesc=A distributed memory object caching system
 arch=(i686 x86_64)
@@ -13,18 +13,12 @@
 optdepends=('perl: for memcached-tool usage')
 install=memcached.install
 source=(http://www.memcached.org/files/$pkgname-$pkgver.tar.gz
-memcached.service
-0001-don-t-drop-to-a-condition-without-holding-the-lock.patch
-0002-flag-crawler-as-running-during-the-request-to-run.patch)
-sha256sums=('6a5cc8d0874f13c5043d741af83fbdc4c681316d32b8313c0dbc82ca96f97439'
-'e768a48192aefa2e2f443c86b3c085043005ffc313da40f3074c060a18c8359d'
-'dc25b5128e4b5f21d2a2d6186517139281e2e3bfc6142eaa72ef5840dbfc1236'
-'07f959563571125248914392fb2a1e3f75a8692f5724c7ed98f0f16737801527')
+memcached.service)
+sha256sums=('5e18eac2e5b557d7a98b5e866b01ff5fd0f7ceac7356f7b9fffbf8ddbea4a58d'
+'e768a48192aefa2e2f443c86b3c085043005ffc313da40f3074c060a18c8359d')
 
 build() {
   cd 

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

2014-05-06 Thread Dan McGee
Date: Tuesday, May 6, 2014 @ 17:28:21
  Author: dan
Revision: 212086

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-06 15:28:15 UTC (rev 212085)
+++ PKGBUILD2014-05-06 15:28:21 UTC (rev 212086)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Sebastien Binet binet@lblbox
-
-pkgname=('python-pip' 'python2-pip')
-pkgver=1.5.4
-pkgrel=2
-pkgdesc=An easy_install replacement for installing pypi python packages
-url=http://www.pip-installer.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-
-package_python-pip() {
-  depends=('python' 'python-setuptools')
-
-  cd $srcdir/pip-$pkgver
-  python setup.py build
-  python setup.py install --prefix=/usr --root=$pkgdir
-
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pip() {
-  depends=('python2' 'python2-setuptools')
-  conflicts=('python-pyinstall')
-  replaces=('python-pyinstall')
-
-  cd $srcdir/pip-$pkgver
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-  
-  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('834b2904f92d46aaa333267fb1c922bb')
-sha256sums=('70208a250bb4afdbbdd74c3ac35d4ab9ba1eb6852d02567a6a87f2f5104e30b9')

Copied: python-pip/repos/extra-any/PKGBUILD (from rev 212085, 
python-pip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-06 15:28:21 UTC (rev 212086)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Sebastien Binet binet@lblbox
+
+pkgname=('python-pip' 'python2-pip')
+pkgver=1.5.5
+pkgrel=1
+pkgdesc=An easy_install replacement for installing pypi python packages
+url=https://pip.pypa.io/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
+
+package_python-pip() {
+  depends=('python' 'python-setuptools')
+
+  cd $srcdir/pip-$pkgver
+  python setup.py build
+  python setup.py install --prefix=/usr --root=$pkgdir
+
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pip() {
+  depends=('python2' 'python2-setuptools')
+  conflicts=('python-pyinstall')
+  replaces=('python-pyinstall')
+
+  cd $srcdir/pip-$pkgver
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+  
+  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
+${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('7520581ba0687dec1ce85bd15496537b')
+sha256sums=('4b7f5124364ae9b5ba833dcd8813a84c1c06fba1d7c8543323c7af4b33188eca')



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

2014-05-06 Thread Dan McGee
Date: Tuesday, May 6, 2014 @ 17:28:15
  Author: dan
Revision: 212085

upgpkg: python-pip 1.5.5-1

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 15:28:08 UTC (rev 212084)
+++ PKGBUILD2014-05-06 15:28:15 UTC (rev 212085)
@@ -3,10 +3,10 @@
 # Contributor: Sebastien Binet binet@lblbox
 
 pkgname=('python-pip' 'python2-pip')
-pkgver=1.5.4
-pkgrel=2
+pkgver=1.5.5
+pkgrel=1
 pkgdesc=An easy_install replacement for installing pypi python packages
-url=http://www.pip-installer.org/;
+url=https://pip.pypa.io/;
 arch=('any')
 license=('MIT')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
@@ -40,5 +40,5 @@
  $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('834b2904f92d46aaa333267fb1c922bb')
-sha256sums=('70208a250bb4afdbbdd74c3ac35d4ab9ba1eb6852d02567a6a87f2f5104e30b9')
+md5sums=('7520581ba0687dec1ce85bd15496537b')
+sha256sums=('4b7f5124364ae9b5ba833dcd8813a84c1c06fba1d7c8543323c7af4b33188eca')



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

2014-05-06 Thread Dan McGee
Date: Tuesday, May 6, 2014 @ 17:28:08
  Author: dan
Revision: 212084

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

Added:
  memcached/repos/extra-i686/PKGBUILD
(from rev 212083, memcached/trunk/PKGBUILD)
  memcached/repos/extra-i686/memcached.conf
(from rev 212083, memcached/trunk/memcached.conf)
  memcached/repos/extra-i686/memcached.install
(from rev 212083, memcached/trunk/memcached.install)
  memcached/repos/extra-i686/memcached.service
(from rev 212083, memcached/trunk/memcached.service)
  memcached/repos/extra-x86_64/PKGBUILD
(from rev 212083, memcached/trunk/PKGBUILD)
  memcached/repos/extra-x86_64/memcached.conf
(from rev 212083, memcached/trunk/memcached.conf)
  memcached/repos/extra-x86_64/memcached.install
(from rev 212083, memcached/trunk/memcached.install)
  memcached/repos/extra-x86_64/memcached.service
(from rev 212083, memcached/trunk/memcached.service)
Deleted:
  
memcached/repos/extra-i686/0001-don-t-drop-to-a-condition-without-holding-the-lock.patch
  
memcached/repos/extra-i686/0002-flag-crawler-as-running-during-the-request-to-run.patch
  memcached/repos/extra-i686/PKGBUILD
  memcached/repos/extra-i686/memcached.conf
  memcached/repos/extra-i686/memcached.install
  memcached/repos/extra-i686/memcached.service
  
memcached/repos/extra-x86_64/0001-don-t-drop-to-a-condition-without-holding-the-lock.patch
  
memcached/repos/extra-x86_64/0002-flag-crawler-as-running-during-the-request-to-run.patch
  memcached/repos/extra-x86_64/PKGBUILD
  memcached/repos/extra-x86_64/memcached.conf
  memcached/repos/extra-x86_64/memcached.install
  memcached/repos/extra-x86_64/memcached.service

+
 /PKGBUILD  |   
72 ++
 /memcached.conf|   
 8 +
 /memcached.install |   
42 +
 /memcached.service |   
24 +++
 extra-i686/0001-don-t-drop-to-a-condition-without-holding-the-lock.patch   |   
35 
 extra-i686/0002-flag-crawler-as-running-during-the-request-to-run.patch|   
38 -
 extra-i686/PKGBUILD|   
42 -
 extra-i686/memcached.conf  |   
 4 
 extra-i686/memcached.install   |   
21 --
 extra-i686/memcached.service   |   
12 -
 extra-x86_64/0001-don-t-drop-to-a-condition-without-holding-the-lock.patch |   
35 
 extra-x86_64/0002-flag-crawler-as-running-during-the-request-to-run.patch  |   
38 -
 extra-x86_64/PKGBUILD  |   
42 -
 extra-x86_64/memcached.conf|   
 4 
 extra-x86_64/memcached.install |   
21 --
 extra-x86_64/memcached.service |   
12 -
 16 files changed, 146 insertions(+), 304 deletions(-)

Deleted: 
extra-i686/0001-don-t-drop-to-a-condition-without-holding-the-lock.patch
===
--- extra-i686/0001-don-t-drop-to-a-condition-without-holding-the-lock.patch
2014-05-06 15:27:56 UTC (rev 212083)
+++ extra-i686/0001-don-t-drop-to-a-condition-without-holding-the-lock.patch
2014-05-06 15:28:08 UTC (rev 212084)
@@ -1,35 +0,0 @@
-From 9d635fa7f46f000d23663e0be3a900d2c51a3ed8 Mon Sep 17 00:00:00 2001
-From: dormando dorma...@rydia.net
-Date: Sat, 19 Apr 2014 12:15:29 -0700
-Subject: [PATCH 1/2] don't drop to a condition without holding the lock
-
-I am a moran. How do you even thread.

- items.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/items.c b/items.c
-index 688ad03..3e2f71f 100644
 a/items.c
-+++ b/items.c
-@@ -764,6 +764,7 @@ static void item_crawler_evaluate(item *search, uint32_t 
hv, int i) {
- static void *item_crawler_thread(void *arg) {
- int i;
- 
-+pthread_mutex_lock(lru_crawler_lock);
- if (settings.verbose  2)
- fprintf(stderr, Starting LRU crawler background thread\n);
- while (do_run_lru_crawler_thread) {
-@@ -827,8 +828,8 @@ static void *item_crawler_thread(void *arg) {
- STATS_LOCK();
- stats.lru_crawler_running = false;
- STATS_UNLOCK();
--pthread_mutex_unlock(lru_crawler_lock);
- }
-+pthread_mutex_unlock(lru_crawler_lock);
- if (settings.verbose  2)
- fprintf(stderr, LRU crawler thread stopping\n);
- 
--- 
-1.9.2
-

Deleted: extra-i686/0002-flag-crawler-as-running-during-the-request-to-run.patch
===
--- extra-i686/0002-flag-crawler-as-running-during-the-request-to-run.patch 
2014-05-06 15:27:56 UTC 

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

2014-05-06 Thread Bartłomiej Piotrowski
Date: Tuesday, May 6, 2014 @ 17:55:58
  Author: bpiotrowski
Revision: 212088

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 212087, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 212087, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 212087, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 212087, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/criu-no-expert.patch
(from rev 212087, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 212087, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 212087, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 212087, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 212087, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 212087, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 212087, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/criu-no-expert.patch
(from rev 212087, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 212087, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 212087, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/PKGBUILD|  334 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6320 +
 testing-i686/config.x86_64   | 6121 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux-lts.install   |   31 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/PKGBUILD  |  334 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6320 +
 testing-x86_64/config.x86_64 | 6121 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux-lts.install |   31 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 25708 insertions(+)

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


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

2014-05-06 Thread Bartłomiej Piotrowski
Date: Tuesday, May 6, 2014 @ 17:55:48
  Author: bpiotrowski
Revision: 212087

upgpkg: linux-lts 3.10.39-1

new upstream release

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 15:28:21 UTC (rev 212086)
+++ PKGBUILD2014-05-06 15:55:48 UTC (rev 212087)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.10
-pkgver=3.10.38
+pkgver=3.10.39
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -21,7 +21,7 @@
 'change-default-console-loglevel.patch'
 'criu-no-expert.patch')
 md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- '4afed6094673141bf97dd3e1b5d9aa88'
+ 'bfb4feed5a0c28bc0cb57b47bb6aed57'
  '45368ef5c1d03d375c31dcecabc5f0dd'
  'bf297cf1c74b06552b1013a09a27692f'
  '232b52576a62c7a333e9fe7a1e1ca359'



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

2014-05-06 Thread Andreas Radke
Date: Tuesday, May 6, 2014 @ 18:06:22
  Author: andyrtr
Revision: 212089

upgpkg: libgpg-error 1.13-1

upstream update 1.13

Modified:
  libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 15:55:58 UTC (rev 212088)
+++ PKGBUILD2014-05-06 16:06:22 UTC (rev 212089)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: judd jvi...@zeroflux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
 
 pkgname=libgpg-error
-pkgver=1.12
+pkgver=1.13
 pkgrel=1
 pkgdesc=Support library for libgcrypt
 arch=(i686 x86_64)
@@ -11,21 +12,21 @@
 depends=('glibc' 'sh')
 
source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})

#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('259f359cd1440b21840c3a78e852afd549c709b8'
+sha1sums=('50fbff11446a7b0decbf65a6e6b0eda17b5139fb'
   'SKIP')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir}/ install
 }



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

2014-05-06 Thread Andreas Radke
Date: Tuesday, May 6, 2014 @ 18:06:39
  Author: andyrtr
Revision: 212090

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

Added:
  libgpg-error/repos/testing-i686/
  libgpg-error/repos/testing-i686/PKGBUILD
(from rev 212089, libgpg-error/trunk/PKGBUILD)
  libgpg-error/repos/testing-x86_64/
  libgpg-error/repos/testing-x86_64/PKGBUILD
(from rev 212089, libgpg-error/trunk/PKGBUILD)

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

Copied: libgpg-error/repos/testing-i686/PKGBUILD (from rev 212089, 
libgpg-error/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-06 16:06:39 UTC (rev 212090)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libgpg-error
+pkgver=1.13
+pkgrel=1
+pkgdesc=Support library for libgcrypt
+arch=(i686 x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('50fbff11446a7b0decbf65a6e6b0eda17b5139fb'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}

Copied: libgpg-error/repos/testing-x86_64/PKGBUILD (from rev 212089, 
libgpg-error/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-06 16:06:39 UTC (rev 212090)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libgpg-error
+pkgver=1.13
+pkgrel=1
+pkgdesc=Support library for libgcrypt
+arch=(i686 x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('50fbff11446a7b0decbf65a6e6b0eda17b5139fb'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}



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

2014-05-06 Thread Felix Yan
Date: Tuesday, May 6, 2014 @ 19:06:35
  Author: fyan
Revision: 110765

upgpkg: mongodb 2.6.1-1

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 14:18:56 UTC (rev 110764)
+++ PKGBUILD2014-05-06 17:06:35 UTC (rev 110765)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -47,7 +47,7 @@
 
   cd mongodb-src-r${pkgver}
 
-  #scons smokeAll --smokedbprefix=$srcdir
+  scons smokeAll --smokedbprefix=$srcdir || :
 }
 
 package() {
@@ -72,7 +72,7 @@
   install -dm755 $pkgdir/var/log/mongodb
 }
 
-sha512sums=('60747ebd2fce9cffdb6b5ea3472a4efa46cd7e1ee38aee2a806a15667b5d86a61da89bf176876553ab348c0f3b3b925125921330b333a8349275e6ce79ccd337'
+sha512sums=('a07168a8fa609d2a22b04db6b761e486e58fb63c66ea4974e5cc53a1255d514cd065a84b4dc62efbb27c39a6e3881d98a3f7025c2391a78d91d5cd515b8a2e56'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
-'SKIP')
+
'868e5f93ba3c087f80982ffbe01411644d01329a51e4a1811cf8dd6de5e155f604a924be933623b70903fb4dabb27eed100a7eb6f6edcf4bb7a0fdfddd485270')



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

2014-05-06 Thread Felix Yan
Date: Tuesday, May 6, 2014 @ 19:08:14
  Author: fyan
Revision: 110766

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

Added:
  mongodb/repos/community-i686/PKGBUILD
(from rev 110765, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-i686/SConscript.client.patch
(from rev 110765, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-i686/mongodb.conf
(from rev 110765, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-i686/mongodb.install
(from rev 110765, mongodb/trunk/mongodb.install)
  mongodb/repos/community-i686/mongodb.service
(from rev 110765, mongodb/trunk/mongodb.service)
  mongodb/repos/community-i686/removeWerror.patch
(from rev 110765, mongodb/trunk/removeWerror.patch)
  mongodb/repos/community-x86_64/PKGBUILD
(from rev 110765, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-x86_64/SConscript.client.patch
(from rev 110765, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-x86_64/mongodb.conf
(from rev 110765, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-x86_64/mongodb.install
(from rev 110765, mongodb/trunk/mongodb.install)
  mongodb/repos/community-x86_64/mongodb.service
(from rev 110765, mongodb/trunk/mongodb.service)
  mongodb/repos/community-x86_64/removeWerror.patch
(from rev 110765, mongodb/trunk/removeWerror.patch)
Deleted:
  mongodb/repos/community-i686/PKGBUILD
  mongodb/repos/community-i686/SConscript.client.patch
  mongodb/repos/community-i686/mongodb.conf
  mongodb/repos/community-i686/mongodb.install
  mongodb/repos/community-i686/mongodb.service
  mongodb/repos/community-i686/removeWerror.patch
  mongodb/repos/community-x86_64/PKGBUILD
  mongodb/repos/community-x86_64/SConscript.client.patch
  mongodb/repos/community-x86_64/mongodb.conf
  mongodb/repos/community-x86_64/mongodb.install
  mongodb/repos/community-x86_64/mongodb.service
  mongodb/repos/community-x86_64/removeWerror.patch

--+
 /PKGBUILD|  156 +
 /SConscript.client.patch |   26 
 /mongodb.conf|   16 ++
 /mongodb.install |   64 +++
 /mongodb.service |   20 +++
 /removeWerror.patch  |   22 
 community-i686/PKGBUILD  |   78 --
 community-i686/SConscript.client.patch   |   13 --
 community-i686/mongodb.conf  |8 -
 community-i686/mongodb.install   |   32 -
 community-i686/mongodb.service   |   10 -
 community-i686/removeWerror.patch|   11 --
 community-x86_64/PKGBUILD|   78 --
 community-x86_64/SConscript.client.patch |   13 --
 community-x86_64/mongodb.conf|8 -
 community-x86_64/mongodb.install |   32 -
 community-x86_64/mongodb.service |   10 -
 community-x86_64/removeWerror.patch  |   11 --
 18 files changed, 304 insertions(+), 304 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-06 17:06:35 UTC (rev 110765)
+++ community-i686/PKGBUILD 2014-05-06 17:08:14 UTC (rev 110766)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Mathias Stearn math...@10gen.com
-# Contributor: Alec Thomas
-
-pkgname=mongodb
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org'
-license=('AGPL3')
-depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools' 'libsasl') # 
'libyaml' 'yaml-cpp' 'v8')
-makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap')
-checkdepends=('python2-pymongo')
-optdepends=('libpcap: needed for mongosniff')
-backup=('etc/mongodb.conf')
-install=mongodb.install
-source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
-'mongodb.conf' 'mongodb.service' 'removeWerror.patch')
-
-build() {
-  # fucking mongo aint no fun to package
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  # failed to build with -Werror since 2.4.0
-  patch -Np1 -i $srcdir/removeWerror.patch
-
-  scons all \
---use-system-boost \
---use-system-pcre \
---use-system-snappy \
---use-system-tcmalloc \
---use-sasl-client \
---ssl
-# --use-system-yaml
-# --use-system-v8
-}
-
-check() {
-  # Tests not passing
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  #scons smokeAll --smokedbprefix=$srcdir
-}
-
-package() {
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons install \
---use-system-boost \
---use-system-pcre \
---use-system-snappy \
---use-system-tcmalloc \
---use-sasl-client \
---ssl \
-

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

2014-05-06 Thread Felix Yan
Date: Tuesday, May 6, 2014 @ 19:16:04
  Author: fyan
Revision: 110767

upgpkg: lwqq 0.3.0-1

Modified:
  lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 17:08:14 UTC (rev 110766)
+++ PKGBUILD2014-05-06 17:16:04 UTC (rev 110767)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=lwqq
-pkgver=0.2.4.20140417
-#_gitver=tag=$pkgver
-_gitver='commit=afe08eef972aaabff5c043a72af0b63e2bb23f2d'
+pkgver=0.3.0
+_gitver=tag=v$pkgver
+#_gitver='commit=afe08eef972aaabff5c043a72af0b63e2bb23f2d'
 pkgrel=1
 pkgdesc=A library for webqq protocol
 arch=('i686' 'x86_64')



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

2014-05-06 Thread Felix Yan
Date: Tuesday, May 6, 2014 @ 19:17:11
  Author: fyan
Revision: 110768

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

Added:
  lwqq/repos/community-i686/PKGBUILD
(from rev 110767, lwqq/trunk/PKGBUILD)
  lwqq/repos/community-x86_64/PKGBUILD
(from rev 110767, lwqq/trunk/PKGBUILD)
Deleted:
  lwqq/repos/community-i686/PKGBUILD
  lwqq/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-06 17:16:04 UTC (rev 110767)
+++ community-i686/PKGBUILD 2014-05-06 17:17:11 UTC (rev 110768)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=lwqq
-pkgver=0.2.4.20140417
-#_gitver=tag=$pkgver
-_gitver='commit=afe08eef972aaabff5c043a72af0b63e2bb23f2d'
-pkgrel=1
-pkgdesc=A library for webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/lwqq;
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-source=(git://github.com/xiehuc/lwqq.git#$_gitver)
-
-build() {
-  cd $pkgname
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('SKIP')

Copied: lwqq/repos/community-i686/PKGBUILD (from rev 110767, 
lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-06 17:17:11 UTC (rev 110768)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=lwqq
+pkgver=0.3.0
+_gitver=tag=v$pkgver
+#_gitver='commit=afe08eef972aaabff5c043a72af0b63e2bb23f2d'
+pkgrel=1
+pkgdesc=A library for webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/lwqq;
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+source=(git://github.com/xiehuc/lwqq.git#$_gitver)
+
+build() {
+  cd $pkgname
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('SKIP')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-06 17:16:04 UTC (rev 110767)
+++ community-x86_64/PKGBUILD   2014-05-06 17:17:11 UTC (rev 110768)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=lwqq
-pkgver=0.2.4.20140417
-#_gitver=tag=$pkgver
-_gitver='commit=afe08eef972aaabff5c043a72af0b63e2bb23f2d'
-pkgrel=1
-pkgdesc=A library for webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/lwqq;
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-source=(git://github.com/xiehuc/lwqq.git#$_gitver)
-
-build() {
-  cd $pkgname
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('SKIP')

Copied: lwqq/repos/community-x86_64/PKGBUILD (from rev 110767, 
lwqq/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-06 17:17:11 UTC (rev 110768)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=lwqq
+pkgver=0.3.0
+_gitver=tag=v$pkgver
+#_gitver='commit=afe08eef972aaabff5c043a72af0b63e2bb23f2d'
+pkgrel=1
+pkgdesc=A library for webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/lwqq;
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+source=(git://github.com/xiehuc/lwqq.git#$_gitver)
+
+build() {
+  cd $pkgname
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('SKIP')



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

2014-05-06 Thread Felix Yan
Date: Tuesday, May 6, 2014 @ 19:33:51
  Author: fyan
Revision: 110769

upgpkg: pidgin-lwqq 0.3.0-1

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 17:17:11 UTC (rev 110768)
+++ PKGBUILD2014-05-06 17:33:51 UTC (rev 110769)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=pidgin-lwqq
-pkgver=0.2d.20140417
-#_gitver=tag=$pkgver
-_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
+pkgver=0.3.0
+_gitver=tag=v$pkgver
+#_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
 pkgrel=1
 pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
 arch=('i686' 'x86_64')



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

2014-05-06 Thread Felix Yan
Date: Tuesday, May 6, 2014 @ 19:34:41
  Author: fyan
Revision: 110770

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 110769, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 110769, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 110769, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 110769, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 /PKGBUILD|   64 +
 /pidgin-lwqq.install |   22 +++
 community-i686/PKGBUILD  |   32 
 community-i686/pidgin-lwqq.install   |   11 -
 community-x86_64/PKGBUILD|   32 
 community-x86_64/pidgin-lwqq.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-06 17:33:51 UTC (rev 110769)
+++ community-i686/PKGBUILD 2014-05-06 17:34:41 UTC (rev 110770)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=pidgin-lwqq
-pkgver=0.2d.20140417
-#_gitver=tag=$pkgver
-_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
-pkgrel=1
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/pidgin-lwqq;
-license=('GPL3')
-depends=('lwqq' 'libpurple' 'hicolor-icon-theme' 'gtk-update-icon-cache')
-optdepends=('pidgin: Multi-protocol instant messaging client'
-'telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-install=$pkgname.install
-source=(git://github.com/xiehuc/pidgin-lwqq.git#$_gitver)
-
-build() {
-  cd $pkgname
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('SKIP')

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 110769, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-06 17:34:41 UTC (rev 110770)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=pidgin-lwqq
+pkgver=0.3.0
+_gitver=tag=v$pkgver
+#_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
+pkgrel=1
+pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/pidgin-lwqq;
+license=('GPL3')
+depends=('lwqq' 'libpurple' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+source=(git://github.com/xiehuc/pidgin-lwqq.git#$_gitver)
+
+build() {
+  cd $pkgname
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('SKIP')

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2014-05-06 17:33:51 UTC (rev 110769)
+++ community-i686/pidgin-lwqq.install  2014-05-06 17:34:41 UTC (rev 110770)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 110769, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2014-05-06 17:34:41 UTC (rev 110770)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-06 17:33:51 UTC (rev 110769)
+++ community-x86_64/PKGBUILD   2014-05-06 17:34:41 UTC (rev 110770)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=pidgin-lwqq
-pkgver=0.2d.20140417
-#_gitver=tag=$pkgver
-_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
-pkgrel=1
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol

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

2014-05-06 Thread Bartłomiej Piotrowski
Date: Tuesday, May 6, 2014 @ 19:39:20
  Author: bpiotrowski
Revision: 110771

upgpkg: ansible 1.6-1

new upstream release

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 17:34:41 UTC (rev 110770)
+++ PKGBUILD2014-05-06 17:39:20 UTC (rev 110771)
@@ -5,7 +5,7 @@
 # Contributor: atweiden archb...@gmail.com
 
 pkgname=ansible
-pkgver=1.5.5
+pkgver=1.6
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -18,7 +18,7 @@
 'python2-keyczar: needed for accelerated mode')
 backup=('etc/ansible/ansible.cfg')
 source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('550a9b6ceeed6bcaf5cd4c74bf171e1c2e430b0a83a8a1cc05912df34a868601')
+sha256sums=('8d8eb0b07f1bf2ac5432eb954d6c78c6fdbd0b6f2975857bfbce13ea48fc28e2')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-06 Thread Bartłomiej Piotrowski
Date: Tuesday, May 6, 2014 @ 19:39:30
  Author: bpiotrowski
Revision: 110772

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 110771, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-06 17:39:20 UTC (rev 110771)
+++ PKGBUILD2014-05-06 17:39:30 UTC (rev 110772)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Chris seitz.christ...@gmail.com
-# Contributor: m0ikz ndelato...@moikz.com.ar
-# Contributor: atweiden archb...@gmail.com
-
-pkgname=ansible
-pkgver=1.5.5
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
-makedepends=('asciidoc' 'fakeroot')
-optdepends=('python2-pyasn1: needed for accelerated mode'
-'python2-crypto: needed for accelerated mode'
-'python2-keyczar: needed for accelerated mode')
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('550a9b6ceeed6bcaf5cd4c74bf171e1c2e430b0a83a8a1cc05912df34a868601')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install -O1 --root=$pkgdir
-  find $pkgdir/usr/lib -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
-
-  install -d $pkgdir/usr/share/ansible
-  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
-  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible
-  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
-
-  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
-  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
-
-  install -d $pkgdir/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ansible/repos/community-any/PKGBUILD (from rev 110771, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-06 17:39:30 UTC (rev 110772)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Chris seitz.christ...@gmail.com
+# Contributor: m0ikz ndelato...@moikz.com.ar
+# Contributor: atweiden archb...@gmail.com
+
+pkgname=ansible
+pkgver=1.6
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
+makedepends=('asciidoc' 'fakeroot')
+optdepends=('python2-pyasn1: needed for accelerated mode'
+'python2-crypto: needed for accelerated mode'
+'python2-keyczar: needed for accelerated mode')
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
+sha256sums=('8d8eb0b07f1bf2ac5432eb954d6c78c6fdbd0b6f2975857bfbce13ea48fc28e2')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+  find $pkgdir/usr/lib -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
+
+  install -d $pkgdir/usr/share/ansible
+  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
+  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible
+  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
+
+  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
+  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
+
+  install -d $pkgdir/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (5 files)

2014-05-06 Thread Ike Devolder
Date: Tuesday, May 6, 2014 @ 19:50:55
  Author: idevolder
Revision: 110773

add shairplay, replacement of libshairport

Added:
  shairplay/
  shairplay/repos/
  shairplay/trunk/
  shairplay/trunk/PKGBUILD
  shairplay/trunk/shairplay.service

---+
 PKGBUILD  |   51 +++
 shairplay.service |   13 +
 2 files changed, 64 insertions(+)

Added: shairplay/trunk/PKGBUILD
===
--- shairplay/trunk/PKGBUILD(rev 0)
+++ shairplay/trunk/PKGBUILD2014-05-06 17:50:55 UTC (rev 110773)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+# Contributor: winlu
+
+pkgname=shairplay
+_gitname=shairplay
+pkgver=20140422
+pkgrel=1
+pkgdesc='Apple airplay and raop protocol server'
+arch=('i686' 'x86_64')
+url='https://github.com/juhovh/shairplay'
+license=('custom')
+depends=('libao')
+optdepends=('avahi: to run the server')
+makedepends=('git')
+source=($_gitname::git://github.com/juhovh/shairplay.git#commit=64d59e3087f829006d091fa0d114efb50972a2bf
+   'shairplay.service')
+sha256sums=('SKIP'
+   'f0a176539a6c5be46dc832d054be2f18c3256e5fd34c5f1416c9463bd75c82b3')
+options=(!libtool)
+provides=('libshairport')
+conflicts=('libshairport')
+
+build() {
+   cd $_gitname
+
+   # installing airport.key to /etc/shairplay/
+   sed 's/airport.key/\/etc\/shairplay\/airport.key/' -i 
$srcdir/$_gitname/src/shairplay.c
+
+   ./autogen.sh
+   ./configure --prefix=/usr/
+   make
+}
+
+
+package() {
+   cd $_gitname
+   make DESTDIR=$pkgdir install
+
+   # install systemd service file
+   install -Dm644 $srcdir/shairplay.service 
$pkgdir/usr/lib/systemd/system/shairplay.service
+
+   # install key file
+   install -Dm644 airport.key $pkgdir/etc/shairplay/airport.key
+
+   # install license file
+   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+   # install documentation
+   install -Dm644 README.md $pkgdir/usr/share/doc/$pkgname/README.md
+}


Property changes on: shairplay/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: shairplay/trunk/shairplay.service
===
--- shairplay/trunk/shairplay.service   (rev 0)
+++ shairplay/trunk/shairplay.service   2014-05-06 17:50:55 UTC (rev 110773)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Apple airplay and raop protocol server
+Requires=network.target sound.target
+Wants=avahi-daemon.service
+After=avahi-daemon.service
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/shairplay -a %H
+Restart=always
+
+[Install]
+WantedBy=multi-user.target



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

2014-05-06 Thread Ike Devolder
Date: Tuesday, May 6, 2014 @ 19:52:11
  Author: idevolder
Revision: 110774

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

Added:
  shairplay/repos/community-i686/
  shairplay/repos/community-i686/PKGBUILD
(from rev 110773, shairplay/trunk/PKGBUILD)
  shairplay/repos/community-i686/shairplay.service
(from rev 110773, shairplay/trunk/shairplay.service)
  shairplay/repos/community-x86_64/
  shairplay/repos/community-x86_64/PKGBUILD
(from rev 110773, shairplay/trunk/PKGBUILD)
  shairplay/repos/community-x86_64/shairplay.service
(from rev 110773, shairplay/trunk/shairplay.service)

+
 community-i686/PKGBUILD|   51 +++
 community-i686/shairplay.service   |   13 
 community-x86_64/PKGBUILD  |   51 +++
 community-x86_64/shairplay.service |   13 
 4 files changed, 128 insertions(+)

Copied: shairplay/repos/community-i686/PKGBUILD (from rev 110773, 
shairplay/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-06 17:52:11 UTC (rev 110774)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+# Contributor: winlu
+
+pkgname=shairplay
+_gitname=shairplay
+pkgver=20140422
+pkgrel=1
+pkgdesc='Apple airplay and raop protocol server'
+arch=('i686' 'x86_64')
+url='https://github.com/juhovh/shairplay'
+license=('custom')
+depends=('libao')
+optdepends=('avahi: to run the server')
+makedepends=('git')
+source=($_gitname::git://github.com/juhovh/shairplay.git#commit=64d59e3087f829006d091fa0d114efb50972a2bf
+   'shairplay.service')
+sha256sums=('SKIP'
+   'f0a176539a6c5be46dc832d054be2f18c3256e5fd34c5f1416c9463bd75c82b3')
+options=(!libtool)
+provides=('libshairport')
+conflicts=('libshairport')
+
+build() {
+   cd $_gitname
+
+   # installing airport.key to /etc/shairplay/
+   sed 's/airport.key/\/etc\/shairplay\/airport.key/' -i 
$srcdir/$_gitname/src/shairplay.c
+
+   ./autogen.sh
+   ./configure --prefix=/usr/
+   make
+}
+
+
+package() {
+   cd $_gitname
+   make DESTDIR=$pkgdir install
+
+   # install systemd service file
+   install -Dm644 $srcdir/shairplay.service 
$pkgdir/usr/lib/systemd/system/shairplay.service
+
+   # install key file
+   install -Dm644 airport.key $pkgdir/etc/shairplay/airport.key
+
+   # install license file
+   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+   # install documentation
+   install -Dm644 README.md $pkgdir/usr/share/doc/$pkgname/README.md
+}

Copied: shairplay/repos/community-i686/shairplay.service (from rev 110773, 
shairplay/trunk/shairplay.service)
===
--- community-i686/shairplay.service(rev 0)
+++ community-i686/shairplay.service2014-05-06 17:52:11 UTC (rev 110774)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Apple airplay and raop protocol server
+Requires=network.target sound.target
+Wants=avahi-daemon.service
+After=avahi-daemon.service
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/shairplay -a %H
+Restart=always
+
+[Install]
+WantedBy=multi-user.target

Copied: shairplay/repos/community-x86_64/PKGBUILD (from rev 110773, 
shairplay/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-06 17:52:11 UTC (rev 110774)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+# Contributor: winlu
+
+pkgname=shairplay
+_gitname=shairplay
+pkgver=20140422
+pkgrel=1
+pkgdesc='Apple airplay and raop protocol server'
+arch=('i686' 'x86_64')
+url='https://github.com/juhovh/shairplay'
+license=('custom')
+depends=('libao')
+optdepends=('avahi: to run the server')
+makedepends=('git')
+source=($_gitname::git://github.com/juhovh/shairplay.git#commit=64d59e3087f829006d091fa0d114efb50972a2bf
+   'shairplay.service')
+sha256sums=('SKIP'
+   'f0a176539a6c5be46dc832d054be2f18c3256e5fd34c5f1416c9463bd75c82b3')
+options=(!libtool)
+provides=('libshairport')
+conflicts=('libshairport')
+
+build() {
+   cd $_gitname
+
+   # installing airport.key to /etc/shairplay/
+   sed 's/airport.key/\/etc\/shairplay\/airport.key/' -i 
$srcdir/$_gitname/src/shairplay.c
+
+   ./autogen.sh
+   ./configure --prefix=/usr/
+   make
+}
+
+
+package() {
+   cd $_gitname
+   make DESTDIR=$pkgdir install
+
+   # install systemd service file
+   install -Dm644 $srcdir/shairplay.service 
$pkgdir/usr/lib/systemd/system/shairplay.service
+
+   # install key file
+   install -Dm644 airport.key $pkgdir/etc/shairplay/airport.key
+
+   # install license file
+   install -Dm644 LICENSE 

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

2014-05-06 Thread Ike Devolder
Date: Tuesday, May 6, 2014 @ 19:55:00
  Author: idevolder
Revision: 110776

archrelease: copy trunk to community-any

Added:
  closure-compiler/repos/community-any/PKGBUILD
(from rev 110775, closure-compiler/trunk/PKGBUILD)
Deleted:
  closure-compiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-06 17:54:47 UTC (rev 110775)
+++ PKGBUILD2014-05-06 17:55:00 UTC (rev 110776)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
-pkgname=closure-compiler
-pkgver=20140303
-pkgrel=1
-pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
-arch=('any')
-url=http://code.google.com/closure;
-license=('APACHE')
-depends=('java-runtime')
-source=(http://dl.google.com/$pkgname/compiler-$pkgver.tar.gz;)
-
-package() {
-   cd $srcdir
-
-   install -m755 -D compiler.jar 
$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar
-   mkdir $pkgdir/usr/bin
-   echo '#!/bin/sh
-   $JAVA_HOME/bin/java -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@'  
$pkgdir/usr/bin/closure
-   chmod +x $pkgdir/usr/bin/closure
-}
-
-sha256sums=('40199c405e89525107314d66b4d5a858845526d9ac0ddb24ec764a358587d4a0')

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 110775, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-06 17:55:00 UTC (rev 110776)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
+pkgname=closure-compiler
+pkgver=20140407
+pkgrel=1
+pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
+arch=('any')
+url=http://code.google.com/closure;
+license=('APACHE')
+depends=('java-runtime')
+source=(http://dl.google.com/$pkgname/compiler-$pkgver.tar.gz;)
+
+package() {
+   cd $srcdir
+
+   install -m755 -D compiler.jar 
$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar
+   mkdir $pkgdir/usr/bin
+   echo '#!/bin/sh
+   $JAVA_HOME/bin/java -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@'  
$pkgdir/usr/bin/closure
+   chmod +x $pkgdir/usr/bin/closure
+}
+
+sha256sums=('ee640b598e7ead8a90b15702afffcda6626a07a6e5f9032623fe6be48b8ca933')



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

2014-05-06 Thread Ike Devolder
Date: Tuesday, May 6, 2014 @ 19:54:47
  Author: idevolder
Revision: 110775

closure-compiler :: 20140407

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 17:52:11 UTC (rev 110774)
+++ PKGBUILD2014-05-06 17:54:47 UTC (rev 110775)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
 # Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
 pkgname=closure-compiler
-pkgver=20140303
+pkgver=20140407
 pkgrel=1
 pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
 arch=('any')
@@ -21,4 +21,4 @@
chmod +x $pkgdir/usr/bin/closure
 }
 
-sha256sums=('40199c405e89525107314d66b4d5a858845526d9ac0ddb24ec764a358587d4a0')
+sha256sums=('ee640b598e7ead8a90b15702afffcda6626a07a6e5f9032623fe6be48b8ca933')



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

2014-05-06 Thread Ike Devolder
Date: Tuesday, May 6, 2014 @ 19:57:07
  Author: idevolder
Revision: 110778

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

Added:
  lcdproc/repos/community-i686/PKGBUILD
(from rev 110777, lcdproc/trunk/PKGBUILD)
  lcdproc/repos/community-i686/lcdd.service
(from rev 110777, lcdproc/trunk/lcdd.service)
  lcdproc/repos/community-x86_64/PKGBUILD
(from rev 110777, lcdproc/trunk/PKGBUILD)
  lcdproc/repos/community-x86_64/lcdd.service
(from rev 110777, lcdproc/trunk/lcdd.service)
Deleted:
  lcdproc/repos/community-i686/PKGBUILD
  lcdproc/repos/community-i686/lcdd.service
  lcdproc/repos/community-x86_64/PKGBUILD
  lcdproc/repos/community-x86_64/lcdd.service

---+
 /PKGBUILD |   98 
 /lcdd.service |   22 
 community-i686/PKGBUILD   |   49 
 community-i686/lcdd.service   |   11 
 community-x86_64/PKGBUILD |   49 
 community-x86_64/lcdd.service |   11 
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-06 17:56:53 UTC (rev 110777)
+++ community-i686/PKGBUILD 2014-05-06 17:57:07 UTC (rev 110778)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle ike DOT devolder AT gmail DOT com
-# Contributor: Bernhard Walle bernhard.wa...@gmx.de
-
-pkgname=lcdproc
-pkgver=0.5.6
-pkgrel=5
-pkgdesc=Utility to drive one or more LCD (and LCD-like) devices
-arch=('i686' 'x86_64')
-url=http://lcdproc.omnipotent.net/;
-license=('GPL')
-depends=('libftdi-compat')
-makedepends=('g15daemon')
-optdepends=(
-   'perl: needed for some lcdproc tools'
-   'g15daemon: needed if you want g15 support'
-)
-backup=(
-   'etc/LCDd.conf'
-   'etc/lcdexec.conf'
-   'etc/lcdproc.conf'
-   'etc/lcdvc.conf'
-)
-source=(
-   http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
-   'lcdd.service'
-)
-sha256sums=('bd2f43c30ff43b30f43110abe6b4a5bc8e0267cb9f57fa97cc5e5ef9488b984a'
-'0acdc0fb9668e6d5e023349874301153a16935e1ad757d550c426a9a7ac64638')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc \
-   --enable-libusb \
-   --enable-lcdproc-menus \
-   --enable-stat-smbfs \
-   --enable-drivers=all
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   sed -e s/server\/drivers\//\/usr\/lib\/lcdproc\//g -i 
$pkgdir/etc/LCDd.conf
-   install -Dm644 $srcdir/lcdd.service 
$pkgdir/usr/lib/systemd/system/lcdd.service
-}

Copied: lcdproc/repos/community-i686/PKGBUILD (from rev 110777, 
lcdproc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-06 17:57:07 UTC (rev 110778)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: BlackEagle ike DOT devolder AT gmail DOT com
+# Contributor: Bernhard Walle bernhard.wa...@gmx.de
+
+pkgname=lcdproc
+pkgver=0.5.7
+pkgrel=1
+pkgdesc=Utility to drive one or more LCD (and LCD-like) devices
+arch=('i686' 'x86_64')
+url=http://lcdproc.omnipotent.net/;
+license=('GPL')
+depends=('libftdi-compat')
+makedepends=('g15daemon')
+optdepends=(
+   'perl: needed for some lcdproc tools'
+   'g15daemon: needed if you want g15 support'
+)
+backup=(
+   'etc/LCDd.conf'
+   'etc/lcdexec.conf'
+   'etc/lcdproc.conf'
+   'etc/lcdvc.conf'
+)
+source=(
+   http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+   'lcdd.service'
+)
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc \
+   --enable-libusb \
+   --enable-lcdproc-menus \
+   --enable-stat-smbfs \
+   --enable-drivers=all
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   sed -e s/server\/drivers\//\/usr\/lib\/lcdproc\//g -i 
$pkgdir/etc/LCDd.conf
+   install -Dm644 $srcdir/lcdd.service 
$pkgdir/usr/lib/systemd/system/lcdd.service
+}
+sha256sums=('843007d377adc856529ed0c7c42c9a7563043f06b1b73add0372bba3a3029804'
+'0acdc0fb9668e6d5e023349874301153a16935e1ad757d550c426a9a7ac64638')

Deleted: community-i686/lcdd.service
===
--- community-i686/lcdd.service 2014-05-06 17:56:53 UTC (rev 110777)
+++ community-i686/lcdd.service 2014-05-06 17:57:07 UTC (rev 110778)
@@ -1,11 +0,0 @@
-[Unit]
-Description=LCD display driver
-After=syslog.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/LCDd -c /etc/LCDd.conf

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

2014-05-06 Thread Ike Devolder
Date: Tuesday, May 6, 2014 @ 19:56:53
  Author: idevolder
Revision: 110777

lcdproc :: 0.5.7

Modified:
  lcdproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 17:55:00 UTC (rev 110776)
+++ PKGBUILD2014-05-06 17:56:53 UTC (rev 110777)
@@ -3,8 +3,8 @@
 # Contributor: Bernhard Walle bernhard.wa...@gmx.de
 
 pkgname=lcdproc
-pkgver=0.5.6
-pkgrel=5
+pkgver=0.5.7
+pkgrel=1
 pkgdesc=Utility to drive one or more LCD (and LCD-like) devices
 arch=('i686' 'x86_64')
 url=http://lcdproc.omnipotent.net/;
@@ -25,8 +25,6 @@
http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
'lcdd.service'
 )
-sha256sums=('bd2f43c30ff43b30f43110abe6b4a5bc8e0267cb9f57fa97cc5e5ef9488b984a'
-'0acdc0fb9668e6d5e023349874301153a16935e1ad757d550c426a9a7ac64638')
 
 build() {
cd $pkgname-$pkgver
@@ -47,3 +45,5 @@
sed -e s/server\/drivers\//\/usr\/lib\/lcdproc\//g -i 
$pkgdir/etc/LCDd.conf
install -Dm644 $srcdir/lcdd.service 
$pkgdir/usr/lib/systemd/system/lcdd.service
 }
+sha256sums=('843007d377adc856529ed0c7c42c9a7563043f06b1b73add0372bba3a3029804'
+'0acdc0fb9668e6d5e023349874301153a16935e1ad757d550c426a9a7ac64638')



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

2014-05-06 Thread Ike Devolder
Date: Tuesday, May 6, 2014 @ 19:59:23
  Author: idevolder
Revision: 110779

xbmc :: 13.0

Modified:
  xbmc/trunk/PKGBUILD

--+
 PKGBUILD |   52 +---
 1 file changed, 21 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 17:57:07 UTC (rev 110778)
+++ PKGBUILD2014-05-06 17:59:23 UTC (rev 110779)
@@ -8,19 +8,14 @@
 _prefix=/usr
 
 pkgname=xbmc
-pkgver=12.3
-_codename=Frodo
-pkgrel=14
+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' 'libmariadbclient' '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' 'libshairport' 'avahi' 
'bluez-libs' 'glu'
-'tinyxml' 'taglib' 'ffmpeg-compat')
+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'
@@ -28,25 +23,21 @@
'udisks: automount external drives'
'upower: used to trigger power management functionality'
'unrar: access compressed files without unpacking them'
-   'xorg-xinit: autostart xbmc')
+   'xorg-xinit: autostart xbmc'
+  'pulseaudio: for pulseaudio support')
 install=${pkgname}.install
-source=(http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz;
+source=(
+  
xbmc-$pkgver.tar.gz::https://github.com/xbmc/xbmc/archive/13.0-Gotham.tar.gz;
xbmc.service
polkit.rules
-   libass.patch::https://bugs.archlinux.org/index.php?getfile=11285;)
-md5sums=('7ae385ebf8e5cfcb917393235e6efbdb'
+  )
+md5sums=('54fafd985b5209859ba6faeb50b8f142'
  'de331663cc8adc94f2fe44a262cfff58'
- '02f7951824ee13103344f36009c0ef2a'
- '7fd6399d2ffbdf06b724f0cc2efa0784')
+ '02f7951824ee13103344f36009c0ef2a')
 
 prepare() {
   cd ${srcdir}/xbmc-$pkgver-$_codename
 
-  patch -p0 $srcdir/libass.patch
-
-  # fix lsb_release dependency
-  sed -i -e 's:/usr/bin/lsb_release -d:cat /etc/arch-release:' 
xbmc/utils/SystemInfo.cpp
-  sed -i -e 's:#include libsmbclient.h:#include samba-4.0/libsmbclient.h:' 
xbmc/filesystem/{SmbFile,SMBDirectory}.cpp
 }
 
 build() {
@@ -57,7 +48,6 @@
 
   # Configuring XBMC
   export PYTHON_VERSION=2  # external python v2
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
   ./configure --prefix=$_prefix --exec-prefix=$_prefix \
 --disable-debug \
 --enable-optimizations \
@@ -88,8 +78,9 @@
 --enable-udev \
 --enable-libusb \
 --enable-libcec \
---enable-external-libraries \
---enable-external-ffmpeg
+   --enable-external-libraries
+
+
   # Now (finally) build
   make
 }
@@ -102,22 +93,21 @@
   # run feh with python2
   sed -i -e 's/python/python2/g' ${pkgdir}${_prefix}/bin/xbmc
 
-  # lsb_release fix
-  sed -i -e 's/which lsb_release  \/dev\/null/\[ -f \/etc\/arch-release ]/g' 
${pkgdir}${_prefix}/bin/xbmc
-  sed -i -e s/lsb_release -a 2 \/dev\/null | sed -e 's\/\^\/\/'/cat 
\/etc\/arch-release/g ${pkgdir}${_prefix}/bin/xbmc
-
   # 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
-  install -d -m 0755 ${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 -Dm0644 $srcdir/xbmc.service 
$pkgdir/usr/lib/systemd/system/xbmc.service
-#  install -Dm0644 $srcdir/polkit.rules 

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

2014-05-06 Thread Ike Devolder
Date: Tuesday, May 6, 2014 @ 19:59:44
  Author: idevolder
Revision: 110780

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

Added:
  xbmc/repos/community-i686/PKGBUILD
(from rev 110779, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-i686/polkit.rules
(from rev 110779, xbmc/trunk/polkit.rules)
  xbmc/repos/community-i686/xbmc.install
(from rev 110779, xbmc/trunk/xbmc.install)
  xbmc/repos/community-i686/xbmc.service
(from rev 110779, xbmc/trunk/xbmc.service)
  xbmc/repos/community-x86_64/PKGBUILD
(from rev 110779, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-x86_64/polkit.rules
(from rev 110779, xbmc/trunk/polkit.rules)
  xbmc/repos/community-x86_64/xbmc.install
(from rev 110779, xbmc/trunk/xbmc.install)
  xbmc/repos/community-x86_64/xbmc.service
(from rev 110779, 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 |  226 
 /polkit.rules |   24 
 /xbmc.install |   38 ++
 /xbmc.service |   32 +
 community-i686/PKGBUILD   |  123 -
 community-i686/polkit.rules   |   12 --
 community-i686/xbmc.install   |   19 ---
 community-i686/xbmc.service   |   16 --
 community-x86_64/PKGBUILD |  123 -
 community-x86_64/polkit.rules |   12 --
 community-x86_64/xbmc.install |   19 ---
 community-x86_64/xbmc.service |   16 --
 12 files changed, 320 insertions(+), 340 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-06 17:59:23 UTC (rev 110779)
+++ community-i686/PKGBUILD 2014-05-06 17:59:44 UTC (rev 110780)
@@ -1,123 +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=12.3
-_codename=Frodo
-pkgrel=14
-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' 'libmariadbclient' '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' 'libshairport' 'avahi' 
'bluez-libs' 'glu'
-'tinyxml' 'taglib' 'ffmpeg-compat')
-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')
-install=${pkgname}.install
-source=(http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz;
-   xbmc.service
-   polkit.rules
-   libass.patch::https://bugs.archlinux.org/index.php?getfile=11285;)
-md5sums=('7ae385ebf8e5cfcb917393235e6efbdb'
- 'de331663cc8adc94f2fe44a262cfff58'
- '02f7951824ee13103344f36009c0ef2a'
- '7fd6399d2ffbdf06b724f0cc2efa0784')
-
-prepare() {
-  cd ${srcdir}/xbmc-$pkgver-$_codename
-
-  patch -p0 $srcdir/libass.patch
-
-  # fix lsb_release dependency
-  sed -i -e 's:/usr/bin/lsb_release -d:cat /etc/arch-release:' 
xbmc/utils/SystemInfo.cpp
-  sed -i -e 's:#include libsmbclient.h:#include samba-4.0/libsmbclient.h:' 
xbmc/filesystem/{SmbFile,SMBDirectory}.cpp
-}
-
-build() {
-  cd ${srcdir}/xbmc-$pkgver-$_codename
-
-  # Bootstrapping XBMC
-  ./bootstrap
-
-  # Configuring XBMC
-  export PYTHON_VERSION=2  # external python v2
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  ./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 \
---enable-projectm \
---enable-x11 \
---enable-rtmp \
---enable-samba \
---enable-nfs \
---enable-afpclient 

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

2014-05-06 Thread Anatol Pomozov
Date: Tuesday, May 6, 2014 @ 20:12:46
  Author: anatolik
Revision: 212091

upgpkg: gdb 7.7.1-1

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 16:06:39 UTC (rev 212090)
+++ PKGBUILD2014-05-06 18:12:46 UTC (rev 212091)
@@ -3,18 +3,18 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gdb
-pkgver=7.7
+pkgver=7.7.1
 pkgrel=1
 pkgdesc=The GNU Debugger
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/gdb/;
 license=('GPL3')
-depends=('ncurses' 'expat' 'python2')
+depends=('ncurses' 'expat' 'python2' 'xz')
 makedepends=('texinfo')
 backup=('etc/gdb/gdbinit')
 install=gdb.install
 source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('271a18f41858a7e98b28ae4eb91287c9'
+md5sums=('77b20b515e7c25f032cb9732a66620fe'
  'SKIP')
 
 prepare() {



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

2014-05-06 Thread Anatol Pomozov
Date: Tuesday, May 6, 2014 @ 20:13:21
  Author: anatolik
Revision: 212092

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

Added:
  gdb/repos/testing-i686/
  gdb/repos/testing-i686/PKGBUILD
(from rev 212091, gdb/trunk/PKGBUILD)
  gdb/repos/testing-i686/gdb.install
(from rev 212091, gdb/trunk/gdb.install)
  gdb/repos/testing-x86_64/
  gdb/repos/testing-x86_64/PKGBUILD
(from rev 212091, gdb/trunk/PKGBUILD)
  gdb/repos/testing-x86_64/gdb.install
(from rev 212091, gdb/trunk/gdb.install)

+
 testing-i686/PKGBUILD  |   48 +++
 testing-i686/gdb.install   |   20 +
 testing-x86_64/PKGBUILD|   48 +++
 testing-x86_64/gdb.install |   20 +
 4 files changed, 136 insertions(+)

Copied: gdb/repos/testing-i686/PKGBUILD (from rev 212091, gdb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-06 18:13:21 UTC (rev 212092)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gdb
+pkgver=7.7.1
+pkgrel=1
+pkgdesc=The GNU Debugger
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gdb/;
+license=('GPL3')
+depends=('ncurses' 'expat' 'python2' 'xz')
+makedepends=('texinfo')
+backup=('etc/gdb/gdbinit')
+install=gdb.install
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('77b20b515e7c25f032cb9732a66620fe'
+ 'SKIP')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python2 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install custom system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm ${pkgdir}/usr/include/{ansidecl,bfd,bfdlink,dis-asm,symcat}.h
+  rm ${pkgdir}/usr/share/info/{bfd,configure,standards}.info
+}

Copied: gdb/repos/testing-i686/gdb.install (from rev 212091, 
gdb/trunk/gdb.install)
===
--- testing-i686/gdb.install(rev 0)
+++ testing-i686/gdb.install2014-05-06 18:13:21 UTC (rev 212092)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(annotate.info gdb.info{,-{1,2,3,4,5,6}} stabs.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: gdb/repos/testing-x86_64/PKGBUILD (from rev 212091, gdb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-06 18:13:21 UTC (rev 212092)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gdb
+pkgver=7.7.1
+pkgrel=1
+pkgdesc=The GNU Debugger
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gdb/;
+license=('GPL3')
+depends=('ncurses' 'expat' 'python2' 'xz')
+makedepends=('texinfo')
+backup=('etc/gdb/gdbinit')
+install=gdb.install
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('77b20b515e7c25f032cb9732a66620fe'
+ 'SKIP')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python2 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install custom system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm ${pkgdir}/usr/include/{ansidecl,bfd,bfdlink,dis-asm,symcat}.h
+  rm ${pkgdir}/usr/share/info/{bfd,configure,standards}.info
+}

Copied: gdb/repos/testing-x86_64/gdb.install (from rev 212091, 
gdb/trunk/gdb.install)
===
--- testing-x86_64/gdb.install 

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

2014-05-06 Thread Anatol Pomozov
Date: Tuesday, May 6, 2014 @ 21:17:46
  Author: anatolik
Revision: 110782

upgpkg: android-udev r100-1

Modified:
  android-udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 18:35:46 UTC (rev 110781)
+++ PKGBUILD2014-05-06 19:17:46 UTC (rev 110782)
@@ -3,7 +3,7 @@
 # Contributor: marlock
 
 pkgname=android-udev
-pkgver=r98
+pkgver=r100
 pkgrel=1
 pkgdesc='Udev rules to connect Android devices to your linux box'
 arch=(any)
@@ -14,7 +14,7 @@
 install='android-udev.install'
 
 # instead of using HEAD version let's depend on some known revision
-_git_revision=ed1f924707cbfd49ca1a334d71d0d0e38147844e
+_git_revision=262c73cbb5da43c258cd52a0d6dc427f2890e073
 
source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision)
 md5sums=('SKIP')
 



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

2014-05-06 Thread Anatol Pomozov
Date: Tuesday, May 6, 2014 @ 21:18:10
  Author: anatolik
Revision: 110783

archrelease: copy trunk to community-any

Added:
  android-udev/repos/community-any/PKGBUILD
(from rev 110782, android-udev/trunk/PKGBUILD)
  android-udev/repos/community-any/android-udev.install
(from rev 110782, android-udev/trunk/android-udev.install)
Deleted:
  android-udev/repos/community-any/PKGBUILD
  android-udev/repos/community-any/android-udev.install

--+
 PKGBUILD |   56 -
 android-udev.install |   22 +--
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-06 19:17:46 UTC (rev 110782)
+++ PKGBUILD2014-05-06 19:18:10 UTC (rev 110783)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: M0Rf30 
-# Contributor: marlock
-
-pkgname=android-udev
-pkgver=r98
-pkgrel=1
-pkgdesc='Udev rules to connect Android devices to your linux box'
-arch=(any)
-url='https://github.com/M0Rf30/android-udev-rules'
-license=(GPL)
-depends=(udev libmtp)
-makedepends=(git)
-install='android-udev.install'
-
-# instead of using HEAD version let's depend on some known revision
-_git_revision=ed1f924707cbfd49ca1a334d71d0d0e38147844e
-source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision)
-md5sums=('SKIP')
-
-pkgver() {
-  cd android-udev-rules
-  printf r%s $(git rev-list --count HEAD)
-}
-
-package() {
-  install -Dm 644 android-udev-rules/51-android.rules 
$pkgdir/usr/lib/udev/rules.d/51-android.rules
-}

Copied: android-udev/repos/community-any/PKGBUILD (from rev 110782, 
android-udev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-06 19:18:10 UTC (rev 110783)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: M0Rf30 
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=r100
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL)
+depends=(udev libmtp)
+makedepends=(git)
+install='android-udev.install'
+
+# instead of using HEAD version let's depend on some known revision
+_git_revision=262c73cbb5da43c258cd52a0d6dc427f2890e073
+source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision)
+md5sums=('SKIP')
+
+pkgver() {
+  cd android-udev-rules
+  printf r%s $(git rev-list --count HEAD)
+}
+
+package() {
+  install -Dm 644 android-udev-rules/51-android.rules 
$pkgdir/usr/lib/udev/rules.d/51-android.rules
+}

Deleted: android-udev.install
===
--- android-udev.install2014-05-06 19:17:46 UTC (rev 110782)
+++ android-udev.install2014-05-06 19:18:10 UTC (rev 110783)
@@ -1,11 +0,0 @@
-post_install() {
-  getent group adbusers  /dev/null || groupadd adbusers
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  getent group adbusers /dev/null  groupdel adbusers
-}

Copied: android-udev/repos/community-any/android-udev.install (from rev 110782, 
android-udev/trunk/android-udev.install)
===
--- android-udev.install(rev 0)
+++ android-udev.install2014-05-06 19:18:10 UTC (rev 110783)
@@ -0,0 +1,11 @@
+post_install() {
+  getent group adbusers  /dev/null || groupadd adbusers
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  getent group adbusers /dev/null  groupdel adbusers
+}



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

2014-05-06 Thread Ike Devolder
Date: Tuesday, May 6, 2014 @ 21:41:59
  Author: idevolder
Revision: 110784

php-mongo :: 1.5.2

Modified:
  php-mongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 19:18:10 UTC (rev 110783)
+++ PKGBUILD2014-05-06 19:41:59 UTC (rev 110784)
@@ -2,7 +2,7 @@
 # Contributor: Jarek Sedlacek jareksedla...@gmail.com
 
 pkgname=php-mongo
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc=Officially supported PHP driver for MongoDB
 arch=(i686 x86_64)
@@ -26,6 +26,5 @@
make INSTALL_ROOT=$pkgdir install
install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
 }
-
-sha256sums=('883aad17c44e8f053b10c8e31d7ff6487d5b5660ea8bd17a7b62976e988c4ea4'
+sha256sums=('98ae2994445763d7bac19c418d9f1773592fd3a4a10ff1e36498383a52fb54e7'
 'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')



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

2014-05-06 Thread Ike Devolder
Date: Tuesday, May 6, 2014 @ 21:42:16
  Author: idevolder
Revision: 110785

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

Added:
  php-mongo/repos/community-i686/PKGBUILD
(from rev 110784, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-i686/mongo.ini
(from rev 110784, php-mongo/trunk/mongo.ini)
  php-mongo/repos/community-x86_64/PKGBUILD
(from rev 110784, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-x86_64/mongo.ini
(from rev 110784, php-mongo/trunk/mongo.ini)
Deleted:
  php-mongo/repos/community-i686/PKGBUILD
  php-mongo/repos/community-i686/mongo.ini
  php-mongo/repos/community-x86_64/PKGBUILD
  php-mongo/repos/community-x86_64/mongo.ini

+
 /PKGBUILD  |   60 +++
 /mongo.ini |   56 
 community-i686/PKGBUILD|   31 --
 community-i686/mongo.ini   |   28 
 community-x86_64/PKGBUILD  |   31 --
 community-x86_64/mongo.ini |   28 
 6 files changed, 116 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-06 19:41:59 UTC (rev 110784)
+++ community-i686/PKGBUILD 2014-05-06 19:42:16 UTC (rev 110785)
@@ -1,31 +0,0 @@
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Jarek Sedlacek jareksedla...@gmail.com
-
-pkgname=php-mongo
-pkgver=1.5.1
-pkgrel=1
-pkgdesc=Officially supported PHP driver for MongoDB
-arch=(i686 x86_64)
-url=http://www.mongodb.org/display/DOCS/PHP+Language+Center;
-license=(APACHE)
-depends=(php)
-backup=(etc/php/conf.d/mongo.ini)
-source=(
-   http://pecl.php.net/get/mongo-$pkgver.tgz;
-   mongo.ini
-)
-
-build() {
-   cd mongo-$pkgver
-   phpize
-   ./configure --prefix=/usr --enable-mongo
-}
-
-package() {
-   cd mongo-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-   install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
-}
-
-sha256sums=('883aad17c44e8f053b10c8e31d7ff6487d5b5660ea8bd17a7b62976e988c4ea4'
-'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Copied: php-mongo/repos/community-i686/PKGBUILD (from rev 110784, 
php-mongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-06 19:42:16 UTC (rev 110785)
@@ -0,0 +1,30 @@
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Jarek Sedlacek jareksedla...@gmail.com
+
+pkgname=php-mongo
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=Officially supported PHP driver for MongoDB
+arch=(i686 x86_64)
+url=http://www.mongodb.org/display/DOCS/PHP+Language+Center;
+license=(APACHE)
+depends=(php)
+backup=(etc/php/conf.d/mongo.ini)
+source=(
+   http://pecl.php.net/get/mongo-$pkgver.tgz;
+   mongo.ini
+)
+
+build() {
+   cd mongo-$pkgver
+   phpize
+   ./configure --prefix=/usr --enable-mongo
+}
+
+package() {
+   cd mongo-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
+}
+sha256sums=('98ae2994445763d7bac19c418d9f1773592fd3a4a10ff1e36498383a52fb54e7'
+'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Deleted: community-i686/mongo.ini
===
--- community-i686/mongo.ini2014-05-06 19:41:59 UTC (rev 110784)
+++ community-i686/mongo.ini2014-05-06 19:42:16 UTC (rev 110785)
@@ -1,28 +0,0 @@
-; Tell PHP to load the Mongo Extension on startup
-extension=mongo.so
-
-[mongo]
-; If the driver should reconnect to mongo
-mongo.auto_reconnect = False
-
-; Whether to allow persistent connections
-mongo.allow_persistent = On
-
-; Maximum number of persistent connections (-1 means unlimited)
-mongo.max_persistent = -1
-
-; Maximum number of links (persistent and non-persistent, -1 means unlimited)
-mongo.max_connections = -1
-
-; Default host for mongo connection
-mongo.default_host = localhost
-
-; Default port for mongo database
-mongo.default_port = 27017
-
-; When saving files to the database, size of chunks to split them into
-mongo.chunk_size = 262400
-
-; Specify an alternate character to $ to use for special db functions ($set, 
$push, $exists, etc.)
-mongo.cmd = $
-

Copied: php-mongo/repos/community-i686/mongo.ini (from rev 110784, 
php-mongo/trunk/mongo.ini)
===
--- community-i686/mongo.ini(rev 0)
+++ community-i686/mongo.ini2014-05-06 19:42:16 UTC (rev 110785)
@@ -0,0 +1,28 @@
+; Tell PHP to load the Mongo Extension on startup
+extension=mongo.so
+
+[mongo]
+; If the driver should reconnect to mongo
+mongo.auto_reconnect = False

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

2014-05-06 Thread Tobias Powalowski
Date: Tuesday, May 6, 2014 @ 22:49:41
  Author: tpowa
Revision: 212093

upgpkg: linux 3.14.3-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 18:13:21 UTC (rev 212092)
+++ PKGBUILD2014-05-06 20:49:41 UTC (rev 212093)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.14
-pkgver=3.14.2
+pkgver=3.14.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -25,7 +25,6 @@
 '0004-fs-Don-t-return-0-from-get_anon_bdev.patch'
 '0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch'
 '0006-genksyms-fix-typeof-handling.patch'
-'0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch'
 '0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch'
 '0011-kernfs-fix-removed-error-check.patch'
 '0012-fix-saa7134.patch'
@@ -34,7 +33,7 @@
 '0015-fix-xsdt-validation.patch'
 )
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
-'1c7a8fee1674bfa6354dc6e3038ca1f16bc1327b035cd4896b795b482c7d1829'
+'a26a25739c50d639174698ae498530205b55e5a2b11f8c33ab92a8581bc83fbd'
 'c01d212694eddcf694c55e0943bf3336b6e1ff41b90ac1cdc88b26789785ed45'
 '9a33feb450005a43bf9aa8fbb74b2e463c72ea17ad06bab3357f8a0a89088e85'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
@@ -45,7 +44,6 @@
 '1e1ae0f31f722e80da083ecada1f1be57f9ddad133941820c4483b0240e494c1'
 '3fffb01cf97a5a7ab9601cb277d2468c0fb1e1cceba4225915f3ffae3a5694ec'
 'cf2e7a2d00787f754028e7459688c2755a406e632ce48b60952fa4ff7ed6f4b7'
-'a98bc3836bcf85774a974a1585e6b64432ba8c42363ee484d14515ccd6a88e24'
 'c0af4622f75c89fef62183e18b7d49998228d4eaa906c6accaf4aa4ff0134f85'
 '04f44bf5c181d6dc31905937c1bdccb0f5aecaad3a579e99b302502b9cbe0f7a'
 '79359454c9d8446eb55add2b1cdbf8332bd67dafb01fefb5b1ca090225f64d18'
@@ -89,11 +87,6 @@
   # 
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=dc53324060f324e8af6867f57bf4891c13c6ef18
   patch -p1 -i ${srcdir}/0006-genksyms-fix-typeof-handling.patch
 
-  # Fix the use of code32_start in the EFI boot stub
-  # http://permalink.gmane.org/gmane.linux.kernel/1679881
-  # 
https://git.kernel.org/cgit/linux/kernel/git/mfleming/efi.git/commit/?h=urgentid=7e8213c1f3acc064aef37813a39f13cbfe7c3ce7
-  patch -p1 -i 
${srcdir}/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
-
   # 
https://git.kernel.org/cgit/linux/kernel/git/iwlwifi/iwlwifi-fixes.git/commit/?id=12f853a89e29f50b17698e17e73c328a35f1498d
   # FS#39815
   patch -p1 -i 
${srcdir}/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch



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

2014-05-06 Thread Tobias Powalowski
Date: Tuesday, May 6, 2014 @ 22:50:20
  Author: tpowa
Revision: 212094

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 212093, 
linux/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 212093, 
linux/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 212093, linux/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux/repos/testing-i686/0004-fs-Don-t-return-0-from-get_anon_bdev.patch
(from rev 212093, 
linux/trunk/0004-fs-Don-t-return-0-from-get_anon_bdev.patch)
  
linux/repos/testing-i686/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 212093, 
linux/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 212093, linux/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux/repos/testing-i686/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
(from rev 212093, 
linux/trunk/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch)
  linux/repos/testing-i686/0008-futex-avoid-race-between-requeue-and-wake.patch
(from rev 212093, 
linux/trunk/0008-futex-avoid-race-between-requeue-and-wake.patch)
  linux/repos/testing-i686/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch
(from rev 212093, 
linux/trunk/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch)
  
linux/repos/testing-i686/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
(from rev 212093, 
linux/trunk/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch)
  linux/repos/testing-i686/0011-kernfs-fix-removed-error-check.patch
(from rev 212093, linux/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux/repos/testing-i686/0012-fix-saa7134.patch
(from rev 212093, linux/trunk/0012-fix-saa7134.patch)
  
linux/repos/testing-i686/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch
(from rev 212093, 
linux/trunk/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch)
  linux/repos/testing-i686/0014-fix-rtl8192se.patch
(from rev 212093, linux/trunk/0014-fix-rtl8192se.patch)
  linux/repos/testing-i686/0015-fix-xsdt-validation.patch
(from rev 212093, linux/trunk/0015-fix-xsdt-validation.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 212093, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 212093, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 212093, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 212093, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 212093, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 212093, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 212093, 
linux/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 212093, 
linux/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 212093, linux/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux/repos/testing-x86_64/0004-fs-Don-t-return-0-from-get_anon_bdev.patch
(from rev 212093, 
linux/trunk/0004-fs-Don-t-return-0-from-get_anon_bdev.patch)
  
linux/repos/testing-x86_64/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 212093, 
linux/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 212093, linux/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux/repos/testing-x86_64/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
(from rev 212093, 
linux/trunk/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch)
  
linux/repos/testing-x86_64/0008-futex-avoid-race-between-requeue-and-wake.patch
(from rev 212093, 
linux/trunk/0008-futex-avoid-race-between-requeue-and-wake.patch)
  linux/repos/testing-x86_64/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch
(from rev 212093, 
linux/trunk/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch)
  
linux/repos/testing-x86_64/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
(from rev 212093, 
linux/trunk/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch)
  linux/repos/testing-x86_64/0011-kernfs-fix-removed-error-check.patch
(from rev 212093, 

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

2014-05-06 Thread Jonathan Steel
Date: Tuesday, May 6, 2014 @ 22:58:06
  Author: jsteel
Revision: 110786

upgpkg: vagrant 1.6.0-1

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 19:42:16 UTC (rev 110785)
+++ PKGBUILD2014-05-06 20:58:06 UTC (rev 110786)
@@ -10,7 +10,7 @@
 # Contributor: Steven Nance ste...@devtrw.com
 
 pkgname=vagrant
-pkgver=1.5.4
+pkgver=1.6.0
 pkgrel=1
 pkgdesc=Build and distribute virtualized development environments
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
 source=(http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
 
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
-md5sums=('f6c22ddf494b3bcd860a751e38a8ef1c')
+md5sums=('c3d23bc5573e0790eaebfc08e59f0384')
 [[ $CARCH == i686 ]]  md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
 [[ $CARCH == x86_64 ]]  md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
 



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

2014-05-06 Thread Jonathan Steel
Date: Tuesday, May 6, 2014 @ 22:58:28
  Author: jsteel
Revision: 110787

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-06 20:58:06 UTC (rev 110786)
+++ community-i686/PKGBUILD 2014-05-06 20:58:28 UTC (rev 110787)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-# Contributor: Ido Rosen i...@kernel.org
-# Contributor: Brett Hoerner br...@bretthoerner.com
-# Contributor: Jochen Schalanda jochen+...@schalanda.name
-# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
-# Contributor: helios a...@wiresphere.de
-# Contributor: George Ornbo gor...@gmail.com
-# Contributor: Niklas Heer niklas.h...@me.com
-# Contributor: Steven Nance ste...@devtrw.com
-
-pkgname=vagrant
-pkgver=1.5.4
-pkgrel=1
-pkgdesc=Build and distribute virtualized development environments
-arch=('i686' 'x86_64')
-url=http://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
-source=(http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
-md5sums=('f6c22ddf494b3bcd860a751e38a8ef1c')
-[[ $CARCH == i686 ]]  md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
-[[ $CARCH == x86_64 ]]  md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  EMBEDDED_DIR=$srcdir/substrate/embedded
-
-  echo -n $pkgver  $srcdir/substrate/${pkgname}_version
-
-  $EMBEDDED_DIR/bin/gem build $pkgname.gemspec
-
-  GEM_PATH=$EMBEDDED_DIR/gems GEM_HOME=$GEM_PATH \
-  GEMRC=$EMBEDDED_DIR/etc/gemrc CPPFLAGS=-I$EMBEDDED_DIR/include \
-  LDFLAGS=-L$EMBEDDED_DIR/lib PATH=$EMBEDDED_DIR/bin:$PATH \
-$EMBEDDED_DIR/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
-}
-
-package() {
-  install -d $pkgdir/{opt/,usr/bin/,usr/share/bash-completion/completions/}
-
-  cp -r $srcdir/substrate/ $pkgdir/opt/$pkgname/
-
-  ln -s /opt/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
-
-  ln -s 
/opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \
-$pkgdir/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-i686/PKGBUILD (from rev 110786, 
vagrant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-06 20:58:28 UTC (rev 110787)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: Ido Rosen i...@kernel.org
+# Contributor: Brett Hoerner br...@bretthoerner.com
+# Contributor: Jochen Schalanda jochen+...@schalanda.name
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+# Contributor: helios a...@wiresphere.de
+# Contributor: George Ornbo gor...@gmail.com
+# Contributor: Niklas Heer niklas.h...@me.com
+# Contributor: Steven Nance ste...@devtrw.com
+
+pkgname=vagrant
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Build and distribute virtualized development environments
+arch=('i686' 'x86_64')
+url=http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
+source=(http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
+md5sums=('c3d23bc5573e0790eaebfc08e59f0384')
+[[ $CARCH == i686 ]]  md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
+[[ $CARCH == x86_64 ]]  md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  EMBEDDED_DIR=$srcdir/substrate/embedded
+
+  echo -n $pkgver  $srcdir/substrate/${pkgname}_version
+
+  $EMBEDDED_DIR/bin/gem build $pkgname.gemspec
+
+  GEM_PATH=$EMBEDDED_DIR/gems GEM_HOME=$GEM_PATH \
+  GEMRC=$EMBEDDED_DIR/etc/gemrc CPPFLAGS=-I$EMBEDDED_DIR/include \
+  LDFLAGS=-L$EMBEDDED_DIR/lib PATH=$EMBEDDED_DIR/bin:$PATH \
+$EMBEDDED_DIR/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+}
+
+package() {
+  install -d $pkgdir/{opt/,usr/bin/,usr/share/bash-completion/completions/}
+
+  cp -r $srcdir/substrate/ $pkgdir/opt/$pkgname/
+
+  ln -s /opt/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
+
+  ln -s 

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

2014-05-06 Thread Anatol Pomozov
Date: Wednesday, May 7, 2014 @ 00:15:00
  Author: anatolik
Revision: 212095

upgpkg: nspr 4.10.5-1

Modified:
  nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 20:50:20 UTC (rev 212094)
+++ PKGBUILD2014-05-06 22:15:00 UTC (rev 212095)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=nspr
-pkgver=4.10.4
+pkgver=4.10.5
 pkgrel=1
 pkgdesc=Netscape Portable Runtime
 arch=(i686 x86_64)
@@ -13,8 +13,8 @@
 makedepends=('zip')
 options=('!emptydirs')
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
-md5sums=('db8e5c40dadcf3f71a20c01f503c573a')
-sha1sums=('43b2029d990515f952c89d2921397c064fbbe2e7')
+md5sums=('c903557c620b4b84457f57ddc80934c4')
+sha1sums=('891de2b62ad42f9b38808a0aa58c95e8cbd5c9a9')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-06 Thread Anatol Pomozov
Date: Wednesday, May 7, 2014 @ 00:15:42
  Author: anatolik
Revision: 212096

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

Added:
  nspr/repos/testing-i686/
  nspr/repos/testing-i686/PKGBUILD
(from rev 212095, nspr/trunk/PKGBUILD)
  nspr/repos/testing-x86_64/
  nspr/repos/testing-x86_64/PKGBUILD
(from rev 212095, nspr/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   44 
 testing-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: nspr/repos/testing-i686/PKGBUILD (from rev 212095, nspr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-06 22:15:42 UTC (rev 212096)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=nspr
+pkgver=4.10.5
+pkgrel=1
+pkgdesc=Netscape Portable Runtime
+arch=(i686 x86_64)
+url=http://www.mozilla.org/projects/nspr/;
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=('!emptydirs')
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c903557c620b4b84457f57ddc80934c4')
+sha1sums=('891de2b62ad42f9b38808a0aa58c95e8cbd5c9a9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ $CARCH = x86_64 ]; then
+_confflags=--enable-64bit
+  else
+_confflags=
+  fi
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${_confflags}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  ln -s nspr.pc $pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc
+  rm -r $pkgdir/usr/bin/{compile-et.pl,prerr.properties} \
+ $pkgdir/usr/include/nspr/md
+}

Copied: nspr/repos/testing-x86_64/PKGBUILD (from rev 212095, 
nspr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-06 22:15:42 UTC (rev 212096)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=nspr
+pkgver=4.10.5
+pkgrel=1
+pkgdesc=Netscape Portable Runtime
+arch=(i686 x86_64)
+url=http://www.mozilla.org/projects/nspr/;
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=('!emptydirs')
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c903557c620b4b84457f57ddc80934c4')
+sha1sums=('891de2b62ad42f9b38808a0aa58c95e8cbd5c9a9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ $CARCH = x86_64 ]; then
+_confflags=--enable-64bit
+  else
+_confflags=
+  fi
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${_confflags}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  ln -s nspr.pc $pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc
+  rm -r $pkgdir/usr/bin/{compile-et.pl,prerr.properties} \
+ $pkgdir/usr/include/nspr/md
+}



[arch-commits] Commit in mate-settings-daemon/trunk (PKGBUILD)

2014-05-06 Thread Martin Wimpress
Date: Wednesday, May 7, 2014 @ 00:20:44
  Author: flexiondotorg
Revision: 110788

upgpkg: mate-settings-daemon 1.8.1-1 - New upstream release

Modified:
  mate-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-06 20:58:28 UTC (rev 110787)
+++ PKGBUILD2014-05-06 22:20:44 UTC (rev 110788)
@@ -2,7 +2,7 @@
 
 pkgbase=mate-settings-daemon
 pkgname=(${pkgbase}-pulseaudio ${pkgbase}-gstreamer)
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -10,16 +10,16 @@
 depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
  'libcanberra-pulse' 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop'
  'nss' 'polkit' 'pulseaudio-alsa')
-makedepends=('mate-common' 'perl-xml-parser')
+makedepends=('mate-common')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('f36819914e03c0f3ceda209fba17a2063990078b')
+sha1sums=('cb279e69af618f8496ef45f61325b267afba539e')
 install=${pkgbase}.install
 
 build() {
 cd ${srcdir}
 cp -a ${pkgbase}-${pkgver}{,-gstreamer}
-
-# build for pulseaudio 
+
+# build for pulseaudio
 cd ${srcdir}/${pkgbase}-${pkgver}
 ./configure \
 --prefix=/usr \
@@ -31,7 +31,7 @@
 --disable-gstreamer \
 --disable-static
 make
-
+
 # build for gstreamer
 cd ${srcdir}/${pkgbase}-${pkgver}-gstreamer
 ./configure \



[arch-commits] Commit in mate-settings-daemon/repos (8 files)

2014-05-06 Thread Martin Wimpress
Date: Wednesday, May 7, 2014 @ 00:21:02
  Author: flexiondotorg
Revision: 110789

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

Added:
  mate-settings-daemon/repos/community-i686/PKGBUILD
(from rev 110788, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-i686/mate-settings-daemon.install
(from rev 110788, mate-settings-daemon/trunk/mate-settings-daemon.install)
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 110788, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-x86_64/mate-settings-daemon.install
(from rev 110788, mate-settings-daemon/trunk/mate-settings-daemon.install)
Deleted:
  mate-settings-daemon/repos/community-i686/PKGBUILD
  mate-settings-daemon/repos/community-i686/mate-settings-daemon.install
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
  mate-settings-daemon/repos/community-x86_64/mate-settings-daemon.install

---+
 /PKGBUILD |  140 
 /mate-settings-daemon.install |   24 
 community-i686/PKGBUILD   |   70 
 community-i686/mate-settings-daemon.install   |   12 --
 community-x86_64/PKGBUILD |   70 
 community-x86_64/mate-settings-daemon.install |   12 --
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-06 22:20:44 UTC (rev 110788)
+++ community-i686/PKGBUILD 2014-05-06 22:21:02 UTC (rev 110789)
@@ -1,70 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgbase=mate-settings-daemon
-pkgname=(${pkgbase}-pulseaudio ${pkgbase}-gstreamer)
-pkgver=1.8.0
-pkgrel=1
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
- 'libcanberra-pulse' 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop'
- 'nss' 'polkit' 'pulseaudio-alsa')
-makedepends=('mate-common' 'perl-xml-parser')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('f36819914e03c0f3ceda209fba17a2063990078b')
-install=${pkgbase}.install
-
-build() {
-cd ${srcdir}
-cp -a ${pkgbase}-${pkgver}{,-gstreamer}
-
-# build for pulseaudio 
-cd ${srcdir}/${pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0 \
---enable-polkit \
---enable-pulse \
---disable-gstreamer \
---disable-static
-make
-
-# build for gstreamer
-cd ${srcdir}/${pkgbase}-${pkgver}-gstreamer
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0 \
---enable-polkit \
---enable-gstreamer \
---disable-pulse \
---disable-static
-make
-}
-
-package_mate-settings-daemon-pulseaudio() {
-groups=('mate')
-pkgdesc=The MATE Settings daemon (pulseaudio)
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
-'libmatekbd' 'libnotify' 'libxt' 'mate-desktop' 'nss' 'polkit'
-'pulseaudio-alsa')
-conflicts=(${pkgbase}-gstreamer 'mate-media-gstreamer')
-provides=(${pkgbase})
-replaces=(${pkgbase})
-cd ${srcdir}/${pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}
-
-package_mate-settings-daemon-gstreamer() {
-pkgdesc=The MATE Settings daemon (GStreamer)
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
- 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop' 'nss' 'polkit')
-conflicts=(${pkgbase}-pulseaudio 'mate-media-pulseaudio')
-provides=(${pkgbase})
-cd ${srcdir}/${pkgbase}-${pkgver}-gstreamer
-make DESTDIR=${pkgdir} install
-}

Copied: mate-settings-daemon/repos/community-i686/PKGBUILD (from rev 110788, 
mate-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-06 22:21:02 UTC (rev 110789)
@@ -0,0 +1,70 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgbase=mate-settings-daemon
+pkgname=(${pkgbase}-pulseaudio ${pkgbase}-gstreamer)
+pkgver=1.8.1
+pkgrel=1
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
+ 'libcanberra-pulse' 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop'
+ 'nss' 'polkit' 'pulseaudio-alsa')
+makedepends=('mate-common')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('cb279e69af618f8496ef45f61325b267afba539e')
+install=${pkgbase}.install
+
+build() {
+cd ${srcdir}
+

[arch-commits] Commit in (4 files)

2014-05-06 Thread Dave Reisner
Date: Wednesday, May 7, 2014 @ 04:13:53
  Author: dreisner
Revision: 110790

add pkgbuild-introspection

Added:
  pkgbuild-introspection/
  pkgbuild-introspection/repos/
  pkgbuild-introspection/trunk/
  pkgbuild-introspection/trunk/PKGBUILD

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

Added: pkgbuild-introspection/trunk/PKGBUILD
===
--- pkgbuild-introspection/trunk/PKGBUILD   (rev 0)
+++ pkgbuild-introspection/trunk/PKGBUILD   2014-05-07 02:13:53 UTC (rev 
110790)
@@ -0,0 +1,19 @@
+pkgname=pkgbuild-introspection
+pkgver=1
+pkgrel=1
+pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
+url=https://github.com/falconindy/pkgbuild-introspection;
+license=('MIT')
+arch=('any')
+makedepends=('git')
+source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('6ba933980e2848c7465c9571eca6cb13'
+ 'SKIP')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
+}



[arch-commits] Commit in pkgbuild-introspection/repos (2 files)

2014-05-06 Thread Dave Reisner
Date: Wednesday, May 7, 2014 @ 04:14:20
  Author: dreisner
Revision: 110791

archrelease: copy trunk to community-any

Added:
  pkgbuild-introspection/repos/community-any/
  pkgbuild-introspection/repos/community-any/PKGBUILD
(from rev 110790, pkgbuild-introspection/trunk/PKGBUILD)

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

Copied: pkgbuild-introspection/repos/community-any/PKGBUILD (from rev 110790, 
pkgbuild-introspection/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-05-07 02:14:20 UTC (rev 110791)
@@ -0,0 +1,19 @@
+pkgname=pkgbuild-introspection
+pkgver=1
+pkgrel=1
+pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
+url=https://github.com/falconindy/pkgbuild-introspection;
+license=('MIT')
+arch=('any')
+makedepends=('git')
+source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('6ba933980e2848c7465c9571eca6cb13'
+ 'SKIP')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
+}



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

2014-05-06 Thread Dave Reisner
Date: Wednesday, May 7, 2014 @ 04:21:55
  Author: dreisner
Revision: 110793

fix dependencies

Modified:
  pkgbuild-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-07 02:15:06 UTC (rev 110792)
+++ PKGBUILD2014-05-07 02:21:55 UTC (rev 110793)
@@ -1,11 +1,11 @@
 pkgname=pkgbuild-introspection
 pkgver=1
-pkgrel=1
+pkgrel=2
 pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
 url=https://github.com/falconindy/pkgbuild-introspection;
 license=('MIT')
 arch=('any')
-makedepends=('git')
+depends=('bash')
 
source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
 md5sums=('6ba933980e2848c7465c9571eca6cb13'
  'SKIP')



[arch-commits] Commit in pkgbuild-introspection/repos/community-any (2 files)

2014-05-06 Thread Dave Reisner
Date: Wednesday, May 7, 2014 @ 04:22:30
  Author: dreisner
Revision: 110794

archrelease: copy trunk to community-any

Added:
  pkgbuild-introspection/repos/community-any/PKGBUILD
(from rev 110793, pkgbuild-introspection/trunk/PKGBUILD)
Deleted:
  pkgbuild-introspection/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-07 02:21:55 UTC (rev 110793)
+++ PKGBUILD2014-05-07 02:22:30 UTC (rev 110794)
@@ -1,19 +0,0 @@
-pkgname=pkgbuild-introspection
-pkgver=1
-pkgrel=1
-pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
-url=https://github.com/falconindy/pkgbuild-introspection;
-license=('MIT')
-arch=('any')
-makedepends=('git')
-source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('6ba933980e2848c7465c9571eca6cb13'
- 'SKIP')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
-}

Copied: pkgbuild-introspection/repos/community-any/PKGBUILD (from rev 110793, 
pkgbuild-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-07 02:22:30 UTC (rev 110794)
@@ -0,0 +1,19 @@
+pkgname=pkgbuild-introspection
+pkgver=1
+pkgrel=2
+pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
+url=https://github.com/falconindy/pkgbuild-introspection;
+license=('MIT')
+arch=('any')
+depends=('bash')
+source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('6ba933980e2848c7465c9571eca6cb13'
+ 'SKIP')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
+}