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

2014-12-23 Thread Maxime Gauduin
Date: Tuesday, December 23, 2014 @ 09:34:01
  Author: alucryd
Revision: 124383

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

Added:
  geary/repos/community-i686/PKGBUILD
(from rev 124382, geary/trunk/PKGBUILD)
  geary/repos/community-i686/geary-gtk3.14.patch
(from rev 124382, geary/trunk/geary-gtk3.14.patch)
  geary/repos/community-i686/geary.install
(from rev 124382, geary/trunk/geary.install)
  geary/repos/community-x86_64/PKGBUILD
(from rev 124382, geary/trunk/PKGBUILD)
  geary/repos/community-x86_64/geary-gtk3.14.patch
(from rev 124382, geary/trunk/geary-gtk3.14.patch)
  geary/repos/community-x86_64/geary.install
(from rev 124382, geary/trunk/geary.install)
Deleted:
  geary/repos/community-i686/PKGBUILD
  geary/repos/community-i686/geary-gtk3.14.patch
  geary/repos/community-i686/geary.install
  geary/repos/community-x86_64/PKGBUILD
  geary/repos/community-x86_64/geary-gtk3.14.patch
  geary/repos/community-x86_64/geary.install

--+
 /PKGBUILD|   84 +++
 /geary-gtk3.14.patch |   88 +
 /geary.install   |   34 
 community-i686/PKGBUILD  |   40 ---
 community-i686/geary-gtk3.14.patch   |   44 
 community-i686/geary.install |   17 --
 community-x86_64/PKGBUILD|   40 ---
 community-x86_64/geary-gtk3.14.patch |   44 
 community-x86_64/geary.install   |   17 --
 9 files changed, 206 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-23 07:08:20 UTC (rev 124382)
+++ community-i686/PKGBUILD 2014-12-23 08:34:01 UTC (rev 124383)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor : sebikul sebi...@gmail.com
-# Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=geary
-pkgver=0.8.2
-pkgrel=1
-pkgdesc='A lightweight email client for the GNOME desktop'
-arch=('i686' 'x86_64')
-url='http://www.yorba.org/projects/geary/'
-license=('GPL3')
-depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
-makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
-install='geary.install'
-source=(https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
-sha256sums=('3cfa626168935acf49c9415fad54c7849f17fd833026cfd3c224ba0fb892d641')
-
-build() {
-  cd geary-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX='/usr' \
--D{DESKTOP,ICON}_UPDATE='FALSE' \
--DGSETTINGS_COMPILE{,_IN_PLACE}='FALSE'
-  make
-}
-
-package() {
-  cd geary-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/PKGBUILD (from rev 124382, 
geary/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-23 08:34:01 UTC (rev 124383)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: sebikul sebi...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=geary
+pkgver=0.8.3
+pkgrel=1
+pkgdesc='A lightweight email client for the GNOME desktop'
+arch=('i686' 'x86_64')
+url='http://www.yorba.org/projects/geary/'
+license=('GPL3')
+depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify'
+ 'webkitgtk')
+makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
+ 'vala')
+install='geary.install'
+source=(https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
+sha256sums=('87db09b1e4fb8e18c8341561a13a3d05f954dc6fadc076b658c6699c784e')
+
+build() {
+  cd geary-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-D{DESKTOP,ICON}_UPDATE='FALSE' \
+-DGSETTINGS_COMPILE{,_IN_PLACE}='FALSE'
+  make
+}
+
+package() {
+  cd geary-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/geary-gtk3.14.patch
===
--- community-i686/geary-gtk3.14.patch  2014-12-23 07:08:20 UTC (rev 124382)
+++ community-i686/geary-gtk3.14.patch  2014-12-23 08:34:01 UTC (rev 124383)
@@ -1,44 +0,0 @@
-From f1fc86f2dbd1ca6b10296744b88267d18d7a25e7 Mon Sep 17 00:00:00 2001
-From: Matthias Clasen mcla...@redhat.com
-Date: Thu, 25 Sep 2014 16:46:59 -0700
-Subject: Fix toolbar icon size in GTK+ 3.14: Bug #732065
-
-By setting the icon pixel size, that forces GTK+ to load images
-installed in our locations 

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

2014-12-23 Thread Felix Yan
Date: Tuesday, December 23, 2014 @ 09:34:40
  Author: fyan
Revision: 124384

upgpkg: nodejs 0.10.34-3

update npm to 2.1.16

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 08:34:01 UTC (rev 124383)
+++ PKGBUILD2014-12-23 08:34:40 UTC (rev 124384)
@@ -10,8 +10,8 @@
 
 pkgname=nodejs
 pkgver=0.10.34
-_npmver=2.1.15
-pkgrel=2
+_npmver=2.1.16
+pkgrel=3
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'


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

2014-12-23 Thread Felix Yan
Date: Tuesday, December 23, 2014 @ 09:35:19
  Author: fyan
Revision: 124385

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-23 08:34:40 UTC (rev 124384)
+++ community-i686/PKGBUILD 2014-12-23 08:35:19 UTC (rev 124385)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.34
-_npmver=2.1.15
-pkgrel=2
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('d7f8473b5849873039f7e62595e12dcdb78c8dffda317e1253b3123876bf3415'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked marked-man
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 124384, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-23 08:35:19 UTC (rev 124385)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.34
+_npmver=2.1.16
+pkgrel=3
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('d7f8473b5849873039f7e62595e12dcdb78c8dffda317e1253b3123876bf3415'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+  

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

2014-12-23 Thread Bartłomiej Piotrowski
Date: Tuesday, December 23, 2014 @ 10:00:25
  Author: bpiotrowski
Revision: 227940

upgpkg: ffmpeg 1:2.5.2-1

new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-22 17:16:48 UTC (rev 227939)
+++ PKGBUILD2014-12-23 09:00:25 UTC (rev 227940)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ffmpeg
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
@@ -20,7 +20,8 @@
 )
 makedepends=('libvdpau' 'yasm')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('ad3b4c189e9a7d43ae54c52d409a43ef'
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+md5sums=('308d49d91752ac00ded9483ebaab849d'
  'SKIP')
 
 build() {


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

2014-12-23 Thread Bartłomiej Piotrowski
Date: Tuesday, December 23, 2014 @ 10:00:39
  Author: bpiotrowski
Revision: 227941

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

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

---+
 /PKGBUILD |  156 
 extra-i686/PKGBUILD   |   77 ---
 extra-x86_64/PKGBUILD |   77 ---
 3 files changed, 156 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-23 09:00:25 UTC (rev 227940)
+++ extra-i686/PKGBUILD 2014-12-23 09:00:39 UTC (rev 227941)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg
-pkgver=2.5.1
-pkgrel=1
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
-  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
-)
-makedepends=('libvdpau' 'yasm')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('ad3b4c189e9a7d43ae54c52d409a43ef'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-runtime-cpudetect \
---enable-shared \
---enable-swresample \
---enable-vdpau \
---enable-version3 \
---enable-x11grab \
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-man
-  install -Dm755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
-}

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 227940, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-23 09:00:39 UTC (rev 227941)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.5.2
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
+)
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+md5sums=('308d49d91752ac00ded9483ebaab849d'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+

[arch-commits] Commit in sage-mathematics/trunk (PKGBUILD.split)

2014-12-23 Thread Antonio Rojas
Date: Tuesday, December 23, 2014 @ 10:20:19
  Author: arojas
Revision: 124386

Avoid using is_package_installed function

Modified:
  sage-mathematics/trunk/PKGBUILD.split

+
 PKGBUILD.split |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD.split
===
--- PKGBUILD.split  2014-12-23 08:35:19 UTC (rev 124385)
+++ PKGBUILD.split  2014-12-23 09:20:19 UTC (rev 124386)
@@ -18,7 +18,7 @@
 makedepends=('ipython2' 'cython2' 'ppl' 'glpk' 'mpfi' 'polybori' 'singular' 
'libcliquer' 'ecl' 'libgap' 'givaro' 'libmpc' 'lcalc' 
   'eclib' 'gmp-ecm' 'zn_poly' 'pynac' 'linbox' 'gsl' 'boost' 'scons' 
'ratpoints' 'symmetrica' 'fflas-ffpack' 'gd' 'python2-jinja' 'python2-numpy')
 source=(https://github.com/sagemath/sage/archive/$pkgver.tar.gz; 
http://www.sagemath.org/packages/upstream/pexpect/pexpect-2.0.tar.bz2; 
-'extensions.patch' 'c_lib.patch' 'env.patch' 'paths.patch' 'blas.patch' 
'clean.patch' 'skip-check.patch' 'pexpect-env.patch')
+'extensions.patch' 'c_lib.patch' 'env.patch' 'paths.patch' 'blas.patch' 
'clean.patch' 'skip-check.patch' 'gap-hap.patch' 'pexpect-env.patch')
 md5sums=('e40736461992e62af3a84cf9a212c9d1'
  'd9a3e113ed147dcee8f89962a8dccd43'
  '41ffc7700c92aa435ccf3a4411867d66'
@@ -28,6 +28,7 @@
  'eee444d32b8a818a67b1e0ce0850b8bb'
  '46c212a3a6713b0f78c370c7186d0982'
  '5947a420a0b1483f0cbc74c76895789b'
+ '631ee6b8b3e7d12bb7858cfd841af483'
  'a83a3b1bc7fcb7cbf752a83a8311fc42')
 # changelog=ChangeLog
 
@@ -52,6 +53,8 @@
   patch -p0 -i $srcdir/clean.patch
 # skip checking build status
   patch -p0 -i $srcdir/skip-check.patch
+# don't use is_package_installed function
+  patch -p0 -i $srcdir/gap-hap.patch
 
 # use python2
   sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' src/bin/*


[arch-commits] Commit in sage-mathematics/trunk (gap-hap.patch)

2014-12-23 Thread Antonio Rojas
Date: Tuesday, December 23, 2014 @ 10:21:22
  Author: arojas
Revision: 124387

Add missing patch

Added:
  sage-mathematics/trunk/gap-hap.patch

---+
 gap-hap.patch |   11 +++
 1 file changed, 11 insertions(+)

Added: gap-hap.patch
===
--- gap-hap.patch   (rev 0)
+++ gap-hap.patch   2014-12-23 09:21:22 UTC (rev 124387)
@@ -0,0 +1,11 @@
+--- src/sage/groups/perm_gps/permgroup.py.orig 2014-12-23 10:14:09.687176992 
+0100
 src/sage/groups/perm_gps/permgroup.py  2014-12-23 10:14:53.930669821 
+0100
+@@ -180,8 +180,6 @@
+ 
+ @wraps(f)
+ def wrapped(self, n, p=0):
+-if not is_package_installed('gap_packages'):
+-raise RuntimeError(You must install the optional gap_packages 
package.)
+ load_hap()
+ from sage.rings.arith import is_prime
+ if not (p == 0 or is_prime(p)):


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

2014-12-23 Thread Antonio Rojas
Date: Tuesday, December 23, 2014 @ 10:32:23
  Author: arojas
Revision: 124388

New Sage dependency

Added:
  lrcalc/
  lrcalc/trunk/
  lrcalc/trunk/PKGBUILD

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

Added: lrcalc/trunk/PKGBUILD
===
--- lrcalc/trunk/PKGBUILD   (rev 0)
+++ lrcalc/trunk/PKGBUILD   2014-12-23 09:32:23 UTC (rev 124388)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=lrcalc
+pkgver=1.2
+pkgrel=1
+pkgdesc=Littlewood-Richardson calculator
+arch=('i686' 'x86_64')
+url=http://math.rutgers.edu/~asbuch/lrcalc/;
+license=('GPL2')
+depends=('glibc')
+source=(http://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz;)
+md5sums=('6bba16c0cca9debccd0af847bd3d4a23')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+}


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


[arch-commits] Commit in lrcalc (5 files)

2014-12-23 Thread Antonio Rojas
Date: Tuesday, December 23, 2014 @ 10:33:16
  Author: arojas
Revision: 124389

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

Added:
  lrcalc/repos/
  lrcalc/repos/community-i686/
  lrcalc/repos/community-i686/PKGBUILD
(from rev 124388, lrcalc/trunk/PKGBUILD)
  lrcalc/repos/community-x86_64/
  lrcalc/repos/community-x86_64/PKGBUILD
(from rev 124388, lrcalc/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   23 +++
 community-x86_64/PKGBUILD |   23 +++
 2 files changed, 46 insertions(+)

Copied: lrcalc/repos/community-i686/PKGBUILD (from rev 124388, 
lrcalc/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2014-12-23 09:33:16 UTC (rev 124389)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=lrcalc
+pkgver=1.2
+pkgrel=1
+pkgdesc=Littlewood-Richardson calculator
+arch=('i686' 'x86_64')
+url=http://math.rutgers.edu/~asbuch/lrcalc/;
+license=('GPL2')
+depends=('glibc')
+source=(http://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz;)
+md5sums=('6bba16c0cca9debccd0af847bd3d4a23')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+}

Copied: lrcalc/repos/community-x86_64/PKGBUILD (from rev 124388, 
lrcalc/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2014-12-23 09:33:16 UTC (rev 124389)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=lrcalc
+pkgver=1.2
+pkgrel=1
+pkgdesc=Littlewood-Richardson calculator
+arch=('i686' 'x86_64')
+url=http://math.rutgers.edu/~asbuch/lrcalc/;
+license=('GPL2')
+depends=('glibc')
+source=(http://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz;)
+md5sums=('6bba16c0cca9debccd0af847bd3d4a23')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+}


[arch-commits] Commit in sage-mathematics/trunk (PKGBUILD.split extensions.patch)

2014-12-23 Thread Antonio Rojas
Date: Tuesday, December 23, 2014 @ 10:48:17
  Author: arojas
Revision: 124390

Add lrcalc support

Modified:
  sage-mathematics/trunk/PKGBUILD.split
  sage-mathematics/trunk/extensions.patch

--+
 PKGBUILD.split   |8 +---
 extensions.patch |   18 +-
 2 files changed, 18 insertions(+), 8 deletions(-)

Modified: PKGBUILD.split
===
--- PKGBUILD.split  2014-12-23 09:33:16 UTC (rev 124389)
+++ PKGBUILD.split  2014-12-23 09:48:17 UTC (rev 124390)
@@ -15,7 +15,7 @@
 arch=('i686' 'x86_64')
 url=http://www.sagemath.org;
 license=('GPL')
-makedepends=('ipython2' 'cython2' 'ppl' 'glpk' 'mpfi' 'polybori' 'singular' 
'libcliquer' 'ecl' 'libgap' 'givaro' 'libmpc' 'lcalc' 
+makedepends=('ipython2' 'cython2' 'ppl' 'glpk' 'mpfi' 'polybori' 'singular' 
'libcliquer' 'ecl' 'libgap' 'givaro' 'libmpc' 'lcalc' 'lrcalc'
   'eclib' 'gmp-ecm' 'zn_poly' 'pynac' 'linbox' 'gsl' 'boost' 'scons' 
'ratpoints' 'symmetrica' 'fflas-ffpack' 'gd' 'python2-jinja' 'python2-numpy')
 source=(https://github.com/sagemath/sage/archive/$pkgver.tar.gz; 
http://www.sagemath.org/packages/upstream/pexpect/pexpect-2.0.tar.bz2; 
 'extensions.patch' 'c_lib.patch' 'env.patch' 'paths.patch' 'blas.patch' 
'clean.patch' 'skip-check.patch' 'gap-hap.patch' 'pexpect-env.patch')
@@ -89,10 +89,12 @@
 
 package_sage-mathematics() {
   depends=('ipython2' 'cython2' 'ppl' 'glpk' 'mpfi' 'palp' 'polybori' 
'singular' 'libcliquer' 'maxima-ecl' 'gfan' 'sympow' 'tachyon' 'python2-rpy2' 
-  'python2-matplotlib' 'python2-scipy' 'python2-mpmath' 'python2-sympy' 
'libgap' 'gap' 'genus2reduction' 'flintqs' 'givaro' 'libmpc' 'lcalc' 
+  'python2-matplotlib' 'python2-scipy' 'python2-mpmath' 'python2-sympy' 
'libgap' 'gap' 'genus2reduction' 'flintqs' 'givaro' 'libmpc' 'lcalc' 'lrcalc'
   'eclib' 'gmp-ecm' 'zn_poly' 'python2-gd' 'pynac' 'linbox'  'gsl' 
'pari-galdata' 'pari-seadata-small' 'sage-data-combinatorial_designs' 
   'sage-data-elliptic_curves' 'sage-data-graphs' 'sage-data-polytopes_db' 
'sage-data-conway_polynomials') # python2-pexpect
-  optdepends=('jmol: 3D plots' 'sage-notebook: Web-based notebook interface' 
'sage-mathematics-doc: Documentation and inline help' 'sage-mathematics-src: 
source files needed to build cython code' 'python2-pyzmq: ipython notebook' 
'python2-tornado: ipython notebook' 'python2-jinja: ipython notebook')
+  optdepends=('jmol: 3D plots' 'sage-notebook: Web-based notebook interface' 
'sage-mathematics-doc: Documentation and inline help'
+  'sage-mathematics-src: source files needed to build cython code'
+  'python2-pyzmq: ipython notebook' 'python2-tornado: ipython notebook' 
'python2-jinja: ipython notebook')
 
   cd sage-$pkgver/src
 

Modified: extensions.patch
===
--- extensions.patch2014-12-23 09:33:16 UTC (rev 124389)
+++ extensions.patch2014-12-23 09:48:17 UTC (rev 124390)
@@ -1,7 +1,6 @@
-diff -up src/module_list.py.orig src/module_list.py
 src/module_list.py.orig2014-05-26 13:34:05.597783829 -0300
-+++ src/module_list.py 2014-05-26 13:34:15.908784224 -0300
-@@ -2070,7 +2070,8 @@ ext_modules = [
+--- src/module_list.py.orig2014-11-23 15:58:13.0 +0100
 src/module_list.py 2014-12-23 10:43:44.412576412 +0100
+@@ -2126,7 +2126,8 @@
  # These extensions are to be compiled only if the
  # corresponding packages have been installed
  
@@ -10,4 +9,13 @@
 +return False
  
  if is_package_installed('fes'):
- ext_modules.extend([
\ No newline at end of file
+ ext_modules.extend([
+@@ -2208,7 +2209,7 @@
+ )
+ 
+ 
+-if is_package_installed('lrcalc'):
++if 1:
+ ext_modules.append(
+ Extension('sage.libs.lrcalc.lrcalc',
+   sources = [sage/libs/lrcalc/lrcalc.pyx],


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

2014-12-23 Thread Jürgen Hötzel
Date: Tuesday, December 23, 2014 @ 11:18:38
  Author: juergen
Revision: 227942

upgpkg: gnucash 2.6.5-1

added mariadb and postgresql interfaces

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 09:00:39 UTC (rev 227941)
+++ PKGBUILD2014-12-23 10:18:38 UTC (rev 227942)
@@ -3,13 +3,13 @@
 # Contributor: Mark Schneider queue...@gmail.com
 
 pkgname=gnucash
-pkgver=2.6.3
+pkgver=2.6.5
 pkgrel=1
 pkgdesc=A personal and small-business financial-accounting application
 arch=('i686' 'x86_64')
 url=http://www.gnucash.org;
 license=(GPL)
-depends=('slib' 'goffice0.8' 'libdbi-drivers' 'aqbanking' 'desktop-file-utils' 
'webkitgtk2' 'libgnome-keyring' 'libgnomecanvas')
+depends=('slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
 makedepends=('intltool')
 optdepends=('evince: for print preview'
 'perl-finance-quote: for stock information lookups'
@@ -17,16 +17,14 @@
 options=('!makeflags' '!emptydirs')
 install=gnucash.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('40ea9c069d0ad0a811b74f00c2b32faad6108a6a')
+sha1sums=('c9a5184603e41c6582f8342d4be9e392eceef33f')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|guile-config|guile-config1.8|g' configure
 }
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  export GUILE=/usr/bin/guile1.8
   ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
 --libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
   make
@@ -41,4 +39,10 @@
   install -dm755 ${pkgdir}/usr/share/gconf/schemas
   gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f ${pkgdir}/usr/bin/gnucash-valgrind
+
 }


[arch-commits] Commit in gnucash/repos/extra-x86_64 (4 files)

2014-12-23 Thread Jürgen Hötzel
Date: Tuesday, December 23, 2014 @ 11:22:46
  Author: juergen
Revision: 227943

archrelease: copy trunk to extra-x86_64

Added:
  gnucash/repos/extra-x86_64/PKGBUILD
(from rev 227942, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-x86_64/gnucash.install
(from rev 227942, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-x86_64/PKGBUILD
  gnucash/repos/extra-x86_64/gnucash.install

-+
 PKGBUILD|   92 --
 gnucash.install |   72 +-
 2 files changed, 84 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 10:18:38 UTC (rev 227942)
+++ PKGBUILD2014-12-23 10:22:46 UTC (rev 227943)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.6.3
-pkgrel=1
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('slib' 'goffice0.8' 'libdbi-drivers' 'aqbanking' 'desktop-file-utils' 
'webkitgtk2' 'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('40ea9c069d0ad0a811b74f00c2b32faad6108a6a')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|guile-config|guile-config1.8|g' configure
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export GUILE=/usr/bin/guile1.8
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gnucash/repos/extra-x86_64/PKGBUILD (from rev 227942, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 10:22:46 UTC (rev 227943)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.6.5
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('c9a5184603e41c6582f8342d4be9e392eceef33f')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f ${pkgdir}/usr/bin/gnucash-valgrind
+
+}

Deleted: gnucash.install
===
--- gnucash.install 2014-12-23 10:18:38 UTC (rev 227942)
+++ gnucash.install 2014-12-23 10:22:46 UTC (rev 227943)
@@ -1,36 +0,0 @@
-pkgname=gnucash
-info_dir=usr/share/info
-info_files=(gnucash-design.info)
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  [ -x 

[arch-commits] Commit in (7 files)

2014-12-23 Thread Antonio Rojas
Date: Tuesday, December 23, 2014 @ 11:52:48
  Author: arojas
Revision: 124391

New Sage dependency

Added:
  rubiks/
  rubiks/trunk/
  rubiks/trunk/PKGBUILD
  rubiks/trunk/dietz-cu2-Makefile
  rubiks/trunk/dietz-mcube-Makefile
  rubiks/trunk/dietz-solver-Makefile
  rubiks/trunk/reid-Makefile

---+
 PKGBUILD  |   31 +++
 dietz-cu2-Makefile|   38 ++
 dietz-mcube-Makefile  |   43 +++
 dietz-solver-Makefile |   33 +
 reid-Makefile |8 
 5 files changed, 153 insertions(+)

Added: rubiks/trunk/PKGBUILD
===
--- rubiks/trunk/PKGBUILD   (rev 0)
+++ rubiks/trunk/PKGBUILD   2014-12-23 10:52:48 UTC (rev 124391)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas nqn7...@gmail.com
+
+pkgname=rubiks
+pkgver=20070912
+pkgrel=1
+pkgdesc=Several programs for working with Rubik's cubes
+arch=('i686' 'x86_64')
+url=http://www.sagemath.org;
+license=('GPL')
+depends=('gcc-libs')
+makedepends=()
+source=(http://www.sagemath.org/packages/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;
 'dietz-cu2-Makefile' 'dietz-mcube-Makefile' 'dietz-solver-Makefile' 
'reid-Makefile')
+md5sums=('af005309b248f0bba49673a0e5ba3ce8'
+ '817c6fccae52a5f4c839153ef5d7419f'
+ '296780d7921fbdbefeef59e37770b8ce'
+ '8bd416351a0e1e80078832270e7c9690'
+ '3a1f748d4a556c2d0440b52cf715b38b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  cp $srcdir/dietz-mcube-Makefile dietz/mcube/Makefile
+  cp $srcdir/dietz-solver-Makefile dietz/solver/Makefile
+  cp $srcdir/dietz-cu2-Makefile dietz/cu2/Makefile
+  cp $srcdir/reid-Makefile reid/Makefile
+
+}
+
+package() {
+  cd $pkgname-$pkgver
+  INSTALL=/usr/bin/install make PREFIX=$pkgdir/usr install
+}


Property changes on: rubiks/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: rubiks/trunk/dietz-cu2-Makefile
===
--- rubiks/trunk/dietz-cu2-Makefile (rev 0)
+++ rubiks/trunk/dietz-cu2-Makefile 2014-12-23 10:52:48 UTC (rev 124391)
@@ -0,0 +1,38 @@
+RM=rm -f
+INCLUDES=cu2.h config.h
+OBJS=cu2.o main.o
+LIBS=
+DBGCFLAGS=
+DBGLFLAGS=
+DBGOBJS=cu2.o.dbg main.o.dbg
+DBGLIBS=
+
+all: build
+
+debug: build-debug
+
+build: $(OBJS)
+   $(CXX) $(CXXFLAGS)  -o cu2  $(OBJS) $(LIBS)
+
+build-debug: $(DBGOBJS)
+   $(CXX) $(DBGLFLAGS)  -o cu2  $(OBJS) $(DBGLIBS)
+
+clean:
+   $(RM) $(OBJS)
+
+distclean: clean
+   $(RM) cu2
+
+main.o: main.cpp $(INCLUDES)
+   $(CXX) $(CXXFLAGS) -c main.cpp
+
+cu2.o: cu2.cpp $(INCLUDES)
+   $(CXX) $(CXXFLAGS) -c cu2.cpp
+
+main.o.dbg: main.cpp $(INCLUDES)
+   $(CXX) $(DBGCFLAGS) -c main.cpp
+
+cu2.o.dbg: cu2.cpp $(INCLUDES)
+   $(CXX) $(DBGCFLAGS) -c cu2.cpp
+
+dummy:
\ No newline at end of file

Added: rubiks/trunk/dietz-mcube-Makefile
===
--- rubiks/trunk/dietz-mcube-Makefile   (rev 0)
+++ rubiks/trunk/dietz-mcube-Makefile   2014-12-23 10:52:48 UTC (rev 124391)
@@ -0,0 +1,43 @@
+# makefile for mcube with gcc on *nix by Eric
+# This makefile was seriously broken, using for example CPP for
+# the C++ compiler, CFLAGS for compiler flags for the C++ compiler
+# DBGCFLAGS was set to an empty value, but then used. Not a serious
+# issue, but as it was surpurflous, I removed it.
+# It was broken in other ways too numerous to mention.
+# Edited by David Kirkby, 29th Sept 2009
+
+RM=rm -f
+INCLUDES=mcube.h config.h
+OBJS=mcube.o main.o
+DBGOBJS=mcube.o.dbg main.o.dbg
+DBGLIBS=
+
+all: build
+
+debug: build-debug
+
+build: $(OBJS)
+   $(CXX) $(CXXFLAGS)  -o mcube  $(OBJS) $(LIBS)
+
+build-debug: $(DBGOBJS)
+   $(CXX) $(CXXFLAGS)  -o mcube  $(OBJS) $(DBGLIBS)
+
+clean:
+   $(RM) $(OBJS)
+
+distclean: clean
+   $(RM) mcube
+
+main.o: main.cpp $(INCLUDES)
+   $(CXX) $(CXXFLAGS) -c main.cpp
+
+mcube.o: mcube.cpp $(INCLUDES)
+   $(CXX) $(CXXFLAGS) -c mcube.cpp
+
+main.o.dbg: main.cpp $(INCLUDES)
+   $(CXX) -c main.cpp
+
+mcube.o.dbg: mcube.cpp $(INCLUDES)
+   $(CXX) -c mcube.cpp
+
+dummy:
\ No newline at end of file

Added: rubiks/trunk/dietz-solver-Makefile
===
--- rubiks/trunk/dietz-solver-Makefile  (rev 0)
+++ rubiks/trunk/dietz-solver-Makefile  2014-12-23 10:52:48 UTC (rev 124391)
@@ -0,0 +1,33 @@
+# Makefile for cubex by Eric
+# This Makefile was seriously broken.
+# CC was set to g++. Since it was compiling C++ files,
+# CXX should have been used.
+# LINK was set to g++, so I changed that to LD
+# CFLAGS was set to -O2. I've removed that, so it can be set
+# in 

[arch-commits] Commit in rubiks (13 files)

2014-12-23 Thread Antonio Rojas
Date: Tuesday, December 23, 2014 @ 11:53:46
  Author: arojas
Revision: 124392

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

Added:
  rubiks/repos/
  rubiks/repos/community-i686/
  rubiks/repos/community-i686/PKGBUILD
(from rev 124391, rubiks/trunk/PKGBUILD)
  rubiks/repos/community-i686/dietz-cu2-Makefile
(from rev 124391, rubiks/trunk/dietz-cu2-Makefile)
  rubiks/repos/community-i686/dietz-mcube-Makefile
(from rev 124391, rubiks/trunk/dietz-mcube-Makefile)
  rubiks/repos/community-i686/dietz-solver-Makefile
(from rev 124391, rubiks/trunk/dietz-solver-Makefile)
  rubiks/repos/community-i686/reid-Makefile
(from rev 124391, rubiks/trunk/reid-Makefile)
  rubiks/repos/community-x86_64/
  rubiks/repos/community-x86_64/PKGBUILD
(from rev 124391, rubiks/trunk/PKGBUILD)
  rubiks/repos/community-x86_64/dietz-cu2-Makefile
(from rev 124391, rubiks/trunk/dietz-cu2-Makefile)
  rubiks/repos/community-x86_64/dietz-mcube-Makefile
(from rev 124391, rubiks/trunk/dietz-mcube-Makefile)
  rubiks/repos/community-x86_64/dietz-solver-Makefile
(from rev 124391, rubiks/trunk/dietz-solver-Makefile)
  rubiks/repos/community-x86_64/reid-Makefile
(from rev 124391, rubiks/trunk/reid-Makefile)

+
 community-i686/PKGBUILD|   31 ++
 community-i686/dietz-cu2-Makefile  |   38 +++
 community-i686/dietz-mcube-Makefile|   43 +++
 community-i686/dietz-solver-Makefile   |   33 +++
 community-i686/reid-Makefile   |8 +
 community-x86_64/PKGBUILD  |   31 ++
 community-x86_64/dietz-cu2-Makefile|   38 +++
 community-x86_64/dietz-mcube-Makefile  |   43 +++
 community-x86_64/dietz-solver-Makefile |   33 +++
 community-x86_64/reid-Makefile |8 +
 10 files changed, 306 insertions(+)

Copied: rubiks/repos/community-i686/PKGBUILD (from rev 124391, 
rubiks/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2014-12-23 10:53:46 UTC (rev 124392)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas nqn7...@gmail.com
+
+pkgname=rubiks
+pkgver=20070912
+pkgrel=1
+pkgdesc=Several programs for working with Rubik's cubes
+arch=('i686' 'x86_64')
+url=http://www.sagemath.org;
+license=('GPL')
+depends=('gcc-libs')
+makedepends=()
+source=(http://www.sagemath.org/packages/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;
 'dietz-cu2-Makefile' 'dietz-mcube-Makefile' 'dietz-solver-Makefile' 
'reid-Makefile')
+md5sums=('af005309b248f0bba49673a0e5ba3ce8'
+ '817c6fccae52a5f4c839153ef5d7419f'
+ '296780d7921fbdbefeef59e37770b8ce'
+ '8bd416351a0e1e80078832270e7c9690'
+ '3a1f748d4a556c2d0440b52cf715b38b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  cp $srcdir/dietz-mcube-Makefile dietz/mcube/Makefile
+  cp $srcdir/dietz-solver-Makefile dietz/solver/Makefile
+  cp $srcdir/dietz-cu2-Makefile dietz/cu2/Makefile
+  cp $srcdir/reid-Makefile reid/Makefile
+
+}
+
+package() {
+  cd $pkgname-$pkgver
+  INSTALL=/usr/bin/install make PREFIX=$pkgdir/usr install
+}

Copied: rubiks/repos/community-i686/dietz-cu2-Makefile (from rev 124391, 
rubiks/trunk/dietz-cu2-Makefile)
===
--- repos/community-i686/dietz-cu2-Makefile (rev 0)
+++ repos/community-i686/dietz-cu2-Makefile 2014-12-23 10:53:46 UTC (rev 
124392)
@@ -0,0 +1,38 @@
+RM=rm -f
+INCLUDES=cu2.h config.h
+OBJS=cu2.o main.o
+LIBS=
+DBGCFLAGS=
+DBGLFLAGS=
+DBGOBJS=cu2.o.dbg main.o.dbg
+DBGLIBS=
+
+all: build
+
+debug: build-debug
+
+build: $(OBJS)
+   $(CXX) $(CXXFLAGS)  -o cu2  $(OBJS) $(LIBS)
+
+build-debug: $(DBGOBJS)
+   $(CXX) $(DBGLFLAGS)  -o cu2  $(OBJS) $(DBGLIBS)
+
+clean:
+   $(RM) $(OBJS)
+
+distclean: clean
+   $(RM) cu2
+
+main.o: main.cpp $(INCLUDES)
+   $(CXX) $(CXXFLAGS) -c main.cpp
+
+cu2.o: cu2.cpp $(INCLUDES)
+   $(CXX) $(CXXFLAGS) -c cu2.cpp
+
+main.o.dbg: main.cpp $(INCLUDES)
+   $(CXX) $(DBGCFLAGS) -c main.cpp
+
+cu2.o.dbg: cu2.cpp $(INCLUDES)
+   $(CXX) $(DBGCFLAGS) -c cu2.cpp
+
+dummy:
\ No newline at end of file

Copied: rubiks/repos/community-i686/dietz-mcube-Makefile (from rev 124391, 
rubiks/trunk/dietz-mcube-Makefile)
===
--- repos/community-i686/dietz-mcube-Makefile   (rev 0)
+++ repos/community-i686/dietz-mcube-Makefile   2014-12-23 10:53:46 UTC (rev 
124392)
@@ -0,0 +1,43 @@
+# makefile for mcube with gcc on *nix by Eric
+# This makefile was seriously broken, using for example CPP for
+# the C++ compiler, CFLAGS for compiler flags for the C++ compiler
+# DBGCFLAGS was set to an empty 

[arch-commits] Commit in sage-mathematics/trunk (PKGBUILD.split)

2014-12-23 Thread Antonio Rojas
Date: Tuesday, December 23, 2014 @ 11:57:28
  Author: arojas
Revision: 124393

Add rubiks dependency

Modified:
  sage-mathematics/trunk/PKGBUILD.split

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

Modified: PKGBUILD.split
===
--- PKGBUILD.split  2014-12-23 10:53:46 UTC (rev 124392)
+++ PKGBUILD.split  2014-12-23 10:57:28 UTC (rev 124393)
@@ -21,7 +21,7 @@
 'extensions.patch' 'c_lib.patch' 'env.patch' 'paths.patch' 'blas.patch' 
'clean.patch' 'skip-check.patch' 'gap-hap.patch' 'pexpect-env.patch')
 md5sums=('e40736461992e62af3a84cf9a212c9d1'
  'd9a3e113ed147dcee8f89962a8dccd43'
- '41ffc7700c92aa435ccf3a4411867d66'
+ '43784811932f077c3c07b75825abda1b'
  '5216dbb3d80cecc8ec4a36cc9706f8b5'
  'afd71d86c0cef589fedf699e0cd1d27e'
  'df2f56fb5845a83808b6724f6965ec6e'
@@ -90,7 +90,7 @@
 package_sage-mathematics() {
   depends=('ipython2' 'cython2' 'ppl' 'glpk' 'mpfi' 'palp' 'polybori' 
'singular' 'libcliquer' 'maxima-ecl' 'gfan' 'sympow' 'tachyon' 'python2-rpy2' 
   'python2-matplotlib' 'python2-scipy' 'python2-mpmath' 'python2-sympy' 
'libgap' 'gap' 'genus2reduction' 'flintqs' 'givaro' 'libmpc' 'lcalc' 'lrcalc'
-  'eclib' 'gmp-ecm' 'zn_poly' 'python2-gd' 'pynac' 'linbox'  'gsl' 
'pari-galdata' 'pari-seadata-small' 'sage-data-combinatorial_designs' 
+  'eclib' 'gmp-ecm' 'zn_poly' 'python2-gd' 'pynac' 'linbox'  'gsl' 'rubiks' 
'pari-galdata' 'pari-seadata-small' 'sage-data-combinatorial_designs' 
   'sage-data-elliptic_curves' 'sage-data-graphs' 'sage-data-polytopes_db' 
'sage-data-conway_polynomials') # python2-pexpect
   optdepends=('jmol: 3D plots' 'sage-notebook: Web-based notebook interface' 
'sage-mathematics-doc: Documentation and inline help'
   'sage-mathematics-src: source files needed to build cython code'


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

2014-12-23 Thread Jaroslav Lichtblau
Date: Tuesday, December 23, 2014 @ 12:31:05
  Author: jlichtblau
Revision: 124394

upgpkg: kchmviewer 7.2-1
new upstream release

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

--+
 PKGBUILD |4 ++--
 kchmviewer.changelog |   25 ++---
 2 files changed, 16 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 10:57:28 UTC (rev 124393)
+++ PKGBUILD2014-12-23 11:31:05 UTC (rev 124394)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Bogdanov and...@gmail.com
 
 pkgname=kchmviewer
-pkgver=7.1
+pkgver=7.2
 pkgrel=1
 pkgdesc=A .chm files (MS HTML help file format) viewer
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('a410d0a343d8a871cc860e2983079981806eb70cbf0c970fa1bcf5689821144f')
+sha256sums=('124e59490b00e561ffe6719634fb8345e2d578612af68fbc84b292dd082ced7a')
 
 build() {
   cd $pkgname-$pkgver

Modified: kchmviewer.changelog
===
--- kchmviewer.changelog2014-12-23 10:57:28 UTC (rev 124393)
+++ kchmviewer.changelog2014-12-23 11:31:05 UTC (rev 124394)
@@ -1,34 +1,37 @@
-2014-12-14  Jaroslav Lichtblau svetlemo...@aarchlinux.org
+2014-12-23  Jaroslav Lichtblau svetlemo...@archlinux.org
+   * kchmviewer 7.2-1
+
+2014-12-14  Jaroslav Lichtblau svetlemo...@archlinux.org
* kchmviewer 7.1-1
 
-2014-05-12  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2014-05-12  Jaroslav Lichtblau svetlemo...@archlinux.org
* kchmviewer 6.1-1
 
-2011-12-21  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2011-12-21  Jaroslav Lichtblau svetlemo...@archlinux.org
* kchmviewer 6.0-1
 
-2011-01-15  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2011-01-15  Jaroslav Lichtblau svetlemo...@archlinux.org
* kchmviewer-5.3
 
-2010-06-14  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-06-14  Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 5.2
 
-2009-12-19  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-12-19  Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 5.1
 
-2009-07-26  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-07-26  Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 4.1
 
-2009-04-30  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-04-30  Jaroslav Lichtblau svetlemo...@archlinux.org
* FS#14376 fixed
 
-2009-03-26  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-03-26  Jaroslav Lichtblau svetlemo...@archlinux.org
* FS#12349 fixed
 
-2008-12-04  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2008-12-04  Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 4.0 final
 
-2008-11-22  Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2008-11-22  Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 4.0beta3 - KDE4 version
 
 2007-08-09  Vinay S Shastry  vinayshas...@gmail.com


[arch-commits] Commit in kchmviewer/repos/community-x86_64 (6 files)

2014-12-23 Thread Jaroslav Lichtblau
Date: Tuesday, December 23, 2014 @ 12:31:16
  Author: jlichtblau
Revision: 124395

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   68 ++---
 kchmviewer.changelog |   73 +
 kchmviewer.install   |   24 
 3 files changed, 84 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 11:31:05 UTC (rev 124394)
+++ PKGBUILD2014-12-23 11:31:16 UTC (rev 124395)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlem...@archlinux.org
-# Contributor: Alexander Bogdanov and...@gmail.com
-
-pkgname=kchmviewer
-pkgver=7.1
-pkgrel=1
-pkgdesc=A .chm files (MS HTML help file format) viewer
-arch=('i686' 'x86_64')
-url=http://kchmviewer.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils' 'libzip')
-makedepends=('automoc4' 'cmake')
-options=('libtool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('a410d0a343d8a871cc860e2983079981806eb70cbf0c970fa1bcf5689821144f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-#icon file
-  install -Dm644 packages/$pkgname.png 
${pkgdir}/usr/share/pixmaps/$pkgname.png
-}

Copied: kchmviewer/repos/community-x86_64/PKGBUILD (from rev 124394, 
kchmviewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 11:31:16 UTC (rev 124395)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlem...@archlinux.org
+# Contributor: Alexander Bogdanov and...@gmail.com
+
+pkgname=kchmviewer
+pkgver=7.2
+pkgrel=1
+pkgdesc=A .chm files (MS HTML help file format) viewer
+arch=('i686' 'x86_64')
+url=http://kchmviewer.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils' 'libzip')
+makedepends=('automoc4' 'cmake')
+options=('libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('124e59490b00e561ffe6719634fb8345e2d578612af68fbc84b292dd082ced7a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#icon file
+  install -Dm644 packages/$pkgname.png 
${pkgdir}/usr/share/pixmaps/$pkgname.png
+}

Deleted: kchmviewer.changelog
===
--- kchmviewer.changelog2014-12-23 11:31:05 UTC (rev 124394)
+++ kchmviewer.changelog2014-12-23 11:31:16 UTC (rev 124395)
@@ -1,35 +0,0 @@
-2014-12-14  Jaroslav Lichtblau svetlemo...@aarchlinux.org
-   * kchmviewer 7.1-1
-
-2014-05-12  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kchmviewer 6.1-1
-
-2011-12-21  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kchmviewer 6.0-1
-
-2011-01-15  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kchmviewer-5.3
-
-2010-06-14  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 5.2
-
-2009-12-19  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 5.1
-
-2009-07-26  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 4.1
-
-2009-04-30  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#14376 fixed
-
-2009-03-26  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#12349 fixed
-
-2008-12-04  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 4.0 final
-
-2008-11-22  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 4.0beta3 - KDE4 version
-
-2007-08-09  Vinay S Shastry  vinayshas...@gmail.com
-   * PKGBUILD: do not delete libtool files.

Copied: kchmviewer/repos/community-x86_64/kchmviewer.changelog (from rev 
124394, kchmviewer/trunk/kchmviewer.changelog)
===
--- kchmviewer.changelog(rev 0)
+++ kchmviewer.changelog2014-12-23 11:31:16 UTC (rev 124395)
@@ -0,0 +1,38 @@
+2014-12-23  

[arch-commits] Commit in kchmviewer/repos/community-i686 (6 files)

2014-12-23 Thread Jaroslav Lichtblau
Date: Tuesday, December 23, 2014 @ 12:47:18
  Author: jlichtblau
Revision: 124396

archrelease: copy trunk to community-i686

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

--+
 PKGBUILD |   68 ++---
 kchmviewer.changelog |   73 +
 kchmviewer.install   |   24 
 3 files changed, 84 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 11:31:16 UTC (rev 124395)
+++ PKGBUILD2014-12-23 11:47:18 UTC (rev 124396)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlem...@archlinux.org
-# Contributor: Alexander Bogdanov and...@gmail.com
-
-pkgname=kchmviewer
-pkgver=7.1
-pkgrel=1
-pkgdesc=A .chm files (MS HTML help file format) viewer
-arch=('i686' 'x86_64')
-url=http://kchmviewer.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils' 'libzip')
-makedepends=('automoc4' 'cmake')
-options=('libtool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('a410d0a343d8a871cc860e2983079981806eb70cbf0c970fa1bcf5689821144f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-#icon file
-  install -Dm644 packages/$pkgname.png 
${pkgdir}/usr/share/pixmaps/$pkgname.png
-}

Copied: kchmviewer/repos/community-i686/PKGBUILD (from rev 124395, 
kchmviewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 11:47:18 UTC (rev 124396)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlem...@archlinux.org
+# Contributor: Alexander Bogdanov and...@gmail.com
+
+pkgname=kchmviewer
+pkgver=7.2
+pkgrel=1
+pkgdesc=A .chm files (MS HTML help file format) viewer
+arch=('i686' 'x86_64')
+url=http://kchmviewer.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils' 'libzip')
+makedepends=('automoc4' 'cmake')
+options=('libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('124e59490b00e561ffe6719634fb8345e2d578612af68fbc84b292dd082ced7a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#icon file
+  install -Dm644 packages/$pkgname.png 
${pkgdir}/usr/share/pixmaps/$pkgname.png
+}

Deleted: kchmviewer.changelog
===
--- kchmviewer.changelog2014-12-23 11:31:16 UTC (rev 124395)
+++ kchmviewer.changelog2014-12-23 11:47:18 UTC (rev 124396)
@@ -1,35 +0,0 @@
-2014-12-14  Jaroslav Lichtblau svetlemo...@aarchlinux.org
-   * kchmviewer 7.1-1
-
-2014-05-12  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kchmviewer 6.1-1
-
-2011-12-21  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kchmviewer 6.0-1
-
-2011-01-15  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kchmviewer-5.3
-
-2010-06-14  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 5.2
-
-2009-12-19  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 5.1
-
-2009-07-26  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 4.1
-
-2009-04-30  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#14376 fixed
-
-2009-03-26  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#12349 fixed
-
-2008-12-04  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 4.0 final
-
-2008-11-22  Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 4.0beta3 - KDE4 version
-
-2007-08-09  Vinay S Shastry  vinayshas...@gmail.com
-   * PKGBUILD: do not delete libtool files.

Copied: kchmviewer/repos/community-i686/kchmviewer.changelog (from rev 124395, 
kchmviewer/trunk/kchmviewer.changelog)
===
--- kchmviewer.changelog(rev 0)
+++ kchmviewer.changelog2014-12-23 11:47:18 UTC (rev 124396)
@@ -0,0 +1,38 @@
+2014-12-23  Jaroslav Lichtblau 

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2014-12-23 Thread Jürgen Hötzel
Date: Tuesday, December 23, 2014 @ 12:52:33
  Author: juergen
Revision: 227944

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 227943, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 227943, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|   92 --
 gnucash.install |   72 +-
 2 files changed, 84 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 10:22:46 UTC (rev 227943)
+++ PKGBUILD2014-12-23 11:52:33 UTC (rev 227944)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.6.3
-pkgrel=1
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('slib' 'goffice0.8' 'libdbi-drivers' 'aqbanking' 'desktop-file-utils' 
'webkitgtk2' 'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('40ea9c069d0ad0a811b74f00c2b32faad6108a6a')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|guile-config|guile-config1.8|g' configure
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export GUILE=/usr/bin/guile1.8
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 227943, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 11:52:33 UTC (rev 227944)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.6.5
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('c9a5184603e41c6582f8342d4be9e392eceef33f')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f ${pkgdir}/usr/bin/gnucash-valgrind
+
+}

Deleted: gnucash.install
===
--- gnucash.install 2014-12-23 10:22:46 UTC (rev 227943)
+++ gnucash.install 2014-12-23 11:52:33 UTC (rev 227944)
@@ -1,36 +0,0 @@
-pkgname=gnucash
-info_dir=usr/share/info
-info_files=(gnucash-design.info)
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  [ -x usr/bin/install-info 

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

2014-12-23 Thread Jürgen Hötzel
Date: Tuesday, December 23, 2014 @ 13:00:27
  Author: juergen
Revision: 227945

upgpkg: gnucash-docs 2.6.5-1

Modified:
  gnucash-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 11:52:33 UTC (rev 227944)
+++ PKGBUILD2014-12-23 12:00:27 UTC (rev 227945)
@@ -1,6 +1,6 @@
 # Maintainer: Juergen Hoetzel juer...@archlinux.org
 pkgname=gnucash-docs
-pkgver=2.6.3
+pkgver=2.6.5
 pkgrel=1
 pkgdesc=GnuCash documentation package
 arch=('any')
@@ -8,7 +8,7 @@
 license=('GPL')
 makedepends=('rarian' 'libxslt')
 
source=(gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download;)
-md5sums=('65ce6cfff25a5358522edc7b79ded1bb')
+md5sums=('2a389ddb82c48a9658fd6a6929daaf99')
 
 build() {
   cd $pkgname-$pkgver


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

2014-12-23 Thread Jürgen Hötzel
Date: Tuesday, December 23, 2014 @ 13:00:35
  Author: juergen
Revision: 227946

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 12:00:27 UTC (rev 227945)
+++ PKGBUILD2014-12-23 12:00:35 UTC (rev 227946)
@@ -1,32 +0,0 @@
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-pkgname=gnucash-docs
-pkgver=2.6.3
-pkgrel=1
-pkgdesc=GnuCash documentation package
-arch=('any')
-url=http://www.gnucash.org/docs.phtml;
-license=('GPL')
-makedepends=('rarian' 'libxslt')
-source=(gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download;)
-md5sums=('65ce6cfff25a5358522edc7b79ded1bb')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnucash-docs/repos/extra-any/PKGBUILD (from rev 227945, 
gnucash-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 12:00:35 UTC (rev 227946)
@@ -0,0 +1,32 @@
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+pkgname=gnucash-docs
+pkgver=2.6.5
+pkgrel=1
+pkgdesc=GnuCash documentation package
+arch=('any')
+url=http://www.gnucash.org/docs.phtml;
+license=('GPL')
+makedepends=('rarian' 'libxslt')
+source=(gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download;)
+md5sums=('2a389ddb82c48a9658fd6a6929daaf99')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-12-23 Thread Jaroslav Lichtblau
Date: Tuesday, December 23, 2014 @ 13:01:35
  Author: jlichtblau
Revision: 124397

mail box typo fix

Modified:
  kchmviewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 11:47:18 UTC (rev 124396)
+++ PKGBUILD2014-12-23 12:01:35 UTC (rev 124397)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau svetlem...@archlinux.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 # Contributor: Alexander Bogdanov and...@gmail.com
 
 pkgname=kchmviewer


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

2014-12-23 Thread Evangelos Foutras
Date: Tuesday, December 23, 2014 @ 13:17:11
  Author: foutrelis
Revision: 227948

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

Added:
  llvm/repos/extra-i686/PKGBUILD
(from rev 227947, llvm/trunk/PKGBUILD)
  llvm/repos/extra-i686/llvm-3.5.0-fix-cmake-llvm-exports.patch
(from rev 227947, llvm/trunk/llvm-3.5.0-fix-cmake-llvm-exports.patch)
  llvm/repos/extra-i686/llvm-3.5.0-fix-ocaml-as-needed.patch
(from rev 227947, llvm/trunk/llvm-3.5.0-fix-ocaml-as-needed.patch)
  llvm/repos/extra-i686/llvm-3.5.0-force-link-pass.o.patch
(from rev 227947, llvm/trunk/llvm-3.5.0-force-link-pass.o.patch)
  llvm/repos/extra-i686/llvm-Config-config.h
(from rev 227947, llvm/trunk/llvm-Config-config.h)
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
(from rev 227947, llvm/trunk/llvm-Config-llvm-config.h)
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 227947, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/llvm-3.5.0-fix-cmake-llvm-exports.patch
(from rev 227947, llvm/trunk/llvm-3.5.0-fix-cmake-llvm-exports.patch)
  llvm/repos/extra-x86_64/llvm-3.5.0-fix-ocaml-as-needed.patch
(from rev 227947, llvm/trunk/llvm-3.5.0-fix-ocaml-as-needed.patch)
  llvm/repos/extra-x86_64/llvm-3.5.0-force-link-pass.o.patch
(from rev 227947, llvm/trunk/llvm-3.5.0-force-link-pass.o.patch)
  llvm/repos/extra-x86_64/llvm-Config-config.h
(from rev 227947, llvm/trunk/llvm-Config-config.h)
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h
(from rev 227947, llvm/trunk/llvm-Config-llvm-config.h)
Deleted:
  llvm/repos/extra-i686/PKGBUILD
  llvm/repos/extra-i686/llvm-3.5.0-fix-cmake-llvm-exports.patch
  llvm/repos/extra-i686/llvm-3.5.0-force-link-pass.o.patch
  llvm/repos/extra-i686/llvm-Config-config.h
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/llvm-3.5.0-fix-cmake-llvm-exports.patch
  llvm/repos/extra-x86_64/llvm-3.5.0-force-link-pass.o.patch
  llvm/repos/extra-x86_64/llvm-Config-config.h
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h

--+
 /PKGBUILD|  612 +
 /llvm-3.5.0-fix-cmake-llvm-exports.patch |   78 ++
 /llvm-3.5.0-force-link-pass.o.patch  |   56 +
 /llvm-Config-config.h|   18 
 /llvm-Config-llvm-config.h   |   18 
 extra-i686/PKGBUILD  |  296 
 extra-i686/llvm-3.5.0-fix-cmake-llvm-exports.patch   |   39 -
 extra-i686/llvm-3.5.0-fix-ocaml-as-needed.patch  |   14 
 extra-i686/llvm-3.5.0-force-link-pass.o.patch|   28 
 extra-i686/llvm-Config-config.h  |9 
 extra-i686/llvm-Config-llvm-config.h |9 
 extra-x86_64/PKGBUILD|  298 
 extra-x86_64/llvm-3.5.0-fix-cmake-llvm-exports.patch |   39 -
 extra-x86_64/llvm-3.5.0-fix-ocaml-as-needed.patch|   14 
 extra-x86_64/llvm-3.5.0-force-link-pass.o.patch  |   28 
 extra-x86_64/llvm-Config-config.h|9 
 extra-x86_64/llvm-Config-llvm-config.h   |9 
 17 files changed, 810 insertions(+), 764 deletions(-)

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


[arch-commits] Commit in llvm/trunk (PKGBUILD llvm-3.5.0-fix-ocaml-as-needed.patch)

2014-12-23 Thread Evangelos Foutras
Date: Tuesday, December 23, 2014 @ 13:16:44
  Author: foutrelis
Revision: 227947

upgpkg: llvm 3.5.0-3

- OCaml 4.02.1 rebuild.
- Fix OCaml bindings linking with -Wl,--as-needed (FS#43197).

Added:
  llvm/trunk/llvm-3.5.0-fix-ocaml-as-needed.patch
Modified:
  llvm/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 llvm-3.5.0-fix-ocaml-as-needed.patch |   14 ++
 2 files changed, 28 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 12:00:35 UTC (rev 227946)
+++ PKGBUILD2014-12-23 12:16:44 UTC (rev 227947)
@@ -12,13 +12,14 @@
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'clang' 'clang-analyzer'
  'clang-tools-extra')
 pkgver=3.5.0
-pkgrel=2.1
+pkgrel=3
+_ocaml_ver=4.02.1
 arch=('i686' 'x86_64')
 url=http://llvm.org/;
 license=('custom:University of Illinois/NCSA Open Source License')
-makedepends=('libffi' 'python2' 'ocaml' 'python-sphinx' 'chrpath')
+makedepends=('libffi' 'python2' ocaml=$_ocaml_ver 'python-sphinx' 'chrpath')
 # Use gcc-multilib to build 32-bit compiler-rt libraries on x86_64 (FS#41911)
-[[ $CARCH = x86_64 ]]  makedepends+=('gcc-multilib')
+makedepends_x86_64=('gcc-multilib')
 options=('staticlibs')
 source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
 http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
@@ -26,6 +27,7 @@
 http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}
 llvm-3.5.0-force-link-pass.o.patch
 llvm-3.5.0-fix-cmake-llvm-exports.patch
+llvm-3.5.0-fix-ocaml-as-needed.patch
 llvm-Config-config.h
 llvm-Config-llvm-config.h)
 sha256sums=('28e199f368ef0a4666708f31c7991ad3bcc3a578342b0306526dd35f07595c03'
@@ -38,8 +40,10 @@
 'SKIP'
 '5702053503d49448598eda1b8dc8c263f0df9ad7486833273e3987b5dec25a19'
 '841a153d0e9d2d196ea5318388ff295e69c41547eb73b24edf92a1b2cc3cccdd'
+'0d8b268cf101b0a08dbe458a041c33be0500d09b1a62ed0a16f205758647a5fc'
 '312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
 '597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
+validpgpkeys=('54E3BDE33185D9F69664D22455F5CD70BB5A0569')
 
 prepare() {
   cd $srcdir/llvm-$pkgver.src
@@ -62,11 +66,15 @@
 
   # Fix build with GCC 4.9 (patch from Debian)
   # http://llvm.org/bugs/show_bug.cgi?id=20067
-  patch -Np1 -i $srcdir/llvm-3.5.0-force-link-pass.o.patch
+  patch -Np1 -i ../llvm-3.5.0-force-link-pass.o.patch
 
   # Fix generation of broken LLVMExports.cmake file
   # http://llvm.org/bugs/show_bug.cgi?id=20884
-  patch -Np0 -i $srcdir/llvm-3.5.0-fix-cmake-llvm-exports.patch
+  patch -Np0 -i ../llvm-3.5.0-fix-cmake-llvm-exports.patch
+
+  # Fix OCaml bindings linking with -Wl,--as-needed
+  # http://llvm.org/bugs/show_bug.cgi?id=22014
+  patch -Np1 -i ../llvm-3.5.0-fix-ocaml-as-needed.patch
 }
 
 build() {
@@ -173,7 +181,7 @@
 
 package_llvm-ocaml() {
   pkgdesc=OCaml bindings for LLVM
-  depends=(llvm=$pkgver-$pkgrel 'ocaml')
+  depends=(llvm=$pkgver-$pkgrel ocaml=$_ocaml_ver)
 
   cd $srcdir/llvm-$pkgver.src
 

Added: llvm-3.5.0-fix-ocaml-as-needed.patch
===
--- llvm-3.5.0-fix-ocaml-as-needed.patch(rev 0)
+++ llvm-3.5.0-fix-ocaml-as-needed.patch2014-12-23 12:16:44 UTC (rev 
227947)
@@ -0,0 +1,14 @@
+diff -upr llvm-3.5.0.src.orig/bindings/ocaml/Makefile.ocaml 
llvm-3.5.0.src/bindings/ocaml/Makefile.ocaml
+--- llvm-3.5.0.src.orig/bindings/ocaml/Makefile.ocaml  2014-12-23 
12:28:27.0 +0200
 llvm-3.5.0.src/bindings/ocaml/Makefile.ocaml   2014-12-23 
12:35:36.0 +0200
+@@ -243,8 +243,8 @@ uninstall-local:: uninstall-shared
+ 
+ $(SharedLib): $(ObjectsO) $(OcamlDir)/.dir
+   $(Echo) Building $(BuildMode) $(notdir $@)
+-  $(Verb) $(Link) $(SharedLinkOptions) $(OCAMLRPATH) $(LLVMLibsOptions) \
+-  -o $@ $(ObjectsO)
++  $(Verb) $(Link) $(SharedLinkOptions) $(OCAMLRPATH) -o $@ $(ObjectsO) \
++  $(LLVMLibsOptions)
+ 
+ clean-shared::
+   -$(Verb) $(RM) -f $(SharedLib)


[arch-commits] Commit in xfce4-weather-plugin/trunk (PKGBUILD)

2014-12-23 Thread Evangelos Foutras
Date: Tuesday, December 23, 2014 @ 15:14:51
  Author: foutrelis
Revision: 227949

upgpkg: xfce4-weather-plugin 0.8.5-1

New upstream release.

Modified:
  xfce4-weather-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 12:17:11 UTC (rev 227948)
+++ PKGBUILD2014-12-23 14:14:51 UTC (rev 227949)
@@ -3,7 +3,7 @@
 # Contributor: Suzy Williams suzanne.willia...@verizon.net
 
 pkgname=xfce4-weather-plugin
-pkgver=0.8.4
+pkgver=0.8.5
 pkgrel=1
 pkgdesc=A weather plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('56f6883f7b0e61e4fced57086dfb5a714afbb3d4ec33b1c433186c9a7d86fe3f')
+sha256sums=('be8ac0e5635355d568e4095a3459f53efd5f10a8ef46976a43dc30cbb277e5cd')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in xfce4-weather-plugin/repos (8 files)

2014-12-23 Thread Evangelos Foutras
Date: Tuesday, December 23, 2014 @ 15:15:12
  Author: foutrelis
Revision: 227950

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

Added:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
(from rev 227949, xfce4-weather-plugin/trunk/PKGBUILD)
  xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install
(from rev 227949, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
(from rev 227949, xfce4-weather-plugin/trunk/PKGBUILD)
  xfce4-weather-plugin/repos/extra-x86_64/xfce4-weather-plugin.install
(from rev 227949, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
Deleted:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
  xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-weather-plugin/repos/extra-x86_64/xfce4-weather-plugin.install

---+
 /PKGBUILD |   76 
 /xfce4-weather-plugin.install |   26 +
 extra-i686/PKGBUILD   |   38 --
 extra-i686/xfce4-weather-plugin.install   |   13 
 extra-x86_64/PKGBUILD |   38 --
 extra-x86_64/xfce4-weather-plugin.install |   13 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-23 14:14:51 UTC (rev 227949)
+++ extra-i686/PKGBUILD 2014-12-23 14:15:12 UTC (rev 227950)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Suzy Williams suzanne.willia...@verizon.net
-
-pkgname=xfce4-weather-plugin
-pkgver=0.8.4
-pkgrel=1
-pkgdesc=A weather plugin for the Xfce4 panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('56f6883f7b0e61e4fced57086dfb5a714afbb3d4ec33b1c433186c9a7d86fe3f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug \
---disable-upower
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-weather-plugin/repos/extra-i686/PKGBUILD (from rev 227949, 
xfce4-weather-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-23 14:15:12 UTC (rev 227950)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Suzy Williams suzanne.willia...@verizon.net
+
+pkgname=xfce4-weather-plugin
+pkgver=0.8.5
+pkgrel=1
+pkgdesc=A weather plugin for the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
+sha256sums=('be8ac0e5635355d568e4095a3459f53efd5f10a8ef46976a43dc30cbb277e5cd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug \
+--disable-upower
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-weather-plugin.install
===
--- extra-i686/xfce4-weather-plugin.install 2014-12-23 14:14:51 UTC (rev 
227949)
+++ extra-i686/xfce4-weather-plugin.install 2014-12-23 14:15:12 UTC (rev 
227950)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install 
(from rev 227949, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
===
--- extra-i686/xfce4-weather-plugin.install (rev 0)
+++ extra-i686/xfce4-weather-plugin.install 2014-12-23 14:15:12 UTC (rev 
227950)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  

[arch-commits] Commit in xfce4-eyes-plugin/trunk (PKGBUILD)

2014-12-23 Thread Evangelos Foutras
Date: Tuesday, December 23, 2014 @ 15:18:08
  Author: foutrelis
Revision: 227951

upgpkg: xfce4-eyes-plugin 4.4.3-1

New upstream release.

Modified:
  xfce4-eyes-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 14:15:12 UTC (rev 227950)
+++ PKGBUILD2014-12-23 14:18:08 UTC (rev 227951)
@@ -4,8 +4,8 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-eyes-plugin
-pkgver=4.4.2
-pkgrel=2
+pkgver=4.4.3
+pkgrel=1
 pkgdesc=A rolling eyes (following mouse pointer) plugin for the Xfce panel
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'perlxml')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dad102fedd0d9e6df45338a018387b2aacaf24b05eb798275be0dfc05ffa3021')
+sha256sums=('4b9a335bcfdb8e4e2f6aedb3556575e5331f181912565f4289e354126230817c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in xfce4-eyes-plugin/repos (8 files)

2014-12-23 Thread Evangelos Foutras
Date: Tuesday, December 23, 2014 @ 15:18:18
  Author: foutrelis
Revision: 227952

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

Added:
  xfce4-eyes-plugin/repos/extra-i686/PKGBUILD
(from rev 227951, xfce4-eyes-plugin/trunk/PKGBUILD)
  xfce4-eyes-plugin/repos/extra-i686/xfce4-eyes-plugin.install
(from rev 227951, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
  xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD
(from rev 227951, xfce4-eyes-plugin/trunk/PKGBUILD)
  xfce4-eyes-plugin/repos/extra-x86_64/xfce4-eyes-plugin.install
(from rev 227951, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
Deleted:
  xfce4-eyes-plugin/repos/extra-i686/PKGBUILD
  xfce4-eyes-plugin/repos/extra-i686/xfce4-eyes-plugin.install
  xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-eyes-plugin/repos/extra-x86_64/xfce4-eyes-plugin.install

+
 /PKGBUILD  |   74 +++
 /xfce4-eyes-plugin.install |   26 ++
 extra-i686/PKGBUILD|   37 ---
 extra-i686/xfce4-eyes-plugin.install   |   13 -
 extra-x86_64/PKGBUILD  |   37 ---
 extra-x86_64/xfce4-eyes-plugin.install |   13 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-23 14:18:08 UTC (rev 227951)
+++ extra-i686/PKGBUILD 2014-12-23 14:18:18 UTC (rev 227952)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-eyes-plugin
-pkgver=4.4.2
-pkgrel=2
-pkgdesc=A rolling eyes (following mouse pointer) plugin for the Xfce panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'hicolor-icon-theme')
-makedepends=('intltool' 'perlxml')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dad102fedd0d9e6df45338a018387b2aacaf24b05eb798275be0dfc05ffa3021')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-eyes-plugin/repos/extra-i686/PKGBUILD (from rev 227951, 
xfce4-eyes-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-23 14:18:18 UTC (rev 227952)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-eyes-plugin
+pkgver=4.4.3
+pkgrel=1
+pkgdesc=A rolling eyes (following mouse pointer) plugin for the Xfce panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'hicolor-icon-theme')
+makedepends=('intltool' 'perlxml')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4b9a335bcfdb8e4e2f6aedb3556575e5331f181912565f4289e354126230817c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-eyes-plugin.install
===
--- extra-i686/xfce4-eyes-plugin.install2014-12-23 14:18:08 UTC (rev 
227951)
+++ extra-i686/xfce4-eyes-plugin.install2014-12-23 14:18:18 UTC (rev 
227952)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-eyes-plugin/repos/extra-i686/xfce4-eyes-plugin.install (from rev 
227951, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
===
--- extra-i686/xfce4-eyes-plugin.install(rev 0)
+++ extra-i686/xfce4-eyes-plugin.install2014-12-23 14:18:18 UTC (rev 
227952)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD

[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

2014-12-23 Thread Evangelos Foutras
Date: Tuesday, December 23, 2014 @ 15:21:15
  Author: foutrelis
Revision: 227953

upgpkg: xfce4-cpufreq-plugin 1.1.1-1

New upstream release.

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 14:18:18 UTC (rev 227952)
+++ PKGBUILD2014-12-23 14:21:15 UTC (rev 227953)
@@ -4,7 +4,7 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc=CPU frequency plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('eafa261bf984231ed8487c08decea6d916339d82b52f4bbe748e5c6a95c7f6b6')
+sha256sums=('474c45c007e65bfc107d6bcc902330c5e964906e6da120af48f7e2dba7f5cae7')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in xfce4-cpufreq-plugin/repos (8 files)

2014-12-23 Thread Evangelos Foutras
Date: Tuesday, December 23, 2014 @ 15:21:25
  Author: foutrelis
Revision: 227954

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

Added:
  xfce4-cpufreq-plugin/repos/extra-i686/PKGBUILD
(from rev 227953, xfce4-cpufreq-plugin/trunk/PKGBUILD)
  xfce4-cpufreq-plugin/repos/extra-i686/xfce4-cpufreq-plugin.install
(from rev 227953, xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install)
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD
(from rev 227953, xfce4-cpufreq-plugin/trunk/PKGBUILD)
  xfce4-cpufreq-plugin/repos/extra-x86_64/xfce4-cpufreq-plugin.install
(from rev 227953, xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install)
Deleted:
  xfce4-cpufreq-plugin/repos/extra-i686/PKGBUILD
  xfce4-cpufreq-plugin/repos/extra-i686/xfce4-cpufreq-plugin.install
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-cpufreq-plugin/repos/extra-x86_64/xfce4-cpufreq-plugin.install

---+
 /PKGBUILD |   76 
 /xfce4-cpufreq-plugin.install |   26 +
 extra-i686/PKGBUILD   |   33 
 extra-i686/xfce4-cpufreq-plugin.install   |   11 
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/xfce4-cpufreq-plugin.install |   11 
 6 files changed, 102 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-23 14:21:15 UTC (rev 227953)
+++ extra-i686/PKGBUILD 2014-12-23 14:21:25 UTC (rev 227954)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=CPU frequency plugin for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('dcc56af0e19266956c297d124ba551f4')
-
-build() {
-  cd xfce4-cpufreq-plugin-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd xfce4-cpufreq-plugin-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-cpufreq-plugin/repos/extra-i686/PKGBUILD (from rev 227953, 
xfce4-cpufreq-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-23 14:21:25 UTC (rev 227954)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfce4-cpufreq-plugin
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=CPU frequency plugin for the Xfce4 panel
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('474c45c007e65bfc107d6bcc902330c5e964906e6da120af48f7e2dba7f5cae7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-cpufreq-plugin.install
===
--- extra-i686/xfce4-cpufreq-plugin.install 2014-12-23 14:21:15 UTC (rev 
227953)
+++ extra-i686/xfce4-cpufreq-plugin.install 2014-12-23 14:21:25 UTC (rev 
227954)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: xfce4-cpufreq-plugin/repos/extra-i686/xfce4-cpufreq-plugin.install 
(from rev 227953, xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install)
===
--- extra-i686/xfce4-cpufreq-plugin.install (rev 0)
+++ extra-i686/xfce4-cpufreq-plugin.install 2014-12-23 14:21:25 UTC (rev 
227954)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD

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

2014-12-23 Thread Ronald van Haren
Date: Tuesday, December 23, 2014 @ 16:14:11
  Author: ronald
Revision: 227955

upgpkg: efl 1.12.2-1

update enlightenment and libs

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 14:21:25 UTC (rev 227954)
+++ PKGBUILD2014-12-23 15:14:11 UTC (rev 227955)
@@ -4,7 +4,7 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.12.1
+pkgver=1.12.2
 pkgrel=1
 pkgdesc=Enlightenment Foundation Libraries
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
  'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
  'libxinerama' 'libxrandr' 'libxss'
  'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland' 'lz4')
+ 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi')
 optdepends=('python2: einabench-cmp')
 makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
 replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
@@ -23,7 +23,7 @@
 
source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
'eina_doxygen.patch')
 install=efl.install
-sha1sums=('578f99e4e8f8914819cc822e81689543060f7baf'
+sha1sums=('86afc95ae8ad14b48d7312e4fe58279fe4577a47'
   'ef2b961e793c711685623a149ab55b1bec9a3676')
 
 prepare() {


[arch-commits] Commit in efl/repos/extra-x86_64 (8 files)

2014-12-23 Thread Ronald van Haren
Date: Tuesday, December 23, 2014 @ 16:14:37
  Author: ronald
Revision: 227956

archrelease: copy trunk to extra-x86_64

Added:
  efl/repos/extra-x86_64/PKGBUILD
(from rev 227955, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
(from rev 227955, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-x86_64/efl.install
(from rev 227955, efl/trunk/efl.install)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 227955, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-x86_64/efl.install
  efl/repos/extra-x86_64/eina_doxygen.patch

---+
 PKGBUILD  |  144 
 efl-1.10.0-giflib-5.1.0.patch |   78 ++---
 efl.install   |   32 
 eina_doxygen.patch|   20 ++---
 4 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 15:14:11 UTC (rev 227955)
+++ PKGBUILD2014-12-23 15:14:37 UTC (rev 227956)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.12.1
-pkgrel=1
-pkgdesc=Enlightenment Foundation Libraries
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland' 'lz4')
-optdepends=('python2: einabench-cmp')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
-replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
-  'emotion' 'ethumb' 'evas')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
-   'eina_doxygen.patch')
-install=efl.install
-sha1sums=('578f99e4e8f8914819cc822e81689543060f7baf'
-  'ef2b961e793c711685623a149ab55b1bec9a3676')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's/env python$/2/' src/scripts/eina/eina-bench-cmp
-
-  # fix docs building
-  patch -Np0 -i ${srcdir}/eina_doxygen.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CFLAGS=$CFLAGS -fvisibility=hidden
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
-  --enable-liblz4
-
-  make
-  make -j1 doc
-}
-
-package_efl(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL
-}
-
-package_efl-docs() {
-  pkgdesc=Documentation for the Enlightenment Foundation Libraries
-  depends=()
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
-  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
-}
-

Copied: efl/repos/extra-x86_64/PKGBUILD (from rev 227955, efl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 15:14:37 UTC (rev 227956)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.12.2
+pkgrel=1
+pkgdesc=Enlightenment Foundation Libraries
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
+ 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
+ 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi')
+optdepends=('python2: einabench-cmp')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
+replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
+  'emotion' 'ethumb' 'evas')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
+   'eina_doxygen.patch')
+install=efl.install
+sha1sums=('86afc95ae8ad14b48d7312e4fe58279fe4577a47'
+  'ef2b961e793c711685623a149ab55b1bec9a3676')
+
+prepare() {
+  cd 

[arch-commits] Commit in elementary/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2014-12-23 Thread Ronald van Haren
Date: Tuesday, December 23, 2014 @ 16:17:04
  Author: ronald
Revision: 227958

archrelease: copy trunk to extra-x86_64

Added:
  elementary/repos/extra-x86_64/PKGBUILD
(from rev 227957, elementary/trunk/PKGBUILD)
Deleted:
  elementary/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 15:16:57 UTC (rev 227957)
+++ PKGBUILD2014-12-23 15:17:04 UTC (rev 227958)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgbase=elementary
-pkgname=('elementary' 'elementary-docs')
-pkgver=1.12.1
-pkgrel=1
-pkgdesc=Enlightenment's widget set
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'evas_generic_loaders')
-makedepends=('doxygen' 'imagemagick' 'texlive-core' 'ghostscript')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('d6e1e664e7a634256eba804cd845391f13904e49')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CFLAGS=$CFLAGS -fvisibility=hidden
-
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-  make -j1 doc
-}
-
-package_elementary(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install license files
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-
-package_elementary-docs() {
-  pkgdesc=Documentation for Elementary GUI toolkit
-  depends=()
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
-  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
-}
-
-

Copied: elementary/repos/extra-x86_64/PKGBUILD (from rev 227957, 
elementary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 15:17:04 UTC (rev 227958)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgbase=elementary
+pkgname=('elementary' 'elementary-docs')
+pkgver=1.12.2
+pkgrel=1
+pkgdesc=Enlightenment's widget set
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'evas_generic_loaders')
+makedepends=('doxygen' 'imagemagick' 'texlive-core' 'ghostscript')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('582a86761ed8e9721476bfe20b95a10a1eeb5e25')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+  make -j1 doc
+}
+
+package_elementary(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_elementary-docs() {
+  pkgdesc=Documentation for Elementary GUI toolkit
+  depends=()
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
+  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
+}
+
+


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

2014-12-23 Thread Ronald van Haren
Date: Tuesday, December 23, 2014 @ 16:16:57
  Author: ronald
Revision: 227957

upgpkg: elementary 1.12.2-1

update enlightenment and libs

Modified:
  elementary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 15:14:37 UTC (rev 227956)
+++ PKGBUILD2014-12-23 15:16:57 UTC (rev 227957)
@@ -4,7 +4,7 @@
 
 pkgbase=elementary
 pkgname=('elementary' 'elementary-docs')
-pkgver=1.12.1
+pkgver=1.12.2
 pkgrel=1
 pkgdesc=Enlightenment's widget set
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('doxygen' 'imagemagick' 'texlive-core' 'ghostscript')
 options=('!emptydirs')
 
source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('d6e1e664e7a634256eba804cd845391f13904e49')
+sha1sums=('582a86761ed8e9721476bfe20b95a10a1eeb5e25')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-12-23 Thread Ronald van Haren
Date: Tuesday, December 23, 2014 @ 16:18:08
  Author: ronald
Revision: 227959

upgpkg: enlightenment 0.19.2-1

update enlightenment and libs

Modified:
  enlightenment/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 15:17:04 UTC (rev 227958)
+++ PKGBUILD2014-12-23 15:18:08 UTC (rev 227959)
@@ -2,8 +2,8 @@
 # Contributor: Enlightenment Developers 
enlightenment-de...@enlightenment.org
 
 pkgname=enlightenment
-pkgver=0.19.1
-pkgrel=2
+pkgver=0.19.2
+pkgrel=1
 pkgdesc=Enlightenment window manager
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
@@ -19,8 +19,8 @@
 'etc/xdg/menus/e-applications.menu')
 
source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
 install=enlightenment.install
-sha1sums=('575205652a1cc6844addf1d0f3e2c64324e633d3')
-
+sha1sums=('d48ea078d66ffea919d932c415aedacd8151876b')
+   
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
@@ -39,7 +39,3 @@
   # install LICENSE
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
-sha1sums=('c340d2d76ea0444b95baf6324ace7069ee81c4eb')
-sha1sums=('c340d2d76ea0444b95baf6324ace7069ee81c4eb')
-sha1sums=('c340d2d76ea0444b95baf6324ace7069ee81c4eb')
-sha1sums=('575205652a1cc6844addf1d0f3e2c64324e633d3')


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

2014-12-23 Thread Ronald van Haren
Date: Tuesday, December 23, 2014 @ 16:18:22
  Author: ronald
Revision: 227960

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

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

+
 /PKGBUILD  |   82 +++
 /enlightenment.install |   24 ++
 extra-i686/PKGBUILD|   45 ---
 extra-i686/enlightenment.install   |   12 -
 extra-x86_64/PKGBUILD  |   45 ---
 extra-x86_64/enlightenment.install |   12 -
 6 files changed, 106 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-23 15:18:08 UTC (rev 227959)
+++ extra-i686/PKGBUILD 2014-12-23 15:18:22 UTC (rev 227960)
@@ -1,45 +0,0 @@
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Enlightenment Developers 
enlightenment-de...@enlightenment.org
-
-pkgname=enlightenment
-pkgver=0.19.1
-pkgrel=2
-pkgdesc=Enlightenment window manager
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('elementary' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
- 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
-optdepends=('connman: network module'
-'acpid: power events on laptop lid close')
-provides=(enlightenment17=$pkgver 'notification-daemon')
-conflicts=(enlightenment17)
-replaces=(enlightenment17)
-backup=('etc/enlightenment/sysactions.conf'
-'etc/xdg/menus/e-applications.menu')
-source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
-install=enlightenment.install
-sha1sums=('575205652a1cc6844addf1d0f3e2c64324e633d3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CFLAGS=$CFLAGS -fvisibility=hidden
-
-  ./configure --prefix=/usr --sysconfdir=/etc 
-#  --enable-wayland-clients 
-#  --enable-wayland-egl 
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 DESTDIR=$pkgdir install
-
-  # install LICENSE
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-sha1sums=('c340d2d76ea0444b95baf6324ace7069ee81c4eb')
-sha1sums=('c340d2d76ea0444b95baf6324ace7069ee81c4eb')
-sha1sums=('c340d2d76ea0444b95baf6324ace7069ee81c4eb')
-sha1sums=('575205652a1cc6844addf1d0f3e2c64324e633d3')

Copied: enlightenment/repos/extra-i686/PKGBUILD (from rev 227959, 
enlightenment/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-23 15:18:22 UTC (rev 227960)
@@ -0,0 +1,41 @@
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers 
enlightenment-de...@enlightenment.org
+
+pkgname=enlightenment
+pkgver=0.19.2
+pkgrel=1
+pkgdesc=Enlightenment window manager
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('elementary' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+ 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
+optdepends=('connman: network module'
+'acpid: power events on laptop lid close')
+provides=(enlightenment17=$pkgver 'notification-daemon')
+conflicts=(enlightenment17)
+replaces=(enlightenment17)
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/e-applications.menu')
+source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
+install=enlightenment.install
+sha1sums=('d48ea078d66ffea919d932c415aedacd8151876b')
+   
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure --prefix=/usr --sysconfdir=/etc 
+#  --enable-wayland-clients 
+#  --enable-wayland-egl 
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=$pkgdir install
+
+  # install LICENSE
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-i686/enlightenment.install
===
--- extra-i686/enlightenment.install2014-12-23 15:18:08 UTC (rev 227959)
+++ extra-i686/enlightenment.install2014-12-23 15:18:22 UTC (rev 227960)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime  /dev/null
-  

[arch-commits] Commit in elementary/repos/extra-i686 (PKGBUILD PKGBUILD)

2014-12-23 Thread Ronald van Haren
Date: Tuesday, December 23, 2014 @ 17:02:11
  Author: ronald
Revision: 227961

archrelease: copy trunk to extra-i686

Added:
  elementary/repos/extra-i686/PKGBUILD
(from rev 227960, elementary/trunk/PKGBUILD)
Deleted:
  elementary/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 15:18:22 UTC (rev 227960)
+++ PKGBUILD2014-12-23 16:02:11 UTC (rev 227961)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgbase=elementary
-pkgname=('elementary' 'elementary-docs')
-pkgver=1.12.1
-pkgrel=1
-pkgdesc=Enlightenment's widget set
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'evas_generic_loaders')
-makedepends=('doxygen' 'imagemagick' 'texlive-core' 'ghostscript')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('d6e1e664e7a634256eba804cd845391f13904e49')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CFLAGS=$CFLAGS -fvisibility=hidden
-
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-  make -j1 doc
-}
-
-package_elementary(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install license files
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-
-package_elementary-docs() {
-  pkgdesc=Documentation for Elementary GUI toolkit
-  depends=()
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
-  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
-}
-
-

Copied: elementary/repos/extra-i686/PKGBUILD (from rev 227960, 
elementary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 16:02:11 UTC (rev 227961)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgbase=elementary
+pkgname=('elementary' 'elementary-docs')
+pkgver=1.12.2
+pkgrel=1
+pkgdesc=Enlightenment's widget set
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'evas_generic_loaders')
+makedepends=('doxygen' 'imagemagick' 'texlive-core' 'ghostscript')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('582a86761ed8e9721476bfe20b95a10a1eeb5e25')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+  make -j1 doc
+}
+
+package_elementary(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_elementary-docs() {
+  pkgdesc=Documentation for Elementary GUI toolkit
+  depends=()
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
+  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
+}
+
+


[arch-commits] Commit in efl/repos/extra-i686 (8 files)

2014-12-23 Thread Ronald van Haren
Date: Tuesday, December 23, 2014 @ 17:08:42
  Author: ronald
Revision: 227962

archrelease: copy trunk to extra-i686

Added:
  efl/repos/extra-i686/PKGBUILD
(from rev 227961, efl/trunk/PKGBUILD)
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
(from rev 227961, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-i686/efl.install
(from rev 227961, efl/trunk/efl.install)
  efl/repos/extra-i686/eina_doxygen.patch
(from rev 227961, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-i686/PKGBUILD
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-i686/efl.install
  efl/repos/extra-i686/eina_doxygen.patch

---+
 PKGBUILD  |  144 
 efl-1.10.0-giflib-5.1.0.patch |   78 ++---
 efl.install   |   32 
 eina_doxygen.patch|   20 ++---
 4 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 16:02:11 UTC (rev 227961)
+++ PKGBUILD2014-12-23 16:08:42 UTC (rev 227962)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.12.1
-pkgrel=1
-pkgdesc=Enlightenment Foundation Libraries
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland' 'lz4')
-optdepends=('python2: einabench-cmp')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
-replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
-  'emotion' 'ethumb' 'evas')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
-   'eina_doxygen.patch')
-install=efl.install
-sha1sums=('578f99e4e8f8914819cc822e81689543060f7baf'
-  'ef2b961e793c711685623a149ab55b1bec9a3676')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's/env python$/2/' src/scripts/eina/eina-bench-cmp
-
-  # fix docs building
-  patch -Np0 -i ${srcdir}/eina_doxygen.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CFLAGS=$CFLAGS -fvisibility=hidden
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
-  --enable-liblz4
-
-  make
-  make -j1 doc
-}
-
-package_efl(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL
-}
-
-package_efl-docs() {
-  pkgdesc=Documentation for the Enlightenment Foundation Libraries
-  depends=()
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
-  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
-}
-

Copied: efl/repos/extra-i686/PKGBUILD (from rev 227961, efl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 16:08:42 UTC (rev 227962)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.12.2
+pkgrel=1
+pkgdesc=Enlightenment Foundation Libraries
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
+ 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
+ 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi')
+optdepends=('python2: einabench-cmp')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
+replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
+  'emotion' 'ethumb' 'evas')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
+   'eina_doxygen.patch')
+install=efl.install
+sha1sums=('86afc95ae8ad14b48d7312e4fe58279fe4577a47'
+  'ef2b961e793c711685623a149ab55b1bec9a3676')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 

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

2014-12-23 Thread Anatol Pomozov
Date: Tuesday, December 23, 2014 @ 19:50:58
  Author: anatolik
Revision: 124403

upgpkg: fio 2.2.3-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 18:50:32 UTC (rev 124402)
+++ PKGBUILD2014-12-23 18:50:58 UTC (rev 124403)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.2.1
+pkgver=2.2.3
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('d4cafea658cb1c316ddc0404e63640359c28b8c9240694d3aa859a2d7560fcc9')
+sha256sums=('cb06b79097569e12f9885fa5691b1f46df73e606e3d405fb63df6073739f469f')
 
 prepare() {
   cd fio-$pkgver


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

2014-12-23 Thread Anatol Pomozov
Date: Tuesday, December 23, 2014 @ 19:55:32
  Author: anatolik
Revision: 124404

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

Added:
  fio/repos/community-testing-i686/
  fio/repos/community-testing-i686/PKGBUILD
(from rev 124403, fio/trunk/PKGBUILD)
  fio/repos/community-testing-x86_64/
  fio/repos/community-testing-x86_64/PKGBUILD
(from rev 124403, fio/trunk/PKGBUILD)

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

Copied: fio/repos/community-testing-i686/PKGBUILD (from rev 124403, 
fio/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-23 18:55:32 UTC (rev 124404)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Mariusz Libera mariusz.lib...@gmail.com
+# Contributor: John Williams jwilliams4200 liamg reverseremove moc
+
+pkgname=fio
+pkgver=2.2.3
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='http://freshmeat.net/projects/fio'
+license=(GPL2)
+depends=(bash libaio python2 numactl)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
+sha256sums=('cb06b79097569e12f9885fa5691b1f46df73e606e3d405fb63df6073739f469f')
+
+prepare() {
+  cd fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
+}
+
+# TODO: enable rdma, need to move the libraries from AUR
+build() {
+  cd fio-$pkgver
+  ./configure --enable-gfio --extra-cflags=$CFLAGS
+}
+
+package() {
+  cd fio-$pkgver
+  make DESTDIR=$pkgdir prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 $pkgdir/usr/share/doc/$pkgname
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
$pkgdir/usr/share/doc/$pkgname
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # examples
+  install -dm755 $pkgdir/usr/share/doc/$pkgname/examples
+  install -m644 examples/* $pkgdir/usr/share/doc/$pkgname/examples
+}

Copied: fio/repos/community-testing-x86_64/PKGBUILD (from rev 124403, 
fio/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-12-23 18:55:32 UTC (rev 124404)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Mariusz Libera mariusz.lib...@gmail.com
+# Contributor: John Williams jwilliams4200 liamg reverseremove moc
+
+pkgname=fio
+pkgver=2.2.3
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='http://freshmeat.net/projects/fio'
+license=(GPL2)
+depends=(bash libaio python2 numactl)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
+sha256sums=('cb06b79097569e12f9885fa5691b1f46df73e606e3d405fb63df6073739f469f')
+
+prepare() {
+  cd fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
+}
+
+# TODO: enable rdma, need to move the libraries from AUR
+build() {
+  cd fio-$pkgver
+  ./configure --enable-gfio --extra-cflags=$CFLAGS
+}
+
+package() {
+  cd fio-$pkgver
+  make DESTDIR=$pkgdir prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 $pkgdir/usr/share/doc/$pkgname
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
$pkgdir/usr/share/doc/$pkgname
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # examples
+  install -dm755 $pkgdir/usr/share/doc/$pkgname/examples
+  install -m644 examples/* $pkgdir/usr/share/doc/$pkgname/examples
+}


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

2014-12-23 Thread Anatol Pomozov
Date: Tuesday, December 23, 2014 @ 20:02:25
  Author: anatolik
Revision: 124405

upgpkg: ruby-gnome2 2.2.4-1

Modified:
  ruby-gnome2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 18:55:32 UTC (rev 124404)
+++ PKGBUILD2014-12-23 19:02:25 UTC (rev 124405)
@@ -6,7 +6,7 @@
 # Contributor: kritoke krit...@nospam.gmail.com
 
 pkgbase=ruby-gnome2
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2'
  'ruby-gtk2' 'ruby-pango' 'ruby-gobject-introspection')
@@ -15,7 +15,7 @@
 license=('LGPL')
 makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2' 'gtk3' 
'gobject-introspection')
 
source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gnome2-all-$pkgver.tar.gz;)
-sha256sums=('1611038c2a49fe051dfcc779aeca8eb47273718d80a0680442504fd54e228154')
+sha256sums=('9274e21b2613ec9ef8b73dd27d180b3fa8b8214a442d742121b0d1cc7f313670')
 
 prepare() {
   cd ruby-gnome2-all-$pkgver


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

2014-12-23 Thread Anatol Pomozov
Date: Tuesday, December 23, 2014 @ 20:03:04
  Author: anatolik
Revision: 124406

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

Added:
  ruby-gnome2/repos/community-testing-i686/
  ruby-gnome2/repos/community-testing-i686/PKGBUILD
(from rev 124405, ruby-gnome2/trunk/PKGBUILD)
  ruby-gnome2/repos/community-testing-x86_64/
  ruby-gnome2/repos/community-testing-x86_64/PKGBUILD
(from rev 124405, ruby-gnome2/trunk/PKGBUILD)

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

Copied: ruby-gnome2/repos/community-testing-i686/PKGBUILD (from rev 124405, 
ruby-gnome2/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-23 19:03:04 UTC (rev 124406)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Eric Bélanger
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+# Contributor: kritoke krit...@nospam.gmail.com
+
+pkgbase=ruby-gnome2
+pkgver=2.2.4
+pkgrel=1
+pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2'
+ 'ruby-gtk2' 'ruby-pango' 'ruby-gobject-introspection')
+arch=('x86_64' 'i686')
+url='http://ruby-gnome2.sourceforge.jp/'
+license=('LGPL')
+makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2' 'gtk3' 
'gobject-introspection')
+source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gnome2-all-$pkgver.tar.gz;)
+sha256sums=('9274e21b2613ec9ef8b73dd27d180b3fa8b8214a442d742121b0d1cc7f313670')
+
+prepare() {
+  cd ruby-gnome2-all-$pkgver
+  LANG=en_US.UTF-8 ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango 
gobject-introspection --vendor
+}
+
+build() {
+  cd ruby-gnome2-all-$pkgver
+  make
+}
+
+package_ruby-atk() {
+  pkgdesc='Ruby bindings for atk'
+  depends=(ruby-glib2=$pkgver 'atk')
+
+  cd ruby-gnome2-all-$pkgver/atk
+  make DESTDIR=$pkgdir install -j1
+}
+
+package_ruby-gdkpixbuf2() {
+  pkgdesc='Ruby bindings for gdkpixbuf2'
+  depends=(ruby-glib2=$pkgver 'gdk-pixbuf2')
+
+  cd ruby-gnome2-all-$pkgver/gdk_pixbuf2
+  make DESTDIR=$pkgdir install -j1
+}
+
+package_ruby-gio2() {
+  pkgdesc='Ruby bindings for gio2'
+  depends=(ruby-glib2=$pkgver)
+
+  cd ruby-gnome2-all-$pkgver/gio2
+  make DESTDIR=$pkgdir install -j1
+}
+
+package_ruby-glib2() {
+  pkgdesc='Ruby bindings for glib2'
+  depends=('glib2' 'ruby')
+
+  cd ruby-gnome2-all-$pkgver/glib2
+  make DESTDIR=$pkgdir install -j1
+}
+
+package_ruby-gtk2() {
+  pkgdesc='Ruby bindings for gtk2'
+  depends=('gtk2' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
+   ruby-gdkpixbuf2=$pkgver)
+
+  cd ruby-gnome2-all-$pkgver/gtk2
+  make DESTDIR=$pkgdir install -j1
+}
+
+package_ruby-pango() {
+  pkgdesc='Ruby bindings for pango'
+  depends=(ruby-glib2=$pkgver 'ruby-cairo' 'pango')
+
+  cd ruby-gnome2-all-$pkgver/pango
+  make DESTDIR=$pkgdir install -j1
+}
+
+package_ruby-gobject-introspection() {
+  pkgdesc='Ruby bindings of GObjectIntrospection'
+  depends=('ruby' 'gobject-introspection')
+
+  cd ruby-gnome2-all-$pkgver/gobject-introspection
+  make DESTDIR=$pkgdir install -j1
+}

Copied: ruby-gnome2/repos/community-testing-x86_64/PKGBUILD (from rev 124405, 
ruby-gnome2/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-12-23 19:03:04 UTC (rev 124406)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Eric Bélanger
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+# Contributor: kritoke krit...@nospam.gmail.com
+
+pkgbase=ruby-gnome2
+pkgver=2.2.4
+pkgrel=1
+pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2'
+ 'ruby-gtk2' 'ruby-pango' 'ruby-gobject-introspection')
+arch=('x86_64' 'i686')
+url='http://ruby-gnome2.sourceforge.jp/'
+license=('LGPL')
+makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2' 'gtk3' 
'gobject-introspection')
+source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gnome2-all-$pkgver.tar.gz;)
+sha256sums=('9274e21b2613ec9ef8b73dd27d180b3fa8b8214a442d742121b0d1cc7f313670')
+
+prepare() {
+  cd ruby-gnome2-all-$pkgver
+  LANG=en_US.UTF-8 ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango 
gobject-introspection --vendor
+}
+
+build() {
+  cd ruby-gnome2-all-$pkgver
+  make
+}
+
+package_ruby-atk() {
+  pkgdesc='Ruby bindings for atk'
+  depends=(ruby-glib2=$pkgver 'atk')
+
+  cd ruby-gnome2-all-$pkgver/atk
+  make DESTDIR=$pkgdir install -j1
+}
+
+package_ruby-gdkpixbuf2() {
+  pkgdesc='Ruby bindings for gdkpixbuf2'
+  depends=(ruby-glib2=$pkgver 'gdk-pixbuf2')
+
+  cd 

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

2014-12-23 Thread Florian Pritz
Date: Tuesday, December 23, 2014 @ 21:18:55
  Author: bluewind
Revision: 124407

upgpkg: lib32-gnutls 3.3.11-1

upstream update

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 19:03:04 UTC (rev 124406)
+++ PKGBUILD2014-12-23 20:18:55 UTC (rev 124407)
@@ -7,7 +7,7 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.3.10
+pkgver=3.3.11
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
 makedepends=('gcc-multilib' 'lib32-libidn')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('c0a72b2c0553fe1c4992e30835808012'
+md5sums=('b657e3010c10cae2244e7ce79ee3d446'
  'SKIP')
 validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
 


[arch-commits] Commit in lib32-gnutls/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-12-23 Thread Florian Pritz
Date: Tuesday, December 23, 2014 @ 21:18:58
  Author: bluewind
Revision: 124408

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD
(from rev 124407, lib32-gnutls/trunk/PKGBUILD)
Deleted:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 20:18:55 UTC (rev 124407)
+++ PKGBUILD2014-12-23 20:18:58 UTC (rev 124408)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Christoph Vigano mail at cvigano dot de
-# Contributor: Biru Ionut io...@archlinux.ro
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.3.10
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
-makedepends=('gcc-multilib' 'lib32-libidn')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('c0a72b2c0553fe1c4992e30835808012'
- 'SKIP')
-validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find $pkgdir
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 124407, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 20:18:58 UTC (rev 124408)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Christoph Vigano mail at cvigano dot de
+# Contributor: Biru Ionut io...@archlinux.ro
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.3.11
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
+makedepends=('gcc-multilib' 'lib32-libidn')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('b657e3010c10cae2244e7ce79ee3d446'
+ 'SKIP')
+validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find $pkgdir
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}


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

2014-12-23 Thread Florian Pritz
Date: Tuesday, December 23, 2014 @ 21:20:40
  Author: bluewind
Revision: 124409

upgpkg: lib32-harfbuzz 0.9.37-1

upstream update

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 20:18:58 UTC (rev 124408)
+++ PKGBUILD2014-12-23 20:20:40 UTC (rev 124409)
@@ -2,8 +2,8 @@
 
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
-pkgver=0.9.35
-pkgrel=2
+pkgver=0.9.37
+pkgrel=1
 pkgdesc=OpenType text shaping engine. (32-bit)
 arch=('x86_64')
 url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
@@ -11,7 +11,7 @@
 depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('0aa1a8aba6f502321cf6fef3c9d2c73dde48389c5ed1d3615a7691944c2a06ed')
+sha256sums=('255f3b3842dead16863d1d0c216643d97b80bfa087aaa8fc5926da24ac120207')
 
 build() {
   export CC=gcc -m32


[arch-commits] Commit in lib32-harfbuzz/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-12-23 Thread Florian Pritz
Date: Tuesday, December 23, 2014 @ 21:20:43
  Author: bluewind
Revision: 124410

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD
(from rev 124409, lib32-harfbuzz/trunk/PKGBUILD)
Deleted:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 20:20:40 UTC (rev 124409)
+++ PKGBUILD2014-12-23 20:20:43 UTC (rev 124410)
@@ -1,37 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-
-_pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=0.9.35
-pkgrel=2
-pkgdesc=OpenType text shaping engine. (32-bit)
-arch=('x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('0aa1a8aba6f502321cf6fef3c9d2c73dde48389c5ed1d3615a7691944c2a06ed')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # work around autogen.sh requiring ragel
-  autoreconf --force --install --verbose
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 124409, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 20:20:43 UTC (rev 124410)
@@ -0,0 +1,37 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+
+_pkgbasename=harfbuzz
+pkgname=lib32-$_pkgbasename
+pkgver=0.9.37
+pkgrel=1
+pkgdesc=OpenType text shaping engine. (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('255f3b3842dead16863d1d0c216643d97b80bfa087aaa8fc5926da24ac120207')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # work around autogen.sh requiring ragel
+  autoreconf --force --install --verbose
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in lib32-tdb/repos/multilib-x86_64 (3 files)

2014-12-23 Thread Florian Pritz
Date: Tuesday, December 23, 2014 @ 21:23:51
  Author: bluewind
Revision: 124412

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-tdb/repos/multilib-x86_64/PKGBUILD
(from rev 124411, lib32-tdb/trunk/PKGBUILD)
Deleted:
  
lib32-tdb/repos/multilib-x86_64/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
  lib32-tdb/repos/multilib-x86_64/PKGBUILD

---+
 0001-tdb-include-include-stdbool.h-in-tdb.h.patch |   27 --
 PKGBUILD  |   84 +---
 2 files changed, 38 insertions(+), 73 deletions(-)

Deleted: 0001-tdb-include-include-stdbool.h-in-tdb.h.patch
===
--- 0001-tdb-include-include-stdbool.h-in-tdb.h.patch   2014-12-23 20:23:48 UTC 
(rev 124411)
+++ 0001-tdb-include-include-stdbool.h-in-tdb.h.patch   2014-12-23 20:23:51 UTC 
(rev 124412)
@@ -1,27 +0,0 @@
-From 4e14a437963ba54987cd58b4e0705d9a6d8aea6f Mon Sep 17 00:00:00 2001
-From: Adam Williamson awill...@redhat.com
-Date: Fri, 23 May 2014 10:08:14 -0700
-Subject: [PATCH] tdb/include: include stdbool.h in tdb.h
-
-Commit db5bda56bf08 (tdb: add TDB_MUTEX_LOCKING support) adds a bool, but does
-not include stdbool.h. This causes any build including tdb.h to fail, at least
-for me with GCC 4.9.0.

- lib/tdb/include/tdb.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/tdb.h b/include/tdb.h
-index 5ea5e60..03e429c 100644
 a/include/tdb.h
-+++ b/include/tdb.h
-@@ -31,6 +31,7 @@ extern C {
- #endif
- 
- #include signal.h
-+#include stdbool.h
- 
- /**
-  * @defgroup tdb The tdb API
--- 
-1.9.3
-

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 20:23:48 UTC (rev 124411)
+++ PKGBUILD2014-12-23 20:23:51 UTC (rev 124412)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xssn.at
-
-_pkgbasename=tdb
-pkgname=lib32-$_pkgbasename
-pkgver=1.3.1
-pkgrel=1
-pkgdesc=A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)
-arch=(x86_64)
-license=('GPL3')
-url=http://tdb.samba.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=(gcc-multilib libxslt python2)
-source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz
-0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
-md5sums=('f597190451d976fe013dfae9934fb9ad'
- '2b0b6003b3d8ca03adccd4aa1a3b8313')
-
-prepare() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  patch -Np1 -i ../0001-tdb-include-include-stdbool.h-in-tdb.h.patch
-}
-
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-   cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-   sed -i -e 's#python#python2#g' buildtools/bin/waf
-
-   ./configure --prefix=/usr \
-   --localstatedir=/var \
-   --sysconfdir=/etc/samba \
-   --libdir=/usr/lib32 \
-   --disable-python
-   make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make -j1  DESTDIR=$pkgdir install
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-}

Copied: lib32-tdb/repos/multilib-x86_64/PKGBUILD (from rev 124411, 
lib32-tdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 20:23:51 UTC (rev 124412)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xssn.at
+
+_pkgbasename=tdb
+pkgname=lib32-$_pkgbasename
+pkgver=1.3.2
+pkgrel=1
+pkgdesc=A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)
+arch=(x86_64)
+license=('GPL3')
+url=http://tdb.samba.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=(gcc-multilib libxslt python2)
+source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
+md5sums=('34c45294affc188f2bc0060983130cda')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+   cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+
+   ./configure --prefix=/usr \
+   --localstatedir=/var \
+   --sysconfdir=/etc/samba \
+   --libdir=/usr/lib32 \
+   --disable-python
+   make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make -j1  DESTDIR=$pkgdir install
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+}


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

2014-12-23 Thread Florian Pritz
Date: Tuesday, December 23, 2014 @ 21:23:48
  Author: bluewind
Revision: 124411

upgpkg: lib32-tdb 1.3.2-1

upstream update

Modified:
  lib32-tdb/trunk/PKGBUILD
Deleted:
  lib32-tdb/trunk/0001-tdb-include-include-stdbool.h-in-tdb.h.patch

---+
 0001-tdb-include-include-stdbool.h-in-tdb.h.patch |   27 
 PKGBUILD  |   14 ++
 2 files changed, 3 insertions(+), 38 deletions(-)

Deleted: 0001-tdb-include-include-stdbool.h-in-tdb.h.patch
===
--- 0001-tdb-include-include-stdbool.h-in-tdb.h.patch   2014-12-23 20:20:43 UTC 
(rev 124410)
+++ 0001-tdb-include-include-stdbool.h-in-tdb.h.patch   2014-12-23 20:23:48 UTC 
(rev 124411)
@@ -1,27 +0,0 @@
-From 4e14a437963ba54987cd58b4e0705d9a6d8aea6f Mon Sep 17 00:00:00 2001
-From: Adam Williamson awill...@redhat.com
-Date: Fri, 23 May 2014 10:08:14 -0700
-Subject: [PATCH] tdb/include: include stdbool.h in tdb.h
-
-Commit db5bda56bf08 (tdb: add TDB_MUTEX_LOCKING support) adds a bool, but does
-not include stdbool.h. This causes any build including tdb.h to fail, at least
-for me with GCC 4.9.0.

- lib/tdb/include/tdb.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/tdb.h b/include/tdb.h
-index 5ea5e60..03e429c 100644
 a/include/tdb.h
-+++ b/include/tdb.h
-@@ -31,6 +31,7 @@ extern C {
- #endif
- 
- #include signal.h
-+#include stdbool.h
- 
- /**
-  * @defgroup tdb The tdb API
--- 
-1.9.3
-

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 20:20:43 UTC (rev 124410)
+++ PKGBUILD2014-12-23 20:23:48 UTC (rev 124411)
@@ -3,7 +3,7 @@
 
 _pkgbasename=tdb
 pkgname=lib32-$_pkgbasename
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc=A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)
 arch=(x86_64)
@@ -11,17 +11,9 @@
 url=http://tdb.samba.org/;
 depends=(lib32-glibc $_pkgbasename)
 makedepends=(gcc-multilib libxslt python2)
-source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz
-0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
-md5sums=('f597190451d976fe013dfae9934fb9ad'
- '2b0b6003b3d8ca03adccd4aa1a3b8313')
+source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
+md5sums=('34c45294affc188f2bc0060983130cda')
 
-prepare() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  patch -Np1 -i ../0001-tdb-include-include-stdbool.h-in-tdb.h.patch
-}
-
-
 build() {
   export CC=gcc -m32
   export CXX=g++ -m32


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

2014-12-23 Thread Andreas Radke
Date: Tuesday, December 23, 2014 @ 21:33:12
  Author: andyrtr
Revision: 227967

add pkg for LibreOffice

Added:
  libabw/
  libabw/repos/
  libabw/trunk/
  libabw/trunk/PKGBUILD

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

Added: libabw/trunk/PKGBUILD
===
--- libabw/trunk/PKGBUILD   (rev 0)
+++ libabw/trunk/PKGBUILD   2014-12-23 20:33:12 UTC (rev 227967)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: megadriver megadriver at gmx dot com
+# Contributor: Luca Bennati lucak3 AT gmail DOT com
+
+pkgname=libabw
+pkgver=0.1.1
+pkgrel=1
+pkgdesc=
+arch=('i686' 'x86_64')
+url=https://wiki.documentfoundation.org/DLP/Libraries/libabw;
+#license=('GPL2' 'LGPL2.1' 'MPL')
+#depends=('libwpd' 'lcms2' 'icu' 'librevenge')
+#makedepends=('libwpg' 'boost' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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


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

2014-12-23 Thread Florian Pritz
Date: Tuesday, December 23, 2014 @ 21:47:37
  Author: bluewind
Revision: 124413

upgpkg: siege 3.0.9-1

upstream update

Modified:
  siege/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 20:23:51 UTC (rev 124412)
+++ PKGBUILD2014-12-23 20:47:37 UTC (rev 124413)
@@ -3,7 +3,7 @@
 # Contributor: Sven Kauber cel...@gmail.com
 
 pkgname=siege
-pkgver=3.0.8
+pkgver=3.0.9
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -28,4 +28,4 @@
   sed -i 's/^# file =$/file = \/etc\/urls.txt/' $pkgdir/etc/siegerc
 }
 
-md5sums=('ddd2abc8856c58f2495170fe65c34aa6')
+md5sums=('beba9ccaf1ed4f098d5948d17de1deba')


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

2014-12-23 Thread Florian Pritz
Date: Tuesday, December 23, 2014 @ 21:47:42
  Author: bluewind
Revision: 124414

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-23 20:47:37 UTC (rev 124413)
+++ community-i686/PKGBUILD 2014-12-23 20:47:42 UTC (rev 124414)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Sven Kauber cel...@gmail.com
-
-pkgname=siege
-pkgver=3.0.8
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc=An http regression testing and benchmarking utility
-url=http://www.joedog.org/JoeDog/Siege;
-depends=('openssl')
-source=(http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
-backup=(etc/siegerc etc/urls.txt)
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d -m755 $pkgdir/etc
-  install -d -m755 $pkgdir/usr/share
-  make DESTDIR=$pkgdir install
-  sed -i 's/^# file =$/file = \/etc\/urls.txt/' $pkgdir/etc/siegerc
-}
-
-md5sums=('ddd2abc8856c58f2495170fe65c34aa6')

Copied: siege/repos/community-i686/PKGBUILD (from rev 124413, 
siege/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-23 20:47:42 UTC (rev 124414)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Sven Kauber cel...@gmail.com
+
+pkgname=siege
+pkgver=3.0.9
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc=An http regression testing and benchmarking utility
+url=http://www.joedog.org/JoeDog/Siege;
+depends=('openssl')
+source=(http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d -m755 $pkgdir/etc
+  install -d -m755 $pkgdir/usr/share
+  make DESTDIR=$pkgdir install
+  sed -i 's/^# file =$/file = \/etc\/urls.txt/' $pkgdir/etc/siegerc
+}
+
+md5sums=('beba9ccaf1ed4f098d5948d17de1deba')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-23 20:47:37 UTC (rev 124413)
+++ community-x86_64/PKGBUILD   2014-12-23 20:47:42 UTC (rev 124414)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Sven Kauber cel...@gmail.com
-
-pkgname=siege
-pkgver=3.0.8
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc=An http regression testing and benchmarking utility
-url=http://www.joedog.org/JoeDog/Siege;
-depends=('openssl')
-source=(http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
-backup=(etc/siegerc etc/urls.txt)
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d -m755 $pkgdir/etc
-  install -d -m755 $pkgdir/usr/share
-  make DESTDIR=$pkgdir install
-  sed -i 's/^# file =$/file = \/etc\/urls.txt/' $pkgdir/etc/siegerc
-}
-
-md5sums=('ddd2abc8856c58f2495170fe65c34aa6')

Copied: siege/repos/community-x86_64/PKGBUILD (from rev 124413, 
siege/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-23 20:47:42 UTC (rev 124414)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Sven Kauber cel...@gmail.com
+
+pkgname=siege
+pkgver=3.0.9
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc=An http regression testing and benchmarking utility
+url=http://www.joedog.org/JoeDog/Siege;
+depends=('openssl')
+source=(http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d -m755 $pkgdir/etc
+  install -d -m755 $pkgdir/usr/share
+  make DESTDIR=$pkgdir install
+  sed -i 's/^# file =$/file = \/etc\/urls.txt/' $pkgdir/etc/siegerc
+}
+

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

2014-12-23 Thread Andreas Radke
Date: Tuesday, December 23, 2014 @ 21:48:02
  Author: andyrtr
Revision: 227968

upgpkg: libabw 0.1.1-1

upstream update 0.1.1

Modified:
  libabw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 20:33:12 UTC (rev 227967)
+++ PKGBUILD2014-12-23 20:48:02 UTC (rev 227968)
@@ -1,19 +1,17 @@
 # $Id$
 # Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: megadriver megadriver at gmx dot com
-# Contributor: Luca Bennati lucak3 AT gmail DOT com
 
 pkgname=libabw
 pkgver=0.1.1
 pkgrel=1
-pkgdesc=
+pkgdesc=a library that parses the file format of AbiWord documents
 arch=('i686' 'x86_64')
 url=https://wiki.documentfoundation.org/DLP/Libraries/libabw;
-#license=('GPL2' 'LGPL2.1' 'MPL')
-#depends=('libwpd' 'lcms2' 'icu' 'librevenge')
-#makedepends=('libwpg' 'boost' 'doxygen')
+license=('MPL')
+depends=('librevenge' 'libxml2' )
+makedepends=('doxygen' 'gperf' 'boost')
 source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('')
+md5sums=('6be55a46078b593ec20cad9bb8730c3e')
 
 build() {
   cd $pkgname-$pkgver


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

2014-12-23 Thread Andreas Radke
Date: Tuesday, December 23, 2014 @ 21:48:19
  Author: andyrtr
Revision: 227969

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

Added:
  libabw/repos/extra-i686/
  libabw/repos/extra-i686/PKGBUILD
(from rev 227968, libabw/trunk/PKGBUILD)
  libabw/repos/extra-x86_64/
  libabw/repos/extra-x86_64/PKGBUILD
(from rev 227968, libabw/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   30 ++
 extra-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: libabw/repos/extra-i686/PKGBUILD (from rev 227968, 
libabw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-23 20:48:19 UTC (rev 227969)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=libabw
+pkgver=0.1.1
+pkgrel=1
+pkgdesc=a library that parses the file format of AbiWord documents
+arch=('i686' 'x86_64')
+url=https://wiki.documentfoundation.org/DLP/Libraries/libabw;
+license=('MPL')
+depends=('librevenge' 'libxml2' )
+makedepends=('doxygen' 'gperf' 'boost')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('6be55a46078b593ec20cad9bb8730c3e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libabw/repos/extra-x86_64/PKGBUILD (from rev 227968, 
libabw/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-23 20:48:19 UTC (rev 227969)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=libabw
+pkgver=0.1.1
+pkgrel=1
+pkgdesc=a library that parses the file format of AbiWord documents
+arch=('i686' 'x86_64')
+url=https://wiki.documentfoundation.org/DLP/Libraries/libabw;
+license=('MPL')
+depends=('librevenge' 'libxml2' )
+makedepends=('doxygen' 'gperf' 'boost')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('6be55a46078b593ec20cad9bb8730c3e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in libreoffice-fresh/trunk (PKGBUILD.44)

2014-12-23 Thread Andreas Radke
Date: Tuesday, December 23, 2014 @ 21:59:45
  Author: andyrtr
Revision: 227970

prepare next release

Modified:
  libreoffice-fresh/trunk/PKGBUILD.44

-+
 PKGBUILD.44 |   20 +---
 1 file changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD.44
===
--- PKGBUILD.44 2014-12-23 20:48:19 UTC (rev 227969)
+++ PKGBUILD.44 2014-12-23 20:59:45 UTC (rev 227970)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=4.4.0.0.beta1
+_LOver=4.4.0.1
 pkgver=4.4.0
-pkgrel=0.3
+pkgrel=0.4 # RC1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -20,7 +20,7 @@
'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 
'clucene'
'junit' 'libmythes' 'libwpg'  'mesa' 'java-environment' 
'postgresql-libs'
'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 
'glew'
-   'apr' 'serf' 'chrpath' 'ttf-liberation' 'glm' 'libxinerama' 
'libpagemaker')
+   'apr' 'serf' 'chrpath' 'ttf-liberation' 'glm' 'libxinerama' 
'libpagemaker' 'libabw')
 
 #_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
 _mirror=http://dev-builds.libreoffice.org/pre-releases/src;
@@ -49,7 +49,6 @@

${_additional_source_url}/7681383be6ce489d84c1c74f4e7f9643-liborcus-0.7.0.tar.bz2

${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
${_additional_source_url}/libmwaw-0.3.3.tar.bz2
-   ${_additional_source_url}/libabw-0.1.0.tar.bz2
${_additional_source_url}/language-subtag-registry-2014-04-10.tar.bz2
${_additional_source_url}/CoinMP-1.7.6.tgz

${_additional_source_url}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
@@ -88,7 +87,6 @@
7681383be6ce489d84c1c74f4e7f9643-liborcus-0.7.0.tar.bz2
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
libmwaw-0.3.3.tar.bz2
-   libabw-0.1.0.tar.bz2
language-subtag-registry-2014-04-10.tar.bz2
CoinMP-1.7.6.tgz
4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
@@ -103,11 +101,11 @@
libfreehand-0.1.0.tar.bz2
36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
-md5sums=('80061ad2bb160ab3afae214f7c67c182'
+md5sums=('434fe0aa24687cf7b900760a0f89ac50'
  'SKIP'
- '3a1a6b149ded6126b87f370d95c8210d'
+ '3d09356514096b303c772dc69b7c63e4'
  'SKIP'
- '2753b040b5bb7155f8e7e5ec8c34ed49'
+ '7fe691134ab4ca595ceb4489cd08b600'
  'SKIP'
  'd6eef4b4cacb2183f2bf265a5a03a354'
  '1f24ab1d39f4a51faf22244c94a6203f'
@@ -131,7 +129,6 @@
  '7681383be6ce489d84c1c74f4e7f9643'
  '0168229624cfac409e766913506961a8'
  '19b879c2a27251db6fb274d6c585d488'
- '9317e967c8fa8ff50e049744c4b33c87'
  '49c94710f7858b1969d74ff72e6aac84'
  '1cce53bf4b40ae29790d2c5c9f8b1129'
  '4b87018f7fff1d054939d19920b751a0'
@@ -149,6 +146,7 @@
  '07d2bf5ad839a394cca008b3ec6e7bb1'
  '4195735a80876ae812fca5736b50192a'
  'e7e4b3e70e99e5cba8f8dfcacf3b0d87')
+validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3')
 
 prepare() {
cd libreoffice-$_LOver
@@ -243,7 +241,7 @@
--without-system-firebird \
--with-system-libatomic-ops \
--without-system-libebook \
-   --without-system-libabw \
+   --with-system-libabw \
--without-system-coinmp \
--without-system-libgltf \
--with-system-dicts \
@@ -320,7 +318,7 @@
'lcms2' 'poppler=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 
'libcdr'
'libmspub' 'harfbuzz-icu' 'gconf' 'glew' 'nss' 'clucene' 
'hicolor-icon-theme'
'desktop-file-utils' 'shared-mime-info' 'xdg-utils' 'glu' 
'libpagemaker'
-   'gst-plugins-base-libs' 'libxinerama')
+   'gst-plugins-base-libs' 'libxinerama' 'libabw')
optdepends=('java-runtime: adds java support'
'java-environment: required by extension-wiki-publisher and 
extension-nlpsolver'
'pstoedit: translates PostScript and PDF graphics into 
other vector formats'


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

2014-12-23 Thread Jan Steffens
Date: Tuesday, December 23, 2014 @ 22:00:10
  Author: heftig
Revision: 227971

whitespace

Modified:
  freetype2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 20:59:45 UTC (rev 227970)
+++ PKGBUILD2014-12-23 21:00:10 UTC (rev 227971)
@@ -30,7 +30,7 @@
   cd ${srcdir}/freetype-${pkgver}
   patch -Np1 -i ${srcdir}/freetype-2.2.1-enable-valid.patch
   patch -Np1 -i ${srcdir}/freetype-2.5.1-enable-spr.patch
-  
+
   # https://bugs.archlinux.org/task/35274
   patch -Np1 -i ${srcdir}/freetype-2.5.1-enable-sph.patch
   # Provide a way to enable the above patch at runtime.


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

2014-12-23 Thread Jan Steffens
Date: Tuesday, December 23, 2014 @ 22:02:42
  Author: heftig
Revision: 227972

Add wlemberg's pgp key

Modified:
  freetype2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 21:00:10 UTC (rev 227971)
+++ PKGBUILD2014-12-23 21:02:42 UTC (rev 227972)
@@ -25,6 +25,7 @@
   'c31fa3d342ead56f3acfa1f267b474a7686d0014'
   '78322bee05f013cd76487439ddac0cae50596db4'
   '16057f51b084e9ce5c614a4add41b532d32648b4')
+validpgpkeys=('58E0C111E39F5408C5D3EC76C1A60EACE707FDA5')
 
 prepare() {
   cd ${srcdir}/freetype-${pkgver}


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

2014-12-23 Thread Jan Steffens
Date: Tuesday, December 23, 2014 @ 22:03:20
  Author: heftig
Revision: 124416

2.5.4-3

Added:
  lib32-freetype2/trunk/env_FT2_SUBPIXEL_HINTING.diff
(from rev 124415, lib32-freetype2/trunk/env_FT2_NO_SUBPIXEL_HINTING.diff)
Modified:
  lib32-freetype2/trunk/PKGBUILD
Deleted:
  lib32-freetype2/trunk/env_FT2_NO_SUBPIXEL_HINTING.diff

--+
 PKGBUILD |   30 +-
 env_FT2_NO_SUBPIXEL_HINTING.diff |   19 ---
 env_FT2_SUBPIXEL_HINTING.diff|   18 ++
 3 files changed, 35 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 20:55:50 UTC (rev 124415)
+++ PKGBUILD2014-12-23 21:03:20 UTC (rev 124416)
@@ -5,19 +5,20 @@
 _pkgbasename=freetype2
 pkgname=lib32-$_pkgbasename
 pkgver=2.5.4
-pkgrel=1
+pkgrel=3
 pkgdesc=TrueType font rendering library (32-bit)
 arch=(x86_64)
 license=('GPL')
 url=http://freetype.sourceforge.net;
+# adding harfbuzz for improved OpenType features auto-hinting 
+# introduces a cycle dep to harfbuzz depending on freetype wanted by upstream
 depends=('lib32-zlib' 'lib32-bzip2' 'lib32-libpng' 'lib32-harfbuzz' 
$_pkgbasename)
 makedepends=(gcc-multilib)
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2{,.sig}
+source=(http://download.savannah.gnu.org/releases/freetype/freetype-${pkgver}.tar.bz2{,.sig}
 freetype-2.2.1-enable-valid.patch
 freetype-2.5.1-enable-spr.patch
 freetype-2.5.1-enable-sph.patch
-env_FT2_NO_SUBPIXEL_HINTING.diff
+env_FT2_SUBPIXEL_HINTING.diff
 0001-pcf-Fix-Savannah-bug-43774.patch)
 sha1sums=('f30b929e2edc5d7ca64c1ccc65f0c2068e84c5e2'
   'SKIP'
@@ -24,20 +25,21 @@
   'f279d922a873d62a8af50bfc873051839d194dca'
   '13ee8d558593db991ad29fa090b461f914536104'
   'c31fa3d342ead56f3acfa1f267b474a7686d0014'
-  'ddba70eef4270e5a89e098d6ee1e7ceb03ea98da'
+  '78322bee05f013cd76487439ddac0cae50596db4'
   '16057f51b084e9ce5c614a4add41b532d32648b4')
+validpgpkeys=('58E0C111E39F5408C5D3EC76C1A60EACE707FDA5')
 
 prepare() {
   cd ${srcdir}/freetype-${pkgver}
+  patch -Np1 -i ${srcdir}/freetype-2.2.1-enable-valid.patch
   patch -Np1 -i ${srcdir}/freetype-2.5.1-enable-spr.patch
-  patch -Np1 -i ${srcdir}/freetype-2.2.1-enable-valid.patch
 
   # https://bugs.archlinux.org/task/35274
   patch -Np1 -i ${srcdir}/freetype-2.5.1-enable-sph.patch
-  # Provide a way to disable the above patch at runtime.
-  # Expected to be a temporary measure until fontconfig picks up
+  # Provide a way to enable the above patch at runtime.
+  # Hopefully just a temporary measure until fontconfig picks up
   # the necessary configurables.
-  patch -Np1 -i ${srcdir}/env_FT2_NO_SUBPIXEL_HINTING.diff
+  patch -Np1 -i ${srcdir}/env_FT2_SUBPIXEL_HINTING.diff
 
   # http://savannah.nongnu.org/bugs/index.php?43774
   patch -Np1 -i ${srcdir}/0001-pcf-Fix-Savannah-bug-43774.patch
@@ -49,15 +51,17 @@
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   cd ${srcdir}/freetype-${pkgver}
-
   ./configure --prefix=/usr --libdir=/usr/lib32
   make
 }
 
+check() {
+  cd ${srcdir}/freetype-${pkgver}
+  make -k check
+}
+
 package() {
   cd ${srcdir}/freetype-${pkgver}
-
   make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
+  rm -r ${pkgdir}/usr/{include,share,bin}
 }

Deleted: env_FT2_NO_SUBPIXEL_HINTING.diff
===
--- env_FT2_NO_SUBPIXEL_HINTING.diff2014-12-23 20:55:50 UTC (rev 124415)
+++ env_FT2_NO_SUBPIXEL_HINTING.diff2014-12-23 21:03:20 UTC (rev 124416)
@@ -1,19 +0,0 @@
-diff --git i/src/truetype/ttobjs.c w/src/truetype/ttobjs.c
-index 46f1332..af50a1d 100644
 i/src/truetype/ttobjs.c
-+++ w/src/truetype/ttobjs.c
-@@ -1264,10 +1264,11 @@
-   return FT_THROW( Could_Not_Find_Context );
- 
- #ifdef TT_CONFIG_OPTION_SUBPIXEL_HINTING
--driver-interpreter_version = TT_INTERPRETER_VERSION_38;
--#else
--driver-interpreter_version = TT_INTERPRETER_VERSION_35;
-+if ( !getenv( FT2_NO_SUBPIXEL_HINTING ) )
-+  driver-interpreter_version = TT_INTERPRETER_VERSION_38;
-+else
- #endif
-+  driver-interpreter_version = TT_INTERPRETER_VERSION_35;
- 
- #else /* !TT_USE_BYTECODE_INTERPRETER */
- 

Copied: lib32-freetype2/trunk/env_FT2_SUBPIXEL_HINTING.diff (from rev 124415, 
lib32-freetype2/trunk/env_FT2_NO_SUBPIXEL_HINTING.diff)
===
--- env_FT2_SUBPIXEL_HINTING.diff   (rev 0)
+++ env_FT2_SUBPIXEL_HINTING.diff   2014-12-23 21:03:20 UTC (rev 124416)
@@ -0,0 +1,18 @@
+diff -u -r freetype-2.5.4/src/truetype/ttobjs.c 
freetype-2.5.4-env/src/truetype/ttobjs.c
+--- freetype-2.5.4/src/truetype/ttobjs.c   2014-12-06 18:52:13.098214719 
+0100
 

[arch-commits] Commit in lib32-freetype2/repos/multilib-x86_64 (12 files)

2014-12-23 Thread Jan Steffens
Date: Tuesday, December 23, 2014 @ 22:04:17
  Author: heftig
Revision: 124417

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-freetype2/repos/multilib-x86_64/0001-pcf-Fix-Savannah-bug-43774.patch
(from rev 124416, 
lib32-freetype2/trunk/0001-pcf-Fix-Savannah-bug-43774.patch)
  lib32-freetype2/repos/multilib-x86_64/PKGBUILD
(from rev 124416, lib32-freetype2/trunk/PKGBUILD)
  lib32-freetype2/repos/multilib-x86_64/env_FT2_SUBPIXEL_HINTING.diff
(from rev 124416, lib32-freetype2/trunk/env_FT2_SUBPIXEL_HINTING.diff)
  lib32-freetype2/repos/multilib-x86_64/freetype-2.2.1-enable-valid.patch
(from rev 124416, lib32-freetype2/trunk/freetype-2.2.1-enable-valid.patch)
  lib32-freetype2/repos/multilib-x86_64/freetype-2.5.1-enable-sph.patch
(from rev 124416, lib32-freetype2/trunk/freetype-2.5.1-enable-sph.patch)
  lib32-freetype2/repos/multilib-x86_64/freetype-2.5.1-enable-spr.patch
(from rev 124416, lib32-freetype2/trunk/freetype-2.5.1-enable-spr.patch)
Deleted:
  lib32-freetype2/repos/multilib-x86_64/0001-pcf-Fix-Savannah-bug-43774.patch
  lib32-freetype2/repos/multilib-x86_64/PKGBUILD
  lib32-freetype2/repos/multilib-x86_64/env_FT2_NO_SUBPIXEL_HINTING.diff
  lib32-freetype2/repos/multilib-x86_64/freetype-2.2.1-enable-valid.patch
  lib32-freetype2/repos/multilib-x86_64/freetype-2.5.1-enable-sph.patch
  lib32-freetype2/repos/multilib-x86_64/freetype-2.5.1-enable-spr.patch

---+
 0001-pcf-Fix-Savannah-bug-43774.patch |  250 
 PKGBUILD  |  130 
 env_FT2_NO_SUBPIXEL_HINTING.diff  |   19 --
 env_FT2_SUBPIXEL_HINTING.diff |   18 ++
 freetype-2.2.1-enable-valid.patch |   40 ++---
 freetype-2.5.1-enable-sph.patch   |   26 +--
 freetype-2.5.1-enable-spr.patch   |   26 +--
 7 files changed, 256 insertions(+), 253 deletions(-)

Deleted: 0001-pcf-Fix-Savannah-bug-43774.patch
===
--- 0001-pcf-Fix-Savannah-bug-43774.patch   2014-12-23 21:03:20 UTC (rev 
124416)
+++ 0001-pcf-Fix-Savannah-bug-43774.patch   2014-12-23 21:04:17 UTC (rev 
124417)
@@ -1,125 +0,0 @@
-From 74af85c4b62b35e55b0ce9dec55ee10cbc4962a2 Mon Sep 17 00:00:00 2001
-From: Werner Lemberg w...@gnu.org
-Date: Mon, 8 Dec 2014 16:01:50 +0100
-Subject: [PATCH] [pcf] Fix Savannah bug #43774.
-
-Work around `features' of X11's `pcfWriteFont' and `pcfReadFont'
-functions.  Since the PCF format doesn't have an official
-specification, we have to exactly follow these functions' behaviour.
-
-The problem was unveiled with a patch from 2014-11-06, fixing issue #43547.
-
-* src/pcf/pcfread.c (pcf_read_TOC): Don't check table size for last
-element.  Instead, assign real size.

- ChangeLog | 14 ++
- src/pcf/pcfread.c | 54 +++---
- 2 files changed, 57 insertions(+), 11 deletions(-)
-
-diff --git a/src/pcf/pcfread.c b/src/pcf/pcfread.c
-index 998cbed..e3caf82 100644
 a/src/pcf/pcfread.c
-+++ b/src/pcf/pcfread.c
-@@ -2,7 +2,7 @@
- 
- FreeType font driver for pcf fonts
- 
--  Copyright 2000-2010, 2012, 2013 by
-+  Copyright 2000-2010, 2012-2014 by
-   Francesco Zappa Nardelli
- 
- Permission is hereby granted, free of charge, to any person obtaining a copy
-@@ -78,7 +78,7 @@ THE SOFTWARE.
- FT_FRAME_START( 16  ),
-   FT_FRAME_ULONG_LE( type ),
-   FT_FRAME_ULONG_LE( format ),
--  FT_FRAME_ULONG_LE( size ),
-+  FT_FRAME_ULONG_LE( size ),   /* rounded up to a multiple of 4 */
-   FT_FRAME_ULONG_LE( offset ),
- FT_FRAME_END
-   };
-@@ -95,9 +95,11 @@ THE SOFTWARE.
- FT_Memory  memory = FT_FACE( face )-memory;
- FT_UIntn;
- 
-+FT_ULong   size;
- 
--if ( FT_STREAM_SEEK ( 0 )  ||
-- FT_STREAM_READ_FIELDS ( pcf_toc_header, toc ) )
-+
-+if ( FT_STREAM_SEEK( 0 )  ||
-+ FT_STREAM_READ_FIELDS( pcf_toc_header, toc ) )
-   return FT_THROW( Cannot_Open_Resource );
- 
- if ( toc-version != PCF_FILE_VERSION ||
-@@ -154,14 +156,35 @@ THE SOFTWARE.
- break;
- }
- 
--/* we now check whether the `size' and `offset' values are reasonable: */
--/* `offset' + `size' must not exceed the stream size   */
-+/*
-+ *  We now check whether the `size' and `offset' values are reasonable:
-+ *  `offset' + `size' must not exceed the stream size.
-+ *
-+ *  Note, however, that X11's `pcfWriteFont' routine (used by the
-+ *  `bdftopcf' program to create PDF font files) has two special
-+ *  features.
-+ *
-+ *  - It always assigns the accelerator table a size of 100 bytes in the
-+ *TOC, regardless of its real size, which can vary between 34 and 72
-+ *bytes.
-+ *
-+ *  - Due to the way the routine is designed, it ships out the last font
-+ *table with its 

[arch-commits] Commit in sage-mathematics/trunk (PKGBUILD.split env.patch)

2014-12-23 Thread Antonio Rojas
Date: Tuesday, December 23, 2014 @ 22:26:26
  Author: arojas
Revision: 124418

Fix SAGE_SHARE

Modified:
  sage-mathematics/trunk/PKGBUILD.split
  sage-mathematics/trunk/env.patch

+
 PKGBUILD.split |4 ++--
 env.patch  |   14 --
 2 files changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD.split
===
--- PKGBUILD.split  2014-12-23 21:04:17 UTC (rev 124417)
+++ PKGBUILD.split  2014-12-23 21:26:26 UTC (rev 124418)
@@ -23,7 +23,7 @@
  'd9a3e113ed147dcee8f89962a8dccd43'
  '43784811932f077c3c07b75825abda1b'
  '5216dbb3d80cecc8ec4a36cc9706f8b5'
- 'afd71d86c0cef589fedf699e0cd1d27e'
+ '9d23c58745271955f48da09867eaea45'
  'df2f56fb5845a83808b6724f6965ec6e'
  'eee444d32b8a818a67b1e0ce0850b8bb'
  '46c212a3a6713b0f78c370c7186d0982'
@@ -90,7 +90,7 @@
 package_sage-mathematics() {
   depends=('ipython2' 'cython2' 'ppl' 'glpk' 'mpfi' 'palp' 'polybori' 
'singular' 'libcliquer' 'maxima-ecl' 'gfan' 'sympow' 'tachyon' 'python2-rpy2' 
   'python2-matplotlib' 'python2-scipy' 'python2-mpmath' 'python2-sympy' 
'libgap' 'gap' 'genus2reduction' 'flintqs' 'givaro' 'libmpc' 'lcalc' 'lrcalc'
-  'eclib' 'gmp-ecm' 'zn_poly' 'python2-gd' 'pynac' 'linbox'  'gsl' 'rubiks' 
'pari-galdata' 'pari-seadata-small' 'sage-data-combinatorial_designs' 
+  'eclib' 'gmp-ecm' 'zn_poly' 'python2-gd' 'pynac' 'linbox'  'gsl' 
'pari-galdata' 'pari-seadata-small' 'sage-data-combinatorial_designs' 
   'sage-data-elliptic_curves' 'sage-data-graphs' 'sage-data-polytopes_db' 
'sage-data-conway_polynomials') # python2-pexpect
   optdepends=('jmol: 3D plots' 'sage-notebook: Web-based notebook interface' 
'sage-mathematics-doc: Documentation and inline help'
   'sage-mathematics-src: source files needed to build cython code'

Modified: env.patch
===
--- env.patch   2014-12-23 21:04:17 UTC (rev 124417)
+++ env.patch   2014-12-23 21:26:26 UTC (rev 124418)
@@ -49,17 +49,19 @@
  # Setting Sage-related location environment variables.
 -export SAGE_LOCAL=$SAGE_ROOT/local
 -export SAGE_ETC=$SAGE_LOCAL/etc
-+export SAGE_LOCAL=$SAGE_ROOT
-+export SAGE_ETC=/etc
- export SAGE_SHARE=$SAGE_LOCAL/share
- export SAGE_EXTCODE=$SAGE_SHARE/sage/ext
+-export SAGE_SHARE=$SAGE_LOCAL/share
+-export SAGE_EXTCODE=$SAGE_SHARE/sage/ext
 -export SAGE_SPKG_INST=$SAGE_LOCAL/var/lib/sage/installed
 -export SAGE_LOGS=$SAGE_ROOT/logs/pkgs
 -export SAGE_SRC=$SAGE_ROOT/src
 -export SAGE_DOC=$SAGE_SRC/doc
 -export PATH=$SAGE_SRC/bin:$SAGE_LOCAL/bin:$PATH
-+export SAGE_SRC=$SAGE_SHARE/sage/src
-+export SAGE_DOC=$SAGE_SHARE/doc/sage
++export SAGE_LOCAL=$SAGE_ROOT
++export SAGE_ETC=/etc
++export SAGE_SHARE=$SAGE_LOCAL/share/sage
++export SAGE_EXTCODE=$SAGE_SHARE/ext
++export SAGE_SRC=$SAGE_SHARE/src
++export SAGE_DOC=/usr/share/doc/sage
  
  # We offer a toolchain option, so if $SAGE_LOCAL/toolchain/toolchain-env 
exists source it.
  # Since the user might do something crazy we do not do any checks, but hope 
for the best.


[arch-commits] Commit in sage-mathematics/trunk (PKGBUILD.split)

2014-12-23 Thread Antonio Rojas
Date: Tuesday, December 23, 2014 @ 22:31:43
  Author: arojas
Revision: 124419

checksums

Modified:
  sage-mathematics/trunk/PKGBUILD.split

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

Modified: PKGBUILD.split
===
--- PKGBUILD.split  2014-12-23 21:26:26 UTC (rev 124418)
+++ PKGBUILD.split  2014-12-23 21:31:43 UTC (rev 124419)
@@ -23,7 +23,7 @@
  'd9a3e113ed147dcee8f89962a8dccd43'
  '43784811932f077c3c07b75825abda1b'
  '5216dbb3d80cecc8ec4a36cc9706f8b5'
- '9d23c58745271955f48da09867eaea45'
+ '0bb5d722e32359f9dc8516904316318f'
  'df2f56fb5845a83808b6724f6965ec6e'
  'eee444d32b8a818a67b1e0ce0850b8bb'
  '46c212a3a6713b0f78c370c7186d0982'
@@ -90,7 +90,7 @@
 package_sage-mathematics() {
   depends=('ipython2' 'cython2' 'ppl' 'glpk' 'mpfi' 'palp' 'polybori' 
'singular' 'libcliquer' 'maxima-ecl' 'gfan' 'sympow' 'tachyon' 'python2-rpy2' 
   'python2-matplotlib' 'python2-scipy' 'python2-mpmath' 'python2-sympy' 
'libgap' 'gap' 'genus2reduction' 'flintqs' 'givaro' 'libmpc' 'lcalc' 'lrcalc'
-  'eclib' 'gmp-ecm' 'zn_poly' 'python2-gd' 'pynac' 'linbox'  'gsl' 
'pari-galdata' 'pari-seadata-small' 'sage-data-combinatorial_designs' 
+  'eclib' 'gmp-ecm' 'zn_poly' 'python2-gd' 'pynac' 'linbox' 'gsl' 'rubiks' 
'pari-galdata' 'pari-seadata-small' 'sage-data-combinatorial_designs' 
   'sage-data-elliptic_curves' 'sage-data-graphs' 'sage-data-polytopes_db' 
'sage-data-conway_polynomials') # python2-pexpect
   optdepends=('jmol: 3D plots' 'sage-notebook: Web-based notebook interface' 
'sage-mathematics-doc: Documentation and inline help'
   'sage-mathematics-src: source files needed to build cython code'


[arch-commits] Commit in sage-mathematics/trunk (6 files)

2014-12-23 Thread Antonio Rojas
Date: Tuesday, December 23, 2014 @ 23:06:58
  Author: arojas
Revision: 124420

First shot at compiling Sage against system libs

Added:
  sage-mathematics/trunk/PKGBUILD
(from rev 124419, sage-mathematics/trunk/PKGBUILD.split)
Deleted:
  sage-mathematics/trunk/PKGBUILD
  sage-mathematics/trunk/PKGBUILD.split
  sage-mathematics/trunk/gf2x-sse2-i686.patch
  sage-mathematics/trunk/sage-mathematics.install
  sage-mathematics/trunk/sage.service

--+
 PKGBUILD |  254 ++---
 PKGBUILD.split   |  127 --
 gf2x-sse2-i686.patch |   10 -
 sage-mathematics.install |   56 -
 sage.service |8 -
 5 files changed, 127 insertions(+), 328 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 21:31:43 UTC (rev 124419)
+++ PKGBUILD2014-12-23 22:06:58 UTC (rev 124420)
@@ -1,127 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Antonio Rojas nqn1976 at gmail dot com
-# Contributor: Thomas Dziedzic gostrc at gmail dot com
-# Contributor: Osman Ugus ugus11 at yahoo dot com
-# Contributor: Stefan Husmann stefan-husmann at t-online dot de
-# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
-
-pkgname=sage-mathematics
-pkgver=6.4.1
-pkgrel=1
-pkgdesc=Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab
-arch=('i686' 'x86_64')
-url=http://www.sagemath.org;
-license=('GPL')
-#depends=('desktop-file-utils' 'java-environment=7' 'libjpeg-turbo' 'libtiff' 
'libxmu' 'sqlite' 'xz')
-depends=('libatomic_ops')
-makedepends=('desktop-file-utils' 'gcc-fortran' 'gendesk' 'python2')
-optdepends=('imagemagick: some plotting functionality benefits from it'
-'texlive-core: some plotting functionality benefits from it, also 
to use SageTeX'
-'openssh: to use the notebook in secure mode'
-'ffmpeg: to show animations'
-'cairo: R plots')
-source=(http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/sage-${pkgver}.tar.gz;
-sage.service
-gf2x-sse2-i686.patch)
-install=${pkgname}.install
-md5sums=('9e64f198f791577555344b9aaa6768a9'
- '985da1c1d1dcdc3ea9aa73035cb7996b'
- 'f9d7aba4f758f4605164eb84b9e1e3ba')
-changelog=ChangeLog
-
-prepare() {
-  # create *.desktop file
-  gendesk -f -n \
-  --pkgname=sage-notebook \
-  --pkgdesc=Sage notebook \
-  --name=Sage \
-  --exec=/opt/sage/sage -notebook \
-  --terminal=true \
-  --categories=Education;Science;Math \
-  --custom=X-DCOP-ServiceType=
-X-KDE-SubstituteUID=false
-X-KDE-Username=
-
-  # create DOT_SAGE directory
-  rm -rf ${srcdir}/build
-  mkdir ${srcdir}/build
-
-  # disable building gf2x with sse2 for i686
-  if [ ${CARCH} == i686 ]; then
-cp ${srcdir}/gf2x-sse2-i686.patch 
${srcdir}/sage-${pkgver}/build/pkgs/gf2x/patches/sse2.patch
-  fi
-}
-
-build() {
-  cd sage-${pkgver}
-
-  # disable default makepkg flags (required by singular, libgap and zeromq)
-  unset CFLAGS
-  unset CXXFLAGS
-  unset CPPFLAGS
-  unset LDFLAGS
-  ## flags
-  # do not build own gcc
-  export SAGE_INSTALL_GCC='no'
-  # disable debug
-  export SAGE_DEBUG='no'
-  # enable fat binaries
-  export SAGE_FAT_BINARY='yes'
-  # can't write to root in a clean chroot
-  export DOT_SAGE=${srcdir}/build
-  # singular is broken
-  export CPP='/usr/bin/cpp'
-
-  make
-}
-
- COMMENT
-check() {
-  cd sage-${pkgver}
-
-  make test
-  #make ptestlong
-}
-COMMENT
-
-package() {
-  cd ${srcdir}/sage-${pkgver}/
-  # remove build logs
-  rm -f *.log
-  rm -rf ${srcdir}/sage-${pkgver}/{logs,upstream}
-  # do NOT remove build directory!
-
-  # cp because make install is experimental and will corrupt the install
-  install -dm755 ${pkgdir}/opt/sage
-  cp -r * ${pkgdir}/opt/sage/
-
-  # move SageTeX files to more appropriate directory
-  install -dm755 ${pkgdir}/usr/share
-  mv ${pkgdir}/opt/sage/local/share/texmf ${pkgdir}/usr/share
-
-  # according to FS#37090
-  # install scripts
-  install -dm755 ${pkgdir}/usr/bin
-  ./sage -c install_scripts('${pkgdir}/usr/bin', ignore_existing=True)
-  # rename scripts to avoid conflicts
-  for ITEM in $(ls ${pkgdir}/usr/bin); do
-mv ${pkgdir}/usr/bin/${ITEM} ${pkgdir}/usr/bin/sage-${ITEM}
-  done
-  ln -s /opt/sage/sage ${pkgdir}/usr/bin/sage
-
-  # FIXME fix bad mtime
-  cd ${pkgdir}/opt/sage/local/lib/python2.7
-  find . -name '*.py' -exec sh -c rm {}c 2 /dev/null  python2 -m 
compileall {} \;
-
-  # install a systemd user unit
-  install -Dm644 ${srcdir}/sage.service 
${pkgdir}/usr/lib/systemd/user/sage.service
-  # install *.desktop and icon files
-  install -Dm644 ${srcdir}/sage-notebook.desktop \
- 

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

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:18:09
  Author: spupykin
Revision: 124421

upgpkg: chrony 1.31-1

upd

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:06:58 UTC (rev 124420)
+++ PKGBUILD2014-12-23 22:18:09 UTC (rev 124421)
@@ -8,8 +8,8 @@
 # Contributor: Elisamuel Resto ry...@simplysam.us
 
 pkgname=chrony
-pkgver=1.30
-pkgrel=6
+pkgver=1.31
+pkgrel=1
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
 url=http://chrony.tuxfamily.org/;
@@ -22,6 +22,8 @@
 install=${pkgname}.install
 sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
 'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+sha256sums=('a35e1cae46ecbe14af2023bb47a72a03d79591b2ff65f0072b3400153224996d'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
 
 prepare() {
   cd $pkgname-$pkgver


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

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:18:31
  Author: spupykin
Revision: 124423

upgpkg: darktable 1.6.1-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:18:28 UTC (rev 124422)
+++ PKGBUILD2014-12-23 22:18:31 UTC (rev 124423)
@@ -4,7 +4,7 @@
 # Contributor: Johannes Hanika hanatos at gmail dot com
 
 pkgname=darktable
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc=Utility to organize and develop raw images
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 optdepends=('librsvg')
 install=darktable.install
 
source=(https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz)
-md5sums=('8330f3059f6c392a5623dd9d53cc2dfd')
+md5sums=('86c2d90302ab1e57136d2728437db718')
 
 prepare() {
   cd $srcdir/$pkgname-release-$pkgver/cmake


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

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:18:28
  Author: spupykin
Revision: 124422

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

Added:
  chrony/repos/community-i686/PKGBUILD
(from rev 124421, chrony/trunk/PKGBUILD)
  chrony/repos/community-i686/chrony.install
(from rev 124421, chrony/trunk/chrony.install)
  chrony/repos/community-i686/service
(from rev 124421, chrony/trunk/service)
  chrony/repos/community-x86_64/PKGBUILD
(from rev 124421, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/chrony.install
(from rev 124421, chrony/trunk/chrony.install)
  chrony/repos/community-x86_64/service
(from rev 124421, chrony/trunk/service)
Deleted:
  chrony/repos/community-i686/PKGBUILD
  chrony/repos/community-i686/chrony.install
  chrony/repos/community-i686/service
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/chrony.install
  chrony/repos/community-x86_64/service

-+
 /PKGBUILD   |  110 ++
 /chrony.install |   76 ++
 /service|   24 
 community-i686/PKGBUILD |   53 --
 community-i686/chrony.install   |   38 -
 community-i686/service  |   12 
 community-x86_64/PKGBUILD   |   53 --
 community-x86_64/chrony.install |   38 -
 community-x86_64/service|   12 
 9 files changed, 210 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-23 22:18:09 UTC (rev 124421)
+++ community-i686/PKGBUILD 2014-12-23 22:18:28 UTC (rev 124422)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=1.30
-pkgrel=6
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('nss' 'readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-install=${pkgname}.install
-sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|g' examples/chrony.conf.example
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-docs
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
-
-  echo -e \n# Enable kernel RTC sync\nrtcsync  $pkgdir/etc/chrony.conf
-
-  sed -i '/^! rtconutc$/ s/^! //' $pkgdir/etc/chrony.conf
-
-  mv $pkgdir/usr/sbin/chronyd $pkgdir/usr/bin
-  rmdir $pkgdir/usr/sbin
-
-  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
-
-  chown 183:183 $pkgdir/var/lib/chrony
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 124421, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-23 22:18:28 UTC (rev 124422)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=1.31
+pkgrel=1
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip emptydirs)
+license=('GPL')
+depends=('nss' 'readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+install=${pkgname}.install
+sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+sha256sums=('a35e1cae46ecbe14af2023bb47a72a03d79591b2ff65f0072b3400153224996d'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|g' examples/chrony.conf.example
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure 

[arch-commits] Commit in mediawiki/repos/community-any (6 files)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:19:09
  Author: spupykin
Revision: 124428

archrelease: copy trunk to community-any

Added:
  mediawiki/repos/community-any/PKGBUILD
(from rev 124427, mediawiki/trunk/PKGBUILD)
  mediawiki/repos/community-any/apache.example.conf
(from rev 124427, mediawiki/trunk/apache.example.conf)
  mediawiki/repos/community-any/mediawiki.install
(from rev 124427, mediawiki/trunk/mediawiki.install)
Deleted:
  mediawiki/repos/community-any/PKGBUILD
  mediawiki/repos/community-any/apache.example.conf
  mediawiki/repos/community-any/mediawiki.install

-+
 PKGBUILD|  152 +-
 apache.example.conf |   14 ++--
 mediawiki.install   |   10 +--
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 22:19:00 UTC (rev 124427)
+++ PKGBUILD2014-12-23 22:19:09 UTC (rev 124428)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgbase=mediawiki
-pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.24.0
-_basever=1.24
-pkgrel=1
-pkgdesc=MediaWiki engine
-arch=('any')
-url=http://www.mediawiki.org/wiki/MediaWiki;
-# + http://www.mediawiki.org/wiki/Extension:Math
-license=(GPL)
-depends=('php')
-makedepends=('git')
-optdepends=('texvc: for math rendering'
-   'python2'
-   'pcre: for regular expressions support'
-   'php-intl: to handle Unicode normalization'
-   'php-mysql: for MySQL database support'
-   'php-pgsql: for PostgreSQL database support'
-   'php-sqlite: for sqlite database support'
-   'php-apc: for cache support'
-   'php-xcache: for cache support'
-   'memcached: for cache support'
-   'php-gd: for thumbnails rendering'
-   'imagemagick: for thumbnails rendering'
-   'sendmail: for mail sending')
-install=mediawiki.install
-options=(!strip)
-#  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
-source=(http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz;
-   
mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
-   apache.example.conf)
-md5sums=('66e22b1c48a54617474b9561a9d92437'
- '1e7724847829653beb75f844db21f555'
- '1b34e53d7be9a124377ac34d9821d574')
-
-package_mediawiki() {
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps
-  install -vdm0755 $pkgdir/etc/webapps/mediawiki
-  cp -a $pkgname-$pkgver $pkgdir/usr/share/webapps/mediawiki
-
-  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/mediawiki/apache.example.conf
-
-  # move cache and images to /var
-  install -vdm0755 -o http -g http $pkgdir/var/cache/mediawiki
-  install -vdm0755 -o http -g http $pkgdir/var/lib/mediawiki
-
-  cd $pkgdir/usr/share/webapps/mediawiki
-
-  mv cache/.htaccess $pkgdir/var/cache/mediawiki/
-  rmdir cache
-  ln -sf /var/cache/mediawiki cache
-
-  mv images/* $pkgdir/var/lib/mediawiki/
-  mv images/.htaccess $pkgdir/var/lib/mediawiki/
-  rmdir images
-  ln -sf /var/lib/mediawiki images
-}
-
-package_mediawiki-math() {
-  depends=('mediawiki' 'texvc')
-  optdepends=()
-  backup=()
-  pkgdesc=MediaWiki math extension
-  unset install
-
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps/mediawiki/extensions
-#  cp -a mediawiki-math-${_basever} 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-2ab9fb0 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  ln -s /usr/bin/texvc 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math/math/texvc
-}

Copied: mediawiki/repos/community-any/PKGBUILD (from rev 124427, 
mediawiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 22:19:09 UTC (rev 124428)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgbase=mediawiki
+pkgname=('mediawiki' 'mediawiki-math')
+pkgver=1.24.1
+_basever=1.24
+pkgrel=1
+pkgdesc=MediaWiki engine
+arch=('any')
+url=http://www.mediawiki.org/wiki/MediaWiki;
+# + http://www.mediawiki.org/wiki/Extension:Math
+license=(GPL)
+depends=('php')
+makedepends=('git')
+optdepends=('texvc: for math rendering'
+   'python2'
+   'pcre: for regular expressions support'
+   'php-intl: to handle Unicode normalization'
+   'php-mysql: for MySQL database support'
+   'php-pgsql: for PostgreSQL database support'
+   'php-sqlite: for sqlite database support'
+   'php-apc: for cache support'
+   'php-xcache: for cache support'
+   

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

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:19:00
  Author: spupykin
Revision: 124427

upgpkg: mediawiki 1.24.1-1

upd

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:18:56 UTC (rev 124426)
+++ PKGBUILD2014-12-23 22:19:00 UTC (rev 124427)
@@ -4,7 +4,7 @@
 
 pkgbase=mediawiki
 pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.24.0
+pkgver=1.24.1
 _basever=1.24
 pkgrel=1
 pkgdesc=MediaWiki engine
@@ -33,7 +33,7 @@
 
source=(http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz;

mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
apache.example.conf)
-md5sums=('66e22b1c48a54617474b9561a9d92437'
+md5sums=('fb1a48c777c17df8f20a95061b3a483c'
  '1e7724847829653beb75f844db21f555'
  '1b34e53d7be9a124377ac34d9821d574')
 


[arch-commits] Commit in perl-convert-asn1/trunk (PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:19:20
  Author: spupykin
Revision: 124429

upgpkg: perl-convert-asn1 0.27-1

upd

Modified:
  perl-convert-asn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:19:09 UTC (rev 124428)
+++ PKGBUILD2014-12-23 22:19:20 UTC (rev 124429)
@@ -3,14 +3,14 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-convert-asn1
-pkgver=0.26
-pkgrel=2
+pkgver=0.27
+pkgrel=1
 pkgdesc=Perl/CPAN Module Convert::ASN1 : Standard endecode of ASN1 structures
 arch=(any)
 url=http://search.cpan.org/dist/Convert-ASN1;
 license=(GPL PerlArtistic)
 
source=(http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-$pkgver.tar.gz;)
-md5sums=('1c846c8c1125e6a075444abe65d99b63')
+md5sums=('68723e96be0b258a9e20480276e8a62c')
 
 build() {
   cd $srcdir/Convert-ASN1-$pkgver


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

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:18:48
  Author: spupykin
Revision: 124425

upgpkg: firefox-noscript 2.6.9.8-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:18:44 UTC (rev 124424)
+++ PKGBUILD2014-12-23 22:18:48 UTC (rev 124425)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.9.7
+pkgver=2.6.9.8
 pkgrel=1
 pkgdesc=Extension for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('1ca943b3471d4a8c0955867b36ee462b')
+md5sums=('c73b34f9ac9f6739efff0e470ef2a9e3')
 
 package() {
   depends=(firefox)


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

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:18:44
  Author: spupykin
Revision: 124424

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

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

+
 /PKGBUILD  |   98 +++
 /darktable.install |   22 +++
 community-i686/PKGBUILD|   49 -
 community-i686/darktable.install   |   11 ---
 community-x86_64/PKGBUILD  |   49 -
 community-x86_64/darktable.install |   11 ---
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-23 22:18:31 UTC (rev 124423)
+++ community-i686/PKGBUILD 2014-12-23 22:18:44 UTC (rev 124424)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Christian Himpel chressie at gmail dot com
-# Contributor: Johannes Hanika hanatos at gmail dot com
-
-pkgname=darktable
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=Utility to organize and develop raw images
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
-'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk-engines' 'json-glib' 'flickcurl')
-makedepends=('intltool=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-source=(https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz)
-md5sums=('8330f3059f6c392a5623dd9d53cc2dfd')
-
-prepare() {
-  cd $srcdir/$pkgname-release-$pkgver/cmake
-  mv version.cmake.cmake version.cmake
-}
-
-build() {
-  cd $srcdir/$pkgname-release-$pkgver
-  mkdir -p build
-  cd build
-  CXXFLAGS+= -fpermissive
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DDONT_INSTALL_GCONF_SCHEMAS=True \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DUSE_GCONF_BACKEND=Off \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_GNOME_KEYRING=Off \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-release-$pkgver/build
-  make DESTDIR=$pkgdir install
-  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 124423, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-23 22:18:44 UTC (rev 124424)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Christian Himpel chressie at gmail dot com
+# Contributor: Johannes Hanika hanatos at gmail dot com
+
+pkgname=darktable
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=Utility to organize and develop raw images
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines' 'json-glib' 'flickcurl')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=(https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz)
+md5sums=('86c2d90302ab1e57136d2728437db718')
+
+prepare() {
+  cd $srcdir/$pkgname-release-$pkgver/cmake
+  mv version.cmake.cmake version.cmake
+}
+
+build() {
+  cd $srcdir/$pkgname-release-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DDONT_INSTALL_GCONF_SCHEMAS=True \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DUSE_GCONF_BACKEND=Off \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_GNOME_KEYRING=Off \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-release-$pkgver/build
+  make DESTDIR=$pkgdir install
+  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
+}

Deleted: community-i686/darktable.install
===
--- community-i686/darktable.install2014-12-23 22:18:31 UTC (rev 124423)
+++ community-i686/darktable.install2014-12-23 

[arch-commits] Commit in (3 files)

2014-12-23 Thread Antonio Rojas
Date: Tuesday, December 23, 2014 @ 23:19:25
  Author: arojas
Revision: 124430

Add Sage docs

Added:
  sage-mathematics-doc/
  sage-mathematics-doc/trunk/
  sage-mathematics-doc/trunk/PKGBUILD

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

Added: sage-mathematics-doc/trunk/PKGBUILD
===
--- sage-mathematics-doc/trunk/PKGBUILD (rev 0)
+++ sage-mathematics-doc/trunk/PKGBUILD 2014-12-23 22:19:25 UTC (rev 124430)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=sage-mathematics-doc
+pkgver=6.4.1
+pkgrel=1
+pkgdesc=Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab
+arch=('any')
+url=http://www.sagemath.org;
+license=('GPL')
+depends=('sage-notebook' 'python2-sphinx')
+source=(https://github.com/sagemath/sage/archive/$pkgver.tar.gz;)
+md5sums=('e40736461992e62af3a84cf9a212c9d1')
+
+build() {
+  cd sage-$pkgver/src
+
+  export SAGE_SRC=$PWD
+  export SAGE_DOC=$SAGE_SRC/doc
+  export SAGE_DOC_MATHJAX=yes
+  export PYTHONPATH=/usr/lib/sage/site-packages
+  python2 doc/common/builder.py -k all html
+}
+
+package() {
+  cd sage-$pkgver/src/doc
+ 
+  mkdir -p $pkgdir/usr/share/doc/sage
+  cp -r * $pkgdir/usr/share/doc/sage
+  rm $pkgdir/usr/share/doc/sage/Makefile
+  rm -r $pkgdir/usr/share/doc/sage/output/doctrees
+}


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


[arch-commits] Commit in perl-cpan-perl-releases/trunk (PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:19:32
  Author: spupykin
Revision: 124432

upgpkg: perl-cpan-perl-releases 2.00-1

upd

Modified:
  perl-cpan-perl-releases/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:19:29 UTC (rev 124431)
+++ PKGBUILD2014-12-23 22:19:32 UTC (rev 124432)
@@ -2,7 +2,7 @@
 # Maintainer: 
 
 pkgname=perl-cpan-perl-releases
-pkgver=1.70
+pkgver=2.00
 pkgrel=1
 pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
-md5sums=('e887b9b4c2c281cccab54a57627a5279')
+md5sums=('a2662ea67ca0b01344836548d8fac6b6')
 
 build() {
   cd CPAN-Perl-Releases-$pkgver


[arch-commits] Commit in perl-devel-symdump/trunk (PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:19:43
  Author: spupykin
Revision: 124434

upgpkg: perl-devel-symdump 2.14-1

upd

Modified:
  perl-devel-symdump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:19:40 UTC (rev 124433)
+++ PKGBUILD2014-12-23 22:19:43 UTC (rev 124434)
@@ -3,7 +3,7 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-devel-symdump
-pkgver=2.12
+pkgver=2.14
 pkgrel=1
 pkgdesc=Perl symbol table access and dumping
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl=5.10.0')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-$pkgver.tar.gz)
-md5sums=('004112b0c820556f6d073f77425a9f3d')
+md5sums=('2d28b91792d0ef6bae2f75c4a635edee')
 
 build() {
   cd  $srcdir/Devel-Symdump-$pkgver


[arch-commits] Commit in perl-cpan-perl-releases/repos/community-any (2 files)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:19:40
  Author: spupykin
Revision: 124433

archrelease: copy trunk to community-any

Added:
  perl-cpan-perl-releases/repos/community-any/PKGBUILD
(from rev 124432, perl-cpan-perl-releases/trunk/PKGBUILD)
Deleted:
  perl-cpan-perl-releases/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 22:19:32 UTC (rev 124432)
+++ PKGBUILD2014-12-23 22:19:40 UTC (rev 124433)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-cpan-perl-releases
-pkgver=1.70
-pkgrel=1
-pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
-arch=('any')
-url=https://metacpan.org/release/CPAN-Perl-Releases;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
-md5sums=('e887b9b4c2c281cccab54a57627a5279')
-
-build() {
-  cd CPAN-Perl-Releases-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd CPAN-Perl-Releases-$pkgver
-  make test
-}
-
-package() {
-  cd CPAN-Perl-Releases-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: perl-cpan-perl-releases/repos/community-any/PKGBUILD (from rev 124432, 
perl-cpan-perl-releases/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 22:19:40 UTC (rev 124433)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-cpan-perl-releases
+pkgver=2.00
+pkgrel=1
+pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
+arch=('any')
+url=https://metacpan.org/release/CPAN-Perl-Releases;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
+md5sums=('a2662ea67ca0b01344836548d8fac6b6')
+
+build() {
+  cd CPAN-Perl-Releases-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd CPAN-Perl-Releases-$pkgver
+  make test
+}
+
+package() {
+  cd CPAN-Perl-Releases-$pkgver
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in perl-convert-asn1/repos/community-any (PKGBUILD PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:19:29
  Author: spupykin
Revision: 124431

archrelease: copy trunk to community-any

Added:
  perl-convert-asn1/repos/community-any/PKGBUILD
(from rev 124430, perl-convert-asn1/trunk/PKGBUILD)
Deleted:
  perl-convert-asn1/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 22:19:25 UTC (rev 124430)
+++ PKGBUILD2014-12-23 22:19:29 UTC (rev 124431)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-convert-asn1
-pkgver=0.26
-pkgrel=2
-pkgdesc=Perl/CPAN Module Convert::ASN1 : Standard endecode of ASN1 structures
-arch=(any)
-url=http://search.cpan.org/dist/Convert-ASN1;
-license=(GPL PerlArtistic)
-source=(http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-$pkgver.tar.gz;)
-md5sums=('1c846c8c1125e6a075444abe65d99b63')
-
-build() {
-  cd $srcdir/Convert-ASN1-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Convert-ASN1-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-convert-asn1/repos/community-any/PKGBUILD (from rev 124430, 
perl-convert-asn1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 22:19:29 UTC (rev 124431)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-convert-asn1
+pkgver=0.27
+pkgrel=1
+pkgdesc=Perl/CPAN Module Convert::ASN1 : Standard endecode of ASN1 structures
+arch=(any)
+url=http://search.cpan.org/dist/Convert-ASN1;
+license=(GPL PerlArtistic)
+source=(http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-$pkgver.tar.gz;)
+md5sums=('68723e96be0b258a9e20480276e8a62c')
+
+build() {
+  cd $srcdir/Convert-ASN1-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Convert-ASN1-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:18:56
  Author: spupykin
Revision: 124426

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 124425, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 22:18:48 UTC (rev 124425)
+++ PKGBUILD2014-12-23 22:18:56 UTC (rev 124426)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.9.7
-pkgrel=1
-pkgdesc=Extension for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('1ca943b3471d4a8c0955867b36ee462b')
-
-package() {
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 124425, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 22:18:56 UTC (rev 124426)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.9.8
+pkgrel=1
+pkgdesc=Extension for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('c73b34f9ac9f6739efff0e470ef2a9e3')
+
+package() {
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}


[arch-commits] Commit in perl-devel-symdump/repos/community-any (PKGBUILD PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:19:51
  Author: spupykin
Revision: 124435

archrelease: copy trunk to community-any

Added:
  perl-devel-symdump/repos/community-any/PKGBUILD
(from rev 124434, perl-devel-symdump/trunk/PKGBUILD)
Deleted:
  perl-devel-symdump/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 22:19:43 UTC (rev 124434)
+++ PKGBUILD2014-12-23 22:19:51 UTC (rev 124435)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-devel-symdump
-pkgver=2.12
-pkgrel=1
-pkgdesc=Perl symbol table access and dumping
-arch=('any')
-url=http://search.cpan.org/dist/Devel-Symdump;
-license=('GPL' 'PerlArtistic')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-$pkgver.tar.gz)
-md5sums=('004112b0c820556f6d073f77425a9f3d')
-
-build() {
-  cd  $srcdir/Devel-Symdump-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Devel-Symdump-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-devel-symdump/repos/community-any/PKGBUILD (from rev 124434, 
perl-devel-symdump/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 22:19:51 UTC (rev 124435)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-devel-symdump
+pkgver=2.14
+pkgrel=1
+pkgdesc=Perl symbol table access and dumping
+arch=('any')
+url=http://search.cpan.org/dist/Devel-Symdump;
+license=('GPL' 'PerlArtistic')
+depends=('perl=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-$pkgver.tar.gz)
+md5sums=('2d28b91792d0ef6bae2f75c4a635edee')
+
+build() {
+  cd  $srcdir/Devel-Symdump-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Devel-Symdump-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


[arch-commits] Commit in perl-email-mime/trunk (PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:19:54
  Author: spupykin
Revision: 124436

upgpkg: perl-email-mime 1.928-1

upd

Modified:
  perl-email-mime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:19:51 UTC (rev 124435)
+++ PKGBUILD2014-12-23 22:19:54 UTC (rev 124436)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin pupykin.s+...@gmail.com
 
 pkgname=perl-email-mime
-pkgver=1.926
+pkgver=1.928
 pkgrel=1
 pkgdesc=Easy MIME message parsing
 arch=('any')
@@ -16,7 +16,7 @@
 replaces=(perl-email-mime-creator perl-email-mime-modifier)
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-$pkgver.tar.gz)
-md5sums=('fd8b06d1bf7b8599bdcf808f49908451')
+md5sums=('3d5d8b4651f74ce08e9e598d0a92be5c')
 
 build() {
   cd  $srcdir/Email-MIME-$pkgver


[arch-commits] Commit in perl-file-nfslock/trunk (PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:20:06
  Author: spupykin
Revision: 124439

upgpkg: perl-file-nfslock 1.27-1

upd

Modified:
  perl-file-nfslock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:20:03 UTC (rev 124438)
+++ PKGBUILD2014-12-23 22:20:06 UTC (rev 124439)
@@ -3,8 +3,8 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-file-nfslock
-pkgver=1.21
-pkgrel=3
+pkgver=1.27
+pkgrel=1
 pkgdesc=NFS compatible (safe) locking utility
 arch=('any')
 url=http://search.cpan.org/dist/File-NFSLock;
@@ -12,7 +12,7 @@
 depends=('perl=5.10.0')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/B/BB/BBB/File-NFSLock-$pkgver.tar.gz) 
-md5sums=('8067802ce7247d0697d6203e26cb7bd7')
+md5sums=('6cec5c40b5f31aefd8a9cbd64e411e50')
 
 build() {
   cd  $srcdir/File-NFSLock-$pkgver


[arch-commits] Commit in perl-html-strip/trunk (PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:20:17
  Author: spupykin
Revision: 124441

upgpkg: perl-html-strip 2.08-1

upd

Modified:
  perl-html-strip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:20:14 UTC (rev 124440)
+++ PKGBUILD2014-12-23 22:20:17 UTC (rev 124441)
@@ -3,8 +3,8 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-html-strip
-pkgver=1.06
-pkgrel=10
+pkgver=2.08
+pkgrel=1
 pkgdesc=Perl/CPAN Module HTML::Strip
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/~kilinrax/HTML-Strip/;
@@ -11,8 +11,7 @@
 license=(GPL PerlArtistic)
 depends=('perl')
 
source=(http://www.cpan.org/authors/id/K/KI/KILINRAX/HTML-Strip-$pkgver.tar.gz;)
-md5sums=('ceeacef0c7c31983e3a991e77bb58b45')
-options=('!emptydirs')
+md5sums=('39ea9dfb58e9cc2db13916be805e0a55')
 
 build() {
   cd $srcdir/HTML-Strip-$pkgver


[arch-commits] Commit in (5 files)

2014-12-23 Thread Ike Devolder
Date: Tuesday, December 23, 2014 @ 23:19:57
  Author: idevolder
Revision: 124437

kodi :: 14.0

Added:
  kodi/
  kodi/repos/
  kodi/trunk/
  kodi/trunk/PKGBUILD
  kodi/trunk/kodi.install

--+
 PKGBUILD |  127 +
 kodi.install |   24 ++
 2 files changed, 151 insertions(+)

Added: kodi/trunk/PKGBUILD
===
--- kodi/trunk/PKGBUILD (rev 0)
+++ kodi/trunk/PKGBUILD 2014-12-23 22:19:57 UTC (rev 124437)
@@ -0,0 +1,127 @@
+# vim:set ts=2 sw=2 et:
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
+# Contributor: Zeqadious zeqadious.at.gmail.dot.com
+# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Maxime Gauduin aluc...@gmail.com
+
+_prefix=/usr
+
+pkgname=kodi
+pkgver=14.0
+_codename=Helix
+pkgrel=0.2
+pkgdesc=A software media player and entertainment hub for digital media
+provides=('xbmc')
+replaces=('xbmc')
+arch=('i686' 'x86_64')
+url=http://kodi.tv;
+license=('GPL2')
+depends=(
+'bluez-libs' 'curl' 'flac' 'glew' 'hicolor-icon-theme' 'lame' 'libaacs'
+'libass' 'libbluray' 'libcdio' 'libmariadbclient' 'libmicrohttpd' 'libmodplug'
+'libmpeg2' 'libpulse' 'libssh' 'libva' 'libvdpau' 'libvorbis' 'libxrandr'
+'libxslt' 'lzo' 'mesa' 'mesa-demos' 'python2-pillow' 'python2-pybluez'
+'python2-simplejson' 'rtmpdump' 'sdl_image' 'smbclient' 'taglib' 'tinyxml'
+'xorg-xdpyinfo' 'yajl'
+)
+makedepends=(
+'afpfs-ng' 'boost' 'cmake' 'doxygen' 'git' 'gperf' 'jasper'
+'java-runtime' 'libcec' 'libnfs' 'libplist' 'nasm' 'shairplay'
+'swig' 'unzip' 'upower' 'zip'
+)
+optdepends=(
+'afpfs-ng: Apple shares support'
+'bluez: Blutooth support'
+'libnfs: NFS shares support'
+'libplist: AirPlay support'
+'libcec: Pulse-Eight USB-CEC adapter support'
+'lirc: Remote controller support'
+'pulseaudio: PulseAudio support'
+'shairplay: AirPlay support'
+'udisks: Automount external drives'
+'unrar: Archives support'
+'unzip: Archives support'
+'upower: Display battery level'
+)
+install=${pkgname}.install
+source=(
+  
$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
+)
+sha256sums=(
+  '11746d95cc59361f36ce6ea9d0d36bbd9ec3376e991f5ec1720f8ff740b91192'
+)
+
+prepare() {
+  cd $srcdir/xbmc-$pkgver-$_codename
+
+
+  find -type f -name *.py -exec sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
{} +
+  sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
tools/depends/native/rpl-native/rpl
+   sed 's/python/python2/' -i tools/Linux/kodi.sh.in
+}
+
+build() {
+  cd $srcdir/xbmc-$pkgver-$_codename
+
+   # Bootstrapping
+  ./bootstrap
+
+  # Configuring XBMC
+  export PYTHON_VERSION=2  # external python v2
+  ./configure --prefix=$_prefix --exec-prefix=$_prefix \
+--disable-debug \
+--enable-optimizations \
+--enable-gl \
+--enable-vaapi \
+--enable-vdpau \
+--enable-joystick \
+--enable-xrandr \
+--enable-rsxs \
+--enable-projectm \
+--enable-x11 \
+--enable-pulse \
+--enable-rtmp \
+--enable-samba \
+--enable-nfs \
+--enable-afpclient \
+--enable-airplay \
+--enable-airtunes \
+--enable-ffmpeg-libvorbis \
+--enable-dvdcss \
+--disable-hal \
+--enable-avahi \
+--enable-webserver \
+--enable-optical-drive \
+--enable-libbluray \
+--enable-texturepacker \
+--enable-udev \
+--enable-libusb \
+--enable-libcec \
+   --enable-external-libraries \
+--with-lirc-device=/run/lirc/lircd
+
+  # Now (finally) build
+  make
+}
+
+package() {
+  cd $srcdir/xbmc-$pkgver-$_codename
+  # Running make install
+  make DESTDIR=$pkgdir install
+
+  # Tools
+   install -Dm755 
$srcdir/xbmc-$pkgver-$_codename/tools/TexturePacker/TexturePacker \
+   ${pkgdir}${_prefix}/lib/kodi/
+
+  # Licenses
+   install -dm755 ${pkgdir}${_prefix}/share/licenses/${pkgname}
+  for licensef in LICENSE.GPL copying.txt; do
+   mv ${pkgdir}${_prefix}/share/doc/kodi/${licensef} \
+   ${pkgdir}${_prefix}/share/licenses/${pkgname}
+  done
+}


Property changes on: kodi/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: kodi/trunk/kodi.install
===
--- kodi/trunk/kodi.install (rev 0)
+++ kodi/trunk/kodi.install 2014-12-23 22:19:57 UTC (rev 124437)
@@ -0,0 +1,24 @@
+post_install() {
+  update_icons
+  update_autostart
+}
+
+post_upgrade() {
+  update_icons
+  update_autostart
+}
+
+post_remove() {
+  update_icons
+  

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

2014-12-23 Thread Ike Devolder
Date: Tuesday, December 23, 2014 @ 23:20:49
  Author: idevolder
Revision: 124445

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

Added:
  kodi/repos/community-testing-i686/
  kodi/repos/community-testing-i686/PKGBUILD
(from rev 124443, kodi/trunk/PKGBUILD)
  kodi/repos/community-testing-i686/kodi.install
(from rev 124443, kodi/trunk/kodi.install)
  kodi/repos/community-testing-x86_64/
  kodi/repos/community-testing-x86_64/PKGBUILD
(from rev 124443, kodi/trunk/PKGBUILD)
  kodi/repos/community-testing-x86_64/kodi.install
(from rev 12, kodi/trunk/kodi.install)

---+
 community-testing-i686/PKGBUILD   |  127 
 community-testing-i686/kodi.install   |   24 ++
 community-testing-x86_64/PKGBUILD |  127 
 community-testing-x86_64/kodi.install |   24 ++
 4 files changed, 302 insertions(+)

Copied: kodi/repos/community-testing-i686/PKGBUILD (from rev 124443, 
kodi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-23 22:20:49 UTC (rev 124445)
@@ -0,0 +1,127 @@
+# vim:set ts=2 sw=2 et:
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
+# Contributor: Zeqadious zeqadious.at.gmail.dot.com
+# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Maxime Gauduin aluc...@gmail.com
+
+_prefix=/usr
+
+pkgname=kodi
+pkgver=14.0
+_codename=Helix
+pkgrel=0.2
+pkgdesc=A software media player and entertainment hub for digital media
+provides=('xbmc')
+replaces=('xbmc')
+arch=('i686' 'x86_64')
+url=http://kodi.tv;
+license=('GPL2')
+depends=(
+'bluez-libs' 'curl' 'flac' 'glew' 'hicolor-icon-theme' 'lame' 'libaacs'
+'libass' 'libbluray' 'libcdio' 'libmariadbclient' 'libmicrohttpd' 'libmodplug'
+'libmpeg2' 'libpulse' 'libssh' 'libva' 'libvdpau' 'libvorbis' 'libxrandr'
+'libxslt' 'lzo' 'mesa' 'mesa-demos' 'python2-pillow' 'python2-pybluez'
+'python2-simplejson' 'rtmpdump' 'sdl_image' 'smbclient' 'taglib' 'tinyxml'
+'xorg-xdpyinfo' 'yajl'
+)
+makedepends=(
+'afpfs-ng' 'boost' 'cmake' 'doxygen' 'git' 'gperf' 'jasper'
+'java-runtime' 'libcec' 'libnfs' 'libplist' 'nasm' 'shairplay'
+'swig' 'unzip' 'upower' 'zip'
+)
+optdepends=(
+'afpfs-ng: Apple shares support'
+'bluez: Blutooth support'
+'libnfs: NFS shares support'
+'libplist: AirPlay support'
+'libcec: Pulse-Eight USB-CEC adapter support'
+'lirc: Remote controller support'
+'pulseaudio: PulseAudio support'
+'shairplay: AirPlay support'
+'udisks: Automount external drives'
+'unrar: Archives support'
+'unzip: Archives support'
+'upower: Display battery level'
+)
+install=${pkgname}.install
+source=(
+  
$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
+)
+sha256sums=(
+  '11746d95cc59361f36ce6ea9d0d36bbd9ec3376e991f5ec1720f8ff740b91192'
+)
+
+prepare() {
+  cd $srcdir/xbmc-$pkgver-$_codename
+
+
+  find -type f -name *.py -exec sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
{} +
+  sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
tools/depends/native/rpl-native/rpl
+   sed 's/python/python2/' -i tools/Linux/kodi.sh.in
+}
+
+build() {
+  cd $srcdir/xbmc-$pkgver-$_codename
+
+   # Bootstrapping
+  ./bootstrap
+
+  # Configuring XBMC
+  export PYTHON_VERSION=2  # external python v2
+  ./configure --prefix=$_prefix --exec-prefix=$_prefix \
+--disable-debug \
+--enable-optimizations \
+--enable-gl \
+--enable-vaapi \
+--enable-vdpau \
+--enable-joystick \
+--enable-xrandr \
+--enable-rsxs \
+--enable-projectm \
+--enable-x11 \
+--enable-pulse \
+--enable-rtmp \
+--enable-samba \
+--enable-nfs \
+--enable-afpclient \
+--enable-airplay \
+--enable-airtunes \
+--enable-ffmpeg-libvorbis \
+--enable-dvdcss \
+--disable-hal \
+--enable-avahi \
+--enable-webserver \
+--enable-optical-drive \
+--enable-libbluray \
+--enable-texturepacker \
+--enable-udev \
+--enable-libusb \
+--enable-libcec \
+   --enable-external-libraries \
+--with-lirc-device=/run/lirc/lircd
+
+  # Now (finally) build
+  make
+}
+
+package() {
+  cd $srcdir/xbmc-$pkgver-$_codename
+  # Running make install
+  make DESTDIR=$pkgdir install
+
+  # Tools
+   install -Dm755 
$srcdir/xbmc-$pkgver-$_codename/tools/TexturePacker/TexturePacker \
+   ${pkgdir}${_prefix}/lib/kodi/
+
+  # Licenses
+   install -dm755 ${pkgdir}${_prefix}/share/licenses/${pkgname}
+  for licensef in LICENSE.GPL copying.txt; do
+   mv 

[arch-commits] Commit in perl-email-mime/repos/community-any (PKGBUILD PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:20:03
  Author: spupykin
Revision: 124438

archrelease: copy trunk to community-any

Added:
  perl-email-mime/repos/community-any/PKGBUILD
(from rev 124437, perl-email-mime/trunk/PKGBUILD)
Deleted:
  perl-email-mime/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 22:19:57 UTC (rev 124437)
+++ PKGBUILD2014-12-23 22:20:03 UTC (rev 124438)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
-
-pkgname=perl-email-mime
-pkgver=1.926
-pkgrel=1
-pkgdesc=Easy MIME message parsing
-arch=('any')
-url=http://search.cpan.org/dist/Email-MIME;
-license=('GPL' 'PerlArtistic')
-depends=('perl-email-mime-encodings=1.3' 'perl-mime-types=1.13'
-'perl-email-simple=2.003' 'perl-email-mime-contenttype=1.011'
-'perl-email-messageid')
-provides=(perl-email-mime-creator=$pkgver perl-email-mime-modifier=$pkgver)
-replaces=(perl-email-mime-creator perl-email-mime-modifier)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-$pkgver.tar.gz)
-md5sums=('fd8b06d1bf7b8599bdcf808f49908451')
-
-build() {
-  cd  $srcdir/Email-MIME-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package(){
-  cd  $srcdir/Email-MIME-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-email-mime/repos/community-any/PKGBUILD (from rev 124437, 
perl-email-mime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 22:20:03 UTC (rev 124438)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
+
+pkgname=perl-email-mime
+pkgver=1.928
+pkgrel=1
+pkgdesc=Easy MIME message parsing
+arch=('any')
+url=http://search.cpan.org/dist/Email-MIME;
+license=('GPL' 'PerlArtistic')
+depends=('perl-email-mime-encodings=1.3' 'perl-mime-types=1.13'
+'perl-email-simple=2.003' 'perl-email-mime-contenttype=1.011'
+'perl-email-messageid')
+provides=(perl-email-mime-creator=$pkgver perl-email-mime-modifier=$pkgver)
+replaces=(perl-email-mime-creator perl-email-mime-modifier)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-$pkgver.tar.gz)
+md5sums=('3d5d8b4651f74ce08e9e598d0a92be5c')
+
+build() {
+  cd  $srcdir/Email-MIME-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package(){
+  cd  $srcdir/Email-MIME-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


[arch-commits] Commit in perl-io-tty/trunk (PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:20:49
  Author: spupykin
Revision: 124446

upgpkg: perl-io-tty 1.12-1

upd

Modified:
  perl-io-tty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:20:49 UTC (rev 124445)
+++ PKGBUILD2014-12-23 22:20:49 UTC (rev 124446)
@@ -3,8 +3,8 @@
 # Contributor: Charles Mauch cma...@gmail.com
 
 pkgname=perl-io-tty
-pkgver=1.11
-pkgrel=2
+pkgver=1.12
+pkgrel=1
 pkgdesc=Provide an interface to TTYs and PTYs
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/IO-Tty/;
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz;)
-md5sums=('fc42736aee83f848ff5191c6890cc539')
+md5sums=('11695a1a516b3bd1b90ce75ff0ce3e6d')
 
 build() {
   cd $srcdir/IO-Tty-$pkgver


[arch-commits] Commit in perl-file-nfslock/repos/community-any (PKGBUILD PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:20:14
  Author: spupykin
Revision: 124440

archrelease: copy trunk to community-any

Added:
  perl-file-nfslock/repos/community-any/PKGBUILD
(from rev 124439, perl-file-nfslock/trunk/PKGBUILD)
Deleted:
  perl-file-nfslock/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 22:20:06 UTC (rev 124439)
+++ PKGBUILD2014-12-23 22:20:14 UTC (rev 124440)
@@ -1,28 +0,0 @@
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Maintainer: Chris Brannon ch...@the-brannons.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-file-nfslock
-pkgver=1.21
-pkgrel=3
-pkgdesc=NFS compatible (safe) locking utility
-arch=('any')
-url=http://search.cpan.org/dist/File-NFSLock;
-license=('GPL' 'PerlArtistic')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/B/BB/BBB/File-NFSLock-$pkgver.tar.gz) 
-md5sums=('8067802ce7247d0697d6203e26cb7bd7')
-
-build() {
-  cd  $srcdir/File-NFSLock-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
-  make || return 1
-}
-
-package() {
-  cd  $srcdir/File-NFSLock-$pkgver
-  make install DESTDIR=$pkgdir || return 1
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-file-nfslock/repos/community-any/PKGBUILD (from rev 124439, 
perl-file-nfslock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 22:20:14 UTC (rev 124440)
@@ -0,0 +1,28 @@
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Maintainer: Chris Brannon ch...@the-brannons.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-file-nfslock
+pkgver=1.27
+pkgrel=1
+pkgdesc=NFS compatible (safe) locking utility
+arch=('any')
+url=http://search.cpan.org/dist/File-NFSLock;
+license=('GPL' 'PerlArtistic')
+depends=('perl=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/B/BB/BBB/File-NFSLock-$pkgver.tar.gz) 
+md5sums=('6cec5c40b5f31aefd8a9cbd64e411e50')
+
+build() {
+  cd  $srcdir/File-NFSLock-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
+  make || return 1
+}
+
+package() {
+  cd  $srcdir/File-NFSLock-$pkgver
+  make install DESTDIR=$pkgdir || return 1
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


[arch-commits] Commit in perl-io-all/trunk (PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:20:36
  Author: spupykin
Revision: 124443

upgpkg: perl-io-all 0.85-1

upd

Modified:
  perl-io-all/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:20:32 UTC (rev 124442)
+++ PKGBUILD2014-12-23 22:20:36 UTC (rev 124443)
@@ -2,7 +2,7 @@
 # $Id$
 
 pkgname=perl-io-all
-pkgver=0.61
+pkgver=0.85
 pkgrel=1
 pkgdesc=IO::All of it to Graham and Damian!
 arch=(any)
@@ -13,6 +13,7 @@
 
source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/IO-All-${pkgver}.tar.gz;)
 sha1sums=('9ac0ad8ee42253d62ed9de95a228bf3fabc9ed4c')
 sha1sums=('3594e932baacbe965e8f23df9fd3b1221bee83de')
+sha1sums=('9a29b5af3e46b2ebf4f5a0da8a7aa1d6b0d0ee5d')
 
 build() {
   export PERL_MM_USE_DEFAULT=1 PERL5LIB= \


[arch-commits] Commit in perl-io-all/repos/community-any (PKGBUILD PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:20:45
  Author: spupykin
Revision: 12

archrelease: copy trunk to community-any

Added:
  perl-io-all/repos/community-any/PKGBUILD
(from rev 124443, perl-io-all/trunk/PKGBUILD)
Deleted:
  perl-io-all/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 22:20:36 UTC (rev 124443)
+++ PKGBUILD2014-12-23 22:20:45 UTC (rev 12)
@@ -1,44 +0,0 @@
-# Packager: Justin Davis jrc...@gmail.com
-# $Id$
-
-pkgname=perl-io-all
-pkgver=0.61
-pkgrel=1
-pkgdesc=IO::All of it to Graham and Damian!
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl=5.6.1' 'perl-io-string=1.08')
-url=http://search.cpan.org/dist/IO-All/;
-source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/IO-All-${pkgver}.tar.gz;)
-sha1sums=('9ac0ad8ee42253d62ed9de95a228bf3fabc9ed4c')
-sha1sums=('3594e932baacbe965e8f23df9fd3b1221bee83de')
-
-build() {
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps \
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  MODULEBUILDRC=/dev/null
-
-  cd ${srcdir}/IO-All-${pkgver}
-  perl Makefile.PL
-  make
-}
-
-check() {
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-  cd ${srcdir}/IO-All-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/IO-All-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-io-all/repos/community-any/PKGBUILD (from rev 124443, 
perl-io-all/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 22:20:45 UTC (rev 12)
@@ -0,0 +1,45 @@
+# Packager: Justin Davis jrc...@gmail.com
+# $Id$
+
+pkgname=perl-io-all
+pkgver=0.85
+pkgrel=1
+pkgdesc=IO::All of it to Graham and Damian!
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl=5.6.1' 'perl-io-string=1.08')
+url=http://search.cpan.org/dist/IO-All/;
+source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/IO-All-${pkgver}.tar.gz;)
+sha1sums=('9ac0ad8ee42253d62ed9de95a228bf3fabc9ed4c')
+sha1sums=('3594e932baacbe965e8f23df9fd3b1221bee83de')
+sha1sums=('9a29b5af3e46b2ebf4f5a0da8a7aa1d6b0d0ee5d')
+
+build() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps \
+  PERL_MM_OPT=INSTALLDIRS=vendor \
+  PERL_MB_OPT=--installdirs vendor \
+  MODULEBUILDRC=/dev/null
+
+  cd ${srcdir}/IO-All-${pkgver}
+  perl Makefile.PL
+  make
+}
+
+check() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+  cd ${srcdir}/IO-All-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/IO-All-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-html-strip/repos (4 files)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:20:32
  Author: spupykin
Revision: 124442

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

Added:
  perl-html-strip/repos/community-i686/PKGBUILD
(from rev 124441, perl-html-strip/trunk/PKGBUILD)
  perl-html-strip/repos/community-x86_64/PKGBUILD
(from rev 124441, perl-html-strip/trunk/PKGBUILD)
Deleted:
  perl-html-strip/repos/community-i686/PKGBUILD
  perl-html-strip/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-23 22:20:17 UTC (rev 124441)
+++ community-i686/PKGBUILD 2014-12-23 22:20:32 UTC (rev 124442)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-html-strip
-pkgver=1.06
-pkgrel=10
-pkgdesc=Perl/CPAN Module HTML::Strip
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/~kilinrax/HTML-Strip/;
-license=(GPL PerlArtistic)
-depends=('perl')
-source=(http://www.cpan.org/authors/id/K/KI/KILINRAX/HTML-Strip-$pkgver.tar.gz;)
-md5sums=('ceeacef0c7c31983e3a991e77bb58b45')
-options=('!emptydirs')
-
-build() {
-  cd $srcdir/HTML-Strip-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-package() {
-  cd $srcdir/HTML-Strip-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-html-strip/repos/community-i686/PKGBUILD (from rev 124441, 
perl-html-strip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-23 22:20:32 UTC (rev 124442)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-html-strip
+pkgver=2.08
+pkgrel=1
+pkgdesc=Perl/CPAN Module HTML::Strip
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/~kilinrax/HTML-Strip/;
+license=(GPL PerlArtistic)
+depends=('perl')
+source=(http://www.cpan.org/authors/id/K/KI/KILINRAX/HTML-Strip-$pkgver.tar.gz;)
+md5sums=('39ea9dfb58e9cc2db13916be805e0a55')
+
+build() {
+  cd $srcdir/HTML-Strip-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package() {
+  cd $srcdir/HTML-Strip-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-23 22:20:17 UTC (rev 124441)
+++ community-x86_64/PKGBUILD   2014-12-23 22:20:32 UTC (rev 124442)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-html-strip
-pkgver=1.06
-pkgrel=10
-pkgdesc=Perl/CPAN Module HTML::Strip
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/~kilinrax/HTML-Strip/;
-license=(GPL PerlArtistic)
-depends=('perl')
-source=(http://www.cpan.org/authors/id/K/KI/KILINRAX/HTML-Strip-$pkgver.tar.gz;)
-md5sums=('ceeacef0c7c31983e3a991e77bb58b45')
-options=('!emptydirs')
-
-build() {
-  cd $srcdir/HTML-Strip-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-package() {
-  cd $srcdir/HTML-Strip-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-html-strip/repos/community-x86_64/PKGBUILD (from rev 124441, 
perl-html-strip/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-23 22:20:32 UTC (rev 124442)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-html-strip
+pkgver=2.08
+pkgrel=1
+pkgdesc=Perl/CPAN Module HTML::Strip
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/~kilinrax/HTML-Strip/;
+license=(GPL PerlArtistic)
+depends=('perl')
+source=(http://www.cpan.org/authors/id/K/KI/KILINRAX/HTML-Strip-$pkgver.tar.gz;)
+md5sums=('39ea9dfb58e9cc2db13916be805e0a55')
+
+build() {
+  cd $srcdir/HTML-Strip-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package() {
+  cd $srcdir/HTML-Strip-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


[arch-commits] Commit in perl-io-tty/repos (4 files)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:21:08
  Author: spupykin
Revision: 124447

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

Added:
  perl-io-tty/repos/community-i686/PKGBUILD
(from rev 124446, perl-io-tty/trunk/PKGBUILD)
  perl-io-tty/repos/community-x86_64/PKGBUILD
(from rev 124446, perl-io-tty/trunk/PKGBUILD)
Deleted:
  perl-io-tty/repos/community-i686/PKGBUILD
  perl-io-tty/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-23 22:20:49 UTC (rev 124446)
+++ community-i686/PKGBUILD 2014-12-23 22:21:08 UTC (rev 124447)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Charles Mauch cma...@gmail.com
-
-pkgname=perl-io-tty
-pkgver=1.11
-pkgrel=2
-pkgdesc=Provide an interface to TTYs and PTYs
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/IO-Tty/;
-license=(GPL PerlArtistic)
-depends=('glibc')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz;)
-md5sums=('fc42736aee83f848ff5191c6890cc539')
-
-build() {
-  cd $srcdir/IO-Tty-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-package(){
-  cd $srcdir/IO-Tty-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-io-tty/repos/community-i686/PKGBUILD (from rev 124446, 
perl-io-tty/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-23 22:21:08 UTC (rev 124447)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Charles Mauch cma...@gmail.com
+
+pkgname=perl-io-tty
+pkgver=1.12
+pkgrel=1
+pkgdesc=Provide an interface to TTYs and PTYs
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/IO-Tty/;
+license=(GPL PerlArtistic)
+depends=('glibc')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz;)
+md5sums=('11695a1a516b3bd1b90ce75ff0ce3e6d')
+
+build() {
+  cd $srcdir/IO-Tty-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package(){
+  cd $srcdir/IO-Tty-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-23 22:20:49 UTC (rev 124446)
+++ community-x86_64/PKGBUILD   2014-12-23 22:21:08 UTC (rev 124447)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Charles Mauch cma...@gmail.com
-
-pkgname=perl-io-tty
-pkgver=1.11
-pkgrel=2
-pkgdesc=Provide an interface to TTYs and PTYs
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/IO-Tty/;
-license=(GPL PerlArtistic)
-depends=('glibc')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz;)
-md5sums=('fc42736aee83f848ff5191c6890cc539')
-
-build() {
-  cd $srcdir/IO-Tty-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-package(){
-  cd $srcdir/IO-Tty-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-io-tty/repos/community-x86_64/PKGBUILD (from rev 124446, 
perl-io-tty/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-23 22:21:08 UTC (rev 124447)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Charles Mauch cma...@gmail.com
+
+pkgname=perl-io-tty
+pkgver=1.12
+pkgrel=1
+pkgdesc=Provide an interface to TTYs and PTYs
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/IO-Tty/;
+license=(GPL PerlArtistic)
+depends=('glibc')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz;)
+md5sums=('11695a1a516b3bd1b90ce75ff0ce3e6d')
+
+build() {
+  cd $srcdir/IO-Tty-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package(){
+  cd $srcdir/IO-Tty-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:21:21
  Author: spupykin
Revision: 124449

archrelease: copy trunk to community-any

Added:
  perl-ldap/repos/community-any/PKGBUILD
(from rev 124448, perl-ldap/trunk/PKGBUILD)
Deleted:
  perl-ldap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 22:21:12 UTC (rev 124448)
+++ PKGBUILD2014-12-23 22:21:21 UTC (rev 124449)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Tom K t...@runbox.com
-
-pkgname=perl-ldap
-pkgver=0.62
-pkgrel=1
-pkgdesc=Interface to LDAP Protocol (RFC1777)
-arch=('any')
-url=http://search.cpan.org/dist/perl-ldap;
-depends=('perl-convert-asn1' 'perl-xml-sax-writer')
-license=(GPL)
-source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-$pkgver.tar.gz)
-md5sums=('bd7bfe049b36f82f2e18cc4b47485fec')
-
-build() {
-  cd  $srcdir/perl-ldap-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/perl-ldap-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-ldap/repos/community-any/PKGBUILD (from rev 124448, 
perl-ldap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 22:21:21 UTC (rev 124449)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Tom K t...@runbox.com
+
+pkgname=perl-ldap
+pkgver=0.64
+pkgrel=1
+pkgdesc=Interface to LDAP Protocol (RFC1777)
+arch=('any')
+url=http://search.cpan.org/dist/perl-ldap;
+depends=('perl-convert-asn1' 'perl-xml-sax-writer')
+license=(GPL)
+source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-$pkgver.tar.gz)
+md5sums=('52da55c38bf937c0d4ccff5f182aefae')
+
+build() {
+  cd  $srcdir/perl-ldap-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/perl-ldap-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


[arch-commits] Commit in perl-local-lib/trunk (PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:21:37
  Author: spupykin
Revision: 124452

upgpkg: perl-local-lib 2.15-1

upd

Modified:
  perl-local-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:21:34 UTC (rev 124451)
+++ PKGBUILD2014-12-23 22:21:37 UTC (rev 124452)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=perl-local-lib
-pkgver=2.12
+pkgver=2.15
 pkgrel=1
 pkgdesc=Create and use a local lib/ for perl modules with PERL5LIB
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz;)
-md5sums=('8f58ed8aff9440f74c6be9e711957ddb')
+md5sums=('e5b0b8577f58ae7945357991660674e2')
 
 build() {
   cd local-lib-${pkgver}


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

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:21:50
  Author: spupykin
Revision: 124454

upgpkg: perl-net-imap-simple 1.2206-1

upd

Modified:
  perl-net-imap-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:21:46 UTC (rev 124453)
+++ PKGBUILD2014-12-23 22:21:50 UTC (rev 124454)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=perl-net-imap-simple
-pkgver=1.2205
+pkgver=1.2206
 pkgrel=1
 pkgdesc=Net::IMAP::Simple - a simple IMAP access library
 arch=(any)
@@ -10,7 +10,7 @@
 depends=('perl=5.10.0')
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/J/JE/JETTERO/Net-IMAP-Simple-${pkgver}.tar.gz)
-md5sums=('618e78030753891e2bf628029bc69288')
+md5sums=('3441d2fd91f8266067787151beb705a5')
 
 build() {
   cd $srcdir/Net-IMAP-Simple-${pkgver}


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

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:21:12
  Author: spupykin
Revision: 124448

upgpkg: perl-ldap 0.64-1

upd

Modified:
  perl-ldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:21:08 UTC (rev 124447)
+++ PKGBUILD2014-12-23 22:21:12 UTC (rev 124448)
@@ -3,7 +3,7 @@
 # Maintainer: Tom K t...@runbox.com
 
 pkgname=perl-ldap
-pkgver=0.62
+pkgver=0.64
 pkgrel=1
 pkgdesc=Interface to LDAP Protocol (RFC1777)
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl-convert-asn1' 'perl-xml-sax-writer')
 license=(GPL)
 
source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-$pkgver.tar.gz)
-md5sums=('bd7bfe049b36f82f2e18cc4b47485fec')
+md5sums=('52da55c38bf937c0d4ccff5f182aefae')
 
 build() {
   cd  $srcdir/perl-ldap-$pkgver


[arch-commits] Commit in perl-lingua-en-numbers/repos/community-any (2 files)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:21:34
  Author: spupykin
Revision: 124451

archrelease: copy trunk to community-any

Added:
  perl-lingua-en-numbers/repos/community-any/PKGBUILD
(from rev 124450, perl-lingua-en-numbers/trunk/PKGBUILD)
Deleted:
  perl-lingua-en-numbers/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 22:21:25 UTC (rev 124450)
+++ PKGBUILD2014-12-23 22:21:34 UTC (rev 124451)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Allan McRae mcrae_al...@hotmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-lingua-en-numbers
-pkgver=1.06
-pkgrel=1
-pkgdesc=Turn 407 into four hundred and seven, etc.
-arch=('any')
-url=http://search.cpan.org/dist/Lingua-EN-Numbers;
-license=('GPL' 'PerlArtistic')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Lingua-EN-Numbers-$pkgver.tar.gz)
-md5sums=('9a84e14fea6eacd2cbf1355b93f6c6a0')
-
-build() {
-  cd  $srcdir/Lingua-EN-Numbers-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Lingua-EN-Numbers-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-lingua-en-numbers/repos/community-any/PKGBUILD (from rev 124450, 
perl-lingua-en-numbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 22:21:34 UTC (rev 124451)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Allan McRae mcrae_al...@hotmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-lingua-en-numbers
+pkgver=2.00
+pkgrel=1
+pkgdesc=Turn 407 into four hundred and seven, etc.
+arch=('any')
+url=http://search.cpan.org/dist/Lingua-EN-Numbers;
+license=('GPL' 'PerlArtistic')
+depends=('perl=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Lingua-EN-Numbers-$pkgver.tar.gz)
+md5sums=('4c203447af2a3217eeac765201df7f78')
+
+build() {
+  cd  $srcdir/Lingua-EN-Numbers-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Lingua-EN-Numbers-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


[arch-commits] Commit in perl-lingua-en-numbers/trunk (PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:21:25
  Author: spupykin
Revision: 124450

upgpkg: perl-lingua-en-numbers 2.00-1

upd

Modified:
  perl-lingua-en-numbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:21:21 UTC (rev 124449)
+++ PKGBUILD2014-12-23 22:21:25 UTC (rev 124450)
@@ -4,7 +4,7 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-lingua-en-numbers
-pkgver=1.06
+pkgver=2.00
 pkgrel=1
 pkgdesc=Turn 407 into four hundred and seven, etc.
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl=5.10.0')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Lingua-EN-Numbers-$pkgver.tar.gz)
-md5sums=('9a84e14fea6eacd2cbf1355b93f6c6a0')
+md5sums=('4c203447af2a3217eeac765201df7f78')
 
 build() {
   cd  $srcdir/Lingua-EN-Numbers-$pkgver


[arch-commits] Commit in perl-local-lib/repos/community-any (PKGBUILD PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:21:46
  Author: spupykin
Revision: 124453

archrelease: copy trunk to community-any

Added:
  perl-local-lib/repos/community-any/PKGBUILD
(from rev 124452, perl-local-lib/trunk/PKGBUILD)
Deleted:
  perl-local-lib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 22:21:37 UTC (rev 124452)
+++ PKGBUILD2014-12-23 22:21:46 UTC (rev 124453)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perl-local-lib
-pkgver=2.12
-pkgrel=1
-pkgdesc=Create and use a local lib/ for perl modules with PERL5LIB
-arch=('any')
-url=http://search.cpan.org/dist/local-lib/;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz;)
-md5sums=('8f58ed8aff9440f74c6be9e711957ddb')
-
-build() {
-  cd local-lib-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd local-lib-${pkgver}
-  make test
-}
-
-package() {
-  cd local-lib-${pkgver}
-  make DESTDIR=$pkgdir install
-}

Copied: perl-local-lib/repos/community-any/PKGBUILD (from rev 124452, 
perl-local-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 22:21:46 UTC (rev 124453)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-local-lib
+pkgver=2.15
+pkgrel=1
+pkgdesc=Create and use a local lib/ for perl modules with PERL5LIB
+arch=('any')
+url=http://search.cpan.org/dist/local-lib/;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz;)
+md5sums=('e5b0b8577f58ae7945357991660674e2')
+
+build() {
+  cd local-lib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd local-lib-${pkgver}
+  make test
+}
+
+package() {
+  cd local-lib-${pkgver}
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in perl-test-number-delta/trunk (PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:22:17
  Author: spupykin
Revision: 124458

upgpkg: perl-test-number-delta 1.06-1

upd

Modified:
  perl-test-number-delta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:22:13 UTC (rev 124457)
+++ PKGBUILD2014-12-23 22:22:17 UTC (rev 124458)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=perl-test-number-delta
-pkgver=1.04
+pkgver=1.06
 pkgrel=1
 pkgdesc=Compare the difference between numbers against a given tolerance
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('perl')
 provides=(test-number-delta=$pkgver Test::Number::Delta=$pkgver 
perl-test-number-delta=$pkgver)
 
source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-$pkgver.tar.gz)
-md5sums=('59eb83a84abec511c265b42b444002e8')
+md5sums=('f0d420e7f679a0bc593713d21c25f51e')
 
 build() {
   cd  $srcdir/Test-Number-Delta-$pkgver


[arch-commits] Commit in perl-term-progressbar/repos/community-any (PKGBUILD PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:22:13
  Author: spupykin
Revision: 124457

archrelease: copy trunk to community-any

Added:
  perl-term-progressbar/repos/community-any/PKGBUILD
(from rev 124456, perl-term-progressbar/trunk/PKGBUILD)
Deleted:
  perl-term-progressbar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 22:22:05 UTC (rev 124456)
+++ PKGBUILD2014-12-23 22:22:13 UTC (rev 124457)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-term-progressbar
-pkgver=2.15
-pkgrel=1
-pkgdesc=Perl/CPAN Module Term::ProgressBar : Progress bar in just ASCII  
using Term
-arch=(any)
-url=http://search.cpan.org/dist/Term-ProgressBar;
-license=(GPL PerlArtistic)
-depends=(perl-class-methodmaker perl-term-readkey)
-source=(http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Term-ProgressBar-$pkgver.tar.gz;)
-md5sums=('ce8ff9ae12f626fa2119885f124af5be')
-
-build() {
-  cd $srcdir/Term-ProgressBar-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Term-ProgressBar-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-term-progressbar/repos/community-any/PKGBUILD (from rev 124456, 
perl-term-progressbar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 22:22:13 UTC (rev 124457)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-term-progressbar
+pkgver=2.16
+pkgrel=1
+pkgdesc=Perl/CPAN Module Term::ProgressBar : Progress bar in just ASCII  
using Term
+arch=(any)
+url=http://search.cpan.org/dist/Term-ProgressBar;
+license=(GPL PerlArtistic)
+depends=(perl-class-methodmaker perl-term-readkey)
+source=(http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Term-ProgressBar-$pkgver.tar.gz;)
+md5sums=('8bfd258ef42c961ef3bb092ed9b8d625')
+
+build() {
+  cd $srcdir/Term-ProgressBar-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Term-ProgressBar-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:21:59
  Author: spupykin
Revision: 124455

archrelease: copy trunk to community-any

Added:
  perl-net-imap-simple/repos/community-any/PKGBUILD
(from rev 124454, perl-net-imap-simple/trunk/PKGBUILD)
Deleted:
  perl-net-imap-simple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-23 22:21:50 UTC (rev 124454)
+++ PKGBUILD2014-12-23 22:21:59 UTC (rev 124455)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perl-net-imap-simple
-pkgver=1.2205
-pkgrel=1
-pkgdesc=Net::IMAP::Simple - a simple IMAP access library
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Net-IMAP-Simple/;
-depends=('perl=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/J/JE/JETTERO/Net-IMAP-Simple-${pkgver}.tar.gz)
-md5sums=('618e78030753891e2bf628029bc69288')
-
-build() {
-  cd $srcdir/Net-IMAP-Simple-${pkgver}
-  yes n | perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Net-IMAP-Simple-${pkgver}
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name perllocal.pod -delete
-  find $pkgdir -name .packlist -delete
-}

Copied: perl-net-imap-simple/repos/community-any/PKGBUILD (from rev 124454, 
perl-net-imap-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-23 22:21:59 UTC (rev 124455)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-net-imap-simple
+pkgver=1.2206
+pkgrel=1
+pkgdesc=Net::IMAP::Simple - a simple IMAP access library
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Net-IMAP-Simple/;
+depends=('perl=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/J/JE/JETTERO/Net-IMAP-Simple-${pkgver}.tar.gz)
+md5sums=('3441d2fd91f8266067787151beb705a5')
+
+build() {
+  cd $srcdir/Net-IMAP-Simple-${pkgver}
+  yes n | perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Net-IMAP-Simple-${pkgver}
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name perllocal.pod -delete
+  find $pkgdir -name .packlist -delete
+}


[arch-commits] Commit in perl-test-trap/trunk (PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:22:30
  Author: spupykin
Revision: 124460

upgpkg: perl-test-trap 0.3.0-1

upd

Modified:
  perl-test-trap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:22:26 UTC (rev 124459)
+++ PKGBUILD2014-12-23 22:22:30 UTC (rev 124460)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=perl-test-trap
-pkgver=0.2.4
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='Trap exit codes, exceptions, output, etc.'
 arch=('any')
@@ -12,6 +12,7 @@
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz;)
 sha1sums=('21d5f5290e8d32258f5e63e93d797f477e9b4d71')
+sha1sums=('59d59c9c994de09c8f61ae2a3fe783a477d955aa')
 
 build() {
   cd Test-Trap-v$pkgver


[arch-commits] Commit in perl-term-progressbar/trunk (PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:22:05
  Author: spupykin
Revision: 124456

upgpkg: perl-term-progressbar 2.16-1

upd

Modified:
  perl-term-progressbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:21:59 UTC (rev 124455)
+++ PKGBUILD2014-12-23 22:22:05 UTC (rev 124456)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-term-progressbar
-pkgver=2.15
+pkgver=2.16
 pkgrel=1
 pkgdesc=Perl/CPAN Module Term::ProgressBar : Progress bar in just ASCII  
using Term
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL PerlArtistic)
 depends=(perl-class-methodmaker perl-term-readkey)
 
source=(http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Term-ProgressBar-$pkgver.tar.gz;)
-md5sums=('ce8ff9ae12f626fa2119885f124af5be')
+md5sums=('8bfd258ef42c961ef3bb092ed9b8d625')
 
 build() {
   cd $srcdir/Term-ProgressBar-$pkgver


  1   2   >