[arch-commits] Commit in lib32-vulkan-loader-layers/trunk (PKGBUILD)

2017-03-10 Thread Laurent Carlier
Date: Saturday, March 11, 2017 @ 07:37:30
  Author: lcarlier
Revision: 215638

upgpkg: lib32-vulkan-loader-layers 1.0.42.0-1

upstream update 1.0.42.0

Modified:
  lib32-vulkan-loader-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 02:25:51 UTC (rev 215637)
+++ PKGBUILD2017-03-11 07:37:30 UTC (rev 215638)
@@ -4,7 +4,7 @@
 pkgbase=lib32-vulkan-loader-layers
 pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.0.39.0
+pkgver=1.0.42.0
 pkgrel=1
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/;
@@ -12,7 +12,7 @@
 depends=()
 makedepends=(git cmake python-lxml lib32-libx11 lib32-libxrandr lib32-wayland)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz;)
-sha256sums=('146efb378dc143f9dc15843b29aec8e5a0ad74161628931f0057d9517457a846')
+sha256sums=('305d3070f559a3f5ad332aff285a3ea0618f9d0696cde81a58765fcb5c7c4e42')
 
 build() {
   export CC="gcc -m32"


[arch-commits] Commit in lib32-vulkan-loader-layers/repos/multilib-x86_64 (2 files)

2017-03-10 Thread Laurent Carlier
Date: Saturday, March 11, 2017 @ 07:37:36
  Author: lcarlier
Revision: 215639

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-loader-layers/repos/multilib-x86_64/PKGBUILD
(from rev 215638, lib32-vulkan-loader-layers/trunk/PKGBUILD)
Deleted:
  lib32-vulkan-loader-layers/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  134 ++---
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 07:37:30 UTC (rev 215638)
+++ PKGBUILD2017-03-11 07:37:36 UTC (rev 215639)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=lib32-vulkan-loader-layers
-pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers)
-_pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.0.39.0
-pkgrel=1
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-depends=()
-makedepends=(git cmake python-lxml lib32-libx11 lib32-libxrandr lib32-wayland)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz;)
-sha256sums=('146efb378dc143f9dc15843b29aec8e5a0ad74161628931f0057d9517457a846')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"


