[arch-commits] Commit in dwarffortress/repos/multilib-staging-x86_64 (10 files)

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 09:46:24
  Author: foutrelis
Revision: 142214

archrelease: copy trunk to multilib-staging-x86_64

Added:
  dwarffortress/repos/multilib-staging-x86_64/PKGBUILD
(from rev 142213, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/multilib-staging-x86_64/dwarffortress
(from rev 142213, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/multilib-staging-x86_64/dwarffortress.desktop
(from rev 142213, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/multilib-staging-x86_64/dwarffortress.install
(from rev 142213, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/multilib-staging-x86_64/dwarffortress.png
(from rev 142213, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/multilib-staging-x86_64/PKGBUILD
  dwarffortress/repos/multilib-staging-x86_64/dwarffortress
  dwarffortress/repos/multilib-staging-x86_64/dwarffortress.desktop
  dwarffortress/repos/multilib-staging-x86_64/dwarffortress.install
  dwarffortress/repos/multilib-staging-x86_64/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-29 07:46:15 UTC (rev 142213)
+++ PKGBUILD2015-09-29 07:46:24 UTC (rev 142214)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: djnm 
-pkgname=dwarffortress
-pkgver=0.40.24
-_pkgver=40_24
-pkgrel=4
-pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
-arch=(i686 x86_64)
-url="http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('da37c6263a679123e6ac57fe0dd6def11f1d61efee3c5913de09495c88ce9234'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == "x86_64" ]] && ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == "i686" ]] && ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/"$pkgname".desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/"$pkgname".png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/multilib-staging-x86_64/PKGBUILD (from rev 142213, 
dwarffortress/trunk/PKGBUILD)

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

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 09:46:15
  Author: foutrelis
Revision: 142213

poppler 0.36.0 / glew 1.13.0 rebuild

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 07:32:03 UTC (rev 142212)
+++ PKGBUILD2015-09-29 07:46:15 UTC (rev 142213)
@@ -5,7 +5,7 @@
 pkgname=dwarffortress
 pkgver=0.40.24
 _pkgver=40_24
-pkgrel=4
+pkgrel=5
 pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
 arch=(i686 x86_64)
 url="http://www.bay12games.com/dwarves/;


[arch-commits] Commit in dwarffortress/repos/community-staging-i686 (10 files)

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 09:46:33
  Author: foutrelis
Revision: 142215

archrelease: copy trunk to community-staging-i686

Added:
  dwarffortress/repos/community-staging-i686/PKGBUILD
(from rev 142214, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-staging-i686/dwarffortress
(from rev 142214, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-staging-i686/dwarffortress.desktop
(from rev 142214, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-staging-i686/dwarffortress.install
(from rev 142214, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-staging-i686/dwarffortress.png
(from rev 142214, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-staging-i686/PKGBUILD
  dwarffortress/repos/community-staging-i686/dwarffortress
  dwarffortress/repos/community-staging-i686/dwarffortress.desktop
  dwarffortress/repos/community-staging-i686/dwarffortress.install
  dwarffortress/repos/community-staging-i686/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-29 07:46:24 UTC (rev 142214)
+++ PKGBUILD2015-09-29 07:46:33 UTC (rev 142215)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: djnm 
-pkgname=dwarffortress
-pkgver=0.40.24
-_pkgver=40_24
-pkgrel=4
-pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
-arch=(i686 x86_64)
-url="http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('da37c6263a679123e6ac57fe0dd6def11f1d61efee3c5913de09495c88ce9234'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == "x86_64" ]] && ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == "i686" ]] && ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/"$pkgname".desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/"$pkgname".png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-staging-i686/PKGBUILD (from rev 142214, 
dwarffortress/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in pcsx2/repos/multilib-staging-x86_64 (PKGBUILD PKGBUILD)

2015-09-29 Thread Felix Yan
Date: Tuesday, September 29, 2015 @ 09:59:09
  Author: fyan
Revision: 142217

archrelease: copy trunk to multilib-staging-x86_64

Added:
  pcsx2/repos/multilib-staging-x86_64/PKGBUILD
(from rev 142216, pcsx2/trunk/PKGBUILD)
Deleted:
  pcsx2/repos/multilib-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-29 07:58:48 UTC (rev 142216)
+++ PKGBUILD2015-09-29 07:59:09 UTC (rev 142217)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: vEX 
-
-pkgname=pcsx2
-pkgver=1.3.1
-pkgrel=3
-pkgdesc='A Sony PlayStation 2 emulator'
-arch=('i686' 'x86_64')
-url='http://www.pcsx2.net'
-license=('GPL2' 'GPL3' 'LGPL2.1' 'LGPL3')
-depends_i686=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit'
-  'portaudio' 'sdl' 'soundtouch' 'wxgtk')
-depends_x86_64=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra'
-'lib32-libjpeg-turbo' 'lib32-nvidia-cg-toolkit'
-'lib32-portaudio' 'lib32-sdl' 'lib32-soundtouch' 'lib32-wxgtk')
-makedepends=('cmake')
-makedepends_x86_64=('gcc-multilib')
-optdepends_x86_64=('lib32-gtk-engines: GTK2 engines support'
-   'lib32-gtk-engine-murrine: Murrine GTK3 engine support'
-   'lib32-gtk-engine-unico: Unico GTK2 engine support')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz;)
-sha256sums=('60ba9f7f85bf4337ca6962f9b437d549f16fc04ea0b6b261d7521e0416c2b8c9')
-
-build() {
-  cd pcsx2-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  if [[ $CARCH == i686 ]]; then
-cmake .. \
-  -DCMAKE_BUILD_TYPE='Release' \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DCMAKE_LIBRARY_PATH='/usr/lib' \
-  -DPLUGIN_DIR='/usr/lib/pcsx2' \
-  -DGAMEINDEX_DIR='/usr/share/pcsx2' \
-  -DDISABLE_ADVANCE_SIMD='TRUE' \
-  -DEXTRA_PLUGINS='TRUE' \
-  -DREBUILD_SHADER='TRUE' \
-  -DGLSL_API='TRUE' \
-  -DPACKAGE_MODE='TRUE' \
-  -DXDG_STD='TRUE'
-  elif [[ $CARCH == x86_64 ]]; then
-cmake .. \
-  -DCMAKE_BUILD_TYPE='Release' \
-  -DCMAKE_TOOLCHAIN_FILE='cmake/linux-compiler-i386-multilib.cmake' \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DCMAKE_LIBRARY_PATH='/usr/lib32' \
-  -DPLUGIN_DIR='/usr/lib32/pcsx2' \
-  -DGAMEINDEX_DIR='/usr/share/pcsx2' \
-  -DDISABLE_ADVANCE_SIMD='TRUE' \
-  -DEXTRA_PLUGINS='TRUE' \
-  -DREBUILD_SHADER='TRUE' \
-  -DGLSL_API='TRUE' \
-  -DPACKAGE_MODE='TRUE' \
-  -DXDG_STD='TRUE'
-  fi
-
-  make
-}
-
-package() {
-  cd pcsx2-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pcsx2/repos/multilib-staging-x86_64/PKGBUILD (from rev 142216, 
pcsx2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-29 07:59:09 UTC (rev 142217)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: vEX 
+
+pkgname=pcsx2
+pkgver=1.3.1
+pkgrel=4
+pkgdesc='A Sony PlayStation 2 emulator'
+arch=('i686' 'x86_64')
+url='http://www.pcsx2.net'
+license=('GPL2' 'GPL3' 'LGPL2.1' 'LGPL3')
+depends_i686=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit'
+  'portaudio' 'sdl' 'soundtouch' 'wxgtk')
+depends_x86_64=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra'
+'lib32-libjpeg-turbo' 'lib32-nvidia-cg-toolkit'
+'lib32-portaudio' 'lib32-sdl' 'lib32-soundtouch' 'lib32-wxgtk')
+makedepends=('cmake')
+makedepends_x86_64=('gcc-multilib')
+optdepends_x86_64=('lib32-gtk-engines: GTK2 engines support'
+   'lib32-gtk-engine-murrine: Murrine GTK3 engine support'
+   'lib32-gtk-engine-unico: Unico GTK2 engine support')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz;)
+sha256sums=('60ba9f7f85bf4337ca6962f9b437d549f16fc04ea0b6b261d7521e0416c2b8c9')
+
+build() {
+  cd pcsx2-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  if [[ $CARCH == i686 ]]; then
+cmake .. \
+  -DCMAKE_BUILD_TYPE='Release' \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DCMAKE_LIBRARY_PATH='/usr/lib' \
+  -DPLUGIN_DIR='/usr/lib/pcsx2' \
+  -DGAMEINDEX_DIR='/usr/share/pcsx2' \
+  -DDISABLE_ADVANCE_SIMD='TRUE' \
+  -DEXTRA_PLUGINS='TRUE' \
+  -DREBUILD_SHADER='TRUE' \
+  -DGLSL_API='TRUE' \
+  -DPACKAGE_MODE='TRUE' \
+  -DXDG_STD='TRUE'
+  elif [[ $CARCH == x86_64 ]]; 

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

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 08:13:39
  Author: foutrelis
Revision: 247876

Fetch source from git and apply fix for Mesa 10.6.4

Modified:
  mesa-demos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 05:08:17 UTC (rev 247875)
+++ PKGBUILD2015-09-29 06:13:39 UTC (rev 247876)
@@ -10,20 +10,28 @@
 url="http://mesa3d.sourceforge.net;
 license=('custom')
 depends=('libgl' 'glew' 'freeglut')
-source=("ftp://ftp.freedesktop.org/pub/mesa/demos/${pkgver}/mesa-demos-${pkgver}.tar.bz2;
+makedepends=('git')
+source=("$pkgname::git://anongit.freedesktop.org/mesa/demos#tag=$pkgname-$pkgver"
 'LICENSE')
-sha256sums=('e4bfecb5816ddd4b7b37c1bc876b63f1f7f06fda5879221a9774d0952f90ba92'
+sha256sums=('SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 
+prepare() {
+  cd mesa-demos
+
+  # https://bugs.freedesktop.org/show_bug.cgi?id=91643
+  git cherry-pick -n 6f7ad3f24294 74443c6ee79f
+}
+
 build() {
-  cd mesa-demos-${pkgver}
-  ./configure --prefix=/usr \
+  cd mesa-demos
+  ./autogen.sh --prefix=/usr \
 --with-system-data-files=/usr/share/mesa-demos
   make
 }
 
 package() {
-  cd mesa-demos-${pkgver}
+  cd mesa-demos
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/mesa-demos"
   install -m755 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/mesa-demos/"


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

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 08:28:38
  Author: foutrelis
Revision: 247879

Build in C++11 mode (necessitated by glibmm 2.46)

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 06:17:00 UTC (rev 247878)
+++ PKGBUILD2015-09-29 06:28:38 UTC (rev 247879)
@@ -40,6 +40,10 @@
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # glibmm 2.46 uses C++11 features
+   CXXFLAGS+=' -std=c++11'
+
./configure \
--prefix=/usr \
--with-python \


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

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 08:48:27
  Author: foutrelis
Revision: 142198

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

Added:
  openscad/repos/community-staging-i686/
  openscad/repos/community-staging-i686/CHANGELOG
(from rev 142197, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-i686/PKGBUILD
(from rev 142197, openscad/trunk/PKGBUILD)
  openscad/repos/community-staging-i686/openscad.install
(from rev 142197, openscad/trunk/openscad.install)
  openscad/repos/community-staging-x86_64/
  openscad/repos/community-staging-x86_64/CHANGELOG
(from rev 142197, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-x86_64/PKGBUILD
(from rev 142197, openscad/trunk/PKGBUILD)
  openscad/repos/community-staging-x86_64/openscad.install
(from rev 142197, openscad/trunk/openscad.install)

---+
 community-staging-i686/CHANGELOG  |   77 
 community-staging-i686/PKGBUILD   |   50 ++
 community-staging-i686/openscad.install   |   13 
 community-staging-x86_64/CHANGELOG|   77 
 community-staging-x86_64/PKGBUILD |   50 ++
 community-staging-x86_64/openscad.install |   13 
 6 files changed, 280 insertions(+)

Copied: openscad/repos/community-staging-i686/CHANGELOG (from rev 142197, 
openscad/trunk/CHANGELOG)
===
--- community-staging-i686/CHANGELOG(rev 0)
+++ community-staging-i686/CHANGELOG2015-09-29 06:48:27 UTC (rev 142198)
@@ -0,0 +1,77 @@
+2015-04-29 Kyle Keen 
+   * 2015.03.01-3
+   - No changes
+   - Rebuild for qscintilla-2.9-1
+
+2015-04-22 Kyle Keen 
+   * 2015.03.01-2
+   - No changes
+   - Rebuild for boost-1.58.0-1
+
+2015-04-22 Kyle Keen 
+   * 2015.03.01-1
+   - Bugfix release
+
+2015-04-11 Kyle Keen 
+   * 2015.03-2
+   - No changes
+   - Rebuild for cgal-4.6-1
+
+2015-03-10 Kyle Keen 
+   * 2015.03-1
+   - New release
+   - Now uses qscintilla for the editor
+
+2014-11-04 Kyle Keen 
+   * 2014.03-5
+   - No changes
+   - Rebuild for boost-1.57.0-1
+
+2014-08-18 Kyle Keen 
+   * 2014.03-4
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-08-18 Kyle Keen 
+   * 2014.03-3
+   - No changes
+   - Rebuild for glew-1.11.0-1
+
+2014-08-12 Kyle Keen 
+   * 2014.03-2
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-03-09 Kyle Keen 
+
+   * 2014.03-1
+   - New release
+   - MIME associations
+
+2014-02-10 Kyle Keen 
+
+   * 2013.06-3
+   - Moved package to [community]
+   - Explicit boost depends
+   - Use official resources
+
+2014-02-07 Chirantan Ekbote 
+
+   * 2013.06-2
+   - Update makedepends since eigen3 has now become eigen in [extra]
+
+2013-06-19 Chirantan Ekbote 
+
+   * 2013.06-1 :
+   - Updated to version 2013.06
+
+2013-03-01 Chirantan Ekbote 
+
+   * 2013.01-2 :
+   Dependency qt replaced with qt4
+
+2013-01-23 Chirantan Ekbote 
+
+   * 2013.01-1 :
+   New upstream release.
+   Dependency eigen2 repaced by eigen3

Copied: openscad/repos/community-staging-i686/PKGBUILD (from rev 142197, 
openscad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-29 06:48:27 UTC (rev 142198)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Chirantan Ekbote 
+# Contributor: Eric Anderson 
+# Contributor: Pierre DOUCET 
+pkgname=openscad
+pkgver=2015.03.01
+_ver=2015.03-1  # hopefully -X is temporary
+pkgrel=4
+pkgdesc="The programmers solid 3D CAD modeller"
+url="http://openscad.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+install=openscad.install
+changelog=CHANGELOG
+depends=('qt4' 'qscintilla' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info')
+makedepends=('eigen' 'boost' 'imagemagick')
+# full tests need cmake, python2, imagemagick
+checkdepends=('cmake')
+source=("http://files.openscad.org/openscad-$_ver.src.tar.gz;)
+md5sums=('c5994220078f5f5c13984da304e4a2fe')
+
+build() {
+cd "$srcdir/$pkgname-$_ver"
+qmake-qt4 PREFIX="/usr"
+make
+convert "icons/$pkgname.png" -resize 128x128\> "icons/$pkgname-128.png"
+}
+
+check() {
+# see doc/testing.txt about enabling
+# normally will display stuff, run image diffs
+cd "$srcdir/$pkgname-$_ver/tests"
+# something 

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

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 08:48:14
  Author: foutrelis
Revision: 142197

poppler 0.36.0 / glew 1.13.0 rebuild

Modified:
  openscad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 05:43:03 UTC (rev 142196)
+++ PKGBUILD2015-09-29 06:48:14 UTC (rev 142197)
@@ -6,7 +6,7 @@
 pkgname=openscad
 pkgver=2015.03.01
 _ver=2015.03-1  # hopefully -X is temporary
-pkgrel=3
+pkgrel=4
 pkgdesc="The programmers solid 3D CAD modeller"
 url="http://openscad.org/;
 arch=('i686' 'x86_64')


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

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 08:49:47
  Author: foutrelis
Revision: 142199

upgpkg: lib32-glew 1.13.0-1

New upstream release.

Modified:
  lib32-glew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 06:48:27 UTC (rev 142198)
+++ PKGBUILD2015-09-29 06:49:47 UTC (rev 142199)
@@ -3,7 +3,7 @@
 
 _pkgbasename=glew
 pkgname=lib32-$_pkgbasename
-pkgver=1.12.0
+pkgver=1.13.0
 pkgrel=1
 pkgdesc="A cross-platform C/C++ extension loading library (32 bit)"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('lib32-libxmu' 'lib32-libxi' 'lib32-glu' "$_pkgbasename>=$pkgver")
 makedepends=('gcc-multilib')
 
source=(http://downloads.sourceforge.net/${_pkgbasename}/${_pkgbasename}-${pkgver}.tgz)
-sha1sums=('070dfb61dbb7cd0915517decf467264756469a94')
+sha1sums=('d5b1c499f429aa91c466193b4e8ea94a84019e37')
 
 build() {
   cd "${srcdir}/${_pkgbasename}-${pkgver}"


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

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 08:49:54
  Author: foutrelis
Revision: 142200

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-glew/repos/multilib-staging-x86_64/
  lib32-glew/repos/multilib-staging-x86_64/PKGBUILD
(from rev 142199, lib32-glew/trunk/PKGBUILD)

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

Copied: lib32-glew/repos/multilib-staging-x86_64/PKGBUILD (from rev 142199, 
lib32-glew/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-09-29 06:49:54 UTC (rev 142200)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Florian Pritz 
+
+_pkgbasename=glew
+pkgname=lib32-$_pkgbasename
+pkgver=1.13.0
+pkgrel=1
+pkgdesc="A cross-platform C/C++ extension loading library (32 bit)"
+arch=('x86_64')
+url="http://glew.sourceforge.net;
+license=('BSD' 'MIT' 'GPL')
+depends=('lib32-libxmu' 'lib32-libxi' 'lib32-glu' "$_pkgbasename>=$pkgver")
+makedepends=('gcc-multilib')
+source=(http://downloads.sourceforge.net/${_pkgbasename}/${_pkgbasename}-${pkgver}.tgz)
+sha1sums=('d5b1c499f429aa91c466193b4e8ea94a84019e37')
+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  sed -i 's|CC = cc|CC = gcc -m32|' config/Makefile.linux
+  sed -i 's|LD = cc|LD = gcc -m32|' config/Makefile.linux
+  sed -i 's|lib64|lib32|' config/Makefile.linux
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make GLEW_DEST="${pkgdir}/usr" install
+  chmod 0755 "${pkgdir}/usr/lib32/libGLEW.so.${pkgver}"
+
+  rm -rf "${pkgdir}"/usr/{include,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


[arch-commits] Commit in perl-term-readline-gnu/repos (8 files)

2015-09-29 Thread Felix Yan
Date: Tuesday, September 29, 2015 @ 09:15:21
  Author: fyan
Revision: 142208

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

Added:
  perl-term-readline-gnu/repos/community-i686/PKGBUILD
(from rev 142207, perl-term-readline-gnu/trunk/PKGBUILD)
  perl-term-readline-gnu/repos/community-i686/termcap-bad-ncurses-good.patch
(from rev 142207, 
perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
  perl-term-readline-gnu/repos/community-x86_64/PKGBUILD
(from rev 142207, perl-term-readline-gnu/trunk/PKGBUILD)
  perl-term-readline-gnu/repos/community-x86_64/termcap-bad-ncurses-good.patch
(from rev 142207, 
perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
Deleted:
  perl-term-readline-gnu/repos/community-i686/PKGBUILD
  perl-term-readline-gnu/repos/community-i686/termcap-bad-ncurses-good.patch
  perl-term-readline-gnu/repos/community-x86_64/PKGBUILD
  perl-term-readline-gnu/repos/community-x86_64/termcap-bad-ncurses-good.patch

-+
 /PKGBUILD   |  108 ++
 /termcap-bad-ncurses-good.patch |   36 +++
 community-i686/PKGBUILD |   54 ---
 community-i686/termcap-bad-ncurses-good.patch   |   18 ---
 community-x86_64/PKGBUILD   |   54 ---
 community-x86_64/termcap-bad-ncurses-good.patch |   18 ---
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-29 07:14:41 UTC (rev 142207)
+++ community-i686/PKGBUILD 2015-09-29 07:15:21 UTC (rev 142208)
@@ -1,54 +0,0 @@
-# $Id$
-# CPAN Name  : Term-ReadLine-Gnu
-# Maintainer: Daniel Wallace 
-# Contributor: jason ryan 
-# Contributor: AUR Perl 
-# Generator  : CPANPLUS::Dist::Arch 1.15
-
-pkgname=perl-term-readline-gnu
-pkgver=1.27
-pkgrel=1
-pkgdesc="GNU Readline XS library wrapper"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.7')
-url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
-source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz;
-'termcap-bad-ncurses-good.patch')
-md5sums=('2c1a0acf42b2aeac11362906929a81db'
- 'a000706b89792f822b5ec20baa370910')
-
-build() {
-   export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
-patch --forward -p1 < "${srcdir}/termcap-bad-ncurses-good.patch"
-/usr/bin/perl Makefile.PL
-make
-}
-
-check() {
-  cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-}
-
-package() {
-  cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
-  make pure_install PERL_INSTALL_ROOT="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}
-

Copied: perl-term-readline-gnu/repos/community-i686/PKGBUILD (from rev 142207, 
perl-term-readline-gnu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-29 07:15:21 UTC (rev 142208)
@@ -0,0 +1,54 @@
+# $Id$
+# CPAN Name  : Term-ReadLine-Gnu
+# Maintainer: Daniel Wallace 
+# Contributor: jason ryan 
+# Contributor: AUR Perl 
+# Generator  : CPANPLUS::Dist::Arch 1.15
+
+pkgname=perl-term-readline-gnu
+pkgver=1.28
+pkgrel=1
+pkgdesc="GNU Readline XS library wrapper"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.7')
+url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
+source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz;
+'termcap-bad-ncurses-good.patch')
+md5sums=('bde05818d8f8c73c5c5b8a60c28f2662'
+ 'a000706b89792f822b5ec20baa370910')
+
+build() {
+   export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
+patch --forward -p1 < "${srcdir}/termcap-bad-ncurses-good.patch"
+/usr/bin/perl 

[arch-commits] Commit in python-pytest-mock/repos/community-testing-any (2 files)

2015-09-29 Thread Felix Yan
Date: Tuesday, September 29, 2015 @ 09:09:31
  Author: fyan
Revision: 142204

archrelease: copy trunk to community-testing-any

Added:
  python-pytest-mock/repos/community-testing-any/PKGBUILD
(from rev 142203, python-pytest-mock/trunk/PKGBUILD)
Deleted:
  python-pytest-mock/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-29 07:09:05 UTC (rev 142203)
+++ PKGBUILD2015-09-29 07:09:31 UTC (rev 142204)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-mock
-pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=0.7.0
-pkgrel=2
-pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
-arch=('any')
-license=('LGPL3')
-url="https://github.com/pytest-dev/pytest-mock/;
-makedepends=('python-pytest' 'python2-pytest' 'python2-mock')
-#checkdepends=('python-coverage' 'python2-coverage')
-source=("http://pypi.python.org/packages/source/p/pytest-mock/pytest-mock-$pkgver.zip;)
-sha512sums=('249e1ded30199e1ea2c87ef4c17295a28c537ad4fb183289383e771ab26378499c11873df97a7a6214c0fca52b6aa5d160aa68de160dca56d4e78add10f2f5c8')
-
-prepare() {
-  cp -a pytest-mock-${pkgver}{,-py2}
-}
-
-build() {
-  cd "$srcdir/pytest-mock-${pkgver}"
-  python setup.py build
-
-  cd "$srcdir/pytest-mock-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Tests not included
-
-  cd "$srcdir/pytest-mock-${pkgver}"
-  # coverage3 run --source=pytest_mock.py runtests.py
-
-  cd "$srcdir/pytest-mock-${pkgver}-py2"
-  # coverage2 run --source=pytest_mock.py runtests.py
-}
-
-package_python-pytest-mock() {
-  depends=('python-pytest')
-
-  cd pytest-mock-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-pytest-mock() {
-  depends=('python2-pytest' 'python2-mock')
-
-  cd pytest-mock-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}
-

Copied: python-pytest-mock/repos/community-testing-any/PKGBUILD (from rev 
142203, python-pytest-mock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-29 07:09:31 UTC (rev 142204)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-mock
+pkgname=('python-pytest-mock' 'python2-pytest-mock')
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
+arch=('any')
+license=('LGPL3')
+url="https://github.com/pytest-dev/pytest-mock/;
+makedepends=('python-pytest' 'python2-pytest' 'python2-mock')
+#checkdepends=('python-coverage' 'python2-coverage')
+source=("http://pypi.python.org/packages/source/p/pytest-mock/pytest-mock-$pkgver.zip;)
+sha512sums=('30b20e315124a1a0a2aadd548d8b6b4a4762b425e5b4807e7ac4661cdaa3e5b62876fe62a68a3e3de693d2910f8c0c24be3e82e5b24215e5692c80fedfd1f8df')
+
+prepare() {
+  cp -a pytest-mock-${pkgver}{,-py2}
+}
+
+build() {
+  cd "$srcdir/pytest-mock-${pkgver}"
+  python setup.py build
+
+  cd "$srcdir/pytest-mock-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Tests not included
+
+  cd "$srcdir/pytest-mock-${pkgver}"
+  # coverage3 run --source=pytest_mock.py runtests.py
+
+  cd "$srcdir/pytest-mock-${pkgver}-py2"
+  # coverage2 run --source=pytest_mock.py runtests.py
+}
+
+package_python-pytest-mock() {
+  depends=('python-pytest')
+
+  cd pytest-mock-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-pytest-mock() {
+  depends=('python2-pytest' 'python2-mock')
+
+  cd pytest-mock-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+


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

2015-09-29 Thread Felix Yan
Date: Tuesday, September 29, 2015 @ 09:09:05
  Author: fyan
Revision: 142203

upgpkg: python-pytest-mock 0.8.1-1

Modified:
  python-pytest-mock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 07:05:36 UTC (rev 142202)
+++ PKGBUILD2015-09-29 07:09:05 UTC (rev 142203)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pytest-mock
 pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
 pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
 arch=('any')
 license=('LGPL3')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python2-mock')
 #checkdepends=('python-coverage' 'python2-coverage')
 
source=("http://pypi.python.org/packages/source/p/pytest-mock/pytest-mock-$pkgver.zip;)
-sha512sums=('249e1ded30199e1ea2c87ef4c17295a28c537ad4fb183289383e771ab26378499c11873df97a7a6214c0fca52b6aa5d160aa68de160dca56d4e78add10f2f5c8')
+sha512sums=('30b20e315124a1a0a2aadd548d8b6b4a4762b425e5b4807e7ac4661cdaa3e5b62876fe62a68a3e3de693d2910f8c0c24be3e82e5b24215e5692c80fedfd1f8df')
 
 prepare() {
   cp -a pytest-mock-${pkgver}{,-py2}


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

2015-09-29 Thread Felix Yan
Date: Tuesday, September 29, 2015 @ 09:58:48
  Author: fyan
Revision: 142216

poppler 0.36.0 / glew 1.13.0 rebuild

Modified:
  pcsx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 07:46:33 UTC (rev 142215)
+++ PKGBUILD2015-09-29 07:58:48 UTC (rev 142216)
@@ -5,7 +5,7 @@
 
 pkgname=pcsx2
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc='A Sony PlayStation 2 emulator'
 arch=('i686' 'x86_64')
 url='http://www.pcsx2.net'


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

2015-09-29 Thread Felix Yan
Date: Tuesday, September 29, 2015 @ 09:59:38
  Author: fyan
Revision: 142218

archrelease: copy trunk to community-staging-i686

Added:
  pcsx2/repos/community-staging-i686/PKGBUILD
(from rev 142217, pcsx2/trunk/PKGBUILD)
Deleted:
  pcsx2/repos/community-staging-i686/PKGBUILD

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-29 07:59:09 UTC (rev 142217)
+++ PKGBUILD2015-09-29 07:59:38 UTC (rev 142218)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: vEX 
-
-pkgname=pcsx2
-pkgver=1.3.1
-pkgrel=3
-pkgdesc='A Sony PlayStation 2 emulator'
-arch=('i686' 'x86_64')
-url='http://www.pcsx2.net'
-license=('GPL2' 'GPL3' 'LGPL2.1' 'LGPL3')
-depends_i686=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit'
-  'portaudio' 'sdl' 'soundtouch' 'wxgtk')
-depends_x86_64=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra'
-'lib32-libjpeg-turbo' 'lib32-nvidia-cg-toolkit'
-'lib32-portaudio' 'lib32-sdl' 'lib32-soundtouch' 'lib32-wxgtk')
-makedepends=('cmake')
-makedepends_x86_64=('gcc-multilib')
-optdepends_x86_64=('lib32-gtk-engines: GTK2 engines support'
-   'lib32-gtk-engine-murrine: Murrine GTK3 engine support'
-   'lib32-gtk-engine-unico: Unico GTK2 engine support')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz;)
-sha256sums=('60ba9f7f85bf4337ca6962f9b437d549f16fc04ea0b6b261d7521e0416c2b8c9')
-
-build() {
-  cd pcsx2-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  if [[ $CARCH == i686 ]]; then
-cmake .. \
-  -DCMAKE_BUILD_TYPE='Release' \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DCMAKE_LIBRARY_PATH='/usr/lib' \
-  -DPLUGIN_DIR='/usr/lib/pcsx2' \
-  -DGAMEINDEX_DIR='/usr/share/pcsx2' \
-  -DDISABLE_ADVANCE_SIMD='TRUE' \
-  -DEXTRA_PLUGINS='TRUE' \
-  -DREBUILD_SHADER='TRUE' \
-  -DGLSL_API='TRUE' \
-  -DPACKAGE_MODE='TRUE' \
-  -DXDG_STD='TRUE'
-  elif [[ $CARCH == x86_64 ]]; then
-cmake .. \
-  -DCMAKE_BUILD_TYPE='Release' \
-  -DCMAKE_TOOLCHAIN_FILE='cmake/linux-compiler-i386-multilib.cmake' \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DCMAKE_LIBRARY_PATH='/usr/lib32' \
-  -DPLUGIN_DIR='/usr/lib32/pcsx2' \
-  -DGAMEINDEX_DIR='/usr/share/pcsx2' \
-  -DDISABLE_ADVANCE_SIMD='TRUE' \
-  -DEXTRA_PLUGINS='TRUE' \
-  -DREBUILD_SHADER='TRUE' \
-  -DGLSL_API='TRUE' \
-  -DPACKAGE_MODE='TRUE' \
-  -DXDG_STD='TRUE'
-  fi
-
-  make
-}
-
-package() {
-  cd pcsx2-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pcsx2/repos/community-staging-i686/PKGBUILD (from rev 142217, 
pcsx2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-29 07:59:38 UTC (rev 142218)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: vEX 
+
+pkgname=pcsx2
+pkgver=1.3.1
+pkgrel=4
+pkgdesc='A Sony PlayStation 2 emulator'
+arch=('i686' 'x86_64')
+url='http://www.pcsx2.net'
+license=('GPL2' 'GPL3' 'LGPL2.1' 'LGPL3')
+depends_i686=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit'
+  'portaudio' 'sdl' 'soundtouch' 'wxgtk')
+depends_x86_64=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra'
+'lib32-libjpeg-turbo' 'lib32-nvidia-cg-toolkit'
+'lib32-portaudio' 'lib32-sdl' 'lib32-soundtouch' 'lib32-wxgtk')
+makedepends=('cmake')
+makedepends_x86_64=('gcc-multilib')
+optdepends_x86_64=('lib32-gtk-engines: GTK2 engines support'
+   'lib32-gtk-engine-murrine: Murrine GTK3 engine support'
+   'lib32-gtk-engine-unico: Unico GTK2 engine support')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz;)
+sha256sums=('60ba9f7f85bf4337ca6962f9b437d549f16fc04ea0b6b261d7521e0416c2b8c9')
+
+build() {
+  cd pcsx2-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  if [[ $CARCH == i686 ]]; then
+cmake .. \
+  -DCMAKE_BUILD_TYPE='Release' \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DCMAKE_LIBRARY_PATH='/usr/lib' \
+  -DPLUGIN_DIR='/usr/lib/pcsx2' \
+  -DGAMEINDEX_DIR='/usr/share/pcsx2' \
+  -DDISABLE_ADVANCE_SIMD='TRUE' \
+  -DEXTRA_PLUGINS='TRUE' \
+  -DREBUILD_SHADER='TRUE' \
+  -DGLSL_API='TRUE' \
+  -DPACKAGE_MODE='TRUE' \
+  -DXDG_STD='TRUE'
+  elif [[ $CARCH == x86_64 ]]; then

[arch-commits] Commit in python-pyperclip/repos/community-testing-any (4 files)

2015-09-29 Thread Felix Yan
Date: Tuesday, September 29, 2015 @ 09:05:36
  Author: fyan
Revision: 142202

archrelease: copy trunk to community-testing-any

Added:
  python-pyperclip/repos/community-testing-any/LICENSE.txt
(from rev 142201, python-pyperclip/trunk/LICENSE.txt)
  python-pyperclip/repos/community-testing-any/PKGBUILD
(from rev 142201, python-pyperclip/trunk/PKGBUILD)
Deleted:
  python-pyperclip/repos/community-testing-any/LICENSE.txt
  python-pyperclip/repos/community-testing-any/PKGBUILD

-+
 LICENSE.txt |   54 +++
 PKGBUILD|  100 +-
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2015-09-29 07:05:12 UTC (rev 142201)
+++ LICENSE.txt 2015-09-29 07:05:36 UTC (rev 142202)
@@ -1,27 +0,0 @@
-Copyright (c) 2014, Al Sweigart
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this
-  list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-
-* Neither the name of the {organization} nor the names of its
-  contributors may be used to endorse or promote products derived from
-  this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: python-pyperclip/repos/community-testing-any/LICENSE.txt (from rev 
142201, python-pyperclip/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2015-09-29 07:05:36 UTC (rev 142202)
@@ -0,0 +1,27 @@
+Copyright (c) 2014, Al Sweigart
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+* Neither the name of the {organization} nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-29 07:05:12 UTC (rev 142201)
+++ PKGBUILD2015-09-29 07:05:36 UTC (rev 142202)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jim Bridgewater 
-# Contributor: delta48  
-
-pkgbase=python-pyperclip
-pkgname=('python-pyperclip' 'python2-pyperclip')
-_pypiname=pyperclip
-pkgver=1.5.12
-pkgrel=1
-pkgdesc="A cross-platform clipboard module for Python"
-arch=('any')
-url="http://coffeeghost.net/2010/10/09/pyperclip-a-cross-platform-clipboard-module-for-python/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'xclip')

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

2015-09-29 Thread Felix Yan
Date: Tuesday, September 29, 2015 @ 09:40:30
  Author: fyan
Revision: 247883

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

Added:
  hugin/repos/staging-i686/
  hugin/repos/staging-i686/PKGBUILD
(from rev 247882, hugin/trunk/PKGBUILD)
  hugin/repos/staging-i686/install
(from rev 247882, hugin/trunk/install)
  hugin/repos/staging-x86_64/
  hugin/repos/staging-x86_64/PKGBUILD
(from rev 247882, hugin/trunk/PKGBUILD)
  hugin/repos/staging-x86_64/install
(from rev 247882, hugin/trunk/install)

-+
 staging-i686/PKGBUILD   |   36 
 staging-i686/install|   13 +
 staging-x86_64/PKGBUILD |   36 
 staging-x86_64/install  |   13 +
 4 files changed, 98 insertions(+)

Copied: hugin/repos/staging-i686/PKGBUILD (from rev 247882, 
hugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-29 07:40:30 UTC (rev 247883)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2015.0.0
+pkgrel=3
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
+ 'desktop-file-utils')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;)
+sha1sums=('be7153a0791f2147153e93e8711912ef23b60b61')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: hugin/repos/staging-i686/install (from rev 247882, hugin/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-09-29 07:40:30 UTC (rev 247883)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime > /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Copied: hugin/repos/staging-x86_64/PKGBUILD (from rev 247882, 
hugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-29 07:40:30 UTC (rev 247883)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2015.0.0
+pkgrel=3
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
+ 'desktop-file-utils')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;)
+sha1sums=('be7153a0791f2147153e93e8711912ef23b60b61')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: hugin/repos/staging-x86_64/install (from rev 247882, 
hugin/trunk/install)
===
--- staging-x86_64/install  (rev 0)
+++ staging-x86_64/install  2015-09-29 07:40:30 UTC (rev 247883)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime > /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}


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

2015-09-29 Thread Felix Yan
Date: Tuesday, September 29, 2015 @ 09:39:59
  Author: fyan
Revision: 247882

poppler 0.36.0 / glew 1.13.0 rebuild

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 06:43:31 UTC (rev 247881)
+++ PKGBUILD2015-09-29 07:39:59 UTC (rev 247882)
@@ -6,7 +6,7 @@
 
 pkgname=hugin
 pkgver=2015.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')


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

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 08:16:50
  Author: foutrelis
Revision: 247877

poppler 0.36.0 / glew 1.13.0 rebuild

Modified:
  mesa-demos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 06:13:39 UTC (rev 247876)
+++ PKGBUILD2015-09-29 06:16:50 UTC (rev 247877)
@@ -4,7 +4,7 @@
 
 pkgname='mesa-demos'
 pkgver=8.2.0
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 pkgdesc="Mesa demos and tools"
 url="http://mesa3d.sourceforge.net;


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

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 08:17:00
  Author: foutrelis
Revision: 247878

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

Added:
  mesa-demos/repos/staging-i686/
  mesa-demos/repos/staging-i686/LICENSE
(from rev 247877, mesa-demos/trunk/LICENSE)
  mesa-demos/repos/staging-i686/PKGBUILD
(from rev 247877, mesa-demos/trunk/PKGBUILD)
  mesa-demos/repos/staging-x86_64/
  mesa-demos/repos/staging-x86_64/LICENSE
(from rev 247877, mesa-demos/trunk/LICENSE)
  mesa-demos/repos/staging-x86_64/PKGBUILD
(from rev 247877, mesa-demos/trunk/PKGBUILD)

-+
 staging-i686/LICENSE|   82 ++
 staging-i686/PKGBUILD   |   38 +
 staging-x86_64/LICENSE  |   82 ++
 staging-x86_64/PKGBUILD |   38 +
 4 files changed, 240 insertions(+)

Copied: mesa-demos/repos/staging-i686/LICENSE (from rev 247877, 
mesa-demos/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2015-09-29 06:17:00 UTC (rev 247878)
@@ -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 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: mesa-demos/repos/staging-i686/PKGBUILD (from rev 247877, 
mesa-demos/trunk/PKGBUILD)
===
--- 

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

2015-09-29 Thread Felix Yan
Date: Tuesday, September 29, 2015 @ 09:05:12
  Author: fyan
Revision: 142201

upgpkg: python-pyperclip 1.5.13-1

Modified:
  python-pyperclip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 06:49:54 UTC (rev 142200)
+++ PKGBUILD2015-09-29 07:05:12 UTC (rev 142201)
@@ -6,7 +6,7 @@
 pkgbase=python-pyperclip
 pkgname=('python-pyperclip' 'python2-pyperclip')
 _pypiname=pyperclip
-pkgver=1.5.12
+pkgver=1.5.13
 pkgrel=1
 pkgdesc="A cross-platform clipboard module for Python"
 arch=('any')
@@ -16,7 +16,7 @@
 checkdepends=('xorg-server-xvfb')
 
source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.zip;
 LICENSE.txt)
-md5sums=('8be09a9d9991a02df5b71f6a27362a43'
+md5sums=('ad66fbf747e9ccf68d7fb14390744242'
  'b6cd06fd72984ac1f8428337aec8cff7')
 
 prepare() {


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

2015-09-29 Thread Felix Yan
Date: Tuesday, September 29, 2015 @ 09:21:31
  Author: fyan
Revision: 142210

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

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

---+
 community-staging-i686/PKGBUILD   |  128 
 community-staging-i686/kodi.install   |   17 
 community-staging-x86_64/PKGBUILD |  128 
 community-staging-x86_64/kodi.install |   17 
 4 files changed, 290 insertions(+)

Copied: kodi/repos/community-staging-i686/PKGBUILD (from rev 142209, 
kodi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-29 07:21:31 UTC (rev 142210)
@@ -0,0 +1,128 @@
+# vim:set ts=2 sw=2 et:
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Brad Fanella 
+# Contributor: [vEX] 
+# Contributor: Zeqadious 
+# Contributor: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Maxime Gauduin 
+
+pkgbase=kodi
+pkgname=('kodi' 'kodi-eventclients')
+pkgver=15.1
+_codename=Isengard
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://kodi.tv;
+license=('GPL2')
+makedepends=(
+  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'git' 'glew'
+  'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs' 'libass'
+  'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd'
+  'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libssh' 'libva'
+  'libvdpau' 'libxrandr' 'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns'
+  'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2'
+  'sdl_image' 'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 
'upower'
+  'yajl' 'zip'
+)
+source=(
+  
"$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
+)
+sha256sums=('72b2610d8fbff807128d74429f25bf6716ba880c27c2c5d9fad012ec7fc70705')
+
+prepare() {
+  cd "$srcdir/xbmc-$pkgver-$_codename"
+
+  find -type f -name *.py -exec sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
"{}" +
+  sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
tools/depends/native/rpl-native/rpl
+   sed 's/python/python2/' -i tools/Linux/kodi.sh.in
+  sed 's/shell python/shell python2/' -i tools/EventClients/Makefile.in
+}
+
+build() {
+  cd "$srcdir/xbmc-$pkgver-$_codename"
+
+   # Bootstrapping
+  MAKEFLAGS=-j1 ./bootstrap
+
+  #./configure --help
+  #return 1
+
+  # Configuring XBMC
+  export PYTHON_VERSION=2  # external python v2
+  ./configure --prefix=/usr --exec-prefix=/usr \
+--disable-debug \
+--enable-optimizations \
+--enable-libbluray \
+--enable-shared-libraries \
+--with-lirc-device=/run/lirc/lircd \
+ac_cv_type__Bool=yes
+
+  # Now (finally) build
+  make
+}
+
+package_kodi() {
+  pkgdesc="A software media player and entertainment hub for digital media"
+
+  # depends expected for kodi plugins:
+  # 'python2-pillow' 'python2-pybluez' 'python2-simplejson'
+  # depends expeced in FEH.py
+  # 'mesa-demos' 'xorg-xdpyinfo'
+  depends=(
+'python2-pillow' 'python2-pybluez' 'python2-simplejson'
+'mesa-demos' 'xorg-xdpyinfo'
+'bluez-libs' 'fribidi' 'glew' 'hicolor-icon-theme' 'libass' 'libcdio'
+'libjpeg-turbo' 'libmariadbclient' 'libmicrohttpd' 'libpulse' 'libssh'
+'libva' 'libxrandr' 'libxslt' 'lzo' 'sdl2' 'smbclient' 'taglib' 'tinyxml'
+'yajl'
+  )
+  optdepends=(
+'afpfs-ng: Apple shares support'
+'bluez: Blutooth support'
+'libnfs: NFS shares support'
+'libplist: AirPlay support'
+'libcec: Pulse-Eight USB-CEC adapter support'
+'lirc: Remote controller support'
+'pulseaudio: PulseAudio support'
+'shairplay: AirPlay support'
+'udisks: Automount external drives'
+'unrar: Archives support'
+'unzip: Archives support'
+'upower: Display battery level'
+'lsb-release: log distro information in crashlog'
+  )
+  install="kodi.install"
+  provides=('xbmc')
+  conflicts=('xbmc')
+  replaces=('xbmc')
+
+  cd "$srcdir/xbmc-$pkgver-$_codename"
+  # Running make install
+  make DESTDIR="$pkgdir" install
+
+  # We will no longer support the xbmc name
+  rm "$pkgdir/usr/share/xsessions/xbmc.desktop"
+  rm "$pkgdir/usr/bin/"xbmc{,-standalone}
+  # we will leave 

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

2015-09-29 Thread Felix Yan
Date: Tuesday, September 29, 2015 @ 09:21:00
  Author: fyan
Revision: 142209

poppler 0.36.0 / glew 1.13.0 rebuild

Modified:
  kodi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 07:15:21 UTC (rev 142208)
+++ PKGBUILD2015-09-29 07:21:00 UTC (rev 142209)
@@ -13,7 +13,7 @@
 pkgname=('kodi' 'kodi-eventclients')
 pkgver=15.1
 _codename=Isengard
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://kodi.tv;
 license=('GPL2')


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

2015-09-29 Thread Anatol Pomozov
Date: Tuesday, September 29, 2015 @ 14:25:19
  Author: anatolik
Revision: 247889

upgpkg: valgrind 3.11.0-1

Do not use Arch buildflags. Valgrind build script disable stack protector 
flags, but CFLAGS overwrite it and causes compile error.

Modified:
  valgrind/trunk/PKGBUILD
Deleted:
  valgrind/trunk/valgrind-glibc.patch
  valgrind/trunk/valgrind-kernel-version.patch

---+
 PKGBUILD  |   19 ++-
 valgrind-glibc.patch  |   69 
 valgrind-kernel-version.patch |   47 ---
 3 files changed, 5 insertions(+), 130 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 12:18:39 UTC (rev 247888)
+++ PKGBUILD2015-09-29 12:25:19 UTC (rev 247889)
@@ -10,22 +10,13 @@
 license=(GPL)
 url='http://valgrind.org/'
 depends=('glibc>=2.22' 'glibc<2.23' 'perl')
-makedepends=('gdb' 'openmpi')
+makedepends=(gdb openmpi)
 optdepends=('openmpi: MPI support')
-options=('!emptydirs')
-source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2
-valgrind-glibc.patch
-   valgrind-kernel-version.patch)
-sha1sums=('340757e91d9e83591158fe8bb985c6b11bc53de5'
-  '1fa127ef24630ad5f4901ea0e37ea2acb12d3d17'
-  '08b71e1ebc3e3906d0ff273db0aba2177a857c47')
+# valgrind does not like stack protector flags
+options=(!emptydirs !buildflags)
+source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2)
+sha1sums=('340757e91d9e83591158fe8bb985c6b11bc53de5')
 
-prepare() {
-  cd $pkgname-$pkgver
-#  patch -p1 -i "$srcdir"/valgrind-glibc.patch
-#  patch -p1 -i "$srcdir"/valgrind-kernel-version.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc

Deleted: valgrind-glibc.patch
===
--- valgrind-glibc.patch2015-09-29 12:18:39 UTC (rev 247888)
+++ valgrind-glibc.patch2015-09-29 12:25:19 UTC (rev 247889)
@@ -1,69 +0,0 @@
-From 8e520f21445e7c376c2606826affb20be92bfe8d Mon Sep 17 00:00:00 2001
-From: Anatol Pomozov 
-Date: Thu, 6 Aug 2015 09:04:44 -0700
-Subject: [PATCH 1/2] glibc
-

- configure| 20 
- configure.ac | 14 ++
- 2 files changed, 34 insertions(+)
-
-diff --git a/configure b/configure
-index 78ddf3e..6ab06b3 100755
 a/configure
-+++ b/configure
-@@ -6842,6 +6842,26 @@ $as_echo "#define GLIBC_2_20 1" >>confdefs.h
-   DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
-   DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
-   ;;
-+ 2.21)
-+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.21 family" >&5
-+$as_echo "2.21 family" >&6; }
-+
-+$as_echo "#define GLIBC_2_21 1" >>confdefs.h
-+
-+  DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
-+  ;;
-+ 2.22)
-+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.22 family" >&5
-+$as_echo "2.22 family" >&6; }
-+
-+$as_echo "#define GLIBC_2_22 1" >>confdefs.h
-+
-+  DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
-+  ;;
-  darwin)
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: Darwin" >&5
- $as_echo "Darwin" >&6; }
-diff --git a/configure.ac b/configure.ac
-index 0fd2a41..7f389c2 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1018,6 +1018,20 @@ case "${GLIBC_VERSION}" in
-   DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
-   DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
-   ;;
-+ 2.21)
-+  AC_MSG_RESULT(2.21 family)
-+  AC_DEFINE([GLIBC_2_21], 1, [Define to 1 if you're using glibc 2.21.x])
-+  DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
-+  ;;
-+ 2.22)
-+  AC_MSG_RESULT(2.22 family)
-+  AC_DEFINE([GLIBC_2_22], 1, [Define to 1 if you're using glibc 2.22.x])
-+  DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
-+  ;;
-  darwin)
-   AC_MSG_RESULT(Darwin)
-   AC_DEFINE([DARWIN_LIBC], 1, [Define to 1 if you're using Darwin])
--- 
-2.5.0
-

Deleted: valgrind-kernel-version.patch
===
--- valgrind-kernel-version.patch   2015-09-29 12:18:39 UTC (rev 247888)
+++ valgrind-kernel-version.patch   2015-09-29 12:25:19 UTC (rev 247889)
@@ -1,47 +0,0 @@
-From 88d02c44361bf4d9b354eea7e20559a4a57b866f Mon Sep 17 00:00:00 2001
-From: Anatol 

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

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 15:12:12
  Author: foutrelis
Revision: 247892

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

Added:
  llvm/repos/extra-i686/PKGBUILD
(from rev 247891, llvm/trunk/PKGBUILD)
  llvm/repos/extra-i686/clang-tools-extra-3.7.0-install-clang-query.patch
(from rev 247891, 
llvm/trunk/clang-tools-extra-3.7.0-install-clang-query.patch)
  llvm/repos/extra-i686/lldb-3.7.0-avoid-linking-to-libLLVM.patch
(from rev 247891, llvm/trunk/lldb-3.7.0-avoid-linking-to-libLLVM.patch)
  llvm/repos/extra-i686/llvm-3.7.0-export-more-symbols.patch
(from rev 247891, llvm/trunk/llvm-3.7.0-export-more-symbols.patch)
  llvm/repos/extra-i686/llvm-3.7.0-link-tools-against-libLLVM.patch
(from rev 247891, llvm/trunk/llvm-3.7.0-link-tools-against-libLLVM.patch)
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
(from rev 247891, llvm/trunk/llvm-Config-llvm-config.h)
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 247891, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/clang-tools-extra-3.7.0-install-clang-query.patch
(from rev 247891, 
llvm/trunk/clang-tools-extra-3.7.0-install-clang-query.patch)
  llvm/repos/extra-x86_64/lldb-3.7.0-avoid-linking-to-libLLVM.patch
(from rev 247891, llvm/trunk/lldb-3.7.0-avoid-linking-to-libLLVM.patch)
  llvm/repos/extra-x86_64/llvm-3.7.0-export-more-symbols.patch
(from rev 247891, llvm/trunk/llvm-3.7.0-export-more-symbols.patch)
  llvm/repos/extra-x86_64/llvm-3.7.0-link-tools-against-libLLVM.patch
(from rev 247891, llvm/trunk/llvm-3.7.0-link-tools-against-libLLVM.patch)
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h
(from rev 247891, llvm/trunk/llvm-Config-llvm-config.h)
Deleted:
  llvm/repos/extra-i686/PKGBUILD
  llvm/repos/extra-i686/clang-tools-extra-3.7.0-install-clang-query.patch
  llvm/repos/extra-i686/lldb-3.7.0-avoid-linking-to-libLLVM.patch
  llvm/repos/extra-i686/llvm-3.7.0-export-more-symbols.patch
  llvm/repos/extra-i686/llvm-3.7.0-link-tools-against-libLLVM.patch
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/clang-tools-extra-3.7.0-install-clang-query.patch
  llvm/repos/extra-x86_64/lldb-3.7.0-avoid-linking-to-libLLVM.patch
  llvm/repos/extra-x86_64/llvm-3.7.0-export-more-symbols.patch
  llvm/repos/extra-x86_64/llvm-3.7.0-link-tools-against-libLLVM.patch
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h

+
 /PKGBUILD  |  544 ++
 /clang-tools-extra-3.7.0-install-clang-query.patch |   18 
 /lldb-3.7.0-avoid-linking-to-libLLVM.patch |   40 
 /llvm-3.7.0-export-more-symbols.patch  |   22 
 /llvm-3.7.0-link-tools-against-libLLVM.patch   |  880 
++
 /llvm-Config-llvm-config.h |   18 
 extra-i686/PKGBUILD|  274 ---
 extra-i686/clang-tools-extra-3.7.0-install-clang-query.patch   |9 
 extra-i686/lldb-3.7.0-avoid-linking-to-libLLVM.patch   |   20 
 extra-i686/llvm-3.7.0-export-more-symbols.patch|   11 
 extra-i686/llvm-3.7.0-link-tools-against-libLLVM.patch |  440 -
 extra-i686/llvm-Config-llvm-config.h   |9 
 extra-x86_64/PKGBUILD  |  274 ---
 extra-x86_64/clang-tools-extra-3.7.0-install-clang-query.patch |9 
 extra-x86_64/lldb-3.7.0-avoid-linking-to-libLLVM.patch |   20 
 extra-x86_64/llvm-3.7.0-export-more-symbols.patch  |   11 
 extra-x86_64/llvm-3.7.0-link-tools-against-libLLVM.patch   |  440 -
 extra-x86_64/llvm-Config-llvm-config.h |9 
 18 files changed, 1522 insertions(+), 1526 deletions(-)

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


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

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 15:11:50
  Author: foutrelis
Revision: 247891

upgpkg: llvm 3.7.0-4

- Keep LLVMHello.so; it's referenced in the CMake files (FS#46468).
- Move BugpointPasses.so from llvm-libs to the llvm package.

Modified:
  llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 12:25:55 UTC (rev 247890)
+++ PKGBUILD2015-09-29 13:11:50 UTC (rev 247891)
@@ -12,7 +12,7 @@
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lldb' 'clang' 'clang-analyzer'
  'clang-tools-extra')
 pkgver=3.7.0
-pkgrel=3
+pkgrel=4
 _ocaml_ver=4.02.3
 arch=('i686' 'x86_64')
 url="http://llvm.org/;
@@ -125,7 +125,7 @@
 
   # The runtime libraries go into llvm-libs
   mv -f "$pkgdir"/usr/lib/lib{LLVM,LTO}.so* "$srcdir"
-  mv -f "$pkgdir"/usr/lib/{LLVMgold,BugpointPasses}.so "$srcdir"
+  mv -f "$pkgdir"/usr/lib/LLVMgold.so "$srcdir"
 
   # OCaml bindings go to a separate package
   rm -rf "$srcdir"/ocaml.{lib,doc}
@@ -133,9 +133,6 @@
   mv "$pkgdir/usr/docs/ocaml/html" "$srcdir/ocaml.doc"
   rm -r "$pkgdir/usr/docs"
 
-  # Get rid of example Hello transformation
-  rm "$pkgdir"/usr/lib/*LLVMHello.*
-
   if [[ $CARCH == x86_64 ]]; then
 # Needed for multilib (https://bugs.archlinux.org/task/29951)
 # Header stub is taken from Fedora
@@ -154,7 +151,7 @@
   install -d "$pkgdir/usr/lib"
   cp -P \
 "$srcdir"/lib{LLVM,LTO}.so* \
-"$srcdir"/{LLVMgold,BugpointPasses}.so \
+"$srcdir"/LLVMgold.so \
 "$pkgdir/usr/lib/"
 
   # Symlink LLVMgold.so from /usr/lib/bfd-plugins


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

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 08:43:20
  Author: foutrelis
Revision: 247880

poppler 0.36.0 / glew 1.13.0 rebuild

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 06:28:38 UTC (rev 247879)
+++ PKGBUILD2015-09-29 06:43:20 UTC (rev 247880)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.91
-pkgrel=9
+pkgrel=10
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
 license=('GPL' 'LGPL')


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

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 08:43:31
  Author: foutrelis
Revision: 247881

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 247880, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/install
(from rev 247880, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 247880, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/install
(from rev 247880, inkscape/trunk/install)

-+
 staging-i686/PKGBUILD   |   60 ++
 staging-i686/install|   13 +
 staging-x86_64/PKGBUILD |   60 ++
 staging-x86_64/install  |   13 +
 4 files changed, 146 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 247880, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-29 06:43:31 UTC (rev 247881)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=10
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+#source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2;
+
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
+  'f61909a58c185ed9249b19f71242af2edd32ef9a')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+
+   # FS#43744
+   mv ../markers_strokepaint.inx.disabled 
share/extensions/markers_strokepaint.inx
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # glibmm 2.46 uses C++11 features
+   CXXFLAGS+=' -std=c++11'
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: inkscape/repos/staging-i686/install (from rev 247880, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-09-29 06:43:31 UTC (rev 247881)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 247880, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-29 06:43:31 UTC (rev 247881)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=10
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex 

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

2015-09-29 Thread Massimiliano Torromeo
Date: Tuesday, September 29, 2015 @ 09:14:29
  Author: mtorromeo
Revision: 142205

upgpkg: percona-toolkit 2.2.15-1

Updated to 2.2.15

Modified:
  percona-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 07:09:31 UTC (rev 142204)
+++ PKGBUILD2015-09-29 07:14:29 UTC (rev 142205)
@@ -5,7 +5,7 @@
 # Contributor: Sławomir Kowalski 
 
 pkgname=percona-toolkit
-pkgver=2.2.13
+pkgver=2.2.15
 pkgrel=1
 pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
 url="http://www.percona.com/software/percona-toolkit/;
@@ -19,7 +19,7 @@
 )
 options=('!emptydirs' 'purge')
 
source=("http://www.percona.com/downloads/$pkgname/$pkgver/tarball/$pkgname-$pkgver.tar.gz;)
-sha256sums=('8e69f619d163cd7afa22bd1cf144df0f6d08f06c7559510a73467db1eeff4a63')
+sha256sums=('2fbeff24498cf3718a88116d60a9c6519296ba684b85182c92dce2422dc4426b')
 
 build() {
 cd "$srcdir"/$pkgname-$pkgver


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

2015-09-29 Thread Massimiliano Torromeo
Date: Tuesday, September 29, 2015 @ 09:14:37
  Author: mtorromeo
Revision: 142206

archrelease: copy trunk to community-any

Added:
  percona-toolkit/repos/community-any/PKGBUILD
(from rev 142205, percona-toolkit/trunk/PKGBUILD)
Deleted:
  percona-toolkit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-29 07:14:29 UTC (rev 142205)
+++ PKGBUILD2015-09-29 07:14:37 UTC (rev 142206)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: D. Can Celasun 
-# Contributor: Felix Hanley 
-# Contributor: Sławomir Kowalski 
-
-pkgname=percona-toolkit
-pkgver=2.2.13
-pkgrel=1
-pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
-url="http://www.percona.com/software/percona-toolkit/;
-arch=('any')
-license=('GPL')
-depends=('perl-term-readkey')
-makedepends=('perl-dbd-mysql' 'perl-dbi')
-optdepends=(
-'perl-dbd-mysql: MySQL connections'
-'perl-dbi: MySQL connections'
-)
-options=('!emptydirs' 'purge')
-source=("http://www.percona.com/downloads/$pkgname/$pkgver/tarball/$pkgname-$pkgver.tar.gz;)
-sha256sums=('8e69f619d163cd7afa22bd1cf144df0f6d08f06c7559510a73467db1eeff4a63')
-
-build() {
-cd "$srcdir"/$pkgname-$pkgver
-unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps 
MODULEBUILDRC=/dev/null
-perl Makefile.PL
-make
-}
-
-package() {
-cd "$srcdir"/$pkgname-$pkgver
-unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: percona-toolkit/repos/community-any/PKGBUILD (from rev 142205, 
percona-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-29 07:14:37 UTC (rev 142206)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: D. Can Celasun 
+# Contributor: Felix Hanley 
+# Contributor: Sławomir Kowalski 
+
+pkgname=percona-toolkit
+pkgver=2.2.15
+pkgrel=1
+pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
+url="http://www.percona.com/software/percona-toolkit/;
+arch=('any')
+license=('GPL')
+depends=('perl-term-readkey')
+makedepends=('perl-dbd-mysql' 'perl-dbi')
+optdepends=(
+'perl-dbd-mysql: MySQL connections'
+'perl-dbi: MySQL connections'
+)
+options=('!emptydirs' 'purge')
+source=("http://www.percona.com/downloads/$pkgname/$pkgver/tarball/$pkgname-$pkgver.tar.gz;)
+sha256sums=('2fbeff24498cf3718a88116d60a9c6519296ba684b85182c92dce2422dc4426b')
+
+build() {
+cd "$srcdir"/$pkgname-$pkgver
+unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps 
MODULEBUILDRC=/dev/null
+perl Makefile.PL
+make
+}
+
+package() {
+cd "$srcdir"/$pkgname-$pkgver
+unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


[arch-commits] Commit in perl-term-readline-gnu/trunk (PKGBUILD)

2015-09-29 Thread Felix Yan
Date: Tuesday, September 29, 2015 @ 09:14:41
  Author: fyan
Revision: 142207

upgpkg: perl-term-readline-gnu 1.28-1

Modified:
  perl-term-readline-gnu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 07:14:37 UTC (rev 142206)
+++ PKGBUILD2015-09-29 07:14:41 UTC (rev 142207)
@@ -6,7 +6,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-term-readline-gnu
-pkgver=1.27
+pkgver=1.28
 pkgrel=1
 pkgdesc="GNU Readline XS library wrapper"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
 
source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz;
 'termcap-bad-ncurses-good.patch')
-md5sums=('2c1a0acf42b2aeac11362906929a81db'
+md5sums=('bde05818d8f8c73c5c5b8a60c28f2662'
  'a000706b89792f822b5ec20baa370910')
 
 build() {


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

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 09:32:03
  Author: foutrelis
Revision: 142212

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 142211, blender/trunk/PKGBUILD)
  blender/repos/community-staging-i686/blender.install
(from rev 142211, blender/trunk/blender.install)
  blender/repos/community-staging-x86_64/
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 142211, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/blender.install
(from rev 142211, blender/trunk/blender.install)

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

Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 142211, 
blender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-29 07:32:03 UTC (rev 142212)
@@ -0,0 +1,102 @@
+# $Id$
+# Contributor: John Sowiak 
+# Contributor: tobias 
+# Maintainer: Sven-Hendrik Haase 
+
+# 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.76-rc2
+_gitcommit=e24ea81d65416d778ded6c7b9698dd673e2ed6b9
+
+pkgname=blender
+pkgver=2.76rc2
+#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=2
+epoch=17
+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' 'libspnav' 'ptex' 'opensubdiv')
+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
+
+  # We need this to build with Python 3.5/3.6, remove in a release after 
2.76rc1
+  git cherry-pick --no-commit 6844b02a71bd9d84af5bdbcb32eb49ea6ac552e7
+  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 \
+-DWITH_CYCLES_PTEX=ON \
+-DWITH_OPENSUBDIV=ON \
+-DPYTHON_VERSION=3.5 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.5m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  make DESTDIR="${pkgdir}" install
+  python -m compileall "${pkgdir}/usr/share/blender"
+  python 

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

2015-09-29 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 09:31:52
  Author: foutrelis
Revision: 142211

poppler 0.36.0 / glew 1.13.0 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 07:21:31 UTC (rev 142210)
+++ PKGBUILD2015-09-29 07:31:52 UTC (rev 142211)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.76rc2
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=1
+pkgrel=2
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')


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

2015-09-29 Thread Anatol Pomozov
Date: Tuesday, September 29, 2015 @ 14:25:55
  Author: anatolik
Revision: 247890

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

Added:
  valgrind/repos/testing-i686/
  valgrind/repos/testing-i686/PKGBUILD
(from rev 247889, valgrind/trunk/PKGBUILD)
  valgrind/repos/testing-x86_64/
  valgrind/repos/testing-x86_64/PKGBUILD
(from rev 247889, valgrind/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: valgrind/repos/testing-i686/PKGBUILD (from rev 247889, 
valgrind/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-29 12:25:55 UTC (rev 247890)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Maintainer: Allan McRae 
+
+pkgname=valgrind
+pkgver=3.11.0
+pkgrel=1
+pkgdesc='A tool to help find memory-management problems in programs'
+arch=(i686 x86_64)
+license=(GPL)
+url='http://valgrind.org/'
+depends=('glibc>=2.22' 'glibc<2.23' 'perl')
+makedepends=(gdb openmpi)
+optdepends=('openmpi: MPI support')
+# valgrind does not like stack protector flags
+options=(!emptydirs !buildflags)
+source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2)
+sha1sums=('340757e91d9e83591158fe8bb985c6b11bc53de5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: valgrind/repos/testing-x86_64/PKGBUILD (from rev 247889, 
valgrind/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-29 12:25:55 UTC (rev 247890)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Maintainer: Allan McRae 
+
+pkgname=valgrind
+pkgver=3.11.0
+pkgrel=1
+pkgdesc='A tool to help find memory-management problems in programs'
+arch=(i686 x86_64)
+license=(GPL)
+url='http://valgrind.org/'
+depends=('glibc>=2.22' 'glibc<2.23' 'perl')
+makedepends=(gdb openmpi)
+optdepends=('openmpi: MPI support')
+# valgrind does not like stack protector flags
+options=(!emptydirs !buildflags)
+source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2)
+sha1sums=('340757e91d9e83591158fe8bb985c6b11bc53de5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnucash/repos/extra-x86_64 (4 files)

2015-09-29 Thread Jürgen Hötzel
Date: Tuesday, September 29, 2015 @ 15:56:38
  Author: juergen
Revision: 247893

archrelease: copy trunk to extra-x86_64

Added:
  gnucash/repos/extra-x86_64/PKGBUILD
(from rev 247892, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-x86_64/gnucash.install
(from rev 247892, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-x86_64/PKGBUILD
  gnucash/repos/extra-x86_64/gnucash.install

-+
 PKGBUILD|  104 +++---
 gnucash.install |   72 ++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-29 13:12:12 UTC (rev 247892)
+++ PKGBUILD2015-09-29 13:56:38 UTC (rev 247893)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=2.6.7
-pkgrel=1
-pkgdesc="A personal and small-business financial-accounting application"
-arch=('i686' 'x86_64')
-url="http://www.gnucash.org;
-license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('93d51c45bdcc66bfcb1a1924622b48ca7f5ada17')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  cd src/doc/design
-  make DESTDIR="${pkgdir}" install-info
-
-  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
-
-  # fix FS#45453
-  sed -i  's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' 
"${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids"
-  rm "${pkgdir}/usr/lib/gnucash/overrides/guile"
-}

Copied: gnucash/repos/extra-x86_64/PKGBUILD (from rev 247892, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-29 13:56:38 UTC (rev 247893)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.6.8
+pkgrel=1
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org;
+license=("GPL")
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('302b4a9a6fe5075daf75a86ecdb6d8edd1e3bbd7')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f 

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

2015-09-29 Thread Jürgen Hötzel
Date: Tuesday, September 29, 2015 @ 14:17:15
  Author: juergen
Revision: 247887

upgpkg: gnucash 2.6.8-1

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 11:44:28 UTC (rev 247886)
+++ PKGBUILD2015-09-29 12:17:15 UTC (rev 247887)
@@ -3,7 +3,7 @@
 # Contributor: Mark Schneider 
 
 pkgname=gnucash
-pkgver=2.6.7
+pkgver=2.6.8
 pkgrel=1
 pkgdesc="A personal and small-business financial-accounting application"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('!makeflags' '!emptydirs')
 install=gnucash.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('93d51c45bdcc66bfcb1a1924622b48ca7f5ada17')
+sha1sums=('302b4a9a6fe5075daf75a86ecdb6d8edd1e3bbd7')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-09-29 Thread Allan McRae
Date: Tuesday, September 29, 2015 @ 11:06:55
  Author: allan
Revision: 247885

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

Added:
  pkg-config/repos/testing-i686/
  pkg-config/repos/testing-i686/PKGBUILD
(from rev 247884, pkg-config/trunk/PKGBUILD)
  pkg-config/repos/testing-x86_64/
  pkg-config/repos/testing-x86_64/PKGBUILD
(from rev 247884, pkg-config/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: pkg-config/repos/testing-i686/PKGBUILD (from rev 247884, 
pkg-config/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-29 09:06:55 UTC (rev 247885)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Judd Vinet 
+
+pkgname=pkg-config
+pkgver=0.29
+pkgrel=1
+pkgdesc="A system for managing library compile/link flags"
+arch=('i686' 'x86_64')
+url="http://pkgconfig.freedesktop.org/wiki/;
+license=('GPL')
+groups=('base-devel')
+depends=('glib2')
+provides=("pkgconfig=${pkgver}")
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson
+md5sums=('77f27dce7ef88d0634d0d6f90e03a77f'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: pkg-config/repos/testing-x86_64/PKGBUILD (from rev 247884, 
pkg-config/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-29 09:06:55 UTC (rev 247885)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Judd Vinet 
+
+pkgname=pkg-config
+pkgver=0.29
+pkgrel=1
+pkgdesc="A system for managing library compile/link flags"
+arch=('i686' 'x86_64')
+url="http://pkgconfig.freedesktop.org/wiki/;
+license=('GPL')
+groups=('base-devel')
+depends=('glib2')
+provides=("pkgconfig=${pkgver}")
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson
+md5sums=('77f27dce7ef88d0634d0d6f90e03a77f'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2015-09-29 Thread Ike Devolder
Date: Tuesday, September 29, 2015 @ 11:20:10
  Author: idevolder
Revision: 142220

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 142219, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 142219, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 142219, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 142219, opera/trunk/opera.install)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

---+
 PKGBUILD  |  136 
 default   |8 +--
 opera |   26 +-
 opera.install |   78 
 4 files changed, 124 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-29 09:20:02 UTC (rev 142219)
+++ PKGBUILD2015-09-29 09:20:10 UTC (rev 142220)
@@ -1,68 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=32.0.1948.25
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/;
-install=${pkgname}.install
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify')
-optdepends=(
-'curl: opera crash reporter and autoupdate checker'
-)
-arch=('x86_64')
-source_x86_64=(
-
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
-)
-source=(
-"opera"
-"default"
-)
-sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_x86_64=('4157732e784d13128a991b640c2d549aa9597d9f6900fc30c768ad17e9e1a2c1')
-
-prepare() {
-sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
--i "$srcdir/opera"
-}
-
-package() {
-tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-# get rid of the extra subfolder {i386,x86_64}-linux-gnu
-(
-cd "$pkgdir/usr/lib/"*-linux-gnu/
-mv "$pkgname" ../
-)
-rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
-# suid opera_sandbox / can be removed with linux > 3.16 (we still have lts)
-chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
-# install default options
-install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-# install opera wrapper
-rm "$pkgdir/usr/bin/$pkgname"
-install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-# license
-install -Dm644 \
-"$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-

Copied: opera/repos/community-x86_64/PKGBUILD (from rev 142219, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-29 09:20:10 UTC (rev 142220)
@@ -0,0 +1,68 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych 
+# Contributor: ruario 
+# Contributor: Daniel Isenmann 
+# Contributor: dorphell 
+# Contributor: Sigitas Mazaliauskas 
+# Contributor: eworm
+
+pkgname=opera
+pkgver=32.0.1948.69
+pkgrel=1
+pkgdesc="A fast and secure web browser"
+url="http://www.opera.com/;
+install=${pkgname}.install
+options=(!strip !zipman)
+license=('custom:opera')
+backup=("etc/$pkgname/default")
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify')
+optdepends=(
+'curl: opera crash reporter and autoupdate checker'
+)
+arch=('x86_64')
+source_x86_64=(
+
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
+)
+source=(
+"opera"
+"default"
+)
+sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
+'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
+sha256sums_x86_64=('b2178af796a9b5adf3a8d6f17391ade03efc6ad3c0f9d853f1e9766735eba91b')
+
+prepare() {
+sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
+sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
+-i "$srcdir/opera"
+}
+
+package() {
+tar -xf data.tar.xz 

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

2015-09-29 Thread Ike Devolder
Date: Tuesday, September 29, 2015 @ 11:20:02
  Author: idevolder
Revision: 142219

upgpkg: opera 32.0.1948.69-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 07:59:38 UTC (rev 142218)
+++ PKGBUILD2015-09-29 09:20:02 UTC (rev 142219)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=32.0.1948.25
+pkgver=32.0.1948.69
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -32,7 +32,7 @@
 )
 sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
 '4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_x86_64=('4157732e784d13128a991b640c2d549aa9597d9f6900fc30c768ad17e9e1a2c1')
+sha256sums_x86_64=('b2178af796a9b5adf3a8d6f17391ade03efc6ad3c0f9d853f1e9766735eba91b')
 
 prepare() {
 sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"


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

2015-09-29 Thread Allan McRae
Date: Tuesday, September 29, 2015 @ 11:05:46
  Author: allan
Revision: 247884

upgpkg: pkg-config 0.29-1

upstream update

Modified:
  pkg-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 07:40:30 UTC (rev 247883)
+++ PKGBUILD2015-09-29 09:05:46 UTC (rev 247884)
@@ -3,8 +3,8 @@
 # Contributor: Judd Vinet 
 
 pkgname=pkg-config
-pkgver=0.28
-pkgrel=2
+pkgver=0.29
+pkgrel=1
 pkgdesc="A system for managing library compile/link flags"
 arch=('i686' 'x86_64')
 url="http://pkgconfig.freedesktop.org/wiki/;
@@ -14,8 +14,10 @@
 provides=("pkgconfig=${pkgver}")
 conflicts=('pkgconfig')
 replaces=('pkgconfig')
-source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('aa3c86e67551adc3ac865160e34a2a0d')
+source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson
+md5sums=('77f27dce7ef88d0634d0d6f90e03a77f'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2015-09-29 Thread Jürgen Hötzel
Date: Tuesday, September 29, 2015 @ 14:18:39
  Author: juergen
Revision: 247888

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 247887, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 247887, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|  104 +++---
 gnucash.install |   72 ++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-29 12:17:15 UTC (rev 247887)
+++ PKGBUILD2015-09-29 12:18:39 UTC (rev 247888)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=2.6.7
-pkgrel=1
-pkgdesc="A personal and small-business financial-accounting application"
-arch=('i686' 'x86_64')
-url="http://www.gnucash.org;
-license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('93d51c45bdcc66bfcb1a1924622b48ca7f5ada17')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  cd src/doc/design
-  make DESTDIR="${pkgdir}" install-info
-
-  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
-
-  # fix FS#45453
-  sed -i  's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' 
"${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids"
-  rm "${pkgdir}/usr/lib/gnucash/overrides/guile"
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 247887, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-29 12:18:39 UTC (rev 247888)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.6.8
+pkgrel=1
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org;
+license=("GPL")
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('302b4a9a6fe5075daf75a86ecdb6d8edd1e3bbd7')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f 

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

2015-09-29 Thread Andreas Radke
Date: Tuesday, September 29, 2015 @ 16:59:20
  Author: andyrtr
Revision: 247895

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

Added:
  graphite/repos/extra-i686/PKGBUILD
(from rev 247894, graphite/trunk/PKGBUILD)
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
(from rev 247894, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
  graphite/repos/extra-x86_64/PKGBUILD
(from rev 247894, graphite/trunk/PKGBUILD)
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch
(from rev 247894, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
Deleted:
  graphite/repos/extra-i686/PKGBUILD
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
  graphite/repos/extra-x86_64/PKGBUILD
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch

--+
 /PKGBUILD|  130 +
 /graphite2-1.2.0-cmakepath.patch |   18 +++
 extra-i686/PKGBUILD  |   65 
 extra-i686/graphite2-1.2.0-cmakepath.patch   |9 -
 extra-x86_64/PKGBUILD|   65 
 extra-x86_64/graphite2-1.2.0-cmakepath.patch |9 -
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-29 14:59:07 UTC (rev 247894)
+++ extra-i686/PKGBUILD 2015-09-29 14:59:20 UTC (rev 247895)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=graphite
-pkgver=1.3.2
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url="http://projects.palaso.org/projects/graphitedev;
-pkgdesc='reimplementation of the SIL Graphite text processing engine'
-license=('LGPL' 'GPL' 'custom')
-depends=('gcc-libs')
-makedepends=('cmake' 'freetype2' 'python2')
- # - only for docs - target doesn't install properly
- #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
-graphite2-1.2.0-cmakepath.patch)
-sha1sums=('cb9293aab77b4008f9c6c6d4fbed783b6aaad071'
-  '7283d73e21f28a0b4221af9ce7998d68fcced16a')
-
-prepare() {
-  cd "${srcdir}"
-
-  # python2 fixes
-  sed -i "s:\/usr\/bin\/python:\/usr\/bin\/python2:" 
graphite2-${pkgver}/tests/{biditest,corrupt.py,defuzz,fnttxtrender,fuzzbidi,fuzztest,hbspeeds,jsoncmp}
-  
-  # fix install path - .cmake files contain architecture dependend content - 
patch taken from FC/Slackware
-  pushd graphite2-${pkgver}
-  patch -Np1 -i ${srcdir}/graphite2-1.2.0-cmakepath.patch
-  popd
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake -G "Unix Makefiles" ../graphite2-${pkgver} \
-   -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE:STRING=Release \
-   -DGRAPHITE2_COMPARE_RENDERER=OFF \
-   #-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON # remove when docs install target 
will be fixed
-
-  # fix unwanted -O3 cflag (taken form Debian)
-  find . -type f ! -name "rules" ! -name "changelog" -exec sed -i -e 
's/\-O3//g' {} \;
-
-  make 
-  #make docs
-}
-
-check() {
-  cd "${srcdir}"/build
-  sed -i "s:python:python2:g" tests/CTestTestfile.cmake
-  ctest || true # some new test fail
-}
-
-package() {
-  cd "${srcdir}"/build
-  # FIXME: all target doesn't install the docs target files
-  make DESTDIR="$pkgdir/" install 
-
-  # licenses
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/graphite2-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: graphite/repos/extra-i686/PKGBUILD (from rev 247894, 
graphite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-29 14:59:20 UTC (rev 247895)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=graphite
+pkgver=1.3.3
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url="http://projects.palaso.org/projects/graphitedev;
+pkgdesc='reimplementation of the SIL Graphite text processing engine'
+license=('LGPL' 'GPL' 'custom')
+depends=('gcc-libs')
+makedepends=('cmake' 'freetype2' 'python2')
+ # - only for docs - target doesn't install properly
+ #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
+graphite2-1.2.0-cmakepath.patch)
+sha1sums=('54b04c283bab4695de63ae2dd6cff392dd49d7f0'
+  '7283d73e21f28a0b4221af9ce7998d68fcced16a')
+
+prepare() {
+  cd "${srcdir}"
+
+  # python2 fixes
+  sed -i 

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

2015-09-29 Thread Antonio Rojas
Date: Tuesday, September 29, 2015 @ 17:29:06
  Author: arojas
Revision: 247896

Fix gwenview hang when Baloo is disabled

Modified:
  baloo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 14:59:20 UTC (rev 247895)
+++ PKGBUILD2015-09-29 15:29:06 UTC (rev 247896)
@@ -4,7 +4,7 @@
 
 pkgname=baloo
 pkgver=5.14.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A framework for searching and managing metadata"
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Baloo'
@@ -18,13 +18,15 @@
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
   
baloo-bug352454.patch::"https://quickgit.kde.org/?p=baloo.git=commitdiff=3312d6f=plain;
-  
baloo-bug353049.patch::"https://quickgit.kde.org/?p=baloo.git=commitdiff=29fe68f=plain;)
+  
baloo-bug353049.patch::"https://quickgit.kde.org/?p=baloo.git=commitdiff=29fe68f=plain;
+  
fix-gwenview.patch::"https://quickgit.kde.org/?p=baloo.git=commitdiff=8258e54=plain;)
 md5sums=('0e708135232432d371596d22ed864e3e'
  '3b61489b8e4a2910bced3fb7b8872f69'
- '55458f5973551f7dd674e29f7c7237b5')
+ '55458f5973551f7dd674e29f7c7237b5'
+ '067dd6f60c4eb7a9d3b7a057a36a079b')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 
 # Fix crash when Baloo is disabled https://bugs.kde.org/show_bug.cgi?id=352454
   cd $pkgname-$pkgver
@@ -31,6 +33,8 @@
   patch -p1 -i ../baloo-bug352454.patch
 # Fix segfault in dolphin https://bugs.kde.org/show_bug.cgi?id=353049
   patch -p1 -i ../baloo-bug353049.patch
+# Fix gwenview hang when Baloo is disabled
+  patch -p1 -i ../fix-gwenview.patch
 }
 
 build() {


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

2015-09-29 Thread Antonio Rojas
Date: Tuesday, September 29, 2015 @ 17:30:15
  Author: arojas
Revision: 247897

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

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

+
 /PKGBUILD  |  108 +++
 /baloo.install |   22 
 extra-i686/PKGBUILD|   50 ---
 extra-i686/baloo.install   |   11 
 extra-x86_64/PKGBUILD  |   50 ---
 extra-x86_64/baloo.install |   11 
 6 files changed, 130 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-29 15:29:06 UTC (rev 247896)
+++ extra-i686/PKGBUILD 2015-09-29 15:30:15 UTC (rev 247897)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=baloo
-pkgver=5.14.0
-pkgrel=3
-pkgdesc="A framework for searching and managing metadata"
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Baloo'
-license=('LGPL')
-depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('baloo-frameworks')
-replaces=('baloo-frameworks')
-provides=('baloo-frameworks')
-groups=('kf5')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
-  
baloo-bug352454.patch::"https://quickgit.kde.org/?p=baloo.git=commitdiff=3312d6f=plain;
-  
baloo-bug353049.patch::"https://quickgit.kde.org/?p=baloo.git=commitdiff=29fe68f=plain;)
-md5sums=('0e708135232432d371596d22ed864e3e'
- '3b61489b8e4a2910bced3fb7b8872f69'
- '55458f5973551f7dd674e29f7c7237b5')
-
-prepare() {
-  mkdir build
-
-# Fix crash when Baloo is disabled https://bugs.kde.org/show_bug.cgi?id=352454
-  cd $pkgname-$pkgver
-  patch -p1 -i ../baloo-bug352454.patch
-# Fix segfault in dolphin https://bugs.kde.org/show_bug.cgi?id=353049
-  patch -p1 -i ../baloo-bug353049.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: baloo/repos/extra-i686/PKGBUILD (from rev 247896, baloo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-29 15:30:15 UTC (rev 247897)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.14.0
+pkgrel=4
+pkgdesc="A framework for searching and managing metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Baloo'
+license=('LGPL')
+depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('baloo-frameworks')
+replaces=('baloo-frameworks')
+provides=('baloo-frameworks')
+groups=('kf5')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
+  
baloo-bug352454.patch::"https://quickgit.kde.org/?p=baloo.git=commitdiff=3312d6f=plain;
+  
baloo-bug353049.patch::"https://quickgit.kde.org/?p=baloo.git=commitdiff=29fe68f=plain;
+  
fix-gwenview.patch::"https://quickgit.kde.org/?p=baloo.git=commitdiff=8258e54=plain;)
+md5sums=('0e708135232432d371596d22ed864e3e'
+ '3b61489b8e4a2910bced3fb7b8872f69'
+ '55458f5973551f7dd674e29f7c7237b5'
+ '067dd6f60c4eb7a9d3b7a057a36a079b')
+
+prepare() {
+  mkdir -p build
+
+# Fix crash when Baloo is disabled https://bugs.kde.org/show_bug.cgi?id=352454
+  cd $pkgname-$pkgver
+  patch -p1 -i ../baloo-bug352454.patch
+# Fix segfault in dolphin https://bugs.kde.org/show_bug.cgi?id=353049
+  patch -p1 -i ../baloo-bug353049.patch
+# Fix gwenview hang when Baloo is disabled
+  patch -p1 -i ../fix-gwenview.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/baloo.install

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

2015-09-29 Thread Andreas Radke
Date: Tuesday, September 29, 2015 @ 16:59:07
  Author: andyrtr
Revision: 247894

upgpkg: graphite 1:1.3.3-1

upstream update 1.3.3

Modified:
  graphite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 13:56:38 UTC (rev 247893)
+++ PKGBUILD2015-09-29 14:59:07 UTC (rev 247894)
@@ -2,7 +2,7 @@
 # Maintainer: AndyRTR 
 
 pkgname=graphite
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
 graphite2-1.2.0-cmakepath.patch)
-sha1sums=('cb9293aab77b4008f9c6c6d4fbed783b6aaad071'
+sha1sums=('54b04c283bab4695de63ae2dd6cff392dd49d7f0'
   '7283d73e21f28a0b4221af9ce7998d68fcced16a')
 
 prepare() {
@@ -23,7 +23,7 @@
   cd "${srcdir}"
 
   # python2 fixes
-  sed -i "s:\/usr\/bin\/python:\/usr\/bin\/python2:" 
graphite2-${pkgver}/tests/{biditest,corrupt.py,defuzz,fnttxtrender,fuzzbidi,fuzztest,hbspeeds,jsoncmp}
+  sed -i "s:\/usr\/bin\/python:\/usr\/bin\/python2:" 
graphite2-${pkgver}/tests/{corrupt.py,defuzz,fnttxtrender,fuzzbidi,fuzztest,hbspeeds,jsoncmp}
   
   # fix install path - .cmake files contain architecture dependend content - 
patch taken from FC/Slackware
   pushd graphite2-${pkgver}


[arch-commits] Commit in ruby-rspec-mocks/repos/community-any (PKGBUILD PKGBUILD)

2015-09-29 Thread Levente Polyak
Date: Wednesday, September 30, 2015 @ 00:36:13
  Author: anthraxx
Revision: 142229

archrelease: copy trunk to community-any

Added:
  ruby-rspec-mocks/repos/community-any/PKGBUILD
(from rev 142228, ruby-rspec-mocks/trunk/PKGBUILD)
Deleted:
  ruby-rspec-mocks/repos/community-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-29 22:36:07 UTC (rev 142228)
+++ PKGBUILD2015-09-29 22:36:13 UTC (rev 142229)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Artem Vorotnikov 
-
-_gemname=rspec-mocks
-pkgname=ruby-${_gemname}
-pkgver=3.3.0
-pkgrel=2
-pkgdesc="RSpecs 'test double' framework, with support for stubbing and mocking"
-url='http://github.com/rspec/rspec-mocks'
-arch=('any')
-license=('MIT')
-depends=('ruby-rspec-support' 'ruby-diff-lcs')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('84fb495a1f9afa2a9071f70e5a83df0847e6ba37c983848493fbd8f61a5fb9570a275960b9c9259113a825dd7f592ae3105f3b0102636fead6499cd577931336')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  find ${pkgdir}
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/License.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-rspec-mocks/repos/community-any/PKGBUILD (from rev 142228, 
ruby-rspec-mocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-29 22:36:13 UTC (rev 142229)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Artem Vorotnikov 
+
+_gemname=rspec-mocks
+pkgname=ruby-${_gemname}
+pkgver=3.3.2
+pkgrel=1
+pkgdesc="RSpecs 'test double' framework, with support for stubbing and mocking"
+url='https://github.com/rspec/rspec-mocks'
+arch=('any')
+license=('MIT')
+depends=('ruby-rspec-support' 'ruby-diff-lcs')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('42bc43d1b89fbed94afd7474e5ab2cde3874ea164b8c7a6d44d8dbf23eec6ef8fae1cef246afe777d1d9d00c78b934dd7fd38321764e6665ad7398e47a4c')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  find ${pkgdir}
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/License.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-rspec-core/repos/community-any (PKGBUILD PKGBUILD)

2015-09-29 Thread Levente Polyak
Date: Wednesday, September 30, 2015 @ 00:35:07
  Author: anthraxx
Revision: 142225

archrelease: copy trunk to community-any

Added:
  ruby-rspec-core/repos/community-any/PKGBUILD
(from rev 142224, ruby-rspec-core/trunk/PKGBUILD)
Deleted:
  ruby-rspec-core/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-29 22:35:01 UTC (rev 142224)
+++ PKGBUILD2015-09-29 22:35:07 UTC (rev 142225)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Artem Vorotnikov 
-
-_gemname=rspec-core
-pkgname=ruby-${_gemname}
-pkgver=3.3.0
-pkgrel=2
-pkgdesc='RSpec runner and formatters'
-url='https://github.com/rspec/rspec-core'
-arch=('any')
-license=('MIT')
-depends=('ruby-rspec-support')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('c05beb67da484cf7906f12c784e6f3243fcc4855072b1d4bcb130bf76e9ad087fe39a9cdd98709c504368976fd39c4690bb9496cd1dcff06ef086f1f91154f9c')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/License.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-rspec-core/repos/community-any/PKGBUILD (from rev 142224, 
ruby-rspec-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-29 22:35:07 UTC (rev 142225)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak 
+# Contributor: Artem Vorotnikov 
+
+_gemname=rspec-core
+pkgname=ruby-${_gemname}
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='RSpec runner and formatters'
+url='https://github.com/rspec/rspec-core'
+arch=('any')
+license=('MIT')
+depends=('ruby-rspec-support')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('729cc0759a60d87ea0dc8a5c45a9d408cbf3375c7e04ff87ce0d8064b3b44a539cd2f53a64591a9c49f65054399fc53046dead72e224ae3a30295dc4ff07ee89')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/License.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2015-09-29 Thread Jan Steffens
Date: Tuesday, September 29, 2015 @ 23:59:12
  Author: heftig
Revision: 247902

4.2.2

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 19:39:28 UTC (rev 247901)
+++ PKGBUILD2015-09-29 21:59:12 UTC (rev 247902)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.2
-_zenpatch=6eb2a053af0947ec1ad5c891440576dab0c07085
-pkgver=4.2.1
+_zenpatch=1d47443ea95e36238621b95ab79d6190f356b47c
+pkgver=4.2.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -26,12 +26,12 @@
 'change-default-console-loglevel.patch')
 sha256sums=('cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb'
 'SKIP'
-'9d0ab6525eb5f42056e2465267c62fa67efc75c57ad5345b99414b783278e9a3'
+'8b4578f1e1dcfbef1e39c39b861d4715aa99917af0b7c2dc324622d65884dcb5'
 'SKIP'
 'aca68258a8bbc31afca03fca1116ec8ea069c9ed572d30b9e7bb2b12233cb47f'
 '7354745ee16f58832e1a6d1dc2a5134cea440554e5297b2a0187ca42439702e5'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'3d64f4be4574e87b1434f0fc3a19c94c87a2515d8b1e216005e41054ebd53460'
+'53bd1b3396fcf5b9644caa18c8a9f573ad0b7e52139402802f0e5476e6b0dbed'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds


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

2015-09-29 Thread Jan Steffens
Date: Wednesday, September 30, 2015 @ 00:19:26
  Author: heftig
Revision: 247903

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

Added:
  linux-zen/repos/testing-i686/
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 247902, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
(from rev 247902, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-i686/config
(from rev 247902, linux-zen/trunk/config)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 247902, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 247902, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 247902, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 247902, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 247902, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-x86_64/config
(from rev 247902, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 247902, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 247902, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 247902, linux-zen/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  296 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7752 +
 testing-i686/config.x86_64   | 7504 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  296 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7752 +
 testing-x86_64/config.x86_64 | 7504 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 31228 insertions(+)

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


[arch-commits] Commit in ruby-rspec-core/trunk (PKGBUILD)

2015-09-29 Thread Levente Polyak
Date: Wednesday, September 30, 2015 @ 00:35:01
  Author: anthraxx
Revision: 142224

upgpkg: ruby-rspec-core 3.3.2-1

upgpkg: ruby-rspec-core 3.3.2-1

Modified:
  ruby-rspec-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 18:09:42 UTC (rev 142223)
+++ PKGBUILD2015-09-29 22:35:01 UTC (rev 142224)
@@ -3,8 +3,8 @@
 
 _gemname=rspec-core
 pkgname=ruby-${_gemname}
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.2
+pkgrel=1
 pkgdesc='RSpec runner and formatters'
 url='https://github.com/rspec/rspec-core'
 arch=('any')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
 noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('c05beb67da484cf7906f12c784e6f3243fcc4855072b1d4bcb130bf76e9ad087fe39a9cdd98709c504368976fd39c4690bb9496cd1dcff06ef086f1f91154f9c')
+sha512sums=('729cc0759a60d87ea0dc8a5c45a9d408cbf3375c7e04ff87ce0d8064b3b44a539cd2f53a64591a9c49f65054399fc53046dead72e224ae3a30295dc4ff07ee89')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-rspec-mocks/trunk (PKGBUILD)

2015-09-29 Thread Levente Polyak
Date: Wednesday, September 30, 2015 @ 00:36:07
  Author: anthraxx
Revision: 142228

upgpkg: ruby-rspec-mocks 3.3.2-1

upgpkg: ruby-rspec-mocks 3.3.2-1

Modified:
  ruby-rspec-mocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 22:35:44 UTC (rev 142227)
+++ PKGBUILD2015-09-29 22:36:07 UTC (rev 142228)
@@ -3,8 +3,8 @@
 
 _gemname=rspec-mocks
 pkgname=ruby-${_gemname}
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.2
+pkgrel=1
 pkgdesc="RSpecs 'test double' framework, with support for stubbing and mocking"
 url='https://github.com/rspec/rspec-mocks'
 arch=('any')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
 noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('84fb495a1f9afa2a9071f70e5a83df0847e6ba37c983848493fbd8f61a5fb9570a275960b9c9259113a825dd7f592ae3105f3b0102636fead6499cd577931336')
+sha512sums=('42bc43d1b89fbed94afd7474e5ab2cde3874ea164b8c7a6d44d8dbf23eec6ef8fae1cef246afe777d1d9d00c78b934dd7fd38321764e6665ad7398e47a4c')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-rspec-expectations/repos/community-any (2 files)

2015-09-29 Thread Levente Polyak
Date: Wednesday, September 30, 2015 @ 00:35:44
  Author: anthraxx
Revision: 142227

archrelease: copy trunk to community-any

Added:
  ruby-rspec-expectations/repos/community-any/PKGBUILD
(from rev 142226, ruby-rspec-expectations/trunk/PKGBUILD)
Deleted:
  ruby-rspec-expectations/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-29 22:35:39 UTC (rev 142226)
+++ PKGBUILD2015-09-29 22:35:44 UTC (rev 142227)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Artem Vorotnikov 
-
-_gemname=rspec-expectations
-pkgname=ruby-${_gemname}
-pkgver=3.3.0
-pkgrel=2
-pkgdesc='Provides a readable API to express expected outcomes of a code 
example'
-url='https://github.com/rspec/rspec-expectations'
-arch=('any')
-license=('MIT')
-depends=('ruby-rspec-support' 'ruby-diff-lcs')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('0a121c052065539f877e3f1f7c58196f44484f26dfbb4b0d102d1a1496f6a1026c5c202dab844b7b024ca155d9a5d2bc209e4599bb11069bc523c99dcf6fd5c4')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/License.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-rspec-expectations/repos/community-any/PKGBUILD (from rev 142226, 
ruby-rspec-expectations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-29 22:35:44 UTC (rev 142227)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak 
+# Contributor: Artem Vorotnikov 
+
+_gemname=rspec-expectations
+pkgname=ruby-${_gemname}
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Provides a readable API to express expected outcomes of a code 
example'
+url='https://github.com/rspec/rspec-expectations'
+arch=('any')
+license=('MIT')
+depends=('ruby-rspec-support' 'ruby-diff-lcs')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('c0602c7aa81e831ccbe78cf0fcaaaf0b7ed51897aa3427a38b55f1ae5d16dea09f650a8005f5bffa07a465865b80fc4de192726f5e7d474e201b767464cb4704')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/License.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-rspec-expectations/trunk (PKGBUILD)

2015-09-29 Thread Levente Polyak
Date: Wednesday, September 30, 2015 @ 00:35:39
  Author: anthraxx
Revision: 142226

upgpkg: ruby-rspec-expectations 3.3.1-1

upgpkg: ruby-rspec-expectations 3.3.1-1

Modified:
  ruby-rspec-expectations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 22:35:07 UTC (rev 142225)
+++ PKGBUILD2015-09-29 22:35:39 UTC (rev 142226)
@@ -3,8 +3,8 @@
 
 _gemname=rspec-expectations
 pkgname=ruby-${_gemname}
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc='Provides a readable API to express expected outcomes of a code 
example'
 url='https://github.com/rspec/rspec-expectations'
 arch=('any')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
 noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('0a121c052065539f877e3f1f7c58196f44484f26dfbb4b0d102d1a1496f6a1026c5c202dab844b7b024ca155d9a5d2bc209e4599bb11069bc523c99dcf6fd5c4')
+sha512sums=('c0602c7aa81e831ccbe78cf0fcaaaf0b7ed51897aa3427a38b55f1ae5d16dea09f650a8005f5bffa07a465865b80fc4de192726f5e7d474e201b767464cb4704')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in gnupg/trunk (PKGBUILD ssh-agent.patch)

2015-09-29 Thread Gaetan Bisson
Date: Wednesday, September 30, 2015 @ 02:47:23
  Author: bisson
Revision: 247904

fix FS#46471

Added:
  gnupg/trunk/ssh-agent.patch
Modified:
  gnupg/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 ssh-agent.patch |   42 ++
 2 files changed, 48 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 22:19:26 UTC (rev 247903)
+++ PKGBUILD2015-09-30 00:47:23 UTC (rev 247904)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.1.8
-pkgrel=3
+pkgrel=4
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -21,9 +21,11 @@
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
 
source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'ssh-ed25519.patch')
+'ssh-ed25519.patch'
+'ssh-agent.patch')
 sha1sums=('61f5bc656dd7fddd4ab67b720d47ef0651bfb727' 'SKIP'
-  'fd77cf366f6bd70c1d33e910044612aebe6bbe63')
+  'fd77cf366f6bd70c1d33e910044612aebe6bbe63'
+  '605f9a1ca5bbb1791c86452d113cb0617ec437e8')
 
 install=install
 
@@ -35,6 +37,7 @@
cd "${srcdir}/${pkgname}-${pkgver}"
sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
patch -p1 -i ../ssh-ed25519.patch
+   patch -p1 -i ../ssh-agent.patch
 }
 
 build() {

Added: ssh-agent.patch
===
--- ssh-agent.patch (rev 0)
+++ ssh-agent.patch 2015-09-30 00:47:23 UTC (rev 247904)
@@ -0,0 +1,42 @@
+diff --git a/agent/agent.h b/agent/agent.h
+index b3e8470..9e066c9 100644
+--- a/agent/agent.h
 b/agent/agent.h
+@@ -50,7 +50,8 @@
+ /* The maximum length of a passphrase (in bytes).  Note: this is
+further contrained by the Assuan line length (and any other text on
+the same line).  However, the Assuan line length is 1k bytes so
+-   this shouldn't be a problem in practice.  */
++   this shouldn't be a problem in practice.
++   (MAX_PASSPHRASE_LEN + 1) should be multiple of alignment size.  */
+ #define MAX_PASSPHRASE_LEN 255
+ 
+ 
+diff --git a/agent/command-ssh.c b/agent/command-ssh.c
+index 8be1255..3f63f76 100644
+--- a/agent/command-ssh.c
 b/agent/command-ssh.c
+@@ -3107,7 +3107,8 @@ ssh_identity_register (ctrl_t ctrl, ssh_key_type_spec_t 
*spec,
+   err = gpg_error_from_syserror ();
+   goto out;
+ }
+-  pi2 = pi + (sizeof *pi + MAX_PASSPHRASE_LEN + 1);
++  pi2 = (struct pin_entry_info_s *)((char *)pi + (sizeof (*pi)
++  + MAX_PASSPHRASE_LEN + 1));
+   pi->max_length = MAX_PASSPHRASE_LEN + 1;
+   pi->max_tries = 1;
+   pi->with_repeat = 1;
+diff --git a/agent/genkey.c b/agent/genkey.c
+index 13858ca..54b7149 100644
+--- a/agent/genkey.c
 b/agent/genkey.c
+@@ -375,7 +375,8 @@ agent_ask_new_passphrase (ctrl_t ctrl, const char *prompt,
+ }
+ 
+   pi = gcry_calloc_secure (2, sizeof (*pi) + MAX_PASSPHRASE_LEN + 1);
+-  pi2 = pi + (sizeof *pi + MAX_PASSPHRASE_LEN + 1);
++  pi2 = (struct pin_entry_info_s *)((char *)pi + (sizeof (*pi)
++  + MAX_PASSPHRASE_LEN + 1));
+   pi->max_length = MAX_PASSPHRASE_LEN + 1;
+   pi->max_tries = 3;
+   pi->with_qualitybar = 1;


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

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 04:36:15
  Author: fyan
Revision: 142231

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

Added:
  python-logbook/repos/community-testing-i686/PKGBUILD
(from rev 142230, python-logbook/trunk/PKGBUILD)
  python-logbook/repos/community-testing-x86_64/PKGBUILD
(from rev 142230, python-logbook/trunk/PKGBUILD)
Deleted:
  python-logbook/repos/community-testing-i686/PKGBUILD
  python-logbook/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |  114 
 community-testing-i686/PKGBUILD   |   57 --
 community-testing-x86_64/PKGBUILD |   57 --
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-09-30 02:35:40 UTC (rev 142230)
+++ community-testing-i686/PKGBUILD 2015-09-30 02:36:15 UTC (rev 142231)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tomas Schertel
-
-pkgbase=python-logbook
-pkgname=(python-logbook python2-logbook)
-_pypiname=Logbook
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
-arch=('i686' 'x86_64')
-url="http://packages.python.org/Logbook/index.html;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git'
- 'python-six' 'python2-six')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/mitsuhiko/logbook.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a logbook{,-py2}
-}
-
-build() {
-  cd "$srcdir/logbook"
-  cython logbook/_speedups.pyx
-  python setup.py build
-
-  cd "$srcdir/logbook-py2"
-  cython2 logbook/_speedups.pyx
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/logbook"
-  LC_CTYPE=en_US.UTF-8 py.test tests
-
-  cd "$srcdir/logbook-py2"
-  LC_CTYPE=en_US.UTF-8 py.test2 tests
-}
-
-package_python-logbook() {
-  depends=('python-six')
-
-  cd "${srcdir}/logbook"
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-logbook() {
-  depends=('python2-six')
-
-  cd "${srcdir}/logbook-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-logbook/repos/community-testing-i686/PKGBUILD (from rev 142230, 
python-logbook/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-30 02:36:15 UTC (rev 142231)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tomas Schertel
+
+pkgbase=python-logbook
+pkgname=(python-logbook python2-logbook)
+_pypiname=Logbook
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
+arch=('i686' 'x86_64')
+url="http://packages.python.org/Logbook/index.html;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git'
+ 'python-six' 'python2-six')
+checkdepends=('python-pytest' 'python2-pytest' 'python-sqlalchemy' 
'python2-sqlalchemy')
+source=("git+https://github.com/mitsuhiko/logbook.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a logbook{,-py2}
+}
+
+build() {
+  cd "$srcdir/logbook"
+  cython logbook/_speedups.pyx
+  python setup.py build
+
+  cd "$srcdir/logbook-py2"
+  cython2 logbook/_speedups.pyx
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/logbook"
+  LC_CTYPE=en_US.UTF-8 py.test tests
+
+  cd "$srcdir/logbook-py2"
+  LC_CTYPE=en_US.UTF-8 py.test2 tests
+}
+
+package_python-logbook() {
+  depends=('python-six')
+
+  cd "${srcdir}/logbook"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-logbook() {
+  depends=('python2-six')
+
+  cd "${srcdir}/logbook-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-09-30 02:35:40 UTC (rev 142230)
+++ community-testing-x86_64/PKGBUILD   2015-09-30 02:36:15 UTC (rev 142231)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tomas Schertel
-
-pkgbase=python-logbook
-pkgname=(python-logbook python2-logbook)
-_pypiname=Logbook
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="Logging sytem for 

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

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 04:35:40
  Author: fyan
Revision: 142230

upgpkg: python-logbook 0.11.0-1

Modified:
  python-logbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 22:36:13 UTC (rev 142229)
+++ PKGBUILD2015-09-30 02:35:40 UTC (rev 142230)
@@ -5,8 +5,8 @@
 pkgbase=python-logbook
 pkgname=(python-logbook python2-logbook)
 _pypiname=Logbook
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
 arch=('i686' 'x86_64')
 url="http://packages.python.org/Logbook/index.html;
@@ -13,7 +13,7 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git'
  'python-six' 'python2-six')
-checkdepends=('python-pytest' 'python2-pytest')
+checkdepends=('python-pytest' 'python2-pytest' 'python-sqlalchemy' 
'python2-sqlalchemy')
 source=("git+https://github.com/mitsuhiko/logbook.git#tag=$pkgver;)
 md5sums=('SKIP')
 


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

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 04:58:07
  Author: fyan
Revision: 247906

upgpkg: libwacom 0.15-1

Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 00:48:11 UTC (rev 247905)
+++ PKGBUILD2015-09-30 02:58:07 UTC (rev 247906)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libwacom
-pkgver=0.13
+pkgver=0.15
 pkgrel=1
 pkgdesc="Library to identify Wacom tablets and their features"
 arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('glib2' 'systemd' 'libgudev')
 
source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('976b8801007ac96c6512751a0ef6903b482cd361f256965c2884196c88788176')
+sha256sums=('ab65c589d5d6de176c5280ebe9cc1e807b9fa6fce7224b88f280b19464bb7713')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 04:58:41
  Author: fyan
Revision: 247907

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-30 02:58:07 UTC (rev 247906)
+++ extra-i686/PKGBUILD 2015-09-30 02:58:41 UTC (rev 247907)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libwacom
-pkgver=0.13
-pkgrel=1
-pkgdesc="Library to identify Wacom tablets and their features"
-arch=('x86_64' 'i686')
-url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('976b8801007ac96c6512751a0ef6903b482cd361f256965c2884196c88788176')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libwacom/repos/extra-i686/PKGBUILD (from rev 247906, 
libwacom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-30 02:58:41 UTC (rev 247907)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libwacom
+pkgver=0.15
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64' 'i686')
+url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ab65c589d5d6de176c5280ebe9cc1e807b9fa6fce7224b88f280b19464bb7713')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-30 02:58:07 UTC (rev 247906)
+++ extra-x86_64/PKGBUILD   2015-09-30 02:58:41 UTC (rev 247907)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libwacom
-pkgver=0.13
-pkgrel=1
-pkgdesc="Library to identify Wacom tablets and their features"
-arch=('x86_64' 'i686')
-url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('976b8801007ac96c6512751a0ef6903b482cd361f256965c2884196c88788176')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libwacom/repos/extra-x86_64/PKGBUILD (from rev 247906, 
libwacom/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-09-30 02:58:41 UTC (rev 247907)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libwacom
+pkgver=0.15
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64' 'i686')
+url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ab65c589d5d6de176c5280ebe9cc1e807b9fa6fce7224b88f280b19464bb7713')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 05:33:20
  Author: fyan
Revision: 142239

archrelease: copy trunk to community-any

Added:
  deepin-screenshot/repos/community-any/PKGBUILD
(from rev 142238, deepin-screenshot/trunk/PKGBUILD)
  deepin-screenshot/repos/community-any/deepin-screenshot.install
(from rev 142238, deepin-screenshot/trunk/deepin-screenshot.install)
Deleted:
  deepin-screenshot/repos/community-any/PKGBUILD
  deepin-screenshot/repos/community-any/deepin-screenshot.install

---+
 PKGBUILD  |   83 ++--
 deepin-screenshot.install |   22 +--
 2 files changed, 53 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-30 03:33:00 UTC (rev 142238)
+++ PKGBUILD2015-09-30 03:33:20 UTC (rev 142239)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screenshot
-pkgver=3.1.2
-pkgrel=2
-pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-screenshot;
-license=('GPL3')
-depends=('deepin-menu' 'deepin-qml-widgets' 'pygtk' 'qt5-quickcontrols'
- 'qt5-svg' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil')
-makedepends=('deepin-gettext-tools' 'git')
-groups=('deepin-extra')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-screenshot.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-screenshot
-
-  # fix python version
-  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-screenshot
-
-  make
-}
-
-package() {
-  cd deepin-screenshot
-  make DESTDIR="${pkgdir}" install
-}
-
- # Local Variables:
- # sh-basic-offset: 2
- # End:

Copied: deepin-screenshot/repos/community-any/PKGBUILD (from rev 142238, 
deepin-screenshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-30 03:33:20 UTC (rev 142239)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screenshot
+pkgver=3.1.2
+pkgrel=3
+pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-screenshot;
+license=('GPL3')
+depends=('deepin-menu' 'deepin-qml-widgets' 'pygtk' 'qt5-quickcontrols'
+ 'qt5-svg' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil')
+makedepends=('deepin-gettext-tools' 'git')
+optdepends=('deepin-social-sharing: for "Share" support')
+groups=('deepin-extra')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-screenshot.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-screenshot
+
+  # fix python version
+  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-screenshot
+
+  make
+}
+
+package() {
+  cd deepin-screenshot
+  make DESTDIR="${pkgdir}" install
+}
+
+ # Local Variables:
+ # sh-basic-offset: 2
+ # End:

Deleted: deepin-screenshot.install
===
--- deepin-screenshot.install   2015-09-30 03:33:00 UTC (rev 142238)
+++ deepin-screenshot.install   2015-09-30 03:33:20 UTC (rev 142239)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-post_remove() {
-  post_install "$1"
-}

Copied: deepin-screenshot/repos/community-any/deepin-screenshot.install (from 
rev 142238, deepin-screenshot/trunk/deepin-screenshot.install)
===
--- deepin-screenshot.install   (rev 0)
+++ deepin-screenshot.install   2015-09-30 03:33:20 UTC (rev 142239)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}


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

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 05:33:00
  Author: fyan
Revision: 142238

upgpkg: deepin-screenshot 3.1.2-3

add optdepends on deepin-social-sharing

Modified:
  deepin-screenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 03:31:25 UTC (rev 142237)
+++ PKGBUILD2015-09-30 03:33:00 UTC (rev 142238)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-screenshot
 pkgver=3.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
 arch=('any')
 url="https://gitcafe.com/Deepin/deepin-screenshot;
@@ -13,6 +13,7 @@
 depends=('deepin-menu' 'deepin-qml-widgets' 'pygtk' 'qt5-quickcontrols'
  'qt5-svg' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil')
 makedepends=('deepin-gettext-tools' 'git')
+optdepends=('deepin-social-sharing: for "Share" support')
 groups=('deepin-extra')
 install="${pkgname}.install"
 source=("git+https://github.com/linuxdeepin/deepin-screenshot.git#tag=$pkgver;)


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

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 05:10:40
  Author: fyan
Revision: 247908

upgpkg: python-numpy 1.9.3-2

fix broken symlink (FS#46484)

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 02:58:41 UTC (rev 247907)
+++ PKGBUILD2015-09-30 03:10:40 UTC (rev 247908)
@@ -1,5 +1,6 @@
 # $Id$
 # Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
 # Contributor: Douglas Soares de Andrade 
 # Contributor: Angel 'angvp' Velasquez  
 
@@ -6,7 +7,7 @@
 pkgbase=python-numpy
 pkgname=('python2-numpy' 'python-numpy')
 pkgver=1.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Scientific tools for Python"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -65,8 +66,8 @@
   replaces=('python3-numpy')
   conflicts=('python3-numpy')
 
-  _pyver=3.4
-  _pyinc=3.4m
+  _pyver=3.5
+  _pyinc=3.5m
 
   export ATLAS=None
   export LDFLAGS="$LDFLAGS -shared"


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

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 05:11:14
  Author: fyan
Revision: 247909

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

Added:
  python-numpy/repos/testing-i686/PKGBUILD
(from rev 247908, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/testing-x86_64/PKGBUILD
(from rev 247908, python-numpy/trunk/PKGBUILD)
Deleted:
  python-numpy/repos/testing-i686/PKGBUILD
  python-numpy/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  166 ++
 testing-i686/PKGBUILD   |   82 --
 testing-x86_64/PKGBUILD |   82 --
 3 files changed, 166 insertions(+), 164 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-09-30 03:10:40 UTC (rev 247908)
+++ testing-i686/PKGBUILD   2015-09-30 03:11:14 UTC (rev 247909)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Angel 'angvp' Velasquez  
-
-pkgbase=python-numpy
-pkgname=('python2-numpy' 'python-numpy')
-pkgver=1.9.3
-pkgrel=1
-pkgdesc="Scientific tools for Python"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.numpy.org/;
-makedepends=('lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran' 'python-nose' 'python2-nose' 'cython' 
'cython2')
-options=('staticlibs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;)
-md5sums=('4ee3d15e6773944fac75210b7ad86ccd')
-
-prepare() {
-  cp -a numpy-$pkgver numpy-py2-$pkgver
-  cd numpy-py2-$pkgver
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  export ATLAS=None
-  export LDFLAGS="$LDFLAGS -shared"
-
-  echo "Building Python2"
-  cd numpy-py2-$pkgver
-  python2 setup.py config_fc --fcompiler=gnu95 build
-
-  echo "Building Python3"
-  cd ../numpy-$pkgver
-  python setup.py config_fc --fcompiler=gnu95 build
-}
-
-package_python2-numpy() {
-  depends=('lapack' 'python2')
-  optdepends=('python2-nose: testsuite')
-
-  _pyver=2.7
-
-  export ATLAS=None
-  export LDFLAGS="$LDFLAGS -shared"
-
-  cd numpy-py2-$pkgver
-  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
-  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
-
-  install -m755 -d "${pkgdir}/usr/include/python${_pyver}"
-  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyver}/numpy"
-}
-
-package_python-numpy() {
-  depends=('lapack' 'python')
-  optdepends=('python-nose: testsuite')
-  provides=("python3-numpy=${pkgver}")
-  replaces=('python3-numpy')
-  conflicts=('python3-numpy')
-
-  _pyver=3.4
-  _pyinc=3.4m
-
-  export ATLAS=None
-  export LDFLAGS="$LDFLAGS -shared"
-
-  cd numpy-$pkgver
-  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
-  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
-
-  install -m755 -d "${pkgdir}/usr/include/python${_pyinc}"
-  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyinc}/numpy"
-}

Copied: python-numpy/repos/testing-i686/PKGBUILD (from rev 247908, 
python-numpy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-30 03:11:14 UTC (rev 247909)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgbase=python-numpy
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.9.3
+pkgrel=2
+pkgdesc="Scientific tools for Python"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.numpy.org/;
+makedepends=('lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran' 'python-nose' 'python2-nose' 'cython' 
'cython2')
+options=('staticlibs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;)
+md5sums=('4ee3d15e6773944fac75210b7ad86ccd')
+
+prepare() {
+  cp -a numpy-$pkgver numpy-py2-$pkgver
+  cd numpy-py2-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find 

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

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 07:17:55
  Author: fyan
Revision: 247915

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 247914, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-i686/nvidia-dkms.install
(from rev 247914, nvidia/trunk/nvidia-dkms.install)
  nvidia/repos/extra-i686/nvidia.install
(from rev 247914, nvidia/trunk/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 247914, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia-dkms.install
(from rev 247914, nvidia/trunk/nvidia-dkms.install)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 247914, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia-dkms.install
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia-dkms.install
  nvidia/repos/extra-x86_64/nvidia.install

--+
 /PKGBUILD|  156 +
 /nvidia-dkms.install |   60 ++
 /nvidia.install  |   26 ++
 extra-i686/PKGBUILD  |   78 --
 extra-i686/nvidia-dkms.install   |   30 ---
 extra-i686/nvidia.install|   13 ---
 extra-x86_64/PKGBUILD|   78 --
 extra-x86_64/nvidia-dkms.install |   30 ---
 extra-x86_64/nvidia.install  |   13 ---
 9 files changed, 242 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-30 05:17:11 UTC (rev 247914)
+++ extra-i686/PKGBUILD 2015-09-30 05:17:55 UTC (rev 247915)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=355.11
-_extramodules=extramodules-4.2-ARCH
-pkgrel=2
-pkgdesc="NVIDIA drivers for linux"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.2' 'linux-headers<4.3')
-license=('custom')
-options=(!strip)
-source_i686="ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-source_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
-md5sums_i686='16d143ccafe99328a2ca8e5a396fd4bc'
-md5sums_x86_64='30133d89690f4683c4e289ec6c0247dc'
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() { 
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-
-cp -a kernel kernel-dkms
-cd kernel-dkms
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"' dkms.conf
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia() {
-pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.2' 'linux<4.3' "nvidia-utils=${pkgver}" 'libgl')
-install=nvidia.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-
-if [[ "$CARCH" = "x86_64" ]]; then
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}
-
-package_nvidia-dkms() {
-pkgdesc="NVIDIA driver sources for linux"
-depends=('dkms' "nvidia-utils=$pkgver")
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflict+=('nvidia')
-install=nvidia-dkms.install
-
-cd ${_pkg}
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
-echo 'blacklist nouveau' > "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 247914, 
nvidia/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-30 05:17:55 UTC (rev 247915)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# 

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

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 07:17:11
  Author: fyan
Revision: 247914

upgpkg: nvidia 355.11-3

fix a typo in the dkms package

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 05:15:32 UTC (rev 247913)
+++ PKGBUILD2015-09-30 05:17:11 UTC (rev 247914)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=355.11
 _extramodules=extramodules-4.2-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -68,7 +68,7 @@
 depends=('dkms' "nvidia-utils=$pkgver")
 optdepends=('linux-headers: Build the module for Arch kernel'
 'linux-lts-headers: Build the module for LTS Arch kernel')
-conflict+=('nvidia')
+conflicts+=('nvidia')
 install=nvidia-dkms.install
 
 cd ${_pkg}


[arch-commits] Commit in python-pytest/repos/community-testing-any (PKGBUILD PKGBUILD)

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 04:42:22
  Author: fyan
Revision: 142233

archrelease: copy trunk to community-testing-any

Added:
  python-pytest/repos/community-testing-any/PKGBUILD
(from rev 142232, python-pytest/trunk/PKGBUILD)
Deleted:
  python-pytest/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-30 02:42:02 UTC (rev 142232)
+++ PKGBUILD2015-09-30 02:42:22 UTC (rev 142233)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.8.0
-pkgrel=2
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="http://pytest.org/;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-twisted' 
'python2-twisted'
-  'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 
'python2-enum34'
-  'python-pexpect' 'python2-pexpect' 'python-pytest-xdist' 
'python2-pytest-xdist')
-source=("https://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.zip;)
-sha512sums=('98f7131c3396848ef7dbcf67e21e0329f8a3b771b3f8b832c1894758b34a2f852209f809001da856cfe8ea3773b257405ae2d5f8a04152242b8692e1511289ed')
-
-prepare() {
-  cp -a pytest-${pkgver}{,-py2}
-}
-
-build() {
-  cd "$srcdir/pytest-${pkgver}"
-  python setup.py build
-
-  cd "$srcdir/pytest-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/pytest-${pkgver}"
-  python setup.py test
-
-  cd "$srcdir/pytest-${pkgver}-py2"
-  python2 setup.py test
-}
-
-package_python-pytest() {
-  depends=('python' 'python-py' 'python-setuptools')
-
-  cd pytest-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pytest() {
-  depends=('python2' 'python2-py' 'python2-setuptools')
-
-  cd pytest-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  mv "${pkgdir}/usr/bin/py.test" "${pkgdir}/usr/bin/py.test2"
-}
-

Copied: python-pytest/repos/community-testing-any/PKGBUILD (from rev 142232, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-30 02:42:22 UTC (rev 142233)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=2.8.1.20150930
+_commit=e9240f7eeeca501bcc87a052f3dc763d31eba119
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git')
+ # 'python-pluggy' 'python2-pluggy')
+checkdepends=('lsof' 'python-nose' 'python2-nose'
+  'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 
'python2-enum34'
+  'python-pexpect' 'python2-pexpect' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-zope-interface' 'python2-zope-interface')
+  # 'python-twisted' 'python2-twisted' disabled as they don't 
support python 3.5 for now
+source=("git+https://github.com/pytest-dev/pytest.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove bundled pluggy - disabled for now as it will break tests
+  # rm -r pytest/_pytest/vendored_packages
+  # sed -i "s/'_pytest.vendored_packages'//" pytest/setup.py
+
+  cp -a pytest{,-py2}
+}
+
+build() {
+  cd "$srcdir/pytest"
+  python setup.py build
+
+  cd "$srcdir/pytest-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/pytest"
+  python setup.py test
+
+  cd "$srcdir/pytest-py2"
+  python2 setup.py test || warning "Tests failed"
+  # https://github.com/pytest-dev/pytest/issues/927
+}
+
+package_python-pytest() {
+  depends=('python-py' 'python-setuptools') # 'python-pluggy'
+
+  cd pytest
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pytest() {
+  depends=('python2-py' 'python2-setuptools') # 'python2-pluggy'
+
+  cd pytest-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  mv "${pkgdir}/usr/bin/py.test" "${pkgdir}/usr/bin/py.test2"
+}
+


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

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 04:44:23
  Author: fyan
Revision: 142235

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

Added:
  python-logbook/repos/community-testing-i686/PKGBUILD
(from rev 142234, python-logbook/trunk/PKGBUILD)
  python-logbook/repos/community-testing-x86_64/PKGBUILD
(from rev 142234, python-logbook/trunk/PKGBUILD)
Deleted:
  python-logbook/repos/community-testing-i686/PKGBUILD
  python-logbook/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |  114 
 community-testing-i686/PKGBUILD   |   57 --
 community-testing-x86_64/PKGBUILD |   57 --
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-09-30 02:43:08 UTC (rev 142234)
+++ community-testing-i686/PKGBUILD 2015-09-30 02:44:23 UTC (rev 142235)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tomas Schertel
-
-pkgbase=python-logbook
-pkgname=(python-logbook python2-logbook)
-_pypiname=Logbook
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
-arch=('i686' 'x86_64')
-url="http://packages.python.org/Logbook/index.html;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git'
- 'python-six' 'python2-six')
-checkdepends=('python-pytest' 'python2-pytest' 'python-sqlalchemy' 
'python2-sqlalchemy')
-source=("git+https://github.com/mitsuhiko/logbook.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a logbook{,-py2}
-}
-
-build() {
-  cd "$srcdir/logbook"
-  cython logbook/_speedups.pyx
-  python setup.py build
-
-  cd "$srcdir/logbook-py2"
-  cython2 logbook/_speedups.pyx
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/logbook"
-  LC_CTYPE=en_US.UTF-8 py.test tests
-
-  cd "$srcdir/logbook-py2"
-  LC_CTYPE=en_US.UTF-8 py.test2 tests
-}
-
-package_python-logbook() {
-  depends=('python-six')
-
-  cd "${srcdir}/logbook"
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-logbook() {
-  depends=('python2-six')
-
-  cd "${srcdir}/logbook-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-logbook/repos/community-testing-i686/PKGBUILD (from rev 142234, 
python-logbook/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-30 02:44:23 UTC (rev 142235)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tomas Schertel
+
+pkgbase=python-logbook
+pkgname=(python-logbook python2-logbook)
+_pypiname=Logbook
+pkgver=0.11.2
+pkgrel=1
+pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
+arch=('i686' 'x86_64')
+url="http://packages.python.org/Logbook/index.html;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git'
+ 'python-six' 'python2-six')
+checkdepends=('python-pytest' 'python2-pytest' 'python-sqlalchemy' 
'python2-sqlalchemy')
+source=("git+https://github.com/mitsuhiko/logbook.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a logbook{,-py2}
+}
+
+build() {
+  cd "$srcdir/logbook"
+  cython logbook/_speedups.pyx
+  python setup.py build
+
+  cd "$srcdir/logbook-py2"
+  cython2 logbook/_speedups.pyx
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/logbook"
+  LC_CTYPE=en_US.UTF-8 py.test tests
+
+  cd "$srcdir/logbook-py2"
+  LC_CTYPE=en_US.UTF-8 py.test2 tests
+}
+
+package_python-logbook() {
+  depends=('python-six')
+
+  cd "${srcdir}/logbook"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-logbook() {
+  depends=('python2-six')
+
+  cd "${srcdir}/logbook-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-09-30 02:43:08 UTC (rev 142234)
+++ community-testing-x86_64/PKGBUILD   2015-09-30 02:44:23 UTC (rev 142235)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tomas Schertel
-
-pkgbase=python-logbook
-pkgname=(python-logbook python2-logbook)
-_pypiname=Logbook

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

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 04:43:08
  Author: fyan
Revision: 142234

upgpkg: python-logbook 0.11.2-1

Modified:
  python-logbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 02:42:22 UTC (rev 142233)
+++ PKGBUILD2015-09-30 02:43:08 UTC (rev 142234)
@@ -5,7 +5,7 @@
 pkgbase=python-logbook
 pkgname=(python-logbook python2-logbook)
 _pypiname=Logbook
-pkgver=0.11.0
+pkgver=0.11.2
 pkgrel=1
 pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
 arch=('i686' 'x86_64')


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

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 04:42:02
  Author: fyan
Revision: 142232

upgpkg: python-pytest 2.8.1.20150930-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 02:36:15 UTC (rev 142231)
+++ PKGBUILD2015-09-30 02:42:02 UTC (rev 142232)
@@ -4,51 +4,60 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.8.0
-pkgrel=2
+pkgver=2.8.1.20150930
+_commit=e9240f7eeeca501bcc87a052f3dc763d31eba119
+pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
 url="http://pytest.org/;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-twisted' 
'python2-twisted'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git')
+ # 'python-pluggy' 'python2-pluggy')
+checkdepends=('lsof' 'python-nose' 'python2-nose'
   'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 
'python2-enum34'
-  'python-pexpect' 'python2-pexpect' 'python-pytest-xdist' 
'python2-pytest-xdist')
-source=("https://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.zip;)
-sha512sums=('98f7131c3396848ef7dbcf67e21e0329f8a3b771b3f8b832c1894758b34a2f852209f809001da856cfe8ea3773b257405ae2d5f8a04152242b8692e1511289ed')
+  'python-pexpect' 'python2-pexpect' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-zope-interface' 'python2-zope-interface')
+  # 'python-twisted' 'python2-twisted' disabled as they don't 
support python 3.5 for now
+source=("git+https://github.com/pytest-dev/pytest.git#commit=$_commit;)
+sha512sums=('SKIP')
 
 prepare() {
-  cp -a pytest-${pkgver}{,-py2}
+  # Remove bundled pluggy - disabled for now as it will break tests
+  # rm -r pytest/_pytest/vendored_packages
+  # sed -i "s/'_pytest.vendored_packages'//" pytest/setup.py
+
+  cp -a pytest{,-py2}
 }
 
 build() {
-  cd "$srcdir/pytest-${pkgver}"
+  cd "$srcdir/pytest"
   python setup.py build
 
-  cd "$srcdir/pytest-${pkgver}-py2"
+  cd "$srcdir/pytest-py2"
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/pytest-${pkgver}"
+  cd "$srcdir/pytest"
   python setup.py test
 
-  cd "$srcdir/pytest-${pkgver}-py2"
-  python2 setup.py test
+  cd "$srcdir/pytest-py2"
+  python2 setup.py test || warning "Tests failed"
+  # https://github.com/pytest-dev/pytest/issues/927
 }
 
 package_python-pytest() {
-  depends=('python' 'python-py' 'python-setuptools')
+  depends=('python-py' 'python-setuptools') # 'python-pluggy'
 
-  cd pytest-${pkgver}
+  cd pytest
   python setup.py install --root="${pkgdir}" --optimize=1
   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 
 package_python2-pytest() {
-  depends=('python2' 'python2-py' 'python2-setuptools')
+  depends=('python2-py' 'python2-setuptools') # 'python2-pluggy'
 
-  cd pytest-${pkgver}-py2
+  cd pytest-py2
   python2 setup.py install --root="${pkgdir}" --optimize=1
   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 


[arch-commits] Commit in (4 files)

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 05:31:02
  Author: fyan
Revision: 142236

addpkg: deepin-social-sharing 1.1-1

Added:
  deepin-social-sharing/
  deepin-social-sharing/repos/
  deepin-social-sharing/trunk/
  deepin-social-sharing/trunk/PKGBUILD

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

Added: deepin-social-sharing/trunk/PKGBUILD
===
--- deepin-social-sharing/trunk/PKGBUILD(rev 0)
+++ deepin-social-sharing/trunk/PKGBUILD2015-09-30 03:31:02 UTC (rev 
142236)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-social-sharing
+pkgver=1.1
+pkgrel=1
+pkgdesc="Deepin social sharing service"
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-social-sharing;
+license=('GPL3')
+depends=('deepin-qml-widgets' 'python2-pyqt5' 'python2-requests-oauthlib')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-social-sharing.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-social-sharing
+
+  # fix python version
+  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-social-sharing
+
+  make
+}
+
+package() {
+  cd deepin-social-sharing
+  make DESTDIR="${pkgdir}" install
+}
+
+ # Local Variables:
+ # sh-basic-offset: 2
+ # End:


Property changes on: deepin-social-sharing/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in deepin-social-sharing/repos (2 files)

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 05:31:25
  Author: fyan
Revision: 142237

archrelease: copy trunk to community-any

Added:
  deepin-social-sharing/repos/community-any/
  deepin-social-sharing/repos/community-any/PKGBUILD
(from rev 142236, deepin-social-sharing/trunk/PKGBUILD)

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

Copied: deepin-social-sharing/repos/community-any/PKGBUILD (from rev 142236, 
deepin-social-sharing/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-09-30 03:31:25 UTC (rev 142237)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-social-sharing
+pkgver=1.1
+pkgrel=1
+pkgdesc="Deepin social sharing service"
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-social-sharing;
+license=('GPL3')
+depends=('deepin-qml-widgets' 'python2-pyqt5' 'python2-requests-oauthlib')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-social-sharing.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-social-sharing
+
+  # fix python version
+  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-social-sharing
+
+  make
+}
+
+package() {
+  cd deepin-social-sharing
+  make DESTDIR="${pkgdir}" install
+}
+
+ # Local Variables:
+ # sh-basic-offset: 2
+ # End:


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

2015-09-29 Thread Tobias Powalowski
Date: Wednesday, September 30, 2015 @ 06:43:00
  Author: tpowa
Revision: 247910

upgpkg: linux 4.2.2-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 03:11:14 UTC (rev 247909)
+++ PKGBUILD2015-09-30 04:43:00 UTC (rev 247910)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.2
-pkgver=4.2.1
+pkgver=4.2.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -21,19 +21,17 @@
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
 'change-default-console-loglevel.patch'
-'0001-make_flush_workqueue_non_gpl.patch'
 '0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch'
 '0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch'
 '0001-fix-bridge-regression.patch')
 sha256sums=('cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb'
 'SKIP'
-'9d0ab6525eb5f42056e2465267c62fa67efc75c57ad5345b99414b783278e9a3'
+'8b4578f1e1dcfbef1e39c39b861d4715aa99917af0b7c2dc324622d65884dcb5'
 'SKIP'
 'e6f6f804f98ad321ce3e4395924993b51decb89699fde369391ccbb4bae928b2'
 'a071aaa327d2b3577fa4709b47ed5fe81c7914d168607f3db905fdbf226247e7'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
-'4e776734e2c2185910a6fbb6f333d967b04f4a72b3196310af286c6a779bd97d'
 '0b1e41ba59ae45f5929963aa22fdc53bc8ffb4534e976cec046269d1a462197b'
 '6ed9e31ae5614c289c4884620e45698e764c03670ebc45bab9319d741238cbd3'
 '0a8fe4434e930d393c7983e335842f6cb77ee263af5592a0ca7e14bae7296183')
@@ -53,10 +51,6 @@
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 
-  # fix work_queue symbol to non GPL for nvidia module building
-  # already applied to 4.3 series
-  patch -p1 -i "${srcdir}/0001-make_flush_workqueue_non_gpl.patch"
-
   # fix hard lockup in e1000e_cyclecounter_read() after 4 hours of uptime
   # https://lkml.org/lkml/2015/8/18/292
   patch -p1 -i 
"${srcdir}/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch"


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

2015-09-29 Thread Tobias Powalowski
Date: Wednesday, September 30, 2015 @ 06:43:22
  Author: tpowa
Revision: 247911

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

Added:
  linux/repos/testing-i686/
  
linux/repos/testing-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 247910, 
linux/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  linux/repos/testing-i686/0001-fix-bridge-regression.patch
(from rev 247910, linux/trunk/0001-fix-bridge-regression.patch)
  linux/repos/testing-i686/0001-make_flush_workqueue_non_gpl.patch
(from rev 247910, linux/trunk/0001-make_flush_workqueue_non_gpl.patch)
  
linux/repos/testing-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 247910, 
linux/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 247910, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 247910, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 247910, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 247910, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 247910, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 247910, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  
linux/repos/testing-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 247910, 
linux/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  linux/repos/testing-x86_64/0001-fix-bridge-regression.patch
(from rev 247910, linux/trunk/0001-fix-bridge-regression.patch)
  linux/repos/testing-x86_64/0001-make_flush_workqueue_non_gpl.patch
(from rev 247910, linux/trunk/0001-make_flush_workqueue_non_gpl.patch)
  
linux/repos/testing-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 247910, 
linux/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 247910, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 247910, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 247910, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 247910, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 247910, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 247910, linux/trunk/linux.preset)

+
 testing-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch   
|   65 
 testing-i686/0001-fix-bridge-regression.patch  
|   25 
 testing-i686/0001-make_flush_workqueue_non_gpl.patch   
|   34 
 testing-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch   
|  103 
 testing-i686/PKGBUILD  
|  308 
 testing-i686/change-default-console-loglevel.patch 
|   11 
 testing-i686/config
| 7721 ++
 testing-i686/config.x86_64 
| 7473 +
 testing-i686/linux.install 
|   37 
 testing-i686/linux.preset  
|   14 
 testing-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch 
|   65 
 testing-x86_64/0001-fix-bridge-regression.patch
|   25 
 testing-x86_64/0001-make_flush_workqueue_non_gpl.patch 
|   34 
 testing-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch 
|  103 
 testing-x86_64/PKGBUILD
|  308 
 testing-x86_64/change-default-console-loglevel.patch   
|   11 
 testing-x86_64/config  
| 7721 ++
 testing-x86_64/config.x86_64   
| 7473 +
 testing-x86_64/linux.install   
|   37 
 testing-x86_64/linux.preset
|   14 
 20 files changed, 31582 insertions(+)

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


[arch-commits] Commit in nvidia-340xx/repos (16 files)

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 07:15:32
  Author: fyan
Revision: 247913

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

Added:
  nvidia-340xx/repos/extra-i686/PKGBUILD
(from rev 247912, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/extra-i686/nv-drm.patch
(from rev 247912, nvidia-340xx/trunk/nv-drm.patch)
  nvidia-340xx/repos/extra-i686/nvidia-340xx-dkms.install
(from rev 247912, nvidia-340xx/trunk/nvidia-340xx-dkms.install)
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
(from rev 247912, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
(from rev 247912, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/extra-x86_64/nv-drm.patch
(from rev 247912, nvidia-340xx/trunk/nv-drm.patch)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx-dkms.install
(from rev 247912, nvidia-340xx/trunk/nvidia-340xx-dkms.install)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
(from rev 247912, nvidia-340xx/trunk/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/extra-i686/PKGBUILD
  nvidia-340xx/repos/extra-i686/nv-drm.patch
  nvidia-340xx/repos/extra-i686/nvidia-340xx-dkms.install
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
  nvidia-340xx/repos/extra-x86_64/nv-drm.patch
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx-dkms.install
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install

+
 /PKGBUILD  |  142 +++
 /nv-drm.patch  |   54 +++
 /nvidia-340xx-dkms.install |   60 +
 /nvidia-340xx.install  |   26 +
 extra-i686/PKGBUILD|   70 ---
 extra-i686/nv-drm.patch|   27 -
 extra-i686/nvidia-340xx-dkms.install   |   30 --
 extra-i686/nvidia-340xx.install|   13 --
 extra-x86_64/PKGBUILD  |   70 ---
 extra-x86_64/nv-drm.patch  |   27 -
 extra-x86_64/nvidia-340xx-dkms.install |   30 --
 extra-x86_64/nvidia-340xx.install  |   13 --
 12 files changed, 282 insertions(+), 280 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-30 05:14:37 UTC (rev 247912)
+++ extra-i686/PKGBUILD 2015-09-30 05:15:32 UTC (rev 247913)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler 
-
-pkgbase=nvidia-340xx
-pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.93
-_extramodules=extramodules-4.2-ARCH
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.2' 'linux-headers<4.3')
-conflicts=('nvidia')
-license=('custom')
-options=(!strip)
-source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
-nv-drm.patch)
-md5sums=('4a7edf6838a80c77a57fb6f6ec7f0437'
- 'cb80e3f1cb6f2fb6e6eab35fad0884e4'
- '79671a27131da619a33eb02ed0c2c031')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-patch -p0 -i ../nv-drm.patch
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia-340xx() {
-pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-depends=('linux>=4.2' 'linux<4.3' 'libgl' "nvidia-340xx-utils=${pkgver}")
-conflict+=('nvidia-340xx-dkms')
-install=nvidia-340xx.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}
-
-package_nvidia-340xx-dkms() {
-pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
-depends=('dkms' "nvidia-340xx-utils=$pkgver")
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflict+=('nvidia-340xx')
-install=nvidia-340xx-dkms.install
-
-cd ${_pkg}
-make -C kernel clean
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr --no-preserve='ownership' kernel 

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

2015-09-29 Thread Gaetan Bisson
Date: Wednesday, September 30, 2015 @ 02:48:11
  Author: bisson
Revision: 247905

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 247904, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 247904, gnupg/trunk/install)
  gnupg/repos/testing-i686/ssh-agent.patch
(from rev 247904, gnupg/trunk/ssh-agent.patch)
  gnupg/repos/testing-i686/ssh-ed25519.patch
(from rev 247904, gnupg/trunk/ssh-ed25519.patch)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 247904, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 247904, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/ssh-agent.patch
(from rev 247904, gnupg/trunk/ssh-agent.patch)
  gnupg/repos/testing-x86_64/ssh-ed25519.patch
(from rev 247904, gnupg/trunk/ssh-ed25519.patch)

--+
 testing-i686/PKGBUILD|   69 +
 testing-i686/install |   25 +
 testing-i686/ssh-agent.patch |   42 ++
 testing-i686/ssh-ed25519.patch   |   60 
 testing-x86_64/PKGBUILD  |   69 +
 testing-x86_64/install   |   25 +
 testing-x86_64/ssh-agent.patch   |   42 ++
 testing-x86_64/ssh-ed25519.patch |   60 
 8 files changed, 392 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 247904, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-30 00:48:11 UTC (rev 247905)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.8
+pkgrel=4
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'ssh-ed25519.patch'
+'ssh-agent.patch')
+sha1sums=('61f5bc656dd7fddd4ab67b720d47ef0651bfb727' 'SKIP'
+  'fd77cf366f6bd70c1d33e910044612aebe6bbe63'
+  '605f9a1ca5bbb1791c86452d113cb0617ec437e8')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+   patch -p1 -i ../ssh-ed25519.patch
+   patch -p1 -i ../ssh-agent.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
+}

Copied: gnupg/repos/testing-i686/install (from rev 247904, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2015-09-30 00:48:11 UTC (rev 247905)
@@ -0,0 +1,25 @@
+info_dir=/usr/share/info
+info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2> /dev/null
+   done
+}
+
+pre_remove() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2> 
/dev/null
+   done
+}
+
+post_upgrade() {
+   post_install
+
+   # Fix upgrade to 2.1; see 

[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD)

2015-09-29 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 07:14:37
  Author: fyan
Revision: 247912

upgpkg: nvidia-340xx 340.93-3

fix a typo in the dkms package

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 04:43:22 UTC (rev 247911)
+++ PKGBUILD2015-09-30 05:14:37 UTC (rev 247912)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.93
 _extramodules=extramodules-4.2-ARCH
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.2' 'linux-headers<4.3')
@@ -59,7 +59,7 @@
 depends=('dkms' "nvidia-340xx-utils=$pkgver")
 optdepends=('linux-headers: Build the module for Arch kernel'
 'linux-lts-headers: Build the module for LTS Arch kernel')
-conflict+=('nvidia-340xx')
+conflicts+=('nvidia-340xx')
 install=nvidia-340xx-dkms.install
 
 cd ${_pkg}


[arch-commits] Commit in libindi (5 files)

2015-09-29 Thread Antonio Rojas
Date: Tuesday, September 29, 2015 @ 19:41:15
  Author: arojas
Revision: 247899

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

Added:
  libindi/kde-unstable/
  libindi/repos/extra-i686/PKGBUILD
(from rev 247898, libindi/trunk/PKGBUILD)
  libindi/repos/extra-x86_64/PKGBUILD
(from rev 247898, libindi/trunk/PKGBUILD)
Deleted:
  libindi/repos/extra-i686/PKGBUILD
  libindi/repos/extra-x86_64/PKGBUILD

-+
 /extra-i686/PKGBUILD|   34 ++
 /extra-x86_64/PKGBUILD  |   34 ++
 repos/extra-i686/PKGBUILD   |   34 --
 repos/extra-x86_64/PKGBUILD |   34 --
 4 files changed, 68 insertions(+), 68 deletions(-)

Deleted: repos/extra-i686/PKGBUILD
===
--- repos/extra-i686/PKGBUILD   2015-09-29 17:38:14 UTC (rev 247898)
+++ repos/extra-i686/PKGBUILD   2015-09-29 17:41:15 UTC (rev 247899)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libnova' 'cfitsio' 'boost-libs' 'libusb-compat' 'libjpeg' 'gsl')
-makedepends=('cmake' 'boost')
-options=('staticlibs') # libindiclient builds as static only
-source=("http://www.indilib.org/jdownloads/Source/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('1f5b9082bc51f803014689c738d91fb0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libindi/repos/extra-i686/PKGBUILD (from rev 247898, 
libindi/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2015-09-29 17:41:15 UTC (rev 247899)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
+url="http://www.indilib.org/index.php?title=Main_Page;
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
+makedepends=(cmake boost)
+source=("http://www.indilib.org/jdownloads/Source/${pkgname}_$pkgver.tar.gz;)
+md5sums=('0002e231177e382e1aacd6369044db22')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}_$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: repos/extra-x86_64/PKGBUILD
===
--- repos/extra-x86_64/PKGBUILD 2015-09-29 17:38:14 UTC (rev 247898)
+++ repos/extra-x86_64/PKGBUILD 2015-09-29 17:41:15 UTC (rev 247899)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libnova' 'cfitsio' 'boost-libs' 'libusb-compat' 'libjpeg' 'gsl')
-makedepends=('cmake' 'boost')
-options=('staticlibs') # libindiclient builds as static only
-source=("http://www.indilib.org/jdownloads/Source/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('1f5b9082bc51f803014689c738d91fb0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libindi/repos/extra-x86_64/PKGBUILD (from rev 247898, 
libindi/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2015-09-29 17:41:15 UTC (rev 247899)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"

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

2015-09-29 Thread Antonio Rojas
Date: Tuesday, September 29, 2015 @ 19:38:14
  Author: arojas
Revision: 247898

Update to 1.1.0

Modified:
  libindi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 15:30:15 UTC (rev 247897)
+++ PKGBUILD2015-09-29 17:38:14 UTC (rev 247898)
@@ -1,27 +1,27 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
 # Contributor: Tobias Powalowski 
 
 pkgname=libindi
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
 url="http://www.indilib.org/index.php?title=Main_Page;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libnova' 'cfitsio' 'boost-libs' 'libusb' 'libjpeg' 'gsl')
-makedepends=('cmake' 'boost')
-options=('staticlibs') # libindiclient builds as static only
-source=("http://www.indilib.org/jdownloads/Source/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('1f5b9082bc51f803014689c738d91fb0')
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
+makedepends=(cmake boost)
+source=("http://www.indilib.org/jdownloads/Source/${pkgname}_$pkgver.tar.gz;)
+md5sums=('0002e231177e382e1aacd6369044db22')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname}_$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
@@ -30,5 +30,5 @@
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }


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

2015-09-29 Thread Daniel Micay
Date: Tuesday, September 29, 2015 @ 20:05:19
  Author: thestinger
Revision: 14

upgpkg: scrypt 1.2.0-1

Modified:
  scrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 11:45:16 UTC (rev 142221)
+++ PKGBUILD2015-09-29 18:05:19 UTC (rev 14)
@@ -3,16 +3,17 @@
 # Contributor: Oliver Herold 
 
 pkgname=scrypt
-pkgver=1.1.6
-pkgrel=4
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="key derivation function and encryption utility"
 arch=('i686' 'x86_64')
 depends=(openssl)
 url="https://www.tarsnap.com/scrypt/;
 license=('BSD')
-source=(https://www.tarsnap.com/scrypt/scrypt-$pkgver.tgz LICENSE)
-md5sums=('a35523cd497f7283635ce881db39c2e2'
- '46754c4c55dc7c70dbb3480dce6274da')
+source=(https://www.tarsnap.com/scrypt/scrypt-$pkgver.tgz
+LICENSE)
+sha256sums=('1754bc89405277c8ac14220377a4c240ddc34b1ce70882aa92cd01bfdc8569d4'
+'b02ea12e4a5a42008daedb8b871a1b6f2e062c743b2c00c5d077f8d6bb95145b')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-29 Thread Daniel Micay
Date: Tuesday, September 29, 2015 @ 20:09:42
  Author: thestinger
Revision: 142223

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

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

---+
 /LICENSE  |   46 
 /PKGBUILD |   56 
 community-i686/LICENSE|   23 --
 community-i686/PKGBUILD   |   27 -
 community-x86_64/LICENSE  |   23 --
 community-x86_64/PKGBUILD |   27 -
 6 files changed, 102 insertions(+), 100 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-09-29 18:05:19 UTC (rev 14)
+++ community-i686/LICENSE  2015-09-29 18:09:42 UTC (rev 142223)
@@ -1,23 +0,0 @@
-Copyright 2009 Colin Percival
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.

Copied: scrypt/repos/community-i686/LICENSE (from rev 14, 
scrypt/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-09-29 18:09:42 UTC (rev 142223)
@@ -0,0 +1,23 @@
+Copyright 2009 Colin Percival
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-29 18:05:19 UTC (rev 14)
+++ community-i686/PKGBUILD 2015-09-29 18:09:42 UTC (rev 142223)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Oliver Herold 
-
-pkgname=scrypt
-pkgver=1.1.6
-pkgrel=4
-pkgdesc="key derivation function and encryption utility"
-arch=('i686' 'x86_64')
-depends=(openssl)
-url="https://www.tarsnap.com/scrypt/;
-license=('BSD')
-source=(http://www.tarsnap.com/scrypt/scrypt-1.1.6.tgz LICENSE)
-md5sums=('a35523cd497f7283635ce881db39c2e2'
- '46754c4c55dc7c70dbb3480dce6274da')
-
-build() {
-  cd 

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

2015-09-29 Thread Andreas Radke
Date: Tuesday, September 29, 2015 @ 21:39:06
  Author: andyrtr
Revision: 247900

upgpkg: linux-lts 4.1.9-1

upstream update 4.1.9

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 17:41:15 UTC (rev 247899)
+++ PKGBUILD2015-09-29 19:39:06 UTC (rev 247900)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-4.1
-pkgver=4.1.8
+pkgver=4.1.9
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -21,7 +21,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
 'SKIP'
-'4373af2baaae5429be37e5257a22454d468f36b1322f784bb91a608c80ed52a1'
+'9912a9ce6aa47d96c526214349daf439d05c59015270dc64e19b065b309be107'
 'SKIP'
 '53141e415a1b66f211510337fea60587a9255b6b0324ee44531441a4a77523ca'
 'a17e6924fca734dbb473d61d5ab005d73303b1ac6c02b51204111c6b5032489c'


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

2015-09-29 Thread Andreas Radke
Date: Tuesday, September 29, 2015 @ 21:39:28
  Author: andyrtr
Revision: 247901

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

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

--+
 testing-i686/PKGBUILD|  290 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7559 +
 testing-i686/config.x86_64   | 7306 
 testing-i686/linux-lts.install   |   37 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/PKGBUILD  |  290 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7559 +
 testing-x86_64/config.x86_64 | 7306 
 testing-x86_64/linux-lts.install |   37 
 testing-x86_64/linux-lts.preset  |   14 
 12 files changed, 30434 insertions(+)

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