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

2014-05-13 Thread Laurent Carlier
Date: Tuesday, May 13, 2014 @ 10:12:03
  Author: lcarlier
Revision: 111075

upgpkg: apitrace 5.0-1

upstream update 5.0

Modified:
  apitrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 04:58:53 UTC (rev 111074)
+++ PKGBUILD2014-05-13 08:12:03 UTC (rev 111075)
@@ -4,7 +4,7 @@
 # Contributor: Glaucous 
 
 pkgname=apitrace
-pkgver=4.0
+pkgver=5.0
 pkgrel=1
 pkgdesc="Graphics API Tracing"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'mesa' 'libgl' 'python2' 'qtwebkit' 'qjson')
 optdepends=('qtwebkit: GUI support' 'qjson: GUI support')
 source=("https://github.com/apitrace/apitrace/archive/${pkgver}.zip";)
-md5sums=('5b2e212d91d2f184d8608c712eab69a0')
+md5sums=('2a60e8a4c90f841dc95fe659ba26607e')
 
 build() {
   cd ${srcdir}/apitrace-*



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

2014-05-13 Thread Laurent Carlier
Date: Tuesday, May 13, 2014 @ 10:12:14
  Author: lcarlier
Revision: 111076

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

Added:
  apitrace/repos/community-i686/PKGBUILD
(from rev 111075, apitrace/trunk/PKGBUILD)
  apitrace/repos/community-i686/gcc-4.7-fix.patch
(from rev 111075, apitrace/trunk/gcc-4.7-fix.patch)
  apitrace/repos/community-x86_64/PKGBUILD
(from rev 111075, apitrace/trunk/PKGBUILD)
  apitrace/repos/community-x86_64/gcc-4.7-fix.patch
(from rev 111075, apitrace/trunk/gcc-4.7-fix.patch)
Deleted:
  apitrace/repos/community-i686/PKGBUILD
  apitrace/repos/community-i686/gcc-4.7-fix.patch
  apitrace/repos/community-x86_64/PKGBUILD
  apitrace/repos/community-x86_64/gcc-4.7-fix.patch

+
 /PKGBUILD  |   66 +
 /gcc-4.7-fix.patch |   78 +++
 community-i686/PKGBUILD|   33 --
 community-i686/gcc-4.7-fix.patch   |   39 -
 community-x86_64/PKGBUILD  |   33 --
 community-x86_64/gcc-4.7-fix.patch |   39 -
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-13 08:12:03 UTC (rev 111075)
+++ community-i686/PKGBUILD 2014-05-13 08:12:14 UTC (rev 111076)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Luca Bennati 
-# Contributor: Glaucous 
-
-pkgname=apitrace
-pkgver=4.0
-pkgrel=1
-pkgdesc="Graphics API Tracing"
-arch=('i686' 'x86_64')
-url="https://github.com/apitrace/apitrace";
-license=('custom')
-makedepends=('cmake' 'mesa' 'libgl' 'python2' 'qtwebkit' 'qjson')
-optdepends=('qtwebkit: GUI support' 'qjson: GUI support')
-source=("https://github.com/apitrace/apitrace/archive/${pkgver}.zip";)
-md5sums=('5b2e212d91d2f184d8608c712eab69a0')
-
-build() {
-  cd ${srcdir}/apitrace-*
-
-  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr 
-DPYTHON_EXECUTABLE='/usr/bin/python2'
-  make -C build
-}
-
-package() {
-  depends=('python2' 'libgl')
-  cd ${srcdir}/apitrace-*
-
-  make -C build DESTDIR="${pkgdir}/" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
-}

Copied: apitrace/repos/community-i686/PKGBUILD (from rev 111075, 
apitrace/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-13 08:12:14 UTC (rev 111076)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Luca Bennati 
+# Contributor: Glaucous 
+
+pkgname=apitrace
+pkgver=5.0
+pkgrel=1
+pkgdesc="Graphics API Tracing"
+arch=('i686' 'x86_64')
+url="https://github.com/apitrace/apitrace";
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'qtwebkit' 'qjson')
+optdepends=('qtwebkit: GUI support' 'qjson: GUI support')
+source=("https://github.com/apitrace/apitrace/archive/${pkgver}.zip";)
+md5sums=('2a60e8a4c90f841dc95fe659ba26607e')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr 
-DPYTHON_EXECUTABLE='/usr/bin/python2'
+  make -C build
+}
+
+package() {
+  depends=('python2' 'libgl')
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR="${pkgdir}/" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
+}

Deleted: community-i686/gcc-4.7-fix.patch
===
--- community-i686/gcc-4.7-fix.patch2014-05-13 08:12:03 UTC (rev 111075)
+++ community-i686/gcc-4.7-fix.patch2014-05-13 08:12:14 UTC (rev 111076)
@@ -1,39 +0,0 @@
-From 8159d6c1295da8c1b342bc77686e7ecfed1e5c01 Mon Sep 17 00:00:00 2001
-From: Martin Olsson 
-Date: Mon, 26 Mar 2012 10:40:45 +0200
-Subject: [PATCH] Fix compile error "isatty was not declared"; missing
- unistd.h include
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-When I built apitrace on Fedora 16, using the usual:
-
-   cmake -H. -Bbuild
-   make -C build
-
-...then I got this compile error:
-
-   apitrace/cli/cli_dump.cpp: In function ‘int command(int, char**)’:
-   apitrace/cli/cli_dump.cpp:176:25: error: ‘isatty’ was not declared in 
this scope

- cli/cli_dump.cpp |3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/cli/cli_dump.cpp b/cli/cli_dump.cpp
-index 28c91af..f52b83c 100644
 a/cli/cli_dump.cpp
-+++ b/cli/cli_dump.cpp
-@@ -28,6 +28,9 @@
- #include 
- #include  // for CHAR_MAX
- #include 
-+#ifndef _WIN32
-+#include  // for isatty()
-+#endif
- 
- #include "cli.hpp"
- #include "cli_pager.hpp"
--- 
-1.7.10
-

