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

2016-02-12 Thread Levente Polyak
Date: Friday, February 12, 2016 @ 12:57:01
  Author: anthraxx
Revision: 161421

upgpkg: afl 2.00b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 07:57:44 UTC (rev 161420)
+++ PKGBUILD2016-02-12 11:57:01 UTC (rev 161421)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.99b
+pkgver=2.00b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/;
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('10c01016ac356f79f72d012ed342efd88f0e8fe8c2f00bac82cd1b084ec536be0f3fb77485d8baacf0aeb51835c47fffdd7baf3498d5d779499524ada6a5ef88')
+sha512sums=('f4512d1c8800addc8ab76e05cb6baac84fd8e97766841f0dfb7ae63437118d966c6a21d7c2b8fab9f39660f9090f9683dfc6a834f9e197954657b48eb78014a9')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-02-12 Thread Levente Polyak
Date: Friday, February 12, 2016 @ 12:57:09
  Author: anthraxx
Revision: 161422

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-12 11:57:01 UTC (rev 161421)
+++ community-i686/PKGBUILD 2016-02-12 11:57:09 UTC (rev 161422)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=1.99b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url="http://lcamtuf.coredump.cx/afl/;
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('10c01016ac356f79f72d012ed342efd88f0e8fe8c2f00bac82cd1b084ec536be0f3fb77485d8baacf0aeb51835c47fffdd7baf3498d5d779499524ada6a5ef88')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 161421, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-12 11:57:09 UTC (rev 161422)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=2.00b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url="http://lcamtuf.coredump.cx/afl/;
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+  'llvm: experimental clang-fast instrumentation support'
+  'gnuplot: graph plotting support'
+)
+makedepends=('clang' 'llvm' 'gcc')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('f4512d1c8800addc8ab76e05cb6baac84fd8e97766841f0dfb7ae63437118d966c6a21d7c2b8fab9f39660f9090f9683dfc6a834f9e197954657b48eb78014a9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-12 11:57:01 UTC (rev 161421)
+++ community-x86_64/PKGBUILD   2016-02-12 11:57:09 UTC (rev 161422)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=1.99b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url="http://lcamtuf.coredump.cx/afl/;
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('10c01016ac356f79f72d012ed342efd88f0e8fe8c2f00bac82cd1b084ec536be0f3fb77485d8baacf0aeb51835c47fffdd7baf3498d5d779499524ada6a5ef88')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}

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

2016-02-12 Thread Felix Yan
Date: Friday, February 12, 2016 @ 14:28:48
  Author: fyan
Revision: 259087

upgpkg: libcaca 0.99.beta19-1

Modified:
  libcaca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 08:13:46 UTC (rev 259086)
+++ PKGBUILD2016-02-12 13:28:48 UTC (rev 259087)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libcaca
-pkgver=0.99.beta18
-pkgrel=3
+pkgver=0.99.beta19
+pkgrel=1
 pkgdesc="Color AsCii Art library"
 arch=('i686' 'x86_64')
 license=('custom:WTFPL')
