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

2014-07-07 Thread Laurent Carlier
Date: Tuesday, July 8, 2014 @ 07:39:48
  Author: lcarlier
Revision: 115295

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  318 ++---
 1 file changed, 159 insertions(+), 159 deletions(-)

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

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

2014-07-07 Thread Laurent Carlier
Date: Tuesday, July 8, 2014 @ 07:39:40
  Author: lcarlier
Revision: 115294

upgpkg: lib32-mesa 10.2.3-1

upstream update 10.2.3

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-08 00:59:53 UTC (rev 115293)
+++ PKGBUILD2014-07-08 05:39:40 UTC (rev 115294)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=10.2.2
+pkgver=10.2.3
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -13,7 +13,7 @@
 url="http://mesa3d.sourceforge.net";
 license=('custom')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
-sha256sums=('38c4a40364000f89cddaa1694f6f3cfb444981d1110238ce603093585477399c')
+sha256sums=('e482a96170c98b17d6aba0d6e4dda4b9a2e61c39587bb64ac38cadfa4aba4aeb')
 
 build() {
   export CC="gcc -m32"



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

2014-07-07 Thread Laurent Carlier
Date: Tuesday, July 8, 2014 @ 07:35:05
  Author: lcarlier
Revision: 216626

upgpkg: mesa 10.2.3-1

upstream update 10.2.3

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-08 05:15:09 UTC (rev 216625)
+++ PKGBUILD2014-07-08 05:35:05 UTC (rev 216626)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 
'mesa-libgl')
-pkgver=10.2.2
+pkgver=10.2.3
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -14,7 +14,7 @@
 license=('custom')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
 LICENSE)
