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

2014-11-06 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 09:00:16
  Author: foutrelis
Revision: 225660

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

Added:
  
boost/repos/staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch
(from rev 225659, 
boost/trunk/0001-Add-missing-include-to-signals2-trackable.hpp.patch)
  boost/repos/staging-i686/PKGBUILD
(from rev 225659, boost/trunk/PKGBUILD)
  
boost/repos/staging-x86_64/0001-Add-missing-include-to-signals2-trackable.hpp.patch
(from rev 225659, 
boost/trunk/0001-Add-missing-include-to-signals2-trackable.hpp.patch)
  boost/repos/staging-x86_64/PKGBUILD
(from rev 225659, boost/trunk/PKGBUILD)
Deleted:
  boost/repos/staging-i686/PKGBUILD
  boost/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |  212 
++
 staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch   |   29 
+
 staging-i686/PKGBUILD   |   97 

 staging-x86_64/0001-Add-missing-include-to-signals2-trackable.hpp.patch |   29 
+
 staging-x86_64/PKGBUILD |   97 

 5 files changed, 270 insertions(+), 194 deletions(-)

Copied: 
boost/repos/staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch
 (from rev 225659, 
boost/trunk/0001-Add-missing-include-to-signals2-trackable.hpp.patch)
===
--- staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch   
(rev 0)
+++ staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch   
2014-11-06 08:00:16 UTC (rev 225660)
@@ -0,0 +1,29 @@
+From 06ccdfee76fe487a141b95848d1c866890f15d88 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras evange...@foutrelis.com
+Date: Thu, 6 Nov 2014 09:19:26 +0200
+Subject: [PATCH] Add missing include to signals2/trackable.hpp
+
+boost::weak_ptr started being used in commit a0bf2d1 (Disconnect slots
+associated with signals2::trackable immediately) but the matching header
+wasn't included.
+
+https://svn.boost.org/trac/boost/ticket/10100#comment:7
+---
+ include/boost/signals2/trackable.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/boost/signals2/trackable.hpp 
b/include/boost/signals2/trackable.hpp
+index dba001d..64e8489 100644
+--- a/include/boost/signals2/trackable.hpp
 b/include/boost/signals2/trackable.hpp