-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-
-  ./update_external_sources.sh
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_WSI_MIR_SUPPORT=Off \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-  make DESTDIR=install install
-}
-
-package_lib32-vulkan-icd-loader() {
-  pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-  depends=(lib32-glibc)
-  optdepends=(lib32-vulkan-driver: packaged vulkan driver)
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-  
-  install -dm755 ${pkgdir}/usr/lib32
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  
-  cp -rv  build/loader/libvulkan.so* ${pkgdir}/usr/lib32
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-package_lib32-vulkan-validation-layers() {
-  pkgdesc="Vulkan Software Development Kit"
-  depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers)
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-  
-  install -dm755 ${pkgdir}/usr/lib32
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-
-  install -m644 build/layers/*.so ${pkgdir}/usr/lib32
-
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-

Copied: lib32-vulkan-loader-layers/repos/multilib-x86_64/PKGBUILD (from rev 
215638, lib32-vulkan-loader-layers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-11 07:37:36 UTC (rev 215639)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=lib32-vulkan-loader-layers
+pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers)
+_pkgname=Vulkan-LoaderAndValidationLayers
+pkgver=1.0.42.0
+pkgrel=1
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+depends=()
+makedepends=(git cmake python-lxml lib32-libx11 lib32-libxrandr lib32-wayland)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz;)
+sha256sums=('305d3070f559a3f5ad332aff285a3ea0618f9d0696cde81a58765fcb5c7c4e42')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"


+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
+
+  ./update_external_sources.sh
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DBUILD_WSI_MIR_SUPPORT=Off \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+  make DESTDIR=install install
+}
+
+package_lib32-vulkan-icd-loader() {
+  pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
+  depends=(lib32-glibc)
+  optdepends=(lib32-vulkan-driver: packaged vulkan driver)
+  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
+  
+  install -dm755 ${pkgdir}/usr/lib32
+  install 

[arch-commits] Commit in vulkan-loader-layers/repos (4 files)

2017-03-10 Thread Laurent Carlier
Date: Saturday, March 11, 2017 @ 06:58:42
  Author: lcarlier
Revision: 290516

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

Added:
  vulkan-loader-layers/repos/extra-i686/PKGBUILD
(from rev 290515, vulkan-loader-layers/trunk/PKGBUILD)
  vulkan-loader-layers/repos/extra-x86_64/PKGBUILD
(from rev 290515, vulkan-loader-layers/trunk/PKGBUILD)
Deleted:
  vulkan-loader-layers/repos/extra-i686/PKGBUILD
  vulkan-loader-layers/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  168 
 extra-i686/PKGBUILD   |   85 
 extra-x86_64/PKGBUILD |   85 
 3 files changed, 168 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-11 06:58:34 UTC (rev 290515)
+++ extra-i686/PKGBUILD 2017-03-11 06:58:42 UTC (rev 290516)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-loader-layers
-pkgname=(vulkan-icd-loader vulkan-validation-layers)
-_pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.0.39.0
-pkgrel=1
-arch=(i686 x86_64)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-depends=()
-makedepends=(git cmake python-lxml libx11 libxrandr wayland)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz;)
-sha256sums=('146efb378dc143f9dc15843b29aec8e5a0ad74161628931f0057d9517457a846')
-
-build() {
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-
-  ./update_external_sources.sh
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_WSI_MIR_SUPPORT=Off \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-  make DESTDIR=install install
-}
-
-package_vulkan-icd-loader() {
-  pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-  depends=(glibc)
-  optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-  
-  install -dm755 ${pkgdir}/usr/{lib,include/vulkan}
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  
-  cp -rv  build/loader/libvulkan.so* ${pkgdir}/usr/lib
-  install -m644 include/vulkan/vk_icd.h ${pkgdir}/usr/include/vulkan/
-  
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-package_vulkan-validation-layers() {
-  pkgdesc="Vulkan Software Development Kit"
-  depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11)
-  conflicts=('vulkan-sdk')
-  replaces=('vulkan-sdk')
-  groups=('vulkan-devel')
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-  
-  install -dm755 ${pkgdir}/usr/{bin,lib,include/vulkan}
-  install -dm755 ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-  install -dm755 ${pkgdir}/usr/share/vulkan/explicit_layer.d
-
-  install -m755 build/demos/vulkaninfo ${pkgdir}/usr/bin/
-  
-  install -m644 build/layers/*.so ${pkgdir}/usr/lib
-
-  install -m644 include/vulkan/* ${pkgdir}/usr/include/vulkan/
-  # already in vulkan-headers
-  rm ${pkgdir}/usr/include/vulkan/{vulkan,vk_platform}.h
-  # already in vulkan-icd-loader
-  rm ${pkgdir}/usr/include/vulkan/vk_icd.h
-  # FS#50652
-  rm ${pkgdir}/usr/include/vulkan/vulkan.hpp
-
-  # fix library paths  
-  for i in layers/linux/*.json ; do 
-sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
-  done
-  
-  install -m644 loader/LoaderAndLayerInterface.md 
"${pkgdir}"/usr/share/doc/${pkgname}/
-
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-loader-layers/repos/extra-i686/PKGBUILD (from rev 290515, 
vulkan-loader-layers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-11 06:58:42 UTC (rev 290516)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-loader-layers
+pkgname=(vulkan-icd-loader vulkan-validation-layers)
+_pkgname=Vulkan-LoaderAndValidationLayers
+pkgver=1.0.42.0
+pkgrel=1
+arch=(i686 x86_64)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+depends=()
+makedepends=(git cmake python-lxml libx11 libxrandr wayland)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz;)
+sha256sums=('305d3070f559a3f5ad332aff285a3ea0618f9d0696cde81a58765fcb5c7c4e42')
+
+build() {
+  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
+
+  ./update_external_sources.sh
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off 

[arch-commits] Commit in vulkan-loader-layers/trunk (PKGBUILD)

2017-03-10 Thread Laurent Carlier
Date: Saturday, March 11, 2017 @ 06:58:34
  Author: lcarlier
Revision: 290515

upgpkg: vulkan-loader-layers 1.0.42.0-1

upstream update 1.0.42

Modified:
  vulkan-loader-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 06:49:57 UTC (rev 290514)
+++ PKGBUILD2017-03-11 06:58:34 UTC (rev 290515)
@@ -4,7 +4,7 @@
 pkgbase=vulkan-loader-layers
 pkgname=(vulkan-icd-loader vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.0.39.0
+pkgver=1.0.42.0
 pkgrel=1
 arch=(i686 x86_64)
 url="https://www.khronos.org/vulkan/;
@@ -12,7 +12,7 @@
 depends=()
 makedepends=(git cmake python-lxml libx11 libxrandr wayland)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz;)
-sha256sums=('146efb378dc143f9dc15843b29aec8e5a0ad74161628931f0057d9517457a846')
+sha256sums=('305d3070f559a3f5ad332aff285a3ea0618f9d0696cde81a58765fcb5c7c4e42')
 
 build() {
   cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
@@ -69,10 +69,9 @@
   install -m644 include/vulkan/* ${pkgdir}/usr/include/vulkan/
   # already in vulkan-headers
   rm ${pkgdir}/usr/include/vulkan/{vulkan,vk_platform}.h
+  rm ${pkgdir}/usr/include/vulkan/vulkan.hpp
   # already in vulkan-icd-loader
   rm ${pkgdir}/usr/include/vulkan/vk_icd.h
-  # FS#50652
-  rm ${pkgdir}/usr/include/vulkan/vulkan.hpp
 
   # fix library paths  
   for i in layers/linux/*.json ; do 


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

2017-03-10 Thread Laurent Carlier
Date: Saturday, March 11, 2017 @ 06:49:57
  Author: lcarlier
Revision: 290514

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 290513, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 06:49:51 UTC (rev 290513)
+++ PKGBUILD2017-03-11 06:49:57 UTC (rev 290514)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-headers vulkan-html-docs)
-pkgver=1.0.39
-pkgrel=1
-epoch=1
-_pkgname=Vulkan-Docs
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(asciidoc python3 dblatex source-highlight cmake git)
-groups=(vulkan-devel)
-#source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}-core.tar.gz;
-source=(Vulkan-Docs-${pkgver}-core::git+https://github.com/KhronosGroup/Vulkan-Docs.git#commit=ca4abe0
-git+https://github.com/leethomason/tinyxml2.git#commit=c8dad95
-git+https://github.com/KhronosGroup/Vulkan-Hpp.git#commit=ae2e22e)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd Vulkan-Hpp
-  git submodule init
-  git config submodule.tinyxml2.url $srcdir/tinyxml2
-  git submodule update
-}
-
-build() {
-  # we need this to build hpp headers
-  cd Vulkan-Hpp
-  cmake ./ && make
-
-  ./VulkanHppGenerator "${srcdir}/${_pkgname}-${pkgver}-core/src/spec/vk.xml"
-
-  cd "${srcdir}/${_pkgname}-${pkgver}-core/doc/specs/vulkan"
-
-  make all
-}
-
-package_vulkan-headers() {
-  pkgdesc="Vulkan header files"
-  cd "${_pkgname}-${pkgver}-core"
-
-  install -dm755 "${pkgdir}/usr/include/vulkan"
-  install -dm755 "${pkgdir}/usr/share/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
-  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
-  install -m644 ${srcdir}/Vulkan-Hpp/vulkan/vulkan.hpp 
${pkgdir}/usr/include/vulkan
-  install -m644 src/spec/vk.xml ${pkgdir}/usr/share/vulkan
-
-  install -m644 doc/specs/vulkan/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 doc/specs/vulkan/copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${pkgver}-core"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv -v out/1.0/*.html "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v out/1.0/html/* "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -m644 doc/specs/vulkan/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 doc/specs/vulkan/copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 290513, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-11 06:49:57 UTC (rev 290514)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-headers vulkan-html-docs)
+pkgver=1.0.43
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
+ lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}-core.tar.gz;
+git+https://github.com/leethomason/tinyxml2.git#commit=c8dad95
+git+https://github.com/KhronosGroup/Vulkan-Hpp.git#commit=7b37d72)
+sha256sums=('2d7163e06106eeffbb243b6e20dcd48a5338342559a993abfd13029c16e3ca35'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd Vulkan-Hpp
+  git submodule init
+  git config submodule.tinyxml2.url $srcdir/tinyxml2
+  git submodule update
+
+  # for asciidoctor
+  # it was hard to find versions that builds properly ^^
+  local _gemdir="$(ruby -e 'puts Gem.default_dir')"
+
+  gem install -v 0.7.0 ruby-enum
+  gem install -v 1.6.8 mathematical
+  gem install -v 0.2.2 asciidoctor-mathematical  
+  gem install -v 1.5.0.alpha.14 asciidoctor-pdf  
+  gem install coderay  
+}
+
+build() {
+  # we need this to build hpp headers
+  cd Vulkan-Hpp
+  cmake ./ && make
+
+  ./VulkanHppGenerator "${srcdir}/${_pkgname}-${pkgver}-core/src/spec/vk.xml"
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-core/doc/specs/vulkan"
+
+  # asciidoctor / mathematical workaround bug - fail to find liblasem.so
+  cp 

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

2017-03-10 Thread Laurent Carlier
Date: Saturday, March 11, 2017 @ 06:49:51
  Author: lcarlier
Revision: 290513

upgpkg: vulkan-docs 1:1.0.43-1

upstream update 1.0.43

Modified:
  vulkan-docs/trunk/PKGBUILD

--+
 PKGBUILD |   28 +---
 1 file changed, 21 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 05:08:42 UTC (rev 290512)
+++ PKGBUILD2017-03-11 06:49:51 UTC (rev 290513)
@@ -3,7 +3,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-headers vulkan-html-docs)
-pkgver=1.0.39
+pkgver=1.0.43
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -10,13 +10,13 @@
 arch=(any)
 url="https://www.khronos.org/vulkan/;
 license=('custom')
-makedepends=(asciidoc python3 dblatex source-highlight cmake git)
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
+ lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
 groups=(vulkan-devel)
-#source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}-core.tar.gz;
-source=(Vulkan-Docs-${pkgver}-core::git+https://github.com/KhronosGroup/Vulkan-Docs.git#commit=ca4abe0
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}-core.tar.gz;
 git+https://github.com/leethomason/tinyxml2.git#commit=c8dad95
-git+https://github.com/KhronosGroup/Vulkan-Hpp.git#commit=ae2e22e)
-sha256sums=('SKIP'
+git+https://github.com/KhronosGroup/Vulkan-Hpp.git#commit=7b37d72)
+sha256sums=('2d7163e06106eeffbb243b6e20dcd48a5338342559a993abfd13029c16e3ca35'
 'SKIP'
 'SKIP')
 
@@ -25,6 +25,16 @@
   git submodule init
   git config submodule.tinyxml2.url $srcdir/tinyxml2
   git submodule update
+
+  # for asciidoctor
+  # it was hard to find versions that builds properly ^^
+  local _gemdir="$(ruby -e 'puts Gem.default_dir')"
+
+  gem install -v 0.7.0 ruby-enum
+  gem install -v 1.6.8 mathematical
+  gem install -v 0.2.2 asciidoctor-mathematical  
+  gem install -v 1.5.0.alpha.14 asciidoctor-pdf  
+  gem install coderay  
 }
 
 build() {
@@ -36,7 +46,11 @@
 
   cd "${srcdir}/${_pkgname}-${pkgver}-core/doc/specs/vulkan"
 
-  make all
+  # asciidoctor / mathematical workaround bug - fail to find liblasem.so
+  cp 
~/.gem/ruby/2.4.0/gems/mathematical-1.6.8/ext/mathematical/lasem/build/liblasem.so
 ${srcdir}
+  LD_LIBRARY_PATH=${srcdir}:$LD_LIBRARY_PATH make all
+
+  rm -f ${srcdir}/liblasem.so
 }
 
 package_vulkan-headers() {


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

2017-03-10 Thread Allan McRae
Date: Saturday, March 11, 2017 @ 05:08:42
  Author: allan
Revision: 290512

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

Added:
  flex/repos/testing-i686/
  flex/repos/testing-i686/PKGBUILD
(from rev 290511, flex/trunk/PKGBUILD)
  flex/repos/testing-i686/flex-2.6.0-comment-style.patch
(from rev 290511, flex/trunk/flex-2.6.0-comment-style.patch)
  flex/repos/testing-x86_64/
  flex/repos/testing-x86_64/PKGBUILD
(from rev 290511, flex/trunk/PKGBUILD)
  flex/repos/testing-x86_64/flex-2.6.0-comment-style.patch
(from rev 290511, flex/trunk/flex-2.6.0-comment-style.patch)

---+
 testing-i686/PKGBUILD |   49 
 testing-i686/flex-2.6.0-comment-style.patch   |   22 ++
 testing-x86_64/PKGBUILD   |   49 
 testing-x86_64/flex-2.6.0-comment-style.patch |   22 ++
 4 files changed, 142 insertions(+)

Copied: flex/repos/testing-i686/PKGBUILD (from rev 290511, flex/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-11 05:08:42 UTC (rev 290512)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=flex
+pkgver=2.6.3
+pkgrel=2
+pkgdesc="A tool for generating text-scanning programs"
+arch=('i686' 'x86_64')
+url="https://github.com/westes/flex;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'm4' 'sh')
+# the released man pages are screwy...
+makedepends=('help2man')
+source=(https://github.com/westes/flex/releases/download/v$pkgver/flex-$pkgver.tar.gz
+   
yywrap-fix.diff::https://github.com/westes/flex/commit/f5d87f1a26f4a5c3402497008ae10e9a1345d327.diff)
+md5sums=('a5f65570cd9107ec8a8ec88f17b31bb1'
+ '7d6a72fad1b12922996964d80318ac3a')
+
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/yywrap-fix.diff
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  
+  # cxx_restart fails - https://github.com/westes/flex/issues/98
+  make -k check || true
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  ln -s flex ${pkgdir}/usr/bin/lex
+
+  install -Dm644 COPYING \
+   $pkgdir/usr/share/licenses/$pkgname/license.txt
+}
+

Copied: flex/repos/testing-i686/flex-2.6.0-comment-style.patch (from rev 
290511, flex/trunk/flex-2.6.0-comment-style.patch)
===
--- testing-i686/flex-2.6.0-comment-style.patch (rev 0)
+++ testing-i686/flex-2.6.0-comment-style.patch 2017-03-11 05:08:42 UTC (rev 
290512)
@@ -0,0 +1,22 @@
+From 07d89829cce4527c7614a34642d4b2c2ef5d6005 Mon Sep 17 00:00:00 2001
+From: Will Estes 
+Date: Fri, 11 Dec 2015 09:45:14 -0500
+Subject: [PATCH] Commented in C style in skeleton; fixed sf#195
+
+---
+ src/flex.skl | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/flex.skl b/src/flex.skl
+index b63c8c8..40287b6 100644
+--- a/src/flex.skl
 b/src/flex.skl
+@@ -2350,7 +2350,7 @@ void yyFlexLexer::yyensure_buffer_stack(void)
+* scanner will even need a stack. We use 2 instead of 1 to 
avoid an
+* immediate realloc on the next call.
+  */
+-  num_to_alloc = 1; // After all that talk, this was set to 1 
anyways...
++  num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... 
*/
+   YY_G(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
+   (num_to_alloc * 
sizeof(struct yy_buffer_state*)
+   
M4_YY_CALL_LAST_ARG);

Copied: flex/repos/testing-x86_64/PKGBUILD (from rev 290511, 
flex/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-03-11 05:08:42 UTC (rev 290512)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=flex
+pkgver=2.6.3
+pkgrel=2
+pkgdesc="A tool for generating text-scanning programs"
+arch=('i686' 'x86_64')
+url="https://github.com/westes/flex;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'm4' 'sh')
+# the released man pages are screwy...
+makedepends=('help2man')
+source=(https://github.com/westes/flex/releases/download/v$pkgver/flex-$pkgver.tar.gz
+   
yywrap-fix.diff::https://github.com/westes/flex/commit/f5d87f1a26f4a5c3402497008ae10e9a1345d327.diff)
+md5sums=('a5f65570cd9107ec8a8ec88f17b31bb1'
+ '7d6a72fad1b12922996964d80318ac3a')
+
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/yywrap-fix.diff
+}
+
+build() {
+  cd 

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

2017-03-10 Thread Allan McRae
Date: Saturday, March 11, 2017 @ 05:07:25
  Author: allan
Revision: 290511

upgpkg: flex 2.6.3-2

pacth bug

Modified:
  flex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 23:45:14 UTC (rev 290510)
+++ PKGBUILD2017-03-11 05:07:25 UTC (rev 290511)
@@ -4,7 +4,7 @@
 
 pkgname=flex
 pkgver=2.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for generating text-scanning programs"
 arch=('i686' 'x86_64')
 url="https://github.com/westes/flex;
@@ -13,10 +13,17 @@
 depends=('glibc' 'm4' 'sh')
 # the released man pages are screwy...
 makedepends=('help2man')
-source=(https://github.com/westes/flex/releases/download/v$pkgver/flex-$pkgver.tar.gz)
-md5sums=('a5f65570cd9107ec8a8ec88f17b31bb1')
+source=(https://github.com/westes/flex/releases/download/v$pkgver/flex-$pkgver.tar.gz
+   
yywrap-fix.diff::https://github.com/westes/flex/commit/f5d87f1a26f4a5c3402497008ae10e9a1345d327.diff)
+md5sums=('a5f65570cd9107ec8a8ec88f17b31bb1'
+ '7d6a72fad1b12922996964d80318ac3a')
 
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/yywrap-fix.diff
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr


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

2017-03-10 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 01:17:37
  Author: felixonmars
Revision: 215632

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

Added:
  pandoc-crossref/repos/community-staging-i686/
  pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 215631, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 215631, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 215631, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 01:17:37 UTC (rev 215632)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.5.0
+pkgrel=6
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
215631, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 01:17:37 UTC (rev 215632)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.5.0
+pkgrel=6
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+

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

2017-03-10 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 01:17:09
  Author: felixonmars
Revision: 215631

upgpkg: pandoc-crossref 0.2.5.0-6

rebuild with texmath,0.9.3

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 01:11:02 UTC (rev 215630)
+++ PKGBUILD2017-03-11 01:17:09 UTC (rev 215631)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.5.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2017-03-10 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 01:11:02
  Author: felixonmars
Revision: 215630

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

Added:
  haskell-hakyll/repos/community-staging-i686/
  haskell-hakyll/repos/community-staging-i686/PKGBUILD
(from rev 215629, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 215629, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 215629, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 01:11:02 UTC (rev 215630)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=17
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('8deca33939717372ca227559dfe82aa0b02af49b19e9ea60051f555dcee2cfe6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
215629, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 01:11:02 UTC (rev 215630)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=17
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")

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

2017-03-10 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 01:10:34
  Author: felixonmars
Revision: 215629

upgpkg: haskell-hakyll 4.9.5.1-17

rebuild with texmath,0.9.3

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 01:03:59 UTC (rev 215628)
+++ PKGBUILD2017-03-11 01:10:34 UTC (rev 215629)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.5.1
-pkgrel=16
+pkgrel=17
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-03-10 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 01:03:59
  Author: felixonmars
Revision: 215628

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

Added:
  pandoc-citeproc/repos/community-staging-i686/
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 215627, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 215627, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 215627, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 01:03:59 UTC (rev 215628)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+pkgrel=10
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('6e6b0a89a831f9bfaa33dc0f3dff1792ee1626a5e66e1bd34da9447cd3c7de51')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
215627, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 01:03:59 UTC (rev 215628)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+pkgrel=10
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 

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

2017-03-10 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 01:03:30
  Author: felixonmars
Revision: 215627

upgpkg: pandoc-citeproc 0.10.4.1-10

rebuild with texmath,0.9.3

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 00:50:23 UTC (rev 215626)
+++ PKGBUILD2017-03-11 01:03:30 UTC (rev 215627)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.4.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2017-03-10 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 00:50:23
  Author: felixonmars
Revision: 215626

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

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

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 215625, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 00:50:23 UTC (rev 215626)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=20
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-doctemplates" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-skylighting" "haskell-hslua" "haskell-http-client" 
"haskell-syb"
+ "haskell-http-client-tls" "haskell-http-types"  "haskell-text" 
"haskell-texmath"
+ "haskell-network" "haskell-old-time" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive"
+ "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('08692f3d77bf95bb9ba3407f7af26de7c23134e7efcdafad0bdaf9050e2c7801')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files -f-weigh-pandoc
+runhaskell Setup build
+
+runhaskell Setup haddock --hoogle --html
+
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc() {
+depends=('gmp' 'libffi' 'zlib' 'pcre' 'cmark')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+replaces=('pandoc-static')
+conflicts=('pandoc-static')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 215625, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 00:50:23 UTC (rev 215626)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=20
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" 

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

2017-03-10 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 00:49:54
  Author: felixonmars
Revision: 215625

upgpkg: pandoc 1.19.2.1-20

rebuild with texmath,0.9.3

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 00:34:26 UTC (rev 215624)
+++ PKGBUILD2017-03-11 00:49:54 UTC (rev 215625)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.19.2.1
-pkgrel=19
+pkgrel=20
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


[arch-commits] Commit in ttf-anonymous-pro/repos/community-any (3 files)

2017-03-10 Thread Kyle Keen
Date: Saturday, March 11, 2017 @ 00:34:26
  Author: kkeen
Revision: 215624

archrelease: copy trunk to community-any

Added:
  ttf-anonymous-pro/repos/community-any/PKGBUILD
(from rev 215623, ttf-anonymous-pro/trunk/PKGBUILD)
Deleted:
  ttf-anonymous-pro/repos/community-any/PKGBUILD
  ttf-anonymous-pro/repos/community-any/ttf-font.install

--+
 PKGBUILD |   59 ++---
 ttf-font.install |   16 --
 2 files changed, 29 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 00:33:34 UTC (rev 215623)
+++ PKGBUILD2017-03-11 00:34:26 UTC (rev 215624)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Rick W. Chen 
-# Contributor: Gaute Hope 
-# Contributor: Stein Krauz 
-
-pkgname=ttf-anonymous-pro
-pkgver=1.003
-pkgrel=2
-pkgdesc='A family of four fixed-width fonts designed especially with coding in 
mind'
-arch=('any')
-url='http://www.marksimonson.com/fonts'
-license=('custom:OFL')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=ttf-font.install
-source=('http://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip'
-
'http://www.marksimonson.com/assets/content/fonts/AnonymousProMinus-1.003.zip')
-md5sums=('bb5141b20b9d69b3190be03e5706c8b7'
- '16468f49e2a56f8e2ad39f09728391bd')
-
-package() {
-  install -d "${pkgdir}/usr/share/fonts/TTF/"
-  install -m644 AnonymousPro-1.002.001/*.ttf "${pkgdir}/usr/share/fonts/TTF/"
-  install -m644 AnonymousProMinus-1.003/*.ttf "${pkgdir}/usr/share/fonts/TTF/"
-
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 AnonymousPro-1.002.001/OFL{,-FAQ}.txt \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-}
-

Copied: ttf-anonymous-pro/repos/community-any/PKGBUILD (from rev 215623, 
ttf-anonymous-pro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-11 00:34:26 UTC (rev 215624)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Rick W. Chen 
+# Contributor: Gaute Hope 
+# Contributor: Stein Krauz 
+
+pkgname=ttf-anonymous-pro
+pkgver=1.003
+pkgrel=3
+pkgdesc='A family of four fixed-width fonts designed especially with coding in 
mind'
+arch=('any')
+url='http://www.marksimonson.com/fonts/view/anonymous-pro'
+license=('custom:OFL')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+source=('http://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip'
+
'http://www.marksimonson.com/assets/content/fonts/AnonymousProMinus-1.003.zip')
+md5sums=('bb5141b20b9d69b3190be03e5706c8b7'
+ '16468f49e2a56f8e2ad39f09728391bd')
+
+package() {
+  install -d "${pkgdir}/usr/share/fonts/TTF/"
+  install -m644 AnonymousPro-1.002.001/*.ttf "${pkgdir}/usr/share/fonts/TTF/"
+  install -m644 AnonymousProMinus-1.003/*.ttf "${pkgdir}/usr/share/fonts/TTF/"
+
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 AnonymousPro-1.002.001/OFL{,-FAQ}.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+}
+

Deleted: ttf-font.install
===
--- ttf-font.install2017-03-11 00:33:34 UTC (rev 215623)
+++ ttf-font.install2017-03-11 00:34:26 UTC (rev 215624)
@@ -1,16 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo "done."
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-


[arch-commits] Commit in ttf-anonymous-pro/trunk (PKGBUILD ttf-font.install)

2017-03-10 Thread Kyle Keen
Date: Saturday, March 11, 2017 @ 00:33:34
  Author: kkeen
Revision: 215623

upgpkg: ttf-anonymous-pro 1.003-3 use hooks

Modified:
  ttf-anonymous-pro/trunk/PKGBUILD
Deleted:
  ttf-anonymous-pro/trunk/ttf-font.install

--+
 PKGBUILD |5 ++---
 ttf-font.install |   16 
 2 files changed, 2 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 00:28:52 UTC (rev 215622)
+++ PKGBUILD2017-03-11 00:33:34 UTC (rev 215623)
@@ -6,13 +6,12 @@
 
 pkgname=ttf-anonymous-pro
 pkgver=1.003
-pkgrel=2
+pkgrel=3
 pkgdesc='A family of four fixed-width fonts designed especially with coding in 
mind'
 arch=('any')
-url='http://www.marksimonson.com/fonts'
+url='http://www.marksimonson.com/fonts/view/anonymous-pro'
 license=('custom:OFL')
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=ttf-font.install
 
source=('http://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip'
 
'http://www.marksimonson.com/assets/content/fonts/AnonymousProMinus-1.003.zip')
 md5sums=('bb5141b20b9d69b3190be03e5706c8b7'

Deleted: ttf-font.install
===
--- ttf-font.install2017-03-11 00:28:52 UTC (rev 215622)
+++ ttf-font.install2017-03-11 00:33:34 UTC (rev 215623)
@@ -1,16 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo "done."
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-


[arch-commits] Commit in tamsyn-font/trunk (PKGBUILD tamsyn-font.install)

2017-03-10 Thread Kyle Keen
Date: Saturday, March 11, 2017 @ 00:28:40
  Author: kkeen
Revision: 215621

upgpkg: tamsyn-font 1.11-2 use hooks

Modified:
  tamsyn-font/trunk/PKGBUILD
Deleted:
  tamsyn-font/trunk/tamsyn-font.install

-+
 PKGBUILD|3 +--
 tamsyn-font.install |   21 -
 2 files changed, 1 insertion(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 00:26:08 UTC (rev 215620)
+++ PKGBUILD2017-03-11 00:28:40 UTC (rev 215621)
@@ -3,13 +3,12 @@
 
 pkgname=tamsyn-font
 pkgver=1.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A monospaced bitmap font for the console and X11"
 arch=('any')
 url="http://www.fial.com/~scott/tamsyn-font;
 license=('custom')
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=$pkgname.install
 source=(http://www.fial.com/~scott/$pkgname/download/$pkgname-$pkgver.tar.gz)
 md5sums=('6ec13672d2f0d6a829f2403cdeebd980')
 

Deleted: tamsyn-font.install
===
--- tamsyn-font.install 2017-03-11 00:26:08 UTC (rev 215620)
+++ tamsyn-font.install 2017-03-11 00:28:40 UTC (rev 215621)
@@ -1,21 +0,0 @@
-# arg 1: the new package version
-post_install() {
-  echo "Updating font cache... " 
-  fc-cache -s >/dev/null 2>&1
-  mkfontscale /usr/share/fonts/local
-  mkfontdir /usr/share/fonts/local
-  echo "See the README in /usr/share/doc/tamsyn-font for more info."
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-  post_install $1
-}
-
-# arg 1: the old package version
-post_remove() {
-  fc-cache -s >/dev/null 2>&1
-  mkfontscale /usr/share/fonts/local
-  mkfontdir /usr/share/fonts/local
-}


[arch-commits] Commit in tamsyn-font/repos/community-any (3 files)

2017-03-10 Thread Kyle Keen
Date: Saturday, March 11, 2017 @ 00:28:52
  Author: kkeen
Revision: 215622

archrelease: copy trunk to community-any

Added:
  tamsyn-font/repos/community-any/PKGBUILD
(from rev 215621, tamsyn-font/trunk/PKGBUILD)
Deleted:
  tamsyn-font/repos/community-any/PKGBUILD
  tamsyn-font/repos/community-any/tamsyn-font.install

-+
 PKGBUILD|   53 --
 tamsyn-font.install |   21 ---
 2 files changed, 26 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 00:28:40 UTC (rev 215621)
+++ PKGBUILD2017-03-11 00:28:52 UTC (rev 215622)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Scott Fial 
-
-pkgname=tamsyn-font
-pkgver=1.11
-pkgrel=1
-pkgdesc="A monospaced bitmap font for the console and X11"
-arch=('any')
-url="http://www.fial.com/~scott/tamsyn-font;
-license=('custom')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=$pkgname.install
-source=(http://www.fial.com/~scott/$pkgname/download/$pkgname-$pkgver.tar.gz)
-md5sums=('6ec13672d2f0d6a829f2403cdeebd980')
-
-package () {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -d "$pkgdir/usr/share/fonts/local"
-  install -d "$pkgdir/usr/share/kbd/consolefonts"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-
-  install -m644 *.pcf "$pkgdir/usr/share/fonts/local/"
-  install -m644 *.psf.gz "$pkgdir/usr/share/kbd/consolefonts/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: tamsyn-font/repos/community-any/PKGBUILD (from rev 215621, 
tamsyn-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-11 00:28:52 UTC (rev 215622)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Scott Fial 
+
+pkgname=tamsyn-font
+pkgver=1.11
+pkgrel=2
+pkgdesc="A monospaced bitmap font for the console and X11"
+arch=('any')
+url="http://www.fial.com/~scott/tamsyn-font;
+license=('custom')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+source=(http://www.fial.com/~scott/$pkgname/download/$pkgname-$pkgver.tar.gz)
+md5sums=('6ec13672d2f0d6a829f2403cdeebd980')
+
+package () {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -d "$pkgdir/usr/share/fonts/local"
+  install -d "$pkgdir/usr/share/kbd/consolefonts"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+
+  install -m644 *.pcf "$pkgdir/usr/share/fonts/local/"
+  install -m644 *.psf.gz "$pkgdir/usr/share/kbd/consolefonts/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/"
+}

Deleted: tamsyn-font.install
===
--- tamsyn-font.install 2017-03-11 00:28:40 UTC (rev 215621)
+++ tamsyn-font.install 2017-03-11 00:28:52 UTC (rev 215622)
@@ -1,21 +0,0 @@
-# arg 1: the new package version
-post_install() {
-  echo "Updating font cache... " 
-  fc-cache -s >/dev/null 2>&1
-  mkfontscale /usr/share/fonts/local
-  mkfontdir /usr/share/fonts/local
-  echo "See the README in /usr/share/doc/tamsyn-font for more info."
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-  post_install $1
-}
-
-# arg 1: the old package version
-post_remove() {
-  fc-cache -s >/dev/null 2>&1
-  mkfontscale /usr/share/fonts/local
-  mkfontdir /usr/share/fonts/local
-}


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

2017-03-10 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 00:26:08
  Author: felixonmars
Revision: 215620

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

Added:
  haskell-texmath/repos/community-staging-i686/
  haskell-texmath/repos/community-staging-i686/PKGBUILD
(from rev 215619, haskell-texmath/trunk/PKGBUILD)
  haskell-texmath/repos/community-staging-x86_64/
  haskell-texmath/repos/community-staging-x86_64/PKGBUILD
(from rev 215619, haskell-texmath/trunk/PKGBUILD)

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

Copied: haskell-texmath/repos/community-staging-i686/PKGBUILD (from rev 215619, 
haskell-texmath/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 00:26:08 UTC (rev 215620)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="Conversion between formats used to represent mathematics."
+url="http://github.com/jgm/texmath;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types"
+ "haskell-parsec" "haskell-syb" "haskell-xml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('541624a64a2dee55e87ce361a66fdd3c82856437b19e2a7c113a04cb7cbc8a7e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-executable
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-texmath/repos/community-staging-x86_64/PKGBUILD (from rev 
215619, haskell-texmath/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 00:26:08 UTC (rev 215620)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="Conversion between formats used to represent mathematics."
+url="http://github.com/jgm/texmath;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types"
+ "haskell-parsec" "haskell-syb" "haskell-xml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('541624a64a2dee55e87ce361a66fdd3c82856437b19e2a7c113a04cb7cbc8a7e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-executable
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 

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

2017-03-10 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 00:25:31
  Author: felixonmars
Revision: 215619

upgpkg: haskell-texmath 0.9.3-1

rebuild with texmath,0.9.3

Modified:
  haskell-texmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 00:21:52 UTC (rev 215618)
+++ PKGBUILD2017-03-11 00:25:31 UTC (rev 215619)
@@ -4,8 +4,8 @@
 
 _hkgname=texmath
 pkgname=haskell-texmath
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.9.3
+pkgrel=1
 pkgdesc="Conversion between formats used to represent mathematics."
 url="http://github.com/jgm/texmath;
 license=("GPL")
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types"
  "haskell-parsec" "haskell-syb" "haskell-xml")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('cafb98d25da63bdd76f75b29bf395c9e023cf46d753db9a1534e84879cb8697e')
+sha256sums=('541624a64a2dee55e87ce361a66fdd3c82856437b19e2a7c113a04cb7cbc8a7e')
 
 build() {
 cd $_hkgname-$pkgver


[arch-commits] Commit in dina-font/repos/community-any (5 files)

2017-03-10 Thread Kyle Keen
Date: Saturday, March 11, 2017 @ 00:21:52
  Author: kkeen
Revision: 215618

archrelease: copy trunk to community-any

Added:
  dina-font/repos/community-any/75-yes-dina.conf
(from rev 215617, dina-font/trunk/75-yes-dina.conf)
  dina-font/repos/community-any/PKGBUILD
(from rev 215617, dina-font/trunk/PKGBUILD)
Deleted:
  dina-font/repos/community-any/75-yes-dina.conf
  dina-font/repos/community-any/PKGBUILD
  dina-font/repos/community-any/dina-font.install

---+
 PKGBUILD  |  113 +---
 dina-font.install |   16 ---
 2 files changed, 56 insertions(+), 73 deletions(-)

Deleted: 75-yes-dina.conf
===
(Binary files differ)

Copied: dina-font/repos/community-any/75-yes-dina.conf (from rev 215617, 
dina-font/trunk/75-yes-dina.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 00:21:39 UTC (rev 215617)
+++ PKGBUILD2017-03-11 00:21:52 UTC (rev 215618)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Xilon 
-# Contributor: Stefan Husmann 
-
-pkgname=dina-font
-pkgver=2.92
-pkgrel=5
-pkgdesc="A monospace bitmap font, primarily aimed at programmers"
-arch=('any')
-url="http://www.donationcoder.com/Software/Jibz/Dina/index.html;
-license=('custom')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-makedepends=('xorg-bdftopcf')
-install=${pkgname}.install
-source=(http://www.donationcoder.com/Software/Jibz/Dina/downloads/Dina.zip
-   75-yes-dina.conf)
-md5sums=('028424baac750e9fd0f54df03202e5d0'
- 'd2ea97a9ee0595cbdb02168bb7a85f12')
-
-_ex_pt() {
-_pt=${1%.bdf}
-_pt=${_pt#*-}
-echo $_pt
-}
-
-build() {
-cd "$srcdir/BDF"
-
-sed -i 's/microsoft-cp1252/ISO8859-1/' *.bdf
-
-for i in Dina_i400-*.bdf; do
-bdftopcf -t -o DinaItalic$(_ex_pt $i).pcf $i
-done
-for i in Dina_i700-*.bdf; do
-bdftopcf -t -o DinaBoldItalic$(_ex_pt $i).pcf $i
-done
-for i in Dina_r400-*.bdf; do
-bdftopcf -t -o DinaMedium$(_ex_pt $i).pcf $i
-done
-for i in Dina_r700-*.bdf; do
-bdftopcf -t -o DinaBold$(_ex_pt $i).pcf $i
-done
-gzip *.pcf
-}
-
-package() {
-cd "$srcdir/BDF"
-for i in *.gz; do
-install -Dm 644 $i "$pkgdir/usr/share/fonts/misc/$i"
-done
-install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 "$srcdir/75-yes-dina.conf" 
"$pkgdir/etc/fonts/conf.avail/75-yes-dina.conf"
-install -d "$pkgdir/etc/fonts/conf.d/"
-ln -s /etc/fonts/conf.avail/75-yes-dina.conf 
"$pkgdir/etc/fonts/conf.d/75-yes-dina.conf"
-}

Copied: dina-font/repos/community-any/PKGBUILD (from rev 215617, 
dina-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-11 00:21:52 UTC (rev 215618)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Daniel J Griffiths 
+# Contributor: Xilon 
+# Contributor: Stefan Husmann 
+
+pkgname=dina-font
+pkgver=2.92
+pkgrel=6
+pkgdesc="A monospace bitmap font, primarily aimed at programmers"
+arch=('any')
+url="http://www.donationcoder.com/Software/Jibz/Dina/index.html;
+license=('custom')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+makedepends=('xorg-bdftopcf')
+source=(http://www.donationcoder.com/Software/Jibz/Dina/downloads/Dina.zip
+   75-yes-dina.conf)
+md5sums=('028424baac750e9fd0f54df03202e5d0'
+ 'd2ea97a9ee0595cbdb02168bb7a85f12')
+
+_ex_pt() {
+_pt=${1%.bdf}
+_pt=${_pt#*-}
+echo $_pt
+}
+
+build() {
+cd "$srcdir/BDF"
+
+sed -i 's/microsoft-cp1252/ISO8859-1/' *.bdf
+
+for i in Dina_i400-*.bdf; do
+bdftopcf -t -o DinaItalic$(_ex_pt $i).pcf $i
+done
+for i in Dina_i700-*.bdf; do
+bdftopcf -t -o DinaBoldItalic$(_ex_pt $i).pcf $i
+done
+for i in Dina_r400-*.bdf; do
+bdftopcf -t -o DinaMedium$(_ex_pt $i).pcf $i
+done
+for i in Dina_r700-*.bdf; do
+bdftopcf -t -o DinaBold$(_ex_pt $i).pcf $i
+done
+gzip *.pcf
+}
+
+package() {
+cd "$srcdir/BDF"
+for i in *.gz; do
+install -Dm 644 $i "$pkgdir/usr/share/fonts/misc/$i"
+done
+install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 "$srcdir/75-yes-dina.conf" 
"$pkgdir/etc/fonts/conf.avail/75-yes-dina.conf"
+install -d "$pkgdir/etc/fonts/conf.d/"
+ln -s /etc/fonts/conf.avail/75-yes-dina.conf 

[arch-commits] Commit in dina-font/trunk (PKGBUILD dina-font.install)

2017-03-10 Thread Kyle Keen
Date: Saturday, March 11, 2017 @ 00:21:39
  Author: kkeen
Revision: 215617

upgpkg: dina-font 2.92-6 use hooks

Modified:
  dina-font/trunk/PKGBUILD
Deleted:
  dina-font/trunk/dina-font.install

---+
 PKGBUILD  |3 +--
 dina-font.install |   16 
 2 files changed, 1 insertion(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 00:16:00 UTC (rev 215616)
+++ PKGBUILD2017-03-11 00:21:39 UTC (rev 215617)
@@ -6,7 +6,7 @@
 
 pkgname=dina-font
 pkgver=2.92
-pkgrel=5
+pkgrel=6
 pkgdesc="A monospace bitmap font, primarily aimed at programmers"
 arch=('any')
 url="http://www.donationcoder.com/Software/Jibz/Dina/index.html;
@@ -13,7 +13,6 @@
 license=('custom')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
 makedepends=('xorg-bdftopcf')
-install=${pkgname}.install
 source=(http://www.donationcoder.com/Software/Jibz/Dina/downloads/Dina.zip
75-yes-dina.conf)
 md5sums=('028424baac750e9fd0f54df03202e5d0'

Deleted: dina-font.install
===
--- dina-font.install   2017-03-11 00:16:00 UTC (rev 215616)
+++ dina-font.install   2017-03-11 00:21:39 UTC (rev 215617)
@@ -1,16 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... " 
-  usr/bin/fc-cache -s
-  cd usr/share/fonts/misc
-  mkfontdir
-  mkfontscale
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $i
-}
-
-post_remove() {
-  usr/bin/fc-cache -s
-}


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

2017-03-10 Thread Kyle Keen
Date: Saturday, March 11, 2017 @ 00:16:00
  Author: kkeen
Revision: 215616

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

Added:
  cmatrix/repos/community-i686/PKGBUILD
(from rev 215615, cmatrix/trunk/PKGBUILD)
  cmatrix/repos/community-i686/cmatrix-tty
(from rev 215615, cmatrix/trunk/cmatrix-tty)
  cmatrix/repos/community-x86_64/PKGBUILD
(from rev 215615, cmatrix/trunk/PKGBUILD)
  cmatrix/repos/community-x86_64/cmatrix-tty
(from rev 215615, cmatrix/trunk/cmatrix-tty)
Deleted:
  cmatrix/repos/community-i686/PKGBUILD
  cmatrix/repos/community-i686/cmatrix-tty
  cmatrix/repos/community-i686/cmatrix.install
  cmatrix/repos/community-x86_64/PKGBUILD
  cmatrix/repos/community-x86_64/cmatrix-tty
  cmatrix/repos/community-x86_64/cmatrix.install

--+
 /PKGBUILD|   88 +
 /cmatrix-tty |   78 
 community-i686/PKGBUILD  |   44 --
 community-i686/cmatrix-tty   |   39 
 community-i686/cmatrix.install   |6 --
 community-x86_64/PKGBUILD|   44 --
 community-x86_64/cmatrix-tty |   39 
 community-x86_64/cmatrix.install |6 --
 8 files changed, 166 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-11 00:15:35 UTC (rev 215615)
+++ community-i686/PKGBUILD 2017-03-11 00:16:00 UTC (rev 215616)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-
-pkgname=cmatrix
-pkgver=1.2a
-pkgrel=11
-pkgdesc="A curses-based scrolling 'Matrix'-like screen"
-arch=('i686' 'x86_64')
-url="http://www.asty.org/cmatrix/;
-license=('GPL2')
-depends=('ncurses')
-makedepends=('fontconfig')
-optdepends=('fontconfig: custom font'
-'kbd: cmatrix-tty custom font'
-'xterm: cmatrix-tty custom font')
-install=$pkgname.install
-source=("http://www.asty.org/$pkgname/dist/$pkgname-$pkgver.tar.gz;
-"cmatrix-tty")
-md5sums=('ebfb5733104a258173a9ccf2669968a1'
- '6bb2431c23350cb2082e14b6ba761760')
-
-build() {
-  cd $pkgname-$pkgver
-
-  CPPFLAGS="-D_FORTIFY_SOURCE=0" ./configure \
---prefix=/usr --mandir=/usr/share/man
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  
-  install -Dm644 mtx.pcf "$pkgdir/usr/share/fonts/misc/mtx.pcf"
-  install -Dm644 matrix.fnt "$pkgdir/usr/share/kbd/consolefonts/matrix.fnt"
-  install -Dm644 matrix.psf.gz 
"$pkgdir/usr/share/kbd/consolefonts/matrix.psf.gz"
-  install -Dm755 "$srcdir/cmatrix-tty" "$pkgdir/usr/bin/cmatrix-tty"
-
-  for i in AUTHORS NEWS COPYING README ChangeLog TODO INSTALL; do
-install -Dm644 $i "$pkgdir/usr/share/doc/$pkgname/$i"
-  done
-}

Copied: cmatrix/repos/community-i686/PKGBUILD (from rev 215615, 
cmatrix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-11 00:16:00 UTC (rev 215616)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Jonathan Steel 
+
+pkgname=cmatrix
+pkgver=1.2a
+pkgrel=12
+pkgdesc="A curses-based scrolling 'Matrix'-like screen"
+arch=('i686' 'x86_64')
+url="http://www.asty.org/cmatrix/;
+license=('GPL2')
+depends=('ncurses')
+makedepends=('fontconfig')
+optdepends=('fontconfig: custom font'
+'kbd: cmatrix-tty custom font'
+'xterm: cmatrix-tty custom font')
+source=("http://www.asty.org/$pkgname/dist/$pkgname-$pkgver.tar.gz;
+"cmatrix-tty")
+md5sums=('ebfb5733104a258173a9ccf2669968a1'
+ '6bb2431c23350cb2082e14b6ba761760')
+
+build() {
+  cd $pkgname-$pkgver
+
+  CPPFLAGS="-D_FORTIFY_SOURCE=0" ./configure \
+--prefix=/usr --mandir=/usr/share/man
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  
+  install -Dm644 mtx.pcf "$pkgdir/usr/share/fonts/misc/mtx.pcf"
+  install -Dm644 matrix.fnt "$pkgdir/usr/share/kbd/consolefonts/matrix.fnt"
+  install -Dm644 matrix.psf.gz 
"$pkgdir/usr/share/kbd/consolefonts/matrix.psf.gz"
+  install -Dm755 "$srcdir/cmatrix-tty" "$pkgdir/usr/bin/cmatrix-tty"
+
+  for i in AUTHORS NEWS COPYING README ChangeLog TODO INSTALL; do
+install -Dm644 $i "$pkgdir/usr/share/doc/$pkgname/$i"
+  done
+}

Deleted: community-i686/cmatrix-tty
===
--- community-i686/cmatrix-tty  2017-03-11 00:15:35 UTC (rev 215615)
+++ community-i686/cmatrix-tty  2017-03-11 00:16:00 UTC (rev 215616)
@@ -1,39 +0,0 @@
-#!/bin/sh
-
-# a basic script for maximum pretty
-
-# X-based modes
-if [[ -n "$DISPLAY" && -x /usr/bin/aterm ]]; then
-  exec aterm -fn mtx -e cmatrix -abox
-  exit
-fi
-if [[ -n "$DISPLAY" && -x /usr/bin/xterm ]]; then
-  exec xterm -fn mtx -en iso1252 -e cmatrix -abx
-  exit

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

2017-03-10 Thread Kyle Keen
Date: Saturday, March 11, 2017 @ 00:15:35
  Author: kkeen
Revision: 215615

upgpkg: cmatrix 1.2a-12 use hooks

Modified:
  cmatrix/trunk/PKGBUILD
Deleted:
  cmatrix/trunk/cmatrix.install

-+
 PKGBUILD|6 +++---
 cmatrix.install |6 --
 2 files changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 00:02:46 UTC (rev 215614)
+++ PKGBUILD2017-03-11 00:15:35 UTC (rev 215615)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Jonathan Steel 
+# Maintainer: Kyle Keen 
+# Contributor: Jonathan Steel 
 
 pkgname=cmatrix
 pkgver=1.2a
-pkgrel=11
+pkgrel=12
 pkgdesc="A curses-based scrolling 'Matrix'-like screen"
 arch=('i686' 'x86_64')
 url="http://www.asty.org/cmatrix/;
@@ -13,7 +14,6 @@
 optdepends=('fontconfig: custom font'
 'kbd: cmatrix-tty custom font'
 'xterm: cmatrix-tty custom font')
-install=$pkgname.install
 source=("http://www.asty.org/$pkgname/dist/$pkgname-$pkgver.tar.gz;
 "cmatrix-tty")
 md5sums=('ebfb5733104a258173a9ccf2669968a1'

Deleted: cmatrix.install
===
--- cmatrix.install 2017-03-11 00:02:46 UTC (rev 215614)
+++ cmatrix.install 2017-03-11 00:15:35 UTC (rev 215615)
@@ -1,6 +0,0 @@
-post_install() {
-  if [[ -x /usr/bin/fc-cache ]]; then
-fc-cache
-  fi
-}
-


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

2017-03-10 Thread Giancarlo Razzolini
Date: Saturday, March 11, 2017 @ 00:02:46
  Author: grazzolini
Revision: 215614

archrelease: copy trunk to community-any

Added:
  streamlink/repos/community-any/
  streamlink/repos/community-any/PKGBUILD
(from rev 215613, streamlink/trunk/PKGBUILD)

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

Copied: streamlink/repos/community-any/PKGBUILD (from rev 215613, 
streamlink/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-03-11 00:02:46 UTC (rev 215614)
@@ -0,0 +1,47 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Josip Ponjavic 
+
+pkgname=streamlink
+pkgver=0.4.0
+pkgrel=2
+pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
+arch=('any')
+url='https://streamlink.github.io/'
+license=('BSD')
+#depends=("python-"{iso3166,iso639,pycryptodomex,requests} 'rtmpdump')
+depends=("python-"{crypto,pycountry,requests} 'rtmpdump')
+checkdepends=("python-"{mock,pytest})
+makedepends=("python-"{setuptools,sphinx})
+optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+'
+'python-librtmp: Required by the ustreamtv plugin to be able to 
use non-mobile streams.')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+
"0001-python-streamlink-${pkgver}-pycrypto.patch::https://src.fedoraproject.org/cgit/rpms/python-streamlink.git/plain/python-streamlink-${pkgver}-pycrypto.patch;)
+# Charlie Drage 
+validpgpkeys=('1D2DA4B582D3E09EFA2C997CDA227403C037D617')
+sha512sums=('9a461e69f17b5d88e7adfdddcd0c19615c10e208c103df85028bfec26ab64bccd64a697d0509f6e581e467739b660b4abd38a0c6b747f038c94af256ac043a6d'
+'SKIP'
+
'0fc8dac224749a3ef75fb32bc06e0145c6277e0c2780cfe8ae3ce956059e29b8deec37f6fbf239d4e6a64bab6ff48944ca63972a448d8be1c529aed9b6196bde')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 -i "$srcdir/0001-python-streamlink-${pkgver}-pycrypto.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  export STREAMLINK_USE_PYCOUNTRY="true"
+  python setup.py build_sphinx -b man
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  python setup.py test || warning "Tests failed"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 build/sphinx/man/streamlink.1 \
+"$pkgdir/usr/share/man/man1/streamlink.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (4 files)

2017-03-10 Thread Giancarlo Razzolini
Date: Saturday, March 11, 2017 @ 00:01:45
  Author: grazzolini
Revision: 215613

addpkg: streamlink

Added:
  streamlink/
  streamlink/repos/
  streamlink/trunk/
  streamlink/trunk/PKGBUILD

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

Added: streamlink/trunk/PKGBUILD
===
--- streamlink/trunk/PKGBUILD   (rev 0)
+++ streamlink/trunk/PKGBUILD   2017-03-11 00:01:45 UTC (rev 215613)
@@ -0,0 +1,47 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Josip Ponjavic 
+
+pkgname=streamlink
+pkgver=0.4.0
+pkgrel=2
+pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
+arch=('any')
+url='https://streamlink.github.io/'
+license=('BSD')
+#depends=("python-"{iso3166,iso639,pycryptodomex,requests} 'rtmpdump')
+depends=("python-"{crypto,pycountry,requests} 'rtmpdump')
+checkdepends=("python-"{mock,pytest})
+makedepends=("python-"{setuptools,sphinx})
+optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+'
+'python-librtmp: Required by the ustreamtv plugin to be able to 
use non-mobile streams.')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+
"0001-python-streamlink-${pkgver}-pycrypto.patch::https://src.fedoraproject.org/cgit/rpms/python-streamlink.git/plain/python-streamlink-${pkgver}-pycrypto.patch;)
+# Charlie Drage 
+validpgpkeys=('1D2DA4B582D3E09EFA2C997CDA227403C037D617')
+sha512sums=('9a461e69f17b5d88e7adfdddcd0c19615c10e208c103df85028bfec26ab64bccd64a697d0509f6e581e467739b660b4abd38a0c6b747f038c94af256ac043a6d'
+'SKIP'
+
'0fc8dac224749a3ef75fb32bc06e0145c6277e0c2780cfe8ae3ce956059e29b8deec37f6fbf239d4e6a64bab6ff48944ca63972a448d8be1c529aed9b6196bde')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 -i "$srcdir/0001-python-streamlink-${pkgver}-pycrypto.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  export STREAMLINK_USE_PYCOUNTRY="true"
+  python setup.py build_sphinx -b man
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  python setup.py test || warning "Tests failed"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 build/sphinx/man/streamlink.1 \
+"$pkgdir/usr/share/man/man1/streamlink.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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


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

2017-03-10 Thread Evangelos Foutras
Date: Friday, March 10, 2017 @ 23:45:14
  Author: foutrelis
Revision: 290510

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 290509, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-system-ffmpeg-r4.patch
(from rev 290509, chromium/trunk/chromium-system-ffmpeg-r4.patch)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 290509, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 290509, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 290509, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 290509, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-system-ffmpeg-r4.patch
(from rev 290509, chromium/trunk/chromium-system-ffmpeg-r4.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 290509, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 290509, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 290509, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-glib-2.24.patch
  chromium/repos/extra-i686/chromium-system-ffmpeg-r4.patch
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-glib-2.24.patch
  chromium/repos/extra-x86_64/chromium-system-ffmpeg-r4.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

--+
 /PKGBUILD|  378 +
 /chromium-system-ffmpeg-r4.patch |   96 ++
 /chromium-widevine.patch |   20 +
 /chromium.desktop|  224 ++
 /chromium.install|   32 ++
 extra-i686/PKGBUILD  |  192 
 extra-i686/chromium-glib-2.24.patch  |   15 
 extra-i686/chromium-system-ffmpeg-r4.patch   |   48 ---
 extra-i686/chromium-widevine.patch   |   10 
 extra-i686/chromium.desktop  |  112 ---
 extra-i686/chromium.install  |   16 -
 extra-x86_64/PKGBUILD|  192 
 extra-x86_64/chromium-glib-2.24.patch|   15 
 extra-x86_64/chromium-system-ffmpeg-r4.patch |   48 ---
 extra-x86_64/chromium-widevine.patch |   10 
 extra-x86_64/chromium.desktop|  112 ---
 extra-x86_64/chromium.install|   16 -
 17 files changed, 750 insertions(+), 786 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-10 23:44:54 UTC (rev 290509)
+++ extra-i686/PKGBUILD 2017-03-10 23:45:14 UTC (rev 290510)
@@ -1,192 +0,0 @@
-# $Id: PKGBUILD 277477 2016-10-01 03:36:40Z foutrelis $
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -rgA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [harfbuzz-ng]=harfbuzz-icu
-  [icu]=icu
-  [libjpeg]=libjpeg
-  [libpng]=libpng
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  #[libxml]=libxml2# https://bugs.archlinux.org/task/29939
-  [libxslt]=libxslt
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-
-pkgname=chromium
-pkgver=56.0.2924.87
-pkgrel=1
-_launcher_ver=3
-pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
-arch=('i686' 'x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libexif' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'perl' 'perl-file-basedir'
- 'pciutils' 'desktop-file-utils' 'hicolor-icon-theme')
-depends+=(${_system_libs[@]})
-makedepends=('gtk3' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'git')
-optdepends=('kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-

[arch-commits] Commit in chromium/trunk (PKGBUILD chromium-glib-2.24.patch)

2017-03-10 Thread Evangelos Foutras
Date: Friday, March 10, 2017 @ 23:44:54
  Author: foutrelis
Revision: 290509

upgpkg: chromium 57.0.2987.98-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/chromium-glib-2.24.patch

--+
 PKGBUILD |7 ++-
 chromium-glib-2.24.patch |   15 ---
 2 files changed, 2 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 20:36:27 UTC (rev 290508)
+++ PKGBUILD2017-03-10 23:44:54 UTC (rev 290509)
@@ -24,7 +24,7 @@
 )
 
 pkgname=chromium
-pkgver=56.0.2924.87
+pkgver=57.0.2987.98
 pkgrel=1
 _launcher_ver=3
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
@@ -43,13 +43,11 @@
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 chromium.desktop
-chromium-glib-2.24.patch
 chromium-system-ffmpeg-r4.patch
 chromium-widevine.patch)
-sha256sums=('9aac081ffccaae6497068100477a4e6ac7086bd15ad3c3cd009b9a760b7a53e0'
+sha256sums=('16b5ecf70fcab8476231636ec20f5415897781b01ed21640283cb358322f792d'
 '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
-'6953651c002efe7fca8cda3143e963037ed38a0a4bc7ccb79304637c45340047'
 'e3c474dbf3822a0be50695683bd8a2c9dfc82d41c1524a20b4581883c0c88986'
 'd6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808')
 
@@ -72,7 +70,6 @@
 
   # Fixes from Gentoo
   patch -Np1 -i ../chromium-system-ffmpeg-r4.patch
-  patch -Np1 -i ../chromium-glib-2.24.patch
 
   # Work around bug in blink in which GCC 6 optimizes away null pointer checks
   # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833524

Deleted: chromium-glib-2.24.patch
===
--- chromium-glib-2.24.patch2017-03-10 20:36:27 UTC (rev 290508)
+++ chromium-glib-2.24.patch2017-03-10 23:44:54 UTC (rev 290509)
@@ -1,15 +0,0 @@
 a/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp.orig   
2017-01-05 20:50:56.329369189 +
-+++ b/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp
2017-01-05 20:51:32.926099779 +
-@@ -242,6 +242,12 @@
-   ASSERT(!(len & kSystemPageOffsetMask));
- #if OS(POSIX)
-   int ret = madvise(addr, len, MADV_FREE);
-+  if (ret != 0 && errno == EINVAL) {
-+// MADV_FREE only works on Linux 4.5+ . If request failed,
-+// retry with older MADV_DONTNEED . Note that MADV_FREE
-+// being defined at compile time doesn't imply runtime support.
-+ret = madvise(addr, len, MADV_DONTNEED);
-+  }
-   RELEASE_ASSERT(!ret);
- #else
-   setSystemPagesInaccessible(addr, len);


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

2017-03-10 Thread Daniel Micay
Date: Friday, March 10, 2017 @ 21:17:25
  Author: thestinger
Revision: 215612

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

Added:
  linux-grsec/repos/community-i686/99-linux.hook
(from rev 215611, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 215611, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 215611, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 215611, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 215611, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 215611, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 215611, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/99-linux.hook
(from rev 215611, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 215611, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 215611, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 215611, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 215611, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 215611, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 215611, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/99-linux.hook
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/99-linux.hook
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /99-linux.hook |   22 
 /PKGBUILD  |  638 
 /change-default-console-loglevel.patch |   22 
 /config|16540 +++
 /config.x86_64 |15964 ++
 /linux-grsec.install   |   54 
 /linux.preset  |   28 
 community-i686/99-linux.hook   |   11 
 community-i686/PKGBUILD|  319 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8270 ---
 community-i686/config.x86_64   | 7982 ---
 community-i686/linux-grsec.install |   27 
 community-i686/linux.preset|   14 
 community-x86_64/99-linux.hook |   11 
 community-x86_64/PKGBUILD  |  319 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8270 ---
 community-x86_64/config.x86_64 | 7982 ---
 community-x86_64/linux-grsec.install   |   27 
 community-x86_64/linux.preset  |   14 
 21 files changed, 33268 insertions(+), 33268 deletions(-)

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


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

2017-03-10 Thread Daniel Micay
Date: Friday, March 10, 2017 @ 21:16:05
  Author: thestinger
Revision: 215611

upgpkg: linux-grsec 1:4.9.13.r201703052141-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 17:30:48 UTC (rev 215610)
+++ PKGBUILD2017-03-10 21:16:05 UTC (rev 215611)
@@ -9,7 +9,7 @@
 _srcname=linux-4.9
 _pkgver=4.9.13
 _grsecver=3.1
-_timestamp=201702270729
+_timestamp=201703052141
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 epoch=1
 pkgver=$_pkgver.r$_timestamp
@@ -38,7 +38,7 @@
 'SKIP'
 '87a0f07dd393e2d08850f0536417d091684535ff0c8ab8f8d9aeab1db38589bf'
 'SKIP'
-'39bfbe21a7fdaa0af1e92ba46e637017b593cdebe3d15aab6a3e1e473adc4113'
+'811435c8e888e3d116715700b3b8f851b80f5fd746c1cbaaef1fb54ba2bc1fb8'
 'SKIP'
 '569cc42785315fa0ae96fd566dccb0640044e4b149f55d07277900f63c846d91'
 '9be4a343b99e3afc2873151601c052cd1d1ecff7122c8c38f2bf37cc7344ac15'


[arch-commits] Commit in net-snmp/repos (20 files)

2017-03-10 Thread Jelle van der Waa
Date: Friday, March 10, 2017 @ 20:36:27
  Author: jelle
Revision: 290508

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

Added:
  net-snmp/repos/community-staging-i686/PKGBUILD
(from rev 290507, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/community-staging-i686/fix-openssl-build-errors.patch
(from rev 290507, net-snmp/trunk/fix-openssl-build-errors.patch)
  net-snmp/repos/community-staging-i686/net-snmp-5.7.3-perl-5.24.patch
(from rev 290507, net-snmp/trunk/net-snmp-5.7.3-perl-5.24.patch)
  net-snmp/repos/community-staging-i686/snmpd.service
(from rev 290507, net-snmp/trunk/snmpd.service)
  net-snmp/repos/community-staging-i686/snmptrapd.service
(from rev 290507, net-snmp/trunk/snmptrapd.service)
  net-snmp/repos/community-staging-x86_64/PKGBUILD
(from rev 290507, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/community-staging-x86_64/fix-openssl-build-errors.patch
(from rev 290507, net-snmp/trunk/fix-openssl-build-errors.patch)
  net-snmp/repos/community-staging-x86_64/net-snmp-5.7.3-perl-5.24.patch
(from rev 290507, net-snmp/trunk/net-snmp-5.7.3-perl-5.24.patch)
  net-snmp/repos/community-staging-x86_64/snmpd.service
(from rev 290507, net-snmp/trunk/snmpd.service)
  net-snmp/repos/community-staging-x86_64/snmptrapd.service
(from rev 290507, net-snmp/trunk/snmptrapd.service)
Deleted:
  net-snmp/repos/community-staging-i686/PKGBUILD
  net-snmp/repos/community-staging-i686/fix-openssl-build-errors.patch
  net-snmp/repos/community-staging-i686/net-snmp-5.7.3-perl-5.24.patch
  net-snmp/repos/community-staging-i686/snmpd.service
  net-snmp/repos/community-staging-i686/snmptrapd.service
  net-snmp/repos/community-staging-x86_64/PKGBUILD
  net-snmp/repos/community-staging-x86_64/fix-openssl-build-errors.patch
  net-snmp/repos/community-staging-x86_64/net-snmp-5.7.3-perl-5.24.patch
  net-snmp/repos/community-staging-x86_64/snmpd.service
  net-snmp/repos/community-staging-x86_64/snmptrapd.service

-+
 /PKGBUILD   |  136 
 /fix-openssl-build-errors.patch |  342 
 /net-snmp-5.7.3-perl-5.24.patch | 5198 ++
 /snmpd.service  |   24 
 /snmptrapd.service  |   24 
 community-staging-i686/PKGBUILD |   68 
 community-staging-i686/fix-openssl-build-errors.patch   |  171 
 community-staging-i686/net-snmp-5.7.3-perl-5.24.patch   | 2599 ---
 community-staging-i686/snmpd.service|   12 
 community-staging-i686/snmptrapd.service|   12 
 community-staging-x86_64/PKGBUILD   |   68 
 community-staging-x86_64/fix-openssl-build-errors.patch |  171 
 community-staging-x86_64/net-snmp-5.7.3-perl-5.24.patch | 2599 ---
 community-staging-x86_64/snmpd.service  |   12 
 community-staging-x86_64/snmptrapd.service  |   12 
 15 files changed, 5724 insertions(+), 5724 deletions(-)

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


[arch-commits] Commit in net-snmp/repos (20 files)

2017-03-10 Thread Jelle van der Waa
Date: Friday, March 10, 2017 @ 20:07:33
  Author: jelle
Revision: 290507

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

Added:
  net-snmp/repos/community-staging-i686/PKGBUILD
(from rev 290506, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/community-staging-i686/fix-openssl-build-errors.patch
(from rev 290506, net-snmp/trunk/fix-openssl-build-errors.patch)
  net-snmp/repos/community-staging-i686/net-snmp-5.7.3-perl-5.24.patch
(from rev 290506, net-snmp/trunk/net-snmp-5.7.3-perl-5.24.patch)
  net-snmp/repos/community-staging-i686/snmpd.service
(from rev 290506, net-snmp/trunk/snmpd.service)
  net-snmp/repos/community-staging-i686/snmptrapd.service
(from rev 290506, net-snmp/trunk/snmptrapd.service)
  net-snmp/repos/community-staging-x86_64/PKGBUILD
(from rev 290506, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/community-staging-x86_64/fix-openssl-build-errors.patch
(from rev 290506, net-snmp/trunk/fix-openssl-build-errors.patch)
  net-snmp/repos/community-staging-x86_64/net-snmp-5.7.3-perl-5.24.patch
(from rev 290506, net-snmp/trunk/net-snmp-5.7.3-perl-5.24.patch)
  net-snmp/repos/community-staging-x86_64/snmpd.service
(from rev 290506, net-snmp/trunk/snmpd.service)
  net-snmp/repos/community-staging-x86_64/snmptrapd.service
(from rev 290506, net-snmp/trunk/snmptrapd.service)
Deleted:
  net-snmp/repos/community-staging-i686/PKGBUILD
  net-snmp/repos/community-staging-i686/fix-openssl-build-errors.patch
  net-snmp/repos/community-staging-i686/net-snmp-5.7.3-perl-5.24.patch
  net-snmp/repos/community-staging-i686/snmpd.service
  net-snmp/repos/community-staging-i686/snmptrapd.service
  net-snmp/repos/community-staging-x86_64/PKGBUILD
  net-snmp/repos/community-staging-x86_64/fix-openssl-build-errors.patch
  net-snmp/repos/community-staging-x86_64/net-snmp-5.7.3-perl-5.24.patch
  net-snmp/repos/community-staging-x86_64/snmpd.service
  net-snmp/repos/community-staging-x86_64/snmptrapd.service

-+
 /PKGBUILD   |  136 
 /fix-openssl-build-errors.patch |  342 
 /net-snmp-5.7.3-perl-5.24.patch | 5198 ++
 /snmpd.service  |   24 
 /snmptrapd.service  |   24 
 community-staging-i686/PKGBUILD |   68 
 community-staging-i686/fix-openssl-build-errors.patch   |  171 
 community-staging-i686/net-snmp-5.7.3-perl-5.24.patch   | 2599 ---
 community-staging-i686/snmpd.service|   12 
 community-staging-i686/snmptrapd.service|   12 
 community-staging-x86_64/PKGBUILD   |   68 
 community-staging-x86_64/fix-openssl-build-errors.patch |  171 
 community-staging-x86_64/net-snmp-5.7.3-perl-5.24.patch | 2599 ---
 community-staging-x86_64/snmpd.service  |   12 
 community-staging-x86_64/snmptrapd.service  |   12 
 15 files changed, 5724 insertions(+), 5724 deletions(-)

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


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

2017-03-10 Thread Jelle van der Waa
Date: Friday, March 10, 2017 @ 20:05:00
  Author: jelle
Revision: 290506

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

Added:
  net-snmp/repos/community-staging-i686/
  net-snmp/repos/community-staging-i686/PKGBUILD
(from rev 290505, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/community-staging-i686/fix-openssl-build-errors.patch
(from rev 290505, net-snmp/trunk/fix-openssl-build-errors.patch)
  net-snmp/repos/community-staging-i686/net-snmp-5.7.3-perl-5.24.patch
(from rev 290505, net-snmp/trunk/net-snmp-5.7.3-perl-5.24.patch)
  net-snmp/repos/community-staging-i686/snmpd.service
(from rev 290505, net-snmp/trunk/snmpd.service)
  net-snmp/repos/community-staging-i686/snmptrapd.service
(from rev 290505, net-snmp/trunk/snmptrapd.service)
  net-snmp/repos/community-staging-x86_64/
  net-snmp/repos/community-staging-x86_64/PKGBUILD
(from rev 290505, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/community-staging-x86_64/fix-openssl-build-errors.patch
(from rev 290505, net-snmp/trunk/fix-openssl-build-errors.patch)
  net-snmp/repos/community-staging-x86_64/net-snmp-5.7.3-perl-5.24.patch
(from rev 290505, net-snmp/trunk/net-snmp-5.7.3-perl-5.24.patch)
  net-snmp/repos/community-staging-x86_64/snmpd.service
(from rev 290505, net-snmp/trunk/snmpd.service)
  net-snmp/repos/community-staging-x86_64/snmptrapd.service
(from rev 290505, net-snmp/trunk/snmptrapd.service)

-+
 community-staging-i686/PKGBUILD |   68 
 community-staging-i686/fix-openssl-build-errors.patch   |  171 
 community-staging-i686/net-snmp-5.7.3-perl-5.24.patch   | 2599 ++
 community-staging-i686/snmpd.service|   12 
 community-staging-i686/snmptrapd.service|   12 
 community-staging-x86_64/PKGBUILD   |   68 
 community-staging-x86_64/fix-openssl-build-errors.patch |  171 
 community-staging-x86_64/net-snmp-5.7.3-perl-5.24.patch | 2599 ++
 community-staging-x86_64/snmpd.service  |   12 
 community-staging-x86_64/snmptrapd.service  |   12 
 10 files changed, 5724 insertions(+)

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


[arch-commits] Commit in net-snmp/trunk (PKGBUILD fix-openssl-build-errors.patch)

2017-03-10 Thread Jelle van der Waa
Date: Friday, March 10, 2017 @ 20:04:44
  Author: jelle
Revision: 290505

upgpkg: net-snmp 5.7.3-4

openssl 1.1.0 rebuild

Added:
  net-snmp/trunk/fix-openssl-build-errors.patch
Modified:
  net-snmp/trunk/PKGBUILD

+
 PKGBUILD   |9 +-
 fix-openssl-build-errors.patch |  171 +++
 2 files changed, 177 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 15:42:47 UTC (rev 290504)
+++ PKGBUILD2017-03-10 20:04:44 UTC (rev 290505)
@@ -4,7 +4,7 @@
 
 pkgname=net-snmp
 pkgver=5.7.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6"
 arch=('i686' 'x86_64')
 url="http://www.net-snmp.org/;
@@ -16,12 +16,13 @@
 'python2: for the python modules')
 options=('!emptydirs' '!makeflags')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-snmpd.service snmptrapd.service net-snmp-5.7.3-perl-5.24.patch)
+snmpd.service snmptrapd.service net-snmp-5.7.3-perl-5.24.patch 
fix-openssl-build-errors.patch)
 sha1sums=('97dc25077257680815de44e34128d365c76bd839'
   'SKIP'
   '84e32c54d32e6b608747054e04a3ddfe6d6638cc'
   '0244e91c7baa0abebfb5c0560e8ce04c966c5992'
-  '31beef2cb5ad9b4ac655f8ced53058ebf6e99ca9')
+  '31beef2cb5ad9b4ac655f8ced53058ebf6e99ca9'
+  'b329ff700a3e20cdfcab4643a573ef976f9182c0')
 validpgpkeys=('8AAA779B597B405BBC329B6376CF47B8A77C5329'
   '27CAA4A32E371383A33ED0587D5F9576E0F81533')  # Net-SNMP 
Administrators
 
@@ -28,6 +29,8 @@
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -p1 -i ../net-snmp-5.7.3-perl-5.24.patch
+  patch -p1 -i ../fix-openssl-build-errors.patch
+  autoreconf -i
 }
 
 build() {

Added: fix-openssl-build-errors.patch
===
--- fix-openssl-build-errors.patch  (rev 0)
+++ fix-openssl-build-errors.patch  2017-03-10 20:04:44 UTC (rev 290505)
@@ -0,0 +1,171 @@
+net-snmp build fails on Debian 9 with OpenSSL 1.1.0
+
+With these changes, net-snmp builds with both
+OpenSSL 1.0.x and 1.1.x.
+
+Author: Sharmila Podury 
+
+--- a/apps/snmpusm.c
 b/apps/snmpusm.c
+@@ -125,6 +125,32 @@ char   *usmUserPublic_val = NULL
+ int docreateandwait = 0;
+ 
+ 
++#if OPENSSL_VERSION_NUMBER < 0x1010L
++
++#include 
++#include 
++
++void DH_get0_pqg(const DH *dh,
++const BIGNUM **p, const BIGNUM **q, const BIGNUM **g)
++{
++   if (p != NULL)
++   *p = dh->p;
++   if (q != NULL)
++   *q = dh->q;
++   if (g != NULL)
++   *g = dh->g;
++}
++
++void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM 
**priv_key)
++{
++   if (pub_key != NULL)
++   *pub_key = dh->pub_key;
++   if (priv_key != NULL)
++   *priv_key = dh->priv_key;
++}
++
++#endif
++
+ void
+ usage(void)
+ {
+@@ -190,7 +216,7 @@ get_USM_DH_key(netsnmp_variable_list *va
+oid *keyoid, size_t keyoid_len) {
+ u_char *dhkeychange;
+ DH *dh;
+-BIGNUM *other_pub;
++BIGNUM *p, *g, *pub_key, *other_pub;
+ u_char *key;
+ size_t key_len;
+ 
+@@ -205,25 +231,29 @@ get_USM_DH_key(netsnmp_variable_list *va
+ dh = d2i_DHparams(NULL, , dhvar->val_len);
+ }
+ 
+-if (!dh || !dh->g || !dh->p) {
++if (dh)
++DH_get0_pqg(dh, , NULL, );
++
++if (!dh || !g || !p) {
+ SNMP_FREE(dhkeychange);
+ return SNMPERR_GENERR;
+ }
+ 
+-DH_generate_key(dh);
+-if (!dh->pub_key) {
++if (!DH_generate_key(dh)) {
+ SNMP_FREE(dhkeychange);
+ return SNMPERR_GENERR;
+ }
+ 
+-if (vars->val_len != (unsigned int)BN_num_bytes(dh->pub_key)) {
++DH_get0_key(dh, _key, NULL);
++
++if (vars->val_len != (unsigned int)BN_num_bytes(pub_key)) {
+ SNMP_FREE(dhkeychange);
+ fprintf(stderr,"incorrect diffie-helman lengths (%lu != %d)\n",
+-(unsigned long)vars->val_len, BN_num_bytes(dh->pub_key));
++(unsigned long)vars->val_len, BN_num_bytes(pub_key));
+ return SNMPERR_GENERR;
+ }
+ 
+-BN_bn2bin(dh->pub_key, dhkeychange + vars->val_len);
++BN_bn2bin(pub_key, dhkeychange + vars->val_len);
+ 
+ key_len = DH_size(dh);
+ if (!key_len) {
+--- a/configure.d/config_os_libs2
 b/configure.d/config_os_libs2
+@@ -327,10 +327,16 @@ if test "x$tryopenssl" != "xno" -a "x$tr
+  [[#include ]])
+ 
+ AC_CHECK_LIB(${CRYPTO}, EVP_MD_CTX_create,
+-AC_DEFINE([HAVE_EVP_MD_CTX_CREATE], [],
++AC_DEFINE([HAVE_EVP_MD_CTX_CREATE], [1],
+ [Define to 1 if you have the `EVP_MD_CTX_create' 
function.])
+-AC_DEFINE([HAVE_EVP_MD_CTX_DESTROY], [],
++

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

2017-03-10 Thread Sven-Hendrik Haase
Date: Friday, March 10, 2017 @ 17:30:09
  Author: svenstaro
Revision: 215609

upgpkg: gitlab 8.17.3-3

upstream release 8.17.3

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 17:06:32 UTC (rev 215608)
+++ PKGBUILD2017-03-10 17:30:09 UTC (rev 215609)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=8.17.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
@@ -120,9 +120,9 @@
   cp config/resque.yml.example config/resque.yml
   sed -i 's/url.*/nope.sock/g' config/resque.yml
 
-  bundle-2.3 exec rake assets:precompile RAILS_ENV=production --trace
-  npm install
-  bundle-2.3 exec rake webpack:compile RAILS_ENV=production --trace
+  npm install --production
+  bundle-2.3 exec rake gitlab:assets:clean gitlab:assets:compile cache:clear 
RAILS_ENV=production --trace
+  # bundle-2.3 exec rake webpack:compile RAILS_ENV=production --trace
 
   # After building assets, clean this up again
   rm config/database.yml config/database.yml.postgresql.orig


[arch-commits] Commit in qbittorrent/repos (16 files)

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 17:06:32
  Author: tredaelli
Revision: 215608

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

Added:
  qbittorrent/repos/community-i686/PKGBUILD
(from rev 215607, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-i686/qbittorrent-libtorrent-1.1.1.patch
(from rev 215607, qbittorrent/trunk/qbittorrent-libtorrent-1.1.1.patch)
  qbittorrent/repos/community-i686/qbittorrent.service
(from rev 215607, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-i686/qbittorrent@.service
(from rev 215607, qbittorrent/trunk/qbittorrent@.service)
  qbittorrent/repos/community-x86_64/PKGBUILD
(from rev 215607, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-x86_64/qbittorrent-libtorrent-1.1.1.patch
(from rev 215607, qbittorrent/trunk/qbittorrent-libtorrent-1.1.1.patch)
  qbittorrent/repos/community-x86_64/qbittorrent.service
(from rev 215607, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-x86_64/qbittorrent@.service
(from rev 215607, qbittorrent/trunk/qbittorrent@.service)
Deleted:
  qbittorrent/repos/community-i686/PKGBUILD
  qbittorrent/repos/community-i686/qbittorrent-libtorrent-1.1.1.patch
  qbittorrent/repos/community-i686/qbittorrent.service
  qbittorrent/repos/community-i686/qbittorrent@.service
  qbittorrent/repos/community-x86_64/PKGBUILD
  qbittorrent/repos/community-x86_64/qbittorrent-libtorrent-1.1.1.patch
  qbittorrent/repos/community-x86_64/qbittorrent.service
  qbittorrent/repos/community-x86_64/qbittorrent@.service

-+
 /PKGBUILD   |  142 ++
 /qbittorrent-libtorrent-1.1.1.patch |  122 +++
 /qbittorrent.service|   22 ++
 /qbittorrent@.service   |   24 +++
 community-i686/PKGBUILD |   71 -
 community-i686/qbittorrent-libtorrent-1.1.1.patch   |   61 ---
 community-i686/qbittorrent.service  |   11 -
 community-i686/qbittorrent@.service |   12 -
 community-x86_64/PKGBUILD   |   71 -
 community-x86_64/qbittorrent-libtorrent-1.1.1.patch |   61 ---
 community-x86_64/qbittorrent.service|   11 -
 community-x86_64/qbittorrent@.service   |   12 -
 12 files changed, 310 insertions(+), 310 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-10 17:06:06 UTC (rev 215607)
+++ community-i686/PKGBUILD 2017-03-10 17:06:32 UTC (rev 215608)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=qbittorrent
-pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.10
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org;
-license=('custom' 'GPL')
-makedepends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils' 'boost' 'qt5-tools')
-source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc}
-'qbittorrent-libtorrent-1.1.1.patch'
-'qbittorrent.service'
-   'qbittorrent@.service')
-sha256sums=('2c657ceacdc84033da044a0a9ecba7e0fdb35858324dc097546f989166f1a8d2'
-'SKIP'
-'c7642755dbc72567e04326b362eb862a62fc225984934d08fd808727d3bd6578'
-'8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
-'12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29')
-validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
-
-prepare() {
-  cd $pkgbase-$pkgver
-
-  patch -Np1 -i "$srcdir/qbittorrent-libtorrent-1.1.1.patch"
-}
-
-build() {
-  cd $pkgbase-$pkgver
-
-  mkdir $pkgbase
-  pushd $pkgbase
-  ../configure --prefix=/usr
-  make
-
-  # Build nox variant
-  popd
-  mkdir "$pkgbase-nox"
-  pushd "$pkgbase-nox"
-  ../configure --prefix=/usr --disable-gui
-}
-
-package_qbittorrent() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar."
-  depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils')
-  optdepends=('python: needed for torrent search tab')
-
-  cd $pkgbase-$pkgver/$pkgbase
-
-  make INSTALL_ROOT="$pkgdir/" install
-  install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_qbittorrent-nox() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar, w/o gui"
-  depends=('libtorrent-rasterbar' 'qt5-base')
-
-  cd 

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

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 17:06:06
  Author: tredaelli
Revision: 215607

upgpkg: qbittorrent 3.3.11-1

Modified:
  qbittorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 16:09:24 UTC (rev 215606)
+++ PKGBUILD2017-03-10 17:06:06 UTC (rev 215607)
@@ -8,8 +8,8 @@
 
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.10
-pkgrel=2
+pkgver=3.3.11
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.qbittorrent.org;
 license=('custom' 'GPL')
@@ -18,7 +18,7 @@
 'qbittorrent-libtorrent-1.1.1.patch'
 'qbittorrent.service'
'qbittorrent@.service')
-sha256sums=('2c657ceacdc84033da044a0a9ecba7e0fdb35858324dc097546f989166f1a8d2'
+sha256sums=('4892ac5ed4bde2ed325fb67456698e703bb933b9eb1d146598259f4e2154a760'
 'SKIP'
 'c7642755dbc72567e04326b362eb862a62fc225984934d08fd808727d3bd6578'
 '8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'


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

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 16:09:24
  Author: tredaelli
Revision: 215606

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 215605, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-10 16:09:12 UTC (rev 215605)
+++ PKGBUILD2017-03-10 16:09:24 UTC (rev 215606)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons 
-
-pkgname=parallel
-pkgver=20170122
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('c9f0ec01463dc75dbbf292fd8be5f1eb'
- 'SKIP')
-sha1sums=('e766bb0180b66e29d5fd9cb14ad145a2a75a0012'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 215605, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-10 16:09:24 UTC (rev 215606)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons 
+
+pkgname=parallel
+pkgver=20170222
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('e3e2f4eda4a9292b1cfaa5ec35545c71'
+ 'SKIP')
+sha1sums=('2ac4d0343093dee7024f5e09b21c37286c70dfba'
+  'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 16:09:12
  Author: tredaelli
Revision: 215605

upgpkg: parallel 20170222-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 16:06:48 UTC (rev 215604)
+++ PKGBUILD2017-03-10 16:09:12 UTC (rev 215605)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20170122
+pkgver=20170222
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('c9f0ec01463dc75dbbf292fd8be5f1eb'
+md5sums=('e3e2f4eda4a9292b1cfaa5ec35545c71'
  'SKIP')
-sha1sums=('e766bb0180b66e29d5fd9cb14ad145a2a75a0012'
+sha1sums=('2ac4d0343093dee7024f5e09b21c37286c70dfba'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 


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

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 16:06:33
  Author: tredaelli
Revision: 215603

upgpkg: iperf3 3.1.7-1

Modified:
  iperf3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 16:03:10 UTC (rev 215602)
+++ PKGBUILD2017-03-10 16:06:33 UTC (rev 215603)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.1.6
+pkgver=3.1.7
 pkgrel=1
 pkgdesc="Internet Protocol bandwidth measuring tool"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('glibc') 
 source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('70f0c72d9e60c6ecb2c478ed17e4fd81d3b827d57896fee43bcd0c53abccb29d')
+sha256sums=('a4ef73406fe92250602b8da2ae89ec53211f805df97a1d1d629db5a14043734f')
 
 build() { 
   cd "iperf-$pkgver"


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

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 16:06:48
  Author: tredaelli
Revision: 215604

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-10 16:06:33 UTC (rev 215603)
+++ community-i686/PKGBUILD 2017-03-10 16:06:48 UTC (rev 215604)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Author: Jim Ferguson 
-# Contributor: Xi0N 
-# Contributor: goll 
-
-pkgname=iperf3
-pkgver=3.1.6
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf; 
-license=('BSD')
-depends=('glibc') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('70f0c72d9e60c6ecb2c478ed17e4fd81d3b827d57896fee43bcd0c53abccb29d')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-i686/PKGBUILD (from rev 215603, 
iperf3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-10 16:06:48 UTC (rev 215604)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Author: Jim Ferguson 
+# Contributor: Xi0N 
+# Contributor: goll 
+
+pkgname=iperf3
+pkgver=3.1.7
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf; 
+license=('BSD')
+depends=('glibc') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('a4ef73406fe92250602b8da2ae89ec53211f805df97a1d1d629db5a14043734f')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-10 16:06:33 UTC (rev 215603)
+++ community-x86_64/PKGBUILD   2017-03-10 16:06:48 UTC (rev 215604)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Author: Jim Ferguson 
-# Contributor: Xi0N 
-# Contributor: goll 
-
-pkgname=iperf3
-pkgver=3.1.6
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf; 
-license=('BSD')
-depends=('glibc') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('70f0c72d9e60c6ecb2c478ed17e4fd81d3b827d57896fee43bcd0c53abccb29d')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-x86_64/PKGBUILD (from rev 215603, 
iperf3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-10 16:06:48 UTC (rev 215604)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Author: Jim Ferguson 
+# Contributor: Xi0N 
+# Contributor: goll 
+
+pkgname=iperf3
+pkgver=3.1.7
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf; 
+license=('BSD')
+depends=('glibc') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('a4ef73406fe92250602b8da2ae89ec53211f805df97a1d1d629db5a14043734f')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}


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

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 16:03:10
  Author: tredaelli
Revision: 215602

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/PKGBUILD
(from rev 215601, electrum/trunk/PKGBUILD)
Deleted:
  electrum/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-10 16:03:01 UTC (rev 215601)
+++ PKGBUILD2017-03-10 16:03:10 UTC (rev 215602)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.7.18
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org;
-license=(MIT)
-source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('5dfa96ac77a1a3f6705204dcdd281cda'
- 'SKIP')
-sha256sums=('4b4d7726e29df55a28d8a86f8e514904b339fd5d29a5cb57a919430c0fcb33d1'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 215601, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-10 16:03:10 UTC (rev 215602)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org;
+license=(MIT)
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('8c459695960a822279b90df90a91b712'
+ 'SKIP')
+sha256sums=('6343ae1732920734c45ebf899592c1c29123530ce027b4dcdd4a62e87663e9ef'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+provides=('electrum')
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 16:03:01
  Author: tredaelli
Revision: 215601

upgpkg: electrum 2.8.0-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 15:09:52 UTC (rev 215600)
+++ PKGBUILD2017-03-10 16:03:01 UTC (rev 215601)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.7.18
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -18,9 +18,9 @@
 url="https://electrum.org;
 license=(MIT)
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('5dfa96ac77a1a3f6705204dcdd281cda'
+md5sums=('8c459695960a822279b90df90a91b712'
  'SKIP')
-sha256sums=('4b4d7726e29df55a28d8a86f8e514904b339fd5d29a5cb57a919430c0fcb33d1'
+sha256sums=('6343ae1732920734c45ebf899592c1c29123530ce027b4dcdd4a62e87663e9ef'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


[arch-commits] Commit in spamassassin/repos (16 files)

2017-03-10 Thread Florian Pritz
Date: Friday, March 10, 2017 @ 15:42:28
  Author: bluewind
Revision: 290503

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

Added:
  spamassassin/repos/staging-i686/
  spamassassin/repos/staging-i686/PKGBUILD
(from rev 290502, spamassassin/trunk/PKGBUILD)
  spamassassin/repos/staging-i686/bug_828552-openssl-1.1.0.patch
(from rev 290502, spamassassin/trunk/bug_828552-openssl-1.1.0.patch)
  spamassassin/repos/staging-i686/disable-sslv3.patch
(from rev 290502, spamassassin/trunk/disable-sslv3.patch)
  spamassassin/repos/staging-i686/net-dns-1.01-compat-uribl.patch
(from rev 290502, spamassassin/trunk/net-dns-1.01-compat-uribl.patch)
  spamassassin/repos/staging-i686/net-dns-1.01-compat.patch
(from rev 290502, spamassassin/trunk/net-dns-1.01-compat.patch)
  spamassassin/repos/staging-i686/spamassassin.install
(from rev 290502, spamassassin/trunk/spamassassin.install)
  spamassassin/repos/staging-i686/spamassassin.service
(from rev 290502, spamassassin/trunk/spamassassin.service)
  spamassassin/repos/staging-x86_64/
  spamassassin/repos/staging-x86_64/PKGBUILD
(from rev 290502, spamassassin/trunk/PKGBUILD)
  spamassassin/repos/staging-x86_64/bug_828552-openssl-1.1.0.patch
(from rev 290502, spamassassin/trunk/bug_828552-openssl-1.1.0.patch)
  spamassassin/repos/staging-x86_64/disable-sslv3.patch
(from rev 290502, spamassassin/trunk/disable-sslv3.patch)
  spamassassin/repos/staging-x86_64/net-dns-1.01-compat-uribl.patch
(from rev 290502, spamassassin/trunk/net-dns-1.01-compat-uribl.patch)
  spamassassin/repos/staging-x86_64/net-dns-1.01-compat.patch
(from rev 290502, spamassassin/trunk/net-dns-1.01-compat.patch)
  spamassassin/repos/staging-x86_64/spamassassin.install
(from rev 290502, spamassassin/trunk/spamassassin.install)
  spamassassin/repos/staging-x86_64/spamassassin.service
(from rev 290502, spamassassin/trunk/spamassassin.service)

+
 staging-i686/PKGBUILD  |   73 +++
 staging-i686/bug_828552-openssl-1.1.0.patch|  453 +++
 staging-i686/disable-sslv3.patch   |  276 ++
 staging-i686/net-dns-1.01-compat-uribl.patch   |   27 +
 staging-i686/net-dns-1.01-compat.patch |   14 
 staging-i686/spamassassin.install  |   32 +
 staging-i686/spamassassin.service  |   12 
 staging-x86_64/PKGBUILD|   73 +++
 staging-x86_64/bug_828552-openssl-1.1.0.patch  |  453 +++
 staging-x86_64/disable-sslv3.patch |  276 ++
 staging-x86_64/net-dns-1.01-compat-uribl.patch |   27 +
 staging-x86_64/net-dns-1.01-compat.patch   |   14 
 staging-x86_64/spamassassin.install|   32 +
 staging-x86_64/spamassassin.service|   12 
 14 files changed, 1774 insertions(+)

Copied: spamassassin/repos/staging-i686/PKGBUILD (from rev 290502, 
spamassassin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-10 15:42:28 UTC (rev 290503)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Dale Blount 
+# Contributor: Manolis Tzanidakis
+pkgname=spamassassin
+pkgver=3.4.1
+pkgrel=5
+pkgdesc="A mail filter to identify spam."
+arch=('i686' 'x86_64')
+license=('APACHE')
+url="http://spamassassin.apache.org;
+depends=('openssl' 'zlib' 're2c' 'perl-net-dns' 'perl-io-socket-ssl'
+ 'perl-libwww' 'perl-mail-spf' 'perl-http-message' 'perl-net-http'
+ 'perl-io-socket-inet6' 'perl-mail-dkim' 'perl-crypt-ssleay')
+makedepends=('razor' 'perl-dbi')
+optdepends=('razor: to identify collaborately-flagged spam')
+backup=('etc/mail/spamassassin/local.cf'
+'etc/mail/spamassassin/init.pre'
+'etc/mail/spamassassin/v310.pre'
+'etc/mail/spamassassin/v312.pre'
+'etc/mail/spamassassin/v320.pre'
+'etc/mail/spamassassin/v330.pre')
+install="${pkgname}.install"
+source=("http://www.us.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz"{,.asc}
+'spamassassin.service' net-dns-1.01-compat.patch 
net-dns-1.01-compat-uribl.patch disable-sslv3.patch 
'bug_828552-openssl-1.1.0.patch')
+validpgpkeys=(D8099BC79E17D7E49BC21E31FDE52F40F7D39814)
+md5sums=('76eca1f38c11635d319e62c26d5b034b'
+ 'SKIP'
+ '8adce028f25387ac3bc4dba697d209ed'
+ '63458976671c35f423bd4e8033cfff3a'
+ '14f2e3dc93c560d6b5a7fd7d54e44e11'
+ 'e6aeeae9828f305db72abb8707312ee7'
+ '8de3e540060b5a0dce23d12420cb7902')
+
+prepare() {
+  cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
+
+  sed -i t/sa_compile.t \
+ -e 's#^my $temp_binpath = $Config{sitebinexp};#my $temp_binpath = 
"/bin/site_perl/";#'
+
+  patch -i "$srcdir/net-dns-1.01-compat.patch" -p3
+  patch -i 

[arch-commits] Commit in spamassassin/trunk (PKGBUILD bug_828552-openssl-1.1.0.patch)

2017-03-10 Thread Florian Pritz
Date: Friday, March 10, 2017 @ 15:42:20
  Author: bluewind
Revision: 290502

upgpkg: spamassassin 3.4.1-5

opensssl 1.1.0 rebuild

Added:
  spamassassin/trunk/bug_828552-openssl-1.1.0.patch
Modified:
  spamassassin/trunk/PKGBUILD

+
 PKGBUILD   |8 
 bug_828552-openssl-1.1.0.patch |  453 +++
 2 files changed, 458 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 15:41:10 UTC (rev 290501)
+++ PKGBUILD2017-03-10 15:42:20 UTC (rev 290502)
@@ -4,7 +4,7 @@
 # Contributor: Manolis Tzanidakis
 pkgname=spamassassin
 pkgver=3.4.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A mail filter to identify spam."
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -22,7 +22,7 @@
 'etc/mail/spamassassin/v330.pre')
 install="${pkgname}.install"
 
source=("http://www.us.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz"{,.asc}
-'spamassassin.service' net-dns-1.01-compat.patch 
net-dns-1.01-compat-uribl.patch disable-sslv3.patch)
+'spamassassin.service' net-dns-1.01-compat.patch 
net-dns-1.01-compat-uribl.patch disable-sslv3.patch 
'bug_828552-openssl-1.1.0.patch')
 validpgpkeys=(D8099BC79E17D7E49BC21E31FDE52F40F7D39814)
 md5sums=('76eca1f38c11635d319e62c26d5b034b'
  'SKIP'
@@ -29,7 +29,8 @@
  '8adce028f25387ac3bc4dba697d209ed'
  '63458976671c35f423bd4e8033cfff3a'
  '14f2e3dc93c560d6b5a7fd7d54e44e11'
- 'e6aeeae9828f305db72abb8707312ee7')
+ 'e6aeeae9828f305db72abb8707312ee7'
+ '8de3e540060b5a0dce23d12420cb7902')
 
 prepare() {
   cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
@@ -42,6 +43,7 @@
 
   # From Debian
   patch -i "$srcdir/disable-sslv3.patch" -p1
+  patch -i "$srcdir/bug_828552-openssl-1.1.0.patch" -p1
 }
 
 build() {

Added: bug_828552-openssl-1.1.0.patch
===
--- bug_828552-openssl-1.1.0.patch  (rev 0)
+++ bug_828552-openssl-1.1.0.patch  2017-03-10 15:42:20 UTC (rev 290502)
@@ -0,0 +1,453 @@
+From: Sebastian Andrzej Siewior 
+Date: Thu, 22 Sep 2016 11:19:42 +
+Subject: [PATCH] spamassassin: get it compiled against openssl 1.1.0
+
+CRYPTO_lock was part of the old locking API which got removed. I picked
+a different symbol.
+
+Signed-off-by: Sebastian Andrzej Siewior 
+---
+ spamc/configure| 22 +++---
+ spamc/configure.in |  2 +-
+ 2 files changed, 12 insertions(+), 12 deletions(-)
+
+Index: spamassassin-3.4.1/spamc/configure
+===
+--- spamassassin-3.4.1.orig/spamc/configure
 spamassassin-3.4.1/spamc/configure
+@@ -943,7 +943,7 @@ esac
+ else
+   echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
+ fi
+-cd "$ac_popdir"
++cd $ac_popdir
+   done
+ fi
+ 
+@@ -1874,7 +1874,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
+   cat conftest.err >&5
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } &&
+-   { ac_try='test -z "$ac_c_werror_flag"   || test ! -s 
conftest.err'
++   { ac_try='test -z "$ac_c_werror_flag"
++   || test ! -s conftest.err'
+   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+   (eval $ac_try) 2>&5
+   ac_status=$?
+@@ -1932,7 +1933,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
+   cat conftest.err >&5
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } &&
+-   { ac_try='test -z "$ac_c_werror_flag"   || test ! -s 
conftest.err'
++   { ac_try='test -z "$ac_c_werror_flag"
++   || test ! -s conftest.err'
+   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+   (eval $ac_try) 2>&5
+   ac_status=$?
+@@ -2048,7 +2050,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
+   cat conftest.err >&5
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } &&
+-   { ac_try='test -z "$ac_c_werror_flag"   || test ! -s 
conftest.err'
++   { ac_try='test -z "$ac_c_werror_flag"
++   || test ! -s conftest.err'
+   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+   (eval $ac_try) 2>&5
+   ac_status=$?
+@@ -2102,7 +2105,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
+   cat conftest.err >&5
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } &&
+-   { ac_try='test -z "$ac_c_werror_flag"   || test ! -s 
conftest.err'
++   { ac_try='test -z "$ac_c_werror_flag"
++   || test ! -s conftest.err'
+   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+   (eval $ac_try) 2>&5
+   ac_status=$?
+@@ -2147,7 +2151,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
+   cat conftest.err >&5
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } &&

[arch-commits] Commit in mobile-broadband-provider-info/repos/extra-any (2 files)

2017-03-10 Thread Jan Steffens
Date: Friday, March 10, 2017 @ 15:33:40
  Author: heftig
Revision: 290496

archrelease: copy trunk to extra-any

Added:
  mobile-broadband-provider-info/repos/extra-any/PKGBUILD
(from rev 290495, mobile-broadband-provider-info/trunk/PKGBUILD)
Deleted:
  mobile-broadband-provider-info/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-10 15:32:49 UTC (rev 290495)
+++ PKGBUILD2017-03-10 15:33:40 UTC (rev 290496)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <j...@archlinxu.org>
-
-pkgname=mobile-broadband-provider-info
-pkgver=20151214
-pkgrel=1
-pkgdesc="Network Management daemon"
-arch=('any')
-license=('custom')
-url="http://git.gnome.org/browse/mobile-broadband-provider-info/;
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('8ae45d6f10fed9750e259935804c4f40a4372bb119f0504187e4221896b205a4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mobile-broadband-provider-info/repos/extra-any/PKGBUILD (from rev 
290495, mobile-broadband-provider-info/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-10 15:33:40 UTC (rev 290496)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot <j...@archlinxu.org>
+
+pkgname=mobile-broadband-provider-info
+pkgver=20170310
+pkgrel=1
+pkgdesc="Network Management daemon"
+arch=(any)
+license=(custom)
+url="https://git.gnome.org/browse/mobile-broadband-provider-info;
+makedepends=(git)
+checkdepends=(libxml2)
+_commit=befcbbc9867e742ac16415660b0b7521218a530c  # tags/20170310^0
+source=("git+https://git.gnome.org/browse/mobile-broadband-provider-info#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in mobile-broadband-provider-info/trunk (PKGBUILD)

2017-03-10 Thread Jan Steffens
Date: Friday, March 10, 2017 @ 15:32:49
  Author: heftig
Revision: 290495

20170310-1

Modified:
  mobile-broadband-provider-info/trunk/PKGBUILD

--+
 PKGBUILD |   38 --
 1 file changed, 28 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 15:23:41 UTC (rev 290494)
+++ PKGBUILD2017-03-10 15:32:49 UTC (rev 290495)
@@ -2,23 +2,41 @@
 # Maintainer: Jan de Groot <j...@archlinxu.org>
 
 pkgname=mobile-broadband-provider-info
-pkgver=20151214
+pkgver=20170310
 pkgrel=1
 pkgdesc="Network Management daemon"
-arch=('any')
-license=('custom')
-url="http://git.gnome.org/browse/mobile-broadband-provider-info/;
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('8ae45d6f10fed9750e259935804c4f40a4372bb119f0504187e4221896b205a4')
+arch=(any)
+license=(custom)
+url="https://git.gnome.org/browse/mobile-broadband-provider-info;
+makedepends=(git)
+checkdepends=(libxml2)
+_commit=befcbbc9867e742ac16415660b0b7521218a530c  # tags/20170310^0
+source=("git+https://git.gnome.org/browse/mobile-broadband-provider-info#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in perl-crypt-openssl-rsa/trunk (2 files)

2017-03-10 Thread Florian Pritz
Date: Friday, March 10, 2017 @ 15:23:36
  Author: bluewind
Revision: 290493

upgpkg: perl-crypt-openssl-rsa 0.28-9

opensssl 1.1.0 rebuild

Added:
  perl-crypt-openssl-rsa/trunk/0001-Adapt-to-OpenSSL-1.1.0.patch
Modified:
  perl-crypt-openssl-rsa/trunk/PKGBUILD

---+
 0001-Adapt-to-OpenSSL-1.1.0.patch |  185 
 PKGBUILD  |   13 +-
 2 files changed, 195 insertions(+), 3 deletions(-)

Added: 0001-Adapt-to-OpenSSL-1.1.0.patch
===
--- 0001-Adapt-to-OpenSSL-1.1.0.patch   (rev 0)
+++ 0001-Adapt-to-OpenSSL-1.1.0.patch   2017-03-10 15:23:36 UTC (rev 290493)
@@ -0,0 +1,185 @@
+From b3747e625780be90dcff11c2d9e91048016bb4d0 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Thu, 13 Oct 2016 18:14:17 +0200
+Subject: [PATCH] Adapt to OpenSSL 1.1.0
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+OpenSSL 1.1.0 hid structure internals and provided methods for getting
+and settting the internal values. This patch modifes the code so that
+it can be built with OpenSSL 1.1.0 as well as with the older one.
+
+CPAN RT#117481
+
+Signed-off-by: Petr Písař 
+---
+ RSA.xs | 89 ++
+ 1 file changed, 73 insertions(+), 16 deletions(-)
+
+diff --git a/RSA.xs b/RSA.xs
+index de512e7..9bf6f01 100644
+--- a/RSA.xs
 b/RSA.xs
+@@ -49,7 +49,13 @@ void croakSsl(char* p_file, int p_line)
+ 
+ char _is_private(rsaData* p_rsa)
+ {
+-return(p_rsa->rsa->d != NULL);
++const BIGNUM *d;
++#if OPENSSL_VERSION_NUMBER < 0x1010L
++d = p_rsa->rsa->d;
++#else
++RSA_get0_key(p_rsa->rsa, NULL, NULL, );
++#endif
++return(d != NULL);
+ }
+ 
+ SV* make_rsa_obj(SV* p_proto, RSA* p_rsa)
+@@ -136,7 +142,7 @@ unsigned char* get_message_digest(SV* text_SV, int 
hash_method)
+ }
+ }
+ 
+-SV* bn2sv(BIGNUM* p_bn)
++SV* bn2sv(const BIGNUM* p_bn)
+ {
+ return p_bn != NULL
+ ? sv_2mortal(newSViv((IV) BN_dup(p_bn)))
+@@ -317,6 +323,9 @@ _new_key_from_parameters(proto, n, e, d, p, q)
+ BN_CTX* ctx;
+ BIGNUM* p_minus_1 = NULL;
+ BIGNUM* q_minus_1 = NULL;
++BIGNUM* dmp1 = NULL;
++BIGNUM* dmq1 = NULL;
++BIGNUM* iqmp = NULL;
+ int error;
+   CODE:
+ {
+@@ -325,8 +334,10 @@ _new_key_from_parameters(proto, n, e, d, p, q)
+ croak("At least a modulous and public key must be provided");
+ }
+ CHECK_OPEN_SSL(rsa = RSA_new());
++#if OPENSSL_VERSION_NUMBER < 0x1010L
+ rsa->n = n;
+ rsa->e = e;
++#endif
+ if (p || q)
+ {
+ error = 0;
+@@ -341,8 +352,12 @@ _new_key_from_parameters(proto, n, e, d, p, q)
+ q = BN_new();
+ THROW(BN_div(q, NULL, n, p, ctx));
+ }
++#if OPENSSL_VERSION_NUMBER < 0x1010L
+ rsa->p = p;
+ rsa->q = q;
++#else
++THROW(RSA_set0_factors(rsa, p, q));
++#endif
+ THROW(p_minus_1 = BN_new());
+ THROW(BN_sub(p_minus_1, p, BN_value_one()));
+ THROW(q_minus_1 = BN_new());
+@@ -353,17 +368,32 @@ _new_key_from_parameters(proto, n, e, d, p, q)
+ THROW(BN_mul(d, p_minus_1, q_minus_1, ctx));
+ THROW(BN_mod_inverse(d, e, d, ctx));
+ }
++#if OPENSSL_VERSION_NUMBER < 0x1010L
+ rsa->d = d;
+-THROW(rsa->dmp1 = BN_new());
+-THROW(BN_mod(rsa->dmp1, d, p_minus_1, ctx));
+-THROW(rsa->dmq1 = BN_new());
+-THROW(BN_mod(rsa->dmq1, d, q_minus_1, ctx));
+-THROW(rsa->iqmp = BN_new());
+-THROW(BN_mod_inverse(rsa->iqmp, q, p, ctx));
++#else
++THROW(RSA_set0_key(rsa, n, e, d));
++#endif
++THROW(dmp1 = BN_new());
++THROW(BN_mod(dmp1, d, p_minus_1, ctx));
++THROW(dmq1 = BN_new());
++THROW(BN_mod(dmq1, d, q_minus_1, ctx));
++THROW(iqmp = BN_new());
++THROW(BN_mod_inverse(iqmp, q, p, ctx));
++#if OPENSSL_VERSION_NUMBER < 0x1010L
++rsa->dmp1 = dmp1;
++rsa->dmq1 = dmq1;
++rsa->iqmp = iqmp;
++#else
++THROW(RSA_set0_crt_params(rsa, dmp1, dmq1, iqmp));
++#endif
++dmp1 = dmq1 = iqmp = NULL;
+ THROW(RSA_check_key(rsa) == 1);
+  err:
+ if (p_minus_1) BN_clear_free(p_minus_1);
+ if (q_minus_1) BN_clear_free(q_minus_1);
++if (dmp1) BN_clear_free(dmp1);
++if (dmq1) BN_clear_free(dmq1);
++if (iqmp) BN_clear_free(iqmp);
+ if (ctx) BN_CTX_free(ctx);
+ if (error)
+ {
+@@ -373,7 +403,11 @@ _new_key_from_parameters(proto, n, e, d, p, q)
+ }
+ else
+ {
++#if OPENSSL_VERSION_NUMBER < 0x1010L
+ rsa->d = d;
++#else
++CHECK_OPEN_SSL(RSA_set0_key(rsa, n, e, d));
++#endif
+ }
+ RETVAL = make_rsa_obj(proto, rsa);
+ }
+@@ -383,18 +417,41 @@ _new_key_from_parameters(proto, n, e, 

[arch-commits] Commit in perl-crypt-openssl-rsa/repos (6 files)

2017-03-10 Thread Florian Pritz
Date: Friday, March 10, 2017 @ 15:23:41
  Author: bluewind
Revision: 290494

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

Added:
  perl-crypt-openssl-rsa/repos/staging-i686/
  perl-crypt-openssl-rsa/repos/staging-i686/0001-Adapt-to-OpenSSL-1.1.0.patch
(from rev 290493, 
perl-crypt-openssl-rsa/trunk/0001-Adapt-to-OpenSSL-1.1.0.patch)
  perl-crypt-openssl-rsa/repos/staging-i686/PKGBUILD
(from rev 290493, perl-crypt-openssl-rsa/trunk/PKGBUILD)
  perl-crypt-openssl-rsa/repos/staging-x86_64/
  perl-crypt-openssl-rsa/repos/staging-x86_64/0001-Adapt-to-OpenSSL-1.1.0.patch
(from rev 290493, 
perl-crypt-openssl-rsa/trunk/0001-Adapt-to-OpenSSL-1.1.0.patch)
  perl-crypt-openssl-rsa/repos/staging-x86_64/PKGBUILD
(from rev 290493, perl-crypt-openssl-rsa/trunk/PKGBUILD)

--+
 staging-i686/0001-Adapt-to-OpenSSL-1.1.0.patch   |  185 +
 staging-i686/PKGBUILD|   46 +
 staging-x86_64/0001-Adapt-to-OpenSSL-1.1.0.patch |  185 +
 staging-x86_64/PKGBUILD  |   46 +
 4 files changed, 462 insertions(+)

Copied: 
perl-crypt-openssl-rsa/repos/staging-i686/0001-Adapt-to-OpenSSL-1.1.0.patch 
(from rev 290493, 
perl-crypt-openssl-rsa/trunk/0001-Adapt-to-OpenSSL-1.1.0.patch)
===
--- staging-i686/0001-Adapt-to-OpenSSL-1.1.0.patch  
(rev 0)
+++ staging-i686/0001-Adapt-to-OpenSSL-1.1.0.patch  2017-03-10 15:23:41 UTC 
(rev 290494)
@@ -0,0 +1,185 @@
+From b3747e625780be90dcff11c2d9e91048016bb4d0 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Thu, 13 Oct 2016 18:14:17 +0200
+Subject: [PATCH] Adapt to OpenSSL 1.1.0
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+OpenSSL 1.1.0 hid structure internals and provided methods for getting
+and settting the internal values. This patch modifes the code so that
+it can be built with OpenSSL 1.1.0 as well as with the older one.
+
+CPAN RT#117481
+
+Signed-off-by: Petr Písař 
+---
+ RSA.xs | 89 ++
+ 1 file changed, 73 insertions(+), 16 deletions(-)
+
+diff --git a/RSA.xs b/RSA.xs
+index de512e7..9bf6f01 100644
+--- a/RSA.xs
 b/RSA.xs
+@@ -49,7 +49,13 @@ void croakSsl(char* p_file, int p_line)
+ 
+ char _is_private(rsaData* p_rsa)
+ {
+-return(p_rsa->rsa->d != NULL);
++const BIGNUM *d;
++#if OPENSSL_VERSION_NUMBER < 0x1010L
++d = p_rsa->rsa->d;
++#else
++RSA_get0_key(p_rsa->rsa, NULL, NULL, );
++#endif
++return(d != NULL);
+ }
+ 
+ SV* make_rsa_obj(SV* p_proto, RSA* p_rsa)
+@@ -136,7 +142,7 @@ unsigned char* get_message_digest(SV* text_SV, int 
hash_method)
+ }
+ }
+ 
+-SV* bn2sv(BIGNUM* p_bn)
++SV* bn2sv(const BIGNUM* p_bn)
+ {
+ return p_bn != NULL
+ ? sv_2mortal(newSViv((IV) BN_dup(p_bn)))
+@@ -317,6 +323,9 @@ _new_key_from_parameters(proto, n, e, d, p, q)
+ BN_CTX* ctx;
+ BIGNUM* p_minus_1 = NULL;
+ BIGNUM* q_minus_1 = NULL;
++BIGNUM* dmp1 = NULL;
++BIGNUM* dmq1 = NULL;
++BIGNUM* iqmp = NULL;
+ int error;
+   CODE:
+ {
+@@ -325,8 +334,10 @@ _new_key_from_parameters(proto, n, e, d, p, q)
+ croak("At least a modulous and public key must be provided");
+ }
+ CHECK_OPEN_SSL(rsa = RSA_new());
++#if OPENSSL_VERSION_NUMBER < 0x1010L
+ rsa->n = n;
+ rsa->e = e;
++#endif
+ if (p || q)
+ {
+ error = 0;
+@@ -341,8 +352,12 @@ _new_key_from_parameters(proto, n, e, d, p, q)
+ q = BN_new();
+ THROW(BN_div(q, NULL, n, p, ctx));
+ }
++#if OPENSSL_VERSION_NUMBER < 0x1010L
+ rsa->p = p;
+ rsa->q = q;
++#else
++THROW(RSA_set0_factors(rsa, p, q));
++#endif
+ THROW(p_minus_1 = BN_new());
+ THROW(BN_sub(p_minus_1, p, BN_value_one()));
+ THROW(q_minus_1 = BN_new());
+@@ -353,17 +368,32 @@ _new_key_from_parameters(proto, n, e, d, p, q)
+ THROW(BN_mul(d, p_minus_1, q_minus_1, ctx));
+ THROW(BN_mod_inverse(d, e, d, ctx));
+ }
++#if OPENSSL_VERSION_NUMBER < 0x1010L
+ rsa->d = d;
+-THROW(rsa->dmp1 = BN_new());
+-THROW(BN_mod(rsa->dmp1, d, p_minus_1, ctx));
+-THROW(rsa->dmq1 = BN_new());
+-THROW(BN_mod(rsa->dmq1, d, q_minus_1, ctx));
+-THROW(rsa->iqmp = BN_new());
+-THROW(BN_mod_inverse(rsa->iqmp, q, p, ctx));
++#else
++THROW(RSA_set0_key(rsa, n, e, d));
++#endif
++THROW(dmp1 = BN_new());
++THROW(BN_mod(dmp1, d, p_minus_1, ctx));
++THROW(dmq1 = BN_new());
++THROW(BN_mod(dmq1, d, q_minus_1, ctx));
++THROW(iqmp = BN_new());
++THROW(BN_mod_inverse(iqmp, q, p, ctx));
++#if OPENSSL_VERSION_NUMBER < 0x1010L
++rsa->dmp1 = dmp1;
++

[arch-commits] Commit in perl-crypt-openssl-random/repos (4 files)

2017-03-10 Thread Florian Pritz
Date: Friday, March 10, 2017 @ 15:10:03
  Author: bluewind
Revision: 290490

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

Added:
  perl-crypt-openssl-random/repos/staging-i686/
  perl-crypt-openssl-random/repos/staging-i686/PKGBUILD
(from rev 290489, perl-crypt-openssl-random/trunk/PKGBUILD)
  perl-crypt-openssl-random/repos/staging-x86_64/
  perl-crypt-openssl-random/repos/staging-x86_64/PKGBUILD
(from rev 290489, perl-crypt-openssl-random/trunk/PKGBUILD)

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

Copied: perl-crypt-openssl-random/repos/staging-i686/PKGBUILD (from rev 290489, 
perl-crypt-openssl-random/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-10 15:10:03 UTC (rev 290490)
@@ -0,0 +1,48 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-crypt-openssl-random
+pkgver=0.11
+pkgrel=3
+pkgdesc='Routines for accessing the OpenSSL pseudo-random number generator'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl openssl)
+url=https://metacpan.org/release/Crypt-OpenSSL-Random
+source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-$pkgver.tar.gz;)
+md5sums=('5d71337503e0356ce1ce1481504e5885')
+sha512sums=('c579cb2b586dbabd697a9c7c989a360ed4bd8e9b28d7c93ad99a86bd9bd680a89c3fa77f6315a1105fd41bfdfa18087ca4cd51fb320faad7a6be9b90e3e69b95')
+_ddir="Crypt-OpenSSL-Random-$pkgver"
+
+build() {
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-crypt-openssl-random/repos/staging-x86_64/PKGBUILD (from rev 
290489, perl-crypt-openssl-random/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-03-10 15:10:03 UTC (rev 290490)
@@ -0,0 +1,48 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-crypt-openssl-random
+pkgver=0.11
+pkgrel=3
+pkgdesc='Routines for accessing the OpenSSL pseudo-random number generator'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl openssl)
+url=https://metacpan.org/release/Crypt-OpenSSL-Random
+source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-$pkgver.tar.gz;)
+md5sums=('5d71337503e0356ce1ce1481504e5885')
+sha512sums=('c579cb2b586dbabd697a9c7c989a360ed4bd8e9b28d7c93ad99a86bd9bd680a89c3fa77f6315a1105fd41bfdfa18087ca4cd51fb320faad7a6be9b90e3e69b95')
+_ddir="Crypt-OpenSSL-Random-$pkgver"
+
+build() {
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in haskell-conduit-combinators/repos (4 files)

2017-03-10 Thread Felix Yan
Date: Friday, March 10, 2017 @ 15:09:52
  Author: felixonmars
Revision: 215600

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

Added:
  haskell-conduit-combinators/repos/community-i686/PKGBUILD
(from rev 215599, haskell-conduit-combinators/trunk/PKGBUILD)
  haskell-conduit-combinators/repos/community-x86_64/PKGBUILD
(from rev 215599, haskell-conduit-combinators/trunk/PKGBUILD)
Deleted:
  haskell-conduit-combinators/repos/community-i686/PKGBUILD
  haskell-conduit-combinators/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-10 15:09:20 UTC (rev 215599)
+++ community-i686/PKGBUILD 2017-03-10 15:09:52 UTC (rev 215600)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=conduit-combinators
-pkgname=haskell-conduit-combinators
-pkgver=1.1.0
-pkgrel=7
-pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
-url="https://github.com/snoyberg/mono-traversable;
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
- "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
- "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
- "haskell-primitive" "haskell-resourcet" "haskell-text"
- "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
- "haskell-void")
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('ff1f16f24e2c186ce5d61f079b318e2f58c4bc3a4a2c8d9011d001512786335a')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
--fmonotrav1
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-conduit-combinators/repos/community-i686/PKGBUILD (from rev 
215599, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-10 15:09:52 UTC (rev 215600)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a022e80d54d6cae017ae69e04b44fd6f57f8bac6b889e574dc09d30170ac0918')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fmonotrav1
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup 

[arch-commits] Commit in perl-crypt-openssl-random/trunk (PKGBUILD)

2017-03-10 Thread Florian Pritz
Date: Friday, March 10, 2017 @ 15:09:58
  Author: bluewind
Revision: 290489

upgpkg: perl-crypt-openssl-random 0.11-3

opensssl 1.1.0 rebuild

Modified:
  perl-crypt-openssl-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 12:11:34 UTC (rev 290488)
+++ PKGBUILD2017-03-10 15:09:58 UTC (rev 290489)
@@ -2,7 +2,7 @@
 
 pkgname=perl-crypt-openssl-random
 pkgver=0.11
-pkgrel=2
+pkgrel=3
 pkgdesc='Routines for accessing the OpenSSL pseudo-random number generator'
 arch=(i686 x86_64)
 license=(PerlArtistic GPL)


[arch-commits] Commit in perl-crypt-openssl-bignum/repos (4 files)

2017-03-10 Thread Florian Pritz
Date: Friday, March 10, 2017 @ 15:14:10
  Author: bluewind
Revision: 290492

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

Added:
  perl-crypt-openssl-bignum/repos/staging-i686/
  perl-crypt-openssl-bignum/repos/staging-i686/PKGBUILD
(from rev 290491, perl-crypt-openssl-bignum/trunk/PKGBUILD)
  perl-crypt-openssl-bignum/repos/staging-x86_64/
  perl-crypt-openssl-bignum/repos/staging-x86_64/PKGBUILD
(from rev 290491, perl-crypt-openssl-bignum/trunk/PKGBUILD)

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

Copied: perl-crypt-openssl-bignum/repos/staging-i686/PKGBUILD (from rev 290491, 
perl-crypt-openssl-bignum/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-10 15:14:10 UTC (rev 290492)
@@ -0,0 +1,48 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-crypt-openssl-bignum
+pkgver=0.07
+pkgrel=2
+pkgdesc="OpenSSL's multiprecision integer arithmetic"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl openssl)
+url=https://metacpan.org/release/Crypt-OpenSSL-Bignum
+source=("http://search.cpan.org/CPAN/authors/id/K/KM/KMX/Crypt-OpenSSL-Bignum-$pkgver.tar.gz;)
+md5sums=('bc02a8fafa0854068c81d88a68da906a')
+sha512sums=('b41bcdc4e4b8410dd90f59c4c6f67fdf82340fe94a71854372c0eae2ed5bcf28bef56f5221c669c7d3aeb02e888b714584c1cd46d0b8e84e3379bb4a7169be65')
+_ddir="Crypt-OpenSSL-Bignum-$pkgver"
+
+build() {
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-crypt-openssl-bignum/repos/staging-x86_64/PKGBUILD (from rev 
290491, perl-crypt-openssl-bignum/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-03-10 15:14:10 UTC (rev 290492)
@@ -0,0 +1,48 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-crypt-openssl-bignum
+pkgver=0.07
+pkgrel=2
+pkgdesc="OpenSSL's multiprecision integer arithmetic"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl openssl)
+url=https://metacpan.org/release/Crypt-OpenSSL-Bignum
+source=("http://search.cpan.org/CPAN/authors/id/K/KM/KMX/Crypt-OpenSSL-Bignum-$pkgver.tar.gz;)
+md5sums=('bc02a8fafa0854068c81d88a68da906a')
+sha512sums=('b41bcdc4e4b8410dd90f59c4c6f67fdf82340fe94a71854372c0eae2ed5bcf28bef56f5221c669c7d3aeb02e888b714584c1cd46d0b8e84e3379bb4a7169be65')
+_ddir="Crypt-OpenSSL-Bignum-$pkgver"
+
+build() {
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-crypt-openssl-bignum/trunk (PKGBUILD)

2017-03-10 Thread Florian Pritz
Date: Friday, March 10, 2017 @ 15:14:06
  Author: bluewind
Revision: 290491

upgpkg: perl-crypt-openssl-bignum 0.07-2

opensssl 1.1.0 rebuild

Modified:
  perl-crypt-openssl-bignum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 15:10:03 UTC (rev 290490)
+++ PKGBUILD2017-03-10 15:14:06 UTC (rev 290491)
@@ -2,7 +2,7 @@
 
 pkgname=perl-crypt-openssl-bignum
 pkgver=0.07
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenSSL's multiprecision integer arithmetic"
 arch=(i686 x86_64)
 license=(PerlArtistic GPL)


[arch-commits] Commit in haskell-conduit-combinators/trunk (PKGBUILD)

2017-03-10 Thread Felix Yan
Date: Friday, March 10, 2017 @ 15:09:20
  Author: felixonmars
Revision: 215599

upgpkg: haskell-conduit-combinators 1.1.1-1

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 15:08:08 UTC (rev 215598)
+++ PKGBUILD2017-03-10 15:09:20 UTC (rev 215599)
@@ -4,8 +4,8 @@
 
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
-pkgver=1.1.0
-pkgrel=7
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/snoyberg/mono-traversable;
 license=("MIT")
@@ -17,7 +17,7 @@
  "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
  "haskell-void")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('ff1f16f24e2c186ce5d61f079b318e2f58c4bc3a4a2c8d9011d001512786335a')
+sha256sums=('a022e80d54d6cae017ae69e04b44fd6f57f8bac6b889e574dc09d30170ac0918')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in siege/repos (staging-i686 staging-x86_64)

2017-03-10 Thread Florian Pritz
Date: Friday, March 10, 2017 @ 15:07:54
  Author: bluewind
Revision: 215597

remove wrong repo

Deleted:
  siege/repos/staging-i686/
  siege/repos/staging-x86_64/


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

2017-03-10 Thread Florian Pritz
Date: Friday, March 10, 2017 @ 15:08:08
  Author: bluewind
Revision: 215598

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

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

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

Copied: siege/repos/community-staging-i686/PKGBUILD (from rev 215597, 
siege/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-10 15:08:08 UTC (rev 215598)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Sven Kauber 
+
+pkgname=siege
+pkgver=4.0.2
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc="An http regression testing and benchmarking utility"
+url="https://www.joedog.org/siege-home/;
+depends=('openssl')
+source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  install -d -m755 "$pkgdir/etc"
+  install -d -m755 "$pkgdir/usr/share"
+  make DESTDIR="$pkgdir" install
+  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
+}
+
+md5sums=('ae03c9072d4ada7309f31d14d0e24518')

Copied: siege/repos/community-staging-x86_64/PKGBUILD (from rev 215597, 
siege/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-10 15:08:08 UTC (rev 215598)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Sven Kauber 
+
+pkgname=siege
+pkgver=4.0.2
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc="An http regression testing and benchmarking utility"
+url="https://www.joedog.org/siege-home/;
+depends=('openssl')
+source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  install -d -m755 "$pkgdir/etc"
+  install -d -m755 "$pkgdir/usr/share"
+  make DESTDIR="$pkgdir" install
+  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
+}
+
+md5sums=('ae03c9072d4ada7309f31d14d0e24518')


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

2017-03-10 Thread Florian Pritz
Date: Friday, March 10, 2017 @ 15:06:51
  Author: bluewind
Revision: 215595

upgpkg: siege 4.0.2-2

opensssl 1.1.0 rebuild

Modified:
  siege/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 15:06:19 UTC (rev 215594)
+++ PKGBUILD2017-03-10 15:06:51 UTC (rev 215595)
@@ -4,7 +4,7 @@
 
 pkgname=siege
 pkgver=4.0.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 pkgdesc="An http regression testing and benchmarking utility"


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

2017-03-10 Thread Florian Pritz
Date: Friday, March 10, 2017 @ 15:06:56
  Author: bluewind
Revision: 215596

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

Added:
  siege/repos/staging-i686/
  siege/repos/staging-i686/PKGBUILD
(from rev 215595, siege/trunk/PKGBUILD)
  siege/repos/staging-x86_64/
  siege/repos/staging-x86_64/PKGBUILD
(from rev 215595, siege/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: siege/repos/staging-i686/PKGBUILD (from rev 215595, 
siege/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-10 15:06:56 UTC (rev 215596)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Sven Kauber 
+
+pkgname=siege
+pkgver=4.0.2
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc="An http regression testing and benchmarking utility"
+url="https://www.joedog.org/siege-home/;
+depends=('openssl')
+source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  install -d -m755 "$pkgdir/etc"
+  install -d -m755 "$pkgdir/usr/share"
+  make DESTDIR="$pkgdir" install
+  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
+}
+
+md5sums=('ae03c9072d4ada7309f31d14d0e24518')

Copied: siege/repos/staging-x86_64/PKGBUILD (from rev 215595, 
siege/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-03-10 15:06:56 UTC (rev 215596)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Sven Kauber 
+
+pkgname=siege
+pkgver=4.0.2
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc="An http regression testing and benchmarking utility"
+url="https://www.joedog.org/siege-home/;
+depends=('openssl')
+source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  install -d -m755 "$pkgdir/etc"
+  install -d -m755 "$pkgdir/usr/share"
+  make DESTDIR="$pkgdir" install
+  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
+}
+
+md5sums=('ae03c9072d4ada7309f31d14d0e24518')


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

2017-03-10 Thread Felix Yan
Date: Friday, March 10, 2017 @ 15:06:19
  Author: felixonmars
Revision: 215594

archrelease: copy trunk to community-any

Added:
  debootstrap/repos/community-any/PKGBUILD
(from rev 215593, debootstrap/trunk/PKGBUILD)
  debootstrap/repos/community-any/arch-detect.patch
(from rev 215593, debootstrap/trunk/arch-detect.patch)
Deleted:
  debootstrap/repos/community-any/PKGBUILD
  debootstrap/repos/community-any/arch-detect.patch

---+
 PKGBUILD  |   76 ++--
 arch-detect.patch |   36 
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-10 15:05:58 UTC (rev 215593)
+++ PKGBUILD2017-03-10 15:06:19 UTC (rev 215594)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=debootstrap
-pkgver=1.0.88
-pkgrel=1
-pkgdesc="Bootstrap a basic Debian system"
-arch=('any')
-license=('GPL')
-url="https://tracker.debian.org/pkg/debootstrap;
-depends=('wget' 'binutils')
-makedepends=('git')
-source=("git+https://anonscm.debian.org/git/d-i/debootstrap.git#tag=$pkgver;
-arch-detect.patch)
-optdepends=('gnupg: check release signatures'
-'debian-archive-keyring: check release signatures for Debian'
-'ubuntu-keyring: check release signatures for Ubuntu')
-md5sums=('SKIP'
- 'af21c8c6e073dbedcd472d876f5a50c2')
-
-prepare() {
-  cd debootstrap
-
-  sed -i 's/sbin/bin/g' Makefile
-
-  # Debian defaults
-  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
-
-  # Detect Architecture
-  patch -p1 -i ../arch-detect.patch
-}
-
-package() {
-  cd debootstrap
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
-}

Copied: debootstrap/repos/community-any/PKGBUILD (from rev 215593, 
debootstrap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-10 15:06:19 UTC (rev 215594)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=debootstrap
+pkgver=1.0.89
+pkgrel=1
+pkgdesc="Bootstrap a basic Debian system"
+arch=('any')
+license=('GPL')
+url="https://tracker.debian.org/pkg/debootstrap;
+depends=('wget' 'binutils')
+makedepends=('git')
+source=("git+https://anonscm.debian.org/git/d-i/debootstrap.git#tag=$pkgver;
+arch-detect.patch)
+optdepends=('gnupg: check release signatures'
+'debian-archive-keyring: check release signatures for Debian'
+'ubuntu-keyring: check release signatures for Ubuntu')
+md5sums=('SKIP'
+ 'af21c8c6e073dbedcd472d876f5a50c2')
+
+prepare() {
+  cd debootstrap
+
+  sed -i 's/sbin/bin/g' Makefile
+
+  # Debian defaults
+  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
+
+  # Detect Architecture
+  patch -p1 -i ../arch-detect.patch
+}
+
+package() {
+  cd debootstrap
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
+}

Deleted: arch-detect.patch
===
--- arch-detect.patch   2017-03-10 15:05:58 UTC (rev 215593)
+++ arch-detect.patch   2017-03-10 15:06:19 UTC (rev 215594)
@@ -1,18 +0,0 @@
 a/debootstrap  2016-03-22 21:13:58.0 +0800
-+++ b/debootstrap  2016-03-22 21:13:09.573621800 +0800
-@@ -419,6 +419,15 @@
-   HOST_ARCH=`/usr/bin/udpkg --print-architecture`
- elif [ -e $DEBOOTSTRAP_DIR/arch ]; then
-   HOST_ARCH=`cat $DEBOOTSTRAP_DIR/arch`
-+elif in_path pacman; then
-+  CARCH="$(. /etc/makepkg.conf && echo $CARCH)"
-+case "$CARCH" in
-+"i686")   HOST_ARCH="i386" ;;
-+"x86_64") HOST_ARCH="amd64" ;;
-+"armv7h") HOST_ARCH="armhf" ;;
-+"aarch64") HOST_ARCH="arm64" ;;
-+*) echo "Unknown architecture: $CARCH" && exit 1
-+esac
- fi
- HOST_OS="$HOST_ARCH"
- # basic host OS guessing for non-Debian systems

Copied: debootstrap/repos/community-any/arch-detect.patch (from rev 215593, 
debootstrap/trunk/arch-detect.patch)
===
--- arch-detect.patch   (rev 0)
+++ arch-detect.patch   2017-03-10 15:06:19 UTC (rev 215594)
@@ -0,0 +1,18 @@
+--- a/debootstrap  2016-03-22 21:13:58.0 +0800
 b/debootstrap  2016-03-22 21:13:09.573621800 +0800
+@@ -419,6 +419,15 @@
+   HOST_ARCH=`/usr/bin/udpkg --print-architecture`
+ elif [ -e $DEBOOTSTRAP_DIR/arch ]; then
+   HOST_ARCH=`cat $DEBOOTSTRAP_DIR/arch`
++elif in_path pacman; then
++  CARCH="$(. /etc/makepkg.conf && echo $CARCH)"
++case "$CARCH" in
++"i686")   HOST_ARCH="i386" ;;
++"x86_64") HOST_ARCH="amd64" ;;
++

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

2017-03-10 Thread Felix Yan
Date: Friday, March 10, 2017 @ 15:05:58
  Author: felixonmars
Revision: 215593

upgpkg: debootstrap 1.0.89-1

Modified:
  debootstrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 14:39:28 UTC (rev 215592)
+++ PKGBUILD2017-03-10 15:05:58 UTC (rev 215593)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=debootstrap
-pkgver=1.0.88
+pkgver=1.0.89
 pkgrel=1
 pkgdesc="Bootstrap a basic Debian system"
 arch=('any')


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

2017-03-10 Thread Jelle van der Waa
Date: Friday, March 10, 2017 @ 14:39:28
  Author: jelle
Revision: 215592

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

Added:
  opendkim/repos/community-staging-i686/
  opendkim/repos/community-staging-i686/PKGBUILD
(from rev 215591, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-staging-i686/opendkim.conf
(from rev 215591, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-staging-i686/opendkim.install
(from rev 215591, opendkim/trunk/opendkim.install)
  opendkim/repos/community-staging-i686/opendkim.service
(from rev 215591, opendkim/trunk/opendkim.service)
  opendkim/repos/community-staging-i686/openssl_1.1.0_compat.patch
(from rev 215591, opendkim/trunk/openssl_1.1.0_compat.patch)
  opendkim/repos/community-staging-x86_64/
  opendkim/repos/community-staging-x86_64/PKGBUILD
(from rev 215591, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-staging-x86_64/opendkim.conf
(from rev 215591, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-staging-x86_64/opendkim.install
(from rev 215591, opendkim/trunk/opendkim.install)
  opendkim/repos/community-staging-x86_64/opendkim.service
(from rev 215591, opendkim/trunk/opendkim.service)
  opendkim/repos/community-staging-x86_64/openssl_1.1.0_compat.patch
(from rev 215591, opendkim/trunk/openssl_1.1.0_compat.patch)

-+
 community-staging-i686/PKGBUILD |   65 +
 community-staging-i686/opendkim.conf|1 
 community-staging-i686/opendkim.install |7 +
 community-staging-i686/opendkim.service |   11 ++
 community-staging-i686/openssl_1.1.0_compat.patch   |   90 ++
 community-staging-x86_64/PKGBUILD   |   65 +
 community-staging-x86_64/opendkim.conf  |1 
 community-staging-x86_64/opendkim.install   |7 +
 community-staging-x86_64/opendkim.service   |   11 ++
 community-staging-x86_64/openssl_1.1.0_compat.patch |   90 ++
 10 files changed, 348 insertions(+)

Copied: opendkim/repos/community-staging-i686/PKGBUILD (from rev 215591, 
opendkim/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-10 14:39:28 UTC (rev 215592)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Thomas Jost 
+
+pkgname=opendkim
+pkgver=2.10.3
+pkgrel=4
+pkgdesc="An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter."
+arch=(i686 x86_64)
+url="http://www.opendkim.org/;
+license=('BSD' 'custom:Sendmail')
+depends=("db" "openssl" "libbsd" "opendbx" "libldap")
+makedepends=("libmilter")
+options=(!emptydirs)
+backup=(etc/conf.d/opendkim)
+install=opendkim.install
+validpgpkeys=('5CDD574C22FF4D2480ACABDF5254B96BC608B511')
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
+   opendkim.conf
+   opendkim.service
+openssl_1.1.0_compat.patch)
+sha256sums=('43a0ba57bf942095fe159d0748d8933c6b1dd1117caf0273fa9a0003215e681b'
+'SKIP'
+'a3b5ecf4f4fe4a79392a75f7c4b6cc93a51ef8503215bb0f64d795f8754d4b68'
+'3e1cb3a3ddb794253d5a1c59673c40687bbc2b1bf878e70ccd03356f6d1e6735'
+'5095a7516493af08396060852851231c9b1cba5ee00493f810f0dfc9a69f8dfe')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i $srcdir/openssl_1.1.0_compat.patch
+  autoreconf -i
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-db \
+--with-odbx --with-sql-backend --with-openldap
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  # Sample configuration
+  mkdir -p "$pkgdir/etc/opendkim"
+  mv "$pkgdir/usr/share/doc/opendkim/opendkim.conf.sample" 
"$pkgdir/etc/opendkim/opendkim.conf.sample"
+  chmod 0700 "$pkgdir/etc/opendkim"
+  chmod 0600 "$pkgdir/etc/opendkim/opendkim.conf.sample"
+  install -Dm644 "$srcdir/opendkim.conf" "$pkgdir/etc/conf.d/opendkim"
+
+  # License
+  mkdir -p "$pkgdir/usr/share/licenses/opendkim"
+  for f in LICENSE LICENSE.Sendmail; do
+ln -s ../../doc/opendkim/$f "$pkgdir/usr/share/licenses/opendkim/$f"
+  done
+
+  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Copied: opendkim/repos/community-staging-i686/opendkim.conf (from rev 215591, 
opendkim/trunk/opendkim.conf)
===
--- community-staging-i686/opendkim.conf(rev 0)
+++ community-staging-i686/opendkim.conf2017-03-10 14:39:28 UTC (rev 
215592)
@@ -0,0 +1 @@

[arch-commits] Commit in opendkim/trunk (PKGBUILD openssl_1.1.0_compat.patch)

2017-03-10 Thread Jelle van der Waa
Date: Friday, March 10, 2017 @ 14:39:11
  Author: jelle
Revision: 215591

upgpkg: opendkim 2.10.3-4

openssl 1.1.0 rebuild

Added:
  opendkim/trunk/openssl_1.1.0_compat.patch
Modified:
  opendkim/trunk/PKGBUILD

+
 PKGBUILD   |   14 +-
 openssl_1.1.0_compat.patch |   90 +++
 2 files changed, 101 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 13:27:26 UTC (rev 215590)
+++ PKGBUILD2017-03-10 14:39:11 UTC (rev 215591)
@@ -4,7 +4,7 @@
 
 pkgname=opendkim
 pkgver=2.10.3
-pkgrel=3
+pkgrel=4
 pkgdesc="An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter."
 arch=(i686 x86_64)
 url="http://www.opendkim.org/;
@@ -17,12 +17,20 @@
 validpgpkeys=('5CDD574C22FF4D2480ACABDF5254B96BC608B511')
 
source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
opendkim.conf
-   opendkim.service)
+   opendkim.service
+openssl_1.1.0_compat.patch)
 sha256sums=('43a0ba57bf942095fe159d0748d8933c6b1dd1117caf0273fa9a0003215e681b'
 'SKIP'
 'a3b5ecf4f4fe4a79392a75f7c4b6cc93a51ef8503215bb0f64d795f8754d4b68'
-'3e1cb3a3ddb794253d5a1c59673c40687bbc2b1bf878e70ccd03356f6d1e6735')
+'3e1cb3a3ddb794253d5a1c59673c40687bbc2b1bf878e70ccd03356f6d1e6735'
+'5095a7516493af08396060852851231c9b1cba5ee00493f810f0dfc9a69f8dfe')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i $srcdir/openssl_1.1.0_compat.patch
+  autoreconf -i
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sbindir=/usr/bin --with-db \

Added: openssl_1.1.0_compat.patch
===
--- openssl_1.1.0_compat.patch  (rev 0)
+++ openssl_1.1.0_compat.patch  2017-03-10 14:39:11 UTC (rev 215591)
@@ -0,0 +1,90 @@
+Description: Build and work with either openssl 1.0.2 or 1.1.0
+   * Add patch to build with either openssl 1.0.2 or 1.1.0 (Closes: #828466)
+ - Thanks to Sebastian Andrzej Siewior for the patch
+Author: Sebastian Andrzej Siewior
+Bug-Debian: http://bugs.debian.org/828466
+Origin: vendor
+Forwarded: no
+Reviewed-By: Scott Kitterman 
+Last-Update: 
+
+--- opendkim-2.11.0~alpha.orig/configure.ac
 opendkim-2.11.0~alpha/configure.ac
+@@ -864,26 +864,28 @@ then
+   AC_SEARCH_LIBS([ERR_peek_error], [crypto], ,
+  AC_MSG_ERROR([libcrypto not found]))
+ 
+-  AC_SEARCH_LIBS([SSL_library_init], [ssl], ,
+-  [
+-  if test x"$enable_shared" = x"yes"
+-  then
+-  AC_MSG_ERROR([Cannot build shared opendkim
+-against static openssl libraries.
+-Configure with --disable-shared
+-to get this working or obtain a
+-shared libssl library for
+-opendkim to use.])
+-  fi
+ 
+-  # avoid caching issue - last result of SSL_library_init
+-  # shouldn't be cached for this next check
+-  unset ac_cv_search_SSL_library_init
+-  LIBCRYPTO_LIBS="$LIBCRYPTO_LIBS -ldl"
+-  AC_SEARCH_LIBS([SSL_library_init], [ssl], ,
+- AC_MSG_ERROR([libssl not found]), [-ldl])
+-  ]
+-  )
++  AC_LINK_IFELSE(
++ [AC_LANG_PROGRAM([[#include ]],
++  [[SSL_library_init();]])],
++  [od_have_ossl="yes";],
++  [od_have_ossl="no";])
++  if test x"$od_have_ossl" = x"no"
++  then
++  if test x"$enable_shared" = x"yes"
++  then
++  AC_MSG_ERROR([Cannot build shared opendkim
++against static openssl libraries.
++Configure with --disable-shared
++to get this working or obtain a
++shared libssl library for
++opendkim to use.])
++  fi
++
++  LIBCRYPTO_LIBS="$LIBCRYPTO_LIBS -ldl"
++  AC_SEARCH_LIBS([SSL_library_init], [ssl], ,
++ AC_MSG_ERROR([libssl not found]), [-ldl])
++  fi
+ 
+   AC_CHECK_DECL([SHA256_DIGEST_LENGTH],
+   AC_DEFINE([HAVE_SHA256], 1,
+--- opendkim-2.11.0~alpha.orig/opendkim/opendkim-crypto.c
 opendkim-2.11.0~alpha/opendkim/opendkim-crypto.c
+@@ -222,7 +222,11 @@ 

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

2017-03-10 Thread Jelle van der Waa
Date: Friday, March 10, 2017 @ 13:27:14
  Author: jelle
Revision: 215589

upgpkg: python-scrypt 0.8.0-3

openssl 1.1.0 rebuild

Modified:
  python-scrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 12:23:38 UTC (rev 215588)
+++ PKGBUILD2017-03-10 13:27:14 UTC (rev 215589)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Micay 
 pkgname=(python-scrypt python2-scrypt)
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Bindings for the scrypt key derivation function library'
 arch=(i686 x86_64)
 url='https://pypi.python.org/pypi/scrypt/'


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

2017-03-10 Thread Jelle van der Waa
Date: Friday, March 10, 2017 @ 13:27:26
  Author: jelle
Revision: 215590

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

Added:
  python-scrypt/repos/community-staging-i686/
  python-scrypt/repos/community-staging-i686/PKGBUILD
(from rev 215589, python-scrypt/trunk/PKGBUILD)
  python-scrypt/repos/community-staging-x86_64/
  python-scrypt/repos/community-staging-x86_64/PKGBUILD
(from rev 215589, python-scrypt/trunk/PKGBUILD)

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

Copied: python-scrypt/repos/community-staging-i686/PKGBUILD (from rev 215589, 
python-scrypt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-10 13:27:26 UTC (rev 215590)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay 
+pkgname=(python-scrypt python2-scrypt)
+pkgver=0.8.0
+pkgrel=3
+pkgdesc='Bindings for the scrypt key derivation function library'
+arch=(i686 x86_64)
+url='https://pypi.python.org/pypi/scrypt/'
+license=('BSD')
+makedepends=(python-setuptools python2-setuptools)
+options=(!emptydirs)
+source=("https://pypi.org/packages/source/s/scrypt/scrypt-$pkgver.tar.gz;)
+md5sums=('0704e59cc3afb3845c27bb3827baeea9')
+
+package_python-scrypt() {
+  depends=(python)
+  cd "scrypt-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-scrypt() {
+  depends=(python2)
+  cd "scrypt-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}

Copied: python-scrypt/repos/community-staging-x86_64/PKGBUILD (from rev 215589, 
python-scrypt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-10 13:27:26 UTC (rev 215590)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay 
+pkgname=(python-scrypt python2-scrypt)
+pkgver=0.8.0
+pkgrel=3
+pkgdesc='Bindings for the scrypt key derivation function library'
+arch=(i686 x86_64)
+url='https://pypi.python.org/pypi/scrypt/'
+license=('BSD')
+makedepends=(python-setuptools python2-setuptools)
+options=(!emptydirs)
+source=("https://pypi.org/packages/source/s/scrypt/scrypt-$pkgver.tar.gz;)
+md5sums=('0704e59cc3afb3845c27bb3827baeea9')
+
+package_python-scrypt() {
+  depends=(python)
+  cd "scrypt-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-scrypt() {
+  depends=(python2)
+  cd "scrypt-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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

2017-03-10 Thread Jelle van der Waa
Date: Friday, March 10, 2017 @ 12:23:38
  Author: jelle
Revision: 215588

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-10 12:23:24 UTC (rev 215587)
+++ community-i686/PKGBUILD 2017-03-10 12:23:38 UTC (rev 215588)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.80.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-pygments' 'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('33a6dbc578c7a2f3d1c97253769506a1afc10f688c062f027d64d7081618f2b1'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  # FIXME: remove html5lib too, but the latest html5lib breaks calibre. And 
calibre
-  # really needs to get the latest changes into html5lib, cause forking is bad 
m'okay.
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 215587, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-10 12:23:38 UTC (rev 215588)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.81.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 

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

2017-03-10 Thread Jelle van der Waa
Date: Friday, March 10, 2017 @ 12:23:24
  Author: jelle
Revision: 215587

upgpkg: calibre 2.81.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 11:58:28 UTC (rev 215586)
+++ PKGBUILD2017-03-10 12:23:24 UTC (rev 215587)
@@ -8,8 +8,8 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.80.0
-pkgrel=2
+pkgver=2.81.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/;
@@ -28,7 +28,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('33a6dbc578c7a2f3d1c97253769506a1afc10f688c062f027d64d7081618f2b1'
+sha256sums=('9ab2a6c40b6ca18a2fe9bc9bfe177558da80678403cdb85b888e98de95eb9445'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2017-03-10 Thread Antonio Rojas
Date: Friday, March 10, 2017 @ 12:11:34
  Author: arojas
Revision: 290488

No longer needed

Modified:
  messagelib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 11:58:04 UTC (rev 290487)
+++ PKGBUILD2017-03-10 12:11:34 UTC (rev 290488)
@@ -17,8 +17,6 @@
 
 prepare() {
   mkdir -p build
-# Workaround gpgme cmake bug
-  sed -e '/find_package.*QGpgme/d' -i $pkgname-$pkgver/CMakeLists.txt
 }
 
 build() {


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

2017-03-10 Thread Jan Steffens
Date: Friday, March 10, 2017 @ 11:22:34
  Author: heftig
Revision: 290478

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

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

--+
 /PKGBUILD|  156 +
 /flatpak.install |   22 +
 extra-i686/PKGBUILD  |   78 
 extra-i686/flatpak.install   |   11 --
 extra-x86_64/PKGBUILD|   78 
 extra-x86_64/flatpak.install |   11 --
 6 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-10 11:22:11 UTC (rev 290477)
+++ extra-i686/PKGBUILD 2017-03-10 11:22:34 UTC (rev 290478)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.8.3
-pkgrel=1
-pkgdesc="Application deployment framework for desktop apps"
-url="http://flatpak.org;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
- libseccomp libarchive libelf libcap)
-makedepends=(intltool python gobject-introspection gtk-doc git docbook-xsl 
xmlto
- libdwarf)
-optdepends=('xdg-desktop-portal: for better desktop integration of 
applications'
-'xdg-desktop-portal-gtk: for better integration with GTK 
applications')
-install=flatpak.install
-_commit=b02a3cf42a11102fbedb795d95e835e55c7e3544  # tags/0.8.3^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
-"git+https://github.com/projectatomic/bubblewrap;
-"git+https://git.gnome.org/browse/libglnx;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-gtk-doc \
---with-priv-mode=setuid \
---with-dwarf-header=/usr/include/libdwarf \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # https://github.com/flatpak/flatpak/issues/267
-  # https://github.com/flatpak/flatpak/issues/268
-  make -k check
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-i686/PKGBUILD (from rev 290477, 
flatpak/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-10 11:22:34 UTC (rev 290478)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="Application deployment framework for desktop apps"
+url="http://flatpak.org;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
+ libseccomp libarchive libelf libcap)
+makedepends=(intltool python gobject-introspection gtk-doc git docbook-xsl 
xmlto
+ libdwarf)
+optdepends=('xdg-desktop-portal: for better desktop integration of 
applications'
+'xdg-desktop-portal-gtk: for better integration with GTK 
applications')
+install=flatpak.install
+_commit=7e18ec30b27e6f25a43e982dc6e5dd6c0a708fa0  # tags/0.8.4^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
+"git+https://github.com/projectatomic/bubblewrap;
+"git+https://git.gnome.org/browse/libglnx;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  

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

2017-03-10 Thread Jan Steffens
Date: Friday, March 10, 2017 @ 11:22:11
  Author: heftig
Revision: 290477

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 290476, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 290476, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-03-10 11:22:11 UTC (rev 290477)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+_commit=695f2d6d82173f4e322d8f834c9849775778022a  # master
+pkgver=20170309.695f2d6
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit};)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+}
+
+pkgver() {
+  cd "${srcdir}/${pkgname}"
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


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

2017-03-10 Thread Jan Steffens
Date: Friday, March 10, 2017 @ 11:17:55
  Author: heftig
Revision: 290476

20170309.695f2d6-1

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 11:15:18 UTC (rev 290475)
+++ PKGBUILD2017-03-10 11:17:55 UTC (rev 290476)
@@ -2,8 +2,8 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=linux-firmware
-_commit=5abb924a730b5ecca489dfc2ebbdfc90af6ec62d  # master
-pkgver=20170227.5abb924
+_commit=695f2d6d82173f4e322d8f834c9849775778022a  # master
+pkgver=20170309.695f2d6
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')
@@ -41,10 +41,6 @@
 
 prepare() {
   cd "${srcdir}/${pkgname}"
-
-  # Restore old Bluetooth firmware
-  # https://bugzilla.kernel.org/show_bug.cgi?id=190831
-  git checkout 9c71af939b51ce1431087acfb5b0f61c0b491c63 -- 
intel/ibt-11-5.{sfi,ddc}
 }
 
 pkgver() {


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

2017-03-10 Thread Jan Steffens
Date: Friday, March 10, 2017 @ 11:15:18
  Author: heftig
Revision: 290475

0.8.4-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 11:04:07 UTC (rev 290474)
+++ PKGBUILD2017-03-10 11:15:18 UTC (rev 290475)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc="Application deployment framework for desktop apps"
 url="http://flatpak.org;
@@ -15,7 +15,7 @@
 optdepends=('xdg-desktop-portal: for better desktop integration of 
applications'
 'xdg-desktop-portal-gtk: for better integration with GTK 
applications')
 install=flatpak.install
-_commit=b02a3cf42a11102fbedb795d95e835e55c7e3544  # tags/0.8.3^0
+_commit=7e18ec30b27e6f25a43e982dc6e5dd6c0a708fa0  # tags/0.8.4^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
 "git+https://github.com/projectatomic/bubblewrap;
 "git+https://git.gnome.org/browse/libglnx;)


[arch-commits] Commit in geoip-database/repos/extra-any (4 files)

2017-03-10 Thread Evangelos Foutras
Date: Friday, March 10, 2017 @ 11:04:07
  Author: foutrelis
Revision: 290474

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 290473, geoip-database/trunk/PKGBUILD)
  geoip-database/repos/extra-any/check-last-modified.sh
(from rev 290473, geoip-database/trunk/check-last-modified.sh)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD
  geoip-database/repos/extra-any/check-last-modified.sh

+
 PKGBUILD   |  194 +++
 check-last-modified.sh |   52 ++--
 2 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-10 11:04:00 UTC (rev 290473)
+++ PKGBUILD2017-03-10 11:04:07 UTC (rev 290474)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20170207
-pkgrel=1
-arch=('any')
-url="https://dev.maxmind.com/geoip/legacy/geolite/;
-license=('custom:OPEN DATA LICENSE')
-checkdepends=('geoip')
-source=(GeoIP-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-
GeoIPv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
-
GeoLiteCity-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
-
GeoLiteCityv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz
-
GeoIPASNum-$pkgver.dat.gz::https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz
-
GeoIPASNumv6-$pkgver.dat.gz::https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNumv6.dat.gz
-
GeoIP-LICENSE.txt::https://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
-noextract=(GeoIP-$pkgver.dat.gz
-   GeoIPv6-$pkgver.dat.gz
-   GeoLiteCity-$pkgver.dat.gz
-   GeoLiteCityv6-$pkgver.dat.gz
-   GeoIPASNum-$pkgver.dat.gz
-   GeoIPASNumv6-$pkgver.dat.gz)
-sha256sums=('0ab4278f2ce7b497865a136c8cb4722bd78fd4eb9ac6c542c0b0b6a88a618048'
-'2736b7ca32e7017af09a56f82b856e211a3d7255af7d0a5aef416122661e2d76'
-'81947efe716b68e0f2258d246f1e69d6197a7f6ecfdc5d04ec98fd3259103e57'
-'6e7d595a56e9b7d42485bd1edf361fffc614979f5216277b5ee68c34e77d108d'
-'3209963406188d9b6d6d9b4b75e9568b9504d0af5376d21e7445ac2b2bc0399d'
-'b3a4b313dadf035b46bbba2cca8359fc9b06a9ec142eb6efefa2a3fa40a59893'
-'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
-
-prepare() {
-  cd "$srcdir"
-
-  for _database_name in GeoIP GeoLiteCity GeoIPASNum; do
-gunzip -c $_database_name-$pkgver.dat.gz 
>${_database_name/GeoLite/GeoIP}.dat
-gunzip -c ${_database_name}v6-$pkgver.dat.gz 
>${_database_name/GeoLite/GeoIP}v6.dat
-  done
-}
-
-check() {
-  cd "$srcdir"
-
-  if [[ $(geoiplookup -f GeoIP.dat 8.8.8.8) != *'US, United States' ]]; then
-error 'Unable to resolve IPv4 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPv6.dat 2001:4860:4860::) != *'US, United 
States' ]]; then
-error 'Unable to resolve IPv6 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPCity.dat 8.8.8.8) != *'US, CA, California'* ]]; 
then
-error 'Unable to resolve IPv4 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPCityv6.dat 2001:4860:4860::) != *'US, N/A, 
N/A'* ]]; then
-error 'Unable to resolve IPv6 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPASNum.dat 8.8.8.8) != *'AS15169 Google Inc.' ]]; 
then
-error 'Unable to resolve IPv4 address to ASN.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPASNumv6.dat 2001:4860:4860::) != *'AS15169 
Google Inc.' ]]; then
-error 'Unable to resolve IPv6 address to ASN.'
-return 1
-  fi
-}
-
-package_geoip-database() {
-  pkgdesc="GeoLite country geolocation database compiled by MaxMind"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP{,v6}.dat
-
-  install -Dm644 GeoIP-LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_geoip-database-extra() {
-  pkgdesc="GeoLite city/ASN geolocation databases compiled by MaxMind"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIPCity{,v6}.dat 
GeoIPASNum{,v6}.dat
-
-  install -Dm644 GeoIP-LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 290473, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-10 11:04:07 UTC (rev 290474)
@@ -0,0 +1,97 @@
+# $Id$
+# 

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

2017-03-10 Thread Evangelos Foutras
Date: Friday, March 10, 2017 @ 11:04:00
  Author: foutrelis
Revision: 290473

upgpkg: geoip-database 20170307-1

New upstream release.

Modified:
  geoip-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 10:22:48 UTC (rev 290472)
+++ PKGBUILD2017-03-10 11:04:00 UTC (rev 290473)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20170207
+pkgver=20170307
 pkgrel=1
 arch=('any')
 url="https://dev.maxmind.com/geoip/legacy/geolite/;
@@ -21,12 +21,12 @@
GeoLiteCityv6-$pkgver.dat.gz
GeoIPASNum-$pkgver.dat.gz
GeoIPASNumv6-$pkgver.dat.gz)
-sha256sums=('0ab4278f2ce7b497865a136c8cb4722bd78fd4eb9ac6c542c0b0b6a88a618048'
-'2736b7ca32e7017af09a56f82b856e211a3d7255af7d0a5aef416122661e2d76'
-'81947efe716b68e0f2258d246f1e69d6197a7f6ecfdc5d04ec98fd3259103e57'
-'6e7d595a56e9b7d42485bd1edf361fffc614979f5216277b5ee68c34e77d108d'
-'3209963406188d9b6d6d9b4b75e9568b9504d0af5376d21e7445ac2b2bc0399d'
-'b3a4b313dadf035b46bbba2cca8359fc9b06a9ec142eb6efefa2a3fa40a59893'
+sha256sums=('23ad0aaf1fee3169c5ab848872e7e618d5d3cf502ee723699d80805cb9604522'
+'8fe1b180049735ea905934e0a2cfe1086018c290d5a8d13ba955e247b3fd3511'
+'c8d5e78615aad1498d55405f7e5dd625d0338751803781cb923e52336a3a6372'
+'4bdc3206b2ace766ccc689aaf9e000ab991c848cdb92662a6a1460207654b2da'
+'b7d2dcb0068c63231ef06dd89cab8a35884f3bb876c0fa828f9d0f67b53042e5'
+'86865db7acee1651ac98f4a932009d1aead01618985420d501c9aa2cc1a2b3eb'
 '83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
 
 prepare() {


[arch-commits] Commit in deepin-control-center/repos (4 files)

2017-03-10 Thread Felix Yan
Date: Friday, March 10, 2017 @ 11:02:40
  Author: felixonmars
Revision: 215577

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

Added:
  deepin-control-center/repos/community-i686/PKGBUILD
(from rev 215576, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 215576, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-i686/PKGBUILD
  deepin-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-10 11:02:12 UTC (rev 215576)
+++ community-i686/PKGBUILD 2017-03-10 11:02:40 UTC (rev 215577)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.0.7
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'deepin-account-faces' 
'deepin-api' 'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration')
-makedepends=('deepin-dock' 'qt5-tools' 'git')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-i686/PKGBUILD (from rev 215576, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-10 11:02:40 UTC (rev 215577)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.0.8
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'deepin-tool-kit' 'deepin-account-faces' 
'deepin-api' 'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration')
+makedepends=('deepin-dock' 'qt5-tools' 'git')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-control-center
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
+  make
+}
+
+package() {
+  cd dde-control-center
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-10 11:02:12 UTC (rev 215576)
+++ community-x86_64/PKGBUILD   2017-03-10 11:02:40 UTC (rev 215577)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.0.7
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'deepin-account-faces' 
'deepin-api' 'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration')
-makedepends=('deepin-dock' 'qt5-tools' 'git')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 215576, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD

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

2017-03-10 Thread Felix Yan
Date: Friday, March 10, 2017 @ 11:02:12
  Author: felixonmars
Revision: 215576

upgpkg: deepin-control-center 4.0.8-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 10:33:52 UTC (rev 215575)
+++ PKGBUILD2017-03-10 11:02:12 UTC (rev 215576)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.0.7
+pkgver=4.0.8
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')


[arch-commits] Commit in sshguard/repos (16 files)

2017-03-10 Thread Sergej Pupykin
Date: Friday, March 10, 2017 @ 10:33:52
  Author: spupykin
Revision: 215575

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

Added:
  sshguard/repos/community-i686/ChangeLog
(from rev 215574, sshguard/trunk/ChangeLog)
  sshguard/repos/community-i686/PKGBUILD
(from rev 215574, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-i686/sshguard.install
(from rev 215574, sshguard/trunk/sshguard.install)
  sshguard/repos/community-x86_64/ChangeLog
(from rev 215574, sshguard/trunk/ChangeLog)
  sshguard/repos/community-x86_64/PKGBUILD
(from rev 215574, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-x86_64/sshguard.install
(from rev 215574, sshguard/trunk/sshguard.install)
Deleted:
  sshguard/repos/community-i686/ChangeLog
  sshguard/repos/community-i686/PKGBUILD
  sshguard/repos/community-i686/sshguard-journalctl
  sshguard/repos/community-i686/sshguard.install
  sshguard/repos/community-i686/sshguard.service
  sshguard/repos/community-x86_64/ChangeLog
  sshguard/repos/community-x86_64/PKGBUILD
  sshguard/repos/community-x86_64/sshguard-journalctl
  sshguard/repos/community-x86_64/sshguard.install
  sshguard/repos/community-x86_64/sshguard.service

--+
 /ChangeLog   |6 ++
 /PKGBUILD|   88 +
 /sshguard.install|8 +++
 community-i686/ChangeLog |3 -
 community-i686/PKGBUILD  |   44 
 community-i686/sshguard-journalctl   |2 
 community-i686/sshguard.install  |4 -
 community-i686/sshguard.service  |9 ---
 community-x86_64/ChangeLog   |3 -
 community-x86_64/PKGBUILD|   44 
 community-x86_64/sshguard-journalctl |2 
 community-x86_64/sshguard.install|4 -
 community-x86_64/sshguard.service|9 ---
 13 files changed, 102 insertions(+), 124 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2017-03-10 10:33:31 UTC (rev 215574)
+++ community-i686/ChangeLog2017-03-10 10:33:52 UTC (rev 215575)
@@ -1,3 +0,0 @@
-2007-06-28 tardo 
-* Built for x86_64
-

Copied: sshguard/repos/community-i686/ChangeLog (from rev 215574, 
sshguard/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2017-03-10 10:33:52 UTC (rev 215575)
@@ -0,0 +1,3 @@
+2007-06-28 tardo 
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-10 10:33:31 UTC (rev 215574)
+++ community-i686/PKGBUILD 2017-03-10 10:33:52 UTC (rev 215575)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=sshguard
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
-arch=('i686' 'x86_64')
-url="http://www.sshguard.net/;
-license=('GPL')
-depends=('iptables')
-backup=('etc/sshguard.conf')
-install=sshguard.install
-source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz;
-   "sshguard.service"
-   "sshguard-journalctl")
-sha256sums=('e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06'
-'299b41c68e3c97535c1eb0f579903303383084a788edc46e6f447c13eacc8352'
-'58afcafe81d7e6af0ccd37471c6317bb76933bf618202ab76eed45eb931a14b7')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  echo 'BACKEND="/usr/lib/sshguard/sshg-fw-iptables"' 
>>examples/sshguard.conf.sample
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libexecdir=/usr/lib/sshguard \
---with-firewall=iptables
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
-  install -Dm0755 "$srcdir/sshguard-journalctl" 
"$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl"
-  install -Dm0644 "examples/sshguard.conf.sample" "$pkgdir/etc/sshguard.conf"
-}

Copied: sshguard/repos/community-i686/PKGBUILD (from rev 215574, 
sshguard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-10 10:33:52 UTC (rev 215575)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=sshguard
+pkgver=2.0.0
+pkgrel=3
+pkgdesc="Brute force detector for SSH, Exim, 

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

2017-03-10 Thread Sergej Pupykin
Date: Friday, March 10, 2017 @ 10:33:31
  Author: spupykin
Revision: 215574

upgpkg: sshguard 2.0.0-3

upd

Modified:
  sshguard/trunk/PKGBUILD
Deleted:
  sshguard/trunk/sshguard-journalctl
  sshguard/trunk/sshguard.service

-+
 PKGBUILD|   22 +++---
 sshguard-journalctl |2 --
 sshguard.service|9 -
 3 files changed, 11 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 10:09:52 UTC (rev 215573)
+++ PKGBUILD2017-03-10 10:33:31 UTC (rev 215574)
@@ -4,7 +4,7 @@
 
 pkgname=sshguard
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
 arch=('i686' 'x86_64')
 url="http://www.sshguard.net/;
@@ -12,16 +12,11 @@
 depends=('iptables')
 backup=('etc/sshguard.conf')
 install=sshguard.install
-source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz;
-   "sshguard.service"
-   "sshguard-journalctl")
-sha256sums=('e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06'
-'299b41c68e3c97535c1eb0f579903303383084a788edc46e6f447c13eacc8352'
-'58afcafe81d7e6af0ccd37471c6317bb76933bf618202ab76eed45eb931a14b7')
+source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz;)
+sha256sums=('e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
-  echo 'BACKEND="/usr/lib/sshguard/sshg-fw-iptables"' 
>>examples/sshguard.conf.sample
 }
 
 build() {
@@ -38,7 +33,12 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
-  install -Dm0755 "$srcdir/sshguard-journalctl" 
"$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl"
-  install -Dm0644 "examples/sshguard.conf.sample" "$pkgdir/etc/sshguard.conf"
+  install -Dm0644 "examples/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
+  install -dm0755 "$pkgdir/usr/share/doc/" "$pkgdir/etc"
+  cat <"$pkgdir"/etc/sshguard.conf
+LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -o cat"
+BLACKLIST_FILE=120:/var/db/sshguard/blacklist.db
+BACKEND="/usr/lib/sshguard/sshg-fw-iptables"
+EOF
+  cp -a examples "$pkgdir/usr/share/doc/sshguard"
 }

Deleted: sshguard-journalctl
===
--- sshguard-journalctl 2017-03-10 10:09:52 UTC (rev 215573)
+++ sshguard-journalctl 2017-03-10 10:33:31 UTC (rev 215574)
@@ -1,2 +0,0 @@
-#!/bin/sh
-LANG=C /usr/bin/journalctl -afb -p info -n1 -o cat "$@" | /usr/bin/sshguard

Deleted: sshguard.service
===
--- sshguard.service2017-03-10 10:09:52 UTC (rev 215573)
+++ sshguard.service2017-03-10 10:33:31 UTC (rev 215574)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Block hacking attempts
-After=iptables.service ip6tables.service ufw.service shorewall.service 
shorewall6.service network.target
-
-[Service]
-ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl SYSLOG_FACILITY=4 
SYSLOG_FACILITY=10
-
-[Install]
-WantedBy=multi-user.target


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

2017-03-10 Thread Allan McRae
Date: Friday, March 10, 2017 @ 10:22:48
  Author: allan
Revision: 290472

archrelease: copy trunk to extra-any

Added:
  dejagnu/repos/extra-any/PKGBUILD
(from rev 290471, dejagnu/trunk/PKGBUILD)
Deleted:
  dejagnu/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-10 10:21:30 UTC (rev 290471)
+++ PKGBUILD2017-03-10 10:22:48 UTC (rev 290472)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-
-pkgname=dejagnu
-pkgver=1.6
-pkgrel=2
-pkgdesc="Framework for testing other programs"
-arch=('any')
-url="http://www.gnu.org/software/dejagnu/;
-license=('GPL')
-depends=('sh' 'expect')
-source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('1fdc2eb0d592c4f89d82d24dfdf02f0b'
- 'SKIP')
-validpgpkeys=('CB0B31452BBE862933013D9176362888B55988D4')   # Ben Elliston
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: dejagnu/repos/extra-any/PKGBUILD (from rev 290471, 
dejagnu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-10 10:22:48 UTC (rev 290472)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+pkgname=dejagnu
+pkgver=1.6
+pkgrel=2
+pkgdesc="Framework for testing other programs"
+arch=('any')
+url="http://www.gnu.org/software/dejagnu/;
+license=('GPL')
+depends=('sh' 'expect')
+source=(https://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('1fdc2eb0d592c4f89d82d24dfdf02f0b'
+ 'SKIP')
+validpgpkeys=('CB0B31452BBE862933013D9176362888B55988D4')   # Ben Elliston
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}


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

2017-03-10 Thread Allan McRae
Date: Friday, March 10, 2017 @ 10:21:30
  Author: allan
Revision: 290471

theatre

Modified:
  dejagnu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 10:20:21 UTC (rev 290470)
+++ PKGBUILD2017-03-10 10:21:30 UTC (rev 290471)
@@ -9,7 +9,7 @@
 url="http://www.gnu.org/software/dejagnu/;
 license=('GPL')
 depends=('sh' 'expect')
-source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
+source=(https://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
 md5sums=('1fdc2eb0d592c4f89d82d24dfdf02f0b'
  'SKIP')
 validpgpkeys=('CB0B31452BBE862933013D9176362888B55988D4')   # Ben Elliston


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

2017-03-10 Thread Allan McRae
Date: Friday, March 10, 2017 @ 10:20:21
  Author: allan
Revision: 290470

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

Added:
  pkg-config/repos/core-i686/PKGBUILD
(from rev 290469, pkg-config/trunk/PKGBUILD)
  pkg-config/repos/core-x86_64/PKGBUILD
(from rev 290469, pkg-config/trunk/PKGBUILD)
Deleted:
  pkg-config/repos/core-i686/PKGBUILD
  pkg-config/repos/core-x86_64/PKGBUILD

--+
 /PKGBUILD|   72 +
 core-i686/PKGBUILD   |   36 
 core-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2017-03-10 10:18:40 UTC (rev 290469)
+++ core-i686/PKGBUILD  2017-03-10 10:20:21 UTC (rev 290470)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Judd Vinet 
-
-pkgname=pkg-config
-pkgver=0.29.1
-pkgrel=2
-pkgdesc="A system for managing library compile/link flags"
-arch=('i686' 'x86_64')
-url="http://pkgconfig.freedesktop.org/wiki/;
-license=('GPL')
-groups=('base-devel')
-depends=('glib2')
-provides=("pkgconfig=${pkgver}")
-conflicts=('pkgconfig')
-replaces=('pkgconfig')
-source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('f739a28cae4e0ca291f82d1d41ef107d'
- 'SKIP')
-validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --build=$CHOST --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: pkg-config/repos/core-i686/PKGBUILD (from rev 290469, 
pkg-config/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2017-03-10 10:20:21 UTC (rev 290470)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Judd Vinet 
+
+pkgname=pkg-config
+pkgver=0.29.1
+pkgrel=2
+pkgdesc="A system for managing library compile/link flags"
+arch=('i686' 'x86_64')
+url="http://pkgconfig.freedesktop.org/wiki/;
+license=('GPL')
+groups=('base-devel')
+depends=('glib2')
+provides=("pkgconfig=${pkgver}")
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(https://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('f739a28cae4e0ca291f82d1d41ef107d'
+ 'SKIP')
+validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --build=$CHOST --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2017-03-10 10:18:40 UTC (rev 290469)
+++ core-x86_64/PKGBUILD2017-03-10 10:20:21 UTC (rev 290470)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Judd Vinet 
-
-pkgname=pkg-config
-pkgver=0.29.1
-pkgrel=2
-pkgdesc="A system for managing library compile/link flags"
-arch=('i686' 'x86_64')
-url="http://pkgconfig.freedesktop.org/wiki/;
-license=('GPL')
-groups=('base-devel')
-depends=('glib2')
-provides=("pkgconfig=${pkgver}")
-conflicts=('pkgconfig')
-replaces=('pkgconfig')
-source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('f739a28cae4e0ca291f82d1d41ef107d'
- 'SKIP')
-validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --build=$CHOST --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: pkg-config/repos/core-x86_64/PKGBUILD (from rev 290469, 
pkg-config/trunk/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2017-03-10 10:20:21 UTC (rev 290470)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Judd Vinet 
+
+pkgname=pkg-config
+pkgver=0.29.1
+pkgrel=2
+pkgdesc="A system for managing library compile/link flags"
+arch=('i686' 'x86_64')
+url="http://pkgconfig.freedesktop.org/wiki/;
+license=('GPL')
+groups=('base-devel')
+depends=('glib2')
+provides=("pkgconfig=${pkgver}")
+conflicts=('pkgconfig')
+replaces=('pkgconfig')

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

2017-03-10 Thread Allan McRae
Date: Friday, March 10, 2017 @ 10:18:40
  Author: allan
Revision: 290469

theatre

Modified:
  pkg-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 10:09:16 UTC (rev 290468)
+++ PKGBUILD2017-03-10 10:18:40 UTC (rev 290469)
@@ -14,7 +14,7 @@
 provides=("pkgconfig=${pkgver}")
 conflicts=('pkgconfig')
 replaces=('pkgconfig')
-source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
+source=(https://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
 md5sums=('f739a28cae4e0ca291f82d1d41ef107d'
  'SKIP')
 validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson


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

2017-03-10 Thread Sergej Pupykin
Date: Friday, March 10, 2017 @ 09:33:01
  Author: spupykin
Revision: 215570

archrelease: copy trunk to community-any

Added:
  virt-manager/repos/community-any/PKGBUILD
(from rev 215569, virt-manager/trunk/PKGBUILD)
Deleted:
  virt-manager/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-10 09:32:51 UTC (rev 215569)
+++ PKGBUILD2017-03-10 09:33:01 UTC (rev 215570)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Wiersma 
-
-pkgbase=virt-manager
-pkgname=(virt-install virt-manager)
-pkgver=1.4.0
-pkgrel=3
-pkgdesc="Console user interface for managing virtual machines"
-arch=('any')
-url="http://virt-manager.org/;
-license=('GPL')
-depends=('python2' 'libvirt-python' 'libxml2' 'libvirt'
-'libosinfo' 'python2-ipaddr' 'python2-gobject' 'python2-requests'
-'cpio')
-makedepends=('intltool>=0.35.0'
-'dbus-python' 'gtk-vnc' 'rarian'
-'yajl' 'librsvg' 'libuser' 'python2-cairo'
-'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
-'graphite' 'spice-gtk3'
-'libvirt-glib' 'vte3')
-source=("https://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
-sha256sums=('bf31a40cc48500cbf87a0e93a5838fc3f6ce4e2fa03f8bce6aa2615625e6caca')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  python2 setup.py build
-}
-
-package_virt-install() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  python2 setup.py --no-update-icon-cache --no-compile-schemas install --root 
"$pkgdir"
-  python2 -m compileall "${pkgdir}/usr/share/virt-manager"
-  python2 -O -m compileall "${pkgdir}/usr/share/virt-manager"
-  rm "${pkgdir}/usr/bin/virt-manager"
-}
-
-package_virt-manager() {
-  pkgdesc="Desktop user interface for managing virtual machines"
-  depends=("virt-install=$pkgver"
-   'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
-   'dbus-python' 'gtk-vnc' 'rarian'
-   'yajl' 'librsvg' 'libuser' 'python2-cairo'
-   'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
-   'graphite' 'spice-gtk3'
-   'libvirt-glib' 'vte3')
-  cd "$srcdir/$pkgbase-$pkgver"
-  install -Dm 755 build/virt-manager -t "${pkgdir}/usr/bin"
-}

Copied: virt-manager/repos/community-any/PKGBUILD (from rev 215569, 
virt-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-10 09:33:01 UTC (rev 215570)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Wiersma 
+
+pkgbase=virt-manager
+pkgname=(virt-install virt-manager)
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Console user interface for managing virtual machines"
+arch=('any')
+url="http://virt-manager.org/;
+license=('GPL')
+depends=('python2' 'libvirt-python' 'libxml2' 'libvirt'
+'libosinfo' 'python2-ipaddr' 'python2-gobject' 'python2-requests'
+'cpio')
+makedepends=('intltool>=0.35.0'
+'dbus-python' 'gtk-vnc' 'rarian'
+'yajl' 'librsvg' 'libuser' 'python2-cairo'
+'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+'graphite' 'spice-gtk3'
+'libvirt-glib' 'vte3')
+source=("https://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
+sha256sums=('e6c54f14fbda210c07821910bfa35c086542e166f8b00d7c83717e9f3944')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py build
+}
+
+package_virt-install() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py --no-update-icon-cache --no-compile-schemas install --root 
"$pkgdir"
+  python2 -m compileall "${pkgdir}/usr/share/virt-manager"
+  python2 -O -m compileall "${pkgdir}/usr/share/virt-manager"
+  rm "${pkgdir}/usr/bin/virt-manager"
+}
+
+package_virt-manager() {
+  pkgdesc="Desktop user interface for managing virtual machines"
+  depends=("virt-install=$pkgver"
+   'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
+   'dbus-python' 'gtk-vnc' 'rarian'
+   'yajl' 'librsvg' 'libuser' 'python2-cairo'
+   'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+   'graphite' 'spice-gtk3'
+   'libvirt-glib' 'vte3')
+  cd "$srcdir/$pkgbase-$pkgver"
+  install -Dm 755 build/virt-manager -t "${pkgdir}/usr/bin"
+}


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

2017-03-10 Thread Sergej Pupykin
Date: Friday, March 10, 2017 @ 09:32:43
  Author: spupykin
Revision: 215568

archrelease: copy trunk to community-any

Added:
  dokuwiki/repos/community-any/PKGBUILD
(from rev 215567, dokuwiki/trunk/PKGBUILD)
  dokuwiki/repos/community-any/apache.example.conf
(from rev 215567, dokuwiki/trunk/apache.example.conf)
Deleted:
  dokuwiki/repos/community-any/PKGBUILD
  dokuwiki/repos/community-any/apache.example.conf

-+
 PKGBUILD|  132 +-
 apache.example.conf |   16 +++---
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-10 09:32:33 UTC (rev 215567)
+++ PKGBUILD2017-03-10 09:32:43 UTC (rev 215568)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sébastien Luttringer
-
-pkgname=dokuwiki
-pkgver=20170219_a
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
-_pkgver=${_pkgver/_/}
-pkgrel=1
-pkgdesc='Simple to use and highly versatile Open Source wiki software'
-arch=('any')
-url='https://www.dokuwiki.org/'
-license=('GPL')
-depends=('php')
-backup=('etc/webapps/dokuwiki/.htaccess'
-'etc/httpd/conf/extra/dokuwiki.conf')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_stable_${_pkgver}.tar.gz;
-'apache.example.conf')
-sha256sums=('e75c1cd8d06b74b3d3d5c0de896022c02517189f39bba5cd6929dc5621219018'
-'6d6f19b545ca98573761f522fa837a4d2d3de932d21e593ac882ef57b13f0bb1')
-
-package() {
-  cd "$pkgdir"
-  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
-  cp -a "$srcdir"/$pkgname-release_stable_${_pkgver} usr/share/webapps/dokuwiki
-
-  # move data in var
-  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
-  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
-
-  # move plugins in var
-  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
-  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
-
-  # move templates in var
-  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
-  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
-
-  # move config in /etc
-  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
-  chmod g=rwx etc/webapps/dokuwiki
-  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
-
-  # inform update on changes.log
-  touch var/lib/dokuwiki/data/changes.log
-  chmod 0644 var/lib/dokuwiki/data/changes.log
-
-  # use default htaccess
-  cp usr/share/webapps/dokuwiki/.htaccess.dist etc/webapps/dokuwiki/.htaccess
-  ln -s /etc/webapps/dokuwiki/.htaccess usr/share/webapps/dokuwiki/.htaccess
-
-  # fix rights and ownership
-  chown http:http var/lib/dokuwiki/plugins
-  chown -R http:http var/lib/dokuwiki/data
-  chown -R http:http etc/webapps/dokuwiki
-
-  # apache config
-  install -Dm0644 "$srcdir"/apache.example.conf 
etc/httpd/conf/extra/dokuwiki.conf
-
-  # php.ini
-#  install -dm0755 "$pkgdir"/etc/php/conf.d/
-#  echo 'open_basedir = 
${open_basedir}:/etc/webapps/dokuwiki/:/var/lib/dokuwiki/' 
>"$pkgdir"/etc/php/conf.d/dokuwiki.ini
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dokuwiki/repos/community-any/PKGBUILD (from rev 215567, 
dokuwiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-10 09:32:43 UTC (rev 215568)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sébastien Luttringer
+
+pkgname=dokuwiki
+pkgver=20170219_b
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
+_pkgver=${_pkgver/_/}
+pkgrel=1
+pkgdesc='Simple to use and highly versatile Open Source wiki software'
+arch=('any')
+url='https://www.dokuwiki.org/'
+license=('GPL')
+depends=('php')
+backup=('etc/webapps/dokuwiki/.htaccess'
+'etc/httpd/conf/extra/dokuwiki.conf')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_stable_${_pkgver}.tar.gz;
+'apache.example.conf')
+sha256sums=('27c1df70f6d88866b502a1459976b91ad6954e94dd82158b32ea09c24132dca4'
+'6d6f19b545ca98573761f522fa837a4d2d3de932d21e593ac882ef57b13f0bb1')
+
+package() {
+  cd "$pkgdir"
+  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
+  cp -a "$srcdir"/$pkgname-release_stable_${_pkgver} usr/share/webapps/dokuwiki
+
+  # move data in var
+  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
+  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
+
+  # move plugins in var
+  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
+  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
+
+  # move templates in var
+  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
+  ln -s 

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

2017-03-10 Thread Sergej Pupykin
Date: Friday, March 10, 2017 @ 09:32:51
  Author: spupykin
Revision: 215569

upgpkg: virt-manager 1.4.1-1

upd

Modified:
  virt-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 09:32:43 UTC (rev 215568)
+++ PKGBUILD2017-03-10 09:32:51 UTC (rev 215569)
@@ -5,8 +5,8 @@
 
 pkgbase=virt-manager
 pkgname=(virt-install virt-manager)
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="Console user interface for managing virtual machines"
 arch=('any')
 url="http://virt-manager.org/;
@@ -21,7 +21,7 @@
 'graphite' 'spice-gtk3'
 'libvirt-glib' 'vte3')
 
source=("https://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
-sha256sums=('bf31a40cc48500cbf87a0e93a5838fc3f6ce4e2fa03f8bce6aa2615625e6caca')
+sha256sums=('e6c54f14fbda210c07821910bfa35c086542e166f8b00d7c83717e9f3944')
 
 build() {
   cd "$srcdir/$pkgbase-$pkgver"


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

2017-03-10 Thread Sergej Pupykin
Date: Friday, March 10, 2017 @ 09:32:33
  Author: spupykin
Revision: 215567

upgpkg: dokuwiki 20170219_b-1

upd

Modified:
  dokuwiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 09:29:13 UTC (rev 215566)
+++ PKGBUILD2017-03-10 09:32:33 UTC (rev 215567)
@@ -3,7 +3,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=dokuwiki
-pkgver=20170219_a
+pkgver=20170219_b
 _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
 _pkgver=${_pkgver/_/}
 pkgrel=1
@@ -17,7 +17,7 @@
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_stable_${_pkgver}.tar.gz;
 'apache.example.conf')
-sha256sums=('e75c1cd8d06b74b3d3d5c0de896022c02517189f39bba5cd6929dc5621219018'
+sha256sums=('27c1df70f6d88866b502a1459976b91ad6954e94dd82158b32ea09c24132dca4'
 '6d6f19b545ca98573761f522fa837a4d2d3de932d21e593ac882ef57b13f0bb1')
 
 package() {


[arch-commits] Commit in sshguard/trunk (4 files)

2017-03-10 Thread Sergej Pupykin
Date: Friday, March 10, 2017 @ 09:28:49
  Author: spupykin
Revision: 215565

upgpkg: sshguard 2.0.0-2

upd

Modified:
  sshguard/trunk/PKGBUILD
  sshguard/trunk/sshguard-journalctl
  sshguard/trunk/sshguard.install
  sshguard/trunk/sshguard.service

-+
 PKGBUILD|4 ++--
 sshguard-journalctl |4 +---
 sshguard.install|   10 --
 sshguard.service|2 +-
 4 files changed, 4 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 09:23:38 UTC (rev 215564)
+++ PKGBUILD2017-03-10 09:28:49 UTC (rev 215565)
@@ -16,8 +16,8 @@
"sshguard.service"
"sshguard-journalctl")
 sha256sums=('e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06'
-'77b5cb4d00a34f1a0f03272464bac66793389ba05e89be6b7bfb78bdff0b0e92'
-'ce7c3f56edb1b43e0a1629ed646d667d7196808ba82edf7c9e1c3c9c03fca2ba')
+'299b41c68e3c97535c1eb0f579903303383084a788edc46e6f447c13eacc8352'
+'58afcafe81d7e6af0ccd37471c6317bb76933bf618202ab76eed45eb931a14b7')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: sshguard-journalctl
===
--- sshguard-journalctl 2017-03-10 09:23:38 UTC (rev 215564)
+++ sshguard-journalctl 2017-03-10 09:28:49 UTC (rev 215565)
@@ -1,4 +1,2 @@
 #!/bin/sh
-SSHGUARD_OPTS=$1
-shift
-LANG=C /usr/bin/journalctl -afb -p info -n1 -o cat "$@" | /usr/bin/sshguard 
$SSHGUARD_OPTS
+LANG=C /usr/bin/journalctl -afb -p info -n1 -o cat "$@" | /usr/bin/sshguard

Modified: sshguard.install
===
--- sshguard.install2017-03-10 09:23:38 UTC (rev 215564)
+++ sshguard.install2017-03-10 09:28:49 UTC (rev 215565)
@@ -1,14 +1,4 @@
 post_install() {
   mkdir -p var/db/sshguard
-  echo "-- You should add chains to your firewall:"
-  echo "--   iptables -N sshguard"
-  echo "--   iptables -A INPUT -p tcp --dport 22 -j sshguard"
-  echo "--   ip6tables -N sshguard"
-  echo "--   ip6tables -A INPUT -p tcp --dport 22 -j sshguard"
-  echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6"
   echo "-- For more information, see 
https://wiki.archlinux.org/index.php/Sshguard;
 }
-
-post_upgrade() {
-  echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6"
-}

Modified: sshguard.service
===
--- sshguard.service2017-03-10 09:23:38 UTC (rev 215564)
+++ sshguard.service2017-03-10 09:28:49 UTC (rev 215565)
@@ -3,7 +3,7 @@
 After=iptables.service ip6tables.service ufw.service shorewall.service 
shorewall6.service network.target
 
 [Service]
-ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl "-b 
120:/var/db/sshguard/blacklist.db" SYSLOG_FACILITY=4 SYSLOG_FACILITY=10
+ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl SYSLOG_FACILITY=4 
SYSLOG_FACILITY=10
 
 [Install]
 WantedBy=multi-user.target


[arch-commits] Commit in sshguard/repos (20 files)

2017-03-10 Thread Sergej Pupykin
Date: Friday, March 10, 2017 @ 09:29:13
  Author: spupykin
Revision: 215566

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

Added:
  sshguard/repos/community-i686/ChangeLog
(from rev 215565, sshguard/trunk/ChangeLog)
  sshguard/repos/community-i686/PKGBUILD
(from rev 215565, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-i686/sshguard-journalctl
(from rev 215565, sshguard/trunk/sshguard-journalctl)
  sshguard/repos/community-i686/sshguard.install
(from rev 215565, sshguard/trunk/sshguard.install)
  sshguard/repos/community-i686/sshguard.service
(from rev 215565, sshguard/trunk/sshguard.service)
  sshguard/repos/community-x86_64/ChangeLog
(from rev 215565, sshguard/trunk/ChangeLog)
  sshguard/repos/community-x86_64/PKGBUILD
(from rev 215565, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-x86_64/sshguard-journalctl
(from rev 215565, sshguard/trunk/sshguard-journalctl)
  sshguard/repos/community-x86_64/sshguard.install
(from rev 215565, sshguard/trunk/sshguard.install)
  sshguard/repos/community-x86_64/sshguard.service
(from rev 215565, sshguard/trunk/sshguard.service)
Deleted:
  sshguard/repos/community-i686/ChangeLog
  sshguard/repos/community-i686/PKGBUILD
  sshguard/repos/community-i686/sshguard-journalctl
  sshguard/repos/community-i686/sshguard.install
  sshguard/repos/community-i686/sshguard.service
  sshguard/repos/community-x86_64/ChangeLog
  sshguard/repos/community-x86_64/PKGBUILD
  sshguard/repos/community-x86_64/sshguard-journalctl
  sshguard/repos/community-x86_64/sshguard.install
  sshguard/repos/community-x86_64/sshguard.service

--+
 /ChangeLog   |6 ++
 /PKGBUILD|   88 +
 /sshguard-journalctl |4 +
 /sshguard.install|8 +++
 /sshguard.service|   18 ++
 community-i686/ChangeLog |3 -
 community-i686/PKGBUILD  |   44 
 community-i686/sshguard-journalctl   |4 -
 community-i686/sshguard.install  |   14 -
 community-i686/sshguard.service  |9 ---
 community-x86_64/ChangeLog   |3 -
 community-x86_64/PKGBUILD|   44 
 community-x86_64/sshguard-journalctl |4 -
 community-x86_64/sshguard.install|   14 -
 community-x86_64/sshguard.service|9 ---
 15 files changed, 124 insertions(+), 148 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2017-03-10 09:28:49 UTC (rev 215565)
+++ community-i686/ChangeLog2017-03-10 09:29:13 UTC (rev 215566)
@@ -1,3 +0,0 @@
-2007-06-28 tardo 
-* Built for x86_64
-

Copied: sshguard/repos/community-i686/ChangeLog (from rev 215565, 
sshguard/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2017-03-10 09:29:13 UTC (rev 215566)
@@ -0,0 +1,3 @@
+2007-06-28 tardo 
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-10 09:28:49 UTC (rev 215565)
+++ community-i686/PKGBUILD 2017-03-10 09:29:13 UTC (rev 215566)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=sshguard
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
-arch=('i686' 'x86_64')
-url="http://www.sshguard.net/;
-license=('GPL')
-depends=('iptables')
-backup=('etc/sshguard.conf')
-install=sshguard.install
-source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz;
-   "sshguard.service"
-   "sshguard-journalctl")
-sha256sums=('e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06'
-'77b5cb4d00a34f1a0f03272464bac66793389ba05e89be6b7bfb78bdff0b0e92'
-'ce7c3f56edb1b43e0a1629ed646d667d7196808ba82edf7c9e1c3c9c03fca2ba')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  echo 'BACKEND="/usr/lib/sshguard/sshg-fw-iptables"' 
>>examples/sshguard.conf.sample
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libexecdir=/usr/lib/sshguard \
---with-firewall=iptables
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
-  install -Dm0755 "$srcdir/sshguard-journalctl" 
"$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl"
-  install -Dm0644 "examples/sshguard.conf.sample" "$pkgdir/etc/sshguard.conf"

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

2017-03-10 Thread Felix Yan
Date: Friday, March 10, 2017 @ 09:23:38
  Author: felixonmars
Revision: 215564

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

Added:
  deepin-launcher/repos/community-i686/PKGBUILD
(from rev 215563, deepin-launcher/trunk/PKGBUILD)
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 215563, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-i686/PKGBUILD
  deepin-launcher/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 2017-03-10 09:23:09 UTC (rev 215563)
+++ community-i686/PKGBUILD 2017-03-10 09:23:38 UTC (rev 215564)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.0.7
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
- 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon' 
'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-i686/PKGBUILD (from rev 215563, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-10 09:23:38 UTC (rev 215564)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.0.8
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
+ 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon' 
'deepin-qt-dbus-factory')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-launcher
+  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-10 09:23:09 UTC (rev 215563)
+++ community-x86_64/PKGBUILD   2017-03-10 09:23:38 UTC (rev 215564)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.0.7
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
- 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon' 
'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 215563, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-10 09:23:38 UTC (rev 215564)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.0.8
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 

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

2017-03-10 Thread Felix Yan
Date: Friday, March 10, 2017 @ 09:23:09
  Author: felixonmars
Revision: 215563

upgpkg: deepin-launcher 4.0.8-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 09:22:38 UTC (rev 215562)
+++ PKGBUILD2017-03-10 09:23:09 UTC (rev 215563)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.0.7
+pkgver=4.0.8
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('i686' 'x86_64')


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

2017-03-10 Thread Felix Yan
Date: Friday, March 10, 2017 @ 09:22:26
  Author: felixonmars
Revision: 215561

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

Added:
  startdde/repos/community-i686/PKGBUILD
(from rev 215559, startdde/trunk/PKGBUILD)
  startdde/repos/community-x86_64/PKGBUILD
(from rev 215560, startdde/trunk/PKGBUILD)
Deleted:
  startdde/repos/community-i686/PKGBUILD
  startdde/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-10 09:22:11 UTC (rev 215560)
+++ community-i686/PKGBUILD 2017-03-10 09:22:26 UTC (rev 215561)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.1.2
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm-switcher') # 'gcc-libs>=5.3.0-3')
-makedepends=('cmake' 'coffee-script' 'deepin-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'go' 'python2' 'git') # 'gcc-go')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
-}
-
-build() {
-  cd "$srcdir/startdde"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd startdde
-  make DESTDIR="${pkgdir}" install
-
-  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
-  rmdir "$pkgdir"/lib
-  ln -sf ../dde-readahead.service 
"$pkgdir"/usr/lib/systemd/system/multi-user.target.wants/dde-readahead.service
-}

Copied: startdde/repos/community-i686/PKGBUILD (from rev 215559, 
startdde/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-10 09:22:26 UTC (rev 215561)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-wm-switcher') # 'gcc-libs>=5.3.0-3')
+makedepends=('cmake' 'coffee-script' 'deepin-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
+ 'deepin-api' 'go' 'python2' 'git') # 'gcc-go')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
+}
+
+build() {
+  cd "$srcdir/startdde"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd startdde
+  make DESTDIR="${pkgdir}" install
+
+  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
+  rmdir "$pkgdir"/lib
+  ln -sf ../dde-readahead.service 
"$pkgdir"/usr/lib/systemd/system/multi-user.target.wants/dde-readahead.service
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-10 09:22:11 UTC (rev 215560)
+++ community-x86_64/PKGBUILD   2017-03-10 09:22:26 UTC (rev 215561)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.1.2
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm-switcher') # 'gcc-libs>=5.3.0-3')
-makedepends=('cmake' 'coffee-script' 'deepin-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'go' 'python2' 'git') # 'gcc-go')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
-}
-
-build() {
-  cd "$srcdir/startdde"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd startdde
-  make DESTDIR="${pkgdir}" install
-
-  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
-  rmdir "$pkgdir"/lib
-  ln -sf ../dde-readahead.service 
"$pkgdir"/usr/lib/systemd/system/multi-user.target.wants/dde-readahead.service
-}

Copied: 

[arch-commits] Commit in sshguard/repos (20 files)

2017-03-10 Thread Sergej Pupykin
Date: Friday, March 10, 2017 @ 09:22:38
  Author: spupykin
Revision: 215562

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

Added:
  sshguard/repos/community-i686/ChangeLog
(from rev 215560, sshguard/trunk/ChangeLog)
  sshguard/repos/community-i686/PKGBUILD
(from rev 215560, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-i686/sshguard-journalctl
(from rev 215560, sshguard/trunk/sshguard-journalctl)
  sshguard/repos/community-i686/sshguard.install
(from rev 215560, sshguard/trunk/sshguard.install)
  sshguard/repos/community-i686/sshguard.service
(from rev 215560, sshguard/trunk/sshguard.service)
  sshguard/repos/community-x86_64/ChangeLog
(from rev 215561, sshguard/trunk/ChangeLog)
  sshguard/repos/community-x86_64/PKGBUILD
(from rev 215561, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-x86_64/sshguard-journalctl
(from rev 215561, sshguard/trunk/sshguard-journalctl)
  sshguard/repos/community-x86_64/sshguard.install
(from rev 215561, sshguard/trunk/sshguard.install)
  sshguard/repos/community-x86_64/sshguard.service
(from rev 215561, sshguard/trunk/sshguard.service)
Deleted:
  sshguard/repos/community-i686/ChangeLog
  sshguard/repos/community-i686/PKGBUILD
  sshguard/repos/community-i686/sshguard-journalctl
  sshguard/repos/community-i686/sshguard.install
  sshguard/repos/community-i686/sshguard.service
  sshguard/repos/community-x86_64/ChangeLog
  sshguard/repos/community-x86_64/PKGBUILD
  sshguard/repos/community-x86_64/sshguard-journalctl
  sshguard/repos/community-x86_64/sshguard.install
  sshguard/repos/community-x86_64/sshguard.service

--+
 /ChangeLog   |6 ++
 /PKGBUILD|   88 +
 /sshguard-journalctl |8 +++
 /sshguard.install|   28 ++
 /sshguard.service|   18 ++
 community-i686/ChangeLog |3 -
 community-i686/PKGBUILD  |   37 -
 community-i686/sshguard-journalctl   |4 -
 community-i686/sshguard.install  |   14 -
 community-i686/sshguard.service  |9 ---
 community-x86_64/ChangeLog   |3 -
 community-x86_64/PKGBUILD|   37 -
 community-x86_64/sshguard-journalctl |4 -
 community-x86_64/sshguard.install|   14 -
 community-x86_64/sshguard.service|9 ---
 15 files changed, 148 insertions(+), 134 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2017-03-10 09:22:26 UTC (rev 215561)
+++ community-i686/ChangeLog2017-03-10 09:22:38 UTC (rev 215562)
@@ -1,3 +0,0 @@
-2007-06-28 tardo 
-* Built for x86_64
-

Copied: sshguard/repos/community-i686/ChangeLog (from rev 215560, 
sshguard/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2017-03-10 09:22:38 UTC (rev 215562)
@@ -0,0 +1,3 @@
+2007-06-28 tardo 
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-10 09:22:26 UTC (rev 215561)
+++ community-i686/PKGBUILD 2017-03-10 09:22:38 UTC (rev 215562)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=sshguard
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
-arch=('i686' 'x86_64')
-url="http://www.sshguard.net/;
-license=('GPL')
-depends=('iptables')
-install=sshguard.install
-source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz;
-   sshguard.service
-   sshguard-journalctl)
-sha256sums=('e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06'
-'77b5cb4d00a34f1a0f03272464bac66793389ba05e89be6b7bfb78bdff0b0e92'
-'ce7c3f56edb1b43e0a1629ed646d667d7196808ba82edf7c9e1c3c9c03fca2ba')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|^DAYNO.*|DAYNO   [0-9]?[1-9]|' src/parser/attack_scanner.l
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-firewall=iptables
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
-  install -Dm0755 "$srcdir/sshguard-journalctl" 
"$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl"
-}

Copied: sshguard/repos/community-i686/PKGBUILD (from rev 215560, 
sshguard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD 

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

2017-03-10 Thread Felix Yan
Date: Friday, March 10, 2017 @ 09:21:57
  Author: felixonmars
Revision: 215559

upgpkg: startdde 3.1.3-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 09:20:16 UTC (rev 215558)
+++ PKGBUILD2017-03-10 09:21:57 UTC (rev 215559)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('i686' 'x86_64')


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

2017-03-10 Thread Sergej Pupykin
Date: Friday, March 10, 2017 @ 09:22:11
  Author: spupykin
Revision: 215560

upgpkg: sshguard 2.0.0-2

upd

Modified:
  sshguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 09:21:57 UTC (rev 215559)
+++ PKGBUILD2017-03-10 09:22:11 UTC (rev 215560)
@@ -4,16 +4,17 @@
 
 pkgname=sshguard
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
 arch=('i686' 'x86_64')
 url="http://www.sshguard.net/;
 license=('GPL')
 depends=('iptables')
+backup=('etc/sshguard.conf')
 install=sshguard.install
 
source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz;
-   sshguard.service
-   sshguard-journalctl)
+   "sshguard.service"
+   "sshguard-journalctl")
 sha256sums=('e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06'
 '77b5cb4d00a34f1a0f03272464bac66793389ba05e89be6b7bfb78bdff0b0e92'
 'ce7c3f56edb1b43e0a1629ed646d667d7196808ba82edf7c9e1c3c9c03fca2ba')
@@ -20,12 +21,17 @@
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|^DAYNO.*|DAYNO   [0-9]?[1-9]|' src/parser/attack_scanner.l
+  echo 'BACKEND="/usr/lib/sshguard/sshg-fw-iptables"' 
>>examples/sshguard.conf.sample
 }
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-firewall=iptables
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/sshguard \
+--with-firewall=iptables
   make
 }
 
@@ -34,4 +40,5 @@
   make DESTDIR="$pkgdir" install
   install -Dm0644 "$srcdir/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
   install -Dm0755 "$srcdir/sshguard-journalctl" 
"$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl"
+  install -Dm0644 "examples/sshguard.conf.sample" "$pkgdir/etc/sshguard.conf"
 }


[arch-commits] Commit in deepin-daemon/repos (20 files)

2017-03-10 Thread Felix Yan
Date: Friday, March 10, 2017 @ 09:20:16
  Author: felixonmars
Revision: 215558

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

Added:
  deepin-daemon/repos/community-i686/PKGBUILD
(from rev 215557, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-i686/deepin-daemon.install
(from rev 215557, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
(from rev 215557, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-i686/launcher.patch
(from rev 215557, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 215557, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 215557, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 215557, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 215557, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-x86_64/launcher.patch
(from rev 215557, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 215557, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
Deleted:
  deepin-daemon/repos/community-i686/PKGBUILD
  deepin-daemon/repos/community-i686/deepin-daemon.install
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
  deepin-daemon/repos/community-i686/launcher.patch
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
  deepin-daemon/repos/community-x86_64/launcher.patch
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop

-+
 /PKGBUILD   |  114 
 /deepin-daemon.install  |6 
 /deepin-daemon.sysusers |4 
 /launcher.patch |11352 
++
 /polkit-gnome-authentication-agent-1-deepin.desktop |  174 
 community-i686/PKGBUILD |   57 
 community-i686/deepin-daemon.install|3 
 community-i686/deepin-daemon.sysusers   |2 
 community-i686/launcher.patch   | 5676 
-
 community-i686/polkit-gnome-authentication-agent-1-deepin.desktop   |   87 
 community-x86_64/PKGBUILD   |   57 
 community-x86_64/deepin-daemon.install  |3 
 community-x86_64/deepin-daemon.sysusers |2 
 community-x86_64/launcher.patch | 5676 
-
 community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop |   87 
 15 files changed, 11650 insertions(+), 11650 deletions(-)

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


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

2017-03-10 Thread Felix Yan
Date: Friday, March 10, 2017 @ 09:19:23
  Author: felixonmars
Revision: 215557

upgpkg: deepin-daemon 3.1.4-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 09:08:47 UTC (rev 215556)
+++ PKGBUILD2017-03-10 09:19:23 UTC (rev 215557)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=3.1.3
+pkgver=3.1.4
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('i686' 'x86_64')


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

2017-03-10 Thread Felix Yan
Date: Friday, March 10, 2017 @ 09:08:47
  Author: felixonmars
Revision: 215556

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

Added:
  deepin-api/repos/community-i686/PKGBUILD
(from rev 21, deepin-api/trunk/PKGBUILD)
  deepin-api/repos/community-x86_64/PKGBUILD
(from rev 21, deepin-api/trunk/PKGBUILD)
Deleted:
  deepin-api/repos/community-i686/PKGBUILD
  deepin-api/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-10 09:08:19 UTC (rev 21)
+++ community-i686/PKGBUILD 2017-03-10 09:08:47 UTC (rev 215556)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.1.2
-pkgrel=1
-pkgdesc='Go-lang bindings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'xcur2png' 'blur-effect') # 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-factory' 'deepin-gir-generator' 
'deepin-go-lib' 'bzr' 'go') # 'gcc-go')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p build/src/pkg.deepin.io/dde/api
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  cd "$srcdir/dde-api"
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2
-}
-
-build(){
-  cd "$srcdir/dde-api"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd dde-api
-  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
-}

Copied: deepin-api/repos/community-i686/PKGBUILD (from rev 21, 
deepin-api/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-10 09:08:47 UTC (rev 215556)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.1.3
+pkgrel=1
+pkgdesc='Go-lang bindings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'xcur2png' 'blur-effect') # 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-factory' 'deepin-gir-generator' 
'deepin-go-lib' 'bzr' 'go') # 'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p build/src/pkg.deepin.io/dde/api
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  # https://github.com/niemeyer/gopkg/issues/50
+  git config --global http.https://gopkg.in.followRedirects true
+
+  cd "$srcdir/dde-api"
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2
+}
+
+build(){
+  cd "$srcdir/dde-api"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd dde-api
+  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-10 09:08:19 UTC (rev 21)
+++ community-x86_64/PKGBUILD   2017-03-10 09:08:47 UTC (rev 215556)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.1.2
-pkgrel=1
-pkgdesc='Go-lang bindings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'xcur2png' 'blur-effect') # 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-factory' 'deepin-gir-generator' 
'deepin-go-lib' 'bzr' 'go') # 'gcc-go')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p build/src/pkg.deepin.io/dde/api
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git 

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

2017-03-10 Thread Felix Yan
Date: Friday, March 10, 2017 @ 09:08:19
  Author: felixonmars
Revision: 21

upgpkg: deepin-api 3.1.3-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 09:02:22 UTC (rev 215554)
+++ PKGBUILD2017-03-10 09:08:19 UTC (rev 21)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc='Go-lang bindings for dde-daemon'
 arch=('i686' 'x86_64')


  1   2   >