@@ -11,7 +11,7 @@
 depends=('imlib2' 'ncurses')
 options=(!emptydirs)
 source=(http://libcaca.zoy.org/files/libcaca/${pkgname}-${pkgver}.tar.gz)
-md5sums=('93d35dbdb0527d4c94df3e9a02e865cc')
+md5sums=('a3d4441cdef488099f4a92f4c6c1da00')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-12 Thread Felix Yan
Date: Friday, February 12, 2016 @ 14:29:12
  Author: fyan
Revision: 259088

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

Added:
  libcaca/repos/testing-i686/
  libcaca/repos/testing-i686/PKGBUILD
(from rev 259087, libcaca/trunk/PKGBUILD)
  libcaca/repos/testing-x86_64/
  libcaca/repos/testing-x86_64/PKGBUILD
(from rev 259087, libcaca/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: libcaca/repos/testing-i686/PKGBUILD (from rev 259087, 
libcaca/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-12 13:29:12 UTC (rev 259088)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libcaca
+pkgver=0.99.beta19
+pkgrel=1
+pkgdesc="Color AsCii Art library"
+arch=('i686' 'x86_64')
+license=('custom:WTFPL')
+url="http://caca.zoy.org/wiki/libcaca;
+depends=('imlib2' 'ncurses')
+options=(!emptydirs)
+source=(http://libcaca.zoy.org/files/libcaca/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a3d4441cdef488099f4a92f4c6c1da00')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--enable-shared --disable-doc \
+--disable-cxx --disable-gl --disable-csharp --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/libcaca/COPYING"
+}

Copied: libcaca/repos/testing-x86_64/PKGBUILD (from rev 259087, 
libcaca/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-12 13:29:12 UTC (rev 259088)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libcaca
+pkgver=0.99.beta19
+pkgrel=1
+pkgdesc="Color AsCii Art library"
+arch=('i686' 'x86_64')
+license=('custom:WTFPL')
+url="http://caca.zoy.org/wiki/libcaca;
+depends=('imlib2' 'ncurses')
+options=(!emptydirs)
+source=(http://libcaca.zoy.org/files/libcaca/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a3d4441cdef488099f4a92f4c6c1da00')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--enable-shared --disable-doc \
+--disable-cxx --disable-gl --disable-csharp --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/libcaca/COPYING"
+}


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

2016-02-12 Thread Felix Yan
Date: Friday, February 12, 2016 @ 14:31:40
  Author: fyan
Revision: 161424

archrelease: copy trunk to multilib-testing-x86_64

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

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

Copied: lib32-libcaca/repos/multilib-testing-x86_64/PKGBUILD (from rev 161423, 
lib32-libcaca/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2016-02-12 13:31:40 UTC (rev 161424)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Limao Luo 
+# Contributor: GordonGR 
+
+_pkgname=libcaca
+pkgname=lib32-$_pkgname
+pkgver=0.99.beta19
+pkgrel=1
+pkgdesc="Color AsCii Art library (32-bit)"
+arch=("x86_64")
+url="http://caca.zoy.org/wiki/libcaca;
+license=('custom:WTFPL')
+depends=("$_pkgname" "lib32-imlib2")
+source=("http://libcaca.zoy.org/files/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+md5sums=('a3d4441cdef488099f4a92f4c6c1da00')
+
+build() {
+export CC="gcc -m32"
+export CXX="g++ -m32"
+export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+cd $_pkgname-$pkgver/
+
+./configure \
+--prefix=/usr \
+--enable-shared \
+--disable-doc \
+--disable-cxx \
+--disable-gl \
+--disable-csharp \
+--disable-python \
+--disable-slang \
+--libdir=/usr/lib32/ \
+--libexecdir=/usr/lib32 \
+--host=i686-unknown-linux-gnu
+make
+}
+
+package() {
+make -C $_pkgname-$pkgver DESTDIR="$pkgdir" install
+rm -rf "$pkgdir"/usr/{bin,include,lib,share}/
+}


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

2016-02-12 Thread Felix Yan
Date: Friday, February 12, 2016 @ 14:31:24
  Author: fyan
Revision: 161423

upgpkg: lib32-libcaca 0.99.beta19-1

Modified:
  lib32-libcaca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 11:57:09 UTC (rev 161422)
+++ PKGBUILD2016-02-12 13:31:24 UTC (rev 161423)
@@ -5,8 +5,8 @@
 
 _pkgname=libcaca
 pkgname=lib32-$_pkgname
-pkgver=0.99.beta18
-pkgrel=3
+pkgver=0.99.beta19
+pkgrel=1
 pkgdesc="Color AsCii Art library (32-bit)"
 arch=("x86_64")
 url="http://caca.zoy.org/wiki/libcaca;
@@ -13,7 +13,7 @@
 license=('custom:WTFPL')
 depends=("$_pkgname" "lib32-imlib2")
 source=("http://libcaca.zoy.org/files/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-md5sums=('93d35dbdb0527d4c94df3e9a02e865cc')
+md5sums=('a3d4441cdef488099f4a92f4c6c1da00')
 
 build() {
 export CC="gcc -m32"
@@ -40,6 +40,4 @@
 package() {
 make -C $_pkgname-$pkgver DESTDIR="$pkgdir" install
 rm -rf "$pkgdir"/usr/{bin,include,lib,share}/
-
-rmdir "$pkgdir/usr/lib32/jni"
 }


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

2016-02-12 Thread Laurent Carlier
Date: Friday, February 12, 2016 @ 15:38:31
  Author: lcarlier
Revision: 161426

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

Added:
  warzone2100/repos/community-i686/PKGBUILD
(from rev 161425, warzone2100/trunk/PKGBUILD)
  warzone2100/repos/community-x86_64/PKGBUILD
(from rev 161425, warzone2100/trunk/PKGBUILD)
Deleted:
  warzone2100/repos/community-i686/PKGBUILD
  warzone2100/repos/community-i686/buildfix.patch
  warzone2100/repos/community-x86_64/PKGBUILD
  warzone2100/repos/community-x86_64/buildfix.patch

-+
 /PKGBUILD   |   58 ++
 community-i686/PKGBUILD |   37 
 community-i686/buildfix.patch   |   13 
 community-x86_64/PKGBUILD   |   37 
 community-x86_64/buildfix.patch |   13 
 5 files changed, 58 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-12 14:38:20 UTC (rev 161425)
+++ community-i686/PKGBUILD 2016-02-12 14:38:31 UTC (rev 161426)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Angelo Theodorou 
-
-pkgname=warzone2100
-pkgver=3.1.2
-pkgrel=4
-pkgdesc="3D realtime strategy game on a future Earth"
-url="http://wz2100.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
-makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
-source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-'buildfix.patch')
-md5sums=('4e947125e9604821164f1ad9d1922447'
- '7503052fc52d1cea0bae275db33544e6')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  patch -p1 -i ../buildfix.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --with-distributor="Archlinux"
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: warzone2100/repos/community-i686/PKGBUILD (from rev 161425, 
warzone2100/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-12 14:38:31 UTC (rev 161426)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Angelo Theodorou 
+
+pkgname=warzone2100
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="3D realtime strategy game on a future Earth"
+url="http://wz2100.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
+makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
+source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0363cb43f037a5eadab7595bb1ab06e3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --with-distributor="ArchLinux"
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/buildfix.patch
===
--- community-i686/buildfix.patch   2016-02-12 14:38:20 UTC (rev 161425)
+++ community-i686/buildfix.patch   2016-02-12 14:38:31 UTC (rev 161426)
@@ -1,13 +0,0 @@
-diff --git a/lib/ivis_opengl/screen.cpp b/lib/ivis_opengl/screen.cpp
-index d240a63..861265d 100644
 a/lib/ivis_opengl/screen.cpp
-+++ b/lib/ivis_opengl/screen.cpp
-@@ -261,7 +261,7 @@ void screen_EnableMissingFunctions()
-   __glewUseProgram = __glewUseProgramObjectARB;
-   __glewGetShaderiv = __glewGetObjectParameterivARB;
-   __glewLinkProgram = __glewLinkProgramARB;
--  __glewShaderSource = __glewShaderSourceARB;
-+  __glewShaderSource = (PFNGLSHADERSOURCEPROC) 
__glewShaderSourceARB;
-   __glewUniform1f = __glewUniform1fARB;
-   __glewUniform1i = __glewUniform1iARB;
-   __glewUniform4fv = __glewUniform4fvARB;

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-12 14:38:20 UTC (rev 161425)
+++ community-x86_64/PKGBUILD   2016-02-12 14:38:31 UTC (rev 161426)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Angelo Theodorou 
-
-pkgname=warzone2100
-pkgver=3.1.2
-pkgrel=4
-pkgdesc="3D realtime strategy game on a future Earth"
-url="http://wz2100.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
-makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')

[arch-commits] Commit in warzone2100/trunk (PKGBUILD buildfix.patch)

2016-02-12 Thread Laurent Carlier
Date: Friday, February 12, 2016 @ 15:38:20
  Author: lcarlier
Revision: 161425

upgpkg: warzone2100 3.1.3-1

upstream update 3.1.3

Modified:
  warzone2100/trunk/PKGBUILD
Deleted:
  warzone2100/trunk/buildfix.patch

+
 PKGBUILD   |   18 +-
 buildfix.patch |   13 -
 2 files changed, 5 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 13:31:40 UTC (rev 161424)
+++ PKGBUILD2016-02-12 14:38:20 UTC (rev 161425)
@@ -3,8 +3,8 @@
 # Contributor: Angelo Theodorou 
 
 pkgname=warzone2100
-pkgver=3.1.2
-pkgrel=4
+pkgver=3.1.3
+pkgrel=1
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/;
 arch=('i686' 'x86_64')
@@ -11,21 +11,13 @@
 license=('GPL')
 depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
-source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-'buildfix.patch')
-md5sums=('4e947125e9604821164f1ad9d1922447'
- '7503052fc52d1cea0bae275db33544e6')
+source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0363cb43f037a5eadab7595bb1ab06e3')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  patch -p1 -i ../buildfix.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr --with-distributor="Archlinux"
+  ./configure --prefix=/usr --with-distributor="ArchLinux"
 
   make
 }

Deleted: buildfix.patch
===
--- buildfix.patch  2016-02-12 13:31:40 UTC (rev 161424)
+++ buildfix.patch  2016-02-12 14:38:20 UTC (rev 161425)
@@ -1,13 +0,0 @@
-diff --git a/lib/ivis_opengl/screen.cpp b/lib/ivis_opengl/screen.cpp
-index d240a63..861265d 100644
 a/lib/ivis_opengl/screen.cpp
-+++ b/lib/ivis_opengl/screen.cpp
-@@ -261,7 +261,7 @@ void screen_EnableMissingFunctions()
-   __glewUseProgram = __glewUseProgramObjectARB;
-   __glewGetShaderiv = __glewGetObjectParameterivARB;
-   __glewLinkProgram = __glewLinkProgramARB;
--  __glewShaderSource = __glewShaderSourceARB;
-+  __glewShaderSource = (PFNGLSHADERSOURCEPROC) 
__glewShaderSourceARB;
-   __glewUniform1f = __glewUniform1fARB;
-   __glewUniform1i = __glewUniform1iARB;
-   __glewUniform4fv = __glewUniform4fvARB;


[arch-commits] Commit in hhvm/repos/community-x86_64 (14 files)

2016-02-12 Thread Massimiliano Torromeo
Date: Friday, February 12, 2016 @ 16:19:24
  Author: mtorromeo
Revision: 161428

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 161427, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 161427, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 161427, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 161427, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 161427, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/php.ini
(from rev 161427, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 161427, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

---+
 PKGBUILD  |  297 +++-
 hhvm.install  |   18 +--
 hhvm.service  |   30 ++---
 hhvm.tmpfile  |4 
 hhvm@.service |   30 ++---
 php.ini   |   20 +--
 server.ini|   12 +-
 7 files changed, 204 insertions(+), 207 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-12 15:19:06 UTC (rev 161427)
+++ PKGBUILD2016-02-12 15:19:24 UTC (rev 161428)
@@ -1,150 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: James Miller 
-
-pkgname=hhvm
-pkgver=3.11.1
-pkgrel=1
-
-_thirdparty_commit=5211c1aeaf5dd24ac41149c6b05e24f4a52da23f
-_folly_commit=7ce0da391198be14d4a12a42f918d90ceba63b31
-_mcrouter_commit=cb05bfa78209fb5f49b1af7e04553d8429ae3d7a
-_proxygen_commit=1cc6552541156f94dd47808f3024fbebf1d8fc2c
-_squangle_commit=5efc6ad1a6d5078e836bf9c0b6d58416cc3f234e
-_thrift_commit=814ff42fa8912c97ff20f4fc90536243b8de9d59
-_wangle_commit=30c42a4ae96a0a33aa016a7b7d0ad6414cf9a62a
-_webscalesql_commit=a9e580b5a0baa768210ef10544c8fab52003ec0b
-
-pkgdesc="Virtual Machine, Runtime, and JIT for PHP"
-arch=('x86_64')
-url="http://hhvm.com;
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2'
- 'gperf' 'c-client' 'unixodbc')
-makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
- 'ragel' 'libmariadbclient')
-source=("https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
-
"https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz;
-
"https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz;
-
"https://github.com/facebook/fbthrift/archive/$_thrift_commit/thrift-$_thrift_commit.tar.gz;
-
"https://github.com/facebook/proxygen/archive/$_proxygen_commit/proxygen-$_proxygen_commit.tar.gz;
-
"https://github.com/facebook/mysql-5.6/archive/$_webscalesql_commit/webscalesql-$_webscalesql_commit.tar.gz;
-
"https://github.com/facebook/mcrouter/archive/$_mcrouter_commit/mcrouter-$_mcrouter_commit.tar.gz;
-
"https://github.com/facebook/squangle/archive/$_squangle_commit/squangle-$_squangle_commit.tar.gz;
-
"https://github.com/facebook/wangle/archive/$_wangle_commit/wangle-$_wangle_commit.tar.gz;
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd "$srcdir"/$pkgname-HHVM-$pkgver
-
-sed -r 's/service hhvm (start|stop|restart)/systemctl \1 hhvm.service/' \
--i hphp/tools/oss-repo-mode
-
-# Need to remove this to link to system boost and google-glog
-sed -i 's/-D_GLIBCXX_USE_CXX11_ABI=0//' CMake/HPHPCompiler.cmake
-
-# Fix sendmail path
-sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
-hphp/runtime/base/runtime-option.cpp
-
-rm -rf third-party
-ln -s "$srcdir"/hhvm-third-party-$_thirdparty_commit third-party
-
-cd third-party/folly
-rm -rf src
-ln -s "$srcdir"/folly-$_folly_commit src
-
-cd ../thrift
-rm -rf src
-ln -s "$srcdir"/fbthrift-$_thrift_commit src
-
-cd ../proxygen
-rm -rf src
-ln -s "$srcdir"/proxygen-$_proxygen_commit src
-
-cd ../mcrouter
-rm -rf src
-ln -s "$srcdir"/mcrouter-$_mcrouter_commit src
-
-cd ../wangle
-rm -rf src
-ln -s "$srcdir"/wangle-$_wangle_commit src
-
-cd ../squangle
-rm -rf src squangle
-ln -s "$srcdir"/squangle-$_squangle_commit src
-ln -s src/squangle
-
-cd 

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

2016-02-12 Thread Massimiliano Torromeo
Date: Friday, February 12, 2016 @ 16:19:06
  Author: mtorromeo
Revision: 161427

upgpkg: hhvm 3.12.0-1

Updated to 3.12.0

Modified:
  hhvm/trunk/PKGBUILD

--+
 PKGBUILD |   31 ++-
 1 file changed, 14 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 14:38:31 UTC (rev 161426)
+++ PKGBUILD2016-02-12 15:19:06 UTC (rev 161427)
@@ -3,16 +3,16 @@
 # Contributor: James Miller 
 
 pkgname=hhvm
-pkgver=3.11.1
+pkgver=3.12.0
 pkgrel=1
 
-_thirdparty_commit=5211c1aeaf5dd24ac41149c6b05e24f4a52da23f
-_folly_commit=7ce0da391198be14d4a12a42f918d90ceba63b31
+_thirdparty_commit=ae031dcc9594163f5b0c35e7026563f1c8372595
+_folly_commit=0dbbe8568985ac7966c4354dd89fe0a1771f1dc4
 _mcrouter_commit=cb05bfa78209fb5f49b1af7e04553d8429ae3d7a
-_proxygen_commit=1cc6552541156f94dd47808f3024fbebf1d8fc2c
-_squangle_commit=5efc6ad1a6d5078e836bf9c0b6d58416cc3f234e
-_thrift_commit=814ff42fa8912c97ff20f4fc90536243b8de9d59
-_wangle_commit=30c42a4ae96a0a33aa016a7b7d0ad6414cf9a62a
+_proxygen_commit=6c54f58dc09e974aa807c0358021eea18e598735
+_squangle_commit=82e54515599aeb09790713784b54f5a9bc554ce1
+_thrift_commit=e4ef3334f770303b021d78a19083ef2c5877e981
+_wangle_commit=05b7c1d1b1fdf66be70dac54b615edcc20f4f9f1
 _webscalesql_commit=a9e580b5a0baa768210ef10544c8fab52003ec0b
 
 pkgdesc="Virtual Machine, Runtime, and JIT for PHP"
@@ -49,9 +49,6 @@
 sed -r 's/service hhvm (start|stop|restart)/systemctl \1 hhvm.service/' \
 -i hphp/tools/oss-repo-mode
 
-# Need to remove this to link to system boost and google-glog
-sed -i 's/-D_GLIBCXX_USE_CXX11_ABI=0//' CMake/HPHPCompiler.cmake
-
 # Fix sendmail path
 sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
 hphp/runtime/base/runtime-option.cpp
@@ -134,15 +131,15 @@
 install -Dm644 server.ini "$pkgdir"/etc/hhvm/server.ini
 }
 
-sha256sums=('acd9884788cbef585d07039a57e14b25727905b31f47cab2fd2efabad0755162'
-'11fe0cd67b07a3f5097946a266f55469af95a101c8703a89586d0a44c3dcd7e5'
-'75c65aff273dd01dd0314677bdfb6c9f54b9bb87e37b386f65c4ab77f15bea8f'
-'24dde294820785b609f8ab3c36918bdab1b7e49adc23de7e36abea9e76f7b6d0'
-'1a6b070264a1276aaecef9836001a8a190893ef8711e712350652a7260e53a25'
+sha256sums=('9bbe243f22fd1d3cf6e6fbc2c7d82db383ec88d7742bf4d24584c2af641b0681'
+'bdf6c71fc023cc7093672a54418e62d058361b4d0fd016c497e9083d93786590'
+'d9a68d98bb9ad263c671b48a5f7f5b8db90b5bffe438922c1b285700f01e824c'
+'7e36c2c10a13a416e5384615e93f55d3742e0d96559d611877b746252e672ed7'
+'f67c4993f633565f6f2f97aca56eff779d8e7dfc15263e0835ccaff61209f43c'
 '06983fb95386626dc1a2fdfda2d2632d8f8851b7ad03ec3bef2046f5736af3ab'
 'f9d16dab7775298a1673e5cc68b2f9c9a1a1f94e34f27930dbb7205c5c9240e9'
-'8919dd3efba1266b5d05bead0c9ae5d786c3c549d71edbfd862133c83dea1f4e'
-'816c938c7b6ea147481f117adc8eafe424cff9c8608c4c5c9bb2dd6debbedb1e'
+'7a80ce5e25d512fe27b44a3d9bbc44fcafcc0d8c35e70df2650b4772e46e4977'
+'075b9a5c6cceb27e5c6d869929708abb02f8e25f5aba828c4ec643722cb2052a'
 'c356010a6d6b976f387bb205a75ea07d5f40593a8010483f2ed0f66f112331bc'
 '8b50d1ef9f5f726e6d8d469a8c84d85ad63f8b507b97d258b4d751a0e3e221df'
 '59c640602929dac0aa34d06c668ed69361eb4b7b47a77f9aa0badb4d0b61571c'


[arch-commits] Commit in darktable/repos (9 files)

2016-02-12 Thread Bartłomiej Piotrowski
Date: Friday, February 12, 2016 @ 18:06:29
  Author: bpiotrowski
Revision: 161432

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

Added:
  darktable/repos/community-testing-i686/PKGBUILD
(from rev 161431, darktable/trunk/PKGBUILD)
  darktable/repos/community-testing-i686/darktable.install
(from rev 161431, darktable/trunk/darktable.install)
  darktable/repos/community-testing-x86_64/PKGBUILD
(from rev 161431, darktable/trunk/PKGBUILD)
  darktable/repos/community-testing-x86_64/darktable.install
(from rev 161431, darktable/trunk/darktable.install)
  darktable/repos/testing-i686/
Deleted:
  darktable/repos/community-testing-i686/PKGBUILD
  darktable/repos/community-testing-i686/darktable.install
  darktable/repos/community-testing-x86_64/PKGBUILD
  darktable/repos/community-testing-x86_64/darktable.install

+
 /PKGBUILD  |  108 +++
 /darktable.install |   24 ++
 community-testing-i686/PKGBUILD|   51 
 community-testing-i686/darktable.install   |   12 ---
 community-testing-x86_64/PKGBUILD  |   51 
 community-testing-x86_64/darktable.install |   12 ---
 6 files changed, 132 insertions(+), 126 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-02-12 17:05:16 UTC (rev 161431)
+++ community-testing-i686/PKGBUILD 2016-02-12 17:06:29 UTC (rev 161432)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  Christian Himpel 
-# Contributor: Johannes Hanika 
-
-pkgname=darktable
-pkgver=2.1.0
-pkgrel=3
-pkgdesc="Utility to organize and develop raw images"
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
-'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk3' 'pugixml' 'osm-gps-map' 'json-glib' 'flickcurl' 
'lua52'
-'colord' 'colord-gtk' 'graphicsmagick')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('d53daedd850447c9d4f61ed6022c3b74')
-
-build() {
-  cd "$srcdir/$pkgname-release-$pkgver"
-  mkdir -p build
-  cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  -DUSE_COLORD=On \
-  -DPROJECT_VERSION=$pkgver \
-  ..
-  make
-
-  cd ../tools/basecurve
-  cmake .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-release-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm0755 ../tools/basecurve/dt-curve-tool 
$pkgdir/usr/bin/dt-curve-tool
-  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
$pkgdir/usr/bin/dt-curve-tool-helper
-}

Copied: darktable/repos/community-testing-i686/PKGBUILD (from rev 161431, 
darktable/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-02-12 17:06:29 UTC (rev 161432)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christian Himpel 
+# Contributor: Johannes Hanika 
+
+# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
+
+pkgname=darktable
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+epoch=1
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
+'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk3' 'pugixml' 'osm-gps-map' 'json-glib' 'flickcurl' 
'lua52'
+'colord' 'colord-gtk' 'graphicsmagick')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
+md5sums=('3aceeb87e95f0748955260e775d5a2c9')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
+  -DPROJECT_VERSION=$pkgver \
+  ..
+  make
+
+  cd ../tools/basecurve
+  cmake .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver/build"
+  

[arch-commits] Commit in darktable/repos (testing-i686)

2016-02-12 Thread Bartłomiej Piotrowski
Date: Friday, February 12, 2016 @ 18:09:32
  Author: bpiotrowski
Revision: 161433

Remove testing-i686

Deleted:
  darktable/repos/testing-i686/


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

2016-02-12 Thread Bartłomiej Piotrowski
Date: Friday, February 12, 2016 @ 18:05:16
  Author: bpiotrowski
Revision: 161431

upgpkg: darktable 1:2.0.1-1

downgrade to stable release

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 16:04:42 UTC (rev 161430)
+++ PKGBUILD2016-02-12 17:05:16 UTC (rev 161431)
@@ -1,12 +1,15 @@
 # $Id$
 # Maintainer: Sergej Pupykin 
-# Maintainer:  Christian Himpel 
+# Contributor: Christian Himpel 
 # Contributor: Johannes Hanika 
 
+# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
+
 pkgname=darktable
-pkgver=2.1.0
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
 pkgdesc="Utility to organize and develop raw images"
+epoch=1
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
 license=('GPL3')
@@ -18,7 +21,7 @@
 optdepends=('librsvg')
 install=darktable.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('d53daedd850447c9d4f61ed6022c3b74')
+md5sums=('3aceeb87e95f0748955260e775d5a2c9')
 
 build() {
   cd "$srcdir/$pkgname-release-$pkgver"


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

2016-02-12 Thread Felix Yan
Date: Friday, February 12, 2016 @ 16:58:38
  Author: fyan
Revision: 259094

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 259093, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-12 15:58:20 UTC (rev 259093)
+++ PKGBUILD2016-02-12 15:58:38 UTC (rev 259094)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=20.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
-source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('c77b8f963c1c2735014f344cb3fba6ab88fc034ea32e52501a19430538db4bc6217706532ac3427f928d55b9a2321a0948f57aca5c7a01020868efc9231dd174')
-
-prepare() {
-  # We ship separated python{,2}-{packaging,six} packages.
-  rm -rv setuptools-${pkgver}/pkg_resources/_vendor
-
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 259093, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-12 15:58:38 UTC (rev 259094)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=20.1
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
+source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('b9a6365edae2fd9ea7003643b68ce1817461e13101a5a2eb7d76d6e7b587da87877c6753ca3b0b4922e58201adcda9654faa88e1d50386f51c3f355ec67d7e0c')
+
+prepare() {
+  # We ship separated python{,2}-{packaging,six} packages.
+  rm -rv setuptools-${pkgver}/pkg_resources/_vendor
+
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  

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

2016-02-12 Thread Felix Yan
Date: Friday, February 12, 2016 @ 17:04:42
  Author: fyan
Revision: 161430

archrelease: copy trunk to community-any

Added:
  python-phonenumbers/repos/community-any/PKGBUILD
(from rev 161429, python-phonenumbers/trunk/PKGBUILD)
Deleted:
  python-phonenumbers/repos/community-any/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-12 16:04:20 UTC (rev 161429)
+++ PKGBUILD2016-02-12 16:04:42 UTC (rev 161430)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgname=(python-phonenumbers python2-phonenumbers)
-_pypiname=phonenumbers
-pkgver=7.2.4
-pkgrel=1
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-makedepends=("python-setuptools" "python2-setuptools")
-source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz;)
-sha512sums=('e109fafa22923b3b4c5604641a0ea71172ec3047d9194218fc84c49f5857da9b14556f1d129a4d0153ecabee24aaf15fa0d2e4f10e36885b6df8ca9929e05036')
-
-prepare() {
-  cp -a $_pypiname-$pkgver{,-py2}
-}
-
-build() {
-  cd $_pypiname-$pkgver
-  python setup.py build
-
-  cd ../$_pypiname-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd $_pypiname-$pkgver
-  python setup.py test
-
-  cd ../$_pypiname-$pkgver
-  python2 setup.py test
-}
-
-package_python-phonenumbers() {
-  depends=('python')
-
-  cd $_pypiname-$pkgver
-  python setup.py install -O1 --root "${pkgdir}"
-}
-
-package_python2-phonenumbers() {
-  depends=('python2')
-
-  cd $_pypiname-$pkgver
-  python2 setup.py install -O1 --root "${pkgdir}"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 161429, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-12 16:04:42 UTC (rev 161430)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgname=(python-phonenumbers python2-phonenumbers)
+_pypiname=phonenumbers
+pkgver=7.2.5
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+makedepends=("python-setuptools" "python2-setuptools")
+source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz;)
+sha512sums=('9aa7b3539194961cc720e65ea93ce0f30afd588d44a07d84e9f0b5dc2277e16767ea53a786db89fc3d99279c361d8e38da482750b12245637013093c5717c63b')
+
+prepare() {
+  cp -a $_pypiname-$pkgver{,-py2}
+}
+
+build() {
+  cd $_pypiname-$pkgver
+  python setup.py build
+
+  cd ../$_pypiname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd $_pypiname-$pkgver
+  python setup.py test
+
+  cd ../$_pypiname-$pkgver
+  python2 setup.py test
+}
+
+package_python-phonenumbers() {
+  depends=('python')
+
+  cd $_pypiname-$pkgver
+  python setup.py install -O1 --root "${pkgdir}"
+}
+
+package_python2-phonenumbers() {
+  depends=('python2')
+
+  cd $_pypiname-$pkgver
+  python2 setup.py install -O1 --root "${pkgdir}"
+}


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

2016-02-12 Thread Felix Yan
Date: Friday, February 12, 2016 @ 17:04:20
  Author: fyan
Revision: 161429

upgpkg: python-phonenumbers 7.2.5-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 15:19:24 UTC (rev 161428)
+++ PKGBUILD2016-02-12 16:04:20 UTC (rev 161429)
@@ -4,7 +4,7 @@
 pkgname=python-phonenumbers
 pkgname=(python-phonenumbers python2-phonenumbers)
 _pypiname=phonenumbers
-pkgver=7.2.4
+pkgver=7.2.5
 pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('Apache')
 makedepends=("python-setuptools" "python2-setuptools")
 
source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz;)
-sha512sums=('e109fafa22923b3b4c5604641a0ea71172ec3047d9194218fc84c49f5857da9b14556f1d129a4d0153ecabee24aaf15fa0d2e4f10e36885b6df8ca9929e05036')
+sha512sums=('9aa7b3539194961cc720e65ea93ce0f30afd588d44a07d84e9f0b5dc2277e16767ea53a786db89fc3d99279c361d8e38da482750b12245637013093c5717c63b')
 
 prepare() {
   cp -a $_pypiname-$pkgver{,-py2}


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

2016-02-12 Thread Felix Yan
Date: Friday, February 12, 2016 @ 16:58:20
  Author: fyan
Revision: 259093

upgpkg: python-setuptools 1:20.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 14:58:52 UTC (rev 259092)
+++ PKGBUILD2016-02-12 15:58:20 UTC (rev 259093)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=20.0
+pkgver=20.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python-packaging' 'python2-packaging')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
 
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('c77b8f963c1c2735014f344cb3fba6ab88fc034ea32e52501a19430538db4bc6217706532ac3427f928d55b9a2321a0948f57aca5c7a01020868efc9231dd174')
+sha512sums=('b9a6365edae2fd9ea7003643b68ce1817461e13101a5a2eb7d76d6e7b587da87877c6753ca3b0b4922e58201adcda9654faa88e1d50386f51c3f355ec67d7e0c')
 
 prepare() {
   # We ship separated python{,2}-{packaging,six} packages.


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

2016-02-12 Thread Anatol Pomozov
Date: Friday, February 12, 2016 @ 19:19:07
  Author: anatolik
Revision: 161434

Put tcl files into searchable path (per $auto_path variable)

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 17:09:32 UTC (rev 161433)
+++ PKGBUILD2016-02-12 18:19:07 UTC (rev 161434)
@@ -74,6 +74,8 @@
   # flags to use python2 instead of python which is 3.x.x on archlinux
   local cmake_system_python_flags="-DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 
-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 
-DPYTHON_LIBRARY:PATH=/usr/lib/libpython2.7.so"
 
+  local _tkver=$(echo 'puts $tcl_version' | tclsh)
+
   cmake \
 -Wno-dev \
 -DCMAKE_SKIP_RPATH=ON \
@@ -93,6 +95,7 @@
 -DCMAKE_CXX_FLAGS="-D__STDC_CONSTANT_MACROS" \
 -DVTK_CUSTOM_LIBRARY_SUFFIX="" \
 -DVTK_INSTALL_INCLUDE_DIR:PATH=include/vtk \
+-DVTK_INSTALL_TCL_DIR=/usr/lib/tcl${_tkver}/vtk/ \
 ${cmake_system_flags} \
 ${cmake_system_python_flags} \
 -DCMAKE_BUILD_TYPE=Release \
@@ -105,7 +108,7 @@
 package() {
   cd "${srcdir}/build"
 
-  ninja DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" ninja install
 
   # Move the vtk.jar to the arch-specific location
   install -dv "${pkgdir}/usr/share/java/vtk"


[arch-commits] Commit in samba/trunk (PKGBUILD libsystemd.patch)

2016-02-12 Thread Jan Steffens
Date: Friday, February 12, 2016 @ 20:18:40
  Author: heftig
Revision: 259095

Move to libsystemd

Added:
  samba/trunk/libsystemd.patch
Modified:
  samba/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 libsystemd.patch |   36 
 2 files changed, 43 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 15:58:38 UTC (rev 259094)
+++ PKGBUILD2016-02-12 19:18:40 UTC (rev 259095)
@@ -24,6 +24,7 @@
  'gamin' 'gnutls>=2.4.1' 'talloc' 'tdb' 'dbus')
 source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
 http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.asc
+libsystemd.patch
 samba.logrotate
 samba.pam
 samba.service
@@ -37,6 +38,11 @@
 validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
 ### UNINSTALL dmapi package before building!!!
 
+prepare() {
+  cd samba-${_realver}
+  patch -Np1 -i ../libsystemd.patch
+}
+
 build() {
   # Use samba-pkg as a staging directory for the split packages
   # (This is so RPATHS and symlinks are generated correctly via
@@ -245,6 +251,7 @@
 }
 md5sums=('48df803c6c6c475a714cae82a2dc219e'
  'SKIP'
+ '13085841ad03ab3a5c99bd22917a8ccc'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'
  'ee4763a656cf00d92bfda31b6bb2c5cb'

Added: libsystemd.patch
===
--- libsystemd.patch(rev 0)
+++ libsystemd.patch2016-02-12 19:18:40 UTC (rev 259095)
@@ -0,0 +1,36 @@
+diff -u -r samba-4.3.4/lib/util/wscript_configure 
samba-4.3.4-libsystemd/lib/util/wscript_configure
+--- samba-4.3.4/lib/util/wscript_configure 2015-09-08 15:45:25.0 
+0200
 samba-4.3.4-libsystemd/lib/util/wscript_configure  2016-02-12 
20:07:28.821295667 +0100
+@@ -110,16 +110,23 @@
+ conf.SET_TARGET_TYPE('systemd', 'EMPTY')
+ 
+ if Options.options.enable_systemd != False:
+-conf.check_cfg(package='libsystemd-daemon', args='--cflags --libs',
+-   msg='Checking for libsystemd-daemon')
+-if not conf.CHECK_LIB('systemd-daemon', shlib=True):
+-conf.CHECK_LIB('systemd', shlib=True)
++conf.check_cfg(package='libsystemd', args='--cflags --libs',
++   msg='Checking for libsystemd', uselib_store='SYSTEMD')
++conf.CHECK_HEADERS('systemd/sd-daemon.h systemd/sd-journal.h', 
lib='systemd')
++conf.CHECK_LIB('systemd', shlib=True)
+ 
+-if Options.options.enable_systemd != False:
+-conf.check_cfg(package='libsystemd-journal', args='--cflags --libs',
+-   msg='Checking for libsystemd-journal')
+-if not conf.CHECK_LIB('systemd-journal', shlib=True):
+-conf.CHECK_LIB('systemd', shlib=True)
++if conf.CONFIG_SET('HAVE_LIBSYSTEMD'):
++conf.DEFINE('HAVE_LIBSYSTEMD_DAEMON', '1')
++conf.DEFINE('HAVE_LIBSYSTEMD_JOURNAL', '1')
++else:
++conf.check_cfg(package='libsystemd-daemon', args='--cflags --libs',
++   msg='Checking for libsystemd-daemon', 
uselib_store='SYSTEMD_DAEMON')
++conf.CHECK_HEADERS('systemd/sd-daemon.h', lib='systemd-daemon')
++conf.CHECK_LIB('systemd-daemon', shlib=True)
++conf.check_cfg(package='libsystemd-journal', args='--cflags --libs',
++   msg='Checking for libsystemd-journal', 
uselib_store='SYSTEMD_JOURNAL')
++conf.CHECK_HEADERS('systemd/sd-journal.h', lib='systemd-journal')
++conf.CHECK_LIB('systemd-journal', shlib=True)
+ 
+ if Options.options.enable_lttng != False:
+ conf.check_cfg(package='lttng-ust', args='--cflags --libs',


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

2016-02-12 Thread Andreas Radke
Date: Friday, February 12, 2016 @ 20:44:59
  Author: andyrtr
Revision: 259097

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

Added:
  nano/repos/testing-i686/
  nano/repos/testing-i686/PKGBUILD
(from rev 259096, nano/trunk/PKGBUILD)
  nano/repos/testing-i686/nano.install
(from rev 259096, nano/trunk/nano.install)
  nano/repos/testing-x86_64/
  nano/repos/testing-x86_64/PKGBUILD
(from rev 259096, nano/trunk/PKGBUILD)
  nano/repos/testing-x86_64/nano.install
(from rev 259096, nano/trunk/nano.install)

-+
 testing-i686/PKGBUILD   |   36 
 testing-i686/nano.install   |   20 
 testing-x86_64/PKGBUILD |   36 
 testing-x86_64/nano.install |   20 
 4 files changed, 112 insertions(+)

Copied: nano/repos/testing-i686/PKGBUILD (from rev 259096, nano/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-12 19:44:59 UTC (rev 259097)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.5.2
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+install=nano.install
+source=(http://www.nano-editor.org/dist/v2.5/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('036830de22b8a76a0e6f84c0cb36ff12'
+ 'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}

Copied: nano/repos/testing-i686/nano.install (from rev 259096, 
nano/trunk/nano.install)
===
--- testing-i686/nano.install   (rev 0)
+++ testing-i686/nano.install   2016-02-12 19:44:59 UTC (rev 259097)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(nano.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Copied: nano/repos/testing-x86_64/PKGBUILD (from rev 259096, 
nano/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-12 19:44:59 UTC (rev 259097)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.5.2
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+install=nano.install
+source=(http://www.nano-editor.org/dist/v2.5/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('036830de22b8a76a0e6f84c0cb36ff12'
+ 'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}

Copied: nano/repos/testing-x86_64/nano.install (from rev 259096, 
nano/trunk/nano.install)
===
--- testing-x86_64/nano.install (rev 0)
+++ testing-x86_64/nano.install 2016-02-12 19:44:59 UTC (rev 259097)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(nano.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}


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

2016-02-12 Thread Andreas Radke
Date: Friday, February 12, 2016 @ 20:44:41
  Author: andyrtr
Revision: 259096

upgpkg: nano 2.5.2-1

upstream update 2.5.2

Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 19:18:40 UTC (rev 259095)
+++ PKGBUILD2016-02-12 19:44:41 UTC (rev 259096)
@@ -3,7 +3,7 @@
 # Contributor: Judd 
 
 pkgname=nano
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/nanorc')
 install=nano.install
 
source=(http://www.nano-editor.org/dist/v2.5/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('f25c7da9813ae5f1df7e5dd1072de4ce'
+md5sums=('036830de22b8a76a0e6f84c0cb36ff12'
  'SKIP')
 validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta 
"
 


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

2016-02-12 Thread Dave Reisner
Date: Friday, February 12, 2016 @ 20:59:03
  Author: dreisner
Revision: 259098

upgpkg: systemd 229-1

- drop compat libs (nothing should depend on them anymore)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 19:44:59 UTC (rev 259097)
+++ PKGBUILD2016-02-12 19:59:03 UTC (rev 259098)
@@ -3,8 +3,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
-pkgver=228
-pkgrel=4
+pkgver=229
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -30,21 +30,6 @@
 prepare() {
   cd "$pkgbase"
 
-  # sd-ndisc: drop RA packets from non-link-local addresses
-  # https://github.com/systemd/systemd/commit/3ccd31635353
-  # https://github.com/systemd/systemd/issues/1866
-  git cherry-pick -n 3ccd31635353
-
-  # networkd: link - do not drop config for loopback device
-  # https://github.com/systemd/systemd/commit/e5d44b34cca3
-  # https://github.com/systemd/systemd/issues/2023
-  git cherry-pick -n e5d44b34cca3
-
-  # virt: detect dmi before cpuid
-  # https://github.com/systemd/systemd/commit/050e65ada2e0
-  # https://github.com/systemd/systemd/issues/1993
-  git cherry-pick -n 050e65ada2e0
-
   ./autogen.sh
 }
 
@@ -58,7 +43,6 @@
   --localstatedir=/var \
   --sysconfdir=/etc \
   --enable-lz4 \
-  --enable-compat-libs \
   --enable-gnuefi \
   --disable-audit \
   --disable-ima \
@@ -157,10 +141,9 @@
 
 package_libsystemd() {
   pkgdesc="systemd client libraries"
-  depends=('glibc' 'libgcrypt' 'lz4' 'xz')
+  depends=('glibc' 'libcap' 'libgcrypt' 'lz4' 'xz')
   license=('GPL2')
-  provides=('libsystemd.so' 'libsystemd-daemon.so' 'libsystemd-id128.so'
-'libsystemd-journal.so' 'libsystemd-login.so' 'libudev.so')
+  provides=('libsystemd.so' 'libudev.so')
 
   make -C "$pkgbase" DESTDIR="$pkgdir" install-libLTLIBRARIES
 }


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

2016-02-12 Thread Dave Reisner
Date: Friday, February 12, 2016 @ 20:59:57
  Author: dreisner
Revision: 259099

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 259098, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 259098, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 259098, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 259098, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 259098, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 259098, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 259098, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd.install
(from rev 259098, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 259098, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 259098, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 259098, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 259098, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 259098, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 259098, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 259098, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd.install
(from rev 259098, systemd/trunk/systemd.install)

-+
 testing-i686/PKGBUILD   |  171 +
 testing-i686/arch.conf  |7 +
 testing-i686/initcpio-hook-udev |   22 +++
 testing-i686/initcpio-install-systemd   |  170 
 testing-i686/initcpio-install-udev  |   28 
 testing-i686/loader.conf|1 
 testing-i686/systemd.install|  205 ++
 testing-x86_64/PKGBUILD |  171 +
 testing-x86_64/arch.conf|7 +
 testing-x86_64/initcpio-hook-udev   |   22 +++
 testing-x86_64/initcpio-install-systemd |  170 
 testing-x86_64/initcpio-install-udev|   28 
 testing-x86_64/loader.conf  |1 
 testing-x86_64/systemd.install  |  205 ++
 14 files changed, 1208 insertions(+)

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


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

2016-02-12 Thread Dave Reisner
Date: Friday, February 12, 2016 @ 21:01:20
  Author: dreisner
Revision: 259100

upgpkg: samba 4.3.4-2

- pkgrel bump to rebuild against libsystemd.so

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 19:59:57 UTC (rev 259099)
+++ PKGBUILD2016-02-12 20:01:20 UTC (rev 259100)
@@ -15,7 +15,7 @@
 # to append 'a','b',etc to their subsequent releases, which pacman
 # misconstrues as alpha, beta, etc.  Bad samba!
 _realver=4.3.4
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://www.samba.org;
 license=('GPL3')


[arch-commits] Commit in samba/repos (32 files)

2016-02-12 Thread Dave Reisner
Date: Friday, February 12, 2016 @ 21:02:47
  Author: dreisner
Revision: 259101

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

Added:
  samba/repos/testing-i686/
  samba/repos/testing-i686/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
(from rev 259100, 
samba/trunk/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch)
  samba/repos/testing-i686/PKGBUILD
(from rev 259100, samba/trunk/PKGBUILD)
  samba/repos/testing-i686/libsystemd.patch
(from rev 259100, samba/trunk/libsystemd.patch)
  samba/repos/testing-i686/nmbd.service
(from rev 259100, samba/trunk/nmbd.service)
  samba/repos/testing-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 259100, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/testing-i686/samba.conf
(from rev 259100, samba/trunk/samba.conf)
  samba/repos/testing-i686/samba.conf.d
(from rev 259100, samba/trunk/samba.conf.d)
  samba/repos/testing-i686/samba.install
(from rev 259100, samba/trunk/samba.install)
  samba/repos/testing-i686/samba.logrotate
(from rev 259100, samba/trunk/samba.logrotate)
  samba/repos/testing-i686/samba.pam
(from rev 259100, samba/trunk/samba.pam)
  samba/repos/testing-i686/samba.service
(from rev 259100, samba/trunk/samba.service)
  samba/repos/testing-i686/smbd.service
(from rev 259100, samba/trunk/smbd.service)
  samba/repos/testing-i686/smbd.socket
(from rev 259100, samba/trunk/smbd.socket)
  samba/repos/testing-i686/smbd@.service
(from rev 259100, samba/trunk/smbd@.service)
  samba/repos/testing-i686/winbindd.service
(from rev 259100, samba/trunk/winbindd.service)
  samba/repos/testing-x86_64/
  
samba/repos/testing-x86_64/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
(from rev 259100, 
samba/trunk/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch)
  samba/repos/testing-x86_64/PKGBUILD
(from rev 259100, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/libsystemd.patch
(from rev 259100, samba/trunk/libsystemd.patch)
  samba/repos/testing-x86_64/nmbd.service
(from rev 259100, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 259100, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/testing-x86_64/samba.conf
(from rev 259100, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 259100, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 259100, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 259100, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 259100, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 259100, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 259100, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 259100, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 259100, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 259100, samba/trunk/winbindd.service)

-+
 testing-i686/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch   |   69 ++
 testing-i686/PKGBUILD   |  264 
++
 testing-i686/libsystemd.patch   |   36 +
 testing-i686/nmbd.service   |   12 
 testing-i686/samba-4.0.3-fix_pidl_with_gcc48.patch  |   60 ++
 testing-i686/samba.conf |2 
 testing-i686/samba.conf.d   |   18 
 testing-i686/samba.install  |   14 
 testing-i686/samba.logrotate|9 
 testing-i686/samba.pam  |3 
 testing-i686/samba.service  |   14 
 testing-i686/smbd.service   |   12 
 testing-i686/smbd.socket|9 
 testing-i686/smbd@.service  |7 
 testing-i686/winbindd.service   |   12 
 testing-x86_64/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch |   69 ++
 testing-x86_64/PKGBUILD |  264 
++
 testing-x86_64/libsystemd.patch |   36 +
 testing-x86_64/nmbd.service |   12 
 testing-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch|   60 ++
 testing-x86_64/samba.conf   |2 
 testing-x86_64/samba.conf.d |   18 
 testing-x86_64/samba.install 

[arch-commits] Commit in android-tools/repos (14 files)

2016-02-12 Thread Anatol Pomozov
Date: Saturday, February 13, 2016 @ 06:31:10
  Author: anatolik
Revision: 161446

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

Added:
  android-tools/repos/testing-i686/
  android-tools/repos/testing-i686/PKGBUILD
(from rev 161445, android-tools/trunk/PKGBUILD)
  android-tools/repos/testing-i686/bash_completion.adb
(from rev 161445, android-tools/trunk/bash_completion.adb)
  android-tools/repos/testing-i686/bash_completion.fastboot
(from rev 161445, android-tools/trunk/bash_completion.fastboot)
  android-tools/repos/testing-i686/build.sh
(from rev 161445, android-tools/trunk/build.sh)
  android-tools/repos/testing-i686/fix_build.patch
(from rev 161445, android-tools/trunk/fix_build.patch)
  android-tools/repos/testing-i686/generate_build.rb
(from rev 161445, android-tools/trunk/generate_build.rb)
  android-tools/repos/testing-x86_64/
  android-tools/repos/testing-x86_64/PKGBUILD
(from rev 161445, android-tools/trunk/PKGBUILD)
  android-tools/repos/testing-x86_64/bash_completion.adb
(from rev 161445, android-tools/trunk/bash_completion.adb)
  android-tools/repos/testing-x86_64/bash_completion.fastboot
(from rev 161445, android-tools/trunk/bash_completion.fastboot)
  android-tools/repos/testing-x86_64/build.sh
(from rev 161445, android-tools/trunk/build.sh)
  android-tools/repos/testing-x86_64/fix_build.patch
(from rev 161445, android-tools/trunk/fix_build.patch)
  android-tools/repos/testing-x86_64/generate_build.rb
(from rev 161445, android-tools/trunk/generate_build.rb)

-+
 testing-i686/PKGBUILD   |   45 +++
 testing-i686/bash_completion.adb|  135 +++
 testing-i686/bash_completion.fastboot   |   90 +++
 testing-i686/build.sh   |   77 +
 testing-i686/fix_build.patch|   31 +
 testing-i686/generate_build.rb  |  171 ++
 testing-x86_64/PKGBUILD |   45 +++
 testing-x86_64/bash_completion.adb  |  135 +++
 testing-x86_64/bash_completion.fastboot |   90 +++
 testing-x86_64/build.sh |   77 +
 testing-x86_64/fix_build.patch  |   31 +
 testing-x86_64/generate_build.rb|  171 ++
 12 files changed, 1098 insertions(+)

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


[arch-commits] Commit in android-tools/repos (testing-i686 testing-x86_64)

2016-02-12 Thread Anatol Pomozov
Date: Saturday, February 13, 2016 @ 06:34:31
  Author: anatolik
Revision: 161447

It should be in community-testing repo

Deleted:
  android-tools/repos/testing-i686/
  android-tools/repos/testing-x86_64/


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

2016-02-12 Thread Felix Yan
Date: Saturday, February 13, 2016 @ 08:14:27
  Author: fyan
Revision: 161452

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

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

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

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

Copied: dart/repos/community-i686/PKGBUILD (from rev 161451, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 07:14:27 UTC (rev 161452)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=1.14.2
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+sha512sums_x86_64=('257ff4509594e87a3f0184c65933730fbf14f8582e956f005ada5a71a320f2cfa46acd31a86515279a47bc2d85df7590cdbe4c02c9f8958e8c64697b6428752f')
+sha512sums_i686=('fd656005bdc533d494dbc30c100819fd59cd97301e95be2c391b77e34ca831657c8595621b3b812316d0a4c45589fc8090c93a97642b8518f306cca44254df81')
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
+-or -type f -exec chmod 0644 '{}' 

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

2016-02-12 Thread Felix Yan
Date: Saturday, February 13, 2016 @ 08:13:14
  Author: fyan
Revision: 161451

upgpkg: dart 1.14.2-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 07:11:39 UTC (rev 161450)
+++ PKGBUILD2016-02-13 07:13:14 UTC (rev 161451)
@@ -7,7 +7,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=1.14.1
+pkgver=1.14.2
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,8 +17,8 @@
 options=('!strip')
 
source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
 
source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-sha512sums_x86_64=('2a3e3b5c8e8ffc016e2a840680ec9e8b2cab12f619d8a467680448e09b72b9949bacd55a17d72371f3d6ff3f578d8b48b926d20edd8c36acc9343b8a7a95951f')
-sha512sums_i686=('b8987776adbe73110a94cd4e1cd150cb3de13d297abfbcde28ee46f8d3517caae9dc1783fac638921b22fa58eb93da7b3d1542d3dff3e29b8b0f64cabf3d0e6e')
+sha512sums_x86_64=('257ff4509594e87a3f0184c65933730fbf14f8582e956f005ada5a71a320f2cfa46acd31a86515279a47bc2d85df7590cdbe4c02c9f8958e8c64697b6428752f')
+sha512sums_i686=('fd656005bdc533d494dbc30c100819fd59cd97301e95be2c391b77e34ca831657c8595621b3b812316d0a4c45589fc8090c93a97642b8518f306cca44254df81')
 
 prepare() {
   # Fix permissions


[arch-commits] Commit in android-tools/trunk (PKGBUILD build.sh generate_build.rb)

2016-02-12 Thread Anatol Pomozov
Date: Saturday, February 13, 2016 @ 06:29:47
  Author: anatolik
Revision: 161445

upgpkg: android-tools 6.0.1_r16-1

Modified:
  android-tools/trunk/PKGBUILD
  android-tools/trunk/build.sh
  android-tools/trunk/generate_build.rb

---+
 PKGBUILD  |6 +++---
 build.sh  |6 +++---
 generate_build.rb |2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 02:56:59 UTC (rev 161444)
+++ PKGBUILD2016-02-13 05:29:47 UTC (rev 161445)
@@ -4,8 +4,8 @@
 # Contributor: Alucryd 
 
 pkgname=android-tools
-pkgver=6.0.1_r10
-pkgrel=2
+pkgver=6.0.1_r16
+pkgrel=1
 pkgdesc='Android platform tools'
 arch=(i686 x86_64)
 url='http://tools.android.com/'
@@ -24,7 +24,7 @@
   'SKIP'
   'SKIP'
   'SKIP'
-  'd47604b60cc123641d52eed8f6495265725bf9d3'
+  '24ee7a286b91bf488537bbd9b6a2b7721dd22fea'
   '40a978209b6d1bbf99e04b8bd5fca6429b97f1b1'
   '7004dbd0c193668827174880de6f8434de8ceaee'
   '2e69152091bb9642be058e49ec6cb720a2fd91dc')

Modified: build.sh
===
--- build.sh2016-02-13 02:56:59 UTC (rev 161444)
+++ build.sh2016-02-13 05:29:47 UTC (rev 161445)
@@ -6,7 +6,7 @@
 gcc -o core/libmincrypt/p256_ecdsa.c.o -std=gnu11 $CFLAGS $CPPFLAGS 
-Icore/include -c core/libmincrypt/p256_ecdsa.c
 gcc -o core/libmincrypt/sha256.c.o -std=gnu11 $CFLAGS $CPPFLAGS -Icore/include 
-c core/libmincrypt/sha256.c
 gcc -o core/mkbootimg/mkbootimg.c.o -std=gnu11 $CFLAGS $CPPFLAGS 
-Icore/include -c core/mkbootimg/mkbootimg.c
-g++ -o mkbootimg  "$LDFLAGS" core/libmincrypt/dsa_sig.c.o 
core/libmincrypt/p256_ec.c.o core/libmincrypt/rsa.c.o core/libmincrypt/sha.c.o 
core/libmincrypt/p256.c.o core/libmincrypt/p256_ecdsa.c.o 
core/libmincrypt/sha256.c.o core/mkbootimg/mkbootimg.c.o
+g++ -o mkbootimg  $LDFLAGS core/libmincrypt/dsa_sig.c.o 
core/libmincrypt/p256_ec.c.o core/libmincrypt/rsa.c.o core/libmincrypt/sha.c.o 
core/libmincrypt/p256.c.o core/libmincrypt/p256_ecdsa.c.o 
core/libmincrypt/sha256.c.o core/mkbootimg/mkbootimg.c.o
 g++ -o core/adb/adb.cpp.o -std=gnu++11 $CXXFLAGS $CPPFLAGS -DADB_HOST=1 
-fpermissive -Icore/include -Icore/base/include -c core/adb/adb.cpp
 g++ -o core/adb/adb_auth.cpp.o -std=gnu++11 $CXXFLAGS $CPPFLAGS -DADB_HOST=1 
-fpermissive -Icore/include -Icore/base/include -c core/adb/adb_auth.cpp
 g++ -o core/adb/adb_io.cpp.o -std=gnu++11 $CXXFLAGS $CPPFLAGS -DADB_HOST=1 
-fpermissive -Icore/include -Icore/base/include -c core/adb/adb_io.cpp
@@ -39,7 +39,7 @@
 gcc -o core/libcutils/socket_loopback_client.c.o -std=gnu11 $CFLAGS $CPPFLAGS 
-D_GNU_SOURCE -Icore/include -c core/libcutils/socket_loopback_client.c
 gcc -o core/libcutils/socket_loopback_server.c.o -std=gnu11 $CFLAGS $CPPFLAGS 
-D_GNU_SOURCE -Icore/include -c core/libcutils/socket_loopback_server.c
 gcc -o core/libcutils/socket_network_client.c.o -std=gnu11 $CFLAGS $CPPFLAGS 
-D_GNU_SOURCE -Icore/include -c core/libcutils/socket_network_client.c
-g++ -o adb -lrt -ldl -lpthread -lcrypto "$LDFLAGS" core/base/file.cpp.o 
core/base/stringprintf.cpp.o core/base/strings.cpp.o core/liblog/logd_write.c.o 
core/liblog/log_event_write.c.o core/liblog/fake_log_device.c.o 
core/libcutils/load_file.c.o core/libcutils/socket_inaddr_any_server.c.o 
core/libcutils/socket_local_client.c.o core/libcutils/socket_local_server.c.o 
core/libcutils/socket_loopback_client.c.o 
core/libcutils/socket_loopback_server.c.o 
core/libcutils/socket_network_client.c.o core/adb/adb.cpp.o 
core/adb/adb_auth.cpp.o core/adb/adb_io.cpp.o core/adb/adb_listeners.cpp.o 
core/adb/adb_utils.cpp.o core/adb/sockets.cpp.o core/adb/transport.cpp.o 
core/adb/transport_local.cpp.o core/adb/transport_usb.cpp.o 
core/adb/fdevent.cpp.o core/adb/get_my_path_linux.cpp.o 
core/adb/usb_linux.cpp.o core/adb/adb_auth_host.cpp.o core/adb/adb_main.cpp.o 
core/adb/console.cpp.o core/adb/commandline.cpp.o core/adb/adb_client.cpp.o 
core/adb/services.cpp.o core/adb/file_sync_client.cpp.o
+g++ -o adb -lrt -ldl -lpthread -lcrypto $LDFLAGS core/base/file.cpp.o 
core/base/stringprintf.cpp.o core/base/strings.cpp.o core/liblog/logd_write.c.o 
core/liblog/log_event_write.c.o core/liblog/fake_log_device.c.o 
core/libcutils/load_file.c.o core/libcutils/socket_inaddr_any_server.c.o 
core/libcutils/socket_local_client.c.o core/libcutils/socket_local_server.c.o 
core/libcutils/socket_loopback_client.c.o 
core/libcutils/socket_loopback_server.c.o 
core/libcutils/socket_network_client.c.o core/adb/adb.cpp.o 
core/adb/adb_auth.cpp.o core/adb/adb_io.cpp.o core/adb/adb_listeners.cpp.o 
core/adb/adb_utils.cpp.o core/adb/sockets.cpp.o core/adb/transport.cpp.o 
core/adb/transport_local.cpp.o core/adb/transport_usb.cpp.o 
core/adb/fdevent.cpp.o core/adb/get_my_path_linux.cpp.o 
core/adb/usb_linux.cpp.o core/adb/adb_auth_host.cpp.o core/adb/adb_main.cpp.o 

[arch-commits] Commit in android-tools/repos (14 files)

2016-02-12 Thread Anatol Pomozov
Date: Saturday, February 13, 2016 @ 06:36:25
  Author: anatolik
Revision: 161448

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

Added:
  android-tools/repos/community-testing-i686/
  android-tools/repos/community-testing-i686/PKGBUILD
(from rev 161447, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-i686/bash_completion.adb
(from rev 161447, android-tools/trunk/bash_completion.adb)
  android-tools/repos/community-testing-i686/bash_completion.fastboot
(from rev 161447, android-tools/trunk/bash_completion.fastboot)
  android-tools/repos/community-testing-i686/build.sh
(from rev 161447, android-tools/trunk/build.sh)
  android-tools/repos/community-testing-i686/fix_build.patch
(from rev 161447, android-tools/trunk/fix_build.patch)
  android-tools/repos/community-testing-i686/generate_build.rb
(from rev 161447, android-tools/trunk/generate_build.rb)
  android-tools/repos/community-testing-x86_64/
  android-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 161447, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-x86_64/bash_completion.adb
(from rev 161447, android-tools/trunk/bash_completion.adb)
  android-tools/repos/community-testing-x86_64/bash_completion.fastboot
(from rev 161447, android-tools/trunk/bash_completion.fastboot)
  android-tools/repos/community-testing-x86_64/build.sh
(from rev 161447, android-tools/trunk/build.sh)
  android-tools/repos/community-testing-x86_64/fix_build.patch
(from rev 161447, android-tools/trunk/fix_build.patch)
  android-tools/repos/community-testing-x86_64/generate_build.rb
(from rev 161447, android-tools/trunk/generate_build.rb)

---+
 community-testing-i686/PKGBUILD   |   45 +
 community-testing-i686/bash_completion.adb|  135 +++
 community-testing-i686/bash_completion.fastboot   |   90 ++
 community-testing-i686/build.sh   |   77 +
 community-testing-i686/fix_build.patch|   31 +++
 community-testing-i686/generate_build.rb  |  171 
 community-testing-x86_64/PKGBUILD |   45 +
 community-testing-x86_64/bash_completion.adb  |  135 +++
 community-testing-x86_64/bash_completion.fastboot |   90 ++
 community-testing-x86_64/build.sh |   77 +
 community-testing-x86_64/fix_build.patch  |   31 +++
 community-testing-x86_64/generate_build.rb|  171 
 12 files changed, 1098 insertions(+)

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


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

2016-02-12 Thread Felix Yan
Date: Saturday, February 13, 2016 @ 08:11:07
  Author: fyan
Revision: 161449

upgpkg: aspell-pt 20160206-1

Modified:
  aspell-pt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 05:36:25 UTC (rev 161448)
+++ PKGBUILD2016-02-13 07:11:07 UTC (rev 161449)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=aspell-pt
-_pkgverPT=20160202
+_pkgverPT=20160206
 _pkgverBR=20090702
 pkgver=$_pkgverPT
 pkgrel=1
@@ -17,8 +17,8 @@
 
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
 
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
 sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  '8822ac417f68629c06dcb1e45f309c59f537b383'
-  'd1c65da9a72214b931f953bb807d66ed98d62211')
+  'b6e638e33fe088fe0e18352f485531c102283188'
+  '606b81a9ea5ec6bcee61a576e9e2e6c0d9db8562')
 
 build() {
   cd aspell6-pt_BR-$_pkgverBR-0


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

2016-02-12 Thread Felix Yan
Date: Saturday, February 13, 2016 @ 08:11:39
  Author: fyan
Revision: 161450

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

Added:
  aspell-pt/repos/community-i686/PKGBUILD
(from rev 161449, aspell-pt/trunk/PKGBUILD)
  aspell-pt/repos/community-x86_64/PKGBUILD
(from rev 161449, aspell-pt/trunk/PKGBUILD)
Deleted:
  aspell-pt/repos/community-i686/PKGBUILD
  aspell-pt/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-13 07:11:07 UTC (rev 161449)
+++ community-i686/PKGBUILD 2016-02-13 07:11:39 UTC (rev 161450)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=aspell-pt
-_pkgverPT=20160202
-_pkgverBR=20090702
-pkgver=$_pkgverPT
-pkgrel=1
-pkgdesc="Portuguese and Brazilian Portuguese dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/;
-license=('GPL2')
-depends=('aspell')
-conflicts=('aspell-pt_br')
-replaces=('aspell-pt_br')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
-sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  '8822ac417f68629c06dcb1e45f309c59f537b383'
-  'd1c65da9a72214b931f953bb807d66ed98d62211')
-
-build() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  ./configure
-  make
-
-  cd ../aspell6-pt_PT-$_pkgverPT-0
-  ./configure
-  make
-
-  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  make DESTDIR="$pkgdir" install
-
-  cd ../aspell6-pt_PT-$_pkgverPT-0
-  make DESTDIR="$pkgdir" install
-
-  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
-  make DESTDIR="$pkgdir" install
-
-  echo "add pt_BR.multi" > "$pkgdir"/usr/lib/aspell-0.60/brasileiro.alias
-}

Copied: aspell-pt/repos/community-i686/PKGBUILD (from rev 161449, 
aspell-pt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 07:11:39 UTC (rev 161450)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+
+pkgname=aspell-pt
+_pkgverPT=20160206
+_pkgverBR=20090702
+pkgver=$_pkgverPT
+pkgrel=1
+pkgdesc="Portuguese and Brazilian Portuguese dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/;
+license=('GPL2')
+depends=('aspell')
+conflicts=('aspell-pt_br')
+replaces=('aspell-pt_br')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
+sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
+  'b6e638e33fe088fe0e18352f485531c102283188'
+  '606b81a9ea5ec6bcee61a576e9e2e6c0d9db8562')
+
+build() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  make DESTDIR="$pkgdir" install
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  make DESTDIR="$pkgdir" install
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  make DESTDIR="$pkgdir" install
+
+  echo "add pt_BR.multi" > "$pkgdir"/usr/lib/aspell-0.60/brasileiro.alias
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-13 07:11:07 UTC (rev 161449)
+++ community-x86_64/PKGBUILD   2016-02-13 07:11:39 UTC (rev 161450)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=aspell-pt
-_pkgverPT=20160202
-_pkgverBR=20090702
-pkgver=$_pkgverPT
-pkgrel=1
-pkgdesc="Portuguese and Brazilian Portuguese dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/;
-license=('GPL2')
-depends=('aspell')
-conflicts=('aspell-pt_br')
-replaces=('aspell-pt_br')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
-sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  '8822ac417f68629c06dcb1e45f309c59f537b383'
-  'd1c65da9a72214b931f953bb807d66ed98d62211')
-
-build() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  ./configure
-  make
-
-  cd 

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

2016-02-12 Thread Christian Hesse
Date: Friday, February 12, 2016 @ 23:05:57
  Author: eworm
Revision: 161436

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

Added:
  packagekit/repos/community-testing-i686/
  packagekit/repos/community-testing-i686/PKGBUILD
(from rev 161435, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-i686/packagekit.install
(from rev 161435, packagekit/trunk/packagekit.install)
  packagekit/repos/community-testing-x86_64/
  packagekit/repos/community-testing-x86_64/PKGBUILD
(from rev 161435, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-x86_64/packagekit.install
(from rev 161435, packagekit/trunk/packagekit.install)

-+
 community-testing-i686/PKGBUILD |   63 ++
 community-testing-i686/packagekit.install   |   11 
 community-testing-x86_64/PKGBUILD   |   63 ++
 community-testing-x86_64/packagekit.install |   11 
 4 files changed, 148 insertions(+)

Copied: packagekit/repos/community-testing-i686/PKGBUILD (from rev 161435, 
packagekit/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-02-12 22:05:57 UTC (rev 161436)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jonathan Conder 
+
+pkgname='packagekit'
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman>=5.0.0' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
+   'networkmanager' 'bash-completion' 'vala' 'autoconf-archive')
+optdepends=('networkmanager: detect connection status'
+   'bash-completion: command completion in bash')
+install='packagekit.install'
+backup=('var/lib/PackageKit/transactions.db'
+   'etc/PackageKit/alpm.d/pacman.conf'
+   'etc/PackageKit/alpm.d/repos.list')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}
+
'0001-alpm-port-to-g_autoptr.patch::https://github.com/eworm-de/PackageKit/commit/80be181752a6ff396147802e818f7c38c1651050.patch')
+sha256sums=('4f1d878391ccc63a1dda99006a9f918f54f2568a328991534b5d1a06d042c36a'
+'SKIP'
+'f299d9f1c65659e4d388aa20958e1e2110f2d473cfad07738771ce53423a0dbb')
+
+prepare() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   patch -Np1 < "${srcdir}/0001-alpm-port-to-g_autoptr.patch"
+}
+
+build() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   ./autogen.sh --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --libexecdir=/usr/lib/PackageKit \
+   --disable-static \
+   --disable-gtk-doc \
+   --disable-local \
+   --disable-browser-plugin \
+   --disable-gstreamer-plugin \
+   --disable-gtk-module \
+   --disable-command-not-found \
+   --disable-cron \
+   --disable-dummy \
+   --enable-alpm
+   make
+}
+
+package() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   # install directory with root owner, polkit group and
+   # correct permission
+   install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
+
+   make DESTDIR="${pkgdir}" install
+}
+

Copied: packagekit/repos/community-testing-i686/packagekit.install (from rev 
161435, packagekit/trunk/packagekit.install)
===
--- community-testing-i686/packagekit.install   (rev 0)
+++ community-testing-i686/packagekit.install   2016-02-12 22:05:57 UTC (rev 
161436)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: packagekit/repos/community-testing-x86_64/PKGBUILD (from rev 161435, 
packagekit/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-02-12 22:05:57 UTC (rev 161436)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jonathan Conder 
+
+pkgname='packagekit'
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman>=5.0.0' 'polkit' 'shared-mime-info' 'sqlite')

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

2016-02-12 Thread Christian Hesse
Date: Friday, February 12, 2016 @ 23:05:52
  Author: eworm
Revision: 161435

upgpkg: packagekit 1.1.0-1

new upstream release

Modified:
  packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 18:19:07 UTC (rev 161434)
+++ PKGBUILD2016-02-12 22:05:52 UTC (rev 161435)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Conder 
 
 pkgname='packagekit'
-pkgver=1.0.11
-pkgrel=4
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('dbus-glib' 'pacman>=5.0.0' 'polkit' 'shared-mime-info' 'sqlite')
 makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
-   'networkmanager' 'bash-completion' 'vala')
+   'networkmanager' 'bash-completion' 'vala' 'autoconf-archive')
 optdepends=('networkmanager: detect connection status'
'bash-completion: command completion in bash')
 install='packagekit.install'
@@ -20,18 +20,15 @@
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
 
source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}
-   
'0001-require-dbus.socket-for-offline-update.patch::https://github.com/hughsie/PackageKit/commit/a54c5ae66c8f8a4227c22419140d66a02f56f25c.patch'
-   
'0002-update-for-pacman-5-x-API-change.patch::https://github.com/hughsie/PackageKit/commit/d2db149e4987290f3a425b45ef51e2eb00e1990e.patch')
-sha256sums=('bbd27bbc77795394f25ab009fe1b3420e365541c99248b18bbaa2fa7f029eaf7'
+
'0001-alpm-port-to-g_autoptr.patch::https://github.com/eworm-de/PackageKit/commit/80be181752a6ff396147802e818f7c38c1651050.patch')
+sha256sums=('4f1d878391ccc63a1dda99006a9f918f54f2568a328991534b5d1a06d042c36a'
 'SKIP'
-'c87318eb0404c6e3e2fcbaaf1116a63668c066e3aff488d0ff9c8ac6fd97'
-'cc14ca7d42abe1e4371218dc42206a713467064f291c71ee68ef7abddf90cca1')
+'f299d9f1c65659e4d388aa20958e1e2110f2d473cfad07738771ce53423a0dbb')
 
 prepare() {
cd "${srcdir}/PackageKit-${pkgver}"
 
-   patch -Np1 < 
"${srcdir}/0001-require-dbus.socket-for-offline-update.patch"
-   patch -Np1 < "${srcdir}/0002-update-for-pacman-5-x-API-change.patch"
+   patch -Np1 < "${srcdir}/0001-alpm-port-to-g_autoptr.patch"
 }
 
 build() {


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

2016-02-12 Thread Christian Hesse
Date: Friday, February 12, 2016 @ 23:39:07
  Author: eworm
Revision: 161438

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

Added:
  mpv/repos/community-testing-i686/
  mpv/repos/community-testing-i686/PKGBUILD
(from rev 161437, mpv/trunk/PKGBUILD)
  mpv/repos/community-testing-i686/mpv.install
(from rev 161437, mpv/trunk/mpv.install)
  mpv/repos/community-testing-x86_64/
  mpv/repos/community-testing-x86_64/PKGBUILD
(from rev 161437, mpv/trunk/PKGBUILD)
  mpv/repos/community-testing-x86_64/mpv.install
(from rev 161437, mpv/trunk/mpv.install)

--+
 community-testing-i686/PKGBUILD  |   52 +
 community-testing-i686/mpv.install   |   12 +++
 community-testing-x86_64/PKGBUILD|   52 +
 community-testing-x86_64/mpv.install |   12 +++
 4 files changed, 128 insertions(+)

Copied: mpv/repos/community-testing-i686/PKGBUILD (from rev 161437, 
mpv/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-02-12 22:39:07 UTC (rev 161438)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.15.0
+pkgrel=2
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libxrandr' 'jack' 'smbclient' 'rubberband'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('7d31217ba8572f364fcea2955733f821374ae6d8c6d8f22f8bc63c44c0400bdc')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install --destdir="$pkgdir"
+
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Copied: mpv/repos/community-testing-i686/mpv.install (from rev 161437, 
mpv/trunk/mpv.install)
===
--- community-testing-i686/mpv.install  (rev 0)
+++ community-testing-i686/mpv.install  2016-02-12 22:39:07 UTC (rev 161438)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: mpv/repos/community-testing-x86_64/PKGBUILD (from rev 161437, 
mpv/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-02-12 22:39:07 UTC (rev 161438)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.15.0
+pkgrel=2
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libxrandr' 'jack' 'smbclient' 'rubberband'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('7d31217ba8572f364fcea2955733f821374ae6d8c6d8f22f8bc63c44c0400bdc')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install --destdir="$pkgdir"
+
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Copied: mpv/repos/community-testing-x86_64/mpv.install 

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

2016-02-12 Thread Christian Hesse
Date: Friday, February 12, 2016 @ 23:39:02
  Author: eworm
Revision: 161437

upgpkg: mpv 1:0.15.0-2

rebuild against libsystemd 229-1

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 22:05:57 UTC (rev 161436)
+++ PKGBUILD2016-02-12 22:39:02 UTC (rev 161437)
@@ -6,7 +6,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')


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

2016-02-12 Thread Kyle Keen
Date: Saturday, February 13, 2016 @ 02:05:56
  Author: kkeen
Revision: 161439

upgpkg: python-pillow 3.1.1-1

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 22:39:07 UTC (rev 161438)
+++ PKGBUILD2016-02-13 01:05:56 UTC (rev 161439)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 # consider splitting out sane if this gets weird enough
 _sanever=2.8.2
@@ -18,7 +18,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
 
source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;
 
"Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz;)
-md5sums=('506b65d4353cd76b480decb961fa753a'
+md5sums=('d382a86c4b9b1c8de684bd00dad43bb8'
  '295f1c745ab4da6a34b524019b181978')
 
 prepare() {


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

2016-02-12 Thread Kyle Keen
Date: Saturday, February 13, 2016 @ 02:06:19
  Author: kkeen
Revision: 161440

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-13 01:05:56 UTC (rev 161439)
+++ community-i686/PKGBUILD 2016-02-13 01:06:19 UTC (rev 161440)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=3.1.0
-pkgrel=1
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.2
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.5m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('i686' 'x86_64')
-url="http://python-pillow.github.io/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;
-
"Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz;)
-md5sums=('506b65d4353cd76b480decb961fa753a'
- '295f1c745ab4da6a34b524019b181978')
-
-prepare() {
-  cd "$srcdir"
-  # allow sane to build
-  sed -i "s|os.path.join|'../libImaging', &|" "$srcdir/Sane-$_sanever/setup.py"
-  cp -r "$srcdir/Sane-$_sanever" "$srcdir/$_appname-$pkgver/Sane"
-  # py2 and py3
-  cp -r "$srcdir/$_appname-$pkgver" "$srcdir/${_appname}2-$pkgver"
-}  
-
-package_python-pillow() {
-  depends=('python' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python-pyqt4: for the ImageQt module')
-  cd "$srcdir/$_appname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=0
-  pushd Sane
-python3 setup.py install --root="$pkgdir/" --optimize=0
-  popd
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" libImaging/*.h
-
-  # clean up bins
-  cd "$pkgdir/usr/bin"
-  for f in *.py; do
-mv "$f" "${f%.py}"
-  done
-}
-
-package_python2-pillow() {
-  pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
-  depends=('python2' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python2-pyqt4: for the ImageQt module')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  cd "$srcdir/${_appname}2-$pkgver"
-  sed -i 's|python$|python2|' PIL/OleFileIO.py
-  python2 setup.py install --root="$pkgdir/" --optimize=0
-  pushd Sane
-python2 setup.py install --root="$pkgdir/" --optimize=0
-  popd
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py2basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py2basever/" libImaging/*.h
-
-  # clean up bins
-  cd "$pkgdir/usr/bin"
-  for f in *.py; do
-mv "$f" "${f%.py}2"
-  done
-}
-

Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 161439, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 01:06:19 UTC (rev 161440)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=3.1.1
+pkgrel=1
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.5m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;
+
"Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz;)
+md5sums=('d382a86c4b9b1c8de684bd00dad43bb8'
+ '295f1c745ab4da6a34b524019b181978')
+
+prepare() {
+  cd "$srcdir"
+  # allow sane to build
+  sed -i "s|os.path.join|'../libImaging', &|" "$srcdir/Sane-$_sanever/setup.py"
+  cp -r "$srcdir/Sane-$_sanever" 

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

2016-02-12 Thread Felix Yan
Date: Saturday, February 13, 2016 @ 03:41:32
  Author: fyan
Revision: 259102

upgpkg: python-setuptools 1:20.1.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 20:02:47 UTC (rev 259101)
+++ PKGBUILD2016-02-13 02:41:32 UTC (rev 259102)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=20.1
+pkgver=20.1.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python-packaging' 'python2-packaging')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
 
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('b9a6365edae2fd9ea7003643b68ce1817461e13101a5a2eb7d76d6e7b587da87877c6753ca3b0b4922e58201adcda9654faa88e1d50386f51c3f355ec67d7e0c')
+sha512sums=('72da2f5a4e07c14975b3e13246264cb4b9eb52bd6da22fce0ef0f0bb8d902249067e6c23bf263cda45de92a0cdb794f454dff95e52505045e03c7a6ab28cb2ca')
 
 prepare() {
   # We ship separated python{,2}-{packaging,six} packages.


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

2016-02-12 Thread Felix Yan
Date: Saturday, February 13, 2016 @ 03:42:02
  Author: fyan
Revision: 259103

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 259102, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-13 02:41:32 UTC (rev 259102)
+++ PKGBUILD2016-02-13 02:42:02 UTC (rev 259103)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=20.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
-source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('b9a6365edae2fd9ea7003643b68ce1817461e13101a5a2eb7d76d6e7b587da87877c6753ca3b0b4922e58201adcda9654faa88e1d50386f51c3f355ec67d7e0c')
-
-prepare() {
-  # We ship separated python{,2}-{packaging,six} packages.
-  rm -rv setuptools-${pkgver}/pkg_resources/_vendor
-
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 259102, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-13 02:42:02 UTC (rev 259103)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=20.1.1
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
+source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('72da2f5a4e07c14975b3e13246264cb4b9eb52bd6da22fce0ef0f0bb8d902249067e6c23bf263cda45de92a0cdb794f454dff95e52505045e03c7a6ab28cb2ca')
+
+prepare() {
+  # We ship separated python{,2}-{packaging,six} packages.
+  rm -rv setuptools-${pkgver}/pkg_resources/_vendor
+
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  

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

2016-02-12 Thread Felix Yan
Date: Saturday, February 13, 2016 @ 03:56:59
  Author: fyan
Revision: 161444

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-13 02:56:39 UTC (rev 161443)
+++ PKGBUILD2016-02-13 02:56:59 UTC (rev 161444)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-runner
-pkgname=('python-pytest-runner' 'python2-pytest-runner')
-pkgver=2.6.2
-pkgrel=2
-pkgdesc="Invoke py.test as distutils command with dependency resolution"
-arch=('any')
-license=('MIT')
-url="https://bitbucket.org/pytest-dev/pytest-runner;
-makedepends=('python-setuptools_scm' 'python2-setuptools_scm' 'mercurial')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("hg+https://felixonm...@bitbucket.org/pytest-dev/pytest-runner#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pytest-runner{,-py2}
-}
-
-build() {
-  cd "$srcdir/pytest-runner"
-  python setup.py build
-
-  cd "$srcdir/pytest-runner-py2"
-  python2 setup.py build
-}
-
-check() {(
-  cd "$srcdir/pytest-runner"
-  py.test
-
-  cd "$srcdir/pytest-runner-py2"
-  py.test2
-  
-  ) || warning "Expected to fail because of 
https://bitbucket.org/pytest-dev/pytest-runner/issues/6;
-}
-
-package_python-pytest-runner() {
-  depends=('python-pytest')
-
-  cd pytest-runner
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-pytest-runner() {
-  depends=('python2-pytest')
-
-  cd pytest-runner-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}
-

Copied: python-pytest-runner/repos/community-any/PKGBUILD (from rev 161443, 
python-pytest-runner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-13 02:56:59 UTC (rev 161444)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-runner
+pkgname=('python-pytest-runner' 'python2-pytest-runner')
+pkgver=2.6.3
+pkgrel=1
+pkgdesc="Invoke py.test as distutils command with dependency resolution"
+arch=('any')
+license=('MIT')
+url="https://bitbucket.org/pytest-dev/pytest-runner;
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm' 'mercurial')
+source=("hg+https://bitbucket.org/pytest-dev/pytest-runner#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pytest-runner{,-py2}
+}
+
+build() {
+  cd "$srcdir/pytest-runner"
+  python setup.py build
+
+  cd "$srcdir/pytest-runner-py2"
+  python2 setup.py build
+}
+
+package_python-pytest-runner() {
+  depends=('python-pytest')
+
+  cd pytest-runner
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-pytest-runner() {
+  depends=('python2-pytest')
+
+  cd pytest-runner-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-02-12 Thread Felix Yan
Date: Saturday, February 13, 2016 @ 03:56:39
  Author: fyan
Revision: 161443

upgpkg: python-pytest-runner 2.6.3-1

Modified:
  python-pytest-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 02:45:02 UTC (rev 161442)
+++ PKGBUILD2016-02-13 02:56:39 UTC (rev 161443)
@@ -3,15 +3,14 @@
 
 pkgbase=python-pytest-runner
 pkgname=('python-pytest-runner' 'python2-pytest-runner')
-pkgver=2.6.2
-pkgrel=2
+pkgver=2.6.3
+pkgrel=1
 pkgdesc="Invoke py.test as distutils command with dependency resolution"
 arch=('any')
 license=('MIT')
 url="https://bitbucket.org/pytest-dev/pytest-runner;
-makedepends=('python-setuptools_scm' 'python2-setuptools_scm' 'mercurial')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("hg+https://felixonm...@bitbucket.org/pytest-dev/pytest-runner#tag=$pkgver;)
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm' 'mercurial')
+source=("hg+https://bitbucket.org/pytest-dev/pytest-runner#tag=$pkgver;)
 sha512sums=('SKIP')
 
 prepare() {
@@ -26,16 +25,6 @@
   python2 setup.py build
 }
 
-check() {(
-  cd "$srcdir/pytest-runner"
-  py.test
-
-  cd "$srcdir/pytest-runner-py2"
-  py.test2
-  
-  ) || warning "Expected to fail because of 
https://bitbucket.org/pytest-dev/pytest-runner/issues/6;
-}
-
 package_python-pytest-runner() {
   depends=('python-pytest')
 
@@ -49,4 +38,3 @@
   cd pytest-runner-py2
   python2 setup.py install --root="${pkgdir}" --optimize=1
 }
-


[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD disable-mtrr.patch)

2016-02-12 Thread Felix Yan
Date: Saturday, February 13, 2016 @ 04:31:00
  Author: fyan
Revision: 259104

upgpkg: nvidia-304xx 304.131-6

FS#47092

Added:
  nvidia-304xx/trunk/disable-mtrr.patch
Modified:
  nvidia-304xx/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 disable-mtrr.patch |   24 
 2 files changed, 32 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 02:42:02 UTC (rev 259103)
+++ PKGBUILD2016-02-13 03:31:00 UTC (rev 259104)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.131
 _extramodules=extramodules-4.4-ARCH
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.4' 'linux-headers<4.5')
@@ -14,9 +14,11 @@
 license=('custom')
 options=('!strip')
 
source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+disable-mtrr.patch)
 
sha512sums=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e'
-
'07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93')
+
'07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93'
+
'54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
@@ -26,6 +28,9 @@
 sh "${_pkg}.run" --extract-only
 cd "${_pkg}"
 # patches here
+
+# FS#47092
+(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
 }
 
 build() {

Added: disable-mtrr.patch
===
--- disable-mtrr.patch  (rev 0)
+++ disable-mtrr.patch  2016-02-13 03:31:00 UTC (rev 259104)
@@ -0,0 +1,24 @@
+Author: Luca Boccassi 
+Description: Disable MTRR on kernel >= 4.3
+ From kernel 4.3 and newer (commit 2baa891e42d84) mtrr_add and mtrr_del are no
+ longer exported. The Nvidia kernel shim still uses it as of 304.131, causing
+ the module to error out when loading. Disable MTRR if running on 4.3 or 
greater
+ until upstream fixes it.
+--- a/nv-linux.h
 b/nv-linux.h
+@@ -256,6 +256,15 @@
+ #include 
+ #endif
+ 
++/*
++ * As of version 304.131, os-agp.c and os-mtrr.c still use deprecated
++ * kernel APIs for mtrr which are no longer exported since 4.3, causing
++ * the module to error out when loaded.
++ */
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0)
++#undef CONFIG_MTRR
++#endif
++
+ #if !defined(NV_VMWARE) && defined(CONFIG_MTRR)
+ #include 
+ #endif


[arch-commits] Commit in nvidia-304xx/repos (14 files)

2016-02-12 Thread Felix Yan
Date: Saturday, February 13, 2016 @ 04:31:46
  Author: fyan
Revision: 259105

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

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 259104, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-i686/disable-mtrr.patch
(from rev 259104, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/extra-i686/nvidia-304xx-dkms.install
(from rev 259104, nvidia-304xx/trunk/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
(from rev 259104, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 259104, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/disable-mtrr.patch
(from rev 259104, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx-dkms.install
(from rev 259104, nvidia-304xx/trunk/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install
(from rev 259104, nvidia-304xx/trunk/nvidia-304xx.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nvidia-304xx-dkms.install
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx-dkms.install
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install

+
 /PKGBUILD  |  142 +++
 /nvidia-304xx-dkms.install |   60 +
 /nvidia-304xx.install  |   26 +
 extra-i686/PKGBUILD|   66 --
 extra-i686/disable-mtrr.patch  |   24 +
 extra-i686/nvidia-304xx-dkms.install   |   30 --
 extra-i686/nvidia-304xx.install|   13 --
 extra-x86_64/PKGBUILD  |   66 --
 extra-x86_64/disable-mtrr.patch|   24 +
 extra-x86_64/nvidia-304xx-dkms.install |   30 --
 extra-x86_64/nvidia-304xx.install  |   13 --
 11 files changed, 276 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-13 03:31:00 UTC (rev 259104)
+++ extra-i686/PKGBUILD 2016-02-13 03:31:46 UTC (rev 259105)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-304xx
-pkgname=(nvidia-304xx nvidia-304xx-dkms)
-pkgver=304.131
-_extramodules=extramodules-4.4-ARCH
-pkgrel=5
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.4' 'linux-headers<4.5')
-conflicts=('nvidia')
-license=('custom')
-options=('!strip')
-source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e'
-
'07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-cd "${srcdir}"
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}/kernel"
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia-304xx() {
-pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
-depends=('linux>=4.4' 'linux<4.5' 'libgl' "nvidia-304xx-utils=${pkgver}")
-   conflicts+=('nvidia-304xx-dkms')
-install=nvidia-304xx.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/${pkgname}.install"
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-
-# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}
-
-package_nvidia-304xx-dkms() {
-pkgdesc="NVIDIA driver sources for linux, 304xx legacy branch"
-depends=('dkms' "nvidia-304xx-utils=$pkgver")
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-   conflicts+=('nvidia-304xx')
-install=nvidia-304xx-dkms.install
-
-cd ${_pkg}
-   make -C kernel clean
-install -dm 755 

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

2016-02-12 Thread Felix Yan
Date: Saturday, February 13, 2016 @ 03:44:34
  Author: fyan
Revision: 161441

upgpkg: eslint 2.0.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 01:06:19 UTC (rev 161440)
+++ PKGBUILD2016-02-13 02:44:34 UTC (rev 161441)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=1.10.3
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('24547e5fd17ae5f5dc6b0284f1ae95fa')
+md5sums=('0b093cf5a266c0ca764ff5ea045db433')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-02-12 Thread Felix Yan
Date: Saturday, February 13, 2016 @ 03:45:02
  Author: fyan
Revision: 161442

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 161441, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-13 02:44:34 UTC (rev 161441)
+++ PKGBUILD2016-02-13 02:45:02 UTC (rev 161442)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=1.10.3
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('24547e5fd17ae5f5dc6b0284f1ae95fa')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 161441, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-13 02:45:02 UTC (rev 161442)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('0b093cf5a266c0ca764ff5ea045db433')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}