[arch-commits] Commit in cuda/repos/community-x86_64 (8 files)

2015-04-24 Thread Sven-Hendrik Haase
Date: Friday, April 24, 2015 @ 12:18:51
  Author: svenstaro
Revision: 132097

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 132096, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 132096, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 132096, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 132096, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  124 -
 cuda.conf|4 -
 cuda.install |   22 +-
 cuda.sh  |2 
 4 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-24 10:14:22 UTC (rev 132096)
+++ PKGBUILD2015-04-24 10:18:51 UTC (rev 132097)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=cuda
-pkgver=7.0.28
-pkgrel=1
-pkgdesc=NVIDIA's GPU programming toolkit
-arch=('x86_64')
-url=http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_installers/cuda_${pkgver}_linux.run
-cuda.sh
-cuda.conf)
-md5sums=('312aede1c3d1d3425c8caa67bbb7a55e'
- '7e5990e03eea90075f5a500e91a0c3d3'
- 'ffe1e6fb7f97b23da28fd94a5fd7356d')
-
-prepare() {
-  sh cuda_${pkgver}_linux.run -extract=${srcdir}
-  ./cuda-linux64-rel-*.run --noexec --keep
-  ./cuda-samples-linux-*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-}
-
-package() {
-  cd pkg
-  perl install-linux.pl -prefix=${pkgdir}/opt/cuda -noprompt
-  perl install-sdk-linux.pl -cudaprefix=${pkgdir}/opt/cuda 
-prefix=${pkgdir}/opt/cuda/samples -noprompt
-
-  # allow gcc 4.9 to work
-  #sed -i /unsupported GNU/d $pkgdir/opt/cuda/include/host_config.h
-
-  install -Dm755 ${srcdir}/cuda.sh ${pkgdir}/etc/profile.d/cuda.sh
-  install -Dm644 ${srcdir}/cuda.conf ${pkgdir}/etc/ld.so.conf.d/cuda.conf
-
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf
-
-  # remove redundant man and samples
-  rm -fr ${pkgdir}/opt/cuda/doc/man
-  rm -fr ${pkgdir}/opt/cuda/cuda-samples
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 132096, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-24 10:18:51 UTC (rev 132097)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=cuda
+pkgver=7.0.28
+pkgrel=2
+pkgdesc=NVIDIA's GPU programming toolkit
+arch=('x86_64')
+url=http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_installers/cuda_${pkgver}_linux.run
+cuda.sh
+cuda.conf)
+md5sums=('312aede1c3d1d3425c8caa67bbb7a55e'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ 'ffe1e6fb7f97b23da28fd94a5fd7356d')
+
+prepare() {
+  sh cuda_${pkgver}_linux.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
+  

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

2015-04-24 Thread Sven-Hendrik Haase
Date: Friday, April 24, 2015 @ 13:20:45
  Author: svenstaro
Revision: 132103

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

Added:
  blender/repos/community-staging-i686/
  blender/repos/community-staging-i686/PKGBUILD
(from rev 132102, blender/trunk/PKGBUILD)
  blender/repos/community-staging-i686/blender.install
(from rev 132102, blender/trunk/blender.install)
  blender/repos/community-staging-x86_64/
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 132102, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/blender.install
(from rev 132102, blender/trunk/blender.install)

--+
 community-staging-i686/PKGBUILD  |   96 +
 community-staging-i686/blender.install   |   13 +++
 community-staging-x86_64/PKGBUILD|   96 +
 community-staging-x86_64/blender.install |   13 +++
 4 files changed, 218 insertions(+)

Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 132102, 
blender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-24 11:20:45 UTC (rev 132103)
@@ -0,0 +1,96 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+_gittag=v2.74
+#_gitcommit=b4d8fb57
+
+pkgname=blender
+pkgver=2.74
+[[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=2
+epoch=16
+pkgdesc=A fully integrated 3D graphics creation suite
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
+[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+source=(git://git.blender.org/blender-addons.git
+git://git.blender.org/blender-addons-contrib.git
+git://git.blender.org/blender-translations.git
+git://git.blender.org/scons.git)
+if [[ -n $_gittag ]]; then
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
+else
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  git submodule init
+  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
+  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
+  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
+  git config submodule.scons.url ${srcdir}/scons
+  git submodule update
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir build  cd build
+
+  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
+
+  cmake -C../build_files/cmake/config/blender_full.cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_LLVM=ON \
+-DWITH_SYSTEM_OPENJPEG=ON \
+-DWITH_GL_PROFILE_CORE=OFF \
+-DWITH_GL_PROFILE_ES20=OFF \
+-DLLVM_VERSION=3.5 \
+-DLLVM_STATIC=ON \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_OSL=ON \
+-DPYTHON_VERSION=3.4 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.4m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+
+  make DESTDIR=${pkgdir} install
+  python -m compileall ${pkgdir}/usr/share/blender
+  python -O -m compileall ${pkgdir}/usr/share/blender
+}

Copied: blender/repos/community-staging-i686/blender.install (from rev 132102, 
blender/trunk/blender.install)
===
--- community-staging-i686/blender.install  (rev 0)
+++ community-staging-i686/blender.install  

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

2015-04-24 Thread Sven-Hendrik Haase
Date: Friday, April 24, 2015 @ 13:20:39
  Author: svenstaro
Revision: 132102

upgpkg: blender 16:2.74-2

boost 1.58.0 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 11:16:17 UTC (rev 132101)
+++ PKGBUILD2015-04-24 11:20:39 UTC (rev 132102)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.74
 [[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=1
+pkgrel=2
 epoch=16
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')


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

2015-04-24 Thread Sergej Pupykin
Date: Friday, April 24, 2015 @ 13:01:57
  Author: spupykin
Revision: 132099

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

Added:
  gpsdrive/repos/community-staging-i686/
  gpsdrive/repos/community-staging-i686/PKGBUILD
(from rev 132098, gpsdrive/trunk/PKGBUILD)
  gpsdrive/repos/community-staging-i686/gpsdrive-perltovendor.patch
(from rev 132098, gpsdrive/trunk/gpsdrive-perltovendor.patch)
  gpsdrive/repos/community-staging-i686/gpsdrive.install
(from rev 132098, gpsdrive/trunk/gpsdrive.install)
  gpsdrive/repos/community-staging-x86_64/
  gpsdrive/repos/community-staging-x86_64/PKGBUILD
(from rev 132098, gpsdrive/trunk/PKGBUILD)
  gpsdrive/repos/community-staging-x86_64/gpsdrive-perltovendor.patch
(from rev 132098, gpsdrive/trunk/gpsdrive-perltovendor.patch)
  gpsdrive/repos/community-staging-x86_64/gpsdrive.install
(from rev 132098, gpsdrive/trunk/gpsdrive.install)

--+
 community-staging-i686/PKGBUILD  |   72 +
 community-staging-i686/gpsdrive-perltovendor.patch   |   28 ++
 community-staging-i686/gpsdrive.install  |4 
 community-staging-x86_64/PKGBUILD|   72 +
 community-staging-x86_64/gpsdrive-perltovendor.patch |   28 ++
 community-staging-x86_64/gpsdrive.install|4 
 6 files changed, 208 insertions(+)

Copied: gpsdrive/repos/community-staging-i686/PKGBUILD (from rev 132098, 
gpsdrive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-24 11:01:57 UTC (rev 132099)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: damir da...@archlinux.org
+
+pkgname=gpsdrive
+pkgver=2.11
+_pkgver=20150407
+pkgrel=27
+pkgdesc=A car (bike, ship, plane) navigation system
+arch=(i686 x86_64)
+url=http://www.gpsdrive.de/;
+license=('GPL2')
+depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 
'postgresql-libs' 'openstreetmap-map-icons-svn'
+ 'perl-date-manip' 'perl-timedate' 'perl-dbi' 'perl-file-slurp' 
'perl-www-mechanize' 'perl-libwww' 'perl-uri'
+ 'perl-text-query' 'perl-www-curl' 'perl-xml-parser' 'perl-xml-simple' 
'perl-xml-twig' 'perl-xml-writer')
+makedepends=('cmake=2.4.4' 'boost' 'cfitsio')
+install=gpsdrive.install
+#source=(http://www.gpsdrive.de/packages/${pkgname}-${pkgver}.tar.gz;)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2015/${pkgname}-${_pkgver}.tar.xz;
+   gpsdrive-perltovendor.patch)
+md5sums=('c363e751ba1e70e49b198a1889142ca5'
+ 'c28bc2dc51a76a39161bf540aebfab6c')
+
+prepare() {
+  cd $srcdir
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+  sed -i 's|GdkGC \*kontext_map;|extern GdkGC *kontext_map;|' 
$srcdir/gpsdrive-${_pkgver}/src/gpsdrive.c
+  sed -i '22,1i#include mapnik/graphics.hpp' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+  sed -i 's|datasource_cache::instance()-|datasource_cache::instance().|' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+  (cd gpsdrive-${_pkgver}  patch -p1 $srcdir/gpsdrive-perltovendor.patch)
+}
+
+build() {
+  cd $srcdir
+
+  mkdir -p build
+  cd build
+
+  export CFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export CPPFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export CXXFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export LDFLAGS=`pkg-config --libs gtk+-2.0 gmodule-2.0` -lboost_system 
-lboost_thread
+
+  # see DefineOptions.cmake for a list of common options and defaults
+  # cmake -L for a more in-depth listing
+  cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_SCRIPTS=ON \
+-DWITH_MAPNIK=ON \
+-DWITH_POSTGIS=ON \
+-DWITH_GDAL=ON \
+-DWITH_BASEMAPS=ON \
+-DWITH_FRIENDSD=ON \
+-DWITH_KISMET=ON \
+-DWITH_NAVIGATION=ON \
+-DWITH_SPEECH=OFF \
+-DWITH_DBUS=OFF \
+-DLIBGPS_OLD=OFF \
+-DFREETYPE2_INCLUDE_DIRS=/usr/include/freetype2 \
+-DFREETYPE2_LIBRARIES=/usr/lib \
+$srcdir/gpsdrive-${_pkgver}
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: gpsdrive/repos/community-staging-i686/gpsdrive-perltovendor.patch (from 
rev 132098, gpsdrive/trunk/gpsdrive-perltovendor.patch)
===
--- community-staging-i686/gpsdrive-perltovendor.patch  
(rev 0)
+++ community-staging-i686/gpsdrive-perltovendor.patch  2015-04-24 11:01:57 UTC 
(rev 132099)
@@ -0,0 +1,28 @@
+diff -ru gpsdrive-2.11/scripts/osm/perl_lib/CMakeLists.txt 
gpsdrive-2.11-patched/scripts/osm/perl_lib/CMakeLists.txt
+--- gpsdrive-2.11/scripts/osm/perl_lib/CMakeLists.txt  

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

2015-04-24 Thread Sergej Pupykin
Date: Friday, April 24, 2015 @ 13:01:40
  Author: spupykin
Revision: 132098

upgpkg: gpsdrive 2.11-27

upd

Modified:
  gpsdrive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 10:18:51 UTC (rev 132097)
+++ PKGBUILD2015-04-24 11:01:40 UTC (rev 132098)
@@ -6,7 +6,7 @@
 pkgname=gpsdrive
 pkgver=2.11
 _pkgver=20150407
-pkgrel=26
+pkgrel=27
 pkgdesc=A car (bike, ship, plane) navigation system
 arch=(i686 x86_64)
 url=http://www.gpsdrive.de/;


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

2015-04-24 Thread Jan Steffens
Date: Friday, April 24, 2015 @ 13:15:35
  Author: heftig
Revision: 132100

2.4.6-2

Modified:
  lib32-libltdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 11:01:57 UTC (rev 132099)
+++ PKGBUILD2015-04-24 11:15:35 UTC (rev 132100)
@@ -6,8 +6,8 @@
 # NOTE: requires rebuilt with each new gcc version
 
 pkgname=lib32-libltdl
-pkgver=2.4.5
-pkgrel=1
+pkgver=2.4.6
+pkgrel=2
 pkgdesc=A generic library support script (32-bit)
 arch=('x86_64')
 url=http://www.gnu.org/software/libtool;
@@ -19,7 +19,7 @@
 conflicts=('lib32-libtool')
 replaces=('lib32-libtool')
 source=(ftp://ftp.gnu.org/pub/gnu/libtool/libtool-${pkgver}.tar.xz{,.sig})
-md5sums=('ee9c087775aeb98ce53a9c69da865a55'
+md5sums=('1bfb9b923f2c1339b4d2ce1807064aa5'
  'SKIP')
 validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')   # Gary Vaughan
 


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

2015-04-24 Thread Sven-Hendrik Haase
Date: Friday, April 24, 2015 @ 13:43:25
  Author: svenstaro
Revision: 132106

Add note about examples and boost 1.58

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 11:42:26 UTC (rev 132105)
+++ PKGBUILD2015-04-24 11:43:25 UTC (rev 132106)
@@ -40,6 +40,7 @@
   -DBUILD_EXAMPLES=OFF \
   -DINSTALL_FINDWT_CMAKE_FILE=ON \
   ..
+  # build examples again when they are compatible with boost 1.58
   make
 }
 


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

2015-04-24 Thread Alexander Rødseth
Date: Friday, April 24, 2015 @ 10:49:24
  Author: arodseth
Revision: 132088

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

Added:
  powerdns/repos/community-staging-i686/PKGBUILD
(from rev 132087, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-i686/powerdns.install
(from rev 132087, powerdns/trunk/powerdns.install)
  powerdns/repos/community-staging-i686/powerdns.service
(from rev 132087, powerdns/trunk/powerdns.service)
  powerdns/repos/community-staging-x86_64/PKGBUILD
(from rev 132087, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-x86_64/powerdns.install
(from rev 132087, powerdns/trunk/powerdns.install)
  powerdns/repos/community-staging-x86_64/powerdns.service
(from rev 132087, powerdns/trunk/powerdns.service)
Deleted:
  powerdns/repos/community-staging-i686/PKGBUILD
  powerdns/repos/community-staging-i686/powerdns.install
  powerdns/repos/community-staging-i686/powerdns.service
  powerdns/repos/community-staging-x86_64/PKGBUILD
  powerdns/repos/community-staging-x86_64/powerdns.install
  powerdns/repos/community-staging-x86_64/powerdns.service

---+
 /PKGBUILD |  162 
 /powerdns.install |   28 
 /powerdns.service |   24 
 community-staging-i686/PKGBUILD   |   81 --
 community-staging-i686/powerdns.install   |   14 --
 community-staging-i686/powerdns.service   |   12 --
 community-staging-x86_64/PKGBUILD |   81 --
 community-staging-x86_64/powerdns.install |   14 --
 community-staging-x86_64/powerdns.service |   12 --
 9 files changed, 214 insertions(+), 214 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-04-24 07:28:13 UTC (rev 132087)
+++ community-staging-i686/PKGBUILD 2015-04-24 08:49:24 UTC (rev 132088)
@@ -1,81 +0,0 @@
-# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Kevin Mihelich ke...@archlinuxarm.org
-
-pkgname=powerdns
-pkgver=3.4.3
-pkgrel=2
-pkgdesc='Authoritative DNS server'
-arch=('x86_64' 'i686')
-url='http://www.powerdns.com/'
-license=('GPL')
-depends=('boost-libs' 'gcc-libs' 'sqlite' 'lua')
-makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua'
- 'libldap' 'sqlite')
-optdepends=('libmariadbclient: MariaDB/MySQL backend'
-'postgresql-libs: PostgreSQL backend' 'libldap: LDAP backend')
-options=('!makeflags')
-install=$pkgname.install
-backup=('etc/powerdns/pdns.conf')
-source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
-$pkgname.service)
-sha256sums=('5cd9a087757066427cd0c348f546cb84b4be4bd5e06c7ce969ec2bc21dbb8ce6'
-'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
-
-prepare() {
-  touch pdns-$pkgver/AUTHORS pdns-$pkgver/NEWS
-
-  # Make changes to pdns.conf, while basing it on pdns.conf-dist
-  cp pdns-$pkgver/pdns/pdns.conf-dist pdns.conf
-
-  # Default settings
-  for keyvalue in \
-allow-recursion=127.0.0.1 \
-cache-ttl=6 \
-chroot=/var/empty \
-config-dir=/etc \
-daemon=yes \
-distributor-threads=3 \
-guardian=yes \
-local-port=53 \
-loglevel=3 \
-module-dir=/usr/lib/powerdns \
-negquery-cache-ttl=60 \
-setgid=nobody \
-setuid=nobody \
-socket-dir=/var/run \
-webserver=no
-  do
-# Future versions of setconf may be able to comment out options as well.
-setconf -a pdns.conf $keyvalue
-  done
-}
-
-build() {
-  cd pdns-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---with-modules='' \
---with-dynmodules=ldap pipe gmysql gpgsql gsqlite3 geo bind \
---docdir=/usr/share/doc/powerdns \
---sbindir=/usr/bin \
---bindir=/usr/bin
-  make
-}
-
-package() {
-  make -C pdns-$pkgver DESTDIR=$pkgdir install
-  install -m644 pdns.conf $pkgdir/etc/powerdns/
-  install -Dm644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  mv $pkgdir/usr/lib/pdns $pkgdir/usr/lib/powerdns
-  rm -f $pkgdir/etc/powerdns/pdns.conf-dist
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-staging-i686/PKGBUILD (from rev 132087, 
powerdns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-24 08:49:24 UTC (rev 132088)
@@ -0,0 +1,81 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Kevin 

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

2015-04-24 Thread Alexander Rødseth
Date: Friday, April 24, 2015 @ 11:49:49
  Author: arodseth
Revision: 132094

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

Added:
  powerdns/repos/community-staging-i686/PKGBUILD
(from rev 132093, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-i686/powerdns.install
(from rev 132093, powerdns/trunk/powerdns.install)
  powerdns/repos/community-staging-i686/powerdns.service
(from rev 132093, powerdns/trunk/powerdns.service)
  powerdns/repos/community-staging-x86_64/PKGBUILD
(from rev 132093, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-x86_64/powerdns.install
(from rev 132093, powerdns/trunk/powerdns.install)
  powerdns/repos/community-staging-x86_64/powerdns.service
(from rev 132093, powerdns/trunk/powerdns.service)
Deleted:
  powerdns/repos/community-staging-i686/PKGBUILD
  powerdns/repos/community-staging-i686/powerdns.install
  powerdns/repos/community-staging-i686/powerdns.service
  powerdns/repos/community-staging-x86_64/PKGBUILD
  powerdns/repos/community-staging-x86_64/powerdns.install
  powerdns/repos/community-staging-x86_64/powerdns.service

---+
 /PKGBUILD |  162 
 /powerdns.install |   28 
 /powerdns.service |   24 
 community-staging-i686/PKGBUILD   |   81 --
 community-staging-i686/powerdns.install   |   14 --
 community-staging-i686/powerdns.service   |   12 --
 community-staging-x86_64/PKGBUILD |   81 --
 community-staging-x86_64/powerdns.install |   14 --
 community-staging-x86_64/powerdns.service |   12 --
 9 files changed, 214 insertions(+), 214 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-04-24 09:48:19 UTC (rev 132093)
+++ community-staging-i686/PKGBUILD 2015-04-24 09:49:49 UTC (rev 132094)
@@ -1,81 +0,0 @@
-# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Kevin Mihelich ke...@archlinuxarm.org
-
-pkgname=powerdns
-pkgver=3.4.4
-pkgrel=1
-pkgdesc='Authoritative DNS server'
-arch=('x86_64' 'i686')
-url='http://www.powerdns.com/'
-license=('GPL')
-depends=('boost-libs' 'gcc-libs' 'sqlite' 'lua')
-makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua'
- 'libldap' 'sqlite')
-optdepends=('libmariadbclient: MariaDB/MySQL backend'
-'postgresql-libs: PostgreSQL backend' 'libldap: LDAP backend')
-options=('!makeflags')
-install=$pkgname.install
-backup=('etc/powerdns/pdns.conf')
-source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
-$pkgname.service)
-sha256sums=('ec49f5a0b55b69ba057bf9ce28ab81e5258fc60c8d4954d9100fe3bb3efd09c8'
-'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
-
-prepare() {
-  touch pdns-$pkgver/AUTHORS pdns-$pkgver/NEWS
-
-  # Make changes to pdns.conf, while basing it on pdns.conf-dist
-  cp pdns-$pkgver/pdns/pdns.conf-dist pdns.conf
-
-  # Default settings
-  for keyvalue in \
-allow-recursion=127.0.0.1 \
-cache-ttl=6 \
-chroot=/var/empty \
-config-dir=/etc \
-daemon=yes \
-distributor-threads=3 \
-guardian=yes \
-local-port=53 \
-loglevel=3 \
-module-dir=/usr/lib/powerdns \
-negquery-cache-ttl=60 \
-setgid=nobody \
-setuid=nobody \
-socket-dir=/var/run \
-webserver=no
-  do
-# Future versions of setconf may be able to comment out options as well.
-setconf -a pdns.conf $keyvalue
-  done
-}
-
-build() {
-  cd pdns-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---with-modules='' \
---with-dynmodules=ldap pipe gmysql gpgsql gsqlite3 geo bind \
---docdir=/usr/share/doc/powerdns \
---sbindir=/usr/bin \
---bindir=/usr/bin
-  make
-}
-
-package() {
-  make -C pdns-$pkgver DESTDIR=$pkgdir install
-  install -m644 pdns.conf $pkgdir/etc/powerdns/
-  install -Dm644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  mv $pkgdir/usr/lib/pdns $pkgdir/usr/lib/powerdns
-  rm -f $pkgdir/etc/powerdns/pdns.conf-dist
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-staging-i686/PKGBUILD (from rev 132093, 
powerdns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-24 09:49:49 UTC (rev 132094)
@@ -0,0 +1,81 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Kevin 

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

2015-04-24 Thread Alexander Rødseth
Date: Friday, April 24, 2015 @ 11:48:19
  Author: arodseth
Revision: 132093

upgpkg: powerdns 3.4.4-2

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 09:23:16 UTC (rev 132092)
+++ PKGBUILD2015-04-24 09:48:19 UTC (rev 132093)
@@ -5,7 +5,7 @@
 
 pkgname=powerdns
 pkgver=3.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'


[arch-commits] Commit in python-requests/repos/extra-any (4 files)

2015-04-24 Thread Felix Yan
Date: Friday, April 24, 2015 @ 10:40:16
  Author: fyan
Revision: 237991

archrelease: copy trunk to extra-any

Added:
  python-requests/repos/extra-any/PKGBUILD
(from rev 237990, python-requests/trunk/PKGBUILD)
  python-requests/repos/extra-any/certs.patch
(from rev 237990, python-requests/trunk/certs.patch)
Deleted:
  python-requests/repos/extra-any/PKGBUILD
  python-requests/repos/extra-any/certs.patch

-+
 PKGBUILD|  116 +-
 certs.patch |   26 ++---
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-24 08:39:53 UTC (rev 237990)
+++ PKGBUILD2015-04-24 08:40:16 UTC (rev 237991)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=python-requests
-pkgname=('python-requests' 'python2-requests')
-pkgver=2.6.0
-pkgrel=1
-pkgdesc=Python HTTP for Humans
-arch=('any')
-url=http://python-requests.org;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/r/requests/requests-$pkgver.tar.gz
-certs.patch)
-sha256sums=('1cdbed1f0e236f35ef54e919982c7a338e4fea3786310933d3a7887a04b74d75'
-'e35e779d8640f35ea2ea51112f967d927b44d59483af4cd2c0945c84e79bb7c7')
-
-prepare() {
-cd $srcdir/requests-$pkgver
-patch -p1 -i $srcdir/certs.patch
-sed -r 's#(\W|^)requests/cacert\.pem(\W|$)##' -i MANIFEST.in
-rm -f requests/cacert.pem
-}
-
-build() {
-cd $srcdir/requests-$pkgver
-
-rm -rf ../buildpy3; mkdir ../buildpy3
-python setup.py build -b ../buildpy3
-
-rm -rf ../buildpy2; mkdir ../buildpy2
-python2 setup.py build -b ../buildpy2
-find ../buildpy2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
-}
-
-check() {
-cd $srcdir/requests-$pkgver
-test -f $(python -m requests.certs)
-}
-
-package_python-requests() {
-depends=('python')
-
-cd $srcdir/requests-$pkgver
-rm -rf build; ln -s ../buildpy3 build
-python setup.py install --skip-build -O1 --root=$pkgdir
-install -m0644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-requests() {
-depends=('python2')
-optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support'
-'python2-grequests: asynchronous requests with gevent')
-
-cd $srcdir/requests-$pkgver
-rm -rf build; ln -s ../buildpy2 build
-python2 setup.py install --skip-build -O1 --root=$pkgdir
-}

Copied: python-requests/repos/extra-any/PKGBUILD (from rev 237990, 
python-requests/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-24 08:40:16 UTC (rev 237991)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgbase=python-requests
+pkgname=('python-requests' 'python2-requests')
+pkgver=2.6.2
+pkgrel=1
+pkgdesc=Python HTTP for Humans
+arch=('any')
+url=http://python-requests.org;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/r/requests/requests-$pkgver.tar.gz
+certs.patch)
+sha256sums=('0577249d4b6c4b11fd97c28037e98664bfaa0559022fee7bcef6b752a106e505'
+'e35e779d8640f35ea2ea51112f967d927b44d59483af4cd2c0945c84e79bb7c7')
+
+prepare() {
+cd $srcdir/requests-$pkgver
+patch -p1 -i $srcdir/certs.patch
+sed -r 's#(\W|^)requests/cacert\.pem(\W|$)##' -i MANIFEST.in
+rm -f requests/cacert.pem
+
+cd $srcdir
+cp -a requests-$pkgver{,-py2}
+find requests-$pkgver-py2 -name \*.py -exec sed -r 
's|^#!(.*)python$|#!\1python2|' -i {} +
+}
+
+build() {
+cd $srcdir/requests-$pkgver
+python setup.py build
+
+cd $srcdir/requests-$pkgver-py2
+python2 setup.py build
+}
+
+check() {
+cd $srcdir/requests-$pkgver
+test -f $(python -m requests.certs)
+}
+
+package_python-requests() {
+depends=('python')
+
+cd $srcdir/requests-$pkgver
+python setup.py install --skip-build -O1 --root=$pkgdir
+install -m0644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-requests() {
+depends=('python2')
+optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support'
+'python2-grequests: asynchronous requests with gevent')
+
+cd $srcdir/requests-$pkgver-py2
+python2 setup.py install --skip-build -O1 --root=$pkgdir
+}

Deleted: certs.patch
===
--- certs.patch 2015-04-24 08:39:53 UTC (rev 237990)
+++ certs.patch 2015-04-24 08:40:16 UTC (rev 237991)
@@ -1,13 +0,0 @@
-diff --git a/requests/certs.py b/requests/certs.py
-index 07e6475..33db011 100644
 a/requests/certs.py
-+++ 

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

2015-04-24 Thread Alexander Rødseth
Date: Friday, April 24, 2015 @ 11:01:55
  Author: arodseth
Revision: 132090

archrelease: copy trunk to community-any

Added:
  wordpress/repos/community-any/PKGBUILD
(from rev 132089, wordpress/trunk/PKGBUILD)
  wordpress/repos/community-any/wordpress.install
(from rev 132089, wordpress/trunk/wordpress.install)
Deleted:
  wordpress/repos/community-any/PKGBUILD
  wordpress/repos/community-any/wordpress.install

---+
 PKGBUILD  |   60 ++--
 wordpress.install |   42 ++--
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-24 09:01:16 UTC (rev 132089)
+++ PKGBUILD2015-04-24 09:01:55 UTC (rev 132090)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas Dziedzic gostrc at gmail
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Kaos gianlucaatlas (at) gmail (dot) com
-# Contributor: Christopher Rogers slaxemulator.gmail.com
-
-pkgname=wordpress
-pkgver=4.1.2
-pkgrel=1
-pkgdesc='Blog tool and publishing platform'
-arch=('any')
-url='http://wordpress.org/'
-license=('GPL')
-depends=('php')
-optdepends=('apache: Web server to run wordpress'
-'nginx: Web server to run wordpress'
-'cherokee: Lightweight Web server to run wordpress'
-'mysql: Database server')
-options=('emptydirs')
-install=$pkgname.install
-source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e6a00cb181d1987cd48b44851c88aafbb318ecbcdf826f13cc012ed96c5d0091')
-
-package() {
-  install -d $pkgdir/usr/share/webapps
-  cp -r wordpress $pkgdir/usr/share/webapps
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/PKGBUILD (from rev 132089, 
wordpress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-24 09:01:55 UTC (rev 132090)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas Dziedzic gostrc at gmail
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Kaos gianlucaatlas (at) gmail (dot) com
+# Contributor: Christopher Rogers slaxemulator.gmail.com
+
+pkgname=wordpress
+pkgver=4.2
+pkgrel=1
+pkgdesc='Blog tool and publishing platform'
+arch=('any')
+url='http://wordpress.org/'
+license=('GPL')
+depends=('php')
+optdepends=('apache: Web server to run wordpress'
+'nginx: Web server to run wordpress'
+'cherokee: Lightweight Web server to run wordpress'
+'mysql: Database server')
+options=('emptydirs')
+install=$pkgname.install
+source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
+sha256sums=('5238dd5694bf343e24fc8bc7fa61d2cb0233759fa08dc4ff9dc49eb7ff3628f3')
+
+package() {
+  install -d $pkgdir/usr/share/webapps
+  cp -r wordpress $pkgdir/usr/share/webapps
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: wordpress.install
===
--- wordpress.install   2015-04-24 09:01:16 UTC (rev 132089)
+++ wordpress.install   2015-04-24 09:01:55 UTC (rev 132090)
@@ -1,21 +0,0 @@
-post_install() {
-  # Make uploads work
-  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
-  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
-  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
-}
-
-pre_remove() {
-  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
-  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
-}
-
-post_remove() {
-  rm -rf /usr/share/webapps/wordpress
-}
-
-post_upgrade() {
-  echo 'Wordpress is in /usr/share/webapps now'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/wordpress.install (from rev 132089, 
wordpress/trunk/wordpress.install)
===
--- wordpress.install   (rev 0)
+++ wordpress.install   2015-04-24 09:01:55 UTC (rev 132090)
@@ -0,0 +1,21 @@
+post_install() {
+  # Make uploads work
+  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
+  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
+  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
+}
+
+pre_remove() {
+  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
+  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
+}
+
+post_remove() {
+  rm -rf /usr/share/webapps/wordpress
+}
+
+post_upgrade() {
+  echo 'Wordpress is in /usr/share/webapps now'
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-04-24 Thread Alexander Rødseth
Date: Friday, April 24, 2015 @ 11:21:49
  Author: arodseth
Revision: 132091

upgpkg: powerdns-recursor 3.7.2-1

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 09:01:55 UTC (rev 132090)
+++ PKGBUILD2015-04-24 09:21:49 UTC (rev 132091)
@@ -4,7 +4,7 @@
 # Contributor: Jan Steffens hef...@archlinux.org
 
 pkgname=powerdns-recursor
-pkgver=3.7.1
+pkgver=3.7.2
 pkgrel=1
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
@@ -18,7 +18,7 @@
 backup=('etc/powerdns/recursor.conf')
 source=(http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2;
 'pdns-recursor.service')
-sha256sums=('e6b0d255a0d8cd023ebd63c50f453a305c649d04873859b4119745d64b8bd36d'
+sha256sums=('1366bc1bed7c96fbd3926cf7a9e6d365c53b8a99182642debe1b2863dd015a7e'
 'd4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
 
 build() {


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

2015-04-24 Thread Alexander Rødseth
Date: Friday, April 24, 2015 @ 11:23:16
  Author: arodseth
Revision: 132092

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

Added:
  powerdns-recursor/repos/community-i686/PKGBUILD
(from rev 132091, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-i686/pdns-recursor.service
(from rev 132091, powerdns-recursor/trunk/pdns-recursor.service)
  powerdns-recursor/repos/community-x86_64/PKGBUILD
(from rev 132091, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-x86_64/pdns-recursor.service
(from rev 132091, powerdns-recursor/trunk/pdns-recursor.service)
Deleted:
  powerdns-recursor/repos/community-i686/PKGBUILD
  powerdns-recursor/repos/community-i686/pdns-recursor.service
  powerdns-recursor/repos/community-x86_64/PKGBUILD
  powerdns-recursor/repos/community-x86_64/pdns-recursor.service

+
 /PKGBUILD  |   88 +++
 /pdns-recursor.service |   20 +++
 community-i686/PKGBUILD|   44 ---
 community-i686/pdns-recursor.service   |   10 ---
 community-x86_64/PKGBUILD  |   44 ---
 community-x86_64/pdns-recursor.service |   10 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-24 09:21:49 UTC (rev 132091)
+++ community-i686/PKGBUILD 2015-04-24 09:23:16 UTC (rev 132092)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Jan Steffens hef...@archlinux.org
-
-pkgname=powerdns-recursor
-pkgver=3.7.1
-pkgrel=1
-pkgdesc='Resolving DNS server'
-url='https://www.powerdns.com/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('gcc-libs' 'lua')
-makedepends=('boost')
-replaces=('pdns-recursor')
-provides=('pdns-recursor')
-conflicts=('pdns-recursor')
-backup=('etc/powerdns/recursor.conf')
-source=(http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2;
-'pdns-recursor.service')
-sha256sums=('e6b0d255a0d8cd023ebd63c50f453a305c649d04873859b4119745d64b8bd36d'
-'d4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
-
-build() {
-  cd pdns-recursor-$pkgver
-
-  ./configure --prefix=/usr
-  make -j1 LUA=1 \
-LUA_CPPFLAGS_CONFIG=$(pkg-config --cflags lua) \
-LUA_LIBS_CONFIG=$(pkg-config --libs lua)
-}
-
-package() {
-  cd pdns-recursor-$pkgver
-
-  make SBINDIR=/usr/bin DESTDIR=$pkgdir install
-  mv $pkgdir/etc/powerdns/recursor.conf-dist \
-$pkgdir/etc/powerdns/recursor.conf
-  rm -r $pkgdir/etc/init.d
-  install -Dm644 $srcdir/pdns-recursor.service \
-$pkgdir/usr/lib/systemd/system/pdns-recursor.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns-recursor/repos/community-i686/PKGBUILD (from rev 132091, 
powerdns-recursor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-24 09:23:16 UTC (rev 132092)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Jan Steffens hef...@archlinux.org
+
+pkgname=powerdns-recursor
+pkgver=3.7.2
+pkgrel=1
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('gcc-libs' 'lua')
+makedepends=('boost')
+replaces=('pdns-recursor')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2;
+'pdns-recursor.service')
+sha256sums=('1366bc1bed7c96fbd3926cf7a9e6d365c53b8a99182642debe1b2863dd015a7e'
+'d4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
+
+build() {
+  cd pdns-recursor-$pkgver
+
+  ./configure --prefix=/usr
+  make -j1 LUA=1 \
+LUA_CPPFLAGS_CONFIG=$(pkg-config --cflags lua) \
+LUA_LIBS_CONFIG=$(pkg-config --libs lua)
+}
+
+package() {
+  cd pdns-recursor-$pkgver
+
+  make SBINDIR=/usr/bin DESTDIR=$pkgdir install
+  mv $pkgdir/etc/powerdns/recursor.conf-dist \
+$pkgdir/etc/powerdns/recursor.conf
+  rm -r $pkgdir/etc/init.d
+  install -Dm644 $srcdir/pdns-recursor.service \
+$pkgdir/usr/lib/systemd/system/pdns-recursor.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/pdns-recursor.service
===
--- community-i686/pdns-recursor.service2015-04-24 09:21:49 UTC (rev 
132091)
+++ community-i686/pdns-recursor.service2015-04-24 09:23:16 UTC (rev 
132092)
@@ -1,10 +0,0 @@
-[Unit]
-Description=PowerDNS resolving DNS server

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

2015-04-24 Thread Alexander Rødseth
Date: Friday, April 24, 2015 @ 11:01:16
  Author: arodseth
Revision: 132089

upgpkg: wordpress 4.2-1

Modified:
  wordpress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 08:49:24 UTC (rev 132088)
+++ PKGBUILD2015-04-24 09:01:16 UTC (rev 132089)
@@ -6,7 +6,7 @@
 # Contributor: Christopher Rogers slaxemulator.gmail.com
 
 pkgname=wordpress
-pkgver=4.1.2
+pkgver=4.2
 pkgrel=1
 pkgdesc='Blog tool and publishing platform'
 arch=('any')
@@ -20,7 +20,7 @@
 options=('emptydirs')
 install=$pkgname.install
 source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e6a00cb181d1987cd48b44851c88aafbb318ecbcdf826f13cc012ed96c5d0091')
+sha256sums=('5238dd5694bf343e24fc8bc7fa61d2cb0233759fa08dc4ff9dc49eb7ff3628f3')
 
 package() {
   install -d $pkgdir/usr/share/webapps


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

2015-04-24 Thread Sven-Hendrik Haase
Date: Friday, April 24, 2015 @ 12:14:22
  Author: svenstaro
Revision: 132096

archrelease: copy trunk to extra-x86_64

Added:
  cuda/repos/extra-x86_64/
  cuda/repos/extra-x86_64/PKGBUILD
(from rev 132095, cuda/trunk/PKGBUILD)
  cuda/repos/extra-x86_64/cuda.conf
(from rev 132095, cuda/trunk/cuda.conf)
  cuda/repos/extra-x86_64/cuda.install
(from rev 132095, cuda/trunk/cuda.install)
  cuda/repos/extra-x86_64/cuda.sh
(from rev 132095, cuda/trunk/cuda.sh)

--+
 PKGBUILD |   62 +
 cuda.conf|2 +
 cuda.install |   11 ++
 cuda.sh  |1 
 4 files changed, 76 insertions(+)

Copied: cuda/repos/extra-x86_64/PKGBUILD (from rev 132095, cuda/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-24 10:14:22 UTC (rev 132096)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=cuda
+pkgver=7.0.28
+pkgrel=2
+pkgdesc=NVIDIA's GPU programming toolkit
+arch=('x86_64')
+url=http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_installers/cuda_${pkgver}_linux.run
+cuda.sh
+cuda.conf)
+md5sums=('312aede1c3d1d3425c8caa67bbb7a55e'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ 'ffe1e6fb7f97b23da28fd94a5fd7356d')
+
+prepare() {
+  sh cuda_${pkgver}_linux.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
+  -e 's|can_add_for_all_users;|1;|g' \
+  -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
+  -i pkg/install-linux.pl
+
+  # set right path in Samples Makefiles
+  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
+
+  # use python2
+  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
+}
+
+package() {
+  cd pkg
+  perl install-linux.pl -prefix=${pkgdir}/opt/cuda -noprompt
+  perl install-sdk-linux.pl -cudaprefix=${pkgdir}/opt/cuda 
-prefix=${pkgdir}/opt/cuda/samples -noprompt
+
+  # allow gcc 4.9 to work
+  sed -i /unsupported GNU/d $pkgdir/opt/cuda/include/host_config.h
+
+  install -Dm755 ${srcdir}/cuda.sh ${pkgdir}/etc/profile.d/cuda.sh
+  install -Dm644 ${srcdir}/cuda.conf ${pkgdir}/etc/ld.so.conf.d/cuda.conf
+
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
+  ln -s /opt/cuda/doc/pdf/EULA.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf
+
+  # remove redundant man and samples
+  rm -fr ${pkgdir}/opt/cuda/doc/man
+  rm -fr ${pkgdir}/opt/cuda/cuda-samples
+}

Copied: cuda/repos/extra-x86_64/cuda.conf (from rev 132095, 
cuda/trunk/cuda.conf)
===
--- extra-x86_64/cuda.conf  (rev 0)
+++ extra-x86_64/cuda.conf  2015-04-24 10:14:22 UTC (rev 132096)
@@ -0,0 +1,2 @@
+/opt/cuda/lib64
+/opt/cuda/lib

Copied: cuda/repos/extra-x86_64/cuda.install (from rev 132095, 
cuda/trunk/cuda.install)
===
--- extra-x86_64/cuda.install   (rev 0)
+++ extra-x86_64/cuda.install   2015-04-24 10:14:22 UTC (rev 132096)
@@ -0,0 +1,11 @@
+post_install() {
+echo The cuda binaries are in /opt/cuda/bin
+echo The cuda samples are in /opt/cuda/samples
+echo The cuda docs are in /opt/cuda/doc
+echo You need to relogin in order for the cuda binaries to appear in your 
PATH
+post_upgrade
+}
+
+post_upgrade() {
+ldconfig -r .
+}

Copied: cuda/repos/extra-x86_64/cuda.sh (from rev 132095, cuda/trunk/cuda.sh)
===
--- extra-x86_64/cuda.sh(rev 0)
+++ extra-x86_64/cuda.sh2015-04-24 10:14:22 UTC (rev 132096)
@@ -0,0 +1 @@
+export PATH=$PATH:/opt/cuda/bin


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

2015-04-24 Thread Sven-Hendrik Haase
Date: Friday, April 24, 2015 @ 12:14:06
  Author: svenstaro
Revision: 132095

upgpkg: cuda 7.0.28-2

We don't care about unsupported compilers lol

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 09:49:49 UTC (rev 132094)
+++ PKGBUILD2015-04-24 10:14:06 UTC (rev 132095)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=cuda
 pkgver=7.0.28
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA's GPU programming toolkit
 arch=('x86_64')
 url=http://www.nvidia.com/object/cuda_home.html;
@@ -48,7 +48,7 @@
   perl install-sdk-linux.pl -cudaprefix=${pkgdir}/opt/cuda 
-prefix=${pkgdir}/opt/cuda/samples -noprompt
 
   # allow gcc 4.9 to work
-  #sed -i /unsupported GNU/d $pkgdir/opt/cuda/include/host_config.h
+  sed -i /unsupported GNU/d $pkgdir/opt/cuda/include/host_config.h
 
   install -Dm755 ${srcdir}/cuda.sh ${pkgdir}/etc/profile.d/cuda.sh
   install -Dm644 ${srcdir}/cuda.conf ${pkgdir}/etc/ld.so.conf.d/cuda.conf


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

2015-04-24 Thread Felix Yan
Date: Friday, April 24, 2015 @ 10:39:53
  Author: fyan
Revision: 237990

upgpkg: python-requests 2.6.2-1

Modified:
  python-requests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 07:39:12 UTC (rev 237989)
+++ PKGBUILD2015-04-24 08:39:53 UTC (rev 237990)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgbase=python-requests
 pkgname=('python-requests' 'python2-requests')
-pkgver=2.6.0
+pkgver=2.6.2
 pkgrel=1
 pkgdesc=Python HTTP for Humans
 arch=('any')
@@ -12,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/r/requests/requests-$pkgver.tar.gz
 certs.patch)
-sha256sums=('1cdbed1f0e236f35ef54e919982c7a338e4fea3786310933d3a7887a04b74d75'
+sha256sums=('0577249d4b6c4b11fd97c28037e98664bfaa0559022fee7bcef6b752a106e505'
 'e35e779d8640f35ea2ea51112f967d927b44d59483af4cd2c0945c84e79bb7c7')
 
 prepare() {
@@ -20,17 +21,18 @@
 patch -p1 -i $srcdir/certs.patch
 sed -r 's#(\W|^)requests/cacert\.pem(\W|$)##' -i MANIFEST.in
 rm -f requests/cacert.pem
+
+cd $srcdir
+cp -a requests-$pkgver{,-py2}
+find requests-$pkgver-py2 -name \*.py -exec sed -r 
's|^#!(.*)python$|#!\1python2|' -i {} +
 }
 
 build() {
 cd $srcdir/requests-$pkgver
+python setup.py build
 
-rm -rf ../buildpy3; mkdir ../buildpy3
-python setup.py build -b ../buildpy3
-
-rm -rf ../buildpy2; mkdir ../buildpy2
-python2 setup.py build -b ../buildpy2
-find ../buildpy2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
+cd $srcdir/requests-$pkgver-py2
+python2 setup.py build
 }
 
 check() {
@@ -42,7 +44,6 @@
 depends=('python')
 
 cd $srcdir/requests-$pkgver
-rm -rf build; ln -s ../buildpy3 build
 python setup.py install --skip-build -O1 --root=$pkgdir
 install -m0644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
@@ -52,7 +53,6 @@
 optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support'
 'python2-grequests: asynchronous requests with gevent')
 
-cd $srcdir/requests-$pkgver
-rm -rf build; ln -s ../buildpy2 build
+cd $srcdir/requests-$pkgver-py2
 python2 setup.py install --skip-build -O1 --root=$pkgdir
 }


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

2015-04-24 Thread Sven-Hendrik Haase
Date: Friday, April 24, 2015 @ 13:42:20
  Author: svenstaro
Revision: 132104

upgpkg: wt 3.3.4-3

boost 1.58.0 rebuild

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 11:20:45 UTC (rev 132103)
+++ PKGBUILD2015-04-24 11:42:20 UTC (rev 132104)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.4
 _pkgver=3.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;
@@ -37,6 +37,8 @@
   -DWEBGROUP=http \
   -DUSE_SYSTEM_SQLITE3=ON \
   -DINSTALL_EXAMPLES=ON \
+  -DBUILD_EXAMPLES=OFF \
+  -DINSTALL_FINDWT_CMAKE_FILE=ON \
   ..
   make
 }
@@ -43,9 +45,9 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${_pkgver}/build
+
   make DESTDIR=${pkgdir} install
 
-  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.2/Modules/FindWt.cmake
   rm -r ${pkgdir}/usr/cmake
   rm -rf $pkgdir/var/run
 }


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

2015-04-24 Thread Sven-Hendrik Haase
Date: Friday, April 24, 2015 @ 13:42:26
  Author: svenstaro
Revision: 132105

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

Added:
  wt/repos/community-staging-i686/
  wt/repos/community-staging-i686/PKGBUILD
(from rev 132104, wt/trunk/PKGBUILD)
  wt/repos/community-staging-x86_64/
  wt/repos/community-staging-x86_64/PKGBUILD
(from rev 132104, wt/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   53 
 community-staging-x86_64/PKGBUILD |   53 
 2 files changed, 106 insertions(+)

Copied: wt/repos/community-staging-i686/PKGBUILD (from rev 132104, 
wt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-24 11:42:26 UTC (rev 132105)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Denis Martinez deuns.marti...@gmail.com
+
+pkgname=wt
+pkgver=3.3.4
+_pkgver=3.3.4
+pkgrel=3
+pkgdesc=a C++ library and application server for developing and deploying web 
applications
+arch=('i686' 'x86_64')
+url=http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
+md5sums=('fdbb6042c7d6901e254685966ff55fac')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]]  rm -r build
+  mkdir -p build  cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  -DBUILD_EXAMPLES=OFF \
+  -DINSTALL_FINDWT_CMAKE_FILE=ON \
+  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+
+  rm -r ${pkgdir}/usr/cmake
+  rm -rf $pkgdir/var/run
+}

Copied: wt/repos/community-staging-x86_64/PKGBUILD (from rev 132104, 
wt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-24 11:42:26 UTC (rev 132105)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Denis Martinez deuns.marti...@gmail.com
+
+pkgname=wt
+pkgver=3.3.4
+_pkgver=3.3.4
+pkgrel=3
+pkgdesc=a C++ library and application server for developing and deploying web 
applications
+arch=('i686' 'x86_64')
+url=http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
+md5sums=('fdbb6042c7d6901e254685966ff55fac')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]]  rm -r build
+  mkdir -p build  cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  -DBUILD_EXAMPLES=OFF \
+  -DINSTALL_FINDWT_CMAKE_FILE=ON \
+  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+
+  rm -r ${pkgdir}/usr/cmake
+  rm -rf $pkgdir/var/run
+}


[arch-commits] Commit in lib32-libltdl/repos (2 files)

2015-04-24 Thread Jan Steffens
Date: Friday, April 24, 2015 @ 13:16:17
  Author: heftig
Revision: 132101

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libltdl/repos/multilib-testing-x86_64/
  lib32-libltdl/repos/multilib-testing-x86_64/PKGBUILD
(from rev 132100, lib32-libltdl/trunk/PKGBUILD)

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

Copied: lib32-libltdl/repos/multilib-testing-x86_64/PKGBUILD (from rev 132100, 
lib32-libltdl/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-04-24 11:16:17 UTC (rev 132101)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=lib32-libltdl
+pkgver=2.4.6
+pkgrel=2
+pkgdesc=A generic library support script (32-bit)
+arch=('x86_64')
+url=http://www.gnu.org/software/libtool;
+license=('GPL')
+groups=('multilib-devel')
+depends=('sh' 'tar' 'lib32-glibc' 'libtool')
+makedepends=('gcc-multilib')
+provides=(lib32-libtool=$pkgver)
+conflicts=('lib32-libtool')
+replaces=('lib32-libtool')
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/libtool-${pkgver}.tar.xz{,.sig})
+md5sums=('1bfb9b923f2c1339b4d2ce1807064aa5'
+ 'SKIP')
+validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')   # Gary Vaughan
+
+build() {
+  cd ${srcdir}/libtool-${pkgver}
+  export CC=gcc -m32 CXX=g++ -m32
+  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec=/usr/lib 
/usr/lib32 --libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd ${srcdir}/libtool-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/libtool-${pkgver}
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+}


[arch-commits] Commit in mingw-w64-gcc/repos (4 files)

2015-04-24 Thread Sergej Pupykin
Date: Friday, April 24, 2015 @ 14:45:03
  Author: spupykin
Revision: 132110

archrelease: copy trunk to community-testing-i686

Added:
  mingw-w64-gcc/repos/community-testing-i686/
  mingw-w64-gcc/repos/community-testing-i686/PKGBUILD
(from rev 132109, mingw-w64-gcc/trunk/PKGBUILD)
  
mingw-w64-gcc/repos/community-testing-i686/gcc-make-xmmintrin-header-cplusplus-compatible.patch
(from rev 132109, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
  mingw-w64-gcc/repos/community-testing-i686/isl.patch
(from rev 132109, mingw-w64-gcc/trunk/isl.patch)

--+
 PKGBUILD |   87 +
 gcc-make-xmmintrin-header-cplusplus-compatible.patch |   24 
 isl.patch|   76 ++
 3 files changed, 187 insertions(+)

Copied: mingw-w64-gcc/repos/community-testing-i686/PKGBUILD (from rev 132109, 
mingw-w64-gcc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-24 12:45:03 UTC (rev 132110)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-gcc
+pkgver=5.1.0
+_islver=0.12.2
+_cloogver=0.18.1
+pkgrel=1
+pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
+arch=('i686' 'x86_64')
+url=http://gcc.gnu.org;
+license=('GPL' 'LGPL' 'FDL' 'custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+depends=('zlib' 'libmpc'
+'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
+'mingw-w64-headers')
+makedepends=(gcc-ada=${pkgver})
+#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
+optdepends=()
+provides=('mingw-w64-gcc-base')
+replaces=()
+backup=()
+options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
+   http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;
+   http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz;
+   'gcc-make-xmmintrin-header-cplusplus-compatible.patch')
+md5sums=('d5525b1127d07d215960e6051c5da35e'
+ 'e039bfcfb6c2ab039b8ee69bf883e824'
+ 'e34fca0540d840e5d0f6427e98c92252'
+ 'da6c9ba6baebe1286f3219d4181cdbb8')
+
+prepare() {
+  cd ${srcdir}/gcc-${pkgver}
+
+  # link isl/cloog for in-tree builds
+  ln -s ../isl-${_islver} isl
+  ln -s ../cloog-${_cloogver} cloog
+
+  #do not install libiberty
+  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  # The file xmmintrin.h doesn't contain an extern C part
+  # This conflicts with mingw-w64 intrin.h and results in build
+  # failure like this one in mingw-w64-qt5-qtbase:
+  # /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/xmmintrin.h:997:1: error: 
previous declaration of 'int _m_pextrw(__m64, int)' with 'C++' linkage
+  # /usr/i686-w64-mingw32/include/intrin.h:561:28: error: conflicts with new 
declaration with 'C' linkage
+  patch -p0 -i ${srcdir}/gcc-make-xmmintrin-header-cplusplus-compatible.patch
+}
+
+build() {
+  for _target in ${_targets}; do
+mkdir -p ${srcdir}/gcc-build-${_target}  cd 
${srcdir}/gcc-build-${_target}
+
+${srcdir}/gcc-${pkgver}/configure --prefix=/usr --libexecdir=/usr/lib \
+--target=${_target} \
+--enable-languages=c,lto,c++,objc,obj-c++,fortran,ada \
+--enable-shared --enable-static \
+--enable-threads=posix --enable-fully-dynamic-string 
--enable-libstdcxx-time=yes \
+--with-system-zlib --enable-cloog-backend=isl \
+--enable-lto --disable-dw2-exceptions --enable-libgomp \
+--disable-multilib --enable-checking=release --disable-libssp
+make all
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+cd ${srcdir}/gcc-build-${_target}
+make DESTDIR=${pkgdir} install
+${_target}-strip ${pkgdir}/usr/${_target}/lib/*.dll
+strip ${pkgdir}/usr/bin/${_target}-*
+strip 
${pkgdir}/usr/lib/gcc/${_target}/${pkgver}/{cc1*,collect2,gnat1,f951,lto*}
+ln -s ${_target}-gcc $pkgdir/usr/bin/${_target}-cc
+# mv dlls
+mkdir -p $pkgdir/usr/${_target}/bin/
+mv $pkgdir/usr/${_target}/lib/*.dll $pkgdir/usr/${_target}/bin/
+  done
+  strip ${pkgdir}/usr/bin/*
+  # remove unnecessary files
+  rm -r ${pkgdir}/usr/share
+}

Copied: 
mingw-w64-gcc/repos/community-testing-i686/gcc-make-xmmintrin-header-cplusplus-compatible.patch
 (from rev 132109, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
===
--- 

[arch-commits] Commit in mingw-w64-gcc/trunk (PKGBUILD)

2015-04-24 Thread Sergej Pupykin
Date: Friday, April 24, 2015 @ 14:44:43
  Author: spupykin
Revision: 132109

upgpkg: mingw-w64-gcc 5.1.0-1

upd

Modified:
  mingw-w64-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 12:23:59 UTC (rev 132108)
+++ PKGBUILD2015-04-24 12:44:43 UTC (rev 132109)
@@ -5,10 +5,10 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname=mingw-w64-gcc
-pkgver=4.9.2
+pkgver=5.1.0
 _islver=0.12.2
 _cloogver=0.18.1
-pkgrel=2
+pkgrel=1
 pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
 arch=('i686' 'x86_64')
 url=http://gcc.gnu.org;
@@ -28,7 +28,7 @@
http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;
http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz;
'gcc-make-xmmintrin-header-cplusplus-compatible.patch')
-md5sums=('4df8ee253b7f3863ad0b86359cd39c43'
+md5sums=('d5525b1127d07d215960e6051c5da35e'
  'e039bfcfb6c2ab039b8ee69bf883e824'
  'e34fca0540d840e5d0f6427e98c92252'
  'da6c9ba6baebe1286f3219d4181cdbb8')


[arch-commits] Commit in gcc-docs/repos (2 files)

2015-04-24 Thread Sergej Pupykin
Date: Friday, April 24, 2015 @ 15:11:46
  Author: spupykin
Revision: 132113

archrelease: copy trunk to community-testing-any

Added:
  gcc-docs/repos/community-testing-any/
  gcc-docs/repos/community-testing-any/PKGBUILD
(from rev 132112, gcc-docs/trunk/PKGBUILD)

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

Copied: gcc-docs/repos/community-testing-any/PKGBUILD (from rev 132112, 
gcc-docs/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-04-24 13:11:46 UTC (rev 132113)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Hilton Medeiros medeiros.hil...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=gcc-docs
+pkgver=5.1.0
+pkgrel=1
+pkgdesc=Set of HTML documentation for GCC
+arch=('any')
+url=http://gcc.gnu.org;
+license=('GPL')
+depends=()
+options=('docs' '!strip')
+source=($pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
+md5sums=('0069d71c638be02fc972bd4f6e8c6e6a')
+
+package() {
+  cd $srcdir/gcc
+  install -d $pkgdir/usr/share/doc/gcc
+  cp -rf * $pkgdir/usr/share/doc/gcc
+}


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

2015-04-24 Thread Sergej Pupykin
Date: Friday, April 24, 2015 @ 15:11:35
  Author: spupykin
Revision: 132112

upgpkg: gcc-docs 5.1.0-1

upd

Modified:
  gcc-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 12:51:26 UTC (rev 132111)
+++ PKGBUILD2015-04-24 13:11:35 UTC (rev 132112)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=gcc-docs
-pkgver=4.9.2
+pkgver=5.1.0
 pkgrel=1
 pkgdesc=Set of HTML documentation for GCC
 arch=('any')
@@ -13,7 +13,7 @@
 depends=()
 options=('docs' '!strip')
 
source=($pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
-md5sums=('0f8a416e169f740408aaf603c037c40f')
+md5sums=('0069d71c638be02fc972bd4f6e8c6e6a')
 
 package() {
   cd $srcdir/gcc


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

2015-04-24 Thread Jelle van der Waa
Date: Friday, April 24, 2015 @ 14:23:59
  Author: jelle
Revision: 132108

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

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

--+
 /PKGBUILD|  176 +
 /calibre.install |   24 +
 community-i686/PKGBUILD  |   88 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   88 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-24 12:23:45 UTC (rev 132107)
+++ community-i686/PKGBUILD 2015-04-24 12:23:59 UTC (rev 132108)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Petrov Roman nwhis...@gmail.com
-# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
-# Contributor: Larry Hajali larryh...@gmail.com
-
-pkgname=calibre
-pkgver=2.25.0
-pkgrel=1
-pkgdesc=Ebook management application
-arch=('i686' 'x86_64')
-url=http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-)
-install=calibre.install
-source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('8f897b9c0143448381f749c7fa5d')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
-  -e /\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d \
-  -e /render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir) \
-  -e /f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir) \
-  -e s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/ \
-  -e s/^Name=calibre/Name=Calibre/g \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix the environment module location
-  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
-
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages \
- ${pkgdir}/usr/share/zsh/site-functions
-
-  LANG='en_US.UTF-8' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
---staging-bindir=${pkgdir}/usr/bin \
---staging-libdir=${pkgdir}/usr/lib \
---staging-sharedir=${pkgdir}/usr/share
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall ${pkgdir}/usr/lib/calibre/
-  python2 -O -m compileall ${pkgdir}/usr/lib/calibre/
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 132107, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD

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

2015-04-24 Thread Jelle van der Waa
Date: Friday, April 24, 2015 @ 14:23:45
  Author: jelle
Revision: 132107

upgpkg: calibre 2.26.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 11:43:25 UTC (rev 132106)
+++ PKGBUILD2015-04-24 12:23:45 UTC (rev 132107)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=2.25.0
+pkgver=2.26.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 )
 install=calibre.install
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('8f897b9c0143448381f749c7fa5d')
+md5sums=('1debc20780bde39e90adf2e710f7ecfc')
 
 prepare(){
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-04-24 Thread Alexander Rødseth
Date: Friday, April 24, 2015 @ 14:51:26
  Author: arodseth
Revision: 132111

Updated to 1.0.0.beta.2

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 12:45:03 UTC (rev 132110)
+++ PKGBUILD2015-04-24 12:51:26 UTC (rev 132111)
@@ -2,27 +2,26 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 
 pkgname=rust
-_pkgver=1.0.0-alpha.2
-pkgver=1.0.0.alpha.2
+pkgver=1.0.0.beta.2
 pkgrel=1
-arch=(i686 x86_64)
-pkgdesc='A safe, concurrent, practical language'
+arch=('x86_64' 'i686')
+pkgdesc='Safe, concurrent and practical programming language from Mozilla'
 url='http://www.rust-lang.org/'
-license=(MIT Apache)
-depends=(gcc)
-makedepends=(libffi perl python2 curl)
-checkdepends=(git valgrind)
-source=(http://static.rust-lang.org/dist/rustc-$_pkgver-src.tar.gz{,.asc})
-sha256sums=('a931b945e98f409df68fdff23e98b688024461c28901106896e73708381956c8'
+license=('MIT' 'Apache')
+makedepends=('libffi' 'perl' 'python2' 'curl')
+checkdepends=('git' 'valgrind')
+source=(http://static.rust-lang.org/dist/rustc-${pkgver/.b/-b}-src.tar.gz{,.asc})
+sha256sums=('969f20bfec588456af8ab81c9b00ef46df075bf9ac9955e42a87b1f39cb99771'
 'SKIP')
-install=rust.install
-options=(staticlibs)
-validpgpkeys=(108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE) # Rust Language (Tag 
and Release Signing Key) rust-...@rust-lang.org
+install=$pkgname.install
+options=('staticlibs')
+#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) rust-...@rust-lang.org
 
 build() {
-  cd rustc-$_pkgver
+  cd rustc-${pkgver/.b/-b}
 
-  ./configure --prefix=/usr --disable-debug --disable-docs 
--disable-verify-install
+  ./configure --prefix=/usr --disable-debug --disable-docs
 
   # avoid python makedepend (force fallback to python2)
   sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
@@ -30,19 +29,22 @@
   make
 }
 
-check() {
-  cd rustc-$_pkgver
-  #make check
-}
+#check() {
+#  cd rustc-${pkgver/.b/-b}
+#  make check
+#}
 
 package() {
-  cd rustc-$_pkgver
+  cd rustc-${pkgver/.b/-b}
+
   make DESTDIR=$pkgdir install
 
-  install -D -m644 LICENSE-APACHE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE
-  install -D -m644 LICENSE-MIT 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT
+  install -Dm644 LICENSE-APACHE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE
+  install -Dm644 LICENSE-MIT $pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT
 
   cd $pkgdir/usr/lib
   rm rustlib/{components,manifest-rustc,rust-installer-version}
   ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
 }
+
+# vim:set ts=2 sw=2 et:


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

2015-04-24 Thread Felix Yan
Date: Friday, April 24, 2015 @ 16:02:11
  Author: fyan
Revision: 132116

archrelease: copy trunk to community-any

Added:
  qopenvpn/repos/community-any/PKGBUILD
(from rev 132115, qopenvpn/trunk/PKGBUILD)
Deleted:
  qopenvpn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-24 14:01:51 UTC (rev 132115)
+++ PKGBUILD2015-04-24 14:02:11 UTC (rev 132116)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Michal Krenek (Mikos) m.kre...@gmail.com
-
-pkgname=qopenvpn
-pkgver=1.2
-pkgrel=2
-pkgdesc=Simple OpenVPN GUI written in PyQt for systemd based distributions
-arch=('any')
-url=https://github.com/xmikos/qopenvpn;
-license=('GPL3')
-depends=('python-pyqt4' 'openvpn' 'systemd')
-source=($pkgname-$pkgver.tar.gz::https://github.com/xmikos/qopenvpn/archive/$pkgver.tar.gz;)
-md5sums=('46abc9f7190073c2f30526e5769252a9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python setup.py install --root=$pkgdir
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qopenvpn/repos/community-any/PKGBUILD (from rev 132115, 
qopenvpn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-24 14:02:11 UTC (rev 132116)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Michal Krenek (Mikos) m.kre...@gmail.com
+
+pkgname=qopenvpn
+pkgver=1.3
+pkgrel=1
+pkgdesc=Simple OpenVPN GUI written in PyQt for systemd based distributions
+arch=('any')
+url=https://github.com/xmikos/qopenvpn;
+license=('GPL3')
+depends=('python-pyqt4' 'openvpn' 'systemd')
+source=($pkgname-$pkgver.tar.gz::https://github.com/xmikos/qopenvpn/archive/v$pkgver.tar.gz;)
+md5sums=('04edd8ad308d354388f970e5926bcbad')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py install --root=$pkgdir
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-04-24 Thread Felix Yan
Date: Friday, April 24, 2015 @ 16:01:51
  Author: fyan
Revision: 132115

upgpkg: qopenvpn 1.3-1

Modified:
  qopenvpn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 13:51:38 UTC (rev 132114)
+++ PKGBUILD2015-04-24 14:01:51 UTC (rev 132115)
@@ -3,15 +3,15 @@
 # Contributor: Michal Krenek (Mikos) m.kre...@gmail.com
 
 pkgname=qopenvpn
-pkgver=1.2
-pkgrel=2
+pkgver=1.3
+pkgrel=1
 pkgdesc=Simple OpenVPN GUI written in PyQt for systemd based distributions
 arch=('any')
 url=https://github.com/xmikos/qopenvpn;
 license=('GPL3')
 depends=('python-pyqt4' 'openvpn' 'systemd')
-source=($pkgname-$pkgver.tar.gz::https://github.com/xmikos/qopenvpn/archive/$pkgver.tar.gz;)
-md5sums=('46abc9f7190073c2f30526e5769252a9')
+source=($pkgname-$pkgver.tar.gz::https://github.com/xmikos/qopenvpn/archive/v$pkgver.tar.gz;)
+md5sums=('04edd8ad308d354388f970e5926bcbad')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in mingw-w64-gcc/repos (4 files)

2015-04-24 Thread Sergej Pupykin
Date: Friday, April 24, 2015 @ 15:51:38
  Author: spupykin
Revision: 132114

archrelease: copy trunk to community-testing-x86_64

Added:
  mingw-w64-gcc/repos/community-testing-x86_64/
  mingw-w64-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 132113, mingw-w64-gcc/trunk/PKGBUILD)
  
mingw-w64-gcc/repos/community-testing-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch
(from rev 132113, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
  mingw-w64-gcc/repos/community-testing-x86_64/isl.patch
(from rev 132113, mingw-w64-gcc/trunk/isl.patch)

--+
 PKGBUILD |   87 +
 gcc-make-xmmintrin-header-cplusplus-compatible.patch |   24 
 isl.patch|   76 ++
 3 files changed, 187 insertions(+)

Copied: mingw-w64-gcc/repos/community-testing-x86_64/PKGBUILD (from rev 132113, 
mingw-w64-gcc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-04-24 13:51:38 UTC (rev 132114)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-gcc
+pkgver=5.1.0
+_islver=0.12.2
+_cloogver=0.18.1
+pkgrel=1
+pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
+arch=('i686' 'x86_64')
+url=http://gcc.gnu.org;
+license=('GPL' 'LGPL' 'FDL' 'custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+depends=('zlib' 'libmpc'
+'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
+'mingw-w64-headers')
+makedepends=(gcc-ada=${pkgver})
+#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
+optdepends=()
+provides=('mingw-w64-gcc-base')
+replaces=()
+backup=()
+options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
+   http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;
+   http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz;
+   'gcc-make-xmmintrin-header-cplusplus-compatible.patch')
+md5sums=('d5525b1127d07d215960e6051c5da35e'
+ 'e039bfcfb6c2ab039b8ee69bf883e824'
+ 'e34fca0540d840e5d0f6427e98c92252'
+ 'da6c9ba6baebe1286f3219d4181cdbb8')
+
+prepare() {
+  cd ${srcdir}/gcc-${pkgver}
+
+  # link isl/cloog for in-tree builds
+  ln -s ../isl-${_islver} isl
+  ln -s ../cloog-${_cloogver} cloog
+
+  #do not install libiberty
+  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  # The file xmmintrin.h doesn't contain an extern C part
+  # This conflicts with mingw-w64 intrin.h and results in build
+  # failure like this one in mingw-w64-qt5-qtbase:
+  # /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/xmmintrin.h:997:1: error: 
previous declaration of 'int _m_pextrw(__m64, int)' with 'C++' linkage
+  # /usr/i686-w64-mingw32/include/intrin.h:561:28: error: conflicts with new 
declaration with 'C' linkage
+  patch -p0 -i ${srcdir}/gcc-make-xmmintrin-header-cplusplus-compatible.patch
+}
+
+build() {
+  for _target in ${_targets}; do
+mkdir -p ${srcdir}/gcc-build-${_target}  cd 
${srcdir}/gcc-build-${_target}
+
+${srcdir}/gcc-${pkgver}/configure --prefix=/usr --libexecdir=/usr/lib \
+--target=${_target} \
+--enable-languages=c,lto,c++,objc,obj-c++,fortran,ada \
+--enable-shared --enable-static \
+--enable-threads=posix --enable-fully-dynamic-string 
--enable-libstdcxx-time=yes \
+--with-system-zlib --enable-cloog-backend=isl \
+--enable-lto --disable-dw2-exceptions --enable-libgomp \
+--disable-multilib --enable-checking=release --disable-libssp
+make all
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+cd ${srcdir}/gcc-build-${_target}
+make DESTDIR=${pkgdir} install
+${_target}-strip ${pkgdir}/usr/${_target}/lib/*.dll
+strip ${pkgdir}/usr/bin/${_target}-*
+strip 
${pkgdir}/usr/lib/gcc/${_target}/${pkgver}/{cc1*,collect2,gnat1,f951,lto*}
+ln -s ${_target}-gcc $pkgdir/usr/bin/${_target}-cc
+# mv dlls
+mkdir -p $pkgdir/usr/${_target}/bin/
+mv $pkgdir/usr/${_target}/lib/*.dll $pkgdir/usr/${_target}/bin/
+  done
+  strip ${pkgdir}/usr/bin/*
+  # remove unnecessary files
+  rm -r ${pkgdir}/usr/share
+}

Copied: 
mingw-w64-gcc/repos/community-testing-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch
 (from rev 132113, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
===
--- 

[arch-commits] Commit in chromium/trunk (chromium.desktop)

2015-04-24 Thread Evangelos Foutras
Date: Friday, April 24, 2015 @ 20:39:32
  Author: foutrelis
Revision: 237995

Remove Version key from desktop entry

This key is not required and potentially makes xfce4-panel unable to
show the Chromium icon right after installation. (It's weird, I know.)

Modified:
  chromium/trunk/chromium.desktop

--+
 chromium.desktop |1 -
 1 file changed, 1 deletion(-)

Modified: chromium.desktop
===
--- chromium.desktop2015-04-24 18:25:55 UTC (rev 237994)
+++ chromium.desktop2015-04-24 18:39:32 UTC (rev 237995)
@@ -1,5 +1,4 @@
 [Desktop Entry]
-Version=1.0
 Name=Chromium
 # Only KDE 4 seems to use GenericName, so we reuse the KDE strings.
 # From Ubuntu's language-pack-kde-XX-base packages, version 9.04-20090413.


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

2015-04-24 Thread Dan McGee
Date: Friday, April 24, 2015 @ 16:50:02
  Author: dan
Revision: 237992

upgpkg: memcached 1.4.23-1

Added:
  memcached/trunk/0001-fix-major-off-by-one-issue.patch
Modified:
  memcached/trunk/PKGBUILD

---+
 0001-fix-major-off-by-one-issue.patch |   27 +++
 PKGBUILD  |7 +--
 2 files changed, 32 insertions(+), 2 deletions(-)

Added: 0001-fix-major-off-by-one-issue.patch
===
--- 0001-fix-major-off-by-one-issue.patch   (rev 0)
+++ 0001-fix-major-off-by-one-issue.patch   2015-04-24 14:50:02 UTC (rev 
237992)
@@ -0,0 +1,27 @@
+From 369845f086fd1e31481aca656cb9131a883a86a9 Mon Sep 17 00:00:00 2001
+From: dormando dorma...@rydia.net
+Date: Fri, 24 Apr 2015 00:03:49 -0700
+Subject: [PATCH] fix major off by one issue
+
+none of my machines could repro a crash, but it's definitely wrong :/ Very
+sad.
+---
+ memcached.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/memcached.h b/memcached.h
+index 689a6f5..99cf0b5 100644
+--- a/memcached.h
 b/memcached.h
+@@ -77,7 +77,7 @@
+ 
+ /* Slab sizing definitions. */
+ #define POWER_SMALLEST 1
+-#define POWER_LARGEST  255
++#define POWER_LARGEST  256 /* actual cap is 255 */
+ #define CHUNK_ALIGN_BYTES 8
+ /* slab class max is a 6-bit number, -1. */
+ #define MAX_NUMBER_OF_SLAB_CLASSES (63 + 1)
+-- 
+2.3.6
+

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 08:40:16 UTC (rev 237991)
+++ PKGBUILD2015-04-24 14:50:02 UTC (rev 237992)
@@ -3,7 +3,7 @@
 # Contributor: Michael Irwin 6d6...@gmail.com
 
 pkgname=memcached
-pkgver=1.4.22
+pkgver=1.4.23
 pkgrel=1
 pkgdesc=A distributed memory object caching system
 arch=(i686 x86_64)
@@ -13,12 +13,15 @@
 optdepends=('perl: for memcached-tool usage')
 install=memcached.install
 source=(http://www.memcached.org/files/$pkgname-$pkgver.tar.gz
+0001-fix-major-off-by-one-issue.patch
 memcached.service)
-sha256sums=('cfcc470c57079914aca6e565b2daeed1d13356ad492909d9aafd6eefac538c2a'
+sha256sums=('2c70e691fced8db874a98bfb954015e0520151bde5a7db9a926447320ce7a777'
+'6ac80a1e529c98c0c62b237cc82774346d95b975a29d35895ebf8f8e50fccbc4'
 'e768a48192aefa2e2f443c86b3c085043005ffc313da40f3074c060a18c8359d')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  patch -Np1  ../0001-fix-major-off-by-one-issue.patch
   ./configure --prefix=/usr
   make
 }


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

2015-04-24 Thread Kyle Keen
Date: Friday, April 24, 2015 @ 17:33:19
  Author: kkeen
Revision: 132123

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

Added:
  poedit/repos/community-staging-i686/
  poedit/repos/community-staging-i686/PKGBUILD
(from rev 132122, poedit/trunk/PKGBUILD)
  poedit/repos/community-staging-i686/poedit.install
(from rev 132122, poedit/trunk/poedit.install)
  poedit/repos/community-staging-x86_64/
  poedit/repos/community-staging-x86_64/PKGBUILD
(from rev 132122, poedit/trunk/PKGBUILD)
  poedit/repos/community-staging-x86_64/poedit.install
(from rev 132122, poedit/trunk/poedit.install)

-+
 community-staging-i686/PKGBUILD |   33 ++
 community-staging-i686/poedit.install   |   12 ++
 community-staging-x86_64/PKGBUILD   |   33 ++
 community-staging-x86_64/poedit.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: poedit/repos/community-staging-i686/PKGBUILD (from rev 132122, 
poedit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-24 15:33:19 UTC (rev 132123)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alexander Fehr pizzap...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=poedit
+pkgver=1.7.5
+pkgrel=3
+pkgdesc=Cross-platform gettext catalogs (.po files) editor
+arch=('i686' 'x86_64')
+url=http://www.poedit.net/;
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+md5sums=('d95cd2a6a4fec6f5e92475172e97c81d')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: poedit/repos/community-staging-i686/poedit.install (from rev 132122, 
poedit/trunk/poedit.install)
===
--- community-staging-i686/poedit.install   (rev 0)
+++ community-staging-i686/poedit.install   2015-04-24 15:33:19 UTC (rev 
132123)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: poedit/repos/community-staging-x86_64/PKGBUILD (from rev 132122, 
poedit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-24 15:33:19 UTC (rev 132123)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alexander Fehr pizzap...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=poedit
+pkgver=1.7.5
+pkgrel=3
+pkgdesc=Cross-platform gettext catalogs (.po files) editor
+arch=('i686' 'x86_64')
+url=http://www.poedit.net/;
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+md5sums=('d95cd2a6a4fec6f5e92475172e97c81d')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: poedit/repos/community-staging-x86_64/poedit.install (from rev 132122, 
poedit/trunk/poedit.install)
===
--- community-staging-x86_64/poedit.install (rev 0)
+++ community-staging-x86_64/poedit.install 2015-04-24 15:33:19 UTC (rev 
132123)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q

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

2015-04-24 Thread Kyle Keen
Date: Friday, April 24, 2015 @ 17:32:52
  Author: kkeen
Revision: 132122

upgpkg: poedit 1.7.5-3  boost 1.58 rebuild

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 15:24:23 UTC (rev 132121)
+++ PKGBUILD2015-04-24 15:32:52 UTC (rev 132122)
@@ -7,7 +7,7 @@
 
 pkgname=poedit
 pkgver=1.7.5
-pkgrel=2
+pkgrel=3
 pkgdesc=Cross-platform gettext catalogs (.po files) editor
 arch=('i686' 'x86_64')
 url=http://www.poedit.net/;


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

2015-04-24 Thread Jelle van der Waa
Date: Saturday, April 25, 2015 @ 01:00:52
  Author: jelle
Revision: 132219

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

Added:
  python-apsw/repos/community-i686/LICENSE
(from rev 132218, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-i686/PKGBUILD
(from rev 132218, python-apsw/trunk/PKGBUILD)
  python-apsw/repos/community-x86_64/LICENSE
(from rev 132218, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-x86_64/PKGBUILD
(from rev 132218, python-apsw/trunk/PKGBUILD)
Deleted:
  python-apsw/repos/community-i686/LICENSE
  python-apsw/repos/community-i686/PKGBUILD
  python-apsw/repos/community-x86_64/LICENSE
  python-apsw/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   54 ++
 /PKGBUILD |  104 
 community-i686/LICENSE|   27 ---
 community-i686/PKGBUILD   |   51 -
 community-x86_64/LICENSE  |   27 ---
 community-x86_64/PKGBUILD |   51 -
 6 files changed, 158 insertions(+), 156 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-04-24 23:00:36 UTC (rev 132218)
+++ community-i686/LICENSE  2015-04-24 23:00:52 UTC (rev 132219)
@@ -1,27 +0,0 @@
-Copyright (c) 2004-2014 Roger Binns rog...@rogerbinns.com
-See src/traceback.c for code by Greg Ewing.
-
-All code and documentation is provided under this license:
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
-claim that you wrote the original software. If you use this software
-in a product, an acknowledgment in the product documentation would be
-appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not be
-misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
-distribution.
-
-Alternatively you may strike the license above and use it under any
-OSI approved open source license such as those listed at
-http://opensource.org/licenses/alphabetical

Copied: python-apsw/repos/community-i686/LICENSE (from rev 132218, 
python-apsw/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-04-24 23:00:52 UTC (rev 132219)
@@ -0,0 +1,27 @@
+Copyright (c) 2004-2014 Roger Binns rog...@rogerbinns.com
+See src/traceback.c for code by Greg Ewing.
+
+All code and documentation is provided under this license:
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not
+claim that you wrote the original software. If you use this software
+in a product, an acknowledgment in the product documentation would be
+appreciated but is not required.
+
+2. Altered source versions must be plainly marked as such, and must not be
+misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source
+distribution.
+
+Alternatively you may strike the license above and use it under any
+OSI approved open source license such as those listed at
+http://opensource.org/licenses/alphabetical

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-24 23:00:36 UTC (rev 132218)
+++ community-i686/PKGBUILD 2015-04-24 23:00:52 UTC (rev 132219)
@@ -1,51 +0,0 @@
-# Maintainer: Brendan MacDonell macdonellba at gmail dot com
-# Former Maintainer: Linmiao Xu linmiao...@gmail.com
-# Contributor: Juan Miguel Cejuela jua...@jmcejuela.net
-
-pkgbase=python-apsw
-pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.8.8.2
-pkgrel=2
-arch=('i686' 'x86_64')
-url=https://github.com/rogerbinns/apsw;
-license=('MIT')
-makedepends=('python' 'python2')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz;
-   LICENSE)
-md5sums=('c26126a161c5498ad13e8f747edec58b'
- '9be3fbee1bae6c66d658a157c67943c0')
-
-build() {
-  cp -rf apsw-${pkgver}-r1 apsw2
-
-  cd 

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

2015-04-24 Thread Jelle van der Waa
Date: Saturday, April 25, 2015 @ 01:00:36
  Author: jelle
Revision: 132218

upgpkg: python-apsw 3.8.9-1

Modified:
  python-apsw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 22:35:28 UTC (rev 132217)
+++ PKGBUILD2015-04-24 23:00:36 UTC (rev 132218)
@@ -4,15 +4,14 @@
 
 pkgbase=python-apsw
 pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.8.8.2
-pkgrel=2
+pkgver=3.8.9
+pkgrel=1
 arch=('i686' 'x86_64')
 url=https://github.com/rogerbinns/apsw;
 license=('MIT')
 makedepends=('python' 'python2')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz;
-   LICENSE)
-md5sums=('c26126a161c5498ad13e8f747edec58b'
+source=(https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz; 
LICENSE)
+md5sums=('fe88959ea1517b482c01ce1992cd2521'
  '9be3fbee1bae6c66d658a157c67943c0')
 
 build() {
@@ -44,8 +43,10 @@
 
 check() {
   cd $srcdir/apsw2
+  export PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH
   python2 setup.py test
 
   cd $srcdir/apsw-${pkgver}-r1
+  export PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH
   python setup.py test
 }


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

2015-04-24 Thread Evangelos Foutras
Date: Saturday, April 25, 2015 @ 00:30:45
  Author: foutrelis
Revision: 132215

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

Added:
  powerdns/repos/community-i686/PKGBUILD
(from rev 132214, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-i686/powerdns.install
(from rev 132214, powerdns/trunk/powerdns.install)
  powerdns/repos/community-i686/powerdns.service
(from rev 132214, powerdns/trunk/powerdns.service)
  powerdns/repos/community-x86_64/PKGBUILD
(from rev 132214, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-x86_64/powerdns.install
(from rev 132214, powerdns/trunk/powerdns.install)
  powerdns/repos/community-x86_64/powerdns.service
(from rev 132214, powerdns/trunk/powerdns.service)
Deleted:
  powerdns/repos/community-i686/PKGBUILD
  powerdns/repos/community-i686/powerdns.install
  powerdns/repos/community-i686/powerdns.service
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/powerdns.install
  powerdns/repos/community-x86_64/powerdns.service

---+
 /PKGBUILD |  160 
 /powerdns.install |   28 ++
 /powerdns.service |   24 +
 community-i686/PKGBUILD   |   81 --
 community-i686/powerdns.install   |   14 ---
 community-i686/powerdns.service   |   12 --
 community-x86_64/PKGBUILD |   81 --
 community-x86_64/powerdns.install |   14 ---
 community-x86_64/powerdns.service |   12 --
 9 files changed, 212 insertions(+), 214 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-24 22:30:32 UTC (rev 132214)
+++ community-i686/PKGBUILD 2015-04-24 22:30:45 UTC (rev 132215)
@@ -1,81 +0,0 @@
-# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Kevin Mihelich ke...@archlinuxarm.org
-
-pkgname=powerdns
-pkgver=3.4.4
-pkgrel=1
-pkgdesc='Authoritative DNS server'
-arch=('x86_64' 'i686')
-url='http://www.powerdns.com/'
-license=('GPL')
-depends=('boost-libs' 'gcc-libs' 'sqlite' 'lua')
-makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua'
- 'libldap' 'sqlite')
-optdepends=('libmariadbclient: MariaDB/MySQL backend'
-'postgresql-libs: PostgreSQL backend' 'libldap: LDAP backend')
-options=('!makeflags')
-install=$pkgname.install
-backup=('etc/powerdns/pdns.conf')
-source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
-$pkgname.service)
-sha256sums=('ec49f5a0b55b69ba057bf9ce28ab81e5258fc60c8d4954d9100fe3bb3efd09c8'
-'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
-
-prepare() {
-  touch pdns-$pkgver/AUTHORS pdns-$pkgver/NEWS
-
-  # Make changes to pdns.conf, while basing it on pdns.conf-dist
-  cp pdns-$pkgver/pdns/pdns.conf-dist pdns.conf
-
-  # Default settings
-  for keyvalue in \
-allow-recursion=127.0.0.1 \
-cache-ttl=6 \
-chroot=/var/empty \
-config-dir=/etc \
-daemon=yes \
-distributor-threads=3 \
-guardian=yes \
-local-port=53 \
-loglevel=3 \
-module-dir=/usr/lib/powerdns \
-negquery-cache-ttl=60 \
-setgid=nobody \
-setuid=nobody \
-socket-dir=/var/run \
-webserver=no
-  do
-# Future versions of setconf may be able to comment out options as well.
-setconf -a pdns.conf $keyvalue
-  done
-}
-
-build() {
-  cd pdns-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---with-modules='' \
---with-dynmodules=ldap pipe gmysql gpgsql gsqlite3 geo bind \
---docdir=/usr/share/doc/powerdns \
---sbindir=/usr/bin \
---bindir=/usr/bin
-  make
-}
-
-package() {
-  make -C pdns-$pkgver DESTDIR=$pkgdir install
-  install -m644 pdns.conf $pkgdir/etc/powerdns/
-  install -Dm644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  mv $pkgdir/usr/lib/pdns $pkgdir/usr/lib/powerdns
-  rm -f $pkgdir/etc/powerdns/pdns.conf-dist
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-i686/PKGBUILD (from rev 132214, 
powerdns/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-24 22:30:45 UTC (rev 132215)
@@ -0,0 +1,80 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Kevin Mihelich ke...@archlinuxarm.org
+
+pkgname=powerdns
+pkgver=3.4.4
+pkgrel=3
+pkgdesc='Authoritative DNS server'
+arch=('x86_64' 'i686')
+url='http://www.powerdns.com/'
+license=('GPL')
+depends=('boost-libs' 'gcc-libs' 

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

2015-04-24 Thread Evangelos Foutras
Date: Saturday, April 25, 2015 @ 00:30:32
  Author: foutrelis
Revision: 132214

upgpkg: powerdns 3.4.4-3

Rebuild to fix incorrect signature.

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 21:46:10 UTC (rev 132213)
+++ PKGBUILD2015-04-24 22:30:32 UTC (rev 132214)
@@ -5,7 +5,7 @@
 
 pkgname=powerdns
 pkgver=3.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'
@@ -15,7 +15,6 @@
  'libldap' 'sqlite')
 optdepends=('libmariadbclient: MariaDB/MySQL backend'
 'postgresql-libs: PostgreSQL backend' 'libldap: LDAP backend')
-options=('!makeflags')
 install=$pkgname.install
 backup=('etc/powerdns/pdns.conf')
 source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;


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

2015-04-24 Thread Evangelos Foutras
Date: Saturday, April 25, 2015 @ 00:35:19
  Author: foutrelis
Revision: 132216

upgpkg: powerdns 3.4.4-4

boost 1.58.0 rebuild.

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 22:30:45 UTC (rev 132215)
+++ PKGBUILD2015-04-24 22:35:19 UTC (rev 132216)
@@ -5,7 +5,7 @@
 
 pkgname=powerdns
 pkgver=3.4.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'


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

2015-04-24 Thread Evangelos Foutras
Date: Saturday, April 25, 2015 @ 00:35:28
  Author: foutrelis
Revision: 132217

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

Added:
  powerdns/repos/community-testing-i686/PKGBUILD
(from rev 132216, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-testing-i686/powerdns.install
(from rev 132216, powerdns/trunk/powerdns.install)
  powerdns/repos/community-testing-i686/powerdns.service
(from rev 132216, powerdns/trunk/powerdns.service)
  powerdns/repos/community-testing-x86_64/PKGBUILD
(from rev 132216, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-testing-x86_64/powerdns.install
(from rev 132216, powerdns/trunk/powerdns.install)
  powerdns/repos/community-testing-x86_64/powerdns.service
(from rev 132216, powerdns/trunk/powerdns.service)
Deleted:
  powerdns/repos/community-testing-i686/PKGBUILD
  powerdns/repos/community-testing-i686/powerdns.install
  powerdns/repos/community-testing-i686/powerdns.service
  powerdns/repos/community-testing-x86_64/PKGBUILD
  powerdns/repos/community-testing-x86_64/powerdns.install
  powerdns/repos/community-testing-x86_64/powerdns.service

---+
 /PKGBUILD |  160 
 /powerdns.install |   28 
 /powerdns.service |   24 
 community-testing-i686/PKGBUILD   |   81 --
 community-testing-i686/powerdns.install   |   14 --
 community-testing-i686/powerdns.service   |   12 --
 community-testing-x86_64/PKGBUILD |   81 --
 community-testing-x86_64/powerdns.install |   14 --
 community-testing-x86_64/powerdns.service |   12 --
 9 files changed, 212 insertions(+), 214 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-04-24 22:35:19 UTC (rev 132216)
+++ community-testing-i686/PKGBUILD 2015-04-24 22:35:28 UTC (rev 132217)
@@ -1,81 +0,0 @@
-# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Kevin Mihelich ke...@archlinuxarm.org
-
-pkgname=powerdns
-pkgver=3.4.4
-pkgrel=2
-pkgdesc='Authoritative DNS server'
-arch=('x86_64' 'i686')
-url='http://www.powerdns.com/'
-license=('GPL')
-depends=('boost-libs' 'gcc-libs' 'sqlite' 'lua')
-makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua'
- 'libldap' 'sqlite')
-optdepends=('libmariadbclient: MariaDB/MySQL backend'
-'postgresql-libs: PostgreSQL backend' 'libldap: LDAP backend')
-options=('!makeflags')
-install=$pkgname.install
-backup=('etc/powerdns/pdns.conf')
-source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
-$pkgname.service)
-sha256sums=('ec49f5a0b55b69ba057bf9ce28ab81e5258fc60c8d4954d9100fe3bb3efd09c8'
-'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
-
-prepare() {
-  touch pdns-$pkgver/AUTHORS pdns-$pkgver/NEWS
-
-  # Make changes to pdns.conf, while basing it on pdns.conf-dist
-  cp pdns-$pkgver/pdns/pdns.conf-dist pdns.conf
-
-  # Default settings
-  for keyvalue in \
-allow-recursion=127.0.0.1 \
-cache-ttl=6 \
-chroot=/var/empty \
-config-dir=/etc \
-daemon=yes \
-distributor-threads=3 \
-guardian=yes \
-local-port=53 \
-loglevel=3 \
-module-dir=/usr/lib/powerdns \
-negquery-cache-ttl=60 \
-setgid=nobody \
-setuid=nobody \
-socket-dir=/var/run \
-webserver=no
-  do
-# Future versions of setconf may be able to comment out options as well.
-setconf -a pdns.conf $keyvalue
-  done
-}
-
-build() {
-  cd pdns-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---with-modules='' \
---with-dynmodules=ldap pipe gmysql gpgsql gsqlite3 geo bind \
---docdir=/usr/share/doc/powerdns \
---sbindir=/usr/bin \
---bindir=/usr/bin
-  make
-}
-
-package() {
-  make -C pdns-$pkgver DESTDIR=$pkgdir install
-  install -m644 pdns.conf $pkgdir/etc/powerdns/
-  install -Dm644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  mv $pkgdir/usr/lib/pdns $pkgdir/usr/lib/powerdns
-  rm -f $pkgdir/etc/powerdns/pdns.conf-dist
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-testing-i686/PKGBUILD (from rev 132216, 
powerdns/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-24 22:35:28 UTC (rev 132217)
@@ -0,0 +1,80 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Kevin 

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

2015-04-24 Thread Jerome Leclanche
Date: Friday, April 24, 2015 @ 16:35:51
  Author: jleclanche
Revision: 132117

archrelease: copy trunk to community-x86_64

Added:
  libqtxdg/repos/community-x86_64/PKGBUILD
(from rev 132116, libqtxdg/trunk/PKGBUILD)
Deleted:
  libqtxdg/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-24 14:02:11 UTC (rev 132116)
+++ PKGBUILD2015-04-24 14:35:51 UTC (rev 132117)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche jer...@leclan.ch
-
-pkgname=libqtxdg
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
-arch=(i686 x86_64)
-url=http://lxqt.org;
-license=(GPL2)
-depends=(qt5-base)
-makedepends=(cmake)
-source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=(5c90989fcd13387cc8a7905a03e0b65f76aa28545cb9733625e1d88fd6ff4002)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake $srcdir/$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR=$pkgdir install
-}

Copied: libqtxdg/repos/community-x86_64/PKGBUILD (from rev 132116, 
libqtxdg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-24 14:35:51 UTC (rev 132117)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche jer...@leclan.ch
+
+pkgname=libqtxdg
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
+arch=(i686 x86_64)
+url=http://lxqt.org;
+license=(GPL2)
+depends=(qt5-base)
+makedepends=(cmake)
+source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=(88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake $srcdir/$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DUSE_QT5=true
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=$pkgdir install
+}


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

2015-04-24 Thread Antonio Rojas
Date: Friday, April 24, 2015 @ 17:16:08
  Author: arojas
Revision: 132118

Update to 4.6.1, workaround build failure

Modified:
  kphotoalbum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 14:35:51 UTC (rev 132117)
+++ PKGBUILD2015-04-24 15:16:08 UTC (rev 132118)
@@ -6,8 +6,8 @@
 # Contributor: chfoxli lg ][ romandie ? com
 
 pkgname=kphotoalbum
-pkgver=4.6
-pkgrel=3
+pkgver=4.6.1
+pkgrel=1
 pkgdesc=KDE Photo Album, picture collection manager
 url=http://www.kphotoalbum.org/;
 arch=('i686' 'x86_64')
@@ -19,15 +19,16 @@
'kdemultimedia-mplayerthumbs: video thumbnails')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('87eac5e5afb35ef68948a0bd349639d813ee84f7b21dfa7d6fc934bc03459ee7')
+sha256sums=('8d108d643409944e2a901acd1483e2304a7105842895ea7c72fb8701b6bd9632')
 
 build() {
-  cd ${srcdir}
+# workaround build failure
+  mv $pkgname-$pkgver $pkgname
 
   mkdir build
   cd build
 
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make


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

2015-04-24 Thread Kyle Keen
Date: Friday, April 24, 2015 @ 17:24:23
  Author: kkeen
Revision: 132121

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

Added:
  lucene++/repos/community-staging-i686/
  lucene++/repos/community-staging-i686/PKGBUILD
(from rev 132120, lucene++/trunk/PKGBUILD)
  lucene++/repos/community-staging-x86_64/
  lucene++/repos/community-staging-x86_64/PKGBUILD
(from rev 132120, lucene++/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: lucene++/repos/community-staging-i686/PKGBUILD (from rev 132120, 
lucene++/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-24 15:24:23 UTC (rev 132121)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Rafael Ferreira joseph...@archlinux.info
+
+pkgname=lucene++
+pkgver=3.0.7
+_githash='972c9cb37'
+pkgrel=2
+pkgdesc='C++ port of the popular Java Lucene library'
+arch=(i686 x86_64)
+url='https://github.com/luceneplusplus/LucenePlusPlus'
+license=('GPL' 'Apache')
+depends=('boost-libs')
+makedepends=('boost' 'cmake' 'subversion')
+#source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/${_githash}.tar.gz;)
+md5sums=('486af3a6da7a119669e64c979049852c')
+
+prepare() {
+  mkdir build
+  #ln -s LucenePlusPlus-rel_$pkgver LucenePlusPlus-$pkgver
+  #ln -s LucenePlusPlus-master LucenePlusPlus-$pkgver
+  ln -s LucenePlusPlus-$_githash* LucenePlusPlus-$pkgver
+  sed -i \
+-e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION 5)#' 
\
+-e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH 0)#' \
+$srcdir/LucenePlusPlus-$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  cmake ../LucenePlusPlus-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib \
+-DBoost_LIBRARY_DIR=/usr/lib \
+-DENABLE_CUSTOM_ALLOCATOR='FALSE' \
+-DCMAKE_CXX_FLAGS='-DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT'
+# RELAXED for boost 1.58 breakage, remove when lucene++ updates
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: lucene++/repos/community-staging-x86_64/PKGBUILD (from rev 132120, 
lucene++/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-24 15:24:23 UTC (rev 132121)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Rafael Ferreira joseph...@archlinux.info
+
+pkgname=lucene++
+pkgver=3.0.7
+_githash='972c9cb37'
+pkgrel=2
+pkgdesc='C++ port of the popular Java Lucene library'
+arch=(i686 x86_64)
+url='https://github.com/luceneplusplus/LucenePlusPlus'
+license=('GPL' 'Apache')
+depends=('boost-libs')
+makedepends=('boost' 'cmake' 'subversion')
+#source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/${_githash}.tar.gz;)
+md5sums=('486af3a6da7a119669e64c979049852c')
+
+prepare() {
+  mkdir build
+  #ln -s LucenePlusPlus-rel_$pkgver LucenePlusPlus-$pkgver
+  #ln -s LucenePlusPlus-master LucenePlusPlus-$pkgver
+  ln -s LucenePlusPlus-$_githash* LucenePlusPlus-$pkgver
+  sed -i \
+-e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION 5)#' 
\
+-e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH 0)#' \
+$srcdir/LucenePlusPlus-$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  cmake ../LucenePlusPlus-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib \
+-DBoost_LIBRARY_DIR=/usr/lib \
+-DENABLE_CUSTOM_ALLOCATOR='FALSE' \
+-DCMAKE_CXX_FLAGS='-DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT'
+# RELAXED for boost 1.58 breakage, remove when lucene++ updates
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-04-24 Thread Kyle Keen
Date: Friday, April 24, 2015 @ 17:24:07
  Author: kkeen
Revision: 132120

upgpkg: lucene++ 3.0.7-2  boost 1.58 rebuild

Modified:
  lucene++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 15:18:49 UTC (rev 132119)
+++ PKGBUILD2015-04-24 15:24:07 UTC (rev 132120)
@@ -4,7 +4,8 @@
 
 pkgname=lucene++
 pkgver=3.0.7
-pkgrel=1
+_githash='972c9cb37'
+pkgrel=2
 pkgdesc='C++ port of the popular Java Lucene library'
 arch=(i686 x86_64)
 url='https://github.com/luceneplusplus/LucenePlusPlus'
@@ -12,27 +13,30 @@
 depends=('boost-libs')
 makedepends=('boost' 'cmake' 'subversion')
 
#source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
-source=($pkgname-$pkgver.tar.gz::https://github.com/luceneplusplus/LucenePlusPlus/archive/master.tar.gz;)
-md5sums=('72dab7dbd7c1fea7d29d7dc01fd65af0')
+source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/${_githash}.tar.gz;)
+md5sums=('486af3a6da7a119669e64c979049852c')
 
 prepare() {
   mkdir build
+  #ln -s LucenePlusPlus-rel_$pkgver LucenePlusPlus-$pkgver
+  #ln -s LucenePlusPlus-master LucenePlusPlus-$pkgver
+  ln -s LucenePlusPlus-$_githash* LucenePlusPlus-$pkgver
   sed -i \
 -e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION 5)#' 
\
 -e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH 0)#' \
-$srcdir/LucenePlusPlus-master/CMakeLists.txt
-#$srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
+$srcdir/LucenePlusPlus-$pkgver/CMakeLists.txt
 }
 
 build() {
   cd build
 
-#  cmake ../LucenePlusPlus-rel_$pkgver \
-  cmake ../LucenePlusPlus-master \
+  cmake ../LucenePlusPlus-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_DESTINATION=/usr/lib \
 -DBoost_LIBRARY_DIR=/usr/lib \
--DENABLE_CUSTOM_ALLOCATOR='FALSE'
+-DENABLE_CUSTOM_ALLOCATOR='FALSE' \
+-DCMAKE_CXX_FLAGS='-DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT'
+# RELAXED for boost 1.58 breakage, remove when lucene++ updates
 
   make
 }


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

2015-04-24 Thread Dan McGee
Date: Friday, April 24, 2015 @ 16:50:17
  Author: dan
Revision: 237993

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

Added:
  memcached/repos/extra-i686/0001-fix-major-off-by-one-issue.patch
(from rev 237992, memcached/trunk/0001-fix-major-off-by-one-issue.patch)
  memcached/repos/extra-i686/PKGBUILD
(from rev 237992, memcached/trunk/PKGBUILD)
  memcached/repos/extra-i686/memcached.conf
(from rev 237992, memcached/trunk/memcached.conf)
  memcached/repos/extra-i686/memcached.install
(from rev 237992, memcached/trunk/memcached.install)
  memcached/repos/extra-i686/memcached.service
(from rev 237992, memcached/trunk/memcached.service)
  memcached/repos/extra-x86_64/0001-fix-major-off-by-one-issue.patch
(from rev 237992, memcached/trunk/0001-fix-major-off-by-one-issue.patch)
  memcached/repos/extra-x86_64/PKGBUILD
(from rev 237992, memcached/trunk/PKGBUILD)
  memcached/repos/extra-x86_64/memcached.conf
(from rev 237992, memcached/trunk/memcached.conf)
  memcached/repos/extra-x86_64/memcached.install
(from rev 237992, memcached/trunk/memcached.install)
  memcached/repos/extra-x86_64/memcached.service
(from rev 237992, memcached/trunk/memcached.service)
Deleted:
  memcached/repos/extra-i686/PKGBUILD
  memcached/repos/extra-i686/memcached.conf
  memcached/repos/extra-i686/memcached.install
  memcached/repos/extra-i686/memcached.service
  memcached/repos/extra-x86_64/PKGBUILD
  memcached/repos/extra-x86_64/memcached.conf
  memcached/repos/extra-x86_64/memcached.install
  memcached/repos/extra-x86_64/memcached.service

+
 /PKGBUILD  |   78 +++
 /memcached.conf|8 +
 /memcached.install |   42 ++
 /memcached.service |   24 +
 extra-i686/0001-fix-major-off-by-one-issue.patch   |   27 ++
 extra-i686/PKGBUILD|   36 
 extra-i686/memcached.conf  |4 
 extra-i686/memcached.install   |   21 -
 extra-i686/memcached.service   |   12 --
 extra-x86_64/0001-fix-major-off-by-one-issue.patch |   27 ++
 extra-x86_64/PKGBUILD  |   36 
 extra-x86_64/memcached.conf|4 
 extra-x86_64/memcached.install |   21 -
 extra-x86_64/memcached.service |   12 --
 14 files changed, 206 insertions(+), 146 deletions(-)

Copied: memcached/repos/extra-i686/0001-fix-major-off-by-one-issue.patch (from 
rev 237992, memcached/trunk/0001-fix-major-off-by-one-issue.patch)
===
--- extra-i686/0001-fix-major-off-by-one-issue.patch
(rev 0)
+++ extra-i686/0001-fix-major-off-by-one-issue.patch2015-04-24 14:50:17 UTC 
(rev 237993)
@@ -0,0 +1,27 @@
+From 369845f086fd1e31481aca656cb9131a883a86a9 Mon Sep 17 00:00:00 2001
+From: dormando dorma...@rydia.net
+Date: Fri, 24 Apr 2015 00:03:49 -0700
+Subject: [PATCH] fix major off by one issue
+
+none of my machines could repro a crash, but it's definitely wrong :/ Very
+sad.
+---
+ memcached.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/memcached.h b/memcached.h
+index 689a6f5..99cf0b5 100644
+--- a/memcached.h
 b/memcached.h
+@@ -77,7 +77,7 @@
+ 
+ /* Slab sizing definitions. */
+ #define POWER_SMALLEST 1
+-#define POWER_LARGEST  255
++#define POWER_LARGEST  256 /* actual cap is 255 */
+ #define CHUNK_ALIGN_BYTES 8
+ /* slab class max is a 6-bit number, -1. */
+ #define MAX_NUMBER_OF_SLAB_CLASSES (63 + 1)
+-- 
+2.3.6
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-24 14:50:02 UTC (rev 237992)
+++ extra-i686/PKGBUILD 2015-04-24 14:50:17 UTC (rev 237993)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Michael Irwin 6d6...@gmail.com
-
-pkgname=memcached
-pkgver=1.4.22
-pkgrel=1
-pkgdesc=A distributed memory object caching system
-arch=(i686 x86_64)
-url=http://memcached.org/;
-license=('GPL')
-depends=('libevent')
-optdepends=('perl: for memcached-tool usage')
-install=memcached.install
-source=(http://www.memcached.org/files/$pkgname-$pkgver.tar.gz
-memcached.service)
-sha256sums=('cfcc470c57079914aca6e565b2daeed1d13356ad492909d9aafd6eefac538c2a'
-'e768a48192aefa2e2f443c86b3c085043005ffc313da40f3074c060a18c8359d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make test
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m 755 scripts/memcached-tool $pkgdir/usr/bin/memcached-tool
-  install -D -m 644 ../memcached.service 

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

2015-04-24 Thread Antonio Rojas
Date: Friday, April 24, 2015 @ 17:18:49
  Author: arojas
Revision: 132119

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

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

--+
 /PKGBUILD|   82 +
 /kphotoalbum.install |   24 +
 community-i686/PKGBUILD  |   40 
 community-i686/kphotoalbum.install   |   12 
 community-x86_64/PKGBUILD|   40 
 community-x86_64/kphotoalbum.install |   12 
 6 files changed, 106 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-24 15:16:08 UTC (rev 132118)
+++ community-i686/PKGBUILD 2015-04-24 15:18:49 UTC (rev 132119)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Gilles CHAUVIN gcnweb ][ gmail ? com
-# Contributor: Jonathan Schaeffer joschaeffer ][ gmail ? com
-# Contributor: chfoxli lg ][ romandie ? com
-
-pkgname=kphotoalbum
-pkgver=4.6
-pkgrel=3
-pkgdesc=KDE Photo Album, picture collection manager
-url=http://www.kphotoalbum.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('kdebase-runtime' 'libkipi' 'libkdcraw' 'libkface' 'libkgeomap')
-makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs')
-optdepends=('kdeedu-marble: integration with Marble'
-   'kipi-plugins: add extra functionality'
-   'kdemultimedia-mplayerthumbs: video thumbnails')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('87eac5e5afb35ef68948a0bd349639d813ee84f7b21dfa7d6fc934bc03459ee7')
-
-build() {
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kphotoalbum/repos/community-i686/PKGBUILD (from rev 132118, 
kphotoalbum/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-24 15:18:49 UTC (rev 132119)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Gilles CHAUVIN gcnweb ][ gmail ? com
+# Contributor: Jonathan Schaeffer joschaeffer ][ gmail ? com
+# Contributor: chfoxli lg ][ romandie ? com
+
+pkgname=kphotoalbum
+pkgver=4.6.1
+pkgrel=1
+pkgdesc=KDE Photo Album, picture collection manager
+url=http://www.kphotoalbum.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('kdebase-runtime' 'libkipi' 'libkdcraw' 'libkface' 'libkgeomap')
+makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs')
+optdepends=('kdeedu-marble: integration with Marble'
+   'kipi-plugins: add extra functionality'
+   'kdemultimedia-mplayerthumbs: video thumbnails')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('8d108d643409944e2a901acd1483e2304a7105842895ea7c72fb8701b6bd9632')
+
+build() {
+# workaround build failure
+  mv $pkgname-$pkgver $pkgname
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/kphotoalbum.install
===
--- community-i686/kphotoalbum.install  2015-04-24 15:16:08 UTC (rev 132118)
+++ community-i686/kphotoalbum.install  2015-04-24 15:18:49 UTC (rev 132119)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kphotoalbum/repos/community-i686/kphotoalbum.install (from rev 132118, 
kphotoalbum/trunk/kphotoalbum.install)
===
--- community-i686/kphotoalbum.install   

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

2015-04-24 Thread Laurent Carlier
Date: Saturday, April 25, 2015 @ 07:58:06
  Author: lcarlier
Revision: 132224

upgpkg: lib32-mesa 10.5.4-1

upstream update 10.5.4

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-25 03:25:25 UTC (rev 132223)
+++ PKGBUILD2015-04-25 05:58:06 UTC (rev 132224)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.5.3
+pkgver=10.5.4
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
LICENSE)
-sha256sums=('8701ee1be4f5c03238f5e63c1a9bd4cc03a2f6c0155ed42a1ae7d58f18912ba2'
+sha256sums=('b51e723f3a20d842c88a92d809435b229fc4744ca0dbec0317d9d4a3ac4c6803'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com


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

2015-04-24 Thread Laurent Carlier
Date: Saturday, April 25, 2015 @ 07:58:16
  Author: lcarlier
Revision: 132225

archrelease: copy trunk to multilib-x86_64

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

--+
 LICENSE  |  164 +--
 PKGBUILD |  278 ++---
 2 files changed, 221 insertions(+), 221 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-04-25 05:58:06 UTC (rev 132224)
+++ LICENSE 2015-04-25 05:58:16 UTC (rev 132225)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-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
-BRIAN PAUL 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.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 132224, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-04-25 05:58:16 UTC (rev 132225)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an 

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

2015-04-24 Thread Felix Yan
Date: Saturday, April 25, 2015 @ 05:18:09
  Author: fyan
Revision: 132221

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 132220, thefuck/trunk/PKGBUILD)
  thefuck/repos/community-any/thefuck.install
(from rev 132220, thefuck/trunk/thefuck.install)
Deleted:
  thefuck/repos/community-any/PKGBUILD
  thefuck/repos/community-any/thefuck.install

-+
 PKGBUILD|   70 +++---
 thefuck.install |6 ++--
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-25 03:17:18 UTC (rev 132220)
+++ PKGBUILD2015-04-25 03:18:09 UTC (rev 132221)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=1.29
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil' 'python-six' 
'python-colorama')
-makedepends=('git')
-checkdepends=('python-pytest' 'python-mock')
-install=thefuck.install
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 132220, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-25 03:18:09 UTC (rev 132221)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=1.30
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil' 'python-six' 
'python-colorama')
+makedepends=('git')
+checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: thefuck.install
===
--- thefuck.install 2015-04-25 03:17:18 UTC (rev 132220)
+++ thefuck.install 2015-04-25 03:18:09 UTC (rev 132221)
@@ -1,3 +0,0 @@
-post_install() {
-  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
-}

Copied: thefuck/repos/community-any/thefuck.install (from rev 132220, 
thefuck/trunk/thefuck.install)
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-25 03:18:09 UTC (rev 132221)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-04-24 Thread Laurent Carlier
Date: Saturday, April 25, 2015 @ 07:48:15
  Author: lcarlier
Revision: 238032

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 238031, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 238031, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 238031, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 238031, 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 |  330 
 extra-i686/LICENSE|   82 ---
 extra-i686/PKGBUILD   |  165 
 extra-x86_64/LICENSE  |   82 ---
 extra-x86_64/PKGBUILD |  165 
 6 files changed, 494 insertions(+), 494 deletions(-)

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


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

2015-04-24 Thread Laurent Carlier
Date: Saturday, April 25, 2015 @ 07:48:00
  Author: lcarlier
Revision: 238031

upgpkg: mesa 10.5.4-1

upstream update 10.5.4

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-25 03:41:41 UTC (rev 238030)
+++ PKGBUILD2015-04-25 05:48:00 UTC (rev 238031)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=10.5.3
+pkgver=10.5.4
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha256sums=('8701ee1be4f5c03238f5e63c1a9bd4cc03a2f6c0155ed42a1ae7d58f18912ba2'
+sha256sums=('b51e723f3a20d842c88a92d809435b229fc4744ca0dbec0317d9d4a3ac4c6803'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com


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

2015-04-24 Thread Felix Yan
Date: Saturday, April 25, 2015 @ 05:17:18
  Author: fyan
Revision: 132220

upgpkg: thefuck 1.30-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 23:00:52 UTC (rev 132219)
+++ PKGBUILD2015-04-25 03:17:18 UTC (rev 132220)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.29
+pkgver=1.30
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-24 Thread Evangelos Foutras
Date: Saturday, April 25, 2015 @ 04:29:19
  Author: foutrelis
Revision: 238028

Update chromium.desktop checksum

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 20:41:18 UTC (rev 238027)
+++ PKGBUILD2015-04-25 02:29:19 UTC (rev 238028)
@@ -29,7 +29,7 @@
 chromium-widevine.patch)
 sha256sums=('60b0eb38c1c3d0cc998dae70b7333e53b715cff2847c1652e03d1723300db4c9'
 '3c77e58e74e4f9613cdf74b6db40c06dce157e0565034727e15485414af78c71'
-'09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
+'028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 '379b746e187de28f80f5a7cd19edcfa31859656826f802a1ede054fcb6dfb221')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)


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

2015-04-24 Thread Felix Yan
Date: Saturday, April 25, 2015 @ 05:23:42
  Author: fyan
Revision: 13

upgpkg: python-sqlalchemy 1.0.2-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-25 03:18:09 UTC (rev 132221)
+++ PKGBUILD2015-04-25 03:23:42 UTC (rev 13)
@@ -5,7 +5,7 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 arch=('i686' 'x86_64') # python2 package contain .so
 url=http://www.sqlalchemy.org/;
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
 
source=(https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-md5sums=('207bf771d804f1593b2e16df68f9a615'
+md5sums=('cbb49d275d250e5eb534f603e2ea92f5'
  'SKIP')
 
 prepare() {


[arch-commits] Commit in perl-xml-libxml/repos (8 files)

2015-04-24 Thread Felix Yan
Date: Saturday, April 25, 2015 @ 05:41:41
  Author: fyan
Revision: 238030

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

Added:
  perl-xml-libxml/repos/extra-i686/PKGBUILD
(from rev 238029, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/extra-i686/perl-xml-libxml.install
(from rev 238029, perl-xml-libxml/trunk/perl-xml-libxml.install)
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
(from rev 238029, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install
(from rev 238029, perl-xml-libxml/trunk/perl-xml-libxml.install)
Deleted:
  perl-xml-libxml/repos/extra-i686/PKGBUILD
  perl-xml-libxml/repos/extra-i686/perl-xml-libxml.install
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install

--+
 /PKGBUILD|   72 +
 /perl-xml-libxml.install |   32 ++
 extra-i686/PKGBUILD  |   35 
 extra-i686/perl-xml-libxml.install   |   16 ---
 extra-x86_64/PKGBUILD|   35 
 extra-x86_64/perl-xml-libxml.install |   16 ---
 6 files changed, 104 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-25 03:40:16 UTC (rev 238029)
+++ extra-i686/PKGBUILD 2015-04-25 03:41:41 UTC (rev 238030)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Justin juster Davis jrc...@gmail.com
-# Contributor: François Charette francois.archlinux.org
-
-pkgname=perl-xml-libxml
-pkgver=2.0118
-pkgrel=3
-pkgdesc=Interface to the libxml library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/XML-LibXML;
-license=('GPL')
-depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
-provides=('perl-libxml' 'perl-xml-libxml-common')
-replaces=('perl-libxml' 'perl-xml-libxml-common')
-options=('!emptydirs')
-install=perl-xml-libxml.install
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('da8d61a5d0d1bfd8d46814e376d33f58')
-
-build() {
-  cd $srcdir/XML-LibXML-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd $srcdir/XML-LibXML-$pkgver
-  make test
-}
-
-package() {
-  cd $srcdir/XML-LibXML-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir/
-}

Copied: perl-xml-libxml/repos/extra-i686/PKGBUILD (from rev 238029, 
perl-xml-libxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-25 03:41:41 UTC (rev 238030)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin juster Davis jrc...@gmail.com
+# Contributor: François Charette francois.archlinux.org
+
+pkgname=perl-xml-libxml
+pkgver=2.0119
+pkgrel=1
+pkgdesc=Interface to the libxml library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/XML-LibXML;
+license=('GPL')
+depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
+provides=('perl-libxml' 'perl-xml-libxml-common')
+replaces=('perl-libxml' 'perl-xml-libxml-common')
+options=('!emptydirs')
+install=perl-xml-libxml.install
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
+md5sums=('6da66bcbc885c17d7e9490907913b6ab')
+
+build() {
+  cd $srcdir/XML-LibXML-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/XML-LibXML-$pkgver
+  make test
+}
+
+package() {
+  cd $srcdir/XML-LibXML-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir/
+}

Deleted: extra-i686/perl-xml-libxml.install
===
--- extra-i686/perl-xml-libxml.install  2015-04-25 03:40:16 UTC (rev 238029)
+++ extra-i686/perl-xml-libxml.install  2015-04-25 03:41:41 UTC (rev 238030)
@@ -1,16 +0,0 @@
-post_install() {
-  echo :: Installing SAX XML Parsers
-  perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
-  perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
-}
-
-post_upgrade() {
-  if [[ ! -f /usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini ]]; then
-post_install
-  else
-libxmlcount=`grep -c XML::LibXML::SAX 
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini`
-if [[ $libxmlcount == 0 ]]; then
-  post_install
-fi
-  fi
-}

Copied: perl-xml-libxml/repos/extra-i686/perl-xml-libxml.install (from rev 
238029, perl-xml-libxml/trunk/perl-xml-libxml.install)
===
--- extra-i686/perl-xml-libxml.install  (rev 0)
+++ extra-i686/perl-xml-libxml.install  2015-04-25 03:41:41 UTC (rev 238030)
@@ -0,0 +1,16 @@
+post_install() {
+  echo :: 

[arch-commits] Commit in perl-xml-libxml/trunk (PKGBUILD)

2015-04-24 Thread Felix Yan
Date: Saturday, April 25, 2015 @ 05:40:16
  Author: fyan
Revision: 238029

upgpkg: perl-xml-libxml 2.0119-1

Modified:
  perl-xml-libxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-25 02:29:19 UTC (rev 238028)
+++ PKGBUILD2015-04-25 03:40:16 UTC (rev 238029)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jonathan Steel jst...@aur.archlinux.org
 # Contributor: Justin juster Davis jrc...@gmail.com
 # Contributor: François Charette francois.archlinux.org
 
 pkgname=perl-xml-libxml
-pkgver=2.0118
-pkgrel=3
+pkgver=2.0119
+pkgrel=1
 pkgdesc=Interface to the libxml library
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/XML-LibXML;
@@ -16,7 +17,7 @@
 options=('!emptydirs')
 install=perl-xml-libxml.install
 source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('da8d61a5d0d1bfd8d46814e376d33f58')
+md5sums=('6da66bcbc885c17d7e9490907913b6ab')
 
 build() {
   cd $srcdir/XML-LibXML-$pkgver


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

2015-04-24 Thread Felix Yan
Date: Saturday, April 25, 2015 @ 05:25:25
  Author: fyan
Revision: 132223

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

Added:
  python-sqlalchemy/repos/community-i686/PKGBUILD
(from rev 13, python-sqlalchemy/trunk/PKGBUILD)
  python-sqlalchemy/repos/community-x86_64/PKGBUILD
(from rev 13, python-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy/repos/community-i686/PKGBUILD
  python-sqlalchemy/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-25 03:23:42 UTC (rev 13)
+++ community-i686/PKGBUILD 2015-04-25 03:25:25 UTC (rev 132223)
@@ -1,62 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.0.1
-pkgrel=1
-arch=('i686' 'x86_64') # python2 package contain .so
-url=http://www.sqlalchemy.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
-source=(https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-md5sums=('207bf771d804f1593b2e16df68f9a615'
- 'SKIP')
-
-prepare() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-}
-
-build() {
-  cd SQLAlchemy-$pkgver
-  python setup.py build
-
-  cd ../SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd SQLAlchemy-${pkgver}
-  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
- 
-  cd ../SQLAlchemy2-$pkgver  
-  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-${pkgver}
-  python setup.py install --root=${pkgdir}
-  install -D -m644 LICENSE \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 LICENSE \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-i686/PKGBUILD (from rev 13, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-25 03:25:25 UTC (rev 132223)
@@ -0,0 +1,62 @@
+# $Id$ 
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=1.0.2
+pkgrel=1
+arch=('i686' 'x86_64') # python2 package contain .so
+url=http://www.sqlalchemy.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
+source=(https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+md5sums=('cbb49d275d250e5eb534f603e2ea92f5'
+ 'SKIP')
+
+prepare() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+}
+
+build() {
+  cd SQLAlchemy-$pkgver
+  python setup.py build
+
+  cd ../SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd SQLAlchemy-${pkgver}
+  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
+ 
+  cd ../SQLAlchemy2-$pkgver  
+  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+  optdepends=('python-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy-${pkgver}
+  python setup.py install --root=${pkgdir}
+  install -D -m644 LICENSE \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+  optdepends=('python2-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -D -m644 LICENSE \
+ 

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

2015-04-24 Thread Sergej Pupykin
Date: Friday, April 24, 2015 @ 18:45:29
  Author: spupykin
Revision: 132125

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

Added:
  t1utils/repos/community-i686/LICENSE
(from rev 132124, t1utils/trunk/LICENSE)
  t1utils/repos/community-i686/PKGBUILD
(from rev 132124, t1utils/trunk/PKGBUILD)
  t1utils/repos/community-x86_64/LICENSE
(from rev 132124, t1utils/trunk/LICENSE)
  t1utils/repos/community-x86_64/PKGBUILD
(from rev 132124, t1utils/trunk/PKGBUILD)
Deleted:
  t1utils/repos/community-i686/LICENSE
  t1utils/repos/community-i686/PKGBUILD
  t1utils/repos/community-x86_64/LICENSE
  t1utils/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   44 ++
 /PKGBUILD |   56 
 community-i686/LICENSE|   22 -
 community-i686/PKGBUILD   |   28 --
 community-x86_64/LICENSE  |   22 -
 community-x86_64/PKGBUILD |   28 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-04-24 16:45:09 UTC (rev 132124)
+++ community-i686/LICENSE  2015-04-24 16:45:29 UTC (rev 132125)
@@ -1,22 +0,0 @@
-The README file includes the following notices:
-
-   Changes since version 1.2 (c) 1998-2000 Eddie Kohler, under the
-   same redistribution copyright as I. Lee Hetherington's. See below
-   for I. Lee Hetherington's original README from 1992, updated
-   slightly for today's t1utils.
-
-   Eddie Kohler
-   eddie...@lcs.mit.edu
-
-   Copyright (c) 1992 by I. Lee Hetherington, all rights reserved.
-
-   Permission is hereby granted to use, modify, and distribute this
-   program for any purpose provided this copyright notice and the one
-   below remain intact.
-
-   Note that these tools should not be used to illegally copy type-1
-   font programs.  Typeface design is an intricate art that should be
-   rewarded.
-
-   I. Lee Hetherington
-   i...@lcs.mit.edu

Copied: t1utils/repos/community-i686/LICENSE (from rev 132124, 
t1utils/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-04-24 16:45:29 UTC (rev 132125)
@@ -0,0 +1,22 @@
+The README file includes the following notices:
+
+   Changes since version 1.2 (c) 1998-2000 Eddie Kohler, under the
+   same redistribution copyright as I. Lee Hetherington's. See below
+   for I. Lee Hetherington's original README from 1992, updated
+   slightly for today's t1utils.
+
+   Eddie Kohler
+   eddie...@lcs.mit.edu
+
+   Copyright (c) 1992 by I. Lee Hetherington, all rights reserved.
+
+   Permission is hereby granted to use, modify, and distribute this
+   program for any purpose provided this copyright notice and the one
+   below remain intact.
+
+   Note that these tools should not be used to illegally copy type-1
+   font programs.  Typeface design is an intricate art that should be
+   rewarded.
+
+   I. Lee Hetherington
+   i...@lcs.mit.edu

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-24 16:45:09 UTC (rev 132124)
+++ community-i686/PKGBUILD 2015-04-24 16:45:29 UTC (rev 132125)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Simo Leone neot...@gmail.com
-
-pkgname=t1utils
-pkgver=1.38
-pkgrel=1
-pkgdesc=A collection of simple Type 1 font manipulation programs
-arch=('i686' 'x86_64')
-url=http://www.lcdf.org/~eddietwo/type/#t1utils;
-license=(custom)
-depends=('glibc')
-source=(http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz;
-   LICENSE)
-md5sums=('0c823a7fff74d206ecccb98bfcb1053b'
- '5a1334c824d21f0314c831f9fd19a587')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: t1utils/repos/community-i686/PKGBUILD (from rev 132124, 
t1utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-24 16:45:29 UTC (rev 132125)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Simo Leone neot...@gmail.com
+
+pkgname=t1utils
+pkgver=1.39
+pkgrel=1
+pkgdesc=A collection of simple Type 1 font manipulation programs
+arch=('i686' 'x86_64')
+url=http://www.lcdf.org/~eddietwo/type/#t1utils;
+license=(custom)
+depends=('glibc')
+source=(http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz;
+   LICENSE)
+md5sums=('88837df02d69ed9d0f61c44ce5049cf4'
+ 

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

2015-04-24 Thread Jerome Leclanche
Date: Friday, April 24, 2015 @ 19:11:41
  Author: jleclanche
Revision: 132126

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-24 16:45:29 UTC (rev 132125)
+++ community-i686/PKGBUILD 2015-04-24 17:11:41 UTC (rev 132126)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche jer...@leclan.ch
-
-pkgname=libqtxdg
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
-arch=(i686 x86_64)
-url=http://lxqt.org;
-license=(GPL2)
-depends=(qt5-base)
-makedepends=(cmake)
-source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=(5c90989fcd13387cc8a7905a03e0b65f76aa28545cb9733625e1d88fd6ff4002)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake $srcdir/$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR=$pkgdir install
-}

Copied: libqtxdg/repos/community-i686/PKGBUILD (from rev 132125, 
libqtxdg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-24 17:11:41 UTC (rev 132126)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche jer...@leclan.ch
+
+pkgname=libqtxdg
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
+arch=(i686 x86_64)
+url=http://lxqt.org;
+license=(GPL2)
+depends=(qt5-base)
+makedepends=(cmake)
+source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=(88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake $srcdir/$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DUSE_QT5=true
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-24 16:45:29 UTC (rev 132125)
+++ community-x86_64/PKGBUILD   2015-04-24 17:11:41 UTC (rev 132126)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche jer...@leclan.ch
-
-pkgname=libqtxdg
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
-arch=(i686 x86_64)
-url=http://lxqt.org;
-license=(GPL2)
-depends=(qt5-base)
-makedepends=(cmake)
-source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=(88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake $srcdir/$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR=$pkgdir install
-}

Copied: libqtxdg/repos/community-x86_64/PKGBUILD (from rev 132125, 
libqtxdg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-24 17:11:41 UTC (rev 132126)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche jer...@leclan.ch
+
+pkgname=libqtxdg
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
+arch=(i686 x86_64)
+url=http://lxqt.org;
+license=(GPL2)
+depends=(qt5-base)
+makedepends=(cmake)
+source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=(88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake $srcdir/$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DUSE_QT5=true
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=$pkgdir install
+}


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

2015-04-24 Thread Михаил Страшун
Date: Friday, April 24, 2015 @ 19:23:30
  Author: dicebot
Revision: 132128

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

Added:
  gdc/repos/community-i686/PKGBUILD
(from rev 132127, gdc/trunk/PKGBUILD)
  gdc/repos/community-i686/folders.diff
(from rev 132127, gdc/trunk/folders.diff)
  gdc/repos/community-x86_64/PKGBUILD
(from rev 132127, gdc/trunk/PKGBUILD)
  gdc/repos/community-x86_64/folders.diff
(from rev 132127, gdc/trunk/folders.diff)
Deleted:
  gdc/repos/community-i686/PKGBUILD
  gdc/repos/community-i686/folders.diff
  gdc/repos/community-x86_64/PKGBUILD
  gdc/repos/community-x86_64/folders.diff

---+
 /PKGBUILD |  228 
 /folders.diff |   78 +
 community-i686/PKGBUILD   |  114 
 community-i686/folders.diff   |   34 -
 community-x86_64/PKGBUILD |  114 
 community-x86_64/folders.diff |   34 -
 6 files changed, 306 insertions(+), 296 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-24 17:22:12 UTC (rev 132127)
+++ community-i686/PKGBUILD 2015-04-24 17:23:30 UTC (rev 132128)
@@ -1,114 +0,0 @@
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Moritz Maxeiner mor...@ucworks.org
-# Contributor: Jerome Berger jeber...@free.fr
-# Contributor: Jesus Alvarez jeezu...@gmail.com
-
-pkgname=('gdc' 'libgphobos-devel')
-pkgver=4.9.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url=https://github.com/D-Programming-GDC/GDC;
-license=('GPL')
-makedepends=('binutils=2.23' 'git' 'gcc' 'make' 'perl' 'cloog' 'automake')
-options=('!emptydirs' '!buildflags')
-source=(
-ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-gdc::git://github.com/D-Programming-GDC/GDC.git#branch=gdc-4.9
-git+https://github.com/D-Programming-GDC/GDMD.git;
-folders.diff
-)
-sha256sums=(
-'2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd'
-'SKIP'
-'SKIP'
-'82f1ba0825164a74660bd5008d8f3acae1bacc3271c86475efc1601fe0da73c4'
-)
-
-groups=('dlang' 'dlang-gdc')
-conflicts=('gdc1-bin' 'gdc1-hg' 'gdc-git')
-
-prepare()
-{
-cd $srcdir/gcc-$pkgver
-
-# Arch Linux installs x86_64 libraries /lib
-[[ $CARCH == x86_64 ]]  sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
-
-echo ${pkgver}  gcc/BASE-VER
-
-# hack! - some configure tests for header files using $CPP $CPPFLAGS
-sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
-
-cd $srcdir/gdc
-git apply $srcdir/folders.diff # fix gdc_include_path
-./setup-gcc.sh ../gcc-$pkgver
-
-mkdir $srcdir/gcc-build
-}
-
-
-build()
-{
-cd ${srcdir}/gcc-build
-
-${srcdir}/gcc-$pkgver/configure --prefix=/usr \
---libdir=/usr/lib --libexecdir=/usr/lib \
---mandir=/usr/share/man --infodir=/usr/share/info \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-languages=d \
---enable-shared --enable-threads=posix \
---with-system-zlib --enable-__cxa_atexit \
---disable-libunwind-exceptions --enable-clocale=gnu \
---disable-libstdcxx-pch --disable-libssp \
---enable-gnu-unique-object --enable-linker-build-id \
---enable-cloog-backend=isl --disable-cloog-version-check \
---enable-gold --enable-plugin --enable-ld=default \
---enable-install-libiberty --with-plugin-ld=ld.gold \
---with-linker-hash-style=gnu \
---disable-multilib --disable-werror \
---disable-nls --disable-bootstrap \
---disable-libgomp --disable-libmudflap --disable-libquadmath \
---enable-checking=release
-
-make 
-}
-
-package_gdc()
-{
-depends=('gcc' 'perl' 'binutils' 'libgphobos-devel')
-provides=(d-compiler)
-pkgdesc=Compiler for D programming language which uses gcc backend (2.065 
frontend version)
- 
-install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
-install -D -m755 $srcdir/gcc-build/gcc/cc1d 
$pkgdir/usr/lib/gcc/$CHOST/$pkgver/cc1d
-
-# tools
-install -D -m755 $srcdir/GDMD/dmd-script $pkgdir/usr/bin/gdmd
-install -D -m644 $srcdir/GDMD/dmd-script.1 
$pkgdir/usr/share/man/man1/gdmd.1
-}
-
-package_libgphobos-devel()
-{
-pkgdesc=Standard library for D programming language, GDC port
-provides=(d-runtime d-stdlib)
-options=(staticlibs)
-
-# druntime
-install -D $srcdir/gdc/libphobos/libdruntime/object.di 
$pkgdir/usr/include/dlang/gdc/object.di
-install -D $srcdir/gdc/libphobos/libdruntime/__entrypoint.di 
${pkgdir}/usr/include/dlang/gdc/__entrypoint.di
-cp -r $srcdir/gdc/libphobos/libdruntime/core 
$pkgdir/usr/include/dlang/gdc/core
-cp -r $srcdir/gdc/libphobos/libdruntime/gcc 
$pkgdir/usr/include/dlang/gdc/gcc
-
-# workaround for auto-generated libbacktrace issue
-   # script 

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

2015-04-24 Thread Sergej Pupykin
Date: Friday, April 24, 2015 @ 18:45:09
  Author: spupykin
Revision: 132124

upgpkg: t1utils 1.39-1

upd

Modified:
  t1utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 15:33:19 UTC (rev 132123)
+++ PKGBUILD2015-04-24 16:45:09 UTC (rev 132124)
@@ -3,7 +3,7 @@
 # Maintainer: Simo Leone neot...@gmail.com
 
 pkgname=t1utils
-pkgver=1.38
+pkgver=1.39
 pkgrel=1
 pkgdesc=A collection of simple Type 1 font manipulation programs
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 source=(http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz;
LICENSE)
-md5sums=('0c823a7fff74d206ecccb98bfcb1053b'
+md5sums=('88837df02d69ed9d0f61c44ce5049cf4'
  '5a1334c824d21f0314c831f9fd19a587')
 
 build() {


[arch-commits] Commit in gdc/trunk (PKGBUILD folders.diff)

2015-04-24 Thread Михаил Страшун
Date: Friday, April 24, 2015 @ 19:22:12
  Author: dicebot
Revision: 132127

upgpkg: gdc 4.9.2-2

GDC D frontend - 2.066.1

Modified:
  gdc/trunk/PKGBUILD
  gdc/trunk/folders.diff

--+
 PKGBUILD |8 +++
 folders.diff |   61 ++---
 2 files changed, 37 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 17:11:41 UTC (rev 132126)
+++ PKGBUILD2015-04-24 17:22:12 UTC (rev 132127)
@@ -5,15 +5,15 @@
 
 pkgname=('gdc' 'libgphobos-devel')
 pkgver=4.9.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=https://github.com/D-Programming-GDC/GDC;
 license=('GPL')
-makedepends=('binutils=2.23' 'git' 'gcc' 'make' 'perl' 'cloog' 'automake')
+makedepends=('binutils=2.23' 'git' 'gcc' 'make' 'perl' 'automake')
 options=('!emptydirs' '!buildflags')
 source=(
 ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-gdc::git://github.com/D-Programming-GDC/GDC.git#branch=gdc-4.9
+gdc::git://github.com/D-Programming-GDC/GDC.git#tag=v2.066.1_gcc4.9
 git+https://github.com/D-Programming-GDC/GDMD.git;
 folders.diff
 )
@@ -21,7 +21,7 @@
 '2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd'
 'SKIP'
 'SKIP'
-'82f1ba0825164a74660bd5008d8f3acae1bacc3271c86475efc1601fe0da73c4'
+'ea5c80a28026393bd4627485602660a4a01d9fbc65299e95e768013e197bad20'
 )
 
 groups=('dlang' 'dlang-gdc')

Modified: folders.diff
===
--- folders.diff2015-04-24 17:11:41 UTC (rev 132126)
+++ folders.diff2015-04-24 17:22:12 UTC (rev 132127)
@@ -1,34 +1,39 @@
+diff --git a/gcc/d/d-incpath.cc b/gcc/d/d-incpath.cc
+index e04ddc6..168a033 100644
+--- a/gcc/d/d-incpath.cc
 b/gcc/d/d-incpath.cc
+@@ -202,7 +202,7 @@ add_import_paths(const char *iprefix, const char 
*imultilib, bool stdinc)
+   import_path = xstrdup(p-fname);
+ 
+ // Add D-specific suffix.
+-import_path = concat(import_path, /d, NULL);
++import_path = concat(import_path, /dlang/gdc, NULL);
+ 
+ // Ignore duplicate entries.
+ bool found = false;
+diff --git a/libphobos/configure b/libphobos/configure
+index 2ff7114..f7f0660 100755
+--- a/libphobos/configure
 b/libphobos/configure
+@@ -3883,7 +3883,7 @@ fi
+ 
+ 
+ # Default case for install directory for D sources files.
+-gdc_include_dir='${libdir}/gcc/${target_alias}'/${d_gcc_ver}/include/d
++gdc_include_dir=${prefix}/include/dlang/gdc
+ 
+ 
+ # Sanity check for the cross-compilation case:
 diff --git a/libphobos/configure.ac b/libphobos/configure.ac
-index 51d9b86..6ff04f1 100644
+index 84492dd..947f6a8 100644
 --- a/libphobos/configure.ac
 +++ b/libphobos/configure.ac
-@@ -239,9 +239,9 @@ else
- fi
+@@ -167,7 +167,7 @@ AC_SUBST(phobos_toolexecdir)
+ AC_SUBST(phobos_toolexeclibdir)
  
- if test ${gdc_host} != ${gdc_target}; then
--gdc_include_dir='${libdir}/gcc/${host_alias}'/${d_gcc_ver}/include/d
-+gdc_include_dir='${libdir}/gcc/${host_alias}'/${d_gcc_ver}/include/dlang
- else
--gdc_include_dir='${prefix}'/include/d/${d_gcc_ver}
-+gdc_include_dir='${prefix}'/include/dlang/gdc
- fi
+ # Default case for install directory for D sources files.
+-gdc_include_dir='${libdir}/gcc/${target_alias}'/${d_gcc_ver}/include/d
++gdc_include_dir=${prefix}/include/dlang/gdc
  AC_SUBST(gdc_include_dir)
- AC_ARG_WITH([cross-host],
-
-diff --git a/gcc/d/Make-lang.in b/gcc/d/Make-lang.in
-index 17e5c45..8a656b1 100644
 a/gcc/d/Make-lang.in
-+++ b/gcc/d/Make-lang.in
-@@ -25,10 +25,10 @@ D_TARGET_INSTALL_NAME = $(target_alias)-$(shell echo 
gdc|sed '$(program_transfor
  
- # This should be configured
- ifeq ($(host), $(target))
--  D_include_dir = `echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 
's|/[^/]*|/..|g'`/include/d/$(version)
-+  D_include_dir = `echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 
's|/[^/]*|/..|g'`/include/dlang/gdc
-   gcc_d_include_dir = $(libsubdir)/$(unlibsubdir)/..$(D_include_dir)
- else
--  gcc_d_include_dir = $(libsubdir)/include/d
-+  gcc_d_include_dir = $(libsubdir)/include/dlang/gdc
- endif
-
-
+ dnl Checks for header files.


[arch-commits] Commit in arm-none-eabi-gcc/repos (6 files)

2015-04-24 Thread Anatol Pomozov
Date: Friday, April 24, 2015 @ 21:14:56
  Author: anatolik
Revision: 132201

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

Added:
  arm-none-eabi-gcc/repos/community-testing-i686/
  arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD
(from rev 132200, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-testing-i686/enable-with-multilib-list-for-arm.patch
(from rev 132200, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)
  arm-none-eabi-gcc/repos/community-testing-x86_64/
  arm-none-eabi-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 132200, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-testing-x86_64/enable-with-multilib-list-for-arm.patch
(from rev 132200, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)

--+
 community-testing-i686/PKGBUILD  |  127 ++
 community-testing-i686/enable-with-multilib-list-for-arm.patch   |  201 
++
 community-testing-x86_64/PKGBUILD|  127 ++
 community-testing-x86_64/enable-with-multilib-list-for-arm.patch |  201 
++
 4 files changed, 656 insertions(+)

Copied: arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD (from rev 
132200, arm-none-eabi-gcc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-24 19:14:56 UTC (rev 132201)
@@ -0,0 +1,127 @@
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Martin Schmölzer mschmoel...@gmail.com
+
+_target=arm-none-eabi
+pkgname=$_target-gcc
+pkgver=5.1.0
+_islver=0.14.1
+pkgrel=1
+#_snapshot=5.1.0-RC-20150412
+pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
+arch=(i686 x86_64)
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils zlib libmpc)
+makedepends=(gmp mpfr $_target-newlib)
+optdepends=('arm-none-eabi-newlib: Standard C library optimized for embedded 
systems')
+options=(!emptydirs !strip)
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
+#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
+http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
+enable-with-multilib-list-for-arm.patch)
+sha256sums=('b7dafdf89cbb0e20333dbf5b5349319ae06e3d1a30bf3515b5488f7e89dca5ad'
+'1f20561843eb9f6ae2076800bc45f3680ff7696520257cd5734ccfb843464cae'
+'ee8c74097c1ff01918bda9acf9b45783fd3ba3a4c493e9e9255fa3c2130bf690')
+
+if [ -n $_snapshot ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+  echo $pkgver  gcc/BASE-VER
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  patch -p1  $srcdir/enable-with-multilib-list-for-arm.patch
+
+  mkdir $srcdir/build-{gcc,gcc-nano}
+}
+
+_build_gcc() {
+  $srcdir/$_basedir/configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-native-system-header-dir=/include \
+--libexecdir=/usr/lib \
+--enable-languages=c,c++ \
+--enable-plugins \
+--disable-decimal-float \
+--disable-libffi \
+--disable-libgomp \
+--disable-libmudflap \
+--disable-libquadmath \
+--disable-libssp \
+--disable-libstdcxx-pch \
+--disable-nls \
+--disable-shared \
+--disable-threads \
+--disable-tls \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--with-newlib \
+--with-headers=/usr/$_target/include \
+--with-python-dir=share/gcc-arm-none-eabi \
+--with-gmp \
+--with-mpfr \
+--with-mpc \
+--with-isl \
+--with-libelf \
+--enable-gnu-indirect-function \
+--with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' 
\
+--with-pkgversion='Arch Repository' \
+--with-bugurl='https://bugs.archlinux.org/' \
+--with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r
+
+  make INHIBIT_LIBC_CFLAGS='-DUSE_TM_CLONE_REGISTRY=0'
+}
+
+build() {
+  cd $srcdir/build-gcc
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  _build_gcc
+
+  # Build libstdc++ without exceptions support (the 'nano' variant)
+  cd $srcdir/build-gcc-nano
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'  
+  _build_gcc
+}
+
+package() {
+  cd $srcdir/build-gcc
+  make DESTDIR=$pkgdir install -j1
+
+  cd $srcdir/build-gcc-nano
+  make 

[arch-commits] Commit in arm-none-eabi-newlib/trunk (PKGBUILD)

2015-04-24 Thread Anatol Pomozov
Date: Friday, April 24, 2015 @ 21:15:55
  Author: anatolik
Revision: 132202

upgpkg: arm-none-eabi-newlib 2.2.0-3

Rebuild for gcc 5.1.0

Modified:
  arm-none-eabi-newlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 19:14:56 UTC (rev 132201)
+++ PKGBUILD2015-04-24 19:15:55 UTC (rev 132202)
@@ -4,7 +4,7 @@
 _target=arm-none-eabi
 pkgname=$_target-newlib
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 _upstream_ver=$pkgver-1
 pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
 arch=(any)


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

2015-04-24 Thread Bartłomiej Piotrowski
Date: Friday, April 24, 2015 @ 21:30:07
  Author: bpiotrowski
Revision: 238018

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

Added:
  wxgtk/repos/testing-i686/
  wxgtk/repos/testing-i686/PKGBUILD
(from rev 238017, wxgtk/trunk/PKGBUILD)
  wxgtk/repos/testing-x86_64/
  wxgtk/repos/testing-x86_64/PKGBUILD
(from rev 238017, wxgtk/trunk/PKGBUILD)

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

Copied: wxgtk/repos/testing-i686/PKGBUILD (from rev 238017, 
wxgtk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-24 19:30:07 UTC (rev 238018)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wxgtk
+pkgver=3.0.2
+pkgrel=3
+pkgdesc=GTK+ implementation of wxWidgets API for GUI
+arch=('i686' 'x86_64')
+url=http://wxwidgets.org;
+license=('custom:wxWindows')
+depends=('gtk2' 'gstreamer0.10-base' 'libsm')
+makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
+optdepends=('webkitgtk2: for webview support')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2)
+sha1sums=('6461eab4428c0a8b9e41781b8787510484dea800')
+
+build() {
+  cd wxWidgets-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --enable-webview 
--with-regex=builtin \
+--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
+--disable-precomp-headers
+  make
+  make -C locale allmo
+}
+
+package() {
+  cd wxWidgets-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: wxgtk/repos/testing-x86_64/PKGBUILD (from rev 238017, 
wxgtk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-24 19:30:07 UTC (rev 238018)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wxgtk
+pkgver=3.0.2
+pkgrel=3
+pkgdesc=GTK+ implementation of wxWidgets API for GUI
+arch=('i686' 'x86_64')
+url=http://wxwidgets.org;
+license=('custom:wxWindows')
+depends=('gtk2' 'gstreamer0.10-base' 'libsm')
+makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
+optdepends=('webkitgtk2: for webview support')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2)
+sha1sums=('6461eab4428c0a8b9e41781b8787510484dea800')
+
+build() {
+  cd wxWidgets-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --enable-webview 
--with-regex=builtin \
+--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
+--disable-precomp-headers
+  make
+  make -C locale allmo
+}
+
+package() {
+  cd wxWidgets-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-04-24 Thread Bartłomiej Piotrowski
Date: Friday, April 24, 2015 @ 21:29:54
  Author: bpiotrowski
Revision: 238017

upgpkg: wxgtk 3.0.2-3

rebuild using gcc 5.1

Modified:
  wxgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 19:24:33 UTC (rev 238016)
+++ PKGBUILD2015-04-24 19:29:54 UTC (rev 238017)
@@ -3,7 +3,7 @@
 
 pkgname=wxgtk
 pkgver=3.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc=GTK+ implementation of wxWidgets API for GUI
 arch=('i686' 'x86_64')
 url=http://wxwidgets.org;


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

2015-04-24 Thread Maxime Gauduin
Date: Friday, April 24, 2015 @ 20:54:14
  Author: alucryd
Revision: 132195

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

Added:
  python2-jellyfish/repos/community-i686/PKGBUILD
(from rev 132194, python2-jellyfish/trunk/PKGBUILD)
  python2-jellyfish/repos/community-x86_64/PKGBUILD
(from rev 132194, python2-jellyfish/trunk/PKGBUILD)
Deleted:
  python2-jellyfish/repos/community-i686/PKGBUILD
  python2-jellyfish/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-24 18:53:54 UTC (rev 132194)
+++ community-i686/PKGBUILD 2015-04-24 18:54:14 UTC (rev 132195)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-
-pkgname=python2-jellyfish
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='A python library for doing approximate and phonetic matching of 
strings'
-arch=('i686' 'x86_64')
-url='https://github.com/sunlightlabs/jellyfish'
-license=('BSD')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=(https://pypi.python.org/packages/source/j/jellyfish/jellyfish-${pkgver}.tar.gz;)
-sha256sums=('89f6264b98b11a40528c0faf6e2035c15023b628b3e51c62fd2082d103b100cc')
-
-build() {
-  cd jellyfish-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd jellyfish-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize='1'
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/python2-jellyfish
-  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/python2-jellyfish/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-jellyfish/repos/community-i686/PKGBUILD (from rev 132194, 
python2-jellyfish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-24 18:54:14 UTC (rev 132195)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+
+pkgname=python2-jellyfish
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='A python library for doing approximate and phonetic matching of 
strings'
+arch=('i686' 'x86_64')
+url='https://github.com/sunlightlabs/jellyfish'
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/j/jellyfish/jellyfish-${pkgver}.tar.gz;)
+sha256sums=('e19b8fac54fe89925589fc866f37cd8926d38551e038793fbab243caf903e812')
+
+build() {
+  cd jellyfish-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd jellyfish-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/python2-jellyfish
+  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/python2-jellyfish/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-24 18:53:54 UTC (rev 132194)
+++ community-x86_64/PKGBUILD   2015-04-24 18:54:14 UTC (rev 132195)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-
-pkgname=python2-jellyfish
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='A python library for doing approximate and phonetic matching of 
strings'
-arch=('i686' 'x86_64')
-url='https://github.com/sunlightlabs/jellyfish'
-license=('BSD')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=(https://pypi.python.org/packages/source/j/jellyfish/jellyfish-${pkgver}.tar.gz;)
-sha256sums=('89f6264b98b11a40528c0faf6e2035c15023b628b3e51c62fd2082d103b100cc')
-
-build() {
-  cd jellyfish-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd jellyfish-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize='1'
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/python2-jellyfish
-  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/python2-jellyfish/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-jellyfish/repos/community-x86_64/PKGBUILD (from rev 132194, 
python2-jellyfish/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-24 18:54:14 UTC (rev 132195)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+
+pkgname=python2-jellyfish
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='A python library for doing approximate and phonetic matching of 
strings'
+arch=('i686' 'x86_64')
+url='https://github.com/sunlightlabs/jellyfish'
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/j/jellyfish/jellyfish-${pkgver}.tar.gz;)

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

2015-04-24 Thread Maxime Gauduin
Date: Friday, April 24, 2015 @ 20:53:54
  Author: alucryd
Revision: 132194

upgpkg: python2-jellyfish 0.5.0-1

Modified:
  python2-jellyfish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 18:45:10 UTC (rev 132193)
+++ PKGBUILD2015-04-24 18:53:54 UTC (rev 132194)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin aluc...@archlinux.org
 
 pkgname=python2-jellyfish
-pkgver=0.4.0
+pkgver=0.5.0
 pkgrel=1
 pkgdesc='A python library for doing approximate and phonetic matching of 
strings'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('python2')
 makedepends=('python2-setuptools')
 
source=(https://pypi.python.org/packages/source/j/jellyfish/jellyfish-${pkgver}.tar.gz;)
-sha256sums=('89f6264b98b11a40528c0faf6e2035c15023b628b3e51c62fd2082d103b100cc')
+sha256sums=('e19b8fac54fe89925589fc866f37cd8926d38551e038793fbab243caf903e812')
 
 build() {
   cd jellyfish-${pkgver}


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

2015-04-24 Thread Maxime Gauduin
Date: Friday, April 24, 2015 @ 20:56:20
  Author: alucryd
Revision: 132196

upgpkg: beets 1.3.13-1

Modified:
  beets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 18:54:14 UTC (rev 132195)
+++ PKGBUILD2015-04-24 18:56:20 UTC (rev 132196)
@@ -3,7 +3,7 @@
 # Contributor: Adrian Sampson adr...@radbox.org
 
 pkgname=beets
-pkgver=1.3.12
+pkgver=1.3.13
 pkgrel=1
 pkgdesc='Flexible music library manager and tagger'
 arch=('any')
@@ -31,7 +31,7 @@
 
source=(https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
 'https://raw.githubusercontent.com/sampsyo/beets/master/extra/_beet'
 'beet')
-sha256sums=('d6c739381c3ee8cf8ceb0c9bc9fae0be187e1938b27d24a1e8ff21aabf641519'
+sha256sums=('6d973c3484079b22b7d281f771a97c03f9bb14bdd94f45b673f9d754875b2c59'
 '51c23b07ae5b4d67bd3d9f1c6ec3187a04b18d805e0b198951c6b63c67d34715'
 'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
 


[arch-commits] Commit in arm-none-eabi-binutils/repos (6 files)

2015-04-24 Thread Anatol Pomozov
Date: Friday, April 24, 2015 @ 21:12:38
  Author: anatolik
Revision: 132199

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

Added:
  arm-none-eabi-binutils/repos/community-testing-i686/
  arm-none-eabi-binutils/repos/community-testing-i686/PKGBUILD
(from rev 132198, arm-none-eabi-binutils/trunk/PKGBUILD)
  
arm-none-eabi-binutils/repos/community-testing-i686/enable_link_arm_no_attributes.patch
(from rev 132198, 
arm-none-eabi-binutils/trunk/enable_link_arm_no_attributes.patch)
  arm-none-eabi-binutils/repos/community-testing-x86_64/
  arm-none-eabi-binutils/repos/community-testing-x86_64/PKGBUILD
(from rev 132198, arm-none-eabi-binutils/trunk/PKGBUILD)
  
arm-none-eabi-binutils/repos/community-testing-x86_64/enable_link_arm_no_attributes.patch
(from rev 132198, 
arm-none-eabi-binutils/trunk/enable_link_arm_no_attributes.patch)

--+
 community-testing-i686/PKGBUILD  |   65 +
 community-testing-i686/enable_link_arm_no_attributes.patch   |  115 ++
 community-testing-x86_64/PKGBUILD|   65 +
 community-testing-x86_64/enable_link_arm_no_attributes.patch |  115 ++
 4 files changed, 360 insertions(+)

Copied: arm-none-eabi-binutils/repos/community-testing-i686/PKGBUILD (from rev 
132198, arm-none-eabi-binutils/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-24 19:12:38 UTC (rev 132199)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Martin Schmölzer mschmoel...@gmail.com
+
+_target=arm-none-eabi
+pkgname=$_target-binutils
+pkgver=2.25
+pkgrel=3
+_commit=c42c779b
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig}
+
binutils-${pkgver}-roundup-${_commit}.patch::https://sourceware.org/git/gitweb.cgi\?p=binutils-gdb.git\;a=commitdiff_plain\;h=${_commit}\;hp=binutils-2_25
+enable_link_arm_no_attributes.patch)
+sha1sums=('b46cc90ebaba7ffcf6c6d996d60738881b14e50d'
+  'SKIP'
+  'c956a27796f62b797114233c6a9958b495e9bff0'
+  'c88cc0ed5f884332fa76b733fb47a26f307bde0f')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 
ging...@adacore.com
+
+prepare() {
+  cd binutils-$pkgver
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+  patch -p1  ../enable_link_arm_no_attributes.patch # FS#43794
+  patch -p1  ../binutils-$pkgver-roundup-$_commit.patch
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-plugins
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS= -k check
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm 
$pkgdir/usr/share/man/man1/arm-none-eabi-{dlltool,nlmconv,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -rf $pkgdir/usr/share/info
+}

Copied: 
arm-none-eabi-binutils/repos/community-testing-i686/enable_link_arm_no_attributes.patch
 (from rev 132198, 
arm-none-eabi-binutils/trunk/enable_link_arm_no_attributes.patch)
===
--- community-testing-i686/enable_link_arm_no_attributes.patch  
(rev 0)
+++ community-testing-i686/enable_link_arm_no_attributes.patch  2015-04-24 
19:12:38 UTC (rev 132199)
@@ -0,0 +1,115 @@
+commit 9274e9de160a98d737bb2bd068c22d37ec66d98d
+Author: Terry Guo terry@arm.com
+Date:   Thu Nov 20 13:54:27 2014 +0800
+
+Enable to link ARM object file that hasn't attribute section.
+
+bfd/ChangeLog
+
+2014-11-20  Terry Guo  terry@arm.com
+
+   * elf32-arm.c (elf32_arm_merge_eabi_attributes): Skip if input bfd
+   hasn't attribute section.
+
+ld/testsuite/ChangeLog:
+
+2014-11-20  Terry Guo  terry@arm.com
+
+   * ld-arm/attr-merge-nosection-1.d: New file.
+   * ld-arm/attr-merge-nosection-1a.s: Likewise.
+   * ld-arm/attr-merge-nosection-1b.s: Likewise.
+   * ld-arm/arm-elf.exp: Include the new test.
+
+diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c
+index 

[arch-commits] Commit in arm-none-eabi-binutils/trunk (PKGBUILD)

2015-04-24 Thread Anatol Pomozov
Date: Friday, April 24, 2015 @ 21:12:00
  Author: anatolik
Revision: 132198

upgpkg: arm-none-eabi-binutils 2.25-3

Modified:
  arm-none-eabi-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 18:56:29 UTC (rev 132197)
+++ PKGBUILD2015-04-24 19:12:00 UTC (rev 132198)
@@ -5,7 +5,8 @@
 _target=arm-none-eabi
 pkgname=$_target-binutils
 pkgver=2.25
-pkgrel=2
+pkgrel=3
+_commit=c42c779b
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
 arch=(i686 x86_64)
 url='http://www.gnu.org/software/binutils/'
@@ -12,9 +13,11 @@
 license=(GPL)
 depends=(zlib)
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig}
+
binutils-${pkgver}-roundup-${_commit}.patch::https://sourceware.org/git/gitweb.cgi\?p=binutils-gdb.git\;a=commitdiff_plain\;h=${_commit}\;hp=binutils-2_25
 enable_link_arm_no_attributes.patch)
 sha1sums=('b46cc90ebaba7ffcf6c6d996d60738881b14e50d'
   'SKIP'
+  'c956a27796f62b797114233c6a9958b495e9bff0'
   'c88cc0ed5f884332fa76b733fb47a26f307bde0f')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 
ging...@adacore.com
 
@@ -22,6 +25,7 @@
   cd binutils-$pkgver
   sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
   patch -p1  ../enable_link_arm_no_attributes.patch # FS#43794
+  patch -p1  ../binutils-$pkgver-roundup-$_commit.patch
 }
 
 build() {


[arch-commits] Commit in arm-none-eabi-newlib/repos (2 files)

2015-04-24 Thread Anatol Pomozov
Date: Friday, April 24, 2015 @ 21:16:15
  Author: anatolik
Revision: 132203

archrelease: copy trunk to community-testing-any

Added:
  arm-none-eabi-newlib/repos/community-testing-any/
  arm-none-eabi-newlib/repos/community-testing-any/PKGBUILD
(from rev 132202, arm-none-eabi-newlib/trunk/PKGBUILD)

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

Copied: arm-none-eabi-newlib/repos/community-testing-any/PKGBUILD (from rev 
132202, arm-none-eabi-newlib/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-04-24 19:16:15 UTC (rev 132203)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_target=arm-none-eabi
+pkgname=$_target-newlib
+pkgver=2.2.0
+pkgrel=3
+_upstream_ver=$pkgver-1
+pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
+arch=(any)
+url='http://www.sourceware.org/newlib/'
+license=(BSD)
+makedepends=($_target-gcc)
+options=(!emptydirs !strip)
+source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
+sha1sums=('ab7d18171fb02f4647881c91be52bbf19882ad3d')
+
+build() {
+  rm -rf build-{newlib,nano}
+  mkdir build-{newlib,nano}
+
+  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
+  cd $srcdir/build-newlib
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-io-long-long \
+--enable-newlib-register-fini
+  make
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  cd $srcdir/build-nano
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-reent-small   \
+--disable-newlib-fvwrite-in-streamio  \
+--disable-newlib-fseek-optimization   \
+--disable-newlib-wide-orient  \
+--enable-newlib-nano-malloc   \
+--disable-newlib-unbuf-stream-opt \
+--enable-lite-exit\
+--enable-newlib-global-atexit \
+--enable-newlib-nano-formatted-io
+  make
+}
+
+package() {
+  cd $srcdir/build-nano
+  make DESTDIR=$pkgdir install -j1
+  find $pkgdir -regex .*/lib\(c\|g\|rdimon\)\.a -exec rename .a _nano.a 
'{}' \;
+
+  cd $srcdir/build-newlib
+  make DESTDIR=$pkgdir install -j1
+
+  find $pkgdir/usr/$_target/lib \( -name *.a -or -name *.o \) -exec 
$_target-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R 
.debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line -R 
.debug_str -R .debug_ranges -R .debug_loc '{}' \;
+
+  rm $pkgdir/usr/share/info/*.info
+
+  install -d $pkgdir/usr/share/licenses/$pkgname/
+  install -m644 -t $pkgdir/usr/share/licenses/$pkgname/ 
$srcdir/newlib-$_upstream_ver/COPYING*
+}


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

2015-04-24 Thread Gerardo Pozzi
Date: Friday, April 24, 2015 @ 21:20:43
  Author: djgera
Revision: 238013

upgpkg: archiso 21-1

Modified:
  archiso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 18:47:34 UTC (rev 238012)
+++ PKGBUILD2015-04-24 19:20:43 UTC (rev 238013)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+# Maintainer: Gerardo Exequiel Pozzi djg...@archlinux.org
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=archiso
-pkgver=20
+pkgver=21
 pkgrel=1
 pkgdesc='Tools for creating Arch Linux live and install iso images'
 arch=('any')
@@ -12,8 +12,9 @@
 depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
 
source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-sha1sums=('2378aee55e51161e8575a53e576cb31d09d985b6'
+sha1sums=('988110c86632b73ac51cf2bb1b7de65ac6a52688'
   'SKIP')
+validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
 
 package() {
make -C ${pkgname}-${pkgver} DESTDIR=${pkgdir} install


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

2015-04-24 Thread Gerardo Pozzi
Date: Friday, April 24, 2015 @ 21:21:17
  Author: djgera
Revision: 238014

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/PKGBUILD
(from rev 238013, archiso/trunk/PKGBUILD)
Deleted:
  archiso/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   41 +
 1 file changed, 21 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-24 19:20:43 UTC (rev 238013)
+++ PKGBUILD2015-04-24 19:21:17 UTC (rev 238014)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=archiso
-pkgver=20
-pkgrel=1
-pkgdesc='Tools for creating Arch Linux live and install iso images'
-arch=('any')
-license=('GPL')
-url='https://projects.archlinux.org/archiso.git/'
-depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
-source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-sha1sums=('2378aee55e51161e8575a53e576cb31d09d985b6'
-  'SKIP')
-
-package() {
-   make -C ${pkgname}-${pkgver} DESTDIR=${pkgdir} install
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 238013, 
archiso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-24 19:21:17 UTC (rev 238014)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Gerardo Exequiel Pozzi djg...@archlinux.org
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=archiso
+pkgver=21
+pkgrel=1
+pkgdesc='Tools for creating Arch Linux live and install iso images'
+arch=('any')
+license=('GPL')
+url='https://projects.archlinux.org/archiso.git/'
+depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
+source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+sha1sums=('988110c86632b73ac51cf2bb1b7de65ac6a52688'
+  'SKIP')
+validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
+
+package() {
+   make -C ${pkgname}-${pkgver} DESTDIR=${pkgdir} install
+}


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

2015-04-24 Thread Maxime Gauduin
Date: Friday, April 24, 2015 @ 20:56:29
  Author: alucryd
Revision: 132197

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
(from rev 132196, beets/trunk/PKGBUILD)
  beets/repos/community-any/beet
(from rev 132196, beets/trunk/beet)
Deleted:
  beets/repos/community-any/PKGBUILD
  beets/repos/community-any/beet

--+
 PKGBUILD |  124 ++---
 beet |4 -
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-24 18:56:20 UTC (rev 132196)
+++ PKGBUILD2015-04-24 18:56:29 UTC (rev 132197)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 131805 2015-04-21 07:41:01Z alucryd $
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Adrian Sampson adr...@radbox.org
-
-pkgname=beets
-pkgver=1.3.12
-pkgrel=1
-pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('mutagen' 'python2-enum34' 'python2-jellyfish' 'python2-munkres'
- 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode'
- 'python2-yaml')
-optdepends=('bash-completion: Bash completion'
-'gst-plugins-bad: ReplayGain plugin'
-'gst-plugins-good: ReplayGain plugin'
-'gst-plugins-ugly: ReplayGain plugin'
-'gst-libav: ReplayGain plugin'
-'gst-python: ReplayGain plugin'
-'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
-'python2-flask: Web plugin'
-'python2-gobject: ReplayGain plugin'
-'python2-pyacoustid: Chromaprint/Acoustid plugin'
-'python2-pylast: LastGenre plugin'
-'python2-requests: FetchArt plugin')
-source=(https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
-'https://raw.githubusercontent.com/sampsyo/beets/master/extra/_beet'
-'beet')
-sha256sums=('d6c739381c3ee8cf8ceb0c9bc9fae0be187e1938b27d24a1e8ff21aabf641519'
-'51c23b07ae5b4d67bd3d9f1c6ec3187a04b18d805e0b198951c6b63c67d34715'
-'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
-
-build() {
-  cd beets-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd beets-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize='1'
-
-  install -dm 755 ${pkgdir}/etc/bash_completion.d
-  install -m 644 ../beet ${pkgdir}/etc/bash_completion.d/
-  install -dm 755 ${pkgdir}/usr/share/zsh/site-functions
-  install -m 644 ../_beet ${pkgdir}/usr/share/zsh/site-functions/
-
-  install -dm 755 ${pkgdir}/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 ${pkgdir}/usr/share/man/man1/
-  install -m 644 man/beetsconfig.5 ${pkgdir}/usr/share/man/man5/
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/beets
-  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/beets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 132196, 
beets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-24 18:56:29 UTC (rev 132197)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Adrian Sampson adr...@radbox.org
+
+pkgname=beets
+pkgver=1.3.13
+pkgrel=1
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('mutagen' 'python2-enum34' 'python2-jellyfish' 'python2-munkres'
+ 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode'
+ 'python2-yaml')
+optdepends=('bash-completion: Bash completion'
+'gst-plugins-bad: ReplayGain plugin'
+'gst-plugins-good: ReplayGain plugin'
+'gst-plugins-ugly: ReplayGain plugin'
+'gst-libav: ReplayGain plugin'
+'gst-python: ReplayGain plugin'
+'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
+'python2-flask: Web plugin'
+'python2-gobject: ReplayGain plugin'
+'python2-pyacoustid: Chromaprint/Acoustid plugin'
+'python2-pylast: LastGenre plugin'
+'python2-requests: FetchArt plugin')

[arch-commits] Commit in arm-none-eabi-gcc/trunk (2 files)

2015-04-24 Thread Anatol Pomozov
Date: Friday, April 24, 2015 @ 21:14:27
  Author: anatolik
Revision: 132200

upgpkg: arm-none-eabi-gcc 5.1.0-1

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD
  arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch

-+
 PKGBUILD|   28 
 enable-with-multilib-list-for-arm.patch |   30 +++---
 2 files changed, 27 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 19:12:38 UTC (rev 132199)
+++ PKGBUILD2015-04-24 19:14:27 UTC (rev 132200)
@@ -3,11 +3,10 @@
 
 _target=arm-none-eabi
 pkgname=$_target-gcc
-pkgver=4.9.2
-_islver=0.12.2
-_cloogver=0.18.1
-pkgrel=5
-_snapshot=4.9-20150128
+pkgver=5.1.0
+_islver=0.14.1
+pkgrel=1
+#_snapshot=5.1.0-RC-20150412
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(i686 x86_64)
 url='http://gcc.gnu.org/'
@@ -16,15 +15,13 @@
 makedepends=(gmp mpfr $_target-newlib)
 optdepends=('arm-none-eabi-newlib: Standard C library optimized for embedded 
systems')
 options=(!emptydirs !strip)
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
-ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
+#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
-http://www.bastoul.net/cloog/pages/download/cloog-$_cloogver.tar.gz
 enable-with-multilib-list-for-arm.patch)
-sha256sums=('a6f8617b0cc3403ecc442476583ca8904f7008f31ef9862ebc02c6de5f0afcc9'
-'f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4'
-'02500a4edd14875f94fe84cbeda4290425cb0c1c2474c6f75d75a303d64b4196'
-'95a1ae356a6a4f25577bbaa6a83e00cc1ddcebd99e9d3b2bf2c81c5e3d495a77')
+sha256sums=('b7dafdf89cbb0e20333dbf5b5349319ae06e3d1a30bf3515b5488f7e89dca5ad'
+'1f20561843eb9f6ae2076800bc45f3680ff7696520257cd5734ccfb843464cae'
+'ee8c74097c1ff01918bda9acf9b45783fd3ba3a4c493e9e9255fa3c2130bf690')
 
 if [ -n $_snapshot ]; then
   _basedir=gcc-$_snapshot
@@ -35,9 +32,8 @@
 prepare() {
   cd $_basedir
 
-  # link isl/cloog for in-tree builds
+  # link isl for in-tree builds
   ln -s ../isl-$_islver isl
-  ln -s ../cloog-$_cloogver cloog
 
   echo $pkgver  gcc/BASE-VER
 
@@ -78,10 +74,9 @@
 --with-gmp \
 --with-mpfr \
 --with-mpc \
---with-cloog \
 --with-isl \
---enable-cloog-backend=isl \
 --with-libelf \
+--enable-gnu-indirect-function \
 --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' 
\
 --with-pkgversion='Arch Repository' \
 --with-bugurl='https://bugs.archlinux.org/' \
@@ -128,4 +123,5 @@
   # Remove files that conflict with host gcc package
   rm -r $pkgdir/usr/share/man/man7
   rm -r $pkgdir/usr/share/info
+  rm $pkgdir/usr/lib/libcc1.*
 }

Modified: enable-with-multilib-list-for-arm.patch
===
--- enable-with-multilib-list-for-arm.patch 2015-04-24 19:12:38 UTC (rev 
132199)
+++ enable-with-multilib-list-for-arm.patch 2015-04-24 19:14:27 UTC (rev 
132200)
@@ -1,14 +1,14 @@
-commit f93e01ad27a03452914f69eb64df8d3b423d3ee9
+commit 605db6de62e8144a1b8f721c05f40d879f70625b
 Author: Anatol Pomozov anatol.pomo...@gmail.com
-Date:   Thu Oct 30 14:29:08 2014 -0700
+Date:   Fri Jan 30 06:23:17 2015 -0800
 
 ARM patch 
https://gcc.gnu.org/ml/gcc-patches/2012-05/msg00083/enable-with-multilib-list-for-arm.patch
 
 diff --git a/gcc/Makefile.in b/gcc/Makefile.in
-index 9c67fe2..e791a6b 100644
+index 4ab7405..6e1ea2c 100644
 --- a/gcc/Makefile.in
 +++ b/gcc/Makefile.in
-@@ -527,6 +527,7 @@ lang_opt_files=@lang_opt_files@ $(srcdir)/c-family/c.opt 
$(srcdir)/common.opt
+@@ -535,6 +535,7 @@ lang_opt_files=@lang_opt_files@ $(srcdir)/c-family/c.opt 
$(srcdir)/common.opt
  lang_specs_files=@lang_specs_files@
  lang_tree_files=@lang_tree_files@
  target_cpu_default=@target_cpu_default@
@@ -17,10 +17,10 @@
  extra_modes_file=@extra_modes_file@
  extra_opt_files=@extra_opt_files@
 diff --git a/gcc/config.gcc b/gcc/config.gcc
-index 10b0a6e..9022aa4 100644
+index cb08a5c..7bded02 100644
 --- a/gcc/config.gcc
 +++ b/gcc/config.gcc
-@@ -1043,7 +1043,7 @@ arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*)
+@@ -1072,7 +1072,7 @@ arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*)
case ${target} in
arm*-*-eabi*)
  tm_file=$tm_file newlib-stdint.h
@@ -29,7 +29,7 @@
  use_gcc_stdint=wrap
  ;;
arm*-*-rtems*)
-@@ -3578,42 +3578,6 @@ case ${target} in
+@@ -3684,42 +3684,6 @@ case ${target} in
exit 1
fi
  
@@ -168,18 +168,18 @@
 +MULTILIB_REUSE  += 

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

2015-04-24 Thread Andreas Radke
Date: Friday, April 24, 2015 @ 21:24:19
  Author: andyrtr
Revision: 238015

upgpkg: tzdata 2015d-1

upstream update 2015d

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 19:21:17 UTC (rev 238014)
+++ PKGBUILD2015-04-24 19:24:19 UTC (rev 238015)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2015c
+pkgver=2015d
 pkgrel=1
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
-sha512sums=('ca89c2041c8420e7b154660e227211b60ba20e8d70b6870b5c0a149838c588d13065202b1266c59caf22a99df2387da95ac04049b9ecb7939cd406c7f007a73e'
+sha512sums=('37b5aa3c5e0d601c8b20fac08d7267c398a836e4190ef85625d5e86a806ba1baceb2315ba81a9a6c854eae4fce40e9c8f90cf5adade3f48ad443f77c221d8983'
   'SKIP')
 validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 
egg...@cs.ucla.edu
 


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

2015-04-24 Thread Andreas Radke
Date: Friday, April 24, 2015 @ 21:24:33
  Author: andyrtr
Revision: 238016

archrelease: copy trunk to testing-any

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

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 238015, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-04-24 19:24:33 UTC (rev 238016)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=tzdata
+pkgver=2015d
+pkgrel=1
+pkgdesc=Sources for time zone and daylight saving time data
+arch=('any')
+url=http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
+sha512sums=('37b5aa3c5e0d601c8b20fac08d7267c398a836e4190ef85625d5e86a806ba1baceb2315ba81a9a6c854eae4fce40e9c8f90cf5adade3f48ad443f77c221d8983'
+  'SKIP')
+validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 
egg...@cs.ucla.edu
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab 
zone.tab # zone.tab is depricated and will go soon
+}


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

2015-04-24 Thread Alexander Rødseth
Date: Friday, April 24, 2015 @ 09:26:42
  Author: arodseth
Revision: 132086

upgpkg: powerdns 3.4.4-1

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 03:18:14 UTC (rev 132085)
+++ PKGBUILD2015-04-24 07:26:42 UTC (rev 132086)
@@ -4,8 +4,8 @@
 # Contributor: Kevin Mihelich ke...@archlinuxarm.org
 
 pkgname=powerdns
-pkgver=3.4.3
-pkgrel=2
+pkgver=3.4.4
+pkgrel=1
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'
@@ -20,7 +20,7 @@
 backup=('etc/powerdns/pdns.conf')
 source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
 $pkgname.service)
-sha256sums=('5cd9a087757066427cd0c348f546cb84b4be4bd5e06c7ce969ec2bc21dbb8ce6'
+sha256sums=('ec49f5a0b55b69ba057bf9ce28ab81e5258fc60c8d4954d9100fe3bb3efd09c8'
 'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
 
 prepare() {


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

2015-04-24 Thread Evangelos Foutras
Date: Friday, April 24, 2015 @ 09:27:43
  Author: foutrelis
Revision: 237980

Fix potential source filename conflict.

Modified:
  xsp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 02:51:44 UTC (rev 237979)
+++ PKGBUILD2015-04-24 07:27:43 UTC (rev 237980)
@@ -12,7 +12,7 @@
 depends=('mono' 'sqlite')
 options=(!makeflags)
 install=${pkgname}.install
-source=(https://github.com/mono/xsp/archive/${pkgver}.tar.gz
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mono/xsp/archive/${pkgver}.tar.gz
 ${pkgname}.webapp
 ${pkgname}.service)
 md5sums=('6a694d5e87ebe57e532ec80a16b6966d'


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

2015-04-24 Thread Alexander Rødseth
Date: Friday, April 24, 2015 @ 09:28:13
  Author: arodseth
Revision: 132087

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

Added:
  powerdns/repos/community-i686/PKGBUILD
(from rev 132086, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-i686/powerdns.install
(from rev 132086, powerdns/trunk/powerdns.install)
  powerdns/repos/community-i686/powerdns.service
(from rev 132086, powerdns/trunk/powerdns.service)
  powerdns/repos/community-x86_64/PKGBUILD
(from rev 132086, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-x86_64/powerdns.install
(from rev 132086, powerdns/trunk/powerdns.install)
  powerdns/repos/community-x86_64/powerdns.service
(from rev 132086, powerdns/trunk/powerdns.service)
Deleted:
  powerdns/repos/community-i686/PKGBUILD
  powerdns/repos/community-i686/pdns.install
  powerdns/repos/community-i686/pdns.service
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/pdns.install
  powerdns/repos/community-x86_64/pdns.service

---+
 /PKGBUILD |  162 
 community-i686/PKGBUILD   |   78 -
 community-i686/pdns.install   |   11 --
 community-i686/pdns.service   |   12 --
 community-i686/powerdns.install   |   14 +++
 community-i686/powerdns.service   |   12 ++
 community-x86_64/PKGBUILD |   78 -
 community-x86_64/pdns.install |   11 --
 community-x86_64/pdns.service |   12 --
 community-x86_64/powerdns.install |   14 +++
 community-x86_64/powerdns.service |   12 ++
 11 files changed, 214 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-24 07:26:42 UTC (rev 132086)
+++ community-i686/PKGBUILD 2015-04-24 07:28:13 UTC (rev 132087)
@@ -1,78 +0,0 @@
-# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Kevin Mihelich ke...@archlinuxarm.org
-
-pkgname=powerdns
-pkgver=3.4.3
-pkgrel=1
-pkgdesc='Authoritative DNS server'
-arch=('x86_64' 'i686')
-url='http://www.powerdns.com/'
-license=('GPL')
-depends=('boost-libs' 'gcc-libs' 'postgresql-libs' 'libmariadbclient' 'sqlite' 
'libldap' 'lua')
-makedepends=('boost' 'setconf')
-options=('!makeflags')
-install='pdns.install'
-backup=('etc/powerdns/pdns.conf')
-source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
-'pdns.service')
-sha256sums=('5cd9a087757066427cd0c348f546cb84b4be4bd5e06c7ce969ec2bc21dbb8ce6'
-'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
-
-prepare() {
-  touch pdns-$pkgver/AUTHORS pdns-$pkgver/NEWS
-
-  # Make changes to pdns.conf, while basing it on pdns.conf-dist
-  cp pdns-$pkgver/pdns/pdns.conf-dist pdns.conf
-
-  # Setting the default configuration options.
-  # Future versions of setconf may be able to comment out options.
-  for keyvalue in \
-allow-recursion=127.0.0.1 \
-cache-ttl=6 \
-chroot=/var/empty \
-config-dir=/etc \
-daemon=yes \
-distributor-threads=3 \
-guardian=yes \
-local-port=53 \
-loglevel=3 \
-module-dir=/usr/lib/powerdns \
-negquery-cache-ttl=60 \
-setgid=nobody \
-setuid=nobody \
-socket-dir=/var/run \
-webserver=no
-  do
-setconf -a pdns.conf $keyvalue
-  done
-}
-
-build() {
-  cd pdns-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---with-modules='' \
---with-dynmodules=ldap pipe gmysql gpgsql gsqlite3 geo bind \
---docdir=/usr/share/doc/powerdns \
---sbindir=/usr/bin \
---bindir=/usr/bin
-  make
-}
-
-package() {
-  make -C pdns-$pkgver DESTDIR=$pkgdir install
-  install -m644 pdns.conf $pkgdir/etc/powerdns/
-  install -Dm644 pdns.service \
-$pkgdir/usr/lib/systemd/system/pdns.service
-  rm -f $pkgdir/etc/powerdns/pdns.conf-dist
-  mv $pkgdir/usr/lib/pdns $pkgdir/usr/lib/powerdns
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-i686/PKGBUILD (from rev 132086, 
powerdns/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-24 07:28:13 UTC (rev 132087)
@@ -0,0 +1,81 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Kevin Mihelich ke...@archlinuxarm.org
+
+pkgname=powerdns
+pkgver=3.4.4
+pkgrel=1
+pkgdesc='Authoritative DNS server'
+arch=('x86_64' 'i686')
+url='http://www.powerdns.com/'
+license=('GPL')
+depends=('boost-libs' 'gcc-libs' 'sqlite' 'lua')
+makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua'

[arch-commits] Commit in thin-provisioning-tools/trunk (PKGBUILD)

2015-04-24 Thread Evangelos Foutras
Date: Friday, April 24, 2015 @ 09:28:12
  Author: foutrelis
Revision: 237981

Fix potential source filename conflict.

Modified:
  thin-provisioning-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 07:27:43 UTC (rev 237980)
+++ PKGBUILD2015-04-24 07:28:12 UTC (rev 237981)
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('expat' 'gcc-libs' 'libaio')
 makedepends=('boost')
-source=(https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
 sha1sums=('af7cbaf3c7cd8f15e618bd5136afb89077afceb7')
 
 build() {


[arch-commits] Commit in adobe-source-code-pro-fonts/trunk (PKGBUILD)

2015-04-24 Thread Evangelos Foutras
Date: Friday, April 24, 2015 @ 09:31:08
  Author: foutrelis
Revision: 237982

Fix potential source filename conflict

Modified:
  adobe-source-code-pro-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 07:28:12 UTC (rev 237981)
+++ PKGBUILD2015-04-24 07:31:08 UTC (rev 237982)
@@ -10,7 +10,7 @@
 license=(custom)
 depends=(fontconfig)
 install=fonts.install
-source=(https://github.com/adobe-fonts/source-code-pro/archive/${pkgver}R.tar.gz)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/adobe-fonts/source-code-pro/archive/${pkgver}R.tar.gz)
 sha256sums=('595aa593778beded801c12975f30ff1e78516654729afd2cfd8609121c50040f')
 
 package() {


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

2015-04-24 Thread Evangelos Foutras
Date: Friday, April 24, 2015 @ 09:32:46
  Author: foutrelis
Revision: 237983

Fix potential source filename conflict

Modified:
  eigen2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 07:31:08 UTC (rev 237982)
+++ PKGBUILD2015-04-24 07:32:46 UTC (rev 237983)
@@ -11,7 +11,7 @@
 url='http://eigen.tuxfamily.org/index.php?title=Main_Page'
 license=('GPL' 'LGPL3')
 makedepends=('cmake' 'pkg-config')
-source=(http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
+source=(eigen-$pkgver.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
 sha1sums=('461546be98b964d8d5d2adb0f1c31ba0e42efc38')
 
 build() {


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

2015-04-24 Thread Evangelos Foutras
Date: Friday, April 24, 2015 @ 09:33:35
  Author: foutrelis
Revision: 237984

Fix potential source filename conflict

Modified:
  geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 07:32:46 UTC (rev 237983)
+++ PKGBUILD2015-04-24 07:33:35 UTC (rev 237984)
@@ -13,7 +13,7 @@
 makedepends=('autoconf' 'libtool')
 backup=('etc/geoip/GeoIP.conf')
 options=('!emptydirs')
-source=(https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz)
 sha256sums=('72562fc10792eea6cfa662d93ef40c6541b73619df8057a6e411144e671a9174')
 
 prepare() {


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

2015-04-24 Thread Evangelos Foutras
Date: Friday, April 24, 2015 @ 09:34:43
  Author: foutrelis
Revision: 237985

Fix potential source filename conflict

Modified:
  gtk-sharp-2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 07:33:35 UTC (rev 237984)
+++ PKGBUILD2015-04-24 07:34:43 UTC (rev 237985)
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig' 'monodoc')
 conflicts=('gtk#')
 options=('!makeflags')
-source=(https://github.com/mono/gtk-sharp/archive/${pkgver}.tar.gz)
+source=(gtk-sharp-${pkgver}.tar.gz::https://github.com/mono/gtk-sharp/archive/${pkgver}.tar.gz)
 md5sums=('0cdaef41857e29c23942a148c83122ac')
 
 build() {


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

2015-04-24 Thread Evangelos Foutras
Date: Friday, April 24, 2015 @ 09:36:01
  Author: foutrelis
Revision: 237986

Fix potential source filename conflict

Modified:
  leveldb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 07:34:43 UTC (rev 237985)
+++ PKGBUILD2015-04-24 07:36:01 UTC (rev 237986)
@@ -11,7 +11,7 @@
 license=('BSD')
 depends=('gperftools' 'snappy')
 makedepends=('git')
-source=(https://github.com/google/leveldb/archive/v$pkgver.tar.gz;)
+source=($pkgname-$pkgver.tar.gz::https://github.com/google/leveldb/archive/v$pkgver.tar.gz;)
 sha1sums=('18684a0ad7a07920d10f5295b171fbf5eeec7337')
 
 build() {


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

2015-04-24 Thread Evangelos Foutras
Date: Friday, April 24, 2015 @ 09:36:39
  Author: foutrelis
Revision: 237987

Fix potential source filename conflict

Modified:
  libspiro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 07:36:01 UTC (rev 237986)
+++ PKGBUILD2015-04-24 07:36:39 UTC (rev 237987)
@@ -10,7 +10,7 @@
 url='https://github.com/fontforge/libspiro'
 license=('GPL')
 arch=('i686' 'x86_64')
-source=(https://github.com/fontforge/libspiro/archive/${pkgver}.tar.gz;)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fontforge/libspiro/archive/${pkgver}.tar.gz;)
 sha1sums=('fd897b4ae9640de9d395f4c037dd6ff779c1e8ca')
 
 prepare() {


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

2015-04-24 Thread Evangelos Foutras
Date: Friday, April 24, 2015 @ 09:38:24
  Author: foutrelis
Revision: 237988

Fix potential source filename conflict

Modified:
  mono-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 07:36:39 UTC (rev 237987)
+++ PKGBUILD2015-04-24 07:38:24 UTC (rev 237988)
@@ -20,7 +20,7 @@
 makedepends=('gconf-sharp' 'git' 'zip')
 install=$pkgname.install
 options=('!makeflags')
-source=(https://github.com/mono/mono-tools/archive/3.10.tar.gz
+source=($pkgname-$pkgver.tar.gz::https://github.com/mono/mono-tools/archive/$pkgver.tar.gz
fix-build.patch
monodoc.xml)
 
#source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz)


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

2015-04-24 Thread Evangelos Foutras
Date: Friday, April 24, 2015 @ 09:39:12
  Author: foutrelis
Revision: 237989

Fix potential source filename conflict

Modified:
  python-pyelftools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 07:38:24 UTC (rev 237988)
+++ PKGBUILD2015-04-24 07:39:12 UTC (rev 237989)
@@ -10,7 +10,7 @@
 url=https://github.com/eliben/pyelftools;
 license=('custom')
 depends=('python')
-source=(https://github.com/eliben/pyelftools/archive/v${pkgver}.zip;)
+source=(${_pypiname}-${pkgver}.zip::https://github.com/eliben/pyelftools/archive/v${pkgver}.zip;)
 sha1sums=('49cc8d9efb1b7b2a5ae11cf3f9757e0c469049c8')
 
 build() {


[arch-commits] Commit in mingw-w64-gcc/trunk (PKGBUILD)

2015-04-24 Thread Sergej Pupykin
Date: Friday, April 24, 2015 @ 22:51:35
  Author: spupykin
Revision: 132205

upgpkg: mingw-w64-gcc 5.1.0-2

upd

Modified:
  mingw-w64-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 20:50:52 UTC (rev 132204)
+++ PKGBUILD2015-04-24 20:51:35 UTC (rev 132205)
@@ -8,7 +8,7 @@
 pkgver=5.1.0
 _islver=0.12.2
 _cloogver=0.18.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
 arch=('i686' 'x86_64')
 url=http://gcc.gnu.org;
@@ -84,4 +84,5 @@
   strip ${pkgdir}/usr/bin/*
   # remove unnecessary files
   rm -r ${pkgdir}/usr/share
+  rm -f ${pkgdir}/usr/lib/libcc1.so*
 }


[arch-commits] Commit in mingw-w64-gcc/repos/community-testing-i686 (6 files)

2015-04-24 Thread Sergej Pupykin
Date: Friday, April 24, 2015 @ 22:52:33
  Author: spupykin
Revision: 132206

archrelease: copy trunk to community-testing-i686

Added:
  mingw-w64-gcc/repos/community-testing-i686/PKGBUILD
(from rev 132205, mingw-w64-gcc/trunk/PKGBUILD)
  
mingw-w64-gcc/repos/community-testing-i686/gcc-make-xmmintrin-header-cplusplus-compatible.patch
(from rev 132205, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
  mingw-w64-gcc/repos/community-testing-i686/isl.patch
(from rev 132205, mingw-w64-gcc/trunk/isl.patch)
Deleted:
  mingw-w64-gcc/repos/community-testing-i686/PKGBUILD
  
mingw-w64-gcc/repos/community-testing-i686/gcc-make-xmmintrin-header-cplusplus-compatible.patch
  mingw-w64-gcc/repos/community-testing-i686/isl.patch

--+
 PKGBUILD |  175 -
 gcc-make-xmmintrin-header-cplusplus-compatible.patch |   48 ++--
 isl.patch|  152 +++---
 3 files changed, 188 insertions(+), 187 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-24 20:51:35 UTC (rev 132205)
+++ PKGBUILD2015-04-24 20:52:33 UTC (rev 132206)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-gcc
-pkgver=5.1.0
-_islver=0.12.2
-_cloogver=0.18.1
-pkgrel=1
-pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
-arch=('i686' 'x86_64')
-url=http://gcc.gnu.org;
-license=('GPL' 'LGPL' 'FDL' 'custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib' 'libmpc'
-'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
-'mingw-w64-headers')
-makedepends=(gcc-ada=${pkgver})
-#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
-optdepends=()
-provides=('mingw-w64-gcc-base')
-replaces=()
-backup=()
-options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-   http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;
-   http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz;
-   'gcc-make-xmmintrin-header-cplusplus-compatible.patch')
-md5sums=('d5525b1127d07d215960e6051c5da35e'
- 'e039bfcfb6c2ab039b8ee69bf883e824'
- 'e34fca0540d840e5d0f6427e98c92252'
- 'da6c9ba6baebe1286f3219d4181cdbb8')
-
-prepare() {
-  cd ${srcdir}/gcc-${pkgver}
-
-  # link isl/cloog for in-tree builds
-  ln -s ../isl-${_islver} isl
-  ln -s ../cloog-${_cloogver} cloog
-
-  #do not install libiberty
-  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-  # hack! - some configure tests for header files using $CPP $CPPFLAGS
-  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
-
-  # The file xmmintrin.h doesn't contain an extern C part
-  # This conflicts with mingw-w64 intrin.h and results in build
-  # failure like this one in mingw-w64-qt5-qtbase:
-  # /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/xmmintrin.h:997:1: error: 
previous declaration of 'int _m_pextrw(__m64, int)' with 'C++' linkage
-  # /usr/i686-w64-mingw32/include/intrin.h:561:28: error: conflicts with new 
declaration with 'C' linkage
-  patch -p0 -i ${srcdir}/gcc-make-xmmintrin-header-cplusplus-compatible.patch
-}
-
-build() {
-  for _target in ${_targets}; do
-mkdir -p ${srcdir}/gcc-build-${_target}  cd 
${srcdir}/gcc-build-${_target}
-
-${srcdir}/gcc-${pkgver}/configure --prefix=/usr --libexecdir=/usr/lib \
---target=${_target} \
---enable-languages=c,lto,c++,objc,obj-c++,fortran,ada \
---enable-shared --enable-static \
---enable-threads=posix --enable-fully-dynamic-string 
--enable-libstdcxx-time=yes \
---with-system-zlib --enable-cloog-backend=isl \
---enable-lto --disable-dw2-exceptions --enable-libgomp \
---disable-multilib --enable-checking=release --disable-libssp
-make all
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-cd ${srcdir}/gcc-build-${_target}
-make DESTDIR=${pkgdir} install
-${_target}-strip ${pkgdir}/usr/${_target}/lib/*.dll
-strip ${pkgdir}/usr/bin/${_target}-*
-strip 
${pkgdir}/usr/lib/gcc/${_target}/${pkgver}/{cc1*,collect2,gnat1,f951,lto*}
-ln -s ${_target}-gcc $pkgdir/usr/bin/${_target}-cc
-# mv dlls
-mkdir -p $pkgdir/usr/${_target}/bin/
-mv $pkgdir/usr/${_target}/lib/*.dll $pkgdir/usr/${_target}/bin/
-  done
-  strip ${pkgdir}/usr/bin/*
-  # remove unnecessary files
-  rm -r ${pkgdir}/usr/share
-}

Copied: mingw-w64-gcc/repos/community-testing-i686/PKGBUILD (from rev 132205, 
mingw-w64-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ 

[arch-commits] Commit in mingw-w64-gcc/repos/community-testing-x86_64 (6 files)

2015-04-24 Thread Sergej Pupykin
Date: Friday, April 24, 2015 @ 23:04:33
  Author: spupykin
Revision: 132208

archrelease: copy trunk to community-testing-x86_64

Added:
  mingw-w64-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 132207, mingw-w64-gcc/trunk/PKGBUILD)
  
mingw-w64-gcc/repos/community-testing-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch
(from rev 132207, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
  mingw-w64-gcc/repos/community-testing-x86_64/isl.patch
(from rev 132207, mingw-w64-gcc/trunk/isl.patch)
Deleted:
  mingw-w64-gcc/repos/community-testing-x86_64/PKGBUILD
  
mingw-w64-gcc/repos/community-testing-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch
  mingw-w64-gcc/repos/community-testing-x86_64/isl.patch

--+
 PKGBUILD |  176 -
 gcc-make-xmmintrin-header-cplusplus-compatible.patch |   48 ++--
 isl.patch|  152 +++---
 3 files changed, 189 insertions(+), 187 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-24 21:04:21 UTC (rev 132207)
+++ PKGBUILD2015-04-24 21:04:33 UTC (rev 132208)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-gcc
-pkgver=5.1.0
-_islver=0.12.2
-_cloogver=0.18.1
-pkgrel=1
-pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
-arch=('i686' 'x86_64')
-url=http://gcc.gnu.org;
-license=('GPL' 'LGPL' 'FDL' 'custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib' 'libmpc'
-'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
-'mingw-w64-headers')
-makedepends=(gcc-ada=${pkgver})
-#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
-optdepends=()
-provides=('mingw-w64-gcc-base')
-replaces=()
-backup=()
-options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-   http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;
-   http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz;
-   'gcc-make-xmmintrin-header-cplusplus-compatible.patch')
-md5sums=('d5525b1127d07d215960e6051c5da35e'
- 'e039bfcfb6c2ab039b8ee69bf883e824'
- 'e34fca0540d840e5d0f6427e98c92252'
- 'da6c9ba6baebe1286f3219d4181cdbb8')
-
-prepare() {
-  cd ${srcdir}/gcc-${pkgver}
-
-  # link isl/cloog for in-tree builds
-  ln -s ../isl-${_islver} isl
-  ln -s ../cloog-${_cloogver} cloog
-
-  #do not install libiberty
-  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-  # hack! - some configure tests for header files using $CPP $CPPFLAGS
-  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
-
-  # The file xmmintrin.h doesn't contain an extern C part
-  # This conflicts with mingw-w64 intrin.h and results in build
-  # failure like this one in mingw-w64-qt5-qtbase:
-  # /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/xmmintrin.h:997:1: error: 
previous declaration of 'int _m_pextrw(__m64, int)' with 'C++' linkage
-  # /usr/i686-w64-mingw32/include/intrin.h:561:28: error: conflicts with new 
declaration with 'C' linkage
-  patch -p0 -i ${srcdir}/gcc-make-xmmintrin-header-cplusplus-compatible.patch
-}
-
-build() {
-  for _target in ${_targets}; do
-mkdir -p ${srcdir}/gcc-build-${_target}  cd 
${srcdir}/gcc-build-${_target}
-
-${srcdir}/gcc-${pkgver}/configure --prefix=/usr --libexecdir=/usr/lib \
---target=${_target} \
---enable-languages=c,lto,c++,objc,obj-c++,fortran,ada \
---enable-shared --enable-static \
---enable-threads=posix --enable-fully-dynamic-string 
--enable-libstdcxx-time=yes \
---with-system-zlib --enable-cloog-backend=isl \
---enable-lto --disable-dw2-exceptions --enable-libgomp \
---disable-multilib --enable-checking=release --disable-libssp
-make all
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-cd ${srcdir}/gcc-build-${_target}
-make DESTDIR=${pkgdir} install
-${_target}-strip ${pkgdir}/usr/${_target}/lib/*.dll
-strip ${pkgdir}/usr/bin/${_target}-*
-strip 
${pkgdir}/usr/lib/gcc/${_target}/${pkgver}/{cc1*,collect2,gnat1,f951,lto*}
-ln -s ${_target}-gcc $pkgdir/usr/bin/${_target}-cc
-# mv dlls
-mkdir -p $pkgdir/usr/${_target}/bin/
-mv $pkgdir/usr/${_target}/lib/*.dll $pkgdir/usr/${_target}/bin/
-  done
-  strip ${pkgdir}/usr/bin/*
-  # remove unnecessary files
-  rm -r ${pkgdir}/usr/share
-}

Copied: mingw-w64-gcc/repos/community-testing-x86_64/PKGBUILD (from rev 132207, 
mingw-w64-gcc/trunk/PKGBUILD)
===
--- PKGBUILD

[arch-commits] Commit in mingw-w64-gcc/trunk (PKGBUILD)

2015-04-24 Thread Sergej Pupykin
Date: Friday, April 24, 2015 @ 23:04:21
  Author: spupykin
Revision: 132207

upgpkg: mingw-w64-gcc 5.1.0-2

upd

Modified:
  mingw-w64-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 20:52:33 UTC (rev 132206)
+++ PKGBUILD2015-04-24 21:04:21 UTC (rev 132207)
@@ -85,4 +85,5 @@
   # remove unnecessary files
   rm -r ${pkgdir}/usr/share
   rm -f ${pkgdir}/usr/lib/libcc1.so*
+  rm -f ${pkgdir}/usr/lib/libcc1.a
 }


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

2015-04-24 Thread Gaetan Bisson
Date: Friday, April 24, 2015 @ 22:11:08
  Author: bisson
Revision: 238021

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-24 20:10:11 UTC (rev 238020)
+++ extra-i686/PKGBUILD 2015-04-24 20:11:08 UTC (rev 238021)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=dcraw
-pkgver=9.23.0
-pkgrel=1
-pkgdesc='Decodes any raw image from any digital camera'
-url='http://www.cybercom.net/~dcoffin/dcraw/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('lcms2' 'jasper')
-source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('6821b898e7e0a23c010937adcc50097e51bdf9d7')
-
-build() {
-   cd ${srcdir}/${pkgname}
-   gcc ${CFLAGS} ${LDFLAGS} \
-   -o dcraw dcraw.c \
-   -lm -ljasper -ljpeg -llcms2 \
-   -DLOCALEDIR=\/usr/share/locale/\
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm755 dcraw ${pkgdir}/usr/bin/dcraw
-   install -Dm644 dcraw.1 ${pkgdir}/usr/share/man/man1/dcraw.1
-   
-   for i in dcraw_*.1; do j=${i#dcraw_}; k=${j%.1}
-   install -Dm644 $i ${pkgdir}/usr/share/man/$k/man1/dcraw.1
-   done
-
-   for i in dcraw_*.po; do j=${i#dcraw_}; k=${j%.po}
-   install -d ${pkgdir}/usr/share/locale/$k/LC_MESSAGES
-   msgfmt -o ${pkgdir}/usr/share/locale/$k/LC_MESSAGES/dcraw.mo 
$i
-   done
-
-   install -d ${pkgdir}/usr/share/licenses/${pkgname}
-   head -25 dcraw.c  ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: dcraw/repos/extra-i686/PKGBUILD (from rev 238020, dcraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-24 20:11:08 UTC (rev 238021)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=dcraw
+pkgver=9.25.0
+pkgrel=1
+pkgdesc='Decodes any raw image from any digital camera'
+url='http://www.cybercom.net/~dcoffin/dcraw/'
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('lcms2' 'jasper')
+source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('0c598ea240d73de706d21199163702d06e7400e2')
+
+build() {
+   cd ${srcdir}/${pkgname}
+   gcc ${CFLAGS} ${LDFLAGS} \
+   -o dcraw dcraw.c \
+   -lm -ljasper -ljpeg -llcms2 \
+   -DLOCALEDIR=\/usr/share/locale/\
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm755 dcraw ${pkgdir}/usr/bin/dcraw
+   install -Dm644 dcraw.1 ${pkgdir}/usr/share/man/man1/dcraw.1
+   
+   for i in dcraw_*.1; do j=${i#dcraw_}; k=${j%.1}
+   install -Dm644 $i ${pkgdir}/usr/share/man/$k/man1/dcraw.1
+   done
+
+   for i in dcraw_*.po; do j=${i#dcraw_}; k=${j%.po}
+   install -d ${pkgdir}/usr/share/locale/$k/LC_MESSAGES
+   msgfmt -o ${pkgdir}/usr/share/locale/$k/LC_MESSAGES/dcraw.mo 
$i
+   done
+
+   install -d ${pkgdir}/usr/share/licenses/${pkgname}
+   head -25 dcraw.c  ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-24 20:10:11 UTC (rev 238020)
+++ extra-x86_64/PKGBUILD   2015-04-24 20:11:08 UTC (rev 238021)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=dcraw
-pkgver=9.23.0
-pkgrel=1
-pkgdesc='Decodes any raw image from any digital camera'
-url='http://www.cybercom.net/~dcoffin/dcraw/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('lcms2' 'jasper')
-source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('6821b898e7e0a23c010937adcc50097e51bdf9d7')
-
-build() {
-   cd ${srcdir}/${pkgname}
-   gcc ${CFLAGS} ${LDFLAGS} \
-   -o dcraw dcraw.c \
-   -lm -ljasper -ljpeg -llcms2 \
-   -DLOCALEDIR=\/usr/share/locale/\
-}
-
-package() {
-   cd 

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

2015-04-24 Thread Evangelos Foutras
Date: Friday, April 24, 2015 @ 22:32:21
  Author: foutrelis
Revision: 238023

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

Added:
  wxgtk/repos/testing-i686/PKGBUILD
(from rev 238022, wxgtk/trunk/PKGBUILD)
  wxgtk/repos/testing-i686/make-abicheck-non-fatal.patch
(from rev 238022, wxgtk/trunk/make-abicheck-non-fatal.patch)
  wxgtk/repos/testing-x86_64/PKGBUILD
(from rev 238022, wxgtk/trunk/PKGBUILD)
  wxgtk/repos/testing-x86_64/make-abicheck-non-fatal.patch
(from rev 238022, wxgtk/trunk/make-abicheck-non-fatal.patch)
Deleted:
  wxgtk/repos/testing-i686/PKGBUILD
  wxgtk/repos/testing-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 +
 testing-i686/PKGBUILD|   32 -
 testing-i686/make-abicheck-non-fatal.patch   |   15 
 testing-x86_64/PKGBUILD  |   32 -
 testing-x86_64/make-abicheck-non-fatal.patch |   15 
 5 files changed, 114 insertions(+), 64 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-04-24 20:32:09 UTC (rev 238022)
+++ testing-i686/PKGBUILD   2015-04-24 20:32:21 UTC (rev 238023)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=wxgtk
-pkgver=3.0.2
-pkgrel=3
-pkgdesc=GTK+ implementation of wxWidgets API for GUI
-arch=('i686' 'x86_64')
-url=http://wxwidgets.org;
-license=('custom:wxWindows')
-depends=('gtk2' 'gstreamer0.10-base' 'libsm')
-makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
-optdepends=('webkitgtk2: for webview support')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2)
-sha1sums=('6461eab4428c0a8b9e41781b8787510484dea800')
-
-build() {
-  cd wxWidgets-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx --enable-mediactrl --enable-webview 
--with-regex=builtin \
---with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
---disable-precomp-headers
-  make
-  make -C locale allmo
-}
-
-package() {
-  cd wxWidgets-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: wxgtk/repos/testing-i686/PKGBUILD (from rev 238022, 
wxgtk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-24 20:32:21 UTC (rev 238023)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wxgtk
+pkgver=3.0.2
+pkgrel=4
+pkgdesc=GTK+ implementation of wxWidgets API for GUI
+arch=('i686' 'x86_64')
+url=http://wxwidgets.org;
+license=('custom:wxWindows')
+depends=('gtk2' 'gstreamer0.10-base' 'libsm')
+makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
+optdepends=('webkitgtk2: for webview support')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2
+make-abicheck-non-fatal.patch)
+sha1sums=('6461eab4428c0a8b9e41781b8787510484dea800'
+  'dfe38650c655395b90bf082b5734c4093508bfa3')
+
+prepare() {
+  cd wxWidgets-${pkgver}
+
+  # C++ ABI check is too strict and breaks with GCC 5.1
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1200611
+  patch -Np1 -i ../make-abicheck-non-fatal.patch
+}
+
+build() {
+  cd wxWidgets-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --enable-webview 
--with-regex=builtin \
+--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
+--disable-precomp-headers
+  make
+  make -C locale allmo
+}
+
+package() {
+  cd wxWidgets-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: wxgtk/repos/testing-i686/make-abicheck-non-fatal.patch (from rev 
238022, wxgtk/trunk/make-abicheck-non-fatal.patch)
===
--- testing-i686/make-abicheck-non-fatal.patch  (rev 0)
+++ testing-i686/make-abicheck-non-fatal.patch  2015-04-24 20:32:21 UTC (rev 
238023)
@@ -0,0 +1,15 @@
+diff -up wxGTK-2.8.12/src/common/appbase.cpp.abicheck 
wxGTK-2.8.12/src/common/appbase.cpp
+--- wxGTK-2.8.12/src/common/appbase.cpp.abicheck   2015-03-12 
17:15:18.0 +0100
 wxGTK-2.8.12/src/common/appbase.cpp2015-03-12 17:15:57.0 
+0100
+@@ -424,10 +424,7 @@ bool wxAppConsole::CheckBuildOptions(con
+ msg.Printf(_T(Mismatch between the program and library build 
versions detected.\nThe library used %s,\nand %s used %s.),
+lib.c_str(), progName.c_str(), 

[arch-commits] Commit in wxgtk/trunk (PKGBUILD make-abicheck-non-fatal.patch)

2015-04-24 Thread Evangelos Foutras
Date: Friday, April 24, 2015 @ 22:32:09
  Author: foutrelis
Revision: 238022

upgpkg: wxgtk 3.0.2-4

Make C++ ABI check non-fatal.

Added:
  wxgtk/trunk/make-abicheck-non-fatal.patch
Modified:
  wxgtk/trunk/PKGBUILD

---+
 PKGBUILD  |   16 +---
 make-abicheck-non-fatal.patch |   15 +++
 2 files changed, 28 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 20:11:08 UTC (rev 238021)
+++ PKGBUILD2015-04-24 20:32:09 UTC (rev 238022)
@@ -3,7 +3,7 @@
 
 pkgname=wxgtk
 pkgver=3.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc=GTK+ implementation of wxWidgets API for GUI
 arch=('i686' 'x86_64')
 url=http://wxwidgets.org;
@@ -12,9 +12,19 @@
 makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
 optdepends=('webkitgtk2: for webview support')
 options=('!emptydirs')
-source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2)
-sha1sums=('6461eab4428c0a8b9e41781b8787510484dea800')
+source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2
+make-abicheck-non-fatal.patch)
+sha1sums=('6461eab4428c0a8b9e41781b8787510484dea800'
+  'dfe38650c655395b90bf082b5734c4093508bfa3')
 
+prepare() {
+  cd wxWidgets-${pkgver}
+
+  # C++ ABI check is too strict and breaks with GCC 5.1
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1200611
+  patch -Np1 -i ../make-abicheck-non-fatal.patch
+}
+
 build() {
   cd wxWidgets-${pkgver}
   ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \

Added: make-abicheck-non-fatal.patch
===
--- make-abicheck-non-fatal.patch   (rev 0)
+++ make-abicheck-non-fatal.patch   2015-04-24 20:32:09 UTC (rev 238022)
@@ -0,0 +1,15 @@
+diff -up wxGTK-2.8.12/src/common/appbase.cpp.abicheck 
wxGTK-2.8.12/src/common/appbase.cpp
+--- wxGTK-2.8.12/src/common/appbase.cpp.abicheck   2015-03-12 
17:15:18.0 +0100
 wxGTK-2.8.12/src/common/appbase.cpp2015-03-12 17:15:57.0 
+0100
+@@ -424,10 +424,7 @@ bool wxAppConsole::CheckBuildOptions(con
+ msg.Printf(_T(Mismatch between the program and library build 
versions detected.\nThe library used %s,\nand %s used %s.),
+lib.c_str(), progName.c_str(), prog.c_str());
+ 
+-wxLogFatalError(msg.c_str());
+-
+-// normally wxLogFatalError doesn't return
+-return false;
++wxLogWarning(msg.c_str());
+ }
+ #undef wxCMP
+ 


[arch-commits] Commit in libreoffice-fresh/trunk (PKGBUILD.50)

2015-04-24 Thread Andreas Radke
Date: Friday, April 24, 2015 @ 21:50:31
  Author: andyrtr
Revision: 238019

prepare next major release

Added:
  libreoffice-fresh/trunk/PKGBUILD.50

-+
 PKGBUILD.50 |  378 ++
 1 file changed, 378 insertions(+)

Added: PKGBUILD.50
===
--- PKGBUILD.50 (rev 0)
+++ PKGBUILD.50 2015-04-24 19:50:31 UTC (rev 238019)
@@ -0,0 +1,378 @@
+# $Id: PKGBUILD 237401 2015-04-18 11:37:26Z andyrtr $
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=5.0.0.0.alpha1
+pkgver=5.0.0
+pkgrel=0.1 # alpha1
+arch=('i686' 'x86_64')
+license=('LGPL3')
+url=http://www.libreoffice.org/;
+makedepends=('curl=7.20.0' 'hunspell=1.2.8' 'python=3.4' 'libwpd=0.9.2' 
'libwps'
+   'neon=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite'
+   'lcms2' 'poppler=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'xdg-utils' 
'gst-plugins-base-libs'
+   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 'clucene'
+   'junit' 'libmythes' 'libwpg'  'mesa' 'java-environment' 
'postgresql-libs'
+   'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 
'glew'
+   'apr' 'serf' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp')
+
+#_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
+_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url=http://dev-www.libreoffice.org/src;
+_additional_source_url2=http://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   
${_additional_source_url}/d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
+   
${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   ${_additional_source_url}/commons-logging-1.2-src.tar.gz
+   
${_additional_source_url}/8ab049135b2d15313da5d9f0656894a1-commons-lang3-3.3.1-src.tar.gz
+   
${_additional_source_url}/2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz
+   
${_additional_source_url}/048751f3271906db5126ab76870444c4-commons-codec-1.9-src.zip
+   
${_additional_source_url}/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip
+   
${_additional_source_url}/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip
+   
${_additional_source_url}/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip
+   
${_additional_source_url}/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip
+   
${_additional_source_url}/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip
+   
${_additional_source_url}/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip
+   
${_additional_source_url}/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip
+   
${_additional_source_url}/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
+   
${_additional_source_url}/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
+   
${_additional_source_url}/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
+   
${_additional_source_url}/7681383be6ce489d84c1c74f4e7f9643-liborcus-0.7.0.tar.bz2
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/language-subtag-registry-2014-12-03.tar.bz2
+   
${_additional_source_url}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
+   ${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   ${_additional_source_url}/Firebird-2.5.2.26540-0.tar.bz2
+   ${_additional_source_url}/libgltf/libgltf-0.0.2.tar.bz2
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   
${_additional_source_url}/5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz
+   ${_additional_source_url}/libfreehand-0.1.0.tar.bz2
+   
${_additional_source_url}/36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
+   
${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
+   

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

2015-04-24 Thread Gaetan Bisson
Date: Friday, April 24, 2015 @ 22:10:11
  Author: bisson
Revision: 238020

upstream update

Modified:
  dcraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 19:50:31 UTC (rev 238019)
+++ PKGBUILD2015-04-24 20:10:11 UTC (rev 238020)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Kieslich tob...@justdreams.de
 
 pkgname=dcraw
-pkgver=9.23.0
+pkgver=9.25.0
 pkgrel=1
 pkgdesc='Decodes any raw image from any digital camera'
 url='http://www.cybercom.net/~dcoffin/dcraw/'
@@ -12,7 +12,7 @@
 license=('custom')
 depends=('lcms2' 'jasper')
 
source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('6821b898e7e0a23c010937adcc50097e51bdf9d7')
+sha1sums=('0c598ea240d73de706d21199163702d06e7400e2')
 
 build() {
cd ${srcdir}/${pkgname}


  1   2   >