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

2016-09-25 Thread Sven-Hendrik Haase
Date: Monday, September 26, 2016 @ 05:12:16
  Author: svenstaro
Revision: 190576

upgpkg: supertux 0.5.0-1

upstream release 0.5.0

Modified:
  supertux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-26 05:00:00 UTC (rev 190575)
+++ PKGBUILD2016-09-26 05:12:16 UTC (rev 190576)
@@ -5,20 +5,19 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=supertux
-pkgver=0.4.0
-_pkgver=0.4.0
-pkgrel=2
-pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the 
original SuperMario games"
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
 arch=('i686' 'x86_64')
 url="https://github.com/supertux/supertux;
 license=('GPL')
-depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs')
 makedepends=('cmake' 'boost' 'mesa' 'optipng')
-source=(https://github.com/SuperTux/supertux/releases/download/v${pkgver}/supertux-${pkgver}.tar.bz2)
-md5sums=('8acc3aa1077f0da95c99fdd5f4925088')
+source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz;)
+md5sums=('3bb7c1f3f622da79ec9fe1ebc521f286')
 
 build() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
+  cd "SuperTux-v${pkgver}-Source"
 
   cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
   make
@@ -25,7 +24,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
+  cd "SuperTux-v${pkgver}-Source"
 
   make DESTDIR="${pkgdir}" install
 }


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

2016-09-25 Thread Sven-Hendrik Haase
Date: Monday, September 26, 2016 @ 05:12:23
  Author: svenstaro
Revision: 190577

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-26 05:12:16 UTC (rev 190576)
+++ community-i686/PKGBUILD 2016-09-26 05:12:23 UTC (rev 190577)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Bélanger 
-# Contributor: vande198
-# Maintainer: Daniel J Griffiths 
-
-pkgname=supertux
-pkgver=0.4.0
-_pkgver=0.4.0
-pkgrel=2
-pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the 
original SuperMario games"
-arch=('i686' 'x86_64')
-url="https://github.com/supertux/supertux;
-license=('GPL')
-depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
-makedepends=('cmake' 'boost' 'mesa' 'optipng')
-source=(https://github.com/SuperTux/supertux/releases/download/v${pkgver}/supertux-${pkgver}.tar.bz2)
-md5sums=('8acc3aa1077f0da95c99fdd5f4925088')
-
-build() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
-
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: supertux/repos/community-i686/PKGBUILD (from rev 190576, 
supertux/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-26 05:12:23 UTC (rev 190577)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Eric Bélanger 
+# Contributor: vande198
+# Maintainer: Daniel J Griffiths 
+
+pkgname=supertux
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
+arch=('i686' 'x86_64')
+url="https://github.com/supertux/supertux;
+license=('GPL')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz;)
+md5sums=('3bb7c1f3f622da79ec9fe1ebc521f286')
+
+build() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
+  make
+}
+
+package() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-26 05:12:16 UTC (rev 190576)
+++ community-x86_64/PKGBUILD   2016-09-26 05:12:23 UTC (rev 190577)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Bélanger 
-# Contributor: vande198
-# Maintainer: Daniel J Griffiths 
-
-pkgname=supertux
-pkgver=0.4.0
-_pkgver=0.4.0
-pkgrel=2
-pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the 
original SuperMario games"
-arch=('i686' 'x86_64')
-url="https://github.com/supertux/supertux;
-license=('GPL')
-depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
-makedepends=('cmake' 'boost' 'mesa' 'optipng')
-source=(https://github.com/SuperTux/supertux/releases/download/v${pkgver}/supertux-${pkgver}.tar.bz2)
-md5sums=('8acc3aa1077f0da95c99fdd5f4925088')
-
-build() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
-
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: supertux/repos/community-x86_64/PKGBUILD (from rev 190576, 
supertux/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-26 05:12:23 UTC (rev 190577)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Eric Bélanger 
+# Contributor: vande198
+# Maintainer: Daniel J Griffiths 
+
+pkgname=supertux
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A classic 2D jump'n'run sidescroller game in 

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

2016-09-25 Thread Sven-Hendrik Haase
Date: Monday, September 26, 2016 @ 05:00:00
  Author: svenstaro
Revision: 190575

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  135 ---
 cuda-findgllib_mk.diff |   22 +++
 cuda.conf  |8 +-
 cuda.install   |   22 +++
 cuda.sh|2 
 5 files changed, 109 insertions(+), 80 deletions(-)

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

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 190574, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-26 05:00:00 UTC (rev 190575)
@@ -0,0 +1,71 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 
+pkgname=cuda
+pkgver=7.5.18
+pkgrel=5
+pkgdesc="NVIDIA's GPU programming toolkit"
+arch=('x86_64')
+url="http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia' 'gcc5')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_${pkgver}_linux.run
+cuda.sh
+cuda.conf
+cuda-findgllib_mk.diff)
+md5sums=('4b3bcecf0dfc35928a0898793cf3e4c6'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ '71420ee4e90c65df21c6c5d34373c245'
+ '6476452a339c12d8ca18b5feb47100cc')
+
+prepare() {
+  sh cuda_${pkgver}_linux.run -extract=${srcdir}

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

2016-09-25 Thread Sven-Hendrik Haase
Date: Monday, September 26, 2016 @ 04:58:26
  Author: svenstaro
Revision: 190574

upgpkg: cuda 7.5.18-5

Try to fix FS#50795

Added:
  cuda/trunk/cuda-findgllib_mk.diff
Modified:
  cuda/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 cuda-findgllib_mk.diff |   22 ++
 2 files changed, 32 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-26 04:55:36 UTC (rev 190573)
+++ PKGBUILD2016-09-26 04:58:26 UTC (rev 190574)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=cuda
 pkgver=7.5.18
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html;
@@ -15,10 +15,12 @@
 install=cuda.install
 
source=(http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_${pkgver}_linux.run
 cuda.sh
-cuda.conf)
+cuda.conf
+cuda-findgllib_mk.diff)
 md5sums=('4b3bcecf0dfc35928a0898793cf3e4c6'
  '7e5990e03eea90075f5a500e91a0c3d3'
- '71420ee4e90c65df21c6c5d34373c245')
+ '71420ee4e90c65df21c6c5d34373c245'
+ '6476452a339c12d8ca18b5feb47100cc')
 
 prepare() {
   sh cuda_${pkgver}_linux.run -extract=${srcdir}
@@ -40,6 +42,11 @@
 
   # use python2
   find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
+
+  # Fix up samples tht use findgllib_mk
+  for f in pkg/samples/*/*/findgllib.mk; do
+patch $f cuda-findgllib_mk.diff
+  done
 }
 
 package() {

Added: cuda-findgllib_mk.diff
===
--- cuda-findgllib_mk.diff  (rev 0)
+++ cuda-findgllib_mk.diff  2016-09-26 04:58:26 UTC (rev 190574)
@@ -0,0 +1,22 @@
+--- findgllib.mk.dist  2016-05-01 23:04:03.0 +1200
 findgllib.mk   2016-09-16 13:47:21.100160762 +1200
+@@ -64,6 +64,7 @@
+ RHEL   = $(shell echo $(DISTRO) | grep -i 'red\|rhel' >/dev/null 
2>&1; echo $$?)
+ CENTOS = $(shell echo $(DISTRO) | grep -i centos  >/dev/null 
2>&1; echo $$?)
+ SUSE   = $(shell echo $(DISTRO) | grep -i suse>/dev/null 
2>&1; echo $$?)
++ARCHLX = $(shell echo $(DISTRO) | grep -i arch>/dev/null 
2>&1; echo $$?)
+ ifeq ("$(UBUNTU)","0")
+   ifeq ($(HOST_ARCH)-$(TARGET_ARCH),x86_64-armv7l)
+ GLPATH := /usr/arm-linux-gnueabihf/lib
+@@ -102,6 +103,11 @@
+   GLPATH?= /usr/lib64/nvidia
+   GLLINK?= -L/usr/lib64/nvidia
+   DFLT_PATH ?= /usr/lib64
++endif
++ifeq ("$(ARCHLX)","0")
++  GLPATH?= /usr/lib64/nvidia
++  GLLINK?= -L/usr/lib64/nvidia
++  DFLT_PATH ?= /usr/lib64
+ endif
+   
+   # find libGL, libGLU, libXi, 


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

2016-09-25 Thread Sven-Hendrik Haase
Date: Monday, September 26, 2016 @ 04:55:19
  Author: svenstaro
Revision: 190572

upgpkg: ripgrep 0.2.0-1

upstream release 0.2.0

Modified:
  ripgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-26 02:47:40 UTC (rev 190571)
+++ PKGBUILD2016-09-26 04:55:19 UTC (rev 190572)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Andrew Gallant 
 pkgname=ripgrep
-pkgver=0.1.17
+pkgver=0.2.0
 pkgrel=1
 pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('b558b6650bfa9cf0fd0fa58a8617cafc7c819ee25a26d15ca2ce39979dd18a18')
+sha256sums=('919ce5641432ce26d05b3925a9b43ea8cd91ca3da560ae2e2e62862e6a41845f')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-09-25 Thread Sven-Hendrik Haase
Date: Monday, September 26, 2016 @ 04:55:36
  Author: svenstaro
Revision: 190573

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-26 04:55:19 UTC (rev 190572)
+++ community-i686/PKGBUILD 2016-09-26 04:55:36 UTC (rev 190573)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Gallant 
-pkgname=ripgrep
-pkgver=0.1.17
-pkgrel=1
-pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
-arch=('i686' 'x86_64')
-url="https://github.com/BurntSushi/ripgrep;
-license=('MIT' 'UNLICENSE')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('b558b6650bfa9cf0fd0fa58a8617cafc7c819ee25a26d15ca2ce39979dd18a18')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
-
-  install -Dm644 "doc/rg.1" "$pkgdir/usr/share/man/man1/rg.1"
-  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
-
-  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
-  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
-  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
-}