Copied: apitrace/repos/community-i686/gcc-4.7-fix.patch (from rev 111075, 
apitrace/trunk/gcc-4.7-fix.patc

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

2014-05-13 Thread Bartłomiej Piotrowski
Date: Tuesday, May 13, 2014 @ 10:23:48
  Author: bpiotrowski
Revision: 212332

upgpkg: linux-lts 3.10.39-2

fix CVE-2014-0196

Added:
  
linux-lts/trunk/0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch
Modified:
  linux-lts/trunk/PKGBUILD

-+
 0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch |   83 
++
 PKGBUILD|   11 -
 2 files changed, 91 insertions(+), 3 deletions(-)

Added: 0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch
===
--- 0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch 
(rev 0)
+++ 0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch 
2014-05-13 08:23:48 UTC (rev 212332)
@@ -0,0 +1,83 @@
+From 4291086b1f081b869c6d79e5b7441633dc3ace00 Mon Sep 17 00:00:00 2001
+From: Peter Hurley 
+Date: Sat, 3 May 2014 14:04:59 +0200
+Subject: [PATCH] n_tty: Fix n_tty_write crash when echoing in raw mode
+
+The tty atomic_write_lock does not provide an exclusion guarantee for
+the tty driver if the termios settings are LECHO & !OPOST.  And since
+it is unexpected and not allowed to call TTY buffer helpers like
+tty_insert_flip_string concurrently, this may lead to crashes when
+concurrect writers call pty_write. In that case the following two
+writers:
+* the ECHOing from a workqueue and
+* pty_write from the process
+race and can overflow the corresponding TTY buffer like follows.
+
+If we look into tty_insert_flip_string_fixed_flag, there is:
+  int space = __tty_buffer_request_room(port, goal, flags);
+  struct tty_buffer *tb = port->buf.tail;
+  ...
+  memcpy(char_buf_ptr(tb, tb->used), chars, space);
+  ...
+  tb->used += space;
+
+so the race of the two can result in something like this:
+  AB
+__tty_buffer_request_room
+  __tty_buffer_request_room
+memcpy(buf(tb->used), ...)
+tb->used += space;
+  memcpy(buf(tb->used), ...) ->BOOM
+
+B's memcpy is past the tty_buffer due to the previous A's tb->used
+increment.
+
+Since the N_TTY line discipline input processing can output
+concurrently with a tty write, obtain the N_TTY ldisc output_lock to
+serialize echo output with normal tty writes.  This ensures the tty
+buffer helper tty_insert_flip_string is not called concurrently and
+everything is fine.
+
+Note that this is nicely reproducible by an ordinary user using
+forkpty and some setup around that (raw termios + ECHO). And it is
+present in kernels at least after commit
+d945cb9cce20ac7143c2de8d88b187f62db99bdc (pty: Rework the pty layer to
+use the normal buffering logic) in 2.6.31-rc3.
+
+js: add more info to the commit log
+js: switch to bool
+js: lock unconditionally
+js: lock only the tty->ops->write call
+
+References: CVE-2014-0196
+Reported-and-tested-by: Jiri Slaby 
+Signed-off-by: Peter Hurley 
+Signed-off-by: Jiri Slaby 
+Cc: Linus Torvalds 
+Cc: Alan Cox 
+Cc: 
+Signed-off-by: Greg Kroah-Hartman 
+---
+ drivers/tty/n_tty.c | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/drivers/tty/n_tty.c b/drivers/tty/n_tty.c
+index 41fe8a0..fe9d129 100644
+--- a/drivers/tty/n_tty.c
 b/drivers/tty/n_tty.c
+@@ -2353,8 +2353,12 @@ static ssize_t n_tty_write(struct tty_struct *tty, 
struct file *file,
+   if (tty->ops->flush_chars)
+   tty->ops->flush_chars(tty);
+   } else {
++  struct n_tty_data *ldata = tty->disc_data;
++
+   while (nr > 0) {
++  mutex_lock(&ldata->output_lock);
+   c = tty->ops->write(tty, b, nr);
++  mutex_unlock(&ldata->output_lock);
+   if (c < 0) {
+   retval = c;
+   goto break_out;
+-- 
+1.9.2
+

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 06:14:37 UTC (rev 212331)
+++ PKGBUILD2014-05-13 08:23:48 UTC (rev 212332)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.10
 pkgver=3.10.39
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
 license=('GPL2')
@@ -19,7 +19,8 @@
 # standard config files for mkinitcpio ramdisk
 'linux-lts.preset'
 'change-default-console-loglevel.patch'
-'criu-no-expert.patch')
+'criu-no-expert.patch'
+'0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch')
 md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
  'bfb4feed5a0c28bc0cb57b47bb6aed57'
  '45368ef5c1d03d375c31dcecabc5f0dd'
@@ -26,7 +27,8 @@
  'bf297cf1c74b06552b1013a09a27692f'
  '232b5

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

2014-05-13 Thread Bartłomiej Piotrowski
Date: Tuesday, May 13, 2014 @ 10:24:02
  Author: bpiotrowski
Revision: 212333

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch
(from rev 212332, 
linux-lts/trunk/0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 212332, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 212332, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 212332, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 212332, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/criu-no-expert.patch
(from rev 212332, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 212332, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 212332, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch
(from rev 212332, 
linux-lts/trunk/0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 212332, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 212332, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 212332, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 212332, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/criu-no-expert.patch
(from rev 212332, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 212332, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 212332, linux-lts/trunk/linux-lts.preset)

+
 testing-i686/0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch   
|   83 
 testing-i686/PKGBUILD  
|  339 
 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/0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch 
|   83 
 testing-x86_64/PKGBUILD
|  339 
 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 
 16 files changed, 25884 insertions(+)

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


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

2014-05-13 Thread Timothy Redaelli
Date: Tuesday, May 13, 2014 @ 12:34:55
  Author: tredaelli
Revision: 111077

upgpkg: dispcalgui 2.1.0.0-1

Modified:
  dispcalgui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 08:12:14 UTC (rev 111076)
+++ PKGBUILD2014-05-13 10:34:55 UTC (rev 111077)
@@ -4,7 +4,7 @@
 # Contributor: foxbunny 
 
 pkgname=dispcalgui
-pkgver=2.0.0.0
+pkgver=2.1.0.0
 pkgrel=1
 pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
 arch=('i686' 'x86_64')
@@ -15,16 +15,15 @@
 optdepends=('gksu: For running as root')
 install=${pkgname}.install
 
source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz";)
-md5sums=('5740301fb4f7e72a57b4eab6a4ee405a')
+md5sums=('4d47ce34946e5b0b8bf2658a572e6bd6')
 
 prepare() {
-  cd "${srcdir}"/dispcalGUI-${pkgver}
-#  patch -p1 -i "$srcdir"/dispcalGUI-1.5.3.1-wxgtk3.patch
+  cd dispcalGUI-${pkgver}
   find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
 }
 
 package() {
-  cd "${srcdir}"/dispcalGUI-${pkgver}
+  cd dispcalGUI-${pkgver}
   python2 setup.py install --root="${pkgdir}" --optimize=1
   #udev rules are shipped with argyllcms
   rm -rf "${pkgdir}"/etc/udev/



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

2014-05-13 Thread Timothy Redaelli
Date: Tuesday, May 13, 2014 @ 12:46:13
  Author: tredaelli
Revision: 111078

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

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

-+
 /PKGBUILD   |   64 ++
 /dispcalgui.install |   38 
 community-i686/PKGBUILD |   33 -
 community-i686/dispcalgui.install   |   19 --
 community-x86_64/PKGBUILD   |   33 -
 community-x86_64/dispcalgui.install |   19 --
 6 files changed, 102 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-13 10:34:55 UTC (rev 111077)
+++ community-i686/PKGBUILD 2014-05-13 10:46:13 UTC (rev 111078)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-pkgname=dispcalgui
-pkgver=2.0.0.0
-pkgrel=1
-pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
-arch=('i686' 'x86_64')
-url="http://hoech.net/dispcalGUI/";
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz";)
-md5sums=('5740301fb4f7e72a57b4eab6a4ee405a')
-
-prepare() {
-  cd "${srcdir}"/dispcalGUI-${pkgver}
-#  patch -p1 -i "$srcdir"/dispcalGUI-1.5.3.1-wxgtk3.patch
-  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
-}
-
-package() {
-  cd "${srcdir}"/dispcalGUI-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/PKGBUILD (from rev 111077, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-13 10:46:13 UTC (rev 111078)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+pkgname=dispcalgui
+pkgver=2.1.0.0
+pkgrel=1
+pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
+arch=('i686' 'x86_64')
+url="http://hoech.net/dispcalGUI/";
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz";)
+md5sums=('4d47ce34946e5b0b8bf2658a572e6bd6')
+
+prepare() {
+  cd dispcalGUI-${pkgver}
+  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd dispcalGUI-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  #udev rules are shipped with argyllcms
+  rm -rf "${pkgdir}"/etc/udev/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/dispcalgui.install
===
--- community-i686/dispcalgui.install   2014-05-13 10:34:55 UTC (rev 111077)
+++ community-i686/dispcalgui.install   2014-05-13 10:46:13 UTC (rev 111078)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/dispcalgui.install (from rev 111077, 
dispcalgui/trunk/dispcalgui.install)
===
--- community-i68

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

2014-05-13 Thread Sven-Hendrik Haase
Date: Tuesday, May 13, 2014 @ 13:01:57
  Author: svenstaro
Revision: 111081

Prepare new release

Modified:
  pypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 11:01:57 UTC (rev 111080)
+++ PKGBUILD2014-05-13 11:01:57 UTC (rev 111081)
@@ -2,11 +2,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: William Giokas <1007...@gmail.com>
 
-#_hgrev=63547
-
 pkgname=pypy
-pkgver=2.2.1
-#[[ -n $_hgrev ]] && pkgver=2.0beta2.$_hgrev
+pkgver=2.3
 pkgrel=1
 pkgdesc="A Python implementation written in Python, JIT enabled"
 url="http://pypy.org";
@@ -14,7 +11,7 @@
 depends=('libffi')
 provides=('python2')
 options=(!buildflags)
-makedepends=('python2' 'mercurial' 'pypy' 'tk')
+makedepends=('python2' 'mercurial' 'pypy' 'tk' 'mercurial')
 optdepends=('openssl: openssl module'
 'expat: pyexpat module'
 'ncurses: ncurses module'
@@ -22,20 +19,19 @@
 'bzip2: bz2 module'
 'tk: tk module')
 license=('custom:MIT')
-#source=("hg+https://bitbucket.org/pypy/pypy#revision=$_hgrev";)
-source=("https://bitbucket.org/pypy/pypy/downloads/$pkgname-$pkgver-src.tar.bz2";)
-md5sums=('7ec9f48702323f9e93654ba73dd46720')
+source=("hg+ssh://h...@bitbucket.org/pypy/pypy#revision=3d3d331")
+md5sums=('SKIP')
 
 build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}-src/pypy/goal
+  cd pypy/pypy/goal
 
-  python2 ../../rpython/bin/rpython -Ojit targetpypystandalone
+  python2 ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
 }
 
 package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}-src/pypy/tool/release
+  cd pypy/pypy/tool/release
 
-  python2 package.py ../../../ pypy pypy-c "${srcdir}"/${pkgname}.tar.bz2
+  LD_LIBRARY_PATH="${srcdir}"/pypy/pypy/goal python2 package.py ../../../ pypy 
pypy-c "${srcdir}"/${pkgname}.tar.bz2
 
   mkdir -p "${pkgdir}"/opt
   tar x -C "${pkgdir}"/opt -f "${srcdir}"/${pkgname}.tar.bz2



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

2014-05-13 Thread Alexander Rødseth
Date: Tuesday, May 13, 2014 @ 13:01:57
  Author: arodseth
Revision: 111080

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

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

-+
 /PKGBUILD   |  330 ++
 /go.install |   30 +++
 community-i686/PKGBUILD |  161 
 community-i686/go.install   |   15 -
 community-x86_64/PKGBUILD   |  161 
 community-x86_64/go.install |   15 -
 6 files changed, 360 insertions(+), 352 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-13 11:01:45 UTC (rev 111079)
+++ community-i686/PKGBUILD 2014-05-13 11:01:57 UTC (rev 111080)
@@ -1,161 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Maintainer: Alexander Rødseth 
-# Contributor: Rémy Oudompheng  
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-
-pkgname=go
-epoch=2
-pkgver=1.2.1
-pkgrel=5
-pkgdesc='Compiler and tools for the Go programming language from Google'
-arch=('x86_64' 'i686')
-url='http://golang.org/'
-license=('custom')
-depends=('perl' 'gawk')
-makedepends=('inetutils' 'mercurial')
-options=('!strip' 'staticlibs')
-optdepends=('mercurial: for fetching sources from mercurial repositories'
-'git: for fetching sources from git repositories'
-'bzr: for fetching sources from bazaar repositories'
-'subversion: for fetching sources from subversion repositories')
-install="$pkgname.install"
-source=("$pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#branch=release-branch.$pkgname${pkgver/.1}";)
-md5sums=('SKIP')
-
-build() {
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  cd "$GOROOT/src"
-
-  export GOPATH="$srcdir/"
-  export GOROOT_FINAL=/usr/lib/go
-
-  #
-  # Arch Linux doesn't support SSE2 for i686 (because of older i686 CPUs)
-  # The SSE2 version is _a lot_ faster for i686.
-  #
-  # This line selects the slow and compatible version.
-  export GO386=387
-
-  # Enable ARM crosscompilation for linux
-  export GOOS=linux
-  export GOARCH=arm
-
-  bash make.bash
-
-  # Crosscompilation for various platforms (including linux)
-  for os in linux; do # darwin freebsd windows; do
-for arch in amd64 386; do
-  export GOOS="$os"
-  export GOARCH="$arch"
-  bash make.bash --no-clean
-done
-  done
-
-  GOOS=linux
-  case "$CARCH" in
-x86_64) GOARCH=amd64 ;;
-i686) GOARCH=386 ;;
-  esac
-
-  $GOROOT/bin/go get -d code.google.com/p/go.tools/cmd/godoc
-  $GOROOT/bin/go build -o $srcdir/godoc code.google.com/p/go.tools/cmd/godoc
-  for tool in vet cover; do
-$GOROOT/bin/go get -d code.google.com/p/go.tools/cmd/${tool}
-$GOROOT/bin/go build -o $GOROOT/pkg/tool/${GOOS}_${GOARCH}/${tool} 
code.google.com/p/go.tools/cmd/${tool}
-  done
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  export GO386=387
-
-  export GOOS=linux
-  if [ "$CARCH" == 'x86_64' ]; then
-export GOARCH=amd64
-  elif [ "$CARCH" == 'i686' ]; then
-export GOARCH=386
-  fi
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
-
-  # TestSimpleMulticastListener will fail in standard chroot
-  cd src && bash run.bash --no-rebuild || true
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 $srcdir/godoc $pkgdir/usr/bin/godoc
-
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/go/LICENSE"
-  install -Dm644 misc/bash/go \
-"$pkgdir/usr/share/bash-completion/completions/go"
-  install -Dm644 misc/emacs/go-mode-load.el \
-"$pkgdir/usr/share/emacs/site-lisp/go-mode-load.el"
-  install -Dm644 misc/emacs/go-mode.el \
-"$pkgdir/usr/share/emacs/site-lisp/go-mode.el"
-  install -Dm644 misc/zsh/go \
-"$pkgdir/usr/share/zsh/site-functions/_go"
-
-  for f in ftdetect/gofiletype.vim autoload/go/complete.vim indent/go.vim \
-ftplugin/go/fmt.vim ftplugin/go/import.vim syntax/go.vim syntax/godoc.vim \
-plugin/godoc.vim;
-  do
-install -Dm644 "misc/vim/$f" "$pkgdir/usr/share/vim/vimfiles/$f"
-  done
-
-  mkdir -p \
-"$pkgdir/"{etc/profile.d,usr/{share/go,lib/go,lib/go/src,lib/go/site/src}}
-
-  cp -r doc misc -t "$pkgdir/usr/share/go"
-  ln -s /usr/share/go/doc "$pkgdir/usr/lib/go/doc"
-  cp -a bin "$pkgdir/usr"
-  cp -a pkg "$pkgdir/usr/lib/go"
-  c

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

2014-05-13 Thread Alexander Rødseth
Date: Tuesday, May 13, 2014 @ 13:01:45
  Author: arodseth
Revision: 111079

upgpkg: go 2:1.2.2-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 10:46:13 UTC (rev 111078)
+++ PKGBUILD2014-05-13 11:01:45 UTC (rev 111079)
@@ -11,8 +11,8 @@
 
 pkgname=go
 epoch=2
-pkgver=1.2.1
-pkgrel=6
+pkgver=1.2.2
+pkgrel=1
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')
 url='http://golang.org/'
@@ -25,14 +25,14 @@
 'bzr: for fetching sources from bazaar repositories'
 'subversion: for fetching sources from subversion repositories')
 install="$pkgname.install"
-source=("$pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#branch=release-branch.$pkgname${pkgver/.1}";)
+source=("$pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#tag=$pkgname$pkgver";)
 md5sums=('SKIP')
 
 build() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+
   export GOROOT="$srcdir/$pkgname-$pkgver"
   export GOBIN="$GOROOT/bin"
-  cd "$GOROOT/src"
-
   export GOPATH="$srcdir/"
   export GOROOT_FINAL=/usr/lib/go
 
@@ -94,10 +94,11 @@
 
 package() {
   cd "$pkgname-$pkgver"
+
   export GOROOT="$srcdir/$pkgname-$pkgver"
   export GOBIN="$GOROOT/bin"
 
-  install -Dm755 $srcdir/godoc $pkgdir/usr/bin/godoc
+  install -Dm755 "$srcdir/godoc" "$pkgdir/usr/bin/godoc"
 
   install -Dm644 LICENSE \
 "$pkgdir/usr/share/licenses/go/LICENSE"



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

2014-05-13 Thread Alexander Rødseth
Date: Tuesday, May 13, 2014 @ 14:14:58
  Author: arodseth
Revision: 111082

upgpkg: the_silver_searcher 0.22.0-1

Modified:
  the_silver_searcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 11:01:57 UTC (rev 111081)
+++ PKGBUILD2014-05-13 12:14:58 UTC (rev 111082)
@@ -4,7 +4,7 @@
 # Contributor: skydrome 
 
 pkgname=the_silver_searcher
-pkgver=0.21.1
+pkgver=0.22.0
 pkgrel=1
 pkgdesc='Code searching tool similar to Ack, but faster'
 url='https://github.com/ggreer/the_silver_searcher'
@@ -12,7 +12,7 @@
 depends=('pcre' 'zlib' 'xz')
 makedepends=('git')
 arch=('x86_64' 'i686')
-source=("git://github.com/ggreer/$pkgname.git#commit=ac1e7e4b0cdd37e64f9af7256b8a4568c5546ec2")
+source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
 md5sums=('SKIP')
 
 prepare() {



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

2014-05-13 Thread Alexander Rødseth
Date: Tuesday, May 13, 2014 @ 14:15:17
  Author: arodseth
Revision: 111083

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-13 12:14:58 UTC (rev 111082)
+++ community-i686/PKGBUILD 2014-05-13 12:15:17 UTC (rev 111083)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=0.21.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=("git://github.com/ggreer/$pkgname.git#commit=ac1e7e4b0cdd37e64f9af7256b8a4568c5546ec2")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./build.sh
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 111082, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-13 12:15:17 UTC (rev 111083)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=0.22.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./build.sh
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-13 12:14:58 UTC (rev 111082)
+++ community-x86_64/PKGBUILD   2014-05-13 12:15:17 UTC (rev 111083)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Jeff Horelick 
-# Contributor: skydrome 
-
-pkgname=the_silver_searcher
-pkgver=0.21.1
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=("git://github.com/ggreer/$pkgname.git#commit=ac1e7e4b0cdd37e64f9af7256b8a4568c5546ec2")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./build.sh
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 111082, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-13 12:15:17 UTC (rev 111083)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Jeff Horelick 
+# Contributor: skydrome 
+
+pkgname=the_silver_searcher
+pkgver=0.22.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=("git://github.com/ggreer/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./build.sh
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-05-13 Thread Alexander Rødseth
Date: Tuesday, May 13, 2014 @ 14:20:38
  Author: arodseth
Revision: 111085

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-13 12:20:26 UTC (rev 111084)
+++ community-i686/PKGBUILD 2014-05-13 12:20:38 UTC (rev 111085)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Kaiting Chen 
-# Contributor: Gergely Imreh 
-
-pkgname=libx86emu
-pkgver=1.1.21.5
-pkgrel=1
-pkgdesc='x86 emulation library'
-arch=('x86_64' 'i686')
-url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
-license=('BSD')
-depends=('glibc')
-makedepends=('rpmextract')
-source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm";)
-sha256sums=('d639b118788e1fb880f96a12548e434b210a3eb47b850b9162f2e682b824c03f')
-
-prepare() {
-  # Wish they would just provide a normal $pkgname-$pkgver.tar.gz...
-  rpmextract.sh "${pkgname}-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm"
-  tar jxf "$pkgname-${pkgver%.*.*}.tar.bz2"
-}
-
-build() {
-  make -C "$pkgname-${pkgver%.*.*}" LIBDIR=/usr/lib
-}
-
-package() {
-  make -C "$pkgname-${pkgver%.*.*}" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgname-${pkgver%.*.*}/LICENSE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libx86emu/repos/community-i686/PKGBUILD (from rev 111084, 
libx86emu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-13 12:20:38 UTC (rev 111085)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Kaiting Chen 
+# Contributor: Gergely Imreh 
+
+pkgname=libx86emu
+pkgver=1.1.21.6
+pkgrel=1
+pkgdesc='x86 emulation library'
+arch=('x86_64' 'i686')
+url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
+license=('BSD')
+depends=('glibc')
+makedepends=('rpmextract')
+source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm";)
+sha256sums=('220465fd4380c1a91dbd394a67301b409efaa255af54a33ddfc0d4fc9f583582')
+
+prepare() {
+  # Wish they would just provide a normal $pkgname-$pkgver.tar.gz...
+  rpmextract.sh "${pkgname}-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm"
+  tar jxf "$pkgname-${pkgver%.*.*}.tar.bz2"
+}
+
+build() {
+  make -C "$pkgname-${pkgver%.*.*}" LIBDIR=/usr/lib
+}
+
+package() {
+  make -C "$pkgname-${pkgver%.*.*}" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgname-${pkgver%.*.*}/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-13 12:20:26 UTC (rev 111084)
+++ community-x86_64/PKGBUILD   2014-05-13 12:20:38 UTC (rev 111085)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Kaiting Chen 
-# Contributor: Gergely Imreh 
-
-pkgname=libx86emu
-pkgver=1.1.21.5
-pkgrel=1
-pkgdesc='x86 emulation library'
-arch=('x86_64' 'i686')
-url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
-license=('BSD')
-depends=('glibc')
-makedepends=('rpmextract')
-source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm";)
-sha256sums=('d639b118788e1fb880f96a12548e434b210a3eb47b850b9162f2e682b824c03f')
-
-prepare() {
-  # Wish they would just provide a normal $pkgname-$pkgver.tar.gz...
-  rpmextract.sh "${pkgname}-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm"
-  tar jxf "$pkgname-${pkgver%.*.*}.tar.bz2"
-}
-
-build() {
-  make -C "$pkgname-${pkgver%.*.*}" LIBDIR=/usr/lib
-}
-
-package() {
-  make -C "$pkgname-${pkgver%.*.*}" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgname-${pkgver%.*.*}/LICENSE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libx86emu/repos/community-x86_64/PKGBUILD (from rev 111084, 
libx86emu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-13 12:20:38 UTC (rev 111085)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Al

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

2014-05-13 Thread Alexander Rødseth
Date: Tuesday, May 13, 2014 @ 14:20:26
  Author: arodseth
Revision: 111084

upgpkg: libx86emu 1.1.21.6-1

Modified:
  libx86emu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 12:15:17 UTC (rev 111083)
+++ PKGBUILD2014-05-13 12:20:26 UTC (rev 111084)
@@ -4,7 +4,7 @@
 # Contributor: Gergely Imreh 
 
 pkgname=libx86emu
-pkgver=1.1.21.5
+pkgver=1.1.21.6
 pkgrel=1
 pkgdesc='x86 emulation library'
 arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@
 depends=('glibc')
 makedepends=('rpmextract')
 
source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm";)
-sha256sums=('d639b118788e1fb880f96a12548e434b210a3eb47b850b9162f2e682b824c03f')
+sha256sums=('220465fd4380c1a91dbd394a67301b409efaa255af54a33ddfc0d4fc9f583582')
 
 prepare() {
   # Wish they would just provide a normal $pkgname-$pkgver.tar.gz...



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

2014-05-13 Thread Alexander Rødseth
Date: Tuesday, May 13, 2014 @ 14:22:15
  Author: arodseth
Revision: 111086

upgpkg: unetbootin 603-1

Modified:
  unetbootin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 12:20:38 UTC (rev 111085)
+++ PKGBUILD2014-05-13 12:22:15 UTC (rev 111086)
@@ -5,8 +5,8 @@
 # Contributor: Michai Coman 
 
 pkgname=unetbootin
-pkgver=585
-pkgrel=2
+pkgver=603
+pkgrel=1
 arch=('x86_64' 'i686')
 license=('GPL')
 pkgdesc='Create bootable Live USB drives'
@@ -18,7 +18,7 @@
 
source=("http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz";
 'org.archlinux.pkexec.unetbootin.policy'
 'unetbootin_polkit')
-sha256sums=('63ee0459045c955b1ac7a6ae35be80363556e0f169565b29235e67b708ac9ccb'
+sha256sums=('9daf468b069f80f8a9852be45db74d05455983bec170132dbbcc039c78f0d00e'
 'd7cc55f8d7340be08c33d40443d413f8c15d8d012c29cab98ac5ab5a0fc57fb3'
 'b662e7082873602e9c224a291752e3c2274fb751018bfa23a7560f79c6ecb88f')
 



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

2014-05-13 Thread Alexander Rødseth
Date: Tuesday, May 13, 2014 @ 14:22:30
  Author: arodseth
Revision: 111087

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

Added:
  unetbootin/repos/community-i686/PKGBUILD
(from rev 111086, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
(from rev 111086, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-i686/unetbootin.install
(from rev 111086, unetbootin/trunk/unetbootin.install)
  unetbootin/repos/community-i686/unetbootin_polkit
(from rev 111086, unetbootin/trunk/unetbootin_polkit)
  unetbootin/repos/community-x86_64/PKGBUILD
(from rev 111086, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
(from rev 111086, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-x86_64/unetbootin.install
(from rev 111086, unetbootin/trunk/unetbootin.install)
  unetbootin/repos/community-x86_64/unetbootin_polkit
(from rev 111086, unetbootin/trunk/unetbootin_polkit)
Deleted:
  unetbootin/repos/community-i686/PKGBUILD
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-i686/unetbootin.install
  unetbootin/repos/community-i686/unetbootin_polkit
  unetbootin/repos/community-x86_64/PKGBUILD
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-x86_64/unetbootin.install
  unetbootin/repos/community-x86_64/unetbootin_polkit

-+
 /PKGBUILD   |   96 ++
 /unetbootin.install |   26 +
 /unetbootin_polkit  |   12 
 community-i686/PKGBUILD |   48 -
 community-i686/unetbootin.install   |   13 
 community-i686/unetbootin_polkit|6 --
 community-x86_64/PKGBUILD   |   48 -
 community-x86_64/unetbootin.install |   13 
 community-x86_64/unetbootin_polkit  |6 --
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-13 12:22:15 UTC (rev 111086)
+++ community-i686/PKGBUILD 2014-05-13 12:22:30 UTC (rev 111087)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Det 
-# Contributor: Godane aka Christopher Rogers 
-# Contributor: Michai Coman 
-
-pkgname=unetbootin
-pkgver=585
-pkgrel=2
-arch=('x86_64' 'i686')
-license=('GPL')
-pkgdesc='Create bootable Live USB drives'
-url='http://unetbootin.sourceforge.net/'
-depends=('syslinux' 'p7zip' 'qt4' 'mtools')
-optdepends=('polkit: to run unetbootin directly from menu')
-makedepends=('setconf')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz";
-'org.archlinux.pkexec.unetbootin.policy'
-'unetbootin_polkit')
-sha256sums=('63ee0459045c955b1ac7a6ae35be80363556e0f169565b29235e67b708ac9ccb'
-'d7cc55f8d7340be08c33d40443d413f8c15d8d012c29cab98ac5ab5a0fc57fb3'
-'b662e7082873602e9c224a291752e3c2274fb751018bfa23a7560f79c6ecb88f')
-
-prepare() {
-  setconf unetbootin.desktop Exec /usr/bin/unetbootin_polkit
-}
-
-build() {
-  ./build-nostatic 1> output.log 2> error.log
-}
-
-package() {
-  install -d "$pkgdir/usr/share/$pkgname"
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -m755 "${pkgname}_polkit" "$pkgdir/usr/bin/${pkgname}_polkit"
-  install -m644 "$pkgname"_*.qm "$pkgdir/usr/share/$pkgname/"
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  for i in 16 22 24 32 48 256; do
-install -D "${pkgname}_${i}.png" \
-  "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png"
-  done
-  install -Dm644 'org.archlinux.pkexec.unetbootin.policy' \
-"$pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.unetbootin.policy"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: unetbootin/repos/community-i686/PKGBUILD (from rev 111086, 
unetbootin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-13 12:22:30 UTC (rev 111087)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Det 
+# Contributor: Godane aka Christopher Rogers 
+# Contributor: Michai Coman 
+
+pkgname=unetbootin
+pkgver=603
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL')
+pkgdesc='Create bootable Live USB drives'
+url='http://unetbootin.sourceforge.net/'
+depends=('syslinux' 'p7zip' 'qt4' 'mtools')
+optdepends=('polkit: to run unetbootin directly from menu')
+makedepends=('setconf')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz";

[arch-commits] Commit in activity-log-manager/repos (10 files)

2014-05-13 Thread Balló György
Date: Tuesday, May 13, 2014 @ 15:23:00
  Author: bgyorgy
Revision: 111089

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

Added:
  activity-log-manager/repos/community-i686/PKGBUILD
(from rev 111088, activity-log-manager/trunk/PKGBUILD)
  activity-log-manager/repos/community-i686/activity-log-manager.install
(from rev 111088, activity-log-manager/trunk/activity-log-manager.install)
  activity-log-manager/repos/community-i686/fix-build.patch
(from rev 111088, activity-log-manager/trunk/fix-build.patch)
  activity-log-manager/repos/community-x86_64/PKGBUILD
(from rev 111088, activity-log-manager/trunk/PKGBUILD)
  activity-log-manager/repos/community-x86_64/activity-log-manager.install
(from rev 111088, activity-log-manager/trunk/activity-log-manager.install)
  activity-log-manager/repos/community-x86_64/fix-build.patch
(from rev 111088, activity-log-manager/trunk/fix-build.patch)
Deleted:
  activity-log-manager/repos/community-i686/PKGBUILD
  activity-log-manager/repos/community-i686/activity-log-manager.install
  activity-log-manager/repos/community-x86_64/PKGBUILD
  activity-log-manager/repos/community-x86_64/activity-log-manager.install

---+
 /PKGBUILD |   92 
 /activity-log-manager.install |   22 +
 community-i686/PKGBUILD   |   38 -
 community-i686/activity-log-manager.install   |   11 --
 community-i686/fix-build.patch|   12 +++
 community-x86_64/PKGBUILD |   38 -
 community-x86_64/activity-log-manager.install |   11 --
 community-x86_64/fix-build.patch  |   12 +++
 8 files changed, 138 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-13 13:22:50 UTC (rev 111088)
+++ community-i686/PKGBUILD 2014-05-13 13:23:00 UTC (rev 111089)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Ner0
-
-pkgname=activity-log-manager
-pkgver=0.9.7
-pkgrel=1
-pkgdesc="A graphical user interface which lets you easily control what gets 
logged by Zeitgeist"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/activity-log-manager";
-license=('GPL2')
-depends=('gtk3' 'libgee06' 'zeitgeist' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('vala' 'intltool')
-install=$pkgname.install
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
-
http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20130725.tar.gz)
-md5sums=('d886be32db0fa351aaf0eb59912ee377'
- 'f7a284bca152011500cb845aebad8d14')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Install language files
-  rename $pkgname- '' ../po/$pkgname-*.po
-  mv -f -t po ../po/*
-  printf "%s\n" po/*.po | sed -e 's/po\///g' -e 's/\.po//g' >po/LINGUAS
-
-  rm src/activity_log_manager_vala.stamp
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: activity-log-manager/repos/community-i686/PKGBUILD (from rev 111088, 
activity-log-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-13 13:23:00 UTC (rev 111089)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Ner0
+
+pkgname=activity-log-manager
+pkgver=0.9.7
+pkgrel=2
+pkgdesc="A graphical user interface which lets you easily control what gets 
logged by Zeitgeist"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/activity-log-manager";
+license=('GPL2')
+depends=('gtk3' 'libgee06' 'zeitgeist' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('vala' 'intltool')
+install=$pkgname.install
+source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
+
http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20130725.tar.gz
+fix-build.patch)
+md5sums=('d886be32db0fa351aaf0eb59912ee377'
+ 'f7a284bca152011500cb845aebad8d14'
+ '243c71b429e12172691dcb748055247d')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Install language files
+  rename $pkgname- '' ../po/$pkgname-*.po
+  mv -f -t po ../po/*
+  printf "%s\n" po/*.po | sed -e 's/po\///g' -e 's/\.po//g' >po/LINGUAS
+
+  # Regenerate C files
+  rm src/activity_log_manager_vala.stamp
+
+  # Fix build
+  patch -Np1 -i ../fix-build.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/activity-log-manager.install
===
--- community-i686

[arch-commits] Commit in activity-log-manager/trunk (3 files)

2014-05-13 Thread Balló György
Date: Tuesday, May 13, 2014 @ 15:22:50
  Author: bgyorgy
Revision: 111088

upgpkg: activity-log-manager 0.9.7-2

Fix build (FS#40340)

Added:
  activity-log-manager/trunk/fix-build.patch
Modified:
  activity-log-manager/trunk/PKGBUILD
  activity-log-manager/trunk/activity-log-manager.install

--+
 PKGBUILD |   11 ---
 activity-log-manager.install |2 +-
 fix-build.patch  |   12 
 3 files changed, 21 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 12:22:30 UTC (rev 111087)
+++ PKGBUILD2014-05-13 13:22:50 UTC (rev 111088)
@@ -4,7 +4,7 @@
 
 pkgname=activity-log-manager
 pkgver=0.9.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A graphical user interface which lets you easily control what gets 
logged by Zeitgeist"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/activity-log-manager";
@@ -13,9 +13,11 @@
 makedepends=('vala' 'intltool')
 install=$pkgname.install
 
source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
-
http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20130725.tar.gz)
+
http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20130725.tar.gz
+fix-build.patch)
 md5sums=('d886be32db0fa351aaf0eb59912ee377'
- 'f7a284bca152011500cb845aebad8d14')
+ 'f7a284bca152011500cb845aebad8d14'
+ '243c71b429e12172691dcb748055247d')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -27,6 +29,9 @@
 
   # Regenerate C files
   rm src/activity_log_manager_vala.stamp
+
+  # Fix build
+  patch -Np1 -i ../fix-build.patch
 }
 
 build() {

Modified: activity-log-manager.install
===
--- activity-log-manager.install2014-05-13 12:22:30 UTC (rev 111087)
+++ activity-log-manager.install2014-05-13 13:22:50 UTC (rev 111088)
@@ -1,5 +1,5 @@
 post_install() {
-  xdg-icon-resource forceupdate
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {

Added: fix-build.patch
===
--- fix-build.patch (rev 0)
+++ fix-build.patch 2014-05-13 13:22:50 UTC (rev 111088)
@@ -0,0 +1,12 @@
+diff -Naur activity-log-manager-0.9.7.orig/src/unified-privacy.vala 
activity-log-manager-0.9.7/src/unified-privacy.vala
+--- activity-log-manager-0.9.7.orig/src/unified-privacy.vala   2013-07-10 
08:28:23.0 +0200
 activity-log-manager-0.9.7/src/unified-privacy.vala2014-05-13 
15:15:51.042857849 +0200
+@@ -291,7 +291,7 @@
+   // Add/Remove buttons
+   var exception_toolbar = new Toolbar();
+   exception_toolbar.toolbar_style = ToolbarStyle.ICONS;
+-  exception_toolbar.icon_size = 1;
++  exception_toolbar.icon_size = Gtk.IconSize.MENU;
+   exception_toolbar.icon_size_set = true;
+   exception_toolbar.visible = true;
+   



[arch-commits] Commit in prelink/trunk (PKGBUILD prelink.conf)

2014-05-13 Thread Alexander Rødseth
Date: Tuesday, May 13, 2014 @ 15:49:50
  Author: arodseth
Revision: 111090

Added a missing make dependency.

The actual compilation seems to eat up all available memory and freeze my 
computer.

Modified:
  prelink/trunk/PKGBUILD
Deleted:
  prelink/trunk/prelink.conf

--+
 PKGBUILD |   12 ++--
 prelink.conf |8 
 2 files changed, 6 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 13:23:00 UTC (rev 111089)
+++ PKGBUILD2014-05-13 13:49:50 UTC (rev 111090)
@@ -6,20 +6,21 @@
 
 pkgname=prelink
 pkgver=20130503
-pkgrel=2
+pkgrel=3
 pkgdesc='ELF prelinking utility to speed up dynamic linking'
 arch=('x86_64' 'i686')
 url='http://people.redhat.com/jakub/prelink/'
 license=('GPL')
 depends=('elfutils')
+makedepends=('elfutils')
 backup=('etc/prelink.conf')
-source=("http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2";
-"$pkgname.conf")
-sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0'
-'c486ee7d2a39fad6b4ed49607eff5a81c9d07316b67b08b61af6008d010c4ad4')
+source=("http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('4cab1571718a9b25665bd025069a02c7')
 
 build() {
   cd "$pkgname"
+  automake --add-missing
+  autoreconf
   ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin
   make
 }
@@ -30,7 +31,6 @@
 
 package() {
   make -C "$pkgname" DESTDIR="$pkgdir" install
-  install -Dm644 prelink.conf "$pkgdir/etc/prelink.conf"
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: prelink.conf
===
--- prelink.conf2014-05-13 13:23:00 UTC (rev 111089)
+++ prelink.conf2014-05-13 13:49:50 UTC (rev 111090)
@@ -1,8 +0,0 @@
-# System
-/usr/lib
-/usr/bin
-
-# KDE3
-/opt/kde/lib
-/opt/kde/bin
-/opt/kde/share



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

2014-05-13 Thread Bartłomiej Piotrowski
Date: Tuesday, May 13, 2014 @ 15:51:20
  Author: bpiotrowski
Revision: 212335

upgpkg: linux-lts 3.10.40-1

new upstream release

Modified:
  linux-lts/trunk/PKGBUILD
Deleted:
  
linux-lts/trunk/0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch

-+
 0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch |   83 
--
 PKGBUILD|   15 -
 2 files changed, 5 insertions(+), 93 deletions(-)

Deleted: 0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch
===
--- 0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch 
2014-05-13 10:35:01 UTC (rev 212334)
+++ 0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch 
2014-05-13 13:51:20 UTC (rev 212335)
@@ -1,83 +0,0 @@
-From 4291086b1f081b869c6d79e5b7441633dc3ace00 Mon Sep 17 00:00:00 2001
-From: Peter Hurley 
-Date: Sat, 3 May 2014 14:04:59 +0200
-Subject: [PATCH] n_tty: Fix n_tty_write crash when echoing in raw mode
-
-The tty atomic_write_lock does not provide an exclusion guarantee for
-the tty driver if the termios settings are LECHO & !OPOST.  And since
-it is unexpected and not allowed to call TTY buffer helpers like
-tty_insert_flip_string concurrently, this may lead to crashes when
-concurrect writers call pty_write. In that case the following two
-writers:
-* the ECHOing from a workqueue and
-* pty_write from the process
-race and can overflow the corresponding TTY buffer like follows.
-
-If we look into tty_insert_flip_string_fixed_flag, there is:
-  int space = __tty_buffer_request_room(port, goal, flags);
-  struct tty_buffer *tb = port->buf.tail;
-  ...
-  memcpy(char_buf_ptr(tb, tb->used), chars, space);
-  ...
-  tb->used += space;
-
-so the race of the two can result in something like this:
-  AB
-__tty_buffer_request_room
-  __tty_buffer_request_room
-memcpy(buf(tb->used), ...)
-tb->used += space;
-  memcpy(buf(tb->used), ...) ->BOOM
-
-B's memcpy is past the tty_buffer due to the previous A's tb->used
-increment.
-
-Since the N_TTY line discipline input processing can output
-concurrently with a tty write, obtain the N_TTY ldisc output_lock to
-serialize echo output with normal tty writes.  This ensures the tty
-buffer helper tty_insert_flip_string is not called concurrently and
-everything is fine.
-
-Note that this is nicely reproducible by an ordinary user using
-forkpty and some setup around that (raw termios + ECHO). And it is
-present in kernels at least after commit
-d945cb9cce20ac7143c2de8d88b187f62db99bdc (pty: Rework the pty layer to
-use the normal buffering logic) in 2.6.31-rc3.
-
-js: add more info to the commit log
-js: switch to bool
-js: lock unconditionally
-js: lock only the tty->ops->write call
-
-References: CVE-2014-0196
-Reported-and-tested-by: Jiri Slaby 
-Signed-off-by: Peter Hurley 
-Signed-off-by: Jiri Slaby 
-Cc: Linus Torvalds 
-Cc: Alan Cox 
-Cc: 
-Signed-off-by: Greg Kroah-Hartman 

- drivers/tty/n_tty.c | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/drivers/tty/n_tty.c b/drivers/tty/n_tty.c
-index 41fe8a0..fe9d129 100644
 a/drivers/tty/n_tty.c
-+++ b/drivers/tty/n_tty.c
-@@ -2353,8 +2353,12 @@ static ssize_t n_tty_write(struct tty_struct *tty, 
struct file *file,
-   if (tty->ops->flush_chars)
-   tty->ops->flush_chars(tty);
-   } else {
-+  struct n_tty_data *ldata = tty->disc_data;
-+
-   while (nr > 0) {
-+  mutex_lock(&ldata->output_lock);
-   c = tty->ops->write(tty, b, nr);
-+  mutex_unlock(&ldata->output_lock);
-   if (c < 0) {
-   retval = c;
-   goto break_out;
--- 
-1.9.2
-

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 10:35:01 UTC (rev 212334)
+++ PKGBUILD2014-05-13 13:51:20 UTC (rev 212335)
@@ -5,8 +5,8 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.10
-pkgver=3.10.39
-pkgrel=2
+pkgver=3.10.40
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
 license=('GPL2')
@@ -19,16 +19,14 @@
 # standard config files for mkinitcpio ramdisk
 'linux-lts.preset'
 'change-default-console-loglevel.patch'
-'criu-no-expert.patch'
-'0001-n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch')
+'criu-no-expert.patch')
 md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- 'bfb4feed5a0c28bc0cb57b47bb6aed57'
+ '1d771c285df9c45991fdee5d3e4a

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

2014-05-13 Thread Bartłomiej Piotrowski
Date: Tuesday, May 13, 2014 @ 15:51:32
  Author: bpiotrowski
Revision: 212336

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 212335, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 212335, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 212335, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 212335, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/criu-no-expert.patch
(from rev 212335, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 212335, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 212335, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 212335, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 212335, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 212335, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 212335, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/criu-no-expert.patch
(from rev 212335, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 212335, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 212335, 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 212335:212336 to see the changes.


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

2014-05-13 Thread Eric Bélanger
Date: Tuesday, May 13, 2014 @ 16:19:16
  Author: eric
Revision: 111091

upgpkg: youtube-dl 2014.05.13-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 13:49:50 UTC (rev 111090)
+++ PKGBUILD2014-05-13 14:19:16 UTC (rev 111091)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2014.05.05
+pkgver=2014.05.13
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('e7740e21924b5314599a356f0e1729f9cee52450'
+sha1sums=('75a1ab1ec0ea7eb3dc241fc6dc7c35811266f274'
   'SKIP')
 
 prepare() {



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

2014-05-13 Thread Eric Bélanger
Date: Tuesday, May 13, 2014 @ 16:20:47
  Author: eric
Revision: 111092

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 111091, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-13 14:19:16 UTC (rev 111091)
+++ PKGBUILD2014-05-13 14:20:47 UTC (rev 111092)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2014.05.05
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('e7740e21924b5314599a356f0e1729f9cee52450'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
-"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 111091, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-13 14:20:47 UTC (rev 111092)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2014.05.13
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('75a1ab1ec0ea7eb3dc241fc6dc7c35811266f274'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2014-05-13 Thread Tobias Powalowski
Date: Tuesday, May 13, 2014 @ 17:07:09
  Author: tpowa
Revision: 212339

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 212338, 
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 212338, 
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 212338, 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 212338, 
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 212338, 
linux/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 212338, 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 212338, 
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 212338, 
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 212338, 
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 212338, 
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 212338, linux/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux/repos/testing-i686/0012-fix-saa7134.patch
(from rev 212338, linux/trunk/0012-fix-saa7134.patch)
  
linux/repos/testing-i686/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch
(from rev 212338, 
linux/trunk/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch)
  linux/repos/testing-i686/0015-fix-xsdt-validation.patch
(from rev 212338, linux/trunk/0015-fix-xsdt-validation.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 212338, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 212338, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 212338, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 212338, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 212338, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 212338, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 212338, 
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 212338, 
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 212338, 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 212338, 
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 212338, 
linux/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 212338, 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 212338, 
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 212338, 
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 212338, 
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 212338, 
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 212338, linux/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux/repos/testing-x86_64/0012-fix-saa7134.patch
(from rev 2

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

2014-05-13 Thread Tobias Powalowski
Date: Tuesday, May 13, 2014 @ 17:06:31
  Author: tpowa
Revision: 212338

upgpkg: linux 3.14.4-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
Deleted:
  linux/trunk/0014-fix-rtl8192se.patch
  linux/trunk/CVE-2014-0196.patch

--+
 0014-fix-rtl8192se.patch |   15 
 CVE-2014-0196.patch  |   80 -
 PKGBUILD |   18 +-
 3 files changed, 3 insertions(+), 110 deletions(-)

Deleted: 0014-fix-rtl8192se.patch
===
--- 0014-fix-rtl8192se.patch2014-05-13 14:02:03 UTC (rev 212337)
+++ 0014-fix-rtl8192se.patch2014-05-13 15:06:31 UTC (rev 212338)
@@ -1,15 +0,0 @@
 linux-2.6/drivers/net/wireless/rtlwifi/rtl8192se/trx.c 
-+++ linux-2.6/drivers/net/wireless/rtlwifi/rtl8192se/trx.c 
-@@ -49,6 +49,12 @@ static u8 _rtl92se_map_hwqueue_to_fwqueu
-   if (ieee80211_is_nullfunc(fc))
-   return QSLT_HIGH;
- 
-+  /* Kernel commit 1bf4bbb4024dcdab changed EAPOL packets to use
-+   * queue V0 at priority 7; however, the RTL8192SE appears to have
-+   * that queue at priority 6
-+   */
-+  if (skb->priority == 7)
-+  return QSLT_VO;
-   return skb->priority;
- }
-

Deleted: CVE-2014-0196.patch
===
--- CVE-2014-0196.patch 2014-05-13 14:02:03 UTC (rev 212337)
+++ CVE-2014-0196.patch 2014-05-13 15:06:31 UTC (rev 212338)
@@ -1,80 +0,0 @@
-From 4291086b1f081b869c6d79e5b7441633dc3ace00 Mon Sep 17 00:00:00 2001
-From: Peter Hurley 
-Date: Sat, 3 May 2014 14:04:59 +0200
-Subject: n_tty: Fix n_tty_write crash when echoing in raw mode
-
-The tty atomic_write_lock does not provide an exclusion guarantee for
-the tty driver if the termios settings are LECHO & !OPOST.  And since
-it is unexpected and not allowed to call TTY buffer helpers like
-tty_insert_flip_string concurrently, this may lead to crashes when
-concurrect writers call pty_write. In that case the following two
-writers:
-* the ECHOing from a workqueue and
-* pty_write from the process
-race and can overflow the corresponding TTY buffer like follows.
-
-If we look into tty_insert_flip_string_fixed_flag, there is:
-  int space = __tty_buffer_request_room(port, goal, flags);
-  struct tty_buffer *tb = port->buf.tail;
-  ...
-  memcpy(char_buf_ptr(tb, tb->used), chars, space);
-  ...
-  tb->used += space;
-
-so the race of the two can result in something like this:
-  AB
-__tty_buffer_request_room
-  __tty_buffer_request_room
-memcpy(buf(tb->used), ...)
-tb->used += space;
-  memcpy(buf(tb->used), ...) ->BOOM
-
-B's memcpy is past the tty_buffer due to the previous A's tb->used
-increment.
-
-Since the N_TTY line discipline input processing can output
-concurrently with a tty write, obtain the N_TTY ldisc output_lock to
-serialize echo output with normal tty writes.  This ensures the tty
-buffer helper tty_insert_flip_string is not called concurrently and
-everything is fine.
-
-Note that this is nicely reproducible by an ordinary user using
-forkpty and some setup around that (raw termios + ECHO). And it is
-present in kernels at least after commit
-d945cb9cce20ac7143c2de8d88b187f62db99bdc (pty: Rework the pty layer to
-use the normal buffering logic) in 2.6.31-rc3.
-
-js: add more info to the commit log
-js: switch to bool
-js: lock unconditionally
-js: lock only the tty->ops->write call
-
-References: CVE-2014-0196
-Reported-and-tested-by: Jiri Slaby 
-Signed-off-by: Peter Hurley 
-Signed-off-by: Jiri Slaby 
-Cc: Linus Torvalds 
-Cc: Alan Cox 
-Cc: 
-Signed-off-by: Greg Kroah-Hartman 
-
-diff --git a/drivers/tty/n_tty.c b/drivers/tty/n_tty.c
-index 41fe8a0..fe9d129 100644
 a/drivers/tty/n_tty.c
-+++ b/drivers/tty/n_tty.c
-@@ -2353,8 +2353,12 @@ static ssize_t n_tty_write(struct tty_struct *tty, 
struct file *file,
-   if (tty->ops->flush_chars)
-   tty->ops->flush_chars(tty);
-   } else {
-+  struct n_tty_data *ldata = tty->disc_data;
-+
-   while (nr > 0) {
-+  mutex_lock(&ldata->output_lock);
-   c = tty->ops->write(tty, b, nr);
-+  mutex_unlock(&ldata->output_lock);
-   if (c < 0) {
-   retval = c;
-   goto break_out;
--- 
-cgit v0.10.1-7-g08dc
-

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 14:02:03 UTC (rev 212337)
+++ PKGBUILD2014-05-13 15:06:31 UTC (rev 212338)
@@ -5,8 +5,8 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname

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

2014-05-13 Thread speps
Date: Tuesday, May 13, 2014 @ 17:31:43
  Author: speps
Revision: 111093

upgpkg: qupzilla 1.6.6-1

Modified:
  qupzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 14:20:47 UTC (rev 111092)
+++ PKGBUILD2014-05-13 15:31:43 UTC (rev 111093)
@@ -3,7 +3,7 @@
 
 pkgbase=qupzilla
 pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.6.5
+pkgver=1.6.6
 pkgrel=1
 pkgdesc="Cross-platform QtWebKit browser"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 install="$pkgbase.install"
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz";)
 noextract=("$pkgbase-$pkgver.tar.gz")
-md5sums=('4bc129b403f8e74b819ff28e78be27e3')
+md5sums=('daad78e47a0956dcc99c0cba9ae6e462')
 
 prepare() {
   # extract



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

2014-05-13 Thread speps
Date: Tuesday, May 13, 2014 @ 17:32:11
  Author: speps
Revision: 111094

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

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

---+
 /PKGBUILD |  148 
 /qupzilla.install |   24 +
 community-i686/PKGBUILD   |   74 --
 community-i686/qupzilla.install   |   12 --
 community-x86_64/PKGBUILD |   74 --
 community-x86_64/qupzilla.install |   12 --
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-13 15:31:43 UTC (rev 111093)
+++ community-i686/PKGBUILD 2014-05-13 15:32:11 UTC (rev 111094)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgbase=qupzilla
-pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.6.5
-pkgrel=1
-pkgdesc="Cross-platform QtWebKit browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/";
-license=('GPL3')
-makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'hunspell' 'kdelibs' 
'libgnome-keyring')
-optdepends=('bash-completion: bash completion support')
-install="$pkgbase.install"
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz";)
-noextract=("$pkgbase-$pkgver.tar.gz")
-md5sums=('4bc129b403f8e74b819ff28e78be27e3')
-
-prepare() {
-  # extract
-  mkdir -p qt{4,5}
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
-
-  # configure
-  export USE_WEBGL=true \
- QUPZILLA_PREFIX=/usr/ \
- KDE_INTEGRATION=true \
- GNOME_INTEGRATION=true
-}
-
-build() {
-  cd qt4
-  qmake-qt4
-  make
-
-  cd ../qt5
-  qmake
-  make
-}
-
-package_qupzilla() {
-  pkgdesc+=" (Qt5)"
-  depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 
'hicolor-icon-theme')
-  optdepends=('libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla-qt5')
-  conflicts=('qupzilla-qt5')
-  replaces=('qupzilla-qt5')
-
-  cd qt5
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}
-
-package_qupzilla-qt4() {
-  pkgdesc+=" (Qt4)"
-  depends=('qtwebkit' 'hunspell')
-  optdepends=('kdelibs: kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla')
-  conflicts=('qupzilla')
-
-  cd qt4
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 111093, 
qupzilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-13 15:32:11 UTC (rev 111094)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: speps 
+
+pkgbase=qupzilla
+pkgname=(qupzilla qupzilla-qt4)
+pkgver=1.6.6
+pkgrel=1
+pkgdesc="Cross-platform QtWebKit browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/";
+license=('GPL3')
+makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'hunspell' 'kdelibs' 
'libgnome-keyring')
+optdepends=('bash-completion: bash completion support')
+install="$pkgbase.install"
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz";)
+noextract=("$pkgbase-$pkgver.tar.gz")
+md5sums=('daad78e47a0956dcc99c0cba9ae6e462')
+
+prepare() {
+  # extract
+  mkdir -p qt{4,5}
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
+
+  # configure
+  export USE_WEBGL=true \
+ QUPZILLA_PREFIX=/usr/ \
+ KDE_INTEGRATION=true \
+ GNOME_INTEGRATION=true
+}
+
+build() {
+  cd qt4
+  qmake-qt4
+  make
+
+  cd ../qt5
+  qmake
+  make
+}
+
+package_qupzilla() {
+  pkgdesc+=" (Qt5)"
+  depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 
'hicolor-icon-theme')
+  optdepends=('libgnome-keyring: gnome keyring integration')
+  provides=('qupzilla-qt5')
+  conflicts=('qupzilla-qt5')
+  replaces=('qupzilla-qt5')
+
+  cd qt5
+  make INSTALL_ROOT="$pkgdir/" install
+
+  # zsh completion
+  install -Dm644

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

2014-05-13 Thread Andreas Radke
Date: Tuesday, May 13, 2014 @ 17:35:13
  Author: andyrtr
Revision: 212340

upgpkg: pigeonhole 0.4.3-1

upstream update 0.4.3

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 15:07:09 UTC (rev 212339)
+++ PKGBUILD2014-05-13 15:35:13 UTC (rev 212340)
@@ -11,8 +11,8 @@
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
-pkgver=0.4.2
-pkgrel=7
+pkgver=0.4.3
+pkgrel=1
 pkgdesc="Sieve implementation for Dovecot"
 arch=('i686' 'x86_64')
 url="http://pigeonhole.dovecot.org/";
@@ -21,7 +21,7 @@
 conflicts=('dovecot-sieve' 'pigeonhole-hg')
 
source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
 "dovecot.conf")
-sha256sums=('0499f07037b86489fdc1d48fb19e298d5360ec41273bccaec230eb1bcf5a3e13'
+sha256sums=('d692f4ab077bdf2c43c98829ed24b2e6f148db488ef8ba429b430394d8b4d757'
 'SKIP'
 'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
 



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

2014-05-13 Thread Andreas Radke
Date: Tuesday, May 13, 2014 @ 17:35:33
  Author: andyrtr
Revision: 212341

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

Added:
  pigeonhole/repos/extra-i686/PKGBUILD
(from rev 212340, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/extra-i686/dovecot.conf
(from rev 212340, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/extra-x86_64/PKGBUILD
(from rev 212340, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/extra-x86_64/dovecot.conf
(from rev 212340, pigeonhole/trunk/dovecot.conf)
Deleted:
  pigeonhole/repos/extra-i686/PKGBUILD
  pigeonhole/repos/extra-i686/dovecot.conf
  pigeonhole/repos/extra-x86_64/PKGBUILD
  pigeonhole/repos/extra-x86_64/dovecot.conf

---+
 /PKGBUILD |   86 
 /dovecot.conf |2 +
 extra-i686/PKGBUILD   |   43 --
 extra-i686/dovecot.conf   |1 
 extra-x86_64/PKGBUILD |   43 --
 extra-x86_64/dovecot.conf |1 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-13 15:35:13 UTC (rev 212340)
+++ extra-i686/PKGBUILD 2014-05-13 15:35:33 UTC (rev 212341)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-# Contributorr: Peter Lewis 
-# Contributor: Sebastian Köhler 
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.2.13
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.4.2
-pkgrel=7
-pkgdesc="Sieve implementation for Dovecot"
-arch=('i686' 'x86_64')
-url="http://pigeonhole.dovecot.org/";
-license=('LGPL')
-depends=('dovecot='$_dcpkgver)
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
-"dovecot.conf")
-sha256sums=('0499f07037b86489fdc1d48fb19e298d5360ec41273bccaec230eb1bcf5a3e13'
-'SKIP'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
-
-build() {
-  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---with-moduledir=/usr/lib/dovecot/modules \
---disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
-}

Copied: pigeonhole/repos/extra-i686/PKGBUILD (from rev 212340, 
pigeonhole/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-13 15:35:33 UTC (rev 212341)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# Contributorr: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.13
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.3
+pkgrel=1
+pkgdesc="Sieve implementation for Dovecot"
+arch=('i686' 'x86_64')
+url="http://pigeonhole.dovecot.org/";
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
+"dovecot.conf")
+sha256sums=('d692f4ab077bdf2c43c98829ed24b2e6f148db488ef8ba429b430394d8b4d757'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+
+build() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Deleted: extra-i686/dovecot.conf
===
--- extra-i686/dovecot.conf 2014-05-13 15:35:13 UTC (rev 212340)
+++ extra-i686/dovecot.conf 2014-05-13 15:35:33 UTC (rev 212341)
@@ -1 +0,0 @@
-/usr/lib/dovecot

Copied: pigeonhole/repos/extra-i686/dovecot.conf (from rev 212340, 
pigeonhole/trunk/dovecot.conf)
===
--- extra-i686/dovecot.conf (rev 0)
+++ extra-i686/dovecot.conf 2014-05-13 15:35:33 UTC (rev 212341)
@@ -0,0 +1 @@
+/usr/lib/dovecot

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-13 15:35:13 UTC (rev 212340)
+++ extra-x86_64/PKGBUILD   2014-05-13 15:35:33 UTC (rev 212341)
@@ -1,43 +0,0 @@
-# $I

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

2014-05-13 Thread Andreas Radke
Date: Tuesday, May 13, 2014 @ 18:28:57
  Author: andyrtr
Revision: 212342

upgpkg: tzdata 2014c-1

upstream update 2014c

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 15:35:33 UTC (rev 212341)
+++ PKGBUILD2014-05-13 16:28:57 UTC (rev 212342)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=tzdata
-pkgver=2014b
+pkgver=2014c
 pkgrel=1
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
-sha1sums=('e35461362701c5f55a98c72bf0822dd0b47f2076'
+sha1sums=('c5c7cc0dd3de514e89e2c5d9c4a8eff812e68e65'
   'SKIP')
 
 timezones=('africa' 'antarctica' 'asia' 'australasia'



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

2014-05-13 Thread Andreas Radke
Date: Tuesday, May 13, 2014 @ 18:29:09
  Author: andyrtr
Revision: 212343

archrelease: copy trunk to testing-any

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

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

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



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

2014-05-13 Thread Jonathan Steel
Date: Tuesday, May 13, 2014 @ 19:47:05
  Author: jsteel
Revision: 111096

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-13 17:46:44 UTC (rev 111095)
+++ community-i686/PKGBUILD 2014-05-13 17:47:05 UTC (rev 111096)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=1.6.1
-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=('6dea6bea9055df3ab2d43de6b522e003')
-[[ $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 111095, 
vagrant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-13 17:47:05 UTC (rev 111096)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=1.6.2
+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')
+makedepends=('git')
+source=(http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
+md5sums=('99ee5b69d9e3966a8ed081e46d1844ba')
+[[ $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
+}

Deleted: community-x86_64/PKGBUILD
=

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

2014-05-13 Thread Jonathan Steel
Date: Tuesday, May 13, 2014 @ 19:46:44
  Author: jsteel
Revision: 111095

upgpkg: vagrant 1.6.2-1

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 15:32:11 UTC (rev 111094)
+++ PKGBUILD2014-05-13 17:46:44 UTC (rev 111095)
@@ -10,7 +10,7 @@
 # Contributor: Steven Nance 
 
 pkgname=vagrant
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="Build and distribute virtualized development environments"
 arch=('i686' 'x86_64')
@@ -18,9 +18,10 @@
 license=('MIT')
 options=('!emptydirs')
 depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
+makedepends=('git')
 source=(http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
 
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
-md5sums=('6dea6bea9055df3ab2d43de6b522e003')
+md5sums=('99ee5b69d9e3966a8ed081e46d1844ba')
 [[ $CARCH == i686 ]] && md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
 [[ $CARCH == x86_64 ]] && md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
 



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

2014-05-13 Thread Alexander Rødseth
Date: Tuesday, May 13, 2014 @ 20:30:31
  Author: arodseth
Revision: 111097

upgpkg: julia 0.3.0_prerelease-5

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 17:47:05 UTC (rev 111096)
+++ PKGBUILD2014-05-13 18:30:31 UTC (rev 111097)
@@ -6,21 +6,21 @@
 
 pkgname=julia
 pkgver=0.3.0_prerelease
-pkgrel=4
+pkgrel=5
 pkgdesc='High-level, high-performance, dynamic programming language'
 arch=('x86_64' 'i686')
 url='http://julialang.org'
 license=('GPL')
-depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 
'zlib' 'llvm') # 'suitesparse'  'utf8proc' (AUR) 'intel-mkl' (AUR)
-makedepends=('gcc-fortran')
+depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 
'zlib')
+makedepends=('gcc-fortran' 'python2' 'libuv')
 optdepends=('gnuplot: If using the Gaston Package from julia')
 options=('!emptydirs' 'staticlibs')
-source=("git://github.com/JuliaLang/julia.git#commit=7bb10f8372")
+source=("git://github.com/JuliaLang/julia.git#commit=3985890")
 sha256sums=('SKIP')
 
 build() {
   make -C "$pkgname" prefix=/usr sysconfdir=/etc \
-USE_SYSTEM_LLVM=1 \
+USE_SYSTEM_LLVM=0 \
 USE_SYSTEM_LIBUNWIND=1 \
 USE_SYSTEM_READLINE=1 \
 USE_SYSTEM_PCRE=1 \
@@ -47,7 +47,7 @@
 package() {
   make -C "$pkgname" DESTDIR="$pkgdir" \
 prefix=/usr sysconfdir=/etc  \
-USE_SYSTEM_LLVM=1 \
+USE_SYSTEM_LLVM=0 \
 USE_SYSTEM_LIBUNWIND=1 \
 USE_SYSTEM_READLINE=1 \
 USE_SYSTEM_PCRE=1 \



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

2014-05-13 Thread Bartłomiej Piotrowski
Date: Tuesday, May 13, 2014 @ 20:30:25
  Author: bpiotrowski
Revision: 212344

upgpkg: mariadb 10.0.11-1

new upstream release

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 16:29:09 UTC (rev 212343)
+++ PKGBUILD2014-05-13 18:30:25 UTC (rev 212344)
@@ -3,18 +3,18 @@
 
 pkgbase=mariadb
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.10
+pkgver=10.0.11
 _pkgver=${pkgver/.a/a}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'
 makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre')
-source=(http://mirrors.supportex.net/$pkgbase/$pkgbase-$_pkgver/kvm-tarbake-jaunty-x86/$pkgbase-$_pkgver.tar.gz
+source=(https://downloads.mariadb.org/interstitial/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
 mariadb.service
 mariadb-post.sh
 mariadb-tmpfile.conf)
-md5sums=('14ce22b8197d4eae88d237776d47220f'
+md5sums=('faa2ea3f9c6f7bc5f021d299367a7a8d'
  'd488fffa9f62f9949c4aa1bb6e6db692'
  'b79e65a5aa536e6b5bc60988eb0b78a2'
  '2fa6e456964d4ff5e6d4f9ff0126aed6')
@@ -45,6 +45,7 @@
 -DWITH_READLINE=ON \
 -DWITH_ZLIB=system \
 -DWITH_SSL=system \
+-DWITH_PCRE=system \
 -DWITH_LIBWRAP=OFF \
 -DWITH_EXTRA_CHARSETS=complex \
 -DWITH_EMBEDDED_SERVER=ON \



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

2014-05-13 Thread Bartłomiej Piotrowski
Date: Tuesday, May 13, 2014 @ 20:30:34
  Author: bpiotrowski
Revision: 212345

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

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

-+
 /PKGBUILD   |  300 ++
 /mariadb-post.sh|   16 +
 /mariadb-tmpfile.conf   |2 
 /mariadb.install|   98 +++
 /mariadb.service|   32 +++
 testing-i686/PKGBUILD   |  149 
 testing-i686/mariadb-post.sh|8 
 testing-i686/mariadb-tmpfile.conf   |1 
 testing-i686/mariadb.install|   49 -
 testing-i686/mariadb.service|   16 -
 testing-x86_64/PKGBUILD |  149 
 testing-x86_64/mariadb-post.sh  |8 
 testing-x86_64/mariadb-tmpfile.conf |1 
 testing-x86_64/mariadb.install  |   49 -
 testing-x86_64/mariadb.service  |   16 -
 15 files changed, 448 insertions(+), 446 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-05-13 18:30:25 UTC (rev 212344)
+++ testing-i686/PKGBUILD   2014-05-13 18:30:34 UTC (rev 212345)
@@ -1,149 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.10
-_pkgver=${pkgver/.a/a}
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre')
-source=(http://mirrors.supportex.net/$pkgbase/$pkgbase-$_pkgver/kvm-tarbake-jaunty-x86/$pkgbase-$_pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-md5sums=('14ce22b8197d4eae88d237776d47220f'
- 'd488fffa9f62f9949c4aa1bb6e6db692'
- 'b79e65a5aa536e6b5bc60988eb0b78a2'
- '2fa6e456964d4ff5e6d4f9ff0126aed6')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$_pkgver \
--DBUILD_CONFIG=mysql_release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_LIBWRAP=OFF \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITH_TOKUDB_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DWITHOUT_TOKUDB=1 \
--DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer" \
--DCMAKE_CXX_FLAGS="-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti" \
--DWITH_MYSQLD_LDFLAGS="$LDFLAGS"
-
-
-  make
-}
-
-package_libmariadbclient() {
-

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

2014-05-13 Thread Alexander Rødseth
Date: Tuesday, May 13, 2014 @ 20:30:47
  Author: arodseth
Revision: 111098

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-13 18:30:31 UTC (rev 111097)
+++ community-i686/PKGBUILD 2014-05-13 18:30:47 UTC (rev 111098)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Lex Black 
-# Contributor: Michael Jakl 
-# Contributor: devmotion 
-
-pkgname=julia
-pkgver=0.3.0_prerelease
-pkgrel=4
-pkgdesc='High-level, high-performance, dynamic programming language'
-arch=('x86_64' 'i686')
-url='http://julialang.org'
-license=('GPL')
-depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 
'zlib' 'llvm') # 'suitesparse'  'utf8proc' (AUR) 'intel-mkl' (AUR)
-makedepends=('gcc-fortran')
-optdepends=('gnuplot: If using the Gaston Package from julia')
-options=('!emptydirs' 'staticlibs')
-source=("git://github.com/JuliaLang/julia.git#commit=7bb10f8372")
-sha256sums=('SKIP')
-
-build() {
-  make -C "$pkgname" prefix=/usr sysconfdir=/etc \
-USE_SYSTEM_LLVM=1 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=1 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=0 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" \
-prefix=/usr sysconfdir=/etc  \
-USE_SYSTEM_LLVM=1 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=1 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=0 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0 \
-install
-
-# Remove duplicate man-page from julia/doc
-rm -rv "$pkgdir/usr/share/julia/doc/man"
-
-# Remove this file in order for Julia to start
-rm -v "$pkgdir/usr/lib/julia/sys.so"
-
-# Fix wonky permission
-chmod 644 "$pkgdir/usr/lib/julia/libuv.a"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: julia/repos/community-i686/PKGBUILD (from rev 111097, 
julia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-13 18:30:47 UTC (rev 111098)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Lex Black 
+# Contributor: Michael Jakl 
+# Contributor: devmotion 
+
+pkgname=julia
+pkgver=0.3.0_prerelease
+pkgrel=5
+pkgdesc='High-level, high-performance, dynamic programming language'
+arch=('x86_64' 'i686')
+url='http://julialang.org'
+license=('GPL')
+depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 
'zlib')
+makedepends=('gcc-fortran' 'python2' 'libuv')
+optdepends=('gnuplot: If using the Gaston Package from julia')
+options=('!emptydirs' 'staticlibs')
+source=("git://github.com/JuliaLang/julia.git#commit=3985890")
+sha256sums=('SKIP')
+
+build() {
+  make -C "$pkgname" prefix=/usr sysconfdir=/etc \
+USE_SYSTEM_LLVM=0 \
+USE_SYSTEM_LIBUNWIND=1 \
+USE_SYSTEM_READLINE=1 \
+USE_SYSTEM_PCRE=1 \
+USE_SYSTEM_LIBM=1 \
+USE_SYSTEM_OPENLIBM=0 \
+USE_SYSTEM_OPENSPECFUN=0 \
+USE_SYSTEM_BLAS=1 \
+USE_SYSTEM_LAPACK=1 \
+USE_SYSTEM_FFTW=1 \
+USE_SYSTEM_GMP=1 \
+USE_SYSTEM_MPFR=1 \
+USE_SYSTEM_ARPACK=1 \
+USE_SYSTEM_SUITESPARSE=0 \
+USE_SYSTEM_ZLIB=1 \
+USE_SYSTEM_GRISU=0 \
+USE_SYSTEM_RMATH=0 \
+USE_SYSTEM_LIBUV=0 \
+USE_SYSTEM_UTF8PROC=0 \
+USE_MKL=0 \
+USE_BLAS64=0 \
+USE_LLVM_SHLIB=0
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" \
+prefix=/usr sysconfdir=/etc  \
+USE_SYSTEM_LLVM=0 \
+USE_SYSTEM_LIBUNWIND=1 \
+USE_SYSTEM_READLINE=1 \
+USE_SY

[arch-commits] Commit in xf86-input-synaptics/repos (6 files)

2014-05-13 Thread Andreas Radke
Date: Tuesday, May 13, 2014 @ 21:18:45
  Author: andyrtr
Revision: 212347

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

Added:
  xf86-input-synaptics/repos/testing-i686/
  xf86-input-synaptics/repos/testing-i686/PKGBUILD
(from rev 212346, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/testing-i686/add_tapbuttons.diff
(from rev 212346, xf86-input-synaptics/trunk/add_tapbuttons.diff)
  xf86-input-synaptics/repos/testing-x86_64/
  xf86-input-synaptics/repos/testing-x86_64/PKGBUILD
(from rev 212346, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/testing-x86_64/add_tapbuttons.diff
(from rev 212346, xf86-input-synaptics/trunk/add_tapbuttons.diff)

+
 testing-i686/PKGBUILD  |   47 +++
 testing-i686/add_tapbuttons.diff   |   17 
 testing-x86_64/PKGBUILD|   47 +++
 testing-x86_64/add_tapbuttons.diff |   17 
 4 files changed, 128 insertions(+)

Copied: xf86-input-synaptics/repos/testing-i686/PKGBUILD (from rev 212346, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-13 19:18:45 UTC (rev 212347)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Powalowski  
+# Contributor: Thomas Bächler 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-input-synaptics
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Synaptics driver for notebook touchpads"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/";
+depends=('libxtst' 'mtdev' 'libevdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.15.0' 'X-ABI-XINPUT_VERSION<20' 
'X-ABI-XINPUT_VERSION>=21')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+backup=('etc/X11/xorg.conf.d/50-synaptics.conf')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+add_tapbuttons.diff)
+sha256sums=('9bf27632aaa6c5e62621ca9c2ca00f9b309c85b039ee33cd592b189fc872c37a'
+'5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # * upstream disabled tapping by default if a physical left button is 
present - see FS#33282
+  # * enable MatchDevicePath directive by default - FS#33291
+  patch -Np1 -i ${srcdir}/add_tapbuttons.diff
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
+  install -m644 conf/50-synaptics.conf "${pkgdir}/etc/X11/xorg.conf.d/"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+
+  rm -rf "${pkgdir}/usr/share/X11"
+}

Copied: xf86-input-synaptics/repos/testing-i686/add_tapbuttons.diff (from rev 
212346, xf86-input-synaptics/trunk/add_tapbuttons.diff)
===
--- testing-i686/add_tapbuttons.diff(rev 0)
+++ testing-i686/add_tapbuttons.diff2014-05-13 19:18:45 UTC (rev 212347)
@@ -0,0 +1,17 @@
+--- a/conf/50-synaptics.conf   2012-05-11 01:01:10.0 +0200
 b/conf/50-synaptics.conf.new   2013-01-05 14:20:21.959670353 +0100
+@@ -11,10 +11,13 @@
+ Identifier "touchpad catchall"
+ Driver "synaptics"
+ MatchIsTouchpad "on"
++Option "TapButton1" "1"
++Option "TapButton2" "2"
++Option "TapButton3" "3"
+ # This option is recommend on all Linux systems using evdev, but cannot be
+ # enabled by default. See the following link for details:
+ # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
+-#   MatchDevicePath "/dev/input/event*"
++MatchDevicePath "/dev/input/event*"
+ EndSection
+ 
+ Section "InputClass"

Copied: xf86-input-synaptics/repos/testing-x86_64/PKGBUILD (from rev 212346, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-13 19:18:45 UTC (rev 212347)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Powalowski  
+# Contributor: Thomas Bächler 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-input-synaptics
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Synaptics driver for notebook touchpads"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/";
+depends=('libxtst' 'mtdev' 'libevdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.15.

[arch-commits] Commit in libxfont/trunk (CVE-2014-209-210-211.patch PKGBUILD)

2014-05-13 Thread Laurent Carlier
Date: Tuesday, May 13, 2014 @ 21:34:54
  Author: lcarlier
Revision: 212348

upgpkg: libxfont 1.4.7-3

fix CVE-2014-209 CVE-2014-210 CVE-2014-211

Added:
  libxfont/trunk/CVE-2014-209-210-211.patch
Modified:
  libxfont/trunk/PKGBUILD

+
 CVE-2014-209-210-211.patch |  925 +++
 PKGBUILD   |   10 
 2 files changed, 932 insertions(+), 3 deletions(-)

Added: CVE-2014-209-210-211.patch
===
--- CVE-2014-209-210-211.patch  (rev 0)
+++ CVE-2014-209-210-211.patch  2014-05-13 19:34:54 UTC (rev 212348)
@@ -0,0 +1,925 @@
+From 2f5e57317339c526e6eaee1010b0e2ab8089c42e Mon Sep 17 00:00:00 2001
+From: Alan Coopersmith 
+Date: Fri, 25 Apr 2014 23:01:11 -0700
+Subject: [PATCH 01/12] CVE-2014-0209: integer overflow of realloc() size in
+ FontFileAddEntry()
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+FontFileReadDirectory() opens a fonts.dir file, and reads over every
+line in an fscanf loop.  For each successful entry read (font name,
+file name) a call is made to FontFileAddFontFile().
+
+FontFileAddFontFile() will add a font file entry (for the font name
+and file) each time it’s called, by calling FontFileAddEntry().
+FontFileAddEntry() will do the actual adding.  If the table it has
+to add to is full, it will do a realloc, adding 100 more entries
+to the table size without checking to see if that will overflow the
+int used to store the size.
+
+Reported-by: Ilja Van Sprundel 
+Signed-off-by: Alan Coopersmith 
+Reviewed-by: Adam Jackson 
+Reviewed-by: Matthieu Herrb 
+---
+ src/fontfile/fontdir.c | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/src/fontfile/fontdir.c b/src/fontfile/fontdir.c
+index ef7ffa5..7271603 100644
+--- a/src/fontfile/fontdir.c
 b/src/fontfile/fontdir.c
+@@ -177,6 +177,11 @@ FontFileAddEntry(FontTablePtr table, FontEntryPtr 
prototype)
+ if (table->sorted)
+   return (FontEntryPtr) 0;/* "cannot" happen */
+ if (table->used == table->size) {
++  if (table->size >= ((INT32_MAX / sizeof(FontEntryRec)) - 100))
++  /* If we've read so many entries we're going to ask for 2gb
++ or more of memory, something is so wrong with this font
++ directory that we should just give up before we overflow. */
++  return NULL;
+   newsize = table->size + 100;
+   entry = realloc(table->entries, newsize * sizeof(FontEntryRec));
+   if (!entry)
+-- 
+1.9.2
+
+
+From 05c8020a49416dd8b7510cbba45ce4f3fc81a7dc Mon Sep 17 00:00:00 2001
+From: Alan Coopersmith 
+Date: Fri, 25 Apr 2014 23:01:48 -0700
+Subject: [PATCH 02/12] CVE-2014-0209: integer overflow of realloc() size in
+ lexAlias()
+
+lexAlias() reads from a file in a loop. It does this by starting with a
+64 byte buffer.  If that size limit is hit, it does a realloc of the
+buffer size << 1, basically doubling the needed length every time the
+length limit is hit.
+
+Eventually, this will shift out to 0 (for a length of ~4gig), and that
+length will be passed on to realloc().  A length of 0 (with a valid
+pointer) causes realloc to free the buffer on most POSIX platforms,
+but the caller will still have a pointer to it, leading to use after
+free issues.
+
+Reported-by: Ilja Van Sprundel 
+Signed-off-by: Alan Coopersmith 
+Reviewed-by: Adam Jackson 
+Reviewed-by: Matthieu Herrb 
+---
+ src/fontfile/dirfile.c | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/fontfile/dirfile.c b/src/fontfile/dirfile.c
+index cb28333..38ced75 100644
+--- a/src/fontfile/dirfile.c
 b/src/fontfile/dirfile.c
+@@ -42,6 +42,7 @@ in this Software without prior written authorization from 
The Open Group.
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ static Bool AddFileNameAliases ( FontDirectoryPtr dir );
+ static int ReadFontAlias ( char *directory, Bool isFile,
+@@ -376,6 +377,9 @@ lexAlias(FILE *file, char **lexToken)
+   int nsize;
+   char   *nbuf;
+ 
++  if (tokenSize >= (INT_MAX >> 2))
++  /* Stop before we overflow */
++  return EALLOC;
+   nsize = tokenSize ? (tokenSize << 1) : 64;
+   nbuf = realloc(tokenBuf, nsize);
+   if (!nbuf)
+-- 
+1.9.2
+
+
+From 891e084b26837162b12f841060086a105edde86d Mon Sep 17 00:00:00 2001
+From: Alan Coopersmith 
+Date: Fri, 25 Apr 2014 23:02:00 -0700
+Subject: [PATCH 03/12] CVE-2014-0210: unvalidated length in
+ _fs_recv_conn_setup()
+
+The connection setup reply from the font server can include a list
+of alternate servers to contact if this font server stops working.
+
+The reply specifies a total size of all the font server names, and
+then provides a list of names. _fs_recv_conn_setup() allocated the
+specified total size for copying the names to, but didn't check to
+make sure it wasn't copying more data to that buffer than the size
+i

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

2014-05-13 Thread Laurent Carlier
Date: Tuesday, May 13, 2014 @ 21:35:10
  Author: lcarlier
Revision: 212349

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

Added:
  libxfont/repos/extra-i686/CVE-2014-209-210-211.patch
(from rev 212348, libxfont/trunk/CVE-2014-209-210-211.patch)
  libxfont/repos/extra-i686/PKGBUILD
(from rev 212348, libxfont/trunk/PKGBUILD)
  libxfont/repos/extra-i686/fix-for-fontsproto213.patch
(from rev 212348, libxfont/trunk/fix-for-fontsproto213.patch)
  libxfont/repos/extra-x86_64/CVE-2014-209-210-211.patch
(from rev 212348, libxfont/trunk/CVE-2014-209-210-211.patch)
  libxfont/repos/extra-x86_64/PKGBUILD
(from rev 212348, libxfont/trunk/PKGBUILD)
  libxfont/repos/extra-x86_64/fix-for-fontsproto213.patch
(from rev 212348, libxfont/trunk/fix-for-fontsproto213.patch)
Deleted:
  libxfont/repos/extra-i686/PKGBUILD
  libxfont/repos/extra-i686/fix-for-fontsproto213.patch
  libxfont/repos/extra-x86_64/PKGBUILD
  libxfont/repos/extra-x86_64/fix-for-fontsproto213.patch

--+
 /PKGBUILD|   78 ++
 /fix-for-fontsproto213.patch |  140 
 extra-i686/CVE-2014-209-210-211.patch|  925 +
 extra-i686/PKGBUILD  |   35 -
 extra-i686/fix-for-fontsproto213.patch   |   70 --
 extra-x86_64/CVE-2014-209-210-211.patch  |  925 +
 extra-x86_64/PKGBUILD|   35 -
 extra-x86_64/fix-for-fontsproto213.patch |   70 --
 8 files changed, 2068 insertions(+), 210 deletions(-)

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


[arch-commits] Commit in xf86-input-synaptics/trunk (PKGBUILD)

2014-05-13 Thread Andreas Radke
Date: Tuesday, May 13, 2014 @ 21:18:32
  Author: andyrtr
Revision: 212346

upgpkg: xf86-input-synaptics 1.8.0-1

upstream update 1.8.0

Modified:
  xf86-input-synaptics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 18:30:34 UTC (rev 212345)
+++ PKGBUILD2014-05-13 19:18:32 UTC (rev 212346)
@@ -5,13 +5,13 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xf86-input-synaptics
-pkgver=1.7.5
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="Synaptics driver for notebook touchpads"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://xorg.freedesktop.org/";
-depends=('libxtst' 'mtdev')
+depends=('libxtst' 'mtdev' 'libevdev')
 makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
 conflicts=('xorg-server<1.15.0' 'X-ABI-XINPUT_VERSION<20' 
'X-ABI-XINPUT_VERSION>=21')
 replaces=('synaptics')
@@ -21,7 +21,7 @@
 backup=('etc/X11/xorg.conf.d/50-synaptics.conf')
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 add_tapbuttons.diff)
-sha256sums=('1f8423521ff747efa9d84ef33126ad4bbe27d5904731115aa70247bc388c91c7'
+sha256sums=('9bf27632aaa6c5e62621ca9c2ca00f9b309c85b039ee33cd592b189fc872c37a'
 '5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
 
 build() {



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

2014-05-13 Thread Eric Bélanger
Date: Tuesday, May 13, 2014 @ 23:10:38
  Author: eric
Revision: 111099

Add build fix (close FS#40330)

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 18:30:47 UTC (rev 111098)
+++ PKGBUILD2014-05-13 21:10:38 UTC (rev 111099)
@@ -45,7 +45,7 @@
 build() {
   cd ${pkgname}-${pkgver}
   ./autogen.sh
-  CPPFLAGS+="-I/usr/include/lua5.1" ./configure --prefix=/usr
+  CPPFLAGS+=" -I/usr/include/lua5.1" ./configure --prefix=/usr
   sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
   make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee" 
 }



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

2014-05-13 Thread Eric Bélanger
Date: Tuesday, May 13, 2014 @ 23:12:39
  Author: eric
Revision: 00

archrelease: copy trunk to community-i686

Added:
  electricsheep/repos/community-i686/PKGBUILD
(from rev 111099, electricsheep/trunk/PKGBUILD)
Deleted:
  electricsheep/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-13 21:10:38 UTC (rev 111099)
+++ PKGBUILD2014-05-13 21:12:39 UTC (rev 00)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=electricsheep
-pkgver=2.7b33
-pkgrel=15
-pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
-arch=('i686' 'x86_64')
-url="http://community.electricsheep.org/";
-license=('GPL')
-depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
-makedepends=('boost' 'mesa' 'glu' 'tinyxml')
-optdepends=('xscreensaver: to use electricsheep with xscreensaver')
-options=('!emptydirs')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
-  'fda3aae435507d03973f0c4d1ed3509067657f06')
-
-# source PKGBUILD && mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
-  _svnver=r125
-  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
-  _svnmod="${pkgname}-${pkgver}"
-  mkdir ${pkgname}-${pkgver}
-  pushd ${pkgname}-${pkgver}
-  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
-Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
-  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
-  sed -i '12 i\
-#include ' Common/Singleton.h
-  mkdir m4
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-  CPPFLAGS+="-I/usr/include/lua5.1" ./configure --prefix=/usr
-  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
-  make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee" 
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
"${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop"
-  install -D -m644 Runtime/logo.png 
"${pkgdir}/usr/share/icons/electricsheep.png"
-}

Copied: electricsheep/repos/community-i686/PKGBUILD (from rev 111099, 
electricsheep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-13 21:12:39 UTC (rev 00)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=15
+pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
+arch=('i686' 'x86_64')
+url="http://community.electricsheep.org/";
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=r125
+  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
+  _svnmod="${pkgname}-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include ' Common/Singleton.h
+  mkdir m4
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  CPPFLAGS+=" -I/usr/include/lua5.1" ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
+  make CXXFLAGS+="-DUSE_NEW

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

2014-05-13 Thread Eric Bélanger
Date: Tuesday, May 13, 2014 @ 23:14:09
  Author: eric
Revision: 01

archrelease: copy trunk to community-x86_64

Added:
  electricsheep/repos/community-x86_64/PKGBUILD
(from rev 00, electricsheep/trunk/PKGBUILD)
Deleted:
  electricsheep/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-13 21:12:39 UTC (rev 00)
+++ PKGBUILD2014-05-13 21:14:09 UTC (rev 01)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=electricsheep
-pkgver=2.7b33
-pkgrel=15
-pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
-arch=('i686' 'x86_64')
-url="http://community.electricsheep.org/";
-license=('GPL')
-depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
-makedepends=('boost' 'mesa' 'glu' 'tinyxml')
-optdepends=('xscreensaver: to use electricsheep with xscreensaver')
-options=('!emptydirs')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
-  'fda3aae435507d03973f0c4d1ed3509067657f06')
-
-# source PKGBUILD && mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
-  _svnver=r125
-  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
-  _svnmod="${pkgname}-${pkgver}"
-  mkdir ${pkgname}-${pkgver}
-  pushd ${pkgname}-${pkgver}
-  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
-Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
-  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
-  sed -i '12 i\
-#include ' Common/Singleton.h
-  mkdir m4
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-  CPPFLAGS+="-I/usr/include/lua5.1" ./configure --prefix=/usr
-  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
-  make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee" 
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
"${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop"
-  install -D -m644 Runtime/logo.png 
"${pkgdir}/usr/share/icons/electricsheep.png"
-}

Copied: electricsheep/repos/community-x86_64/PKGBUILD (from rev 00, 
electricsheep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-13 21:14:09 UTC (rev 01)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=15
+pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
+arch=('i686' 'x86_64')
+url="http://community.electricsheep.org/";
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=r125
+  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
+  _svnmod="${pkgname}-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include ' Common/Singleton.h
+  mkdir m4
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  CPPFLAGS+=" -I/usr/include/lua5.1" ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
+  make CXXFLAGS+="-

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

2014-05-13 Thread Alexander Rødseth
Date: Tuesday, May 13, 2014 @ 23:14:35
  Author: arodseth
Revision: 02

upgpkg: processing 2.2-1

Modified:
  processing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 21:14:09 UTC (rev 01)
+++ PKGBUILD2014-05-13 21:14:35 UTC (rev 02)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Rødseth 
 
 pkgname=processing
-pkgver=2.1.2
+pkgver=2.2
 pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='Programming environment for creating images, animations and 
interactions'
@@ -15,13 +15,13 @@
 if [[ $CARCH == "x86_64" ]]; then
   source=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz";
   
"$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png";)
-  
sha256sums=('4e43fd3f9527e243438bb3ddf75c37afb4004f71144a53d0347732bdab0eb439'
-  
'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+  
sha256sums=('262756a040def3e23a32db2838b313193918cb15cafccc6e9fbd88358d5d8832'
+'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
 else
   source=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz";
   
"$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png";)
-  
sha256sums=('917329ff5f960632e149cd79822e9ea4016bc575e31f90ff6bf009b87ccfceb1'
-  
'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+  
sha256sums=('89bf7739ba97f8150c3a6e3c02e3602ed70d93aba29def8f4eddc755fc5d5ae0'
+'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
 fi
 
 prepare() {



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

2014-05-13 Thread Alexander Rødseth
Date: Tuesday, May 13, 2014 @ 23:14:49
  Author: arodseth
Revision: 03

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-13 21:14:35 UTC (rev 02)
+++ community-i686/PKGBUILD 2014-05-13 21:14:49 UTC (rev 03)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgname=processing
-pkgver=2.1.2
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment for creating images, animations and 
interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-depends=('libgl' 'libxxf86vm')
-makedepends=('gendesk')
-options=('!strip')
-
-if [[ $CARCH == "x86_64" ]]; then
-  source=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz";
-  
"$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png";)
-  
sha256sums=('4e43fd3f9527e243438bb3ddf75c37afb4004f71144a53d0347732bdab0eb439'
-  
'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
-else
-  source=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz";
-  
"$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png";)
-  
sha256sums=('917329ff5f960632e149cd79822e9ea4016bc575e31f90ff6bf009b87ccfceb1'
-  
'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
-fi
-
-prepare() {
-  gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  
-  install -d "$pkgdir/usr/share/$pkgname/"
-  install -d "$pkgdir/usr/bin/"
-  cp -r * "$pkgdir/usr/share/$pkgname/"
-  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
-  install -Dm644 "$srcdir/$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: processing/repos/community-i686/PKGBUILD (from rev 02, 
processing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-13 21:14:49 UTC (rev 03)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+
+pkgname=processing
+pkgver=2.2
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Programming environment for creating images, animations and 
interactions'
+url='http://www.processing.org/'
+license=('GPL' 'LGPL')
+depends=('libgl' 'libxxf86vm')
+makedepends=('gendesk')
+options=('!strip')
+
+if [[ $CARCH == "x86_64" ]]; then
+  source=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz";
+  
"$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png";)
+  
sha256sums=('262756a040def3e23a32db2838b313193918cb15cafccc6e9fbd88358d5d8832'
+'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+else
+  source=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz";
+  
"$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png";)
+  
sha256sums=('89bf7739ba97f8150c3a6e3c02e3602ed70d93aba29def8f4eddc755fc5d5ae0'
+'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+fi
+
+prepare() {
+  gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  
+  install -d "$pkgdir/usr/share/$pkgname/"
+  install -d "$pkgdir/usr/bin/"
+  cp -r * "$pkgdir/usr/share/$pkgname/"
+  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
+  install -Dm644 "$srcdir/$pkgname.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-13 21:14:35 UTC (rev 02)
+++ community-x86_64/PKGBUILD   2014-05-13 21:14:49 UTC (rev 03)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgname=processing
-pkgver=2.1.2
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment

[arch-commits] Commit in linux-grsec/trunk (0014-fix-rtl8192se.patch PKGBUILD)

2014-05-13 Thread Daniel Micay
Date: Tuesday, May 13, 2014 @ 23:17:39
  Author: thestinger
Revision: 04

upgpkg: linux-grsec 3.14.4.201405131205-1

Modified:
  linux-grsec/trunk/PKGBUILD
Deleted:
  linux-grsec/trunk/0014-fix-rtl8192se.patch

--+
 0014-fix-rtl8192se.patch |   15 ---
 PKGBUILD |   15 ---
 2 files changed, 4 insertions(+), 26 deletions(-)

Deleted: 0014-fix-rtl8192se.patch
===
--- 0014-fix-rtl8192se.patch2014-05-13 21:14:49 UTC (rev 03)
+++ 0014-fix-rtl8192se.patch2014-05-13 21:17:39 UTC (rev 04)
@@ -1,15 +0,0 @@
 linux-2.6/drivers/net/wireless/rtlwifi/rtl8192se/trx.c 
-+++ linux-2.6/drivers/net/wireless/rtlwifi/rtl8192se/trx.c 
-@@ -49,6 +49,12 @@ static u8 _rtl92se_map_hwqueue_to_fwqueu
-   if (ieee80211_is_nullfunc(fc))
-   return QSLT_HIGH;
- 
-+  /* Kernel commit 1bf4bbb4024dcdab changed EAPOL packets to use
-+   * queue V0 at priority 7; however, the RTL8192SE appears to have
-+   * that queue at priority 6
-+   */
-+  if (skb->priority == 7)
-+  return QSLT_VO;
-   return skb->priority;
- }
-

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 21:14:49 UTC (rev 03)
+++ PKGBUILD2014-05-13 21:17:39 UTC (rev 04)
@@ -6,9 +6,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-3.14
-_pkgver=3.14.3
+_pkgver=3.14.4
 _grsecver=3.0
-_timestamp=201405121814
+_timestamp=201405131205
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -36,13 +36,12 @@
 '0011-kernfs-fix-removed-error-check.patch'
 '0012-fix-saa7134.patch'
 '0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch'
-'0014-fix-rtl8192se.patch'
 '0015-fix-xsdt-validation.patch'
 sysctl.conf
 )
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
-'a26a25739c50d639174698ae498530205b55e5a2b11f8c33ab92a8581bc83fbd'
-'fd62acc651c19207b795b50b8c150cd9f473df810f9ca726f18645a8c007117d'
+'af640ea64e923d525a8238832e8452381e6dc76a3bf28046411cadd67c408114'
+'d5a84246d0401cc9d79abde2cef6b83732eb0b5d3d745c015d25544e8cc1ad62'
 'SKIP'
 '7ae000eaa1df8809cc5e27427e3ee5962bfd15d32cea3c9367321a9ea9a1f28c'
 '63dd010c2ad0df4279ee00f1530850560b722235a3430df5efd5cffcb045b203'
@@ -58,7 +57,6 @@
 '04f44bf5c181d6dc31905937c1bdccb0f5aecaad3a579e99b302502b9cbe0f7a'
 '79359454c9d8446eb55add2b1cdbf8332bd67dafb01fefb5b1ca090225f64d18'
 'f2a5e22c1ba6e9b8a32a7bd4a5327ee95538aa10edcee3cd12578f8ff49bf6be'
-'ff9df6746d7cbfe858d5b4bce932951c26414a7635cb5c26cd8d5c97df36a2a1'
 '384dd13fd4248fd6809da8c6ae29ced55d4a5cacc33ac2ae7522093ec0fb26d4'
 'a37823f0cdf3f318ec3f486f6e4035a7a8f887522d3a563d4dfe155f143ba24f')
 
@@ -116,11 +114,6 @@
   # https://bugzilla.kernel.org/show_bug.cgi?id=74051
   patch -Np1 -i 
"${srcdir}/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch"
 
-  # fix rtl8192se authentification
-  # https://bugs.archlinux.org/task/39858
-  # https://bugzilla.kernel.org/show_bug.cgi?id=74541
-  patch -Np1 -i "${srcdir}/0014-fix-rtl8192se.patch"
-
   # fix xsdt validation bug
   # https://bugs.archlinux.org/task/39811
   # https://bugzilla.kernel.org/show_bug.cgi?id=73911



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

2014-05-13 Thread Daniel Micay
Date: Tuesday, May 13, 2014 @ 23:19:52
  Author: thestinger
Revision: 05

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

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

[arch-commits] Commit in pymol/trunk (PKGBUILD apbstools_tcltk8.6.patch)

2014-05-13 Thread Evgeniy Alekseev
Date: Tuesday, May 13, 2014 @ 23:32:07
  Author: arcanis
Revision: 06

upgpkg: pymol 1.7.1.3-1

Modified:
  pymol/trunk/PKGBUILD
  pymol/trunk/apbstools_tcltk8.6.patch

--+
 PKGBUILD |   14 +++-
 apbstools_tcltk8.6.patch |   72 ++---
 2 files changed, 42 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 21:19:52 UTC (rev 05)
+++ PKGBUILD2014-05-13 21:32:07 UTC (rev 06)
@@ -4,8 +4,8 @@
 # Contributor: Tomasz Żok 
 
 pkgname=pymol
-pkgver=1.7.0.0
-pkgrel=3
+pkgver=1.7.1.3
+pkgrel=1
 pkgdesc="Molecular visualization system on an Open Source foundation"
 arch=('i686' 'x86_64')
 url="http://pymol.org/";
@@ -16,14 +16,14 @@
 "${pkgname}-38899.patch"
 "apbstools_tcltk8.6.patch")
 install="${pkgname}.install"
-md5sums=('36fc735f6104e59802f109d0d25b6676'
+md5sums=('414e57a76d8e6e58540b743c1c2fb5ee'
  '1f8152c4604ba2939b24e25a022937ca'
- 'a3c1544017762613bebc3f5763a434a9')
+ 'c48bf253e59ff97c14114cd285a4f1e1')
 
 prepare() {
   # create desktop file
   gendesk -f --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" --name="PyMOL" 
--categories="Science;Chemistry"
-  
+
   # suppress non-zero exit code that breaks makepkg
   sed -i '/sys.exit/ s,2,0,' "${srcdir}/pymol/setup.py"
   # change python to python2
@@ -31,14 +31,12 @@
   sed -i "s|python|python2|g" "${srcdir}/pymol/test/run"
   sed -i "s|python|python2|g" "${srcdir}/pymol/test/show"
   sed -i "s|python|python2|g" 
"${srcdir}/pymol/modules/pmg_tk/startup/apbs_tools.py"
-  
   # fix FS#38899
   patch -p0 -i "${pkgname}-38899.patch"
   mv "${srcdir}/${pkgname}/modules/web" "${srcdir}/${pkgname}/modules/pymolweb"
-  
   # fix FS#39526
   cd "${srcdir}/${pkgname}"
-  patch -p0 -i "${srcdir}/apbstools_tcltk8.6.patch"
+  #patch -p0 -i "${srcdir}/apbstools_tcltk8.6.patch"
 }
 
 build() {

Modified: apbstools_tcltk8.6.patch
===
--- apbstools_tcltk8.6.patch2014-05-13 21:19:52 UTC (rev 05)
+++ apbstools_tcltk8.6.patch2014-05-13 21:32:07 UTC (rev 06)
@@ -1,112 +1,112 @@
 modules/pmg_tk/startup/apbs_tools.py.orig  2013-08-16 20:29:27.0 
-0400
-+++ modules/pmg_tk/startup/apbs_tools.py   2013-08-16 20:31:35.0 
-0400
-@@ -560,7 +560,8 @@
+--- modules/pmg_tk/startup/apbs_tools.py.orig  2014-05-14 01:07:32.0 
+0400
 modules/pmg_tk/startup/apbs_tools.py   2014-05-14 01:15:35.090032827 
+0400
+@@ -612,7 +612,8 @@
  # Set up the Main page
  page = self.notebook.add('Main')
  group = Pmw.Group(page,tag_text='Main options')
 -group.pack(fill = 'both', expand = 1, padx = 10, pady = 5)
 +#group.pack(fill = 'both', expand = 1, padx = 10, pady = 5)
-+  group.grid(padx = 10, pady = 5, sticky=(N, S, E, W))
++group.grid(padx = 10, pady = 5, sticky=(N, S, E, W))
  self.selection = Pmw.EntryField(group.interior(),
  labelpos='w',
  label_text='Selection to use: ',
-@@ -606,7 +607,8 @@
+@@ -658,7 +659,8 @@
  page = self.notebook.add('Configuration')
  
  group = Pmw.Group(page,tag_text='Dielectric Constants')
 -group.pack(fill = 'both', expand = 1, padx = 4, pady = 5)
 +#group.pack(fill = 'both', expand = 1, padx = 4, pady = 5)
-+  group.grid(padx = 4, pady = 5, sticky=(N, S, E, W))
++group.grid(padx = 4, pady = 5, sticky=(N, S, E, W))
  group.grid(column=0, row=0)
  self.interior_dielectric = 
Pmw.EntryField(group.interior(),labelpos='w',
 label_text = 'Protein Dielectric:',
-@@ -625,7 +627,8 @@
+@@ -677,7 +679,8 @@
  #entry.pack(side='left',fill='both',expand=1,padx=4) # 
side-by-side
  entry.pack(fill='x',expand=1,padx=4,pady=1) # vertical
  group = Pmw.Group(page,tag_text='Other')
 -group.pack(fill='both',expand=1, padx=4, pady=5)
 +#group.pack(fill='both',expand=1, padx=4, pady=5)
-+  group.grid(padx=4, pady=5, sticky=(N, S, E, W))
++group.grid(padx=4, pady=5, sticky=(N, S, E, W))
  group.grid(column=1, row=1,columnspan=4)
  self.max_mem_allowed = Pmw.EntryField(group.interior(),labelpos='w',
label_text = 'Maximum Memory 
Allowed (MB):',
-@@ -683,7 +686,8 @@
+@@ -735,7 +738,8 @@
  
  
  group = Pmw.Group(page,tag_text='Ions')
 -group.pack(fill='both',expand=1, padx=4, pady=5)
 +#group.pack(fill='both',expand=1, padx=4, pady=5)
-+  group.grid(padx=4, pady=5, sticky=(N, S, E, W))
++group.grid(padx=4, pady=5, sticky=(N, S, E, W))
  group.grid(column=0, row=1, )
  self.ion_plus_one_conc = Pmw.EntryField(group.interior(),
  

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

2014-05-13 Thread Evgeniy Alekseev
Date: Tuesday, May 13, 2014 @ 23:32:27
  Author: arcanis
Revision: 07

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

Added:
  pymol/repos/community-staging-i686/
  pymol/repos/community-staging-i686/PKGBUILD
(from rev 06, pymol/trunk/PKGBUILD)
  pymol/repos/community-staging-i686/apbstools_tcltk8.6.patch
(from rev 06, pymol/trunk/apbstools_tcltk8.6.patch)
  pymol/repos/community-staging-i686/pymol-38899.patch
(from rev 06, pymol/trunk/pymol-38899.patch)
  pymol/repos/community-staging-i686/pymol.install
(from rev 06, pymol/trunk/pymol.install)
  pymol/repos/community-staging-x86_64/
  pymol/repos/community-staging-x86_64/PKGBUILD
(from rev 06, pymol/trunk/PKGBUILD)
  pymol/repos/community-staging-x86_64/apbstools_tcltk8.6.patch
(from rev 06, pymol/trunk/apbstools_tcltk8.6.patch)
  pymol/repos/community-staging-x86_64/pymol-38899.patch
(from rev 06, pymol/trunk/pymol-38899.patch)
  pymol/repos/community-staging-x86_64/pymol.install
(from rev 06, pymol/trunk/pymol.install)

---+
 community-staging-i686/PKGBUILD   |   57 
 community-staging-i686/apbstools_tcltk8.6.patch   |  176 ++
 community-staging-i686/pymol-38899.patch  |  251 
 community-staging-i686/pymol.install  |   11 
 community-staging-x86_64/PKGBUILD |   57 
 community-staging-x86_64/apbstools_tcltk8.6.patch |  176 ++
 community-staging-x86_64/pymol-38899.patch|  251 
 community-staging-x86_64/pymol.install|   11 
 8 files changed, 990 insertions(+)

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


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

2014-05-13 Thread Jan de Groot
Date: Tuesday, May 13, 2014 @ 23:34:38
  Author: jgc
Revision: 212352

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

Added:
  gnome-keyring/repos/extra-i686/PKGBUILD
(from rev 212351, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/extra-i686/gnome-keyring.install
(from rev 212351, gnome-keyring/trunk/gnome-keyring.install)
  gnome-keyring/repos/extra-x86_64/PKGBUILD
(from rev 212351, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/extra-x86_64/gnome-keyring.install
(from rev 212351, gnome-keyring/trunk/gnome-keyring.install)
Deleted:
  gnome-keyring/repos/extra-i686/PKGBUILD
  gnome-keyring/repos/extra-i686/gnome-keyring.install
  gnome-keyring/repos/extra-x86_64/PKGBUILD
  gnome-keyring/repos/extra-x86_64/gnome-keyring.install

+
 /PKGBUILD  |   64 +++
 /gnome-keyring.install |   24 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/gnome-keyring.install   |   12 --
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/gnome-keyring.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-13 21:34:31 UTC (rev 212351)
+++ extra-i686/PKGBUILD 2014-05-13 21:34:38 UTC (rev 212352)
@@ -1,32 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot 
-
-pkgname=gnome-keyring
-pkgver=3.12.0
-pkgrel=1
-pkgdesc="GNOME Password Management daemon"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('gtk3' 'gcr' 'libcap-ng')
-makedepends=('intltool' 'gtk-doc')
-groups=('gnome')
-options=('!emptydirs')
-url="http://www.gnome.org";
-install=gnome-keyring.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('92695ed4d78a576ae77a9ac6faa8fe59db14358ec46b073199e70d537e29ec5f')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring \
-  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-keyring/repos/extra-i686/PKGBUILD (from rev 212351, 
gnome-keyring/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-13 21:34:38 UTC (rev 212352)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot 
+
+pkgname=gnome-keyring
+pkgver=3.12.2
+pkgrel=1
+pkgdesc="GNOME Password Management daemon"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'gcr' 'libcap-ng')
+makedepends=('intltool' 'gtk-doc')
+groups=('gnome')
+options=('!emptydirs')
+url="http://www.gnome.org";
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3bc39a42d445b82d24247a8c39eeb0eef7ecb1c8ebb8e6ec62671868be93fd4c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-keyring.install
===
--- extra-i686/gnome-keyring.install2014-05-13 21:34:31 UTC (rev 212351)
+++ extra-i686/gnome-keyring.install2014-05-13 21:34:38 UTC (rev 212352)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: gnome-keyring/repos/extra-i686/gnome-keyring.install (from rev 212351, 
gnome-keyring/trunk/gnome-keyring.install)
===
--- extra-i686/gnome-keyring.install(rev 0)
+++ extra-i686/gnome-keyring.install2014-05-13 21:34:38 UTC (rev 212352)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-13 21:34:31 UTC (rev 212351)
+++ extra-x86_64/PKGBUILD   2014-05-13 21:34:38 UTC (rev 212352)
@@ -1,32 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot 
-

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

2014-05-13 Thread Jan de Groot
Date: Tuesday, May 13, 2014 @ 23:34:31
  Author: jgc
Revision: 212351

upgpkg: gnome-keyring 3.12.2-1

Modified:
  gnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 19:39:39 UTC (rev 212350)
+++ PKGBUILD2014-05-13 21:34:31 UTC (rev 212351)
@@ -2,7 +2,7 @@
 # Maintainer: Jan De Groot 
 
 pkgname=gnome-keyring
-pkgver=3.12.0
+pkgver=3.12.2
 pkgrel=1
 pkgdesc="GNOME Password Management daemon"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url="http://www.gnome.org";
 install=gnome-keyring.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('92695ed4d78a576ae77a9ac6faa8fe59db14358ec46b073199e70d537e29ec5f')
+sha256sums=('3bc39a42d445b82d24247a8c39eeb0eef7ecb1c8ebb8e6ec62671868be93fd4c')
 
 build() {
   cd "$pkgname-$pkgver"



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

2014-05-13 Thread Jan de Groot
Date: Tuesday, May 13, 2014 @ 23:56:40
  Author: jgc
Revision: 212353

upgpkg: seahorse 3.12.2-1

Modified:
  seahorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 21:34:38 UTC (rev 212352)
+++ PKGBUILD2014-05-13 21:56:40 UTC (rev 212353)
@@ -4,22 +4,22 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.12.0
-pkgrel=2
+pkgver=3.12.2
+pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=(GPL)
 url="http://projects.gnome.org/seahorse/";
 depends=(gtk3 gcr libsecret libsoup gpgme desktop-file-utils 
hicolor-icon-theme dconf)
-makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm)
+makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm 
vala)
 optdepends=('openssh: SSH support')
 provides=(x11-ssh-askpass)
 options=('!emptydirs')
 groups=(gnome-extra)
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('f78800b1d25b285ddc8928e925f9ee24f27640abba3fc9ab1cd9554c83380d0b'
+sha256sums=('5e6fb25373fd4490e181e2fa0f5cacf99b78b2f6caa5d91c9c605900fb5f3839'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



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

2014-05-13 Thread Jan de Groot
Date: Tuesday, May 13, 2014 @ 23:56:48
  Author: jgc
Revision: 212354

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

Added:
  seahorse/repos/extra-i686/PKGBUILD
(from rev 212353, seahorse/trunk/PKGBUILD)
  seahorse/repos/extra-i686/seahorse-ssh-askpass.sh
(from rev 212353, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/extra-i686/seahorse.install
(from rev 212353, seahorse/trunk/seahorse.install)
  seahorse/repos/extra-x86_64/PKGBUILD
(from rev 212353, seahorse/trunk/PKGBUILD)
  seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh
(from rev 212353, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/extra-x86_64/seahorse.install
(from rev 212353, seahorse/trunk/seahorse.install)
Deleted:
  seahorse/repos/extra-i686/PKGBUILD
  seahorse/repos/extra-i686/seahorse-ssh-askpass.sh
  seahorse/repos/extra-i686/seahorse.install
  seahorse/repos/extra-x86_64/PKGBUILD
  seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh
  seahorse/repos/extra-x86_64/seahorse.install

--+
 /PKGBUILD|   76 +
 /seahorse-ssh-askpass.sh |6 ++
 /seahorse.install|   26 +++
 extra-i686/PKGBUILD  |   38 
 extra-i686/seahorse-ssh-askpass.sh   |3 -
 extra-i686/seahorse.install  |   13 -
 extra-x86_64/PKGBUILD|   38 
 extra-x86_64/seahorse-ssh-askpass.sh |3 -
 extra-x86_64/seahorse.install|   13 -
 9 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-13 21:56:40 UTC (rev 212353)
+++ extra-i686/PKGBUILD 2014-05-13 21:56:48 UTC (rev 212354)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Michel Brabants 
-
-pkgname=seahorse
-pkgver=3.12.0
-pkgrel=2
-pkgdesc="GNOME application for managing PGP keys."
-arch=(i686 x86_64)
-license=(GPL)
-url="http://projects.gnome.org/seahorse/";
-depends=(gtk3 gcr libsecret libsoup gpgme desktop-file-utils 
hicolor-icon-theme dconf)
-makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm)
-optdepends=('openssh: SSH support')
-provides=(x11-ssh-askpass)
-options=('!emptydirs')
-groups=(gnome-extra)
-install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-seahorse-ssh-askpass.sh)
-sha256sums=('f78800b1d25b285ddc8928e925f9ee24f27640abba3fc9ab1cd9554c83380d0b'
-'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--bindir=/usr/bin \
-  --enable-ldap --enable-hkp \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm755 "$srcdir/seahorse-ssh-askpass.sh" \
-"$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh"
-}

Copied: seahorse/repos/extra-i686/PKGBUILD (from rev 212353, 
seahorse/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-13 21:56:48 UTC (rev 212354)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Michel Brabants 
+
+pkgname=seahorse
+pkgver=3.12.2
+pkgrel=1
+pkgdesc="GNOME application for managing PGP keys."
+arch=(i686 x86_64)
+license=(GPL)
+url="http://projects.gnome.org/seahorse/";
+depends=(gtk3 gcr libsecret libsoup gpgme desktop-file-utils 
hicolor-icon-theme dconf)
+makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm 
vala)
+optdepends=('openssh: SSH support')
+provides=(x11-ssh-askpass)
+options=('!emptydirs')
+groups=(gnome-extra)
+install=seahorse.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+seahorse-ssh-askpass.sh)
+sha256sums=('5e6fb25373fd4490e181e2fa0f5cacf99b78b2f6caa5d91c9c605900fb5f3839'
+'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--bindir=/usr/bin \
+  --enable-ldap --enable-hkp \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm755 "$srcdir/seahorse-ssh-askpass.sh" \
+"$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh"
+}

Deleted: extra-i686/seahorse-ssh-askpass.sh
===
--- extra-i686/seahorse-ssh-askpass.sh  2014-05-13 21:56:40 UTC (rev 212353)
+++ extra-i686/seahorse-ssh-askpass.sh  2014-05-13 21:56:48 UTC (rev 212354)
@@ -1,3 +0,0 @@
-if

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

2014-05-13 Thread Jan de Groot
Date: Wednesday, May 14, 2014 @ 00:00:46
  Author: jgc
Revision: 212355

upgpkg: gcr 3.12.2-1

Modified:
  gcr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 21:56:48 UTC (rev 212354)
+++ PKGBUILD2014-05-13 22:00:46 UTC (rev 212355)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gcr
-pkgver=3.12.0
+pkgver=3.12.2
 pkgrel=1
 pkgdesc="A library for bits of crypto UI and parsing"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 install=gcr.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 10-gcr.conf)
-sha256sums=('9d561d0b0a43aaad55fc1d464b3ee3e1687a5021e444f1bbdce3ae624518de77'
+sha256sums=('456e20615ab178aa92eeabdea64dcce535c10d5af189171d9375291a2447d21c'
 '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
 
 build() {



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

2014-05-13 Thread Jan de Groot
Date: Wednesday, May 14, 2014 @ 00:00:54
  Author: jgc
Revision: 212356

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

Added:
  gcr/repos/extra-i686/10-gcr.conf
(from rev 212355, gcr/trunk/10-gcr.conf)
  gcr/repos/extra-i686/PKGBUILD
(from rev 212355, gcr/trunk/PKGBUILD)
  gcr/repos/extra-i686/gcr.install
(from rev 212355, gcr/trunk/gcr.install)
  gcr/repos/extra-x86_64/10-gcr.conf
(from rev 212355, gcr/trunk/10-gcr.conf)
  gcr/repos/extra-x86_64/PKGBUILD
(from rev 212355, gcr/trunk/PKGBUILD)
  gcr/repos/extra-x86_64/gcr.install
(from rev 212355, gcr/trunk/gcr.install)
Deleted:
  gcr/repos/extra-i686/10-gcr.conf
  gcr/repos/extra-i686/PKGBUILD
  gcr/repos/extra-i686/gcr.install
  gcr/repos/extra-x86_64/10-gcr.conf
  gcr/repos/extra-x86_64/PKGBUILD
  gcr/repos/extra-x86_64/gcr.install

--+
 /10-gcr.conf |6 +++
 /PKGBUILD|   82 +
 /gcr.install |   28 +++
 extra-i686/10-gcr.conf   |3 -
 extra-i686/PKGBUILD  |   41 --
 extra-i686/gcr.install   |   14 ---
 extra-x86_64/10-gcr.conf |3 -
 extra-x86_64/PKGBUILD|   41 --
 extra-x86_64/gcr.install |   14 ---
 9 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/10-gcr.conf
===
--- extra-i686/10-gcr.conf  2014-05-13 22:00:46 UTC (rev 212355)
+++ extra-i686/10-gcr.conf  2014-05-13 22:00:54 UTC (rev 212356)
@@ -1,3 +0,0 @@
-@users - memlock 1024
-
-# vim:set ft=limits:

Copied: gcr/repos/extra-i686/10-gcr.conf (from rev 212355, 
gcr/trunk/10-gcr.conf)
===
--- extra-i686/10-gcr.conf  (rev 0)
+++ extra-i686/10-gcr.conf  2014-05-13 22:00:54 UTC (rev 212356)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-13 22:00:46 UTC (rev 212355)
+++ extra-i686/PKGBUILD 2014-05-13 22:00:54 UTC (rev 212356)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gcr
-pkgver=3.12.0
-pkgrel=1
-pkgdesc="A library for bits of crypto UI and parsing"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL2')
-depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt'
- 'p11-kit')
-makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt')
-options=('!makeflags')
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-10-gcr.conf)
-sha256sums=('9d561d0b0a43aaad55fc1d464b3ee3e1687a5021e444f1bbdce3ae624518de77'
-'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---libexec=/usr/lib/gcr \
---disable-static \
---disable-update-mime \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # gcr wants to lock some memory to prevent swapping out private keys
-  # https://bugs.archlinux.org/task/32616
-  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
-  install -Dm644 ../10-gcr.conf "$pkgdir/etc/security/limits.d/10-gcr.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/extra-i686/PKGBUILD (from rev 212355, gcr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-13 22:00:54 UTC (rev 212356)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gcr
+pkgver=3.12.2
+pkgrel=1
+pkgdesc="A library for bits of crypto UI and parsing"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt'
+ 'p11-kit')
+makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt')
+options=('!makeflags')
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('456e20615ab178aa92eeabdea64dcce535c10d5af189171d9375291a2447d21c'
+'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+--libexec=/usr/lib/gcr \
+--disable-static \
+--disable-update-mime \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # gcr wants to lock some memory to prevent swapping out private keys
+  # https://bugs.archlinux.org/task/32616
+  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
+  install -Dm644 ../10-gcr.conf "$pkgdir/etc/security/limits.d/10-gcr.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i

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

2014-05-13 Thread Jan de Groot
Date: Wednesday, May 14, 2014 @ 00:04:59
  Author: jgc
Revision: 212357

upgpkg: libcryptui 3.12.2-1

Modified:
  libcryptui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 22:00:54 UTC (rev 212356)
+++ PKGBUILD2014-05-13 22:04:59 UTC (rev 212357)
@@ -3,8 +3,8 @@
 # Contributor: Balló György 
 
 pkgname=libcryptui
-pkgver=3.10.1
-pkgrel=2
+pkgver=3.12.2
+pkgrel=1
 pkgdesc="Library for OpenPGP prompts"
 arch=('i686' 'x86_64')
 url="http://git.gnome.org/browse/libcryptui/";
@@ -12,8 +12,8 @@
 depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf' 
'libsm')
 makedepends=('intltool' 'gobject-introspection')
 install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('71ead1a7b496f07f6c5102ae79945dd2515b7b9342c6edefe58b47318be20866')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2014-05-13 Thread Jan de Groot
Date: Wednesday, May 14, 2014 @ 00:05:08
  Author: jgc
Revision: 212358

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

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

-+
 /PKGBUILD   |   60 ++
 /libcryptui.install |   22 +
 extra-i686/PKGBUILD |   30 ---
 extra-i686/libcryptui.install   |   11 --
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/libcryptui.install |   11 --
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-13 22:04:59 UTC (rev 212357)
+++ extra-i686/PKGBUILD 2014-05-13 22:05:08 UTC (rev 212358)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=libcryptui
-pkgver=3.10.1
-pkgrel=2
-pkgdesc="Library for OpenPGP prompts"
-arch=('i686' 'x86_64')
-url="http://git.gnome.org/browse/libcryptui/";
-license=('GPL')
-depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf' 
'libsm')
-makedepends=('intltool' 'gobject-introspection')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: libcryptui/repos/extra-i686/PKGBUILD (from rev 212357, 
libcryptui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-13 22:05:08 UTC (rev 212358)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=libcryptui
+pkgver=3.12.2
+pkgrel=1
+pkgdesc="Library for OpenPGP prompts"
+arch=('i686' 'x86_64')
+url="http://git.gnome.org/browse/libcryptui/";
+license=('GPL')
+depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf' 
'libsm')
+makedepends=('intltool' 'gobject-introspection')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('71ead1a7b496f07f6c5102ae79945dd2515b7b9342c6edefe58b47318be20866')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}

Deleted: extra-i686/libcryptui.install
===
--- extra-i686/libcryptui.install   2014-05-13 22:04:59 UTC (rev 212357)
+++ extra-i686/libcryptui.install   2014-05-13 22:05:08 UTC (rev 212358)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libcryptui/repos/extra-i686/libcryptui.install (from rev 212357, 
libcryptui/trunk/libcryptui.install)
===
--- extra-i686/libcryptui.install   (rev 0)
+++ extra-i686/libcryptui.install   2014-05-13 22:05:08 UTC (rev 212358)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-13 22:04:59 UTC (rev 212357)
+++ extra-x86_64/PKGBUILD   2014-05-13 22:05:08 UTC (rev 212358)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=libcryptui
-pkgver=3.10.1
-pkgrel=2
-pkgdesc="Library for OpenPGP prompts"
-arch=('i686' 'x86_64')
-url="http://git.gnome.org/browse/libcryptui/";
-license=('GPL')
-depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf' 
'libsm')
-makedepends=('intltool' 

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

2014-05-13 Thread Jan de Groot
Date: Wednesday, May 14, 2014 @ 00:10:54
  Author: jgc
Revision: 212360

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

Added:
  gnome-desktop/repos/extra-i686/PKGBUILD
(from rev 212359, gnome-desktop/trunk/PKGBUILD)
  gnome-desktop/repos/extra-x86_64/PKGBUILD
(from rev 212359, gnome-desktop/trunk/PKGBUILD)
Deleted:
  gnome-desktop/repos/extra-i686/PKGBUILD
  gnome-desktop/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-13 22:10:47 UTC (rev 212359)
+++ extra-i686/PKGBUILD 2014-05-13 22:10:54 UTC (rev 212360)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.12.1
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
-makedepends=(intltool gobject-introspection itstool)
-url="http://www.gnome.org";
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('853604f55158343d7220a557f4705aa3270770fa47f5c0453d7fdde61f8c0691')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-gnome-distributor="Arch Linux"
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-desktop/repos/extra-i686/PKGBUILD (from rev 212359, 
gnome-desktop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-13 22:10:54 UTC (rev 212360)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.12.2
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
+makedepends=(intltool gobject-introspection itstool)
+url="http://www.gnome.org";
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b7d691363ccc90182caff1980efa7d99e4569bea968d39654102a0c4e824a44d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-gnome-distributor="Arch Linux"
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-13 22:10:47 UTC (rev 212359)
+++ extra-x86_64/PKGBUILD   2014-05-13 22:10:54 UTC (rev 212360)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.12.1
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
-makedepends=(intltool gobject-introspection itstool)
-url="http://www.gnome.org";
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('853604f55158343d7220a557f4705aa3270770fa47f5c0453d7fdde61f8c0691')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-gnome-distributor="Arch Linux"
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-desktop/repos/extra-x86_64/PKGBUILD (from rev 212359, 
gnome-desktop/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-13 22:10:54 UTC (rev 212360)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.12.2
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
+makedepends=(intltool gobject-introspection itstool)
+url="http://www.gnome.org";
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b7d691363ccc90182caff1980efa7d99e4569bea968d39654102a0c4e824a44d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--l

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

2014-05-13 Thread Jan de Groot
Date: Wednesday, May 14, 2014 @ 00:10:47
  Author: jgc
Revision: 212359

upgpkg: gnome-desktop 1:3.12.2-1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 22:05:08 UTC (rev 212358)
+++ PKGBUILD2014-05-13 22:10:47 UTC (rev 212359)
@@ -2,7 +2,7 @@
 # Maintainer:  Jan de Groot 
 
 pkgname=gnome-desktop
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
@@ -13,7 +13,7 @@
 url="http://www.gnome.org";
 groups=(gnome)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('853604f55158343d7220a557f4705aa3270770fa47f5c0453d7fdde61f8c0691')
+sha256sums=('b7d691363ccc90182caff1980efa7d99e4569bea968d39654102a0c4e824a44d')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-13 Thread Felix Yan
Date: Wednesday, May 14, 2014 @ 05:36:42
  Author: fyan
Revision: 09

upgpkg: libsodium 0.5.0-1

- use clang until FS#40100 fixed

Modified:
  libsodium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 21:33:30 UTC (rev 08)
+++ PKGBUILD2014-05-14 03:36:42 UTC (rev 09)
@@ -4,17 +4,21 @@
 # Contributor: Alessio Sergi 
 
 pkgname=libsodium
-pkgver=0.4.5
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
 pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
 arch=('i686' 'x86_64')
 url="https://github.com/jedisct1/libsodium";
 license=('custom:ISC')
 depends=('glibc')
+makedepends=('clang')
 
source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
 
 build() {
   cd "$pkgname-$pkgver"
+  export CC=clang
+  CFLAGS=${CFLAGS/-fstack-protector-strong/}
+
   ./configure --prefix=/usr
   make
 }
@@ -34,4 +38,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
-sha512sums=('6105bb91982e040420312f042bb71547f0208ed9b2928b1740a68134b82dd4566f18c0761b8959a85d13b6770edbd977d989bc74eabc9bfa5ef5ab5c7b32')
+sha512sums=('6a483a4699daaa9f047fd362b405b21eb058c44e240f0f910fbd2167239f51bc092e807f875fc971a1e70decc6fa861b6904bef86156b27790960aba88ce253a')



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

2014-05-13 Thread Felix Yan
Date: Wednesday, May 14, 2014 @ 05:37:02
  Author: fyan
Revision: 10

upgpkg: dnscrypt-proxy 1.4.0-1

- use clang until FS#40100 fixed

Modified:
  dnscrypt-proxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-14 03:36:42 UTC (rev 09)
+++ PKGBUILD2014-05-14 03:37:02 UTC (rev 10)
@@ -4,21 +4,25 @@
 # Contributor: peace4all 
 
 pkgname=dnscrypt-proxy
-pkgver=1.3.3
-pkgrel=3
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="A tool for securing communications between a client and a DNS 
resolver"
 arch=('i686' 'x86_64')
 url="http://dnscrypt.org/";
 license=('custom:ISC')
-depends=(libsodium)
-source=(http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.bz2 
-   conf.d.file 
+depends=('libsodium')
+makedepends=('clang')
+source=(http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.bz2
+   conf.d.file
dnscrypt-proxy.service)
 backup=(etc/conf.d/dnscrypt-proxy)
 
 build() {
   cd $pkgname-$pkgver
-  CFLAGS="$CFLAGS -fPIC" ./configure --prefix=/usr --sbindir=/usr/bin
+  export CC=clang
+  CFLAGS="${CFLAGS/-fstack-protector-strong/} -fPIC"
+
+  ./configure --prefix=/usr --sbindir=/usr/bin
   make -j2
 }
 
@@ -33,6 +37,6 @@
   install -m 644 "$srcdir"/dnscrypt-proxy.service 
"$pkgdir"/usr/lib/systemd/system
 }
 
-sha512sums=('c8e9484485f060aa90a36ef097506b1042348c85b74d0e5bfdeefa8bf8f80e42ae79d4568f524bb6de0754b125ed4f4b39a177f6fdee9e4616e7d0c3641aec0b'
+sha512sums=('cf21231d60a12dc413d7ce7d577b3698a2a347caca00c65f18b0fbcb715d872b6839f20863fb6bd69f3dee3b2836d6db8d446de5c0ec4925e3b4c75d5d5c4d47'
 
'26e5ce3198c25ff25542dc399f2bb5467ac349dbc11c2ebd6d3ba978ffaef09607088d9401e62ba33c6f50b8b29a59f56fe97d964f55e63ee9d8ca23862c3e00'
 
'9a1072f83e83e55dcdd7b80d1943f60963fa240da8a50d7491cc219797c6b85b8d79d087c0f7bb9766a4d467dec58eaae2bef31b759652545ace65a6a8afb608')



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

2014-05-13 Thread Felix Yan
Date: Wednesday, May 14, 2014 @ 05:38:53
  Author: fyan
Revision: 11

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

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

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   37 ---
 community-x86_64/PKGBUILD |   37 ---
 3 files changed, 82 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-14 03:37:02 UTC (rev 10)
+++ community-i686/PKGBUILD 2014-05-14 03:38:53 UTC (rev 11)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: namelessjon 
-# Contributor: Alessio Sergi 
-
-pkgname=libsodium
-pkgver=0.4.5
-pkgrel=2
-pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
-arch=('i686' 'x86_64')
-url="https://github.com/jedisct1/libsodium";
-license=('custom:ISC')
-depends=('glibc')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # install license
-  install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
-  install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('6105bb91982e040420312f042bb71547f0208ed9b2928b1740a68134b82dd4566f18c0761b8959a85d13b6770edbd977d989bc74eabc9bfa5ef5ab5c7b32')

Copied: libsodium/repos/community-i686/PKGBUILD (from rev 10, 
libsodium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-14 03:38:53 UTC (rev 11)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: namelessjon 
+# Contributor: Alessio Sergi 
+
+pkgname=libsodium
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
+arch=('i686' 'x86_64')
+url="https://github.com/jedisct1/libsodium";
+license=('custom:ISC')
+depends=('glibc')
+makedepends=('clang')
+source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
+
+build() {
+  cd "$pkgname-$pkgver"
+  export CC=clang
+  CFLAGS=${CFLAGS/-fstack-protector-strong/}
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
+  install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('6a483a4699daaa9f047fd362b405b21eb058c44e240f0f910fbd2167239f51bc092e807f875fc971a1e70decc6fa861b6904bef86156b27790960aba88ce253a')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-14 03:37:02 UTC (rev 10)
+++ community-x86_64/PKGBUILD   2014-05-14 03:38:53 UTC (rev 11)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: namelessjon 
-# Contributor: Alessio Sergi 
-
-pkgname=libsodium
-pkgver=0.4.5
-pkgrel=2
-pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
-arch=('i686' 'x86_64')
-url="https://github.com/jedisct1/libsodium";
-license=('custom:ISC')
-depends=('glibc')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # install license
-  install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
-  install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('6105bb91982e040420312f042bb71547f0208ed9b2928b1740a68134b82dd4566f18c0761b8959a85d13b6770edbd977d989bc74eabc9bfa5ef5ab5c7b32')

Copied: libsodium/repos/community-x86_64/PKGBUILD (from rev 10, 
libsodium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-14 03:38:53 UTC (rev 11)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: namelessjon 
+# Contributor: Alessio Sergi 
+
+pkgname=libsodium
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
+arch=('i686' 'x86_64')
+url="https://github.com/jedisct1/libsodium";
+license=('custom

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

2014-05-13 Thread Felix Yan
Date: Wednesday, May 14, 2014 @ 05:44:59
  Author: fyan
Revision: 12

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

Added:
  dnscrypt-proxy/repos/community-i686/PKGBUILD
(from rev 11, dnscrypt-proxy/trunk/PKGBUILD)
  dnscrypt-proxy/repos/community-i686/conf.d.file
(from rev 11, dnscrypt-proxy/trunk/conf.d.file)
  dnscrypt-proxy/repos/community-i686/dnscrypt-proxy.service
(from rev 11, dnscrypt-proxy/trunk/dnscrypt-proxy.service)
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
(from rev 11, dnscrypt-proxy/trunk/PKGBUILD)
  dnscrypt-proxy/repos/community-x86_64/conf.d.file
(from rev 11, dnscrypt-proxy/trunk/conf.d.file)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.service
(from rev 11, dnscrypt-proxy/trunk/dnscrypt-proxy.service)
Deleted:
  dnscrypt-proxy/repos/community-i686/PKGBUILD
  dnscrypt-proxy/repos/community-i686/conf.d.file
  dnscrypt-proxy/repos/community-i686/dnscrypt-proxy.service
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
  dnscrypt-proxy/repos/community-x86_64/conf.d.file
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.service

-+
 /PKGBUILD   |   84 ++
 /conf.d.file|   14 +
 /dnscrypt-proxy.service |   36 
 community-i686/PKGBUILD |   38 -
 community-i686/conf.d.file  |7 --
 community-i686/dnscrypt-proxy.service   |   18 --
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/conf.d.file|7 --
 community-x86_64/dnscrypt-proxy.service |   18 --
 9 files changed, 134 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-14 03:38:53 UTC (rev 11)
+++ community-i686/PKGBUILD 2014-05-14 03:44:59 UTC (rev 12)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Techlive Zheng 
-# Contributor: peace4all 
-
-pkgname=dnscrypt-proxy
-pkgver=1.3.3
-pkgrel=3
-pkgdesc="A tool for securing communications between a client and a DNS 
resolver"
-arch=('i686' 'x86_64')
-url="http://dnscrypt.org/";
-license=('custom:ISC')
-depends=(libsodium)
-source=(http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.bz2 
-   conf.d.file 
-   dnscrypt-proxy.service)
-backup=(etc/conf.d/dnscrypt-proxy)
-
-build() {
-  cd $pkgname-$pkgver
-  CFLAGS="$CFLAGS -fPIC" ./configure --prefix=/usr --sbindir=/usr/bin
-  make -j2
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mkdir -p 
"$pkgdir"/{usr/share/{licenses,doc}/$pkgname,etc/conf.d,usr/lib/systemd/system}
-  install -m 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 AUTHORS NEWS README README.markdown 
"$pkgdir"/usr/share/doc/$pkgname
-  install -m 644 "$srcdir"/conf.d.file "$pkgdir"/etc/conf.d/$pkgname
-  install -m 644 "$srcdir"/dnscrypt-proxy.service 
"$pkgdir"/usr/lib/systemd/system
-}
-
-sha512sums=('c8e9484485f060aa90a36ef097506b1042348c85b74d0e5bfdeefa8bf8f80e42ae79d4568f524bb6de0754b125ed4f4b39a177f6fdee9e4616e7d0c3641aec0b'
-
'26e5ce3198c25ff25542dc399f2bb5467ac349dbc11c2ebd6d3ba978ffaef09607088d9401e62ba33c6f50b8b29a59f56fe97d964f55e63ee9d8ca23862c3e00'
-
'9a1072f83e83e55dcdd7b80d1943f60963fa240da8a50d7491cc219797c6b85b8d79d087c0f7bb9766a4d467dec58eaae2bef31b759652545ace65a6a8afb608')

Copied: dnscrypt-proxy/repos/community-i686/PKGBUILD (from rev 11, 
dnscrypt-proxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-14 03:44:59 UTC (rev 12)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Techlive Zheng 
+# Contributor: peace4all 
+
+pkgname=dnscrypt-proxy
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="A tool for securing communications between a client and a DNS 
resolver"
+arch=('i686' 'x86_64')
+url="http://dnscrypt.org/";
+license=('custom:ISC')
+depends=('libsodium')
+makedepends=('clang')
+source=(http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.bz2
+   conf.d.file
+   dnscrypt-proxy.service)
+backup=(etc/conf.d/dnscrypt-proxy)
+
+build() {
+  cd $pkgname-$pkgver
+  export CC=clang
+  CFLAGS="${CFLAGS/-fstack-protector-strong/} -fPIC"
+
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make -j2
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  mkdir -p 
"$pkgdir"/{usr/share/{licenses,doc}/$pkgname,etc/conf.d,usr/lib/systemd/system}
+  install -m 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
+  install -m 644 AUTHORS NEWS README README.markdown 
"$pkgdir"/usr/share/doc/$pkgname
+  install -m 644 "$srcdir"/conf.d.file "$pkgdir"/etc/conf.d/$pkgname
+  install -m 644 "$srcdir"/dnscrypt-proxy.serv

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

2014-05-13 Thread Tobias Powalowski
Date: Wednesday, May 14, 2014 @ 08:29:48
  Author: tpowa
Revision: 212361

upgpkg: grub 1:2.02.beta2-4

enable uefi mixed mode support

Modified:
  grub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 22:10:54 UTC (rev 212360)
+++ PKGBUILD2014-05-14 06:29:48 UTC (rev 212361)
@@ -1,7 +1,13 @@
 # Maintainer : Tobias Powalowski 
 # Maintainer : Ronald van Haren 
-# Contributor: Keshav Padram Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
 
+## "1" to enable IA32-EFI build in Arch x86_64, "0" to disable
+_IA32_EFI_IN_ARCH_X64="1"
+
+## "1" to enable EMU build, "0" to disable
+_GRUB_EMU_BUILD="0"
+
 _pkgver="2.02"
 _GRUB_GIT_TAG="grub-2.02-beta2"
 
@@ -10,10 +16,13 @@
 [[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
 [[ "${CARCH}" == "i686" ]] && _EFI_ARCH="i386"
 
+[[ "${CARCH}" == "x86_64" ]] && _EMU_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EMU_ARCH="i386"
+
 pkgname="grub"
 pkgdesc="GNU GRand Unified Bootloader (2)"
 pkgver=2.02.beta2
-pkgrel=3
+pkgrel=4
 epoch="1"
 url="https://www.gnu.org/software/grub/";
 arch=('x86_64' 'i686')
@@ -22,9 +31,9 @@
 install="${pkgname}.install"
 options=('!makeflags')
 
-conflicts=('grub-common' 'grub-bios' "grub-efi-${_EFI_ARCH}" 'grub-legacy')
-replaces=('grub-common' 'grub-bios' "grub-efi-${_EFI_ARCH}")
-provides=('grub-common' 'grub-bios' "grub-efi-${_EFI_ARCH}")
+conflicts=('grub-common' 'grub-bios' 'grub-emu' "grub-efi-${_EFI_ARCH}" 
'grub-legacy')
+replaces=('grub-common' 'grub-bios' 'grub-emu' "grub-efi-${_EFI_ARCH}")
+provides=('grub-common' 'grub-bios' 'grub-emu' "grub-efi-${_EFI_ARCH}")
 
 makedepends=('git' 'rsync' 'xz' 'freetype2' 'ttf-dejavu' 'python' 'autogen'
  'texinfo' 'help2man' 'gettext' 'device-mapper' 'fuse')
@@ -37,6 +46,12 @@
 'os-prober: To detect other OSes when generating grub.cfg in BIOS 
systems'
 'mtools: For grub-mkrescue FAT FS support')
 
+if [[ "${_GRUB_EMU_BUILD}" == "1" ]]; then
+makedepends+=('libusbx' 'sdl')
+optdepends+=('libusbx: For grub-emu USB support'
+ 'sdl: For grub-emu SDL support')
+fi
+
 
source=("grub-${_pkgver}::git+git://git.sv.gnu.org/grub.git#tag=${_GRUB_GIT_TAG}"
 "grub-extras::git+git://git.sv.gnu.org/grub-extras.git#branch=master"
 
"http://ftp.gnu.org/gnu/unifont/unifont-${_UNIFONT_VER}/unifont-${_UNIFONT_VER}.bdf.gz";
@@ -212,6 +227,57 @@

 }
 
+_build_grub-emu() {
+   
+   msg "Copy the source for building the emu part"
+   cp -r "${srcdir}/grub-${_pkgver}/" "${srcdir}/grub-${_pkgver}-emu/"
+   
+   msg "Unset all compiler FLAGS for emu build"
+   unset CFLAGS
+   unset CPPFLAGS
+   unset CXXFLAGS
+   unset LDFLAGS
+   unset MAKEFLAGS
+   
+   cd "${srcdir}/grub-${_pkgver}-emu/"
+   
+   msg "Run autogen.sh for emu build"
+   ./autogen.sh
+   echo
+   
+   msg "Run ./configure for emu build"
+   ./configure \
+   --with-platform="emu" \
+   --target="${_EMU_ARCH}" \
+   --enable-mm-debug \
+   --enable-nls \
+   --enable-device-mapper \
+   --enable-cache-stats \
+   --enable-grub-mkfont \
+   --enable-grub-mount \
+   --enable-grub-emu-usb=no \
+   --enable-grub-emu-sdl=no \
+   --disable-grub-emu-pci \
+   --prefix="/usr" \
+   --bindir="/usr/bin" \
+   --sbindir="/usr/bin" \
+   --mandir="/usr/share/man" \
+   --infodir="/usr/share/info" \
+   --datarootdir="/usr/share" \
+   --sysconfdir="/etc" \
+   --program-prefix="" \
+   --with-bootdir="/boot" \
+   --with-grubdir="grub" \
+   --disable-silent-rules \
+   --disable-werror
+   echo
+   
+   msg "Run make for emu build"
+   make
+   echo
+   
+}
+
 build() {

cd "${srcdir}/grub-${_pkgver}/"
@@ -224,6 +290,18 @@
_build_grub-efi
echo

+   if [[ "${CARCH}" == "x86_64" ]] && [[ "${_IA32_EFI_IN_ARCH_X64}" == "1" 
]]; then
+   msg "Build grub i386 efi stuff"
+   _EFI_ARCH="i386" _build_grub-efi
+   echo
+   fi
+   
+   if [[ "${_GRUB_EMU_BUILD}" == "1" ]]; then
+   msg "Build grub emu stuff"
+   _build_grub-emu
+   echo
+   fi
+
 }
 
 _package_grub-common_and_bios() {
@@ -265,11 +343,40 @@

 }
 
+_package_grub-emu() {
+   
+   cd "${srcdir}/grub-${_pkgver}-emu/"
+   
+   msg "Run mak

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

2014-05-13 Thread Tobias Powalowski
Date: Wednesday, May 14, 2014 @ 08:30:22
  Author: tpowa
Revision: 212362

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

Added:
  grub/repos/testing-i686/
  grub/repos/testing-i686/10_archlinux
(from rev 212361, grub/trunk/10_archlinux)
  grub/repos/testing-i686/60_memtest86+
(from rev 212361, grub/trunk/60_memtest86+)
  grub/repos/testing-i686/PKGBUILD
(from rev 212361, grub/trunk/PKGBUILD)
  grub/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch
(from rev 212361, grub/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/testing-i686/grub-10_linux-detect-archlinux-initramfs.patch
(from rev 212361, grub/trunk/grub-10_linux-detect-archlinux-initramfs.patch)
  grub/repos/testing-i686/grub-2.00-mkinitcpio-0.15.patch
(from rev 212361, grub/trunk/grub-2.00-mkinitcpio-0.15.patch)
  grub/repos/testing-i686/grub-2.00.5086-fix-lvm-parsing.patch
(from rev 212361, grub/trunk/grub-2.00.5086-fix-lvm-parsing.patch)
  grub/repos/testing-i686/grub-add-GRUB_COLOR_variables.patch
(from rev 212361, grub/trunk/grub-add-GRUB_COLOR_variables.patch)
  grub/repos/testing-i686/grub.cfg
(from rev 212361, grub/trunk/grub.cfg)
  grub/repos/testing-i686/grub.default
(from rev 212361, grub/trunk/grub.default)
  grub/repos/testing-i686/grub.install
(from rev 212361, grub/trunk/grub.install)
  grub/repos/testing-x86_64/
  grub/repos/testing-x86_64/10_archlinux
(from rev 212361, grub/trunk/10_archlinux)
  grub/repos/testing-x86_64/60_memtest86+
(from rev 212361, grub/trunk/60_memtest86+)
  grub/repos/testing-x86_64/PKGBUILD
(from rev 212361, grub/trunk/PKGBUILD)
  grub/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch
(from rev 212361, grub/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/testing-x86_64/grub-10_linux-detect-archlinux-initramfs.patch
(from rev 212361, grub/trunk/grub-10_linux-detect-archlinux-initramfs.patch)
  grub/repos/testing-x86_64/grub-2.00-mkinitcpio-0.15.patch
(from rev 212361, grub/trunk/grub-2.00-mkinitcpio-0.15.patch)
  grub/repos/testing-x86_64/grub-2.00.5086-fix-lvm-parsing.patch
(from rev 212361, grub/trunk/grub-2.00.5086-fix-lvm-parsing.patch)
  grub/repos/testing-x86_64/grub-add-GRUB_COLOR_variables.patch
(from rev 212361, grub/trunk/grub-add-GRUB_COLOR_variables.patch)
  grub/repos/testing-x86_64/grub.cfg
(from rev 212361, grub/trunk/grub.cfg)
  grub/repos/testing-x86_64/grub.default
(from rev 212361, grub/trunk/grub.default)
  grub/repos/testing-x86_64/grub.install
(from rev 212361, grub/trunk/grub.install)

---+
 testing-i686/10_archlinux |  194 +
 testing-i686/60_memtest86+|   32 
 testing-i686/PKGBUILD |  383 ++
 testing-i686/archlinux_grub_mkconfig_fixes.patch  |  143 +++
 testing-i686/grub-10_linux-detect-archlinux-initramfs.patch   |   54 +
 testing-i686/grub-2.00-mkinitcpio-0.15.patch  |   11 
 testing-i686/grub-2.00.5086-fix-lvm-parsing.patch |   54 +
 testing-i686/grub-add-GRUB_COLOR_variables.patch  |   32 
 testing-i686/grub.cfg |  139 +++
 testing-i686/grub.default |   47 +
 testing-i686/grub.install |   33 
 testing-x86_64/10_archlinux   |  194 +
 testing-x86_64/60_memtest86+  |   32 
 testing-x86_64/PKGBUILD   |  383 ++
 testing-x86_64/archlinux_grub_mkconfig_fixes.patch|  143 +++
 testing-x86_64/grub-10_linux-detect-archlinux-initramfs.patch |   54 +
 testing-x86_64/grub-2.00-mkinitcpio-0.15.patch|   11 
 testing-x86_64/grub-2.00.5086-fix-lvm-parsing.patch   |   54 +
 testing-x86_64/grub-add-GRUB_COLOR_variables.patch|   32 
 testing-x86_64/grub.cfg   |  139 +++
 testing-x86_64/grub.default   |   47 +
 testing-x86_64/grub.install   |   33 
 22 files changed, 2244 insertions(+)

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


[arch-commits] Commit in llvm/trunk (PKGBUILD clang-3.4-fstack-protector-strong.patch)

2014-05-13 Thread Evangelos Foutras
Date: Wednesday, May 14, 2014 @ 08:57:48
  Author: foutrelis
Revision: 212363

upgpkg: llvm 3.4.1-2

Add command line option -fstack-protector-strong.

Added:
  llvm/trunk/clang-3.4-fstack-protector-strong.patch
Modified:
  llvm/trunk/PKGBUILD

-+
 PKGBUILD|8 +
 clang-3.4-fstack-protector-strong.patch |  165 ++
 2 files changed, 172 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-14 06:30:22 UTC (rev 212362)
+++ PKGBUILD2014-05-14 06:57:48 UTC (rev 212363)
@@ -13,7 +13,7 @@
  'clang-tools-extra')
 pkgver=3.4.1
 _base_ver=3.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://llvm.org/";
 license=('custom:University of Illinois/NCSA Open Source License')
@@ -25,6 +25,7 @@
 
http://llvm.org/releases/$_base_ver/compiler-rt-$_base_ver.src.tar.gz{,.sig}
 clang-3.3-use-gold-linker.patch
 clang-3.4-max_align_t.patch
+clang-3.4-fstack-protector-strong.patch
 llvm-3.4-provide-cmake-modules.patch
 llvm-Config-config.h
 llvm-Config-llvm-config.h)
@@ -38,6 +39,7 @@
 'SKIP'
 '8240adda155d7961eeb5d07ed50ead10cb7125f70283dff7f1c9fee9df3cea09'
 '0f0cbff69af54e83383385abbdeb1fee23e6e69427f8530060c492c0b07c2bbe'
+'7a2a1ddc94f67e643c1ab74601ec07deb6d5d344d4b19ed17c900afb2f6f2863'
 'b6bb154d5ec998328e818bb09acfc6229e41367ba45cea7cc5b2dd2a7c835cf5'
 '312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
 '597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
@@ -69,6 +71,10 @@
   # http://reviews.llvm.org/rL201729
   patch -d tools/clang -Np0 -i "$srcdir/clang-3.4-max_align_t.patch"
 
+  # Add command line option -fstack-protector-strong
+  # http://reviews.llvm.org/rL201120
+  patch -d tools/clang -Np0 -i 
"$srcdir/clang-3.4-fstack-protector-strong.patch"
+
   # Provide CMake modules (FS#38705)
   # http://reviews.llvm.org/rL201047
   # http://reviews.llvm.org/rL201048

Added: clang-3.4-fstack-protector-strong.patch
===
--- clang-3.4-fstack-protector-strong.patch (rev 0)
+++ clang-3.4-fstack-protector-strong.patch 2014-05-14 06:57:48 UTC (rev 
212363)
@@ -0,0 +1,165 @@
+Index: test/Driver/stack-protector.c
+===
+--- test/Driver/stack-protector.c  (revision 201119)
 test/Driver/stack-protector.c  (revision 201120)
+@@ -15,3 +15,11 @@
+ 
+ // RUN: %clang -target i386-pc-openbsd -fno-stack-protector -### %s 2>&1 | 
FileCheck %s -check-prefix=OPENBSD_OFF
+ // OPENBSD_OFF-NOT: "-stack-protector"
++
++// RUN: %clang -fstack-protector-strong -### %s 2>&1 | FileCheck %s 
-check-prefix=SSP-STRONG
++// SSP-STRONG: "-stack-protector" "2"
++// SSP-STRONG-NOT: "-stack-protector-buffer-size" 
++
++// RUN: %clang -fstack-protector-all -### %s 2>&1 | FileCheck %s 
-check-prefix=SSP-ALL
++// SSP-ALL: "-stack-protector" "3"
++// SSP-ALL-NOT: "-stack-protector-buffer-size" 
+Index: test/CodeGen/stack-protector.c
+===
+--- test/CodeGen/stack-protector.c (revision 201119)
 test/CodeGen/stack-protector.c (revision 201120)
+@@ -2,7 +2,9 @@
+ // NOSSP: define void @test1(i8* %msg) #0 {
+ // RUN: %clang_cc1 -emit-llvm -o - %s -stack-protector 1 | FileCheck 
-check-prefix=WITHSSP %s
+ // WITHSSP: define void @test1(i8* %msg) #0 {
+-// RUN: %clang_cc1 -emit-llvm -o - %s -stack-protector 2 | FileCheck 
-check-prefix=SSPREQ %s
++// RUN: %clang_cc1 -emit-llvm -o - %s -stack-protector 2 | FileCheck 
-check-prefix=SSPSTRONG %s
++// SSPSTRONG: define void @test1(i8* %msg) #0 {
++// RUN: %clang_cc1 -emit-llvm -o - %s -stack-protector 3 | FileCheck 
-check-prefix=SSPREQ %s
+ // SSPREQ: define void @test1(i8* %msg) #0 {
+ 
+ typedef __SIZE_TYPE__ size_t;
+@@ -21,4 +23,6 @@
+ 
+ // WITHSSP: attributes #{{.*}} = { nounwind ssp{{.*}} }
+ 
++// SSPSTRONG: attributes #{{.*}} = { nounwind sspstrong{{.*}} }
++
+ // SSPREQ: attributes #{{.*}} = { nounwind sspreq{{.*}} }
+Index: include/clang/Basic/LangOptions.h
+===
+--- include/clang/Basic/LangOptions.h  (revision 201119)
 include/clang/Basic/LangOptions.h  (revision 201120)
+@@ -58,7 +58,7 @@
+   typedef clang::Visibility Visibility;
+   
+   enum GCMode { NonGC, GCOnly, HybridGC };
+-  enum StackProtectorMode { SSPOff, SSPOn, SSPReq };
++  enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq };
+   
+   enum SignedOverflowBehaviorTy {
+ SOB_Undefined,  // Default C standard behavior.
+Index: include/clang/Driver/ToolChain.h
+===
+--- include/clang/Driver/To

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

2014-05-13 Thread Evangelos Foutras
Date: Wednesday, May 14, 2014 @ 08:58:08
  Author: foutrelis
Revision: 212364

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

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

+
 /PKGBUILD  |  606 ++
 /clang-3.3-use-gold-linker.patch   |   24 
 /clang-3.4-max_align_t.patch   |   72 +
 /llvm-3.4-provide-cmake-modules.patch  |  638 +++
 /llvm-Config-config.h  |   18 
 /llvm-Config-llvm-config.h |   18 
 testing-i686/PKGBUILD  |  297 --
 testing-i686/clang-3.3-use-gold-linker.patch   |   12 
 testing-i686/clang-3.4-fstack-protector-strong.patch   |  165 +++
 testing-i686/clang-3.4-max_align_t.patch   |   36 
 testing-i686/llvm-3.4-provide-cmake-modules.patch  |  319 ---
 testing-i686/llvm-Config-config.h  |9 
 testing-i686/llvm-Config-llvm-config.h |9 
 testing-x86_64/PKGBUILD|  297 --
 testing-x86_64/clang-3.3-use-gold-linker.patch |   12 
 testing-x86_64/clang-3.4-fstack-protector-strong.patch |  165 +++
 testing-x86_64/clang-3.4-max_align_t.patch |   36 
 testing-x86_64/llvm-3.4-provide-cmake-modules.patch|  319 ---
 testing-x86_64/llvm-Config-config.h|9 
 testing-x86_64/llvm-Config-llvm-config.h   |9 
 20 files changed, 1706 insertions(+), 1364 deletions(-)

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