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

2015-11-15 Thread Jaroslav Lichtblau
Date: Sunday, November 15, 2015 @ 11:06:20
  Author: jlichtblau
Revision: 146856

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

Added:
  kchmviewer/repos/community-i686/PKGBUILD
(from rev 146855, kchmviewer/trunk/PKGBUILD)
  kchmviewer/repos/community-i686/kchmviewer.changelog
(from rev 146855, kchmviewer/trunk/kchmviewer.changelog)
  kchmviewer/repos/community-i686/kchmviewer.install
(from rev 146855, kchmviewer/trunk/kchmviewer.install)
  kchmviewer/repos/community-x86_64/PKGBUILD
(from rev 146855, kchmviewer/trunk/PKGBUILD)
  kchmviewer/repos/community-x86_64/kchmviewer.changelog
(from rev 146855, kchmviewer/trunk/kchmviewer.changelog)
  kchmviewer/repos/community-x86_64/kchmviewer.install
(from rev 146855, kchmviewer/trunk/kchmviewer.install)
Deleted:
  kchmviewer/repos/community-i686/PKGBUILD
  kchmviewer/repos/community-i686/kchmviewer.changelog
  kchmviewer/repos/community-i686/kchmviewer.install
  kchmviewer/repos/community-x86_64/PKGBUILD
  kchmviewer/repos/community-x86_64/kchmviewer.changelog
  kchmviewer/repos/community-x86_64/kchmviewer.install

---+
 /PKGBUILD |   68 +
 /kchmviewer.changelog |  102 
 /kchmviewer.install   |   24 +++
 community-i686/PKGBUILD   |   34 --
 community-i686/kchmviewer.changelog   |   48 ---
 community-i686/kchmviewer.install |   12 ---
 community-x86_64/PKGBUILD |   34 --
 community-x86_64/kchmviewer.changelog |   48 ---
 community-x86_64/kchmviewer.install   |   12 ---
 9 files changed, 194 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-15 10:05:51 UTC (rev 146855)
+++ community-i686/PKGBUILD 2015-11-15 10:06:20 UTC (rev 146856)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Bogdanov 
-
-pkgname=kchmviewer
-pkgver=7.4
-pkgrel=1
-pkgdesc="A .chm files (MS HTML help file format) viewer"
-arch=('i686' 'x86_64')
-url="http://kchmviewer.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'chmlib' 'xdg-utils' 'libzip' 'qt5-webkit')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('5f34c7915523e03651186007d41d2b71cff8d6f8061fc35aadfb751cd20dfae3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  qmake PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-#   make DESTDIR="${pkgdir}" install
-
-   install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
-#icon/desktop file
-  install -Dm644 packages/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
-  install -Dm644 packages/$pkgname.desktop 
"${pkgdir}"/usr/share/applications/$pkgname.desktop
-}

Copied: kchmviewer/repos/community-i686/PKGBUILD (from rev 146855, 
kchmviewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-15 10:06:20 UTC (rev 146856)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Bogdanov 
+
+pkgname=kchmviewer
+pkgver=7.5
+pkgrel=1
+pkgdesc="A .chm files (MS HTML help file format) viewer"
+arch=('i686' 'x86_64')
+url="http://kchmviewer.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'chmlib' 'xdg-utils' 'libzip' 'qt5-webkit')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('c81f8fb7ac1fe8a5284e03b0d91def61cbd5638f2276c5de8046251755352e53')
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+#   make DESTDIR="${pkgdir}" install
+
+  install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
+#icon/desktop file
+  install -Dm644 packages/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
+  install -Dm644 packages/$pkgname.desktop 
"${pkgdir}"/usr/share/applications/$pkgname.desktop
+}

Deleted: community-i686/kchmviewer.changelog
===
--- community-i686/kchmviewer.changelog 2015-11-15 10:05:51 UTC (rev 146855)
+++ community-i686/kchmviewer.changelog 2015-11-15 10:06:20 UTC (rev 146856)
@@ -1,48 +0,0 @@
-2015-11-04  Jaroslav Lichtblau 
-   * kchmviewer 7.4-1
-
-2015-02-23  Jaroslav Lichtblau 
-   * kchmviewer 7.3-1
-
-2015-02-08  Jaroslav Lichtblau 
-   * kchmviewer 7.2-2
-   * FS#43740 fix, source file updated
-
-2014-12-23  Jaroslav Lichtblau 

[arch-commits] Commit in kchmviewer/trunk (PKGBUILD kchmviewer.changelog)

2015-11-15 Thread Jaroslav Lichtblau
Date: Sunday, November 15, 2015 @ 11:05:51
  Author: jlichtblau
Revision: 146855

upgpkg: kchmviewer 7.5-1 - new upstream release

Modified:
  kchmviewer/trunk/PKGBUILD
  kchmviewer/trunk/kchmviewer.changelog

--+
 PKGBUILD |6 +++---
 kchmviewer.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 05:11:21 UTC (rev 146854)
+++ PKGBUILD2015-11-15 10:05:51 UTC (rev 146855)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Bogdanov 
 
 pkgname=kchmviewer
-pkgver=7.4
+pkgver=7.5
 pkgrel=1
 pkgdesc="A .chm files (MS HTML help file format) viewer"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('5f34c7915523e03651186007d41d2b71cff8d6f8061fc35aadfb751cd20dfae3')