-sha256sums=('38c4a40364000f89cddaa1694f6f3cfb444981d1110238ce603093585477399c'
+sha256sums=('e482a96170c98b17d6aba0d6e4dda4b9a2e61c39587bb64ac38cadfa4aba4aeb'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 
 build() {



[arch-commits] Commit in binutils/trunk (PKGBUILD binutils-2.24-lto-testsuite.patch)

2014-07-07 Thread Allan McRae
Date: Tuesday, July 8, 2014 @ 07:36:25
  Author: allan
Revision: 216628

fix last testsuite issue

Modified:
  binutils/trunk/PKGBUILD
  binutils/trunk/binutils-2.24-lto-testsuite.patch

---+
 PKGBUILD  |7 +++
 binutils-2.24-lto-testsuite.patch |   29 +++--
 2 files changed, 30 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-08 05:35:17 UTC (rev 216627)
+++ PKGBUILD2014-07-08 05:36:25 UTC (rev 216628)
@@ -22,7 +22,7 @@
 binutils-2.24-shared-pie.patch)
 md5sums=('e0f71a7b2ddab0f8612336ac81d9636b'
  'SKIP'
- 'b16e895c24ff80acd98a21021eccefad'
+ 'e68a1f221545f082baa5bd417cd077af'
  'ec59461c4febab9cfe1c1ef33326bc50')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')
 
@@ -32,7 +32,7 @@
   # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
   sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
 
-  # fix lto testsuite with gcc-4.9 - commit b35d44f1
+  # fix lto testsuite with gcc-4.9 - commits b35d44f1 and 37a6ac44
   patch -p1 -i $srcdir/binutils-2.24-lto-testsuite.patch
 
   # fix issues with -static -fPIE -pie - commit 4199e3b8
@@ -61,8 +61,7 @@
   cd ${srcdir}/binutils-build
   
   # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS="" -k check || true
+  make LDFLAGS="" check
 }
 
 package() {

Modified: binutils-2.24-lto-testsuite.patch
===
--- binutils-2.24-lto-testsuite.patch   2014-07-08 05:35:17 UTC (rev 216627)
+++ binutils-2.24-lto-testsuite.patch   2014-07-08 05:36:25 UTC (rev 216628)
@@ -48,6 +48,31 @@
if { [lindex $status 0] == 0 } {
set lto_available_saved 1
} else {
--- 
-1.7.1
+diff --git a/ld/testsuite/ld-plugin/lto.exp b/ld/testsuite/ld-plugin/lto.exp
+index b14f13c..765d85f 100644
+--- a/ld/testsuite/ld-plugin/lto.exp
 b/ld/testsuite/ld-plugin/lto.exp
+@@ -324,7 +324,20 @@ if { [is_elf_format] && [check_lto_shared_available] } {
+ 
+ set testname "Build liblto-11.a"
+ remote_file host delete "tmpdir/liblto-11.a"
+-set catch_output [run_host_cmd "$ar" "rc tmpdir/liblto-11.a tmpdir/lto-11a.o 
tmpdir/lto-11b.o tmpdir/lto-11c.o"]
++set plugin_names {
++liblto_plugin.so
++liblto_plugin-0.dll
++cyglto_plugin-0.dll
++}
++set plug_opt ""
++foreach plug $plugin_names {
++set plug_so [run_host_cmd $CC "--print-prog-name $plug"]
++if { $plug_so ne $plug } then {
++  set plug_opt "--plugin $plug_so"
++  break
++}
++}
++set catch_output [run_host_cmd "$ar" "rc $plug_opt tmpdir/liblto-11.a 
tmpdir/lto-11a.o tmpdir/lto-11b.o tmpdir/lto-11c.o"]
+ if {![string match "" $catch_output]} {
+ unresolved $testname
+ restore_notify
 
+



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

2014-07-07 Thread Laurent Carlier
Date: Tuesday, July 8, 2014 @ 07:35:17
  Author: lcarlier
Revision: 216627

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 216626, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 216626, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 216626, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 216626, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 +++
 /PKGBUILD |  406 
 extra-i686/LICENSE|   82 -
 extra-i686/PKGBUILD   |  203 
 extra-x86_64/LICENSE  |   82 -
 extra-x86_64/PKGBUILD |  203 
 6 files changed, 570 insertions(+), 570 deletions(-)

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


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

2014-07-07 Thread Allan McRae
Date: Tuesday, July 8, 2014 @ 07:15:09
  Author: allan
Revision: 216625

do not specify parameters to --enable-add-obs

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-08 01:25:04 UTC (rev 216624)
+++ PKGBUILD2014-07-08 05:15:09 UTC (rev 216625)
@@ -71,7 +71,7 @@
   --libdir=/usr/lib --libexecdir=/usr/lib \
   --with-headers=/usr/include \
   --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-add-ons=nptl,libidn \
+  --enable-add-ons \
   --enable-obsolete-rpc \
   --enable-kernel=2.6.32 \
   --enable-bind-now --disable-profile \



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

2014-07-07 Thread Felix Yan
Date: Tuesday, July 8, 2014 @ 03:24:40
  Author: fyan
Revision: 216623

upgpkg: python-cryptography 0.5-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 19:32:50 UTC (rev 216622)
+++ PKGBUILD2014-07-08 01:24:40 UTC (rev 216623)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.4
+pkgver=0.5
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
 
source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz";)
-md5sums=('d1bb13648a12eda2a54653ba113d2e84')
+md5sums=('584e5be4cc02be01e04d0fbdd5ea1e72')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}



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

2014-07-07 Thread Felix Yan
Date: Tuesday, July 8, 2014 @ 03:25:04
  Author: fyan
Revision: 216624

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

Added:
  python-cryptography/repos/testing-i686/
  python-cryptography/repos/testing-i686/PKGBUILD
(from rev 216623, python-cryptography/trunk/PKGBUILD)
  python-cryptography/repos/testing-x86_64/
  python-cryptography/repos/testing-x86_64/PKGBUILD
(from rev 216623, python-cryptography/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   54 ++
 testing-x86_64/PKGBUILD |   54 ++
 2 files changed, 108 insertions(+)

Copied: python-cryptography/repos/testing-i686/PKGBUILD (from rev 216623, 
python-cryptography/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-08 01:25:04 UTC (rev 216624)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=0.5
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
+checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
+  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
+source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz";)
+md5sums=('584e5be4cc02be01e04d0fbdd5ea1e72')
+
+prepare() {
+   cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd cryptography-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../cryptography-${pkgver}-python2
+   python2 setup.py build
+}
+
+check() {
+   # Check python3 module
+   cd "${srcdir}"/cryptography-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd "${srcdir}"/cryptography-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+package_python-cryptography() {
+   depends=('python' 'python-six' 'python-cffi')
+ 
+   cd cryptography-${pkgver}
+   python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+ 
+package_python2-cryptography() {
+   depends=('python2' 'python2-six' 'python2-cffi')
+ 
+   cd cryptography-${pkgver}-python2
+   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}

Copied: python-cryptography/repos/testing-x86_64/PKGBUILD (from rev 216623, 
python-cryptography/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-08 01:25:04 UTC (rev 216624)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=0.5
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
+checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
+  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
+source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz";)
+md5sums=('584e5be4cc02be01e04d0fbdd5ea1e72')
+
+prepare() {
+   cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd cryptography-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../cryptography-${pkgver}-python2
+   python2 setup.py build
+}
+
+check() {
+   # Check python3 module
+   cd "${srcdir}"/cryptography-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd "${srcdir}"/cryptography-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+package_python-cryptography() {
+   depends=('python' 'python-six' 'python-cffi')
+ 
+   cd cryptography-${pkgver}
+   python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+ 
+package_python2-cryptography() {
+   depends=('python2' 'python2-six' 'python2-cffi')
+ 
+   cd cryptography-${pkgver}-python2
+   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}



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

2014-07-07 Thread Felix Yan
Date: Tuesday, July 8, 2014 @ 02:59:19
  Author: fyan
Revision: 115292

upgpkg: jenkins 1.571-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-08 00:53:55 UTC (rev 115291)
+++ PKGBUILD2014-07-08 00:59:19 UTC (rev 115292)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=1.570
+pkgver=1.571
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('bcd0cb230e51f6aab694d6480604edd38188ffe1add32cce910b3c0b654003a205e8c285d104744223af06dd7a60b37cb000dd5a8c61d1032b469033e8494616'
+sha512sums=('1ee514ff487e535e0eed8dfae92ee390b3ef3766a666eeb1a906f861d770972494544653a16dafbcf1485e4575eec1cfff2140edaa083e39d21891ac1cc30351'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-07-07 Thread Felix Yan
Date: Tuesday, July 8, 2014 @ 02:59:53
  Author: fyan
Revision: 115293

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 115292, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 115292, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 115292, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 115292, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 115292, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 115292, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-07-08 00:59:19 UTC (rev 115292)
+++ LICENSE 2014-07-08 00:59:53 UTC (rev 115293)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 115292, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-07-08 00:59:53 UTC (rev 115293)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-08 00:59:19 UTC (rev 115292)
+++ PKGBUILD2014-07-08 00:59:53 UTC (rev 115293)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=1.570
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')
-source=("jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war";
-# Rename to fo

[arch-commits] Commit in python-urllib3/repos (3 files)

2014-07-07 Thread Felix Yan
Date: Tuesday, July 8, 2014 @ 02:53:55
  Author: fyan
Revision: 115291

archrelease: copy trunk to community-testing-any

Added:
  python-urllib3/repos/community-testing-any/
  python-urllib3/repos/community-testing-any/LICENSE
(from rev 115290, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-testing-any/PKGBUILD
(from rev 115290, python-urllib3/trunk/PKGBUILD)

--+
 LICENSE  |   32 
 PKGBUILD |   61 +
 2 files changed, 93 insertions(+)

Copied: python-urllib3/repos/community-testing-any/LICENSE (from rev 115290, 
python-urllib3/trunk/LICENSE)
===
--- community-testing-any/LICENSE   (rev 0)
+++ community-testing-any/LICENSE   2014-07-08 00:53:55 UTC (rev 115291)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c)  
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: python-urllib3/repos/community-testing-any/PKGBUILD (from rev 115290, 
python-urllib3/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-07-08 00:53:55 UTC (rev 115291)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
+# Contributor: Chris Brannon 
+# Contributor: BorgHunter 
+
+pkgname=(python-urllib3 python2-urllib3)
+pkgver=1.9
+pkgrel=1
+pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
+arch=("any")
+url="https://github.com/shazow/urllib3";
+license=("MIT")
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
+  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
+source=("https://github.com/shazow/urllib3/archive/$pkgver.tar.gz"; 
+LICENSE)
+md5sums=('e383d5ff4d3a02eff82735f9f120958c'
+ '350846ab4dd11ce105b570c15c1b0764')
+
+prepare() {
+  # Hack version requirements for test requirements to run tests - Disabled 
due to tests not runable
+  #sed -e "s/==.*//" -i $_pkgname/test-requirements.txt
+
+  cp -a urllib3-$pkgver{,-py2}
+}
+
+build() {
+  cd urllib3-$pkgver
+  python setup.py build
+
+  cd ../urllib3-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Tests stuck
+
+  cd urllib3-$pkgver
+#  nosetests3 -e "pyopenssl"  # No ndg-httpsclient module to test with
+
+  cd ../urllib3-$pkgver-py2
+#  nosetests2
+}
+
+package_python-urllib3() {
+  depends=('python')
+
+  cd urllib3-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-urllib3() {
+  depends=('python2')
+
+  cd urllib3-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2014-07-07 Thread Felix Yan
Date: Tuesday, July 8, 2014 @ 02:52:01
  Author: fyan
Revision: 115288

upgpkg: python-cryptography-vectors 0.5-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 23:36:56 UTC (rev 115287)
+++ PKGBUILD2014-07-08 00:52:01 UTC (rev 115288)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography-vectors
 pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=0.4
+pkgver=0.5
 pkgrel=1
 pkgdesc="Test vectors for the cryptography package"
 arch=('any')
@@ -11,8 +11,8 @@
 url="http://pypi.python.org/pypi/cryptography-vectors";
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz";)
-md5sums=('d350e59c7a26c474b0cd9e3830f7ba44')
- 
+md5sums=('808b618b0d0cd85e47e0c6f12570a683')
+
 prepare() {
cp -a cryptography_vectors-${pkgver}{,-python2}
 }



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

2014-07-07 Thread Felix Yan
Date: Tuesday, July 8, 2014 @ 02:53:39
  Author: fyan
Revision: 115290

upgpkg: python-urllib3 1.9-1

Modified:
  python-urllib3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-08 00:52:20 UTC (rev 115289)
+++ PKGBUILD2014-07-08 00:53:39 UTC (rev 115290)
@@ -5,7 +5,7 @@
 # Contributor: BorgHunter 
 
 pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.8.3
+pkgver=1.9
 pkgrel=1
 pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
 arch=("any")
@@ -16,7 +16,7 @@
   'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
 source=("https://github.com/shazow/urllib3/archive/$pkgver.tar.gz"; 
 LICENSE)
-md5sums=('aee4899e53bd6e8ad163ae830f22372d'
+md5sums=('e383d5ff4d3a02eff82735f9f120958c'
  '350846ab4dd11ce105b570c15c1b0764')
 
 prepare() {



[arch-commits] Commit in python-cryptography-vectors/repos/community-any (2 files)

2014-07-07 Thread Felix Yan
Date: Tuesday, July 8, 2014 @ 02:52:20
  Author: fyan
Revision: 115289

archrelease: copy trunk to community-any

Added:
  python-cryptography-vectors/repos/community-any/PKGBUILD
(from rev 115288, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-08 00:52:01 UTC (rev 115288)
+++ PKGBUILD2014-07-08 00:52:20 UTC (rev 115289)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography-vectors
-pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=0.4
-pkgrel=1
-pkgdesc="Test vectors for the cryptography package"
-arch=('any')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography-vectors";
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz";)
-md5sums=('d350e59c7a26c474b0cd9e3830f7ba44')
- 
-prepare() {
-   cp -a cryptography_vectors-${pkgver}{,-python2}
-}
-
-package_python-cryptography-vectors() {
-   depends=('python')
- 
-   cd cryptography_vectors-${pkgver}
-   python3 setup.py install --root="${pkgdir}" --optimize=1
-}
- 
-package_python2-cryptography-vectors() {
-   depends=('python2')
- 
-   cd cryptography_vectors-${pkgver}-python2
-   python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-any/PKGBUILD (from rev 
115288, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-08 00:52:20 UTC (rev 115289)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography-vectors
+pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
+pkgver=0.5
+pkgrel=1
+pkgdesc="Test vectors for the cryptography package"
+arch=('any')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography-vectors";
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz";)
+md5sums=('808b618b0d0cd85e47e0c6f12570a683')
+
+prepare() {
+   cp -a cryptography_vectors-${pkgver}{,-python2}
+}
+
+package_python-cryptography-vectors() {
+   depends=('python')
+ 
+   cd cryptography_vectors-${pkgver}
+   python3 setup.py install --root="${pkgdir}" --optimize=1
+}
+ 
+package_python2-cryptography-vectors() {
+   depends=('python2')
+ 
+   cd cryptography_vectors-${pkgver}-python2
+   python2 setup.py install --root="${pkgdir}" --optimize=1
+}



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

2014-07-07 Thread Alexander Rødseth
Date: Tuesday, July 8, 2014 @ 01:35:25
  Author: arodseth
Revision: 115286

upgpkg: dart 1.5.3-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 20:44:13 UTC (rev 115285)
+++ PKGBUILD2014-07-07 23:35:25 UTC (rev 115286)
@@ -6,7 +6,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=1.5.1
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,10 +17,10 @@
 
 if [[ $CARCH == x86_64 ]]; then
   
source=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip";)
-  
sha256sums=('c40d6546b86eb9fde96baec58d9d9d858001b3f3f22a9a84476e9fb227e4055a')
+  
sha256sums=('e4f80571805961ccd5c056e9b159a99698132bd7213c24bb96bd07edc6ca5d9a')
 else
   
source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip";)
-  
sha256sums=('f13fb568ac093f980187cf57d4321196249fd6177ff3e0ed1aae985038d57662')
+  
sha256sums=('eb246dd6069aaaf14eeedab29cbf4c3baeec33b7fbc6c985cebae41436af80fa')
 fi
 
 prepare() {



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

2014-07-07 Thread Alexander Rødseth
Date: Tuesday, July 8, 2014 @ 01:36:56
  Author: arodseth
Revision: 115287

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-07 23:35:25 UTC (rev 115286)
+++ community-i686/PKGBUILD 2014-07-07 23:36:56 UTC (rev 115287)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: T. Jameson Little 
-# Contributor: Usagi Ito 
-# Contributor: siasia 
-# Contributor: Julien Nicoulaud 
-
-pkgname=dart
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-
-if [[ $CARCH == x86_64 ]]; then
-  
source=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip";)
-  
sha256sums=('c40d6546b86eb9fde96baec58d9d9d858001b3f3f22a9a84476e9fb227e4055a')
-else
-  
source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip";)
-  
sha256sums=('f13fb568ac093f980187cf57d4321196249fd6177ff3e0ed1aae985038d57662')
-fi
-
-prepare() {
-  # Fix permissions
-  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x "$pkgname-sdk/bin/"*
-
-  cd "$pkgname-sdk/bin"
-
-  # Configure paths
-  setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
-  setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
-  setconf docgen BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub SDK_DIR "/opt/$pkgname-sdk/"
-  setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
-
-  # Package the files
-  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer docgen pub dartfmt; do
-ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 115286, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-07 23:36:56 UTC (rev 115287)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+
+if [[ $CARCH == x86_64 ]]; then
+  
source=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip";)
+  
sha256sums=('e4f80571805961ccd5c056e9b159a99698132bd7213c24bb96bd07edc6ca5d9a')
+else
+  
source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip";)
+  
sha256sums=('eb246dd6069aaaf14eeedab29cbf4c3baeec33b7fbc6c985cebae41436af80fa')
+fi
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
+-or -type f -exec chmod 0644 '{}' +
+  chmod +x "$pkgname-sdk/bin/"*
+
+  cd "$pkgname-sdk/bin"
+
+  # Configure paths
+  setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
+  setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
+  setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
+  setconf docgen BIN_DIR "/opt/$pkgname-sdk/bin"
+  setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
+  setconf pub SDK_DIR "/opt/$pkgname-sdk/"
+ 

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

2014-07-07 Thread Jaroslav Lichtblau
Date: Monday, July 7, 2014 @ 22:41:06
  Author: jlichtblau
Revision: 115284

archrelease: copy trunk to community-x86_64

Added:
  sdcv/repos/community-x86_64/PKGBUILD
(from rev 115283, sdcv/trunk/PKGBUILD)
  sdcv/repos/community-x86_64/sdcv-0.4.2-headers.patch
(from rev 115283, sdcv/trunk/sdcv-0.4.2-headers.patch)
  sdcv/repos/community-x86_64/sdcv.changelog
(from rev 115283, sdcv/trunk/sdcv.changelog)
Deleted:
  sdcv/repos/community-x86_64/PKGBUILD
  sdcv/repos/community-x86_64/sdcv-0.4.2-headers.patch
  sdcv/repos/community-x86_64/sdcv.changelog

--+
 PKGBUILD |   78 +++---
 sdcv-0.4.2-headers.patch |   92 ++---
 sdcv.changelog   |9 ++--
 3 files changed, 91 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-07 20:40:56 UTC (rev 115283)
+++ PKGBUILD2014-07-07 20:41:06 UTC (rev 115284)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=sdcv
-pkgver=0.4.2
-pkgrel=7
-pkgdesc="StarDict Console Version"
-arch=('i686' 'x86_64')
-url="http://sdcv.sourceforge.net/";
-license=('GPL')
-depends=('glib2' 'readline' 'zlib')
-makedepends=('patch')
-provides=('stardict')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
 \
-$pkgname-$pkgver-headers.patch)
-sha256sums=('a164f079e93986814ea2d39f3a49cf9d1b71b01aad908254457fe3d0ded9deb2'
-'4746e32a6aaddf7744f373b539879598b48219a3b35f41ceb839f04c27921eb4')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  patch -Np1 -i ${srcdir}/$pkgname-$pkgver-headers.patch
-
-  ./configure --prefix=/usr  --mandir=/usr/share/man
-
-#quick fix for x86_64
-  if [ "${CARCH}" == "x86_64" ]; then
-sed -i 's|guint32 page_size|guint64 page_size|' src/lib/lib.cpp
-  fi
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: sdcv/repos/community-x86_64/PKGBUILD (from rev 115283, 
sdcv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-07 20:41:06 UTC (rev 115284)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=sdcv
+pkgver=0.4.2
+pkgrel=8
+pkgdesc="StarDict Console Version"
+arch=('i686' 'x86_64')
+url="http://sdcv.sourceforge.net/";
+license=('GPL')
+depends=('glib2' 'readline' 'zlib')
+makedepends=('patch')
+provides=('stardict')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
 \
+$pkgname-$pkgver-headers.patch)
+sha256sums=('a164f079e93986814ea2d39f3a49cf9d1b71b01aad908254457fe3d0ded9deb2'
+'4746e32a6aaddf7744f373b539879598b48219a3b35f41ceb839f04c27921eb4')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  patch -Np1 -i "${srcdir}"/$pkgname-$pkgver-headers.patch
+
+  ./configure --prefix=/usr  --mandir=/usr/share/man
+
+#quick fix for x86_64
+  if [ "${CARCH}" == "x86_64" ]; then
+sed -i 's|guint32 page_size|guint64 page_size|' src/lib/lib.cpp
+  fi
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: sdcv-0.4.2-headers.patch
===
--- sdcv-0.4.2-headers.patch2014-07-07 20:40:56 UTC (rev 115283)
+++ sdcv-0.4.2-headers.patch2014-07-07 20:41:06 UTC (rev 115284)
@@ -1,46 +0,0 @@
-diff -ruN sdcv-0.4.2-orig/src/lib/lib.cpp sdcv-0.4.2/src/lib/lib.cpp
 sdcv-0.4.2-orig/src/lib/lib.cpp2006-04-24 10:17:27.0 +0200
-+++ sdcv-0.4.2/src/lib/lib.cpp 2009-12-19 21:15:37.0 +0100
-@@ -513,7 +513,7 @@
- {
-   fseek(idxfile, wordoffset[page_idx], SEEK_SET);
-   guint32 page_size=wordoffset[page_idx+1]-wordoffset[page_idx];
--  fread(wordentry_buf, std::min(sizeof(wordentry_buf), page_size), 1, 
idxfile); //TODO: check returned values, deal with word entry that strlen>255.
-+  fread(wordentry_buf, std::min(sizeof(wordentry_buf), 
(size_t)page_size), 1, idxfile); //TODO: check returned values, deal with word 
entry that strlen>255.
-   return wordentry_buf;
- }
-
-diff -ruN sdcv-0.4.2-orig/src/libwrapper.cpp sdcv-0.4.2/src/libwrapper.cpp
 sdcv-0.4.2-orig/src/libwrapper.cpp 2006-04-24 12:40:29.0 +0200
-+++ sdcv-0.4.2/src/libwrapper.cpp  2009-12-19 21:15:37.0 +0100
-@@ -24,6 +24,7 @@
- 
- #include 
- #include 
-+#include 
- 
- #include "utils.hpp"
- 
-diff -ruN sdcv-0.4.2-orig/src/readline.cpp sdcv-0.4.2/src/readline.cpp
 sdcv-0.4.2-orig/src/readline.cpp   2005-12-07 23:07:23.0 +0100
-+++ sdcv-0.4.2/src/readline.cpp2009-12-19 21:15:37.0 +0100
-@@ -23,6 +23,7 @@
- #endif
- 
- #include 
-+#include 
- #ifdef WITH_READLINE
- #  include 
- #  include 
-diff -ruN sdcv-0.4.2-orig/src/uti

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

2014-07-07 Thread Jaroslav Lichtblau
Date: Monday, July 7, 2014 @ 22:44:13
  Author: jlichtblau
Revision: 115285

archrelease: copy trunk to community-i686

Added:
  sdcv/repos/community-i686/PKGBUILD
(from rev 115284, sdcv/trunk/PKGBUILD)
  sdcv/repos/community-i686/sdcv-0.4.2-headers.patch
(from rev 115284, sdcv/trunk/sdcv-0.4.2-headers.patch)
  sdcv/repos/community-i686/sdcv.changelog
(from rev 115284, sdcv/trunk/sdcv.changelog)
Deleted:
  sdcv/repos/community-i686/PKGBUILD
  sdcv/repos/community-i686/sdcv-0.4.2-headers.patch
  sdcv/repos/community-i686/sdcv.changelog

--+
 PKGBUILD |   78 +++---
 sdcv-0.4.2-headers.patch |   92 ++---
 sdcv.changelog   |9 ++--
 3 files changed, 91 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-07 20:41:06 UTC (rev 115284)
+++ PKGBUILD2014-07-07 20:44:13 UTC (rev 115285)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=sdcv
-pkgver=0.4.2
-pkgrel=7
-pkgdesc="StarDict Console Version"
-arch=('i686' 'x86_64')
-url="http://sdcv.sourceforge.net/";
-license=('GPL')
-depends=('glib2' 'readline' 'zlib')
-makedepends=('patch')
-provides=('stardict')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
 \
-$pkgname-$pkgver-headers.patch)
-sha256sums=('a164f079e93986814ea2d39f3a49cf9d1b71b01aad908254457fe3d0ded9deb2'
-'4746e32a6aaddf7744f373b539879598b48219a3b35f41ceb839f04c27921eb4')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  patch -Np1 -i ${srcdir}/$pkgname-$pkgver-headers.patch
-
-  ./configure --prefix=/usr  --mandir=/usr/share/man
-
-#quick fix for x86_64
-  if [ "${CARCH}" == "x86_64" ]; then
-sed -i 's|guint32 page_size|guint64 page_size|' src/lib/lib.cpp
-  fi
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: sdcv/repos/community-i686/PKGBUILD (from rev 115284, 
sdcv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-07 20:44:13 UTC (rev 115285)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=sdcv
+pkgver=0.4.2
+pkgrel=8
+pkgdesc="StarDict Console Version"
+arch=('i686' 'x86_64')
+url="http://sdcv.sourceforge.net/";
+license=('GPL')
+depends=('glib2' 'readline' 'zlib')
+makedepends=('patch')
+provides=('stardict')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
 \
+$pkgname-$pkgver-headers.patch)
+sha256sums=('a164f079e93986814ea2d39f3a49cf9d1b71b01aad908254457fe3d0ded9deb2'
+'4746e32a6aaddf7744f373b539879598b48219a3b35f41ceb839f04c27921eb4')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  patch -Np1 -i "${srcdir}"/$pkgname-$pkgver-headers.patch
+
+  ./configure --prefix=/usr  --mandir=/usr/share/man
+
+#quick fix for x86_64
+  if [ "${CARCH}" == "x86_64" ]; then
+sed -i 's|guint32 page_size|guint64 page_size|' src/lib/lib.cpp
+  fi
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: sdcv-0.4.2-headers.patch
===
--- sdcv-0.4.2-headers.patch2014-07-07 20:41:06 UTC (rev 115284)
+++ sdcv-0.4.2-headers.patch2014-07-07 20:44:13 UTC (rev 115285)
@@ -1,46 +0,0 @@
-diff -ruN sdcv-0.4.2-orig/src/lib/lib.cpp sdcv-0.4.2/src/lib/lib.cpp
 sdcv-0.4.2-orig/src/lib/lib.cpp2006-04-24 10:17:27.0 +0200
-+++ sdcv-0.4.2/src/lib/lib.cpp 2009-12-19 21:15:37.0 +0100
-@@ -513,7 +513,7 @@
- {
-   fseek(idxfile, wordoffset[page_idx], SEEK_SET);
-   guint32 page_size=wordoffset[page_idx+1]-wordoffset[page_idx];
--  fread(wordentry_buf, std::min(sizeof(wordentry_buf), page_size), 1, 
idxfile); //TODO: check returned values, deal with word entry that strlen>255.
-+  fread(wordentry_buf, std::min(sizeof(wordentry_buf), 
(size_t)page_size), 1, idxfile); //TODO: check returned values, deal with word 
entry that strlen>255.
-   return wordentry_buf;
- }
-
-diff -ruN sdcv-0.4.2-orig/src/libwrapper.cpp sdcv-0.4.2/src/libwrapper.cpp
 sdcv-0.4.2-orig/src/libwrapper.cpp 2006-04-24 12:40:29.0 +0200
-+++ sdcv-0.4.2/src/libwrapper.cpp  2009-12-19 21:15:37.0 +0100
-@@ -24,6 +24,7 @@
- 
- #include 
- #include 
-+#include 
- 
- #include "utils.hpp"
- 
-diff -ruN sdcv-0.4.2-orig/src/readline.cpp sdcv-0.4.2/src/readline.cpp
 sdcv-0.4.2-orig/src/readline.cpp   2005-12-07 23:07:23.0 +0100
-+++ sdcv-0.4.2/src/readline.cpp2009-12-19 21:15:37.0 +0100
-@@ -23,6 +23,7 @@
- #endif
- 
- #include 
-+#include 
- #ifdef WITH_READLINE
- #  include 
- #  include 
-diff -ruN sdcv-0.4.2-orig/src/utils.cpp sdcv-0.4.

[arch-commits] Commit in sdcv/trunk (PKGBUILD sdcv.changelog)

2014-07-07 Thread Jaroslav Lichtblau
Date: Monday, July 7, 2014 @ 22:40:56
  Author: jlichtblau
Revision: 115283

mtree rebuild: sdcv 0.4.2-8

Modified:
  sdcv/trunk/PKGBUILD
  sdcv/trunk/sdcv.changelog

+
 PKGBUILD   |   10 +-
 sdcv.changelog |3 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 17:13:29 UTC (rev 115282)
+++ PKGBUILD2014-07-07 20:40:56 UTC (rev 115283)
@@ -3,7 +3,7 @@
 
 pkgname=sdcv
 pkgver=0.4.2
-pkgrel=7
+pkgrel=8
 pkgdesc="StarDict Console Version"
 arch=('i686' 'x86_64')
 url="http://sdcv.sourceforge.net/";
@@ -18,9 +18,9 @@
 '4746e32a6aaddf7744f373b539879598b48219a3b35f41ceb839f04c27921eb4')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  patch -Np1 -i ${srcdir}/$pkgname-$pkgver-headers.patch
+  patch -Np1 -i "${srcdir}"/$pkgname-$pkgver-headers.patch
 
   ./configure --prefix=/usr  --mandir=/usr/share/man
 
@@ -33,7 +33,7 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }

Modified: sdcv.changelog
===
--- sdcv.changelog  2014-07-07 17:13:29 UTC (rev 115282)
+++ sdcv.changelog  2014-07-07 20:40:56 UTC (rev 115283)
@@ -1,3 +1,6 @@
+2014-07-07 Jaroslav Lichtblau 
+   * sdcv 0.4.2-8 mtree rebuild
+
 2011-10-26 Jaroslav Lichtblau 
* sdcv 0.4.2-6
* moved to [community] with 206 votes



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

2014-07-07 Thread Andreas Radke
Date: Monday, July 7, 2014 @ 21:32:50
  Author: andyrtr
Revision: 216622

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

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

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

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

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

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

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



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

2014-07-07 Thread Andreas Radke
Date: Monday, July 7, 2014 @ 21:32:33
  Author: andyrtr
Revision: 216621

upgpkg: lftp 4.5.3-1

upstream update 4.5.3

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 18:51:07 UTC (rev 216620)
+++ PKGBUILD2014-07-07 19:32:33 UTC (rev 216621)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=lftp
-pkgver=4.5.2
+pkgver=4.5.3
 pkgrel=1
 pkgdesc="Sophisticated command line based FTP client"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url="http://lftp.yar.ru/";
 backup=('etc/lftp.conf')
 source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('d26ab59a7402048d4b382e720748aac6'
+md5sums=('dcc20675777a4931116491534463bf46'
  'SKIP')
 
 build() {



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

2014-07-07 Thread Dave Reisner
Date: Monday, July 7, 2014 @ 20:51:07
  Author: dreisner
Revision: 216620

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

Added:
  
systemd/repos/testing-i686/0001-networkd-properly-track-addresses-when-first-added.patch
(from rev 216619, 
systemd/trunk/0001-networkd-properly-track-addresses-when-first-added.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 216619, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 216619, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 216619, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 216619, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 216619, systemd/trunk/systemd.install)
  
systemd/repos/testing-x86_64/0001-networkd-properly-track-addresses-when-first-added.patch
(from rev 216619, 
systemd/trunk/0001-networkd-properly-track-addresses-when-first-added.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 216619, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 216619, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 216619, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 216619, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 216619, systemd/trunk/systemd.install)
Deleted:
  
systemd/repos/testing-i686/0001-networkd-properly-track-addresses-when-first-added.patch
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/systemd.install
  
systemd/repos/testing-x86_64/0001-networkd-properly-track-addresses-when-first-added.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/systemd.install

--+
 /0001-networkd-properly-track-addresses-when-first-added.patch   | 
 208 +
 /PKGBUILD| 
 332 +
 /initcpio-hook-udev  | 
  44 +
 /initcpio-install-systemd| 
 320 
 /initcpio-install-udev   | 
  58 +
 /systemd.install | 
 360 ++
 testing-i686/0001-networkd-properly-track-addresses-when-first-added.patch   | 
 104 --
 testing-i686/PKGBUILD| 
 163 
 testing-i686/initcpio-hook-udev  | 
  22 
 testing-i686/initcpio-install-systemd| 
 160 
 testing-i686/initcpio-install-udev   | 
  29 
 testing-i686/systemd.install | 
 180 -
 testing-x86_64/0001-networkd-properly-track-addresses-when-first-added.patch | 
 104 --
 testing-x86_64/PKGBUILD  | 
 163 
 testing-x86_64/initcpio-hook-udev| 
  22 
 testing-x86_64/initcpio-install-systemd  | 
 160 
 testing-x86_64/initcpio-install-udev | 
  29 
 testing-x86_64/systemd.install   | 
 180 -
 18 files changed, 1322 insertions(+), 1316 deletions(-)

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


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

2014-07-07 Thread Dave Reisner
Date: Monday, July 7, 2014 @ 20:50:23
  Author: dreisner
Revision: 216619

upgpkg: systemd 215-3

- remove static enable of timesyncd (FS#41124)
- translate groups in sysusers.d fragment as we do for udev rules (FS#41124)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 15:14:53 UTC (rev 216618)
+++ PKGBUILD2014-07-07 18:50:23 UTC (rev 216619)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=215
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd";
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -86,6 +86,7 @@
   rm "$pkgdir/etc/systemd/system/getty.target.wants/getty@tty1.service" \
   
"$pkgdir/etc/systemd/system/multi-user.target.wants/systemd-networkd.service" \
   
"$pkgdir/etc/systemd/system/multi-user.target.wants/systemd-resolved.service" \
+  
"$pkgdir/etc/systemd/system/multi-user.target.wants/systemd-timesyncd.service" \
   
"$pkgdir/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service"
   rmdir "$pkgdir/etc/systemd/system/getty.target.wants" \
   "$pkgdir/etc/systemd/system/network-online.target.wants"
@@ -102,7 +103,9 @@
   # Replace dialout/tape/cdrom group in rules with uucp/storage/optical group
   sed -i 's#GROUP="dialout"#GROUP="uucp"#g;
   s#GROUP="tape"#GROUP="storage"#g;
-  s#GROUP="cdrom"#GROUP="optical"#g' 
"$pkgdir"/usr/lib/udev/rules.d/*.rules
+  s#GROUP="cdrom"#GROUP="optical"#g' \
+"$pkgdir"/usr/lib/udev/rules.d/*.rules \
+"$pkgdir"/usr/lib/sysusers.d/basic.conf
 
   # add mkinitcpio hooks
   install -Dm644 "$srcdir/initcpio-install-systemd" 
"$pkgdir/usr/lib/initcpio/install/systemd"



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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 19:13:11
  Author: spupykin
Revision: 115281

upgpkg: sqlitebrowser 3.2.0-1

upd

Modified:
  sqlitebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 10:04:56 UTC (rev 115280)
+++ PKGBUILD2014-07-07 17:13:11 UTC (rev 115281)
@@ -4,8 +4,8 @@
 # Contributor: Michael Fellinger 
 
 pkgname=sqlitebrowser
-pkgver=3.1.0
-pkgrel=3
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt"
 arch=('i686' 'x86_64')
 url="http://sqlitebrowser.org/";
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
 
source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
-md5sums=('17be1cdebcf79a906e6e206fc7cd6cde')
+md5sums=('8e0edc6b14230e3933aa68a4731d9bd3')
 
 build() {
   cd $srcdir/$pkgname-sqlb-$pkgver



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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 19:13:29
  Author: spupykin
Revision: 115282

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-07 17:13:11 UTC (rev 115281)
+++ community-i686/PKGBUILD 2014-07-07 17:13:29 UTC (rev 115282)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Douglas Soares de Andrade 
-# Contributor: Michael Fellinger 
-
-pkgname=sqlitebrowser
-pkgver=3.1.0
-pkgrel=3
-pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt"
-arch=('i686' 'x86_64')
-url="http://sqlitebrowser.org/";
-license=('GPL')
-depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
-source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
-md5sums=('17be1cdebcf79a906e6e206fc7cd6cde')
-
-build() {
-  cd $srcdir/$pkgname-sqlb-$pkgver
-  qmake-qt5 QMAKE_INCDIR="/usr/include/qt/QtWidgets 
/usr/include/qt/QtPrintSupport/"
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-sqlb-$pkgver
-  install -Dm0755 src/$pkgname $pkgdir/usr/bin/$pkgname
-}

Copied: sqlitebrowser/repos/community-i686/PKGBUILD (from rev 115281, 
sqlitebrowser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-07 17:13:29 UTC (rev 115282)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Douglas Soares de Andrade 
+# Contributor: Michael Fellinger 
+
+pkgname=sqlitebrowser
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt"
+arch=('i686' 'x86_64')
+url="http://sqlitebrowser.org/";
+license=('GPL')
+depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
+source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
+md5sums=('8e0edc6b14230e3933aa68a4731d9bd3')
+
+build() {
+  cd $srcdir/$pkgname-sqlb-$pkgver
+  qmake-qt5 QMAKE_INCDIR="/usr/include/qt/QtWidgets 
/usr/include/qt/QtPrintSupport/"
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-sqlb-$pkgver
+  install -Dm0755 src/$pkgname $pkgdir/usr/bin/$pkgname
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-07 17:13:11 UTC (rev 115281)
+++ community-x86_64/PKGBUILD   2014-07-07 17:13:29 UTC (rev 115282)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Douglas Soares de Andrade 
-# Contributor: Michael Fellinger 
-
-pkgname=sqlitebrowser
-pkgver=3.1.0
-pkgrel=3
-pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt"
-arch=('i686' 'x86_64')
-url="http://sqlitebrowser.org/";
-license=('GPL')
-depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
-source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
-md5sums=('17be1cdebcf79a906e6e206fc7cd6cde')
-
-build() {
-  cd $srcdir/$pkgname-sqlb-$pkgver
-  qmake-qt5 QMAKE_INCDIR="/usr/include/qt/QtWidgets 
/usr/include/qt/QtPrintSupport/"
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-sqlb-$pkgver
-  install -Dm0755 src/$pkgname $pkgdir/usr/bin/$pkgname
-}

Copied: sqlitebrowser/repos/community-x86_64/PKGBUILD (from rev 115281, 
sqlitebrowser/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-07 17:13:29 UTC (rev 115282)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Douglas Soares de Andrade 
+# Contributor: Michael Fellinger 
+
+pkgname=sqlitebrowser
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt"
+arch=('i686' 'x86_64')
+url="http://sqlitebrowser.org/";
+license=('GPL')
+depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
+source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
+md5sums=('8e0edc6b14230e3933aa68a4731d9bd3')
+
+build() {
+  cd $srcdir/$pkgname-sqlb-$pkgver
+  qmake-qt5 QMAKE_INCDIR="/usr/include/qt/QtWidgets 
/usr/include/qt/QtPrintSupport/"
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-sqlb-$pkgver
+  install -Dm0755 src/$pkgname $pkgdir/usr/bin/$pkgname
+}



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

2014-07-07 Thread Andreas Radke
Date: Monday, July 7, 2014 @ 17:14:53
  Author: andyrtr
Revision: 216618

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

Added:
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 216617, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 216617, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 216617, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 216617, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 216617, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 216617, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 216617, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 216617, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 216617, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 216617, linux-lts/trunk/linux-lts.preset)
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 216617, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 216617, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 216617, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 216617, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 216617, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 216617, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 216617, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 216617, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 216617, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 216617, linux-lts/trunk/linux-lts.preset)
Deleted:
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
  linux-lts/repos/testing-i686/PKGBUILD
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
  linux-lts/repos/testing-i686/config
  linux-lts/repos/testing-i686/config.x86_64
  linux-lts/repos/testing-i686/linux-lts.install
  linux-lts/repos/testing-i686/linux-lts.preset
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
  linux-lts/repos/testing-x86_64/PKGBUILD
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/testing-x86_64/config
  linux-lts/repos/testing-x86_64/config.x86_64
  linux-lts/repos/testing-x86_64/linux-lts.install
  linux-lts/repos/testing-x86_64/linux-lts.preset

+
 /0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|  148 
 /0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|  186 
 /0003-module-remove-MODULE_GENERIC_TABLE.patch 
|  150 
 /0006-genksyms-fix-typeof-handling.patch   
| 2720 ++
 /PKGBUILD  
|  644 
 /change-default-console-loglevel.patch 
|   24 
 /config
|13382 ++
 /config.x86_64 
|12964 +
 /linux-lts.install 
|   74 
 /linux-lts.preset 

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

2014-07-07 Thread Andreas Radke
Date: Monday, July 7, 2014 @ 17:14:16
  Author: andyrtr
Revision: 216617

upgpkg: linux-lts 3.14.11-1

upstream update 3.14.11; some more config fixes

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/config
  linux-lts/trunk/config.x86_64

---+
 PKGBUILD  |9 +
 config|   37 ++---
 config.x86_64 |   16 +++-
 3 files changed, 30 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 15:02:53 UTC (rev 216616)
+++ PKGBUILD2014-07-07 15:14:16 UTC (rev 216617)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.10
+pkgver=3.14.11
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -23,10 +23,11 @@
 '0003-module-remove-MODULE_GENERIC_TABLE.patch'
 '0006-genksyms-fix-typeof-handling.patch'
 )
+# https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
-'e93bcbbd4568449e771f420ddd281a797b8df92ff265d59f849c3f53172fd95e'
-'ddd3bd08292f933a9c6496832efebeb8f01d59ef215efc71d9dae38e89082ccb'
-'18301075b1d186b478ba679679adec4be948e6f7f650982f9586336ec7a8c69e'
+'3f290fb547cb4afe23bf520c8c863b6d1e090814f4a6fa0080ed51b4afd9a409'
+'4c05b88384ee809120da06e6a3d0bbafb7cdfe6208b2e62237aaeaa25dfb29b7'
+'a5b318c7fd21c1be2ac262d1b919d50bacedd0c841e9a82e7bca53d5b25b217b'
 '1f036f7464da54ae510630f0edb69faa115287f86d9f17641197ffda8cfd49e0'
 'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
 '6d72e14552df59e6310f16c176806c408355951724cd5b48a47bf01591b8be02'

Modified: config
===
--- config  2014-07-07 15:02:53 UTC (rev 216616)
+++ config  2014-07-07 15:14:16 UTC (rev 216617)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.14.10 Kernel Configuration
+# Linux/x86 3.14.11-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -50,7 +50,7 @@
 CONFIG_CROSS_COMPILE=""
 # CONFIG_COMPILE_TEST is not set
 CONFIG_LOCALVERSION="-lts"
-CONFIG_LOCALVERSION_AUTO=y
+# CONFIG_LOCALVERSION_AUTO is not set
 CONFIG_HAVE_KERNEL_GZIP=y
 CONFIG_HAVE_KERNEL_BZIP2=y
 CONFIG_HAVE_KERNEL_LZMA=y
@@ -97,7 +97,7 @@
 CONFIG_NO_HZ_COMMON=y
 # CONFIG_HZ_PERIODIC is not set
 CONFIG_NO_HZ_IDLE=y
-# CONFIG_NO_HZ is not set
+CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
 
 #
@@ -115,15 +115,14 @@
 #
 # RCU Subsystem
 #
-CONFIG_TREE_PREEMPT_RCU=y
-CONFIG_PREEMPT_RCU=y
+CONFIG_TREE_RCU=y
+# CONFIG_PREEMPT_RCU is not set
 CONFIG_RCU_STALL_COMMON=y
 CONFIG_RCU_FANOUT=32
 CONFIG_RCU_FANOUT_LEAF=16
 # CONFIG_RCU_FANOUT_EXACT is not set
-CONFIG_RCU_FAST_NO_HZ=y
+# CONFIG_RCU_FAST_NO_HZ is not set
 # CONFIG_TREE_RCU_TRACE is not set
-# CONFIG_RCU_BOOST is not set
 # CONFIG_RCU_NOCB_CPU is not set
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
@@ -217,6 +216,7 @@
 CONFIG_OPROFILE_NMI_TIMER=y
 CONFIG_KPROBES=y
 CONFIG_JUMP_LABEL=y
+CONFIG_OPTPROBES=y
 CONFIG_KPROBES_ON_FTRACE=y
 CONFIG_UPROBES=y
 # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
@@ -319,14 +319,18 @@
 CONFIG_IOSCHED_DEADLINE=y
 CONFIG_IOSCHED_CFQ=y
 CONFIG_CFQ_GROUP_IOSCHED=y
-# CONFIG_DEFAULT_DEADLINE is not set
-CONFIG_DEFAULT_CFQ=y
+CONFIG_DEFAULT_DEADLINE=y
+# CONFIG_DEFAULT_CFQ is not set
 # CONFIG_DEFAULT_NOOP is not set
-CONFIG_DEFAULT_IOSCHED="cfq"
+CONFIG_DEFAULT_IOSCHED="deadline"
 CONFIG_PREEMPT_NOTIFIERS=y
 CONFIG_PADATA=y
 CONFIG_ASN1=m
-CONFIG_UNINLINE_SPIN_UNLOCK=y
+CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
+CONFIG_INLINE_READ_UNLOCK=y
+CONFIG_INLINE_READ_UNLOCK_IRQ=y
+CONFIG_INLINE_WRITE_UNLOCK=y
+CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
 CONFIG_MUTEX_SPIN_ON_OWNER=y
 CONFIG_FREEZER=y
 
@@ -399,10 +403,9 @@
 CONFIG_NR_CPUS=8
 CONFIG_SCHED_SMT=y
 CONFIG_SCHED_MC=y
-# CONFIG_PREEMPT_NONE is not set
+CONFIG_PREEMPT_NONE=y
 # CONFIG_PREEMPT_VOLUNTARY is not set
-CONFIG_PREEMPT=y
-CONFIG_PREEMPT_COUNT=y
+# CONFIG_PREEMPT is not set
 CONFIG_X86_LOCAL_APIC=y
 CONFIG_X86_IO_APIC=y
 CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
@@ -3371,7 +3374,6 @@
 #
 CONFIG_PPS=m
 # CONFIG_PPS_DEBUG is not set
-# CONFIG_NTP_PPS is not set
 
 #
 # PPS clients support
@@ -4448,6 +4450,7 @@
 CONFIG_NOUVEAU_DEBUG=5
 CONFIG_NOUVEAU_DEBUG_DEFAULT=3
 CONFIG_DRM_NOUVEAU_BACKLIGHT=y
+# CONFIG_DRM_I810 is not set
 CONFIG_DRM_I915=m
 CONFIG_DRM_I915_KMS=y
 CONFIG_DRM_I915_FBDEV=y
@@ -6275,7 +6278,6 @@
 CONFIG_SCHED_DEBUG=y
 CONFIG_SCHEDSTATS=y
 CONFIG_TIMER_STATS=y
-# CONFIG_DEBUG_PREEMPT is not set
 
 #
 # Lock Debugging (spinlocks, mutexes, etc...)
@@ -6302,11 +6304,9 @@
 #
 # RCU Debugging
 #
-# CONFIG_PROVE_RCU_DELAY is not set
 # CONFIG_SPARSE_RCU_POINTER is not set
 # CONFIG_RCU_TORTURE_TEST is not set
 CONFIG_RCU_CPU_STALL_TIMEOUT=60
-# CONFIG_RCU_CPU_STALL_VERBOSE is not set
 # CONFIG_RCU_CPU_ST

[arch-commits] Commit in xine-lib/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2014-07-07 Thread Eric Bélanger
Date: Monday, July 7, 2014 @ 17:02:53
  Author: eric
Revision: 216616

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

Added:
  xine-lib/repos/extra-i686/PKGBUILD
(from rev 216615, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/extra-x86_64/PKGBUILD
(from rev 216615, xine-lib/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   46 ++
 extra-x86_64/PKGBUILD |   46 ++
 2 files changed, 92 insertions(+)

Copied: xine-lib/repos/extra-i686/PKGBUILD (from rev 216615, 
xine-lib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-07 15:02:53 UTC (rev 216616)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="A multimedia playback engine"
+arch=('i686' 'x86_64')
+url="http://www.xine-project.org";
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: xine-lib/repos/extra-x86_64/PKGBUILD (from rev 216615, 
xine-lib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-07 15:02:53 UTC (rev 216616)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="A multimedia playback engine"
+arch=('i686' 'x86_64')
+url="http://www.xine-project.org";
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in xine-lib/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2014-07-07 Thread Eric Bélanger
Date: Monday, July 7, 2014 @ 16:36:38
  Author: eric
Revision: 216615

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

Deleted:
  xine-lib/repos/extra-i686/PKGBUILD
  xine-lib/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   46 --
 extra-x86_64/PKGBUILD |   46 --
 2 files changed, 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-07 14:17:06 UTC (rev 216614)
+++ extra-i686/PKGBUILD 2014-07-07 14:36:38 UTC (rev 216615)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=xine-lib
-pkgver=1.2.6
-pkgrel=1
-pkgdesc="A multimedia playback engine"
-arch=('i686' 'x86_64')
-url="http://www.xine-project.org";
-license=('LGPL' 'GPL')
-depends=('libxvmc' 'ffmpeg' 'libxinerama')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
- 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
- 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
-optdepends=('imagemagick: for using the imagemagick plugin' \
-'jack: for using the jack plugin' \
-'vcdimager: for using the vcd plugin' \
-'glu: for using the opengl plugin' \
-'wavpack: for using the wavpack plugin' \
-'faad2: for using the faad plugin' \
-'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin' \
-'libmodplug: for using the modplug plugin' \
-'libdca: for using the dca plugin' \
-'a52dec: for using the a52 plugin' \
-'libmad: for using the mp3 plugin' \
-'libmpcdec: for using the musepack plugin' \
-'libcaca: for using the caca plugin' \
-'libbluray: for using the bluray plugin' \
-'gnome-vfs: for using the gnome-vfs plugin' \
-'libvdpau: for using the VDPAU plugin' \
-'smbclient: for using the samba plugin' \
-'gdk-pixbuf2: for using the gdk-pixbuf plugin')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-07 14:17:06 UTC (rev 216614)
+++ extra-x86_64/PKGBUILD   2014-07-07 14:36:38 UTC (rev 216615)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=xine-lib
-pkgver=1.2.6
-pkgrel=1
-pkgdesc="A multimedia playback engine"
-arch=('i686' 'x86_64')
-url="http://www.xine-project.org";
-license=('LGPL' 'GPL')
-depends=('libxvmc' 'ffmpeg' 'libxinerama')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
- 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
- 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
-optdepends=('imagemagick: for using the imagemagick plugin' \
-'jack: for using the jack plugin' \
-'vcdimager: for using the vcd plugin' \
-'glu: for using the opengl plugin' \
-'wavpack: for using the wavpack plugin' \
-'faad2: for using the faad plugin' \
-'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin' \
-'libmodplug: for using the modplug plugin' \
-'libdca: for using the dca plugin' \
-'a52dec: for using the a52 plugin' \
-'libmad: for using the mp3 plugin' \
-'libmpcdec: for using the musepack plugin' \
-'libcaca: for using the caca plugin' \
-'libbluray: for using the bluray plugin' \
-'gnome-vfs: for using the gnome-vfs plugin' \
-'libvdpau: for using the VDPAU plugin' \
-'smbclient: for using the samba plugin' \
-'gdk-pixbuf2: for using the gdk-pixbuf plugin')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}



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

2014-07-07 Thread Eric Bélanger
Date: Monday, July 7, 2014 @ 16:17:06
  Author: eric
Revision: 216614

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

Added:
  xine-lib/repos/extra-i686/PKGBUILD
(from rev 216613, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/extra-x86_64/PKGBUILD
(from rev 216613, xine-lib/trunk/PKGBUILD)
Deleted:
  xine-lib/repos/extra-i686/PKGBUILD
  xine-lib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-07 14:01:25 UTC (rev 216613)
+++ extra-i686/PKGBUILD 2014-07-07 14:17:06 UTC (rev 216614)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=xine-lib
-pkgver=1.2.6
-pkgrel=1
-pkgdesc="A multimedia playback engine"
-arch=('i686' 'x86_64')
-url="http://www.xine-project.org";
-license=('LGPL' 'GPL')
-depends=('libxvmc' 'ffmpeg' 'libxinerama')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
- 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
- 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
-optdepends=('imagemagick: for using the imagemagick plugin' \
-'jack: for using the jack plugin' \
-'vcdimager: for using the vcd plugin' \
-'glu: for using the opengl plugin' \
-'wavpack: for using the wavpack plugin' \
-'faad2: for using the faad plugin' \
-'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin' \
-'libmodplug: for using the modplug plugin' \
-'libdca: for using the dca plugin' \
-'a52dec: for using the a52 plugin' \
-'libmad: for using the mp3 plugin' \
-'libmpcdec: for using the musepack plugin' \
-'libcaca: for using the caca plugin' \
-'libbluray: for using the bluray plugin' \
-'gnome-vfs: for using the gnome-vfs plugin' \
-'libvdpau: for using the VDPAU plugin' \
-'smbclient: for using the samba plugin' \
-'gdk-pixbuf2: for using the gdk-pixbuf plugin')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: xine-lib/repos/extra-i686/PKGBUILD (from rev 216613, 
xine-lib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-07 14:17:06 UTC (rev 216614)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="A multimedia playback engine"
+arch=('i686' 'x86_64')
+url="http://www.xine-project.org";
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
=

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

2014-07-07 Thread Eric Bélanger
Date: Monday, July 7, 2014 @ 16:01:25
  Author: eric
Revision: 216613

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

Added:
  xine-lib/repos/extra-i686/PKGBUILD
(from rev 216612, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/extra-x86_64/PKGBUILD
(from rev 216612, xine-lib/trunk/PKGBUILD)
Deleted:
  xine-lib/repos/extra-i686/PKGBUILD
  xine-lib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-07 13:55:14 UTC (rev 216612)
+++ extra-i686/PKGBUILD 2014-07-07 14:01:25 UTC (rev 216613)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=xine-lib
-pkgver=1.2.6
-pkgrel=1
-pkgdesc="A multimedia playback engine"
-arch=('i686' 'x86_64')
-url="http://www.xine-project.org";
-license=('LGPL' 'GPL')
-depends=('libxvmc' 'ffmpeg' 'libxinerama')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
- 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
- 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
-optdepends=('imagemagick: for using the imagemagick plugin' \
-'jack: for using the jack plugin' \
-'vcdimager: for using the vcd plugin' \
-'glu: for using the opengl plugin' \
-'wavpack: for using the wavpack plugin' \
-'faad2: for using the faad plugin' \
-'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin' \
-'libmodplug: for using the modplug plugin' \
-'libdca: for using the dca plugin' \
-'a52dec: for using the a52 plugin' \
-'libmad: for using the mp3 plugin' \
-'libmpcdec: for using the musepack plugin' \
-'libcaca: for using the caca plugin' \
-'libbluray: for using the bluray plugin' \
-'gnome-vfs: for using the gnome-vfs plugin' \
-'libvdpau: for using the VDPAU plugin' \
-'smbclient: for using the samba plugin' \
-'gdk-pixbuf2: for using the gdk-pixbuf plugin')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: xine-lib/repos/extra-i686/PKGBUILD (from rev 216612, 
xine-lib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-07 14:01:25 UTC (rev 216613)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="A multimedia playback engine"
+arch=('i686' 'x86_64')
+url="http://www.xine-project.org";
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
=

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

2014-07-07 Thread Eric Bélanger
Date: Monday, July 7, 2014 @ 15:55:14
  Author: eric
Revision: 216612

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

Added:
  xine-lib/repos/extra-i686/PKGBUILD
(from rev 216611, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/extra-x86_64/PKGBUILD
(from rev 216611, xine-lib/trunk/PKGBUILD)
Deleted:
  xine-lib/repos/extra-i686/PKGBUILD
  xine-lib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-07 13:41:15 UTC (rev 216611)
+++ extra-i686/PKGBUILD 2014-07-07 13:55:14 UTC (rev 216612)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=xine-lib
-pkgver=1.2.6
-pkgrel=1
-pkgdesc="A multimedia playback engine"
-arch=('i686' 'x86_64')
-url="http://www.xine-project.org";
-license=('LGPL' 'GPL')
-depends=('libxvmc' 'ffmpeg' 'libxinerama')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
- 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
- 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
-optdepends=('imagemagick: for using the imagemagick plugin' \
-'jack: for using the jack plugin' \
-'vcdimager: for using the vcd plugin' \
-'glu: for using the opengl plugin' \
-'wavpack: for using the wavpack plugin' \
-'faad2: for using the faad plugin' \
-'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin' \
-'libmodplug: for using the modplug plugin' \
-'libdca: for using the dca plugin' \
-'a52dec: for using the a52 plugin' \
-'libmad: for using the mp3 plugin' \
-'libmpcdec: for using the musepack plugin' \
-'libcaca: for using the caca plugin' \
-'libbluray: for using the bluray plugin' \
-'gnome-vfs: for using the gnome-vfs plugin' \
-'libvdpau: for using the VDPAU plugin' \
-'smbclient: for using the samba plugin' \
-'gdk-pixbuf2: for using the gdk-pixbuf plugin')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: xine-lib/repos/extra-i686/PKGBUILD (from rev 216611, 
xine-lib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-07 13:55:14 UTC (rev 216612)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="A multimedia playback engine"
+arch=('i686' 'x86_64')
+url="http://www.xine-project.org";
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
=

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

2014-07-07 Thread Giovanni Scafora
Date: Monday, July 7, 2014 @ 15:41:15
  Author: giovanni
Revision: 216611

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-07 13:41:07 UTC (rev 216610)
+++ extra-i686/PKGBUILD 2014-07-07 13:41:15 UTC (rev 216611)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Emanuele Rampichini 
-
-pkgname=smb4k
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="A KDE program that browses samba shares"
-arch=('i686' 'x86_64')
-url="http://smb4k.sourceforge.net/";
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=smb4k.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('81259c6a6a1a7ac83383c10b99952bef')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE
-  make VERBOSE=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: smb4k/repos/extra-i686/PKGBUILD (from rev 216610, smb4k/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-07 13:41:15 UTC (rev 216611)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Emanuele Rampichini 
+
+pkgname=smb4k
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="A KDE program that browses samba shares"
+arch=('i686' 'x86_64')
+url="http://smb4k.sourceforge.net/";
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=smb4k.install
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('9c825a2450d3449da57e1be9187d95d4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE
+  make VERBOSE=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/smb4k.install
===
--- extra-i686/smb4k.install2014-07-07 13:41:07 UTC (rev 216610)
+++ extra-i686/smb4k.install2014-07-07 13:41:15 UTC (rev 216611)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smb4k/repos/extra-i686/smb4k.install (from rev 216610, 
smb4k/trunk/smb4k.install)
===
--- extra-i686/smb4k.install(rev 0)
+++ extra-i686/smb4k.install2014-07-07 13:41:15 UTC (rev 216611)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-07 13:41:07 UTC (rev 216610)
+++ extra-x86_64/PKGBUILD   2014-07-07 13:41:15 UTC (rev 216611)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Emanuele Rampichini 
-
-pkgname=smb4k
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="A KDE program that browses samba shares"
-arch=('i686' 'x86_64')
-url="http://smb4k.sourceforge.net/";
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=smb4k.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('81259c6a6a1a7ac83383c10b99952bef')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE
-  make VERBOSE=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: smb4k/repos/extra-x86_64/PKGBUILD (from rev 216610, 
smb4k/trunk/PKGBUILD)
==

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

2014-07-07 Thread Giovanni Scafora
Date: Monday, July 7, 2014 @ 15:41:07
  Author: giovanni
Revision: 216610

upgpkg: smb4k 1.1.3-1

upstream release

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 13:00:13 UTC (rev 216609)
+++ PKGBUILD2014-07-07 13:41:07 UTC (rev 216610)
@@ -3,7 +3,7 @@
 # Contributor: Emanuele Rampichini 
 
 pkgname=smb4k
-pkgver=1.1.1
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="A KDE program that browses samba shares"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=smb4k.install
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('81259c6a6a1a7ac83383c10b99952bef')
+md5sums=('9c825a2450d3449da57e1be9187d95d4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2014-07-07 Thread Dave Reisner
Date: Monday, July 7, 2014 @ 15:00:13
  Author: dreisner
Revision: 216609

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/30-dbus
(from rev 216608, dbus/trunk/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
(from rev 216608, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/30-dbus
(from rev 216608, dbus/trunk/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 216608, dbus/trunk/PKGBUILD)

-+
 testing-i686/30-dbus|6 
 testing-i686/PKGBUILD   |   65 ++
 testing-x86_64/30-dbus  |6 
 testing-x86_64/PKGBUILD |   65 ++
 4 files changed, 142 insertions(+)

Copied: dbus/repos/testing-i686/30-dbus (from rev 216608, dbus/trunk/30-dbus)
===
--- testing-i686/30-dbus(rev 0)
+++ testing-i686/30-dbus2014-07-07 13:00:13 UTC (rev 216609)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# launches a session dbus instance
+if [ -z "$DBUS_SESSION_BUS_ADDRESS" ] && type dbus-launch >/dev/null; then
+  eval $(dbus-launch --sh-syntax --exit-with-session)
+fi

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 216608, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-07 13:00:13 UTC (rev 216609)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Jan de Groot 
+# Contributor: Link Dupont 
+
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
+pkgver=1.8.6
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="http://www.freedesktop.org/Software/dbus";
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
+30-dbus)
+md5sums=('6a08ba555d340e9dfe2d623b83c0eea8'
+ 'SKIP'
+ '3314d727fa57fc443fce25b5cbeebbcc')
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+  make
+}
+
+package_dbus(){
+  depends=('libdbus' 'expat')
+  optdepends=('libx11: dbus-launch support')
+  provides=('dbus-core')
+  conflicts=('dbus-core')
+  replaces=('dbus-core')
+
+  cd dbus-$pkgver
+
+  # Disable installation of libdbus
+  sed -i -e 's/^SUBDIRS = dbus/SUBDIRS =/' Makefile
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}/var/run"
+  rm -rf "${pkgdir}/usr/lib/pkgconfig"
+
+  install -Dm755 ../30-dbus "$pkgdir/etc/X11/xinit/xinitrc.d/30-dbus"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/dbus/COPYING"
+}
+
+package_libdbus(){
+  pkgdesc="DBus library"
+  depends=('glibc')
+
+  cd dbus-$pkgver
+  make DESTDIR="$pkgdir" -C dbus install
+  make DESTDIR="$pkgdir" install-data-am
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/libdbus/COPYING"
+}

Copied: dbus/repos/testing-x86_64/30-dbus (from rev 216608, dbus/trunk/30-dbus)
===
--- testing-x86_64/30-dbus  (rev 0)
+++ testing-x86_64/30-dbus  2014-07-07 13:00:13 UTC (rev 216609)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# launches a session dbus instance
+if [ -z "$DBUS_SESSION_BUS_ADDRESS" ] && type dbus-launch >/dev/null; then
+  eval $(dbus-launch --sh-syntax --exit-with-session)
+fi

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 216608, 
dbus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-07 13:00:13 UTC (rev 216609)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Jan de Groot 
+# Contributor: Link Dupont 
+
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
+pkgver=1.8.6
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="http://www.freedesktop.org/Software/dbus";
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
+30-dbus)
+md5sums=('6a08ba555d340e9dfe2d623b83c0eea8'
+ 'SKIP'
+ '3314d727fa57fc443fce25b5cbeebbcc')
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=d

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

2014-07-07 Thread Dave Reisner
Date: Monday, July 7, 2014 @ 14:58:39
  Author: dreisner
Revision: 216608

upgpkg: dbus 1.8.6-1

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 10:05:08 UTC (rev 216607)
+++ PKGBUILD2014-07-07 12:58:39 UTC (rev 216608)
@@ -5,7 +5,7 @@
 
 pkgbase=dbus
 pkgname=('dbus' 'libdbus')
-pkgver=1.8.4
+pkgver=1.8.6
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system"
 url="http://www.freedesktop.org/Software/dbus";
@@ -14,7 +14,7 @@
 makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
 30-dbus)
-md5sums=('4717cb8ab5b80978fcadf2b4f2f72e1b'
+md5sums=('6a08ba555d340e9dfe2d623b83c0eea8'
  'SKIP'
  '3314d727fa57fc443fce25b5cbeebbcc')
 



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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 12:04:38
  Author: spupykin
Revision: 115278

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

Added:
  synce-libmimedir/repos/community-i686/PKGBUILD
(from rev 115277, synce-libmimedir/trunk/PKGBUILD)
  synce-libmimedir/repos/community-x86_64/PKGBUILD
(from rev 115277, synce-libmimedir/trunk/PKGBUILD)
Deleted:
  synce-libmimedir/repos/community-i686/PKGBUILD
  synce-libmimedir/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   26 --
 community-x86_64/PKGBUILD |   26 --
 3 files changed, 62 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-07 10:04:25 UTC (rev 115277)
+++ community-i686/PKGBUILD 2014-07-07 10:04:38 UTC (rev 115278)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zhukov Pavel 
-
-pkgname=synce-libmimedir
-pkgver=0.4
-pkgrel=6
-pkgdesc="provide a means of communication with a Windows CE device - library 
that parses MIME Directory Profile."
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/";
-license=('GPL')
-options=('staticlibs')
-source=(http://downloads.sourceforge.net/sourceforge/synce/libmimedir-$pkgver.tar.gz)
-md5sums=('156e1eb69377d9ae9180a09e38148ec6')
-
-build() {
-  cd $srcdir/libmimedir-$pkgver
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd $srcdir/libmimedir-$pkgver
-  mkdir -p $pkgdir/usr/{include,lib}
-  make prefix=$pkgdir/usr install
-}

Copied: synce-libmimedir/repos/community-i686/PKGBUILD (from rev 115277, 
synce-libmimedir/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-07 10:04:38 UTC (rev 115278)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zhukov Pavel 
+
+pkgname=synce-libmimedir
+pkgver=0.4
+pkgrel=7
+pkgdesc="provide a means of communication with a Windows CE device - library 
that parses MIME Directory Profile."
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/";
+license=('GPL')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/synce/libmimedir-$pkgver.tar.gz)
+md5sums=('156e1eb69377d9ae9180a09e38148ec6')
+
+build() {
+  cd $srcdir/libmimedir-$pkgver
+  if [ "$CARCH" = "x86_64" ]; then
+sed -i -e 's|Wall|Wall -fPIC -DPIC|g' Makefile.in
+./configure --prefix=/usr --with-pic
+  else
+./configure --prefix=/usr
+  fi
+  make
+}
+
+package() {
+  cd $srcdir/libmimedir-$pkgver
+  mkdir -p $pkgdir/usr/{include,lib}
+  make prefix=$pkgdir/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-07 10:04:25 UTC (rev 115277)
+++ community-x86_64/PKGBUILD   2014-07-07 10:04:38 UTC (rev 115278)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zhukov Pavel 
-
-pkgname=synce-libmimedir
-pkgver=0.4
-pkgrel=6
-pkgdesc="provide a means of communication with a Windows CE device - library 
that parses MIME Directory Profile."
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/";
-license=('GPL')
-options=('staticlibs')
-source=(http://downloads.sourceforge.net/sourceforge/synce/libmimedir-$pkgver.tar.gz)
-md5sums=('156e1eb69377d9ae9180a09e38148ec6')
-
-build() {
-  cd $srcdir/libmimedir-$pkgver
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd $srcdir/libmimedir-$pkgver
-  mkdir -p $pkgdir/usr/{include,lib}
-  make prefix=$pkgdir/usr install
-}

Copied: synce-libmimedir/repos/community-x86_64/PKGBUILD (from rev 115277, 
synce-libmimedir/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-07 10:04:38 UTC (rev 115278)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zhukov Pavel 
+
+pkgname=synce-libmimedir
+pkgver=0.4
+pkgrel=7
+pkgdesc="provide a means of communication with a Windows CE device - library 
that parses MIME Directory Profile."
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/";
+license=('GPL')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/synce/libmimedir-$pkgver.tar.gz)
+md5sums=('156e1eb69377d9ae9180a09e38148ec6')
+
+build() {
+  cd $srcdir/libmimedir-$pkgver
+  if [ "$CARCH" = "x86_64" ]; then
+sed -i -e 's|Wall|Wall -fPIC -DPIC|g' Makefile.in
+./configure --prefix=/usr --with-pic
+  else
+./configure --prefix=/usr
+  fi
+  make
+}
+
+package() {
+  cd $srcdir/libmimedir-$pkgver
+  mkdir -p $pkgdir/usr/{include,lib}
+  make prefix=$pkgdir/usr install
+}



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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 12:04:43
  Author: spupykin
Revision: 115279

upgpkg: synce-rra 0.17-3

upd

Modified:
  synce-rra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 10:04:38 UTC (rev 115278)
+++ PKGBUILD2014-07-07 10:04:43 UTC (rev 115279)
@@ -4,13 +4,13 @@
 
 pkgname=synce-rra
 pkgver=0.17
-pkgrel=2
+pkgrel=3
 pkgdesc="provide a means of communication with a Windows CE device - rra 
libraries for synce"
 arch=('i686' 'x86_64')
 url="http://synce.sourceforge.net/";
 license=('GPL')
-depends=('glibc' 'synce-core' 'synce-libmimedir')
-makedepends=('python2' 'pyrex')
+depends=('synce-core')
+makedepends=('python2' 'pyrex' 'synce-libmimedir')
 source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz)
 md5sums=('d0c869afbce4d203c85098a2886b6956')
 
@@ -17,7 +17,6 @@
 build() {
   cd $srcdir/librra-$pkgver
   ./configure --prefix=/usr
-#  sed -i s/-Werror// lib/Makefile src/Makefile
   make
 }
 



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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 12:04:56
  Author: spupykin
Revision: 115280

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

Added:
  synce-rra/repos/community-i686/PKGBUILD
(from rev 115279, synce-rra/trunk/PKGBUILD)
  synce-rra/repos/community-x86_64/PKGBUILD
(from rev 115279, synce-rra/trunk/PKGBUILD)
Deleted:
  synce-rra/repos/community-i686/PKGBUILD
  synce-rra/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-07 10:04:43 UTC (rev 115279)
+++ community-i686/PKGBUILD 2014-07-07 10:04:56 UTC (rev 115280)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zhukov Pavel 
-
-pkgname=synce-rra
-pkgver=0.17
-pkgrel=2
-pkgdesc="provide a means of communication with a Windows CE device - rra 
libraries for synce"
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/";
-license=('GPL')
-depends=('glibc' 'synce-core' 'synce-libmimedir')
-makedepends=('python2' 'pyrex')
-source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz)
-md5sums=('d0c869afbce4d203c85098a2886b6956')
-
-build() {
-  cd $srcdir/librra-$pkgver
-  ./configure --prefix=/usr
-#  sed -i s/-Werror// lib/Makefile src/Makefile
-  make
-}
-
-package() {
-  cd $srcdir/librra-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: synce-rra/repos/community-i686/PKGBUILD (from rev 115279, 
synce-rra/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-07 10:04:56 UTC (rev 115280)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zhukov Pavel 
+
+pkgname=synce-rra
+pkgver=0.17
+pkgrel=3
+pkgdesc="provide a means of communication with a Windows CE device - rra 
libraries for synce"
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/";
+license=('GPL')
+depends=('synce-core')
+makedepends=('python2' 'pyrex' 'synce-libmimedir')
+source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz)
+md5sums=('d0c869afbce4d203c85098a2886b6956')
+
+build() {
+  cd $srcdir/librra-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/librra-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-07 10:04:43 UTC (rev 115279)
+++ community-x86_64/PKGBUILD   2014-07-07 10:04:56 UTC (rev 115280)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zhukov Pavel 
-
-pkgname=synce-rra
-pkgver=0.17
-pkgrel=2
-pkgdesc="provide a means of communication with a Windows CE device - rra 
libraries for synce"
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/";
-license=('GPL')
-depends=('glibc' 'synce-core' 'synce-libmimedir')
-makedepends=('python2' 'pyrex')
-source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz)
-md5sums=('d0c869afbce4d203c85098a2886b6956')
-
-build() {
-  cd $srcdir/librra-$pkgver
-  ./configure --prefix=/usr
-#  sed -i s/-Werror// lib/Makefile src/Makefile
-  make
-}
-
-package() {
-  cd $srcdir/librra-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: synce-rra/repos/community-x86_64/PKGBUILD (from rev 115279, 
synce-rra/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-07 10:04:56 UTC (rev 115280)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zhukov Pavel 
+
+pkgname=synce-rra
+pkgver=0.17
+pkgrel=3
+pkgdesc="provide a means of communication with a Windows CE device - rra 
libraries for synce"
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/";
+license=('GPL')
+depends=('synce-core')
+makedepends=('python2' 'pyrex' 'synce-libmimedir')
+source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz)
+md5sums=('d0c869afbce4d203c85098a2886b6956')
+
+build() {
+  cd $srcdir/librra-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/librra-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 12:04:25
  Author: spupykin
Revision: 115277

upgpkg: synce-libmimedir 0.4-7

upd

Modified:
  synce-libmimedir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 09:45:39 UTC (rev 115276)
+++ PKGBUILD2014-07-07 10:04:25 UTC (rev 115277)
@@ -4,7 +4,7 @@
 
 pkgname=synce-libmimedir
 pkgver=0.4
-pkgrel=6
+pkgrel=7
 pkgdesc="provide a means of communication with a Windows CE device - library 
that parses MIME Directory Profile."
 arch=('i686' 'x86_64')
 url="http://synce.sourceforge.net/";
@@ -15,7 +15,12 @@
 
 build() {
   cd $srcdir/libmimedir-$pkgver
-  ./configure --prefix=/usr --enable-shared
+  if [ "$CARCH" = "x86_64" ]; then
+sed -i -e 's|Wall|Wall -fPIC -DPIC|g' Makefile.in
+./configure --prefix=/usr --with-pic
+  else
+./configure --prefix=/usr
+  fi
   make
 }
 



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

2014-07-07 Thread Tobias Powalowski
Date: Monday, July 7, 2014 @ 12:04:52
  Author: tpowa
Revision: 216606

upgpkg: spice 0.12.5-1

bump to latest version

Modified:
  spice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 06:30:22 UTC (rev 216605)
+++ PKGBUILD2014-07-07 10:04:52 UTC (rev 216606)
@@ -3,8 +3,8 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
-pkgver=0.12.4
-pkgrel=3
+pkgver=0.12.5
+pkgrel=1
 pkgdesc="SPICE client and server"
 arch=('i686' 'x86_64')
 url="http://spice-space.org";
@@ -11,14 +11,8 @@
 license=('LGPL2.1')
 depends=(alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama 
libxfixes libxrandr pixman)
 makedepends=(python2-pyparsing qemu spice-protocol)
-source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2
-CVE-2013-4282.patch)
+source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../CVE-2013-4282.patch
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client
@@ -29,5 +23,4 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
 }
-md5sums=('325b1c42ce24e75de45a75876b73a8bd'
- '24a1648e7c684bd7921b5534767e')
+md5sums=('1256286214fe402703c0a01bd3a85319')



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

2014-07-07 Thread Tobias Powalowski
Date: Monday, July 7, 2014 @ 12:05:08
  Author: tpowa
Revision: 216607

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

Added:
  spice/repos/extra-i686/CVE-2013-4282.patch
(from rev 216606, spice/trunk/CVE-2013-4282.patch)
  spice/repos/extra-i686/PKGBUILD
(from rev 216606, spice/trunk/PKGBUILD)
  spice/repos/extra-x86_64/CVE-2013-4282.patch
(from rev 216606, spice/trunk/CVE-2013-4282.patch)
  spice/repos/extra-x86_64/PKGBUILD
(from rev 216606, spice/trunk/PKGBUILD)
Deleted:
  spice/repos/extra-i686/CVE-2013-4282.patch
  spice/repos/extra-i686/PKGBUILD
  spice/repos/extra-x86_64/CVE-2013-4282.patch
  spice/repos/extra-x86_64/PKGBUILD

--+
 /CVE-2013-4282.patch |  208 +
 /PKGBUILD|   52 +
 extra-i686/CVE-2013-4282.patch   |  104 --
 extra-i686/PKGBUILD  |   33 -
 extra-x86_64/CVE-2013-4282.patch |  104 --
 extra-x86_64/PKGBUILD|   33 -
 6 files changed, 260 insertions(+), 274 deletions(-)

Deleted: extra-i686/CVE-2013-4282.patch
===
--- extra-i686/CVE-2013-4282.patch  2014-07-07 10:04:52 UTC (rev 216606)
+++ extra-i686/CVE-2013-4282.patch  2014-07-07 10:05:08 UTC (rev 216607)
@@ -1,104 +0,0 @@
-From 8af619009660b24e0b41ad26b30289eea288fcc2 Mon Sep 17 00:00:00 2001
-From: Christophe Fergeau 
-Date: Fri, 23 Aug 2013 09:29:44 +
-Subject: Fix buffer overflow when decrypting client SPICE ticket
-
-reds_handle_ticket uses a fixed size 'password' buffer for the decrypted
-password whose size is SPICE_MAX_PASSWORD_LENGTH. However,
-RSA_private_decrypt which we call for the decryption expects the
-destination buffer to be at least RSA_size(link->tiTicketing.rsa)
-bytes long. On my spice-server build, SPICE_MAX_PASSWORD_LENGTH
-is 60 while RSA_size() is 128, so we end up overflowing 'password'
-when using long passwords (this was reproduced using the string:
-'fullscreen=1proxy=#enter proxy here; e.g spice_proxy = http://[proxy]:[port]'
-as a password).
-
-When the overflow occurs, QEMU dies with:
-*** stack smashing detected ***: qemu-system-x86_64 terminated
-
-This commit ensures we use a corectly sized 'password' buffer,
-and that it's correctly nul-terminated so that we can use strcmp
-instead of strncmp. To keep using strncmp, we'd need to figure out
-which one of 'password' and 'taTicket.password' is the smaller buffer,
-and use that size.
-
-This fixes rhbz#999839

-diff --git a/server/reds.c b/server/reds.c
-index 892d247..2a0002b 100644
 a/server/reds.c
-+++ b/server/reds.c
-@@ -1926,39 +1926,59 @@ static void reds_handle_link(RedLinkInfo *link)
- static void reds_handle_ticket(void *opaque)
- {
- RedLinkInfo *link = (RedLinkInfo *)opaque;
--char password[SPICE_MAX_PASSWORD_LENGTH];
-+char *password;
- time_t ltime;
-+int password_size;
- 
- //todo: use monotonic time
- time(tiTicketing.rsa_size,
--link->tiTicketing.encrypted_ticket.encrypted_data,
--(unsigned char *)password, link->tiTicketing.rsa, 
RSA_PKCS1_OAEP_PADDING);
-+if (RSA_size(link->tiTicketing.rsa) < SPICE_MAX_PASSWORD_LENGTH) {
-+spice_warning("RSA modulus size is smaller than 
SPICE_MAX_PASSWORD_LENGTH (%d < %d), "
-+  "SPICE ticket sent from client may be truncated",
-+  RSA_size(link->tiTicketing.rsa), 
SPICE_MAX_PASSWORD_LENGTH);
-+}
-+
-+password = g_malloc0(RSA_size(link->tiTicketing.rsa) + 1);
-+password_size = RSA_private_decrypt(link->tiTicketing.rsa_size,
-+
link->tiTicketing.encrypted_ticket.encrypted_data,
-+(unsigned char *)password,
-+link->tiTicketing.rsa,
-+RSA_PKCS1_OAEP_PADDING);
-+if (password_size == -1) {
-+spice_warning("failed to decrypt RSA encrypted password: %s",
-+  ERR_error_string(ERR_get_error(), NULL));
-+goto error;
-+}
-+password[password_size] = '\0';
- 
- if (ticketing_enabled && !link->skip_auth) {
- int expired =  taTicket.expiration_time < ltime;
- 
- if (strlen(taTicket.password) == 0) {
--reds_send_link_result(link, SPICE_LINK_ERR_PERMISSION_DENIED);
- spice_warning("Ticketing is enabled, but no password is set. "
--"please set a ticket first");
--reds_link_free(link);
--return;
-+  "please set a ticket first");
-+goto error;
- }
- 
--if (expired || strncmp(password, taTicket.password, 
SPICE_MAX_PASSWORD_LENGTH) != 0) {
-+if (expired || strcmp(password, taTicket.password) != 0) {
- 

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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 11:45:26
  Author: spupykin
Revision: 115275

upgpkg: synce-libmimedir 0.4-6

upd

Modified:
  synce-libmimedir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 09:39:41 UTC (rev 115274)
+++ PKGBUILD2014-07-07 09:45:26 UTC (rev 115275)
@@ -4,21 +4,18 @@
 
 pkgname=synce-libmimedir
 pkgver=0.4
-pkgrel=5
+pkgrel=6
 pkgdesc="provide a means of communication with a Windows CE device - library 
that parses MIME Directory Profile."
 arch=('i686' 'x86_64')
 url="http://synce.sourceforge.net/";
 license=('GPL')
+options=('staticlibs')
 
source=(http://downloads.sourceforge.net/sourceforge/synce/libmimedir-$pkgver.tar.gz)
 md5sums=('156e1eb69377d9ae9180a09e38148ec6')
 
 build() {
   cd $srcdir/libmimedir-$pkgver
-  if [ "$CARCH" = "x86_64" ]; then
-  sed -i -e 's|Wall|Wall -fPIC -DPIC|g' Makefile.in
-  ./configure --prefix=/usr --disable-shared --with-pic
-else  ./configure --prefix=/usr --disable-shared
-  fi
+  ./configure --prefix=/usr --enable-shared
   make
 }
 



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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 11:45:39
  Author: spupykin
Revision: 115276

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

Added:
  synce-libmimedir/repos/community-i686/PKGBUILD
(from rev 115275, synce-libmimedir/trunk/PKGBUILD)
  synce-libmimedir/repos/community-x86_64/PKGBUILD
(from rev 115275, synce-libmimedir/trunk/PKGBUILD)
Deleted:
  synce-libmimedir/repos/community-i686/PKGBUILD
  synce-libmimedir/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-07 09:45:26 UTC (rev 115275)
+++ community-i686/PKGBUILD 2014-07-07 09:45:39 UTC (rev 115276)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zhukov Pavel 
-
-pkgname=synce-libmimedir
-pkgver=0.4
-pkgrel=5
-pkgdesc="provide a means of communication with a Windows CE device - library 
that parses MIME Directory Profile."
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/";
-license=('GPL')
-source=(http://downloads.sourceforge.net/sourceforge/synce/libmimedir-$pkgver.tar.gz)
-md5sums=('156e1eb69377d9ae9180a09e38148ec6')
-
-build() {
-  cd $srcdir/libmimedir-$pkgver
-  if [ "$CARCH" = "x86_64" ]; then
-  sed -i -e 's|Wall|Wall -fPIC -DPIC|g' Makefile.in
-  ./configure --prefix=/usr --disable-shared --with-pic
-else  ./configure --prefix=/usr --disable-shared
-  fi
-  make
-}
-
-package() {
-  cd $srcdir/libmimedir-$pkgver
-  mkdir -p $pkgdir/usr/{include,lib}
-  make prefix=$pkgdir/usr install
-}

Copied: synce-libmimedir/repos/community-i686/PKGBUILD (from rev 115275, 
synce-libmimedir/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-07 09:45:39 UTC (rev 115276)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zhukov Pavel 
+
+pkgname=synce-libmimedir
+pkgver=0.4
+pkgrel=6
+pkgdesc="provide a means of communication with a Windows CE device - library 
that parses MIME Directory Profile."
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/";
+license=('GPL')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/synce/libmimedir-$pkgver.tar.gz)
+md5sums=('156e1eb69377d9ae9180a09e38148ec6')
+
+build() {
+  cd $srcdir/libmimedir-$pkgver
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd $srcdir/libmimedir-$pkgver
+  mkdir -p $pkgdir/usr/{include,lib}
+  make prefix=$pkgdir/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-07 09:45:26 UTC (rev 115275)
+++ community-x86_64/PKGBUILD   2014-07-07 09:45:39 UTC (rev 115276)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zhukov Pavel 
-
-pkgname=synce-libmimedir
-pkgver=0.4
-pkgrel=5
-pkgdesc="provide a means of communication with a Windows CE device - library 
that parses MIME Directory Profile."
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/";
-license=('GPL')
-source=(http://downloads.sourceforge.net/sourceforge/synce/libmimedir-$pkgver.tar.gz)
-md5sums=('156e1eb69377d9ae9180a09e38148ec6')
-
-build() {
-  cd $srcdir/libmimedir-$pkgver
-  if [ "$CARCH" = "x86_64" ]; then
-  sed -i -e 's|Wall|Wall -fPIC -DPIC|g' Makefile.in
-  ./configure --prefix=/usr --disable-shared --with-pic
-else  ./configure --prefix=/usr --disable-shared
-  fi
-  make
-}
-
-package() {
-  cd $srcdir/libmimedir-$pkgver
-  mkdir -p $pkgdir/usr/{include,lib}
-  make prefix=$pkgdir/usr install
-}

Copied: synce-libmimedir/repos/community-x86_64/PKGBUILD (from rev 115275, 
synce-libmimedir/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-07 09:45:39 UTC (rev 115276)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zhukov Pavel 
+
+pkgname=synce-libmimedir
+pkgver=0.4
+pkgrel=6
+pkgdesc="provide a means of communication with a Windows CE device - library 
that parses MIME Directory Profile."
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/";
+license=('GPL')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/synce/libmimedir-$pkgver.tar.gz)
+md5sums=('156e1eb69377d9ae9180a09e38148ec6')
+
+build() {
+  cd $srcdir/libmimedir-$pkgver
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd $srcdir/libmimedir-$pkgver
+  mkdir -p $pkgdir/usr/{include,lib}
+  make prefix=$pkgdir/usr install
+}



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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 11:39:41
  Author: spupykin
Revision: 115274

archrelease: copy trunk to community-x86_64

Added:
  openscenegraph/repos/community-x86_64/PKGBUILD
(from rev 115273, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-x86_64/giflib.patch
(from rev 115273, openscenegraph/trunk/giflib.patch)
Deleted:
  openscenegraph/repos/community-x86_64/PKGBUILD
  openscenegraph/repos/community-x86_64/giflib.patch

--+
 PKGBUILD |  118 -
 giflib.patch |   24 +--
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-07 09:30:48 UTC (rev 115273)
+++ PKGBUILD2014-07-07 09:39:41 UTC (rev 115274)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Hans Janssen 
-# Contributor: my64 
-# Contributor: Colin Pitrat 
-
-pkgname=openscenegraph
-pkgver=3.2.0
-pkgrel=4
-pkgdesc="An Open Source, high performance real-time graphics toolkit"
-arch=('i686' 'x86_64')
-license=('custom:OSGPL')
-url="http://www.openscenegraph.org";
-depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
-makedepends=('cmake' 'libvncserver' 'qt4' 'ffmpeg-compat' 'mesa')
-optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt4')
-conflicts=('openthreads')
-provides=('openthreads')
-#source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip
-source=(http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip
-   giflib.patch)
-md5sums=('4980f8692712a24d4c99f363f80c6814'
- '8c06c8410e8840e83c242b8b401cdad7')
-
-prepare() {
-  cd OpenSceneGraph-$pkgver
-  patch -p1 <$srcdir/giflib.patch
-}
-
-build() {
-  cd OpenSceneGraph-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat"
-  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
-  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS"
-  [ $NOEXTRACT -eq 1 ] || cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DFFMPEG_LIBAVCODEC_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVCODEC_LIBRARIES=/usr/lib/ffmpeg-compat/libavcodec.so \
--DFFMPEG_LIBAVDEVICE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVDEVICE_LIBRARIES=/usr/lib/ffmpeg-compat/libavdevice.so \
--DFFMPEG_LIBAVFORMAT_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVFORMAT_LIBRARIES=/usr/lib/ffmpeg-compat/libavformat.so \
--DFFMPEG_LIBAVUTIL_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVUTIL_LIBRARIES=/usr/lib/ffmpeg-compat/libavutil.so \
--DFFMPEG_LIBSWSCALE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBSWSCALE_LIBRARIES=/usr/lib/ffmpeg-compat/libswscale.so
-
-#  sed -i 's|#include |//#include |' 
src/osgPlugins/curl/ReaderWriterCURL.cpp
-  make
-}
-
-package() {
-  cd OpenSceneGraph-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  [ -d "$pkgdir/usr/lib64" ] && mv "$pkgdir/usr/lib64" "$pkgdir/usr/lib" || 
true
-}

Copied: openscenegraph/repos/community-x86_64/PKGBUILD (from rev 115273, 
openscenegraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-07 09:39:41 UTC (rev 115274)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Hans Janssen 
+# Contributor: my64 
+# Contributor: Colin Pitrat 
+
+pkgname=openscenegraph
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="An Open Source, high performance real-time graphics toolkit"
+arch=('i686' 'x86_64')
+license=('custom:OSGPL')
+url="http://www.openscenegraph.org";
+depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
+makedepends=('cmake' 'libvncserver' 'qt4' 'ffmpeg-compat' 'mesa')
+optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt4')
+conflicts=('openthreads')
+provides=('openthreads')
+#source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip
+source=(http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip
+   giflib.patch)
+md5sums=('4f95206a1eef218bd007c3b43e1334f5'
+ '8c06c8410e8840e83c242b8b401cdad7')
+
+prepare() {
+  cd OpenSceneGraph-$pkgver
+  patch -p1 <$srcdir/giflib.patch
+}
+
+build() {
+  cd OpenSceneGraph-$pkgver
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat"
+  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
+  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS"
+  [ $NOEXTRACT -eq 1 ] || cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DFFMPEG_LIBAVCODEC_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_

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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 11:30:17
  Author: spupykin
Revision: 115269

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

Added:
  distcc/repos/community-i686/PKGBUILD
(from rev 115268, distcc/trunk/PKGBUILD)
  distcc/repos/community-i686/distccd.conf.d
(from rev 115268, distcc/trunk/distccd.conf.d)
  distcc/repos/community-i686/distccd.service
(from rev 115268, distcc/trunk/distccd.service)
  distcc/repos/community-x86_64/PKGBUILD
(from rev 115268, distcc/trunk/PKGBUILD)
  distcc/repos/community-x86_64/distccd.conf.d
(from rev 115268, distcc/trunk/distccd.conf.d)
  distcc/repos/community-x86_64/distccd.service
(from rev 115268, distcc/trunk/distccd.service)
Deleted:
  distcc/repos/community-i686/PKGBUILD
  distcc/repos/community-i686/distccd.conf.d
  distcc/repos/community-i686/distccd.service
  distcc/repos/community-x86_64/PKGBUILD
  distcc/repos/community-x86_64/distccd.conf.d
  distcc/repos/community-x86_64/distccd.service

--+
 /PKGBUILD|  112 +
 /distccd.conf.d  |   14 
 /distccd.service |   24 +++
 community-i686/PKGBUILD  |   56 --
 community-i686/distccd.conf.d|7 --
 community-i686/distccd.service   |   12 ---
 community-x86_64/PKGBUILD|   56 --
 community-x86_64/distccd.conf.d  |7 --
 community-x86_64/distccd.service |   12 ---
 9 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-07 09:29:58 UTC (rev 115268)
+++ community-i686/PKGBUILD 2014-07-07 09:30:17 UTC (rev 115269)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Judd Vinet 
-# Contributor: Giovanni Scafora 
-
-pkgname=distcc
-pkgver=3.1
-pkgrel=12
-pkgdesc="A distributed C, C++, Obj C compiler"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/distcc/";
-license=('GPL')
-depends=('gcc' 'popt' 'avahi' 'dbus')
-makedepends=('gtk2' 'pkgconfig' 'python2')
-optdepends=('gtk2: for distccmon-gnome'
-   'python2')
-backup=('etc/conf.d/distccd'
-   'etc/distcc/hosts')
-source=(http://distcc.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
-   distccd.conf.d
-   distccd.service)
-md5sums=('a1a9d3853df7133669fffec2a9aab9f3'
- '239aae53250e3e35288cba566bc0bbf1'
- '09f0688da9c1840e518d2593bd5c3830')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  [ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --with-gtk \
-   --sysconfdir=/etc \
-   --mandir=/usr/share/man \
-#  --without-avahi \
-
-  make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make TEST_PYTHON=/usr/bin/python2 check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" INCLUDESERVER_PYTHON=/usr/bin/python2 install
-  install -D -m644 ${srcdir}/distccd.conf.d ${pkgdir}/etc/conf.d/distccd
-
-  install -d ${pkgdir}/usr/lib/${pkgname}/bin
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/cc
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/gcc
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/g++
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/c++
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/cpp
-
-  install -Dm0644 $srcdir/distccd.service 
$pkgdir/usr/lib/systemd/system/distccd.service
-}

Copied: distcc/repos/community-i686/PKGBUILD (from rev 115268, 
distcc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-07 09:30:17 UTC (rev 115269)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Judd Vinet 
+# Contributor: Giovanni Scafora 
+
+pkgname=distcc
+pkgver=3.2rc1
+pkgrel=1
+pkgdesc="A distributed C, C++, Obj C compiler"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/distcc/";
+license=('GPL')
+depends=('gcc' 'popt' 'avahi' 'dbus')
+makedepends=('gtk2' 'pkgconfig' 'python2')
+optdepends=('gtk2: for distccmon-gnome'
+   'python2')
+backup=('etc/conf.d/distccd'
+   'etc/distcc/hosts')
+source=(http://distcc.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
+   distccd.conf.d
+   distccd.service)
+md5sums=('18cd4f33f5cfc3e75675cafc568fb9cf'
+ '239aae53250e3e35288cba566bc0bbf1'
+ '09f0688da9c1840e518d2593bd5c3830')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  [ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --with-gtk \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man \
+#  --without-avahi \
+
+  make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2
+}
+
+check() {
+  cd "${srcdir}/${pk

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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 11:30:20
  Author: spupykin
Revision: 115270

upgpkg: openscenegraph 3.2.1-1

upd

Modified:
  openscenegraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 09:30:17 UTC (rev 115269)
+++ PKGBUILD2014-07-07 09:30:20 UTC (rev 115270)
@@ -5,8 +5,8 @@
 # Contributor: Colin Pitrat 
 
 pkgname=openscenegraph
-pkgver=3.2.0
-pkgrel=4
+pkgver=3.2.1
+pkgrel=1
 pkgdesc="An Open Source, high performance real-time graphics toolkit"
 arch=('i686' 'x86_64')
 license=('custom:OSGPL')
@@ -19,7 +19,7 @@
 
#source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip
 
source=(http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip
giflib.patch)
-md5sums=('4980f8692712a24d4c99f363f80c6814'
+md5sums=('4f95206a1eef218bd007c3b43e1334f5'
  '8c06c8410e8840e83c242b8b401cdad7')
 
 prepare() {



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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 11:29:40
  Author: spupykin
Revision: 115266

upgpkg: cadaver 0.23.3-5

upd

Modified:
  cadaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 07:51:37 UTC (rev 115265)
+++ PKGBUILD2014-07-07 09:29:40 UTC (rev 115266)
@@ -4,7 +4,7 @@
 
 pkgname=cadaver
 pkgver=0.23.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Command-line WebDAV client for Unix"
 arch=('i686' 'x86_64')
 url="http://www.webdav.org/cadaver";
@@ -15,7 +15,7 @@
 
 build() {
   cd $srcdir/cadaver-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-ssl
   make
 }
 



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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 11:29:55
  Author: spupykin
Revision: 115267

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

Added:
  cadaver/repos/community-i686/ChangeLog
(from rev 115266, cadaver/trunk/ChangeLog)
  cadaver/repos/community-i686/PKGBUILD
(from rev 115266, cadaver/trunk/PKGBUILD)
  cadaver/repos/community-x86_64/ChangeLog
(from rev 115266, cadaver/trunk/ChangeLog)
  cadaver/repos/community-x86_64/PKGBUILD
(from rev 115266, cadaver/trunk/PKGBUILD)
Deleted:
  cadaver/repos/community-i686/ChangeLog
  cadaver/repos/community-i686/PKGBUILD
  cadaver/repos/community-x86_64/ChangeLog
  cadaver/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |6 +
 /PKGBUILD  |   50 +++
 community-i686/ChangeLog   |3 --
 community-i686/PKGBUILD|   25 -
 community-x86_64/ChangeLog |3 --
 community-x86_64/PKGBUILD  |   25 -
 6 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-07-07 09:29:40 UTC (rev 115266)
+++ community-i686/ChangeLog2014-07-07 09:29:55 UTC (rev 115267)
@@ -1,3 +0,0 @@
-2007-07-02 tardo 
-* Built for x86_64
-

Copied: cadaver/repos/community-i686/ChangeLog (from rev 115266, 
cadaver/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-07-07 09:29:55 UTC (rev 115267)
@@ -0,0 +1,3 @@
+2007-07-02 tardo 
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-07 09:29:40 UTC (rev 115266)
+++ community-i686/PKGBUILD 2014-07-07 09:29:55 UTC (rev 115267)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=cadaver
-pkgver=0.23.3
-pkgrel=4
-pkgdesc="Command-line WebDAV client for Unix"
-arch=('i686' 'x86_64')
-url="http://www.webdav.org/cadaver";
-license=('GPL')
-depends=('neon')
-source=(http://www.webdav.org/cadaver/cadaver-$pkgver.tar.gz)
-md5sums=('502ecd601e467f8b16056d2acca39a6f')
-
-build() {
-  cd $srcdir/cadaver-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/cadaver-$pkgver
-  make prefix=$pkgdir/usr install
-}

Copied: cadaver/repos/community-i686/PKGBUILD (from rev 115266, 
cadaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-07 09:29:55 UTC (rev 115267)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=cadaver
+pkgver=0.23.3
+pkgrel=5
+pkgdesc="Command-line WebDAV client for Unix"
+arch=('i686' 'x86_64')
+url="http://www.webdav.org/cadaver";
+license=('GPL')
+depends=('neon')
+source=(http://www.webdav.org/cadaver/cadaver-$pkgver.tar.gz)
+md5sums=('502ecd601e467f8b16056d2acca39a6f')
+
+build() {
+  cd $srcdir/cadaver-$pkgver
+  ./configure --prefix=/usr --with-ssl
+  make
+}
+
+package() {
+  cd $srcdir/cadaver-$pkgver
+  make prefix=$pkgdir/usr install
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2014-07-07 09:29:40 UTC (rev 115266)
+++ community-x86_64/ChangeLog  2014-07-07 09:29:55 UTC (rev 115267)
@@ -1,3 +0,0 @@
-2007-07-02 tardo 
-* Built for x86_64
-

Copied: cadaver/repos/community-x86_64/ChangeLog (from rev 115266, 
cadaver/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2014-07-07 09:29:55 UTC (rev 115267)
@@ -0,0 +1,3 @@
+2007-07-02 tardo 
+* Built for x86_64
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-07 09:29:40 UTC (rev 115266)
+++ community-x86_64/PKGBUILD   2014-07-07 09:29:55 UTC (rev 115267)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=cadaver
-pkgver=0.23.3
-pkgrel=4
-pkgdesc="Command-line WebDAV client for Unix"
-arch=('i686' 'x86_64')
-url="http://www.webdav.org/cadaver";
-license=('GPL')
-depends=('neon')
-source=(http://www.webdav.org/cadaver/cadaver-$pkgver.tar.gz)
-md5sums=('502ecd601e467f8b16056d2acca39a6f')
-
-build() {
-  cd $srcdir/cadaver-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/cadaver-$pkgver
-  make prefix=$pkgdir/usr install
-}

Copied: cadaver/repos/community-x86_64/PKGBUILD (from rev 115266, 
cadaver/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD  

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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 11:30:48
  Author: spupykin
Revision: 115273

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

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

---+
 /PKGBUILD |   70 
 community-i686/PKGBUILD   |   31 ---
 community-x86_64/PKGBUILD |   31 ---
 3 files changed, 70 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-07 09:30:34 UTC (rev 115272)
+++ community-i686/PKGBUILD 2014-07-07 09:30:48 UTC (rev 115273)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Giovanni Scafora 
-# Contributor: simo 
-
-pkgname=xcircuit
-pkgver=3.8.68
-pkgrel=1
-pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
-arch=('i686' 'x86_64')
-url="http://opencircuitdesign.com/xcircuit";
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath')
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('20954dc6413f7e4824220cd4b4cb2db6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
-}

Copied: xcircuit/repos/community-i686/PKGBUILD (from rev 115272, 
xcircuit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-07 09:30:48 UTC (rev 115273)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Giovanni Scafora 
+# Contributor: simo 
+
+pkgname=xcircuit
+pkgver=3.8.69
+pkgrel=1
+pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
+arch=('i686' 'x86_64')
+url="http://opencircuitdesign.com/xcircuit";
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib')
+makedepends=('chrpath' 'gendesk')
+_categories='Application;Electronics;Engineering'
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+md5sums=('dbdcf28e8af273bc2d1e97f5f843e833')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  gendesk $startdir/PKGBUILD
+  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/usr/share/man/man1
+  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
+  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
+  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
+  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
+  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-07 09:30:34 UTC (rev 115272)
+++ community-x86_64/PKGBUILD   2014-07-07 09:30:48 UTC (rev 115273)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Giovanni Scafora 
-# Contributor: simo 
-
-pkgname=xcircuit
-pkgver=3.8.68
-pkgrel=1
-pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
-arch=('i686' 'x86_64')
-url="http://opencircuitdesign.com/xcircuit";
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath')
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('20954dc6413f7e4824220cd4b4cb2db6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
-}

Copied: xcircuit/repos/community-x86_64/PKGBUILD (from rev 115272, 
xcircuit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-07 09:30:48 UTC (rev 115273)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Giovanni Scafora 
+# Contributor: simo 
+
+pkgname=xcircuit
+pkgver=3.8.69
+

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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 11:29:58
  Author: spupykin
Revision: 115268

upgpkg: distcc 3.2rc1-1

upd

Modified:
  distcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 09:29:55 UTC (rev 115267)
+++ PKGBUILD2014-07-07 09:29:58 UTC (rev 115268)
@@ -4,8 +4,8 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=distcc
-pkgver=3.1
-pkgrel=12
+pkgver=3.2rc1
+pkgrel=1
 pkgdesc="A distributed C, C++, Obj C compiler"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/distcc/";
@@ -19,7 +19,7 @@
 source=(http://distcc.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
distccd.conf.d
distccd.service)
-md5sums=('a1a9d3853df7133669fffec2a9aab9f3'
+md5sums=('18cd4f33f5cfc3e75675cafc568fb9cf'
  '239aae53250e3e35288cba566bc0bbf1'
  '09f0688da9c1840e518d2593bd5c3830')
 



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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 11:30:34
  Author: spupykin
Revision: 115272

upgpkg: xcircuit 3.8.69-1

upd

Modified:
  xcircuit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 09:30:28 UTC (rev 115271)
+++ PKGBUILD2014-07-07 09:30:34 UTC (rev 115272)
@@ -4,7 +4,7 @@
 # Contributor: simo 
 
 pkgname=xcircuit
-pkgver=3.8.68
+pkgver=3.8.69
 pkgrel=1
 pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
 arch=('i686' 'x86_64')
@@ -11,12 +11,14 @@
 url="http://opencircuitdesign.com/xcircuit";
 license=('GPL2')
 depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath')
+makedepends=('chrpath' 'gendesk')
+_categories='Application;Electronics;Engineering'
 source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('20954dc6413f7e4824220cd4b4cb2db6')
+md5sums=('dbdcf28e8af273bc2d1e97f5f843e833')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  gendesk $startdir/PKGBUILD
   ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
   make
 }
@@ -28,4 +30,6 @@
   mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
   rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
   chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
+  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
+  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
 }



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

2014-07-07 Thread Sergej Pupykin
Date: Monday, July 7, 2014 @ 11:30:28
  Author: spupykin
Revision: 115271

archrelease: copy trunk to community-i686

Added:
  openscenegraph/repos/community-i686/PKGBUILD
(from rev 115270, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-i686/giflib.patch
(from rev 115270, openscenegraph/trunk/giflib.patch)
Deleted:
  openscenegraph/repos/community-i686/PKGBUILD
  openscenegraph/repos/community-i686/giflib.patch

--+
 PKGBUILD |  118 -
 giflib.patch |   24 +--
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-07 09:30:20 UTC (rev 115270)
+++ PKGBUILD2014-07-07 09:30:28 UTC (rev 115271)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Hans Janssen 
-# Contributor: my64 
-# Contributor: Colin Pitrat 
-
-pkgname=openscenegraph
-pkgver=3.2.0
-pkgrel=4
-pkgdesc="An Open Source, high performance real-time graphics toolkit"
-arch=('i686' 'x86_64')
-license=('custom:OSGPL')
-url="http://www.openscenegraph.org";
-depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
-makedepends=('cmake' 'libvncserver' 'qt4' 'ffmpeg-compat' 'mesa')
-optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt4')
-conflicts=('openthreads')
-provides=('openthreads')
-#source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip
-source=(http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip
-   giflib.patch)
-md5sums=('4980f8692712a24d4c99f363f80c6814'
- '8c06c8410e8840e83c242b8b401cdad7')
-
-prepare() {
-  cd OpenSceneGraph-$pkgver
-  patch -p1 <$srcdir/giflib.patch
-}
-
-build() {
-  cd OpenSceneGraph-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat"
-  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
-  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS"
-  [ $NOEXTRACT -eq 1 ] || cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DFFMPEG_LIBAVCODEC_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVCODEC_LIBRARIES=/usr/lib/ffmpeg-compat/libavcodec.so \
--DFFMPEG_LIBAVDEVICE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVDEVICE_LIBRARIES=/usr/lib/ffmpeg-compat/libavdevice.so \
--DFFMPEG_LIBAVFORMAT_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVFORMAT_LIBRARIES=/usr/lib/ffmpeg-compat/libavformat.so \
--DFFMPEG_LIBAVUTIL_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVUTIL_LIBRARIES=/usr/lib/ffmpeg-compat/libavutil.so \
--DFFMPEG_LIBSWSCALE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBSWSCALE_LIBRARIES=/usr/lib/ffmpeg-compat/libswscale.so
-
-#  sed -i 's|#include |//#include |' 
src/osgPlugins/curl/ReaderWriterCURL.cpp
-  make
-}
-
-package() {
-  cd OpenSceneGraph-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  [ -d "$pkgdir/usr/lib64" ] && mv "$pkgdir/usr/lib64" "$pkgdir/usr/lib" || 
true
-}

Copied: openscenegraph/repos/community-i686/PKGBUILD (from rev 115270, 
openscenegraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-07 09:30:28 UTC (rev 115271)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Hans Janssen 
+# Contributor: my64 
+# Contributor: Colin Pitrat 
+
+pkgname=openscenegraph
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="An Open Source, high performance real-time graphics toolkit"
+arch=('i686' 'x86_64')
+license=('custom:OSGPL')
+url="http://www.openscenegraph.org";
+depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
+makedepends=('cmake' 'libvncserver' 'qt4' 'ffmpeg-compat' 'mesa')
+optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt4')
+conflicts=('openthreads')
+provides=('openthreads')
+#source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip
+source=(http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip
+   giflib.patch)
+md5sums=('4f95206a1eef218bd007c3b43e1334f5'
+ '8c06c8410e8840e83c242b8b401cdad7')
+
+prepare() {
+  cd OpenSceneGraph-$pkgver
+  patch -p1 <$srcdir/giflib.patch
+}
+
+build() {
+  cd OpenSceneGraph-$pkgver
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat"
+  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
+  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS"
+  [ $NOEXTRACT -eq 1 ] || cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DFFMPEG_LIBAVCODEC_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVCODEC_L

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

2014-07-07 Thread Felix Yan
Date: Monday, July 7, 2014 @ 09:50:58
  Author: fyan
Revision: 115264

upgpkg: ibus-kkc 1.5.21-1

Modified:
  ibus-kkc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 07:45:38 UTC (rev 115263)
+++ PKGBUILD2014-07-07 07:50:58 UTC (rev 115264)
@@ -2,7 +2,7 @@
 # Contributor: ponsfoot 
 
 pkgname=ibus-kkc
-pkgver=1.5.20
+pkgver=1.5.21
 pkgrel=1
 pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
 arch=('i686' 'x86_64')
@@ -11,6 +11,7 @@
 depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
 makedepends=('vala' 'intltool')
 
source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('528eba58b6c1364d97441952b3def001457639478b3d0427d10d6edcd1c52aa5b97a8805b5475b4bd0a01ffc432daa44e517325ad9ebb3f0ce1b3395a24c2cc9')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -23,4 +24,3 @@
   make DESTDIR="$pkgdir" install
 }
 
-sha512sums=('ebbc77ce7a454c75b4edfa885e240c6ec45f701b19e56bf6e785f0dbb17dac9d64175e7972ae3c428ff2f880ebe236af8b11829c023aae1079d8302f5494509d')



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

2014-07-07 Thread Felix Yan
Date: Monday, July 7, 2014 @ 09:51:37
  Author: fyan
Revision: 115265

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

Added:
  ibus-kkc/repos/community-i686/PKGBUILD
(from rev 115264, ibus-kkc/trunk/PKGBUILD)
  ibus-kkc/repos/community-x86_64/PKGBUILD
(from rev 115264, ibus-kkc/trunk/PKGBUILD)
Deleted:
  ibus-kkc/repos/community-i686/PKGBUILD
  ibus-kkc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-07 07:50:58 UTC (rev 115264)
+++ community-i686/PKGBUILD 2014-07-07 07:51:37 UTC (rev 115265)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: ponsfoot 
-
-pkgname=ibus-kkc
-pkgver=1.5.20
-pkgrel=1
-pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/libkkc";
-license=('GPL')
-depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
-makedepends=('vala' 'intltool')
-source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('ebbc77ce7a454c75b4edfa885e240c6ec45f701b19e56bf6e785f0dbb17dac9d64175e7972ae3c428ff2f880ebe236af8b11829c023aae1079d8302f5494509d')

Copied: ibus-kkc/repos/community-i686/PKGBUILD (from rev 115264, 
ibus-kkc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-07 07:51:37 UTC (rev 115265)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: ponsfoot 
+
+pkgname=ibus-kkc
+pkgver=1.5.21
+pkgrel=1
+pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/libkkc";
+license=('GPL')
+depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
+makedepends=('vala' 'intltool')
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('528eba58b6c1364d97441952b3def001457639478b3d0427d10d6edcd1c52aa5b97a8805b5475b4bd0a01ffc432daa44e517325ad9ebb3f0ce1b3395a24c2cc9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-07 07:50:58 UTC (rev 115264)
+++ community-x86_64/PKGBUILD   2014-07-07 07:51:37 UTC (rev 115265)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: ponsfoot 
-
-pkgname=ibus-kkc
-pkgver=1.5.20
-pkgrel=1
-pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/libkkc";
-license=('GPL')
-depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
-makedepends=('vala' 'intltool')
-source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('ebbc77ce7a454c75b4edfa885e240c6ec45f701b19e56bf6e785f0dbb17dac9d64175e7972ae3c428ff2f880ebe236af8b11829c023aae1079d8302f5494509d')

Copied: ibus-kkc/repos/community-x86_64/PKGBUILD (from rev 115264, 
ibus-kkc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-07 07:51:37 UTC (rev 115265)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: ponsfoot 
+
+pkgname=ibus-kkc
+pkgver=1.5.21
+pkgrel=1
+pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/libkkc";
+license=('GPL')
+depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
+makedepends=('vala' 'intltool')
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('528eba58b6c1364d97441952b3def001457639478b3d0427d10d6edcd1c52aa5b97a8805b5475b4bd0a01ffc432daa44e517325ad9ebb3f0ce1b3395a24c2cc9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+



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

2014-07-07 Thread Felix Yan
Date: Monday, July 7, 2014 @ 09:45:38
  Author: fyan
Revision: 115263

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-07 07:45:06 UTC (rev 115262)
+++ community-i686/PKGBUILD 2014-07-07 07:45:38 UTC (rev 115263)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: ponsfoot 
-
-pkgname=libkkc
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="Japanese Kana Kanji conversion library"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/libkkc";
-license=('GPL')
-depends=('marisa' 'json-glib' 'libgee06')
-makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
-optdepends=('sh: to use kkc-package-data')
-source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  PYTHON=/usr/bin/python2 \
-  ./configure --prefix=/usr --disable-static --disable-silent-rules
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -d "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
-  install -m 644 README data/rules/README.rules COPYING \
-"${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
-}
-
-sha512sums=('6e3463f9a14739b2bfa87de1339a00d9a617fdbc17f412765feadc5a4bd4b9b70cacc03b5f7b656868059656ed517c8ce8786c2051117541b8a8653234e29cba')

Copied: libkkc/repos/community-i686/PKGBUILD (from rev 115262, 
libkkc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-07 07:45:38 UTC (rev 115263)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: ponsfoot 
+
+pkgname=libkkc
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="Japanese Kana Kanji conversion library"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/libkkc";
+license=('GPL')
+depends=('marisa' 'json-glib' 'libgee')
+makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
+optdepends=('sh: to use kkc-package-data')
+source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('ec6afc488e8e176b7c180254a21097ba4de2091c1959f4088c01c915c641a7eca28bf709e65c2aeed9f2f327090125ae4b48d1b71a9e12cf7667947769537759')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  PYTHON=/usr/bin/python2 \
+  ./configure --prefix=/usr --disable-static --disable-silent-rules
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -d "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
+  install -m 644 README data/rules/README.rules COPYING \
+"${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-07 07:45:06 UTC (rev 115262)
+++ community-x86_64/PKGBUILD   2014-07-07 07:45:38 UTC (rev 115263)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: ponsfoot 
-
-pkgname=libkkc
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="Japanese Kana Kanji conversion library"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/libkkc";
-license=('GPL')
-depends=('marisa' 'json-glib' 'libgee06')
-makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
-optdepends=('sh: to use kkc-package-data')
-source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  PYTHON=/usr/bin/python2 \
-  ./configure --prefix=/usr --disable-static --disable-silent-rules
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -d "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
-  install -m 644 README data/rules/README.rules COPYING \
-"${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
-}
-
-sha512sums=('6e3463f9a14739b2bfa87de1339a00d9a617fdbc17f412765feadc5a4bd4b9b70cacc03b5f7b656868059656ed517c8ce8786c2051117541b8a8653234e29cba')

Copied: libkkc/repos/community-x86_64/PKGBUILD (from rev 115262, 
libkkc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-07 07:45:38 UTC (rev 115263)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: ponsfoot 
+
+pkgname=libkkc
+pkgver=0.3.4
+pkgrel=1

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

2014-07-07 Thread Felix Yan
Date: Monday, July 7, 2014 @ 09:45:06
  Author: fyan
Revision: 115262

upgpkg: libkkc 0.3.4-1

Modified:
  libkkc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 07:19:57 UTC (rev 115261)
+++ PKGBUILD2014-07-07 07:45:06 UTC (rev 115262)
@@ -3,16 +3,17 @@
 # Contributor: ponsfoot 
 
 pkgname=libkkc
-pkgver=0.3.3
+pkgver=0.3.4
 pkgrel=1
 pkgdesc="Japanese Kana Kanji conversion library"
 arch=('i686' 'x86_64')
 url="https://bitbucket.org/libkkc";
 license=('GPL')
-depends=('marisa' 'json-glib' 'libgee06')
+depends=('marisa' 'json-glib' 'libgee')
 makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
 optdepends=('sh: to use kkc-package-data')
 
source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('ec6afc488e8e176b7c180254a21097ba4de2091c1959f4088c01c915c641a7eca28bf709e65c2aeed9f2f327090125ae4b48d1b71a9e12cf7667947769537759')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -30,4 +31,3 @@
 "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
 }
 
-sha512sums=('6e3463f9a14739b2bfa87de1339a00d9a617fdbc17f412765feadc5a4bd4b9b70cacc03b5f7b656868059656ed517c8ce8786c2051117541b8a8653234e29cba')



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

2014-07-07 Thread Felix Yan
Date: Monday, July 7, 2014 @ 09:19:57
  Author: fyan
Revision: 115261

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
(from rev 115260, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-any/sgml_fix.patch
(from rev 115260, ibus-table/trunk/sgml_fix.patch)
Deleted:
  ibus-table/repos/community-any/PKGBUILD
  ibus-table/repos/community-any/sgml_fix.patch

+
 PKGBUILD   |   84 +++
 sgml_fix.patch |   48 +++
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-07 07:19:33 UTC (rev 115260)
+++ PKGBUILD2014-07-07 07:19:57 UTC (rev 115261)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: coderoar 
-# Contributor: leemars 
-# Contributor: Daniel J Griffiths 
-
-pkgname=ibus-table
-pkgver=1.8.3
-pkgrel=1
-pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
-arch=('any')
-url="http://code.google.com/p/ibus/";
-license=('LGPL')
-makedepends=('git' 'docbook2x' 'docbook-sgml')
-depends=('python-pyenchant' 'ibus' 'aspell-en')
-source=("git+https://github.com/kaio/ibus-table.git#tag=$pkgver";
-sgml_fix.patch)
-sha512sums=('SKIP'
-
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -p1 -i ../sgml_fix.patch
-}
-
-build() {
-  cd $pkgname
-
-  PYTHON=/usr/bin/python3 ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 115260, 
ibus-table/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-07 07:19:57 UTC (rev 115261)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: coderoar 
+# Contributor: leemars 
+# Contributor: Daniel J Griffiths 
+
+pkgname=ibus-table
+pkgver=1.8.4
+pkgrel=1
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
+arch=('any')
+url="http://code.google.com/p/ibus/";
+license=('LGPL')
+makedepends=('git' 'docbook2x' 'docbook-sgml')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=("git+https://github.com/kaio/ibus-table.git#tag=$pkgver";
+sgml_fix.patch)
+sha512sums=('SKIP'
+
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
+
+prepare() {
+  cd ${pkgname}
+
+  patch -p1 -i ../sgml_fix.patch
+}
+
+build() {
+  cd $pkgname
+
+  PYTHON=/usr/bin/python3 ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: sgml_fix.patch
===
--- sgml_fix.patch  2014-07-07 07:19:33 UTC (rev 115260)
+++ sgml_fix.patch  2014-07-07 07:19:57 UTC (rev 115261)
@@ -1,24 +0,0 @@
-diff --git a/engine/Makefile.am b/engine/Makefile.am
-index 1334876..1836439 100644
 a/engine/Makefile.am
-+++ b/engine/Makefile.am
-@@ -21,6 +21,7 @@
- 
- DOC2MAN = docbook2man
- SGML = ibus-table-createdb.sgml
-+XML = ibus-table-createdb.xml
- BUILT_MANS = ibus-table-createdb.1
- man_MANS = $(BUILT_MANS)
- 
-@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
- 
- ${man_MANS}: ${SGML}
-   $(AM_V_GEN) $(RM) $@; \
--  $(DOC2MAN) ${SGML}; \
--  $(RM) manpage.*
-+  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML} > 
${XML}; \
-+  $(DOC2MAN) ${XML}; \
-+  $(RM) manpage.* ${XML}
- 
- table.xml: table.xml.in
-   ( \

Copied: ibus-table/repos/community-any/sgml_fix.patch (from rev 115260, 
ibus-table/trunk/sgml_fix.patch)
===
--- sgml_fix.patch  (rev 0)
+++ sgml_fix.patch  2014-07-07 07:19:57 UTC (rev 115261)
@@ -0,0 +1,24 @@
+diff --git a/engine/Makefile.am b/engine/Makefile.am
+index 1334876..1836439 100644
+--- a/engine/Makefile.am
 b/engine/Makefile.am
+@@ -21,6 +21,7 @@
+ 
+ DOC2MAN = docbook2man
+ SGML = ibus-table-createdb.sgml
++XML = ibus-table-createdb.xml
+ BUILT_MANS = ibus-table-createdb.1
+ man_MANS = $(BUILT_MANS)
+ 
+@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
+ 
+ ${man_MANS}: ${SGML}
+   $(AM_V_GEN) $(RM) $@; \
+-  $(DOC2MAN) ${SGML}; \
+-  $(RM) manpage.*
++  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML} > 
${XML}; \
++  $(DOC2MAN) ${XML}; \
++  $(RM) manpage.* ${XML}
+ 
+ table.xml: table.xml.in
+   ( \



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

2014-07-07 Thread Felix Yan
Date: Monday, July 7, 2014 @ 09:19:33
  Author: fyan
Revision: 115260

upgpkg: ibus-table 1.8.4-1

Modified:
  ibus-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 03:06:38 UTC (rev 115259)
+++ PKGBUILD2014-07-07 07:19:33 UTC (rev 115260)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=ibus-table
-pkgver=1.8.3
+pkgver=1.8.4
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')