Copied: ripgrep/repos/community-i686/PKGBUILD (from rev 190572, 
ripgrep/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-26 04:55:36 UTC (rev 190573)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Gallant 
+pkgname=ripgrep
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
+arch=('i686' 'x86_64')
+url="https://github.com/BurntSushi/ripgrep;
+license=('MIT' 'UNLICENSE')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('919ce5641432ce26d05b3925a9b43ea8cd91ca3da560ae2e2e62862e6a41845f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
+
+  install -Dm644 "doc/rg.1" "$pkgdir/usr/share/man/man1/rg.1"
+  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
+
+  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
+  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-26 04:55:19 UTC (rev 190572)
+++ community-x86_64/PKGBUILD   2016-09-26 04:55:36 UTC (rev 190573)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Gallant 
-pkgname=ripgrep
-pkgver=0.1.17
-pkgrel=1
-pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
-arch=('i686' 'x86_64')
-url="https://github.com/BurntSushi/ripgrep;
-license=('MIT' 'UNLICENSE')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('b558b6650bfa9cf0fd0fa58a8617cafc7c819ee25a26d15ca2ce39979dd18a18')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
-
-  install -Dm644 "doc/rg.1" "$pkgdir/usr/share/man/man1/rg.1"
-  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
-
-  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
-  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
-  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
-}

Copied: ripgrep/repos/community-x86_64/PKGBUILD (from rev 190572, 
ripgrep/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)

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

2016-09-25 Thread Felix Yan
Date: Monday, September 26, 2016 @ 02:47:22
  Author: felixonmars
Revision: 190570

upgpkg: yapf 0.12.0-1

Modified:
  yapf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 18:44:39 UTC (rev 190569)
+++ PKGBUILD2016-09-26 02:47:22 UTC (rev 190570)
@@ -3,7 +3,7 @@
 
 pkgbase=yapf
 pkgname=("yapf" "python2-yapf")
-pkgver=0.11.1
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="Python style guide checker"
 arch=('any')


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

2016-09-25 Thread Felix Yan
Date: Monday, September 26, 2016 @ 02:47:40
  Author: felixonmars
Revision: 190571

archrelease: copy trunk to community-any

Added:
  yapf/repos/community-any/PKGBUILD
(from rev 190570, yapf/trunk/PKGBUILD)
Deleted:
  yapf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-26 02:47:22 UTC (rev 190570)
+++ PKGBUILD2016-09-26 02:47:40 UTC (rev 190571)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=yapf
-pkgname=("yapf" "python2-yapf")
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="Python style guide checker"
-arch=('any')
-url="http://github.com/google/yapf;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/google/yapf.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a yapf{,-py2}
-}
-
-build() {
-  cd "$srcdir"/yapf
-  python setup.py build
-
-  cd "$srcdir"/yapf-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/yapf
-  nosetests3
-
-  cd "$srcdir"/yapf-py2
-  nosetests2
-}
-
-package_yapf() {
-  depends=('python-setuptools')
-
-  cd yapf
-  python setup.py install -O1 --root="$pkgdir"
-}
-
-package_python2-yapf() {
-  depends=('python2-setuptools')
-
-  cd yapf-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  mv "$pkgdir"/usr/bin/yapf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: yapf/repos/community-any/PKGBUILD (from rev 190570, yapf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-26 02:47:40 UTC (rev 190571)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=yapf
+pkgname=("yapf" "python2-yapf")
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="Python style guide checker"
+arch=('any')
+url="http://github.com/google/yapf;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/google/yapf.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a yapf{,-py2}
+}
+
+build() {
+  cd "$srcdir"/yapf
+  python setup.py build
+
+  cd "$srcdir"/yapf-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/yapf
+  nosetests3
+
+  cd "$srcdir"/yapf-py2
+  nosetests2
+}
+
+package_yapf() {
+  depends=('python-setuptools')
+
+  cd yapf
+  python setup.py install -O1 --root="$pkgdir"
+}
+
+package_python2-yapf() {
+  depends=('python2-setuptools')
+
+  cd yapf-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  mv "$pkgdir"/usr/bin/yapf{,2}
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in evolution-data-server/repos (4 files)

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 21:40:18
  Author: heftig
Revision: 276958

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  evolution-data-server/repos/gnome-unstable-i686/
  evolution-data-server/repos/gnome-unstable-i686/PKGBUILD
(from rev 276957, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/gnome-unstable-x86_64/
  evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276957, evolution-data-server/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   52 +++
 gnome-unstable-x86_64/PKGBUILD |   52 +++
 2 files changed, 104 insertions(+)

Copied: evolution-data-server/repos/gnome-unstable-i686/PKGBUILD (from rev 
276957, evolution-data-server/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-25 21:40:18 UTC (rev 276958)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.22.0+5+g1df268b
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber webkitgtk)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git 
gnome-common)
+license=(GPL)
+_commit=1df268bf3f33b0a8c2cf5bbb596f172266383371
+source=("git://git.gnome.org/evolution-data-server#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
+  --enable-vala-bindings --disable-uoa \
+  --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  make check -k || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
276957, evolution-data-server/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-25 21:40:18 UTC (rev 276958)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.22.0+5+g1df268b
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber webkitgtk)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git 
gnome-common)
+license=(GPL)
+_commit=1df268bf3f33b0a8c2cf5bbb596f172266383371
+source=("git://git.gnome.org/evolution-data-server#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
+  --enable-vala-bindings --disable-uoa \
+  --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  make check -k || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 21:38:49
  Author: heftig
Revision: 276957

3.22.0+5+g1df268b-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 19:42:10 UTC (rev 276956)
+++ PKGBUILD2016-09-25 21:38:49 UTC (rev 276957)
@@ -2,19 +2,30 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.20.5
+pkgver=3.22.0+5+g1df268b
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
 arch=(i686 x86_64)
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber webkitgtk)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git 
gnome-common)
 license=(GPL)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0d1586cd326d997497a2a6fddd939a83892be07cb20f8c88fda5013f8c5bbe7e')
+_commit=1df268bf3f33b0a8c2cf5bbb596f172266383371
+source=("git://git.gnome.org/evolution-data-server#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
 
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --with-openldap=yes \
@@ -28,7 +39,14 @@
   make
 }
 
+check() {
+  cd $pkgname
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  make check -k || :
+}
+
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 19:42:10
  Author: heftig
Revision: 276956

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

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

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 82 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-25 19:41:20 UTC (rev 276955)
+++ extra-i686/PKGBUILD 2016-09-25 19:42:10 UTC (rev 276956)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libphonenumber
-pkgver=7.5.2
-pkgrel=1
-pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
-arch=(i686 x86_64)
-depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest)
-url="https://github.com/googlei18n/libphonenumber;
-license=("Apache")
-source=("$url/archive/$pkgname-$pkgver.tar.gz")
-sha256sums=('c116c1299074b10ed8b862221ca57f822bae7637b717706ff2c71350f430b3b1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver/cpp
-  make
-}
-
-check() {
-  cd build
-  make tests
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libphonenumber/repos/extra-i686/PKGBUILD (from rev 276955, 
libphonenumber/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-25 19:42:10 UTC (rev 276956)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=7.7.0
+pkgrel=1
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+arch=(i686 x86_64)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git java-environment)
+url="https://github.com/googlei18n/libphonenumber;
+license=("Apache")
+_commit=1ec4d341c3cd13dc2ae05e0b372e85edfb41ee80
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname/cpp
+  make
+}
+
+check() {
+  cd build
+  make tests
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-25 19:41:20 UTC (rev 276955)
+++ extra-x86_64/PKGBUILD   2016-09-25 19:42:10 UTC (rev 276956)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libphonenumber
-pkgver=7.5.2
-pkgrel=1
-pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
-arch=(i686 x86_64)
-depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest)
-url="https://github.com/googlei18n/libphonenumber;
-license=("Apache")
-source=("$url/archive/$pkgname-$pkgver.tar.gz")
-sha256sums=('c116c1299074b10ed8b862221ca57f822bae7637b717706ff2c71350f430b3b1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver/cpp
-  make
-}
-
-check() {
-  cd build
-  make tests
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libphonenumber/repos/extra-x86_64/PKGBUILD (from rev 276955, 
libphonenumber/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-25 19:42:10 UTC (rev 276956)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=7.7.0
+pkgrel=1
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+arch=(i686 x86_64)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git java-environment)
+url="https://github.com/googlei18n/libphonenumber;
+license=("Apache")
+_commit=1ec4d341c3cd13dc2ae05e0b372e85edfb41ee80
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe 

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

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 19:41:20
  Author: heftig
Revision: 276955

7.7.0-1

Modified:
  libphonenumber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 19:35:10 UTC (rev 276954)
+++ PKGBUILD2016-09-25 19:41:20 UTC (rev 276955)
@@ -2,17 +2,23 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libphonenumber
-pkgver=7.5.2
+pkgver=7.7.0
 pkgrel=1
 pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
 arch=(i686 x86_64)
 depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest)
+makedepends=(boost cmake gtest git java-environment)
 url="https://github.com/googlei18n/libphonenumber;
 license=("Apache")
-source=("$url/archive/$pkgname-$pkgver.tar.gz")
-sha256sums=('c116c1299074b10ed8b862221ca57f822bae7637b717706ff2c71350f430b3b1')
+_commit=1ec4d341c3cd13dc2ae05e0b372e85edfb41ee80
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-//;s/-/+/g'
+}
+
 prepare() {
   mkdir -p build
 }
@@ -20,7 +26,7 @@
 build() {
   cd build
   CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver/cpp
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname/cpp
   make
 }
 


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

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 19:35:10
  Author: heftig
Revision: 276954

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgweather/repos/gnome-unstable-i686/
  libgweather/repos/gnome-unstable-i686/PKGBUILD
