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

2015-10-27 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 06:50:18
  Author: fyan
Revision: 145161

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-28 05:49:46 UTC (rev 145160)
+++ community-i686/PKGBUILD 2015-10-28 05:50:18 UTC (rev 145161)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.2.16
-pkgrel=1
-pkgdesc="Useful classes originating from MeeGo Touch"
-arch=('i686' 'x86_64')
-url="http://github.com/nemomobile/mlite";
-license=('LGPL')
-depends=('qt5-base' 'dconf')
-makedepends=('git' 'qt5-tools')
-source=("git+https://github.com/nemomobile/mlite.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd mlite
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd mlite
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  # Remove tests
-  rm -r "$pkgdir/opt"
-}

Copied: mlite/repos/community-i686/PKGBUILD (from rev 145160, 
mlite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-28 05:50:18 UTC (rev 145161)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=mlite
+pkgver=0.2.17
+pkgrel=1
+pkgdesc="Useful classes originating from MeeGo Touch"
+arch=('i686' 'x86_64')
+url="http://github.com/nemomobile/mlite";
+license=('LGPL')
+depends=('qt5-base' 'dconf')
+makedepends=('git' 'qt5-tools')
+source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd mlite
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd mlite
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  # Remove tests
+  rm -r "$pkgdir/opt"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-28 05:49:46 UTC (rev 145160)
+++ community-x86_64/PKGBUILD   2015-10-28 05:50:18 UTC (rev 145161)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.2.16
-pkgrel=1
-pkgdesc="Useful classes originating from MeeGo Touch"
-arch=('i686' 'x86_64')
-url="http://github.com/nemomobile/mlite";
-license=('LGPL')
-depends=('qt5-base' 'dconf')
-makedepends=('git' 'qt5-tools')
-source=("git+https://github.com/nemomobile/mlite.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd mlite
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd mlite
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  # Remove tests
-  rm -r "$pkgdir/opt"
-}

Copied: mlite/repos/community-x86_64/PKGBUILD (from rev 145160, 
mlite/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-28 05:50:18 UTC (rev 145161)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=mlite
+pkgver=0.2.17
+pkgrel=1
+pkgdesc="Useful classes originating from MeeGo Touch"
+arch=('i686' 'x86_64')
+url="http://github.com/nemomobile/mlite";
+license=('LGPL')
+depends=('qt5-base' 'dconf')
+makedepends=('git' 'qt5-tools')
+source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd mlite
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd mlite
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  # Remove tests
+  rm -r "$pkgdir/opt"
+}


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

2015-10-27 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 06:49:46
  Author: fyan
Revision: 145160

upgpkg: mlite 0.2.17-1

Modified:
  mlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 02:54:56 UTC (rev 145159)
+++ PKGBUILD2015-10-28 05:49:46 UTC (rev 145160)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=mlite
-pkgver=0.2.16
+pkgver=0.2.17
 pkgrel=1
 pkgdesc="Useful classes originating from MeeGo Touch"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('LGPL')
 depends=('qt5-base' 'dconf')
 makedepends=('git' 'qt5-tools')
-source=("git+https://github.com/nemomobile/mlite.git#tag=$pkgver";)
+source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver";)
 sha256sums=('SKIP')
 
 build() {


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

2015-10-27 Thread Anatol Pomozov
Date: Wednesday, October 28, 2015 @ 06:22:32
  Author: anatolik
Revision: 249834

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

Added:
  stellarium/repos/testing-i686/
  stellarium/repos/testing-i686/PKGBUILD
(from rev 249833, stellarium/trunk/PKGBUILD)
  stellarium/repos/testing-i686/libpng14.patch
(from rev 249833, stellarium/trunk/libpng14.patch)
  stellarium/repos/testing-i686/stellarium.install
(from rev 249833, stellarium/trunk/stellarium.install)
  stellarium/repos/testing-x86_64/
  stellarium/repos/testing-x86_64/PKGBUILD
(from rev 249833, stellarium/trunk/PKGBUILD)
  stellarium/repos/testing-x86_64/libpng14.patch
(from rev 249833, stellarium/trunk/libpng14.patch)
  stellarium/repos/testing-x86_64/stellarium.install
(from rev 249833, stellarium/trunk/stellarium.install)

---+
 testing-i686/PKGBUILD |   30 ++
 testing-i686/libpng14.patch   |   21 +
 testing-i686/stellarium.install   |   14 ++
 testing-x86_64/PKGBUILD   |   30 ++
 testing-x86_64/libpng14.patch |   21 +
 testing-x86_64/stellarium.install |   14 ++
 6 files changed, 130 insertions(+)

Copied: stellarium/repos/testing-i686/PKGBUILD (from rev 249833, 
stellarium/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-28 05:22:32 UTC (rev 249834)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=stellarium
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=("i686" "x86_64")
+url="http://stellarium.free.fr/";
+license=('GPL2')
+depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt5-quick1' 'openssl' 
+   'desktop-file-utils' 'xdg-utils' 'phonon')
+install=stellarium.install
+makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('abebfb5f7f52c9ee0c5bc2d745460fcb894bda73')
+   
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+ 
+  make DESTDIR="${pkgdir}" install
+}

Copied: stellarium/repos/testing-i686/libpng14.patch (from rev 249833, 
stellarium/trunk/libpng14.patch)
===
--- testing-i686/libpng14.patch (rev 0)
+++ testing-i686/libpng14.patch 2015-10-28 05:22:32 UTC (rev 249834)
@@ -0,0 +1,21 @@
+diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 
stellarium-0.10.2/src/core/StelTextureMgr.cpp
+--- stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 2010-01-21 
17:04:57.0 -0500
 stellarium-0.10.2/src/core/StelTextureMgr.cpp  2010-01-21 
17:06:55.0 -0500
+@@ -513,7 +513,7 @@
+   fread (magic, 1, sizeof (magic), fp);
+ 
+   /* check for valid magic number */
+-  if (!png_check_sig (magic, sizeof (magic)))
++  if (png_sig_cmp (magic, 0, sizeof (magic)))
+   {
+   qWarning() << "error: \"" << filename << "\" is not a valid PNG 
image!";
+   fclose (fp);
+@@ -576,7 +576,7 @@
+   /* convert 1-2-4 bits grayscale images to 8 bits
+  grayscale. */
+   if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
+-  png_set_gray_1_2_4_to_8 (png_ptr);
++  png_set_expand_gray_1_2_4_to_8 (png_ptr);
+ 
+   if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS))
+   png_set_tRNS_to_alpha (png_ptr);

Copied: stellarium/repos/testing-i686/stellarium.install (from rev 249833, 
stellarium/trunk/stellarium.install)
===
--- testing-i686/stellarium.install (rev 0)
+++ testing-i686/stellarium.install 2015-10-28 05:22:32 UTC (rev 249834)
@@ -0,0 +1,14 @@
+pkgname=stellarium
+
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: stellarium/repos/testing-x86_64/PKGBUILD (from rev 249833, 
stellarium/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-28 05:22:32 UTC (rev 249834)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=stellarium
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=("i686" "x86_64")
+url="http://stellarium.free.fr/";
+license=('GPL2')
+depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt5-quick1' 'openssl

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

2015-10-27 Thread Anatol Pomozov
Date: Wednesday, October 28, 2015 @ 06:21:48
  Author: anatolik
Revision: 249833

upgpkg: stellarium 0.14.0-1

Modified:
  stellarium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 02:55:15 UTC (rev 249832)
+++ PKGBUILD2015-10-28 05:21:48 UTC (rev 249833)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa 
 
 pkgname=stellarium
-pkgver=0.13.2
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
 arch=("i686" "x86_64")
@@ -14,7 +14,7 @@
 install=stellarium.install
 makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('ee6b631b6e64762d4972468299013de8d44abf43')
+sha1sums=('abebfb5f7f52c9ee0c5bc2d745460fcb894bda73')

 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 03:53:21
  Author: foutrelis
Revision: 145153

hdf5 1.8.15 rebuild

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 02:08:15 UTC (rev 145152)
+++ PKGBUILD2015-10-28 02:53:21 UTC (rev 145153)
@@ -6,7 +6,7 @@
 pkgname=vtk
 pkgver=6.3.0
 _majorver=6.3
-pkgrel=3
+pkgrel=4
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'


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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 03:53:32
  Author: foutrelis
Revision: 145154

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

Added:
  vtk/repos/community-staging-i686/
  vtk/repos/community-staging-i686/.contrib
(from rev 145153, vtk/trunk/.contrib)
  vtk/repos/community-staging-i686/PKGBUILD
(from rev 145153, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-i686/gdal2.patch
(from rev 145153, vtk/trunk/gdal2.patch)
  vtk/repos/community-staging-x86_64/
  vtk/repos/community-staging-x86_64/.contrib
(from rev 145153, vtk/trunk/.contrib)
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 145153, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-x86_64/gdal2.patch
(from rev 145153, vtk/trunk/gdal2.patch)

--+
 community-staging-i686/.contrib  |6 +
 community-staging-i686/PKGBUILD  |  127 +
 community-staging-i686/gdal2.patch   |   31 
 community-staging-x86_64/.contrib|6 +
 community-staging-x86_64/PKGBUILD|  127 +
 community-staging-x86_64/gdal2.patch |   31 
 6 files changed, 328 insertions(+)

Copied: vtk/repos/community-staging-i686/.contrib (from rev 145153, 
vtk/trunk/.contrib)
===
--- community-staging-i686/.contrib (rev 0)
+++ community-staging-i686/.contrib 2015-10-28 02:53:32 UTC (rev 145154)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Copied: vtk/repos/community-staging-i686/PKGBUILD (from rev 145153, 
vtk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-28 02:53:32 UTC (rev 145154)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+
+pkgname=vtk
+pkgver=6.3.0
+_majorver=6.3
+pkgrel=4
+pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
+arch=('i686' 'x86_64')
+url='http://www.vtk.org/'
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('boost' 'cmake' 'java-environment' 'doxygen' 'gnuplot' 'tk' 
'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 
'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb' 'glew' 'gl2ps' 
'ffmpeg' 'lesstif' 'qt5-base' 'jsoncpp')
+optdepends=('python2: python bindings'
+'java-runtime: java bindings'
+'tk: tcl bindings'
+'gnuplot: plotting tools'
+'graphviz: drawing tools'
+'python2-matplotlib: for Matplotlib rendering'
+'python2-twisted: for vtkWeb'
+'python2-autobahn: for vtkWeb'
+'openmpi: OpenMPI support'
+'python2-mpi4py: OpenMPI python support'
+'unixodbc'
+'glew'
+'gl2ps'
+'gdal'
+'mariadb')
+source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz";
+
"http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz";
+
"http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz";
+# https://github.com/Kitware/VTK/pull/21
+
remove-vtkxdmf3.patch::https://github.com/nschloe/VTK/commit/a98527dfe9ce23beebf386fab07caef99b911ede.patch
+
find-libxml2.patch::https://github.com/nschloe/VTK/commit/6216f98a7124e12a2c1cefd113347f94b51f3c51.patch
+gdal2.patch)
+options=(staticlibs)
+sha1sums=('452efab1eedf6202f2d9a3362b5f69adfc44edda'
+  '424b138c079a688cd8c52c43d12b54e2f2b06acf'
+  '622a2bd314262961c6d96f2686f96224e8e31de3'
+  'f8c9270941707a296ff5e0ea3c73a1f0407c6f9b'
+  'baa807e4495219b3104b6245ca79b8f33ff299db'
+  'c60610e7c8cf0ad93d7c02cbf8a20fc415f59b3e')
+
+prepare() {
+  cd "${srcdir}"/VTK-$pkgver
+
+  # fix compilation errors:
+  patch -Np1 -i "${srcdir}"/remove-vtkxdmf3.patch
+  patch -Np1 -i "${srcdir}"/find-libxml2.patch
+  patch -Np1 -i "${srcdir}"/gdal2.patch
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  cd "${srcdir}"
+  rm -rf build
+  mkdir build
+  cd build
+
+  # to help cmake find java
+  export JAVA_HOME=/usr/lib/jvm/default
+
+  # flags to enable using system libs
+  local cmake_system_flags=""
+  # TODO: try to use system provided XDMF2, XDMF3, LIBPROJ4 NETCDF
+  # VTK fails to compile with recent netcdf-cxx package, VTK should be ported 
to the latest API
+  # VTK does not work with XDMF2 compiled from git. TODO: make vtk compatible

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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 03:08:15
  Author: foutrelis
Revision: 145152

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

Added:
  gdal/repos/community-staging-i686/
  gdal/repos/community-staging-i686/PKGBUILD
(from rev 145151, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-i686/gdal-python-install.patch
(from rev 145151, gdal/trunk/gdal-python-install.patch)
  gdal/repos/community-staging-i686/gdal.changelog
(from rev 145151, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 145151, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-python-install.patch
(from rev 145151, gdal/trunk/gdal-python-install.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 145151, gdal/trunk/gdal.changelog)

+
 community-staging-i686/PKGBUILD|   79 +++
 community-staging-i686/gdal-python-install.patch   |   10 ++
 community-staging-i686/gdal.changelog  |   56 +
 community-staging-x86_64/PKGBUILD  |   79 +++
 community-staging-x86_64/gdal-python-install.patch |   10 ++
 community-staging-x86_64/gdal.changelog|   56 +
 6 files changed, 290 insertions(+)

Copied: gdal/repos/community-staging-i686/PKGBUILD (from rev 145151, 
gdal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-28 02:08:15 UTC (rev 145152)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=gdal
+pkgver=2.0.1
+pkgrel=3
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('i686' 'x86_64')
+url="http://www.gdal.org/";
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
+ 'poppler' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+gdal-python-install.patch)
+sha256sums=('b55f794768e104a2fd0304eaa61bb8bda3dc7c4e14f2c9d0913baca3e55b83ab'
+'823199fdedf5953d9b6bffb0e58a810490e958054f5a9da9d5cd1818f89cd51a')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  patch -Np0 -i "${srcdir}"/gdal-python-install.patch
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+# Fix mandir
+  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+# bug #23654
+  export LDFLAGS="$LDFLAGS -Wl,--as-needed" 
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
+  --with-geotiff --with-mysql --with-python --with-curl 
--with-hdf5 \
+  --with-perl --with-geos --with-png --with-poppler 
--with-spatialite
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-man
+
+# install license
+  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+
+#FS15477 clean up junks
+  rm -f "${pkgdir}"/usr/bin/*.dox
+  rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+#FS#46581 no better way found yet
+  mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man
+  rm -rf "${pkgdir}"/usr/man
+
+# Remove RPATH
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
+}

Copied: gdal/repos/community-staging-i686/gdal-python-install.patch (from rev 
145151, gdal/trunk/gdal-python-install.patch)
===
--- community-staging-i686/gdal-python-install.patch
(rev 0)
+++ community-stag

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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 03:08:05
  Author: foutrelis
Revision: 145151

hdf5 1.8.15 rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 02:01:02 UTC (rev 145150)
+++ PKGBUILD2015-10-28 02:08:05 UTC (rev 145151)
@@ -5,7 +5,7 @@
 
 pkgname=gdal
 pkgver=2.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('i686' 'x86_64')
 url="http://www.gdal.org/";


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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 03:01:02
  Author: foutrelis
Revision: 145150

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

Added:
  libmatio/repos/community-staging-i686/
  libmatio/repos/community-staging-i686/ChangeLog
(from rev 145149, libmatio/trunk/ChangeLog)
  libmatio/repos/community-staging-i686/PKGBUILD
(from rev 145149, libmatio/trunk/PKGBUILD)
  libmatio/repos/community-staging-x86_64/
  libmatio/repos/community-staging-x86_64/ChangeLog
(from rev 145149, libmatio/trunk/ChangeLog)
  libmatio/repos/community-staging-x86_64/PKGBUILD
(from rev 145149, libmatio/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |2 ++
 community-staging-i686/PKGBUILD|   30 ++
 community-staging-x86_64/ChangeLog |2 ++
 community-staging-x86_64/PKGBUILD  |   30 ++
 4 files changed, 64 insertions(+)

Copied: libmatio/repos/community-staging-i686/ChangeLog (from rev 145149, 
libmatio/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2015-10-28 02:01:02 UTC (rev 145150)
@@ -0,0 +1,2 @@
+1.5.2-3:
+move from AUR to [community]

Copied: libmatio/repos/community-staging-i686/PKGBUILD (from rev 145149, 
libmatio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-28 02:01:02 UTC (rev 145150)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Stefan Husmann 
+# Contributor: Alexander Rødseth 
+# Contributor: William Rea 
+
+pkgname=libmatio
+pkgver=1.5.2
+pkgrel=4
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing 
MATLAB MAT-files'
+arch=('x86_64' 'i686')
+license=('custom:BSD')
+url='http://sourceforge.net/projects/matio'
+depends=('zlib' 'hdf5')
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz";)
+changelog=ChangeLog
+md5sums=('85b007b99916c63791f28398f6a4c6f1')
+
+build() {
+  cd "matio-${pkgver}"
+  ./configure --prefix=/usr --enable-shared --with-hdf5
+  make
+}
+
+package() {
+  cd "matio-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: libmatio/repos/community-staging-x86_64/ChangeLog (from rev 145149, 
libmatio/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2015-10-28 02:01:02 UTC (rev 145150)
@@ -0,0 +1,2 @@
+1.5.2-3:
+move from AUR to [community]

Copied: libmatio/repos/community-staging-x86_64/PKGBUILD (from rev 145149, 
libmatio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-28 02:01:02 UTC (rev 145150)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Stefan Husmann 
+# Contributor: Alexander Rødseth 
+# Contributor: William Rea 
+
+pkgname=libmatio
+pkgver=1.5.2
+pkgrel=4
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing 
MATLAB MAT-files'
+arch=('x86_64' 'i686')
+license=('custom:BSD')
+url='http://sourceforge.net/projects/matio'
+depends=('zlib' 'hdf5')
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz";)
+changelog=ChangeLog
+md5sums=('85b007b99916c63791f28398f6a4c6f1')
+
+build() {
+  cd "matio-${pkgver}"
+  ./configure --prefix=/usr --enable-shared --with-hdf5
+  make
+}
+
+package() {
+  cd "matio-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 03:00:55
  Author: foutrelis
Revision: 145149

hdf5 1.8.15 rebuild

Modified:
  libmatio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 01:59:53 UTC (rev 145148)
+++ PKGBUILD2015-10-28 02:00:55 UTC (rev 145149)
@@ -6,7 +6,7 @@
 
 pkgname=libmatio
 pkgver=1.5.2
-pkgrel=3
+pkgrel=4
 pkgdesc='C library with a fortran 90/95 module interface for reading/writing 
MATLAB MAT-files'
 arch=('x86_64' 'i686')
 license=('custom:BSD')


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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 02:59:46
  Author: foutrelis
Revision: 145147

hdf5 1.8.15 rebuild

Modified:
  python-h5py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 01:56:46 UTC (rev 145146)
+++ PKGBUILD2015-10-28 01:59:46 UTC (rev 145147)
@@ -7,7 +7,7 @@
 pkgbase=python-h5py
 pkgname=(python-h5py python2-h5py)
 pkgver=2.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="General-purpose Python bindings for the HDF5 library"
 url="http://www.h5py.org/";
 arch=('i686' 'x86_64')


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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 02:59:53
  Author: foutrelis
Revision: 145148

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

Added:
  python-h5py/repos/community-staging-i686/
  python-h5py/repos/community-staging-i686/DOCS_LICENSE.txt
(from rev 145147, python-h5py/trunk/DOCS_LICENSE.txt)
  python-h5py/repos/community-staging-i686/PKGBUILD
(from rev 145147, python-h5py/trunk/PKGBUILD)
  python-h5py/repos/community-staging-x86_64/
  python-h5py/repos/community-staging-x86_64/DOCS_LICENSE.txt
(from rev 145147, python-h5py/trunk/DOCS_LICENSE.txt)
  python-h5py/repos/community-staging-x86_64/PKGBUILD
(from rev 145147, python-h5py/trunk/PKGBUILD)

---+
 community-staging-i686/DOCS_LICENSE.txt   |   25 +++
 community-staging-i686/PKGBUILD   |   59 
 community-staging-x86_64/DOCS_LICENSE.txt |   25 +++
 community-staging-x86_64/PKGBUILD |   59 
 4 files changed, 168 insertions(+)

Copied: python-h5py/repos/community-staging-i686/DOCS_LICENSE.txt (from rev 
145147, python-h5py/trunk/DOCS_LICENSE.txt)
===
--- community-staging-i686/DOCS_LICENSE.txt (rev 0)
+++ community-staging-i686/DOCS_LICENSE.txt 2015-10-28 01:59:53 UTC (rev 
145148)
@@ -0,0 +1,25 @@
+Summary
+===
+
+The h5py documentation is licensed under the Creative Commons "BY" license.
+This license allows you to reproduce and create derivative works based on the
+documentation contained in this directory, provided you acknowledge the h5py
+authors when you do so.
+
+We suggest you use the following method of acknowledgement:
+
+
+HDF5 for Python Documentation
+Copyright 2008-2011 Andrew Collette and contributers
+http://h5py.alfven.org
+
+
+License Terms
+=
+
+The text of this license is available on the Creative Commons website:
+http://creativecommons.org/licenses/by/3.0/legalcode
+
+A non-official summary is also available:
+http://creativecommons.org/licenses/by/3.0/
+

Copied: python-h5py/repos/community-staging-i686/PKGBUILD (from rev 145147, 
python-h5py/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-28 01:59:53 UTC (rev 145148)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Rich Li 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-h5py
+pkgname=(python-h5py python2-h5py)
+pkgver=2.5.0
+pkgrel=3
+pkgdesc="General-purpose Python bindings for the HDF5 library"
+url="http://www.h5py.org/";
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('cython' 'cython2' 'hdf5' 'python-numpy' 'python2-numpy' 
'python-six' 'python2-six')
+source=("https://pypi.python.org/packages/source/h/h5py/h5py-$pkgver.tar.gz";
+DOCS_LICENSE.txt)
+md5sums=('6e4301b5ad5da0d51b0a1e5ac19e3b74'
+ '747a856995bb271af44733b2fdab642b')
+
+prepare() {
+  cp -a h5py-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/h5py-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/h5py-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/h5py-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/h5py-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-h5py() {
+  depends=('hdf5' 'python-numpy' 'python-six' 'cython')
+  conflicts=('hdf5-openmpi' 'python-h5py-openmpi')
+
+  cd "$srcdir"/h5py-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir"/ --optimize=1
+
+  install -D "$srcdir/DOCS_LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-h5py() {
+  depends=('hdf5' 'python2-numpy' 'python2-six' 'cython2')
+  conflicts=('hdf5-openmpi' 'python2-h5py-openmpi')
+
+  cd "$srcdir"/h5py-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir"/ --optimize=1
+
+  install -D "$srcdir/DOCS_LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: python-h5py/repos/community-staging-x86_64/DOCS_LICENSE.txt (from rev 
145147, python-h5py/trunk/DOCS_LICENSE.txt)
===
--- community-staging-x86_64/DOCS_LICENSE.txt   (rev 0)
+++ community-staging-x86_64/DOCS_LICENSE.txt   2015-10-28 01:59:53 UTC (rev 
145148)
@@ -0,0 +1,25 @@
+Summary
+===
+
+The h5py documentation is licensed under the Creative Commons "BY" license.
+This license allows you to reproduce and create derivative works based on the
+documentation contained in this directory, provided you acknowledge the h5py
+authors when you do so.
+
+We suggest you use the following method of acknowledgement:
+
+
+HDF5 for

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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 02:56:35
  Author: foutrelis
Revision: 145145

hdf5 1.8.15 rebuild

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 01:55:29 UTC (rev 145144)
+++ PKGBUILD2015-10-28 01:56:35 UTC (rev 145145)
@@ -5,7 +5,7 @@
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 arch=("i686" "x86_64")
 pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
 url="http://www.pytables.org";


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

2015-10-27 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 02:56:07
  Author: fyan
Revision: 249826

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-28 01:55:47 UTC (rev 249825)
+++ PKGBUILD2015-10-28 01:56:07 UTC (rev 249826)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.2
-pkgrel=3
-pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
-arch=('any')
-url="http://www.makotemplates.org/";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
-sha1sums=('d53b9161985ca4bdd1aaec8d5f694856e961bdf1'
-  'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-cp -a Mako-$pkgver python2-Mako-$pkgver
-}
-
-build() {
-cd Mako-$pkgver
-python3 setup.py build
-
-cd ../python2-Mako-$pkgver
-python2 setup.py build
-}
-
-check() {
-cd Mako-$pkgver
-python3 setup.py test
-
-cd ../python2-Mako-$pkgver
-python2 setup.py test
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-cd Mako-$pkgver
-python3 setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/python-mako/COPYING"
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-cd python2-Mako-$pkgver
-python2 setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/python2-mako/COPYING"
-
-mv "$pkgdir/usr/bin/mako-render" "$pkgdir/usr/bin/mako-render2"
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 249825, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-28 01:56:07 UTC (rev 249826)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
+arch=('any')
+url="http://www.makotemplates.org/";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
+sha1sums=('d68636bc4b2d4c4030c936d88c4e05a8080b4463'
+  'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+cd "$srcdir/Mako-$pkgver"
+python setup.py build
+
+cd "$srcdir/Mako-$pkgver-py2"
+python2 setup.py build
+}
+
+check() {
+cd "$srcdir/Mako-$pkgver"
+python setup.py test
+
+cd "$srcdir/Mako-$pkgver-py2"
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+cd Mako-$pkgver
+python setup.py install --root="$pkgdir" --optimize=1
+install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+cd Mako-$pkgver-py2
+python2 setup.py install --root="$pkgdir" --optimize=1
+install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+mv "$pkgdir/usr/bin/mako-render"{,2}
+}


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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 02:56:46
  Author: foutrelis
Revision: 145146

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

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

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

Copied: python-pytables/repos/community-staging-i686/PKGBUILD (from rev 145145, 
python-pytables/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-28 01:56:46 UTC (rev 145146)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.2.2
+pkgrel=2
+arch=("i686" "x86_64")
+pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
+url="http://www.pytables.org";
+license=("BSD")
+makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz";)
+md5sums=('4a9792bba1a21f0853e7841d7c1beed8')
+
+prepare() {
+  cd "$srcdir"/tables-$pkgver
+
+  cd "$srcdir"
+  cp -a tables-$pkgver tables-py2-$pkgver
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/tables-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/tables-$pkgver
+  python setup.py build
+}
+
+package_python2-pytables() {
+  depends=('lzo' 'hdf5' 'python2-numexpr')
+
+  cd "$srcdir"/tables-py2-${pkgver}
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # see FS#36015 and FS#44971
+  mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
+  mv "$pkgdir"/usr/bin/ptdump{,-2.7}
+  mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
+  mv "$pkgdir"/usr/bin/pttree{,-2.7}
+
+  # see FS#45975
+  _site_packages=`python2 -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
+  chmod a+rx "${pkgdir}${_site_packages}"/*.egg-info
+  chmod a+r "${pkgdir}${_site_packages}"/*.egg-info/*
+}
+
+package_python-pytables() {
+  depends=('lzo' 'hdf5' 'python-numexpr')
+
+  cd "$srcdir"/tables-${pkgver}
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # see FS#45975
+  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
+  chmod a+rx "${pkgdir}${_site_packages}"/*.egg-info
+  chmod a+r "${pkgdir}${_site_packages}"/*.egg-info/*
+}
+

Copied: python-pytables/repos/community-staging-x86_64/PKGBUILD (from rev 
145145, python-pytables/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-28 01:56:46 UTC (rev 145146)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.2.2
+pkgrel=2
+arch=("i686" "x86_64")
+pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
+url="http://www.pytables.org";
+license=("BSD")
+makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz";)
+md5sums=('4a9792bba1a21f0853e7841d7c1beed8')
+
+prepare() {
+  cd "$srcdir"/tables-$pkgver
+
+  cd "$srcdir"
+  cp -a tables-$pkgver tables-py2-$pkgver
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/tables-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/tables-$pkgver
+  python setup.py build
+}
+
+package_python2-pytables() {
+  depends=('lzo' 'hdf5' 'python2-numexpr')
+
+  cd "$srcdir"/tables-py2-${pkgver}
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # see FS#36015 and FS#44971
+  mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
+  mv "$pkgdir"/usr/bin/ptdump{,-2.7}
+  mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
+  mv "$pkgdir"/usr/bin/pttree{,-2.7}
+
+  # see FS#45975
+  _site_packages=`python2 -c "from distutils.sysconfig import get_python_lib; 
print(g

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

2015-10-27 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 02:55:29
  Author: fyan
Revision: 145144

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-28 01:55:10 UTC (rev 145143)
+++ PKGBUILD2015-10-28 01:55:29 UTC (rev 145144)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-_pypiname=dnslib
-pkgbase=python-$_pypiname
-pkgname=(python-$_pypiname python2-$_pypiname)
-pkgver=0.9.4
-pkgrel=2
-pkgdesc="Simple library to encode/decode DNS wire-format packets"
-arch=('any')
-url=("https://bitbucket.org/paulc/dnslib";)
-license=('custom:BSD')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/d/$_pypiname/$_pypiname-${pkgver}.tar.gz";)
-md5sums=('8a8fb0a228dc1b6e3d058e8396d02430')
-
-prepare() {
-  cp -a ${_pypiname}-${pkgver} python2-${_pypiname}-${pkgver}
-}
-
-package_python-dnslib() {
-  depends=("python")
-
-  cd ${_pypiname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-}
-
-package_python2-dnslib() {
-  depends=("python2")
-
-  cd python2-${_pypiname}-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-dnslib/repos/community-any/PKGBUILD (from rev 145143, 
python-dnslib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-28 01:55:29 UTC (rev 145144)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_pypiname=dnslib
+pkgbase=python-$_pypiname
+pkgname=(python-$_pypiname python2-$_pypiname)
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="Simple library to encode/decode DNS wire-format packets"
+arch=('any')
+url=("https://bitbucket.org/paulc/dnslib";)
+license=('custom:BSD')
+makedepends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/d/$_pypiname/$_pypiname-${pkgver}.tar.gz";)
+md5sums=('ab26665b468a74b01d0882bc6b67f12a')
+
+prepare() {
+  cp -a ${_pypiname}-${pkgver} python2-${_pypiname}-${pkgver}
+}
+
+package_python-dnslib() {
+  depends=("python")
+
+  cd ${_pypiname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+}
+
+package_python2-dnslib() {
+  depends=("python2")
+
+  cd python2-${_pypiname}-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-10-27 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 02:55:47
  Author: fyan
Revision: 249825

upgpkg: python-mako 1.0.3-1

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 01:53:22 UTC (rev 249824)
+++ PKGBUILD2015-10-28 01:55:47 UTC (rev 249825)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
 arch=('any')
 url="http://www.makotemplates.org/";
@@ -14,27 +14,27 @@
   'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
   'python-dogpile.cache' 'python2-dogpile.cache')
 
source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
-sha1sums=('d53b9161985ca4bdd1aaec8d5f694856e961bdf1'
+sha1sums=('d68636bc4b2d4c4030c936d88c4e05a8080b4463'
   'SKIP')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
 
 prepare() {
-cp -a Mako-$pkgver python2-Mako-$pkgver
+cp -a Mako-$pkgver{,-py2}
 }
 
 build() {
-cd Mako-$pkgver
-python3 setup.py build
+cd "$srcdir/Mako-$pkgver"
+python setup.py build
 
-cd ../python2-Mako-$pkgver
+cd "$srcdir/Mako-$pkgver-py2"
 python2 setup.py build
 }
 
 check() {
-cd Mako-$pkgver
-python3 setup.py test
+cd "$srcdir/Mako-$pkgver"
+python setup.py test
 
-cd ../python2-Mako-$pkgver
+cd "$srcdir/Mako-$pkgver-py2"
 python2 setup.py test
 }
 
@@ -42,16 +42,16 @@
 depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
 
 cd Mako-$pkgver
-python3 setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/python-mako/COPYING"
+python setup.py install --root="$pkgdir" --optimize=1
+install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
 package_python2-mako() {
 depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
 
-cd python2-Mako-$pkgver
+cd Mako-$pkgver-py2
 python2 setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/python2-mako/COPYING"
+install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 
-mv "$pkgdir/usr/bin/mako-render" "$pkgdir/usr/bin/mako-render2"
+mv "$pkgdir/usr/bin/mako-render"{,2}
 }


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

2015-10-27 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 02:55:10
  Author: fyan
Revision: 145143

upgpkg: python-dnslib 0.9.5-1

Modified:
  python-dnslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 19:14:27 UTC (rev 145142)
+++ PKGBUILD2015-10-28 01:55:10 UTC (rev 145143)
@@ -4,8 +4,8 @@
 _pypiname=dnslib
 pkgbase=python-$_pypiname
 pkgname=(python-$_pypiname python2-$_pypiname)
-pkgver=0.9.4
-pkgrel=2
+pkgver=0.9.5
+pkgrel=1
 pkgdesc="Simple library to encode/decode DNS wire-format packets"
 arch=('any')
 url=("https://bitbucket.org/paulc/dnslib";)
@@ -12,7 +12,7 @@
 license=('custom:BSD')
 makedepends=('python' 'python2')
 
source=("https://pypi.python.org/packages/source/d/$_pypiname/$_pypiname-${pkgver}.tar.gz";)
-md5sums=('8a8fb0a228dc1b6e3d058e8396d02430')
+md5sums=('ab26665b468a74b01d0882bc6b67f12a')
 
 prepare() {
   cp -a ${_pypiname}-${pkgver} python2-${_pypiname}-${pkgver}


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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 02:53:22
  Author: foutrelis
Revision: 249824

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

Added:
  vigra/repos/staging-i686/
  vigra/repos/staging-i686/PKGBUILD
(from rev 249823, vigra/trunk/PKGBUILD)
  vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch
(from rev 249823, vigra/trunk/vigra-1.7.1.gcc460.patch)
  vigra/repos/staging-x86_64/
  vigra/repos/staging-x86_64/PKGBUILD
(from rev 249823, vigra/trunk/PKGBUILD)
  vigra/repos/staging-x86_64/vigra-1.7.1.gcc460.patch
(from rev 249823, vigra/trunk/vigra-1.7.1.gcc460.patch)

-+
 staging-i686/PKGBUILD   |   64 ++
 staging-i686/vigra-1.7.1.gcc460.patch   |   33 +++
 staging-x86_64/PKGBUILD |   64 ++
 staging-x86_64/vigra-1.7.1.gcc460.patch |   33 +++
 4 files changed, 194 insertions(+)

Copied: vigra/repos/staging-i686/PKGBUILD (from rev 249823, 
vigra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-10-28 01:53:22 UTC (rev 249824)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Lukas Jirkovsky 
+
+pkgbase=vigra
+pkgname=('vigra' 'vigra-doc')
+pkgver=1.10.0
+pkgrel=9
+arch=('i686' 'x86_64')
+url="http://hci.iwr.uni-heidelberg.de/vigra/";
+license=('custom:MIT')
+makedepends=(# runtime deps
+ 'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw'
+# additional makedeps
+ 'cmake' 'python2-nose' 'doxygen' 'python2-sphinx' 'boost' 
'python2-numpy')
+source=(https://github.com/ukoethe/vigra/releases/download/Version-${pkgver//./-}/${pkgname}-${pkgver}-src-with-docu.tar.gz)
+md5sums=('85e2968e4ee5f9541b5dd8b3fb9cc433')
+
+build() {
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+  -DWITH_OPENEXR=true \
+  -DWITH_VIGRANUMPY=1 \
+  -DDOCINSTALL=share/doc
+  make
+}
+
+#check() {
+#  cd "${srcdir}"/${pkgname}-${pkgver}
+#  make -j1 -k check #|| /bin/true # i686 fails
+#}
+
+package_vigra() {
+  pkgdesc="Computer vision library"
+  depends=('libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw')
+  optdepends=('python2: for python bindings'
+  'boost-libs: for python bindings')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # license
+  install -D -m644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  
+  # remove doc
+  rm -rf "${pkgdir}"/usr/share/doc
+  
+  #fix shebang for python2
+  sed -i 's|python$|python2|' "$pkgdir"/usr/bin/vigra-config
+}
+
+package_vigra-doc() {
+  pkgdesc="Computer vision library - documentation and examples"
+  #depends=('vigra')
+  #arch=('any')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # cleanup
+  rm -rf "${pkgdir}"/usr/{bin,include,lib}
+
+  # license
+  install -D -m644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch (from rev 249823, 
vigra/trunk/vigra-1.7.1.gcc460.patch)
===
--- staging-i686/vigra-1.7.1.gcc460.patch   (rev 0)
+++ staging-i686/vigra-1.7.1.gcc460.patch   2015-10-28 01:53:22 UTC (rev 
249824)
@@ -0,0 +1,33 @@
+diff -baur vigra-1.7.1.old/include/vigra/random_forest.hxx 
vigra-1.7.1/include/vigra/random_forest.hxx
+--- vigra-1.7.1.old/include/vigra/random_forest.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/random_forest.hxx2011-01-28 
00:16:32.0 +
+@@ -43,6 +43,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include "mathutil.hxx"
+ #include "array_vector.hxx"
+ #include "sized_int.hxx"
+diff -baur vigra-1.7.1.old/include/vigra/sifImport.hxx 
vigra-1.7.1/include/vigra/sifImport.hxx
+--- vigra-1.7.1.old/include/vigra/sifImport.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/sifImport.hxx2011-01-28 00:23:31.0 
+
+@@ -57,6 +57,7 @@
+ #include 
+ #include 
+ #include  
++#include 
+ #include "vigra/multi_array.hxx"
+ 
+ namespace vigra {
+diff -baur vigra-1.7.1.old/include/vigra/multi_iterator.hxx 
vigra-1.7.1/include/vigra/multi_iterator.hxx
+--- vigra-1.7.1.old/include/vigra/multi_iterator.hxx   2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/multi_iterator.hxx   2011-01-28 
00:23:31.0 +
+@@ -41,6 +41,7 @@
+ #define VIGRA_MULTI_ITERATOR_HXX
+ 
+ #include 
++#include 
+ #include "tinyvector.hxx"
+ #include "iteratortags.hxx"
+ 

Copied: vigra/repos/staging-x86_64/PKGBUILD (from rev 249823, 
vigra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD

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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 02:53:14
  Author: foutrelis
Revision: 249823

hdf5 1.8.15 rebuild

Modified:
  vigra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 01:48:34 UTC (rev 249822)
+++ PKGBUILD2015-10-28 01:53:14 UTC (rev 249823)
@@ -5,7 +5,7 @@
 pkgbase=vigra
 pkgname=('vigra' 'vigra-doc')
 pkgver=1.10.0
-pkgrel=8
+pkgrel=9
 arch=('i686' 'x86_64')
 url="http://hci.iwr.uni-heidelberg.de/vigra/";
 license=('custom:MIT')


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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 02:48:26
  Author: foutrelis
Revision: 249821

hdf5 1.8.15 rebuild

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 01:26:47 UTC (rev 249820)
+++ PKGBUILD2015-10-28 01:48:26 UTC (rev 249821)
@@ -5,7 +5,7 @@
 
 pkgname=octave
 pkgver=4.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('i686' 'x86_64')
 url="http://www.octave.org";


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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 02:48:34
  Author: foutrelis
Revision: 249822

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

Added:
  octave/repos/staging-i686/
  octave/repos/staging-i686/PKGBUILD
(from rev 249821, octave/trunk/PKGBUILD)
  octave/repos/staging-i686/octave.install
(from rev 249821, octave/trunk/octave.install)
  octave/repos/staging-x86_64/
  octave/repos/staging-x86_64/PKGBUILD
(from rev 249821, octave/trunk/PKGBUILD)
  octave/repos/staging-x86_64/octave.install
(from rev 249821, octave/trunk/octave.install)

---+
 staging-i686/PKGBUILD |   47 
 staging-i686/octave.install   |   20 +
 staging-x86_64/PKGBUILD   |   47 
 staging-x86_64/octave.install |   20 +
 4 files changed, 134 insertions(+)

Copied: octave/repos/staging-i686/PKGBUILD (from rev 249821, 
octave/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-10-28 01:48:34 UTC (rev 249822)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.0.0
+pkgrel=6
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org";
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
+options=('!emptydirs')
+install=octave.install
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"  \
+  MOC=moc-qt4 UIC=uic-qt4
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Copied: octave/repos/staging-i686/octave.install (from rev 249821, 
octave/trunk/octave.install)
===
--- staging-i686/octave.install (rev 0)
+++ staging-i686/octave.install 2015-10-28 01:48:34 UTC (rev 249822)
@@ -0,0 +1,20 @@
+info_dir=/usr/share/info
+info_files=(octave.info octave.info-1 octave.info-2 octave.info-3 
octave.info-4 octave.info-5 octave.info-6 octave.info-7 octave.info-8)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: octave/repos/staging-x86_64/PKGBUILD (from rev 249821, 
octave/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-10-28 01:48:34 UTC (rev 249822)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.0.0
+pkgrel=6
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org";
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
+options=('!emptydirs')
+install=octave.install
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --d

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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 02:26:47
  Author: foutrelis
Revision: 249820

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

Added:
  netcdf/repos/staging-i686/
  netcdf/repos/staging-i686/PKGBUILD
(from rev 249819, netcdf/trunk/PKGBUILD)
  netcdf/repos/staging-x86_64/
  netcdf/repos/staging-x86_64/PKGBUILD
(from rev 249819, netcdf/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: netcdf/repos/staging-i686/PKGBUILD (from rev 249819, 
netcdf/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-10-28 01:26:47 UTC (rev 249820)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgname=netcdf
+pkgver=4.3.3.1
+pkgrel=2
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
+arch=("i686" "x86_64")
+url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp";
+depends=('gcc-libs' 'hdf5' 'curl')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+options=('!makeflags')
+license=('custom')
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
+sha1sums=('074dd8ef6e8dde3f0c26c7bec0b5d3be6a38bbee')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+}

Copied: netcdf/repos/staging-x86_64/PKGBUILD (from rev 249819, 
netcdf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-10-28 01:26:47 UTC (rev 249820)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgname=netcdf
+pkgver=4.3.3.1
+pkgrel=2
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
+arch=("i686" "x86_64")
+url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp";
+depends=('gcc-libs' 'hdf5' 'curl')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+options=('!makeflags')
+license=('custom')
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
+sha1sums=('074dd8ef6e8dde3f0c26c7bec0b5d3be6a38bbee')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+}


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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 02:24:50
  Author: foutrelis
Revision: 249819

hdf5 1.8.15 rebuild

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 01:12:16 UTC (rev 249818)
+++ PKGBUILD2015-10-28 01:24:50 UTC (rev 249819)
@@ -4,7 +4,7 @@
 
 pkgname=netcdf
 pkgver=4.3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=("i686" "x86_64")
 url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp";


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

2015-10-27 Thread Anatol Pomozov
Date: Wednesday, October 28, 2015 @ 02:12:16
  Author: anatolik
Revision: 249818

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

Added:
  hdf5-openmpi/repos/staging-i686/
  hdf5-openmpi/repos/staging-i686/PKGBUILD
(from rev 249817, hdf5-openmpi/trunk/PKGBUILD)
  hdf5-openmpi/repos/staging-i686/mpi.patch
(from rev 249817, hdf5-openmpi/trunk/mpi.patch)
  hdf5-openmpi/repos/staging-x86_64/
  hdf5-openmpi/repos/staging-x86_64/PKGBUILD
(from rev 249817, hdf5-openmpi/trunk/PKGBUILD)
  hdf5-openmpi/repos/staging-x86_64/mpi.patch
(from rev 249817, hdf5-openmpi/trunk/mpi.patch)

--+
 staging-i686/PKGBUILD|   67 +
 staging-i686/mpi.patch   |   18 
 staging-x86_64/PKGBUILD  |   67 +
 staging-x86_64/mpi.patch |   18 
 4 files changed, 170 insertions(+)

Copied: hdf5-openmpi/repos/staging-i686/PKGBUILD (from rev 249817, 
hdf5-openmpi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-10-28 01:12:16 UTC (rev 249818)
@@ -0,0 +1,67 @@
+# $Id: PKGBUILD 147983 2012-01-29 11:26:22Z ronald $
+# Maintainer: Ronald van Haren 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+# Contributor: Jed Brown 
+# Contributor: Simone Pezzuto 
+
+pkgname=hdf5-openmpi
+_pkgname=hdf5
+pkgver=1.8.15_patch1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="General purpose library and file format for storing scientific data 
(OpenMPI version)"
+url="http://www.hdfgroup.org/HDF5/";
+license=('custom')
+depends=('zlib' 'sh' 'openmpi')
+makedepends=('time')
+provides=('hdf5')
+conflicts=('hdf5')
+source=(http://www.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2
 
+mpi.patch) 
+sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0'
+  '658d4a3e537c9c76da3200effa8f95b656a21936')
+
+build() {
+  cd "$srcdir/${_pkgname}-${pkgver/_/-}"
+
+  # FS#33343
+  patch -Np1 -i "${srcdir}/mpi.patch"
+
+  ./configure \
+CXX="mpicxx" \
+CC="mpicc" \
+FC="mpif90" \
+F9X="mpif90" \
+RUNPARALLEL="mpirun" \
+OMPI_MCA_disable_memory_allocator=1 \
+--prefix=/usr \
+--with-pthread=/usr/lib/ \
+--enable-linux-lfs \
+--enable-unsupported \
+--enable-shared \
+--disable-static \
+--enable-production=yes \
+--with-zlib \
+--with-default-api-version=v18 \
+--enable-parallel=yes \
+--enable-cxx \
+--disable-sharedlib-rpath
+
+  make
+}
+
+package() {
+  cd "$srcdir/${_pkgname}-${pkgver/_/-}"
+
+  make -j1 DESTDIR="${pkgdir}" install
+
+  install -d -m755 "$pkgdir/usr/share/$_pkgname"
+  mv "$pkgdir"/usr/share/{hdf5_examples,$_pkgname/examples}
+
+  install -d -m755 "$pkgdir/usr/share/licenses/${pkgname}"
+  install -m644 "$srcdir/${_pkgname}-${pkgver/_/-}/COPYING" \
+  "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" 
+}
+

Copied: hdf5-openmpi/repos/staging-i686/mpi.patch (from rev 249817, 
hdf5-openmpi/trunk/mpi.patch)
===
--- staging-i686/mpi.patch  (rev 0)
+++ staging-i686/mpi.patch  2015-10-28 01:12:16 UTC (rev 249818)
@@ -0,0 +1,18 @@
+Prevent accidental inclusion of mpi c++ headers 
+when hdf5.h is included third party library
+
+https://bugs.gentoo.org/show_bug.cgi?id=420777
+https://bugs.archlinux.org/task/33343
+
+--- a/src/H5public.h
 b/src/H5public.h
+@@ -58,6 +58,8 @@
+ #   include 
+ #endif
+ #ifdef H5_HAVE_PARALLEL
++#   define OMPI_SKIP_MPICXX   /* Make sure that cxx specific headers are not 
included */
++#   define MPICH_SKIP_MPICXX
+ #   include 
+ #ifndef MPI_FILE_NULL /*MPIO may be defined in mpi.h already   */
+ #   include 
+

Copied: hdf5-openmpi/repos/staging-x86_64/PKGBUILD (from rev 249817, 
hdf5-openmpi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-10-28 01:12:16 UTC (rev 249818)
@@ -0,0 +1,67 @@
+# $Id: PKGBUILD 147983 2012-01-29 11:26:22Z ronald $
+# Maintainer: Ronald van Haren 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+# Contributor: Jed Brown 
+# Contributor: Simone Pezzuto 
+
+pkgname=hdf5-openmpi
+_pkgname=hdf5
+pkgver=1.8.15_patch1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="General purpose library and file format for storing scientific data 
(OpenMPI version)"
+url="http://www.hdfgroup.org/HDF5/";
+license=('custom')
+depends=('zlib' 'sh' 'openmpi')
+makedepends=('time')
+provides=('hdf5')
+conflicts=('hdf5')
+source=(http://www.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2
 
+mpi.patch) 
+sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0'
+  '658d4

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

2015-10-27 Thread Anatol Pomozov
Date: Wednesday, October 28, 2015 @ 02:11:48
  Author: anatolik
Revision: 249817

upgpkg: hdf5-openmpi 1.8.15_patch1-1

Modified:
  hdf5-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 01:05:48 UTC (rev 249816)
+++ PKGBUILD2015-10-28 01:11:48 UTC (rev 249817)
@@ -8,8 +8,8 @@
 
 pkgname=hdf5-openmpi
 _pkgname=hdf5
-pkgver=1.8.14
-pkgrel=2
+pkgver=1.8.15_patch1
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="General purpose library and file format for storing scientific data 
(OpenMPI version)"
 url="http://www.hdfgroup.org/HDF5/";
@@ -20,7 +20,7 @@
 conflicts=('hdf5')
 
source=(http://www.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2
 
 mpi.patch) 
-sha1sums=('3c48bcb0d5fb21a3aa425ed035c08d8da3d5483a'
+sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0'
   '658d4a3e537c9c76da3200effa8f95b656a21936')
 
 build() {
@@ -29,8 +29,6 @@
   # FS#33343
   patch -Np1 -i "${srcdir}/mpi.patch"
 
-  export CFLAGS="${CFLAGS/O2/O0}"
-  export CXXFLAGS="${CFLAGS}"
   ./configure \
 CXX="mpicxx" \
 CC="mpicc" \


[arch-commits] Commit in hdf5-cpp-fortran/repos (4 files)

2015-10-27 Thread Anatol Pomozov
Date: Wednesday, October 28, 2015 @ 02:05:48
  Author: anatolik
Revision: 249816

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

Added:
  hdf5-cpp-fortran/repos/staging-i686/
  hdf5-cpp-fortran/repos/staging-i686/PKGBUILD
(from rev 249815, hdf5-cpp-fortran/trunk/PKGBUILD)
  hdf5-cpp-fortran/repos/staging-x86_64/
  hdf5-cpp-fortran/repos/staging-x86_64/PKGBUILD
(from rev 249815, hdf5-cpp-fortran/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   47 ++
 staging-x86_64/PKGBUILD |   47 ++
 2 files changed, 94 insertions(+)

Copied: hdf5-cpp-fortran/repos/staging-i686/PKGBUILD (from rev 249815, 
hdf5-cpp-fortran/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-10-28 01:05:48 UTC (rev 249816)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 174838 2013-01-07 19:57:53Z ronald $
+# Maintainer: Ronald van Haren 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+
+pkgname=hdf5-cpp-fortran
+_pkgname=hdf5
+pkgver=1.8.15_patch1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="General purpose library and file format for storing scientific data"
+url="http://www.hdfgroup.org/HDF5/";
+license=('custom')
+depends=('zlib' 'sh' 'gcc-libs')
+makedepends=('time' 'gcc-fortran')
+conflicts=('hdf5')
+provides=('hdf5')
+source=(http://www.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
+sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0')
+
+build() {
+  cd "$srcdir/${_pkgname}-${pkgver/_/-}"
+  ./configure --prefix=/usr --disable-static \
+--enable-hl \
+--enable-cxx \
+--enable-fortran \
+--enable-fortran2003 \
+--enable-linux-lfs \
+--enable-production \
+--with-pic \
+--docdir=/usr/share/doc/hdf5/ \
+--with-pthread=/usr/lib/ \
+--disable-sharedlib-rpath
+  make
+}
+
+package() {
+  cd "$srcdir/${_pkgname}-${pkgver/_/-}"
+
+  make -j1 DESTDIR="${pkgdir}" install
+
+  install -d -m755 "$pkgdir/usr/share/licenses/${pkgname}"
+  install -m644 "$srcdir/${_pkgname}-${pkgver/_/-}/COPYING" \
+  "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" 
+}
+

Copied: hdf5-cpp-fortran/repos/staging-x86_64/PKGBUILD (from rev 249815, 
hdf5-cpp-fortran/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-10-28 01:05:48 UTC (rev 249816)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 174838 2013-01-07 19:57:53Z ronald $
+# Maintainer: Ronald van Haren 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+
+pkgname=hdf5-cpp-fortran
+_pkgname=hdf5
+pkgver=1.8.15_patch1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="General purpose library and file format for storing scientific data"
+url="http://www.hdfgroup.org/HDF5/";
+license=('custom')
+depends=('zlib' 'sh' 'gcc-libs')
+makedepends=('time' 'gcc-fortran')
+conflicts=('hdf5')
+provides=('hdf5')
+source=(http://www.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
+sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0')
+
+build() {
+  cd "$srcdir/${_pkgname}-${pkgver/_/-}"
+  ./configure --prefix=/usr --disable-static \
+--enable-hl \
+--enable-cxx \
+--enable-fortran \
+--enable-fortran2003 \
+--enable-linux-lfs \
+--enable-production \
+--with-pic \
+--docdir=/usr/share/doc/hdf5/ \
+--with-pthread=/usr/lib/ \
+--disable-sharedlib-rpath
+  make
+}
+
+package() {
+  cd "$srcdir/${_pkgname}-${pkgver/_/-}"
+
+  make -j1 DESTDIR="${pkgdir}" install
+
+  install -d -m755 "$pkgdir/usr/share/licenses/${pkgname}"
+  install -m644 "$srcdir/${_pkgname}-${pkgver/_/-}/COPYING" \
+  "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" 
+}
+


[arch-commits] Commit in hdf5-cpp-fortran/trunk (PKGBUILD)

2015-10-27 Thread Anatol Pomozov
Date: Wednesday, October 28, 2015 @ 02:05:14
  Author: anatolik
Revision: 249815

upgpkg: hdf5-cpp-fortran 1.8.15_patch1-1

Modified:
  hdf5-cpp-fortran/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 00:47:19 UTC (rev 249814)
+++ PKGBUILD2015-10-28 01:05:14 UTC (rev 249815)
@@ -6,7 +6,7 @@
 
 pkgname=hdf5-cpp-fortran
 _pkgname=hdf5
-pkgver=1.8.14
+pkgver=1.8.15_patch1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="General purpose library and file format for storing scientific data"
@@ -17,12 +17,10 @@
 conflicts=('hdf5')
 provides=('hdf5')
 
source=(http://www.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
-sha1sums=('3c48bcb0d5fb21a3aa425ed035c08d8da3d5483a')
+sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0')
 
 build() {
   cd "$srcdir/${_pkgname}-${pkgver/_/-}"
-  export CFLAGS="${CFLAGS/O2/O0}"
-  export CXXFLAGS="${CFLAGS}"
   ./configure --prefix=/usr --disable-static \
 --enable-hl \
 --enable-cxx \


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

2015-10-27 Thread Anatol Pomozov
Date: Wednesday, October 28, 2015 @ 01:47:19
  Author: anatolik
Revision: 249814

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

Added:
  hdf5/repos/staging-i686/
  hdf5/repos/staging-i686/PKGBUILD
(from rev 249813, hdf5/trunk/PKGBUILD)
  hdf5/repos/staging-x86_64/
  hdf5/repos/staging-x86_64/PKGBUILD
(from rev 249813, hdf5/trunk/PKGBUILD)

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

Copied: hdf5/repos/staging-i686/PKGBUILD (from rev 249813, hdf5/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-10-28 00:47:19 UTC (rev 249814)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+
+pkgname=hdf5
+pkgver=1.8.15_patch1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="General purpose library and file format for storing scientific data"
+url="http://www.hdfgroup.org/HDF5/";
+license=('custom')
+depends=('zlib' 'sh')
+makedepends=('time')
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
+sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0')
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver/_/-}"
+
+  ./configure --prefix=/usr --disable-static \
+--enable-hl \
+--enable-threadsafe \
+--enable-linux-lfs \
+--enable-production \
+--with-pic \
+--docdir=/usr/share/doc/hdf5/ \
+--with-pthread=/usr/lib/ \
+--disable-sharedlib-rpath
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver/_/-}"
+
+  make -j1 DESTDIR="${pkgdir}" install
+
+  install -d -m755 "$pkgdir/usr/share/licenses/${pkgname}"
+  install -m644 "$srcdir/${pkgname}-${pkgver/_/-}/COPYING" \
+  "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" 
+}
+

Copied: hdf5/repos/staging-x86_64/PKGBUILD (from rev 249813, 
hdf5/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-10-28 00:47:19 UTC (rev 249814)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+
+pkgname=hdf5
+pkgver=1.8.15_patch1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="General purpose library and file format for storing scientific data"
+url="http://www.hdfgroup.org/HDF5/";
+license=('custom')
+depends=('zlib' 'sh')
+makedepends=('time')
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
+sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0')
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver/_/-}"
+
+  ./configure --prefix=/usr --disable-static \
+--enable-hl \
+--enable-threadsafe \
+--enable-linux-lfs \
+--enable-production \
+--with-pic \
+--docdir=/usr/share/doc/hdf5/ \
+--with-pthread=/usr/lib/ \
+--disable-sharedlib-rpath
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver/_/-}"
+
+  make -j1 DESTDIR="${pkgdir}" install
+
+  install -d -m755 "$pkgdir/usr/share/licenses/${pkgname}"
+  install -m644 "$srcdir/${pkgname}-${pkgver/_/-}/COPYING" \
+  "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" 
+}
+


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

2015-10-27 Thread Anatol Pomozov
Date: Wednesday, October 28, 2015 @ 01:46:45
  Author: anatolik
Revision: 249813

upgpkg: hdf5 1.8.15_patch1-1

Modified:
  hdf5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 23:53:12 UTC (rev 249812)
+++ PKGBUILD2015-10-28 00:46:45 UTC (rev 249813)
@@ -5,7 +5,7 @@
 # Contributor: Tom K 
 
 pkgname=hdf5
-pkgver=1.8.14
+pkgver=1.8.15_patch1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="General purpose library and file format for storing scientific data"
@@ -14,13 +14,11 @@
 depends=('zlib' 'sh')
 makedepends=('time')
 
source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
-sha1sums=('3c48bcb0d5fb21a3aa425ed035c08d8da3d5483a')
+sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0')
 
 build() {
   cd "$srcdir/${pkgname}-${pkgver/_/-}"
 
-  export CFLAGS="${CFLAGS/O2/O0}"
-  export CXXFLAGS="${CFLAGS}"
   ./configure --prefix=/usr --disable-static \
 --enable-hl \
 --enable-threadsafe \


[arch-commits] Commit in apache/trunk (httpd.service)

2015-10-27 Thread Anatol Pomozov
Date: Wednesday, October 28, 2015 @ 00:53:12
  Author: anatolik
Revision: 249812

Start apache process in foreground

Modified:
  apache/trunk/httpd.service

---+
 httpd.service |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: httpd.service
===
--- httpd.service   2015-10-27 22:40:56 UTC (rev 249811)
+++ httpd.service   2015-10-27 23:53:12 UTC (rev 249812)
@@ -3,9 +3,8 @@
 After=network.target remote-fs.target nss-lookup.target
 
 [Service]
-Type=forking
-PIDFile=/run/httpd/httpd.pid
-ExecStart=/usr/bin/apachectl start
+Type=simple
+ExecStart=/usr/bin/apachectl start -DFOREGROUND
 ExecStop=/usr/bin/apachectl graceful-stop
 ExecReload=/usr/bin/apachectl graceful
 PrivateTmp=true


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

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 23:40:56
  Author: heftig
Revision: 249811

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

Added:
  gnome-keyring/repos/extra-i686/PKGBUILD
(from rev 249810, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/extra-i686/gnome-keyring.install
(from rev 249810, gnome-keyring/trunk/gnome-keyring.install)
  gnome-keyring/repos/extra-x86_64/PKGBUILD
(from rev 249810, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/extra-x86_64/gnome-keyring.install
(from rev 249810, gnome-keyring/trunk/gnome-keyring.install)
Deleted:
  gnome-keyring/repos/extra-i686/PKGBUILD
  gnome-keyring/repos/extra-i686/gnome-keyring.install
  gnome-keyring/repos/extra-x86_64/PKGBUILD
  gnome-keyring/repos/extra-x86_64/gnome-keyring.install

+
 /PKGBUILD  |   66 +++
 /gnome-keyring.install |   24 
 extra-i686/PKGBUILD|   35 --
 extra-i686/gnome-keyring.install   |   12 --
 extra-x86_64/PKGBUILD  |   35 --
 extra-x86_64/gnome-keyring.install |   12 --
 6 files changed, 90 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-27 22:40:19 UTC (rev 249810)
+++ extra-i686/PKGBUILD 2015-10-27 22:40:56 UTC (rev 249811)
@@ -1,35 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot 
-
-pkgname=gnome-keyring
-epoch=1
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="GNOME Password Management daemon"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('gcr' 'libcap-ng')
-makedepends=('intltool' 'gtk-doc')
-groups=('gnome')
-options=('!emptydirs')
-url="http://www.gnome.org";
-install=gnome-keyring.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('15a3bb8c53855a4ff0dbbdfbe4ec3df206c32048f50bdc76a51f8e3e14ece1f5')
-
-# Held at 3.16 until https://bugzilla.gnome.org/show_bug.cgi?id=756006 is fixed
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring \
-  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-keyring/repos/extra-i686/PKGBUILD (from rev 249810, 
gnome-keyring/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-27 22:40:56 UTC (rev 249811)
@@ -0,0 +1,33 @@
+#$Id$
+# Maintainer: Jan De Groot 
+
+pkgname=gnome-keyring
+epoch=1
+pkgver=3.18.3
+pkgrel=1
+pkgdesc="GNOME Password Management daemon"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gcr' 'libcap-ng')
+makedepends=('intltool' 'gtk-doc')
+groups=('gnome')
+options=('!emptydirs')
+url="http://www.gnome.org";
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3f670dd61789bdda75b9c9e31e289bf7b1d23ba012433474790081ba7dc0ed98')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-keyring.install
===
--- extra-i686/gnome-keyring.install2015-10-27 22:40:19 UTC (rev 249810)
+++ extra-i686/gnome-keyring.install2015-10-27 22:40:56 UTC (rev 249811)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: gnome-keyring/repos/extra-i686/gnome-keyring.install (from rev 249810, 
gnome-keyring/trunk/gnome-keyring.install)
===
--- extra-i686/gnome-keyring.install(rev 0)
+++ extra-i686/gnome-keyring.install2015-10-27 22:40:56 UTC (rev 249811)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-27 22:40:19 UTC (rev 249810)
+++ extra-x86_64/PKGBUILD

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

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 23:40:19
  Author: heftig
Revision: 249810

3.18.3

Modified:
  gnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 22:33:25 UTC (rev 249809)
+++ PKGBUILD2015-10-27 22:40:19 UTC (rev 249810)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-keyring
 epoch=1
-pkgver=3.16.0
+pkgver=3.18.3
 pkgrel=1
 pkgdesc="GNOME Password Management daemon"
 arch=(i686 x86_64)
@@ -15,10 +15,8 @@
 url="http://www.gnome.org";
 install=gnome-keyring.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('15a3bb8c53855a4ff0dbbdfbe4ec3df206c32048f50bdc76a51f8e3e14ece1f5')
+sha256sums=('3f670dd61789bdda75b9c9e31e289bf7b1d23ba012433474790081ba7dc0ed98')
 
-# Held at 3.16 until https://bugzilla.gnome.org/show_bug.cgi?id=756006 is fixed
-
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \


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

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 23:33:25
  Author: heftig
Revision: 249809

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-27 22:32:24 UTC (rev 249808)
+++ extra-i686/PKGBUILD 2015-10-27 22:33:25 UTC (rev 249809)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.43.3
-pkgrel=1
-pkgdesc="Javascript Bindings for GNOME"
-arch=(i686 x86_64)
-url="http://live.gnome.org/Gjs";
-license=(GPL)
-depends=(cairo gobject-introspection-runtime 'js>=24.2.0' 'gtk3')
-makedepends=('gobject-introspection')
-source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('82b54dd4590ea1622d19b2e27978bcb9c2c5b46922e1e1780ea79b6a28aa1c4e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-i686/PKGBUILD (from rev 249808, gjs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-27 22:33:25 UTC (rev 249809)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.44.0
+pkgrel=1
+pkgdesc="Javascript Bindings for GNOME"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Gjs";
+license=(GPL)
+depends=(cairo gobject-introspection-runtime 'js>=24.2.0' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('88c960f6ad47a6931d123f5d6317d13704f58572f68a4391913a254ff27dce80')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-27 22:32:24 UTC (rev 249808)
+++ extra-x86_64/PKGBUILD   2015-10-27 22:33:25 UTC (rev 249809)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.43.3
-pkgrel=1
-pkgdesc="Javascript Bindings for GNOME"
-arch=(i686 x86_64)
-url="http://live.gnome.org/Gjs";
-license=(GPL)
-depends=(cairo gobject-introspection-runtime 'js>=24.2.0' 'gtk3')
-makedepends=('gobject-introspection')
-source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('82b54dd4590ea1622d19b2e27978bcb9c2c5b46922e1e1780ea79b6a28aa1c4e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 249808, gjs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-27 22:33:25 UTC (rev 249809)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.44.0
+pkgrel=1
+pkgdesc="Javascript Bindings for GNOME"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Gjs";
+license=(GPL)
+depends=(cairo gobject-introspection-runtime 'js>=24.2.0' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('88c960f6ad47a6931d123f5d6317d13704f58572f68a4391913a254ff27dce80')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 23:32:24
  Author: heftig
Revision: 249808

1.44.0

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 20:31:55 UTC (rev 249807)
+++ PKGBUILD2015-10-27 22:32:24 UTC (rev 249808)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.43.3
+pkgver=1.44.0
 pkgrel=1
 pkgdesc="Javascript Bindings for GNOME"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(cairo gobject-introspection-runtime 'js>=24.2.0' 'gtk3')
 makedepends=('gobject-introspection')
 
source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('82b54dd4590ea1622d19b2e27978bcb9c2c5b46922e1e1780ea79b6a28aa1c4e')
+sha256sums=('88c960f6ad47a6931d123f5d6317d13704f58572f68a4391913a254ff27dce80')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 21:31:55
  Author: heftig
Revision: 249807

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

Added:
  dbus/repos/testing-i686/PKGBUILD
(from rev 249806, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 249806, dbus/trunk/PKGBUILD)
Deleted:
  
dbus/repos/testing-i686/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch
  dbus/repos/testing-i686/PKGBUILD
  
dbus/repos/testing-x86_64/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch
  dbus/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  134 
++
 testing-i686/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch   |   25 
-
 testing-i686/PKGBUILD   |   72 
-
 testing-x86_64/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch |   25 
-
 testing-x86_64/PKGBUILD |   72 
-
 5 files changed, 134 insertions(+), 194 deletions(-)

Deleted: testing-i686/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch
===
--- testing-i686/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch   
2015-10-27 20:28:19 UTC (rev 249806)
+++ testing-i686/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch   
2015-10-27 20:31:55 UTC (rev 249807)
@@ -1,25 +0,0 @@
-From 53c3f6c20980a9375f4c699355e8f7963ed63d7f Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Thu, 22 Oct 2015 19:50:29 +0200
-Subject: [PATCH] user dbus.socket: Set DBUS_SESSION_BUS_ADDRESS
-
-As discussed in https://github.com/systemd/systemd/issues/1600

- bus/systemd-user/dbus.socket.in | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/bus/systemd-user/dbus.socket.in b/bus/systemd-user/dbus.socket.in
-index 77958f7..5535443 100644
 a/bus/systemd-user/dbus.socket.in
-+++ b/bus/systemd-user/dbus.socket.in
-@@ -3,6 +3,7 @@ Description=D-Bus User Message Bus Socket
- 
- [Socket]
- ListenStream=%t/bus
-+ExecStartPost=@EXPANDED_BINDIR@/systemctl --user set-environment 
DBUS_SESSION_BUS_ADDRESS=unix:path=%t/bus
- 
- [Install]
- WantedBy=sockets.target
--- 
-2.6.2
-

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-10-27 20:28:19 UTC (rev 249806)
+++ testing-i686/PKGBUILD   2015-10-27 20:31:55 UTC (rev 249807)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Maintainer: Jan de Groot 
-# Contributor: Link Dupont 
-
-pkgbase=dbus
-pkgname=('dbus' 'libdbus')
-pkgver=1.10.0
-pkgrel=5
-pkgdesc="Freedesktop.org message bus system"
-url="http://www.freedesktop.org/Software/dbus";
-arch=(i686 x86_64)
-license=('GPL' 'custom')
-makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
-0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch)
-md5sums=('5af6297348107a906c8449817a728b3b'
- 'SKIP'
- 'a97e2b8e5da583e38690d2ccd0424619')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 

-
-prepare() {
-  cd dbus-$pkgver
-
-  # https://github.com/systemd/systemd/issues/1600
-  patch -Np1 -i ../0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch
-}
-
-build() {
-  cd dbus-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
-  --with-system-pid-file=/run/dbus/pid \
-  --with-system-socket=/run/dbus/system_bus_socket \
-  --with-console-auth-dir=/run/console/ \
-  --enable-inotify \
-  --disable-verbose-mode --disable-static \
-  --disable-tests --disable-asserts \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --enable-systemd --enable-user-session
-  make
-}
-
-package_dbus(){
-  depends=('libdbus' 'expat')
-  optdepends=('libx11: dbus-launch support')
-  provides=('dbus-core')
-  conflicts=('dbus-core')
-  replaces=('dbus-core')
-
-  cd dbus-$pkgver
-
-  # Disable installation of libdbus
-  sed -i -e 's/^SUBDIRS = dbus/SUBDIRS =/' Makefile
-
-  make DESTDIR="$pkgdir" install
-
-  rm -r "${pkgdir}/var/run"
-  rm -r "${pkgdir}/usr/lib/pkgconfig"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/dbus/COPYING"
-}
-
-package_libdbus(){
-  pkgdesc="DBus library"
-  depends=('libsystemd')
-
-  cd dbus-$pkgver
-  make DESTDIR="$pkgdir" -C dbus install
-  make DESTDIR="$pkgdir" install-data-am
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/libdbus/COPYING"
-}

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 249806, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-27 20:31:55 UTC (rev 24980

[arch-commits] Commit in dbus/trunk (2 files)

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 21:28:19
  Author: heftig
Revision: 249806

1.10.2

Modified:
  dbus/trunk/PKGBUILD
Deleted:
  dbus/trunk/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch

--+
 0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch |   25 -
 PKGBUILD |   15 ++-
 2 files changed, 5 insertions(+), 35 deletions(-)

Deleted: 0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch
===
--- 0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch2015-10-27 
19:13:04 UTC (rev 249805)
+++ 0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch2015-10-27 
20:28:19 UTC (rev 249806)
@@ -1,25 +0,0 @@
-From 53c3f6c20980a9375f4c699355e8f7963ed63d7f Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Thu, 22 Oct 2015 19:50:29 +0200
-Subject: [PATCH] user dbus.socket: Set DBUS_SESSION_BUS_ADDRESS
-
-As discussed in https://github.com/systemd/systemd/issues/1600

- bus/systemd-user/dbus.socket.in | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/bus/systemd-user/dbus.socket.in b/bus/systemd-user/dbus.socket.in
-index 77958f7..5535443 100644
 a/bus/systemd-user/dbus.socket.in
-+++ b/bus/systemd-user/dbus.socket.in
-@@ -3,6 +3,7 @@ Description=D-Bus User Message Bus Socket
- 
- [Socket]
- ListenStream=%t/bus
-+ExecStartPost=@EXPANDED_BINDIR@/systemctl --user set-environment 
DBUS_SESSION_BUS_ADDRESS=unix:path=%t/bus
- 
- [Install]
- WantedBy=sockets.target
--- 
-2.6.2
-

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 19:13:04 UTC (rev 249805)
+++ PKGBUILD2015-10-27 20:28:19 UTC (rev 249806)
@@ -5,25 +5,20 @@
 
 pkgbase=dbus
 pkgname=('dbus' 'libdbus')
-pkgver=1.10.0
-pkgrel=5
+pkgver=1.10.2
+pkgrel=1
 pkgdesc="Freedesktop.org message bus system"
 url="http://www.freedesktop.org/Software/dbus";
 arch=(i686 x86_64)
 license=('GPL' 'custom')
 makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
-0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch)
-md5sums=('5af6297348107a906c8449817a728b3b'
- 'SKIP'
- 'a97e2b8e5da583e38690d2ccd0424619')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc})
+md5sums=('2428919cc77b8d0028d65ee4d5dbef31'
+ 'SKIP')
 validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 

 
 prepare() {
   cd dbus-$pkgver
-
-  # https://github.com/systemd/systemd/issues/1600
-  patch -Np1 -i ../0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch
 }
 
 build() {


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

2015-10-27 Thread Jakob Gruber
Date: Tuesday, October 27, 2015 @ 20:14:27
  Author: schuay
Revision: 145142

archrelease: copy trunk to community-x86_64

Added:
  angband/repos/community-x86_64/PKGBUILD
(from rev 145141, angband/trunk/PKGBUILD)
Deleted:
  angband/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 19:14:20 UTC (rev 145141)
+++ PKGBUILD2015-10-27 19:14:27 UTC (rev 145142)
@@ -1,55 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Mike Sampson 
-# Contributor: Adrian Stratulat 
-# Contributor: Anton Bazhenov 
-# Contributor: KillaB 
-# Contributor: Callan Barrett 
-# Contributor: Christian Schmidt 
-# Contributor: Sebastian Sareyko 
-
-pkgname=angband
-pkgver=4.0.2
-pkgrel=2
-pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
-arch=('i686' 'x86_64')
-url="http://rephial.org/";
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
-makedepends=('python-docutils')
-source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz";)
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Fix detection of ncurses config script for ncurses 6.0
-  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./autogen.sh
-
-  ./configure \
---prefix=/usr \
---bindir=/usr/bin \
---sysconfdir=/usr/share/angband \
---with-configpath=/usr/share/angband \
---with-libpath=/usr/share/angband \
---enable-gtk \
---enable-sdl \
---enable-sdl-mixer
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
-  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-md5sums=('b4c96762281307e69b95114b9b3a6487')

Copied: angband/repos/community-x86_64/PKGBUILD (from rev 145141, 
angband/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 19:14:27 UTC (rev 145142)
@@ -0,0 +1,55 @@
+# Maintainer: schuay 
+# Contributor: Mike Sampson 
+# Contributor: Adrian Stratulat 
+# Contributor: Anton Bazhenov 
+# Contributor: KillaB 
+# Contributor: Callan Barrett 
+# Contributor: Christian Schmidt 
+# Contributor: Sebastian Sareyko 
+
+pkgname=angband
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
+arch=('i686' 'x86_64')
+url="http://rephial.org/";
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
+makedepends=('python-docutils')
+source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz";)
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Fix detection of ncurses config script for ncurses 6.0
+  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./autogen.sh
+
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--sysconfdir=/usr/share/angband \
+--with-configpath=/usr/share/angband \
+--with-libpath=/usr/share/angband \
+--enable-gtk \
+--enable-sdl \
+--enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
+  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+md5sums=('d1d065d2d13221755a2a689c17e7a895')


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

2015-10-27 Thread Jakob Gruber
Date: Tuesday, October 27, 2015 @ 20:14:06
  Author: schuay
Revision: 145140

angband-4.0.3-1

Modified:
  angband/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 18:45:32 UTC (rev 145139)
+++ PKGBUILD2015-10-27 19:14:06 UTC (rev 145140)
@@ -8,8 +8,8 @@
 # Contributor: Sebastian Sareyko 
 
 pkgname=angband
-pkgver=4.0.2
-pkgrel=2
+pkgver=4.0.3
+pkgrel=1
 pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
 arch=('i686' 'x86_64')
 url="http://rephial.org/";
@@ -52,4 +52,4 @@
   install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }
 
-md5sums=('b4c96762281307e69b95114b9b3a6487')
+md5sums=('d1d065d2d13221755a2a689c17e7a895')


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

2015-10-27 Thread Andreas Radke
Date: Tuesday, October 27, 2015 @ 20:13:04
  Author: andyrtr
Revision: 249805

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 249804, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 249804, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-27 19:12:51 UTC (rev 249804)
+++ extra-i686/PKGBUILD 2015-10-27 19:13:04 UTC (rev 249805)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.0.76
-pkgrel=2
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
-license=('GPL')
-depends=('lcms2' 'poppler' 'qpdf')
-makedepends=('ghostscript' 'ttf-dejavu' 'python2') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('92e14b4f52a320c8d8b8176918bd4a8c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 249804, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-27 19:13:04 UTC (rev 249805)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu' 'python2') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('f34561df0630f4ece332fd391e31914c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed

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

2015-10-27 Thread Jakob Gruber
Date: Tuesday, October 27, 2015 @ 20:14:20
  Author: schuay
Revision: 145141

archrelease: copy trunk to community-i686

Added:
  angband/repos/community-i686/PKGBUILD
(from rev 145140, angband/trunk/PKGBUILD)
Deleted:
  angband/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 19:14:06 UTC (rev 145140)
+++ PKGBUILD2015-10-27 19:14:20 UTC (rev 145141)
@@ -1,55 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Mike Sampson 
-# Contributor: Adrian Stratulat 
-# Contributor: Anton Bazhenov 
-# Contributor: KillaB 
-# Contributor: Callan Barrett 
-# Contributor: Christian Schmidt 
-# Contributor: Sebastian Sareyko 
-
-pkgname=angband
-pkgver=4.0.2
-pkgrel=2
-pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
-arch=('i686' 'x86_64')
-url="http://rephial.org/";
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
-makedepends=('python-docutils')
-source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz";)
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Fix detection of ncurses config script for ncurses 6.0
-  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./autogen.sh
-
-  ./configure \
---prefix=/usr \
---bindir=/usr/bin \
---sysconfdir=/usr/share/angband \
---with-configpath=/usr/share/angband \
---with-libpath=/usr/share/angband \
---enable-gtk \
---enable-sdl \
---enable-sdl-mixer
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
-  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-md5sums=('b4c96762281307e69b95114b9b3a6487')

Copied: angband/repos/community-i686/PKGBUILD (from rev 145140, 
angband/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 19:14:20 UTC (rev 145141)
@@ -0,0 +1,55 @@
+# Maintainer: schuay 
+# Contributor: Mike Sampson 
+# Contributor: Adrian Stratulat 
+# Contributor: Anton Bazhenov 
+# Contributor: KillaB 
+# Contributor: Callan Barrett 
+# Contributor: Christian Schmidt 
+# Contributor: Sebastian Sareyko 
+
+pkgname=angband
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
+arch=('i686' 'x86_64')
+url="http://rephial.org/";
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
+makedepends=('python-docutils')
+source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz";)
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Fix detection of ncurses config script for ncurses 6.0
+  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./autogen.sh
+
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--sysconfdir=/usr/share/angband \
+--with-configpath=/usr/share/angband \
+--with-libpath=/usr/share/angband \
+--enable-gtk \
+--enable-sdl \
+--enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
+  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+md5sums=('d1d065d2d13221755a2a689c17e7a895')


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

2015-10-27 Thread Andreas Radke
Date: Tuesday, October 27, 2015 @ 20:12:51
  Author: andyrtr
Revision: 249804

upgpkg: cups-filters 1.1.0-1

upstream update 1.1.0

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 18:47:49 UTC (rev 249803)
+++ PKGBUILD2015-10-27 19:12:51 UTC (rev 249804)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.0.76
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
@@ -20,7 +20,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('92e14b4f52a320c8d8b8176918bd4a8c')
+md5sums=('f34561df0630f4ece332fd391e31914c')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-27 Thread Anatol Pomozov
Date: Tuesday, October 27, 2015 @ 19:45:32
  Author: anatolik
Revision: 145139

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 18:44:51 UTC (rev 145138)
+++ community-i686/PKGBUILD 2015-10-27 18:45:32 UTC (rev 145139)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: KokaKiwi 
-# Contributor: James Bulmer 
-
-pkgname=nanomsg
-pkgver=0.6
-_tag=$pkgver-beta
-pkgrel=1
-pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
-url='http://nanomsg.org/'
-license=(MIT)
-arch=(i686 x86_64)
-depends=(glibc)
-source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
-sha1sums=('637d3844c8928faf73aa6f8caaadd270c8c27dfd')
-
-build() {
-  cd nanomsg-$_tag
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd nanomsg-$_tag
-  make check
-}
-
-package() {
-  cd nanomsg-$_tag
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: nanomsg/repos/community-i686/PKGBUILD (from rev 145138, 
nanomsg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 18:45:32 UTC (rev 145139)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: KokaKiwi 
+# Contributor: James Bulmer 
+
+pkgname=nanomsg
+pkgver=0.7
+_tag=$pkgver-beta
+pkgrel=1
+pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
+url='http://nanomsg.org/'
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
+sha1sums=('880434156edb8e2fadf16630cbdec9add1d4fd80')
+
+build() {
+  cd nanomsg-$_tag
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd nanomsg-$_tag
+  make check -j1
+}
+
+package() {
+  cd nanomsg-$_tag
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-27 18:44:51 UTC (rev 145138)
+++ community-x86_64/PKGBUILD   2015-10-27 18:45:32 UTC (rev 145139)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: KokaKiwi 
-# Contributor: James Bulmer 
-
-pkgname=nanomsg
-pkgver=0.6
-_tag=$pkgver-beta
-pkgrel=1
-pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
-url='http://nanomsg.org/'
-license=(MIT)
-arch=(i686 x86_64)
-depends=(glibc)
-source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
-sha1sums=('637d3844c8928faf73aa6f8caaadd270c8c27dfd')
-
-build() {
-  cd nanomsg-$_tag
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd nanomsg-$_tag
-  make check
-}
-
-package() {
-  cd nanomsg-$_tag
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: nanomsg/repos/community-x86_64/PKGBUILD (from rev 145138, 
nanomsg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-27 18:45:32 UTC (rev 145139)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: KokaKiwi 
+# Contributor: James Bulmer 
+
+pkgname=nanomsg
+pkgver=0.7
+_tag=$pkgver-beta
+pkgrel=1
+pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
+url='http://nanomsg.org/'
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
+sha1sums=('880434156edb8e2fadf16630cbdec9add1d4fd80')
+
+build() {
+  cd nanomsg-$_tag
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd nanomsg-$_tag
+  make check -j1
+}
+
+package() {
+  cd nanomsg-$_tag
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2015-10-27 Thread Anatol Pomozov
Date: Tuesday, October 27, 2015 @ 19:44:51
  Author: anatolik
Revision: 145138

upgpkg: nanomsg 0.7-1

Modified:
  nanomsg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 18:31:40 UTC (rev 145137)
+++ PKGBUILD2015-10-27 18:44:51 UTC (rev 145138)
@@ -4,7 +4,7 @@
 # Contributor: James Bulmer 
 
 pkgname=nanomsg
-pkgver=0.6
+pkgver=0.7
 _tag=$pkgver-beta
 pkgrel=1
 pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
@@ -13,7 +13,7 @@
 arch=(i686 x86_64)
 depends=(glibc)
 
source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
-sha1sums=('637d3844c8928faf73aa6f8caaadd270c8c27dfd')
+sha1sums=('880434156edb8e2fadf16630cbdec9add1d4fd80')
 
 build() {
   cd nanomsg-$_tag
@@ -24,7 +24,7 @@
 
 check() {
   cd nanomsg-$_tag
-  make check
+  make check -j1
 }
 
 package() {


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

2015-10-27 Thread Jelle van der Waa
Date: Tuesday, October 27, 2015 @ 19:22:22
  Author: jelle
Revision: 145136

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 18:22:11 UTC (rev 145135)
+++ PKGBUILD2015-10-27 18:22:22 UTC (rev 145136)
@@ -1,58 +0,0 @@
-# Maintainer: Stefan Husmann 
-# Maintainer: Jelle van der Waa 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: William Rea 
-
-pkgname=('python-pytz' 'python2-pytz')
-pkgver=2015.6
-pkgrel=1
-arch=('any')
-url="http://pypi.python.org/pypi/pytz";
-license=("MIT")
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/p/pytz/pytz-$pkgver.tar.gz)
-#source=(http://pypi.python.org/packages/source/p/pytz/pytz-$pkgver.tar.gz{,.asc})
-#validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
-md5sums=('ff047a16dafeaa895bedef80a74c3728')
-
-build(){
-cd $srcdir
-cp -rf pytz-$pkgver pytz2-$pkgver
-}
-
-check(){
-cd $srcdir/pytz-$pkgver/pytz/tests
-
-python3 test_tzinfo.py
-
-python2 test_tzinfo.py
-}
-
-package_python-pytz(){
-depends=('python')
-pkgdesc="Cross platform time zone library for Python"
-
-cd $srcdir/pytz-$pkgver
-
-# Fix locale https://github.com/ipython/ipython/issues/2057
-export LC_ALL=en_US.UTF-8
-
-python3 setup.py install --root=$pkgdir/
-
-install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-
-package_python2-pytz(){
-depends=('python2')
-pkgdesc="Cross platform time zone library for Python"
-
-cd $srcdir/pytz2-$pkgver
-
-# python 2 fix
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' pytz/tzfile.py
-
-python2 setup.py install --root="$pkgdir/"
-
-install -D LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pytz/repos/community-any/PKGBUILD (from rev 145135, 
python-pytz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 18:22:22 UTC (rev 145136)
@@ -0,0 +1,58 @@
+# Maintainer: Stefan Husmann 
+# Maintainer: Jelle van der Waa 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=('python-pytz' 'python2-pytz')
+pkgver=2015.7
+pkgrel=1
+arch=('any')
+url="http://pypi.python.org/pypi/pytz";
+license=("MIT")
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/p/pytz/pytz-$pkgver.tar.gz)
+#source=(http://pypi.python.org/packages/source/p/pytz/pytz-$pkgver.tar.gz{,.asc})
+#validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
+md5sums=('252bb731883f37ff9c7f462954e8706d')
+
+build(){
+cd $srcdir
+cp -rf pytz-$pkgver pytz2-$pkgver
+}
+
+check(){
+cd $srcdir/pytz-$pkgver/pytz/tests
+
+python3 test_tzinfo.py
+
+python2 test_tzinfo.py
+}
+
+package_python-pytz(){
+depends=('python')
+pkgdesc="Cross platform time zone library for Python"
+
+cd $srcdir/pytz-$pkgver
+
+# Fix locale https://github.com/ipython/ipython/issues/2057
+export LC_ALL=en_US.UTF-8
+
+python3 setup.py install --root=$pkgdir/
+
+install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+package_python2-pytz(){
+depends=('python2')
+pkgdesc="Cross platform time zone library for Python"
+
+cd $srcdir/pytz2-$pkgver
+
+# python 2 fix
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' pytz/tzfile.py
+
+python2 setup.py install --root="$pkgdir/"
+
+install -D LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-10-27 Thread Jelle van der Waa
Date: Tuesday, October 27, 2015 @ 19:22:11
  Author: jelle
Revision: 145135

upgpkg: python-pytz 2015.7-1

Modified:
  python-pytz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 17:07:23 UTC (rev 145134)
+++ PKGBUILD2015-10-27 18:22:11 UTC (rev 145135)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=('python-pytz' 'python2-pytz')
-pkgver=2015.6
+pkgver=2015.7
 pkgrel=1
 arch=('any')
 url="http://pypi.python.org/pypi/pytz";
@@ -13,7 +13,7 @@
 source=(http://pypi.python.org/packages/source/p/pytz/pytz-$pkgver.tar.gz)
 
#source=(http://pypi.python.org/packages/source/p/pytz/pytz-$pkgver.tar.gz{,.asc})
 #validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
-md5sums=('ff047a16dafeaa895bedef80a74c3728')
+md5sums=('252bb731883f37ff9c7f462954e8706d')
 
 build(){
 cd $srcdir


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

2015-10-27 Thread Andreas Radke
Date: Tuesday, October 27, 2015 @ 19:13:31
  Author: andyrtr
Revision: 249802

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

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

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

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


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

2015-10-27 Thread Andreas Radke
Date: Tuesday, October 27, 2015 @ 19:13:07
  Author: andyrtr
Revision: 249801

upgpkg: linux-lts 4.1.12-1

upstream update 4.1.12

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 16:48:07 UTC (rev 249800)
+++ PKGBUILD2015-10-27 18:13:07 UTC (rev 249801)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-4.1
-pkgver=4.1.11
+pkgver=4.1.12
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -21,7 +21,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
 'SKIP'
-'f98156dd7ceac2849de16b38cdb7a530cd3c74833ab613e0822b7bc4583cccb1'
+'f3520b06e6a2b9929173c680de75f11cde9f0a380e04195d538b5de820a549ae'
 'SKIP'
 'a3a17dec60161aa885c372a5edaa047f5e43044a66a5088e19392986eb8ea1a8'
 '70842d2c2bc56f4520bc021786e386634cb1b7adbfbdf704d048aefa65d59aa2'


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

2015-10-27 Thread Gaetan Bisson
Date: Tuesday, October 27, 2015 @ 18:07:23
  Author: bisson
Revision: 145134

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

Added:
  subsurface/repos/community-i686/PKGBUILD
(from rev 145133, subsurface/trunk/PKGBUILD)
  subsurface/repos/community-i686/install
(from rev 145133, subsurface/trunk/install)
  subsurface/repos/community-x86_64/PKGBUILD
(from rev 145133, subsurface/trunk/PKGBUILD)
  subsurface/repos/community-x86_64/install
(from rev 145133, subsurface/trunk/install)
Deleted:
  subsurface/repos/community-i686/PKGBUILD
  subsurface/repos/community-i686/install
  subsurface/repos/community-x86_64/PKGBUILD
  subsurface/repos/community-x86_64/install

---+
 /PKGBUILD |   82 
 /install  |   22 +++
 community-i686/PKGBUILD   |   41 --
 community-i686/install|   11 -
 community-x86_64/PKGBUILD |   41 --
 community-x86_64/install  |   11 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 17:06:42 UTC (rev 145133)
+++ community-i686/PKGBUILD 2015-10-27 17:07:23 UTC (rev 145134)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.5.0
-pkgrel=1
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee-qt5')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
-sha1sums=('1e5e72076d329b8283d4871609af080b787c71f1')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee-qt5')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
+sha1sums=('a595c479d67fce28c4fbe19b4e85e93c8e11fc12')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:/dev/null && gtk-update-icon-cache -q -t 
-f usr/share/icons/hicolor
-}
-
-post_install() {
-   post_upgrade
-}
-
-post_remove() {
-   post_upgrade
-}

Copied: subsurface/repos/community-i686/install (from rev 145133, 
subsurface/trunk/install)
===
--- community-i686/install  (rev 0)
+++ community-i686/install  2015-10-27 17:07:23 UTC (rev 145134)
@@ -0,0 +1,11 @@
+post_upgrade() {
+   type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache -q -t 
-f usr/share/icons/hicolor
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-27 17:06:42 UTC (rev 145133)
+++ community-x86_64/PKGBUILD   2015-10-27 17:07:23 UTC (rev 145134)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.5.0
-pkgrel=1
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee-qt5')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
-sha1sums=('1e5e72076d329b8283d4871609af080b787c71f1')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee-qt5')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
+sha1sums=('a595c479d67fce28c4fbe19b4e85e93c8e11fc12')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:/dev/null && gtk-update-icon-cache -q -t 
-f usr/share/icons/hicolor
-}
-
-post_install() {
- 

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

2015-10-27 Thread Gaetan Bisson
Date: Tuesday, October 27, 2015 @ 18:06:42
  Author: bisson
Revision: 145133

upstream update

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 16:59:32 UTC (rev 145132)
+++ PKGBUILD2015-10-27 17:06:42 UTC (rev 145133)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface
 _pkgname=Subsurface
-pkgver=4.5.0
+pkgver=4.5.1
 pkgrel=1
 pkgdesc='Divelog program'
 url='http://subsurface-divelog.org/'
@@ -15,7 +15,7 @@
  'subsurface-libdc' 'subsurface-marble'
  'qt5-connectivity' 'grantlee-qt5')
 source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
-sha1sums=('1e5e72076d329b8283d4871609af080b787c71f1')
+sha1sums=('a595c479d67fce28c4fbe19b4e85e93c8e11fc12')
 
 install=install
 


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

2015-10-27 Thread speps
Date: Tuesday, October 27, 2015 @ 17:59:32
  Author: speps
Revision: 145132

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

Added:
  sonic-visualiser/repos/community-i686/PKGBUILD
(from rev 145131, sonic-visualiser/trunk/PKGBUILD)
  sonic-visualiser/repos/community-i686/sonic-visualiser.install
(from rev 145131, sonic-visualiser/trunk/sonic-visualiser.install)
  sonic-visualiser/repos/community-x86_64/PKGBUILD
(from rev 145131, sonic-visualiser/trunk/PKGBUILD)
  sonic-visualiser/repos/community-x86_64/sonic-visualiser.install
(from rev 145131, sonic-visualiser/trunk/sonic-visualiser.install)
Deleted:
  sonic-visualiser/repos/community-i686/PKGBUILD
  sonic-visualiser/repos/community-i686/sonic-visualiser.install
  sonic-visualiser/repos/community-x86_64/PKGBUILD
  sonic-visualiser/repos/community-x86_64/sonic-visualiser.install

---+
 /PKGBUILD |  102 
 /sonic-visualiser.install |   24 ++
 community-i686/PKGBUILD   |   57 ---
 community-i686/sonic-visualiser.install   |   12 ---
 community-x86_64/PKGBUILD |   57 ---
 community-x86_64/sonic-visualiser.install |   12 ---
 6 files changed, 126 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 16:59:16 UTC (rev 145131)
+++ community-i686/PKGBUILD 2015-10-27 16:59:32 UTC (rev 145132)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Orivej Desh 
-
-pkgname=sonic-visualiser
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="A viewer and analyser of music audio files."
-arch=('i686' 'x86_64')
-url="http://www.sonicvisualiser.org/";
-license=('GPL')
-depends=('desktop-file-utils' 'libfishsound' 'libid3tag' 'liblo' 'liblrdf' 
'libmad'
- 'liboggz' 'libpulse' 'portaudio' 'qt5-base' 'rubberband' 'sord' 
'hicolor-icon-theme')
-install="$pkgname.install"
-source=("http://code.soundsoftware.ac.uk/attachments/download/1185/$pkgname-$pkgver.tar.gz";)
-md5sums=('24c8fa91a333c7776e39a30fda9a7783')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # wrong version in tarball
-  sed -i 's/2.4/2.4.1/' configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-  sh bootstrap.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # bin
-  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
-
-  # desktop file
-  install -d "$pkgdir/usr/share/applications"
-  install -Dm644 *.desktop "$pkgdir/usr/share/applications"
-
-  # icons
-  for _s in 16 22 24 32 48 64 128; do
-install -Dm644 icons/sv-${_s}x${_s}.png \
-"$pkgdir/usr/share/icons/hicolor/${_s}x${_s}/apps/sv-icon.png"
-  done
-  install -Dm644 icons/sv-icon.svg \
-  "$pkgdir/usr/share/icons/hicolor/scalable/apps/sv-icon.svg"
-
-  # samples
-  install -d "$pkgdir/usr/share/$pkgname/samples"
-  install -Dm644 samples/* "$pkgdir/usr/share/$pkgname/samples"
-
-  # templates
-  install -d "$pkgdir/usr/share/$pkgname/templates"
-  install -Dm644 templates/* "$pkgdir/usr/share/$pkgname/templates"
-}

Copied: sonic-visualiser/repos/community-i686/PKGBUILD (from rev 145131, 
sonic-visualiser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 16:59:32 UTC (rev 145132)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Orivej Desh 
+
+pkgname=sonic-visualiser
+pkgver=2.5
+pkgrel=1
+pkgdesc="A viewer and analyser of music audio files."
+arch=('i686' 'x86_64')
+url="http://www.sonicvisualiser.org/";
+license=('GPL')
+depends=('desktop-file-utils' 'libfishsound' 'libid3tag' 'liblo' 'liblrdf' 
'libmad'
+ 'liboggz' 'libpulse' 'portaudio' 'qt5-base' 'rubberband' 'sord' 
'hicolor-icon-theme')
+install="$pkgname.install"
+options=('!makeflags')
+source=("http://code.soundsoftware.ac.uk/attachments/download/1675/$pkgname-$pkgver.tar.gz";)
+md5sums=('bb79007d4c57391b361cbc51304e1ce2')
+
+build() {
+  cd $pkgname-$pkgver
+  sh bootstrap.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # bin
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+
+  # desktop file
+  install -d "$pkgdir/usr/share/applications"
+  install -Dm644 *.desktop "$pkgdir/usr/share/applications"
+
+  # icons
+  for _s in 16 22 24 32 48 64 128; do
+install -Dm644 icons/sv-${_s}x${_s}.png \
+"$pkgdir/usr/share/icons/hicolor/${_s}x${_s}/apps/sv-icon.png"
+  done
+  install -Dm644 icons/sv-icon.svg \
+  "$pkgdir/usr/share/icons/hicolor/scalable/apps/sv-icon.svg"
+
+  # samples
+  install -d "$pkgdir/usr/share/$pkgname/samples"
+  install -Dm644 samples/* "$pkgdir/usr/share/$pkgname/samples"
+
+  # templates
+  install -d "$pkgdir/usr/share/$pkgname/templates"
+  install -Dm644 templ

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

2015-10-27 Thread speps
Date: Tuesday, October 27, 2015 @ 17:59:16
  Author: speps
Revision: 145131

upgpkg: sonic-visualiser 2.5-1

Modified:
  sonic-visualiser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 16:51:44 UTC (rev 145130)
+++ PKGBUILD2015-10-27 16:59:16 UTC (rev 145131)
@@ -3,7 +3,7 @@
 # Contributor: Orivej Desh 
 
 pkgname=sonic-visualiser
-pkgver=2.4.1
+pkgver=2.5
 pkgrel=1
 pkgdesc="A viewer and analyser of music audio files."
 arch=('i686' 'x86_64')
@@ -13,16 +13,9 @@
  'liboggz' 'libpulse' 'portaudio' 'qt5-base' 'rubberband' 'sord' 
'hicolor-icon-theme')
 install="$pkgname.install"
 options=('!makeflags')
-source=("http://code.soundsoftware.ac.uk/attachments/download/1185/$pkgname-$pkgver.tar.gz";)
-md5sums=('24c8fa91a333c7776e39a30fda9a7783')
+source=("http://code.soundsoftware.ac.uk/attachments/download/1675/$pkgname-$pkgver.tar.gz";)
+md5sums=('bb79007d4c57391b361cbc51304e1ce2')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # wrong version in tarball
-  sed -i 's/2.4/2.4.1/' configure.ac
-}
-
 build() {
   cd $pkgname-$pkgver
   sh bootstrap.sh


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

2015-10-27 Thread Gaetan Bisson
Date: Tuesday, October 27, 2015 @ 17:47:23
  Author: bisson
Revision: 249799

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 14:41:58 UTC (rev 249798)
+++ PKGBUILD2015-10-27 16:47:23 UTC (rev 249799)
@@ -6,7 +6,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.19.10
+pkgver=0.19.11
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
@@ -20,7 +20,7 @@
 
source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('4635b33223d3f1e67eed41f6350ef75515153213' 'SKIP'
+sha1sums=('bc39026742b43d851a846b1f09bff94895cd1927' 'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '291fd5cda9f0845834a553017327c4586bd853f6')
 


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

2015-10-27 Thread Gaetan Bisson
Date: Tuesday, October 27, 2015 @ 17:51:44
  Author: bisson
Revision: 145130

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

Added:
  subsurface-libdc/repos/community-i686/PKGBUILD
(from rev 145129, subsurface-libdc/trunk/PKGBUILD)
  subsurface-libdc/repos/community-x86_64/PKGBUILD
(from rev 145129, subsurface-libdc/trunk/PKGBUILD)
Deleted:
  subsurface-libdc/repos/community-i686/PKGBUILD
  subsurface-libdc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 16:51:18 UTC (rev 145129)
+++ community-i686/PKGBUILD 2015-10-27 16:51:44 UTC (rev 145130)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.5.0
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='http://git.subsurface-divelog.org/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
-sha1sums=('655aa6254e709e675708483d03e3aefbfc8cefee')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
-   ./configure \
-   --prefix=/usr \
-   --program-prefix=libdc- \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-i686/PKGBUILD (from rev 145129, 
subsurface-libdc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 16:51:44 UTC (rev 145130)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
+sha1sums=('604fd43901a60fa05cee6a1bf57a4320c43608bf')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+   ./configure \
+   --prefix=/usr \
+   --program-prefix=libdc- \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-27 16:51:18 UTC (rev 145129)
+++ community-x86_64/PKGBUILD   2015-10-27 16:51:44 UTC (rev 145130)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.5.0
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='http://git.subsurface-divelog.org/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
-sha1sums=('655aa6254e709e675708483d03e3aefbfc8cefee')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
-   ./configure \
-   --prefix=/usr \
-   --program-prefix=libdc- \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 145129, 
subsurface-libdc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-27 16:51:44 UTC (rev 145130)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
+sha1sums=('604fd43901a60fa05cee6a1bf57a4320c43608bf')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+   c

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

2015-10-27 Thread Gaetan Bisson
Date: Tuesday, October 27, 2015 @ 17:51:18
  Author: bisson
Revision: 145129

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 15:18:23 UTC (rev 145128)
+++ PKGBUILD2015-10-27 16:51:18 UTC (rev 145129)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.5.0
+pkgver=4.5.1
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='http://git.subsurface-divelog.org/'
@@ -11,7 +11,7 @@
 license=('LGPL')
 arch=('i686' 'x86_64')
 source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
-sha1sums=('655aa6254e709e675708483d03e3aefbfc8cefee')
+sha1sums=('604fd43901a60fa05cee6a1bf57a4320c43608bf')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')


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

2015-10-27 Thread Gaetan Bisson
Date: Tuesday, October 27, 2015 @ 17:48:07
  Author: bisson
Revision: 249800

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 249799, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 249799, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 249799, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 249799, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 249799, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 249799, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 249799, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 249799, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-27 16:47:23 UTC (rev 249799)
+++ extra-i686/PKGBUILD 2015-10-27 16:48:07 UTC (rev 249800)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.10
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('4635b33223d3f1e67eed41f6350ef75515153213' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 249799, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-27 16:48:07 UTC (rev 249800)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.11
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
+makedepends=('boost' 'doxygen')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+'tmpfiles.d'
+'conf

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

2015-10-27 Thread Alexandre Filgueira
Date: Tuesday, October 27, 2015 @ 16:18:23
  Author: faidoc
Revision: 145128

upgpkg: muffin 2.8.1-1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 14:45:12 UTC (rev 145127)
+++ PKGBUILD2015-10-27 15:18:23 UTC (rev 145128)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=2.6.1
+pkgver=2.8.1
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
-sha256sums=('0772ad6caace2f4570e7d3a0cbc8a6ef5f65be92c6a30cc95a59ed8bba6b5f74')
+sha256sums=('4ae31981a3ab72f244ad16f248cf45e498bad1e0409fb76a8c1c8186c47f7ad8')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 15:45:12
  Author: fyan
Revision: 145127

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 145126, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 145126, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  124 +-
 use-system-ca.patch |   20 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 14:44:51 UTC (rev 145126)
+++ PKGBUILD2015-10-27 14:45:12 UTC (rev 145127)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.32.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-md5sums=('b07a897511a3c585251fe2ea85a9d9d9'
- 'c34c7f6fddbe5758d84b9d3cfdd92108')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 145126, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 14:45:12 UTC (rev 145127)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.33.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+md5sums=('7221d9ef4ee2bc4828d59b376a0cc682'
+ 'c34c7f6fddbe5758d84b9d3cfdd92108')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: use-system-ca.patch
===
--- use-system-ca.patch 2015-10-27 14:44:51 UTC (rev 145126)
+++ use-system-ca.patch 2015-10-27 14:45:12 UTC (rev 145127)
@@ -1,10 +0,0 @@
 a/setup.py 2015-06-03 08:44:39.0 +0800
-+++ b/setup.py 2015-10-26 11:52:15.79819574

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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 15:44:51
  Author: fyan
Revision: 145126

upgpkg: python-websocket-client 0.33.0-1

Modified:
  python-websocket-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 14:39:54 UTC (rev 145125)
+++ PKGBUILD2015-10-27 14:44:51 UTC (rev 145126)
@@ -6,7 +6,7 @@
 # Contributor: Florian Bruhin 
 
 pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.32.0
+pkgver=0.33.0
 pkgrel=1
 pkgdesc="WebSocket client library for Python"
 arch=(any)
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
 
source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
 use-system-ca.patch)
-md5sums=('b07a897511a3c585251fe2ea85a9d9d9'
+md5sums=('7221d9ef4ee2bc4828d59b376a0cc682'
  'c34c7f6fddbe5758d84b9d3cfdd92108')
 
 prepare() {


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

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 15:41:58
  Author: heftig
Revision: 249798

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

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

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

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


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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 15:39:33
  Author: fyan
Revision: 145124

upgpkg: browserify 12.0.0-1

Modified:
  browserify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 14:35:17 UTC (rev 145123)
+++ PKGBUILD2015-10-27 14:39:33 UTC (rev 145124)
@@ -3,16 +3,16 @@
 
 pkgname=browserify
 pkgdesc='browser-side require() the node way'
-pkgver=11.2.0
+pkgver=12.0.0
 pkgrel=1
 arch=('any')
 url='http://browserify.org/'
-license=('BSD')
+license=('MIT' 'BSD')
 depends=('nodejs')
 makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('f45ae9a30edbb80e0e7c4858c48b6ce301fb2a31c73629f7cda888e77984c5cd')
+sha256sums=('d412a9d8f40fd54b0d656ea5745ff0a70728520bea797bdec29f9d17cbacd9b9')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 15:39:54
  Author: fyan
Revision: 145125

archrelease: copy trunk to community-any

Added:
  browserify/repos/community-any/PKGBUILD
(from rev 145124, browserify/trunk/PKGBUILD)
Deleted:
  browserify/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 14:39:33 UTC (rev 145124)
+++ PKGBUILD2015-10-27 14:39:54 UTC (rev 145125)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=browserify
-pkgdesc='browser-side require() the node way'
-pkgver=11.2.0
-pkgrel=1
-arch=('any')
-url='http://browserify.org/'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('f45ae9a30edbb80e0e7c4858c48b6ce301fb2a31c73629f7cda888e77984c5cd')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: browserify/repos/community-any/PKGBUILD (from rev 145124, 
browserify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 14:39:54 UTC (rev 145125)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=browserify
+pkgdesc='browser-side require() the node way'
+pkgver=12.0.0
+pkgrel=1
+arch=('any')
+url='http://browserify.org/'
+license=('MIT' 'BSD')
+depends=('nodejs')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('d412a9d8f40fd54b0d656ea5745ff0a70728520bea797bdec29f9d17cbacd9b9')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


[arch-commits] Commit in perl-dbd-mysql/repos (4 files)

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 15:37:28
  Author: fyan
Revision: 249797

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

Added:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
(from rev 249796, perl-dbd-mysql/trunk/PKGBUILD)
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD
(from rev 249796, perl-dbd-mysql/trunk/PKGBUILD)
Deleted:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-27 14:36:52 UTC (rev 249796)
+++ extra-i686/PKGBUILD 2015-10-27 14:37:28 UTC (rev 249797)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-dbd-mysql
-pkgver=4.032
-pkgrel=1
-pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/DBD-mysql/";
-depends=('libmariadbclient' 'perl-dbi')
-checkdepends=('mariadb' 'perl-test-deep')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-${pkgver}.tar.gz)
-md5sums=('cc5436d4cadd0d6f3d19faae5ffdfe83')
-
-build() {
-  cd DBD-mysql-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
-  make
-}
-
-check() {
-  cd DBD-mysql-$pkgver
-  mkdir -p /tmp/mysql_test
-  mysql_install_db \
- --basedir=/usr \
- --datadir=/tmp/mysql_test
-  mysqld -P 17999 \
- --socket=/tmp/socket.mysql \
- --datadir=/tmp/mysql_test &
-  sleep 10
-  DAEMON_PORT=$!
-  make test
-  kill -9 $DAEMON_PORT
-}
-
-package() {
-  cd DBD-mysql-$pkgver
-  make install DESTDIR="$pkgdir"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-dbd-mysql/repos/extra-i686/PKGBUILD (from rev 249796, 
perl-dbd-mysql/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-27 14:37:28 UTC (rev 249797)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: kevin 
+# Contributor: Eric Johnson 
+
+pkgname=perl-dbd-mysql
+pkgver=4.033
+pkgrel=1
+pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/DBD-mysql/";
+depends=('libmariadbclient' 'perl-dbi')
+checkdepends=('mariadb' 'perl-test-deep')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-${pkgver}.tar.gz)
+md5sums=('7bbaf2ce32e137d0e6045402c550d86c')
+
+build() {
+  cd DBD-mysql-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd DBD-mysql-$pkgver
+  mkdir -p /tmp/mysql_test
+  mysql_install_db \
+ --basedir=/usr \
+ --datadir=/tmp/mysql_test
+  mysqld -P 17999 \
+ --socket=/tmp/socket.mysql \
+ --datadir=/tmp/mysql_test &
+  sleep 10
+  DAEMON_PORT=$!
+  make test
+  kill -9 $DAEMON_PORT
+}
+
+package() {
+  cd DBD-mysql-$pkgver
+  make install DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-27 14:36:52 UTC (rev 249796)
+++ extra-x86_64/PKGBUILD   2015-10-27 14:37:28 UTC (rev 249797)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-dbd-mysql
-pkgver=4.032
-pkgrel=1
-pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/DBD-mysql/";
-depends=('libmariadbclient' 'perl-dbi')
-checkdepends=('mariadb' 'perl-test-deep')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-${pkgver}.tar.gz)
-m

[arch-commits] Commit in perl-dbd-mysql/trunk (PKGBUILD)

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 15:36:52
  Author: fyan
Revision: 249796

upgpkg: perl-dbd-mysql 4.033-1

Modified:
  perl-dbd-mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 14:08:10 UTC (rev 249795)
+++ PKGBUILD2015-10-27 14:36:52 UTC (rev 249796)
@@ -5,7 +5,7 @@
 # Contributor: Eric Johnson 
 
 pkgname=perl-dbd-mysql
-pkgver=4.032
+pkgver=4.033
 pkgrel=1
 pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 checkdepends=('mariadb' 'perl-test-deep')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-${pkgver}.tar.gz)
-md5sums=('cc5436d4cadd0d6f3d19faae5ffdfe83')
+md5sums=('7bbaf2ce32e137d0e6045402c550d86c')
 
 build() {
   cd DBD-mysql-$pkgver


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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 15:35:17
  Author: fyan
Revision: 145123

archrelease: copy trunk to community-any

Added:
  python-flickrapi/repos/community-any/PKGBUILD
(from rev 145122, python-flickrapi/trunk/PKGBUILD)
  python-flickrapi/repos/community-any/fix_setuptools.patch
(from rev 145122, python-flickrapi/trunk/fix_setuptools.patch)
Deleted:
  python-flickrapi/repos/community-any/PKGBUILD
  python-flickrapi/repos/community-any/fix_setuptools.patch

--+
 PKGBUILD |  126 -
 fix_setuptools.patch |   38 +++---
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 14:33:53 UTC (rev 145122)
+++ PKGBUILD2015-10-27 14:35:17 UTC (rev 145123)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Francois Garillot 
-# Contributor: György Balló 
-
-pkgbase=python-flickrapi
-pkgname=(python-flickrapi python2-flickrapi)
-_pkgname=flickrapi
-pkgver=2.1.1
-pkgrel=2
-pkgdesc="The official Python interface to the Flickr API"
-arch=('any')
-url="http://stuvel.eu/flickrapi";
-license=('Python')
-makedepends=('python-docutils' 'python2-docutils' 'python-setuptools' 
'python2-setuptools' 'python-requests-toolbelt' 'python2-requests-toolbelt'
- 'python-requests-oauthlib' 'python2-requests-oauthlib' 
'python-six' 'python2-six')
-checkdepends=('python-nose' 'python2-nose')
-source=("http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-sha512sums=('15e3e9e0c08fbc9d7226e4b1f0f18e6d1c69a049f169cf10f9400b9e030907bf590ae1da4ffcf72a8abe1c13cf24ff55f0851feaa9499abe5c0cb96e0a420c55')
-
-prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
-
-  cd $_pkgname-$pkgver-py2
-  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-
-  cd ../$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Tests not shipped
-  return
-
-  cd $_pkgname-$pkgver
-  python runtests
-
-  cd ../$_pkgname-$pkgver-py2
-  python2 runtests
-}
-
-package_python-flickrapi() {
-  depends=('python-six' 'python-requests-oauthlib' 'python-requests-toolbelt')
-
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-flickrapi() {
-  depends=('python2-six' 'python2-requests-oauthlib' 
'python2-requests-toolbelt')
-
-  cd "$srcdir/$_pkgname-$pkgver-py2"
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: python-flickrapi/repos/community-any/PKGBUILD (from rev 145122, 
python-flickrapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 14:35:17 UTC (rev 145123)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Francois Garillot 
+# Contributor: György Balló 
+
+pkgbase=python-flickrapi
+pkgname=(python-flickrapi python2-flickrapi)
+_pkgname=flickrapi
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="The official Python interface to the Flickr API"
+arch=('any')
+url="http://stuvel.eu/flickrapi";
+license=('Python')
+makedepends=('python-docutils' 'python2-docutils' 'python-setuptools' 
'python2-setuptools' 'python-requests-toolbelt' 'python2-requests-toolbelt'
+ 'python-requests-oauthlib' 'python2-requests-oauthlib' 
'python-six' 'python2-six')
+checkdepends=('python-nose' 'python2-nose')
+source=("http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz";)
+sha512sums=('210ea986ff95a97d8416d136fe38b98247640be954f761f89e1df5ea712d5d8d69cdae40bf3d9e569baf01fc83510fbc9c5da03a93d4456163101a829d96')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+
+  cd $_pkgname-$pkgver-py2
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+
+  cd ../$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Tests not shipped
+  return
+
+  cd $_pkgname-$pkgver
+  python runtests
+
+  cd ../$_pkgname-$pkgver-py2
+  python2 runtests
+}
+
+package_python-flickrapi() {
+  depends=('python-six' 'python-requests-oauthlib' 'python-requests-toolbelt')
+
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-flickrapi() {
+  depends=('python2-six' 'python2-requests-oauthlib' 
'python2-requests-toolbelt')
+
+  cd "$srcdir/$_pkgname-$pkgver-py2"
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}

Deleted: fix_setuptools.patch
===

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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 15:33:53
  Author: fyan
Revision: 145122

upgpkg: python-flickrapi 2.1.2-1

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 13:53:59 UTC (rev 145121)
+++ PKGBUILD2015-10-27 14:33:53 UTC (rev 145122)
@@ -6,8 +6,8 @@
 pkgbase=python-flickrapi
 pkgname=(python-flickrapi python2-flickrapi)
 _pkgname=flickrapi
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
 url="http://stuvel.eu/flickrapi";
@@ -16,7 +16,7 @@
  'python-requests-oauthlib' 'python2-requests-oauthlib' 
'python-six' 'python2-six')
 checkdepends=('python-nose' 'python2-nose')
 
source=("http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-sha512sums=('15e3e9e0c08fbc9d7226e4b1f0f18e6d1c69a049f169cf10f9400b9e030907bf590ae1da4ffcf72a8abe1c13cf24ff55f0851feaa9499abe5c0cb96e0a420c55')
+sha512sums=('210ea986ff95a97d8416d136fe38b98247640be954f761f89e1df5ea712d5d8d69cdae40bf3d9e569baf01fc83510fbc9c5da03a93d4456163101a829d96')
 
 prepare() {
   cp -a $_pkgname-$pkgver{,-py2}


[arch-commits] Commit in xf86-input-libinput/trunk (90-libinput.conf PKGBUILD)

2015-10-27 Thread Laurent Carlier
Date: Tuesday, October 27, 2015 @ 15:08:01
  Author: lcarlier
Revision: 249794

upgpkg: xf86-input-libinput 0.15.0-1

upstream update 0.15.0

Modified:
  xf86-input-libinput/trunk/PKGBUILD
Deleted:
  xf86-input-libinput/trunk/90-libinput.conf

--+
 90-libinput.conf |   30 --
 PKGBUILD |   13 +
 2 files changed, 5 insertions(+), 38 deletions(-)

Deleted: 90-libinput.conf
===
--- 90-libinput.conf2015-10-27 13:31:49 UTC (rev 249793)
+++ 90-libinput.conf2015-10-27 14:08:01 UTC (rev 249794)
@@ -1,30 +0,0 @@
-# Match on all types of devices but tablet devices and joysticks
-
-Section "InputClass"
-Identifier "libinput pointer catchall"
-MatchIsPointer "on"
-MatchDevicePath "/dev/input/event*"
-Driver "libinput"
-EndSection
-
-Section "InputClass"
-Identifier "libinput keyboard catchall"
-MatchIsKeyboard "on"
-MatchDevicePath "/dev/input/event*"
-Driver "libinput"
-EndSection
-
-Section "InputClass"
-Identifier "libinput touchpad catchall"
-MatchIsTouchpad "on"
-MatchDevicePath "/dev/input/event*"
-Driver "libinput"
-EndSection
-
-Section "InputClass"
-Identifier "libinput touchscreen catchall"
-MatchIsTouchscreen "on"
-MatchDevicePath "/dev/input/event*"
-Driver "libinput"
-EndSection
-

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 13:31:49 UTC (rev 249793)
+++ PKGBUILD2015-10-27 14:08:01 UTC (rev 249794)
@@ -2,8 +2,8 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=xf86-input-libinput
-pkgver=0.14.0
-pkgrel=3
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="Generic input driver for the X.Org server based on libinput"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -13,11 +13,9 @@
 conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21.1' 
'X-ABI-XINPUT_VERSION>=22')
 groups=('xorg-drivers' 'xorg')
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
-90-libinput.conf
 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
-sha256sums=('e8d05798a556e5ea0d9f1823bb632e425487e8bcf89711ed93b079bbee742265'
+sha256sums=('28707c504194648b11a1e26acf13039b60bf344efa6aa9788afed6d47f019a41'
 'SKIP'
-'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75'
 'e76d54a6d077c20069b99182f174b0f95a8668ba511e6e5d1b8a498dc6b6d96b')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
@@ -31,7 +29,8 @@
 build() {
   cd ${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr \
+--disable-static
   make
 }
 
@@ -40,8 +39,6 @@
 
   make DESTDIR="${pkgdir}" install
 
-  install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
-  install -m644 ${srcdir}/90-libinput.conf 
"${pkgdir}/usr/share/X11/xorg.conf.d/"
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }


[arch-commits] Commit in xf86-input-libinput/repos (10 files)

2015-10-27 Thread Laurent Carlier
Date: Tuesday, October 27, 2015 @ 15:08:10
  Author: lcarlier
Revision: 249795

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

Added:
  
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(from rev 249794, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
  xf86-input-libinput/repos/extra-i686/PKGBUILD
(from rev 249794, xf86-input-libinput/trunk/PKGBUILD)
  
xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(from rev 249794, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD
(from rev 249794, xf86-input-libinput/trunk/PKGBUILD)
Deleted:
  
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
  xf86-input-libinput/repos/extra-i686/90-libinput.conf
  xf86-input-libinput/repos/extra-i686/PKGBUILD
  
xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
  xf86-input-libinput/repos/extra-x86_64/90-libinput.conf
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD

+
 /0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch |   54 
++
 /PKGBUILD  |   90 
++
 extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch   |   27 
---
 extra-i686/90-libinput.conf|   30 
---
 extra-i686/PKGBUILD|   48 
-
 extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch |   27 
---
 extra-x86_64/90-libinput.conf  |   30 
---
 extra-x86_64/PKGBUILD  |   48 
-
 8 files changed, 144 insertions(+), 210 deletions(-)

Deleted: extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
===
--- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-10-27 14:08:01 UTC (rev 249794)
+++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-10-27 14:08:10 UTC (rev 249795)
@@ -1,27 +0,0 @@
-From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer 
-Date: Mon, 13 Jul 2015 08:30:43 +1000
-Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input
- ABI > 21
-
-Signed-off-by: Peter Hutterer 

- src/xf86libinput.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/libinput.c b/src/libinput.c
-index a06e44f..5eb5adf 100644
 a/src/xf86libinput.c
-+++ b/src/xf86libinput.c
-@@ -47,7 +47,7 @@
- #define XI86_SERVER_FD 0x20
- #endif
-
--#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000
-+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000
- #define HAVE_VMASK_UNACCEL 1
- #else
- #undef HAVE_VMASK_UNACCEL
---
-2.4.3
-

Copied: 
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
 (from rev 249794, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
===
--- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(rev 0)
+++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-10-27 14:08:10 UTC (rev 249795)
@@ -0,0 +1,27 @@
+From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Mon, 13 Jul 2015 08:30:43 +1000
+Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input
+ ABI > 21
+
+Signed-off-by: Peter Hutterer 
+---
+ src/xf86libinput.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/libinput.c b/src/libinput.c
+index a06e44f..5eb5adf 100644
+--- a/src/xf86libinput.c
 b/src/xf86libinput.c
+@@ -47,7 +47,7 @@
+ #define XI86_SERVER_FD 0x20
+ #endif
+
+-#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000
++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000
+ #define HAVE_VMASK_UNACCEL 1
+ #else
+ #undef HAVE_VMASK_UNACCEL
+--
+2.4.3
+

Deleted: extra-i686/90-libinput.conf
===
--- extra-i686/90-libinput.conf 2015-10-27 14:08:01 UTC (rev 249794)
+++ extra-i686/90-libinput.conf 2015-10-27 14:08:10 UTC (rev 249795)
@@ -1,30 +0,0 @@
-# Match on all types of devices but tablet devices and joysticks
-
-Section "InputClass"
-Identifier "libinput pointer catchall"
-MatchIsPointer "on"
-MatchDevicePath "/dev/input/event*"
- 

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

2015-10-27 Thread Jerome Leclanche
Date: Tuesday, October 27, 2015 @ 14:53:59
  Author: jleclanche
Revision: 145121

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 13:39:34 UTC (rev 145120)
+++ community-i686/PKGBUILD 2015-10-27 13:53:59 UTC (rev 145121)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=libqtxdg
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
-arch=("i686" "x86_64")
-url="http://lxqt.org";
-license=("GPL2")
-depends=("libsm" "libxkbcommon-x11" "qt5-base")
-makedepends=("cmake")
-source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=("88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: libqtxdg/repos/community-i686/PKGBUILD (from rev 145120, 
libqtxdg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 13:53:59 UTC (rev 145121)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org";
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base")
+makedepends=("cmake")
+source=(
+   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";
+   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+   "850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-27 13:39:34 UTC (rev 145120)
+++ community-x86_64/PKGBUILD   2015-10-27 13:53:59 UTC (rev 145121)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=libqtxdg
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
-arch=("i686" "x86_64")
-url="http://lxqt.org";
-license=("GPL2")
-depends=("libsm" "libxkbcommon-x11" "qt5-base")
-makedepends=("cmake")
-source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=("88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: libqtxdg/repos/community-x86_64/PKGBUILD (from rev 145120, 
libqtxdg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-27 13:53:59 UTC (rev 145121)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org";
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base")
+makedepends=("cmake")
+source=(
+   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";
+   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+   "850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   c

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

2015-10-27 Thread Jerome Leclanche
Date: Tuesday, October 27, 2015 @ 14:39:34
  Author: jleclanche
Revision: 145120

upgpkg: libqtxdg 1.3.0-1

Upstream release 1.3.0

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 12:28:41 UTC (rev 145119)
+++ PKGBUILD2015-10-27 13:39:34 UTC (rev 145120)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=libqtxdg
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("i686" "x86_64")
 url="http://lxqt.org";
@@ -10,8 +10,15 @@
 license=("GPL2")
 depends=("libsm" "libxkbcommon-x11" "qt5-base")
 makedepends=("cmake")
-source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=("88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9")
+source=(
+   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";
+   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+   "850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {
@@ -19,8 +26,7 @@
cd build
cmake "$srcdir/$pkgname-$pkgver" \
-DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
+   -DCMAKE_INSTALL_LIBDIR=lib
make
 }
 


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

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 14:31:49
  Author: heftig
Revision: 249793

4.2.5

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 13:21:00 UTC (rev 249792)
+++ PKGBUILD2015-10-27 13:31:49 UTC (rev 249793)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.2
-_zenpatch=ce5fbc12f25d1179209b7987d339bd5b8c6e52ed
-pkgver=4.2.4
+_zenpatch=1a2337cb512ddf5b5395e47298d80324e29ad4a7
+pkgver=4.2.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel";
@@ -26,12 +26,12 @@
 'change-default-console-loglevel.patch')
 sha256sums=('cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb'
 'SKIP'
-'104ba869111c7ce037fc92646f9da7352412a73e84cde7467f29cd4b973d6e78'
+'b631eb4e8b4911b3b0838e00f7c4a1b7689abcd2233609831b638493f4fb'
 'SKIP'
 '41f44c163c9ac753f2b54485ce5e8e8ff6b24e44226332cb3e786a6727bb1ee6'
 'a7db50627c01ad500ded918f708b258ee6918b1968e7b2db6641a06456b8f8f3'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'6cbd5fbee5d880b820e4f1d23d7fb63f6e1a22753b4f54ffaf2985ca08405145'
+'9607de51a3fc24b05fe07a0b3324547a3d6df8546187516b1297377a20d0fc96'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds


[arch-commits] Commit in xorg-server/repos (44 files)

2015-10-27 Thread Laurent Carlier
Date: Tuesday, October 27, 2015 @ 14:21:00
  Author: lcarlier
Revision: 249792

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

Added:
  
xorg-server/repos/extra-i686/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
(from rev 249791, 
xorg-server/trunk/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch)
  
xorg-server/repos/extra-i686/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch
(from rev 249791, 
xorg-server/trunk/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch)
  
xorg-server/repos/extra-i686/0001-systemd-logind-do-not-rely-on-directed-signals.patch
(from rev 249791, 
xorg-server/trunk/0001-systemd-logind-do-not-rely-on-directed-signals.patch)
  
xorg-server/repos/extra-i686/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
(from rev 249791, 
xorg-server/trunk/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch)
  xorg-server/repos/extra-i686/PKGBUILD
(from rev 249791, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-i686/autoconfig-sis.patch
(from rev 249791, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-i686/nvidia-drm-outputclass.conf
(from rev 249791, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/extra-i686/xorg-server.install
(from rev 249791, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/extra-i686/xvfb-run
(from rev 249791, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-i686/xvfb-run.1
(from rev 249791, xorg-server/trunk/xvfb-run.1)
  
xorg-server/repos/extra-x86_64/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
(from rev 249791, 
xorg-server/trunk/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch)
  
xorg-server/repos/extra-x86_64/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch
(from rev 249791, 
xorg-server/trunk/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch)
  
xorg-server/repos/extra-x86_64/0001-systemd-logind-do-not-rely-on-directed-signals.patch
(from rev 249791, 
xorg-server/trunk/0001-systemd-logind-do-not-rely-on-directed-signals.patch)
  
xorg-server/repos/extra-x86_64/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
(from rev 249791, 
xorg-server/trunk/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch)
  xorg-server/repos/extra-x86_64/PKGBUILD
(from rev 249791, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
(from rev 249791, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-x86_64/nvidia-drm-outputclass.conf
(from rev 249791, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/extra-x86_64/xorg-server.install
(from rev 249791, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/extra-x86_64/xvfb-run
(from rev 249791, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-x86_64/xvfb-run.1
(from rev 249791, xorg-server/trunk/xvfb-run.1)
Deleted:
  
xorg-server/repos/extra-i686/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
  xorg-server/repos/extra-i686/0001-glamor-make-current-in-prepare-paths.patch
  
xorg-server/repos/extra-i686/0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch
  
xorg-server/repos/extra-i686/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch
  
xorg-server/repos/extra-i686/0001-systemd-logind-do-not-rely-on-directed-signals.patch
  
xorg-server/repos/extra-i686/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
  xorg-server/repos/extra-i686/PKGBUILD
  xorg-server/repos/extra-i686/autoconfig-sis.patch
  xorg-server/repos/extra-i686/nvidia-drm-outputclass.conf
  xorg-server/repos/extra-i686/xorg-server.install
  xorg-server/repos/extra-i686/xvfb-run
  xorg-server/repos/extra-i686/xvfb-run.1
  
xorg-server/repos/extra-x86_64/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
  xorg-server/repos/extra-x86_64/0001-glamor-make-current-in-prepare-paths.patch
  
xorg-server/repos/extra-x86_64/0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch
  
xorg-server/repos/extra-x86_64/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch
  
xorg-server/repos/extra-x86_64/0001-systemd-logind-do-not-rely-on-directed-signals.patch
  
xorg-server/repos/extra-x86_64/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
  xorg-server/repos/extra-x86_64/PKGBUILD
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
  xorg-server/repos/extra-x86_64/nvidia-drm-outputclass.conf
  xorg-server/repos/extra-x86_64/xorg-server.install
  xorg-server/repos/extra-x86_64/xvfb-run
  xorg-server/repos/extra-x86_64/xvfb-run.1

--+
 /0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch  | 
 420 +++
 /0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch | 
 126 ++
 /0001-systemd-logind-do-not-rely-on-directed-signals.patch   

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

2015-10-27 Thread Laurent Carlier
Date: Tuesday, October 27, 2015 @ 14:18:40
  Author: lcarlier
Revision: 249791

upgpkg: xorg-server 1.17.3-1

upstream update 1.17.3

Modified:
  xorg-server/trunk/PKGBUILD
Deleted:
  xorg-server/trunk/0001-glamor-make-current-in-prepare-paths.patch
  
xorg-server/trunk/0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch

---+
 0001-glamor-make-current-in-prepare-paths.patch   |   34 
 0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch |   84 --
 PKGBUILD  |   18 --
 3 files changed, 5 insertions(+), 131 deletions(-)

Deleted: 0001-glamor-make-current-in-prepare-paths.patch
===
--- 0001-glamor-make-current-in-prepare-paths.patch 2015-10-27 13:08:28 UTC 
(rev 249790)
+++ 0001-glamor-make-current-in-prepare-paths.patch 2015-10-27 13:18:40 UTC 
(rev 249791)
@@ -1,34 +0,0 @@
-From 422a9f7f37eb6027fa4d20a4be208978832be6d6 Mon Sep 17 00:00:00 2001
-From: Dave Airlie 
-Date: Wed, 15 Jul 2015 17:54:03 +1000
-Subject: [PATCH] glamor: make current in prepare paths
-
-Lots of the accel paths only make current once they start
-doing someting, so a lot of them call the bail paths without
-make current, which means on PRIME systems for example
-we end up in the wrong context.
-
-Add a prepare pixmap in the prepare fallback path.
-
-Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90667
-Signed-off-by: Dave Airlie 

- glamor/glamor_prepare.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/glamor/glamor_prepare.c b/glamor/glamor_prepare.c
-index 9bfc557..68fb58f 100644
 a/glamor/glamor_prepare.c
-+++ b/glamor/glamor_prepare.c
-@@ -45,6 +45,8 @@ glamor_prep_pixmap_box(PixmapPtr pixmap, glamor_access_t 
access, BoxPtr box)
- if (!GLAMOR_PIXMAP_PRIV_HAS_FBO(priv))
- return TRUE;
- 
-+glamor_make_current(glamor_priv);
-+
- RegionInit(®ion, box, 1);
- 
- /* See if it's already mapped */
--- 
-2.4.3
-

Deleted: 0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch
===
--- 0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch   
2015-10-27 13:08:28 UTC (rev 249790)
+++ 0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch   
2015-10-27 13:18:40 UTC (rev 249791)
@@ -1,84 +0,0 @@
-From ca355e9d6acab994453cdbb65cb213d09ee4a50f Mon Sep 17 00:00:00 2001
-From: Hans de Goede 
-Date: Wed, 14 Oct 2015 15:10:35 +0200
-Subject: [PATCH] linux: Do not call FatalError from xf86CloseConsole
-
-FatalError ends up calling xf86CloseConsole itself, so calling FatalError
-from within xf86CloseConsole is not a good idea.
-
-All the other error checking done in xf86CloseConsole uses
-xf86Msg(X_WARNING, ...) except for the switch_to() helper function,
-change things so that switch_to() also uses xf86Msg rather then FatalError
-when called from xf86CloseConsole.
-
-BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1269210
-Signed-off-by: Hans de Goede 

- hw/xfree86/os-support/linux/lnx_init.c | 24 
- 1 file changed, 16 insertions(+), 8 deletions(-)
-
-diff --git a/hw/xfree86/os-support/linux/lnx_init.c 
b/hw/xfree86/os-support/linux/lnx_init.c
-index ec06a05..9fec964 100644
 a/hw/xfree86/os-support/linux/lnx_init.c
-+++ b/hw/xfree86/os-support/linux/lnx_init.c
-@@ -64,17 +64,25 @@ drain_console(int fd, void *closure)
- }
- 
- static void
--switch_to(int vt, const char *from)
-+switch_to(int vt, Bool is_open)
- {
- int ret;
- 
- SYSCALL(ret = ioctl(xf86Info.consoleFd, VT_ACTIVATE, vt));
--if (ret < 0)
--FatalError("%s: VT_ACTIVATE failed: %s\n", from, strerror(errno));
-+if (ret < 0) {
-+if (is_open)
-+FatalError("xf86OpenConsole: VT_ACTIVATE failed: %s\n", 
strerror(errno));
-+else
-+xf86Msg(X_WARNING, "xf86CloseConsole: VT_ACTIVATE failed: %s\n", 
strerror(errno));
-+}
- 
- SYSCALL(ret = ioctl(xf86Info.consoleFd, VT_WAITACTIVE, vt));
--if (ret < 0)
--FatalError("%s: VT_WAITACTIVE failed: %s\n", from, strerror(errno));
-+if (ret < 0) {
-+if (is_open)
-+FatalError("xf86OpenConsole: VT_WAITACTIVE failed: %s\n", 
strerror(errno));
-+else
-+xf86Msg(X_WARNING, "xf86CloseConsole: VT_WAITACTIVE failed: 
%s\n", strerror(errno));
-+}
- }
- 
- #pragma GCC diagnostic push
-@@ -233,7 +241,7 @@ xf86OpenConsole(void)
- /*
-  * now get the VT.  This _must_ succeed, or else fail completely.
-  */
--switch_to(xf86Info.vtno, "xf86OpenConsole");
-+switch_to(xf86Info.vtno, TRUE);
- 
- SYSCALL(ret = ioctl(xf86Info.consoleFd, VT_GETMODE, &VT));
- if (ret < 0)
-@@ -294,7 +302,7 @@ xf86OpenConsole(void)
- else {  /* serverGeneration !=

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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 13:28:29
  Author: spupykin
Revision: 145118

upgpkg: rebar 1:2.6.1-2

upd

Modified:
  rebar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 12:22:04 UTC (rev 145117)
+++ PKGBUILD2015-10-27 12:28:29 UTC (rev 145118)
@@ -6,7 +6,7 @@
 pkgname=rebar
 epoch=1
 pkgver=2.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
 arch=('any')
 url="https://github.com/rebar/rebar";
@@ -25,4 +25,6 @@
   cd "$srcdir/rebar-$pkgver"
   install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
   install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
+  install -Dm0644 "priv/shell-completion/zsh/_rebar" 
"$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
+  install -Dm0644 "priv/shell-completion/fish/rebar.fish" 
"$pkgdir/usr/share/fish/completions/rebar.fish"
 }


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 13:28:41
  Author: spupykin
Revision: 145119

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 145118, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 ++
 1 file changed, 30 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 12:28:29 UTC (rev 145118)
+++ PKGBUILD2015-10-27 12:28:41 UTC (rev 145119)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: AeroNotix 
-# Contributor: AeroNotix 
-
-pkgname=rebar
-epoch=1
-pkgver=2.6.1
-pkgrel=1
-pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
-arch=('any')
-url="https://github.com/rebar/rebar";
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz";)
-md5sums=('1ae17dd671c0434012c7a688d4cf60e4')
-
-build() {
-  cd "$srcdir/rebar-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/rebar-$pkgver"
-  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
-  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 145118, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 12:28:41 UTC (rev 145119)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: AeroNotix 
+# Contributor: AeroNotix 
+
+pkgname=rebar
+epoch=1
+pkgver=2.6.1
+pkgrel=2
+pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
+arch=('any')
+url="https://github.com/rebar/rebar";
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz";)
+md5sums=('1ae17dd671c0434012c7a688d4cf60e4')
+
+build() {
+  cd "$srcdir/rebar-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/rebar-$pkgver"
+  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
+  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
+  install -Dm0644 "priv/shell-completion/zsh/_rebar" 
"$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
+  install -Dm0644 "priv/shell-completion/fish/rebar.fish" 
"$pkgdir/usr/share/fish/completions/rebar.fish"
+}


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 13:22:04
  Author: spupykin
Revision: 145117

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 145116, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 12:21:52 UTC (rev 145116)
+++ PKGBUILD2015-10-27 12:22:04 UTC (rev 145117)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: AeroNotix 
-# Contributor: AeroNotix 
-
-pkgname=rebar
-epoch=1
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
-arch=('any')
-url="https://github.com/rebar/rebar";
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz";)
-md5sums=('20aea5eafe90f68accfe9487974ed0bf')
-
-build() {
-  cd "$srcdir/rebar-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/rebar-$pkgver"
-  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
-  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 145116, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 12:22:04 UTC (rev 145117)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: AeroNotix 
+# Contributor: AeroNotix 
+
+pkgname=rebar
+epoch=1
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
+arch=('any')
+url="https://github.com/rebar/rebar";
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz";)
+md5sums=('1ae17dd671c0434012c7a688d4cf60e4')
+
+build() {
+  cd "$srcdir/rebar-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/rebar-$pkgver"
+  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
+  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
+}


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 13:21:52
  Author: spupykin
Revision: 145116

upgpkg: rebar 1:2.6.1-1

upd

Modified:
  rebar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 11:20:59 UTC (rev 145115)
+++ PKGBUILD2015-10-27 12:21:52 UTC (rev 145116)
@@ -5,7 +5,7 @@
 
 pkgname=rebar
 epoch=1
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('erlang-nox')
 makedepends=('git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz";)
-md5sums=('20aea5eafe90f68accfe9487974ed0bf')
+md5sums=('1ae17dd671c0434012c7a688d4cf60e4')
 
 build() {
   cd "$srcdir/rebar-$pkgver"


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 12:20:59
  Author: flexiondotorg
Revision: 145115

archrelease: copy trunk to community-any

Added:
  ps_mem/repos/community-any/PKGBUILD
(from rev 145114, ps_mem/trunk/PKGBUILD)
Deleted:
  ps_mem/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 11:20:50 UTC (rev 145114)
+++ PKGBUILD2015-10-27 11:20:59 UTC (rev 145115)
@@ -1,25 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Kyle Keen 
-# Contributor: Ali Gündüz 
-
-pkgname=ps_mem
-pkgver=3.3
-pkgrel=1
-pkgdesc="List processes by memory usage"
-arch=('any')
-url="http://www.pixelbeat.org/scripts/";
-license=('GPL')
-# Compatible with both Python 2.x and 3.x
-depends=('python')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=f5468ea646c0c351ac24d4d6570ed44ebbae28c6";)
-md5sums=('SKIP')
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
-  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-

Copied: ps_mem/repos/community-any/PKGBUILD (from rev 145114, 
ps_mem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 11:20:59 UTC (rev 145115)
@@ -0,0 +1,25 @@
+# $Id:
+# Maintainer : Martin Wimpress 
+# Contributor: Kyle Keen 
+# Contributor: Ali Gündüz 
+
+pkgname=ps_mem
+pkgver=3.5
+pkgrel=1
+pkgdesc="List processes by memory usage"
+arch=('any')
+url="http://www.pixelbeat.org/scripts/";
+license=('GPL')
+# Compatible with both Python 2.x and 3.x
+depends=('python')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=7e295aecfe4f83c7bbf02c0f4c78c198ad20db22";)
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 12:20:50
  Author: flexiondotorg
Revision: 145114

upgpkg: ps_mem 3.5-1 - New upstream release

Modified:
  ps_mem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 11:04:56 UTC (rev 145113)
+++ PKGBUILD2015-10-27 11:20:50 UTC (rev 145114)
@@ -4,7 +4,7 @@
 # Contributor: Ali Gündüz 
 
 pkgname=ps_mem
-pkgver=3.3
+pkgver=3.5
 pkgrel=1
 pkgdesc="List processes by memory usage"
 arch=('any')
@@ -13,7 +13,7 @@
 # Compatible with both Python 2.x and 3.x
 depends=('python')
 makedepends=('git')
-source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=f5468ea646c0c351ac24d4d6570ed44ebbae28c6";)
+source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=7e295aecfe4f83c7bbf02c0f4c78c198ad20db22";)
 md5sums=('SKIP')
 
 package() {


[arch-commits] Commit in mate-notification-daemon/repos (8 files)

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 12:04:56
  Author: flexiondotorg
Revision: 145113

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

Added:
  mate-notification-daemon/repos/community-i686/PKGBUILD
(from rev 145112, mate-notification-daemon/trunk/PKGBUILD)
  mate-notification-daemon/repos/community-i686/mate-notification-daemon.install
(from rev 145112, 
mate-notification-daemon/trunk/mate-notification-daemon.install)
  mate-notification-daemon/repos/community-x86_64/PKGBUILD
(from rev 145112, mate-notification-daemon/trunk/PKGBUILD)
  
mate-notification-daemon/repos/community-x86_64/mate-notification-daemon.install
(from rev 145112, 
mate-notification-daemon/trunk/mate-notification-daemon.install)
Deleted:
  mate-notification-daemon/repos/community-i686/PKGBUILD
  mate-notification-daemon/repos/community-i686/mate-notification-daemon.install
  mate-notification-daemon/repos/community-x86_64/PKGBUILD
  
mate-notification-daemon/repos/community-x86_64/mate-notification-daemon.install

---+
 /PKGBUILD |  122 
 /mate-notification-daemon.install |   24 +++
 community-i686/PKGBUILD   |   61 --
 community-i686/mate-notification-daemon.install   |   12 -
 community-x86_64/PKGBUILD |   61 --
 community-x86_64/mate-notification-daemon.install |   12 -
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 11:04:45 UTC (rev 145112)
+++ community-i686/PKGBUILD 2015-10-27 11:04:56 UTC (rev 145113)
@@ -1,61 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-pkgbase=mate-notification-daemon
-pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=1
-provides=('notification-daemon')
-pkgdesc="Notification daemon for MATE"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dconf' 'dbus-glib' 'gtk2' 'gtk3' 'libcanberra' 'libwnck' 'libwnck3' 
'libnotify')
-makedepends=('mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('64508049b99de6d6c7209c5cad53c305d4fe59a7')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}"
-mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
-cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
-}
-
-build() {
-cd "${srcdir}/${pkgbase}-gtk2"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=2.0 \
---disable-static
-make
-
-cd "${srcdir}/${pkgbase}-gtk3"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=3.0 \
---disable-static
-make
-}
-
-package_mate-notification-daemon() {
-pkgdesc+=' (GTK2 version)'
-groups=('mate')
-conflicts=("${pkgbase}-gtk3")
-depends=('dconf' 'dbus-glib' 'gtk2' 'libcanberra' 'libwnck' 'libnotify')
-
-cd "${srcdir}/${pkgbase}-gtk2"
-make DESTDIR="${pkgdir}" install
-}
-
-package_mate-notification-daemon-gtk3() {
-pkgdesc+=' (GTK3 version [EXPERIMENTAL])'
-groups=('mate-gtk3')
-conflicts=("${pkgbase}")
-depends=('dconf' 'dbus-glib' 'gtk3' 'libcanberra' 'libwnck3' 'libnotify')
-
-cd "${srcdir}/${pkgbase}-gtk3"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-notification-daemon/repos/community-i686/PKGBUILD (from rev 
145112, mate-notification-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 11:04:56 UTC (rev 145113)
@@ -0,0 +1,61 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+pkgbase=mate-notification-daemon
+pkgname=(${pkgbase} ${pkgbase}-gtk3)
+pkgver=${_ver}.2
+pkgrel=1
+provides=('notification-daemon')
+pkgdesc="Notification daemon for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dconf' 'dbus-glib' 'gtk2' 'gtk3' 'libcanberra' 'libwnck' 'libwnck3' 
'libnotify')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('f30d3fbfe8bb967cd359d631974baccf16441e71')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}"
+mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
+cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-gtk2"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--with-gtk=2.0 \
+--disable-static
+make
+
+cd "${srcdir}/${pkgbase}-gtk3"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+
+package_mate-notification-daemon() {
+ 

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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 12:04:45
  Author: flexiondotorg
Revision: 145112

upgpkg: mate-notification-daemon 1.10.2-1 - New upstream release

Modified:
  mate-notification-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:59:27 UTC (rev 145111)
+++ PKGBUILD2015-10-27 11:04:45 UTC (rev 145112)
@@ -3,7 +3,7 @@
 _ver=1.10
 pkgbase=mate-notification-daemon
 pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 provides=('notification-daemon')
 pkgdesc="Notification daemon for MATE"
@@ -13,7 +13,7 @@
 depends=('dconf' 'dbus-glib' 'gtk2' 'gtk3' 'libcanberra' 'libwnck' 'libwnck3' 
'libnotify')
 makedepends=('mate-common')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('64508049b99de6d6c7209c5cad53c305d4fe59a7')
+sha1sums=('f30d3fbfe8bb967cd359d631974baccf16441e71')
 install=${pkgname}.install
 
 prepare() {


[arch-commits] Commit in mate-control-center-gtk3/repos (8 files)

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:59:27
  Author: flexiondotorg
Revision: 145111

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

Added:
  mate-control-center-gtk3/repos/community-i686/PKGBUILD
(from rev 145110, mate-control-center-gtk3/trunk/PKGBUILD)
  mate-control-center-gtk3/repos/community-i686/mate-control-center.install
(from rev 145110, 
mate-control-center-gtk3/trunk/mate-control-center.install)
  mate-control-center-gtk3/repos/community-x86_64/PKGBUILD
(from rev 145110, mate-control-center-gtk3/trunk/PKGBUILD)
  mate-control-center-gtk3/repos/community-x86_64/mate-control-center.install
(from rev 145110, 
mate-control-center-gtk3/trunk/mate-control-center.install)
Deleted:
  mate-control-center-gtk3/repos/community-i686/PKGBUILD
  mate-control-center-gtk3/repos/community-i686/mate-control-center.install
  mate-control-center-gtk3/repos/community-x86_64/PKGBUILD
  mate-control-center-gtk3/repos/community-x86_64/mate-control-center.install

--+
 /PKGBUILD|   82 +
 /mate-control-center.install |   28 
 community-i686/PKGBUILD  |   41 
 community-i686/mate-control-center.install   |   14 
 community-x86_64/PKGBUILD|   41 
 community-x86_64/mate-control-center.install |   14 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:59:20 UTC (rev 145110)
+++ community-i686/PKGBUILD 2015-10-27 10:59:27 UTC (rev 145111)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=mate-control-center
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="The Control Center for MATE (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas' 
'gtk3'
- 'mate-desktop-gtk3>=1.10' 'mate-icon-theme' 'mate-menus>=1.10' 
'mate-settings-daemon-gtk3>=1.10'
- 'marco-gtk3>=1.10' 'libgtop' 'libmatekbd-gtk3>=1.10' 'libunique3' 
'librsvg' 'libxss'
- 'libxt' 'startup-notification')
-makedepends=('docbook2x' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('2e15fd7d550b4157402d721f6eaffd145ab6c374')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-gtk=3.0 \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache"
-}

Copied: mate-control-center-gtk3/repos/community-i686/PKGBUILD (from rev 
145110, mate-control-center-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:59:27 UTC (rev 145111)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-control-center
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="The Control Center for MATE (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas' 
'gtk3'
+ 'mate-desktop-gtk3>=1.10' 'mate-icon-theme' 'mate-menus>=1.10' 
'mate-settings-daemon-gtk3>=1.10'
+ 'marco-gtk3>=1.10' 'libgtop' 'libmatekbd-gtk3>=1.10' 'libunique3' 
'librsvg' 'libxss'
+ 'libxt' 'startup-notification')
+makedepends=('docbook2x' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('85338d792d5e87acb223191203d5aad45d00ac52')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}

Deleted: community-i686/mate-control-center.install
===
--- community-i686/mate-c

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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:59:20
  Author: flexiondotorg
Revision: 145110

upgpkg: mate-control-center-gtk3 1.10.2-1 - New upstream release

Modified:
  mate-control-center-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:56:01 UTC (rev 145109)
+++ PKGBUILD2015-10-27 10:59:20 UTC (rev 145110)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-control-center
 pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc="The Control Center for MATE (GTK3 version [EXPERIMENTAL])"
 url="http://mate-desktop.org";
@@ -18,7 +18,7 @@
 groups=('mate-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('2e15fd7d550b4157402d721f6eaffd145ab6c374')
+sha1sums=('85338d792d5e87acb223191203d5aad45d00ac52')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in mate-control-center/repos (8 files)

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:56:01
  Author: flexiondotorg
Revision: 145109

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

Added:
  mate-control-center/repos/community-i686/PKGBUILD
(from rev 145108, mate-control-center/trunk/PKGBUILD)
  mate-control-center/repos/community-i686/mate-control-center.install
(from rev 145108, mate-control-center/trunk/mate-control-center.install)
  mate-control-center/repos/community-x86_64/PKGBUILD
(from rev 145108, mate-control-center/trunk/PKGBUILD)
  mate-control-center/repos/community-x86_64/mate-control-center.install
(from rev 145108, mate-control-center/trunk/mate-control-center.install)
Deleted:
  mate-control-center/repos/community-i686/PKGBUILD
  mate-control-center/repos/community-i686/mate-control-center.install
  mate-control-center/repos/community-x86_64/PKGBUILD
  mate-control-center/repos/community-x86_64/mate-control-center.install

--+
 /PKGBUILD|   82 +
 /mate-control-center.install |   28 
 community-i686/PKGBUILD  |   41 
 community-i686/mate-control-center.install   |   14 
 community-x86_64/PKGBUILD|   41 
 community-x86_64/mate-control-center.install |   14 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:55:50 UTC (rev 145108)
+++ community-i686/PKGBUILD 2015-10-27 10:56:01 UTC (rev 145109)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=mate-control-center
-pkgname=${_pkgbase}
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="The Control Center for MATE (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas' 
'gtk2'
- 'mate-desktop>=1.10' 'mate-icon-theme' 'mate-menus>=1.10' 
'mate-settings-daemon>=1.10'
- 'marco>=1.10' 'libgtop' 'libmatekbd>=1.10' 'libunique' 'librsvg' 
'libxss'
- 'libxt' 'startup-notification')
-makedepends=('docbook2x' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('2e15fd7d550b4157402d721f6eaffd145ab6c374')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-gtk=2.0 \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache"
-}

Copied: mate-control-center/repos/community-i686/PKGBUILD (from rev 145108, 
mate-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:56:01 UTC (rev 145109)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-control-center
+pkgname=${_pkgbase}
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="The Control Center for MATE (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas' 
'gtk2'
+ 'mate-desktop>=1.10' 'mate-icon-theme' 'mate-menus>=1.10' 
'mate-settings-daemon>=1.10'
+ 'marco>=1.10' 'libgtop' 'libmatekbd>=1.10' 'libunique' 'librsvg' 
'libxss'
+ 'libxt' 'startup-notification')
+makedepends=('docbook2x' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('85338d792d5e87acb223191203d5aad45d00ac52')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}

Deleted: community-i686/mate-control-center.install
===
--- community-i686/mate-control-center.install  2015-10-27 10:55:50 UTC (rev 
145108)
+++ community-i686/mate-control-center.install  2015-10-27 10:56:01 UTC (rev 
145109)
@@ -1,1

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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:55:50
  Author: flexiondotorg
Revision: 145108

upgpkg: mate-control-center 1.10.2-1 - New upstream release

Modified:
  mate-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:48:41 UTC (rev 145107)
+++ PKGBUILD2015-10-27 10:55:50 UTC (rev 145108)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-control-center
 pkgname=${_pkgbase}
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc="The Control Center for MATE (GTK2 version)"
 url="http://mate-desktop.org";
@@ -18,7 +18,7 @@
 groups=('mate')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('2e15fd7d550b4157402d721f6eaffd145ab6c374')
+sha1sums=('85338d792d5e87acb223191203d5aad45d00ac52')
 install=${_pkgbase}.install
 
 build() {


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:48:41
  Author: flexiondotorg
Revision: 145107

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

Added:
  eom-gtk3/repos/community-i686/PKGBUILD
(from rev 145106, eom-gtk3/trunk/PKGBUILD)
  eom-gtk3/repos/community-i686/eom.install
(from rev 145106, eom-gtk3/trunk/eom.install)
  eom-gtk3/repos/community-x86_64/PKGBUILD
(from rev 145106, eom-gtk3/trunk/PKGBUILD)
  eom-gtk3/repos/community-x86_64/eom.install
(from rev 145106, eom-gtk3/trunk/eom.install)
Deleted:
  eom-gtk3/repos/community-i686/PKGBUILD
  eom-gtk3/repos/community-i686/eom.install
  eom-gtk3/repos/community-x86_64/PKGBUILD
  eom-gtk3/repos/community-x86_64/eom.install

--+
 /PKGBUILD|   76 +
 /eom.install |   26 ++
 community-i686/PKGBUILD  |   38 
 community-i686/eom.install   |   13 ---
 community-x86_64/PKGBUILD|   38 
 community-x86_64/eom.install |   13 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:48:34 UTC (rev 145106)
+++ community-i686/PKGBUILD 2015-10-27 10:48:41 UTC (rev 145107)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=eom
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.3
-pkgrel=2
-pkgdesc="An image viewing and cataloging program for MATE (GTK3 version 
[EXPERIMENTAL])"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection-runtime' 
'gtk3' 'exempi'
- 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg' 'mate-desktop-gtk3>=1.10'
- 'mate-icon-theme' 'startup-notification' 'zlib')
-makedepends=('mate-common' 'gobject-introspection' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---localstatedir=/var \
---with-gtk=3.0 \
---with-librsvg \
---disable-python
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: eom-gtk3/repos/community-i686/PKGBUILD (from rev 145106, 
eom-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:48:41 UTC (rev 145107)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=eom
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.5
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK3 version 
[EXPERIMENTAL])"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection-runtime' 
'gtk3' 'exempi'
+ 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg' 'mate-desktop-gtk3>=1.10'
+ 'mate-icon-theme' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'gobject-introspection' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('000414213bb4f5c2ddff3e10de780771eee286be')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--with-librsvg \
+--disable-python
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/eom.install
===
--- community-i686/eom.install  2015-10-27 10:48:34 UTC (rev 145106)
+++ community-i686/eom.install  2015-10-27 10:48:41 UTC (rev 145107)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: eom-gtk3/repos/community-i686/eom.install (from rev 145106, 
eom-gtk3/trunk/eom.install)
===
--- community-i686/eom.install  (rev 0)
+++ community-i686/eom.install  2015-10-27 10:48:41 UTC (rev 145107)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -

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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:48:34
  Author: flexiondotorg
Revision: 145106

upgpkg: eom-gtk3 1.10.5-1 - New upstream release

Modified:
  eom-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:45:42 UTC (rev 145105)
+++ PKGBUILD2015-10-27 10:48:34 UTC (rev 145106)
@@ -4,8 +4,8 @@
 _ver=1.10
 _pkgbase=eom
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.3
-pkgrel=2
+pkgver=${_ver}.5
+pkgrel=1
 pkgdesc="An image viewing and cataloging program for MATE (GTK3 version 
[EXPERIMENTAL])"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
+sha1sums=('000414213bb4f5c2ddff3e10de780771eee286be')
 install=${_pkgbase}.install
 
 build() {


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:45:34
  Author: flexiondotorg
Revision: 145104

upgpkg: eom 1.10.5-1 - New upstream release

Modified:
  eom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:42:27 UTC (rev 145103)
+++ PKGBUILD2015-10-27 10:45:34 UTC (rev 145104)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=eom
 pkgname=(${_pkgbase})
-pkgver=${_ver}.3
+pkgver=${_ver}.5
 pkgrel=1
 pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
 url="http://mate-desktop.org";
@@ -18,7 +18,7 @@
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
+sha1sums=('000414213bb4f5c2ddff3e10de780771eee286be')
 install=${_pkgbase}.install
 
 build() {


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:45:42
  Author: flexiondotorg
Revision: 145105

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

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

--+
 /PKGBUILD|   76 +
 /eom.install |   26 ++
 community-i686/PKGBUILD  |   38 
 community-i686/eom.install   |   13 ---
 community-x86_64/PKGBUILD|   38 
 community-x86_64/eom.install |   13 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:45:34 UTC (rev 145104)
+++ community-i686/PKGBUILD 2015-10-27 10:45:42 UTC (rev 145105)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=eom
-pkgname=(${_pkgbase})
-pkgver=${_ver}.3
-pkgrel=1
-pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection-runtime'
- 'gtk2' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg'
- 'mate-desktop>=1.10' 'mate-icon-theme' 'pygtk' 'python2-gobject2'
- 'startup-notification' 'zlib')
-makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---localstatedir=/var \
---with-gtk=2.0 \
---with-librsvg \
---enable-python
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: eom/repos/community-i686/PKGBUILD (from rev 145104, eom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:45:42 UTC (rev 145105)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=eom
+pkgname=(${_pkgbase})
+pkgver=${_ver}.5
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection-runtime'
+ 'gtk2' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg'
+ 'mate-desktop>=1.10' 'mate-icon-theme' 'pygtk' 'python2-gobject2'
+ 'startup-notification' 'zlib')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('000414213bb4f5c2ddff3e10de780771eee286be')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--with-librsvg \
+--enable-python
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/eom.install
===
--- community-i686/eom.install  2015-10-27 10:45:34 UTC (rev 145104)
+++ community-i686/eom.install  2015-10-27 10:45:42 UTC (rev 145105)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: eom/repos/community-i686/eom.install (from rev 145104, 
eom/trunk/eom.install)
===
--- community-i686/eom.install  (rev 0)
+++ community-i686/eom.install  2015-10-27 10:45:42 UTC (rev 145105)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+

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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:42:27
  Author: spupykin
Revision: 145103

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

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

---+
 /PKGBUILD |   62 
 /workrave.install |   22 
 community-i686/PKGBUILD   |   30 -
 community-i686/workrave.install   |   11 --
 community-x86_64/PKGBUILD |   30 -
 community-x86_64/workrave.install |   11 --
 6 files changed, 84 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:42:09 UTC (rev 145102)
+++ community-i686/PKGBUILD 2015-10-27 10:42:27 UTC (rev 145103)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=workrave
-pkgver=1.10.6
-pkgrel=2
-pkgdesc="a tool to help RSI"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://workrave.org";
-depends=('libxtst' 'gtkmm3' 'gdome2' 'gstreamer' 'libsm' 'libice' 'libxss')
-makedepends=('intltool' 'gobject-introspection' 'python2-cheetah')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/rcaelers/workrave/archive/v${pkgver//./_}.tar.gz)
-md5sums=('6f9ee65b9d6878cac33e7d0a0e51bc38')
-
-build() {
-  cd $srcdir/workrave-${pkgver//./_}
-  export PYTHON=python2
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-dbus --sysconfdir=/etc 
--libexecdir=/usr/lib/workrave \
-   --disable-pulse
-  make
-}
-
-package() {
-  cd $srcdir/workrave-${pkgver//./_}
-  make DESTDIR=$pkgdir install
-}

Copied: workrave/repos/community-i686/PKGBUILD (from rev 145102, 
workrave/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:42:27 UTC (rev 145103)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=workrave
+pkgver=1.10.8
+pkgrel=1
+pkgdesc="a tool to help RSI"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://workrave.org";
+depends=('libxtst' 'gtkmm3' 'gdome2' 'gstreamer' 'libsm' 'libice' 'libxss')
+makedepends=('intltool' 'gobject-introspection' 'python2-cheetah' 
'autoconf-archive')
+optdepends=('gst-plugins-good: to play sound events')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/rcaelers/workrave/archive/v${pkgver//./_}.tar.gz)
+md5sums=('29b2e49439d605bc55fd4e67a11b42c1')
+
+build() {
+  cd $srcdir/workrave-${pkgver//./_}
+  export PYTHON=python2
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-dbus --sysconfdir=/etc 
--libexecdir=/usr/lib/workrave \
+   --disable-pulse
+  make
+}
+
+package() {
+  cd $srcdir/workrave-${pkgver//./_}
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/workrave.install
===
--- community-i686/workrave.install 2015-10-27 10:42:09 UTC (rev 145102)
+++ community-i686/workrave.install 2015-10-27 10:42:27 UTC (rev 145103)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: workrave/repos/community-i686/workrave.install (from rev 145102, 
workrave/trunk/workrave.install)
===
--- community-i686/workrave.install (rev 0)
+++ community-i686/workrave.install 2015-10-27 10:42:27 UTC (rev 145103)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-27 10:42:09 UTC (rev 145102)
+++ community-x86_64/PKGBUILD   2015-10-27 10:42:27 UTC (rev 145103)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=workrave
-pkgver=1.10.6
-pkgrel=2
-pkgdesc="a tool to help RSI"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://workrave.org";
-depends=('libxtst' 'gtkmm3' 'gdome2' 'gstreamer' 'libsm' 'libice' 'libxss')
-makedepends=('

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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:41:47
  Author: spupykin
Revision: 145099

archrelease: copy trunk to community-any

Added:
  devede/repos/community-any/PKGBUILD
(from rev 145098, devede/trunk/PKGBUILD)
Deleted:
  devede/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 10:41:37 UTC (rev 145098)
+++ PKGBUILD2015-10-27 10:41:47 UTC (rev 145099)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Javier 'Phrodo_00' Aravena 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=devede
-pkgver=4.2
-pkgrel=2
-pkgdesc="A program to create VideoDVDs and CDs"
-arch=('any')
-url="http://www.rastersoft.com/programas/devede.html";
-license=('GPL3')
-depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-'cdrkit' 'ttf-dejavu'
-'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
-'python-pip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
-md5sums=('b0052b557d96652ee5b9ddc00f4cf310')
-
-package() {
-  cd ${srcdir}/${pkgname}ng-$pkgver
-  python setup.py install --root=${pkgdir}
-}

Copied: devede/repos/community-any/PKGBUILD (from rev 145098, 
devede/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 10:41:47 UTC (rev 145099)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Javier 'Phrodo_00' Aravena 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=devede
+pkgver=4.3
+pkgrel=1
+pkgdesc="A program to create VideoDVDs and CDs"
+arch=('any')
+url="http://www.rastersoft.com/programas/devede.html";
+license=('GPL3')
+depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+'cdrkit' 'ttf-dejavu'
+'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
+'python-pip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
+md5sums=('57e466a0cbe7aeeb864dc9c4051343e3')
+
+package() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  python setup.py install --root=${pkgdir}
+}


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:42:06
  Author: spupykin
Revision: 145101

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

Added:
  lxcfs/repos/community-i686/PKGBUILD
(from rev 145100, lxcfs/trunk/PKGBUILD)
  lxcfs/repos/community-i686/lxcfs.service
(from rev 145100, lxcfs/trunk/lxcfs.service)
  lxcfs/repos/community-x86_64/PKGBUILD
(from rev 145100, lxcfs/trunk/PKGBUILD)
  lxcfs/repos/community-x86_64/lxcfs.service
(from rev 145100, lxcfs/trunk/lxcfs.service)
Deleted:
  lxcfs/repos/community-i686/PKGBUILD
  lxcfs/repos/community-i686/lxcfs.service
  lxcfs/repos/community-x86_64/PKGBUILD
  lxcfs/repos/community-x86_64/lxcfs.service

+
 /PKGBUILD  |   68 +++
 /lxcfs.service |   30 +
 community-i686/PKGBUILD|   34 ---
 community-i686/lxcfs.service   |   15 
 community-x86_64/PKGBUILD  |   34 ---
 community-x86_64/lxcfs.service |   15 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:41:52 UTC (rev 145100)
+++ community-i686/PKGBUILD 2015-10-27 10:42:06 UTC (rev 145101)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Brauner 
-
-pkgname=lxcfs
-pkgver=0.10
-pkgrel=1
-pkgdesc="FUSE filesystem for LXC"
-arch=(i686 x86_64)
-url="https://linuxcontainers.org/";
-license=('GPL')
-depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse')
-makedepends=('help2man')
-options=('emptydirs')
-source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz";
-   "lxcfs.service")
-md5sums=('972bb9de9fef6b0c5e81a89bca09'
- '29a6bf8868ce09871e6447db4070a923')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-install -dm0755 $pkgdir/var/lib/lxcfs
-install -Dm0644 $srcdir/lxcfs.service 
$pkgdir/usr/lib/systemd/system/lxcfs.service
-}

Copied: lxcfs/repos/community-i686/PKGBUILD (from rev 145100, 
lxcfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:42:06 UTC (rev 145101)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Brauner 
+
+pkgname=lxcfs
+pkgver=0.11
+pkgrel=1
+pkgdesc="FUSE filesystem for LXC"
+arch=(i686 x86_64)
+url="https://linuxcontainers.org/";
+license=('GPL')
+depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse' 'dbus-glib')
+makedepends=('help2man')
+options=('emptydirs')
+source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz";
+   "lxcfs.service")
+md5sums=('1e0d11e05b5ad9fc68d7effe1c7937bf'
+ '29a6bf8868ce09871e6447db4070a923')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--localstatedir=/var
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+install -dm0755 $pkgdir/var/lib/lxcfs
+install -Dm0644 $srcdir/lxcfs.service 
$pkgdir/usr/lib/systemd/system/lxcfs.service
+}

Deleted: community-i686/lxcfs.service
===
--- community-i686/lxcfs.service2015-10-27 10:41:52 UTC (rev 145100)
+++ community-i686/lxcfs.service2015-10-27 10:42:06 UTC (rev 145101)
@@ -1,15 +0,0 @@
-[Unit]
-Description=FUSE filesystem for LXC
-ConditionVirtualization=!container
-Before=lxc.service
-After=cgmanager.service
-Requires=cgmanager.service
-
-[Service]
-ExecStart=/usr/bin/lxcfs -f -s -o allow_other /var/lib/lxcfs
-KillMode=process
-Restart=on-failure
-ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
-
-[Install]
-WantedBy=multi-user.target

Copied: lxcfs/repos/community-i686/lxcfs.service (from rev 145100, 
lxcfs/trunk/lxcfs.service)
===
--- community-i686/lxcfs.service(rev 0)
+++ community-i686/lxcfs.service2015-10-27 10:42:06 UTC (rev 145101)
@@ -0,0 +1,15 @@
+[Unit]
+Description=FUSE filesystem for LXC
+ConditionVirtualization=!container
+Before=lxc.service
+After=cgmanager.service
+Requires=cgmanager.service
+
+[Service]
+ExecStart=/usr/bin/lxcfs -f -s -o allow_other /var/lib/lxcfs
+KillMode=process
+Restart=on-failure
+ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-27 10:41:52 UTC (rev 145100)
+++ com

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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:42:09
  Author: spupykin
Revision: 145102

upgpkg: workrave 1.10.8-1

upd

Modified:
  workrave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:42:06 UTC (rev 145101)
+++ PKGBUILD2015-10-27 10:42:09 UTC (rev 145102)
@@ -3,18 +3,18 @@
 # Maintainer: William Rea 
 
 pkgname=workrave
-pkgver=1.10.6
-pkgrel=2
+pkgver=1.10.8
+pkgrel=1
 pkgdesc="a tool to help RSI"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://workrave.org";
 depends=('libxtst' 'gtkmm3' 'gdome2' 'gstreamer' 'libsm' 'libice' 'libxss')
-makedepends=('intltool' 'gobject-introspection' 'python2-cheetah')
+makedepends=('intltool' 'gobject-introspection' 'python2-cheetah' 
'autoconf-archive')
 optdepends=('gst-plugins-good: to play sound events')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rcaelers/workrave/archive/v${pkgver//./_}.tar.gz)
-md5sums=('6f9ee65b9d6878cac33e7d0a0e51bc38')
+md5sums=('29b2e49439d605bc55fd4e67a11b42c1')
 
 build() {
   cd $srcdir/workrave-${pkgver//./_}


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:41:52
  Author: spupykin
Revision: 145100

upgpkg: lxcfs 0.11-1

upd

Modified:
  lxcfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:41:47 UTC (rev 145099)
+++ PKGBUILD2015-10-27 10:41:52 UTC (rev 145100)
@@ -3,18 +3,18 @@
 # Maintainer: Christian Brauner 
 
 pkgname=lxcfs
-pkgver=0.10
+pkgver=0.11
 pkgrel=1
 pkgdesc="FUSE filesystem for LXC"
 arch=(i686 x86_64)
 url="https://linuxcontainers.org/";
 license=('GPL')
-depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse')
+depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse' 'dbus-glib')
 makedepends=('help2man')
 options=('emptydirs')
 source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz";
"lxcfs.service")
-md5sums=('972bb9de9fef6b0c5e81a89bca09'
+md5sums=('1e0d11e05b5ad9fc68d7effe1c7937bf'
  '29a6bf8868ce09871e6447db4070a923')
 
 build() {


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:41:37
  Author: spupykin
Revision: 145098

upgpkg: devede 4.3-1

upd

Modified:
  devede/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:41:35 UTC (rev 145097)
+++ PKGBUILD2015-10-27 10:41:37 UTC (rev 145098)
@@ -5,8 +5,8 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=devede
-pkgver=4.2
-pkgrel=2
+pkgver=4.3
+pkgrel=1
 pkgdesc="A program to create VideoDVDs and CDs"
 arch=('any')
 url="http://www.rastersoft.com/programas/devede.html";
@@ -16,7 +16,7 @@
 'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
 'python-pip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
-md5sums=('b0052b557d96652ee5b9ddc00f4cf310')
+md5sums=('57e466a0cbe7aeeb864dc9c4051343e3')
 
 package() {
   cd ${srcdir}/${pkgname}ng-$pkgver


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:41:33
  Author: spupykin
Revision: 145096

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

Added:
  darkhttpd/repos/community-i686/PKGBUILD
(from rev 145094, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-i686/darkhttpd.service
(from rev 145094, darkhttpd/trunk/darkhttpd.service)
  darkhttpd/repos/community-x86_64/PKGBUILD
(from rev 145094, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-x86_64/darkhttpd.service
(from rev 145094, darkhttpd/trunk/darkhttpd.service)
Deleted:
  darkhttpd/repos/community-i686/PKGBUILD
  darkhttpd/repos/community-i686/darkhttpd.service
  darkhttpd/repos/community-x86_64/PKGBUILD
  darkhttpd/repos/community-x86_64/darkhttpd.service

+
 /PKGBUILD  |   66 +++
 /darkhttpd.service |   18 +
 community-i686/PKGBUILD|   31 
 community-i686/darkhttpd.service   |9 
 community-x86_64/PKGBUILD  |   31 
 community-x86_64/darkhttpd.service |9 
 6 files changed, 84 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:41:30 UTC (rev 145095)
+++ community-i686/PKGBUILD 2015-10-27 10:41:33 UTC (rev 145096)
@@ -1,31 +0,0 @@
-pkgname=darkhttpd
-pkgver=1.11
-pkgrel=2
-pkgdesc="A small and secure static webserver"
-arch=('i686' 'x86_64')
-url="http://dmr.ath.cx/net/darkhttpd/";
-license=('BSD')
-depends=()
-source=("$url/$pkgname-$pkgver.tar.bz2"
-'darkhttpd.service')
-sha256sums=('afad244add43c53010b36ada6ccdf1a854885cb37d6aeff103ad0aa4aed96c51'
-'2ba69fb1e5e11772ac8ec1662eb575a1070eb73311e7c5547883a4cbe1883793')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # install darkhttpd
-  install -Dm755 "$srcdir/$pkgname-$pkgver/darkhttpd" 
"$pkgdir/usr/bin/darkhttpd"
-
-  # install systemd files
-  install -Dm644 "$srcdir/darkhttpd.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd.service"
-
-  # install license
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  head -n 18 darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: darkhttpd/repos/community-i686/PKGBUILD (from rev 145094, 
darkhttpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:41:33 UTC (rev 145096)
@@ -0,0 +1,33 @@
+pkgname=darkhttpd
+pkgver=1.11
+pkgrel=3
+pkgdesc="A small and secure static webserver"
+arch=('i686' 'x86_64')
+url="http://dmr.ath.cx/net/darkhttpd/";
+license=('BSD')
+depends=()
+source=("$url/$pkgname-$pkgver.tar.bz2"
+'darkhttpd.service')
+sha256sums=('afad244add43c53010b36ada6ccdf1a854885cb37d6aeff103ad0aa4aed96c51'
+'2ba69fb1e5e11772ac8ec1662eb575a1070eb73311e7c5547883a4cbe1883793')
+sha256sums=('afad244add43c53010b36ada6ccdf1a854885cb37d6aeff103ad0aa4aed96c51'
+'40f037a74bf8d28e779dcf7c0d447bcc74a629ffe6abb470e193f047567aed11')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # install darkhttpd
+  install -Dm755 "$srcdir/$pkgname-$pkgver/darkhttpd" 
"$pkgdir/usr/bin/darkhttpd"
+
+  # install systemd files
+  install -Dm644 "$srcdir/darkhttpd.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd.service"
+
+  # install license
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  head -n 18 darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-i686/darkhttpd.service
===
--- community-i686/darkhttpd.service2015-10-27 10:41:30 UTC (rev 145095)
+++ community-i686/darkhttpd.service2015-10-27 10:41:33 UTC (rev 145096)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Darkhttpd Webserver
-
-[Service]
-ExecStart=/usr/bin/darkhttpd /srv/http --daemon --uid nobody --gid nobody 
--chroot --mimetypes /etc/conf.d/mimetypes
-Type=forking
-
-[Install]
-WantedBy=multi-user.target

Copied: darkhttpd/repos/community-i686/darkhttpd.service (from rev 145094, 
darkhttpd/trunk/darkhttpd.service)
===
--- community-i686/darkhttpd.service(rev 0)
+++ community-i686/darkhttpd.service2015-10-27 10:41:33 UTC (rev 145096)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Darkhttpd Webserver
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/darkhttpd /srv/http --uid nobody --gid nobody --chroot 
--mimetypes /etc/conf.d/mimetypes
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-27 10:41:30 UTC (rev 145095)
+++ community-x86_

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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:41:35
  Author: flexiondotorg
Revision: 145097

archrelease: copy trunk to community-any

Added:
  mate-themes/repos/community-any/PKGBUILD
(from rev 145095, mate-themes/trunk/PKGBUILD)
  mate-themes/repos/community-any/mate-themes.install
(from rev 145095, mate-themes/trunk/mate-themes.install)
Deleted:
  mate-themes/repos/community-any/PKGBUILD
  mate-themes/repos/community-any/mate-themes.install

-+
 PKGBUILD|   64 +-
 mate-themes.install |   24 +-
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 10:41:33 UTC (rev 145096)
+++ PKGBUILD2015-10-27 10:41:35 UTC (rev 145097)
@@ -1,32 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_gtkver=3.18
-pkgname=mate-themes
-pkgver=${_ver}.5
-pkgrel=1
-pkgdesc="Default themes for the MATE desktop"
-url="http://mate-desktop.org";
-arch=('any')
-license=('GPL')
-depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
-makedepends=('mate-common' 'icon-naming-utils')
-groups=('mate' 'mate-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz";)
-sha1sums=('079cf99a80e02693a91fbf6163662bfb3e717b26')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
-./configure \
---prefix=/usr \
---enable-all-themes \
---enable-test-themes \
---disable-placeholders
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 145095, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 10:41:35 UTC (rev 145097)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_gtkver=3.18
+pkgname=mate-themes
+pkgver=${_ver}.5
+pkgrel=2
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz";)
+sha1sums=('079cf99a80e02693a91fbf6163662bfb3e717b26')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: mate-themes.install
===
--- mate-themes.install 2015-10-27 10:41:33 UTC (rev 145096)
+++ mate-themes.install 2015-10-27 10:41:35 UTC (rev 145097)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-themes/repos/community-any/mate-themes.install (from rev 145095, 
mate-themes/trunk/mate-themes.install)
===
--- mate-themes.install (rev 0)
+++ mate-themes.install 2015-10-27 10:41:35 UTC (rev 145097)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in darkhttpd/trunk (PKGBUILD darkhttpd.service)

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:41:17
  Author: spupykin
Revision: 145094

upgpkg: darkhttpd 1.11-3

upd

Modified:
  darkhttpd/trunk/PKGBUILD
  darkhttpd/trunk/darkhttpd.service

---+
 PKGBUILD  |4 +++-
 darkhttpd.service |4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:40:05 UTC (rev 145093)
+++ PKGBUILD2015-10-27 10:41:17 UTC (rev 145094)
@@ -1,6 +1,6 @@
 pkgname=darkhttpd
 pkgver=1.11
-pkgrel=2
+pkgrel=3
 pkgdesc="A small and secure static webserver"
 arch=('i686' 'x86_64')
 url="http://dmr.ath.cx/net/darkhttpd/";
@@ -10,6 +10,8 @@
 'darkhttpd.service')
 sha256sums=('afad244add43c53010b36ada6ccdf1a854885cb37d6aeff103ad0aa4aed96c51'
 '2ba69fb1e5e11772ac8ec1662eb575a1070eb73311e7c5547883a4cbe1883793')
+sha256sums=('afad244add43c53010b36ada6ccdf1a854885cb37d6aeff103ad0aa4aed96c51'
+'40f037a74bf8d28e779dcf7c0d447bcc74a629ffe6abb470e193f047567aed11')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: darkhttpd.service
===
--- darkhttpd.service   2015-10-27 10:40:05 UTC (rev 145093)
+++ darkhttpd.service   2015-10-27 10:41:17 UTC (rev 145094)
@@ -2,8 +2,8 @@
 Description=Darkhttpd Webserver
 
 [Service]
-ExecStart=/usr/bin/darkhttpd /srv/http --daemon --uid nobody --gid nobody 
--chroot --mimetypes /etc/conf.d/mimetypes
-Type=forking
+Type=simple
+ExecStart=/usr/bin/darkhttpd /srv/http --uid nobody --gid nobody --chroot 
--mimetypes /etc/conf.d/mimetypes
 
 [Install]
 WantedBy=multi-user.target


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:41:30
  Author: flexiondotorg
Revision: 145095

upgpkg: mate-themes 1.10.5-2 - Bump the revision

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:41:17 UTC (rev 145094)
+++ PKGBUILD2015-10-27 10:41:30 UTC (rev 145095)
@@ -4,7 +4,7 @@
 _gtkver=3.18
 pkgname=mate-themes
 pkgver=${_ver}.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Default themes for the MATE desktop"
 url="http://mate-desktop.org";
 arch=('any')


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:40:05
  Author: flexiondotorg
Revision: 145093

archrelease: copy trunk to community-any

Added:
  mate-themes/repos/community-any/PKGBUILD
(from rev 145092, mate-themes/trunk/PKGBUILD)
  mate-themes/repos/community-any/mate-themes.install
(from rev 145092, mate-themes/trunk/mate-themes.install)
Deleted:
  mate-themes/repos/community-any/PKGBUILD
  mate-themes/repos/community-any/mate-themes.install

-+
 PKGBUILD|   64 +-
 mate-themes.install |   24 +-
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 10:40:00 UTC (rev 145092)
+++ PKGBUILD2015-10-27 10:40:05 UTC (rev 145093)
@@ -1,32 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_gtkver=3.16
-pkgname=mate-themes
-pkgver=${_ver}.5
-pkgrel=1
-pkgdesc="Default themes for the MATE desktop"
-url="http://mate-desktop.org";
-arch=('any')
-license=('GPL')
-depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
-makedepends=('mate-common' 'icon-naming-utils')
-groups=('mate' 'mate-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz";)
-sha1sums=('9b4dc4a55889b434ab1afce36139480de201f604')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
-./configure \
---prefix=/usr \
---enable-all-themes \
---enable-test-themes \
---disable-placeholders
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 145092, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 10:40:05 UTC (rev 145093)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_gtkver=3.18
+pkgname=mate-themes
+pkgver=${_ver}.5
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz";)
+sha1sums=('079cf99a80e02693a91fbf6163662bfb3e717b26')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: mate-themes.install
===
--- mate-themes.install 2015-10-27 10:40:00 UTC (rev 145092)
+++ mate-themes.install 2015-10-27 10:40:05 UTC (rev 145093)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-themes/repos/community-any/mate-themes.install (from rev 145092, 
mate-themes/trunk/mate-themes.install)
===
--- mate-themes.install (rev 0)
+++ mate-themes.install 2015-10-27 10:40:05 UTC (rev 145093)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


  1   2   >