+@@ -18,6 +18,7 @@
+ 
+ #include boost/assert.hpp
+ #include boost/shared_ptr.hpp
++#include boost/weak_ptr.hpp
+ 
+ namespace boost {
+   namespace signals2 {
+-- 
+2.1.3
+

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-11-06 08:00:07 UTC (rev 225659)
+++ staging-i686/PKGBUILD   2014-11-06 08:00:16 UTC (rev 225660)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Kritoke krit...@gamebox.net
-# Contributor: Luca Roccia little_r...@users.sourceforge.net
-
-pkgbase=boost
-pkgname=('boost-libs' 'boost')
-pkgver=1.57.0
-_boostver=${pkgver//./_}
-pkgrel=1
-url='http://www.boost.org/'
-arch=('i686' 'x86_64')
-license=('custom')
-makedepends=('icu=53.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
-source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2)
-sha1sums=('e151557ae47afd1b43dc3fac46f8b04a8fe51c12')
-
-build() {
-   export _stagedir=${srcdir}/stagedir
-   local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})
-
-   cd ${pkgbase}_${_boostver}
-
-   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
-
-   _bindir=bin.linuxx86
-   [[ ${CARCH} = x86_64 ]]  _bindir=bin.linuxx86_64
-   install -Dm755 tools/build/src/engine/$_bindir/b2 ${_stagedir}/bin/b2
-
-   # Add an extra python version. This does not replace anything and python 2.x
-   # need to be the default.
-   echo using python : 3.4 : /usr/bin/python3 : /usr/include/python3.4m : 
/usr/lib ; \
-   project-config.jam
-
-   # Support for OpenMPI
-   echo using mpi ;  project-config.jam
-
-   # boostbook is needed by quickbook
-   install -dm755 ${_stagedir}/share/boostbook
-   cp -a tools/boostbook/{xsl,dtd} ${_stagedir}/share/boostbook/
-
-   # default minimal install: release link=shared,static
-   # runtime-link=shared threading=single,multi
-   # --layout=tagged will add the -mt suffix for multithreaded libraries
-   # and installs includes in /usr/include/boost.
-   # --layout=system no longer adds the -mt suffix for multi-threaded libs.
-   # install to ${_stagedir} in preparation for split packaging
-   ${_stagedir}/bin/b2 \
-  variant=release \
-  

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

2014-11-06 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 09:00:07
  Author: foutrelis
Revision: 225659

upgpkg: boost 1.57.0-2

Add missing include to signals2/trackable.hpp.

Added:
  boost/trunk/0001-Add-missing-include-to-signals2-trackable.hpp.patch
Modified:
  boost/trunk/PKGBUILD

--+
 0001-Add-missing-include-to-signals2-trackable.hpp.patch |   29 +
 PKGBUILD |   15 +-
 2 files changed, 41 insertions(+), 3 deletions(-)

Added: 0001-Add-missing-include-to-signals2-trackable.hpp.patch
===
--- 0001-Add-missing-include-to-signals2-trackable.hpp.patch
(rev 0)
+++ 0001-Add-missing-include-to-signals2-trackable.hpp.patch2014-11-06 
08:00:07 UTC (rev 225659)
@@ -0,0 +1,29 @@
+From 06ccdfee76fe487a141b95848d1c866890f15d88 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras evange...@foutrelis.com
+Date: Thu, 6 Nov 2014 09:19:26 +0200
+Subject: [PATCH] Add missing include to signals2/trackable.hpp
+
+boost::weak_ptr started being used in commit a0bf2d1 (Disconnect slots
+associated with signals2::trackable immediately) but the matching header
+wasn't included.
+
+https://svn.boost.org/trac/boost/ticket/10100#comment:7
+---
+ include/boost/signals2/trackable.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/boost/signals2/trackable.hpp 
b/include/boost/signals2/trackable.hpp
+index dba001d..64e8489 100644
+--- a/include/boost/signals2/trackable.hpp
 b/include/boost/signals2/trackable.hpp
+@@ -18,6 +18,7 @@
+ 
+ #include boost/assert.hpp
+ #include boost/shared_ptr.hpp
++#include boost/weak_ptr.hpp
+ 
+ namespace boost {
+   namespace signals2 {
+-- 
+2.1.3
+

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 05:11:02 UTC (rev 225658)
+++ PKGBUILD2014-11-06 08:00:07 UTC (rev 225659)
@@ -10,14 +10,23 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.57.0
 _boostver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
 url='http://www.boost.org/'
 arch=('i686' 'x86_64')
 license=('custom')
 makedepends=('icu=53.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
-source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2)
-sha1sums=('e151557ae47afd1b43dc3fac46f8b04a8fe51c12')
+source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2
+0001-Add-missing-include-to-signals2-trackable.hpp.patch)
+sha1sums=('e151557ae47afd1b43dc3fac46f8b04a8fe51c12'
+  '35bc8ad7493a641ec708a691036fe5319aec70cd')
 
+prepare() {
+   cd ${pkgbase}_${_boostver}
+
+   # https://github.com/boostorg/signals2/pull/8
+   patch -Np2 -i ../0001-Add-missing-include-to-signals2-trackable.hpp.patch
+}
+
 build() {
export _stagedir=${srcdir}/stagedir
local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})


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

2014-11-06 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 09:14:42
  Author: foutrelis
Revision: 225662

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

Added:
  hugin/repos/staging-i686/
  hugin/repos/staging-i686/PKGBUILD
(from rev 225661, hugin/trunk/PKGBUILD)
  hugin/repos/staging-i686/install
(from rev 225661, hugin/trunk/install)
  hugin/repos/staging-x86_64/
  hugin/repos/staging-x86_64/PKGBUILD
(from rev 225661, hugin/trunk/PKGBUILD)
  hugin/repos/staging-x86_64/install
(from rev 225661, hugin/trunk/install)

-+
 staging-i686/PKGBUILD   |   54 ++
 staging-i686/install|   13 +++
 staging-x86_64/PKGBUILD |   54 ++
 staging-x86_64/install  |   13 +++
 4 files changed, 134 insertions(+)

Copied: hugin/repos/staging-i686/PKGBUILD (from rev 225661, 
hugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-11-06 08:14:42 UTC (rev 225662)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2014.0.0
+pkgrel=2
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('python2: bindings and plugins')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+optdepends=('python2: for scripting and plugin interface support')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;
+http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2;)
+sha1sums=('7b4ae181f664b9e0a68f55f298cdaa210fa09aa9'
+  'cef9a0cc7084b1d639e06cd3bc34e4251524c840')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+
+   # We take the module spirit from boost 1.55 and use it instead of the 
one
+   # that is provided by boost 1.56+ because hugin doesn't compile with the
+   # latter.  This is no proper fix for the problem but it works for now.
+   mkdir -p src/boost
+   cp -r ${srcdir}/boost_1_55_0/boost/spirit src/boost/
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+
+   # See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61214#c5
+   # and 
https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1231921.html.
+   # for why the -fno-devirtualize flag is needed.  I can go away with 
GCC 4.9.2+.
+   CXXFLAGS=${CXXFLAGS} -fno-devirtualize
+
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+   make DESTDIR=${pkgdir} install
+}

Copied: hugin/repos/staging-i686/install (from rev 225661, hugin/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2014-11-06 08:14:42 UTC (rev 225662)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Copied: hugin/repos/staging-x86_64/PKGBUILD (from rev 225661, 
hugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-11-06 08:14:42 UTC (rev 225662)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2014.0.0
+pkgrel=2
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('python2: bindings and plugins')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+optdepends=('python2: for scripting and plugin interface support')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;
+http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2;)
+sha1sums=('7b4ae181f664b9e0a68f55f298cdaa210fa09aa9'

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

2014-11-06 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 09:14:34
  Author: foutrelis
Revision: 225661

upgpkg: hugin 2014.0.0-2

boost 1.57.0 rebuild.

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 08:00:16 UTC (rev 225660)
+++ PKGBUILD2014-11-06 08:14:34 UTC (rev 225661)
@@ -6,7 +6,7 @@
 
 pkgname=hugin
 pkgver=2014.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')


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

2014-11-06 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 09:26:28
  Author: foutrelis
Revision: 122039

upgpkg: wt 3.3.3-5

boost 1.57.0 rebuild.

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 06:56:20 UTC (rev 122038)
+++ PKGBUILD2014-11-06 08:26:28 UTC (rev 122039)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.3
 _pkgver=3.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;


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

2014-11-06 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 09:26:38
  Author: foutrelis
Revision: 122040

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

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

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

Copied: wt/repos/community-staging-i686/PKGBUILD (from rev 122039, 
wt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-06 08:26:38 UTC (rev 122040)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Denis Martinez deuns.marti...@gmail.com
+
+pkgname=wt
+pkgver=3.3.3
+_pkgver=3.3.3
+pkgrel=5
+pkgdesc=a C++ library and application server for developing and deploying web 
applications
+arch=('i686' 'x86_64')
+url=http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 
'qt4')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz
+
boost-wt.patch::http://pastie.org/pastes/9478732/download?key=q3jk2mfp0ovfipigt8qsaw)
+md5sums=('90211e80d0e14ef7ff2e3152380bd05d'
+ '2d5d39f230c99355be7c20a5cc9aa409')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  patch -Np1  $srcdir/boost-wt.patch
+
+  [[ -d build ]]  rm -r build
+  mkdir -p build  cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.0/Modules/FindWt.cmake
+  rm -r ${pkgdir}/usr/cmake
+  rm -rf $pkgdir/var/run
+}

Copied: wt/repos/community-staging-x86_64/PKGBUILD (from rev 122039, 
wt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-06 08:26:38 UTC (rev 122040)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Denis Martinez deuns.marti...@gmail.com
+
+pkgname=wt
+pkgver=3.3.3
+_pkgver=3.3.3
+pkgrel=5
+pkgdesc=a C++ library and application server for developing and deploying web 
applications
+arch=('i686' 'x86_64')
+url=http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 
'qt4')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz
+
boost-wt.patch::http://pastie.org/pastes/9478732/download?key=q3jk2mfp0ovfipigt8qsaw)
+md5sums=('90211e80d0e14ef7ff2e3152380bd05d'
+ '2d5d39f230c99355be7c20a5cc9aa409')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  patch -Np1  $srcdir/boost-wt.patch
+
+  [[ -d build ]]  rm -r build
+  mkdir -p build  cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.0/Modules/FindWt.cmake
+  rm -r ${pkgdir}/usr/cmake
+  rm -rf $pkgdir/var/run
+}


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

2014-11-06 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 09:59:04
  Author: foutrelis
Revision: 225663

upgpkg: licq 1.8.2-4

boost 1.57.0 rebuild.

Modified:
  licq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 08:14:42 UTC (rev 225662)
+++ PKGBUILD2014-11-06 08:59:04 UTC (rev 225663)
@@ -3,7 +3,7 @@
 
 pkgname=licq
 pkgver=1.8.2
-pkgrel=3
+pkgrel=4
 pkgdesc=Advanced graphical ICQ clone and more for Unix
 arch=('i686' 'x86_64')
 url=http://www.licq.org;


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

2014-11-06 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 09:59:12
  Author: foutrelis
Revision: 225664

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

Added:
  licq/repos/staging-i686/
  licq/repos/staging-i686/PKGBUILD
(from rev 225663, licq/trunk/PKGBUILD)
  licq/repos/staging-x86_64/
  licq/repos/staging-x86_64/PKGBUILD
(from rev 225663, licq/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   45 +
 staging-x86_64/PKGBUILD |   45 +
 2 files changed, 90 insertions(+)

Copied: licq/repos/staging-i686/PKGBUILD (from rev 225663, licq/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-11-06 08:59:12 UTC (rev 225664)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.8.2
+pkgrel=4
+pkgdesc=Advanced graphical ICQ clone and more for Unix
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
+makedepends=('cmake' 'boost' 'optipng')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('46af2bc95865ee61a103d27812fe6e6a')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  mkdir build
+
+  # Fix invalid PNG images to work with libpng 1.6
+  # https://github.com/licq-im/licq/pull/32
+  optipng -quiet -force -fix plugins/qt4-gui/share/skins/Mirabilis/*.png
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  local licq_plugins=auto-reply icq rms msn qt4-gui # osd jabber aosd
+  
+  local plugins= _plugin
+  for _plugin in ${licq_plugins}; do
+plugins+= ${_plugin}\/CMakeLists.txt
+  done
+  sed -i -e s/file(GLOB cmake_plugins.*$/set(cmake_plugins ${plugins})/ 
plugins/CMakeLists.txt
+
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_FIFO=ON -DBUILD_PLUGINS=ON  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: licq/repos/staging-x86_64/PKGBUILD (from rev 225663, 
licq/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-11-06 08:59:12 UTC (rev 225664)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.8.2
+pkgrel=4
+pkgdesc=Advanced graphical ICQ clone and more for Unix
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
+makedepends=('cmake' 'boost' 'optipng')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('46af2bc95865ee61a103d27812fe6e6a')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  mkdir build
+
+  # Fix invalid PNG images to work with libpng 1.6
+  # https://github.com/licq-im/licq/pull/32
+  optipng -quiet -force -fix plugins/qt4-gui/share/skins/Mirabilis/*.png
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  local licq_plugins=auto-reply icq rms msn qt4-gui # osd jabber aosd
+  
+  local plugins= _plugin
+  for _plugin in ${licq_plugins}; do
+plugins+= ${_plugin}\/CMakeLists.txt
+  done
+  sed -i -e s/file(GLOB cmake_plugins.*$/set(cmake_plugins ${plugins})/ 
plugins/CMakeLists.txt
+
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_FIFO=ON -DBUILD_PLUGINS=ON  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}


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

2014-11-06 Thread Felix Yan
Date: Thursday, November 6, 2014 @ 10:23:30
  Author: fyan
Revision: 122041

upgpkg: shadowsocks 2.4.2-1

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 08:26:38 UTC (rev 122040)
+++ PKGBUILD2014-11-06 09:23:30 UTC (rev 122041)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=shadowsocks
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc=A lightweight tunnel proxy
 license=(MIT)
@@ -14,16 +14,10 @@
 
source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
 
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
 shadowsocks@.service
-shadowsocks-server@.service
-fix-typeerror.patch)
+shadowsocks-server@.service)
 arch=('any')
 install=${pkgname}.install
 
-prepare() {
-  cd shadowsocks-$pkgver
-  patch -p1 -i ../fix-typeerror.patch
-}
-
 check() {
   cd shadowsocks-$pkgver
 
@@ -50,8 +44,7 @@
   install -Dm644 $srcdir/$pkgname-LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-sha512sums=('d5ef9933555b93b68f9b9436282c6b51a784f3583bbb0dc0285a1e5e7d14ca3173b1f54148c2cac3deb4fe8447ad02ba043aabf646a46dc68497ad36282637e9'
+sha512sums=('5bc7c85c73011c070b985596d0ae5b36f9df7f405e357ec0f45fe7c593445a2c3b4eaaca837a06f61d3ebb1e015c3cfeef6bfca2d0f363c341d9ff4b50e8b7de'
 
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
 
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df'
-
'78c45e1ab17d62bdb2276e35511e6bbe6dd0b2da53e333e59a44d485729532abdf8a44f59ae42b12a5bba1f9f641657fac68ecfe3ecb2f6fcae7726311d6a90b')
+
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')


[arch-commits] Commit in shadowsocks/repos/community-any (10 files)

2014-11-06 Thread Felix Yan
Date: Thursday, November 6, 2014 @ 10:24:21
  Author: fyan
Revision: 122042

archrelease: copy trunk to community-any

Added:
  shadowsocks/repos/community-any/PKGBUILD
(from rev 122041, shadowsocks/trunk/PKGBUILD)
  shadowsocks/repos/community-any/fix-typeerror.patch
(from rev 122041, shadowsocks/trunk/fix-typeerror.patch)
  shadowsocks/repos/community-any/shadowsocks-server@.service
(from rev 122041, shadowsocks/trunk/shadowsocks-server@.service)
  shadowsocks/repos/community-any/shadowsocks.install
(from rev 122041, shadowsocks/trunk/shadowsocks.install)
  shadowsocks/repos/community-any/shadowsocks@.service
(from rev 122041, shadowsocks/trunk/shadowsocks@.service)
Deleted:
  shadowsocks/repos/community-any/PKGBUILD
  shadowsocks/repos/community-any/fix-typeerror.patch
  shadowsocks/repos/community-any/shadowsocks-server@.service
  shadowsocks/repos/community-any/shadowsocks.install
  shadowsocks/repos/community-any/shadowsocks@.service

-+
 PKGBUILD|  107 +++---
 fix-typeerror.patch |   76 ++---
 shadowsocks-server@.service |   24 -
 shadowsocks.install |   10 +--
 shadowsocks@.service|   24 -
 5 files changed, 117 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-06 09:23:30 UTC (rev 122041)
+++ PKGBUILD2014-11-06 09:24:21 UTC (rev 122042)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=shadowsocks
-pkgver=2.4.1
-pkgrel=1
-pkgdesc=A lightweight tunnel proxy
-license=(MIT)
-url=http://pypi.python.org/pypi/shadowsocks;
-depends=('python' 'python-setuptools')
-checkdepends=('python-salsa20')
-optdepends=('python-numpy: For salsa20 support'
-'python-salsa20: For salsa20 support')
-source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
-
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
-shadowsocks@.service
-shadowsocks-server@.service
-fix-typeerror.patch)
-arch=('any')
-install=${pkgname}.install
-
-prepare() {
-  cd shadowsocks-$pkgver
-  patch -p1 -i ../fix-typeerror.patch
-}
-
-check() {
-  cd shadowsocks-$pkgver
-
-  # Tests not included
-  return
-  python tests/test.py -c tests/table.json
-  python tests/test.py -c tests/aes.json
-  python tests/test.py -c tests/rc4-md5.json
-  python tests/test.py -c tests/salsa20.json
-  python tests/test.py -c tests/server-multi-ports.json
-  python tests/test.py -c tests/server-multi-passwd.json
-  python tests/test.py -c tests/server-multi-passwd-table.json
-  python tests/test.py -c tests/workers.json
-}
-
-package() {
-  cd $srcdir/shadowsocks-$pkgver
-
-  python setup.py install -O1 --root=$pkgdir
-  
-  install -d $pkgdir/etc/shadowsocks
-  install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
-  install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
-  install -Dm644 $srcdir/$pkgname-LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums=('d5ef9933555b93b68f9b9436282c6b51a784f3583bbb0dc0285a1e5e7d14ca3173b1f54148c2cac3deb4fe8447ad02ba043aabf646a46dc68497ad36282637e9'
-
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
-
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df'
-
'78c45e1ab17d62bdb2276e35511e6bbe6dd0b2da53e333e59a44d485729532abdf8a44f59ae42b12a5bba1f9f641657fac68ecfe3ecb2f6fcae7726311d6a90b')

Copied: shadowsocks/repos/community-any/PKGBUILD (from rev 122041, 
shadowsocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-06 09:24:21 UTC (rev 122042)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=shadowsocks
+pkgver=2.4.2
+pkgrel=1
+pkgdesc=A lightweight tunnel proxy
+license=(MIT)
+url=http://pypi.python.org/pypi/shadowsocks;
+depends=('python' 'python-setuptools')
+checkdepends=('python-salsa20')
+optdepends=('python-numpy: For salsa20 support'
+'python-salsa20: For salsa20 support')
+source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
+
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
+shadowsocks@.service
+shadowsocks-server@.service)
+arch=('any')
+install=${pkgname}.install
+
+check() {
+  cd shadowsocks-$pkgver
+
+  # Tests not included

[arch-commits] Commit in (6 files)

2014-11-06 Thread Alexander Rødseth
Date: Thursday, November 6, 2014 @ 11:34:23
  Author: arodseth
Revision: 122043

Added mlton, a Standard ML compiler

Added:
  mlton/
  mlton/repos/
  mlton/repos/community-i686/
  mlton/repos/community-x86_64/
  mlton/trunk/
  mlton/trunk/PKGBUILD

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

Added: mlton/trunk/PKGBUILD
===
--- mlton/trunk/PKGBUILD(rev 0)
+++ mlton/trunk/PKGBUILD2014-11-06 10:34:23 UTC (rev 122043)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 120612 2014-10-13 14:26:12Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: toch...@no.spam.mail.berlios.de
+# Contributor: Andreas W. Hauser andy-...@splashground.de
+# Contributor: Brian De Wolf a...@bldewolf.com
+
+pkgname=mlton
+pkgver=20130715
+pkgrel=5
+pkgdesc='Whole-program, optimizing Standard ML compiler'
+arch=('x86_64' 'i686')
+url='http://mlton.org/'
+license=('BSD' 'MIT' 'LGPL')
+depends=('bash' 'gmp')
+makedepends=('setconf')
+options=('staticlibs')
+
+if [[ $CARCH = x86_64 ]]; then
+  
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.src.tgz;
 \
+  
http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver-1.amd64-linux.tgz;)
+  
sha256sums=('215857ad11d44f8d94c27f75e74017aa44b2c9703304bcec9e38c20433143d6c'
+  
'f6f912009b0946b73af88ff5f3e713b6be63b871696e2697ccf1564b56e7d03b')
+else
+  
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.src.tgz;
 \
+  
http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver-1.x86-linux.tgz;)
+  
sha256sums=('215857ad11d44f8d94c27f75e74017aa44b2c9703304bcec9e38c20433143d6c'
+  
'92d89627cf760c56d0e9727f328b006341bf5be283fc7d616a6276c26d95b2cf')
+fi
+
+build() {
+  setconf usr/bin/mlton lib=$srcdir/usr/lib/mlton
+  PATH=$PATH:$srcdir/usr/bin make -C $pkgname-$pkgver -j1 all-no-docs
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir -j1 install-no-docs
+
+  # Copy over the handful of licenses and the README as explanation
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  cp $pkgname-$pkgver/doc/license/* $pkgdir/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-11-06 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 11:41:53
  Author: foutrelis
Revision: 122044

upgpkg: mongodb 2.6.5-2

boost 1.57.0 rebuild.

Modified:
  mongodb/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 10:34:23 UTC (rev 122043)
+++ PKGBUILD2014-11-06 10:41:53 UTC (rev 122044)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=2.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -21,6 +21,18 @@
 source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
 'mongodb.conf' 'mongodb.service')
 
+prepare() {
+  cd mongodb-src-r${pkgver}
+
+  # Add missing include required for std::swap()
+  # https://github.com/mongodb/mongo/commit/2d5d662
+  if grep -q '#include algorithm' src/mongo/shell/linenoise_utf8.h; then
+error 'algorithm include has been fixed upstream; remove this local fix.'
+return 1
+  fi
+  sed -i '1i #include algorithm' src/mongo/shell/linenoise_utf8.h
+}
+
 build() {
   export SCONSFLAGS=$MAKEFLAGS
 


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

2014-11-06 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 11:42:09
  Author: foutrelis
Revision: 122045

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

Added:
  mongodb/repos/community-staging-i686/
  mongodb/repos/community-staging-i686/PKGBUILD
(from rev 122044, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-staging-i686/SConscript.client.patch
(from rev 122044, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-staging-i686/mongodb.conf
(from rev 122044, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-staging-i686/mongodb.install
(from rev 122044, mongodb/trunk/mongodb.install)
  mongodb/repos/community-staging-i686/mongodb.service
(from rev 122044, mongodb/trunk/mongodb.service)
  mongodb/repos/community-staging-x86_64/
  mongodb/repos/community-staging-x86_64/PKGBUILD
(from rev 122044, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-staging-x86_64/SConscript.client.patch
(from rev 122044, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-staging-x86_64/mongodb.conf
(from rev 122044, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-staging-x86_64/mongodb.install
(from rev 122044, mongodb/trunk/mongodb.install)
  mongodb/repos/community-staging-x86_64/mongodb.service
(from rev 122044, mongodb/trunk/mongodb.service)

--+
 community-staging-i686/PKGBUILD  |   95 +
 community-staging-i686/SConscript.client.patch   |   13 ++
 community-staging-i686/mongodb.conf  |8 +
 community-staging-i686/mongodb.install   |   32 +++
 community-staging-i686/mongodb.service   |   10 ++
 community-staging-x86_64/PKGBUILD|   95 +
 community-staging-x86_64/SConscript.client.patch |   13 ++
 community-staging-x86_64/mongodb.conf|8 +
 community-staging-x86_64/mongodb.install |   32 +++
 community-staging-x86_64/mongodb.service |   10 ++
 10 files changed, 316 insertions(+)

Copied: mongodb/repos/community-staging-i686/PKGBUILD (from rev 122044, 
mongodb/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-06 10:42:09 UTC (rev 122045)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Mathias Stearn math...@10gen.com
+# Contributor: Alec Thomas
+
+pkgname=mongodb
+pkgver=2.6.5
+pkgrel=2
+pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org'
+license=('AGPL3')
+depends=('pcre' 'snappy' 'openssl' 'gperftools' 'libsasl' 'boost-libs') # 
'libyaml' 'yaml-cpp' 'v8')
+makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 'clang')
+checkdepends=('python2-pymongo')
+optdepends=('libpcap: needed for mongosniff')
+backup=('etc/mongodb.conf')
+install=mongodb.install
+source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
+'mongodb.conf' 'mongodb.service')
+
+prepare() {
+  cd mongodb-src-r${pkgver}
+
+  # Add missing include required for std::swap()
+  # https://github.com/mongodb/mongo/commit/2d5d662
+  if grep -q '#include algorithm' src/mongo/shell/linenoise_utf8.h; then
+error 'algorithm include has been fixed upstream; remove this local fix.'
+return 1
+  fi
+  sed -i '1i #include algorithm' src/mongo/shell/linenoise_utf8.h
+}
+
+build() {
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons all \
+--use-system-pcre \
+--use-system-snappy \
+--use-system-tcmalloc \
+--use-sasl-client \
+--use-system-boost \
+--ssl --cc=clang --cxx=clang++ \
+--disable-warnings-as-errors
+# --use-system-v8
+# --use-system-yaml
+}
+
+check() {
+  # Tests not passing
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons smokeAll \
+--use-system-pcre \
+--use-system-snappy \
+--use-system-tcmalloc \
+--use-sasl-client \
+--use-system-boost \
+--ssl --cc=clang --cxx=clang++ \
+--disable-warnings-as-errors \
+--smokedbprefix=$srcdir || warning Tests failed
+}
+
+package() {
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons install \
+--use-system-pcre \
+--use-system-snappy \
+--use-system-tcmalloc \
+--use-sasl-client \
+--use-system-boost \
+--ssl --cc=clang --cxx=clang++ \
+--disable-warnings-as-errors \
+--prefix=$pkgdir/usr
+# --use-system-yaml
+# --use-system-v8
+
+  install -Dm644 $srcdir/mongodb.conf $pkgdir/etc/mongodb.conf
+  install -Dm644 $srcdir/mongodb.service 
$pkgdir/usr/lib/systemd/system/mongodb.service
+  install -dm700 $pkgdir/var/lib/mongodb
+  install -dm755 

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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 12:44:45
  Author: ronald
Revision: 225666

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

Added:
  suitesparse/repos/extra-i686/PKGBUILD
(from rev 225665, suitesparse/trunk/PKGBUILD)
  suitesparse/repos/extra-x86_64/PKGBUILD
(from rev 225665, suitesparse/trunk/PKGBUILD)
Deleted:
  suitesparse/repos/extra-i686/PKGBUILD
  suitesparse/repos/extra-i686/suitesparse-math.patch
  suitesparse/repos/extra-x86_64/PKGBUILD
  suitesparse/repos/extra-x86_64/suitesparse-math.patch

-+
 /PKGBUILD   |  180 ++
 extra-i686/PKGBUILD |   87 
 extra-i686/suitesparse-math.patch   |   22 
 extra-x86_64/PKGBUILD   |   87 
 extra-x86_64/suitesparse-math.patch |   22 
 5 files changed, 180 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-06 11:44:30 UTC (rev 225665)
+++ extra-i686/PKGBUILD 2014-11-06 11:44:45 UTC (rev 225666)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-
-pkgname=suitesparse
-pkgver=4.3.1
-pkgrel=2
-pkgdesc=A collection of sparse matrix libraries
-url=http://www.cise.ufl.edu/research/sparse/SuiteSparse/;
-arch=('i686' 'x86_64')
-conflicts=('umfpack')
-provides=('umfpack')
-replaces=('umfpack')
-depends=('blas' 'lapack')
-makedepends=('gcc-fortran')
-license=('GPL')
-options=('staticlibs')
-source=(http://www.cise.ufl.edu/research/sparse/SuiteSparse/SuiteSparse-$pkgver.tar.gz
 
http://pkgs.fedoraproject.org/cgit/suitesparse.git/plain/suitesparse-math.patch)
-sha1sums=('f7087d6178331d570c1ec811bbd17cbce70ce2f5'
-  'a6b3f29df0cc813be0aa7afb65592c2eb431bba4')
-
-build() {
-   cd $srcdir/SuiteSparse
-   export CFLAGS= ${CFLAGS} -DNPARTITION -fPIC
-   patch -Np1 -i $srcdir/suitesparse-math.patch
-   
-   make -C SuiteSparse_config/xerbla
-   make -C SuiteSparse_config 
-   for _lib in AMD CAMD COLAMD BTF KLU LDL CCOLAMD UMFPACK CHOLMOD CXSparse 
SPQR; do
-  make -C ${_lib} library
-   done
-   mkdir shared
-   ld -shared -soname libsuitesparseconfig.so.4 -o \
-  shared/libsuitesparseconfig.so.4.3.1 --whole-archive \
-  SuiteSparse_config/libsuitesparseconfig.a -lm  \
-  ln -sf libsuitesparseconfig.so.4.3.1 shared/libsuitesparseconfig.so
-   ld -shared -soname libamd.so.2 -o shared/libamd.so.2.4.0 \
-  --whole-archive AMD/Lib/libamd.a -L./shared -lsuitesparseconfig -lm  \
-  ln -sf libamd.so.2.4.0 shared/libamd.so
-   ld -shared -soname libcamd.so.2 -o shared/libcamd.so.2.4.0 \
-  --whole-archive CAMD/Lib/libcamd.a -L./shared -lsuitesparseconfig -lm  
\
-  ln -sf libcamd.so.2.4.0 shared/libcamd.so
-   ld -shared -soname libcolamd.so.2 -o shared/libcolamd.so.2.9.0 \
-  --whole-archive COLAMD/Lib/libcolamd.a -L./shared -lsuitesparseconfig 
-lm \
-   ln -sf libcolamd.so.2.9.0 shared/libcolamd.so
-   ld -shared -soname libccolamd.so.2 -o shared/libccolamd.so.2.9.0 \
-  --whole-archive CCOLAMD/Lib/libccolamd.a -L./shared -lsuitesparseconfig 
-lm \
-   ln -sf libccolamd.so.2.9.0 shared/libccolamd.so
-   ld -shared -soname libbtf.so.1 -o shared/libbtf.so.1.2.0 \
-  --whole-archive BTF/Lib/libbtf.a  \
-  ln -sf libbtf.so.1.2.0 shared/libbtf.so
-   ld -shared -soname libldl.so.2 -o shared/libldl.so.2.2.0 \
-  --whole-archive LDL/Lib/libldl.a  \
-  ln -sf libldl.so.2.2.0 shared/libldl.so
-   ld -shared -soname libcholmod.so.3 -o shared/libcholmod.so.3.0.1 \
-  --whole-archive CHOLMOD/Lib/libcholmod.a -lblas -llapack \
-  -L./shared -lamd -lcamd -lcolamd -lccolamd -lsuitesparseconfig -lm  \
-  ln -sf libcholmod.so.3.0.1 shared/libcholmod.so
-   ld -shared -soname libspqr.so.1 -o shared/libspqr.so.1.3.3 \
-  --whole-archive SPQR/Lib/libspqr.a -lblas -llapack \
-  -L./shared -lcholmod -lsuitesparseconfig -lm  \
-  ln -sf libspqr.so.1.3.3 shared/libspqr.so
-   ld -shared -soname libcxsparse.so.3 -o shared/libcxsparse.so.3.1.3 \
-  --whole-archive CXSparse/Lib/libcxsparse.a  \
-  ln -sf libcxsparse.so.3.1.3 shared/libcxsparse.so
-   ld -shared -soname libklu.so.1 -o shared/libklu.so.1.3.0 \
-  --whole-archive KLU/Lib/libklu.a -L./shared -lamd -lbtf \
-  -lsuitesparseconfig -lm  ln -sf libklu.so.1.3.0 shared/libklu.so
-   ld -shared -soname libumfpack.so.5 -o shared/libumfpack.so.5.7.0 \
-  --whole-archive UMFPACK/Lib/libumfpack.a -lblas -llapack -L./shared \
-  -lamd -lcholmod -lsuitesparseconfig -lm  \
-  ln -sf libumfpack.so.5.7.0 shared/libumfpack.so
-}
-
-
-package() {
-   cd ${srcdir}/SuiteSparse
-   install -dm755 ${pkgdir}/usr/{lib,include}
-   
-   for _lib in SuiteSparse_config AMD CAMD COLAMD BTF KLU LDL CCOLAMD UMFPACK 
CHOLMOD CXSparse SPQR; do
-  make -C ${_lib} INSTALL_LIB=${pkgdir}/usr/lib 
INSTALL_INCLUDE=${pkgdir}/usr/include install
-   

[arch-commits] Commit in suitesparse/trunk (PKGBUILD suitesparse-math.patch)

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 12:44:30
  Author: ronald
Revision: 225665

upgpkg: suitesparse 4.4.1-1

update to 4.4.1

Modified:
  suitesparse/trunk/PKGBUILD
Deleted:
  suitesparse/trunk/suitesparse-math.patch

+
 PKGBUILD   |   63 ---
 suitesparse-math.patch |   22 
 2 files changed, 33 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 08:59:12 UTC (rev 225664)
+++ PKGBUILD2014-11-06 11:44:30 UTC (rev 225665)
@@ -2,8 +2,8 @@
 # Maintainer: Ronald van Haren ronald.archlinux.org
 
 pkgname=suitesparse
-pkgver=4.3.1
-pkgrel=2
+pkgver=4.4.1
+pkgrel=1
 pkgdesc=A collection of sparse matrix libraries
 url=http://www.cise.ufl.edu/research/sparse/SuiteSparse/;
 arch=('i686' 'x86_64')
@@ -14,14 +14,16 @@
 makedepends=('gcc-fortran')
 license=('GPL')
 options=('staticlibs')
-source=(http://www.cise.ufl.edu/research/sparse/SuiteSparse/SuiteSparse-$pkgver.tar.gz
 
http://pkgs.fedoraproject.org/cgit/suitesparse.git/plain/suitesparse-math.patch)
-sha1sums=('f7087d6178331d570c1ec811bbd17cbce70ce2f5'
+source=(http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-$pkgver.tar.gz
 
http://pkgs.fedoraproject.org/cgit/suitesparse.git/plain/suitesparse-math.patch)
+sha1sums=('c8fa39b117b3121839deddbd0e56bf366c8130de'
   'a6b3f29df0cc813be0aa7afb65592c2eb431bba4')
 
+prepare() {
+   export CFLAGS= ${CFLAGS} -DNPARTITION -fPIC
+}
+
 build() {
cd $srcdir/SuiteSparse
-   export CFLAGS= ${CFLAGS} -DNPARTITION -fPIC
-   patch -Np1 -i $srcdir/suitesparse-math.patch

make -C SuiteSparse_config/xerbla
make -C SuiteSparse_config 
@@ -29,46 +31,47 @@
   make -C ${_lib} library
done
mkdir shared
+   # version numbers can be found in individual changelog files
ld -shared -soname libsuitesparseconfig.so.4 -o \
-  shared/libsuitesparseconfig.so.4.3.1 --whole-archive \
+  shared/libsuitesparseconfig.so.4.4.1 --whole-archive \
   SuiteSparse_config/libsuitesparseconfig.a -lm  \
-  ln -sf libsuitesparseconfig.so.4.3.1 shared/libsuitesparseconfig.so
-   ld -shared -soname libamd.so.2 -o shared/libamd.so.2.4.0 \
+  ln -sf libsuitesparseconfig.so.4.4.1 shared/libsuitesparseconfig.so
+   ld -shared -soname libamd.so.2 -o shared/libamd.so.2.4.1 \
   --whole-archive AMD/Lib/libamd.a -L./shared -lsuitesparseconfig -lm  \
-  ln -sf libamd.so.2.4.0 shared/libamd.so
-   ld -shared -soname libcamd.so.2 -o shared/libcamd.so.2.4.0 \
+  ln -sf libamd.so.2.4.1 shared/libamd.so
+   ld -shared -soname libcamd.so.2 -o shared/libcamd.so.2.4.1 \
   --whole-archive CAMD/Lib/libcamd.a -L./shared -lsuitesparseconfig -lm  
\
-  ln -sf libcamd.so.2.4.0 shared/libcamd.so
-   ld -shared -soname libcolamd.so.2 -o shared/libcolamd.so.2.9.0 \
+  ln -sf libcamd.so.2.4.1 shared/libcamd.so
+   ld -shared -soname libcolamd.so.2 -o shared/libcolamd.so.2.9.1 \
   --whole-archive COLAMD/Lib/libcolamd.a -L./shared -lsuitesparseconfig 
-lm \
-   ln -sf libcolamd.so.2.9.0 shared/libcolamd.so
-   ld -shared -soname libccolamd.so.2 -o shared/libccolamd.so.2.9.0 \
+   ln -sf libcolamd.so.2.9.1 shared/libcolamd.so
+   ld -shared -soname libccolamd.so.2 -o shared/libccolamd.so.2.9.1 \
   --whole-archive CCOLAMD/Lib/libccolamd.a -L./shared -lsuitesparseconfig 
-lm \
-   ln -sf libccolamd.so.2.9.0 shared/libccolamd.so
-   ld -shared -soname libbtf.so.1 -o shared/libbtf.so.1.2.0 \
+   ln -sf libccolamd.so.2.9.1 shared/libccolamd.so
+   ld -shared -soname libbtf.so.1 -o shared/libbtf.so.1.2.1 \
   --whole-archive BTF/Lib/libbtf.a  \
-  ln -sf libbtf.so.1.2.0 shared/libbtf.so
-   ld -shared -soname libldl.so.2 -o shared/libldl.so.2.2.0 \
+  ln -sf libbtf.so.1.2.1 shared/libbtf.so
+   ld -shared -soname libldl.so.2 -o shared/libldl.so.2.2.1 \
   --whole-archive LDL/Lib/libldl.a  \
-  ln -sf libldl.so.2.2.0 shared/libldl.so
-   ld -shared -soname libcholmod.so.3 -o shared/libcholmod.so.3.0.1 \
+  ln -sf libldl.so.2.2.1 shared/libldl.so
+   ld -shared -soname libcholmod.so.3 -o shared/libcholmod.so.3.0.3 \
   --whole-archive CHOLMOD/Lib/libcholmod.a -lblas -llapack \
   -L./shared -lamd -lcamd -lcolamd -lccolamd -lsuitesparseconfig -lm  \
-  ln -sf libcholmod.so.3.0.1 shared/libcholmod.so
-   ld -shared -soname libspqr.so.1 -o shared/libspqr.so.1.3.3 \
+  ln -sf libcholmod.so.3.0.3 shared/libcholmod.so
+   ld -shared -soname libspqr.so.2 -o shared/libspqr.so.2.0.0 \
   --whole-archive SPQR/Lib/libspqr.a -lblas -llapack \
   -L./shared -lcholmod -lsuitesparseconfig -lm  \
-  ln -sf libspqr.so.1.3.3 shared/libspqr.so
-   ld -shared -soname libcxsparse.so.3 -o shared/libcxsparse.so.3.1.3 \
+  ln -sf libspqr.so.2.0.0 shared/libspqr.so
+   ld -shared -soname libcxsparse.so.3 -o shared/libcxsparse.so.3.1.4 \
   --whole-archive 

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

2014-11-06 Thread Alexander Rødseth
Date: Thursday, November 6, 2014 @ 12:46:51
  Author: arodseth
Revision: 122046

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

Added:
  mlton/repos/community-i686/PKGBUILD
(from rev 122045, mlton/trunk/PKGBUILD)
  mlton/repos/community-x86_64/PKGBUILD
(from rev 122045, mlton/trunk/PKGBUILD)

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

Copied: mlton/repos/community-i686/PKGBUILD (from rev 122045, 
mlton/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-06 11:46:51 UTC (rev 122046)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 120612 2014-10-13 14:26:12Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: toch...@no.spam.mail.berlios.de
+# Contributor: Andreas W. Hauser andy-...@splashground.de
+# Contributor: Brian De Wolf a...@bldewolf.com
+
+pkgname=mlton
+pkgver=20130715
+pkgrel=5
+pkgdesc='Whole-program, optimizing Standard ML compiler'
+arch=('x86_64' 'i686')
+url='http://mlton.org/'
+license=('BSD' 'MIT' 'LGPL')
+depends=('bash' 'gmp')
+makedepends=('setconf')
+options=('staticlibs')
+
+if [[ $CARCH = x86_64 ]]; then
+  
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.src.tgz;
 \
+  
http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver-1.amd64-linux.tgz;)
+  
sha256sums=('215857ad11d44f8d94c27f75e74017aa44b2c9703304bcec9e38c20433143d6c'
+  
'f6f912009b0946b73af88ff5f3e713b6be63b871696e2697ccf1564b56e7d03b')
+else
+  
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.src.tgz;
 \
+  
http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver-1.x86-linux.tgz;)
+  
sha256sums=('215857ad11d44f8d94c27f75e74017aa44b2c9703304bcec9e38c20433143d6c'
+  
'92d89627cf760c56d0e9727f328b006341bf5be283fc7d616a6276c26d95b2cf')
+fi
+
+build() {
+  setconf usr/bin/mlton lib=$srcdir/usr/lib/mlton
+  PATH=$PATH:$srcdir/usr/bin make -C $pkgname-$pkgver -j1 all-no-docs
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir -j1 install-no-docs
+
+  # Copy over the handful of licenses and the README as explanation
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  cp $pkgname-$pkgver/doc/license/* $pkgdir/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mlton/repos/community-x86_64/PKGBUILD (from rev 122045, 
mlton/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-06 11:46:51 UTC (rev 122046)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 120612 2014-10-13 14:26:12Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: toch...@no.spam.mail.berlios.de
+# Contributor: Andreas W. Hauser andy-...@splashground.de
+# Contributor: Brian De Wolf a...@bldewolf.com
+
+pkgname=mlton
+pkgver=20130715
+pkgrel=5
+pkgdesc='Whole-program, optimizing Standard ML compiler'
+arch=('x86_64' 'i686')
+url='http://mlton.org/'
+license=('BSD' 'MIT' 'LGPL')
+depends=('bash' 'gmp')
+makedepends=('setconf')
+options=('staticlibs')
+
+if [[ $CARCH = x86_64 ]]; then
+  
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.src.tgz;
 \
+  
http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver-1.amd64-linux.tgz;)
+  
sha256sums=('215857ad11d44f8d94c27f75e74017aa44b2c9703304bcec9e38c20433143d6c'
+  
'f6f912009b0946b73af88ff5f3e713b6be63b871696e2697ccf1564b56e7d03b')
+else
+  
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.src.tgz;
 \
+  
http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver-1.x86-linux.tgz;)
+  
sha256sums=('215857ad11d44f8d94c27f75e74017aa44b2c9703304bcec9e38c20433143d6c'
+  
'92d89627cf760c56d0e9727f328b006341bf5be283fc7d616a6276c26d95b2cf')
+fi
+
+build() {
+  setconf usr/bin/mlton lib=$srcdir/usr/lib/mlton
+  PATH=$PATH:$srcdir/usr/bin make -C $pkgname-$pkgver -j1 all-no-docs
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir -j1 install-no-docs
+
+  # Copy over the handful of licenses and the README as explanation
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  cp $pkgname-$pkgver/doc/license/* $pkgdir/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-11-06 Thread Sven-Hendrik Haase
Date: Thursday, November 6, 2014 @ 14:57:38
  Author: svenstaro
Revision: 122052

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

Added:
  openshadinglanguage/repos/community-staging-i686/PKGBUILD
(from rev 122051, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-staging-x86_64/PKGBUILD
(from rev 122051, openshadinglanguage/trunk/PKGBUILD)
Deleted:
  openshadinglanguage/repos/community-staging-i686/PKGBUILD
  openshadinglanguage/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-11-06 13:57:28 UTC (rev 122051)
+++ community-staging-i686/PKGBUILD 2014-11-06 13:57:38 UTC (rev 122052)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=openshadinglanguage
-pkgver=1.5.10
-pkgrel=3
-pkgdesc=Advanced shading language for production GI renderers
-arch=(i686 x86_64)
-url=https://github.com/imageworks/OpenShadingLanguage;
-license=('custom')
-depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm')
-makedepends=('boost' 'cmake' 'clang')
-source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
-
https://github.com/imageworks/OpenShadingLanguage/commit/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
-https://github.com/imageworks/OpenShadingLanguage/pull/412.patch)
-md5sums=('b828366f056e115b539ee1780883fc7d'
- 'e980ed0a9480958307fa048544154887'
- 'd21cab675ce13c9f0640e1f6a662d2b9')
-
-build() {
-  cd OpenShadingLanguage-Release-$pkgver
-
-  # Fails building this file on i686
-  #sed -i /src\/testshade/d CMakeLists.txt
-
-  patch -Np1  $srcdir/412.patch
-  patch -Np1  $srcdir/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
-
-
-  cd src
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake ../.. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLLVM_STATIC=0 \
--DCMAKE_CXX_FLAGS=-std=c++11
-  make
-}
-
-package() {
-  cd OpenShadingLanguage-Release-$pkgver/src/build
-
-  make DESTDIR=$pkgdir/ install
-
-  mkdir -p $pkgdir/usr/share/OSL/
-  mkdir -p $pkgdir/usr/share/licenses/$pkgname
-  mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
-  mv $pkgdir/usr/{CHANGES,README.md,INSTALL} $pkgdir/usr/share/OSL/
-  mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc
-  mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openshadinglanguage/repos/community-staging-i686/PKGBUILD (from rev 
122051, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-06 13:57:38 UTC (rev 122052)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=openshadinglanguage
+pkgver=1.5.11
+pkgrel=1
+pkgdesc=Advanced shading language for production GI renderers
+arch=(i686 x86_64)
+url=https://github.com/imageworks/OpenShadingLanguage;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm')
+makedepends=('boost' 'cmake' 'clang')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
+https://github.com/imageworks/OpenShadingLanguage/pull/429.patch)
+md5sums=('ec241cb96d2a51d89db4e5cf7b858e18'
+ 'cd469f088d3054783e9e53b894d4d182')
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  patch -Np1  $srcdir/429.patch
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake ../.. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=0 \
+-DCMAKE_CXX_FLAGS=-std=c++11
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR=$pkgdir/ install
+
+  mkdir -p $pkgdir/usr/share/OSL/
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
+  mv $pkgdir/usr/{CHANGES,README.md,INSTALL} $pkgdir/usr/share/OSL/
+  mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc
+  mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2014-11-06 13:57:28 UTC (rev 122051)
+++ community-staging-x86_64/PKGBUILD   2014-11-06 13:57:38 UTC (rev 122052)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 

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

2014-11-06 Thread Sven-Hendrik Haase
Date: Thursday, November 6, 2014 @ 14:57:28
  Author: svenstaro
Revision: 122051

upgpkg: openshadinglanguage 1.5.11-1

upstream release 1.5.11

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 12:37:21 UTC (rev 122050)
+++ PKGBUILD2014-11-06 13:57:28 UTC (rev 122051)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=openshadinglanguage
-pkgver=1.5.10
-pkgrel=3
+pkgver=1.5.11
+pkgrel=1
 pkgdesc=Advanced shading language for production GI renderers
 arch=(i686 x86_64)
 url=https://github.com/imageworks/OpenShadingLanguage;
@@ -10,22 +10,15 @@
 depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm')
 makedepends=('boost' 'cmake' 'clang')
 
source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
-
https://github.com/imageworks/OpenShadingLanguage/commit/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
-https://github.com/imageworks/OpenShadingLanguage/pull/412.patch)
-md5sums=('b828366f056e115b539ee1780883fc7d'
- 'e980ed0a9480958307fa048544154887'
- 'd21cab675ce13c9f0640e1f6a662d2b9')
+https://github.com/imageworks/OpenShadingLanguage/pull/429.patch)
+md5sums=('ec241cb96d2a51d89db4e5cf7b858e18'
+ 'cd469f088d3054783e9e53b894d4d182')
 
 build() {
   cd OpenShadingLanguage-Release-$pkgver
 
-  # Fails building this file on i686
-  #sed -i /src\/testshade/d CMakeLists.txt
+  patch -Np1  $srcdir/429.patch
 
-  patch -Np1  $srcdir/412.patch
-  patch -Np1  $srcdir/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
-
-
   cd src
 
   [[ -d build ]]  rm -r build


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

2014-11-06 Thread Jaroslav Lichtblau
Date: Thursday, November 6, 2014 @ 15:36:04
  Author: jlichtblau
Revision: 122053

upgpkg: libstatgrab 0.91-1

Modified:
  libstatgrab/trunk/PKGBUILD
  libstatgrab/trunk/libstatgrab.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 13:57:38 UTC (rev 122052)
+++ PKGBUILD2014-11-06 14:36:04 UTC (rev 122053)
@@ -4,8 +4,8 @@
 # Contributor: Hugo Ideler hugoide...@dse.nl
 
 pkgname=libstatgrab
-pkgver=0.17
-pkgrel=4
+pkgver=0.91
+pkgrel=1
 pkgdesc=A library that provides cross platform access to statistics about the 
system on which it's run
 arch=('i686' 'x86_64')
 url=http://www.i-scream.org/libstatgrab;
@@ -14,7 +14,7 @@
 options=('!makeflags')
 changelog=$pkgname.changelog
 
source=(http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('bbaa88c6bde8bd3cf2720b81a26528cc055a7e83e4ea3bdb1d0a3c4287cceb88')
+sha256sums=('03e9328e4857c2c9dcc1b0347724ae4cd741a72ee11acc991784e8ef45b7f1ab')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: libstatgrab.changelog
===
--- libstatgrab.changelog   2014-11-06 13:57:38 UTC (rev 122052)
+++ libstatgrab.changelog   2014-11-06 14:36:04 UTC (rev 122053)
@@ -1,3 +1,6 @@
+2014-11-06  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+   * libstatgrab 0.91-1
+
 2013-12-25  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
* libstatgrab 0.17-4 static library removal
 


[arch-commits] Commit in libstatgrab/repos/community-x86_64 (4 files)

2014-11-06 Thread Jaroslav Lichtblau
Date: Thursday, November 6, 2014 @ 15:36:14
  Author: jlichtblau
Revision: 122054

archrelease: copy trunk to community-x86_64

Added:
  libstatgrab/repos/community-x86_64/PKGBUILD
(from rev 122053, libstatgrab/trunk/PKGBUILD)
  libstatgrab/repos/community-x86_64/libstatgrab.changelog
(from rev 122053, libstatgrab/trunk/libstatgrab.changelog)
Deleted:
  libstatgrab/repos/community-x86_64/PKGBUILD
  libstatgrab/repos/community-x86_64/libstatgrab.changelog

---+
 PKGBUILD  |   60 
 libstatgrab.changelog |   33 ++
 2 files changed, 48 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-06 14:36:04 UTC (rev 122053)
+++ PKGBUILD2014-11-06 14:36:14 UTC (rev 122054)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Hugo Ideler hugoide...@dse.nl
-
-pkgname=libstatgrab
-pkgver=0.17
-pkgrel=4
-pkgdesc=A library that provides cross platform access to statistics about the 
system on which it's run
-arch=('i686' 'x86_64')
-url=http://www.i-scream.org/libstatgrab;
-license=('LGPL' 'GPL')
-depends=('ncurses' 'perl')
-options=('!makeflags')
-changelog=$pkgname.changelog
-source=(http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('bbaa88c6bde8bd3cf2720b81a26528cc055a7e83e4ea3bdb1d0a3c4287cceb88')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: libstatgrab/repos/community-x86_64/PKGBUILD (from rev 122053, 
libstatgrab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-06 14:36:14 UTC (rev 122054)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Hugo Ideler hugoide...@dse.nl
+
+pkgname=libstatgrab
+pkgver=0.91
+pkgrel=1
+pkgdesc=A library that provides cross platform access to statistics about the 
system on which it's run
+arch=('i686' 'x86_64')
+url=http://www.i-scream.org/libstatgrab;
+license=('LGPL' 'GPL')
+depends=('ncurses' 'perl')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('03e9328e4857c2c9dcc1b0347724ae4cd741a72ee11acc991784e8ef45b7f1ab')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: libstatgrab.changelog
===
--- libstatgrab.changelog   2014-11-06 14:36:04 UTC (rev 122053)
+++ libstatgrab.changelog   2014-11-06 14:36:14 UTC (rev 122054)
@@ -1,15 +0,0 @@
-2013-12-25  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-   * libstatgrab 0.17-4 static library removal
-
-2011-01-27  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-   * libstatgrab 0.17-1
-
-2010-07-21  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-   * rebuild for correct package naming
-
-2008-03-20  Eric Belanger  e...@archlinux.org
-
-   * libstatgrab 0.16-1
-   * Upstream update
-   * Added ChangeLog
-

Copied: libstatgrab/repos/community-x86_64/libstatgrab.changelog (from rev 
122053, libstatgrab/trunk/libstatgrab.changelog)
===
--- libstatgrab.changelog   (rev 0)
+++ libstatgrab.changelog   2014-11-06 14:36:14 UTC (rev 122054)
@@ -0,0 +1,18 @@
+2014-11-06  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+   * libstatgrab 0.91-1
+
+2013-12-25  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+   * libstatgrab 0.17-4 static library removal
+
+2011-01-27  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+   * libstatgrab 0.17-1
+
+2010-07-21  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+   * rebuild for correct package naming
+
+2008-03-20  Eric Belanger  e...@archlinux.org
+
+   * libstatgrab 0.16-1
+   * Upstream update
+   * Added ChangeLog
+


[arch-commits] Commit in libstatgrab/repos/community-i686 (4 files)

2014-11-06 Thread Jaroslav Lichtblau
Date: Thursday, November 6, 2014 @ 15:39:44
  Author: jlichtblau
Revision: 122055

archrelease: copy trunk to community-i686

Added:
  libstatgrab/repos/community-i686/PKGBUILD
(from rev 122054, libstatgrab/trunk/PKGBUILD)
  libstatgrab/repos/community-i686/libstatgrab.changelog
(from rev 122054, libstatgrab/trunk/libstatgrab.changelog)
Deleted:
  libstatgrab/repos/community-i686/PKGBUILD
  libstatgrab/repos/community-i686/libstatgrab.changelog

---+
 PKGBUILD  |   60 
 libstatgrab.changelog |   29 ++-
 2 files changed, 48 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-06 14:36:14 UTC (rev 122054)
+++ PKGBUILD2014-11-06 14:39:44 UTC (rev 122055)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Hugo Ideler hugoide...@dse.nl
-
-pkgname=libstatgrab
-pkgver=0.17
-pkgrel=4
-pkgdesc=A library that provides cross platform access to statistics about the 
system on which it's run
-arch=('i686' 'x86_64')
-url=http://www.i-scream.org/libstatgrab;
-license=('LGPL' 'GPL')
-depends=('ncurses' 'perl')
-options=('!makeflags')
-changelog=$pkgname.changelog
-source=(http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('bbaa88c6bde8bd3cf2720b81a26528cc055a7e83e4ea3bdb1d0a3c4287cceb88')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: libstatgrab/repos/community-i686/PKGBUILD (from rev 122054, 
libstatgrab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-06 14:39:44 UTC (rev 122055)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Hugo Ideler hugoide...@dse.nl
+
+pkgname=libstatgrab
+pkgver=0.91
+pkgrel=1
+pkgdesc=A library that provides cross platform access to statistics about the 
system on which it's run
+arch=('i686' 'x86_64')
+url=http://www.i-scream.org/libstatgrab;
+license=('LGPL' 'GPL')
+depends=('ncurses' 'perl')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('03e9328e4857c2c9dcc1b0347724ae4cd741a72ee11acc991784e8ef45b7f1ab')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: libstatgrab.changelog
===
--- libstatgrab.changelog   2014-11-06 14:36:14 UTC (rev 122054)
+++ libstatgrab.changelog   2014-11-06 14:39:44 UTC (rev 122055)
@@ -1,11 +0,0 @@
-2011-01-27  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-   * libstatgrab 0.17-1
-
-2010-07-21  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-   * rebuild for correct package naming
-
-2008-03-20  Eric Belanger  e...@archlinux.org
-
-   * libstatgrab 0.16-1
-   * Upstream update
-   * Added ChangeLog

Copied: libstatgrab/repos/community-i686/libstatgrab.changelog (from rev 
122054, libstatgrab/trunk/libstatgrab.changelog)
===
--- libstatgrab.changelog   (rev 0)
+++ libstatgrab.changelog   2014-11-06 14:39:44 UTC (rev 122055)
@@ -0,0 +1,18 @@
+2014-11-06  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+   * libstatgrab 0.91-1
+
+2013-12-25  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+   * libstatgrab 0.17-4 static library removal
+
+2011-01-27  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+   * libstatgrab 0.17-1
+
+2010-07-21  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+   * rebuild for correct package naming
+
+2008-03-20  Eric Belanger  e...@archlinux.org
+
+   * libstatgrab 0.16-1
+   * Upstream update
+   * Added ChangeLog
+


[arch-commits] Commit in xf86-input-wacom/trunk (PKGBUILD)

2014-11-06 Thread Jan Steffens
Date: Thursday, November 6, 2014 @ 15:44:10
  Author: heftig
Revision: 225667

0.27.0

Modified:
  xf86-input-wacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 11:44:45 UTC (rev 225666)
+++ PKGBUILD2014-11-06 14:44:10 UTC (rev 225667)
@@ -4,7 +4,7 @@
 # Contributor: M Rawash mraw...@gmail.com
 
 pkgname=xf86-input-wacom
-pkgver=0.26.0
+pkgver=0.27.0
 pkgrel=1
 pkgdesc=X.Org Wacom tablet driver
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
 conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
 
source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('707b14021b87622042d4c1533a41b97f')
+md5sums=('f75b374c47969fb9b21d9c2134396400')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in xf86-input-wacom/repos (4 files)

2014-11-06 Thread Jan Steffens
Date: Thursday, November 6, 2014 @ 15:44:40
  Author: heftig
Revision: 225668

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

Added:
  xf86-input-wacom/repos/extra-i686/PKGBUILD
(from rev 225667, xf86-input-wacom/trunk/PKGBUILD)
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD
(from rev 225667, xf86-input-wacom/trunk/PKGBUILD)
Deleted:
  xf86-input-wacom/repos/extra-i686/PKGBUILD
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-06 14:44:10 UTC (rev 225667)
+++ extra-i686/PKGBUILD 2014-11-06 14:44:40 UTC (rev 225668)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: M Rawash mraw...@gmail.com
-
-pkgname=xf86-input-wacom
-pkgver=0.26.0
-pkgrel=1
-pkgdesc=X.Org Wacom tablet driver
-arch=(i686 x86_64)
-url=http://linuxwacom.sourceforge.net/;
-license=(GPL)
-depends=(libxi libxinerama libxrandr systemd)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('707b14021b87622042d4c1533a41b97f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xf86-input-wacom/repos/extra-i686/PKGBUILD (from rev 225667, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-06 14:44:40 UTC (rev 225668)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: M Rawash mraw...@gmail.com
+
+pkgname=xf86-input-wacom
+pkgver=0.27.0
+pkgrel=1
+pkgdesc=X.Org Wacom tablet driver
+arch=(i686 x86_64)
+url=http://linuxwacom.sourceforge.net/;
+license=(GPL)
+depends=(libxi libxinerama libxrandr systemd)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('f75b374c47969fb9b21d9c2134396400')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-06 14:44:10 UTC (rev 225667)
+++ extra-x86_64/PKGBUILD   2014-11-06 14:44:40 UTC (rev 225668)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: M Rawash mraw...@gmail.com
-
-pkgname=xf86-input-wacom
-pkgver=0.26.0
-pkgrel=1
-pkgdesc=X.Org Wacom tablet driver
-arch=(i686 x86_64)
-url=http://linuxwacom.sourceforge.net/;
-license=(GPL)
-depends=(libxi libxinerama libxrandr systemd)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('707b14021b87622042d4c1533a41b97f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xf86-input-wacom/repos/extra-x86_64/PKGBUILD (from rev 225667, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-06 14:44:40 UTC (rev 225668)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: M Rawash mraw...@gmail.com
+
+pkgname=xf86-input-wacom
+pkgver=0.27.0
+pkgrel=1
+pkgdesc=X.Org Wacom tablet driver
+arch=(i686 x86_64)
+url=http://linuxwacom.sourceforge.net/;
+license=(GPL)
+depends=(libxi libxinerama libxrandr systemd)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')

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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 16:12:04
  Author: ronald
Revision: 225669

upgpkg: r 3.1.2-1

update to 3.1.2

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 14:44:40 UTC (rev 225668)
+++ PKGBUILD2014-11-06 15:12:04 UTC (rev 225669)
@@ -4,7 +4,7 @@
 # Contributor: K. Piche kpi...@rogers.com
 
 pkgname=r
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc=Language and environment for statistical computing and graphics
 arch=('i686' 'x86_64')
@@ -22,10 +22,10 @@
'r.desktop'
'r.png'
'R.conf')
-sha1sums=('e974ecc92e49266529e8e791e02a80c75e50b696'
-  'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
-  'a69a07ec363440efc18ce0a7f2af103375dea978'
-  '43668da6cfd1b4455a99f23e79e2059294dddac9')
+sha1sums=('93809368e5735a630611633ac1fa99010020c5d6'   

+  'd7fa521345b230a4187d60d07d06ce4b6d573e3f'   

+  'a69a07ec363440efc18ce0a7f2af103375dea978'   

+  '43668da6cfd1b4455a99f23e79e2059294dddac9')  
 
 prepare() {
cd R-${pkgver}


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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 16:12:21
  Author: ronald
Revision: 225670

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

Added:
  r/repos/extra-i686/PKGBUILD
(from rev 225669, r/trunk/PKGBUILD)
  r/repos/extra-i686/R.conf
(from rev 225669, r/trunk/R.conf)
  r/repos/extra-i686/r.desktop
(from rev 225669, r/trunk/r.desktop)
  r/repos/extra-i686/r.install
(from rev 225669, r/trunk/r.install)
  r/repos/extra-i686/r.png
(from rev 225669, r/trunk/r.png)
  r/repos/extra-x86_64/PKGBUILD
(from rev 225669, r/trunk/PKGBUILD)
  r/repos/extra-x86_64/R.conf
(from rev 225669, r/trunk/R.conf)
  r/repos/extra-x86_64/r.desktop
(from rev 225669, r/trunk/r.desktop)
  r/repos/extra-x86_64/r.install
(from rev 225669, r/trunk/r.install)
  r/repos/extra-x86_64/r.png
(from rev 225669, r/trunk/r.png)
Deleted:
  r/repos/extra-i686/PKGBUILD
  r/repos/extra-i686/R.conf
  r/repos/extra-i686/r.desktop
  r/repos/extra-i686/r.install
  r/repos/extra-i686/r.png
  r/repos/extra-x86_64/PKGBUILD
  r/repos/extra-x86_64/R.conf
  r/repos/extra-x86_64/r.desktop
  r/repos/extra-x86_64/r.install
  r/repos/extra-x86_64/r.png

+
 /PKGBUILD  |  180 +++
 /R.conf|4 +
 /r.desktop |   22 +
 /r.install |   32 
 extra-i686/PKGBUILD|   90 ---
 extra-i686/R.conf  |2 
 extra-i686/r.desktop   |   11 --
 extra-i686/r.install   |   16 
 extra-x86_64/PKGBUILD  |   90 ---
 extra-x86_64/R.conf|2 
 extra-x86_64/r.desktop |   11 --
 extra-x86_64/r.install |   16 
 12 files changed, 238 insertions(+), 238 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-06 15:12:04 UTC (rev 225669)
+++ extra-i686/PKGBUILD 2014-11-06 15:12:21 UTC (rev 225670)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: K. Piche kpi...@rogers.com
-
-pkgname=r
-pkgver=3.1.1
-pkgrel=1
-pkgdesc=Language and environment for statistical computing and graphics
-arch=('i686' 'x86_64')
-license=('GPL')
-url=('http://www.r-project.org/')
-depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
- 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
- 'libxt' 'libxmu' 'pango' 'xz' 'desktop-file-utils' 'zip' 'unzip')
-makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
-optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files')
-backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
-options=('!makeflags' '!emptydirs')
-install=r.install
-source=(http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz;
-   'r.desktop'
-   'r.png'
-   'R.conf')
-sha1sums=('e974ecc92e49266529e8e791e02a80c75e50b696'
-  'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
-  'a69a07ec363440efc18ce0a7f2af103375dea978'
-  '43668da6cfd1b4455a99f23e79e2059294dddac9')
-
-prepare() {
-   cd R-${pkgver}
-   # set texmf dir correctly in makefile
-   sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
-   # fix for texinfo 5.X
-   sed -i 's|test ${makeinfo_version_min} -lt 7|test ${makeinfo_version_min} 
-lt 0|' configure
-}
-
-build() {
-   cd R-${pkgver}
-   ./configure  --prefix=/usr \
-   --libdir=/usr/lib \
-   --sysconfdir=/etc/R \
-   --datarootdir=/usr/share \
- rsharedir=/usr/share/R/ \
- rincludedir=/usr/include/R/ \
- rdocdir=/usr/share/doc/R/ \
---with-x \
-   --enable-R-shlib \
---with-lapack \
-   --with-blas \
-F77=gfortran \
-   LIBnn=lib
-   make
-
-# make libRmath.so
-   cd src/nmath/standalone
-   make shared
-}
-
-package() {
-   cd R-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-# install libRmath.so
-   cd src/nmath/standalone
-   make DESTDIR=${pkgdir} install
-
-   #  Fixup R wrapper scripts.
-   sed -i s|${pkgdir} || ${pkgdir}/usr/bin/R
-   rm ${pkgdir}/usr/lib/R/bin/R
-   cd ${pkgdir}/usr/lib/R/bin
-   ln -s ../../../bin/R
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/r.desktop \
-   ${pkgdir}/usr/share/applications/r.desktop
-  install -Dm644 ${srcdir}/r.png \
-   ${pkgdir}/usr/share/pixmaps/r.png
-
-  # move the config directory to /etc and create symlinks
-  install -d ${pkgdir}/etc/R
-  cd ${pkgdir}/usr/lib/R/etc
-  for i in *; do
-mv -f ${i} ${pkgdir}/etc/R
-ln -s /etc/R/${i} ${i}
-  done
-
-  # Install ld.so.conf.d file to ensure other applications access the shared 
lib
-  install -Dm644 ${srcdir}/R.conf ${pkgdir}/etc/ld.so.conf.d/R.conf
-}

Copied: r/repos/extra-i686/PKGBUILD (from rev 225669, r/trunk/PKGBUILD)

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

2014-11-06 Thread Eric Bélanger
Date: Thursday, November 6, 2014 @ 16:21:17
  Author: eric
Revision: 225671

upgpkg: k3b 1:2.0.3a-1

Upstream update

Modified:
  k3b/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 15:12:21 UTC (rev 225670)
+++ PKGBUILD2014-11-06 15:21:17 UTC (rev 225671)
@@ -2,8 +2,9 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=k3b
-pkgver=2.0.3
+pkgver=2.0.3a
 pkgrel=1
+epoch=1
 pkgdesc=Feature-rich and easy to handle CD burning application
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/k3b/;
@@ -19,17 +20,12 @@
 'cdparanoia: for cd ripping support')
 install=k3b.install
 source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('0886c0fb9f9bdc4f50dee0e20d1de80962738f49')
+sha1sums=('f1001db3b5b32ef6bdb827742f1ca357c82b216f')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/K3B_VERSION_RELEASE 2/K3B_VERSION_RELEASE 3/' CMakeLists.txt
-}
-
 build() {
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname}-2.0.3 \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release
   make


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

2014-11-06 Thread Eric Bélanger
Date: Thursday, November 6, 2014 @ 16:23:34
  Author: eric
Revision: 225672

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

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

--+
 /PKGBUILD|   74 +
 /k3b.install |   26 +++
 extra-i686/PKGBUILD  |   41 
 extra-i686/k3b.install   |   13 ---
 extra-x86_64/PKGBUILD|   41 
 extra-x86_64/k3b.install |   13 ---
 6 files changed, 100 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-06 15:21:17 UTC (rev 225671)
+++ extra-i686/PKGBUILD 2014-11-06 15:23:34 UTC (rev 225672)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=k3b
-pkgver=2.0.3
-pkgrel=1
-pkgdesc=Feature-rich and easy to handle CD burning application
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/k3b/;
-license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'libsamplerate' 'libmad'
- 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrkit' 'libxft')
-makedepends=('cmake' 'automoc4' 'docbook-xml')
-optdepends=('dvd+rw-tools: for dvd burning support'
-'vcdimager: for vcd burning support'
-'transcode: for advanced mpeg conversion support'
-'emovix: for bootable multimedia cd/dvd support'
-'cdrdao: for disk-at-once (DAO) mode support'
-'cdparanoia: for cd ripping support')
-install=k3b.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('0886c0fb9f9bdc4f50dee0e20d1de80962738f49')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/K3B_VERSION_RELEASE 2/K3B_VERSION_RELEASE 3/' CMakeLists.txt
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: k3b/repos/extra-i686/PKGBUILD (from rev 225671, k3b/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-06 15:23:34 UTC (rev 225672)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=k3b
+pkgver=2.0.3a
+pkgrel=1
+epoch=1
+pkgdesc=Feature-rich and easy to handle CD burning application
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/k3b/;
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libsamplerate' 'libmad'
+ 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrkit' 'libxft')
+makedepends=('cmake' 'automoc4' 'docbook-xml')
+optdepends=('dvd+rw-tools: for dvd burning support'
+'vcdimager: for vcd burning support'
+'transcode: for advanced mpeg conversion support'
+'emovix: for bootable multimedia cd/dvd support'
+'cdrdao: for disk-at-once (DAO) mode support'
+'cdparanoia: for cd ripping support')
+install=k3b.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('f1001db3b5b32ef6bdb827742f1ca357c82b216f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-2.0.3 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/k3b.install
===
--- extra-i686/k3b.install  2014-11-06 15:21:17 UTC (rev 225671)
+++ extra-i686/k3b.install  2014-11-06 15:23:34 UTC (rev 225672)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-mime-database usr/share/mime   /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: k3b/repos/extra-i686/k3b.install (from rev 225671, 
k3b/trunk/k3b.install)
===
--- extra-i686/k3b.install  (rev 0)
+++ extra-i686/k3b.install  2014-11-06 15:23:34 UTC (rev 225672)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-mime-database usr/share/mime   /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: 

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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 16:56:23
  Author: ronald
Revision: 225673

upgpkg: stellarium 0.13.1-1

update to 0.13.1

Modified:
  stellarium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 15:23:34 UTC (rev 225672)
+++ PKGBUILD2014-11-06 15:56:23 UTC (rev 225673)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=stellarium
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc=A stellarium with great graphics and a nice database of sky-objects
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
stellarium.desktop
 stellarium.png)
-sha1sums=('d14078084f7951d7c5ae7ba38499439234f71292'
+sha1sums=('0e9937de152f4b72204290b9a1893bfec8afbd21'
   'c9cc79212542238227b5bd6af99f60fe056f4ab2'
   'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')



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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 16:56:39
  Author: ronald
Revision: 225674

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

Added:
  stellarium/repos/extra-i686/PKGBUILD
(from rev 225673, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-i686/libpng14.patch
(from rev 225673, stellarium/trunk/libpng14.patch)
  stellarium/repos/extra-i686/stellarium.desktop
(from rev 225673, stellarium/trunk/stellarium.desktop)
  stellarium/repos/extra-i686/stellarium.install
(from rev 225673, stellarium/trunk/stellarium.install)
  stellarium/repos/extra-i686/stellarium.png
(from rev 225673, stellarium/trunk/stellarium.png)
  stellarium/repos/extra-x86_64/PKGBUILD
(from rev 225673, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-x86_64/libpng14.patch
(from rev 225673, stellarium/trunk/libpng14.patch)
  stellarium/repos/extra-x86_64/stellarium.desktop
(from rev 225673, stellarium/trunk/stellarium.desktop)
  stellarium/repos/extra-x86_64/stellarium.install
(from rev 225673, stellarium/trunk/stellarium.install)
  stellarium/repos/extra-x86_64/stellarium.png
(from rev 225673, stellarium/trunk/stellarium.png)
Deleted:
  stellarium/repos/extra-i686/PKGBUILD
  stellarium/repos/extra-i686/libpng14.patch
  stellarium/repos/extra-i686/stellarium.desktop
  stellarium/repos/extra-i686/stellarium.install
  stellarium/repos/extra-i686/stellarium.png
  stellarium/repos/extra-x86_64/PKGBUILD
  stellarium/repos/extra-x86_64/libpng14.patch
  stellarium/repos/extra-x86_64/stellarium.desktop
  stellarium/repos/extra-x86_64/stellarium.install
  stellarium/repos/extra-x86_64/stellarium.png

-+
 /PKGBUILD   |   80 ++
 /libpng14.patch |   42 +++
 /stellarium.desktop |   18 
 /stellarium.install |   28 +
 extra-i686/PKGBUILD |   40 ---
 extra-i686/libpng14.patch   |   21 -
 extra-i686/stellarium.desktop   |9 
 extra-i686/stellarium.install   |   14 --
 extra-x86_64/PKGBUILD   |   40 ---
 extra-x86_64/libpng14.patch |   21 -
 extra-x86_64/stellarium.desktop |9 
 extra-x86_64/stellarium.install |   14 --
 12 files changed, 168 insertions(+), 168 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-06 15:56:23 UTC (rev 225673)
+++ extra-i686/PKGBUILD 2014-11-06 15:56:39 UTC (rev 225674)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=stellarium
-pkgver=0.13.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
-   stellarium.desktop
-stellarium.png)
-sha1sums=('d14078084f7951d7c5ae7ba38499439234f71292'
-  'c9cc79212542238227b5bd6af99f60fe056f4ab2'
-  'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')
-   
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
- 
-  make DESTDIR=${pkgdir} install
-
-  # install desktop file  pixmap
-  install -Dm644 ${srcdir}/stellarium.desktop \
-   ${pkgdir}/usr/share/applications/stellarium.desktop
-  install -Dm644 ${srcdir}/stellarium.png \
-   ${pkgdir}/usr/share/pixmaps/stellarium.png
-}

Copied: stellarium/repos/extra-i686/PKGBUILD (from rev 225673, 
stellarium/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-06 15:56:39 UTC (rev 225674)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=stellarium
+pkgver=0.13.1
+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
+   stellarium.desktop
+stellarium.png)
+sha1sums=('0e9937de152f4b72204290b9a1893bfec8afbd21'
+  'c9cc79212542238227b5bd6af99f60fe056f4ab2'
+  'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')
+   

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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 17:12:56
  Author: ronald
Revision: 225675

upgpkg: wxmaxima 14.09.0-1

update to 14.09.0

Modified:
  wxmaxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 15:56:39 UTC (rev 225674)
+++ PKGBUILD2014-11-06 16:12:56 UTC (rev 225675)
@@ -4,19 +4,19 @@
 # Contributor: Vinay S Shastry vinayshas...@gmail.com
 
 pkgname=wxmaxima
-pkgver=13.04.2
-pkgrel=2
+pkgver=14.09.0
+pkgrel=1
 pkgdesc=A wxWidgets GUI for the computer algebra system Maxima
 arch=('i686' 'x86_64')
 url=http://wxmaxima.sourceforge.net/;
 license=('GPL2')
 depends=('maxima' 'libxml2' 'wxgtk2.8' 'shared-mime-info' 'desktop-file-utils')
-source=(http://downloads.sourceforge.net/$pkgname/wxMaxima-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 install=wxmaxima.install
-sha1sums=('9508d3badb6c339f34e73e01c5065f679329a17c')
+sha1sums=('b8dad346edc820b0c3744219fa55561ad084cdda')
 
 build() {
-  cd ${srcdir}/wxMaxima-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
   ./configure --prefix=/usr
   make
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd ${srcdir}/wxMaxima-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install 
 


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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 17:13:09
  Author: ronald
Revision: 225676

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

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

---+
 /PKGBUILD |   76 
 /wxmaxima.install |   28 ++
 extra-i686/PKGBUILD   |   38 
 extra-i686/wxmaxima.install   |   14 ---
 extra-x86_64/PKGBUILD |   38 
 extra-x86_64/wxmaxima.install |   14 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-06 16:12:56 UTC (rev 225675)
+++ extra-i686/PKGBUILD 2014-11-06 16:13:09 UTC (rev 225676)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Angelo Theodorou enc...@users.sourceforge.net
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
-
-pkgname=wxmaxima
-pkgver=13.04.2
-pkgrel=2
-pkgdesc=A wxWidgets GUI for the computer algebra system Maxima
-arch=('i686' 'x86_64')
-url=http://wxmaxima.sourceforge.net/;
-license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk2.8' 'shared-mime-info' 'desktop-file-utils')
-source=(http://downloads.sourceforge.net/$pkgname/wxMaxima-$pkgver.tar.gz)
-install=wxmaxima.install
-sha1sums=('9508d3badb6c339f34e73e01c5065f679329a17c')
-
-build() {
-  cd ${srcdir}/wxMaxima-${pkgver}
-  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/wxMaxima-${pkgver}
-
-  make DESTDIR=${pkgdir} install 
-
-  # Fix category in .desktop file
-  sed -i -e 's/Utility;X-Red-Hat-Base;X-Red-Hat-Base-Only;/Science;Math;/' 
wxmaxima.desktop
-
-  # Install desktop file and icon
-  install -m755 -d ${pkgdir}/usr/share/applications
-  install -m755 -d ${pkgdir}/usr/share/pixmaps
-  install -m644 wxmaxima.desktop ${pkgdir}/usr/share/applications/ 
-  install -m644 data/wxmaxima.png ${pkgdir}/usr/share/pixmaps/ 
-}

Copied: wxmaxima/repos/extra-i686/PKGBUILD (from rev 225675, 
wxmaxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-06 16:13:09 UTC (rev 225676)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Angelo Theodorou enc...@users.sourceforge.net
+# Contributor: Vinay S Shastry vinayshas...@gmail.com
+
+pkgname=wxmaxima
+pkgver=14.09.0
+pkgrel=1
+pkgdesc=A wxWidgets GUI for the computer algebra system Maxima
+arch=('i686' 'x86_64')
+url=http://wxmaxima.sourceforge.net/;
+license=('GPL2')
+depends=('maxima' 'libxml2' 'wxgtk2.8' 'shared-mime-info' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+install=wxmaxima.install
+sha1sums=('b8dad346edc820b0c3744219fa55561ad084cdda')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install 
+
+  # Fix category in .desktop file
+  sed -i -e 's/Utility;X-Red-Hat-Base;X-Red-Hat-Base-Only;/Science;Math;/' 
wxmaxima.desktop
+
+  # Install desktop file and icon
+  install -m755 -d ${pkgdir}/usr/share/applications
+  install -m755 -d ${pkgdir}/usr/share/pixmaps
+  install -m644 wxmaxima.desktop ${pkgdir}/usr/share/applications/ 
+  install -m644 data/wxmaxima.png ${pkgdir}/usr/share/pixmaps/ 
+}

Deleted: extra-i686/wxmaxima.install
===
--- extra-i686/wxmaxima.install 2014-11-06 16:12:56 UTC (rev 225675)
+++ extra-i686/wxmaxima.install 2014-11-06 16:13:09 UTC (rev 225676)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove () {
-  post_install
-}
-
-

Copied: wxmaxima/repos/extra-i686/wxmaxima.install (from rev 225675, 
wxmaxima/trunk/wxmaxima.install)
===
--- extra-i686/wxmaxima.install (rev 0)
+++ extra-i686/wxmaxima.install 2014-11-06 16:13:09 UTC (rev 225676)
@@ -0,0 +1,14 @@
+post_install() {
+  

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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 17:14:43
  Author: ronald
Revision: 225677

upgpkg: qwt 6.1.1-1

update to 6.1.1

Modified:
  qwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 16:13:09 UTC (rev 225676)
+++ PKGBUILD2014-11-06 16:14:43 UTC (rev 225677)
@@ -2,7 +2,7 @@
 # Maintainer: Ronald van Haren ronald.archlinux.org
 
 pkgname=qwt
-pkgver=6.1.0
+pkgver=6.1.1
 pkgrel=1
 pkgdesc=Qt Widgets for Technical Applications
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=(custom:$pkgname)
 source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.bz2; 
\
 qwtconfig-archlinux.pri)
-sha1sums=('48a967038f7aa9a9c87c64bcb2eb07c5df375565'
+sha1sums=('6d142cb9725da7e03fbb507532fc268b5212080a'
   'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
 
 build() {


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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 17:14:50
  Author: ronald
Revision: 225678

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

Added:
  qwt/repos/extra-i686/PKGBUILD
(from rev 225677, qwt/trunk/PKGBUILD)
  qwt/repos/extra-i686/qwtconfig-archlinux.pri
(from rev 225677, qwt/trunk/qwtconfig-archlinux.pri)
  qwt/repos/extra-x86_64/PKGBUILD
(from rev 225677, qwt/trunk/PKGBUILD)
  qwt/repos/extra-x86_64/qwtconfig-archlinux.pri
(from rev 225677, qwt/trunk/qwtconfig-archlinux.pri)
Deleted:
  qwt/repos/extra-i686/PKGBUILD
  qwt/repos/extra-i686/qwtconfig-archlinux.pri
  qwt/repos/extra-x86_64/PKGBUILD
  qwt/repos/extra-x86_64/qwtconfig-archlinux.pri

--+
 /PKGBUILD|   98 +
 /qwtconfig-archlinux.pri |  236 +
 extra-i686/PKGBUILD  |   49 --
 extra-i686/qwtconfig-archlinux.pri   |  118 
 extra-x86_64/PKGBUILD|   49 --
 extra-x86_64/qwtconfig-archlinux.pri |  118 
 6 files changed, 334 insertions(+), 334 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-06 16:14:43 UTC (rev 225677)
+++ extra-i686/PKGBUILD 2014-11-06 16:14:50 UTC (rev 225678)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-
-pkgname=qwt
-pkgver=6.1.0
-pkgrel=1
-pkgdesc=Qt Widgets for Technical Applications
-arch=('i686' 'x86_64')
-url=http://qwt.sourceforge.net/;
-depends=('qt4')
-license=(custom:$pkgname)
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.bz2; 
\
-qwtconfig-archlinux.pri)
-sha1sums=('48a967038f7aa9a9c87c64bcb2eb07c5df375565'
-  'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # copy our config file to the right place
-  cp ${srcdir}/qwtconfig-archlinux.pri qwtconfig.pri
-
-  # build qwt:
-  qmake-qt4 qwt.pro
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make INSTALL_ROOT=${pkgdir} install
-
-  # install web designer plugin
-  install -d ${pkgdir}/usr/lib/qt4/plugins/designer/
-  install -Dm755 designer/plugins/designer/libqwt_designer_plugin.so \
-${pkgdir}/usr/lib/qt4/plugins/designer/
-
-  # needed by qmake (FS#30407)
-  install -d ${pkgdir}/usr/share/qt4/mkspecs/features/
-  install -m644 qwtconfig.pri qwt.prf qwtfunctions.pri \
-${pkgdir}/usr/share/qt4/mkspecs/features/
-
-  # move man pages
-  mv ${pkgdir}/usr/share/doc/qwt/man/ ${pkgdir}/usr/share/
-
-  # install licence
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
-   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: qwt/repos/extra-i686/PKGBUILD (from rev 225677, qwt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-06 16:14:50 UTC (rev 225678)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+
+pkgname=qwt
+pkgver=6.1.1
+pkgrel=1
+pkgdesc=Qt Widgets for Technical Applications
+arch=('i686' 'x86_64')
+url=http://qwt.sourceforge.net/;
+depends=('qt4')
+license=(custom:$pkgname)
+source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.bz2; 
\
+qwtconfig-archlinux.pri)
+sha1sums=('6d142cb9725da7e03fbb507532fc268b5212080a'
+  'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # copy our config file to the right place
+  cp ${srcdir}/qwtconfig-archlinux.pri qwtconfig.pri
+
+  # build qwt:
+  qmake-qt4 qwt.pro
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make INSTALL_ROOT=${pkgdir} install
+
+  # install web designer plugin
+  install -d ${pkgdir}/usr/lib/qt4/plugins/designer/
+  install -Dm755 designer/plugins/designer/libqwt_designer_plugin.so \
+${pkgdir}/usr/lib/qt4/plugins/designer/
+
+  # needed by qmake (FS#30407)
+  install -d ${pkgdir}/usr/share/qt4/mkspecs/features/
+  install -m644 qwtconfig.pri qwt.prf qwtfunctions.pri \
+${pkgdir}/usr/share/qt4/mkspecs/features/
+
+  # move man pages
+  mv ${pkgdir}/usr/share/doc/qwt/man/ ${pkgdir}/usr/share/
+
+  # install licence
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/qwtconfig-archlinux.pri
===
--- extra-i686/qwtconfig-archlinux.pri  2014-11-06 16:14:43 UTC (rev 225677)
+++ extra-i686/qwtconfig-archlinux.pri  2014-11-06 16:14:50 UTC (rev 225678)
@@ -1,118 +0,0 @@
-
-# Qwt Widget Library
-# Copyright (C) 1997   Josef Wilgen
-# Copyright (C) 2002   Uwe Rathmann
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the Qwt License, 

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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 17:29:04
  Author: ronald
Revision: 225679

upgpkg: lyx 2.1.2.1-1

update to 2.1.2.1; boost 1.57 rebuild

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 16:14:50 UTC (rev 225678)
+++ PKGBUILD2014-11-06 16:29:04 UTC (rev 225679)
@@ -3,7 +3,7 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=lyx
-pkgver=2.1.2
+pkgver=2.1.2.1
 pkgrel=1
 pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('emptydirs')
 source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
 lyx.desktop lyxrc.dist)
-sha1sums=('f9bf80885353616e869d6c8d0181ce8fcc45b894'
+sha1sums=('8972d77551f68bc8903d32908f494624e26d066c'
   'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
   '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
 


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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 17:29:19
  Author: ronald
Revision: 225680

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

Added:
  lyx/repos/staging-i686/PKGBUILD
(from rev 225679, lyx/trunk/PKGBUILD)
  lyx/repos/staging-i686/lyx.desktop
(from rev 225679, lyx/trunk/lyx.desktop)
  lyx/repos/staging-i686/lyx.install
(from rev 225679, lyx/trunk/lyx.install)
  lyx/repos/staging-i686/lyxrc.dist
(from rev 225679, lyx/trunk/lyxrc.dist)
  lyx/repos/staging-x86_64/PKGBUILD
(from rev 225679, lyx/trunk/PKGBUILD)
  lyx/repos/staging-x86_64/lyx.desktop
(from rev 225679, lyx/trunk/lyx.desktop)
  lyx/repos/staging-x86_64/lyx.install
(from rev 225679, lyx/trunk/lyx.install)
  lyx/repos/staging-x86_64/lyxrc.dist
(from rev 225679, lyx/trunk/lyxrc.dist)
Deleted:
  lyx/repos/staging-i686/PKGBUILD
  lyx/repos/staging-i686/lyx.desktop
  lyx/repos/staging-i686/lyx.install
  lyx/repos/staging-i686/lyxrc.dist
  lyx/repos/staging-x86_64/PKGBUILD
  lyx/repos/staging-x86_64/lyx.desktop
  lyx/repos/staging-x86_64/lyx.install
  lyx/repos/staging-x86_64/lyxrc.dist

+
 /PKGBUILD  |  102 +++
 /lyx.desktop   |   28 +++
 /lyx.install   |   30 
 /lyxrc.dist|   28 +++
 staging-i686/PKGBUILD  |   51 -
 staging-i686/lyx.desktop   |   14 -
 staging-i686/lyx.install   |   15 --
 staging-i686/lyxrc.dist|   14 -
 staging-x86_64/PKGBUILD|   51 -
 staging-x86_64/lyx.desktop |   14 -
 staging-x86_64/lyx.install |   15 --
 staging-x86_64/lyxrc.dist  |   14 -
 12 files changed, 188 insertions(+), 188 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-11-06 16:29:04 UTC (rev 225679)
+++ staging-i686/PKGBUILD   2014-11-06 16:29:19 UTC (rev 225680)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=lyx
-pkgver=2.1.2
-pkgrel=1
-pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
-arch=('i686' 'x86_64')
-url=http://www.lyx.org;
-depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes' 'file')
-makedepends=('boost' 'bc')
-optdepends=('rcs: built-in version control system'
-'texlive-latexextra: float wrap support')
-license=('GPL')
-backup=('etc/lyx/lyxrc.dist')
-install=lyx.install
-options=('emptydirs')
-source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
-lyx.desktop lyxrc.dist)
-sha1sums=('f9bf80885353616e869d6c8d0181ce8fcc45b894'
-  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
-  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
-  sed -i 's|python|python2|' lib/configure.py src/support/os.cpp
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export CXXFLAGS=$CXXFLAGS -fpermissive
-  ./configure --prefix=/usr \
---with-frontend=qt4 --without-included-boost \
---without-included-mythes
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # install desktop entry
-  install -Dm644 ${srcdir}/lyx.desktop \
-${pkgdir}/usr/share/applications/lyx.desktop
-  install -Dm644 lib/images/lyx.png \
-${pkgdir}/usr/share/pixmaps/lyx.png
-  # install default config file
-  install -Dm644 ${srcdir}/lyxrc.dist ${pkgdir}/etc/lyx/lyxrc.dist
-  ln -sf /etc/lyx/lyxrc.dist ${pkgdir}/usr/share/lyx/lyxrc.dist
-}

Copied: lyx/repos/staging-i686/PKGBUILD (from rev 225679, lyx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-11-06 16:29:19 UTC (rev 225680)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=lyx
+pkgver=2.1.2.1
+pkgrel=1
+pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
+arch=('i686' 'x86_64')
+url=http://www.lyx.org;
+depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes' 'file')
+makedepends=('boost' 'bc')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+options=('emptydirs')
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+sha1sums=('8972d77551f68bc8903d32908f494624e26d066c'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  find . -type f -exec sed -i 

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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 17:44:24
  Author: ronald
Revision: 225682

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

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 225681, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 225681, maxima/trunk/maxima.desktop)
  maxima/repos/extra-i686/maxima.install
(from rev 225681, maxima/trunk/maxima.install)
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 225681, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 225681, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 225681, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-i686/maxima.install
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

-+
 /PKGBUILD   |  106 ++
 /maxima.desktop |   22 
 /maxima.install |   36 ++
 extra-i686/PKGBUILD |   53 -
 extra-i686/maxima.desktop   |   11 
 extra-i686/maxima.install   |   18 ---
 extra-x86_64/PKGBUILD   |   53 -
 extra-x86_64/maxima.desktop |   11 
 extra-x86_64/maxima.install |   18 ---
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-06 16:44:08 UTC (rev 225681)
+++ extra-i686/PKGBUILD 2014-11-06 16:44:24 UTC (rev 225682)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.34.0
-pkgrel=1
-pkgdesc=A sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.2.2' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('f7d17ea554cdacd0874b93691082b4d9d5e8c640'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 225681, 
maxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-06 16:44:24 UTC (rev 225682)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.34.1
+pkgrel=1
+pkgdesc=A sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.2.2' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('3f33730ca374c282a543da5ed78572eff72da34f'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr 

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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 17:44:08
  Author: ronald
Revision: 225681

upgpkg: maxima 5.34.1-1

update to 5.34.1

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 16:29:19 UTC (rev 225680)
+++ PKGBUILD2014-11-06 16:44:08 UTC (rev 225681)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa da...@archlinux.org
 
 pkgname=maxima
-pkgver=5.34.0
+pkgver=5.34.1
 pkgrel=1
 pkgdesc=A sophisticated computer algebra system
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
 install=maxima.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('f7d17ea554cdacd0874b93691082b4d9d5e8c640'
+sha1sums=('3f33730ca374c282a543da5ed78572eff72da34f'
   '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
 
 prepare() {


[arch-commits] Commit in bdf-unifont/repos/extra-any (6 files)

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 17:47:06
  Author: ronald
Revision: 225684

archrelease: copy trunk to extra-any

Added:
  bdf-unifont/repos/extra-any/LICENSE
(from rev 225683, bdf-unifont/trunk/LICENSE)
  bdf-unifont/repos/extra-any/PKGBUILD
(from rev 225683, bdf-unifont/trunk/PKGBUILD)
  bdf-unifont/repos/extra-any/unifont.install
(from rev 225683, bdf-unifont/trunk/unifont.install)
Deleted:
  bdf-unifont/repos/extra-any/LICENSE
  bdf-unifont/repos/extra-any/PKGBUILD
  bdf-unifont/repos/extra-any/unifont.install

-+
 LICENSE |  120 +++---
 PKGBUILD|   42 +-
 unifont.install |   30 ++---
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-11-06 16:47:01 UTC (rev 225683)
+++ LICENSE 2014-11-06 16:47:06 UTC (rev 225684)
@@ -1,60 +0,0 @@
-CENSE

-Roman Czyborra released his work (Perl scripts and font .hex files)
-under the following terms:
-
- All of my works you find here are freeware. You may
- freely copy, use, quote, modify or redistribute them
- as long as you properly attribute my contribution and
- have given a quick thought about whether Roman might
- perhaps be interested to read what you did with his
- stuff. Horizontal rules don't apply.
-
-David Starner released what in this package is named hex2bdf-split
-under the same license as Roman Czyborra's work.
-
-License for all of Paul Hardy's work (except johab2ucs2 and
-blanks.hex, mentioned separately), Makefile and debian/ mods
-by Anthony Fok, and modified software from Luis Gonzalez Miranda
-(with permission granted to Paul Hardy):
-
- These are released under the terms of the GNU General Public
- License version 2, or (at your option) a later version.
-
-License for Fonts:
-
- Any fonts using glyphs from the wqy-cjk.hex file (including
- the default TrueType font) are bound by the terms of the Wen
- Quan Yi font license.  Those fonts are released under the terms
- of the GNU General Public License (GPL) versionn 2, with the
- exception that embedding the font in a document does not by
- itself bind that document to the terms of the GNU GPL.
-
- Any fonts that do not use glyphs from the wqy-cjk.hex file
- fall under the above License for all of Roman Czyborra's work.
-
- The fonts in ./font/precompiled do use wqy-cjk.hex, and so
- are licensed under the GNU GPL version 2, with the exception
- that embedding the font in a document does not in itself bind
- that document to the terms of the GNU GPL.  The following
- paragraphs explaining the exception is taken from the Wen
- Quan Yi font distribution:
-
-  ** GPL v2.0 license with font embedding exception:
-
-  As a special exception, if you create a document which
-  uses this font, and embed this font or unaltered portions
-  of this font into the document, this font does not by
-  itself cause the resulting document to be covered by
-  the GNU General Public License. This exception does not
-  however invalidate any other reasons why the document
-  might be covered by the GNU General Public License.
-  If you modify this font, you may extend this exception
-  to your version of the font, but you are not obligated
-  to do so. If you do not wish to do so, delete this
-  exception statement from your version.
-
-License for blanks.hex:
-
- There is one exception to the above rules: Paul Hardy earlier
- released the blanks.hex file into the public domain.

Copied: bdf-unifont/repos/extra-any/LICENSE (from rev 225683, 
bdf-unifont/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-11-06 16:47:06 UTC (rev 225684)
@@ -0,0 +1,60 @@
+CENSE
+---
+Roman Czyborra released his work (Perl scripts and font .hex files)
+under the following terms:
+
+ All of my works you find here are freeware. You may
+ freely copy, use, quote, modify or redistribute them
+ as long as you properly attribute my contribution and
+ have given a quick thought about whether Roman might
+ perhaps be interested to read what you did with his
+ stuff. Horizontal rules don't apply.
+
+David Starner released what in this package is named hex2bdf-split
+under the same license as Roman Czyborra's work.
+
+License for all of Paul Hardy's work (except johab2ucs2 and
+blanks.hex, mentioned separately), Makefile and debian/ mods
+by Anthony Fok, and modified software from Luis Gonzalez Miranda
+(with permission granted to Paul Hardy):
+
+ These are released under the terms of the GNU General Public
+ License version 2, or (at your option) a later version.
+
+License for Fonts:
+

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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 17:47:01
  Author: ronald
Revision: 225683

upgpkg: bdf-unifont 7.0.06-1

update to 7.0.06

Modified:
  bdf-unifont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 16:44:24 UTC (rev 225682)
+++ PKGBUILD2014-11-06 16:47:01 UTC (rev 225683)
@@ -2,7 +2,7 @@
 # Maintainer: Ronald van Haren ronald.archlinux.org
 
 pkgname=bdf-unifont
-pkgver=7.0.03
+pkgver=7.0.06
 pkgrel=1
 pkgdesc=GNU Unifont Glyphs
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 install=unifont.install
 
source=(http://unifoundry.com/pub/unifont-${pkgver}/font-builds/unifont-${pkgver}.bdf.gz;
 'LICENSE')
-sha1sums=('f1315504a67d4b7b5d7d6b25dff02d84f9f67aab'
+sha1sums=('0c3f60246c87870754abf6fdddf5d2df2ca357bc'
   'e4ba558b4af9b8ab0f129c1f1788e168e412b9be')
 
 package() {


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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 17:51:30
  Author: ronald
Revision: 225686

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

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

--+
 /PKGBUILD|   98 +
 /gnuplot.install |   70 +
 extra-i686/PKGBUILD  |   49 
 extra-i686/gnuplot.install   |   35 --
 extra-x86_64/PKGBUILD|   49 
 extra-x86_64/gnuplot.install |   35 --
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-06 16:51:23 UTC (rev 225685)
+++ extra-i686/PKGBUILD 2014-11-06 16:51:30 UTC (rev 225686)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir da...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=gnuplot
-pkgver=4.6.5
-pkgrel=1
-pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
-arch=('i686' 'x86_64') 
-url=http://www.gnuplot.info; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk2.8' 'cairo' 'libjpeg' 'lua' 'qt4' 'gnutls') 
-makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install 
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha1sums=('a74558d145344422674dea4f58c9cb0931872c36')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-   WX_CONFIG=/usr/bin/wx-config-2.8 ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu --enable-qt
-  make pkglibexecdir=/usr/bin
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make pkglibexecdir=/usr/bin DESTDIR=$pkgdir install install-info
-
-  install -Dm644 lisp/dotemacs $pkgdir/usr/share/emacs/site-lisp/dotemacs
-  install -Dm644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
-
-  rm -f $pkgdir/usr/share/texmf-dist/ls-R
-}

Copied: gnuplot/repos/extra-i686/PKGBUILD (from rev 225685, 
gnuplot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-06 16:51:30 UTC (rev 225686)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=gnuplot
+pkgver=4.6.6
+pkgrel=1
+pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
+arch=('i686' 'x86_64') 
+url=http://www.gnuplot.info; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk2.8' 'cairo' 'libjpeg' 'lua' 'qt4' 'gnutls') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install 
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('012bd22b7be32da186b6bb015c0c6d876926c90b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+   WX_CONFIG=/usr/bin/wx-config-2.8 ./configure --prefix=/usr \
+  --libexecdir=/usr/bin \
+  --with-gihdir=/usr/share/gnuplot \
+  --with-readline=gnu --enable-qt
+  make pkglibexecdir=/usr/bin
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make pkglibexecdir=/usr/bin DESTDIR=$pkgdir install install-info
+
+  install -Dm644 lisp/dotemacs $pkgdir/usr/share/emacs/site-lisp/dotemacs
+  install -Dm644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
+
+  rm -f 

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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 17:52:09
  Author: ronald
Revision: 225687

upgpkg: terminology 0.7.0-1

update to 0.7.0

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 16:51:30 UTC (rev 225686)
+++ PKGBUILD2014-11-06 16:52:09 UTC (rev 225687)
@@ -3,7 +3,7 @@
 # Contributor: Paul Ezvan p...@ezvan.fr
 
 pkgname=terminology
-pkgver=0.6.1
+pkgver=0.7.0
 pkgrel=1
 pkgdesc=EFL based terminal emulator
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('elementary')
 
source=(http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 install=terminology.install
-sha1sums=('c0f1f5d32abd2928476f168a8f58c5d3d4169f77')
+sha1sums=('ed695dc07b54149145779fe958a5c00cf17f4051')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 17:51:23
  Author: ronald
Revision: 225685

upgpkg: gnuplot 4.6.6-1

update to 4.6.6

Modified:
  gnuplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 16:47:06 UTC (rev 225684)
+++ PKGBUILD2014-11-06 16:51:23 UTC (rev 225685)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=gnuplot
-pkgver=4.6.5
+pkgver=4.6.6
 pkgrel=1
 pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
 arch=('i686' 'x86_64') 
@@ -15,7 +15,7 @@
 options=('!makeflags')
 install=gnuplot.install 
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha1sums=('a74558d145344422674dea4f58c9cb0931872c36')
+sha1sums=('012bd22b7be32da186b6bb015c0c6d876926c90b')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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

2014-11-06 Thread Massimiliano Torromeo
Date: Thursday, November 6, 2014 @ 17:52:38
  Author: mtorromeo
Revision: 122056

upgpkg: elasticsearch 1.4.0-1

Updated to 1.4.0

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 14:39:44 UTC (rev 122055)
+++ PKGBUILD2014-11-06 16:52:38 UTC (rev 122056)
@@ -4,7 +4,7 @@
 # Refactored by Blaž Speed Hrastnik https://github.com/archSeer
 
 pkgname=elasticsearch
-pkgver=1.3.4
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=Distributed RESTful search engine built on top of Lucene
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('18af629c388b442bc8daa39754ea1f39a606acd7647fe042aed79ef014a7d330'
+sha256sums=('b317966befa50c22595477f9bad8ce67932e4d33e08ee8fb1c6e9690afa5064a'
 '8f1b4f6e22b472a4f4e711f010d6733a06935b46bb7314360f27c2ab506d6e46'
 '7c1e06cdf838b5ad090e0463de5dab3e8d62f0d7e6ac04e0b0049a4007dee612'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


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

2014-11-06 Thread Ronald van Haren
Date: Thursday, November 6, 2014 @ 17:52:17
  Author: ronald
Revision: 225688

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

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

--+
 /PKGBUILD|   72 +
 /terminology.install |   22 +++
 extra-i686/PKGBUILD  |   36 --
 extra-i686/terminology.install   |   11 -
 extra-x86_64/PKGBUILD|   36 --
 extra-x86_64/terminology.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-06 16:52:09 UTC (rev 225687)
+++ extra-i686/PKGBUILD 2014-11-06 16:52:17 UTC (rev 225688)
@@ -1,36 +0,0 @@
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Doug Newgard scimmia22 at outlook dot com
-# Contributor: Paul Ezvan p...@ezvan.fr
-
-pkgname=terminology
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=EFL based terminal emulator
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org/p.php?p=about/terminology;
-license=('BSD')
-depends=('elementary')
-source=(http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-install=terminology.install
-sha1sums=('c0f1f5d32abd2928476f168a8f58c5d3d4169f77')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CFLAGS=${CFLAGS} -fvisibility=hidden
-  
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # install license files
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: terminology/repos/extra-i686/PKGBUILD (from rev 225687, 
terminology/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-06 16:52:17 UTC (rev 225688)
@@ -0,0 +1,36 @@
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Doug Newgard scimmia22 at outlook dot com
+# Contributor: Paul Ezvan p...@ezvan.fr
+
+pkgname=terminology
+pkgver=0.7.0
+pkgrel=1
+pkgdesc=EFL based terminal emulator
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org/p.php?p=about/terminology;
+license=('BSD')
+depends=('elementary')
+source=(http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+install=terminology.install
+sha1sums=('ed695dc07b54149145779fe958a5c00cf17f4051')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=${CFLAGS} -fvisibility=hidden
+  
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-i686/terminology.install
===
--- extra-i686/terminology.install  2014-11-06 16:52:09 UTC (rev 225687)
+++ extra-i686/terminology.install  2014-11-06 16:52:17 UTC (rev 225688)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: terminology/repos/extra-i686/terminology.install (from rev 225687, 
terminology/trunk/terminology.install)
===
--- extra-i686/terminology.install  (rev 0)
+++ extra-i686/terminology.install  2014-11-06 16:52:17 UTC (rev 225688)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-06 16:52:09 UTC (rev 225687)
+++ extra-x86_64/PKGBUILD   2014-11-06 16:52:17 UTC (rev 225688)
@@ -1,36 +0,0 @@
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Doug Newgard scimmia22 at outlook dot com
-# Contributor: Paul Ezvan p...@ezvan.fr
-
-pkgname=terminology
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=EFL based terminal emulator
-arch=('i686' 'x86_64')

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

2014-11-06 Thread Massimiliano Torromeo
Date: Thursday, November 6, 2014 @ 17:54:36
  Author: mtorromeo
Revision: 122057

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

Added:
  elasticsearch/repos/community-i686/PKGBUILD
(from rev 122056, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
(from rev 122056, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
(from rev 122056, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-i686/elasticsearch-user.conf
(from rev 122056, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-i686/elasticsearch.default
(from rev 122056, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-i686/elasticsearch.install
(from rev 122056, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-i686/elasticsearch.service
(from rev 122056, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-i686/elasticsearch@.service
(from rev 122056, elasticsearch/trunk/elasticsearch@.service)
  elasticsearch/repos/community-x86_64/PKGBUILD
(from rev 122056, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
(from rev 122056, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
(from rev 122056, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-user.conf
(from rev 122056, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-x86_64/elasticsearch.default
(from rev 122056, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-x86_64/elasticsearch.install
(from rev 122056, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-x86_64/elasticsearch.service
(from rev 122056, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-x86_64/elasticsearch@.service
(from rev 122056, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-i686/PKGBUILD
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-i686/elasticsearch-user.conf
  elasticsearch/repos/community-i686/elasticsearch.default
  elasticsearch/repos/community-i686/elasticsearch.install
  elasticsearch/repos/community-i686/elasticsearch.service
  elasticsearch/repos/community-i686/elasticsearch@.service
  elasticsearch/repos/community-x86_64/PKGBUILD
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-x86_64/elasticsearch-user.conf
  elasticsearch/repos/community-x86_64/elasticsearch.default
  elasticsearch/repos/community-x86_64/elasticsearch.install
  elasticsearch/repos/community-x86_64/elasticsearch.service
  elasticsearch/repos/community-x86_64/elasticsearch@.service

-+
 /PKGBUILD   |  164 ++
 /elasticsearch-sysctl.conf  |2 
 /elasticsearch-tmpfile.conf |4 
 /elasticsearch-user.conf|2 
 /elasticsearch.default  |   26 
 /elasticsearch.install  |   38 ++
 /elasticsearch.service  |   42 ++
 /elasticsearch@.service |   42 ++
 community-i686/PKGBUILD |   82 -
 community-i686/elasticsearch-sysctl.conf|1 
 community-i686/elasticsearch-tmpfile.conf   |2 
 community-i686/elasticsearch-user.conf  |1 
 community-i686/elasticsearch.default|   13 --
 community-i686/elasticsearch.install|   19 ---
 community-i686/elasticsearch.service|   21 ---
 community-i686/elasticsearch@.service   |   21 ---
 community-x86_64/PKGBUILD   |   82 -
 community-x86_64/elasticsearch-sysctl.conf  |1 
 community-x86_64/elasticsearch-tmpfile.conf |2 
 community-x86_64/elasticsearch-user.conf|1 
 community-x86_64/elasticsearch.default  |   13 --
 community-x86_64/elasticsearch.install  |   19 ---
 community-x86_64/elasticsearch.service  |   21 ---
 community-x86_64/elasticsearch@.service |   21 ---
 24 files changed, 320 insertions(+), 320 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-06 16:52:38 UTC (rev 122056)
+++ community-i686/PKGBUILD 2014-11-06 16:54:36 UTC (rev 122057)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Marcello mererghost Rocha https://github.com/mereghost
-# 

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

2014-11-06 Thread Sergej Pupykin
Date: Thursday, November 6, 2014 @ 18:22:35
  Author: spupykin
Revision: 122059

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-06 17:22:18 UTC (rev 122058)
+++ community-i686/PKGBUILD 2014-11-06 17:22:35 UTC (rev 122059)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Giovanni Scafora linuxma...@gmail.com
-# Contributor: simo s...@archlinux.org
-
-pkgname=xcircuit
-pkgver=3.8.74
-pkgrel=1
-pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
-arch=('i686' 'x86_64')
-url=http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('3130d1ca1bf8d6c150c1b257dd54e66e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
-  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
-  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
-}

Copied: xcircuit/repos/community-i686/PKGBUILD (from rev 122058, 
xcircuit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-06 17:22:35 UTC (rev 122059)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Giovanni Scafora linuxma...@gmail.com
+# Contributor: simo s...@archlinux.org
+
+pkgname=xcircuit
+pkgver=3.8.75
+pkgrel=1
+pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
+arch=('i686' 'x86_64')
+url=http://opencircuitdesign.com/xcircuit;
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib')
+makedepends=('chrpath' 'gendesk')
+_categories='Application;Electronics;Engineering'
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+md5sums=('b53aafe61b124a9e09fccfed7aec5c0c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  gendesk $startdir/PKGBUILD
+  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/usr/share/man/man1
+  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
+  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
+  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
+  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
+  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-06 17:22:18 UTC (rev 122058)
+++ community-x86_64/PKGBUILD   2014-11-06 17:22:35 UTC (rev 122059)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Giovanni Scafora linuxma...@gmail.com
-# Contributor: simo s...@archlinux.org
-
-pkgname=xcircuit
-pkgver=3.8.74
-pkgrel=1
-pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
-arch=('i686' 'x86_64')
-url=http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('3130d1ca1bf8d6c150c1b257dd54e66e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf 

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

2014-11-06 Thread Sergej Pupykin
Date: Thursday, November 6, 2014 @ 18:22:18
  Author: spupykin
Revision: 122058

upgpkg: xcircuit 3.8.75-1

upd

Modified:
  xcircuit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 16:54:36 UTC (rev 122057)
+++ PKGBUILD2014-11-06 17:22:18 UTC (rev 122058)
@@ -4,7 +4,7 @@
 # Contributor: simo s...@archlinux.org
 
 pkgname=xcircuit
-pkgver=3.8.74
+pkgver=3.8.75
 pkgrel=1
 pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('chrpath' 'gendesk')
 _categories='Application;Electronics;Engineering'
 source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('3130d1ca1bf8d6c150c1b257dd54e66e')
+md5sums=('b53aafe61b124a9e09fccfed7aec5c0c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2014-11-06 Thread Giovanni Scafora
Date: Thursday, November 6, 2014 @ 19:10:24
  Author: giovanni
Revision: 225690

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

Added:
  unrar/repos/extra-i686/PKGBUILD
(from rev 225689, unrar/trunk/PKGBUILD)
  unrar/repos/extra-i686/unrar-5.2.2-soname.patch
(from rev 225689, unrar/trunk/unrar-5.2.2-soname.patch)
  unrar/repos/extra-x86_64/PKGBUILD
(from rev 225689, unrar/trunk/PKGBUILD)
  unrar/repos/extra-x86_64/unrar-5.2.2-soname.patch
(from rev 225689, unrar/trunk/unrar-5.2.2-soname.patch)
Deleted:
  unrar/repos/extra-i686/PKGBUILD
  unrar/repos/extra-i686/unrar-5.2.1-soname.patch
  unrar/repos/extra-x86_64/PKGBUILD
  unrar/repos/extra-x86_64/unrar-5.2.1-soname.patch

---+
 /PKGBUILD |  100 
 extra-i686/PKGBUILD   |   50 
 extra-i686/unrar-5.2.1-soname.patch   |   11 ---
 extra-i686/unrar-5.2.2-soname.patch   |   11 +++
 extra-x86_64/PKGBUILD |   50 
 extra-x86_64/unrar-5.2.1-soname.patch |   11 ---
 extra-x86_64/unrar-5.2.2-soname.patch |   11 +++
 7 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-06 18:10:15 UTC (rev 225689)
+++ extra-i686/PKGBUILD 2014-11-06 18:10:24 UTC (rev 225690)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: dorphell dorph...@gmx.net
-
-pkgbase=unrar
-pkgname=('unrar' 'libunrar')
-pkgver=5.2.1
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url=http://www.rarlab.com/rar_add.htm;
-license=('custom')
-makedepends=('gcc-libs')
-source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
-'unrar-5.2.1-soname.patch')
-md5sums=('451d75ce182abccfa60b47f605aaf736'
- 'cd9a5291db0379d73148872cf6e6d3ce')
-
-prepare() {
-  cd ${srcdir}/${pkgbase}
-  patch -Np1 -i ${srcdir}/unrar-5.2.1-soname.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}
-  cp -a ${srcdir}/unrar ${srcdir}/libunrar
-  make -C ${srcdir}/libunrar lib libversion=${pkgver} CXXFLAGS=-fPIC 
${CXXFLAGS}
-  make CXXFLAGS=-fPIC ${CXXFLAGS} STRIP=true
-}
-
-package_unrar() {
-  pkgdesc=The RAR uncompression program
-  depends=('gcc-libs')
-  cd ${srcdir}/${pkgbase}
-  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
-  # install license
-  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_libunrar() {
-  pkgdesc=Library and header file for applications that use libunrar
-  depends=('gcc-libs')
-  cd ${srcdir}/libunrar
-  install -Dm755 libunrar.so.${pkgver} 
${pkgdir}/usr/lib/libunrar.so.${pkgver}
-  install -Dm644 dll.hpp ${pkgdir}/usr/include/unrar/dll.hpp
-  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so.5
-  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so
-  # install license
-  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: unrar/repos/extra-i686/PKGBUILD (from rev 225689, unrar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-06 18:10:24 UTC (rev 225690)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgbase=unrar
+pkgname=('unrar' 'libunrar')
+pkgver=5.2.2
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url=http://www.rarlab.com/rar_add.htm;
+license=('custom')
+makedepends=('gcc-libs')
+source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
+'unrar-5.2.2-soname.patch')
+md5sums=('69ef5af8442cbb7dfdebe298bfb9c61a'
+ 'cd9a5291db0379d73148872cf6e6d3ce')
+
+prepare() {
+  cd ${srcdir}/${pkgbase}
+  patch -Np1 -i ${srcdir}/unrar-5.2.2-soname.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}
+  cp -a ${srcdir}/unrar ${srcdir}/libunrar
+  make -C ${srcdir}/libunrar lib libversion=${pkgver} CXXFLAGS=-fPIC 
${CXXFLAGS}
+  make CXXFLAGS=-fPIC ${CXXFLAGS} STRIP=true
+}
+
+package_unrar() {
+  pkgdesc=The RAR uncompression program
+  depends=('gcc-libs')
+  cd ${srcdir}/${pkgbase}
+  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
+  # install license
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_libunrar() {
+  pkgdesc=Library and header file for applications that use libunrar
+  depends=('gcc-libs')
+  cd ${srcdir}/libunrar
+  install -Dm755 libunrar.so.${pkgver} 
${pkgdir}/usr/lib/libunrar.so.${pkgver}
+  install -Dm644 dll.hpp ${pkgdir}/usr/include/unrar/dll.hpp
+  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so.5
+  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so
+  # install license
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/unrar-5.2.1-soname.patch
===
--- 

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

2014-11-06 Thread Giovanni Scafora
Date: Thursday, November 6, 2014 @ 19:10:15
  Author: giovanni
Revision: 225689

upgpkg: unrar 1:5.2.2-1

upstream release

Added:
  unrar/trunk/unrar-5.2.2-soname.patch
Modified:
  unrar/trunk/PKGBUILD
Deleted:
  unrar/trunk/unrar-5.2.1-soname.patch

--+
 PKGBUILD |8 
 unrar-5.2.1-soname.patch |   11 ---
 unrar-5.2.2-soname.patch |   11 +++
 3 files changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 16:52:17 UTC (rev 225688)
+++ PKGBUILD2014-11-06 18:10:15 UTC (rev 225689)
@@ -4,7 +4,7 @@
 
 pkgbase=unrar
 pkgname=('unrar' 'libunrar')
-pkgver=5.2.1
+pkgver=5.2.2
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@
 license=('custom')
 makedepends=('gcc-libs')
 source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
-'unrar-5.2.1-soname.patch')
-md5sums=('451d75ce182abccfa60b47f605aaf736'
+'unrar-5.2.2-soname.patch')
+md5sums=('69ef5af8442cbb7dfdebe298bfb9c61a'
  'cd9a5291db0379d73148872cf6e6d3ce')
 
 prepare() {
   cd ${srcdir}/${pkgbase}
-  patch -Np1 -i ${srcdir}/unrar-5.2.1-soname.patch
+  patch -Np1 -i ${srcdir}/unrar-5.2.2-soname.patch
 }
 
 build() {

Deleted: unrar-5.2.1-soname.patch
===
--- unrar-5.2.1-soname.patch2014-11-06 16:52:17 UTC (rev 225688)
+++ unrar-5.2.1-soname.patch2014-11-06 18:10:15 UTC (rev 225689)
@@ -1,11 +0,0 @@
 a/makefile 2013-04-29 16:27:05.0 +0200
-+++ b/makefile 2013-10-01 22:07:29.611485989 +0200
-@@ -133,7 +133,7 @@
- lib:  CXXFLAGS+=$(LIBFLAGS)
- lib:  clean $(OBJECTS) $(LIB_OBJ)
-   @rm -f libunrar.so
--  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
-+  $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o 
libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
- 
- install-unrar:
-   install -D unrar $(DESTDIR)/bin/unrar

Added: unrar-5.2.2-soname.patch
===
--- unrar-5.2.2-soname.patch(rev 0)
+++ unrar-5.2.2-soname.patch2014-11-06 18:10:15 UTC (rev 225689)
@@ -0,0 +1,11 @@
+--- a/makefile 2013-04-29 16:27:05.0 +0200
 b/makefile 2013-10-01 22:07:29.611485989 +0200
+@@ -133,7 +133,7 @@
+ lib:  CXXFLAGS+=$(LIBFLAGS)
+ lib:  clean $(OBJECTS) $(LIB_OBJ)
+   @rm -f libunrar.so
+-  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
++  $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o 
libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+ 
+ install-unrar:
+   install -D unrar $(DESTDIR)/bin/unrar


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

2014-11-06 Thread Giovanni Scafora
Date: Thursday, November 6, 2014 @ 19:19:35
  Author: giovanni
Revision: 225691

upgpkg: mercurial 3.2-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 18:10:24 UTC (rev 225690)
+++ PKGBUILD2014-11-06 18:19:35 UTC (rev 225691)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=mercurial
-pkgver=3.1.2
+pkgver=3.2
 pkgrel=1
 pkgdesc=A scalable distributed SCM tool
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
 'mercurial.profile')
-md5sums=('72a79798de828d6d6fb055273f91201a'
+md5sums=('d7bcfa3d4d1e786b3c54f1f52fecc9b7'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 prepare() {
@@ -44,7 +44,7 @@
 
   # install configuration file
   install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc ${pkgdir}/etc/mercurial/hgrc
+  # install -m644 contrib/sample.hgrc ${pkgdir}/etc/mercurial/hgrc
 
   # FS#38825 - Add certs config to package
   echo -e \n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n  
${pkgdir}/etc/mercurial/hgrc


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

2014-11-06 Thread Giovanni Scafora
Date: Thursday, November 6, 2014 @ 19:19:46
  Author: giovanni
Revision: 225692

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 225691, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 225691, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 225691, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 225691, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |  102 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   51 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   51 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-06 18:19:35 UTC (rev 225691)
+++ extra-i686/PKGBUILD 2014-11-06 18:19:46 UTC (rev 225692)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=mercurial
-pkgver=3.1.2
-pkgrel=1
-pkgdesc=A scalable distributed SCM tool
-arch=('i686' 'x86_64')
-url=http://mercurial.selenic.com/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
-'mercurial.profile')
-md5sums=('72a79798de828d6d6fb055273f91201a'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
-  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
-  install -m755 contrib/hgk ${pkgdir}/usr/bin
-  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
-  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
-  install -d ${pkgdir}/usr/share/emacs/site-lisp
-  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
${pkgdir}/etc/profile.d/mercurial.sh
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc ${pkgdir}/etc/mercurial/hgrc
-
-  # FS#38825 - Add certs config to package
-  echo -e \n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n  
${pkgdir}/etc/mercurial/hgrc
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 225691, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-06 18:19:46 UTC (rev 225692)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=mercurial
+pkgver=3.2
+pkgrel=1
+pkgdesc=A scalable distributed SCM tool
+arch=('i686' 'x86_64')
+url=http://mercurial.selenic.com/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
+'mercurial.profile')
+md5sums=('d7bcfa3d4d1e786b3c54f1f52fecc9b7'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
+  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
+  install -m755 contrib/hgk ${pkgdir}/usr/bin
+  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
+  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
+  install -d ${pkgdir}/usr/share/emacs/site-lisp
+  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 contrib/vim/HGAnnotate.vim 

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

2014-11-06 Thread Jonathan Steel
Date: Thursday, November 6, 2014 @ 19:29:17
  Author: jsteel
Revision: 122060

upgpkg: mednafen 0.9.36.5-1

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 17:22:35 UTC (rev 122059)
+++ PKGBUILD2014-11-06 18:29:17 UTC (rev 122060)
@@ -7,9 +7,9 @@
 # Contributor: Hans-Kristian Arntzen mais...@archlinux.us
 
 pkgname=mednafen
-pkgver=0.9.36.4
+pkgver=0.9.36.5
 pkgrel=1
-pkgdesc=A command-line multi-system gaming emulator
+pkgdesc=Command-line multi-system gaming emulator
 url=http://mednafen.sourceforge.net;
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -16,10 +16,10 @@
 depends=('libcdio' 'libsndfile' 'sdl' 'zlib')
 makedepends=('mesa' 'glu')
 source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('a42d0caebb219e5100f5046b861eba02')
+md5sums=('a0841f0073322414858c22e247344502')
 
 build() {
-  cd $srcdir/$pkgname
+  cd $pkgname
 
   ./configure --prefix=/usr
 
@@ -27,7 +27,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname
+  cd $pkgname
 
-  make DESTDIR=$pkgdir/ install
+  make DESTDIR=$pkgdir install
 }


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

2014-11-06 Thread Jonathan Steel
Date: Thursday, November 6, 2014 @ 19:29:43
  Author: jsteel
Revision: 122061

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

Added:
  mednafen/repos/community-i686/PKGBUILD
(from rev 122060, mednafen/trunk/PKGBUILD)
  mednafen/repos/community-x86_64/PKGBUILD
(from rev 122060, mednafen/trunk/PKGBUILD)
Deleted:
  mednafen/repos/community-i686/PKGBUILD
  mednafen/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 2014-11-06 18:29:17 UTC (rev 122060)
+++ community-i686/PKGBUILD 2014-11-06 18:29:43 UTC (rev 122061)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: megadriver megadriver at gmx dot com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: kagan juany...@mi.madritel.es
-# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
-
-pkgname=mednafen
-pkgver=0.9.36.4
-pkgrel=1
-pkgdesc=A command-line multi-system gaming emulator
-url=http://mednafen.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libcdio' 'libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('a42d0caebb219e5100f5046b861eba02')
-
-build() {
-  cd $srcdir/$pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 122060, 
mednafen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-06 18:29:43 UTC (rev 122061)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: megadriver megadriver at gmx dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: kagan juany...@mi.madritel.es
+# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
+
+pkgname=mednafen
+pkgver=0.9.36.5
+pkgrel=1
+pkgdesc=Command-line multi-system gaming emulator
+url=http://mednafen.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libcdio' 'libsndfile' 'sdl' 'zlib')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
+md5sums=('a0841f0073322414858c22e247344502')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-06 18:29:17 UTC (rev 122060)
+++ community-x86_64/PKGBUILD   2014-11-06 18:29:43 UTC (rev 122061)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: megadriver megadriver at gmx dot com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: kagan juany...@mi.madritel.es
-# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
-
-pkgname=mednafen
-pkgver=0.9.36.4
-pkgrel=1
-pkgdesc=A command-line multi-system gaming emulator
-url=http://mednafen.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libcdio' 'libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('a42d0caebb219e5100f5046b861eba02')
-
-build() {
-  cd $srcdir/$pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: mednafen/repos/community-x86_64/PKGBUILD (from rev 122060, 
mednafen/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-06 18:29:43 UTC (rev 122061)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: megadriver megadriver at gmx dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: kagan juany...@mi.madritel.es
+# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
+
+pkgname=mednafen
+pkgver=0.9.36.5
+pkgrel=1
+pkgdesc=Command-line multi-system gaming emulator
+url=http://mednafen.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libcdio' 'libsndfile' 'sdl' 'zlib')
+makedepends=('mesa' 'glu')

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

2014-11-06 Thread Daniel Micay
Date: Thursday, November 6, 2014 @ 19:35:07
  Author: thestinger
Revision: 122062

upgpkg: torsocks 2.0.0-2

Modified:
  torsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 18:29:43 UTC (rev 122061)
+++ PKGBUILD2014-11-06 18:35:07 UTC (rev 122062)
@@ -5,7 +5,7 @@
 
 pkgname=torsocks
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Wrapper to safely torify applications'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/torsocks'
@@ -12,8 +12,8 @@
 license=('GPL2')
 depends=('tor')
 makedepends=('git')
-backup=(etc/${pkgname}.conf)
-source=(git://git.torproject.org/torsocks.git#tag=1.3)
+backup=(etc/tor/${pkgname}.conf)
+source=(git://git.torproject.org/torsocks.git#tag=v$pkgver)
 md5sums=('SKIP')
 
 build() {


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

2014-11-06 Thread Daniel Micay
Date: Thursday, November 6, 2014 @ 19:35:37
  Author: thestinger
Revision: 122063

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

Added:
  torsocks/repos/community-i686/PKGBUILD
(from rev 122062, torsocks/trunk/PKGBUILD)
  torsocks/repos/community-x86_64/PKGBUILD
(from rev 122062, torsocks/trunk/PKGBUILD)
Deleted:
  torsocks/repos/community-i686/PKGBUILD
  torsocks/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 2014-11-06 18:35:07 UTC (rev 122062)
+++ community-i686/PKGBUILD 2014-11-06 18:35:37 UTC (rev 122063)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
-# Contributor: Rorschach r0rsch...@lavabit.com
-
-pkgname=torsocks
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-backup=(etc/${pkgname}.conf)
-source=(git://git.torproject.org/torsocks.git#tag=1.3)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-  find $pkgdir/usr/share -maxdepth 1 -type f -delete
-}

Copied: torsocks/repos/community-i686/PKGBUILD (from rev 122062, 
torsocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-06 18:35:37 UTC (rev 122063)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/torsocks'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+backup=(etc/tor/${pkgname}.conf)
+source=(git://git.torproject.org/torsocks.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+  find $pkgdir/usr/share -maxdepth 1 -type f -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-06 18:35:07 UTC (rev 122062)
+++ community-x86_64/PKGBUILD   2014-11-06 18:35:37 UTC (rev 122063)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
-# Contributor: Rorschach r0rsch...@lavabit.com
-
-pkgname=torsocks
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-backup=(etc/${pkgname}.conf)
-source=(git://git.torproject.org/torsocks.git#tag=1.3)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-  find $pkgdir/usr/share -maxdepth 1 -type f -delete
-}

Copied: torsocks/repos/community-x86_64/PKGBUILD (from rev 122062, 
torsocks/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-06 18:35:37 UTC (rev 122063)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/torsocks'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+backup=(etc/tor/${pkgname}.conf)
+source=(git://git.torproject.org/torsocks.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+  find $pkgdir/usr/share -maxdepth 1 -type f -delete
+}


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

2014-11-06 Thread Bartłomiej Piotrowski
Date: Thursday, November 6, 2014 @ 20:18:27
  Author: bpiotrowski
Revision: 225694

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

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

-+
 testing-i686/PKGBUILD   |   39 ++
 testing-i686/fakeroot.install   |   14 +
 testing-x86_64/PKGBUILD |   39 ++
 testing-x86_64/fakeroot.install |   14 +
 4 files changed, 106 insertions(+)

Copied: fakeroot/repos/testing-i686/PKGBUILD (from rev 225693, 
fakeroot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-06 19:18:27 UTC (rev 225694)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jochem Kossen j.kos...@home.nl
+
+pkgname=fakeroot
+pkgver=1.20.2
+pkgrel=1
+pkgdesc='Tool for simulating superuser privileges'
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://packages.debian.org/fakeroot;
+groups=('base-devel')
+install=fakeroot.install
+depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
+source=(http://ftp.debian.org/debian/pool/main/f/$pkgname/${pkgname}_${pkgver}.orig.tar.bz2)
+md5sums=('a4b4564a75024aa96c86e4d1017ac786')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib/libfakeroot \
+--disable-static \
+--with-ipc=sysv
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -dm755 $pkgdir/etc/ld.so.conf.d/
+  echo '/usr/lib/libfakeroot'  $pkgdir/etc/ld.so.conf.d/fakeroot.conf
+
+  # install README for sysv/tcp usage
+  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
+}

Copied: fakeroot/repos/testing-i686/fakeroot.install (from rev 225693, 
fakeroot/trunk/fakeroot.install)
===
--- testing-i686/fakeroot.install   (rev 0)
+++ testing-i686/fakeroot.install   2014-11-06 19:18:27 UTC (rev 225694)
@@ -0,0 +1,14 @@
+post_install() {
+  usr/bin/ldconfig -r .
+}
+
+post_upgrade() {
+  if [ $(vercmp $2 1.14.4-2) -lt 0 ]; then
+sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf
+  fi
+  usr/bin/ldconfig -r .
+}
+
+pre_remove() {
+  usr/bin/ldconfig -r .
+}

Copied: fakeroot/repos/testing-x86_64/PKGBUILD (from rev 225693, 
fakeroot/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-06 19:18:27 UTC (rev 225694)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jochem Kossen j.kos...@home.nl
+
+pkgname=fakeroot
+pkgver=1.20.2
+pkgrel=1
+pkgdesc='Tool for simulating superuser privileges'
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://packages.debian.org/fakeroot;
+groups=('base-devel')
+install=fakeroot.install
+depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
+source=(http://ftp.debian.org/debian/pool/main/f/$pkgname/${pkgname}_${pkgver}.orig.tar.bz2)
+md5sums=('a4b4564a75024aa96c86e4d1017ac786')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib/libfakeroot \
+--disable-static \
+--with-ipc=sysv
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -dm755 $pkgdir/etc/ld.so.conf.d/
+  echo '/usr/lib/libfakeroot'  $pkgdir/etc/ld.so.conf.d/fakeroot.conf
+
+  # install README for sysv/tcp usage
+  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
+}

Copied: fakeroot/repos/testing-x86_64/fakeroot.install (from rev 225693, 
fakeroot/trunk/fakeroot.install)
===
--- testing-x86_64/fakeroot.install (rev 0)
+++ testing-x86_64/fakeroot.install 2014-11-06 19:18:27 UTC (rev 225694)
@@ -0,0 +1,14 @@
+post_install() {
+  usr/bin/ldconfig -r .
+}
+
+post_upgrade() {
+  if [ $(vercmp $2 1.14.4-2) -lt 0 ]; then
+sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf
+  fi
+  usr/bin/ldconfig -r .
+}
+
+pre_remove() {
+  usr/bin/ldconfig -r .
+}


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

2014-11-06 Thread Bartłomiej Piotrowski
Date: Thursday, November 6, 2014 @ 20:18:14
  Author: bpiotrowski
Revision: 225693

upgpkg: fakeroot 1.20.2-1

new upstream release

Modified:
  fakeroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 18:19:46 UTC (rev 225692)
+++ PKGBUILD2014-11-06 19:18:14 UTC (rev 225693)
@@ -4,7 +4,7 @@
 # Contributor: Jochem Kossen j.kos...@home.nl
 
 pkgname=fakeroot
-pkgver=1.20.1
+pkgver=1.20.2
 pkgrel=1
 pkgdesc='Tool for simulating superuser privileges'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=fakeroot.install
 depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
 
source=(http://ftp.debian.org/debian/pool/main/f/$pkgname/${pkgname}_${pkgver}.orig.tar.bz2)
-md5sums=('ef246a7cadf85282180a1e27f7377a26')
+md5sums=('a4b4564a75024aa96c86e4d1017ac786')
 
 build() {
   cd $pkgname-$pkgver


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

2014-11-06 Thread Bartłomiej Piotrowski
Date: Thursday, November 6, 2014 @ 20:26:46
  Author: bpiotrowski
Revision: 225695

upgpkg: perl-dbd-mysql 4.028-1

new upstream release

Modified:
  perl-dbd-mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 19:18:27 UTC (rev 225694)
+++ PKGBUILD2014-11-06 19:26:46 UTC (rev 225695)
@@ -5,8 +5,8 @@
 
 pkgname=perl-dbd-mysql
 _realname=DBD-mysql
-pkgver=4.027
-pkgrel=2
+pkgver=4.028
+pkgrel=1
 pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
 arch=('i686' 'x86_64')
 license=('GPL' 'PerlArtistic')
@@ -15,7 +15,7 @@
 makedepends=('mariadb')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
-md5sums=('11fa6449715ba9d3fa5f4ee5ae688d6f')
+md5sums=('f0ecda20a991fe7cf806fdee5a250f24')
 
 build() {
   cd $_realname-$pkgver


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

2014-11-06 Thread Bartłomiej Piotrowski
Date: Thursday, November 6, 2014 @ 20:26:58
  Author: bpiotrowski
Revision: 225696

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-06 19:26:46 UTC (rev 225695)
+++ extra-i686/PKGBUILD 2014-11-06 19:26:58 UTC (rev 225696)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: Eric Johnson e...@coding-zone.com
-
-pkgname=perl-dbd-mysql
-_realname=DBD-mysql
-pkgver=4.027
-pkgrel=2
-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/$_realname/;
-depends=('libmariadbclient' 'perl-dbi')
-makedepends=('mariadb')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
-md5sums=('11fa6449715ba9d3fa5f4ee5ae688d6f')
-
-build() {
-  cd $_realname-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
-  make
-}
-
-check() {
-  cd $_realname-$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 || true
-  kill -9 $DAEMON_PORT
-}
-
-package() {
-  cd $_realname-$pkgver
-  make install DESTDIR=$pkgdir
-}

Copied: perl-dbd-mysql/repos/extra-i686/PKGBUILD (from rev 225695, 
perl-dbd-mysql/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-06 19:26:58 UTC (rev 225696)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: Eric Johnson e...@coding-zone.com
+
+pkgname=perl-dbd-mysql
+_realname=DBD-mysql
+pkgver=4.028
+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/$_realname/;
+depends=('libmariadbclient' 'perl-dbi')
+makedepends=('mariadb')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
+md5sums=('f0ecda20a991fe7cf806fdee5a250f24')
+
+build() {
+  cd $_realname-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd $_realname-$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 || true
+  kill -9 $DAEMON_PORT
+}
+
+package() {
+  cd $_realname-$pkgver
+  make install DESTDIR=$pkgdir
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-06 19:26:46 UTC (rev 225695)
+++ extra-x86_64/PKGBUILD   2014-11-06 19:26:58 UTC (rev 225696)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: Eric Johnson e...@coding-zone.com
-
-pkgname=perl-dbd-mysql
-_realname=DBD-mysql
-pkgver=4.027
-pkgrel=2
-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/$_realname/;
-depends=('libmariadbclient' 'perl-dbi')
-makedepends=('mariadb')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
-md5sums=('11fa6449715ba9d3fa5f4ee5ae688d6f')
-
-build() {
-  cd $_realname-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
-  make
-}
-
-check() {
-  cd $_realname-$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 || true
-  kill -9 $DAEMON_PORT
-}
-
-package() {
-  cd $_realname-$pkgver
-  make install DESTDIR=$pkgdir
-}

Copied: perl-dbd-mysql/repos/extra-x86_64/PKGBUILD (from rev 225695, 

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

2014-11-06 Thread Andreas Radke
Date: Thursday, November 6, 2014 @ 20:35:47
  Author: andyrtr
Revision: 225698

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

Added:
  system-config-printer/repos/extra-i686/PKGBUILD
(from rev 225697, system-config-printer/trunk/PKGBUILD)
  system-config-printer/repos/extra-x86_64/PKGBUILD
(from rev 225697, system-config-printer/trunk/PKGBUILD)
Deleted:
  system-config-printer/repos/extra-i686/PKGBUILD
  system-config-printer/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-06 19:35:21 UTC (rev 225697)
+++ extra-i686/PKGBUILD 2014-11-06 19:35:47 UTC (rev 225698)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=system-config-printer
-pkgver=1.5.3
-pkgrel=3
-pkgdesc=A CUPS printer configuration tool and status applet
-url=http://cyberelk.net/tim/software/system-config-printer/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('python-pycups' 'python-dbus' 'python-pycurl' 'python-gobject2' 
'libnotify'
- 'gnome-icon-theme'  'python-gobject' 'gtk3' 'python-cairo')
-makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
-optdepends=('libgnome-keyring: password management'
-'python-pysmbc: SMB browser support'
-   'python-packagekit: to install drivers with PackageKit')
-source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('ffedc4d9d175163e1b0e9ddfef51578d'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-udevdir=/usr/lib/udev --with-udev-rules 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # Compile *.pyc
-  find ${pkgdir} -name '*.py' -exec python -mpy_compile {} +
-  # Compile *.pyo
-  find ${pkgdir} -name '*.py' -exec python -O -mpy_compile {} +
-  
-  # new cups 2.0.0 service naming
-  sed -i s|cups.socket|org.cups.cupsd.socket|g 
${pkgdir}/usr/lib/systemd/system/configure-printer@.service
-}

Copied: system-config-printer/repos/extra-i686/PKGBUILD (from rev 225697, 
system-config-printer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-06 19:35:47 UTC (rev 225698)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=system-config-printer
+pkgver=1.5.4
+pkgrel=1
+pkgdesc=A CUPS printer configuration tool and status applet
+url=http://cyberelk.net/tim/software/system-config-printer/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python-pycups' 'python-dbus' 'python-pycurl' 'python-gobject2' 
'libnotify'
+ 'gnome-icon-theme'  'python-gobject' 'gtk3' 'python-cairo')
+makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
+optdepends=('libgnome-keyring: password management'
+'python-pysmbc: SMB browser support'
+   'python-packagekit: to install drivers with PackageKit')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('dd5b4c6b8c47e2bd780960b38a8e9a77'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-udevdir=/usr/lib/udev --with-udev-rules 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Compile *.pyc
+  find ${pkgdir} -name '*.py' -exec python -mpy_compile {} +
+  # Compile *.pyo
+  find ${pkgdir} -name '*.py' -exec python -O -mpy_compile {} +
+  
+  # new cups 2.0.0 service naming
+  sed -i s|cups.socket|org.cups.cupsd.socket|g 
${pkgdir}/usr/lib/systemd/system/configure-printer@.service
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-06 19:35:21 UTC (rev 225697)
+++ extra-x86_64/PKGBUILD   2014-11-06 19:35:47 UTC (rev 225698)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=system-config-printer
-pkgver=1.5.3
-pkgrel=3
-pkgdesc=A CUPS printer configuration tool and status applet
-url=http://cyberelk.net/tim/software/system-config-printer/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('python-pycups' 'python-dbus' 'python-pycurl' 'python-gobject2' 
'libnotify'
- 'gnome-icon-theme'  'python-gobject' 'gtk3' 'python-cairo')
-makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
-optdepends=('libgnome-keyring: password 

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

2014-11-06 Thread Andreas Radke
Date: Thursday, November 6, 2014 @ 20:35:21
  Author: andyrtr
Revision: 225697

upgpkg: system-config-printer 1.5.4-1

upstream update 1.5.4

Modified:
  system-config-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 19:26:58 UTC (rev 225696)
+++ PKGBUILD2014-11-06 19:35:21 UTC (rev 225697)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=system-config-printer
-pkgver=1.5.3
-pkgrel=3
+pkgver=1.5.4
+pkgrel=1
 pkgdesc=A CUPS printer configuration tool and status applet
 url=http://cyberelk.net/tim/software/system-config-printer/;
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 'python-pysmbc: SMB browser support'
'python-packagekit: to install drivers with PackageKit')
 
source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('ffedc4d9d175163e1b0e9ddfef51578d'
+md5sums=('dd5b4c6b8c47e2bd780960b38a8e9a77'
  'SKIP')
 
 build() {


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

2014-11-06 Thread Andreas Radke
Date: Thursday, November 6, 2014 @ 20:39:52
  Author: andyrtr
Revision: 225700

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

Added:
  pigeonhole/repos/extra-i686/PKGBUILD
(from rev 225699, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/extra-i686/dovecot.conf
(from rev 225699, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/extra-x86_64/PKGBUILD
(from rev 225699, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/extra-x86_64/dovecot.conf
(from rev 225699, pigeonhole/trunk/dovecot.conf)
Deleted:
  pigeonhole/repos/extra-i686/PKGBUILD
  pigeonhole/repos/extra-i686/dovecot.conf
  pigeonhole/repos/extra-x86_64/PKGBUILD
  pigeonhole/repos/extra-x86_64/dovecot.conf

---+
 /PKGBUILD |   86 
 /dovecot.conf |2 +
 extra-i686/PKGBUILD   |   43 --
 extra-i686/dovecot.conf   |1 
 extra-x86_64/PKGBUILD |   43 --
 extra-x86_64/dovecot.conf |1 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-06 19:39:42 UTC (rev 225699)
+++ extra-i686/PKGBUILD 2014-11-06 19:39:52 UTC (rev 225700)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-# Contributorr: Peter Lewis ple...@aur.archlinux.org
-# Contributor: Sebastian Köhler sebkoeh...@whoami.org.uk
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.2.15
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.4.5
-pkgrel=1
-pkgdesc=Sieve implementation for Dovecot
-arch=('i686' 'x86_64')
-url=http://pigeonhole.dovecot.org/;
-license=('LGPL')
-depends=('dovecot='$_dcpkgver)
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-source=(http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz{,.sig}
-dovecot.conf)
-sha256sums=('020a4795ca9cd528394cd55e87714776aeb396b943411dce86cb9945a68ff419'
-'SKIP'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
-
-build() {
-  cd $srcdir/dovecot-2.2-$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---with-moduledir=/usr/lib/dovecot/modules \
---disable-static
-  make
-}
-
-package() {
-  cd $srcdir/dovecot-2.2-$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  install -m 644 -D $srcdir/dovecot.conf 
$pkgdir/etc/ld.so.conf.d/dovecot.conf
-}

Copied: pigeonhole/repos/extra-i686/PKGBUILD (from rev 225699, 
pigeonhole/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-06 19:39:52 UTC (rev 225700)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+# Contributorr: Peter Lewis ple...@aur.archlinux.org
+# Contributor: Sebastian Köhler sebkoeh...@whoami.org.uk
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.15
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.6
+pkgrel=1
+pkgdesc=Sieve implementation for Dovecot
+arch=('i686' 'x86_64')
+url=http://pigeonhole.dovecot.org/;
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=(http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz{,.sig}
+dovecot.conf)
+sha256sums=('91034669f9ce07661bbadcfb00fe50b6929bf7f616d9aa79d3f5a351d1a47d3d'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+
+build() {
+  cd $srcdir/dovecot-2.2-$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/dovecot-2.2-$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -m 644 -D $srcdir/dovecot.conf 
$pkgdir/etc/ld.so.conf.d/dovecot.conf
+}

Deleted: extra-i686/dovecot.conf
===
--- extra-i686/dovecot.conf 2014-11-06 19:39:42 UTC (rev 225699)
+++ extra-i686/dovecot.conf 2014-11-06 19:39:52 UTC (rev 225700)
@@ -1 +0,0 @@
-/usr/lib/dovecot

Copied: pigeonhole/repos/extra-i686/dovecot.conf (from rev 225699, 
pigeonhole/trunk/dovecot.conf)
===
--- extra-i686/dovecot.conf (rev 0)
+++ extra-i686/dovecot.conf 2014-11-06 19:39:52 UTC (rev 225700)
@@ -0,0 +1 @@
+/usr/lib/dovecot

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-06 19:39:42 

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

2014-11-06 Thread Andreas Radke
Date: Thursday, November 6, 2014 @ 20:39:42
  Author: andyrtr
Revision: 225699

upgpkg: pigeonhole 0.4.6-1

upstream update 0.4.6

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 19:35:47 UTC (rev 225698)
+++ PKGBUILD2014-11-06 19:39:42 UTC (rev 225699)
@@ -11,7 +11,7 @@
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
-pkgver=0.4.5
+pkgver=0.4.6
 pkgrel=1
 pkgdesc=Sieve implementation for Dovecot
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 conflicts=('dovecot-sieve' 'pigeonhole-hg')
 
source=(http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz{,.sig}
 dovecot.conf)
-sha256sums=('020a4795ca9cd528394cd55e87714776aeb396b943411dce86cb9945a68ff419'
+sha256sums=('91034669f9ce07661bbadcfb00fe50b6929bf7f616d9aa79d3f5a351d1a47d3d'
 'SKIP'
 'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
 


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

2014-11-06 Thread Andreas Radke
Date: Thursday, November 6, 2014 @ 20:44:58
  Author: andyrtr
Revision: 225701

prepeare next release

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 19:39:52 UTC (rev 225700)
+++ PKGBUILD2014-11-06 19:44:58 UTC (rev 225701)
@@ -3,7 +3,7 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
-pkgver=0.26.5
+pkgver=0.28.1
 pkgrel=1
 arch=(i686 x86_64)
 license=('GPL')
@@ -12,7 +12,7 @@
 url=http://poppler.freedesktop.org/;
 source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
 git://anongit.freedesktop.org/poppler/test)
-md5sums=('786c943eee550e3a977c181e7778b1c8'
+md5sums=('28de4b9f698296e11dff45a5cce1aa93'
  'SKIP')
 
 build() {


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

2014-11-06 Thread Laurent Carlier
Date: Thursday, November 6, 2014 @ 20:48:56
  Author: lcarlier
Revision: 122064

upgpkg: ocaml-findlib 1.5.3-1

upstream update 1.5.3, currently not able to build the latest one

Modified:
  ocaml-findlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 18:35:37 UTC (rev 122063)
+++ PKGBUILD2014-11-06 19:48:56 UTC (rev 122064)
@@ -5,8 +5,8 @@
 # Contributor: scj scj archlinux us
 
 pkgname=ocaml-findlib
-pkgver=1.4
-pkgrel=2
+pkgver=1.5.3
+pkgrel=1
 license=('MIT')
 arch=('i686' 'x86_64')
 pkgdesc='Objective Caml (OCaml) package manager'
@@ -14,7 +14,7 @@
 depends=('ocaml')
 source=(http://download.camlcity.org/download/findlib-$pkgver.tar.gz;)
 options=('staticlibs' '!strip' 'zipman') # otherwise the bytecode gets broken
-md5sums=('5d1f8238c53964fdd14387b87b48b5d9')
+md5sums=('687b9dfee7d9d380d2eabe62bab67f09')
 
 build() {
   cd $srcdir/findlib-$pkgver


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

2014-11-06 Thread Laurent Carlier
Date: Thursday, November 6, 2014 @ 20:49:09
  Author: lcarlier
Revision: 122065

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

Added:
  ocaml-findlib/repos/community-testing-i686/
  ocaml-findlib/repos/community-testing-i686/PKGBUILD
(from rev 122064, ocaml-findlib/trunk/PKGBUILD)
  ocaml-findlib/repos/community-testing-x86_64/
  ocaml-findlib/repos/community-testing-x86_64/PKGBUILD
(from rev 122064, ocaml-findlib/trunk/PKGBUILD)

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

Copied: ocaml-findlib/repos/community-testing-i686/PKGBUILD (from rev 122064, 
ocaml-findlib/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-06 19:49:09 UTC (rev 122065)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Thomas S Hatch thatch45 at gmail dot com
+# Contributor: Sebastian Wiesner lunaryorn googlemail com
+# Contributor: Benjamin Andresen benny(at)klapmuetz(dot)org
+# Contributor: scj scj archlinux us
+
+pkgname=ocaml-findlib
+pkgver=1.5.3
+pkgrel=1
+license=('MIT')
+arch=('i686' 'x86_64')
+pkgdesc='Objective Caml (OCaml) package manager'
+url='http://projects.camlcity.org/projects/findlib.html'
+depends=('ocaml')
+source=(http://download.camlcity.org/download/findlib-$pkgver.tar.gz;)
+options=('staticlibs' '!strip' 'zipman') # otherwise the bytecode gets broken
+md5sums=('687b9dfee7d9d380d2eabe62bab67f09')
+
+build() {
+  cd $srcdir/findlib-$pkgver
+
+  ./configure -config /etc/findlib.conf -sitelib /usr/lib/ocaml -mandir 
/usr/share/man
+  make all opt
+}
+
+package () {
+  cd $srcdir/findlib-$pkgver
+
+  make prefix=$pkgdir install 
+
+  # add the old site-lib to the path to maintain compatibility with old style 
packages
+  sed -i 
's/path=\\/usr\/lib\/ocaml\/path=\/usr\/lib\/ocaml:\/usr\/lib\/ocaml\/site-lib/'
 \
+${pkgdir}/etc/findlib.conf
+
+  install -m755 src/findlib/ocamlfind_opt $pkgdir/usr/bin/
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: ocaml-findlib/repos/community-testing-x86_64/PKGBUILD (from rev 122064, 
ocaml-findlib/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-11-06 19:49:09 UTC (rev 122065)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Thomas S Hatch thatch45 at gmail dot com
+# Contributor: Sebastian Wiesner lunaryorn googlemail com
+# Contributor: Benjamin Andresen benny(at)klapmuetz(dot)org
+# Contributor: scj scj archlinux us
+
+pkgname=ocaml-findlib
+pkgver=1.5.3
+pkgrel=1
+license=('MIT')
+arch=('i686' 'x86_64')
+pkgdesc='Objective Caml (OCaml) package manager'
+url='http://projects.camlcity.org/projects/findlib.html'
+depends=('ocaml')
+source=(http://download.camlcity.org/download/findlib-$pkgver.tar.gz;)
+options=('staticlibs' '!strip' 'zipman') # otherwise the bytecode gets broken
+md5sums=('687b9dfee7d9d380d2eabe62bab67f09')
+
+build() {
+  cd $srcdir/findlib-$pkgver
+
+  ./configure -config /etc/findlib.conf -sitelib /usr/lib/ocaml -mandir 
/usr/share/man
+  make all opt
+}
+
+package () {
+  cd $srcdir/findlib-$pkgver
+
+  make prefix=$pkgdir install 
+
+  # add the old site-lib to the path to maintain compatibility with old style 
packages
+  sed -i 
's/path=\\/usr\/lib\/ocaml\/path=\/usr\/lib\/ocaml:\/usr\/lib\/ocaml\/site-lib/'
 \
+${pkgdir}/etc/findlib.conf
+
+  install -m755 src/findlib/ocamlfind_opt $pkgdir/usr/bin/
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

2014-11-06 Thread Anatol Pomozov
Date: Thursday, November 6, 2014 @ 23:24:57
  Author: anatolik
Revision: 122125

upgpkg: arm-none-eabi-gcc 4.9.2-3

Use correct strip options for target files

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 21:21:03 UTC (rev 122124)
+++ PKGBUILD2014-11-06 22:24:57 UTC (rev 122125)
@@ -6,7 +6,7 @@
 pkgver=4.9.2
 _islver=0.12.2
 _cloogver=0.18.1
-pkgrel=2
+pkgrel=3
 #_snapshot=4.9-20140903
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 license=(GPL LGPL FDL)
 depends=($_target-binutils $_target-newlib  zlib libmpc)
 makedepends=(gmp mpfr)
-options=(!emptydirs staticlibs)
+options=(!emptydirs !strip staticlibs)
 source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
 #ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
@@ -98,8 +98,12 @@
 
   make DESTDIR=$pkgdir install -j1
 
-  find $pkgdir/usr/$_target/lib \( -name \*.a -or -name \*.o \) -exec 
$_target-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R 
.debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line -R 
.debug_str -R .debug_ranges -R .debug_loc '{}' \;
+  # strip target binaries
+  find $pkgdir/usr/lib/gcc/$_target/ $pkgdir/usr/$_target/lib -type f -and 
\( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R 
.debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;
 
+  # strip host binaries
+  find $pkgdir/usr/bin/ $pkgdir/usr/lib/gcc/$_target/ -type f -and \( 
-executable \) -exec strip '{}' \;
+
   # Remove files that conflict with host gcc package
   rm -r $pkgdir/usr/share/man/man7
   rm -r $pkgdir/usr/share/info


[arch-commits] Commit in arm-none-eabi-gcc/repos (8 files)

2014-11-06 Thread Anatol Pomozov
Date: Thursday, November 6, 2014 @ 23:26:30
  Author: anatolik
Revision: 122126

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

Added:
  arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD
(from rev 122125, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-testing-i686/enable-with-multilib-list-for-arm.patch
(from rev 122125, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)
  arm-none-eabi-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 122125, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-testing-x86_64/enable-with-multilib-list-for-arm.patch
(from rev 122125, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)
Deleted:
  arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD
  
arm-none-eabi-gcc/repos/community-testing-i686/enable-with-multilib-list-for-arm.patch
  arm-none-eabi-gcc/repos/community-testing-x86_64/PKGBUILD
  
arm-none-eabi-gcc/repos/community-testing-x86_64/enable-with-multilib-list-for-arm.patch

--+
 /PKGBUILD|  220 +
 /enable-with-multilib-list-for-arm.patch |  402 
++
 community-testing-i686/PKGBUILD  |  106 --
 community-testing-i686/enable-with-multilib-list-for-arm.patch   |  201 -
 community-testing-x86_64/PKGBUILD|  106 --
 community-testing-x86_64/enable-with-multilib-list-for-arm.patch |  201 -
 6 files changed, 622 insertions(+), 614 deletions(-)

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


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

2014-11-06 Thread Jaroslav Lichtblau
Date: Thursday, November 6, 2014 @ 23:55:03
  Author: jlichtblau
Revision: 122127

upgpkg: pystatgrab 0.6-1

Modified:
  pystatgrab/trunk/PKGBUILD
  pystatgrab/trunk/pystatgrab.changelog

--+
 PKGBUILD |   10 +-
 pystatgrab.changelog |3 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 22:26:30 UTC (rev 122126)
+++ PKGBUILD2014-11-06 22:55:03 UTC (rev 122127)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Ideler hugoide...@dse.nl
 
 pkgname=pystatgrab
-pkgver=0.5
-pkgrel=7
+pkgver=0.6
+pkgrel=1
 pkgdesc=Python bindings for libstatgrab
 arch=('i686' 'x86_64')
 url=http://www.i-scream.org/pystatgrab;
@@ -11,11 +11,11 @@
 license=('GPL')
 depends=('python2' 'libstatgrab')
 
source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('f6a0b4a2dca70f346b8bbbd705b8dc772dc4e8c7cde2b2b83c85eb65c4cfe1d8')
+sha256sums=('eee0a65e108462800823bafdbb3ce66dffd4aa03febb9e918e61ef0d08fe')
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
   python2 setup.py build
-  python2 setup.py install --prefix=${pkgdir}/usr
+  python2 setup.py install --prefix=${pkgdir}/usr
 }

Modified: pystatgrab.changelog
===
--- pystatgrab.changelog2014-11-06 22:26:30 UTC (rev 122126)
+++ pystatgrab.changelog2014-11-06 22:55:03 UTC (rev 122127)
@@ -1,3 +1,6 @@
+2014-11-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pystatgrab 0.6-1
+
 2013-02-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* pystatgrab 0.5-6 clean-up $pkgdir usage
 


[arch-commits] Commit in pystatgrab/repos/community-x86_64 (4 files)

2014-11-06 Thread Jaroslav Lichtblau
Date: Thursday, November 6, 2014 @ 23:55:13
  Author: jlichtblau
Revision: 122128

archrelease: copy trunk to community-x86_64

Added:
  pystatgrab/repos/community-x86_64/PKGBUILD
(from rev 122127, pystatgrab/trunk/PKGBUILD)
  pystatgrab/repos/community-x86_64/pystatgrab.changelog
(from rev 122127, pystatgrab/trunk/pystatgrab.changelog)
Deleted:
  pystatgrab/repos/community-x86_64/PKGBUILD
  pystatgrab/repos/community-x86_64/pystatgrab.changelog

--+
 PKGBUILD |   42 +-
 pystatgrab.changelog |   19 +++
 2 files changed, 32 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-06 22:55:03 UTC (rev 122127)
+++ PKGBUILD2014-11-06 22:55:13 UTC (rev 122128)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Hugo Ideler hugoide...@dse.nl
-
-pkgname=pystatgrab
-pkgver=0.5
-pkgrel=7
-pkgdesc=Python bindings for libstatgrab
-arch=('i686' 'x86_64')
-url=http://www.i-scream.org/pystatgrab;
-license=('GPL')
-depends=('python2' 'libstatgrab')
-source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('f6a0b4a2dca70f346b8bbbd705b8dc772dc4e8c7cde2b2b83c85eb65c4cfe1d8')
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  python2 setup.py build
-  python2 setup.py install --prefix=${pkgdir}/usr
-}

Copied: pystatgrab/repos/community-x86_64/PKGBUILD (from rev 122127, 
pystatgrab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-06 22:55:13 UTC (rev 122128)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Hugo Ideler hugoide...@dse.nl
+
+pkgname=pystatgrab
+pkgver=0.6
+pkgrel=1
+pkgdesc=Python bindings for libstatgrab
+arch=('i686' 'x86_64')
+url=http://www.i-scream.org/pystatgrab;
+license=('GPL')
+depends=('python2' 'libstatgrab')
+source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('eee0a65e108462800823bafdbb3ce66dffd4aa03febb9e918e61ef0d08fe')
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  python2 setup.py build
+  python2 setup.py install --prefix=${pkgdir}/usr
+}

Deleted: pystatgrab.changelog
===
--- pystatgrab.changelog2014-11-06 22:55:03 UTC (rev 122127)
+++ pystatgrab.changelog2014-11-06 22:55:13 UTC (rev 122128)
@@ -1,8 +0,0 @@
-2013-02-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * pystatgrab 0.5-6 clean-up $pkgdir usage
-
-2010-07-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Rebuild for correct package naming
-
-2008-11-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Minor version bump (0.5-2) due the python 2.5 - 2.6 update

Copied: pystatgrab/repos/community-x86_64/pystatgrab.changelog (from rev 
122127, pystatgrab/trunk/pystatgrab.changelog)
===
--- pystatgrab.changelog(rev 0)
+++ pystatgrab.changelog2014-11-06 22:55:13 UTC (rev 122128)
@@ -0,0 +1,11 @@
+2014-11-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pystatgrab 0.6-1
+
+2013-02-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pystatgrab 0.5-6 clean-up $pkgdir usage
+
+2010-07-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Rebuild for correct package naming
+
+2008-11-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Minor version bump (0.5-2) due the python 2.5 - 2.6 update


[arch-commits] Commit in pystatgrab/repos/community-i686 (4 files)

2014-11-06 Thread Jaroslav Lichtblau
Date: Thursday, November 6, 2014 @ 23:56:05
  Author: jlichtblau
Revision: 122129

archrelease: copy trunk to community-i686

Added:
  pystatgrab/repos/community-i686/PKGBUILD
(from rev 122128, pystatgrab/trunk/PKGBUILD)
  pystatgrab/repos/community-i686/pystatgrab.changelog
(from rev 122128, pystatgrab/trunk/pystatgrab.changelog)
Deleted:
  pystatgrab/repos/community-i686/PKGBUILD
  pystatgrab/repos/community-i686/pystatgrab.changelog

--+
 PKGBUILD |   42 +-
 pystatgrab.changelog |   19 +++
 2 files changed, 32 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-06 22:55:13 UTC (rev 122128)
+++ PKGBUILD2014-11-06 22:56:05 UTC (rev 122129)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Hugo Ideler hugoide...@dse.nl
-
-pkgname=pystatgrab
-pkgver=0.5
-pkgrel=7
-pkgdesc=Python bindings for libstatgrab
-arch=('i686' 'x86_64')
-url=http://www.i-scream.org/pystatgrab;
-license=('GPL')
-depends=('python2' 'libstatgrab')
-source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('f6a0b4a2dca70f346b8bbbd705b8dc772dc4e8c7cde2b2b83c85eb65c4cfe1d8')
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  python2 setup.py build
-  python2 setup.py install --prefix=${pkgdir}/usr
-}

Copied: pystatgrab/repos/community-i686/PKGBUILD (from rev 122128, 
pystatgrab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-06 22:56:05 UTC (rev 122129)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Hugo Ideler hugoide...@dse.nl
+
+pkgname=pystatgrab
+pkgver=0.6
+pkgrel=1
+pkgdesc=Python bindings for libstatgrab
+arch=('i686' 'x86_64')
+url=http://www.i-scream.org/pystatgrab;
+license=('GPL')
+depends=('python2' 'libstatgrab')
+source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('eee0a65e108462800823bafdbb3ce66dffd4aa03febb9e918e61ef0d08fe')
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  python2 setup.py build
+  python2 setup.py install --prefix=${pkgdir}/usr
+}

Deleted: pystatgrab.changelog
===
--- pystatgrab.changelog2014-11-06 22:55:13 UTC (rev 122128)
+++ pystatgrab.changelog2014-11-06 22:56:05 UTC (rev 122129)
@@ -1,8 +0,0 @@
-2013-02-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * pystatgrab 0.5-6 clean-up $pkgdir usage
-
-2010-07-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Rebuild for correct package naming
-
-2008-11-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Minor version bump (0.5-2) due the python 2.5 - 2.6 update

Copied: pystatgrab/repos/community-i686/pystatgrab.changelog (from rev 122128, 
pystatgrab/trunk/pystatgrab.changelog)
===
--- pystatgrab.changelog(rev 0)
+++ pystatgrab.changelog2014-11-06 22:56:05 UTC (rev 122129)
@@ -0,0 +1,11 @@
+2014-11-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pystatgrab 0.6-1
+
+2013-02-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pystatgrab 0.5-6 clean-up $pkgdir usage
+
+2010-07-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Rebuild for correct package naming
+
+2008-11-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Minor version bump (0.5-2) due the python 2.5 - 2.6 update


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

2014-11-06 Thread Evangelos Foutras
Date: Friday, November 7, 2014 @ 03:03:18
  Author: foutrelis
Revision: 225718

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

Added:
  konversation/repos/extra-i686/PKGBUILD
(from rev 225717, konversation/trunk/PKGBUILD)
  konversation/repos/extra-i686/konversation.install
(from rev 225717, konversation/trunk/konversation.install)
  konversation/repos/extra-i686/use-qdbus-qt4.patch
(from rev 225717, konversation/trunk/use-qdbus-qt4.patch)
  konversation/repos/extra-x86_64/PKGBUILD
(from rev 225717, konversation/trunk/PKGBUILD)
  konversation/repos/extra-x86_64/konversation.install
(from rev 225717, konversation/trunk/konversation.install)
  konversation/repos/extra-x86_64/use-qdbus-qt4.patch
(from rev 225717, konversation/trunk/use-qdbus-qt4.patch)
Deleted:
  konversation/repos/extra-i686/PKGBUILD
  konversation/repos/extra-i686/konversation.install
  konversation/repos/extra-i686/use-qdbus-qt4.patch
  konversation/repos/extra-x86_64/PKGBUILD
  konversation/repos/extra-x86_64/konversation.install
  konversation/repos/extra-x86_64/use-qdbus-qt4.patch

---+
 /PKGBUILD |  100 ++
 /konversation.install |   24 ++
 /use-qdbus-qt4.patch  |  348 
 extra-i686/PKGBUILD   |   50 -
 extra-i686/konversation.install   |   12 -
 extra-i686/use-qdbus-qt4.patch|  174 --
 extra-x86_64/PKGBUILD |   50 -
 extra-x86_64/konversation.install |   12 -
 extra-x86_64/use-qdbus-qt4.patch  |  174 --
 9 files changed, 472 insertions(+), 472 deletions(-)

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


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

2014-11-06 Thread Evangelos Foutras
Date: Friday, November 7, 2014 @ 03:03:06
  Author: foutrelis
Revision: 225717

upgpkg: konversation 1.5.1-1

New upstream release.

Modified:
  konversation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 21:21:36 UTC (rev 225716)
+++ PKGBUILD2014-11-07 02:03:06 UTC (rev 225717)
@@ -6,8 +6,8 @@
 # Contributor: Sergio Jovani Guzman mo...@paretux.org
 
 pkgname=konversation
-pkgver=1.5
-pkgrel=3
+pkgver=1.5.1
+pkgrel=1
 pkgdesc=A user friendly IRC client for KDE
 arch=('i686' 'x86_64')
 url=http://konversation.kde.org;
@@ -20,7 +20,7 @@
 install=${pkgname}.install
 
source=(http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
 'use-qdbus-qt4.patch')
-sha1sums=('3955a43758750b63d84299a9d9a5933b73e5492b'
+sha1sums=('1b69db93d2c0a38b631dd92065fa6e7490ffbfbe'
   'a21aed6079de7693e67abe13798807920de01f6a')
 
 prepare() {


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

2014-11-06 Thread Evangelos Foutras
Date: Friday, November 7, 2014 @ 04:43:09
  Author: foutrelis
Revision: 225724

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 225723, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-fixed-loading-icon.png
(from rev 225723, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 225723, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 225723, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 225723, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 225723, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/rhbz-966424.patch
(from rev 225723, firefox/trunk/rhbz-966424.patch)
  firefox/repos/extra-i686/vendor.js
(from rev 225723, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 225723, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png
(from rev 225723, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 225723, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 225723, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 225723, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 225723, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/rhbz-966424.patch
(from rev 225723, firefox/trunk/rhbz-966424.patch)
  firefox/repos/extra-x86_64/vendor.js
(from rev 225723, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-fixed-loading-icon.png
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/rhbz-966424.patch
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/rhbz-966424.patch
  firefox/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  230 +
 /firefox-install-dir.patch |   24 +++
 /firefox.desktop   |  242 +++
 /firefox.install   |   26 +++
 /mozconfig |   74 +
 /rhbz-966424.patch |   28 +++
 /vendor.js |   18 ++
 extra-i686/PKGBUILD|  115 --
 extra-i686/firefox-install-dir.patch   |   12 -
 extra-i686/firefox.desktop |  121 ---
 extra-i686/firefox.install |   13 -
 extra-i686/mozconfig   |   37 
 extra-i686/rhbz-966424.patch   |   14 -
 extra-i686/vendor.js   |9 -
 extra-x86_64/PKGBUILD  |  115 --
 extra-x86_64/firefox-install-dir.patch |   12 -
 extra-x86_64/firefox.desktop   |  121 ---
 extra-x86_64/firefox.install   |   13 -
 extra-x86_64/mozconfig |   37 
 extra-x86_64/rhbz-966424.patch |   14 -
 extra-x86_64/vendor.js |9 -
 21 files changed, 642 insertions(+), 642 deletions(-)

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


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

2014-11-06 Thread Evangelos Foutras
Date: Friday, November 7, 2014 @ 04:42:37
  Author: foutrelis
Revision: 225722

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 225721, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-07 03:42:26 UTC (rev 225721)
+++ PKGBUILD2014-11-07 03:42:37 UTC (rev 225722)
@@ -1,230 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
-# Contributor: Michal Hybner dta...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=firefox-i18n
-pkgver=33.0.2
-pkgrel=1
-pkgdesc=Language pack for Firefox
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(firefox=$pkgver)
-makedepends=('zip' 'unzip')
-
-_languages=(
-  'achAcholi'
-  'af Afrikaans'
-  'an Aragonese'
-  'ar Arabic'
-  'as Assamese'
-  'astAsturian'
-  'az Azerbaijani'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'bn-IN  Bengali (India)'
-  'br Breton'
-  'bs Bosnian'
-  'ca Catalan'
-  'cs Czech'
-  'csbKashubian'
-  'cy Welsh'
-  'da Danish'
-  'de German'
-  'dsbLower Sorbian'
-  'el Greek'
-  'en-GB  English (British)'
-  'en-US  English (US)'
-  'en-ZA  English (South African)'
-  'eo Esperanto'
-  'es-AR  Spanish (Argentina)'
-  'es-CL  Spanish (Chile)'
-  'es-ES  Spanish (Spain)'
-  'es-MX  Spanish (Mexico)'
-  'et Estonian'
-  'eu Basque'
-  'fa Persian'
-  'ff Fulah'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian'
-  'ga-IE  Irish'
-  'gd Gaelic (Scotland)'
-  'gl Galician'
-  'gu-IN  Gujarati (India)'
-  'he Hebrew'
-  'hi-IN  Hindi (India)'
-  'hr Croatian'
-  'hsbUpper Sorbian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'kk Kazakh'
-  'km Khmer'
-  'kn Kannada'
-  'ko Korean'
-  'lijLigurian'
-  'lt Lithuanian'
-  'lv Latvian'
-  'maiMaithili'
-  'mk Macedonian'
-  'ml Malayalam'
-  'mr Marathi'
-  'ms Malay'
-  'nb-NO  Norwegian (Bokmål)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'or Oriya'
-  'pa-IN  Punjabi (India)'
-  'pl Polish'
-  'pt-BR  Portuguese (Brazilian)'
-  'pt-PT  Portuguese (Portugal)'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhala'
-  'sk Slovak'
-  'sl Slovenian'
-  'sq Albanian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta Tamil'
-  'te Telugu'
-  'th Thai'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'xh Xhosa'
-  'zh-CN  Chinese (Simplified)'
-  'zh-TW  Chinese (Traditional)'
-)
-
-pkgname=()
-source=()
-_url=http://download.cdn.mozilla.net/pub/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc=$2 language pack for Firefox
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi
-
-  # Fix a few broken langpacks
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=832060
-  if in_array $1 bg csb; then
-pushd $pkgdir/usr/lib/firefox/browser/extensions /dev/null
-unzip langpack-$1...@firefox.mozilla.org.xpi install.rdf /dev/null
-sed -i '/./,$!d' install.rdf
-zip -u langpack-$1...@firefox.mozilla.org.xpi install.rdf /dev/null
-rm install.rdf
-popd /dev/null
-  fi
-}
-
-md5sums=('57d2c84275e11672f0fad8266296f707'
- 'd8ac769b4f5ea83963ab7e0a5b9d03b2'
- '7661c3f21f2ebba2ac424a6361fe8ddd'
- '831721152178945f9ed4439918860386'
- '95c54c21fea51eb78d563236a86d1012'
- '22351a86811aa462c4371186363f2349'
- 'b940c14a8bb8f99586177f0ffaa6dd07'
- '0a6fd9cd47dce9c5ca8ae2214a59e70c'
- 'ebdac6da84f6b1c83a2c0b8666a8c04c'
- 'daa62481c18d81c3cc8f3315ccfabc2e'
- 'dd96e0e0afafb1e4b55cd0c73f29ce06'
- '4296565ee4449987b8681de0a9ef8612'
- '29d2a9ff827b400fd422339c3fe94213'
- 'd3c130e00bd7f998eba381bb3e535867'
- '2acb2ac7d8bf72b42a96443d1d412a7c'
- '862a361b2387976da0319f069ee08872'
- '16d1af761a3bb5e6d2bc3e3052c39faf'
- '882d5e5452782f768253e8749eaa275c'
- 'ee4356a24c8a147ae393937206b348f3'
- '03631a11859e679a914abcfc0b6b3db2'
- 

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

2014-11-06 Thread Evangelos Foutras
Date: Friday, November 7, 2014 @ 04:42:46
  Author: foutrelis
Revision: 225723

upgpkg: firefox 33.0.3-1

New upstream release.

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-07 03:42:37 UTC (rev 225722)
+++ PKGBUILD2014-11-07 03:42:46 UTC (rev 225723)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke sja...@gmail.com
 
 pkgname=firefox
-pkgver=33.0.2
+pkgver=33.0.3
 pkgrel=1
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2{,.asc}
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
rhbz-966424.patch
 firefox-fixed-loading-icon.png)
-sha256sums=('f733344a8901521913223b32f9cf98ce0ba16a3156cfabc51224f186e89f915e'
+sha256sums=('a136fa41e22b8269e947309366d2935a15fddbc03c0a7214a989ad7d673545f0'
 'SKIP'
 'c52b0272c11717603168b7eb28efcbbdcb47a72135874aafd051642fcee37a60'
 'd2a7610393ba259c35e3227b92e02ec91095a95189f56ac93ccdf6732772719c'


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

2014-11-06 Thread Evangelos Foutras
Date: Friday, November 7, 2014 @ 04:42:26
  Author: foutrelis
Revision: 225721

upgpkg: firefox-i18n 33.0.3-1

New upstream release.

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  178 ++---
 1 file changed, 89 insertions(+), 89 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-07 03:15:08 UTC (rev 225720)
+++ PKGBUILD2014-11-07 03:42:26 UTC (rev 225721)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgbase=firefox-i18n
-pkgver=33.0.2
+pkgver=33.0.3
 pkgrel=1
 pkgdesc=Language pack for Firefox
 arch=('any')
@@ -140,91 +140,91 @@
   fi
 }
 
-md5sums=('57d2c84275e11672f0fad8266296f707'
- 'd8ac769b4f5ea83963ab7e0a5b9d03b2'
- '7661c3f21f2ebba2ac424a6361fe8ddd'
- '831721152178945f9ed4439918860386'
- '95c54c21fea51eb78d563236a86d1012'
- '22351a86811aa462c4371186363f2349'
- 'b940c14a8bb8f99586177f0ffaa6dd07'
- '0a6fd9cd47dce9c5ca8ae2214a59e70c'
- 'ebdac6da84f6b1c83a2c0b8666a8c04c'
- 'daa62481c18d81c3cc8f3315ccfabc2e'
- 'dd96e0e0afafb1e4b55cd0c73f29ce06'
- '4296565ee4449987b8681de0a9ef8612'
- '29d2a9ff827b400fd422339c3fe94213'
- 'd3c130e00bd7f998eba381bb3e535867'
- '2acb2ac7d8bf72b42a96443d1d412a7c'
- '862a361b2387976da0319f069ee08872'
- '16d1af761a3bb5e6d2bc3e3052c39faf'
- '882d5e5452782f768253e8749eaa275c'
- 'ee4356a24c8a147ae393937206b348f3'
- '03631a11859e679a914abcfc0b6b3db2'
- 'f6e4f480e63bcd83003c64256e1f8e60'
- '89d6b51997b60bab58637cf2b91b4328'
- 'df7abd1d1b711a67cdb7d63a389f1d47'
- '245d2630c7b67208e5326d2273f9cd6c'
- '045b482a0dcb3e70118d952b449c1b00'
- 'ac740f57304dde52f60d3aa23949fe21'
- '3fc011cab10aeb64a33721cd3f516b5e'
- 'af97dc0df755a213c5793dd6ccc9bc18'
- '2fcfd46da73b201c2debd0beb13467f7'
- '41943b0f4fbfc39c8864adce770ce320'
- 'e91c5648b88b1b8adc7f1a1214081f29'
- '0962427670210c79b38ac6fa4fe24a6a'
- '92ad9fb2277a7a920e10c79fd699955a'
- '3b92d3fc1c91d96e9367b8e94383e3e3'
- 'b67c6be70ddc8c9f989671a662c129d0'
- '027660aaa01aa960d1c987886aa217d0'
- 'f51ceb71ada4981272700c38cad44c8f'
- '17acaba74e61cd8ea084a9b684af5af5'
- '8860c17b056e1a6b9832787a5f0c0373'
- '0c675cbefc05c943b320baa8f1e2f789'
- '167d5fc44b90c02767e763b4249a84fb'
- 'bd7c62f228fc9fe9663a35723b77e0c1'
- 'af5e1e672dcdd4c1b2a19690416b0789'
- '6b75188e273c8f2e8910d3ac2eb871a2'
- '400f06533db3792ed2d343015dad600f'
- '8afc0ce52648b107cf149bbb23286c4f'
- '4f31bfd6e2a67f81ba66a45d8b721213'
- '160a64277bf8a4567c4e9764f90cb31e'
- 'db5cd27160468552be0dbc07df65743b'
- '92497aa95e25ced60c34c91c6d080c67'
- 'deaae386338f9d974ecb41cfe666c7cd'
- '81494751e1a93addfdea110b93dc5720'
- '80e7f147f425ec9d3ddb88c628d5acea'
- 'd815f361c00b0a5e4c80a632051b0eb1'
- '8cff8b17e752912b02e3d5ef00bde63e'
- '3a7dfc47eeb9fee1811b748563e2fe87'
- 'e37ab9b0f97b726f03d1ad647ffd0fd2'
- 'ae61f4272378916ae49a7b8deaf6cc0b'
- '21eb2a7d8bd3e86bf13fde7f1433a158'
- '6178c2893c92b0fbc99fe19aa20c54b8'
- '57a75939f642a3766304ee896326aa7e'
- '257e622924e9d2c9aa760df90ab1fd32'
- '9ee7e225ee1957e6ad5b1123a8926b3f'
- '218cca929f40adf389775303c3195d64'
- 'e19afbb9c03db5a812a9d8941c079dfa'
- 'dfa87103ff442fac5ec1b2a7314325b1'
- '75bd4b1e588c3fb8112ff2ed562f6a74'
- 'a391570d62c016c53f09389703083a37'
- '5023fad32d2db92ea41f9fc82f835f14'
- '2859f3d05ea83f44eddaa66a0aa66f59'
- '7523a704e9f0ae47cb6b6418e447bf97'
- '564b8f3f6b82137561c7d9b009e58868'
- '6c051388eee2df78c94549e6daf85c50'
- '523ab5b146c58ad9be045ccfe9968ec1'
- '43db761c9fe3cf09bb2e40550a34573e'
- 'ab1666a862a0affaa22a7e37dbf10374'
- '13327ca22c4ca45e2cc62429b72a68ac'
- 'caaa9ccf0c0ad262e1d77b5f29bc5593'
- '4c178eb67aa4fba8c467866b8dedc78b'
- 'cb5efcdcef5d39e77e5d1f7a95b2b94a'
- '436e57537e338912629770e8d7f55c8f'
- 'c46d44220e992c5b3ca28a7aa59ed431'
- 'ba3dcee831ec3a3e4ac167652412e2e1'
- 'b914824fcce8e00dfcb66ae501a39016'
- '4cfc1e1d884ad1bc7b853f5484a20380'
- 'b195789ee141f3bd5423e27d0716941f'
- '4ad633e6d6beee5224455921c2c3fe02'
- '78d69a6f5497fdfd2a3bc20ebf583a40')
+md5sums=('8ed44ee615aa0e6b486f5227cde883dc'
+ '57ef39e3685c405b54472db4ac897266'
+ '2699490167e8719e941cdf8b32e13f5b'
+ 'c36260e018ecb1ccdf1e086c5e77fea7'
+ '4fb371d7f44dc85b9b3d82016301ab82'
+ '6c2ca9af468d3522a2b00b89db640415'
+ 

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

2014-11-06 Thread Felix Yan
Date: Friday, November 7, 2014 @ 05:27:50
  Author: fyan
Revision: 122132

upgpkg: bcloud 3.5.8-1

Modified:
  bcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-07 03:15:50 UTC (rev 122131)
+++ PKGBUILD2014-11-07 04:27:50 UTC (rev 122132)
@@ -7,7 +7,7 @@
 # This PKGBUILD released with the GPLv3 license
 
 pkgname=bcloud
-pkgver=3.5.7
+pkgver=3.5.8
 pkgrel=1
 pkgdesc='Baidu Pan client for Linux Desktop users'
 arch=('any')
@@ -21,7 +21,7 @@
 'kwallet: To store password in KWallet')
 install=bcloud.install
 
source=(https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('a355d4e20e1fbeb9d5a7f17a97a362df')
+md5sums=('735810beccf2a9f26ba3ccb1f6e67929')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-11-06 Thread Felix Yan
Date: Friday, November 7, 2014 @ 05:28:16
  Author: fyan
Revision: 122133

archrelease: copy trunk to community-any

Added:
  bcloud/repos/community-any/PKGBUILD
(from rev 122132, bcloud/trunk/PKGBUILD)
  bcloud/repos/community-any/bcloud.install
(from rev 122132, bcloud/trunk/bcloud.install)
Deleted:
  bcloud/repos/community-any/PKGBUILD
  bcloud/repos/community-any/bcloud.install

+
 PKGBUILD   |   68 +++
 bcloud.install |   24 +--
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-07 04:27:50 UTC (rev 122132)
+++ PKGBUILD2014-11-07 04:28:16 UTC (rev 122133)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Firef0x Firefgx {at) gmail [dot} com
-# Contributor: MJsaka qiuxue...@gmail.com
-# Contributor: Firef0x Firefgx {at) gmail [dot} com
-# Copyright
-# This PKGBUILD released with the GPLv3 license
-
-pkgname=bcloud
-pkgver=3.5.7
-pkgrel=1
-pkgdesc='Baidu Pan client for Linux Desktop users'
-arch=('any')
-license=('GPL3')
-url=https://github.com/LiuLang/bcloud;
-depends=('python-crypto' 'libnotify' 'python-keyring' 'python-dbus' 
'python-gobject'
- 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect' 'gtk3')
-optdepends=('gnome-keyring: To store password in GNOME Keyring'
-'libgnome-keyring: To store password in GNOME Keyring'
-'kdebindings-python: To store password in KWallet'
-'kwallet: To store password in KWallet')
-install=bcloud.install
-source=(https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('a355d4e20e1fbeb9d5a7f17a97a362df')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py install -O1 --skip-build --root=$pkgdir
-}

Copied: bcloud/repos/community-any/PKGBUILD (from rev 122132, 
bcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-07 04:28:16 UTC (rev 122133)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Firef0x Firefgx {at) gmail [dot} com
+# Contributor: MJsaka qiuxue...@gmail.com
+# Contributor: Firef0x Firefgx {at) gmail [dot} com
+# Copyright
+# This PKGBUILD released with the GPLv3 license
+
+pkgname=bcloud
+pkgver=3.5.8
+pkgrel=1
+pkgdesc='Baidu Pan client for Linux Desktop users'
+arch=('any')
+license=('GPL3')
+url=https://github.com/LiuLang/bcloud;
+depends=('python-crypto' 'libnotify' 'python-keyring' 'python-dbus' 
'python-gobject'
+ 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect' 'gtk3')
+optdepends=('gnome-keyring: To store password in GNOME Keyring'
+'libgnome-keyring: To store password in GNOME Keyring'
+'kdebindings-python: To store password in KWallet'
+'kwallet: To store password in KWallet')
+install=bcloud.install
+source=(https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('735810beccf2a9f26ba3ccb1f6e67929')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install -O1 --skip-build --root=$pkgdir
+}

Deleted: bcloud.install
===
--- bcloud.install  2014-11-07 04:27:50 UTC (rev 122132)
+++ bcloud.install  2014-11-07 04:28:16 UTC (rev 122133)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: bcloud/repos/community-any/bcloud.install (from rev 122132, 
bcloud/trunk/bcloud.install)
===
--- bcloud.install  (rev 0)
+++ bcloud.install  2014-11-07 04:28:16 UTC (rev 122133)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2014-11-06 Thread Felix Yan
Date: Friday, November 7, 2014 @ 05:37:58
  Author: fyan
Revision: 122134

upgpkg: opencc 1.0.1-1

upstream new release

Modified:
  opencc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-07 04:28:16 UTC (rev 122133)
+++ PKGBUILD2014-11-07 04:37:58 UTC (rev 122134)
@@ -1,18 +1,19 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgbase=opencc
 pkgname=(opencc opencc-doc)
-pkgver=0.4.3
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 url=http://code.google.com/p/opencc/;
 arch=('i686' 'x86_64')
 license=('Apache')
-makedepends=('cmake' 'doxygen')
-source=(http://opencc.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz;)
+makedepends=('cmake' 'doxygen' 'python')
+source=(https://github.com/BYVoid/OpenCC/archive/ver.${pkgver}.tar.gz;)
+sha512sums=('22e5a38f984b19bae3f4653700fec58e66add9e6867a3260183fb1d96ff6042bf64f8f437323732f1a76e88be772666f5924fed30fa5a8d0c2ff1e268b7c0ab3')
 
 build() {
-  cd ${pkgbase}-${pkgver}
+  cd OpenCC-ver.${pkgver}
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_DOCUMENTATION:BOOL=ON
   make
 }
@@ -19,9 +20,9 @@
 
 package_opencc() {
   pkgdesc=Library for Open Chinese Convert
-  depends=('glibc')
+  depends=('gcc-libs')
 
-  cd ${pkgbase}-${pkgver}
+  cd OpenCC-ver.${pkgver}
   make DESTDIR=${pkgdir} install
   
   # Remove docs - install in splitted package
@@ -31,11 +32,7 @@
 package_opencc-doc() {
   pkgdesc=Documentation for Library for Open Chinese Convert
 
-  cd ${pkgbase}-${pkgver}/doc
+  cd OpenCC-ver.${pkgver}/doc
   make DESTDIR=${pkgdir} install
-
-  # Remove manpages - already installed in main package
-  rm -r $pkgdir/usr/share/man
 }
 
-sha512sums=('ac31c3c018467cf047e077d399903560feb0f8c214accd1ef45d0b1477d011af8e9bf2dbde4497c133daef61b6508460e9b2b04c0b5f336c2d67fc840a1d07e6')


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

2014-11-06 Thread Felix Yan
Date: Friday, November 7, 2014 @ 05:38:26
  Author: fyan
Revision: 122135

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

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

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

Copied: opencc/repos/community-staging-i686/PKGBUILD (from rev 122134, 
opencc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-07 04:38:26 UTC (rev 122135)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=opencc
+pkgname=(opencc opencc-doc)
+pkgver=1.0.1
+pkgrel=1
+url=http://code.google.com/p/opencc/;
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('cmake' 'doxygen' 'python')
+source=(https://github.com/BYVoid/OpenCC/archive/ver.${pkgver}.tar.gz;)
+sha512sums=('22e5a38f984b19bae3f4653700fec58e66add9e6867a3260183fb1d96ff6042bf64f8f437323732f1a76e88be772666f5924fed30fa5a8d0c2ff1e268b7c0ab3')
+
+build() {
+  cd OpenCC-ver.${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_DOCUMENTATION:BOOL=ON
+  make
+}
+
+package_opencc() {
+  pkgdesc=Library for Open Chinese Convert
+  depends=('gcc-libs')
+
+  cd OpenCC-ver.${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # Remove docs - install in splitted package
+  rm -r $pkgdir/usr/share/opencc/doc
+}
+
+package_opencc-doc() {
+  pkgdesc=Documentation for Library for Open Chinese Convert
+
+  cd OpenCC-ver.${pkgver}/doc
+  make DESTDIR=${pkgdir} install
+}
+

Copied: opencc/repos/community-staging-x86_64/PKGBUILD (from rev 122134, 
opencc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-07 04:38:26 UTC (rev 122135)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=opencc
+pkgname=(opencc opencc-doc)
+pkgver=1.0.1
+pkgrel=1
+url=http://code.google.com/p/opencc/;
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('cmake' 'doxygen' 'python')
+source=(https://github.com/BYVoid/OpenCC/archive/ver.${pkgver}.tar.gz;)
+sha512sums=('22e5a38f984b19bae3f4653700fec58e66add9e6867a3260183fb1d96ff6042bf64f8f437323732f1a76e88be772666f5924fed30fa5a8d0c2ff1e268b7c0ab3')
+
+build() {
+  cd OpenCC-ver.${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_DOCUMENTATION:BOOL=ON
+  make
+}
+
+package_opencc() {
+  pkgdesc=Library for Open Chinese Convert
+  depends=('gcc-libs')
+
+  cd OpenCC-ver.${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # Remove docs - install in splitted package
+  rm -r $pkgdir/usr/share/opencc/doc
+}
+
+package_opencc-doc() {
+  pkgdesc=Documentation for Library for Open Chinese Convert
+
+  cd OpenCC-ver.${pkgver}/doc
+  make DESTDIR=${pkgdir} install
+}
+


[arch-commits] Commit in fcitx/trunk (PKGBUILD opencc-1.0.patch)

2014-11-06 Thread Felix Yan
Date: Friday, November 7, 2014 @ 06:33:25
  Author: fyan
Revision: 122136

upgpkg: fcitx 4.2.8.5-6

opencc 1.0.1 rebuild

Added:
  fcitx/trunk/opencc-1.0.patch
Modified:
  fcitx/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 opencc-1.0.patch |   53 +
 2 files changed, 59 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-07 04:38:26 UTC (rev 122135)
+++ PKGBUILD2014-11-07 05:33:25 UTC (rev 122136)
@@ -6,7 +6,7 @@
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
 pkgver=4.2.8.5
-pkgrel=5
+pkgrel=6
 groups=('fcitx-im')
 arch=('i686' 'x86_64')
 url=http://fcitx-im.org;
@@ -14,14 +14,17 @@
 makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' 'opencc' \
  'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant' 
'python2')
 source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz
-custom-translation-install-dir.patch)
+custom-translation-install-dir.patch
+opencc-1.0.patch)
 
sha512sums=('ee6612a34087135065537fa14f09078bad9f029f69b636fb2221193f23d86c5431a9d8a848b264bdcb259680f6bda41d08d58dcf67d19e5a200cb11fa4a26ffe'
-
'c57ef118b72accdfc42a0035a5318bf4b0ebe082af46efff7bfea4b063d382cc92bef020e42d140a6ffcbbdb87d43db833e1a221c5d3a97f12c8720e759a')
+
'c57ef118b72accdfc42a0035a5318bf4b0ebe082af46efff7bfea4b063d382cc92bef020e42d140a6ffcbbdb87d43db833e1a221c5d3a97f12c8720e759a'
+
'f652e81e5a28107903b3a65601a507eace59aa147ffc19fa6471c902241110209dceb902d659de312c9b16e0efd1b2873316aca652534ba6fb27af81d9f4c08d')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
 
   patch -p1 -i ../custom-translation-install-dir.patch
+  patch -p1 -i ../opencc-1.0.patch
 }
 
 build() {

Added: opencc-1.0.patch
===
--- opencc-1.0.patch(rev 0)
+++ opencc-1.0.patch2014-11-07 05:33:25 UTC (rev 122136)
@@ -0,0 +1,53 @@
+From 3b931e059ffa28066363cd53feae0221cf71714c Mon Sep 17 00:00:00 2001
+From: Weng Xuetian wen...@gmail.com
+Date: Wed, 5 Nov 2014 13:11:23 -0500
+Subject: [PATCH] [chttrans] add support for new opencc
+
+---
+ src/module/chttrans/chttrans-opencc.c | 26 --
+ 1 file changed, 24 insertions(+), 2 deletions(-)
+
+diff --git a/src/module/chttrans/chttrans-opencc.c 
b/src/module/chttrans/chttrans-opencc.c
+index a6eb0cd..57ce03b 100644
+--- a/src/module/chttrans/chttrans-opencc.c
 b/src/module/chttrans/chttrans-opencc.c
+@@ -6,8 +6,13 @@
+ #include stdlib.h
+ #include dlfcn.h
+ 
+-#define _OPENCC_DEFAULT_CONFIG_SIMP_TO_TRAD zhs2zht.ini
+-#define _OPENCC_DEFAULT_CONFIG_TRAD_TO_SIMP zht2zhs.ini
++#define _OPENCC_DEFAULT_CONFIG_SIMP_TO_TRAD_OLD zhs2zht.ini
++#define _OPENCC_DEFAULT_CONFIG_TRAD_TO_SIMP_OLD zht2zhs.ini
++
++#define _OPENCC_DEFAULT_CONFIG_SIMP_TO_TRAD s2t.json
++#define _OPENCC_DEFAULT_CONFIG_TRAD_TO_SIMP t2s.json
++
++
+ static void* _opencc_handle = NULL;
+ static void* (*_opencc_open)(const char* config_file) = NULL;
+ static char* (*_opencc_convert_utf8)(void* opencc, const char* inbuf, size_t 
length) = NULL;
+@@ -49,6 +54,23 @@ OpenCCInit(FcitxChttrans* transState)
+ return false;
+ transState-ods2t = _opencc_open(_OPENCC_DEFAULT_CONFIG_SIMP_TO_TRAD);
+ transState-odt2s = _opencc_open(_OPENCC_DEFAULT_CONFIG_TRAD_TO_SIMP);
++
++if (transState-ods2t == (void*) -1) {
++transState-ods2t = 
_opencc_open(_OPENCC_DEFAULT_CONFIG_SIMP_TO_TRAD_OLD);
++}
++if (transState-odt2s == (void*) -1) {
++transState-odt2s = 
_opencc_open(_OPENCC_DEFAULT_CONFIG_TRAD_TO_SIMP_OLD);
++}
++
++// stupid opencc use -1 as failure
++if (transState-ods2t == (void*) -1) {
++transState-ods2t = NULL;
++}
++
++if (transState-odt2s == (void*) -1) {
++transState-odt2s = NULL;
++}
++
+ if (!transState-ods2t  !transState-odt2s)
+ return false;
+ return true;


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

2014-11-06 Thread Felix Yan
Date: Friday, November 7, 2014 @ 06:34:28
  Author: fyan
Revision: 122137

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

Added:
  fcitx/repos/community-staging-i686/
  fcitx/repos/community-staging-i686/PKGBUILD
(from rev 122136, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-staging-i686/custom-translation-install-dir.patch
(from rev 122136, fcitx/trunk/custom-translation-install-dir.patch)
  fcitx/repos/community-staging-i686/fcitx-gtk2.install
(from rev 122136, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-staging-i686/fcitx-gtk3.install
(from rev 122136, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-staging-i686/fcitx.install
(from rev 122136, fcitx/trunk/fcitx.install)
  fcitx/repos/community-staging-i686/opencc-1.0.patch
(from rev 122136, fcitx/trunk/opencc-1.0.patch)
  fcitx/repos/community-staging-x86_64/
  fcitx/repos/community-staging-x86_64/PKGBUILD
(from rev 122136, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-staging-x86_64/custom-translation-install-dir.patch
(from rev 122136, fcitx/trunk/custom-translation-install-dir.patch)
  fcitx/repos/community-staging-x86_64/fcitx-gtk2.install
(from rev 122136, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-staging-x86_64/fcitx-gtk3.install
(from rev 122136, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-staging-x86_64/fcitx.install
(from rev 122136, fcitx/trunk/fcitx.install)
  fcitx/repos/community-staging-x86_64/opencc-1.0.patch
(from rev 122136, fcitx/trunk/opencc-1.0.patch)

---+
 community-staging-i686/PKGBUILD   |  109 ++
 community-staging-i686/custom-translation-install-dir.patch   |   33 +++
 community-staging-i686/fcitx-gtk2.install |   11 +
 community-staging-i686/fcitx-gtk3.install |   11 +
 community-staging-i686/fcitx.install  |   14 +
 community-staging-i686/opencc-1.0.patch   |   53 
 community-staging-x86_64/PKGBUILD |  109 ++
 community-staging-x86_64/custom-translation-install-dir.patch |   33 +++
 community-staging-x86_64/fcitx-gtk2.install   |   11 +
 community-staging-x86_64/fcitx-gtk3.install   |   11 +
 community-staging-x86_64/fcitx.install|   14 +
 community-staging-x86_64/opencc-1.0.patch |   53 
 12 files changed, 462 insertions(+)

Copied: fcitx/repos/community-staging-i686/PKGBUILD (from rev 122136, 
fcitx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-07 05:34:28 UTC (rev 122137)
@@ -0,0 +1,109 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: csslayer wengxt AT gmail com
+
+pkgbase=fcitx
+pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
+pkgver=4.2.8.5
+pkgrel=6
+groups=('fcitx-im')
+arch=('i686' 'x86_64')
+url=http://fcitx-im.org;
+license=('GPL' 'LGPL')
+makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' 'opencc' \
+ 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant' 
'python2')
+source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz
+custom-translation-install-dir.patch
+opencc-1.0.patch)
+sha512sums=('ee6612a34087135065537fa14f09078bad9f029f69b636fb2221193f23d86c5431a9d8a848b264bdcb259680f6bda41d08d58dcf67d19e5a200cb11fa4a26ffe'
+
'c57ef118b72accdfc42a0035a5318bf4b0ebe082af46efff7bfea4b063d382cc92bef020e42d140a6ffcbbdb87d43db833e1a221c5d3a97f12c8720e759a'
+
'f652e81e5a28107903b3a65601a507eace59aa147ffc19fa6471c902241110209dceb902d659de312c9b16e0efd1b2873316aca652534ba6fb27af81d9f4c08d')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+
+  patch -p1 -i ../custom-translation-install-dir.patch
+  patch -p1 -i ../opencc-1.0.patch
+}
+
+build() {
+  mkdir -p build
+  cd build
+
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc \
+-DFORCE_OPENCC=ON \
+-DFORCE_PRESAGE=ON \
+-DFORCE_ENCHANT=ON \
+-DENABLE_TEST=ON \
+-DENABLE_GTK2_IM_MODULE=ON \
+-DENABLE_GTK3_IM_MODULE=ON \
+-DENABLE_QT_IM_MODULE=ON \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package_fcitx() {
+  pkgdesc=Flexible Context-aware Input Tool with eXtension
+  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
+   'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' \
+   'libxfixes' 'dbus' 'icu')
+  optdepends=('enchant: for word predication support'
+  'opencc: optional engine to do chinese convert'
+  

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

2014-11-06 Thread Gaetan Bisson
Date: Friday, November 7, 2014 @ 07:21:03
  Author: bisson
Revision: 225725

fix FS#42644

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-07 03:43:09 UTC (rev 225724)
+++ PKGBUILD2014-11-07 06:21:03 UTC (rev 225725)
@@ -5,7 +5,7 @@
 
 pkgname=ldns
 pkgver=1.6.17
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='http://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')
@@ -26,6 +26,7 @@
--disable-rpath \
--with-drill \
--with-examples \
+   --with-trust-anchor=/etc/trusted-key.key \
 
make
 }


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

2014-11-06 Thread Gaetan Bisson
Date: Friday, November 7, 2014 @ 07:22:15
  Author: bisson
Revision: 225726

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

Added:
  ldns/repos/testing-i686/
  ldns/repos/testing-i686/PKGBUILD
(from rev 225725, ldns/trunk/PKGBUILD)
  ldns/repos/testing-x86_64/
  ldns/repos/testing-x86_64/PKGBUILD
(from rev 225725, ldns/trunk/PKGBUILD)

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

Copied: ldns/repos/testing-i686/PKGBUILD (from rev 225725, ldns/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-07 06:22:15 UTC (rev 225726)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: mathieui mathi...@mathieui.net
+# Contributor: jiribb jir...@gmail.com
+
+pkgname=ldns
+pkgver=1.6.17
+pkgrel=2
+pkgdesc='Fast DNS library supporting recent RFCs'
+url='http://www.nlnetlabs.nl/projects/ldns/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'dnssec-anchors')
+optdepends=('libpcap: ldns-dpa tool')
+makedepends=('libpcap')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('4218897b3c002aadfc7280b3f40cda829e05c9a4')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-rpath \
+   --with-drill \
+   --with-examples \
+   --with-trust-anchor=/etc/trusted-key.key \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: ldns/repos/testing-x86_64/PKGBUILD (from rev 225725, 
ldns/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-07 06:22:15 UTC (rev 225726)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: mathieui mathi...@mathieui.net
+# Contributor: jiribb jir...@gmail.com
+
+pkgname=ldns
+pkgver=1.6.17
+pkgrel=2
+pkgdesc='Fast DNS library supporting recent RFCs'
+url='http://www.nlnetlabs.nl/projects/ldns/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'dnssec-anchors')
+optdepends=('libpcap: ldns-dpa tool')
+makedepends=('libpcap')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('4218897b3c002aadfc7280b3f40cda829e05c9a4')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-rpath \
+   --with-drill \
+   --with-examples \
+   --with-trust-anchor=/etc/trusted-key.key \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}