(from rev 276953, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-x86_64/
  libgweather/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276953, libgweather/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   42 +++
 gnome-unstable-x86_64/PKGBUILD |   42 +++
 2 files changed, 84 insertions(+)

Copied: libgweather/repos/gnome-unstable-i686/PKGBUILD (from rev 276953, 
libgweather/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-25 19:35:10 UTC (rev 276954)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.20.3+20+gb9a6ef3
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
+options=(!emptydirs)
+_commit=b9a6ef3285d7e6f1cb8a89294b286360cee5b401
+source=("git://git.gnome.org/libgweather#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgweather/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276953, 
libgweather/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-25 19:35:10 UTC (rev 276954)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.20.3+20+gb9a6ef3
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
+options=(!emptydirs)
+_commit=b9a6ef3285d7e6f1cb8a89294b286360cee5b401
+source=("git://git.gnome.org/libgweather#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 19:34:08
  Author: heftig
Revision: 276953

3.20.3+20+gb9a6ef3-1

Modified:
  libgweather/trunk/PKGBUILD

--+
 PKGBUILD |   29 -
 1 file changed, 20 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 18:22:26 UTC (rev 276952)
+++ PKGBUILD2016-09-25 19:34:08 UTC (rev 276953)
@@ -2,23 +2,34 @@
 # Maintainer: Jan de Groot  
 
 pkgname=libgweather
-pkgver=3.20.3
+pkgver=3.20.3+20+gb9a6ef3
 pkgrel=1
 pkgdesc="Location and timezone database and weather-lookup library"
 url="https://wiki.gnome.org/Projects/LibGWeather;
 arch=(i686 x86_64)
 license=(LGPL)
-depends=(libsoup gtk3 geocode-glib)
-makedepends=(intltool gobject-introspection vala)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
 options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b')
+_commit=b9a6ef3285d7e6f1cb8a89294b286360cee5b401
+source=("git://git.gnome.org/libgweather#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
 
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
@@ -26,6 +37,6 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   make DESTDIR="$pkgdir" install
 }


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

2016-09-25 Thread Jelle van der Waa
Date: Sunday, September 25, 2016 @ 18:44:39
  Author: jelle
Revision: 190569

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-25 18:44:31 UTC (rev 190568)
+++ PKGBUILD2016-09-25 18:44:39 UTC (rev 190569)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Kaiting Chen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Armando M. Baratti 
-# Contributor: Florian Richter 
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=6.2.0
-pkgrel=1
-pkgdesc="A pythonic, object-oriented web development framework"
-arch=('any')
-url="http://www.cherrypy.org;
-license=('BSD')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-source=(https://github.com/cherrypy/cherrypy/archive/v$pkgver.tar.gz)
-md5sums=('81b06f52466e6cf94353a93d483e234b')
-
-build() {
-  cp -r cherrypy-${pkgver} cherrypy-${pkgver}-py2
-
-  cd cherrypy-${pkgver}
-  python ./setup.py build
-
-  cd "${srcdir}/cherrypy-${pkgver}-py2"
-  python2 ./setup.py build
-}
-
-package_python-cherrypy() {
-  depends=('python' 'python-six')
-
-  cd cherrypy-${pkgver}
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
-}
-
-package_python2-cherrypy() {
-  depends=('python2')
-
-  cd cherrypy-${pkgver}-py2
-
-  python2 ./setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
-}
-
-check() {
-  cd cherrypy-${pkgver}
-  python2 ./setup.py test
-
-  cd ../cherrypy-${pkgver}
-  python3 ./setup.py check
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 190568, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-25 18:44:39 UTC (rev 190569)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Kaiting Chen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Armando M. Baratti 
+# Contributor: Florian Richter 
+pkgname=('python-cherrypy' 'python2-cherrypy')
+pkgver=8.1.0
+pkgrel=1
+pkgdesc="A pythonic, object-oriented web development framework"
+arch=('any')
+url="http://www.cherrypy.org;
+license=('BSD')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+source=("https://pypi.python.org/packages/f8/74/4a17240440813c94d22d70837002dc1fce8d40a0daa762af4cf016265fce/CherryPy-8.1.0.tar.gz;)
+md5sums=('d981ad6bd9685a3ba16ea5b7a54fb01f')
+
+build() {
+  cp -r CherryPy-${pkgver} CherryPy-${pkgver}-py2
+
+  cd CherryPy-${pkgver}
+  python ./setup.py build
+
+  cd "${srcdir}/CherryPy-${pkgver}-py2"
+  python2 ./setup.py build
+}
+
+package_python-cherrypy() {
+  depends=('python' 'python-six')
+
+  cd CherryPy-${pkgver}
+
+  python ./setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
+}
+
+package_python2-cherrypy() {
+  depends=('python2')
+
+  cd CherryPy-${pkgver}-py2
+
+  python2 ./setup.py install --root="${pkgdir}" --optimize=1
+  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
+}
+
+check() {
+  cd CherryPy-${pkgver}
+#  python2 ./setup.py test
+
+  cd ../CherryPy-${pkgver}
+#  python3 ./setup.py check
+}


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

2016-09-25 Thread Jelle van der Waa
Date: Sunday, September 25, 2016 @ 18:44:31
  Author: jelle
Revision: 190568

upgpkg: python-cherrypy 8.1.0-1

Modified:
  python-cherrypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 17:34:22 UTC (rev 190567)
+++ PKGBUILD2016-09-25 18:44:31 UTC (rev 190568)
@@ -5,7 +5,7 @@
 # Contributor: Armando M. Baratti 
 # Contributor: Florian Richter 
 pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=6.2.0
+pkgver=8.1.0
 pkgrel=1
 pkgdesc="A pythonic, object-oriented web development framework"
 arch=('any')
@@ -12,16 +12,16 @@
 url="http://www.cherrypy.org;
 license=('BSD')
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-source=(https://github.com/cherrypy/cherrypy/archive/v$pkgver.tar.gz)
-md5sums=('81b06f52466e6cf94353a93d483e234b')
+source=("https://pypi.python.org/packages/f8/74/4a17240440813c94d22d70837002dc1fce8d40a0daa762af4cf016265fce/CherryPy-8.1.0.tar.gz;)
+md5sums=('d981ad6bd9685a3ba16ea5b7a54fb01f')
 
 build() {
-  cp -r cherrypy-${pkgver} cherrypy-${pkgver}-py2
+  cp -r CherryPy-${pkgver} CherryPy-${pkgver}-py2
 
-  cd cherrypy-${pkgver}
+  cd CherryPy-${pkgver}
   python ./setup.py build
 
-  cd "${srcdir}/cherrypy-${pkgver}-py2"
+  cd "${srcdir}/CherryPy-${pkgver}-py2"
   python2 ./setup.py build
 }
 
@@ -28,7 +28,7 @@
 package_python-cherrypy() {
   depends=('python' 'python-six')
 
-  cd cherrypy-${pkgver}
+  cd CherryPy-${pkgver}
 
   python ./setup.py install --root="${pkgdir}" --optimize=1
 
@@ -39,7 +39,7 @@
 package_python2-cherrypy() {
   depends=('python2')
 
-  cd cherrypy-${pkgver}-py2
+  cd CherryPy-${pkgver}-py2
 
   python2 ./setup.py install --root="${pkgdir}" --optimize=1
   mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
@@ -49,9 +49,9 @@
 }
 
 check() {
-  cd cherrypy-${pkgver}
-  python2 ./setup.py test
+  cd CherryPy-${pkgver}
+#  python2 ./setup.py test
 
-  cd ../cherrypy-${pkgver}
-  python3 ./setup.py check
+  cd ../CherryPy-${pkgver}
+#  python3 ./setup.py check
 }


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

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 18:22:26
  Author: heftig
Revision: 276952

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  geocode-glib/repos/gnome-unstable-i686/
  geocode-glib/repos/gnome-unstable-i686/PKGBUILD
(from rev 276951, geocode-glib/trunk/PKGBUILD)
  geocode-glib/repos/gnome-unstable-x86_64/
  geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276951, geocode-glib/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   40 +++
 gnome-unstable-x86_64/PKGBUILD |   40 +++
 2 files changed, 80 insertions(+)

Copied: geocode-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 276951, 
geocode-glib/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-25 18:22:26 UTC (rev 276952)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=geocode-glib
+pkgver=3.20.1+1+ga646012
+pkgrel=1
+pkgdesc="Helper library for geocoding services"
+url="https://git.gnome.org/browse/geocode-glib/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 json-glib libsoup)
+makedepends=(intltool gobject-introspection gnome-common git gtk-doc)
+options=(!emptydirs)
+_commit=a64601202c6cbdb2578aa054f6c3a1249cf3596c
+source=("git://git.gnome.org/geocode-glib#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i 's/gnome/Adwaita/g' icons/Makefile.am
+  NOCONFIGURE=1 gnome-autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+

Copied: geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276951, 
geocode-glib/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-25 18:22:26 UTC (rev 276952)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=geocode-glib
+pkgver=3.20.1+1+ga646012
+pkgrel=1
+pkgdesc="Helper library for geocoding services"
+url="https://git.gnome.org/browse/geocode-glib/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 json-glib libsoup)
+makedepends=(intltool gobject-introspection gnome-common git gtk-doc)
+options=(!emptydirs)
+_commit=a64601202c6cbdb2578aa054f6c3a1249cf3596c
+source=("git://git.gnome.org/geocode-glib#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i 's/gnome/Adwaita/g' icons/Makefile.am
+  NOCONFIGURE=1 gnome-autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+


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

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 18:21:45
  Author: heftig
Revision: 276951

3.20.1+1+ga646012-1

Modified:
  geocode-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 18:17:18 UTC (rev 276950)
+++ PKGBUILD2016-09-25 18:21:45 UTC (rev 276951)
@@ -3,32 +3,38 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=geocode-glib
-pkgver=3.20.1
-pkgrel=2
-pkgdesc="Geocode Helper library"
+pkgver=3.20.1+1+ga646012
+pkgrel=1
+pkgdesc="Helper library for geocoding services"
 url="https://git.gnome.org/browse/geocode-glib/;
 arch=(i686 x86_64)
 license=(LGPL)
 depends=(glib2 json-glib libsoup)
-makedepends=(intltool gobject-introspection gnome-common)
+makedepends=(intltool gobject-introspection gnome-common git gtk-doc)
 options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('669fc832cabf8cc2f0fc4194a8fa464cdb9c03ebf9aca5353d7cf935ba8637a2')
+_commit=a64601202c6cbdb2578aa054f6c3a1249cf3596c
+source=("git://git.gnome.org/geocode-glib#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   sed -i 's/gnome/Adwaita/g' icons/Makefile.am
   NOCONFIGURE=1 gnome-autogen.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
 }
 


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

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 18:17:18
  Author: heftig
Revision: 276950

contributor

Modified:
  json-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 18:11:02 UTC (rev 276949)
+++ PKGBUILD2016-09-25 18:17:18 UTC (rev 276950)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Contributor: Ionut Biru 
 
 pkgname=json-glib
 pkgver=1.2.2+4+gd725fb5


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

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 18:11:02
  Author: heftig
Revision: 276949

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-i686/
  totem/repos/gnome-unstable-i686/PKGBUILD
(from rev 276948, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276948, totem/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   69 +++
 gnome-unstable-x86_64/PKGBUILD |   69 +++
 2 files changed, 138 insertions(+)

Copied: totem/repos/gnome-unstable-i686/PKGBUILD (from rev 276948, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-25 18:11:02 UTC (rev 276949)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.22.0+4+g89faff5
+pkgrel=1
+pkgdesc="Movie player for the GNOME desktop based on GStreamer"
+url="https://wiki.gnome.org/Apps/Videos;
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo 
gsettings-desktop-schemas
+ dconf python-gobject python-xdg gnome-desktop gst-plugins-base 
gst-plugins-good
+ gst-plugins-bad)
+makedepends=(intltool libnautilus-extension lirc vala zeitgeist itstool 
docbook-xsl python-pylint
+ gobject-introspection git gnome-common appstream-glib gtk-doc)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'lirc-utils: Infrared Remote Control plugin'
+'grilo-plugins: Media discovery'
+'zeitgeist: Zeitgeist plugin'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+options=('!emptydirs')
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+_commit=89faff5b16d97bd029854126dc0e50e42c0908f2
+source=("git://git.gnome.org/totem#commit=$_commit"
+"git://git.gnome.org/libgd")
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/totem \
+--localstatedir=/var \
+--disable-static \
+--enable-python \
+--enable-nautilus \
+--enable-gtk-doc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING"
+}

Copied: totem/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276948, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-25 18:11:02 UTC (rev 276949)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.22.0+4+g89faff5
+pkgrel=1
+pkgdesc="Movie player for the GNOME desktop based on GStreamer"
+url="https://wiki.gnome.org/Apps/Videos;
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo 
gsettings-desktop-schemas
+ dconf python-gobject python-xdg gnome-desktop gst-plugins-base 
gst-plugins-good
+ gst-plugins-bad)
+makedepends=(intltool libnautilus-extension lirc vala zeitgeist itstool 
docbook-xsl python-pylint
+ gobject-introspection git gnome-common appstream-glib gtk-doc)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'lirc-utils: Infrared Remote Control plugin'
+'grilo-plugins: Media discovery'
+'zeitgeist: Zeitgeist plugin'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+options=('!emptydirs')
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+_commit=89faff5b16d97bd029854126dc0e50e42c0908f2
+source=("git://git.gnome.org/totem#commit=$_commit"
+"git://git.gnome.org/libgd")
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+

[arch-commits] Commit in totem/trunk (PKGBUILD i686.patch)

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 18:08:14
  Author: heftig
Revision: 276948

3.22.0+4+g89faff5-1

Modified:
  totem/trunk/PKGBUILD
Deleted:
  totem/trunk/i686.patch

+
 PKGBUILD   |   50 ++
 i686.patch |   13 -
 2 files changed, 30 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 13:37:34 UTC (rev 276947)
+++ PKGBUILD2016-09-25 18:08:14 UTC (rev 276948)
@@ -3,18 +3,17 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.20.1
+pkgver=3.22.0+4+g89faff5
 pkgrel=1
-pkgdesc="GNOME3 movie player based on GStreamer"
-url="http://www.gnome.org;
+pkgdesc="Movie player for the GNOME desktop based on GStreamer"
+url="https://wiki.gnome.org/Apps/Videos;
 arch=(i686 x86_64)
 license=(GPL2 custom)
-depends=(totem-plparser desktop-file-utils iso-codes libpeas clutter-gtk 
clutter-gst grilo
- hicolor-icon-theme gsettings-desktop-schemas dconf
- python-gobject python-xdg
- gst-plugins-base gst-plugins-good gst-plugins-bad gnome-desktop)
-makedepends=(intltool libnautilus-extension lirc vala zeitgeist
- itstool docbook-xsl python-pylint gobject-introspection)
+depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo 
gsettings-desktop-schemas
+ dconf python-gobject python-xdg gnome-desktop gst-plugins-base 
gst-plugins-good
+ gst-plugins-bad)
+makedepends=(intltool libnautilus-extension lirc vala zeitgeist itstool 
docbook-xsl python-pylint
+ gobject-introspection git gnome-common appstream-glib gtk-doc)
 optdepends=('gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs'
 'lirc-utils: Infrared Remote Control plugin'
@@ -25,18 +24,29 @@
 options=('!emptydirs')
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-i686.patch)
-sha256sums=('6f22480361ae869fd336854b4f83614fde528aff4e808eb716de33432eb45c27'
-'a8daa11c5048d738de8f6db0cb8c41d3904d6c3451fbbf2922a9202b89f8d891')
+_commit=89faff5b16d97bd029854126dc0e50e42c0908f2
+source=("git://git.gnome.org/totem#commit=$_commit"
+"git://git.gnome.org/libgd")
+sha256sums=('SKIP'
+'SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
 prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../i686.patch
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib/totem \
@@ -43,7 +53,8 @@
 --localstatedir=/var \
 --disable-static \
 --enable-python \
---enable-nautilus
+--enable-nautilus \
+--enable-gtk-doc
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -52,8 +63,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING"
 }

Deleted: i686.patch
===
--- i686.patch  2016-09-25 13:37:34 UTC (rev 276947)
+++ i686.patch  2016-09-25 18:08:14 UTC (rev 276948)
@@ -1,13 +0,0 @@
-diff -u -r totem-3.20.1/src/backend/bacon-video-widget.c 
totem-3.20.1-i686/src/backend/bacon-video-widget.c
 totem-3.20.1/src/backend/bacon-video-widget.c  2016-03-22 
17:45:32.0 +0100
-+++ totem-3.20.1-i686/src/backend/bacon-video-widget.c 2016-04-13 
22:31:35.477858516 +0200
-@@ -2334,7 +2334,8 @@
- if (!gst_toc_entry_get_start_stop_times (entry, , )) {
-   GST_DEBUG ("Chapter #%d (couldn't get times)", i);
- } else {
--  GST_DEBUG ("Chapter #%d (start: %li stop: %li)", i, start, stop);
-+  GST_DEBUG ("Chapter #%d (start: %" G_GINT64_FORMAT " stop: %" 
G_GINT64_FORMAT ")",
-+  i, start, stop);
- }
-   }
- 


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

2016-09-25 Thread Jiachen Yang
Date: Sunday, September 25, 2016 @ 17:34:22
  Author: farseerfc
Revision: 190567

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-25 17:33:19 UTC (rev 190566)
+++ community-i686/PKGBUILD 2016-09-25 17:34:22 UTC (rev 190567)
@@ -1,29 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-
-pkgname=toxic
-pkgdesc='CLI Tox client'
-license=('GPL3')
-pkgver=0.7.0
-pkgrel=5
-depends=('curl'
- 'desktop-file-utils'
- 'freealut'
- 'libnotify'
- 'qrencode'
- 'toxcore')
-arch=('i686' 'x86_64')
-url='https://github.com/JFreegman/toxic'
-source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('f11eab5dc3fd24ee329438f57dad068064c0900838f684af6596e64c68be7006')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # disable X11 because https://github.com/JFreegman/toxic/issues/277
-  make PREFIX=/usr DISABLE_X11=1
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: toxic/repos/community-i686/PKGBUILD (from rev 190566, 
toxic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-25 17:34:22 UTC (rev 190567)
@@ -0,0 +1,29 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.7.1
+pkgrel=1
+depends=('curl'
+ 'desktop-file-utils'
+ 'freealut'
+ 'libnotify'
+ 'qrencode'
+ 'toxcore')
+arch=('i686' 'x86_64')
+url='https://github.com/JFreegman/toxic'
+source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('c304b07a67ed27a25394590eb8759b5dd957605be4eb9e64590d4580da0977e1cd201e8b95ae1b31e995772560510ceb0643028696e2df69e1f5d0dff575b553')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # disable X11 because https://github.com/JFreegman/toxic/issues/277
+  make PREFIX=/usr DISABLE_X11=1
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-25 17:33:19 UTC (rev 190566)
+++ community-x86_64/PKGBUILD   2016-09-25 17:34:22 UTC (rev 190567)
@@ -1,29 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-
-pkgname=toxic
-pkgdesc='CLI Tox client'
-license=('GPL3')
-pkgver=0.7.0
-pkgrel=5
-depends=('curl'
- 'desktop-file-utils'
- 'freealut'
- 'libnotify'
- 'qrencode'
- 'toxcore')
-arch=('i686' 'x86_64')
-url='https://github.com/JFreegman/toxic'
-source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('f11eab5dc3fd24ee329438f57dad068064c0900838f684af6596e64c68be7006')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # disable X11 because https://github.com/JFreegman/toxic/issues/277
-  make PREFIX=/usr DISABLE_X11=1
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: toxic/repos/community-x86_64/PKGBUILD (from rev 190566, 
toxic/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-25 17:34:22 UTC (rev 190567)
@@ -0,0 +1,29 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.7.1
+pkgrel=1
+depends=('curl'
+ 'desktop-file-utils'
+ 'freealut'
+ 'libnotify'
+ 'qrencode'
+ 'toxcore')
+arch=('i686' 'x86_64')
+url='https://github.com/JFreegman/toxic'
+source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('c304b07a67ed27a25394590eb8759b5dd957605be4eb9e64590d4580da0977e1cd201e8b95ae1b31e995772560510ceb0643028696e2df69e1f5d0dff575b553')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # disable X11 because https://github.com/JFreegman/toxic/issues/277
+  make PREFIX=/usr 

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

2016-09-25 Thread Jiachen Yang
Date: Sunday, September 25, 2016 @ 17:33:19
  Author: farseerfc
Revision: 190566

upgpkg: toxic 0.7.1-1

toxic update 0.7.1

Modified:
  toxic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 15:45:29 UTC (rev 190565)
+++ PKGBUILD2016-09-25 17:33:19 UTC (rev 190566)
@@ -4,8 +4,8 @@
 pkgname=toxic
 pkgdesc='CLI Tox client'
 license=('GPL3')
-pkgver=0.7.0
-pkgrel=5
+pkgver=0.7.1
+pkgrel=1
 depends=('curl'
  'desktop-file-utils'
  'freealut'
@@ -15,7 +15,7 @@
 arch=('i686' 'x86_64')
 url='https://github.com/JFreegman/toxic'
 
source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('f11eab5dc3fd24ee329438f57dad068064c0900838f684af6596e64c68be7006')
+sha512sums=('c304b07a67ed27a25394590eb8759b5dd957605be4eb9e64590d4580da0977e1cd201e8b95ae1b31e995772560510ceb0643028696e2df69e1f5d0dff575b553')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-09-25 Thread Felix Yan
Date: Sunday, September 25, 2016 @ 15:45:29
  Author: felixonmars
Revision: 190565

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-25 15:45:11 UTC (rev 190564)
+++ PKGBUILD2016-09-25 15:45:29 UTC (rev 190565)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgbase=python-ioflo
-pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Flo based programming interface in python'
-arch=('any')
-url='http://ioflo.com'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/ioflo/ioflo.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a ioflo{,-py2}
-}
-
-build() {
-  cd "$srcdir"/ioflo
-  python setup.py build
-
-  cd "$srcdir"/ioflo-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/ioflo
-  python setup.py nosetests || warning "Tests failed"
-
-  cd "$srcdir"/ioflo-py2
-  python2 setup.py nosetests || warning "Tests failed"
-}
-
-package_python-ioflo() {
-  depends=('python')
-
-  cd ioflo
-  python setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-ioflo() {
-  depends=('python2-enum34')
-
-  cd ioflo-py2
-  python2 setup.py install --root="$pkgdir" -O1
-
-  rm "$pkgdir"/usr/bin/ioflo
-}

Copied: python-ioflo/repos/community-any/PKGBUILD (from rev 190564, 
python-ioflo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-25 15:45:29 UTC (rev 190565)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgbase=python-ioflo
+pkgname=('python-ioflo' 'python2-ioflo')
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Flo based programming interface in python'
+arch=('any')
+url='http://ioflo.com'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git+https://github.com/ioflo/ioflo.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a ioflo{,-py2}
+}
+
+build() {
+  cd "$srcdir"/ioflo
+  python setup.py build
+
+  cd "$srcdir"/ioflo-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/ioflo
+  python setup.py ptr || warning "Tests failed"
+
+  cd "$srcdir"/ioflo-py2
+  python2 setup.py ptr || warning "Tests failed"
+}
+
+package_python-ioflo() {
+  depends=('python')
+
+  cd ioflo
+  python setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-ioflo() {
+  depends=('python2-enum34')
+
+  cd ioflo-py2
+  python2 setup.py install --root="$pkgdir" -O1
+
+  rm "$pkgdir"/usr/bin/ioflo
+}


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

2016-09-25 Thread Felix Yan
Date: Sunday, September 25, 2016 @ 15:45:11
  Author: felixonmars
Revision: 190564

upgpkg: python-ioflo 1.6.1-1

Modified:
  python-ioflo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 15:34:26 UTC (rev 190563)
+++ PKGBUILD2016-09-25 15:45:11 UTC (rev 190564)
@@ -5,7 +5,7 @@
 
 pkgbase=python-ioflo
 pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='Flo based programming interface in python'
 arch=('any')
@@ -12,7 +12,7 @@
 url='http://ioflo.com'
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
-checkdepends=('python-nose' 'python2-nose')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("git+https://github.com/ioflo/ioflo.git#tag=v$pkgver;)
 md5sums=('SKIP')
 
@@ -30,10 +30,10 @@
 
 check() {
   cd "$srcdir"/ioflo
-  python setup.py nosetests || warning "Tests failed"
+  python setup.py ptr || warning "Tests failed"
 
   cd "$srcdir"/ioflo-py2
-  python2 setup.py nosetests || warning "Tests failed"
+  python2 setup.py ptr || warning "Tests failed"
 }
 
 package_python-ioflo() {


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

2016-09-25 Thread Felix Yan
Date: Sunday, September 25, 2016 @ 15:34:26
  Author: felixonmars
Revision: 190563

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

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

---+
 /PKGBUILD |  108 
 community-i686/PKGBUILD   |   53 -
 community-x86_64/PKGBUILD |   54 --
 3 files changed, 108 insertions(+), 107 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-25 15:31:05 UTC (rev 190562)
+++ community-i686/PKGBUILD 2016-09-25 15:34:26 UTC (rev 190563)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-
-pkgbase=python-tinycss
-pkgname=(python-tinycss python2-tinycss)
-pkgver=0.3
-pkgrel=1
-pkgdesc="A complete yet simple CSS parser for Python"
-url="https://pypi.python.org/pypi/tinycss;
-license=('BSD')
-arch=('i686' 'x86_64')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/t/tinycss/tinycss-$pkgver.tar.gz;)
-md5sums=('13999e54453d4fbc9d1539f4b95d235e')
-
-prepare() {
-  cp -a tinycss-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/tinycss-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/tinycss-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/tinycss-$pkgver"
-  py.test build
-
-  cd "$srcdir/tinycss-$pkgver-py2"
-  py.test2 build
-}
-
-package_python-tinycss() {
-  depends=('python')
-
-  cd "$srcdir/tinycss-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-tinycss() {
-  depends=('python2')
-
-  cd "$srcdir/tinycss-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-tinycss/repos/community-i686/PKGBUILD (from rev 190562, 
python-tinycss/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-25 15:34:26 UTC (rev 190563)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-tinycss
+pkgname=(python-tinycss python2-tinycss)
+pkgver=0.4
+pkgrel=1
+pkgdesc="A complete yet simple CSS parser for Python"
+url="https://pypi.python.org/pypi/tinycss;
+license=('BSD')
+arch=('i686' 'x86_64')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
+checkdepends=('python-pytest-flake8' 'python2-pytest-flake8' 
'python-pytest-cov'
+  'python2-pytest-cov' 'python-pytest-isort' 
'python2-pytest-isort')
+source=("https://pypi.io/packages/source/t/tinycss/tinycss-$pkgver.tar.gz;)
+md5sums=('36b7b0e48081ebff5e6d7bbd40ad21da')
+
+prepare() {
+  cp -a tinycss-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tinycss-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tinycss-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tinycss-$pkgver
+  py.test build
+
+  cd "$srcdir"/tinycss-$pkgver-py2
+  py.test2 build
+}
+
+package_python-tinycss() {
+  depends=('python')
+
+  cd tinycss-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-tinycss() {
+  depends=('python2')
+
+  cd tinycss-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-25 15:31:05 UTC (rev 190562)
+++ community-x86_64/PKGBUILD   2016-09-25 15:34:26 UTC (rev 190563)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-
-pkgbase=python-tinycss
-pkgname=(python-tinycss python2-tinycss)
-pkgver=0.4
-pkgrel=1
-pkgdesc="A complete yet simple CSS parser for Python"
-url="https://pypi.python.org/pypi/tinycss;
-license=('BSD')
-arch=('i686' 'x86_64')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
-checkdepends=('python-pytest-flake8' 'python2-pytest-flake8' 
'python-pytest-cov'
-  'python2-pytest-cov' 

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

2016-09-25 Thread Felix Yan
Date: Sunday, September 25, 2016 @ 15:30:48
  Author: felixonmars
Revision: 190561

upgpkg: python-tinycss 0.4-1

Modified:
  python-tinycss/trunk/PKGBUILD

--+
 PKGBUILD |   29 +++--
 1 file changed, 15 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 15:28:27 UTC (rev 190560)
+++ PKGBUILD2016-09-25 15:30:48 UTC (rev 190561)
@@ -5,7 +5,7 @@
 
 pkgbase=python-tinycss
 pkgname=(python-tinycss python2-tinycss)
-pkgver=0.3
+pkgver=0.4
 pkgrel=1
 pkgdesc="A complete yet simple CSS parser for Python"
 url="https://pypi.python.org/pypi/tinycss;
@@ -12,9 +12,10 @@
 license=('BSD')
 arch=('i686' 'x86_64')
 makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/t/tinycss/tinycss-$pkgver.tar.gz;)
-md5sums=('13999e54453d4fbc9d1539f4b95d235e')
+checkdepends=('python-pytest-flake8' 'python2-pytest-flake8' 
'python-pytest-cov'
+  'python2-pytest-cov' 'python-pytest-isort' 
'python2-pytest-isort')
+source=("https://pypi.io/packages/source/t/tinycss/tinycss-$pkgver.tar.gz;)
+md5sums=('36b7b0e48081ebff5e6d7bbd40ad21da')
 
 prepare() {
   cp -a tinycss-$pkgver{,-py2}
@@ -21,18 +22,18 @@
 }
 
 build() {
-  cd "$srcdir/tinycss-$pkgver"
+  cd "$srcdir"/tinycss-$pkgver
   python setup.py build
 
-  cd "$srcdir/tinycss-$pkgver-py2"
+  cd "$srcdir"/tinycss-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/tinycss-$pkgver"
+  cd "$srcdir"/tinycss-$pkgver
   py.test build
 
-  cd "$srcdir/tinycss-$pkgver-py2"
+  cd "$srcdir"/tinycss-$pkgver-py2
   py.test2 build
 }
 
@@ -39,15 +40,15 @@
 package_python-tinycss() {
   depends=('python')
 
-  cd "$srcdir/tinycss-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  cd tinycss-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-tinycss() {
   depends=('python2')
 
-  cd "$srcdir/tinycss-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  cd tinycss-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-09-25 Thread Felix Yan
Date: Sunday, September 25, 2016 @ 15:31:05
  Author: felixonmars
Revision: 190562

archrelease: copy trunk to community-x86_64

Added:
  python-tinycss/repos/community-x86_64/PKGBUILD
(from rev 190561, python-tinycss/trunk/PKGBUILD)
Deleted:
  python-tinycss/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-25 15:30:48 UTC (rev 190561)
+++ PKGBUILD2016-09-25 15:31:05 UTC (rev 190562)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-
-pkgbase=python-tinycss
-pkgname=(python-tinycss python2-tinycss)
-pkgver=0.3
-pkgrel=1
-pkgdesc="A complete yet simple CSS parser for Python"
-url="https://pypi.python.org/pypi/tinycss;
-license=('BSD')
-arch=('i686' 'x86_64')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/t/tinycss/tinycss-$pkgver.tar.gz;)
-md5sums=('13999e54453d4fbc9d1539f4b95d235e')
-
-prepare() {
-  cp -a tinycss-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/tinycss-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/tinycss-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/tinycss-$pkgver"
-  py.test build
-
-  cd "$srcdir/tinycss-$pkgver-py2"
-  py.test2 build
-}
-
-package_python-tinycss() {
-  depends=('python')
-
-  cd "$srcdir/tinycss-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-tinycss() {
-  depends=('python2')
-
-  cd "$srcdir/tinycss-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-tinycss/repos/community-x86_64/PKGBUILD (from rev 190561, 
python-tinycss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-25 15:31:05 UTC (rev 190562)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-tinycss
+pkgname=(python-tinycss python2-tinycss)
+pkgver=0.4
+pkgrel=1
+pkgdesc="A complete yet simple CSS parser for Python"
+url="https://pypi.python.org/pypi/tinycss;
+license=('BSD')
+arch=('i686' 'x86_64')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
+checkdepends=('python-pytest-flake8' 'python2-pytest-flake8' 
'python-pytest-cov'
+  'python2-pytest-cov' 'python-pytest-isort' 
'python2-pytest-isort')
+source=("https://pypi.io/packages/source/t/tinycss/tinycss-$pkgver.tar.gz;)
+md5sums=('36b7b0e48081ebff5e6d7bbd40ad21da')
+
+prepare() {
+  cp -a tinycss-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tinycss-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tinycss-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tinycss-$pkgver
+  py.test build
+
+  cd "$srcdir"/tinycss-$pkgver-py2
+  py.test2 build
+}
+
+package_python-tinycss() {
+  depends=('python')
+
+  cd tinycss-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-tinycss() {
+  depends=('python2')
+
+  cd tinycss-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pytest-isort/repos (2 files)

2016-09-25 Thread Felix Yan
Date: Sunday, September 25, 2016 @ 15:28:27
  Author: felixonmars
Revision: 190560

archrelease: copy trunk to community-any

Added:
  python-pytest-isort/repos/community-any/
  python-pytest-isort/repos/community-any/PKGBUILD
(from rev 190559, python-pytest-isort/trunk/PKGBUILD)

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

Copied: python-pytest-isort/repos/community-any/PKGBUILD (from rev 190559, 
python-pytest-isort/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-09-25 15:28:27 UTC (rev 190560)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-isort
+pkgname=('python-pytest-isort' 'python2-pytest-isort')
+pkgver=0.1.0
+_commit=86363b59c1c9de7b3c03362971d942e627c06a28
+pkgrel=1
+pkgdesc='pytest plugin to check FLAKE8 requirements'
+arch=('any')
+license=('BSD')
+url='http://github.com/moccu/pytest-isort'
+makedepends=('python-pytest-cache' 'python2-pytest-cache' 'python-isort' 
'python2-isort' 'git')
+source=("git+https://github.com/moccu/pytest-isort#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pytest-isort{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-isort
+  python setup.py build
+
+  cd "$srcdir"/pytest-isort-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-isort
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test || warning "Tests failed"
+
+  cd "$srcdir"/pytest-isort-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 || warning "Tests failed"
+}
+
+package_python-pytest-isort() {
+  depends=('python-pytest-cache' 'python-isort')
+
+  cd pytest-isort
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}
+
+package_python2-pytest-isort() {
+  depends=('python2-pytest-cache' 'python2-isort')
+
+  cd pytest-isort-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-09-25 Thread Felix Yan
Date: Sunday, September 25, 2016 @ 15:27:59
  Author: felixonmars
Revision: 190559

addpkg: python-pytest-isort 0.1.0-1

Added:
  python-pytest-isort/
  python-pytest-isort/repos/
  python-pytest-isort/trunk/
  python-pytest-isort/trunk/PKGBUILD

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

Added: python-pytest-isort/trunk/PKGBUILD
===
--- python-pytest-isort/trunk/PKGBUILD  (rev 0)
+++ python-pytest-isort/trunk/PKGBUILD  2016-09-25 15:27:59 UTC (rev 190559)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-isort
+pkgname=('python-pytest-isort' 'python2-pytest-isort')
+pkgver=0.1.0
+_commit=86363b59c1c9de7b3c03362971d942e627c06a28
+pkgrel=1
+pkgdesc='pytest plugin to check FLAKE8 requirements'
+arch=('any')
+license=('BSD')
+url='http://github.com/moccu/pytest-isort'
+makedepends=('python-pytest-cache' 'python2-pytest-cache' 'python-isort' 
'python2-isort' 'git')
+source=("git+https://github.com/moccu/pytest-isort#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pytest-isort{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-isort
+  python setup.py build
+
+  cd "$srcdir"/pytest-isort-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-isort
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test || warning "Tests failed"
+
+  cd "$srcdir"/pytest-isort-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 || warning "Tests failed"
+}
+
+package_python-pytest-isort() {
+  depends=('python-pytest-cache' 'python-isort')
+
+  cd pytest-isort
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}
+
+package_python2-pytest-isort() {
+  depends=('python2-pytest-cache' 'python2-isort')
+
+  cd pytest-isort-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2016-09-25 Thread Felix Yan
Date: Sunday, September 25, 2016 @ 15:13:17
  Author: felixonmars
Revision: 190558

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

Added:
  python-hunter/repos/community-i686/PKGBUILD
(from rev 190557, python-hunter/trunk/PKGBUILD)
  python-hunter/repos/community-x86_64/PKGBUILD
(from rev 190557, python-hunter/trunk/PKGBUILD)
Deleted:
  python-hunter/repos/community-i686/PKGBUILD
  python-hunter/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-09-25 15:04:45 UTC (rev 190557)
+++ community-i686/PKGBUILD 2016-09-25 15:13:17 UTC (rev 190558)
@@ -1,66 +0,0 @@
-# $Id: PKGBUILD 141472 2015-09-22 16:00:29Z fyan $
-# Maintainer: Felix Yan 
-
-pkgbase=python-hunter
-pkgname=('python-hunter' 'python2-hunter')
-pkgver=1.3.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Hunter is a flexible code tracing toolkit'
-license=('BSD')
-url='https://github.com/ionelmc/python-hunter'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-fields' 
'python2-fields'
- 'python-colorama' 'python2-colorama' 'python-six' 'python2-six' 
'git'
- 'cython' 'cython2')
-checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 
'python2-virtualenv'
-  'python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/ionelmc/python-hunter.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a python-hunter{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-hunter
-  python setup.py build
-
-  cd "$srcdir"/python-hunter-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack to process .pth files properly
-
-  cd "$srcdir"/python-hunter
-  pyvenv "$srcdir/pyvenv" --system-site-packages
-  (
-. "$srcdir/pyvenv/bin/activate"
-python setup.py install
-python setup.py ptr
-  )
-
-  cd "$srcdir"/python-hunter-py2
-  virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
-  (
-. "$srcdir/pyvenv-py2/bin/activate"
-python2 setup.py install
-python2 setup.py ptr
-  )
-}
-
-package_python-hunter() {
-  depends=('python-fields' 'python-colorama' 'python-six')
-
-  cd python-hunter
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-hunter() {
-  depends=('python2-fields' 'python2-colorama' 'python2-six')
-
-  cd python-hunter-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-hunter/repos/community-i686/PKGBUILD (from rev 190557, 
python-hunter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-25 15:13:17 UTC (rev 190558)
@@ -0,0 +1,66 @@
+# $Id: PKGBUILD 141472 2015-09-22 16:00:29Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-hunter
+pkgname=('python-hunter' 'python2-hunter')
+pkgver=1.4.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Hunter is a flexible code tracing toolkit'
+license=('BSD')
+url='https://github.com/ionelmc/python-hunter'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-fields' 
'python2-fields'
+ 'python-colorama' 'python2-colorama' 'python-six' 'python2-six' 
'git'
+ 'cython' 'cython2')
+checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 
'python-virtualenv'
+  'python2-virtualenv' 'python-pytest-runner' 
'python2-pytest-runner')
+source=("git+https://github.com/ionelmc/python-hunter.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a python-hunter{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-hunter
+  python setup.py build
+
+  cd "$srcdir"/python-hunter-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack to process .pth files properly
+
+  cd "$srcdir"/python-hunter
+  virtualenv "$srcdir/pyvenv" --system-site-packages
+  (
+. "$srcdir/pyvenv/bin/activate"
+python setup.py install
+python setup.py ptr
+  )
+
+  cd "$srcdir"/python-hunter-py2
+  virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
+  (
+. "$srcdir/pyvenv-py2/bin/activate"
+python2 setup.py install
+python2 setup.py ptr
+  )
+}
+
+package_python-hunter() {
+  depends=('python-fields' 'python-colorama' 'python-six')
+
+  cd python-hunter
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-hunter() {
+  depends=('python2-fields' 'python2-colorama' 

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

2016-09-25 Thread Felix Yan
Date: Sunday, September 25, 2016 @ 15:04:45
  Author: felixonmars
Revision: 190557

archrelease: copy trunk to community-x86_64

Added:
  python-hunter/repos/community-x86_64/PKGBUILD
(from rev 190556, python-hunter/trunk/PKGBUILD)
Deleted:
  python-hunter/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-25 15:04:29 UTC (rev 190556)
+++ PKGBUILD2016-09-25 15:04:45 UTC (rev 190557)
@@ -1,66 +0,0 @@
-# $Id: PKGBUILD 141472 2015-09-22 16:00:29Z fyan $
-# Maintainer: Felix Yan 
-
-pkgbase=python-hunter
-pkgname=('python-hunter' 'python2-hunter')
-pkgver=1.3.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Hunter is a flexible code tracing toolkit'
-license=('BSD')
-url='https://github.com/ionelmc/python-hunter'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-fields' 
'python2-fields'
- 'python-colorama' 'python2-colorama' 'python-six' 'python2-six' 
'git'
- 'cython' 'cython2')
-checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 
'python2-virtualenv'
-  'python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/ionelmc/python-hunter.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a python-hunter{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-hunter
-  python setup.py build
-
-  cd "$srcdir"/python-hunter-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack to process .pth files properly
-
-  cd "$srcdir"/python-hunter
-  pyvenv "$srcdir/pyvenv" --system-site-packages
-  (
-. "$srcdir/pyvenv/bin/activate"
-python setup.py install
-python setup.py ptr
-  )
-
-  cd "$srcdir"/python-hunter-py2
-  virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
-  (
-. "$srcdir/pyvenv-py2/bin/activate"
-python2 setup.py install
-python2 setup.py ptr
-  )
-}
-
-package_python-hunter() {
-  depends=('python-fields' 'python-colorama' 'python-six')
-
-  cd python-hunter
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-hunter() {
-  depends=('python2-fields' 'python2-colorama' 'python2-six')
-
-  cd python-hunter-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-hunter/repos/community-x86_64/PKGBUILD (from rev 190556, 
python-hunter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-25 15:04:45 UTC (rev 190557)
@@ -0,0 +1,66 @@
+# $Id: PKGBUILD 141472 2015-09-22 16:00:29Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-hunter
+pkgname=('python-hunter' 'python2-hunter')
+pkgver=1.4.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Hunter is a flexible code tracing toolkit'
+license=('BSD')
+url='https://github.com/ionelmc/python-hunter'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-fields' 
'python2-fields'
+ 'python-colorama' 'python2-colorama' 'python-six' 'python2-six' 
'git'
+ 'cython' 'cython2')
+checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 
'python-virtualenv'
+  'python2-virtualenv' 'python-pytest-runner' 
'python2-pytest-runner')
+source=("git+https://github.com/ionelmc/python-hunter.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a python-hunter{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-hunter
+  python setup.py build
+
+  cd "$srcdir"/python-hunter-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack to process .pth files properly
+
+  cd "$srcdir"/python-hunter
+  virtualenv "$srcdir/pyvenv" --system-site-packages
+  (
+. "$srcdir/pyvenv/bin/activate"
+python setup.py install
+python setup.py ptr
+  )
+
+  cd "$srcdir"/python-hunter-py2
+  virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
+  (
+. "$srcdir/pyvenv-py2/bin/activate"
+python2 setup.py install
+python2 setup.py ptr
+  )
+}
+
+package_python-hunter() {
+  depends=('python-fields' 'python-colorama' 'python-six')
+
+  cd python-hunter
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-hunter() {
+  depends=('python2-fields' 'python2-colorama' 'python2-six')
+
+  cd python-hunter-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-09-25 Thread Felix Yan
Date: Sunday, September 25, 2016 @ 15:04:29
  Author: felixonmars
Revision: 190556

upgpkg: python-hunter 1.4.1-1

Modified:
  python-hunter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 14:57:56 UTC (rev 190555)
+++ PKGBUILD2016-09-25 15:04:29 UTC (rev 190556)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hunter
 pkgname=('python-hunter' 'python2-hunter')
-pkgver=1.3.0
+pkgver=1.4.1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Hunter is a flexible code tracing toolkit'
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-fields' 
'python2-fields'
  'python-colorama' 'python2-colorama' 'python-six' 'python2-six' 
'git'
  'cython' 'cython2')
-checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 
'python2-virtualenv'
-  'python-pytest-runner' 'python2-pytest-runner')
+checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 
'python-virtualenv'
+  'python2-virtualenv' 'python-pytest-runner' 
'python2-pytest-runner')
 source=("git+https://github.com/ionelmc/python-hunter.git#tag=v$pkgver;)
 sha512sums=('SKIP')
 
@@ -33,7 +33,7 @@
   # Hack to process .pth files properly
 
   cd "$srcdir"/python-hunter
-  pyvenv "$srcdir/pyvenv" --system-site-packages
+  virtualenv "$srcdir/pyvenv" --system-site-packages
   (
 . "$srcdir/pyvenv/bin/activate"
 python setup.py install


[arch-commits] Commit in gitlab/trunk (gitlab.install)

2016-09-25 Thread Sven-Hendrik Haase
Date: Sunday, September 25, 2016 @ 14:57:56
  Author: svenstaro
Revision: 190555

Add note about service restarting

Modified:
  gitlab/trunk/gitlab.install

+
 gitlab.install |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: gitlab.install
===
--- gitlab.install  2016-09-25 14:54:47 UTC (rev 190554)
+++ gitlab.install  2016-09-25 14:57:56 UTC (rev 190555)
@@ -16,5 +16,7 @@
 post_upgrade() {
 echo "You should upgrade your database:"
 echo "# su - gitlab -s /bin/sh -c \"cd '/usr/share/webapps/gitlab'; bundle 
exec rake db:migrate RAILS_ENV=production\""
-echo "Afterwards, restart gitlab"
+echo "Afterwards, restart gitlab-related services:"
+echo "# systemctl daemon-reload"
+echo "# systemctl restrat gitlab-sidekiq gitlab-unicorn gitlab-workhorse"
 }


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

2016-09-25 Thread Jelle van der Waa
Date: Sunday, September 25, 2016 @ 14:54:47
  Author: jelle
Revision: 190554

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-25 14:54:16 UTC (rev 190553)
+++ community-i686/PKGBUILD 2016-09-25 14:54:47 UTC (rev 190554)
@@ -1,91 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Bodor Dávid Gábor 
-# Contributor: Andrzej Giniewicz 
-
-pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
-arch=('i686' 'x86_64')
-url="http://www.scipy.org/;
-license=('BSD')
-makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz;)
-md5sums=('59bceff108f58b0e72dfac6fb719476e')
-
-build() {
-  export LDFLAGS="-Wall -shared"
-
-  # 2 builds
-  cp -r scipy-${pkgver} scipy-${pkgver}-py2
-
-  # build for python3
-  cd scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 build
-
-  # build for python2
-  cd ../scipy-${pkgver}-py2
-
-  for file in $(find . -name '*.py' -print); do
-   sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-   sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py config_fc --fcompiler=gnu95 build
-}
-
-check() {
-  # we need to do a temp install so we can import scipy
-  # also, the tests must not be run from the scipy source directory
-  export LDFLAGS="-Wall -shared"
-
-  cd ${srcdir}/scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python3.5/site-packages
-  cd ${srcdir}
-  python -c "from scipy import test; test('full')"
-
-  cd ${srcdir}/scipy-${pkgver}-py2
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python2.7/site-packages
-  cd ${srcdir}
-  python2 -c "from scipy import test; test('full')"
-}
-
-package_python-scipy() {
-  depends=('python-numpy')
-  provides=('python3-scipy' 'scipy')
-  optdepends=('python-pillow: for image saving module')
-
-  cd scipy-${pkgver}
-  export LDFLAGS="-Wall -shared"
-
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-scipy/LICENSE"
-}
-
-package_python2-scipy() {
-  depends=('python2-numpy')
-  optdepends=('python2-pillow: for image saving module')
-  conflicts=('python-scipy<0.9.0')
-
-  cd scipy-${pkgver}-py2
-  export LDFLAGS="-Wall -shared"
-
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-scipy/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-scipy/repos/community-i686/PKGBUILD (from rev 190553, 
python-scipy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-25 14:54:47 UTC (rev 190554)
@@ -0,0 +1,91 @@
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Bodor Dávid Gábor 
+# Contributor: Andrzej Giniewicz 
+
+pkgname=('python-scipy' 'python2-scipy')
+pkgver=0.18.1
+pkgrel=1
+pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
+arch=('i686' 'x86_64')
+url="http://www.scipy.org/;
+license=('BSD')
+makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-nose' 

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

2016-09-25 Thread Jelle van der Waa
Date: Sunday, September 25, 2016 @ 14:54:16
  Author: jelle
Revision: 190553

upgpkg: python-scipy 0.18.1-1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 14:54:14 UTC (rev 190552)
+++ PKGBUILD2016-09-25 14:54:16 UTC (rev 190553)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.18.0
+pkgver=0.18.1
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz;)
-md5sums=('59bceff108f58b0e72dfac6fb719476e')
+md5sums=('ed8394c19d8445f16ae068b03df0ca23')
 
 build() {
   export LDFLAGS="-Wall -shared"


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

2016-09-25 Thread Sven-Hendrik Haase
Date: Sunday, September 25, 2016 @ 14:53:59
  Author: svenstaro
Revision: 190551

upgpkg: gitlab 8.12.1-1

upstream release 8.12.1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 14:52:20 UTC (rev 190550)
+++ PKGBUILD2016-09-25 14:53:59 UTC (rev 190551)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.12.0
+pkgver=8.12.1
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha256sums=('6658cec134b7d562fca89567f843be0c5753e4e3458ee286fa8bed0bfa1eb39d'
+sha256sums=('3130a116eee21402c0fe8593b193a29e16a1b26de27744041b0f933317428040'
 '0dabb9c10f6ba49404c13d6be2d0d6cf1bf7e5a0b95f0dea566e33c356997307'
 'a348d69cf0d08a1aa0713deb615815ae5a2305a1a1c386bcee29f49eae446757'
 'e16a68539eeb49d24d2ab4a53ff95e33c67264a674b611c006dc5c8a24f41e0e'


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

2016-09-25 Thread Sven-Hendrik Haase
Date: Sunday, September 25, 2016 @ 14:52:20
  Author: svenstaro
Revision: 190550

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 190549, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 190549, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 190549, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 190549, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   70 
 /gitlab-workhorse.service |   44 +
 community-i686/PKGBUILD   |   35 --
 community-i686/gitlab-workhorse.service   |   22 
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/gitlab-workhorse.service |   22 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-25 14:52:13 UTC (rev 190549)
+++ community-i686/PKGBUILD 2016-09-25 14:52:20 UTC (rev 190550)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=0.7.2
-pkgrel=6
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
-"gitlab-workhorse.service")
-sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
-'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
-
-build() {
-  cd "${pkgname}-${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 190549, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-25 14:52:20 UTC (rev 190550)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-workhorse.service")
+sha256sums=('050734604b993957e7b1060035a5709c3dfc03a6a9ed7aafa3f26f32691f6448'
+'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2016-09-25 14:52:13 UTC (rev 
190549)
+++ community-i686/gitlab-workhorse.service 2016-09-25 14:52:20 UTC (rev 
190550)
@@ -1,22 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab

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

2016-09-25 Thread Sven-Hendrik Haase
Date: Sunday, September 25, 2016 @ 14:52:13
  Author: svenstaro
Revision: 190549

upgpkg: gitlab-workhorse 0.8.2-1

upstream release 0.8.2

Modified:
  gitlab-workhorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 14:49:42 UTC (rev 190548)
+++ PKGBUILD2016-09-25 14:52:13 UTC (rev 190549)
@@ -3,8 +3,8 @@
 # Contributor: Pavol (Lopo) Hluchy 
 
 pkgname=gitlab-workhorse
-pkgver=0.7.2
-pkgrel=6
+pkgver=0.8.2
+pkgrel=1
 pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-workhorse;
@@ -11,19 +11,19 @@
 license=('MIT')
 depends=('glibc')
 makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
 "gitlab-workhorse.service")
-sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
+sha256sums=('050734604b993957e7b1060035a5709c3dfc03a6a9ed7aafa3f26f32691f6448'
 '41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
 
 build() {
-  cd "${pkgname}-${pkgver}-"*
+  cd "${pkgname}-v${pkgver}-"*
 
   make
 }
 
 package() {
-  cd "${pkgname}-${pkgver}-"*
+  cd "${pkgname}-v${pkgver}-"*
 
   install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
   install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"


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

2016-09-25 Thread Antonio Rojas
Date: Sunday, September 25, 2016 @ 14:49:42
  Author: arojas
Revision: 190548

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-25 14:49:11 UTC (rev 190547)
+++ community-i686/PKGBUILD 2016-09-25 14:49:42 UTC (rev 190548)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-
-pkgname=kmplayer
-pkgver=0.12.0.a
-_pkgver=0.12.0a
-pkgrel=2
-pkgdesc="Video player plugin for Konqueror and basic 
MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-url="http://kmplayer.kde.org;
-depends=(kmediaplayer kdelibs4support hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
-optdepends=('mplayer: mplayer backend')
-source=("http://download.kde.org/stable/$pkgname/${_pkgver%.*}/$pkgname-$_pkgver.tar.bz2;)
-md5sums=('9739243dfb30be8ab47d59c0710355fe')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$_pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kmplayer/repos/community-i686/PKGBUILD (from rev 190547, 
kmplayer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-25 14:49:42 UTC (rev 190548)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=kmplayer
+pkgver=0.12.0.b
+_pkgver=0.12.0b
+pkgrel=1
+pkgdesc="Video player plugin for Konqueror and basic 
MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+url="http://kmplayer.kde.org;
+depends=(kmediaplayer kdelibs4support hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
+optdepends=('mplayer: mplayer backend')
+source=("http://download.kde.org/stable/$pkgname/${_pkgver%.*}/$pkgname-$_pkgver.tar.bz2;)
+md5sums=('ad5ea3964cc23847e38683390f75386c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$_pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-25 14:49:11 UTC (rev 190547)
+++ community-x86_64/PKGBUILD   2016-09-25 14:49:42 UTC (rev 190548)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-
-pkgname=kmplayer
-pkgver=0.12.0.a
-_pkgver=0.12.0a
-pkgrel=2
-pkgdesc="Video player plugin for Konqueror and basic 
MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-url="http://kmplayer.kde.org;
-depends=(kmediaplayer kdelibs4support hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
-optdepends=('mplayer: mplayer backend')
-source=("http://download.kde.org/stable/$pkgname/${_pkgver%.*}/$pkgname-$_pkgver.tar.bz2;)
-md5sums=('9739243dfb30be8ab47d59c0710355fe')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$_pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kmplayer/repos/community-x86_64/PKGBUILD (from rev 190547, 
kmplayer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-25 14:49:42 UTC (rev 190548)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 

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

2016-09-25 Thread Antonio Rojas
Date: Sunday, September 25, 2016 @ 14:49:11
  Author: arojas
Revision: 190547

Update to 0.12.0b

Modified:
  kmplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 14:39:57 UTC (rev 190546)
+++ PKGBUILD2016-09-25 14:49:11 UTC (rev 190547)
@@ -4,9 +4,9 @@
 # Contributor: damir 
 
 pkgname=kmplayer
-pkgver=0.12.0.a
-_pkgver=0.12.0a
-pkgrel=2
+pkgver=0.12.0.b
+_pkgver=0.12.0b
+pkgrel=1
 pkgdesc="Video player plugin for Konqueror and basic 
MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
 arch=(i686 x86_64)
 license=(GPL LGPL FDL)
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
 optdepends=('mplayer: mplayer backend')
 
source=("http://download.kde.org/stable/$pkgname/${_pkgver%.*}/$pkgname-$_pkgver.tar.bz2;)
-md5sums=('9739243dfb30be8ab47d59c0710355fe')
+md5sums=('ad5ea3964cc23847e38683390f75386c')
 
 prepare() {
   mkdir -p build


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

2016-09-25 Thread Felix Yan
Date: Sunday, September 25, 2016 @ 14:39:39
  Author: felixonmars
Revision: 190545

upgpkg: python-chameleon 2.25-1

Modified:
  python-chameleon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 14:37:52 UTC (rev 190544)
+++ PKGBUILD2016-09-25 14:39:39 UTC (rev 190545)
@@ -3,7 +3,7 @@
 
 pkgbase=python-chameleon
 pkgname=('python-chameleon' 'python2-chameleon')
-pkgver=2.24
+pkgver=2.25
 pkgrel=1
 pkgdesc="Fast HTML/XML Template Compiler"
 arch=('any')
@@ -18,18 +18,18 @@
 }
 
 build() {
-  cd "$srcdir/chameleon"
+  cd "$srcdir"/chameleon
   python setup.py build
 
-  cd "$srcdir/chameleon-py2"
+  cd "$srcdir"/chameleon-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/chameleon"
+  cd "$srcdir"/chameleon
   python setup.py test
 
-  cd "$srcdir/chameleon-py2"
+  cd "$srcdir"/chameleon-py2
   python2 setup.py test
 }
 
@@ -37,8 +37,8 @@
   depends=('python')
 
   cd chameleon
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }
 
 package_python2-chameleon() {
@@ -45,6 +45,6 @@
   depends=('python2')
 
   cd chameleon-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }


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

2016-09-25 Thread Felix Yan
Date: Sunday, September 25, 2016 @ 14:39:57
  Author: felixonmars
Revision: 190546

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-25 14:39:39 UTC (rev 190545)
+++ PKGBUILD2016-09-25 14:39:57 UTC (rev 190546)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-chameleon
-pkgname=('python-chameleon' 'python2-chameleon')
-pkgver=2.24
-pkgrel=1
-pkgdesc="Fast HTML/XML Template Compiler"
-arch=('any')
-license=('custom:BSD' 'ZPL')
-url="http://www.pagetemplates.org/;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=("git+https://github.com/malthe/chameleon.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a chameleon{,-py2}
-}
-
-build() {
-  cd "$srcdir/chameleon"
-  python setup.py build
-
-  cd "$srcdir/chameleon-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/chameleon"
-  python setup.py test
-
-  cd "$srcdir/chameleon-py2"
-  python2 setup.py test
-}
-
-package_python-chameleon() {
-  depends=('python')
-
-  cd chameleon
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}
-
-package_python2-chameleon() {
-  depends=('python2')
-
-  cd chameleon-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: python-chameleon/repos/community-any/PKGBUILD (from rev 190545, 
python-chameleon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-25 14:39:57 UTC (rev 190546)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-chameleon
+pkgname=('python-chameleon' 'python2-chameleon')
+pkgver=2.25
+pkgrel=1
+pkgdesc="Fast HTML/XML Template Compiler"
+arch=('any')
+license=('custom:BSD' 'ZPL')
+url="http://www.pagetemplates.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/malthe/chameleon.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a chameleon{,-py2}
+}
+
+build() {
+  cd "$srcdir"/chameleon
+  python setup.py build
+
+  cd "$srcdir"/chameleon-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/chameleon
+  python setup.py test
+
+  cd "$srcdir"/chameleon-py2
+  python2 setup.py test
+}
+
+package_python-chameleon() {
+  depends=('python')
+
+  cd chameleon
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-chameleon() {
+  depends=('python2')
+
+  cd chameleon-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


[arch-commits] Commit in perl-canary-stability/repos/community-any (PKGBUILD PKGBUILD)

2016-09-25 Thread Felix Yan
Date: Sunday, September 25, 2016 @ 14:37:52
  Author: felixonmars
Revision: 190544

archrelease: copy trunk to community-any

Added:
  perl-canary-stability/repos/community-any/PKGBUILD
(from rev 190543, perl-canary-stability/trunk/PKGBUILD)
Deleted:
  perl-canary-stability/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-25 14:37:28 UTC (rev 190543)
+++ PKGBUILD2016-09-25 14:37:52 UTC (rev 190544)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Brian Bidulock 
-
-pkgname=perl-canary-stability
-_realname=Canary-Stability
-pkgver=2011
-pkgrel=2
-pkgdesc="CPAN/Canary-Stability - canary to check perl compatability for 
schmorp's modules"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url="https://metacpan.org/release/${_realname};
-source=("http://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/${_realname}-${pkgver}.tar.gz;)
-md5sums=('bd6b2e93bf97d99a04065227ca267204')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/$_realname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-  make install DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-canary-stability/repos/community-any/PKGBUILD (from rev 190543, 
perl-canary-stability/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-25 14:37:52 UTC (rev 190544)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Brian Bidulock 
+
+pkgname=perl-canary-stability
+_realname=Canary-Stability
+pkgver=2012
+pkgrel=1
+pkgdesc="CPAN/Canary-Stability - canary to check perl compatability for 
schmorp's modules"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url="https://metacpan.org/release/${_realname};
+source=("http://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/${_realname}-${pkgver}.tar.gz;)
+md5sums=('88516c29e3d7807a5943ce3a3bdcdb31')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/$_realname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-canary-stability/trunk (PKGBUILD)

2016-09-25 Thread Felix Yan
Date: Sunday, September 25, 2016 @ 14:37:28
  Author: felixonmars
Revision: 190543

upgpkg: perl-canary-stability 2012-1

Modified:
  perl-canary-stability/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 13:47:18 UTC (rev 190542)
+++ PKGBUILD2016-09-25 14:37:28 UTC (rev 190543)
@@ -4,8 +4,8 @@
 
 pkgname=perl-canary-stability
 _realname=Canary-Stability
-pkgver=2011
-pkgrel=2
+pkgver=2012
+pkgrel=1
 pkgdesc="CPAN/Canary-Stability - canary to check perl compatability for 
schmorp's modules"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -13,7 +13,7 @@
 depends=('perl')
 url="https://metacpan.org/release/${_realname};
 
source=("http://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/${_realname}-${pkgver}.tar.gz;)
-md5sums=('bd6b2e93bf97d99a04065227ca267204')
+md5sums=('88516c29e3d7807a5943ce3a3bdcdb31')
 
 build() {
   cd "$srcdir/$_realname-$pkgver"


[arch-commits] Commit in (mate-session-manager-gtk3)

2016-09-25 Thread Antonio Rojas
Date: Sunday, September 25, 2016 @ 13:47:18
  Author: arojas
Revision: 190542

Remove obsolete MATE packages

Deleted:
  mate-session-manager-gtk3/


[arch-commits] Commit in (engrampa-gtk3 mate-terminal-gtk3)

2016-09-25 Thread Antonio Rojas
Date: Sunday, September 25, 2016 @ 13:45:56
  Author: arojas
Revision: 190541

Remove obsolete MATE packages

Deleted:
  engrampa-gtk3/
  mate-terminal-gtk3/


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

2016-09-25 Thread Thorsten Töpper
Date: Sunday, September 25, 2016 @ 13:26:54
  Author: ttoepper
Revision: 190480

Changed source from vanished projectsite to backup copy on github.

Modified:
  mathomatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 13:04:38 UTC (rev 190479)
+++ PKGBUILD2016-09-25 13:26:54 UTC (rev 190480)
@@ -17,7 +17,8 @@
 'm4: for complex operations using the matho script'
 'rlwrap: for readline editing'
 'gnuplot: for plotting')
-source=(http://mathomatic.orgserve.de/$pkgname-$pkgver.tar.bz2)
+# The original author is dead and the projects site no longer exists. Uploaded 
a backup copy.
+source=('https://github.com/Atsutane/mathomatic/raw/master/mathomatic-16.0.5.tar.bz2')
 md5sums=('dd04913a98a5073b56f3bc78a01820f3')
 
 build() {


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

2016-09-25 Thread Thorsten Töpper
Date: Sunday, September 25, 2016 @ 13:04:33
  Author: ttoepper
Revision: 190478

upgpkg: fcron 3.2.1-1

Modified:
  fcron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 13:01:29 UTC (rev 190477)
+++ PKGBUILD2016-09-25 13:04:33 UTC (rev 190478)
@@ -6,8 +6,8 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=fcron
-pkgver=3.2.0
-pkgrel=3
+pkgver=3.2.1
+pkgrel=1
 pkgdesc='Feature-rich cron implementation'
 arch=(i686 x86_64)
 url='http://fcron.free.fr'
@@ -29,9 +29,12 @@
 options=('emptydirs' '!makeflags')
 install=$pkgname.install
 source=("http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;
+"http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz.sign;
 'systab.orig')
-md5sums=('4b031c2fba32a98fa814d1557158b0e9'
+md5sums=('bd4996e941a40327d11efc5e3fd1f839'
+ 'SKIP'
  'afecbfd98caa49e8e4aa239fa1b19255')
+validpgpkeys=('7733B98B987784DF27707D41F8E544EC485EE7BC')
 
 build() {
   cd $pkgname-$pkgver
@@ -61,7 +64,7 @@
   install -Dm644 files/fcrontab.pam "$pkgdir/etc/pam.d/fcrontab"
 
   # Install a default fcrontab so that fcron can completely replace dcron
-  # We doesn't use binary format which is incompatible between arch and may 
cause crash
+  # We don't use binary format which is incompatible between arch and may 
cause crash
   # We regenerate the binary format at each update
   install -Dm640 "$srcdir/systab.orig" "$pkgdir/var/spool/fcron/systab.orig"
 


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

2016-09-25 Thread Thorsten Töpper
Date: Sunday, September 25, 2016 @ 13:04:38
  Author: ttoepper
Revision: 190479

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

Added:
  fcron/repos/community-i686/PKGBUILD
(from rev 190478, fcron/trunk/PKGBUILD)
  fcron/repos/community-i686/fcron.install
(from rev 190478, fcron/trunk/fcron.install)
  fcron/repos/community-i686/systab.orig
(from rev 190478, fcron/trunk/systab.orig)
  fcron/repos/community-x86_64/PKGBUILD
(from rev 190478, fcron/trunk/PKGBUILD)
  fcron/repos/community-x86_64/fcron.install
(from rev 190478, fcron/trunk/fcron.install)
  fcron/repos/community-x86_64/systab.orig
(from rev 190478, fcron/trunk/systab.orig)
Deleted:
  fcron/repos/community-i686/PKGBUILD
  fcron/repos/community-i686/fcron.install
  fcron/repos/community-i686/systab.orig
  fcron/repos/community-x86_64/PKGBUILD
  fcron/repos/community-x86_64/fcron.install
  fcron/repos/community-x86_64/systab.orig

+
 /PKGBUILD  |  180 +++
 /fcron.install |   78 
 /systab.orig   |8 +
 community-i686/PKGBUILD|   87 --
 community-i686/fcron.install   |   39 
 community-i686/systab.orig |4 
 community-x86_64/PKGBUILD  |   87 --
 community-x86_64/fcron.install |   39 
 community-x86_64/systab.orig   |4 
 9 files changed, 266 insertions(+), 260 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-25 13:04:33 UTC (rev 190478)
+++ community-i686/PKGBUILD 2016-09-25 13:04:38 UTC (rev 190479)
@@ -1,87 +0,0 @@
-# $Id$
-# Contributor: Giorgio Lando 
-# Contributor: Sergej Pupykin
-# Contributor: Thomas Bächler
-# Contributor: Sébastien Luttringer
-# Maintainer: Thorsten Töpper 
-
-pkgname=fcron
-pkgver=3.2.0
-pkgrel=3
-pkgdesc='Feature-rich cron implementation'
-arch=(i686 x86_64)
-url='http://fcron.free.fr'
-license=('GPL')
-depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vim' 'fcron')
-# use fcron as recursive deps to have user fcron installed during installation
-# else add the following in build chroot
-# groupadd -g 23 fcron
-# useradd -r -d /var/spool/fcron -u 23 -g 23 fcron
-optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vim: default editor for fcrontab')
-provides=('cron')
-conflicts=('dcron')
-backup=('etc/fcron/fcron.conf'
-'etc/fcron/fcron.allow'
-'etc/fcron/fcron.deny'
-'var/spool/fcron/systab.orig')
-options=('emptydirs' '!makeflags')
-install=$pkgname.install
-source=("http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;
-'systab.orig')
-md5sums=('4b031c2fba32a98fa814d1557158b0e9'
- 'afecbfd98caa49e8e4aa239fa1b19255')
-
-build() {
-  cd $pkgname-$pkgver
-  # Don't use --username=root and --groupname=root, this completly break
-  # fcron security and allow local root escalation.
-  # Thanks to Anh K. Huynh  for reporting it.
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc/fcron \
-  --with-answer-all=no \
-  --with-boot-install=no \
-  --datarootdir=/usr/share \
-  --datadir=/usr/share \
-  --with-docdir=/usr/share/doc \
-  --localstatedir=/var \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-piddir=/run \
-  --with-editor=/usr/bin/vim \
-  --with-sendmail=/usr/bin/sendmail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 files/fcron.pam "$pkgdir/etc/pam.d/fcron"
-  install -Dm644 files/fcrontab.pam "$pkgdir/etc/pam.d/fcrontab"
-
-  # Install a default fcrontab so that fcron can completely replace dcron
-  # We doesn't use binary format which is incompatible between arch and may 
cause crash
-  # We regenerate the binary format at each update
-  install -Dm640 "$srcdir/systab.orig" "$pkgdir/var/spool/fcron/systab.orig"
-
-  # Add cron.* directories
-  install -d -m755 "$pkgdir/etc/cron.daily"
-  install -d -m755 "$pkgdir/etc/cron.hourly"
-  install -d -m755 "$pkgdir/etc/cron.monthly"
-  install -d -m755 "$pkgdir/etc/cron.weekly"
-
-  # remove docs
-  rm -r "$pkgdir/usr/share/doc"
-
-  # avoid conflict with filesystem>=2012.06
-  rmdir "$pkgdir"/{var/,}run
-
-  # avoid conflict with libbsd - #31259
-  rm "$pkgdir/usr/share/man/man3/bitstring.3" \
-"$pkgdir/usr/share/man/fr/man3/bitstring.3"
-  rmdir --ignore-fail-on-non-empty "$pkgdir/usr/share/man/man3" \
-"$pkgdir/usr/share/man/fr/man3"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fcron/repos/community-i686/PKGBUILD (from rev 190478, 
fcron/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD

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

2016-09-25 Thread Thorsten Töpper
Date: Sunday, September 25, 2016 @ 13:01:29
  Author: ttoepper
Revision: 190477

archrelease: copy trunk to community-any

Added:
  po4a/repos/community-any/PKGBUILD
(from rev 190476, po4a/trunk/PKGBUILD)
Deleted:
  po4a/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-25 13:01:26 UTC (rev 190476)
+++ PKGBUILD2016-09-25 13:01:29 UTC (rev 190477)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Francois Boulogne 
-# Contributor: Andre Klitzing 
-# Contributor : Allan McRae 
-# Contributor: Mikko Seppälä  aka Neverth
-
-_dlid=4134
-pkgname=po4a
-pkgver=0.46
-pkgrel=1
-pkgdesc="tools for helping translation of documentation"
-arch=('any')
-license=('GPL')
-url="http://po4a.alioth.debian.org/;
-depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
- 'perl-term-readkey' 'perl-sgmls' 'perl-module-build')
-options=('!emptydirs')
-source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('27bddc74edab0dd0c7615779a9b17506')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   perl Build.PL installdirs=vendor create_packlist=0
-   perl Build
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   perl Build destdir=${pkgdir} install
-   # remove perllocal.pod and .packlist
-   find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: po4a/repos/community-any/PKGBUILD (from rev 190476, po4a/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-25 13:01:29 UTC (rev 190477)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Francois Boulogne 
+# Contributor: Andre Klitzing 
+# Contributor : Allan McRae 
+# Contributor: Mikko Seppälä  aka Neverth
+
+_dlid=4176
+pkgname=po4a
+pkgver=0.48
+pkgrel=1
+pkgdesc="tools for helping translation of documentation"
+arch=('any')
+license=('GPL')
+url="http://po4a.alioth.debian.org/;
+depends=('perl' 'gettext')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
+ 'perl-term-readkey' 'perl-sgmls' 'perl-module-build')
+options=('!emptydirs')
+source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('5c8fa9b6a23586d3860d0767bed65148')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+   perl Build.PL installdirs=vendor create_packlist=0
+  # The script expects a UTF-8 locale
+   LC_ALL=en_US.UTF-8 perl Build
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   perl Build destdir=${pkgdir} install
+   # remove perllocal.pod and .packlist
+   find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-25 Thread Thorsten Töpper
Date: Sunday, September 25, 2016 @ 13:01:26
  Author: ttoepper
Revision: 190476

upgpkg: po4a 0.48-1

Modified:
  po4a/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 02:55:49 UTC (rev 190475)
+++ PKGBUILD2016-09-25 13:01:26 UTC (rev 190476)
@@ -5,9 +5,9 @@
 # Contributor : Allan McRae 
 # Contributor: Mikko Seppälä  aka Neverth
 
-_dlid=4134
+_dlid=4176
 pkgname=po4a
-pkgver=0.46
+pkgver=0.48
 pkgrel=1
 pkgdesc="tools for helping translation of documentation"
 arch=('any')
@@ -18,12 +18,13 @@
  'perl-term-readkey' 'perl-sgmls' 'perl-module-build')
 options=('!emptydirs')
 
source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('27bddc74edab0dd0c7615779a9b17506')
+md5sums=('5c8fa9b6a23586d3860d0767bed65148')
 
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}-${pkgver}"
perl Build.PL installdirs=vendor create_packlist=0
-   perl Build
+  # The script expects a UTF-8 locale
+   LC_ALL=en_US.UTF-8 perl Build
 }
 
 package() {


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

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 12:41:07
  Author: heftig
Revision: 276946

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  grilo-plugins/repos/gnome-unstable-i686/
  grilo-plugins/repos/gnome-unstable-i686/PKGBUILD
(from rev 276945, grilo-plugins/trunk/PKGBUILD)
  grilo-plugins/repos/gnome-unstable-x86_64/
  grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276945, grilo-plugins/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   48 +++
 gnome-unstable-x86_64/PKGBUILD |   48 +++
 2 files changed, 96 insertions(+)

Copied: grilo-plugins/repos/gnome-unstable-i686/PKGBUILD (from rev 276945, 
grilo-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-25 12:41:07 UTC (rev 276946)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo-plugins
+pkgver=0.3.3+7+gab5596b
+pkgrel=1
+pkgdesc="A collection of plugins for the Grilo framework"
+url="https://git.gnome.org/browse/grilo-plugins;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo lua libmediaart libgdata libtracker-sparql gom libdmapsharing 
chromaprint
+ gst-plugins-bad)
+makedepends=(intltool itstool yelp-tools git gnome-common python)
+optdepends=('dleyna-server: DLNA plugin'
+'tracker: Tracker plugin')
+groups=(gnome)
+_commit=ab5596b7372a3d9b4a74fc3ff4daa669797a6c5a
+source=("git://git.gnome.org/grilo-plugins#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^grilo-plugins-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Add missing tag for pkgver()
+  git tag -f grilo-plugins-0.3.3 7a29a3ba6b0874e39fc664407cfcb2298906163a
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276945, 
grilo-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-25 12:41:07 UTC (rev 276946)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo-plugins
+pkgver=0.3.3+7+gab5596b
+pkgrel=1
+pkgdesc="A collection of plugins for the Grilo framework"
+url="https://git.gnome.org/browse/grilo-plugins;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo lua libmediaart libgdata libtracker-sparql gom libdmapsharing 
chromaprint
+ gst-plugins-bad)
+makedepends=(intltool itstool yelp-tools git gnome-common python)
+optdepends=('dleyna-server: DLNA plugin'
+'tracker: Tracker plugin')
+groups=(gnome)
+_commit=ab5596b7372a3d9b4a74fc3ff4daa669797a6c5a
+source=("git://git.gnome.org/grilo-plugins#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^grilo-plugins-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Add missing tag for pkgver()
+  git tag -f grilo-plugins-0.3.3 7a29a3ba6b0874e39fc664407cfcb2298906163a
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 12:40:13
  Author: heftig
Revision: 276945

0.3.3+7+gab5596b-1

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 12:36:38 UTC (rev 276944)
+++ PKGBUILD2016-09-25 12:40:13 UTC (rev 276945)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=grilo-plugins
-pkgver=0.3.2+50+gab5596b
+pkgver=0.3.3+7+gab5596b
 pkgrel=1
 pkgdesc="A collection of plugins for the Grilo framework"
 url="https://git.gnome.org/browse/grilo-plugins;
@@ -25,6 +25,8 @@
 
 prepare() {
   cd $pkgname
+  # Add missing tag for pkgver()
+  git tag -f grilo-plugins-0.3.3 7a29a3ba6b0874e39fc664407cfcb2298906163a
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 12:36:38
  Author: heftig
Revision: 276944

0.3.2+50+gab5596b-1

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 12:33:59 UTC (rev 276943)
+++ PKGBUILD2016-09-25 12:36:38 UTC (rev 276944)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=grilo-plugins
-pkgver=grilo+plugins+0.3.2+50+gab5596b
+pkgver=0.3.2+50+gab5596b
 pkgrel=1
 pkgdesc="A collection of plugins for the Grilo framework"
 url="https://git.gnome.org/browse/grilo-plugins;
@@ -20,7 +20,7 @@
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/^grilo-plugins-//;s/-/+/g'
 }
 
 prepare() {


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

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 12:33:59
  Author: heftig
Revision: 276943

grilo+plugins+0.3.2+50+gab5596b-1

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 07:24:46 UTC (rev 276942)
+++ PKGBUILD2016-09-25 12:33:59 UTC (rev 276943)
@@ -2,24 +2,34 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=grilo-plugins
-pkgver=0.3.3
+pkgver=grilo+plugins+0.3.2+50+gab5596b
 pkgrel=1
-pkgdesc="Plugins for Grilo"
-url="http://www.gnome.org;
+pkgdesc="A collection of plugins for the Grilo framework"
+url="https://git.gnome.org/browse/grilo-plugins;
 arch=(i686 x86_64)
 license=(LGPL)
 depends=(grilo lua libmediaart libgdata libtracker-sparql gom libdmapsharing 
chromaprint
  gst-plugins-bad)
-makedepends=(intltool itstool yelp-tools)
+makedepends=(intltool itstool yelp-tools git gnome-common python)
 optdepends=('dleyna-server: DLNA plugin'
 'tracker: Tracker plugin')
-options=('!emptydirs')
-groups=('gnome')
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('fe66e887847fef9c361bcb7226047c43b2bc22b172aaf22afd5534947cc85b9c')
+groups=(gnome)
+_commit=ab5596b7372a3d9b4a74fc3ff4daa669797a6c5a
+source=("git://git.gnome.org/grilo-plugins#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
@@ -26,11 +36,11 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
-#  make -k check
+  cd $pkgname
+  make -k check || :
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }