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

2014-12-12 Thread Maxime Gauduin
Date: Friday, December 12, 2014 @ 10:20:23
  Author: alucryd
Revision: 123800

upgpkg: aegisub 3.2.2-1

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 03:23:11 UTC (rev 123799)
+++ PKGBUILD2014-12-12 09:20:23 UTC (rev 123800)
@@ -4,8 +4,8 @@
 # Contributor: Limao Luo luolimao+...@gmail.com
 
 pkgname=aegisub
-pkgver=3.2.1
-pkgrel=3
+pkgver=3.2.2
+pkgrel=1
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('i686' 'x86_64')
 url='http://www.aegisub.org'
@@ -14,7 +14,7 @@
 makedepends=('boost' 'intltool' 'mesa')
 install='aegisub.install'
 
source=(http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
-sha256sums=('961a28f2528a3c6330f06d0f2aef5fa71d93ca2ae1e6dcfabe347befbb6df8dc')
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
 
 build() {
   cd aegisub-${pkgver}


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

2014-12-12 Thread Maxime Gauduin
Date: Friday, December 12, 2014 @ 11:16:24
  Author: alucryd
Revision: 123801

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

Added:
  aegisub/repos/community-i686/PKGBUILD
(from rev 123800, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-i686/aegisub-boost1.56.patch
(from rev 123800, aegisub/trunk/aegisub-boost1.56.patch)
  aegisub/repos/community-i686/aegisub.install
(from rev 123800, aegisub/trunk/aegisub.install)
  aegisub/repos/community-x86_64/PKGBUILD
(from rev 123800, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-x86_64/aegisub-boost1.56.patch
(from rev 123800, aegisub/trunk/aegisub-boost1.56.patch)
  aegisub/repos/community-x86_64/aegisub.install
(from rev 123800, aegisub/trunk/aegisub.install)
Deleted:
  aegisub/repos/community-i686/PKGBUILD
  aegisub/repos/community-i686/aegisub-boost1.56.patch
  aegisub/repos/community-i686/aegisub.install
  aegisub/repos/community-x86_64/PKGBUILD
  aegisub/repos/community-x86_64/aegisub-boost1.56.patch
  aegisub/repos/community-x86_64/aegisub.install

--+
 /PKGBUILD|   76 
 /aegisub-boost1.56.patch |  134 +
 /aegisub.install |   28 ++
 community-i686/PKGBUILD  |   38 
 community-i686/aegisub-boost1.56.patch   |   67 --
 community-i686/aegisub.install   |   14 ---
 community-x86_64/PKGBUILD|   38 
 community-x86_64/aegisub-boost1.56.patch |   67 --
 community-x86_64/aegisub.install |   14 ---
 9 files changed, 238 insertions(+), 238 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-12 09:20:23 UTC (rev 123800)
+++ community-i686/PKGBUILD 2014-12-12 10:16:24 UTC (rev 123801)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: kozec ko...@kozec.com
-# Contributor: Limao Luo luolimao+...@gmail.com
-
-pkgname=aegisub
-pkgver=3.2.1
-pkgrel=3
-pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
-arch=('i686' 'x86_64')
-url='http://www.aegisub.org'
-license=('GPL' 'BSD')
-depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
-makedepends=('boost' 'intltool' 'mesa')
-install='aegisub.install'
-source=(http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
-sha256sums=('961a28f2528a3c6330f06d0f2aef5fa71d93ca2ae1e6dcfabe347befbb6df8dc')
-
-build() {
-  cd aegisub-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---without-{portaudio,openal,oss} \
---disable-update-checker
-  make
-}
-
-package() {
-  cd aegisub-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
-  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-i686/PKGBUILD (from rev 123800, 
aegisub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-12 10:16:24 UTC (rev 123801)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: kozec ko...@kozec.com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=1
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+install='aegisub.install'
+source=(http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
+  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/aegisub-boost1.56.patch
===
--- community-i686/aegisub-boost1.56.patch  2014-12-12 09:20:23 UTC (rev 
123800)
+++ community-i686/aegisub-boost1.56.patch  2014-12-12 10:16:24 UTC (rev 
123801)
@@ -1,67 +0,0 @@
-diff --git a/libaegisub/include/libaegisub/lua/utils.h 
b/libaegisub/include/libaegisub/lua/utils.h
-index 4e907ee..634d924 100644
 a/libaegisub/include/libaegisub/lua/utils.h
-+++ b/libaegisub/include/libaegisub/lua/utils.h
-@@ -16,21 +16,27 @@
- 
- #include libaegisub/fs.h
- 
--#include 

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

2014-12-12 Thread Maxime Gauduin
Date: Friday, December 12, 2014 @ 11:22:54
  Author: alucryd
Revision: 123802

upgpkg: yabause-gtk 0.9.14-1

Modified:
  yabause-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 10:16:24 UTC (rev 123801)
+++ PKGBUILD2014-12-12 10:22:54 UTC (rev 123802)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor: Harley Laue losinggenerat...@gmail.com
 # Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
 # Contributor: Anton Shestakov engor...@ya.ru
@@ -7,8 +7,8 @@
 # Contributor: robb_force robb_fo...@holybuffalo.net
 
 pkgname=yabause-gtk
-pkgver=0.9.13
-pkgrel=2
+pkgver=0.9.14
+pkgrel=1
 pkgdesc='A Sega Saturn emulator'
 arch=('i686' 'x86_64')
 url=http://yabause.org/;
@@ -16,18 +16,19 @@
 depends=('freeglut' 'gtkglext' 'openal' 'sdl')
 makedepends=('cmake')
 conflicts=('yabause-qt')
-source=(http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz;
 'rwx.patch')
-sha256sums=('3913f9c57bb65912eb22a339ec6f9413e0c00c11105baeae6a165b84ad4d32fb'
+source=(http://downloads.sourceforge.net/yabause/yabause-${pkgver}.tar.gz;
+'rwx.patch')
+sha256sums=('75e6320873ef6f8ec956568bff5a8f3b67500bdf52a7e0aa88e0a554b2dd775a'
 'd29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
 
 prepare() {
-  cd ${pkgname%-*}-${pkgver}
+  cd yabause-${pkgver}
 
   patch -Np1 -i ../rwx.patch
 }
 
 build() {
-  cd ${pkgname%-*}-${pkgver}
+  cd yabause-${pkgver}
 
   if [[ -d build ]]; then
 rm -rf build
@@ -34,14 +35,18 @@
   fi
   mkdir build  cd build
 
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 
-DYAB_{PORTS='gtk',{NETWORK,OPTIMIZED_DMA}='ON'}
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DYAB_PORTS='gtk' \
+-DYAB_NETWORK='ON' \
+-DYAB_OPTIMIZED_DMA='ON'
   make
 }
 
 package() {
-  cd ${pkgname%-*}-${pkgver}/build
+  cd yabause-${pkgver}/build
 
-# Install
   make DESTDIR=${pkgdir} install
 }
 


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

2014-12-12 Thread Maxime Gauduin
Date: Friday, December 12, 2014 @ 11:23:18
  Author: alucryd
Revision: 123803

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

Added:
  yabause-gtk/repos/community-i686/PKGBUILD
(from rev 123802, yabause-gtk/trunk/PKGBUILD)
  yabause-gtk/repos/community-i686/rwx.patch
(from rev 123802, yabause-gtk/trunk/rwx.patch)
  yabause-gtk/repos/community-x86_64/PKGBUILD
(from rev 123802, yabause-gtk/trunk/PKGBUILD)
  yabause-gtk/repos/community-x86_64/rwx.patch
(from rev 123802, yabause-gtk/trunk/rwx.patch)
Deleted:
  yabause-gtk/repos/community-i686/PKGBUILD
  yabause-gtk/repos/community-i686/rwx.patch
  yabause-gtk/repos/community-x86_64/PKGBUILD
  yabause-gtk/repos/community-x86_64/rwx.patch

+
 /PKGBUILD  |  106 +++
 /rwx.patch |   40 
 community-i686/PKGBUILD|   48 ---
 community-i686/rwx.patch   |   20 
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/rwx.patch |   20 
 6 files changed, 146 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-12 10:22:54 UTC (rev 123802)
+++ community-i686/PKGBUILD 2014-12-12 10:23:18 UTC (rev 123803)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Harley Laue losinggenerat...@gmail.com
-# Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
-# Contributor: Anton Shestakov engor...@ya.ru
-# Contributor: Tiago Camargo tcama...@gmail.com
-# Contributor: robb_force robb_fo...@holybuffalo.net
-
-pkgname=yabause-gtk
-pkgver=0.9.13
-pkgrel=2
-pkgdesc='A Sega Saturn emulator'
-arch=('i686' 'x86_64')
-url=http://yabause.org/;
-license=('GPL')
-depends=('freeglut' 'gtkglext' 'openal' 'sdl')
-makedepends=('cmake')
-conflicts=('yabause-qt')
-source=(http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz;
 'rwx.patch')
-sha256sums=('3913f9c57bb65912eb22a339ec6f9413e0c00c11105baeae6a165b84ad4d32fb'
-'d29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
-
-prepare() {
-  cd ${pkgname%-*}-${pkgver}
-
-  patch -Np1 -i ../rwx.patch
-}
-
-build() {
-  cd ${pkgname%-*}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 
-DYAB_{PORTS='gtk',{NETWORK,OPTIMIZED_DMA}='ON'}
-  make
-}
-
-package() {
-  cd ${pkgname%-*}-${pkgver}/build
-
-# Install
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: yabause-gtk/repos/community-i686/PKGBUILD (from rev 123802, 
yabause-gtk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-12 10:23:18 UTC (rev 123803)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Harley Laue losinggenerat...@gmail.com
+# Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
+# Contributor: Anton Shestakov engor...@ya.ru
+# Contributor: Tiago Camargo tcama...@gmail.com
+# Contributor: robb_force robb_fo...@holybuffalo.net
+
+pkgname=yabause-gtk
+pkgver=0.9.14
+pkgrel=1
+pkgdesc='A Sega Saturn emulator'
+arch=('i686' 'x86_64')
+url=http://yabause.org/;
+license=('GPL')
+depends=('freeglut' 'gtkglext' 'openal' 'sdl')
+makedepends=('cmake')
+conflicts=('yabause-qt')
+source=(http://downloads.sourceforge.net/yabause/yabause-${pkgver}.tar.gz;
+'rwx.patch')
+sha256sums=('75e6320873ef6f8ec956568bff5a8f3b67500bdf52a7e0aa88e0a554b2dd775a'
+'d29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
+
+prepare() {
+  cd yabause-${pkgver}
+
+  patch -Np1 -i ../rwx.patch
+}
+
+build() {
+  cd yabause-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DYAB_PORTS='gtk' \
+-DYAB_NETWORK='ON' \
+-DYAB_OPTIMIZED_DMA='ON'
+  make
+}
+
+package() {
+  cd yabause-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/rwx.patch
===
--- community-i686/rwx.patch2014-12-12 10:22:54 UTC (rev 123802)
+++ community-i686/rwx.patch2014-12-12 10:23:18 UTC (rev 123803)
@@ -1,20 +0,0 @@
 a/src/sh2_dynarec/linkage_x64.s2013-03-11 20:29:53.112870900 +0100
-+++ b/src/sh2_dynarec/linkage_x64.s2013-03-11 20:31:48.856778600 +0100
-@@ -747,3 +747,7 @@ breakpoint:
-   ret
-   /* Set breakpoint here for debugging */
-   .size   breakpoint, .-breakpoint
-+
-+#if defined(__linux__)  defined(__ELF__)
-+.section .note.GNU-stack,,%progbits
-+#endif
 a/src/sh2_dynarec/linkage_x86.s

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

2014-12-12 Thread Sergej Pupykin
Date: Friday, December 12, 2014 @ 11:28:26
  Author: spupykin
Revision: 123804

upgpkg: openvswitch 2.3.1-1

upd

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 10:23:18 UTC (rev 123803)
+++ PKGBUILD2014-12-12 10:28:26 UTC (rev 123804)
@@ -4,7 +4,7 @@
 # Contributor: Matt Monaco net 0x01b dgbaley27
 
 pkgname=openvswitch
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc=Production Quality, Multilayer Open Virtual Switch
 url=http://openvswitch.org;
@@ -18,7 +18,7 @@
 depends=('openssl')
 makedepends=('python2')
 optdepends=('python2')
-md5sums=('9c4d1471a56718132e0157af1bfc9310'
+md5sums=('c008c1de0a8b6363b37afa599105d6d6'
  '0534c19ed27d2ff8c6b32d87c07bc76f'
  '3a1b706c1adfb1166b58bc9d65ea396f'
  '4ec9c05448d6910c5fd581e964518ef7')


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

2014-12-12 Thread Sergej Pupykin
Date: Friday, December 12, 2014 @ 11:28:49
  Author: spupykin
Revision: 123805

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

Added:
  openvswitch/repos/community-i686/PKGBUILD
(from rev 123804, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-i686/openvswitch.install
(from rev 123804, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-i686/openvswitch.tmpfiles
(from rev 123804, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-i686/ovs-vswitchd.service
(from rev 123804, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-i686/ovsdb-server.service
(from rev 123804, openvswitch/trunk/ovsdb-server.service)
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 123804, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 123804, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 123804, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 123804, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 123804, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-i686/PKGBUILD
  openvswitch/repos/community-i686/openvswitch.install
  openvswitch/repos/community-i686/openvswitch.tmpfiles
  openvswitch/repos/community-i686/ovs-vswitchd.service
  openvswitch/repos/community-i686/ovsdb-server.service
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

---+
 /PKGBUILD |   94 
 /openvswitch.install  |   28 +
 /openvswitch.tmpfiles |2 
 /ovs-vswitchd.service |   30 ++
 /ovsdb-server.service |   14 
 community-i686/PKGBUILD   |   47 
 community-i686/openvswitch.install|   14 
 community-i686/openvswitch.tmpfiles   |1 
 community-i686/ovs-vswitchd.service   |   15 -
 community-i686/ovsdb-server.service   |7 --
 community-x86_64/PKGBUILD |   47 
 community-x86_64/openvswitch.install  |   14 
 community-x86_64/openvswitch.tmpfiles |1 
 community-x86_64/ovs-vswitchd.service |   15 -
 community-x86_64/ovsdb-server.service |7 --
 15 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-12 10:28:26 UTC (rev 123804)
+++ community-i686/PKGBUILD 2014-12-12 10:28:49 UTC (rev 123805)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco net 0x01b dgbaley27
-
-pkgname=openvswitch
-pkgver=2.3.0
-pkgrel=1
-pkgdesc=Production Quality, Multilayer Open Virtual Switch
-url=http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64 i686)
-install=openvswitch.install
-source=(http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl')
-makedepends=('python2')
-optdepends=('python2')
-md5sums=('9c4d1471a56718132e0157af1bfc9310'
- '0534c19ed27d2ff8c6b32d87c07bc76f'
- '3a1b706c1adfb1166b58bc9d65ea396f'
- '4ec9c05448d6910c5fd581e964518ef7')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./boot.sh
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --with-rundir=/run/openvswitch \
-   --sbindir=/usr/bin \
-   PYTHON=/usr/bin/python2
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   install -Dm0644 $srcdir/openvswitch.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf
-   install -Dm0644 $srcdir/ovsdb-server.service 
$pkgdir/usr/lib/systemd/system/ovsdb-server.service
-   install -Dm0644 $srcdir/ovs-vswitchd.service 
$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service
-   install -dm0755 $pkgdir/etc/openvswitch
-   rm -rf $pkgdir/run
-}

Copied: openvswitch/repos/community-i686/PKGBUILD (from rev 123804, 
openvswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-12 10:28:49 UTC (rev 123805)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: 

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

2014-12-12 Thread Felix Yan
Date: Friday, December 12, 2014 @ 11:31:34
  Author: fyan
Revision: 123806

upgpkg: shadowsocks 2.5-2

update dependencies

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 10:28:49 UTC (rev 123805)
+++ PKGBUILD2014-12-12 10:31:34 UTC (rev 123806)
@@ -3,15 +3,13 @@
 
 pkgname=shadowsocks
 pkgver=2.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A lightweight tunnel proxy
 license=(MIT)
 url=http://pypi.python.org/pypi/shadowsocks;
 arch=('any')
 depends=('python' 'python-setuptools')
-checkdepends=('python-salsa20')
-optdepends=('python-numpy: For salsa20 support'
-'python-salsa20: For salsa20 support')
+optdepends=('libsodium: For salsa20 and chacha20 support')
 install=${pkgname}.install
 
source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
 
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;


[arch-commits] Commit in shadowsocks/repos/community-any (10 files)

2014-12-12 Thread Felix Yan
Date: Friday, December 12, 2014 @ 11:32:12
  Author: fyan
Revision: 123807

archrelease: copy trunk to community-any

Added:
  shadowsocks/repos/community-any/PKGBUILD
(from rev 123806, shadowsocks/trunk/PKGBUILD)
  shadowsocks/repos/community-any/fix-typeerror.patch
(from rev 123806, shadowsocks/trunk/fix-typeerror.patch)
  shadowsocks/repos/community-any/shadowsocks-server@.service
(from rev 123806, shadowsocks/trunk/shadowsocks-server@.service)
  shadowsocks/repos/community-any/shadowsocks.install
(from rev 123806, shadowsocks/trunk/shadowsocks.install)
  shadowsocks/repos/community-any/shadowsocks@.service
(from rev 123806, shadowsocks/trunk/shadowsocks@.service)
Deleted:
  shadowsocks/repos/community-any/PKGBUILD
  shadowsocks/repos/community-any/fix-typeerror.patch
  shadowsocks/repos/community-any/shadowsocks-server@.service
  shadowsocks/repos/community-any/shadowsocks.install
  shadowsocks/repos/community-any/shadowsocks@.service

-+
 PKGBUILD|   96 --
 fix-typeerror.patch |   76 -
 shadowsocks-server@.service |   24 +-
 shadowsocks.install |   10 ++--
 shadowsocks@.service|   24 +-
 5 files changed, 114 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-12 10:31:34 UTC (rev 123806)
+++ PKGBUILD2014-12-12 10:32:12 UTC (rev 123807)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=shadowsocks
-pkgver=2.5
-pkgrel=1
-pkgdesc=A lightweight tunnel proxy
-license=(MIT)
-url=http://pypi.python.org/pypi/shadowsocks;
-arch=('any')
-depends=('python' 'python-setuptools')
-checkdepends=('python-salsa20')
-optdepends=('python-numpy: For salsa20 support'
-'python-salsa20: For salsa20 support')
-install=${pkgname}.install
-source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
-
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
-shadowsocks@.service
-shadowsocks-server@.service)
-sha512sums=('013975905d51a2d57fb95a845d88104ab6d1420ded2b3fac6f171a49b799241cb117868b17866bc9737cb529325731786dd523385351952d3ea2aee13426fe4f'
-
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
-
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
-
-check() {
-  cd shadowsocks-$pkgver
-
-  # Tests not included
-  return
-  python tests/test.py -c tests/table.json
-  python tests/test.py -c tests/aes.json
-  python tests/test.py -c tests/rc4-md5.json
-  python tests/test.py -c tests/salsa20.json
-  python tests/test.py -c tests/server-multi-ports.json
-  python tests/test.py -c tests/server-multi-passwd.json
-  python tests/test.py -c tests/server-multi-passwd-table.json
-  python tests/test.py -c tests/workers.json
-}
-
-package() {
-  cd $srcdir/shadowsocks-$pkgver
-
-  python setup.py install -O1 --root=$pkgdir
-  
-  install -d $pkgdir/etc/shadowsocks
-  install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
-  install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
-  install -Dm644 $srcdir/$pkgname-LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: shadowsocks/repos/community-any/PKGBUILD (from rev 123806, 
shadowsocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-12 10:32:12 UTC (rev 123807)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=shadowsocks
+pkgver=2.5
+pkgrel=2
+pkgdesc=A lightweight tunnel proxy
+license=(MIT)
+url=http://pypi.python.org/pypi/shadowsocks;
+arch=('any')
+depends=('python' 'python-setuptools')
+optdepends=('libsodium: For salsa20 and chacha20 support')
+install=${pkgname}.install
+source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
+
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
+shadowsocks@.service
+shadowsocks-server@.service)
+sha512sums=('013975905d51a2d57fb95a845d88104ab6d1420ded2b3fac6f171a49b799241cb117868b17866bc9737cb529325731786dd523385351952d3ea2aee13426fe4f'
+
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
+

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

2014-12-12 Thread Sven-Hendrik Haase
Date: Friday, December 12, 2014 @ 11:50:51
  Author: svenstaro
Revision: 123809

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

Added:
  synergy/repos/community-i686/PKGBUILD
(from rev 123808, synergy/trunk/PKGBUILD)
  synergy/repos/community-i686/synergys_at.service
(from rev 123808, synergy/trunk/synergys_at.service)
  synergy/repos/community-i686/synergys_at.socket
(from rev 123808, synergy/trunk/synergys_at.socket)
  synergy/repos/community-i686/unfuck-cryptopp-thanks-gentoo.patch
(from rev 123808, synergy/trunk/unfuck-cryptopp-thanks-gentoo.patch)
  synergy/repos/community-x86_64/PKGBUILD
(from rev 123808, synergy/trunk/PKGBUILD)
  synergy/repos/community-x86_64/synergys_at.service
(from rev 123808, synergy/trunk/synergys_at.service)
  synergy/repos/community-x86_64/synergys_at.socket
(from rev 123808, synergy/trunk/synergys_at.socket)
  synergy/repos/community-x86_64/unfuck-cryptopp-thanks-gentoo.patch
(from rev 123808, synergy/trunk/unfuck-cryptopp-thanks-gentoo.patch)
Deleted:
  synergy/repos/community-i686/PKGBUILD
  synergy/repos/community-i686/synergys_at.service
  synergy/repos/community-i686/synergys_at.socket
  synergy/repos/community-i686/unfuck-cryptopp-thanks-gentoo.patch
  synergy/repos/community-x86_64/PKGBUILD
  synergy/repos/community-x86_64/synergys_at.service
  synergy/repos/community-x86_64/synergys_at.socket
  synergy/repos/community-x86_64/unfuck-cryptopp-thanks-gentoo.patch

--+
 /PKGBUILD|  140 ++
 /synergys_at.service |   22 +
 /synergys_at.socket  |   18 +
 /unfuck-cryptopp-thanks-gentoo.patch |  218 +
 community-i686/PKGBUILD  |   70 -
 community-i686/synergys_at.service   |   11 
 community-i686/synergys_at.socket|9 
 community-i686/unfuck-cryptopp-thanks-gentoo.patch   |  109 
 community-x86_64/PKGBUILD|   70 -
 community-x86_64/synergys_at.service |   11 
 community-x86_64/synergys_at.socket  |9 
 community-x86_64/unfuck-cryptopp-thanks-gentoo.patch |  109 
 12 files changed, 398 insertions(+), 398 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-12 10:50:40 UTC (rev 123808)
+++ community-i686/PKGBUILD 2014-12-12 10:50:51 UTC (rev 123809)
@@ -1,70 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jelle van der Waa jelle vdwaa nl
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Michael Düll m...@akurei.me
-
-# I would just like to take a minute here and state that synergy is
-# some of the worst packaged software ever. They BUNDLE a fucking
-# zip for cryptopp and do not provide an option to use a system-
-# installed version of that library. They change around paths every
-# update and just generally don't seem to care much.
-pkgname=synergy
-pkgver=1.6.1
-pkgrel=1
-pkgdesc=Share a single mouse and keyboard between multiple computers
-url=http://synergy-foss.org;
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'crypto++' 'libxkbcommon-x11' 
'avahi')
-makedepends=('libxt' 'cmake' 'qt5-base' 'unzip' 'subversion')
-optdepends=('qt5-base: gui support')
-license=('GPL2')
-source=(synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/${pkgver}.tar.gz;
-synergys_at.socket
-synergys_at.service
-unfuck-cryptopp-thanks-gentoo.patch)
-sha1sums=('b509c4302ad68d656dfe29711baaca79b835c14a'
-  '7ec33221725fc496b807e0f435c5e87b590beb5d'
-  '65ab58cc3546d6374a05a6a260f15045632e43ce'
-  '8e321e664ae4b7a763175524dd938a88d85c7909')
-
-build() {
-  cd ${srcdir}/synergy-${pkgver}
-
-  # Unfuck the bundled cryptopp stuff. Thanks a lot, Gentoo!
-  # You and Fedora are our only friends in this crazy world.
-  patch -Np1  ${srcdir}/unfuck-cryptopp-thanks-gentoo.patch
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_FLAGS=${CXXFLAGS} -pthread .
-  make -j1
-
-  cd src/gui
-  qmake
-  make
-}
-
-package() {
-  cd ${srcdir}/synergy-${pkgver}
-
-  # install binary
-  install -Dm755 bin/synergy $pkgdir/usr/bin/synergy
-  install -Dm755 bin/synergyc $pkgdir/usr/bin/synergyc
-  install -Dm755 bin/synergys $pkgdir/usr/bin/synergys
-
-  # install config
-  install -Dm644 doc/${pkgname}.conf.example 
${pkgdir}/etc/${pkgname}.conf.example 
-  install -Dm644 doc/${pkgname}.conf.example-advanced 
${pkgdir}/etc/${pkgname}.conf.example-advanced
-  install -Dm644 doc/${pkgname}.conf.example-basic 
${pkgdir}/etc/${pkgname}.conf.example-basic 
-
-  # install manfiles
-  install -Dm644 doc/${pkgname}c.man 

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

2014-12-12 Thread Sven-Hendrik Haase
Date: Friday, December 12, 2014 @ 11:50:40
  Author: svenstaro
Revision: 123808

upgpkg: synergy 1.6.2-1

upstream release 1.6.2

Modified:
  synergy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 10:32:12 UTC (rev 123807)
+++ PKGBUILD2014-12-12 10:50:40 UTC (rev 123808)
@@ -10,7 +10,7 @@
 # installed version of that library. They change around paths every
 # update and just generally don't seem to care much.
 pkgname=synergy
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc=Share a single mouse and keyboard between multiple computers
 url=http://synergy-foss.org;
@@ -23,7 +23,7 @@
 synergys_at.socket
 synergys_at.service
 unfuck-cryptopp-thanks-gentoo.patch)
-sha1sums=('b509c4302ad68d656dfe29711baaca79b835c14a'
+sha1sums=('e3cab850da2ac63c1d7649c5a9fa0c7c204ef9a4'
   '7ec33221725fc496b807e0f435c5e87b590beb5d'
   '65ab58cc3546d6374a05a6a260f15045632e43ce'
   '8e321e664ae4b7a763175524dd938a88d85c7909')


[arch-commits] Commit in qt5/trunk (PKGBUILD use-python2.patch)

2014-12-12 Thread Andrea Scarpino
Date: Friday, December 12, 2014 @ 12:06:10
  Author: andrea
Revision: 227556

QtWebEngine refers to python in too many ways, apply this ugly workaround to 
let it build

Modified:
  qt5/trunk/PKGBUILD
Deleted:
  qt5/trunk/use-python2.patch

---+
 PKGBUILD  |   24 +
 use-python2.patch |  128 
 2 files changed, 14 insertions(+), 138 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 06:49:06 UTC (rev 227555)
+++ PKGBUILD2014-12-12 11:06:10 UTC (rev 227556)
@@ -37,18 +37,16 @@
 'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc' 
'libfbclient' 'libmng'
 'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig' 
'bluez-libs'
 'openal' 'gtk2' 'libxkbcommon-x11' 'python' 'mtdev' 'harfbuzz' 
'libwebp' 'leveldb'
-'geoclue')
+'geoclue' 'pciutils' 'nss')
 groups=('qt' 'qt5')
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
 
source=(http://download.qt-project.org/official_releases/qt/${pkgver%.*}/${pkgver}/single/${_pkgfqn}.tar.xz;
-'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop'
-'use-python2.patch')
+'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop')
 md5sums=('21843b00ecde8956217faab391bc007b'
  'b2897dd6a2967bccf8f10e397aafee55'
  '9638a78e502719ef8fe5f8d10d0361a9'
  '188da8f4c87316e730ebf1c6217bf5a0'
- '322b419b16c75d4de0ee7ad0a246caa1'
- '23ebafd7ad91897e870e84e281266f46')
+ '322b419b16c75d4de0ee7ad0a246caa1')
 
 prepare() {
   cd ${_pkgfqn}
@@ -58,10 +56,12 @@
   sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g 
qtbase/mkspecs/common/gcc-base.conf
 
   # Use python2 for Python 2.x
-  patch -p1 -i ${srcdir}/use-python2.patch
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
--e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-$(find . -name '*.py')
+  find . -name '*.py' -exec sed -i \
+'s|#![ ]*/usr/bin/python$|2|;s|#![ ]*/usr/bin/env python$|2|' {} +
+
+  # There are still a lot of relative calls which need a workaround
+  mkdir ${srcdir}/python2-path
+  ln -s /usr/bin/python2 ${srcdir}/python2-path/python
 }
 
 build() {
@@ -71,6 +71,8 @@
   export 
LD_LIBRARY_PATH=${QTDIR}/qtbase/lib:${QTDIR}/qttools/lib:${LD_LIBRARY_PATH}
   export QT_PLUGIN_PATH=${QTDIR}/qtbase/plugins
 
+  export PATH=${srcdir}/python2-path:$PATH
+
   [[ ${CARCH} = i686 ]]  SSE2=-no-sse2
 
   PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
@@ -491,11 +493,13 @@
 
 package_qt5-webengine() {
   pkgdesc='Provides support for web applications using the Chromium browser 
project'
-  depends=('qt5-base')
+  depends=('qt5-declarative' 'nss' 'libxtst' 'libxcursor' 'libxrandr' 
'alsa-lib' 'libxcomposite')
   license=('LGPL')
 
   cd ${_pkgfqn}/qtwebengine
   make INSTALL_ROOT=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/share/doc
 }
 
 package_qt5-websockets() {

Deleted: use-python2.patch
===
--- use-python2.patch   2014-12-12 06:49:06 UTC (rev 227555)
+++ use-python2.patch   2014-12-12 11:06:10 UTC (rev 227556)
@@ -1,128 +0,0 @@
 
qt-everywhere-opensource-src-5.2.0-rc1/qtwebkit/Source/WebCore/DerivedSources.pri~
 2013-11-29 16:57:47.573721157 +
-+++ 
qt-everywhere-opensource-src-5.2.0-rc1/qtwebkit/Source/WebCore/DerivedSources.pri
  2013-11-29 16:58:22.270157823 +
-@@ -819,7 +819,7 @@
- inspectorValidate.output = InspectorProtocolVersion.h
- inspectorValidate.input = INSPECTOR_JSON
- inspectorValidate.script = $$PWD/inspector/generate-inspector-protocol-version
--inspectorValidate.commands = python $$inspectorValidate.script -o 
${QMAKE_FILE_OUT} ${QMAKE_FILE_IN}
-+inspectorValidate.commands = python2 $$inspectorValidate.script -o 
${QMAKE_FILE_OUT} ${QMAKE_FILE_IN}
- inspectorValidate.depends = 
$$PWD/inspector/generate-inspector-protocol-version
- inspectorValidate.add_output_to_sources = false
- GENERATORS += inspectorValidate
-@@ -827,7 +827,7 @@
- inspectorJSON.output = InspectorFrontend.cpp InspectorBackendDispatcher.cpp 
InspectorTypeBuilder.cpp
- inspectorJSON.input = INSPECTOR_JSON
- inspectorJSON.script = $$PWD/inspector/CodeGeneratorInspector.py
--inspectorJSON.commands = python $$inspectorJSON.script 
$$PWD/inspector/Inspector.json --output_h_dir ${QMAKE_FUNC_FILE_OUT_PATH} 
--output_cpp_dir ${QMAKE_FUNC_FILE_OUT_PATH}
-+inspectorJSON.commands = python2 $$inspectorJSON.script 
$$PWD/inspector/Inspector.json --output_h_dir ${QMAKE_FUNC_FILE_OUT_PATH} 
--output_cpp_dir ${QMAKE_FUNC_FILE_OUT_PATH}
- inspectorJSON.depends = $$inspectorJSON.script
- GENERATORS += inspectorJSON
- 
-@@ -927,7 +927,7 @@
- entities.output = HTMLEntityTable.cpp
- entities.input = HTML_ENTITIES
- entities.script = $$PWD/html/parser/create-html-entity-table

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

2014-12-12 Thread Maxime Gauduin
Date: Friday, December 12, 2014 @ 12:18:59
  Author: alucryd
Revision: 123810

upgpkg: yabause-qt 0.9.14-1

Modified:
  yabause-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 10:50:51 UTC (rev 123809)
+++ PKGBUILD2014-12-12 11:18:59 UTC (rev 123810)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor: Harley Laue losinggenerat...@gmail.com
 # Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
 # Contributor: Anton Shestakov engor...@ya.ru
@@ -7,8 +7,8 @@
 # Contributor: robb_force robb_fo...@holybuffalo.net
 
 pkgname=yabause-qt
-pkgver=0.9.13
-pkgrel=2
+pkgver=0.9.14
+pkgrel=1
 pkgdesc='A Sega Saturn emulator'
 arch=('i686' 'x86_64')
 url=http://yabause.org/;
@@ -16,18 +16,19 @@
 depends=('freeglut' 'openal' 'qt4' 'sdl')
 makedepends=('cmake' 'glu')
 conflicts=('yabause-gtk')
-source=(http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz;
 'rwx.patch')
-sha256sums=('3913f9c57bb65912eb22a339ec6f9413e0c00c11105baeae6a165b84ad4d32fb'
+source=(http://downloads.sourceforge.net/yabause/yabause-${pkgver}.tar.gz;
+'rwx.patch')
+sha256sums=('75e6320873ef6f8ec956568bff5a8f3b67500bdf52a7e0aa88e0a554b2dd775a'
 'd29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
 
 prepare() {
-  cd ${pkgname%-*}-${pkgver}
+  cd yabause-${pkgver}
 
   patch -Np1 -i ../rwx.patch
 }
 
 build() {
-  cd ${pkgname%-*}-${pkgver}
+  cd yabause-${pkgver}
 
   if [[ -d build ]]; then
 rm -rf build
@@ -34,12 +35,17 @@
   fi
   mkdir build  cd build
 
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 
-DYAB_{PORTS='qt',{NETWORK,OPTIMIZED_DMA}='ON'}
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DYAB_PORTS='qt' \
+-DYAB_NETWORK='ON' \
+-DYAB_OPTIMIZED_DMA='ON'
   make
 }
 
 package() {
-  cd ${pkgname%-*}-${pkgver}/build
+  cd yabause-${pkgver}/build
 
   make DESTDIR=${pkgdir} install
 }


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

2014-12-12 Thread Maxime Gauduin
Date: Friday, December 12, 2014 @ 12:19:25
  Author: alucryd
Revision: 123811

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

Added:
  yabause-qt/repos/community-i686/PKGBUILD
(from rev 123810, yabause-qt/trunk/PKGBUILD)
  yabause-qt/repos/community-i686/rwx.patch
(from rev 123810, yabause-qt/trunk/rwx.patch)
  yabause-qt/repos/community-x86_64/PKGBUILD
(from rev 123810, yabause-qt/trunk/PKGBUILD)
  yabause-qt/repos/community-x86_64/rwx.patch
(from rev 123810, yabause-qt/trunk/rwx.patch)
Deleted:
  yabause-qt/repos/community-i686/PKGBUILD
  yabause-qt/repos/community-i686/rwx.patch
  yabause-qt/repos/community-x86_64/PKGBUILD
  yabause-qt/repos/community-x86_64/rwx.patch

+
 /PKGBUILD  |  106 +++
 /rwx.patch |   40 
 community-i686/PKGBUILD|   47 ---
 community-i686/rwx.patch   |   20 
 community-x86_64/PKGBUILD  |   47 ---
 community-x86_64/rwx.patch |   20 
 6 files changed, 146 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-12 11:18:59 UTC (rev 123810)
+++ community-i686/PKGBUILD 2014-12-12 11:19:25 UTC (rev 123811)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Harley Laue losinggenerat...@gmail.com
-# Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
-# Contributor: Anton Shestakov engor...@ya.ru
-# Contributor: Tiago Camargo tcama...@gmail.com
-# Contributor: robb_force robb_fo...@holybuffalo.net
-
-pkgname=yabause-qt
-pkgver=0.9.13
-pkgrel=2
-pkgdesc='A Sega Saturn emulator'
-arch=('i686' 'x86_64')
-url=http://yabause.org/;
-license=('GPL')
-depends=('freeglut' 'openal' 'qt4' 'sdl')
-makedepends=('cmake' 'glu')
-conflicts=('yabause-gtk')
-source=(http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz;
 'rwx.patch')
-sha256sums=('3913f9c57bb65912eb22a339ec6f9413e0c00c11105baeae6a165b84ad4d32fb'
-'d29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
-
-prepare() {
-  cd ${pkgname%-*}-${pkgver}
-
-  patch -Np1 -i ../rwx.patch
-}
-
-build() {
-  cd ${pkgname%-*}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 
-DYAB_{PORTS='qt',{NETWORK,OPTIMIZED_DMA}='ON'}
-  make
-}
-
-package() {
-  cd ${pkgname%-*}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: yabause-qt/repos/community-i686/PKGBUILD (from rev 123810, 
yabause-qt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-12 11:19:25 UTC (rev 123811)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Harley Laue losinggenerat...@gmail.com
+# Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
+# Contributor: Anton Shestakov engor...@ya.ru
+# Contributor: Tiago Camargo tcama...@gmail.com
+# Contributor: robb_force robb_fo...@holybuffalo.net
+
+pkgname=yabause-qt
+pkgver=0.9.14
+pkgrel=1
+pkgdesc='A Sega Saturn emulator'
+arch=('i686' 'x86_64')
+url=http://yabause.org/;
+license=('GPL')
+depends=('freeglut' 'openal' 'qt4' 'sdl')
+makedepends=('cmake' 'glu')
+conflicts=('yabause-gtk')
+source=(http://downloads.sourceforge.net/yabause/yabause-${pkgver}.tar.gz;
+'rwx.patch')
+sha256sums=('75e6320873ef6f8ec956568bff5a8f3b67500bdf52a7e0aa88e0a554b2dd775a'
+'d29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
+
+prepare() {
+  cd yabause-${pkgver}
+
+  patch -Np1 -i ../rwx.patch
+}
+
+build() {
+  cd yabause-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DYAB_PORTS='qt' \
+-DYAB_NETWORK='ON' \
+-DYAB_OPTIMIZED_DMA='ON'
+  make
+}
+
+package() {
+  cd yabause-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/rwx.patch
===
--- community-i686/rwx.patch2014-12-12 11:18:59 UTC (rev 123810)
+++ community-i686/rwx.patch2014-12-12 11:19:25 UTC (rev 123811)
@@ -1,20 +0,0 @@
 a/src/sh2_dynarec/linkage_x64.s2013-03-11 20:29:53.112870900 +0100
-+++ b/src/sh2_dynarec/linkage_x64.s2013-03-11 20:31:48.856778600 +0100
-@@ -747,3 +747,7 @@ breakpoint:
-   ret
-   /* Set breakpoint here for debugging */
-   .size   breakpoint, .-breakpoint
-+
-+#if defined(__linux__)  defined(__ELF__)
-+.section .note.GNU-stack,,%progbits
-+#endif
 a/src/sh2_dynarec/linkage_x86.s2013-03-11 20:30:08.157693100 

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

2014-12-12 Thread Andrea Scarpino
Date: Friday, December 12, 2014 @ 12:44:23
  Author: andrea
Revision: 227557

Enable extra codecs support for QtMultimedia

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 11:06:10 UTC (rev 227556)
+++ PKGBUILD2014-12-12 11:44:23 UTC (rev 227557)
@@ -32,12 +32,12 @@
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
 makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 
'xcb-util-keysyms'
-'mesa' 'at-spi2-core' 'alsa-lib' 'gst-plugins-bad' 
'gstreamer0.10-base-plugins'
+'mesa' 'at-spi2-core' 'alsa-lib' 'gst-plugins-base-libs' 
'gstreamer0.10-base-plugins'
 'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 
'desktop-file-utils'
 'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc' 
'libfbclient' 'libmng'
 'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig' 
'bluez-libs'
 'openal' 'gtk2' 'libxkbcommon-x11' 'python' 'mtdev' 'harfbuzz' 
'libwebp' 'leveldb'
-'geoclue' 'pciutils' 'nss')
+'geoclue' 'pciutils' 'nss' 'gstreamer0.10-bad')
 groups=('qt' 'qt5')
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
 
source=(http://download.qt-project.org/official_releases/qt/${pkgver%.*}/${pkgver}/single/${_pkgfqn}.tar.xz;
@@ -250,6 +250,7 @@
 package_qt5-multimedia() {
   pkgdesc='Classes for audio, video, radio and camera functionality'
   depends=('qt5-declarative' 'libpulse' 'gstreamer0.10-base' 'openal')
+  optdepends=('gstreamer0.10-plugins: extra codecs support')
   conflicts=('qt')
 
   cd ${_pkgfqn}/qtmultimedia


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

2014-12-12 Thread Andrea Scarpino
Date: Friday, December 12, 2014 @ 13:12:10
  Author: andrea
Revision: 227558

Python3 is no more needed to build

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 11:44:23 UTC (rev 227557)
+++ PKGBUILD2014-12-12 12:12:10 UTC (rev 227558)
@@ -36,7 +36,7 @@
 'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 
'desktop-file-utils'
 'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc' 
'libfbclient' 'libmng'
 'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig' 
'bluez-libs'
-'openal' 'gtk2' 'libxkbcommon-x11' 'python' 'mtdev' 'harfbuzz' 
'libwebp' 'leveldb'
+'openal' 'gtk2' 'libxkbcommon-x11' 'mtdev' 'harfbuzz' 'libwebp' 
'leveldb'
 'geoclue' 'pciutils' 'nss' 'gstreamer0.10-bad')
 groups=('qt' 'qt5')
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
@@ -250,7 +250,7 @@
 package_qt5-multimedia() {
   pkgdesc='Classes for audio, video, radio and camera functionality'
   depends=('qt5-declarative' 'libpulse' 'gstreamer0.10-base' 'openal')
-  optdepends=('gstreamer0.10-plugins: extra codecs support')
+  optdepends=('gstreamer0.10-bad: Qt MediaService plugin')
   conflicts=('qt')
 
   cd ${_pkgfqn}/qtmultimedia


[arch-commits] Commit in qt5/repos/extra-x86_64 (13 files)

2014-12-12 Thread Andrea Scarpino
Date: Friday, December 12, 2014 @ 13:47:55
  Author: andrea
Revision: 227559

archrelease: copy trunk to extra-x86_64

Added:
  qt5/repos/extra-x86_64/PKGBUILD
(from rev 227558, qt5/trunk/PKGBUILD)
  qt5/repos/extra-x86_64/assistant.desktop
(from rev 227558, qt5/trunk/assistant.desktop)
  qt5/repos/extra-x86_64/designer.desktop
(from rev 227558, qt5/trunk/designer.desktop)
  qt5/repos/extra-x86_64/linguist.desktop
(from rev 227558, qt5/trunk/linguist.desktop)
  qt5/repos/extra-x86_64/qdbusviewer.desktop
(from rev 227558, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/extra-x86_64/qt5-tools.install
(from rev 227558, qt5/trunk/qt5-tools.install)
Deleted:
  qt5/repos/extra-x86_64/PKGBUILD
  qt5/repos/extra-x86_64/assistant.desktop
  qt5/repos/extra-x86_64/designer.desktop
  qt5/repos/extra-x86_64/linguist.desktop
  qt5/repos/extra-x86_64/qdbusviewer.desktop
  qt5/repos/extra-x86_64/qt5-tools.install
  qt5/repos/extra-x86_64/use-python2.patch

-+
 PKGBUILD| 1015 ++
 assistant.desktop   |   16 
 designer.desktop|   20 
 linguist.desktop|   18 
 qdbusviewer.desktop |   18 
 qt5-tools.install   |   24 -
 use-python2.patch   |   88 
 7 files changed, 580 insertions(+), 619 deletions(-)

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


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

2014-12-12 Thread Andrea Scarpino
Date: Friday, December 12, 2014 @ 14:01:36
  Author: andrea
Revision: 227561

upgpkg: frameworkintegration 5.5.0-2

Qt 5.4 rebuild

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 12:57:49 UTC (rev 227560)
+++ PKGBUILD2014-12-12 13:01:36 UTC (rev 227561)
@@ -3,7 +3,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'


[arch-commits] Commit in frameworkintegration/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2014-12-12 Thread Andrea Scarpino
Date: Friday, December 12, 2014 @ 14:01:41
  Author: andrea
Revision: 227562

archrelease: copy trunk to extra-x86_64

Added:
  frameworkintegration/repos/extra-x86_64/PKGBUILD
(from rev 227561, frameworkintegration/trunk/PKGBUILD)
Deleted:
  frameworkintegration/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-12 13:01:36 UTC (rev 227561)
+++ PKGBUILD2014-12-12 13:01:41 UTC (rev 227562)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=frameworkintegration
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/frameworkintegration'
-license=('LGPL')
-depends=('kio' 'ttf-oxygen')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d129b210bac97ac41d939a582b14101a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: frameworkintegration/repos/extra-x86_64/PKGBUILD (from rev 227561, 
frameworkintegration/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-12 13:01:41 UTC (rev 227562)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=frameworkintegration
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/frameworkintegration'
+license=('LGPL')
+depends=('kio' 'ttf-oxygen')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d129b210bac97ac41d939a582b14101a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in qt5/repos/extra-i686 (13 files)

2014-12-12 Thread Andrea Scarpino
Date: Friday, December 12, 2014 @ 14:16:28
  Author: andrea
Revision: 227563

archrelease: copy trunk to extra-i686

Added:
  qt5/repos/extra-i686/PKGBUILD
(from rev 227562, qt5/trunk/PKGBUILD)
  qt5/repos/extra-i686/assistant.desktop
(from rev 227562, qt5/trunk/assistant.desktop)
  qt5/repos/extra-i686/designer.desktop
(from rev 227562, qt5/trunk/designer.desktop)
  qt5/repos/extra-i686/linguist.desktop
(from rev 227562, qt5/trunk/linguist.desktop)
  qt5/repos/extra-i686/qdbusviewer.desktop
(from rev 227562, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/extra-i686/qt5-tools.install
(from rev 227562, qt5/trunk/qt5-tools.install)
Deleted:
  qt5/repos/extra-i686/PKGBUILD
  qt5/repos/extra-i686/assistant.desktop
  qt5/repos/extra-i686/designer.desktop
  qt5/repos/extra-i686/linguist.desktop
  qt5/repos/extra-i686/qdbusviewer.desktop
  qt5/repos/extra-i686/qt5-tools.install
  qt5/repos/extra-i686/use-python2.patch

-+
 PKGBUILD| 1015 ++
 assistant.desktop   |   16 
 designer.desktop|   20 
 linguist.desktop|   18 
 qdbusviewer.desktop |   18 
 qt5-tools.install   |   24 -
 use-python2.patch   |   88 
 7 files changed, 580 insertions(+), 619 deletions(-)

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


[arch-commits] Commit in frameworkintegration/repos/extra-i686 (PKGBUILD PKGBUILD)

2014-12-12 Thread Andrea Scarpino
Date: Friday, December 12, 2014 @ 14:21:28
  Author: andrea
Revision: 227564

archrelease: copy trunk to extra-i686

Added:
  frameworkintegration/repos/extra-i686/PKGBUILD
(from rev 227563, frameworkintegration/trunk/PKGBUILD)
Deleted:
  frameworkintegration/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-12 13:16:28 UTC (rev 227563)
+++ PKGBUILD2014-12-12 13:21:28 UTC (rev 227564)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=frameworkintegration
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/frameworkintegration'
-license=('LGPL')
-depends=('kio' 'ttf-oxygen')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d129b210bac97ac41d939a582b14101a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: frameworkintegration/repos/extra-i686/PKGBUILD (from rev 227563, 
frameworkintegration/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-12 13:21:28 UTC (rev 227564)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=frameworkintegration
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/frameworkintegration'
+license=('LGPL')
+depends=('kio' 'ttf-oxygen')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d129b210bac97ac41d939a582b14101a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2014-12-12 Thread Sébastien Luttringer
Date: Friday, December 12, 2014 @ 14:52:52
  Author: seblu
Revision: 123812

upgpkg: docker 1:1.4.0-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 11:19:25 UTC (rev 123811)
+++ PKGBUILD2014-12-12 13:52:52 UTC (rev 123812)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Seblu Luttringer
 
 pkgname=docker
-pkgver=1.3.3
+pkgver=1.4.0
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'


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

2014-12-12 Thread Sébastien Luttringer
Date: Friday, December 12, 2014 @ 14:53:01
  Author: seblu
Revision: 123813

archrelease: copy trunk to community-x86_64

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 123812, docker/trunk/PKGBUILD)
  docker/repos/community-x86_64/docker.install
(from rev 123812, docker/trunk/docker.install)
Deleted:
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.install

+
 PKGBUILD   |  108 +++
 docker.install |   36 +-
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-12 13:52:52 UTC (rev 123812)
+++ PKGBUILD2014-12-12 13:53:01 UTC (rev 123813)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-
-pkgname=docker
-pkgver=1.3.3
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='http://www.docker.io/'
-license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
-makedepends=('git' 'go' 'btrfs-progs')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-install=$pkgname.install
-source=(git+https://github.com/docker/docker.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd docker
-  export AUTO_GOPATH=1
-  ./hack/make.sh dynbinary
-}
-
-#check() {
-#  cd $_magic/docker
-#  # Will be added upstream soon
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  cd docker
-  install -Dm755 bundles/$pkgver/dynbinary/docker-$pkgver 
$pkgdir/usr/bin/docker
-  install -Dm755 bundles/$pkgver/dynbinary/dockerinit-$pkgver 
$pkgdir/usr/lib/docker/dockerinit
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
$pkgdir/usr/share/bash-completion/completions/docker
-  install -Dm644 'contrib/completion/zsh/_docker' 
$pkgdir/usr/share/zsh/site-functions/_docker
-  install -Dm644 'contrib/completion/fish/docker.fish' 
$pkgdir/usr/share/fish/completions/docker.fish
-  # systemd
-  install -Dm644 'contrib/init/systemd/docker.service' \
-$pkgdir/usr/lib/systemd/system/docker.service
-  install -Dm644 'contrib/init/systemd/docker.socket' \
-$pkgdir/usr/lib/systemd/system/docker.socket
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' \
-$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim
-  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/PKGBUILD (from rev 123812, 
docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-12 13:53:01 UTC (rev 123813)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+
+pkgname=docker
+pkgver=1.4.0
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='http://www.docker.io/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
+makedepends=('git' 'go' 'btrfs-progs')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+source=(git+https://github.com/docker/docker.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd docker
+  export AUTO_GOPATH=1
+  ./hack/make.sh dynbinary
+}
+
+#check() {
+#  cd $_magic/docker
+#  # Will be added upstream soon
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  cd docker
+  install -Dm755 bundles/$pkgver/dynbinary/docker-$pkgver 
$pkgdir/usr/bin/docker
+  install -Dm755 bundles/$pkgver/dynbinary/dockerinit-$pkgver 
$pkgdir/usr/lib/docker/dockerinit
+  # completion
+  install -Dm644 'contrib/completion/bash/docker' 
$pkgdir/usr/share/bash-completion/completions/docker
+  install -Dm644 'contrib/completion/zsh/_docker' 
$pkgdir/usr/share/zsh/site-functions/_docker
+  install -Dm644 'contrib/completion/fish/docker.fish' 
$pkgdir/usr/share/fish/completions/docker.fish
+  # systemd
+  install -Dm644 'contrib/init/systemd/docker.service' \
+$pkgdir/usr/lib/systemd/system/docker.service
+  install -Dm644 'contrib/init/systemd/docker.socket' \
+$pkgdir/usr/lib/systemd/system/docker.socket
+  # vim syntax
+  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' \
+$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim
+  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' \
+$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: docker.install
===
--- docker.install  2014-12-12 13:52:52 UTC (rev 123812)

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

2014-12-12 Thread Andrea Scarpino
Date: Friday, December 12, 2014 @ 15:18:45
  Author: andrea
Revision: 227565

upgpkg: kdelibs4support 5.5.0-2

Qt 5.4 rebuild

Modified:
  kdelibs4support/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 13:21:28 UTC (rev 227564)
+++ PKGBUILD2014-12-12 14:18:45 UTC (rev 227565)
@@ -3,7 +3,7 @@
 
 pkgname=kdelibs4support
 pkgver=5.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Porting aid from KDELibs4'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kdelibs4support'


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

2014-12-12 Thread Andrea Scarpino
Date: Friday, December 12, 2014 @ 15:18:53
  Author: andrea
Revision: 227566

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-12 14:18:45 UTC (rev 227565)
+++ extra-i686/PKGBUILD 2014-12-12 14:18:53 UTC (rev 227566)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdelibs4support
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Porting aid from KDELibs4'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdelibs4support'
-license=('LGPL')
-depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager')
-groups=('kf5-aids')
-replaces=('kde4support')
-conflicts=('kde4support')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('642a0275513161e328bb3dd13ffaf04d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DHTML_INSTAL_DIR=/usr/share/doc/kdelibs4support/html \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdelibs4support/repos/extra-i686/PKGBUILD (from rev 227565, 
kdelibs4support/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-12 14:18:53 UTC (rev 227566)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdelibs4support
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Porting aid from KDELibs4'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdelibs4support'
+license=('LGPL')
+depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager')
+groups=('kf5-aids')
+replaces=('kde4support')
+conflicts=('kde4support')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('642a0275513161e328bb3dd13ffaf04d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DHTML_INSTAL_DIR=/usr/share/doc/kdelibs4support/html \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-12 14:18:45 UTC (rev 227565)
+++ extra-x86_64/PKGBUILD   2014-12-12 14:18:53 UTC (rev 227566)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdelibs4support
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Porting aid from KDELibs4'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdelibs4support'
-license=('LGPL')
-depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager')
-groups=('kf5-aids')
-replaces=('kde4support')
-conflicts=('kde4support')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('642a0275513161e328bb3dd13ffaf04d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DHTML_INSTAL_DIR=/usr/share/doc/kdelibs4support/html \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdelibs4support/repos/extra-x86_64/PKGBUILD (from rev 227565, 
kdelibs4support/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   

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

2014-12-12 Thread Andreas Radke
Date: Friday, December 12, 2014 @ 19:03:27
  Author: andyrtr
Revision: 227567

upgpkg: bluez 5.26-1

upstream update 5.26

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 14:18:53 UTC (rev 227566)
+++ PKGBUILD2014-12-12 18:03:27 UTC (rev 227567)
@@ -5,8 +5,8 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.25
-pkgrel=2
+pkgver=5.26
+pkgrel=1
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,7 +15,7 @@
 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('5ca62f3f45e2638a0f7a81658d6c8813ee01487436ae8e53e9fe395e23d1fd30'
+sha256sums=('7a101946bab6da1f20eb2677b9ca783d919365815e4701216b9273f0c8b70194'
 '896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
 


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

2014-12-12 Thread Andreas Radke
Date: Friday, December 12, 2014 @ 19:04:04
  Author: andyrtr
Revision: 227568

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

Added:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 227567, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-i686/PKGBUILD
(from rev 227567, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.modprobe
(from rev 227567, bluez/trunk/bluetooth.modprobe)
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 227567, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 227567, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 227567, bluez/trunk/bluetooth.modprobe)
Deleted:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.modprobe
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe

---+
 /0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|  118 +++
 /PKGBUILD 
|  296 ++
 /bluetooth.modprobe   
|6 
 extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch   
|   59 -
 extra-i686/PKGBUILD   
|  148 -
 extra-i686/bluetooth.modprobe 
|3 
 extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|   59 -
 extra-x86_64/PKGBUILD 
|  148 -
 extra-x86_64/bluetooth.modprobe   
|3 
 9 files changed, 420 insertions(+), 420 deletions(-)

Deleted: 
extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-12-12 18:03:27 UTC (rev 227567)
+++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-12-12 18:04:04 UTC (rev 227568)
@@ -1,59 +0,0 @@
-From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001
-From: Giovanni Campagna gcampagna-cnudlrotfmnnlxjtenl...@public.gmane.org
-Date: Sat, 12 Oct 2013 17:45:25 +0200
-Subject: [PATCH] Allow using obexd without systemd in the user session
-
-Not all sessions run systemd --user (actually, the majority
-doesn't), so the dbus daemon must be able to spawn obexd
-directly, and to do so it needs the full path of the daemon.

- Makefile.obexd  | 4 ++--
- obexd/src/org.bluez.obex.service| 4 
- obexd/src/org.bluez.obex.service.in | 4 
- 3 files changed, 6 insertions(+), 6 deletions(-)
- delete mode 100644 obexd/src/org.bluez.obex.service
- create mode 100644 obexd/src/org.bluez.obex.service.in
-
-diff --git a/Makefile.obexd b/Makefile.obexd
-index 3760867..142e7c3 100644
 a/Makefile.obexd
-+++ b/Makefile.obexd
-@@ -2,12 +2,12 @@
- if SYSTEMD
- systemduserunitdir = @SYSTEMD_USERUNITDIR@
- systemduserunit_DATA = obexd/src/obex.service
-+endif
- 
- dbussessionbusdir = @DBUS_SESSIONBUSDIR@
- dbussessionbus_DATA = obexd/src/org.bluez.obex.service
--endif
- 
--EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
-+EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
- 
- obex_plugindir = $(libdir)/obex/plugins
- 
-diff --git a/obexd/src/org.bluez.obex.service 
b/obexd/src/org.bluez.obex.service
-deleted file mode 100644
-index a538088..000
 a/obexd/src/org.bluez.obex.service
-+++ /dev/null
-@@ -1,4 +0,0 @@
--[D-BUS Service]
--Name=org.bluez.obex
--Exec=/bin/false
--SystemdService=dbus-org.bluez.obex.service
-diff --git a/obexd/src/org.bluez.obex.service.in 
b/obexd/src/org.bluez.obex.service.in
-new file mode 100644
-index 000..9c815f2
 /dev/null
-+++ b/obexd/src/org.bluez.obex.service.in
-@@ -0,0 +1,4 @@
-+[D-BUS Service]
-+Name=org.bluez.obex
-+Exec=@libexecdir@/obexd
-+SystemdService=dbus-org.bluez.obex.service
--- 
-1.8.3.1
-
-

Copied: 
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 (from rev 227567, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
(rev 0)
+++ 

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

2014-12-12 Thread Bartłomiej Piotrowski
Date: Friday, December 12, 2014 @ 19:50:21
  Author: bpiotrowski
Revision: 123814

upgpkg: phpmyadmin 4.3.2-1

new upstream release

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 13:53:01 UTC (rev 123813)
+++ PKGBUILD2014-12-12 18:50:21 UTC (rev 123814)
@@ -6,7 +6,7 @@
 # Contributor: Simon Lackerbauer calypso at strpg.org
 
 pkgname=phpmyadmin
-pkgver=4.3.1
+pkgver=4.3.2
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('6324d7f2f9de707e565599d9a5a92171')
+md5sums=('c64563de9062f0677b7907bfa38136ca')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/phpMyAdmin


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

2014-12-12 Thread Bartłomiej Piotrowski
Date: Friday, December 12, 2014 @ 19:50:28
  Author: bpiotrowski
Revision: 123815

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 123814, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-12 18:50:21 UTC (rev 123814)
+++ PKGBUILD2014-12-12 18:50:28 UTC (rev 123815)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-# Contributor: Simon Lackerbauer calypso at strpg.org
-
-pkgname=phpmyadmin
-pkgver=4.3.1
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('6324d7f2f9de707e565599d9a5a92171')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
-  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
-  cd $_instdir
-
-  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
-  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 123814, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-12 18:50:28 UTC (rev 123815)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+# Contributor: Simon Lackerbauer calypso at strpg.org
+
+pkgname=phpmyadmin
+pkgver=4.3.2
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+md5sums=('c64563de9062f0677b7907bfa38136ca')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
+  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
+  cd $_instdir
+
+  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
+  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
+}


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

2014-12-12 Thread Bartłomiej Piotrowski
Date: Friday, December 12, 2014 @ 20:17:17
  Author: bpiotrowski
Revision: 227570

archrelease: copy trunk to extra-any

Added:
  libreoffice-still-i18n/repos/extra-any/PKGBUILD
(from rev 227569, libreoffice-still-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-still-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  710 ++---
 1 file changed, 355 insertions(+), 355 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-12 19:17:01 UTC (rev 227569)
+++ PKGBUILD2014-12-12 19:17:17 UTC (rev 227570)
@@ -1,355 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=libreoffice-still-i18n
-
-_rcver=4.2.7.2
-pkgver=4.2.7
-pkgrel=1
-
-_oodlver=${pkgver}
-#_oodlver=${_rcver}
-
-arch=('any')
-url=http://www.documentfoundation.org;
-license=('LGPL')
-makedepends=('rpmextract')
-
-# http://wiki.documentfoundation.org/Language_Teams
-#http://download.documentfoundation.org/mirrors/all.html
-_url=http://download.documentfoundation.org/libreoffice/stable;
-#_url=http://download.documentfoundation.org/libreoffice/testing;
-#_url=http://dev-builds.libreoffice.org/pre-releases;
-#_url=http://www.libreoffice.org/download/pre-releases;
-
-#_url+=/${pkgver}-rc2/rpm/x86
-_url+=/${pkgver}/rpm/x86
-#_url+=/rpm/x86
-
-_languages=(
-  'af   Afrikaans'
-  'am   Amharic'
-  'ar   Arabic'
-  'as   Assamese (India)'
-  'ast  Asturianu'
-  'be   Belarusian'
-  'bg   Bulgarian'
-  'bn   Bengali'
-  'bn-INBengali (India)'
-  'bo   Tibetan'
-  'br   Breton'
-  'brx  Bodo'
-  'bs   Bosnian'
-  'ca   Catalan'
-  'ca-valencia  Catalan (Valencia)'
-  'cs   Czech'
-  'cy   Welsh'
-  'da   Danish'
-  'de   German'
-  'dgo  Dogri'
-  'dz   Dzongkha'
-  'el   Greek'
-  'en-GBEnglish (GB)'
-  'en-ZAEnglish (ZA)'
-  'eo   Esperanto'
-  'es   Spanish'
-  'et   Estonian'
-  'eu   Basque'
-  'fa   Persian'
-  'fi   Finnish'
-  'fr   French'
-  'ga   Irish'
-  'gd   Gaelic (Scottish)'
-  'gl   Galician'
-  'gu   Gujarati'
-  'he   Hebrew'
-  'hi   Hindi'
-  'hr   Croatian'
-  'hu   Hungarian'
-  'id   Indonesian'
-  'is   Icelandic'
-  'it   Italian'
-  'ja   Japanese'
-  'ka   Georgian'
-  'kk   Kazakh'
-  'km   Khmer (Cambodia)'
-  'kmr-Latn Kurdish'
-  'kn   Kannada'
-  'ko   Korean'
-  'kok   Konkani'
-  'ks   Kashmiri'
-  'lb   Luxembourgish'
-  'lo   Lao'
-  'lt   Lithuanian'
-  'lv   Latvian'
-  'mai   Maithili'
-  'mk   Macedonian'
-  'ml   Malayalam'
-  'mn   Mongolian'
-  'mni   Manipuri'
-  'mr   Marathi'
-  'my   Burmese'
-  'nb   Norwegian Bokmal'
-  'ne   Nepali'
-  'nl   Dutch'
-  'nn   Norwegian Nynorsk'
-  'nr   Ndebele (South)'
-  'nso  Northern Sotho'
-  'oc   Occitan'
-  'om   Oromo'
-  'or   Oriya'
-  'pa-INPunjabi (India)'
-  'pl   Polish'
-  'pt   Portuguese'
-  'pt-BRPortuguese (Brasil)'
-  'ro   Romanian'
-  'ru   Russian'
-  'rw   Kinyarwanda'
-  'sa-INSanskrit (India)'
-  'sat  Santali'
-  'sd   Sindhi'
-  'si   Singhalese'
-  'sid  Sidama'
-  'sk   Slovak'
-  'sl   Slovenian'
-  'sq   Albanien'
-  'sr   Serbian'
-  'sr-Latn  Serbian (Latin)'
-  'ss   Swati'
-  'st   Southern Sotho'
-  'sv   Swedish'
-  'sw-TZSwahili (Tanzania)'
-  'ta   Tamil'
-  'te   Telugu'
-  'tg   Tajik'
-  'th   Thai'
-  'tn   Tswana'
-  'tr   Turkish'
-  'ts   Tsonga'
-  'tt   Tatar'
-  'ug   Uighur'
-  'uk   Ukrainian'
-  'uz   Uzbek'
-  've   Venda'
-  'vi   Vietnamese'
-  'xh   Xhosa'
-  'zh-CNChinese (simplified)'
-  'zh-TWChinese (traditional)'
-  'zu   Zulu'
-)
-md5sums=('387764ab318f9614b6cf20515486fa36'
- 'ae4ac48fba87a3bea6ce0c38373fdbfb'
- '230c6233c72d25bf61cb0da521fa2967'
- 'c7ec24cd4b7406ec111a357c869148f3'
- '435230cee31acf93e98e65ed8207b35d'
- '799704a81b56b7549e9f1112f2b72540'
- '43c5d0cb2301f3e20e48091013308ab7'
- '965129a015e1cf1186628ebad7136960'
- '2c7f6aa7d8b1df6b3b248e823232f7ef'
- 'b45773a99256e1b6521ae36717f3cd88'
- '5283f7255a056537205ea51ccb8f5c6a'
- 

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

2014-12-12 Thread Bartłomiej Piotrowski
Date: Friday, December 12, 2014 @ 20:17:01
  Author: bpiotrowski
Revision: 227569

upgpkg: libreoffice-still-i18n 4.2.8-1

new upstream release

Modified:
  libreoffice-still-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  336 ++---
 1 file changed, 168 insertions(+), 168 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 18:04:04 UTC (rev 227568)
+++ PKGBUILD2014-12-12 19:17:01 UTC (rev 227569)
@@ -4,8 +4,8 @@
 
 pkgbase=libreoffice-still-i18n
 
-_rcver=4.2.7.2
-pkgver=4.2.7
+_rcver=4.2.8.2
+pkgver=4.2.8
 pkgrel=1
 
 _oodlver=${pkgver}
@@ -138,172 +138,172 @@
   'zh-TWChinese (traditional)'
   'zu   Zulu'
 )
-md5sums=('387764ab318f9614b6cf20515486fa36'
- 'ae4ac48fba87a3bea6ce0c38373fdbfb'
- '230c6233c72d25bf61cb0da521fa2967'
- 'c7ec24cd4b7406ec111a357c869148f3'
- '435230cee31acf93e98e65ed8207b35d'
- '799704a81b56b7549e9f1112f2b72540'
- '43c5d0cb2301f3e20e48091013308ab7'
- '965129a015e1cf1186628ebad7136960'
- '2c7f6aa7d8b1df6b3b248e823232f7ef'
- 'b45773a99256e1b6521ae36717f3cd88'
- '5283f7255a056537205ea51ccb8f5c6a'
- '0985de1d3dd7cf6491e37123672a60d7'
- 'ac835df02969625570c4bc99ed5607f9'
- '1e63cdb85398548e70aaefd688227991'
- '7b041ec375d1423883572732f7df55a8'
- 'b9deda73f175e4a7df1e7a5c59a31948'
- '3d15974461189c658373a608319a63b1'
- 'e9e9a7e070d09c0fecba331d299005ab'
- '1aaa55d2f93d73f6ce71cdd4e451e5f7'
- 'e6c2a410a9a49147adc5ca5d8a31fcf7'
- 'e0538ead0d8813d2dd7388011d08c5ce'
- 'e96494ad9939b1ac7d9d1a185429ee5f'
- 'feab2755640370d26f8df74242015538'
- '365d3a1b9e731153434ba956404a1ecc'
- '7d8798dcf3028961a83c84fefaddca72'
- '01ffd7330f9c886f2e174d4e26fef3b7'
- 'e074c5eb6dbb0ef33cefe0dbfe38e29a'
- '06167ecdba2ac5e50acafbbec7ae41df'
- 'ca6bf2a454953572462f54583c68ae59'
- '7d14fd94cdfdcce168ae97bf81555d2d'
- 'fdf9fd1d5139c98ac864e68b447f60ee'
- 'c5d4eddc398dbdf52c90568b85f1828b'
- 'b9050c7552de9e88ad183f4e90221b76'
- 'd249ecb62c64089b3d7922d93eabddfb'
- 'c94dcdd42c30fb89b414c1ba548f821c'
- '1e290349e31f7c7cae9498f3b5361d17'
- 'b711140cd33390621b96da4ffd9fb093'
- 'a0a40fd4d135adfeebf456350351505b'
- '89523b219eb449bbce1dfeebe6ac6858'
- '3d8576f667f8fd9445d79ea4354d3ea1'
- 'e6378bde27a659e8b3e53fcc99e184b0'
- '2fb84e44f10d736c08a473b767db7359'
- '5fdd3ee34df79fb2155c5b7e3378edfe'
- '0774175c39b6d3b0e180ff3072a708e0'
- '4ef5823198f73526c47ffe9c9ae75d71'
- '493adcc2764dec93d60a975d979037f2'
- 'aeefbf3d38b3a9e872dad2eef978e1a2'
- '3eeabd0202dcc9b6d6717d7339fa0f68'
- '60c49802d35c23cd0d9b3e01927cf028'
- 'fcf7b3a4ff608d63be045ad93413d909'
- 'ae5ab7449c3bd62ddf4870c5285e8dd0'
- 'f09b92963ef2f0d42dc2d6218776ae23'
- '376ea60ec4cd1cb801e3a09a6a7fdb40'
- 'b3104e281d93fde028243ffd14f5671a'
- '853d27c51ee532159252e786121bac1c'
- '180c526643715f7d157d8d118eee232b'
- '374bc0f38f1ad14c3c9f953567ac99f6'
- '48c27026c4244324648a3bc0762ba297'
- '2dfb1bb45005b24958877eb64a3a97b4'
- '149a1207d4516c910e3da620e33c4ad7'
- '0b9fe883650f462081831d80d22a2019'
- '95436a52c22f001459edece557767270'
- '0ac2df1c0b347eb94c8b11ca78b97aec'
- 'a48e56c2eba69ddc5648e8e74be81691'
- '1574d3c2bb184e1ff6e57adecd693307'
- '3ba977e155c1df2bb820d378d0e16dd6'
- '10782a186d52fb0629e06ef8c1fad2ea'
- 'ec127d22809ab5481d6473eb98777458'
- 'bc0a1c65d8781fa8abccc8fac5eca9ba'
- '98304da9e28e5150a447d09dd3d70b5d'
- 'd7ece7ecb6b413a75abd9302a07d5335'
- 'b98f58f32fadbe08fa476970542910b2'
- 'bd6583f4f113bf434820ef626542c0bc'
- '5b362aab11cca3767559c0cb87c19085'
- '697c6e0ecdeb0ac9a0b842b1c17c94a6'
- 'e063f147d664d7920d802befbfde9b05'
- 'b75a79db2eba28f52271629dcb0f514d'
- 'c4760925707ec02be5c41943fbc9b362'
- '5b1dad9f80fbc897c157569e333cb2fe'
- '8d5755dcdd4b96c1e6e11916250956c7'
- '9334376b5291d9a006d67b43ca3dcf76'
- 'd7652e025af01714413caa3982e87c43'
- 'c367a7c283d62889c0c2fd6b90a7283c'
- 'c0b4edffbf2a57a07ccbfd9313205529'
- 'bbfe06fc35513dfdecc5c9a0ef69d995'
- '597fd7eb12c342946aa0196de82c6ea7'
- '0e24dbaca1d057e322bcb049a9642be1'
- '5e28651bce00d2104f6fc4e0d25220ae'
- '9b6913c408f8d0c2011c6bc996b4ef55'
- 'd5fa9fbe52471fb875e5b694d500ab83'
- 'bb916522364efe553d568b012d8363dc'
- '22436dee353caff6e48644e167643d70'
- 'ec1366ec008bbb97bc154410dc143374'
- 

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

2014-12-12 Thread Andreas Radke
Date: Friday, December 12, 2014 @ 22:03:38
  Author: andyrtr
Revision: 227571

upgpkg: libreoffice-still 4.2.8-1

upstream update 4.2.8

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 19:17:17 UTC (rev 227570)
+++ PKGBUILD2014-12-12 21:03:38 UTC (rev 227571)
@@ -18,9 +18,9 @@
'libreoffice-still-postgresql-connector'
'libreoffice-still-extension-wiki-publisher'
'libreoffice-still-extension-nlpsolver')
-_LOver=4.2.7.2
-pkgver=4.2.7
-pkgrel=2
+_LOver=4.2.8.2
+pkgver=4.2.8
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -133,11 +133,11 @@
libe-book-0.0.3.tar.bz2
libabw-0.0.2.tar.bz2
language-subtag-registry-2014-03-27.tar.bz2)
-md5sums=('bbe3fa3a7e71d9339ea311950930988e'
+md5sums=('fe048f5fa2566c4e301fb87f252820a5'
  'SKIP'
- '87adf54b78218b18bca21ab13aafe81e'
+ '3a9143fa085e7762518ae6b00af85d09'
  'SKIP'
- '6d23b68969ec49e8c038988b19b01207'
+ 'c33aa87f06c85b282776a9bb2dd84418'
  'SKIP'
  '15cb8c0803064faef0c4ddf5bc5ca279'
  '1f24ab1d39f4a51faf22244c94a6203f'


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

2014-12-12 Thread Andreas Radke
Date: Friday, December 12, 2014 @ 22:04:39
  Author: andyrtr
Revision: 227572

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

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

---+
 /PKGBUILD | 1470 
++
 /libreoffice-still-base.install   |   22 
 /libreoffice-still-calc.install   |   22 
 /libreoffice-still-common.csh |   12 
 /libreoffice-still-common.install |   44 
 /libreoffice-still-common.sh

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

2014-12-12 Thread Dave Reisner
Date: Saturday, December 13, 2014 @ 00:47:17
  Author: dreisner
Revision: 227574

archrelease: copy trunk to extra-any

Added:
  arch-install-scripts/repos/extra-any/PKGBUILD
(from rev 227573, arch-install-scripts/trunk/PKGBUILD)
Deleted:
  arch-install-scripts/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-12 23:47:01 UTC (rev 227573)
+++ PKGBUILD2014-12-12 23:47:17 UTC (rev 227574)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=arch-install-scripts
-pkgver=13
-pkgrel=1
-pkgdesc=Scripts to aid in installing Arch Linux
-arch=('any')
-url=https://projects.archlinux.org/arch-install-scripts.git;
-license=('GPL')
-depends=('bash' 'coreutils' 'pacman' 'util-linux')
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('5294b927fea89f5a88c051c970946c24'
- 'SKIP')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: arch-install-scripts/repos/extra-any/PKGBUILD (from rev 227573, 
arch-install-scripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-12 23:47:17 UTC (rev 227574)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=arch-install-scripts
+pkgver=14
+pkgrel=1
+pkgdesc=Scripts to aid in installing Arch Linux
+arch=('any')
+url=https://projects.archlinux.org/arch-install-scripts.git;
+license=('GPL')
+depends=('bash' 'coreutils' 'pacman' 'util-linux')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('fcab5a3e463413b06790969cfe09851c'
+ 'SKIP')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-12-12 Thread Dave Reisner
Date: Saturday, December 13, 2014 @ 00:47:01
  Author: dreisner
Revision: 227573

upgpkg: arch-install-scripts 14-1

Modified:
  arch-install-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 21:04:39 UTC (rev 227572)
+++ PKGBUILD2014-12-12 23:47:01 UTC (rev 227573)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner dreis...@archlinux.org
 
 pkgname=arch-install-scripts
-pkgver=13
+pkgver=14
 pkgrel=1
 pkgdesc=Scripts to aid in installing Arch Linux
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('bash' 'coreutils' 'pacman' 'util-linux')
 
source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('5294b927fea89f5a88c051c970946c24'
+md5sums=('fcab5a3e463413b06790969cfe09851c'
  'SKIP')
 
 build() {


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

2014-12-12 Thread Sébastien Luttringer
Date: Saturday, December 13, 2014 @ 01:01:35
  Author: seblu
Revision: 227575

upgpkg: file 5.21-3

- fix FS#43082

Added:
  file/trunk/02-ignore-exit-code-from-uncompress.patch
Modified:
  file/trunk/PKGBUILD

---+
 02-ignore-exit-code-from-uncompress.patch |   34 
 PKGBUILD  |   10 +---
 2 files changed, 41 insertions(+), 3 deletions(-)

Added: 02-ignore-exit-code-from-uncompress.patch
===
--- 02-ignore-exit-code-from-uncompress.patch   (rev 0)
+++ 02-ignore-exit-code-from-uncompress.patch   2014-12-13 00:01:35 UTC (rev 
227575)
@@ -0,0 +1,34 @@
+From 05463f7b3d4588a656089e20ab53a5b81b875341 Mon Sep 17 00:00:00 2001
+From: Christos Zoulas chris...@zoulas.com
+Date: Fri, 12 Dec 2014 16:33:01 +
+Subject: [PATCH] PR/405: Ignore exit code from uncompress programs because
+ some (validly) exit with non-zero code when they get SIGPIPE.
+
+---
+ src/compress.c | 13 +
+ 1 file changed, 9 insertions(+), 4 deletions(-)
+
+diff --git a/src/compress.c b/src/compress.c
+index bf93839..30be569 100644
+--- a/src/compress.c
 b/src/compress.c
+@@ -512,11 +512,16 @@ uncompressbuf(struct magic_set *ms, int fd, size_t 
method,
+   strerror(errno));
+ #endif
+   n = NODATA;
+-  } else if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) {
++  } else if (!WIFEXITED(status)) {
+ #ifdef DEBUG
+-  (void)fprintf(stderr, Child status (0x%x)\n, status);
++  (void)fprintf(stderr, Child not exited (0x%x)\n,
++  status);
++#endif
++  } else if (WEXITSTATUS(status) != 0) {
++#ifdef DEBUG
++  (void)fprintf(stderr, Child exited (0x%d)\n,
++  WEXITSTATUS(status));
+ #endif
+-  n = NODATA;
+   }
+ 
+   (void) close(fdin[0]);

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 23:47:17 UTC (rev 227574)
+++ PKGBUILD2014-12-13 00:01:35 UTC (rev 227575)
@@ -5,7 +5,7 @@
 
 pkgname=file
 pkgver=5.21
-pkgrel=2
+pkgrel=3
 pkgdesc='File type identification utility'
 arch=('i686' 'x86_64')
 license=('custom')
@@ -13,13 +13,17 @@
 url='http://www.darwinsys.com/file/'
 depends=('glibc' 'zlib')
 source=(ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;
-'01-fix-broken-xz.patch')
+'01-fix-broken-xz.patch'
+'02-ignore-exit-code-from-uncompress.patch')
 md5sums=('549fe96e09041eabece9de2bb28ef923'
- '62c8d81023e1705d8826d79d0a8fdaae')
+ '62c8d81023e1705d8826d79d0a8fdaae'
+ '39e9867b888bf6e2c1664d3c44712f3b')
 
 prepare() {
   # https://bugs.archlinux.org/task/43078
   patch -p1 -d $pkgname-$pkgver  '01-fix-broken-xz.patch'
+  # https://bugs.archlinux.org/task/43082
+  patch -p1 -d $pkgname-$pkgver  '02-ignore-exit-code-from-uncompress.patch'
 }
 
 build() {


[arch-commits] Commit in file/repos (testing-i686/PKGBUILD testing-x86_64/PKGBUILD)

2014-12-12 Thread Sébastien Luttringer
Date: Saturday, December 13, 2014 @ 01:01:51
  Author: seblu
Revision: 227576

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

Deleted:
  file/repos/testing-i686/PKGBUILD
  file/repos/testing-x86_64/PKGBUILD

-+
 testing-i686/PKGBUILD   |   38 --
 testing-x86_64/PKGBUILD |   38 --
 2 files changed, 76 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-12-13 00:01:35 UTC (rev 227575)
+++ testing-i686/PKGBUILD   2014-12-13 00:01:51 UTC (rev 227576)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=file
-pkgver=5.21
-pkgrel=2
-pkgdesc='File type identification utility'
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base' 'base-devel')
-url='http://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=(ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;
-'01-fix-broken-xz.patch')
-md5sums=('549fe96e09041eabece9de2bb28ef923'
- '62c8d81023e1705d8826d79d0a8fdaae')
-
-prepare() {
-  # https://bugs.archlinux.org/task/43078
-  patch -p1 -d $pkgname-$pkgver  '01-fix-broken-xz.patch'
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-  rmdir $pkgdir/usr/share/man/man5
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-12-13 00:01:35 UTC (rev 227575)
+++ testing-x86_64/PKGBUILD 2014-12-13 00:01:51 UTC (rev 227576)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=file
-pkgver=5.21
-pkgrel=2
-pkgdesc='File type identification utility'
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base' 'base-devel')
-url='http://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=(ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;
-'01-fix-broken-xz.patch')
-md5sums=('549fe96e09041eabece9de2bb28ef923'
- '62c8d81023e1705d8826d79d0a8fdaae')
-
-prepare() {
-  # https://bugs.archlinux.org/task/43078
-  patch -p1 -d $pkgname-$pkgver  '01-fix-broken-xz.patch'
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-  rmdir $pkgdir/usr/share/man/man5
-}
-
-# vim:set ts=2 sw=2 et:


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

2014-12-12 Thread Sébastien Luttringer
Date: Saturday, December 13, 2014 @ 01:03:27
  Author: seblu
Revision: 227577

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

Added:
  file/repos/testing-i686/01-fix-broken-xz.patch
(from rev 227576, file/trunk/01-fix-broken-xz.patch)
  file/repos/testing-i686/02-ignore-exit-code-from-uncompress.patch
(from rev 227576, file/trunk/02-ignore-exit-code-from-uncompress.patch)
  file/repos/testing-i686/PKGBUILD
(from rev 227576, file/trunk/PKGBUILD)
  file/repos/testing-x86_64/01-fix-broken-xz.patch
(from rev 227576, file/trunk/01-fix-broken-xz.patch)
  file/repos/testing-x86_64/02-ignore-exit-code-from-uncompress.patch
(from rev 227576, file/trunk/02-ignore-exit-code-from-uncompress.patch)
  file/repos/testing-x86_64/PKGBUILD
(from rev 227576, file/trunk/PKGBUILD)
Deleted:
  file/repos/testing-i686/01-fix-broken-xz.patch
  file/repos/testing-x86_64/01-fix-broken-xz.patch

--+
 /01-fix-broken-xz.patch  |   88 +
 testing-i686/01-fix-broken-xz.patch  |   44 --
 testing-i686/02-ignore-exit-code-from-uncompress.patch   |   34 +
 testing-i686/PKGBUILD|   42 ++
 testing-x86_64/01-fix-broken-xz.patch|   44 --
 testing-x86_64/02-ignore-exit-code-from-uncompress.patch |   34 +
 testing-x86_64/PKGBUILD  |   42 ++
 7 files changed, 240 insertions(+), 88 deletions(-)

Deleted: testing-i686/01-fix-broken-xz.patch
===
--- testing-i686/01-fix-broken-xz.patch 2014-12-13 00:01:51 UTC (rev 227576)
+++ testing-i686/01-fix-broken-xz.patch 2014-12-13 00:03:27 UTC (rev 227577)
@@ -1,44 +0,0 @@
-From abc95cd644418cc5205a8ad07d864f0851ac49df Mon Sep 17 00:00:00 2001
-From: Christos Zoulas chris...@zoulas.com
-Date: Thu, 11 Dec 2014 11:47:08 +
-Subject: [PATCH] PR/405: file -bizL git-2.1.3.tar.xz broke because the xz
- decompressor dies with SIGPIPE when we stop reading from it early. ignore
- SIGPIPE
-

- src/compress.c | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/compress.c b/src/compress.c
-index fa9e07a..bf93839 100644
 a/src/compress.c
-+++ b/src/compress.c
-@@ -45,6 +45,7 @@ FILE_RCSID(@(#)$File: compress.c,v 1.74 2014/10/26 20:23:30 
christos Exp $)
- #endif
- #include string.h
- #include errno.h
-+#include signal.h
- #if !defined(__MINGW32__)  !defined(WIN32)
- #include sys/ioctl.h
- #endif
-@@ -103,10 +104,12 @@ file_zmagic(struct magic_set *ms, int fd, const char 
*name,
-   size_t i, nsz;
-   int rv = 0;
-   int mime = ms-flags  MAGIC_MIME;
-+  sig_t osigpipe;
- 
-   if ((ms-flags  MAGIC_COMPRESS) == 0)
-   return 0;
- 
-+  osigpipe = signal(SIGPIPE, SIG_IGN);
-   for (i = 0; i  ncompr; i++) {
-   if (nbytes  compr[i].maglen)
-   continue;
-@@ -133,6 +136,7 @@ file_zmagic(struct magic_set *ms, int fd, const char *name,
-   }
-   }
- error:
-+  (void)signal(SIGPIPE, osigpipe);
-   free(newbuf);
-   ms-flags |= MAGIC_COMPRESS;
-   return rv;

Copied: file/repos/testing-i686/01-fix-broken-xz.patch (from rev 227576, 
file/trunk/01-fix-broken-xz.patch)
===
--- testing-i686/01-fix-broken-xz.patch (rev 0)
+++ testing-i686/01-fix-broken-xz.patch 2014-12-13 00:03:27 UTC (rev 227577)
@@ -0,0 +1,44 @@
+From abc95cd644418cc5205a8ad07d864f0851ac49df Mon Sep 17 00:00:00 2001
+From: Christos Zoulas chris...@zoulas.com
+Date: Thu, 11 Dec 2014 11:47:08 +
+Subject: [PATCH] PR/405: file -bizL git-2.1.3.tar.xz broke because the xz
+ decompressor dies with SIGPIPE when we stop reading from it early. ignore
+ SIGPIPE
+
+---
+ src/compress.c | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/compress.c b/src/compress.c
+index fa9e07a..bf93839 100644
+--- a/src/compress.c
 b/src/compress.c
+@@ -45,6 +45,7 @@ FILE_RCSID(@(#)$File: compress.c,v 1.74 2014/10/26 20:23:30 
christos Exp $)
+ #endif
+ #include string.h
+ #include errno.h
++#include signal.h
+ #if !defined(__MINGW32__)  !defined(WIN32)
+ #include sys/ioctl.h
+ #endif
+@@ -103,10 +104,12 @@ file_zmagic(struct magic_set *ms, int fd, const char 
*name,
+   size_t i, nsz;
+   int rv = 0;
+   int mime = ms-flags  MAGIC_MIME;
++  sig_t osigpipe;
+ 
+   if ((ms-flags  MAGIC_COMPRESS) == 0)
+   return 0;
+ 
++  osigpipe = signal(SIGPIPE, SIG_IGN);
+   for (i = 0; i  ncompr; i++) {
+   if (nbytes  compr[i].maglen)
+   continue;
+@@ -133,6 +136,7 @@ file_zmagic(struct magic_set *ms, int fd, const char *name,
+   }
+   }
+ error:
++  (void)signal(SIGPIPE, osigpipe);
+   free(newbuf);
+   ms-flags |= 

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

2014-12-12 Thread Felix Yan
Date: Saturday, December 13, 2014 @ 04:03:04
  Author: fyan
Revision: 123816

upgpkg: mongodb 2.6.6-1

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 18:50:28 UTC (rev 123815)
+++ PKGBUILD2014-12-13 03:03:04 UTC (rev 123816)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.6.5
-pkgrel=2
+pkgver=2.6.6
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -44,8 +44,9 @@
 --use-system-tcmalloc \
 --use-sasl-client \
 --use-system-boost \
---ssl --cc=clang --cxx=clang++ \
---disable-warnings-as-errors
+--ssl \
+--disable-warnings-as-errors \
+--cc=clang --cxx=clang++
 # --use-system-v8
 # --use-system-yaml
 }
@@ -62,8 +63,9 @@
 --use-system-tcmalloc \
 --use-sasl-client \
 --use-system-boost \
---ssl --cc=clang --cxx=clang++ \
+--ssl \
 --disable-warnings-as-errors \
+--cc=clang --cxx=clang++ \
 --smokedbprefix=$srcdir || warning Tests failed
 }
 
@@ -78,9 +80,10 @@
 --use-system-tcmalloc \
 --use-sasl-client \
 --use-system-boost \
---ssl --cc=clang --cxx=clang++ \
+--ssl \
 --disable-warnings-as-errors \
---prefix=$pkgdir/usr
+--prefix=$pkgdir/usr \
+--cc=clang --cxx=clang++
 # --use-system-yaml
 # --use-system-v8
 
@@ -90,6 +93,6 @@
   install -dm755 $pkgdir/var/log/mongodb
 }
 
-sha512sums=('eccf6e949fba7cca3f7401fa64c1135282d323222d2b9e53554a83748389b76b3791c5228943ef3e1064211f7fe9f8d68ce4209994dbd8065894b64a9b392f76'
+sha512sums=('0f5fdce6ad3aa64e3636099cee9b7099b74c5f1d5887c89543bcdf900e523a855164f497071c8c4251c8e87361841eaec969bd7b7e0efcff5504cf5f1d6b9f05'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')


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

2014-12-12 Thread Felix Yan
Date: Saturday, December 13, 2014 @ 04:04:29
  Author: fyan
Revision: 123817

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

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

--+
 /PKGBUILD|  196 +
 /SConscript.client.patch |   26 +++
 /mongodb.conf|   16 ++
 /mongodb.install |   64 +
 /mongodb.service |   20 ++
 community-i686/PKGBUILD  |   95 --
 community-i686/SConscript.client.patch   |   13 -
 community-i686/mongodb.conf  |8 -
 community-i686/mongodb.install   |   32 
 community-i686/mongodb.service   |   10 -
 community-x86_64/PKGBUILD|   95 --
 community-x86_64/SConscript.client.patch |   13 -
 community-x86_64/mongodb.conf|8 -
 community-x86_64/mongodb.install |   32 
 community-x86_64/mongodb.service |   10 -
 15 files changed, 322 insertions(+), 316 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-13 03:03:04 UTC (rev 123816)
+++ community-i686/PKGBUILD 2014-12-13 03:04:29 UTC (rev 123817)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Mathias Stearn math...@10gen.com
-# Contributor: Alec Thomas
-
-pkgname=mongodb
-pkgver=2.6.5
-pkgrel=2
-pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org'
-license=('AGPL3')
-depends=('pcre' 'snappy' 'openssl' 'gperftools' 'libsasl' 'boost-libs') # 
'libyaml' 'yaml-cpp' 'v8')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 'clang')
-checkdepends=('python2-pymongo')
-optdepends=('libpcap: needed for mongosniff')
-backup=('etc/mongodb.conf')
-install=mongodb.install
-source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
-'mongodb.conf' 'mongodb.service')
-
-prepare() {
-  cd mongodb-src-r${pkgver}
-
-  # Add missing include required for std::swap()
-  # https://github.com/mongodb/mongo/commit/2d5d662
-  if grep -q '#include algorithm' src/mongo/shell/linenoise_utf8.h; then
-error 'algorithm include has been fixed upstream; remove this local fix.'
-return 1
-  fi
-  sed -i '1i #include algorithm' src/mongo/shell/linenoise_utf8.h
-}
-
-build() {
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons all \
---use-system-pcre \
---use-system-snappy \
---use-system-tcmalloc \
---use-sasl-client \
---use-system-boost \
---ssl --cc=clang --cxx=clang++ \
---disable-warnings-as-errors
-# --use-system-v8
-# --use-system-yaml
-}
-
-check() {
-  # Tests not passing
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons smokeAll \
---use-system-pcre \
---use-system-snappy \
---use-system-tcmalloc \
---use-sasl-client \
---use-system-boost \
---ssl --cc=clang --cxx=clang++ \
---disable-warnings-as-errors \
---smokedbprefix=$srcdir || warning Tests failed
-}
-
-package() {
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons install \
---use-system-pcre \
---use-system-snappy \
---use-system-tcmalloc \

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

2014-12-12 Thread Felix Yan
Date: Saturday, December 13, 2014 @ 06:21:11
  Author: fyan
Revision: 123818

upgpkg: nodejs 0.10.33-9

bump npm to 2.1.13

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-13 03:04:29 UTC (rev 123817)
+++ PKGBUILD2014-12-13 05:21:11 UTC (rev 123818)
@@ -10,8 +10,8 @@
 
 pkgname=nodejs
 pkgver=0.10.33
-_npmver=2.1.12
-pkgrel=8
+_npmver=2.1.13
+pkgrel=9
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'


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

2014-12-12 Thread Felix Yan
Date: Saturday, December 13, 2014 @ 06:22:04
  Author: fyan
Revision: 123819

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-13 05:21:11 UTC (rev 123818)
+++ community-i686/PKGBUILD 2014-12-13 05:22:04 UTC (rev 123819)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.33
-_npmver=2.1.12
-pkgrel=8
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('75dc26c33144e6d0dc91cb0d68aaf0570ed0a7e4b0c35f3a7a726b500edd081e'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked marked-man
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 123818, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-13 05:22:04 UTC (rev 123819)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.33
+_npmver=2.1.13
+pkgrel=9
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('75dc26c33144e6d0dc91cb0d68aaf0570ed0a7e4b0c35f3a7a726b500edd081e'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+ 

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

2014-12-12 Thread Evangelos Foutras
Date: Saturday, December 13, 2014 @ 08:40:18
  Author: foutrelis
Revision: 123821

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-13 07:40:02 UTC (rev 123820)
+++ community-i686/PKGBUILD 2014-12-13 07:40:18 UTC (rev 123821)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Vasco Costa vasco dot costa at geekslot dot com
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=pbzip2
-pkgver=1.1.10
-pkgrel=1
-pkgdesc=Parallel implementation of the bzip2 block-sorting file compressor
-arch=('i686' 'x86_64')
-url=http://compression.ca/pbzip2/;
-license=('BSD')
-depends=('bzip2' 'gcc-libs')
-source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('9d489191edd010e4c8f7bc86de88268cdc3da5a9f7904b257fda56941615a0c2'
-'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make PREFIX=$pkgdir/usr install
-
-  # Fix location of man pages
-  install -d $pkgdir/usr/share
-  mv $pkgdir/usr/man $pkgdir/usr/share
-
-  # Symlinks for useful shortcuts
-  ln -sf pbzip2 $pkgdir/usr/bin/pbunzip2
-  ln -sf pbzip2 $pkgdir/usr/bin/pbzcat
-
-  # License
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pbzip2/repos/community-i686/PKGBUILD (from rev 123820, 
pbzip2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-13 07:40:18 UTC (rev 123821)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Vasco Costa vasco dot costa at geekslot dot com
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=pbzip2
+pkgver=1.1.11
+pkgrel=1
+pkgdesc=Parallel implementation of the bzip2 block-sorting file compressor
+arch=('i686' 'x86_64')
+url=http://compression.ca/pbzip2/;
+license=('BSD')
+depends=('bzip2' 'gcc-libs')
+source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('b4861389bd99c73d304a03b0dc0731a8a26905da8e94ca4cef873b96e1ab0e7f'
+'SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make PREFIX=$pkgdir/usr install
+
+  # Fix location of man pages
+  install -d $pkgdir/usr/share
+  mv $pkgdir/usr/man $pkgdir/usr/share/
+
+  # Symlinks for useful shortcuts
+  ln -sf pbzip2 $pkgdir/usr/bin/pbunzip2
+  ln -sf pbzip2 $pkgdir/usr/bin/pbzcat
+
+  # License
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-13 07:40:02 UTC (rev 123820)
+++ community-x86_64/PKGBUILD   2014-12-13 07:40:18 UTC (rev 123821)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Vasco Costa vasco dot costa at geekslot dot com
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=pbzip2
-pkgver=1.1.10
-pkgrel=1
-pkgdesc=Parallel implementation of the bzip2 block-sorting file compressor
-arch=('i686' 'x86_64')
-url=http://compression.ca/pbzip2/;
-license=('BSD')
-depends=('bzip2' 'gcc-libs')
-source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('9d489191edd010e4c8f7bc86de88268cdc3da5a9f7904b257fda56941615a0c2'
-'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make PREFIX=$pkgdir/usr install
-
-  # Fix location of man pages
-  install -d $pkgdir/usr/share
-  mv $pkgdir/usr/man $pkgdir/usr/share
-
-  # Symlinks for useful shortcuts
-  ln -sf pbzip2 $pkgdir/usr/bin/pbunzip2
-  ln -sf pbzip2 $pkgdir/usr/bin/pbzcat
-
-  # License
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pbzip2/repos/community-x86_64/PKGBUILD (from rev 123820, 
pbzip2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-13 07:40:18 UTC (rev 123821)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Vasco Costa vasco dot costa at geekslot dot com
+# Maintainer: 

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

2014-12-12 Thread Evangelos Foutras
Date: Saturday, December 13, 2014 @ 08:40:02
  Author: foutrelis
Revision: 123820

upgpkg: pbzip2 1.1.11-1

New upstream release.

Modified:
  pbzip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-13 05:22:04 UTC (rev 123819)
+++ PKGBUILD2014-12-13 07:40:02 UTC (rev 123820)
@@ -3,7 +3,7 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=pbzip2
-pkgver=1.1.10
+pkgver=1.1.11
 pkgrel=1
 pkgdesc=Parallel implementation of the bzip2 block-sorting file compressor
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('BSD')
 depends=('bzip2' 'gcc-libs')
 
source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('9d489191edd010e4c8f7bc86de88268cdc3da5a9f7904b257fda56941615a0c2'
+sha256sums=('b4861389bd99c73d304a03b0dc0731a8a26905da8e94ca4cef873b96e1ab0e7f'
 'SKIP')
 
 build() {
@@ -27,7 +27,7 @@
 
   # Fix location of man pages
   install -d $pkgdir/usr/share
-  mv $pkgdir/usr/man $pkgdir/usr/share
+  mv $pkgdir/usr/man $pkgdir/usr/share/
 
   # Symlinks for useful shortcuts
   ln -sf pbzip2 $pkgdir/usr/bin/pbunzip2