+sha256sums=('c81f8fb7ac1fe8a5284e03b0d91def61cbd5638f2276c5de8046251755352e53')
 
 build() {
   cd $pkgname-$pkgver
@@ -27,7 +27,7 @@
 
 #   make DESTDIR="${pkgdir}" install
 
-   install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
+  install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
 #icon/desktop file
   install -Dm644 packages/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
   install -Dm644 packages/$pkgname.desktop 
"${pkgdir}"/usr/share/applications/$pkgname.desktop

Modified: kchmviewer.changelog
===
--- kchmviewer.changelog2015-11-15 05:11:21 UTC (rev 146854)
+++ kchmviewer.changelog2015-11-15 10:05:51 UTC (rev 146855)
@@ -1,3 +1,6 @@
+2015-11-15  Jaroslav Lichtblau 
+   * kchmviewer 7.5-1
+
 2015-11-04  Jaroslav Lichtblau 
* kchmviewer 7.4-1
 


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

2015-11-15 Thread Antonio Rojas
Date: Sunday, November 15, 2015 @ 16:53:09
  Author: arojas
Revision: 146870

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-15 15:51:53 UTC (rev 146869)
+++ community-i686/PKGBUILD 2015-11-15 15:53:09 UTC (rev 146870)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt 
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.8.5
-pkgrel=1
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(i686 x86_64)
-url="http://distributions.freedesktop.org/wiki/AppStream;
-license=(GPL)
-depends=(xapian-core polkit libyaml libxml2 protobuf)
-makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
-source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('d7fdc9dbef7450ddec23dd5bb577103f0469a53dbcf6d3a61e61fa73f1f46155')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 
-DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-  
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
-}
-
-package_appstream-qt() {
-  pkgdesc=('Qt5 interface for AppStream')
-  depends=(appstream qt5-base)
-
-  cd build/qt
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream/repos/community-i686/PKGBUILD (from rev 146869, 
appstream/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-15 15:53:09 UTC (rev 146870)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Jameson Pugh 
+# Contributor: Tim Jester-Pfadt 
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.8.6
+pkgrel=1
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(i686 x86_64)
+url="http://distributions.freedesktop.org/wiki/AppStream;
+license=(GPL)
+depends=(xapian-core polkit libyaml libxml2 protobuf)
+makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
+sha256sums=('ae4f3cd5ae62493f48ce358c505beaf374108d93e5ae85490fc070af75e01ee0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 
-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_appstream() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+  
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
+}
+
+package_appstream-qt() {
+  pkgdesc=('Qt5 interface for AppStream')
+  depends=(appstream qt5-base)
+
+  cd build/qt
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-15 15:51:53 UTC (rev 146869)
+++ community-x86_64/PKGBUILD   2015-11-15 15:53:09 UTC (rev 146870)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt 
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.8.5
-pkgrel=1
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(i686 x86_64)
-url="http://distributions.freedesktop.org/wiki/AppStream;
-license=(GPL)
-depends=(xapian-core polkit libyaml libxml2 protobuf)
-makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
-source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('d7fdc9dbef7450ddec23dd5bb577103f0469a53dbcf6d3a61e61fa73f1f46155')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 
-DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-  
-# provided by -qt subpackage
-  rm -r 

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

2015-11-15 Thread Antonio Rojas
Date: Sunday, November 15, 2015 @ 16:51:53
  Author: arojas
Revision: 146869

Update to 0.8.6

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 14:34:10 UTC (rev 146868)
+++ PKGBUILD2015-11-15 15:51:53 UTC (rev 146869)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.8.5
+pkgver=0.8.6
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
 
source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('d7fdc9dbef7450ddec23dd5bb577103f0469a53dbcf6d3a61e61fa73f1f46155')
+sha256sums=('ae4f3cd5ae62493f48ce358c505beaf374108d93e5ae85490fc070af75e01ee0')
 
 prepare() {
   mkdir -p build


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

2015-11-15 Thread Sven-Hendrik Haase
Date: Sunday, November 15, 2015 @ 15:34:10
  Author: svenstaro
Revision: 146868

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

Added:
  forge/repos/community-i686/PKGBUILD
(from rev 146867, forge/trunk/PKGBUILD)
  forge/repos/community-i686/build.patch
(from rev 146867, forge/trunk/build.patch)
  forge/repos/community-x86_64/PKGBUILD
(from rev 146867, forge/trunk/PKGBUILD)
  forge/repos/community-x86_64/build.patch
(from rev 146867, forge/trunk/build.patch)
Deleted:
  forge/repos/community-i686/PKGBUILD
  forge/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 +
 community-i686/PKGBUILD  |   38 --
 community-i686/build.patch   |   15 +++
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/build.patch |   15 +++
 5 files changed, 114 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-15 14:34:01 UTC (rev 146867)
+++ community-i686/PKGBUILD 2015-11-15 14:34:10 UTC (rev 146868)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=forge
-pkgdesc="High Performance Visualizations"
-url='https://github.com/arrayfire/forge'
-pkgver=3.1.2
-arch=('i686' 'x86_64')
-pkgrel=1
-license=('BSD')
-makedepends=('cmake' 'doxygen' 'graphviz')
-depends=('glew' 'glfw' 'freetype2' 'fontconfig' 'glm')
-source=(https://github.com/arrayfire/forge/archive/af${pkgver}.tar.gz)
-md5sums=('dae835aae60327c1cda693cb8ede5cfa')
-
-build() {
-  cd "${srcdir}/forge-af${pkgver}/"
-
-  rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DUSE_SYSTEM_GLM=ON \
-  -DUSE_SYSTEM_FREETYPE=ON \
-  -DBUILD_EXAMPLES=ON \
-  -DBUILD_DOCUMENTATION=ON
-
-  make
-}
-
-package() {
-  cd "${srcdir}/forge-af${pkgver}/"
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: forge/repos/community-i686/PKGBUILD (from rev 146867, 
forge/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-15 14:34:10 UTC (rev 146868)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=forge
+pkgdesc="High Performance Visualizations"
+url='https://github.com/arrayfire/forge'
+pkgver=3.2.0
+arch=('i686' 'x86_64')
+pkgrel=1
+license=('BSD')
+makedepends=('cmake' 'doxygen' 'graphviz' 'git')
+depends=('glew' 'glfw' 'freetype2' 'fontconfig' 'glm')
+source=(https://github.com/arrayfire/forge/archive/af${pkgver}.tar.gz
+build.patch)
+md5sums=('ff192b8017bff1351cd844fde95c81bd'
+ '9c223a865f8a9cc691164e97bc29d48e')
+
+build() {
+  cd "${srcdir}/forge-af${pkgver}/"
+
+  patch -Np1 < ${srcdir}/build.patch
+
+  rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DUSE_SYSTEM_GLM=ON \
+  -DUSE_SYSTEM_FREETYPE=ON \
+  -DBUILD_EXAMPLES=ON \
+  -DBUILD_DOCUMENTATION=ON
+
+  make VERBOSE=1
+}
+
+package() {
+  cd "${srcdir}/forge-af${pkgver}/"
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}

Copied: forge/repos/community-i686/build.patch (from rev 146867, 
forge/trunk/build.patch)
===
--- community-i686/build.patch  (rev 0)
+++ community-i686/build.patch  2015-11-15 14:34:10 UTC (rev 146868)
@@ -0,0 +1,15 @@
+diff --git a/src/font.cpp b/src/font.cpp
+index e8027ed..4910490 100644
+--- a/src/font.cpp
 b/src/font.cpp
+@@ -19,8 +19,8 @@
+ #include 
+ 
+ #include 
+-#include 
+-#include 
++#include 
++#include 
+ #include FT_FREETYPE_H
+ 
+ #ifndef OS_WIN

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-15 14:34:01 UTC (rev 146867)
+++ community-x86_64/PKGBUILD   2015-11-15 14:34:10 UTC (rev 146868)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=forge
-pkgdesc="High Performance Visualizations"
-url='https://github.com/arrayfire/forge'
-pkgver=3.1.2
-arch=('i686' 'x86_64')
-pkgrel=1
-license=('BSD')
-makedepends=('cmake' 'doxygen' 'graphviz')
-depends=('glew' 'glfw' 'freetype2' 'fontconfig' 'glm')
-source=(https://github.com/arrayfire/forge/archive/af${pkgver}.tar.gz)
-md5sums=('dae835aae60327c1cda693cb8ede5cfa')
-
-build() {
-  cd "${srcdir}/forge-af${pkgver}/"
-
-  rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DUSE_SYSTEM_GLM=ON \
-  -DUSE_SYSTEM_FREETYPE=ON \
-  -DBUILD_EXAMPLES=ON \
-  -DBUILD_DOCUMENTATION=ON
-
-  make
-}
-

[arch-commits] Commit in forge/trunk (PKGBUILD build.patch)

2015-11-15 Thread Sven-Hendrik Haase
Date: Sunday, November 15, 2015 @ 15:34:01
  Author: svenstaro
Revision: 146867

upgpkg: forge 3.2.0-1

upstream release 3.2.0

Added:
  forge/trunk/build.patch
Modified:
  forge/trunk/PKGBUILD

-+
 PKGBUILD|   14 +-
 build.patch |   15 +++
 2 files changed, 24 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 13:28:09 UTC (rev 146866)
+++ PKGBUILD2015-11-15 14:34:01 UTC (rev 146867)
@@ -2,18 +2,22 @@
 pkgname=forge
 pkgdesc="High Performance Visualizations"
 url='https://github.com/arrayfire/forge'
-pkgver=3.1.2
+pkgver=3.2.0
 arch=('i686' 'x86_64')
 pkgrel=1
 license=('BSD')
-makedepends=('cmake' 'doxygen' 'graphviz')
+makedepends=('cmake' 'doxygen' 'graphviz' 'git')
 depends=('glew' 'glfw' 'freetype2' 'fontconfig' 'glm')
-source=(https://github.com/arrayfire/forge/archive/af${pkgver}.tar.gz)
-md5sums=('dae835aae60327c1cda693cb8ede5cfa')
+source=(https://github.com/arrayfire/forge/archive/af${pkgver}.tar.gz
+build.patch)
+md5sums=('ff192b8017bff1351cd844fde95c81bd'
+ '9c223a865f8a9cc691164e97bc29d48e')
 
 build() {
   cd "${srcdir}/forge-af${pkgver}/"
 
+  patch -Np1 < ${srcdir}/build.patch
+
   rm -rf build
   mkdir build && cd build
 
@@ -24,7 +28,7 @@
   -DBUILD_EXAMPLES=ON \
   -DBUILD_DOCUMENTATION=ON
 
-  make
+  make VERBOSE=1
 }
 
 package() {

Added: build.patch
===
--- build.patch (rev 0)
+++ build.patch 2015-11-15 14:34:01 UTC (rev 146867)
@@ -0,0 +1,15 @@
+diff --git a/src/font.cpp b/src/font.cpp
+index e8027ed..4910490 100644
+--- a/src/font.cpp
 b/src/font.cpp
+@@ -19,8 +19,8 @@
+ #include 
+ 
+ #include 
+-#include 
+-#include 
++#include 
++#include 
+ #include FT_FREETYPE_H
+ 
+ #ifndef OS_WIN


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

2015-11-15 Thread Sven-Hendrik Haase
Date: Sunday, November 15, 2015 @ 17:01:14
  Author: svenstaro
Revision: 146872

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

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

---+
 /PKGBUILD |  100 
 community-i686/PKGBUILD   |   52 --
 community-x86_64/PKGBUILD |   52 --
 3 files changed, 100 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-15 16:01:06 UTC (rev 146871)
+++ community-i686/PKGBUILD 2015-11-15 16:01:14 UTC (rev 146872)
@@ -1,52 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=arrayfire
-pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
-url='http://arrayfire.com'
-pkgver=3.1.3
-arch=('i686' 'x86_64')
-pkgrel=1
-license=('BSD')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git')
-makedepends_x86_64=('cuda' 'nvidia-utils')
-depends=('cblas' 'fftw' 'boost-libs' 'lapack' 'forge' 'freeimage')
-optdepends=('cuda: Required for using CUDA backend'
-'nvidia-utils: Required for using CUDA backend'
-'libclc: Required for using OpenCL backend'
-'glfw: Required for running the examples'
-'glew: Required for running the examples')
-source=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2)
-md5sums=('0bc133fc8667120ad7799b3550780381')
-
-check() {
-  cd "${srcdir}/arrayfire-full-${pkgver}/build"
-
-  #make test
-}
-
-build() {
-  cd "${srcdir}/arrayfire-full-${pkgver}/"
-
-  rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DUSE_SYSTEM_FORGE=ON \
-  -DCOMPUTES_DETECTED_LIST="20;30;32;35;50;52;53" \
-  -DBUILD_CPU=ON \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBUILD_EXAMPLES=ON \
-  -DBUILD_DOCS=ON
-
-  make
-}
-
-package() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: arrayfire/repos/community-i686/PKGBUILD (from rev 146871, 
arrayfire/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-15 16:01:14 UTC (rev 146872)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=arrayfire
+pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
+url='http://arrayfire.com'
+pkgver=3.2.0
+arch=('i686' 'x86_64')
+pkgrel=1
+license=('BSD')
+makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git')
+makedepends_x86_64=('cuda' 'nvidia-utils')
+depends=('cblas' 'fftw' 'boost-libs' 'lapack' 'forge' 'freeimage' 'glfw' 
'glew')
+optdepends=('cuda: Required for using CUDA backend'
+'nvidia-utils: Required for using CUDA backend'
+'libclc: Required for using OpenCL backend')
+source=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2)
+md5sums=('0dc2dd8188b0cd60baeeef214cbe68c4')
+
+check() {
+  cd "${srcdir}/arrayfire-full-${pkgver}/build"
+
+  #make test
+}
+
+build() {
+  cd "${srcdir}/arrayfire-full-${pkgver}/"
+
+  rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DUSE_SYSTEM_FORGE=ON \
+  -DCOMPUTES_DETECTED_LIST="20;30;32;35;50;52;53" \
+  -DBUILD_CPU=ON \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_EXAMPLES=ON \
+  -DBUILD_DOCS=ON
+
+  make
+}
+
+package() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-15 16:01:06 UTC (rev 146871)
+++ community-x86_64/PKGBUILD   2015-11-15 16:01:14 UTC (rev 146872)
@@ -1,52 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=arrayfire
-pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
-url='http://arrayfire.com'
-pkgver=3.1.3
-arch=('i686' 'x86_64')
-pkgrel=1
-license=('BSD')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git')
-makedepends_x86_64=('cuda' 'nvidia-utils')
-depends=('cblas' 'fftw' 'boost-libs' 'lapack' 'forge' 'freeimage')
-optdepends=('cuda: Required for using CUDA backend'
-

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

2015-11-15 Thread Sven-Hendrik Haase
Date: Sunday, November 15, 2015 @ 17:01:06
  Author: svenstaro
Revision: 146871

upgpkg: arrayfire 3.2.0-1

upstream release 3.2.0

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 15:53:09 UTC (rev 146870)
+++ PKGBUILD2015-11-15 16:01:06 UTC (rev 146871)
@@ -2,20 +2,18 @@
 pkgname=arrayfire
 pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
 url='http://arrayfire.com'
-pkgver=3.1.3
+pkgver=3.2.0
 arch=('i686' 'x86_64')
 pkgrel=1
 license=('BSD')
 makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git')
 makedepends_x86_64=('cuda' 'nvidia-utils')
-depends=('cblas' 'fftw' 'boost-libs' 'lapack' 'forge' 'freeimage')
+depends=('cblas' 'fftw' 'boost-libs' 'lapack' 'forge' 'freeimage' 'glfw' 
'glew')
 optdepends=('cuda: Required for using CUDA backend'
 'nvidia-utils: Required for using CUDA backend'
-'libclc: Required for using OpenCL backend'
-'glfw: Required for running the examples'
-'glew: Required for running the examples')
+'libclc: Required for using OpenCL backend')
 source=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2)
-md5sums=('0bc133fc8667120ad7799b3550780381')
+md5sums=('0dc2dd8188b0cd60baeeef214cbe68c4')
 
 check() {
   cd "${srcdir}/arrayfire-full-${pkgver}/build"


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

2015-11-15 Thread Antonio Rojas
Date: Sunday, November 15, 2015 @ 12:12:34
  Author: arojas
Revision: 146860

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

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

-+
 /PKGBUILD   |   78 ++
 /kdeconnect.install |   22 +
 community-i686/PKGBUILD |   36 ---
 community-i686/kdeconnect.install   |   11 
 community-x86_64/PKGBUILD   |   36 ---
 community-x86_64/kdeconnect.install |   11 
 6 files changed, 100 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-15 11:11:58 UTC (rev 146859)
+++ community-i686/PKGBUILD 2015-11-15 11:12:34 UTC (rev 146860)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Kuba Serafinowski 
-
-pkgname=kdeconnect
-pkgver=0.8
-pkgrel=2
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(kdebase-runtime qca-ossl libfakekey qjson)
-makedepends=(automoc4 cmake)
-optdepends=('sshfs: remote filesystem browser')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz;)
-md5sums=('7b84ebf785f44a1d022a1c091f5d')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-kde-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeconnect/repos/community-i686/PKGBUILD (from rev 146859, 
kdeconnect/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-15 11:12:34 UTC (rev 146860)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Kuba Serafinowski 
+
+pkgname=kdeconnect
+pkgver=0.9
+pkgrel=1
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://community.kde.org/KDEConnect'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
+makedepends=(extra-cmake-modules)
+optdepends=('sshfs: remote filesystem browser')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz;)
+md5sums=('e632378ffbb4d6a84f695f68b0274cd8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-kde-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/kdeconnect.install
===
--- community-i686/kdeconnect.install   2015-11-15 11:11:58 UTC (rev 146859)
+++ community-i686/kdeconnect.install   2015-11-15 11:12:34 UTC (rev 146860)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeconnect/repos/community-i686/kdeconnect.install (from rev 146859, 
kdeconnect/trunk/kdeconnect.install)
===
--- community-i686/kdeconnect.install   (rev 0)
+++ community-i686/kdeconnect.install   2015-11-15 11:12:34 UTC (rev 146860)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-15 11:11:58 UTC (rev 146859)
+++ community-x86_64/PKGBUILD   

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

2015-11-15 Thread Antonio Rojas
Date: Sunday, November 15, 2015 @ 12:11:58
  Author: arojas
Revision: 146859

Update to 0.9

Modified:
  kdeconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 10:50:39 UTC (rev 146858)
+++ PKGBUILD2015-11-15 11:11:58 UTC (rev 146859)
@@ -4,33 +4,36 @@
 # Contributor: Kuba Serafinowski 
 
 pkgname=kdeconnect
-pkgver=0.8
-pkgrel=2
+pkgver=0.9
+pkgrel=1
 pkgdesc='Adds communication between KDE and your smartphone'
-url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
+url='https://community.kde.org/KDEConnect'
 license=(GPL)
 arch=(i686 x86_64)
-depends=(kdebase-runtime libfakekey qjson)
-makedepends=(automoc4 cmake)
+depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
+makedepends=(extra-cmake-modules)
 optdepends=('sshfs: remote filesystem browser')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz;)
-md5sums=('7b84ebf785f44a1d022a1c091f5d')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz;)
+md5sums=('e632378ffbb4d6a84f695f68b0274cd8')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-kde-${pkgver} \
+  cmake ../$pkgname-kde-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_BUILD_TYPE=Release
+-DBUILD_TESTING=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }


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

2015-11-15 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 13:51:21
  Author: fyan
Revision: 146863

upgpkg: haskell-pandoc-citeproc 0.8.1.3-1

Modified:
  haskell-pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 12:46:55 UTC (rev 146862)
+++ PKGBUILD2015-11-15 12:51:21 UTC (rev 146863)
@@ -4,7 +4,7 @@
 
 _hkgname=pandoc-citeproc
 pkgname=haskell-pandoc-citeproc
-pkgver=0.8.1.2
+pkgver=0.8.1.3
 pkgrel=1
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${_hkgname};
@@ -19,7 +19,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('962539768db788174aa6e126de3fe3b8f5291bc02c4a30bb1589c8ac7b965007')
+sha256sums=('aa15ff9cbb9c1cca504943c94cd891e23944cb0106172886821cb048a9726c7d')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-11-15 Thread Jelle van der Waa
Date: Sunday, November 15, 2015 @ 11:50:39
  Author: jelle
Revision: 146858

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

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

--+
 /PKGBUILD|  146 +
 /calibre.install |   26 ++
 community-i686/PKGBUILD  |   73 --
 community-i686/calibre.install   |   13 ---
 community-x86_64/PKGBUILD|   73 --
 community-x86_64/calibre.install |   13 ---
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-15 10:50:25 UTC (rev 146857)
+++ community-i686/PKGBUILD 2015-11-15 10:50:39 UTC (rev 146858)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=2.43.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-install=calibre.install
-source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('e2657fa4036c22bfc49c4bed697d5009')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- 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 146857, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-15 10:50:39 UTC (rev 146858)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=2.44.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="http://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
+  

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

2015-11-15 Thread Jelle van der Waa
Date: Sunday, November 15, 2015 @ 11:50:25
  Author: jelle
Revision: 146857

upgpkg: calibre 2.44.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 10:06:20 UTC (rev 146856)
+++ PKGBUILD2015-11-15 10:50:25 UTC (rev 146857)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=2.43.0
+pkgver=2.44.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 )
 install=calibre.install
 source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('e2657fa4036c22bfc49c4bed697d5009')
+md5sums=('89ddafe61418b5b1011e2358e35f3adb')
 
 prepare(){
   cd "${pkgname}-${pkgver}"


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

2015-11-15 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 13:52:22
  Author: fyan
Revision: 146864

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

Added:
  haskell-pandoc-citeproc/repos/community-testing-i686/PKGBUILD
(from rev 146863, haskell-pandoc-citeproc/trunk/PKGBUILD)
  
haskell-pandoc-citeproc/repos/community-testing-i686/haskell-pandoc-citeproc.install
(from rev 146863, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  haskell-pandoc-citeproc/repos/community-testing-x86_64/PKGBUILD
(from rev 146863, haskell-pandoc-citeproc/trunk/PKGBUILD)
  
haskell-pandoc-citeproc/repos/community-testing-x86_64/haskell-pandoc-citeproc.install
(from rev 146863, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
Deleted:
  haskell-pandoc-citeproc/repos/community-testing-i686/PKGBUILD
  
haskell-pandoc-citeproc/repos/community-testing-i686/haskell-pandoc-citeproc.install
  haskell-pandoc-citeproc/repos/community-testing-x86_64/PKGBUILD
  
haskell-pandoc-citeproc/repos/community-testing-x86_64/haskell-pandoc-citeproc.install

--+
 /PKGBUILD|   96 +
 /haskell-pandoc-citeproc.install |   36 
 community-testing-i686/PKGBUILD  |   48 --
 community-testing-i686/haskell-pandoc-citeproc.install   |   18 --
 community-testing-x86_64/PKGBUILD|   48 --
 community-testing-x86_64/haskell-pandoc-citeproc.install |   18 --
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-11-15 12:51:21 UTC (rev 146863)
+++ community-testing-i686/PKGBUILD 2015-11-15 12:52:22 UTC (rev 146864)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=pandoc-citeproc
-pkgname=haskell-pandoc-citeproc
-pkgver=0.8.1.2
-pkgrel=1
-pkgdesc="Supports using pandoc with citeproc"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
- "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
- "haskell-old-locale" "pandoc" "haskell-pandoc-types" "haskell-parsec"
- "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
- "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-unordered-containers"
- "haskell-vector" "haskell-xml-conduit" "haskell-yaml")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('962539768db788174aa6e126de3fe3b8f5291bc02c4a30bb1589c8ac7b965007')
-
-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 \
--f-debug -f-test_citeproc -f-unicode_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.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-pandoc-citeproc/repos/community-testing-i686/PKGBUILD (from rev 
146863, haskell-pandoc-citeproc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-15 12:52:22 UTC (rev 146864)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-citeproc
+pkgname=haskell-pandoc-citeproc
+pkgver=0.8.1.3
+pkgrel=1
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ 

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

2015-11-15 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 13:46:55
  Author: fyan
Revision: 146862

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-15 12:46:29 UTC (rev 146861)
+++ PKGBUILD2015-11-15 12:46:55 UTC (rev 146862)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jim Bridgewater 
-# Contributor: delta48  
-
-pkgbase=python-pyperclip
-pkgname=('python-pyperclip' 'python2-pyperclip')
-_pypiname=pyperclip
-pkgver=1.5.22
-_commit=28f86a05b18ef8f0adce881c5e93a01bac7a13b7
-pkgrel=1
-pkgdesc="A cross-platform clipboard module for Python"
-arch=('any')
-url="https://github.com/asweigart/pyperclip;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-# GTK/Qt tests crash xvfb, and Klipper tests require a running klipper
-checkdepends=('xorg-server-xvfb' 'python-pytest' 'python2-pytest'
-  'xsel' 'xclip')
-source=("git+https://github.com/asweigart/pyperclip.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a $_pypiname{,-py2}
-}
-
-check() {
-  cd "$srcdir/$_pypiname"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" xvfb-run py.test
-
-  cd "$srcdir/$_pypiname-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" xvfb-run py.test2
-}
-
-package_python-pyperclip() {
-  depends=('python')
-  optdepends=('xclip: xclip backend'
-  'xsel: xsel backend'
-  'python-pyqt4: qt backend'
-  'plasma-workspace: klipper backend')
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-pyperclip() {
-  depends=('python2')
-  optdepends=('xclip: xclip backend'
-  'xsel: xsel backend'
-  'python2-pyqt4: qt backend'
-  'plasma-workspace: klipper backend'
-  'pygtk: gtk backend')
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyperclip/repos/community-any/PKGBUILD (from rev 146861, 
python-pyperclip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-15 12:46:55 UTC (rev 146862)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jim Bridgewater 
+# Contributor: delta48  
+
+pkgbase=python-pyperclip
+pkgname=('python-pyperclip' 'python2-pyperclip')
+_pypiname=pyperclip
+pkgver=1.5.24
+_commit=ea452beeff26f701b91126ffaf4860731d0b4302
+pkgrel=1
+pkgdesc="A cross-platform clipboard module for Python"
+arch=('any')
+url="https://github.com/asweigart/pyperclip;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+# GTK/Qt tests crash xvfb, and Klipper tests require a running klipper
+checkdepends=('xorg-server-xvfb' 'python-pytest' 'python2-pytest'
+  'xsel' 'xclip')
+source=("git+https://github.com/asweigart/pyperclip.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a $_pypiname{,-py2}
+}
+
+check() {
+  cd "$srcdir/$_pypiname"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" xvfb-run py.test
+
+  cd "$srcdir/$_pypiname-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" xvfb-run py.test2
+}
+
+package_python-pyperclip() {
+  depends=('python')
+  optdepends=('xclip: xclip backend'
+  'xsel: xsel backend'
+  'python-pyqt4: qt backend'
+  'plasma-workspace: klipper backend')
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-pyperclip() {
+  depends=('python2')
+  optdepends=('xclip: xclip backend'
+  'xsel: xsel backend'
+  'python2-pyqt4: qt backend'
+  'plasma-workspace: klipper backend'
+  'pygtk: gtk backend')
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-15 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 13:46:29
  Author: fyan
Revision: 146861

upgpkg: python-pyperclip 1.5.24-1

Modified:
  python-pyperclip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 11:12:34 UTC (rev 146860)
+++ PKGBUILD2015-11-15 12:46:29 UTC (rev 146861)
@@ -6,8 +6,8 @@
 pkgbase=python-pyperclip
 pkgname=('python-pyperclip' 'python2-pyperclip')
 _pypiname=pyperclip
-pkgver=1.5.22
-_commit=28f86a05b18ef8f0adce881c5e93a01bac7a13b7
+pkgver=1.5.24
+_commit=ea452beeff26f701b91126ffaf4860731d0b4302
 pkgrel=1
 pkgdesc="A cross-platform clipboard module for Python"
 arch=('any')


[arch-commits] Commit in (4 files)

2015-11-15 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 14:27:43
  Author: fyan
Revision: 146865

addpkg: letshelp-letsencrypt 0.0.0.dev20151114-1

Added:
  letshelp-letsencrypt/
  letshelp-letsencrypt/repos/
  letshelp-letsencrypt/trunk/
  letshelp-letsencrypt/trunk/PKGBUILD

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

Added: letshelp-letsencrypt/trunk/PKGBUILD
===
--- letshelp-letsencrypt/trunk/PKGBUILD (rev 0)
+++ letshelp-letsencrypt/trunk/PKGBUILD 2015-11-15 13:27:43 UTC (rev 146865)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letshelp-letsencrypt
+pkgver=0.0.0.dev20151114
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/${pkgname};
+depends=('python2-setuptools' 'python2-mock')
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C')
+md5sums=('dbd36c6d391282c9d77ee9a270ff259a'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  nosetests2
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}


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


[arch-commits] Commit in letshelp-letsencrypt/repos (2 files)

2015-11-15 Thread Felix Yan
Date: Sunday, November 15, 2015 @ 14:28:09
  Author: fyan
Revision: 146866

archrelease: copy trunk to community-any

Added:
  letshelp-letsencrypt/repos/community-any/
  letshelp-letsencrypt/repos/community-any/PKGBUILD
(from rev 146865, letshelp-letsencrypt/trunk/PKGBUILD)

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

Copied: letshelp-letsencrypt/repos/community-any/PKGBUILD (from rev 146865, 
letshelp-letsencrypt/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-15 13:28:09 UTC (rev 146866)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letshelp-letsencrypt
+pkgver=0.0.0.dev20151114
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/${pkgname};
+depends=('python2-setuptools' 'python2-mock')
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C')
+md5sums=('dbd36c6d391282c9d77ee9a270ff259a'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  nosetests2
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}


[arch-commits] Commit in yubikey-neo-manager/repos (8 files)

2015-11-15 Thread Christian Hesse
Date: Sunday, November 15, 2015 @ 22:11:16
  Author: eworm
Revision: 146878

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

Added:
  yubikey-neo-manager/repos/community-i686/PKGBUILD
(from rev 146877, yubikey-neo-manager/trunk/PKGBUILD)
  yubikey-neo-manager/repos/community-i686/yubikey-neo-manager.install
(from rev 146877, yubikey-neo-manager/trunk/yubikey-neo-manager.install)
  yubikey-neo-manager/repos/community-x86_64/PKGBUILD
(from rev 146877, yubikey-neo-manager/trunk/PKGBUILD)
  yubikey-neo-manager/repos/community-x86_64/yubikey-neo-manager.install
(from rev 146877, yubikey-neo-manager/trunk/yubikey-neo-manager.install)
Deleted:
  yubikey-neo-manager/repos/community-i686/PKGBUILD
  yubikey-neo-manager/repos/community-i686/yubikey-neo-manager.install
  yubikey-neo-manager/repos/community-x86_64/PKGBUILD
  yubikey-neo-manager/repos/community-x86_64/yubikey-neo-manager.install

--+
 /PKGBUILD|   92 +
 /yubikey-neo-manager.install |   30 
 community-i686/PKGBUILD  |   45 
 community-i686/yubikey-neo-manager.install   |   15 
 community-x86_64/PKGBUILD|   45 
 community-x86_64/yubikey-neo-manager.install |   15 
 6 files changed, 122 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-15 21:11:07 UTC (rev 146877)
+++ community-i686/PKGBUILD 2015-11-15 21:11:16 UTC (rev 146878)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=yubikey-neo-manager
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Cross platform personalization tool for the YubiKey NEO"
-arch=('i686' 'x86_64')
-url="https://github.com/Yubico/yubikey-neo-manager;
-license=('BSD')
-depends=('yubikey-personalization' 'libykneomgr' 'libu2f-host' 
'python2-pyside' 'python2-crypto' 'qtwebkit')
-makedepends=('git' 'python2-setuptools' 'python2-pyside-tools' 'imagemagick')
-install=yubikey-neo-manager.install
-source=("git://github.com/Yubico/yubikey-neo-manager.git#tag=yubikey-neo-manager-${pkgver}"
-   'git://github.com/Yubico/python-yubicommon.git')
-sha256sums=('SKIP' 'SKIP')
-
-prepare() {
-   cd yubikey-neo-manager/
-
-   git config --file=.gitmodules submodule.vendor/yubicommon.url 
../python-yubicommon/
-   git submodule init
-   git submodule update
-}
-
-package() {
-   cd yubikey-neo-manager/
-
-   python2 setup.py qt_resources
-   python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-   install -D -m0644 resources/yubikey-neo-manager.png 
"${pkgdir}/usr/share/icons/hicolor/128x128/neoman.png"
-   for SIZE in 16 24 32 48 64 96; do
-   convert -scale ${SIZE} \
-   resources/yubikey-neo-manager.png \
-   ${srcdir}/neoman.png
-   install -D -m0644 ${srcdir}/neoman.png 
"${pkgdir}/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/neoman.png"
-   done
-
-   install -D -m0644 resources/neoman.desktop 
"${pkgdir}/usr/share/applications/neoman.desktop"
-
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubikey-neo-manager/COPYING"
-   install -D -m0644 README 
"${pkgdir}/usr/share/doc/yubikey-neo-manager/README"
-}
-

Copied: yubikey-neo-manager/repos/community-i686/PKGBUILD (from rev 146877, 
yubikey-neo-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-15 21:11:16 UTC (rev 146878)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=yubikey-neo-manager
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="Cross platform personalization tool for the YubiKey NEO"
+arch=('i686' 'x86_64')
+url="https://github.com/Yubico/yubikey-neo-manager;
+license=('BSD')
+depends=('yubikey-personalization' 'libykneomgr' 'libu2f-host'
+   'python2-setuptools' 'python2-pyside' 'python2-crypto' 'qtwebkit')
+makedepends=('git' 'python2-pyside-tools' 'imagemagick')
+install=yubikey-neo-manager.install
+source=("git://github.com/Yubico/yubikey-neo-manager.git#tag=yubikey-neo-manager-${pkgver}"
+   'git://github.com/Yubico/python-yubicommon.git')
+sha256sums=('SKIP' 'SKIP')
+
+prepare() {
+   cd yubikey-neo-manager/
+
+   git config --file=.gitmodules submodule.vendor/yubicommon.url 
../python-yubicommon/
+   git submodule init
+   git submodule update
+}
+
+package() {
+   cd yubikey-neo-manager/
+
+   python2 setup.py qt_resources
+   python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+   install -D -m0644 resources/yubikey-neo-manager.png 
"${pkgdir}/usr/share/icons/hicolor/128x128/neoman.png"
+   for SIZE in 16 24 32 48 64 96; do
+   convert 

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

2015-11-15 Thread Christian Hesse
Date: Sunday, November 15, 2015 @ 22:11:07
  Author: eworm
Revision: 146877

upgpkg: yubikey-neo-manager 1.4.0-2

python2-setuptools is a hard dependency (FS#47055)

Modified:
  yubikey-neo-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 17:31:30 UTC (rev 146876)
+++ PKGBUILD2015-11-15 21:11:07 UTC (rev 146877)
@@ -3,13 +3,14 @@
 
 pkgname=yubikey-neo-manager
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross platform personalization tool for the YubiKey NEO"
 arch=('i686' 'x86_64')
 url="https://github.com/Yubico/yubikey-neo-manager;
 license=('BSD')
-depends=('yubikey-personalization' 'libykneomgr' 'libu2f-host' 
'python2-pyside' 'python2-crypto' 'qtwebkit')
-makedepends=('git' 'python2-setuptools' 'python2-pyside-tools' 'imagemagick')
+depends=('yubikey-personalization' 'libykneomgr' 'libu2f-host'
+   'python2-setuptools' 'python2-pyside' 'python2-crypto' 'qtwebkit')
+makedepends=('git' 'python2-pyside-tools' 'imagemagick')
 install=yubikey-neo-manager.install
 
source=("git://github.com/Yubico/yubikey-neo-manager.git#tag=yubikey-neo-manager-${pkgver}"
'git://github.com/Yubico/python-yubicommon.git')


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

2015-11-15 Thread Sébastien Luttringer
Date: Monday, November 16, 2015 @ 02:06:50
  Author: seblu
Revision: 146879

upgpkg: znc 1.6.2-1

Modified:
  znc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 21:11:16 UTC (rev 146878)
+++ PKGBUILD2015-11-16 01:06:50 UTC (rev 146879)
@@ -4,8 +4,8 @@
 # Contributor: mickael9 
 
 pkgname=znc
-pkgver=1.6.1
-pkgrel=3
+pkgver=1.6.2
+pkgrel=1
 pkgdesc='An IRC bouncer with modules & scripts support'
 url='http://en.znc.in/wiki/index.php/ZNC'
 license=('GPL2')
@@ -19,7 +19,7 @@
 install=$pkgname.install
 source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz;
 "$pkgname.sysusers")
-md5sums=('8e29289e6229b6d2473de202170745ab'
+md5sums=('89f6696ed31f7432ece343fd19d0'
  '919705dccc42d3bff1549d3b3680e55a')
 
 build() {


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

2015-11-15 Thread Felix Yan
Date: Monday, November 16, 2015 @ 03:09:41
  Author: fyan
Revision: 146884

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

-+
 community-staging-i686/PKGBUILD |   58 ++
 community-staging-i686/pandoc.install   |   18 +
 community-staging-x86_64/PKGBUILD   |   58 ++
 community-staging-x86_64/pandoc.install |   18 +
 4 files changed, 152 insertions(+)

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 146883, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-16 02:09:41 UTC (rev 146884)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=1.15.2
+pkgrel=1
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-highlighting-kate" "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")
+optdepends=('haskell-pandoc-citeproc: for citation rendering with 
pandoc-citeproc filter')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('9c6ffe77006513306b35daa7256c1625c6eaf2e16a8de8fe5248f20015c3d335')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files
+runhaskell Setup build
+
+# LC_CTYPE=en_US.UTF-8 is needed since 1.15.1
+# https://github.com/jgm/pandoc/issues/2457#issuecomment-149146107
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/man/man1"
+install -d -m755 "${pkgdir}/usr/share/man/man5"
+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}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: pandoc/repos/community-staging-i686/pandoc.install (from rev 146883, 
pandoc/trunk/pandoc.install)
===
--- community-staging-i686/pandoc.install   (rev 0)
+++ community-staging-i686/pandoc.install   2015-11-16 02:09:41 UTC (rev 
146884)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/pandoc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd 

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

2015-11-15 Thread Felix Yan
Date: Monday, November 16, 2015 @ 03:05:33
  Author: fyan
Revision: 146882

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-16 02:05:18 UTC (rev 146881)
+++ PKGBUILD2015-11-16 02:05:33 UTC (rev 146882)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Roger Duran 
-
-pkgbase=python-xcffib
-pkgname=(python-xcffib python2-xcffib)
-pkgver=0.3.6
-pkgrel=5
-pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
-arch=('any')
-url="https://pypi.python.org/pypi/xcffib;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 
'haskell-xcb-types'
- 'haskell-language-python' 'haskell-filemanip' 'haskell-split'
- 'haskell-mtl' 'haskell-attoparsec' 'haskell-hunit' 'cabal-install'
- 'haskell-test-framework' 'haskell-test-framework-hunit'
- 'haskell-optparse-applicative')
-checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
-  'xorg-server-xvfb' 'xorg-xeyes')
-source=("git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a xcffib{,-py2}
-
-  sed -e 's/python /python2 /' \
-  -e 's/nosetests /nosetests2 /' \
-  -e 's/flake8 /flake8-python2 /' \
-  -i xcffib-py2/Makefile
-}
-
-build() {
-  cd "$srcdir/xcffib"
-  make xcffib
-
-  cd "$srcdir/xcffib-py2"
-  make xcffib
-}
-
-check() {
-  cd "$srcdir/xcffib"
-  make check
-
-  cd "$srcdir/xcffib-py2"
-  make check
-}
-
-package_python-xcffib() {
-  depends=('python-six' 'python-cffi' 'libxcb')
-
-  cd "$srcdir/xcffib"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-xcffib() {
-  depends=('python2-six' 'python2-cffi' 'libxcb')
-
-  cd "$srcdir/xcffib-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-xcffib/repos/community-any/PKGBUILD (from rev 146881, 
python-xcffib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-16 02:05:33 UTC (rev 146882)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+pkgbase=python-xcffib
+pkgname=(python-xcffib python2-xcffib)
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
+arch=('any')
+url="https://pypi.python.org/pypi/xcffib;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
+ 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 
'haskell-xcb-types'
+ 'haskell-language-python' 'haskell-filemanip' 'haskell-split'
+ 'haskell-mtl' 'haskell-attoparsec' 'haskell-hunit' 'cabal-install'
+ 'haskell-test-framework' 'haskell-test-framework-hunit'
+ 'haskell-optparse-applicative')
+checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
+  'xorg-server-xvfb' 'xorg-xeyes')
+source=("git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a xcffib{,-py2}
+
+  sed -e 's/python /python2 /' \
+  -e 's/nosetests /nosetests2 /' \
+  -e 's/flake8 /flake8-python2 /' \
+  -i xcffib-py2/Makefile
+}
+
+build() {
+  cd "$srcdir/xcffib"
+  make xcffib
+
+  cd "$srcdir/xcffib-py2"
+  make xcffib
+}
+
+check() {
+  cd "$srcdir/xcffib"
+  make check
+
+  cd "$srcdir/xcffib-py2"
+  make check
+}
+
+package_python-xcffib() {
+  depends=('python-six' 'python-cffi' 'libxcb')
+
+  cd "$srcdir/xcffib"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-xcffib() {
+  depends=('python2-six' 'python2-cffi' 'libxcb')
+
+  cd "$srcdir/xcffib-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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

2015-11-15 Thread Felix Yan
Date: Monday, November 16, 2015 @ 03:05:18
  Author: fyan
Revision: 146881

upgpkg: python-xcffib 0.4.0-1

Modified:
  python-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-16 01:10:05 UTC (rev 146880)
+++ PKGBUILD2015-11-16 02:05:18 UTC (rev 146881)
@@ -4,8 +4,8 @@
 
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
-pkgver=0.3.6
-pkgrel=5
+pkgver=0.4.0
+pkgrel=1
 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
 arch=('any')
 url="https://pypi.python.org/pypi/xcffib;


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

2015-11-15 Thread Felix Yan
Date: Monday, November 16, 2015 @ 03:59:47
  Author: fyan
Revision: 146886

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

Added:
  haskell-pandoc-citeproc/repos/community-staging-i686/
  haskell-pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 146885, haskell-pandoc-citeproc/trunk/PKGBUILD)
  
haskell-pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
(from rev 146885, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  haskell-pandoc-citeproc/repos/community-staging-x86_64/
  haskell-pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 146885, haskell-pandoc-citeproc/trunk/PKGBUILD)
  
haskell-pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
(from rev 146885, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)

--+
 community-staging-i686/PKGBUILD  |   48 +
 community-staging-i686/haskell-pandoc-citeproc.install   |   18 
 community-staging-x86_64/PKGBUILD|   48 +
 community-staging-x86_64/haskell-pandoc-citeproc.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 
146885, haskell-pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-16 02:59:47 UTC (rev 146886)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-citeproc
+pkgname=haskell-pandoc-citeproc
+pkgver=0.8.1.3
+pkgrel=2
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "pandoc" "haskell-pandoc-types" "haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('aa15ff9cbb9c1cca504943c94cd891e23944cb0106172886821cb048a9726c7d')
+
+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 \
+-f-debug -f-test_citeproc -f-unicode_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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
 (from rev 146885, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2015-11-16 
02:59:47 UTC (rev 146886)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from 
rev 146885, haskell-pandoc-citeproc/trunk/PKGBUILD)

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

2015-11-15 Thread Felix Yan
Date: Monday, November 16, 2015 @ 03:59:26
  Author: fyan
Revision: 146885

upgpkg: haskell-pandoc-citeproc 0.8.1.3-2

rebuild with pandoc-1.15.2

Modified:
  haskell-pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-16 02:09:41 UTC (rev 146884)
+++ PKGBUILD2015-11-16 02:59:26 UTC (rev 146885)
@@ -5,7 +5,7 @@
 _hkgname=pandoc-citeproc
 pkgname=haskell-pandoc-citeproc
 pkgver=0.8.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2015-11-15 Thread Sébastien Luttringer
Date: Monday, November 16, 2015 @ 02:10:05
  Author: seblu
Revision: 146880

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

Added:
  znc/repos/community-i686/PKGBUILD
(from rev 146879, znc/trunk/PKGBUILD)
  znc/repos/community-i686/znc.install
(from rev 146879, znc/trunk/znc.install)
  znc/repos/community-i686/znc.sysusers
(from rev 146879, znc/trunk/znc.sysusers)
  znc/repos/community-x86_64/PKGBUILD
(from rev 146879, znc/trunk/PKGBUILD)
  znc/repos/community-x86_64/znc.install
(from rev 146879, znc/trunk/znc.install)
  znc/repos/community-x86_64/znc.sysusers
(from rev 146879, znc/trunk/znc.sysusers)
Deleted:
  znc/repos/community-i686/PKGBUILD
  znc/repos/community-i686/znc.install
  znc/repos/community-i686/znc.sysusers
  znc/repos/community-x86_64/PKGBUILD
  znc/repos/community-x86_64/znc.install
  znc/repos/community-x86_64/znc.sysusers

---+
 /PKGBUILD |   84 
 /znc.install  |   40 +++
 /znc.sysusers |2 
 community-i686/PKGBUILD   |   42 
 community-i686/znc.install|   20 -
 community-i686/znc.sysusers   |1 
 community-x86_64/PKGBUILD |   42 
 community-x86_64/znc.install  |   20 -
 community-x86_64/znc.sysusers |1 
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-16 01:06:50 UTC (rev 146879)
+++ community-i686/PKGBUILD 2015-11-16 01:10:05 UTC (rev 146880)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: mickael9 
-
-pkgname=znc
-pkgver=1.6.1
-pkgrel=3
-pkgdesc='An IRC bouncer with modules & scripts support'
-url='http://en.znc.in/wiki/index.php/ZNC'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsasl' 'icu')
-makedepends=('tcl' 'python' 'perl')
-optdepends=('tcl: modtcl module'
-'python: modpython module'
-'perl: modperl module'
-'cyrus-sasl: saslauth module')
-install=$pkgname.install
-source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz;
-"$pkgname.sysusers")
-md5sums=('8e29289e6229b6d2473de202170745ab'
- '919705dccc42d3bff1549d3b3680e55a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-cyrus \
---enable-python \
---enable-perl \
---enable-tcl \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-i686/PKGBUILD (from rev 146879, znc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-16 01:10:05 UTC (rev 146880)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz;
+"$pkgname.sysusers")
+md5sums=('89f6696ed31f7432ece343fd19d0'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/znc.install
===
--- community-i686/znc.install  2015-11-16 01:06:50 UTC (rev 146879)
+++ community-i686/znc.install  2015-11-16 01:10:05 UTC (rev 146880)
@@ -1,20 +0,0 @@
-#/bin/sh
-
-# arg 1:  the new package version
-post_install() {
-  systemd-sysusers znc.conf
-  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
-  echo "==> Use 'znc --makeconf' as user znc to generate your first config"
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if (( "$(vercmp $2 1.0-4)" < 0 )); then
-[[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
- 

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

2015-11-15 Thread Sébastien Luttringer
Date: Monday, November 16, 2015 @ 02:26:40
  Author: seblu
Revision: 251085

upgpkg: bind 9.10.3-2

- FS#47033

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 17:44:19 UTC (rev 251084)
+++ PKGBUILD2015-11-16 01:26:40 UTC (rev 251085)
@@ -8,7 +8,7 @@
 pkgname=(bind bind-tools)
 _pkgver=9.10.3
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 url='http://www.isc.org/software/bind/'
 license=('custom:ISC')
 arch=('i686' 'x86_64')
@@ -46,6 +46,7 @@
 
 build() {
   cd bind-$_pkgver
+  export CFLAGS+=' -DDIG_SIGCHASE'
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \


[arch-commits] Commit in bind/repos (40 files)

2015-11-15 Thread Sébastien Luttringer
Date: Monday, November 16, 2015 @ 02:35:18
  Author: seblu
Revision: 251086

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

Added:
  bind/repos/extra-i686/127.0.0.zone
(from rev 251085, bind/trunk/127.0.0.zone)
  bind/repos/extra-i686/PKGBUILD
(from rev 251085, bind/trunk/PKGBUILD)
  bind/repos/extra-i686/bind.install
(from rev 251085, bind/trunk/bind.install)
  bind/repos/extra-i686/empty.zone
(from rev 251085, bind/trunk/empty.zone)
  bind/repos/extra-i686/localhost.ip6.zone
(from rev 251085, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-i686/localhost.zone
(from rev 251085, bind/trunk/localhost.zone)
  bind/repos/extra-i686/named.conf
(from rev 251085, bind/trunk/named.conf)
  bind/repos/extra-i686/named.service
(from rev 251085, bind/trunk/named.service)
  bind/repos/extra-i686/sysusers.conf
(from rev 251085, bind/trunk/sysusers.conf)
  bind/repos/extra-i686/tmpfiles.conf
(from rev 251085, bind/trunk/tmpfiles.conf)
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 251085, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 251085, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/bind.install
(from rev 251085, bind/trunk/bind.install)
  bind/repos/extra-x86_64/empty.zone
(from rev 251085, bind/trunk/empty.zone)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 251085, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 251085, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 251085, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 251085, bind/trunk/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 251085, bind/trunk/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 251085, bind/trunk/tmpfiles.conf)
Deleted:
  bind/repos/extra-i686/127.0.0.zone
  bind/repos/extra-i686/PKGBUILD
  bind/repos/extra-i686/bind.install
  bind/repos/extra-i686/empty.zone
  bind/repos/extra-i686/localhost.ip6.zone
  bind/repos/extra-i686/localhost.zone
  bind/repos/extra-i686/named.conf
  bind/repos/extra-i686/named.service
  bind/repos/extra-i686/sysusers.conf
  bind/repos/extra-i686/tmpfiles.conf
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/bind.install
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf

-+
 /127.0.0.zone   |   20 +++
 /PKGBUILD   |  232 ++
 /bind.install   |   26 
 /empty.zone |   16 ++
 /localhost.ip6.zone |   20 +++
 /localhost.zone |   22 +++
 /named.conf |  144 +++
 /named.service  |   22 +++
 /sysusers.conf  |2 
 /tmpfiles.conf  |2 
 extra-i686/127.0.0.zone |   10 -
 extra-i686/PKGBUILD |  115 --
 extra-i686/bind.install |   13 --
 extra-i686/empty.zone   |8 -
 extra-i686/localhost.ip6.zone   |   10 -
 extra-i686/localhost.zone   |   11 -
 extra-i686/named.conf   |   72 ---
 extra-i686/named.service|   11 -
 extra-i686/sysusers.conf|1 
 extra-i686/tmpfiles.conf|1 
 extra-x86_64/127.0.0.zone   |   10 -
 extra-x86_64/PKGBUILD   |  115 --
 extra-x86_64/bind.install   |   13 --
 extra-x86_64/empty.zone |8 -
 extra-x86_64/localhost.ip6.zone |   10 -
 extra-x86_64/localhost.zone |   11 -
 extra-x86_64/named.conf |   72 ---
 extra-x86_64/named.service  |   11 -
 extra-x86_64/sysusers.conf  |1 
 extra-x86_64/tmpfiles.conf  |1 
 30 files changed, 506 insertions(+), 504 deletions(-)

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


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

2015-11-15 Thread Felix Yan
Date: Monday, November 16, 2015 @ 03:09:20
  Author: fyan
Revision: 146883

upgpkg: pandoc 1.15.2-1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-16 02:05:33 UTC (rev 146882)
+++ PKGBUILD2015-11-16 02:09:20 UTC (rev 146883)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=pandoc
-pkgver=1.15.1.1
-pkgrel=5
+pkgver=1.15.2
+pkgrel=1
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")
@@ -23,7 +23,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('a70e0af56c294dbb1ba646df24f90b81542d060ec7167f70ff2b873ed7ed6d5e')
+sha256sums=('9c6ffe77006513306b35daa7256c1625c6eaf2e16a8de8fe5248f20015c3d335')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-11-15 Thread Felix Yan
Date: Monday, November 16, 2015 @ 04:52:03
  Author: fyan
Revision: 146906

archrelease: copy trunk to community-any

Added:
  sopel/repos/community-any/PKGBUILD
(from rev 146905, sopel/trunk/PKGBUILD)
Deleted:
  sopel/repos/community-any/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-16 03:51:43 UTC (rev 146905)
+++ PKGBUILD2015-11-16 03:52:03 UTC (rev 146906)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=sopel
-pkgver=6.1.0
-pkgrel=1
-pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly 
Willie)"
-arch=('any')
-license=('custom:EFL')
-url='http://sopel.chat'
-depends=('python-setuptools' 'sqlite')
-optdepends=('python-feedparser: nws and rss modules'
-'python-pytz: remind module'
-'python-lxml: xkcd module'
-'python-pyenchant: spellcheck module'
-'python-praw: reddit module'
-'python-pygeoip: geoip module'
-'python-xmltodict: bugzilla, currency, weather modules')
-makedepends=('git' 'python-sphinx')
-checkdepends=('python-pytest' 'python-feedparser' 'python-pytz' 'python-lxml'
-  'python-pyenchant' 'python-praw' 'python-pygeoip' 'ipython'
-  'python-xmltodict')
-backup=('etc/sopel.cfg')
-source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -e 's|willie|sopel|g' -e 's|Willie|Sopel|g' -i 
sopel/contrib/willie{.cfg,.service,.conf}
-}
-
-build() {
-  cd "$srcdir/sopel"
-  python setup.py build
-  make -C docs man
-}
-
-check() {
-  cd "$srcdir/sopel"
-  py.test build || warning "Tests failed"
-}
-
-package() {
-  cd "$srcdir/sopel"
-  python setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 contrib/willie.cfg "$pkgdir/etc/sopel.cfg"
-  install -Dm644 contrib/willie.service 
"$pkgdir/usr/lib/systemd/system/sopel.service"
-  install -Dm644 contrib/willie.conf "$pkgdir/usr/lib/tmpfiles.d/sopel.conf"
-  install -Dm644 docs/build/man/sopel.1 "$pkgdir/usr/share/man/man1/sopel.1"
-}

Copied: sopel/repos/community-any/PKGBUILD (from rev 146905, 
sopel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-16 03:52:03 UTC (rev 146906)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=sopel
+pkgver=6.1.0
+pkgrel=1
+pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly 
Willie)"
+arch=('any')
+license=('custom:EFL')
+url='http://sopel.chat'
+depends=('python-setuptools' 'sqlite')
+optdepends=('python-feedparser: nws and rss modules'
+'python-pytz: remind module'
+'python-lxml: xkcd module'
+'python-pyenchant: spellcheck module'
+'python-praw: reddit module'
+'python-pygeoip: geoip module'
+'python-xmltodict: bugzilla, currency, weather modules')
+makedepends=('git' 'python-sphinx')
+checkdepends=('python-pytest' 'python-feedparser' 'python-pytz' 'python-lxml'
+  'python-pyenchant' 'python-praw' 'python-pygeoip' 'ipython'
+  'python-xmltodict')
+backup=('etc/sopel.cfg')
+source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -e 's|willie|sopel|g' -e 's|Willie|Sopel|g' -i 
sopel/contrib/willie{.cfg,.service,.conf}
+}
+
+build() {
+  cd "$srcdir/sopel"
+  python setup.py build
+  make -C docs man
+}
+
+check() {
+  cd "$srcdir/sopel"
+  py.test --ignore build || warning "Tests failed"
+}
+
+package() {
+  cd "$srcdir/sopel"
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 contrib/willie.cfg "$pkgdir/etc/sopel.cfg"
+  install -Dm644 contrib/willie.service 
"$pkgdir/usr/lib/systemd/system/sopel.service"
+  install -Dm644 contrib/willie.conf "$pkgdir/usr/lib/tmpfiles.d/sopel.conf"
+  install -Dm644 docs/build/man/sopel.1 "$pkgdir/usr/share/man/man1/sopel.1"
+}


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

2015-11-15 Thread Kyle Keen
Date: Monday, November 16, 2015 @ 04:23:45
  Author: kkeen
Revision: 146902

archrelease: copy trunk to community-any

Added:
  python-xmltodict/repos/community-any/
  python-xmltodict/repos/community-any/PKGBUILD
(from rev 146901, python-xmltodict/trunk/PKGBUILD)

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

Copied: python-xmltodict/repos/community-any/PKGBUILD (from rev 146901, 
python-xmltodict/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-16 03:23:45 UTC (rev 146902)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Lex Black 
+# Contributor: PiC0 
+
+pkgbase=python-xmltodict
+pkgname=('python-xmltodict' 'python2-xmltodict')
+pkgver=0.9.2
+pkgrel=2
+pkgdesc="Python module that makes working with XML feel like working with JSON"
+url="https://github.com/martinblech/xmltodict;
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(https://pypi.python.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz)
+md5sums=('ab17e53214a8613ad87968e9674d75dd')
+
+package_python-xmltodict () {
+  pkgdesc+=" (py3)"
+  depends=('python')
+
+  cd "$srcdir/xmltodict-$pkgver"
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-xmltodict () {
+  pkgdesc+=" (py2)"
+  depends=('python2')
+
+  cd "$srcdir/xmltodict-$pkgver"
+  sed -i 's/env python$/&2/' xmltodict.py
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (4 files)

2015-11-15 Thread Kyle Keen
Date: Monday, November 16, 2015 @ 04:22:49
  Author: kkeen
Revision: 146901

pkginit: python-xmltodict-0.9.2-2

Added:
  python-xmltodict/
  python-xmltodict/repos/
  python-xmltodict/trunk/
  python-xmltodict/trunk/PKGBUILD

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

Added: python-xmltodict/trunk/PKGBUILD
===
--- python-xmltodict/trunk/PKGBUILD (rev 0)
+++ python-xmltodict/trunk/PKGBUILD 2015-11-16 03:22:49 UTC (rev 146901)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Lex Black 
+# Contributor: PiC0 
+
+pkgbase=python-xmltodict
+pkgname=('python-xmltodict' 'python2-xmltodict')
+pkgver=0.9.2
+pkgrel=2
+pkgdesc="Python module that makes working with XML feel like working with JSON"
+url="https://github.com/martinblech/xmltodict;
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(https://pypi.python.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz)
+md5sums=('ab17e53214a8613ad87968e9674d75dd')
+
+package_python-xmltodict () {
+  pkgdesc+=" (py3)"
+  depends=('python')
+
+  cd "$srcdir/xmltodict-$pkgver"
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-xmltodict () {
+  pkgdesc+=" (py2)"
+  depends=('python2')
+
+  cd "$srcdir/xmltodict-$pkgver"
+  sed -i 's/env python$/&2/' xmltodict.py
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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


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

2015-11-15 Thread Felix Yan
Date: Monday, November 16, 2015 @ 04:49:22
  Author: fyan
Revision: 146903

upgpkg: sopel 6.1.0-1

Modified:
  sopel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-16 03:23:45 UTC (rev 146902)
+++ PKGBUILD2015-11-16 03:49:22 UTC (rev 146903)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=sopel
-pkgver=6.0.0
-pkgrel=2
+pkgver=6.1.0
+pkgrel=1
 pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly 
Willie)"
 arch=('any')
 license=('custom:EFL')
@@ -12,12 +12,14 @@
 optdepends=('python-feedparser: nws and rss modules'
 'python-pytz: remind module'
 'python-lxml: xkcd module'
-'python-pyenchant: spellchek module'
+'python-pyenchant: spellcheck module'
 'python-praw: reddit module'
-'python-pygeoip: geoip module')
+'python-pygeoip: geoip module'
+'python-xmltodict: bugzilla, currency, weather modules')
 makedepends=('git' 'python-sphinx')
 checkdepends=('python-pytest' 'python-feedparser' 'python-pytz' 'python-lxml'
-  'python-pyenchant' 'python-praw' 'python-pygeoip' 'ipython')
+  'python-pyenchant' 'python-praw' 'python-pygeoip' 'ipython'
+  'python-xmltodict')
 backup=('etc/sopel.cfg')
 source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver;)
 md5sums=('SKIP')
@@ -34,7 +36,7 @@
 
 check() {
   cd "$srcdir/sopel"
-  py.test --ignore build || warning "Tests failed"
+  py.test build || warning "Tests failed"
 }
 
 package() {


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

2015-11-15 Thread Felix Yan
Date: Monday, November 16, 2015 @ 04:49:38
  Author: fyan
Revision: 146904

archrelease: copy trunk to community-any

Added:
  sopel/repos/community-any/PKGBUILD
(from rev 146903, sopel/trunk/PKGBUILD)
Deleted:
  sopel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-16 03:49:22 UTC (rev 146903)
+++ PKGBUILD2015-11-16 03:49:38 UTC (rev 146904)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=sopel
-pkgver=6.0.0
-pkgrel=2
-pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly 
Willie)"
-arch=('any')
-license=('custom:EFL')
-url='http://sopel.chat'
-depends=('python-setuptools' 'sqlite')
-optdepends=('python-feedparser: nws and rss modules'
-'python-pytz: remind module'
-'python-lxml: xkcd module'
-'python-pyenchant: spellchek module'
-'python-praw: reddit module'
-'python-pygeoip: geoip module')
-makedepends=('git' 'python-sphinx')
-checkdepends=('python-pytest' 'python-feedparser' 'python-pytz' 'python-lxml'
-  'python-pyenchant' 'python-praw' 'python-pygeoip' 'ipython')
-backup=('etc/sopel.cfg')
-source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -e 's|willie|sopel|g' -e 's|Willie|Sopel|g' -i 
sopel/contrib/willie{.cfg,.service,.conf}
-}
-
-build() {
-  cd "$srcdir/sopel"
-  python setup.py build
-  make -C docs man
-}
-
-check() {
-  cd "$srcdir/sopel"
-  py.test --ignore build || warning "Tests failed"
-}
-
-package() {
-  cd "$srcdir/sopel"
-  python setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 contrib/willie.cfg "$pkgdir/etc/sopel.cfg"
-  install -Dm644 contrib/willie.service 
"$pkgdir/usr/lib/systemd/system/sopel.service"
-  install -Dm644 contrib/willie.conf "$pkgdir/usr/lib/tmpfiles.d/sopel.conf"
-  install -Dm644 docs/build/man/sopel.1 "$pkgdir/usr/share/man/man1/sopel.1"
-}

Copied: sopel/repos/community-any/PKGBUILD (from rev 146903, 
sopel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-16 03:49:38 UTC (rev 146904)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=sopel
+pkgver=6.1.0
+pkgrel=1
+pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly 
Willie)"
+arch=('any')
+license=('custom:EFL')
+url='http://sopel.chat'
+depends=('python-setuptools' 'sqlite')
+optdepends=('python-feedparser: nws and rss modules'
+'python-pytz: remind module'
+'python-lxml: xkcd module'
+'python-pyenchant: spellcheck module'
+'python-praw: reddit module'
+'python-pygeoip: geoip module'
+'python-xmltodict: bugzilla, currency, weather modules')
+makedepends=('git' 'python-sphinx')
+checkdepends=('python-pytest' 'python-feedparser' 'python-pytz' 'python-lxml'
+  'python-pyenchant' 'python-praw' 'python-pygeoip' 'ipython'
+  'python-xmltodict')
+backup=('etc/sopel.cfg')
+source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -e 's|willie|sopel|g' -e 's|Willie|Sopel|g' -i 
sopel/contrib/willie{.cfg,.service,.conf}
+}
+
+build() {
+  cd "$srcdir/sopel"
+  python setup.py build
+  make -C docs man
+}
+
+check() {
+  cd "$srcdir/sopel"
+  py.test build || warning "Tests failed"
+}
+
+package() {
+  cd "$srcdir/sopel"
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 contrib/willie.cfg "$pkgdir/etc/sopel.cfg"
+  install -Dm644 contrib/willie.service 
"$pkgdir/usr/lib/systemd/system/sopel.service"
+  install -Dm644 contrib/willie.conf "$pkgdir/usr/lib/tmpfiles.d/sopel.conf"
+  install -Dm644 docs/build/man/sopel.1 "$pkgdir/usr/share/man/man1/sopel.1"
+}


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

2015-11-15 Thread Felix Yan
Date: Monday, November 16, 2015 @ 04:51:43
  Author: fyan
Revision: 146905

revert to ignore build - so pytest pyc won't pollute the installed module

Modified:
  sopel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-16 03:49:38 UTC (rev 146904)
+++ PKGBUILD2015-11-16 03:51:43 UTC (rev 146905)
@@ -36,7 +36,7 @@
 
 check() {
   cd "$srcdir/sopel"
-  py.test build || warning "Tests failed"
+  py.test --ignore build || warning "Tests failed"
 }
 
 package() {


[arch-commits] Commit in perl-proc-simple/repos/community-any (PKGBUILD PKGBUILD)

2015-11-15 Thread Felix Yan
Date: Monday, November 16, 2015 @ 08:16:13
  Author: fyan
Revision: 146908

archrelease: copy trunk to community-any

Added:
  perl-proc-simple/repos/community-any/PKGBUILD
(from rev 146907, perl-proc-simple/trunk/PKGBUILD)
Deleted:
  perl-proc-simple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-16 07:15:56 UTC (rev 146907)
+++ PKGBUILD2015-11-16 07:16:13 UTC (rev 146908)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: John D Jones III 
-# Generator  : CPANPLUS::Dist::Arch 1.28
-
-pkgname=perl-proc-simple
-pkgver=1.31
-pkgrel=3
-pkgdesc="launch and control background processes"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.mcpan.org/dist/Proc-Simple'
-source=('http://search.mcpan.org/CPAN/authors/id/M/MS/MSCHILLI/Proc-Simple-1.31.tar.gz')
-sha512sums=('011949b9c725f2af18f02bddbcfa1e70edea4be7a1d730ac3dd8a4335e658e4852db1230180fb27ee86144d0b0eb57ac6bb1fbca72952960cd9e0abd3b8a')
-_distdir="Proc-Simple-$pkgver"
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/$_distdir"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/$_distdir"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/$_distdir"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-proc-simple/repos/community-any/PKGBUILD (from rev 146907, 
perl-proc-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-16 07:16:13 UTC (rev 146908)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: John D Jones III 
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-proc-simple
+pkgver=1.32
+pkgrel=1
+pkgdesc="launch and control background processes"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.mcpan.org/dist/Proc-Simple'
+source=("http://search.mcpan.org/CPAN/authors/id/M/MS/MSCHILLI/Proc-Simple-$pkgver.tar.gz;)
+sha512sums=('bb054a7ee2ee36abd2e807b24f5a316902008645e940a9ac3248bfbf2d9ef1a7d0797f14143fa96b09481ec6485a340ea2789929e05da07dd487a76780e1502d')
+_distdir="Proc-Simple-$pkgver"
+
+build() {
+  cd "$srcdir/$_distdir"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-proc-simple/trunk (PKGBUILD)

2015-11-15 Thread Felix Yan
Date: Monday, November 16, 2015 @ 08:15:56
  Author: fyan
Revision: 146907

upgpkg: perl-proc-simple 1.32-1

Modified:
  perl-proc-simple/trunk/PKGBUILD

--+
 PKGBUILD |   35 ++-
 1 file changed, 10 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-16 03:52:03 UTC (rev 146906)
+++ PKGBUILD2015-11-16 07:15:56 UTC (rev 146907)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: John D Jones III 
 # Generator  : CPANPLUS::Dist::Arch 1.28
 
 pkgname=perl-proc-simple
-pkgver=1.31
-pkgrel=3
+pkgver=1.32
+pkgrel=1
 pkgdesc="launch and control background processes"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -12,39 +12,24 @@
 options=('!emptydirs')
 depends=('perl')
 url='http://search.mcpan.org/dist/Proc-Simple'
-source=('http://search.mcpan.org/CPAN/authors/id/M/MS/MSCHILLI/Proc-Simple-1.31.tar.gz')
-sha512sums=('011949b9c725f2af18f02bddbcfa1e70edea4be7a1d730ac3dd8a4335e658e4852db1230180fb27ee86144d0b0eb57ac6bb1fbca72952960cd9e0abd3b8a')
+source=("http://search.mcpan.org/CPAN/authors/id/M/MS/MSCHILLI/Proc-Simple-$pkgver.tar.gz;)
+sha512sums=('bb054a7ee2ee36abd2e807b24f5a316902008645e940a9ac3248bfbf2d9ef1a7d0797f14143fa96b09481ec6485a340ea2789929e05da07dd487a76780e1502d')
 _distdir="Proc-Simple-$pkgver"
 
 build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/$_distdir"
-/usr/bin/perl Makefile.PL
-make
-  )
+  cd "$srcdir/$_distdir"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
 }
 
 check() {
   cd "$srcdir/$_distdir"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
+  make test
 }
 
 package() {
   cd "$srcdir/$_distdir"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+  make install DESTDIR="$pkgdir"
 }
 
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
 # vim:set ts=2 sw=2 et:


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

2015-11-15 Thread Jelle van der Waa
Date: Sunday, November 15, 2015 @ 18:12:25
  Author: jelle
Revision: 146873

upgpkg: calibre 2.44.1-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 16:01:14 UTC (rev 146872)
+++ PKGBUILD2015-11-15 17:12:25 UTC (rev 146873)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=2.44.0
+pkgver=2.44.1
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 )
 install=calibre.install
 source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('89ddafe61418b5b1011e2358e35f3adb')
+md5sums=('c49f44da6f164c4aa63146cef8a8cbf9')
 
 prepare(){
   cd "${pkgname}-${pkgver}"


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

2015-11-15 Thread Jaroslav Lichtblau
Date: Sunday, November 15, 2015 @ 18:31:30
  Author: jlichtblau
Revision: 146876

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

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

+
 /PKGBUILD  |  132 +++
 /syncthing.install |   24 ++
 community-i686/PKGBUILD|   66 -
 community-i686/syncthing.install   |   12 ---
 community-x86_64/PKGBUILD  |   66 -
 community-x86_64/syncthing.install |   12 ---
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-15 17:31:02 UTC (rev 146875)
+++ community-i686/PKGBUILD 2015-11-15 17:31:30 UTC (rev 146876)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.12.2
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-install=$pkgname.install
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"
-  install -d "src/github.com/syncthing"
-  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  if [ ${CARCH}" == "i686" ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${CARCH}" == "x86_64" ] ; then
-  go run build.go -no-upgrade -goarch amd64 build
-  else
-  go run build.go -no-upgrade build
-  fi
-}
-
-check() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  #go run build.go -no-upgrade test
-}
-
-package() {
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-# license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-# man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file
-  done
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 146875, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-15 17:31:30 UTC (rev 146876)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.12.3
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+arch=('i686' 'x86_64')
+url="http://syncthing.net/;
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+install=$pkgname.install
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"
+  install -d "src/github.com/syncthing"
+  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+  export GOPATH="${srcdir}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  if [ ${CARCH}" == "i686" ] ; then
+  go run build.go -no-upgrade -goarch 

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

2015-11-15 Thread Jaroslav Lichtblau
Date: Sunday, November 15, 2015 @ 18:31:02
  Author: jlichtblau
Revision: 146875

upgpkg: syncthing 0.12.3-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 17:12:39 UTC (rev 146874)
+++ PKGBUILD2015-11-15 17:31:02 UTC (rev 146875)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=syncthing
-pkgver=0.12.2
+pkgver=0.12.3
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 arch=('i686' 'x86_64')


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

2015-11-15 Thread Jelle van der Waa
Date: Sunday, November 15, 2015 @ 18:12:39
  Author: jelle
Revision: 146874

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

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

--+
 /PKGBUILD|  146 +
 /calibre.install |   26 ++
 community-i686/PKGBUILD  |   73 --
 community-i686/calibre.install   |   13 ---
 community-x86_64/PKGBUILD|   73 --
 community-x86_64/calibre.install |   13 ---
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-15 17:12:25 UTC (rev 146873)
+++ community-i686/PKGBUILD 2015-11-15 17:12:39 UTC (rev 146874)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=2.44.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-install=calibre.install
-source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('89ddafe61418b5b1011e2358e35f3adb')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- 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 146873, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-15 17:12:39 UTC (rev 146874)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=2.44.1
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="http://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
+  

[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2015-11-15 Thread Florian Pritz
Date: Sunday, November 15, 2015 @ 18:44:19
  Author: bluewind
Revision: 251084

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 251083, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 251083, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 251083, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++--
 mirrorlist |  771 +--
 upgpkg |8 
 3 files changed, 421 insertions(+), 420 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-15 17:44:15 UTC (rev 251083)
+++ PKGBUILD2015-11-15 17:44:19 UTC (rev 251084)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee <d...@archlinux.org>
-
-pkgname=pacman-mirrorlist
-pkgver=20151109
-pkgrel=1
-pkgdesc="Arch Linux mirror list for use by pacman"
-arch=('any')
-url="https://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c ". PKGBUILD; updatelist"
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('ad63167576bb656565ddc9b052076ba7')
-sha256sums=('1da8e92b95d6cbb2d89ec9e9b0128fce7ced01a803f60ebfaee43f2d0d52927e')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 251083, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-15 17:44:19 UTC (rev 251084)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee <d...@archlinux.org>
+
+pkgname=pacman-mirrorlist
+pkgver=20151115
+pkgrel=1
+pkgdesc="Arch Linux mirror list for use by pacman"
+arch=('any')
+url="https://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c ". PKGBUILD; updatelist"
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('54bd42b9008057daa75eff0c7ef58f74')
+sha256sums=('212aebb2cb59a3e98ebba3090a79cafb919eadb93036c39846d51a1de329c427')

Deleted: mirrorlist
===
--- mirrorlist  2015-11-15 17:44:15 UTC (rev 251083)
+++ mirrorlist  2015-11-15 17:44:19 UTC (rev 251084)
@@ -1,385 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2015-11-09
-##
-
-## Worldwide
-#Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
-
-## Australia
-#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.uberglobalmirror.com/$repo/os/$arch
-
-## Austria
-#Server = http://mirror.digitalnova.at/archlinux/$repo/os/$arch
-#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Bangladesh
-#Server = http://mirrors.ispros.com.bd/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = http://linorg.usp.br/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-#Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch
-
-## Bulgaria
-#Server = http://mirrors.netix.net/archlinux/$repo/os/$arch
-#Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch
-#Server = http://mirrors.uni-plovdiv.net/archlinux/$repo/os/$arch
-#Server = https://mirrors.uni-plovdiv.net/archlinux/$repo/os/$arch
-
-## Canada
-#Server = http://archlinux.dropswitch.net/ar

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

2015-11-15 Thread Florian Pritz
Date: Sunday, November 15, 2015 @ 18:44:15
  Author: bluewind
Revision: 251083

upgpkg: pacman-mirrorlist 20151115-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-15 05:03:38 UTC (rev 251082)
+++ PKGBUILD2015-11-15 17:44:15 UTC (rev 251083)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee <d...@archlinux.org>
 
 pkgname=pacman-mirrorlist
-pkgver=20151109
+pkgver=20151115
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('ad63167576bb656565ddc9b052076ba7')
-sha256sums=('1da8e92b95d6cbb2d89ec9e9b0128fce7ced01a803f60ebfaee43f2d0d52927e')
+md5sums=('54bd42b9008057daa75eff0c7ef58f74')
+sha256sums=('212aebb2cb59a3e98ebba3090a79cafb919eadb93036c39846d51a1de329c427')

Modified: mirrorlist
===
--- mirrorlist  2015-11-15 05:03:38 UTC (rev 251082)
+++ mirrorlist  2015-11-15 17:44:15 UTC (rev 251083)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2015-11-09
+## Generated on 2015-11-15
 ##
 
 ## Worldwide
@@ -208,6 +208,7 @@
 #Server = http://archlinux.openlabto.org/archlinux/$repo/os/$arch
 #Server = http://archlinux.beccacervello.it/archlinux/$repo/os/$arch
 #Server = http://mirrors.prometeus.net/archlinux/$repo/os/$arch
+#Server = http://archlinux.students.cs.unibo.it/$repo/os/$arch
 
 ## Japan
 #Server = http://ftp.tsukuba.wide.ad.jp/Linux/archlinux/$repo/os/$arch
@@ -234,7 +235,7 @@
 #Server = http://arch.apt-get.eu/$repo/os/$arch
 #Server = http://mirror.i3d.net/pub/archlinux/$repo/os/$arch
 #Server = https://mirror.i3d.net/pub/archlinux/$repo/os/$arch
-#Server = http://www.imegumii.nl/arch/$repo/os/$arch
+#Server = http://www.imegumii.space/arch/$repo/os/$arch
 #Server = http://mirror.nl.leaseweb.net/archlinux/$repo/os/$arch
 #Server = http://ftp.nluug.nl/os/Linux/distr/archlinux/$repo/os/$arch
 #Server = http://ftp.snt.utwente.nl/pub/os/linux/archlinux/$repo/os/$arch