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

2014-11-27 Thread Felix Yan
Date: Friday, November 28, 2014 @ 08:27:35
  Author: fyan
Revision: 123240

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

Added:
  ibus-hangul/repos/community-i686/PKGBUILD
(from rev 123239, ibus-hangul/trunk/PKGBUILD)
  ibus-hangul/repos/community-i686/ibus-hangul.install
(from rev 123239, ibus-hangul/trunk/ibus-hangul.install)
  ibus-hangul/repos/community-x86_64/PKGBUILD
(from rev 123239, ibus-hangul/trunk/PKGBUILD)
  ibus-hangul/repos/community-x86_64/ibus-hangul.install
(from rev 123239, ibus-hangul/trunk/ibus-hangul.install)
Deleted:
  ibus-hangul/repos/community-i686/PKGBUILD
  ibus-hangul/repos/community-i686/ibus-hangul.install
  ibus-hangul/repos/community-x86_64/PKGBUILD
  ibus-hangul/repos/community-x86_64/ibus-hangul.install

--+
 /PKGBUILD|   66 +
 /ibus-hangul.install |   22 +++
 community-i686/PKGBUILD  |   33 
 community-i686/ibus-hangul.install   |   11 -
 community-x86_64/PKGBUILD|   33 
 community-x86_64/ibus-hangul.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-28 07:26:55 UTC (rev 123239)
+++ community-i686/PKGBUILD 2014-11-28 07:27:35 UTC (rev 123240)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Radim Hvizdák 
-
-pkgname=ibus-hangul
-pkgver=1.4.2
-pkgrel=2
-pkgdesc='Korean input engine for IBus'
-arch=('i686' 'x86_64')
-url='http://ibus.googlecode.com'
-license=('GPL')
-depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 
'python2-gobject')
-makedepends=('intltool')
-install=ibus-hangul.install
-source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/python/python2/' setup/ibus-setup-hangul.in
-  PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make NO_INDEX=true DESTDIR="${pkgdir}" install
-
-  # Fix symlink
-  ln -sf ../lib/ibus/ibus-setup-hangul "$pkgdir/usr/bin/ibus-setup-hangul"
-}
-
-md5sums=('0229eab9481355bb5f54230890bfa910')

Copied: ibus-hangul/repos/community-i686/PKGBUILD (from rev 123239, 
ibus-hangul/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-28 07:27:35 UTC (rev 123240)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Radim Hvizdák 
+
+pkgname=ibus-hangul
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Korean input engine for IBus'
+arch=('i686' 'x86_64')
+url='http://ibus.googlecode.com'
+license=('GPL')
+depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 
'python-gobject')
+makedepends=('intltool' 'gnome-common')
+install=ibus-hangul.install
+source=("https://github.com/choehwanjin/ibus-hangul/archive/${pkgver}.tar.gz";)
+sha512sums=('1cd9e985d3216c5d2e36e63f3a1de45b10e138d49a112cb97a8619ee285804abcf4637b14f07bf571641374d4d5844b113495d2f648fa23cc62db66dda4d8b10')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoreconf --verbose --force --install
+  intltoolize --automake --force --copy
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make NO_INDEX=true DESTDIR="${pkgdir}" install
+
+  # Fix symlink
+  ln -sf ../lib/ibus/ibus-setup-hangul "$pkgdir/usr/bin/ibus-setup-hangul"
+}

Deleted: community-i686/ibus-hangul.install
===
--- community-i686/ibus-hangul.install  2014-11-28 07:26:55 UTC (rev 123239)
+++ community-i686/ibus-hangul.install  2014-11-28 07:27:35 UTC (rev 123240)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: ibus-hangul/repos/community-i686/ibus-hangul.install (from rev 123239, 
ibus-hangul/trunk/ibus-hangul.install)
===
--- community-i686/ibus-hangul.install  (rev 0)
+++ community-i686/ibus-hangul.install  2014-11-28 07:27:35 UTC (rev 123240)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-28 07:26:55 UTC (rev 123239)
+++ community-x86_64/PKGBUILD   2014-11-28 07:27:35 UTC (rev 123240)

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

2014-11-27 Thread Felix Yan
Date: Friday, November 28, 2014 @ 08:26:55
  Author: fyan
Revision: 123239

upgpkg: ibus-hangul 1.5.0-1

Modified:
  ibus-hangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-28 05:01:48 UTC (rev 123238)
+++ PKGBUILD2014-11-28 07:26:55 UTC (rev 123239)
@@ -1,24 +1,26 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Radim Hvizdák 
 
 pkgname=ibus-hangul
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc='Korean input engine for IBus'
 arch=('i686' 'x86_64')
 url='http://ibus.googlecode.com'
 license=('GPL')
-depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 
'python2-gobject')
-makedepends=('intltool')
+depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 
'python-gobject')
+makedepends=('intltool' 'gnome-common')
 install=ibus-hangul.install
-source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
+source=("https://github.com/choehwanjin/ibus-hangul/archive/${pkgver}.tar.gz";)
+sha512sums=('1cd9e985d3216c5d2e36e63f3a1de45b10e138d49a112cb97a8619ee285804abcf4637b14f07bf571641374d4d5844b113495d2f648fa23cc62db66dda4d8b10')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/python/python2/' setup/ibus-setup-hangul.in
-  PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
+  autoreconf --verbose --force --install
+  intltoolize --automake --force --copy
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
   make
 }
 
@@ -29,5 +31,3 @@
   # Fix symlink
   ln -sf ../lib/ibus/ibus-setup-hangul "$pkgdir/usr/bin/ibus-setup-hangul"
 }
-
-md5sums=('0229eab9481355bb5f54230890bfa910')


[arch-commits] Commit in cronie/repos (18 files)

2014-11-27 Thread Gaetan Bisson
Date: Friday, November 28, 2014 @ 06:38:02
  Author: bisson
Revision: 227166

db-move: moved cronie from [testing] to [core] (i686, x86_64)

Added:
  cronie/repos/core-i686/PKGBUILD
(from rev 227165, cronie/repos/testing-i686/PKGBUILD)
  cronie/repos/core-i686/deny
(from rev 227165, cronie/repos/testing-i686/deny)
  cronie/repos/core-i686/pam.d
(from rev 227165, cronie/repos/testing-i686/pam.d)
  cronie/repos/core-i686/service
(from rev 227165, cronie/repos/testing-i686/service)
  cronie/repos/core-x86_64/PKGBUILD
(from rev 227165, cronie/repos/testing-x86_64/PKGBUILD)
  cronie/repos/core-x86_64/deny
(from rev 227165, cronie/repos/testing-x86_64/deny)
  cronie/repos/core-x86_64/pam.d
(from rev 227165, cronie/repos/testing-x86_64/pam.d)
  cronie/repos/core-x86_64/service
(from rev 227165, cronie/repos/testing-x86_64/service)
Deleted:
  cronie/repos/core-i686/PKGBUILD
  cronie/repos/core-i686/deny
  cronie/repos/core-i686/pam.d
  cronie/repos/core-i686/service
  cronie/repos/core-x86_64/PKGBUILD
  cronie/repos/core-x86_64/deny
  cronie/repos/core-x86_64/pam.d
  cronie/repos/core-x86_64/service
  cronie/repos/testing-i686/
  cronie/repos/testing-x86_64/

--+
 /PKGBUILD|  130 +
 /deny|2 
 /pam.d   |   20 +++
 /service |   22 
 core-i686/PKGBUILD   |   66 
 core-i686/deny   |1 
 core-i686/pam.d  |   10 ---
 core-i686/service|   11 
 core-x86_64/PKGBUILD |   66 
 core-x86_64/deny |1 
 core-x86_64/pam.d|   10 ---
 core-x86_64/service  |   11 
 12 files changed, 174 insertions(+), 176 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-11-28 04:25:34 UTC (rev 227165)
+++ core-i686/PKGBUILD  2014-11-28 05:38:02 UTC (rev 227166)
@@ -1,66 +0,0 @@
-# $Id$
-# Contributor: Kaiting Chen 
-# Maintainer: Gaetan Bisson 
-
-pkgname='cronie'
-pkgver=1.4.11
-pkgrel=2
-pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
-url='https://fedorahosted.org/cronie/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('pam' 'bash' 'run-parts')
-optdepends=('pm-utils: defer anacron on battery power'
-'smtp-server: send job output via email'
-'smtp-forwarder: forward job output to email server')
-
-source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'service'
-'pam.d'
-'deny')
-sha1sums=('1a8d3648f5b7082c50128a06377a1194da668899'
-  'eb8ed1e22dbe9c02075fe4bbe925b6eeb9954649'
-  '5eff7fb31f6bc0a924243ff046704726cf20c221'
-  '0f279b8fb820340267d578dc85511c980715f91e')
-
-backup=('etc/cron.deny'
-'etc/pam.d/crond'
-'etc/cron.d/0hourly'
-'etc/anacrontab')
-
-conflicts=('cron')
-provides=('cron')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --enable-anacron \
-   --with-inotify \
-   --with-pam \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   chmod u+s "${pkgdir}"/usr/bin/crontab
-   install -d "${pkgdir}"/var/spool/{ana,}cron
-   install -d "${pkgdir}"/etc/cron.{d,hourly,daily,weekly,monthly}
-
-   install -Dm644 ../deny "${pkgdir}"/etc/cron.deny
-   install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/crond
-   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/cronie.service
-
-   install -Dm644 contrib/anacrontab "${pkgdir}"/etc/anacrontab
-   install -Dm644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly
-   install -Dm755 contrib/0anacron "${pkgdir}"/etc/cron.hourly/0anacron
-
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/cronie/COPYING
-}

Copied: cronie/repos/core-i686/PKGBUILD (from rev 227165, 
cronie/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-11-28 05:38:02 UTC (rev 227166)
@@ -0,0 +1,65 @@
+# $Id$
+# Contributor: Kaiting Chen 
+# Maintainer: Gaetan Bisson 
+
+pkgname='cronie'
+pkgver=1.4.12
+pkgrel=1
+pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
+url='https://fedorahosted.org/cronie/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('pam' 'bash' 'run-parts')
+optdepends=('pm-utils: defer anacron on battery power'
+'smtp-server: send job output via email'
+'smtp-forwarder: forward job output to email server')
+source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgnam

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

2014-11-27 Thread Felix Yan
Date: Friday, November 28, 2014 @ 06:01:48
  Author: fyan
Revision: 123238

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

Added:
  nodejs/repos/community-i686/PKGBUILD
(from rev 123237, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 123237, 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-11-28 05:01:21 UTC (rev 123237)
+++ community-i686/PKGBUILD 2014-11-28 05:01:48 UTC (rev 123238)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=0.10.33
-_npmver=2.1.10
-pkgrel=6
-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=('75dc26c33144e6d0dc91cb0d68aaf0570ed0a7e4b0c35f3a7a726b500edd081e'
-'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 123237, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-28 05:01:48 UTC (rev 123238)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=0.10.33
+_npmver=2.1.11
+pkgrel=7
+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=('75dc26c33144e6d0dc91cb0d68aaf0570ed0a7e4b0c35f3a7a726b500edd081e'
+'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_p

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

2014-11-27 Thread Felix Yan
Date: Friday, November 28, 2014 @ 06:01:21
  Author: fyan
Revision: 123237

upgpkg: nodejs 0.10.33-7

bump npm to 2.1.11

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-28 04:44:28 UTC (rev 123236)
+++ PKGBUILD2014-11-28 05:01:21 UTC (rev 123237)
@@ -10,8 +10,8 @@
 
 pkgname=nodejs
 pkgver=0.10.33
-_npmver=2.1.10
-pkgrel=6
+_npmver=2.1.11
+pkgrel=7
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'


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

2014-11-27 Thread Felix Yan
Date: Friday, November 28, 2014 @ 05:44:28
  Author: fyan
Revision: 123236

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-28 04:44:02 UTC (rev 123235)
+++ PKGBUILD2014-11-28 04:44:28 UTC (rev 123236)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-
-pkgbase=python-pytools
-pkgname=('python2-pytools' 'python-pytools')
-pkgver=2014.3.4
-pkgrel=1
-pkgdesc="A collection of tools for Python"
-arch=('any')
-url="http://mathema.tician.de/software/pytools";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz";)
-sha512sums=('3c56bf4e2e0153a09f10a21cf67dcf5717c244b3a09be8e805602e363c9715e0c181c900b9bf3291109ee8b7539725c53c8bac36ad8182983ffe296bb22181bb')
-
-prepare() {
-   cp -a pytools-${pkgver}{,-python2}
-}
-
-build() {
-   cd "$srcdir/pytools-$pkgver"
-   python setup.py build
-
-   cd "$srcdir/pytools-$pkgver-python2"
-   python2 setup.py build
-}
-
-check() {
-   # Need pytools installed for running tests
-
-   cd "$srcdir/pytools-$pkgver"
-   #py.test
-
-   cd "$srcdir/pytools-$pkgver-python2"
-   #py.test2
-}
-
-package_python2-pytools() {
-   depends=('python2' 'python2-decorator')
-   cd "$srcdir/pytools-$pkgver-python2"
-   python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}
-
-package_python-pytools(){
-   depends=('python' 'python-decorator')
-   cd "$srcdir/pytools-$pkgver"
-   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}
-

Copied: python-pytools/repos/community-any/PKGBUILD (from rev 123235, 
python-pytools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-28 04:44:28 UTC (rev 123236)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pytools
+pkgname=('python2-pytools' 'python-pytools')
+pkgver=2014.3.5
+pkgrel=1
+pkgdesc="A collection of tools for Python"
+arch=('any')
+url="http://mathema.tician.de/software/pytools";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz";)
+sha512sums=('94d2b51cdd87dd11263fdc7d04040979240dea0e0090da0ff325112df9770aacb0849e20812b90f807024ad3815313bc344307a30add8f6795a70e7ebd6adfaa')
+
+prepare() {
+   cp -a pytools-${pkgver}{,-python2}
+}
+
+build() {
+   cd "$srcdir/pytools-$pkgver"
+   python setup.py build
+
+   cd "$srcdir/pytools-$pkgver-python2"
+   python2 setup.py build
+}
+
+check() {
+   # Need pytools installed for running tests
+
+   cd "$srcdir/pytools-$pkgver"
+   #py.test
+
+   cd "$srcdir/pytools-$pkgver-python2"
+   #py.test2
+}
+
+package_python2-pytools() {
+   depends=('python2' 'python2-decorator')
+   cd "$srcdir/pytools-$pkgver-python2"
+   python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}
+
+package_python-pytools(){
+   depends=('python' 'python-decorator')
+   cd "$srcdir/pytools-$pkgver"
+   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}
+


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

2014-11-27 Thread Felix Yan
Date: Friday, November 28, 2014 @ 05:44:02
  Author: fyan
Revision: 123235

upgpkg: python-pytools 2014.3.5-1

Modified:
  python-pytools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 20:34:54 UTC (rev 123234)
+++ PKGBUILD2014-11-28 04:44:02 UTC (rev 123235)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytools
 pkgname=('python2-pytools' 'python-pytools')
-pkgver=2014.3.4
+pkgver=2014.3.5
 pkgrel=1
 pkgdesc="A collection of tools for Python"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz";)
-sha512sums=('3c56bf4e2e0153a09f10a21cf67dcf5717c244b3a09be8e805602e363c9715e0c181c900b9bf3291109ee8b7539725c53c8bac36ad8182983ffe296bb22181bb')
+sha512sums=('94d2b51cdd87dd11263fdc7d04040979240dea0e0090da0ff325112df9770aacb0849e20812b90f807024ad3815313bc344307a30add8f6795a70e7ebd6adfaa')
 
 prepare() {
cp -a pytools-${pkgver}{,-python2}


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

2014-11-27 Thread Eric Bélanger
Date: Friday, November 28, 2014 @ 05:25:34
  Author: eric
Revision: 227165

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

Added:
  webkit2gtk/repos/extra-i686/PKGBUILD
(from rev 227164, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/extra-i686/fix-pretty-quotes.patch
(from rev 227164, webkit2gtk/trunk/fix-pretty-quotes.patch)
  webkit2gtk/repos/extra-x86_64/PKGBUILD
(from rev 227164, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/extra-x86_64/fix-pretty-quotes.patch
(from rev 227164, webkit2gtk/trunk/fix-pretty-quotes.patch)
Deleted:
  webkit2gtk/repos/extra-i686/PKGBUILD
  webkit2gtk/repos/extra-i686/fix-pretty-quotes.patch
  webkit2gtk/repos/extra-x86_64/PKGBUILD
  webkit2gtk/repos/extra-x86_64/fix-pretty-quotes.patch

--+
 /PKGBUILD|  108 +
 /fix-pretty-quotes.patch |   52 +++
 extra-i686/PKGBUILD  |   54 
 extra-i686/fix-pretty-quotes.patch   |   26 ---
 extra-x86_64/PKGBUILD|   54 
 extra-x86_64/fix-pretty-quotes.patch |   26 ---
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-28 04:23:02 UTC (rev 227164)
+++ extra-i686/PKGBUILD 2014-11-28 04:25:34 UTC (rev 227165)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.6.3
-pkgrel=1
-pkgdesc="GTK+ Web content engine library"
-arch=('i686' 'x86_64')
-url="http://webkitgtk.org/";
-license=('custom')
-depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
-'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3')
-makedepends=('gtk2' 'gperf' 'gobject-introspection' 'python2' 'ruby' 'gtk-doc' 
'cmake' 'python')
-optdepends=('gtk2: Netscape plugin support'
-'gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-options=('!emptydirs')
-source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz
-fix-pretty-quotes.patch)
-sha256sums=('71bc7549babb6400106235fce2e9a81e64606591bdcff84f4ea199e41a3d18ed'
-'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
-
-prepare() {
-  mkdir build
-
-  cd webkitgtk-$pkgver
-  patch -p0 -i ../fix-pretty-quotes.patch
-  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
-  rm -r Source/ThirdParty/gtest/
-  rm -r Source/ThirdParty/qunit/
-}
-
-build() {
-  cd build
-  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
--DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -m755 -d "$pkgdir/usr/share/licenses/webkit2gtk"
-  cd "$srcdir/webkitgtk-$pkgver/Source"
-  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
-echo $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
-cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
-echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
-  done
-}

Copied: webkit2gtk/repos/extra-i686/PKGBUILD (from rev 227164, 
webkit2gtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-28 04:25:34 UTC (rev 227165)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.6.4
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/";
+license=('custom')
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'python2' 'ruby' 'gtk-doc' 
'cmake' 'python')
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=('!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz
+fix-pretty-quotes.patch)
+sha256sums=('beef5e24edd9b9cade22d80bf373c74d236f996fe30f49f8697a70f267772e9b'
+'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  patch -p0 -i ../fix-pretty-quotes.patch
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+-DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
+  make
+

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

2014-11-27 Thread Eric Bélanger
Date: Friday, November 28, 2014 @ 05:23:02
  Author: eric
Revision: 227164

upgpkg: webkit2gtk 2.6.4-1

Upstream update

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-28 03:29:55 UTC (rev 227163)
+++ PKGBUILD2014-11-28 04:23:02 UTC (rev 227164)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.6.3
+pkgver=2.6.4
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('!emptydirs')
 source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz
 fix-pretty-quotes.patch)
-sha256sums=('71bc7549babb6400106235fce2e9a81e64606591bdcff84f4ea199e41a3d18ed'
+sha256sums=('beef5e24edd9b9cade22d80bf373c74d236f996fe30f49f8697a70f267772e9b'
 '56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
 
 prepare() {


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

2014-11-27 Thread Gaetan Bisson
Date: Friday, November 28, 2014 @ 04:29:55
  Author: bisson
Revision: 227163

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 227162, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/hash-ecdsa.patch
(from rev 227162, gnupg/trunk/hash-ecdsa.patch)
  gnupg/repos/testing-i686/install
(from rev 227162, gnupg/trunk/install)
  gnupg/repos/testing-i686/refresh-keys.patch
(from rev 227162, gnupg/trunk/refresh-keys.patch)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 227162, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/hash-ecdsa.patch
(from rev 227162, gnupg/trunk/hash-ecdsa.patch)
  gnupg/repos/testing-x86_64/install
(from rev 227162, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/refresh-keys.patch
(from rev 227162, gnupg/trunk/refresh-keys.patch)

---+
 testing-i686/PKGBUILD |   64 +
 testing-i686/hash-ecdsa.patch |   48 +++
 testing-i686/install  |   25 +++
 testing-i686/refresh-keys.patch   |  238 
 testing-x86_64/PKGBUILD   |   64 +
 testing-x86_64/hash-ecdsa.patch   |   48 +++
 testing-x86_64/install|   25 +++
 testing-x86_64/refresh-keys.patch |  238 
 8 files changed, 750 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 227162, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-28 03:29:55 UTC (rev 227163)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.0
+pkgrel=5
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'refresh-keys.patch'
+'hash-ecdsa.patch')
+sha1sums=('2fcd0ca6889ef6cb59e3275e8411f8b7778c2f33' 'SKIP'
+  '246bea8776882f4c0293685482558f6ead1cf902'
+  'b9bd644276aa1c1a3fcaed82e65eecccfd1f36ed')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../refresh-keys.patch
+   patch -p1 -i ../hash-ecdsa.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
+}

Copied: gnupg/repos/testing-i686/hash-ecdsa.patch (from rev 227162, 
gnupg/trunk/hash-ecdsa.patch)
===
--- testing-i686/hash-ecdsa.patch   (rev 0)
+++ testing-i686/hash-ecdsa.patch   2014-11-28 03:29:55 UTC (rev 227163)
@@ -0,0 +1,48 @@
+From: Werner Koch 
+Date: Wed, 19 Nov 2014 09:34:32 + (+0100)
+Subject: gpg: Fix hash detection for ECDSA.
+X-Git-Url: 
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commitdiff_plain;h=f80c2dd78d522f12b2c7afbd5c0763a97d87d2bd;hp=cd2c6f36fe5d1d1d45546f5168aead5cbe6487e0
+
+gpg: Fix hash detection for ECDSA.
+
+* g10/sign.c (sign_file): Use DSA or ECDSA and not DSA|EdDSA.
+--
+
+This error was introduced with
+commit b7f8dec6325f1c80640f878ed3080bbc194fbc78
+while separating EdDSA from ECDSA.
+
+Found due to a related bug report from Brian Minton.
+
+Signed-off-by: Werner Koch 
+---
+
+diff --git a/g10/sign.c b/g10/sign.c
+index e7d4a68..2e62f04 100644
+--- a/g10/sign.c
 b/g10/sign.c
+@@ -899,13 +899,12 @@ sign_file (ctrl_t ctrl, strlist_t filenames, int 
detached, strlist_t locusr,
+   for (sk_rover = sk_list; sk_rover; sk_rover = sk_rover->next )
+ {
+   if (sk_rover->pk->pubkey_algo == PUBKEY_ALGO_DSA
+-|| (sk_rover->pk->pubkey_algo == PUBKEY_ALGO

[arch-commits] Commit in gnupg/trunk (PKGBUILD hash-ecdsa.patch)

2014-11-27 Thread Gaetan Bisson
Date: Friday, November 28, 2014 @ 04:28:30
  Author: bisson
Revision: 227162

fix FS#42933

Added:
  gnupg/trunk/hash-ecdsa.patch
Modified:
  gnupg/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 hash-ecdsa.patch |   48 
 2 files changed, 54 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-28 01:53:36 UTC (rev 227161)
+++ PKGBUILD2014-11-28 03:28:30 UTC (rev 227162)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -17,9 +17,11 @@
 depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
  'pinentry' 'bzip2' 'readline')
 
source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'refresh-keys.patch')
+'refresh-keys.patch'
+'hash-ecdsa.patch')
 sha1sums=('2fcd0ca6889ef6cb59e3275e8411f8b7778c2f33' 'SKIP'
-  '246bea8776882f4c0293685482558f6ead1cf902')
+  '246bea8776882f4c0293685482558f6ead1cf902'
+  'b9bd644276aa1c1a3fcaed82e65eecccfd1f36ed')
 
 install=install
 
@@ -30,6 +32,7 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../refresh-keys.patch
+   patch -p1 -i ../hash-ecdsa.patch
 }
 
 build() {

Added: hash-ecdsa.patch
===
--- hash-ecdsa.patch(rev 0)
+++ hash-ecdsa.patch2014-11-28 03:28:30 UTC (rev 227162)
@@ -0,0 +1,48 @@
+From: Werner Koch 
+Date: Wed, 19 Nov 2014 09:34:32 + (+0100)
+Subject: gpg: Fix hash detection for ECDSA.
+X-Git-Url: 
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commitdiff_plain;h=f80c2dd78d522f12b2c7afbd5c0763a97d87d2bd;hp=cd2c6f36fe5d1d1d45546f5168aead5cbe6487e0
+
+gpg: Fix hash detection for ECDSA.
+
+* g10/sign.c (sign_file): Use DSA or ECDSA and not DSA|EdDSA.
+--
+
+This error was introduced with
+commit b7f8dec6325f1c80640f878ed3080bbc194fbc78
+while separating EdDSA from ECDSA.
+
+Found due to a related bug report from Brian Minton.
+
+Signed-off-by: Werner Koch 
+---
+
+diff --git a/g10/sign.c b/g10/sign.c
+index e7d4a68..2e62f04 100644
+--- a/g10/sign.c
 b/g10/sign.c
+@@ -899,13 +899,12 @@ sign_file (ctrl_t ctrl, strlist_t filenames, int 
detached, strlist_t locusr,
+   for (sk_rover = sk_list; sk_rover; sk_rover = sk_rover->next )
+ {
+   if (sk_rover->pk->pubkey_algo == PUBKEY_ALGO_DSA
+-|| (sk_rover->pk->pubkey_algo == PUBKEY_ALGO_EDDSA
+-&& !openpgp_oid_is_ed25519 (sk_rover->pk->pkey[1])))
++|| sk_rover->pk->pubkey_algo == PUBKEY_ALGO_ECDSA)
+ {
+   int temp_hashlen = (gcry_mpi_get_nbits
+ (sk_rover->pk->pkey[1]));
+ 
+-  if (sk_rover->pk->pubkey_algo == PUBKEY_ALGO_EDDSA)
++  if (sk_rover->pk->pubkey_algo == PUBKEY_ALGO_ECDSA)
+ temp_hashlen = ecdsa_qbits_from_Q (temp_hashlen);
+   temp_hashlen = (temp_hashlen+7)/8;
+ 
+@@ -915,7 +914,7 @@ sign_file (ctrl_t ctrl, strlist_t filenames, int detached, 
strlist_t locusr,
+   if (hint.digest_lengthpk->is_protected */
+ /*  && sk_rover->pk->protect.s2k.mode == 1002) */
+   /*   smartcard = 1;  */


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

2014-11-27 Thread Eric Bélanger
Date: Friday, November 28, 2014 @ 02:53:36
  Author: eric
Revision: 227161

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

Added:
  flac/repos/extra-i686/PKGBUILD
(from rev 227160, flac/trunk/PKGBUILD)
  flac/repos/extra-x86_64/PKGBUILD
(from rev 227160, flac/trunk/PKGBUILD)
Deleted:
  flac/repos/extra-i686/PKGBUILD
  flac/repos/extra-i686/flac-CVE-2014-8962.patch
  flac/repos/extra-i686/flac-CVE-2014-9028.patch
  flac/repos/extra-i686/flac-divby0.patch
  flac/repos/extra-i686/flac-realloc.patch
  flac/repos/extra-x86_64/PKGBUILD
  flac/repos/extra-x86_64/flac-CVE-2014-8962.patch
  flac/repos/extra-x86_64/flac-CVE-2014-9028.patch
  flac/repos/extra-x86_64/flac-divby0.patch
  flac/repos/extra-x86_64/flac-realloc.patch

---+
 /PKGBUILD |   90 
 extra-i686/PKGBUILD   |   58 
 extra-i686/flac-CVE-2014-8962.patch   |   40 --
 extra-i686/flac-CVE-2014-9028.patch   |   34 
 extra-i686/flac-divby0.patch  |   47 
 extra-i686/flac-realloc.patch |   15 -
 extra-x86_64/PKGBUILD |   58 
 extra-x86_64/flac-CVE-2014-8962.patch |   40 --
 extra-x86_64/flac-CVE-2014-9028.patch |   34 
 extra-x86_64/flac-divby0.patch|   47 
 extra-x86_64/flac-realloc.patch   |   15 -
 11 files changed, 90 insertions(+), 388 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-28 01:50:49 UTC (rev 227160)
+++ extra-i686/PKGBUILD 2014-11-28 01:53:36 UTC (rev 227161)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=flac
-pkgname=('flac' 'flac-doc')
-pkgver=1.3.0
-pkgrel=5
-arch=('i686' 'x86_64')
-url="http://flac.sourceforge.net/";
-license=('BSD' 'GPL')
-depends=('gcc-libs' 'libogg')
-makedepends=('nasm' 'doxygen')
-options=('!makeflags')
-source=(http://downloads.xiph.org/releases/flac/${pkgbase}-${pkgver}.tar.xz
-flac-realloc.patch flac-divby0.patch flac-CVE-2014-8962.patch 
flac-CVE-2014-9028.patch)
-sha1sums=('a136e5748f8fb1e6c524c75000a765fc63bb7b1b'
-  '22bf08219c289d747f399e351c701d0f195d3ce0'
-  'ceecf0603895267eda112c1cf85e3096e3d3acde'
-  'f78547bc7a085a47273ad85c3ec86a2960739944'
-  '18f7a66fc0faf857e3c82b462619acf5b5a19af4')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  patch -p1 -i "${srcdir}/flac-realloc.patch"
-  patch -p1 -i "${srcdir}/flac-divby0.patch"
-  patch -p1 -i "${srcdir}/flac-CVE-2014-8962.patch"
-  patch -p1 -i "${srcdir}/flac-CVE-2014-9028.patch"
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --disable-sse
-  make
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  make check
-}
-
-package_flac() {
-  pkgdesc="Free Lossless Audio Codec"
-  options=('!docs')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING.Xiph 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_flac-doc() {
-  pkgdesc="Developer documentation for the Free Lossless Audio Codec"
-  depends=('flac')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" -C doc install
-  sed -i "s|$srcdir/${pkgbase}-${pkgver}|/usr|" 
"${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}/FLAC.tag"
-  install -D -m644 COPYING.Xiph 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: flac/repos/extra-i686/PKGBUILD (from rev 227160, flac/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-28 01:53:36 UTC (rev 227161)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=flac
+pkgname=('flac' 'flac-doc')
+pkgver=1.3.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://flac.sourceforge.net/";
+license=('BSD' 'GPL')
+depends=('gcc-libs' 'libogg')
+makedepends=('nasm' 'doxygen')
+options=('!makeflags')
+source=(http://downloads.xiph.org/releases/flac/${pkgbase}-${pkgver}.tar.xz)
+sha1sums=('38e17439d11be26207e4af0ff50973815694b26f')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --disable-sse
+  make
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  make check
+}
+
+package_flac() {
+  pkgdesc="Free Lossless Audio Codec"
+  options=('!docs')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING.Xiph 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_flac-doc() {
+  pkgdesc="Developer documentation for the Free Lossless Audio Codec"
+  depends=('flac')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" -C doc install
+  sed -i "s|$srcdir/${pkgbase}-${pkgver}|/usr|" 
"${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}/FLAC.tag"
+  install -D -m644 COPYING.Xiph 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/flac-CVE-2014-8962.patch
==

[arch-commits] Commit in flac/trunk (5 files)

2014-11-27 Thread Eric Bélanger
Date: Friday, November 28, 2014 @ 02:50:49
  Author: eric
Revision: 227160

upgpkg: flac 1.3.1-1

Upstream update, Remove old patches

Modified:
  flac/trunk/PKGBUILD
Deleted:
  flac/trunk/flac-CVE-2014-8962.patch
  flac/trunk/flac-CVE-2014-9028.patch
  flac/trunk/flac-divby0.patch
  flac/trunk/flac-realloc.patch

--+
 PKGBUILD |   21 +++-
 flac-CVE-2014-8962.patch |   40 --
 flac-CVE-2014-9028.patch |   34 
 flac-divby0.patch|   47 -
 flac-realloc.patch   |   15 --
 5 files changed, 4 insertions(+), 153 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 18:46:41 UTC (rev 227159)
+++ PKGBUILD2014-11-28 01:50:49 UTC (rev 227160)
@@ -3,8 +3,8 @@
 
 pkgbase=flac
 pkgname=('flac' 'flac-doc')
-pkgver=1.3.0
-pkgrel=5
+pkgver=1.3.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://flac.sourceforge.net/";
 license=('BSD' 'GPL')
@@ -11,22 +11,9 @@
 depends=('gcc-libs' 'libogg')
 makedepends=('nasm' 'doxygen')
 options=('!makeflags')
-source=(http://downloads.xiph.org/releases/flac/${pkgbase}-${pkgver}.tar.xz
-flac-realloc.patch flac-divby0.patch flac-CVE-2014-8962.patch 
flac-CVE-2014-9028.patch)
-sha1sums=('a136e5748f8fb1e6c524c75000a765fc63bb7b1b'
-  '22bf08219c289d747f399e351c701d0f195d3ce0'
-  'ceecf0603895267eda112c1cf85e3096e3d3acde'
-  'f78547bc7a085a47273ad85c3ec86a2960739944'
-  '18f7a66fc0faf857e3c82b462619acf5b5a19af4')
+source=(http://downloads.xiph.org/releases/flac/${pkgbase}-${pkgver}.tar.xz)
+sha1sums=('38e17439d11be26207e4af0ff50973815694b26f')
 
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  patch -p1 -i "${srcdir}/flac-realloc.patch"
-  patch -p1 -i "${srcdir}/flac-divby0.patch"
-  patch -p1 -i "${srcdir}/flac-CVE-2014-8962.patch"
-  patch -p1 -i "${srcdir}/flac-CVE-2014-9028.patch"
-}
-
 build() {
   cd ${pkgbase}-${pkgver}
   ./configure --prefix=/usr --disable-sse

Deleted: flac-CVE-2014-8962.patch
===
--- flac-CVE-2014-8962.patch2014-11-27 18:46:41 UTC (rev 227159)
+++ flac-CVE-2014-8962.patch2014-11-28 01:50:49 UTC (rev 227160)
@@ -1,40 +0,0 @@
-From 5b3033a2b355068c11fe637e14ac742d273f076e Mon Sep 17 00:00:00 2001
-From: Erik de Castro Lopo 
-Date: Tue, 18 Nov 2014 07:20:25 -0800
-Subject: [PATCH] src/libFLAC/stream_decoder.c : Fix buffer read overflow.
-
-This is CVE-2014-8962.
-
-Reported-by: Michele Spagnuolo,
- Google Security Team 

- src/libFLAC/stream_decoder.c |6 +-
- 1 files changed, 5 insertions(+), 1 deletions(-)
-
-diff --git a/src/libFLAC/stream_decoder.c b/src/libFLAC/stream_decoder.c
-index cb66fe2..88a656d 100644
 a/src/libFLAC/stream_decoder.c
-+++ b/src/libFLAC/stream_decoder.c
-@@ -71,7 +71,7 @@ FLAC_API int FLAC_API_SUPPORTS_OGG_FLAC =
-  *
-  ***/
- 
--static FLAC__byte ID3V2_TAG_[3] = { 'I', 'D', '3' };
-+static const FLAC__byte ID3V2_TAG_[3] = { 'I', 'D', '3' };
- 
- /***
-  *
-@@ -1361,6 +1361,10 @@ FLAC__bool find_metadata_(FLAC__StreamDecoder *decoder)
-   id = 0;
-   continue;
-   }
-+
-+  if(id >= 3)
-+  return false;
-+
-   if(x == ID3V2_TAG_[id]) {
-   id++;
-   i = 0;
--- 
-1.7.2.5
-

Deleted: flac-CVE-2014-9028.patch
===
--- flac-CVE-2014-9028.patch2014-11-27 18:46:41 UTC (rev 227159)
+++ flac-CVE-2014-9028.patch2014-11-28 01:50:49 UTC (rev 227160)
@@ -1,34 +0,0 @@
-From fcf0ba06ae12ccd7c67cee3c8d948df15f946b85 Mon Sep 17 00:00:00 2001
-From: Erik de Castro Lopo 
-Date: Wed, 19 Nov 2014 19:35:59 -0800
-Subject: [PATCH] src/libFACL/stream_decoder.c : Fail safely to avoid a heap 
overflow.
-
-A file provided by the reporters caused the stream decoder to write to
-un-allocated heap space resulting in a segfault. The solution is to
-error out (by returning false from read_residual_partitioned_rice_())
-instead of trying to continue to decode.
-
-Fixes: CVE-2014-9028
-Reported-by: Michele Spagnuolo,
- Google Security Team 

- src/libFLAC/stream_decoder.c |3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
-
-diff --git a/src/libFLAC/stream_decoder.c b/src/libFLAC/stream_decoder.c
-index 88a656d..54e84d4 100644
 a/src/libFLAC/stream_decoder.c
-+++ b/src/libFLAC/stream_decoder.c
-@@ -2736,7 +2736,8 @@ FLAC__bool 
read_residual_partitioned_rice_(FLAC__StreamDecoder *decoder, unsigne
-   if(decoder->private_->frame.header.blocksize < predictor_order) 
{
-   send_error

[arch-commits] Commit in uwsgi/repos (48 files)

2014-11-27 Thread Sven-Hendrik Haase
Date: Thursday, November 27, 2014 @ 19:47:55
  Author: svenstaro
Revision: 123233

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

Added:
  uwsgi/repos/community-i686/PKGBUILD
(from rev 123232, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-i686/archlinux.ini
(from rev 123232, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-i686/emperor.ini
(from rev 123232, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-i686/emperor.uwsgi.service
(from rev 123232, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-i686/emperor.uwsgi.socket
(from rev 123232, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-i686/tmpfilesd
(from rev 123232, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-i686/uwsgi.install
(from rev 123232, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-i686/uwsgi_at.service
(from rev 123232, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-i686/uwsgi_at.socket
(from rev 123232, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
(from rev 123232, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
(from rev 123232, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
(from rev 123232, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 123232, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 123232, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/emperor.ini
(from rev 123232, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
(from rev 123232, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
(from rev 123232, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 123232, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 123232, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi_at.service
(from rev 123232, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-x86_64/uwsgi_at.socket
(from rev 123232, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 123232, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 123232, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 123232, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-i686/PKGBUILD
  uwsgi/repos/community-i686/archlinux.ini
  uwsgi/repos/community-i686/emperor.ini
  uwsgi/repos/community-i686/emperor.uwsgi.service
  uwsgi/repos/community-i686/emperor.uwsgi.socket
  uwsgi/repos/community-i686/tmpfilesd
  uwsgi/repos/community-i686/uwsgi.install
  uwsgi/repos/community-i686/uwsgi_at.service
  uwsgi/repos/community-i686/uwsgi_at.socket
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/emperor.ini
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi_at.service
  uwsgi/repos/community-x86_64/uwsgi_at.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  318 
 /archlinux.ini|   10 
 /emperor.ini  |8 
 /emperor.uwsgi.service|   32 ++
 /emperor.uwsgi.socket |   18 +
 /tmpfilesd|2 
 /uwsgi.install|   24 +
 /uwsgi_at.service |   32 ++
 /uwsgi_at.socket  |   18 +
 /uwsgi_fix_rpath.patch|  132 
 /uwsgi_ruby20_compatibility.patch |   84 +
 /uwsgi_trick_chroot.patch |   32 ++
 community-i686/PKGBUILD   |  159 --
 community-i686/archlinux.ini  |5 
 community-i686/emperor.ini|4 
 community-i686/emperor.uwsgi.service  |   16 -
 community-i686/emperor.uwsgi.socket   |9 
 community-i686/tmpfilesd  |1 
 community-i686/uwsgi.install  |   12 
 community-i686/uwsgi_at.service 

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

2014-11-27 Thread Sven-Hendrik Haase
Date: Thursday, November 27, 2014 @ 19:47:39
  Author: svenstaro
Revision: 123232

upgpkg: uwsgi 2.0.8-1

upstream release 2.0.8

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 17:50:38 UTC (rev 123231)
+++ PKGBUILD2014-11-27 18:47:39 UTC (rev 123232)
@@ -16,8 +16,8 @@
  uwsgi-plugin-lua51
  uwsgi-plugin-jvm
  uwsgi-plugin-mono)
-pkgver=2.0.7
-pkgrel=8
+pkgver=2.0.8
+pkgrel=1
 arch=(i686 x86_64)
 url="http://projects.unbit.it/$pkgbase";
 license=(GPL2)
@@ -38,7 +38,7 @@
 emperor.uwsgi.service
 emperor.uwsgi.socket)
 
-md5sums=('c18da6536f2f47a204814225ba695042'
+md5sums=('356b71060aa4c1f0e888dbca03567bd5'
  'e4d8e243b2faff21ec1353e9b1408103'
  '752475ee32286acfbafa49b898616817'
  '4ec6c345df2f9b881f0a6b6c0c95eb1b'


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

2014-11-27 Thread Daniel Isenmann
Date: Thursday, November 27, 2014 @ 19:46:41
  Author: daniel
Revision: 227159

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

Added:
  mono-tools/repos/extra-i686/PKGBUILD
(from rev 227158, mono-tools/trunk/PKGBUILD)
  mono-tools/repos/extra-i686/fix-build.patch
(from rev 227158, mono-tools/trunk/fix-build.patch)
  mono-tools/repos/extra-i686/mono-tools.install
(from rev 227158, mono-tools/trunk/mono-tools.install)
  mono-tools/repos/extra-x86_64/PKGBUILD
(from rev 227158, mono-tools/trunk/PKGBUILD)
  mono-tools/repos/extra-x86_64/fix-build.patch
(from rev 227158, mono-tools/trunk/fix-build.patch)
  mono-tools/repos/extra-x86_64/mono-tools.install
(from rev 227158, mono-tools/trunk/mono-tools.install)
Deleted:
  mono-tools/repos/extra-i686/PKGBUILD
  mono-tools/repos/extra-i686/fix-build.patch
  mono-tools/repos/extra-i686/mono-tools.install
  mono-tools/repos/extra-x86_64/PKGBUILD
  mono-tools/repos/extra-x86_64/fix-build.patch
  mono-tools/repos/extra-x86_64/mono-tools.install

-+
 /PKGBUILD   |   92 ++
 /fix-build.patch|   48 +++
 /mono-tools.install |   30 
 extra-i686/PKGBUILD |   45 --
 extra-i686/fix-build.patch  |   24 -
 extra-i686/mono-tools.install   |   15 --
 extra-x86_64/PKGBUILD   |   45 --
 extra-x86_64/fix-build.patch|   24 -
 extra-x86_64/mono-tools.install |   15 --
 9 files changed, 170 insertions(+), 168 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-27 18:46:33 UTC (rev 227158)
+++ extra-i686/PKGBUILD 2014-11-27 18:46:41 UTC (rev 227159)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-# Contributor: Brice Carpentier 
-
-# The mono-tool package now calls make-search-index by post_install().
-# Whenever a package is installed which places doc-sources into:
-# /usr/lib/monodoc/sources it should call --make-search-index with
-# post_install() and with post remove. mond-tools itself deletes the index
-# file pre_remove(), so pacman finds the directory empty an removes it
-# properly.
-
-pkgname=mono-tools
-pkgver=2.11
-pkgrel=1
-pkgdesc="collection of testing and development tools for use with mono 
(including monodoc browser)"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.mono-project.com/";
-depends=('libgnome-sharp' 'webkit-sharp')
-makedepends=('gconf-sharp' 'git' 'zip')
-install=$pkgname.install
-options=('!makeflags')
-source=('git+https://github.com/mono/mono-tools.git#commit=d858f5f27fa8b10d734ccce7ffba631b995093e5'
-fix-build.patch)
-md5sums=('SKIP'
- '9b4671fbfce76d883abbf779cbc504f3')
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../fix-build.patch
-  mv configure.in configure.ac
-}
-
-build() {
-  cd $pkgname
-  glib-gettextize --force
-  autoreconf -fi
-  GMCS=/usr/bin/dmcs ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
- }

Copied: mono-tools/repos/extra-i686/PKGBUILD (from rev 227158, 
mono-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-27 18:46:41 UTC (rev 227159)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: Brice Carpentier 
+
+# The mono-tool package now calls make-search-index by post_install().
+# Whenever a package is installed which places doc-sources into:
+# /usr/lib/monodoc/sources it should call --make-search-index with
+# post_install() and with post remove. mond-tools itself deletes the index
+# file pre_remove(), so pacman finds the directory empty an removes it
+# properly.
+
+pkgname=mono-tools
+pkgver=3.10
+pkgrel=1
+pkgdesc="collection of testing and development tools for use with mono 
(including monodoc browser)"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.mono-project.com/";
+depends=('libgnome-sharp' 'webkit-sharp')
+makedepends=('gconf-sharp' 'git' 'zip')
+install=$pkgname.install
+options=('!makeflags')
+source=(https://github.com/mono/mono-tools/archive/3.10.tar.gz
+   fix-build.patch)
+#source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('8df1eed41d5ff6dc6d48541f1c593319'
+ '9b4671fbfce76d883abbf779cbc504f3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../fix-build.patch
+  mv configure.in configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+  glib-gettextize --force
+  autoreconf -fi
+  GMCS=/usr/bin/dmcs ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+ }

Deleted: extra-i686/fix-build.patch
===
--- extra-i686/fix-build.patch  2014-11-27 18:46:33 UTC 

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

2014-11-27 Thread Daniel Isenmann
Date: Thursday, November 27, 2014 @ 19:46:33
  Author: daniel
Revision: 227158

upgpkg: mono-tools 3.10-1

New upstream release

Modified:
  mono-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 18:20:43 UTC (rev 227157)
+++ PKGBUILD2014-11-27 18:46:33 UTC (rev 227158)
@@ -10,7 +10,7 @@
 # properly.
 
 pkgname=mono-tools
-pkgver=2.11
+pkgver=3.10
 pkgrel=1
 pkgdesc="collection of testing and development tools for use with mono 
(including monodoc browser)"
 arch=(i686 x86_64)
@@ -20,19 +20,20 @@
 makedepends=('gconf-sharp' 'git' 'zip')
 install=$pkgname.install
 options=('!makeflags')
-source=('git+https://github.com/mono/mono-tools.git#commit=d858f5f27fa8b10d734ccce7ffba631b995093e5'
-fix-build.patch)
-md5sums=('SKIP'
+source=(https://github.com/mono/mono-tools/archive/3.10.tar.gz
+   fix-build.patch)
+#source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('8df1eed41d5ff6dc6d48541f1c593319'
  '9b4671fbfce76d883abbf779cbc504f3')
 
 prepare() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   patch -Np1 -i ../fix-build.patch
   mv configure.in configure.ac
 }
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   glib-gettextize --force
   autoreconf -fi
   GMCS=/usr/bin/dmcs ./configure --prefix=/usr
@@ -40,6 +41,6 @@
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
  }


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

2014-11-27 Thread Daniel Isenmann
Date: Thursday, November 27, 2014 @ 19:20:43
  Author: daniel
Revision: 227157

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

Added:
  mono-basic/repos/extra-i686/PKGBUILD
(from rev 227156, mono-basic/trunk/PKGBUILD)
  mono-basic/repos/extra-x86_64/PKGBUILD
(from rev 227156, mono-basic/trunk/PKGBUILD)
Deleted:
  mono-basic/repos/extra-i686/PKGBUILD
  mono-basic/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-27 18:20:06 UTC (rev 227156)
+++ extra-i686/PKGBUILD 2014-11-27 18:20:43 UTC (rev 227157)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-
-pkgname=mono-basic
-pkgver=2.10
-pkgrel=4
-pkgdesc="Mono Visual Basic.NET compiler"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.mono-project.com/";
-depends=('mono>=2.10.1')
-makedepends=('pkgconfig')
-#source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b459890e5447419ab1a5ea43d9b8afe8')
-
-build() {
-  # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR="${srcdir}/weird"
-  mkdir -p "${MONO_SHARED_DIR}"
-
-  # build mono
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-

Copied: mono-basic/repos/extra-i686/PKGBUILD (from rev 227156, 
mono-basic/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-27 18:20:43 UTC (rev 227157)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=mono-basic
+pkgver=3.8
+pkgrel=1
+pkgdesc="Mono Visual Basic.NET compiler"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.mono-project.com/";
+depends=('mono>=3.10.0')
+makedepends=('pkgconfig')
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('018b4daf49c55e133b84b8a19fc172e2')
+
+build() {
+  # get rid of that .wapi errors; thanks to brice
+  export MONO_SHARED_DIR="${srcdir}/weird"
+  mkdir -p "${MONO_SHARED_DIR}"
+
+  # build mono
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-27 18:20:06 UTC (rev 227156)
+++ extra-x86_64/PKGBUILD   2014-11-27 18:20:43 UTC (rev 227157)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-
-pkgname=mono-basic
-pkgver=2.10
-pkgrel=4
-pkgdesc="Mono Visual Basic.NET compiler"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.mono-project.com/";
-depends=('mono>=2.10.1')
-makedepends=('pkgconfig')
-#source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b459890e5447419ab1a5ea43d9b8afe8')
-
-build() {
-  # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR="${srcdir}/weird"
-  mkdir -p "${MONO_SHARED_DIR}"
-
-  # build mono
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-

Copied: mono-basic/repos/extra-x86_64/PKGBUILD (from rev 227156, 
mono-basic/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-27 18:20:43 UTC (rev 227157)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=mono-basic
+pkgver=3.8
+pkgrel=1
+pkgdesc="Mono Visual Basic.NET compiler"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.mono-project.com/";
+depends=('mono>=3.10.0')
+makedepends=('pkgconfig')
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('018b4daf49c55e133b84b8a19fc172e2')
+
+build() {
+  # get rid of that .wapi errors; thanks to brice
+  export MONO_SHARED_DIR="${srcdir}/weird"
+  mkdir -p "${MONO_SHARED_DIR}"
+
+  # build mono
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+


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

2014-11-27 Thread Daniel Isenmann
Date: Thursday, November 27, 2014 @ 19:20:06
  Author: daniel
Revision: 227156

upgpkg: mono-basic 3.8-1

New upstream release

Modified:
  mono-basic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 16:56:59 UTC (rev 227155)
+++ PKGBUILD2014-11-27 18:20:06 UTC (rev 227156)
@@ -2,17 +2,16 @@
 # Maintainer: Daniel Isenmann 
 
 pkgname=mono-basic
-pkgver=2.10
-pkgrel=4
+pkgver=3.8
+pkgrel=1
 pkgdesc="Mono Visual Basic.NET compiler"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.mono-project.com/";
-depends=('mono>=2.10.1')
+depends=('mono>=3.10.0')
 makedepends=('pkgconfig')
-#source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 
source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b459890e5447419ab1a5ea43d9b8afe8')
+md5sums=('018b4daf49c55e133b84b8a19fc172e2')
 
 build() {
   # get rid of that .wapi errors; thanks to brice
@@ -30,4 +29,3 @@
   make DESTDIR="${pkgdir}" install
 }
 
-


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

2014-11-27 Thread Kyle Keen
Date: Thursday, November 27, 2014 @ 18:50:38
  Author: kkeen
Revision: 123231

archrelease: copy trunk to community-any

Added:
  arch-wiki-lite/repos/community-any/PKGBUILD
(from rev 123230, arch-wiki-lite/trunk/PKGBUILD)
Deleted:
  arch-wiki-lite/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-27 17:50:25 UTC (rev 123230)
+++ PKGBUILD2014-11-27 17:50:38 UTC (rev 123231)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgname=arch-wiki-lite
-pkgver=20140625
-_codever=20140625
-pkgrel=1
-pkgdesc="The wiki without html.  1/9 as big, easily searched and viewable on 
console."
-arch=('any')
-url="http://kmkeen.com/arch-wiki-lite/";
-_watch="http://www.archlinux.org/packages/community/any/arch-wiki-docs/";
-license=('GPL' 'FDL')
-depends=('bash' 'gzip')
-makedepends=('python' 'arch-wiki-docs')
-optdepends=('arch-wiki-docs: for wiki-search-html')
-source=("http://kmkeen.com/$pkgname/$pkgname-$_codever.tar.gz";)
-md5sums=('e2fc8fe1df6fa5055ba3ffd45865d7a9')
-
-build() {
-  cd "$srcdir/$pkgname"
-  LC_ALL=en_US.UTF-8 python3 wiki_lite.py
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -d "$pkgdir/usr/share/doc/arch-wiki/text/"
-  install -m 0644 wiki/* "$pkgdir/usr/share/doc/arch-wiki/text/"
-  install -Dm 0755 wiki-search  "$pkgdir/usr/bin/wiki-search"
-  install -Dm 0755 wiki-search-html "$pkgdir/usr/bin/wiki-search-html"
-}
-

Copied: arch-wiki-lite/repos/community-any/PKGBUILD (from rev 123230, 
arch-wiki-lite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-27 17:50:38 UTC (rev 123231)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgname=arch-wiki-lite
+pkgver=20141124
+_codever=20140625
+pkgrel=1
+pkgdesc="The wiki without html.  1/9 as big, easily searched and viewable on 
console."
+arch=('any')
+url="http://kmkeen.com/arch-wiki-lite/";
+_watch="http://www.archlinux.org/packages/community/any/arch-wiki-docs/";
+license=('GPL' 'FDL')
+depends=('bash' 'gzip')
+makedepends=('python' 'arch-wiki-docs')
+optdepends=('arch-wiki-docs: for wiki-search-html')
+source=("http://kmkeen.com/$pkgname/$pkgname-$_codever.tar.gz";)
+md5sums=('e2fc8fe1df6fa5055ba3ffd45865d7a9')
+
+build() {
+  cd "$srcdir/$pkgname"
+  LC_ALL=en_US.UTF-8 python3 wiki_lite.py
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -d "$pkgdir/usr/share/doc/arch-wiki/text/"
+  install -m 0644 wiki/* "$pkgdir/usr/share/doc/arch-wiki/text/"
+  install -Dm 0755 wiki-search  "$pkgdir/usr/bin/wiki-search"
+  install -Dm 0755 wiki-search-html "$pkgdir/usr/bin/wiki-search-html"
+}
+


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

2014-11-27 Thread Kyle Keen
Date: Thursday, November 27, 2014 @ 18:50:25
  Author: kkeen
Revision: 123230

upgpkg: arch-wiki-lite 20141124-1

Modified:
  arch-wiki-lite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 16:48:53 UTC (rev 123229)
+++ PKGBUILD2014-11-27 17:50:25 UTC (rev 123230)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Kyle Keen 
 pkgname=arch-wiki-lite
-pkgver=20140625
+pkgver=20141124
 _codever=20140625
 pkgrel=1
 pkgdesc="The wiki without html.  1/9 as big, easily searched and viewable on 
console."


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

2014-11-27 Thread Gaetan Bisson
Date: Thursday, November 27, 2014 @ 17:56:59
  Author: bisson
Revision: 227155

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

Added:
  libjpeg-turbo/repos/extra-i686/PKGBUILD
(from rev 227154, libjpeg-turbo/trunk/PKGBUILD)
  libjpeg-turbo/repos/extra-i686/jstdhuff.patch
(from rev 227154, libjpeg-turbo/trunk/jstdhuff.patch)
  libjpeg-turbo/repos/extra-i686/overrun.patch
(from rev 227154, libjpeg-turbo/trunk/overrun.patch)
  libjpeg-turbo/repos/extra-x86_64/PKGBUILD
(from rev 227154, libjpeg-turbo/trunk/PKGBUILD)
  libjpeg-turbo/repos/extra-x86_64/jstdhuff.patch
(from rev 227154, libjpeg-turbo/trunk/jstdhuff.patch)
  libjpeg-turbo/repos/extra-x86_64/overrun.patch
(from rev 227154, libjpeg-turbo/trunk/overrun.patch)
Deleted:
  libjpeg-turbo/repos/extra-i686/PKGBUILD
  libjpeg-turbo/repos/extra-i686/libjpeg-turbo-1.3.1-jstdhuff.patch
  libjpeg-turbo/repos/extra-x86_64/PKGBUILD
  libjpeg-turbo/repos/extra-x86_64/libjpeg-turbo-1.3.1-jstdhuff.patch

-+
 /PKGBUILD   |  106 +++
 extra-i686/PKGBUILD |   53 ---
 extra-i686/jstdhuff.patch   |  301 ++
 extra-i686/libjpeg-turbo-1.3.1-jstdhuff.patch   |  301 --
 extra-i686/overrun.patch|   21 +
 extra-x86_64/PKGBUILD   |   53 ---
 extra-x86_64/jstdhuff.patch |  301 ++
 extra-x86_64/libjpeg-turbo-1.3.1-jstdhuff.patch |  301 --
 extra-x86_64/overrun.patch  |   21 +
 9 files changed, 750 insertions(+), 708 deletions(-)

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


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

2014-11-27 Thread Gaetan Bisson
Date: Thursday, November 27, 2014 @ 17:56:21
  Author: bisson
Revision: 227154

fix FS#42922

Added:
  libjpeg-turbo/trunk/jstdhuff.patch
(from rev 227153, libjpeg-turbo/trunk/libjpeg-turbo-1.3.1-jstdhuff.patch)
  libjpeg-turbo/trunk/overrun.patch
Modified:
  libjpeg-turbo/trunk/PKGBUILD
Deleted:
  libjpeg-turbo/trunk/libjpeg-turbo-1.3.1-jstdhuff.patch

+
 PKGBUILD   |   14 -
 jstdhuff.patch |  301 +++
 libjpeg-turbo-1.3.1-jstdhuff.patch |  301 ---
 overrun.patch  |   21 ++
 4 files changed, 329 insertions(+), 308 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 13:27:41 UTC (rev 227153)
+++ PKGBUILD2014-11-27 16:56:21 UTC (rev 227154)
@@ -5,7 +5,7 @@
 
 pkgname=libjpeg-turbo
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='JPEG image codec with accelerated baseline compression and 
decompression'
 url='http://libjpeg-turbo.virtualgl.org/'
 license=('GPL' 'custom')
@@ -12,9 +12,11 @@
 arch=('i686' 'x86_64')
 makedepends=('nasm')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
-'libjpeg-turbo-1.3.1-jstdhuff.patch')
+'jstdhuff.patch'
+'overrun.patch')
 sha1sums=('5fa19252e5ca992cfa40446a0210ceff55fbe468'
-  'f459890257df430dc4e2d8bd3060173a1be7516e')
+  'f459890257df430dc4e2d8bd3060173a1be7516e'
+  '438aba2241b19857bab090c6f61bd3f249f27591')
 
 provides=('libjpeg=8.0.2' 'turbojpeg')
 conflicts=('libjpeg' 'turbojpeg')
@@ -22,10 +24,8 @@
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   # Backport fix for motion JPEG video frames that are encoded without the
-   # default Huffman tables. Fixes HD webcam input in Chromium (FS#42747).
-   # http://sourceforge.net/p/libjpeg-turbo/code/1104/
-   patch -Np0 -i ../libjpeg-turbo-1.3.1-jstdhuff.patch
+   patch -p0 -i ../jstdhuff.patch # FS#42747
+   patch -p1 -i ../overrun.patch # FS#42922
 }
 
 build() {

Copied: libjpeg-turbo/trunk/jstdhuff.patch (from rev 227153, 
libjpeg-turbo/trunk/libjpeg-turbo-1.3.1-jstdhuff.patch)
===
--- jstdhuff.patch  (rev 0)
+++ jstdhuff.patch  2014-11-27 16:56:21 UTC (rev 227154)
@@ -0,0 +1,301 @@
+Index: jcparam.c
+===
+--- jcparam.c  (revision 1103)
 jcparam.c  (revision 1104)
+@@ -16,6 +16,7 @@
+ #define JPEG_INTERNALS
+ #include "jinclude.h"
+ #include "jpeglib.h"
++#include "jstdhuff.c"
+ 
+ 
+ /*
+@@ -166,116 +167,6 @@
+ 
+ 
+ /*
+- * Huffman table setup routines
+- */
+-
+-LOCAL(void)
+-add_huff_table (j_compress_ptr cinfo,
+-  JHUFF_TBL **htblptr, const UINT8 *bits, const UINT8 *val)
+-/* Define a Huffman table */
+-{
+-  int nsymbols, len;
+-
+-  if (*htblptr == NULL)
+-*htblptr = jpeg_alloc_huff_table((j_common_ptr) cinfo);
+-
+-  /* Copy the number-of-symbols-of-each-code-length counts */
+-  MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
+-
+-  /* Validate the counts.  We do this here mainly so we can copy the right
+-   * number of symbols from the val[] array, without risking marching off
+-   * the end of memory.  jchuff.c will do a more thorough test later.
+-   */
+-  nsymbols = 0;
+-  for (len = 1; len <= 16; len++)
+-nsymbols += bits[len];
+-  if (nsymbols < 1 || nsymbols > 256)
+-ERREXIT(cinfo, JERR_BAD_HUFF_TABLE);
+-
+-  MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
+-
+-  /* Initialize sent_table FALSE so table will be written to JPEG file. */
+-  (*htblptr)->sent_table = FALSE;
+-}
+-
+-
+-LOCAL(void)
+-std_huff_tables (j_compress_ptr cinfo)
+-/* Set up the standard Huffman tables (cf. JPEG standard section K.3) */
+-/* IMPORTANT: these are only valid for 8-bit data precision! */
+-{
+-  static const UINT8 bits_dc_luminance[17] =
+-{ /* 0-base */ 0, 0, 1, 5, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 };
+-  static const UINT8 val_dc_luminance[] =
+-{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 };
+-  
+-  static const UINT8 bits_dc_chrominance[17] =
+-{ /* 0-base */ 0, 0, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 };
+-  static const UINT8 val_dc_chrominance[] =
+-{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 };
+-  
+-  static const UINT8 bits_ac_luminance[17] =
+-{ /* 0-base */ 0, 0, 2, 1, 3, 3, 2, 4, 3, 5, 5, 4, 4, 0, 0, 1, 0x7d };
+-  static const UINT8 val_ac_luminance[] =
+-{ 0x01, 0x02, 0x03, 0x00, 0x04, 0x11, 0x05, 0x12,
+-  0x21, 0x31, 0x41, 0x06, 0x13, 0x51, 0x61, 0x07,
+-  0x22, 0x71, 0x14, 0x32, 0x81, 0x91, 0xa1, 0x08,
+-  0x23, 0x42, 0xb1, 0xc1, 0x15, 0x52, 0xd1, 0xf0,
+-  0x24, 0x33, 0x62, 0x72, 0x82, 0x09, 0x0a, 0x16,
+-  0x17, 0x18, 0x19, 0x1a, 0x25, 0x26, 0x27, 0x28,
+-  0x29

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

2014-11-27 Thread speps
Date: Thursday, November 27, 2014 @ 17:48:53
  Author: speps
Revision: 123229

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

Added:
  qmidiarp/repos/community-i686/
  qmidiarp/repos/community-i686/PKGBUILD
(from rev 123228, qmidiarp/trunk/PKGBUILD)
  qmidiarp/repos/community-i686/qmidiarp.install
(from rev 123228, qmidiarp/trunk/qmidiarp.install)
  qmidiarp/repos/community-x86_64/
  qmidiarp/repos/community-x86_64/PKGBUILD
(from rev 123228, qmidiarp/trunk/PKGBUILD)
  qmidiarp/repos/community-x86_64/qmidiarp.install
(from rev 123228, qmidiarp/trunk/qmidiarp.install)

---+
 community-i686/PKGBUILD   |   27 +++
 community-i686/qmidiarp.install   |   12 
 community-x86_64/PKGBUILD |   27 +++
 community-x86_64/qmidiarp.install |   12 
 4 files changed, 78 insertions(+)

Copied: qmidiarp/repos/community-i686/PKGBUILD (from rev 123228, 
qmidiarp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 16:48:53 UTC (rev 123229)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Shinlun Hsieh 
+
+pkgname=qmidiarp
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="A MIDI arpeggiator, phrase generator and controller LFO for the ALSA 
sequencer."
+arch=(i686 x86_64)
+url="http://sourceforge.net/projects/qmidiarp/";
+license=('GPL')
+groups=('lv2-plugins')
+depends=('qt4' 'jack' 'liblo' 'lv2')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
+md5sums=('4c356edc2677dc6c1097477da130c41d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Copied: qmidiarp/repos/community-i686/qmidiarp.install (from rev 123228, 
qmidiarp/trunk/qmidiarp.install)
===
--- community-i686/qmidiarp.install (rev 0)
+++ community-i686/qmidiarp.install 2014-11-27 16:48:53 UTC (rev 123229)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: qmidiarp/repos/community-x86_64/PKGBUILD (from rev 123228, 
qmidiarp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-27 16:48:53 UTC (rev 123229)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Shinlun Hsieh 
+
+pkgname=qmidiarp
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="A MIDI arpeggiator, phrase generator and controller LFO for the ALSA 
sequencer."
+arch=(i686 x86_64)
+url="http://sourceforge.net/projects/qmidiarp/";
+license=('GPL')
+groups=('lv2-plugins')
+depends=('qt4' 'jack' 'liblo' 'lv2')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
+md5sums=('4c356edc2677dc6c1097477da130c41d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Copied: qmidiarp/repos/community-x86_64/qmidiarp.install (from rev 123228, 
qmidiarp/trunk/qmidiarp.install)
===
--- community-x86_64/qmidiarp.install   (rev 0)
+++ community-x86_64/qmidiarp.install   2014-11-27 16:48:53 UTC (rev 123229)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in (5 files)

2014-11-27 Thread speps
Date: Thursday, November 27, 2014 @ 17:42:38
  Author: speps
Revision: 123228

addpkg: qmidiarp 0.6.1

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

--+
 PKGBUILD |   27 +++
 qmidiarp.install |   12 
 2 files changed, 39 insertions(+)

Added: qmidiarp/trunk/PKGBUILD
===
--- qmidiarp/trunk/PKGBUILD (rev 0)
+++ qmidiarp/trunk/PKGBUILD 2014-11-27 16:42:38 UTC (rev 123228)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Shinlun Hsieh 
+
+pkgname=qmidiarp
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="A MIDI arpeggiator, phrase generator and controller LFO for the ALSA 
sequencer."
+arch=(i686 x86_64)
+url="http://sourceforge.net/projects/qmidiarp/";
+license=('GPL')
+groups=('lv2-plugins')
+depends=('qt4' 'jack' 'liblo' 'lv2')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
+md5sums=('4c356edc2677dc6c1097477da130c41d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Added: qmidiarp/trunk/qmidiarp.install
===
--- qmidiarp/trunk/qmidiarp.install (rev 0)
+++ qmidiarp/trunk/qmidiarp.install 2014-11-27 16:42:38 UTC (rev 123228)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-11-27 Thread speps
Date: Thursday, November 27, 2014 @ 17:18:10
  Author: speps
Revision: 123227

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

Added:
  caps/repos/community-i686/PKGBUILD
(from rev 123226, caps/trunk/PKGBUILD)
  caps/repos/community-x86_64/PKGBUILD
(from rev 123226, caps/trunk/PKGBUILD)
Deleted:
  caps/repos/community-i686/PKGBUILD
  caps/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-11-27 16:17:52 UTC (rev 123226)
+++ community-i686/PKGBUILD 2014-11-27 16:18:10 UTC (rev 123227)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: DonVla 
-
-pkgname=caps
-pkgver=0.9.23
-pkgrel=1
-pkgdesc="The LADSPA C* Audio Plugin Suite"
-arch=('i686' 'x86_64')
-url="http://quitte.de/dsp/caps.html";
-license=('GPL3')
-groups=('ladspa-plugins')
-depends=('ladspa')
-source=("http://quitte.de/dsp/caps_$pkgver.tar.bz2";)
-md5sums=('b7792c3977ac471ebcfced0ed52710d5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # use a minimum of optimization required to build
-  export _CFLAGS='-msse -mfpmath=sse'
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
- 
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir/usr" install
-}

Copied: caps/repos/community-i686/PKGBUILD (from rev 123226, 
caps/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 16:18:10 UTC (rev 123227)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: DonVla 
+
+pkgname=caps
+pkgver=0.9.24
+pkgrel=1
+pkgdesc="The LADSPA C* Audio Plugin Suite"
+arch=('i686' 'x86_64')
+url="http://quitte.de/dsp/caps.html";
+license=('GPL3')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("http://quitte.de/dsp/caps_$pkgver.tar.bz2";)
+md5sums=('c1d634038dcb54702306c0e30cb1c626')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # use a minimum of optimization required to build
+  export _CFLAGS='-msse -mfpmath=sse'
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+ 
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX="$pkgdir/usr" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-27 16:17:52 UTC (rev 123226)
+++ community-x86_64/PKGBUILD   2014-11-27 16:18:10 UTC (rev 123227)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: DonVla 
-
-pkgname=caps
-pkgver=0.9.23
-pkgrel=1
-pkgdesc="The LADSPA C* Audio Plugin Suite"
-arch=('i686' 'x86_64')
-url="http://quitte.de/dsp/caps.html";
-license=('GPL3')
-groups=('ladspa-plugins')
-depends=('ladspa')
-source=("http://quitte.de/dsp/caps_$pkgver.tar.bz2";)
-md5sums=('b7792c3977ac471ebcfced0ed52710d5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # use a minimum of optimization required to build
-  export _CFLAGS='-msse -mfpmath=sse'
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
- 
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir/usr" install
-}

Copied: caps/repos/community-x86_64/PKGBUILD (from rev 123226, 
caps/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-27 16:18:10 UTC (rev 123227)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: DonVla 
+
+pkgname=caps
+pkgver=0.9.24
+pkgrel=1
+pkgdesc="The LADSPA C* Audio Plugin Suite"
+arch=('i686' 'x86_64')
+url="http://quitte.de/dsp/caps.html";
+license=('GPL3')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("http://quitte.de/dsp/caps_$pkgver.tar.bz2";)
+md5sums=('c1d634038dcb54702306c0e30cb1c626')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # use a minimum of optimization required to build
+  export _CFLAGS='-msse -mfpmath=sse'
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+ 
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX="$pkgdir/usr" install
+}


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

2014-11-27 Thread speps
Date: Thursday, November 27, 2014 @ 17:17:52
  Author: speps
Revision: 123226

upgpkg: caps 0.9.24-1

Modified:
  caps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 16:14:42 UTC (rev 123225)
+++ PKGBUILD2014-11-27 16:17:52 UTC (rev 123226)
@@ -3,7 +3,7 @@
 # Contributor: DonVla 
 
 pkgname=caps
-pkgver=0.9.23
+pkgver=0.9.24
 pkgrel=1
 pkgdesc="The LADSPA C* Audio Plugin Suite"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 groups=('ladspa-plugins')
 depends=('ladspa')
 source=("http://quitte.de/dsp/caps_$pkgver.tar.bz2";)
-md5sums=('b7792c3977ac471ebcfced0ed52710d5')
+md5sums=('c1d634038dcb54702306c0e30cb1c626')
 
 prepare() {
   cd $pkgname-$pkgver


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

2014-11-27 Thread Felix Yan
Date: Thursday, November 27, 2014 @ 17:14:42
  Author: fyan
Revision: 123225

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

Added:
  fcitx-rime/repos/community-i686/PKGBUILD
(from rev 123224, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-i686/fcitx-rime.install
(from rev 123224, fcitx-rime/trunk/fcitx-rime.install)
  fcitx-rime/repos/community-x86_64/PKGBUILD
(from rev 123224, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-x86_64/fcitx-rime.install
(from rev 123224, fcitx-rime/trunk/fcitx-rime.install)
Deleted:
  fcitx-rime/repos/community-i686/PKGBUILD
  fcitx-rime/repos/community-i686/fcitx-rime.install
  fcitx-rime/repos/community-x86_64/PKGBUILD
  fcitx-rime/repos/community-x86_64/fcitx-rime.install

-+
 /PKGBUILD   |   58 ++
 /fcitx-rime.install |   22 
 community-i686/PKGBUILD |   29 -
 community-i686/fcitx-rime.install   |   11 --
 community-x86_64/PKGBUILD   |   29 -
 community-x86_64/fcitx-rime.install |   11 --
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-27 16:14:03 UTC (rev 123224)
+++ community-i686/PKGBUILD 2014-11-27 16:14:42 UTC (rev 123225)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: lh 
-
-pkgname=fcitx-rime
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx";
-license=('GPL')
-depends=('fcitx' "librime" "brise")
-makedepends=('cmake')
-install=fcitx-rime.install
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz";)
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9c02efa7c9cfd788c3735680a03cdb50d69a5512a9f075c7326bdc267cf076daa916238898da81d2388')

Copied: fcitx-rime/repos/community-i686/PKGBUILD (from rev 123224, 
fcitx-rime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 16:14:42 UTC (rev 123225)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: lh 
+
+pkgname=fcitx-rime
+pkgver=0.3.1
+pkgrel=2
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx";
+license=('GPL')
+depends=('fcitx' "librime" "brise")
+makedepends=('cmake')
+install=fcitx-rime.install
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz";)
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9c02efa7c9cfd788c3735680a03cdb50d69a5512a9f075c7326bdc267cf076daa916238898da81d2388')

Deleted: community-i686/fcitx-rime.install
===
--- community-i686/fcitx-rime.install   2014-11-27 16:14:03 UTC (rev 123224)
+++ community-i686/fcitx-rime.install   2014-11-27 16:14:42 UTC (rev 123225)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: fcitx-rime/repos/community-i686/fcitx-rime.install (from rev 123224, 
fcitx-rime/trunk/fcitx-rime.install)
===
--- community-i686/fcitx-rime.install   (rev 0)
+++ community-i686/fcitx-rime.install   2014-11-27 16:14:42 UTC (rev 123225)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-27 16:14:03 UTC (rev 123224)
+++ community-x86_64/PKGBUILD   2014-11-27 16:14:42 UTC (rev 123225)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: lh 
-
-pkgname=fcitx-rime
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx";
-license=('GPL')
-depends=('fcitx' "librime" "brise")
-makedepends=('cmake')
-install=fcitx-rime.install
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz";)
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9

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

2014-11-27 Thread Felix Yan
Date: Thursday, November 27, 2014 @ 17:14:03
  Author: fyan
Revision: 123224

upgpkg: fcitx-rime 0.3.1-2

rebuild to fix a crash on i686

Modified:
  fcitx-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 15:35:44 UTC (rev 123223)
+++ PKGBUILD2014-11-27 16:14:03 UTC (rev 123224)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: lh 
 
 pkgname=fcitx-rime
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Fcitx Wrapper for librime'
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/fcitx";


[arch-commits] Commit in uwsgi/repos (48 files)

2014-11-27 Thread Sven-Hendrik Haase
Date: Thursday, November 27, 2014 @ 16:35:44
  Author: svenstaro
Revision: 123223

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

Added:
  uwsgi/repos/community-i686/PKGBUILD
(from rev 123222, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-i686/archlinux.ini
(from rev 123222, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-i686/emperor.ini
(from rev 123222, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-i686/emperor.uwsgi.service
(from rev 123222, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-i686/emperor.uwsgi.socket
(from rev 123222, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-i686/tmpfilesd
(from rev 123222, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-i686/uwsgi.install
(from rev 123222, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-i686/uwsgi_at.service
(from rev 123222, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-i686/uwsgi_at.socket
(from rev 123222, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
(from rev 123222, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
(from rev 123222, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
(from rev 123222, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 123222, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 123222, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/emperor.ini
(from rev 123222, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
(from rev 123222, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
(from rev 123222, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 123222, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 123222, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi_at.service
(from rev 123222, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-x86_64/uwsgi_at.socket
(from rev 123222, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 123222, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 123222, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 123222, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-i686/PKGBUILD
  uwsgi/repos/community-i686/archlinux.ini
  uwsgi/repos/community-i686/emperor.ini
  uwsgi/repos/community-i686/emperor.uwsgi.service
  uwsgi/repos/community-i686/emperor.uwsgi.socket
  uwsgi/repos/community-i686/tmpfilesd
  uwsgi/repos/community-i686/uwsgi.install
  uwsgi/repos/community-i686/uwsgi_at.service
  uwsgi/repos/community-i686/uwsgi_at.socket
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/emperor.ini
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi_at.service
  uwsgi/repos/community-x86_64/uwsgi_at.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  318 
 /archlinux.ini|   10 
 /emperor.ini  |8 
 /emperor.uwsgi.service|   32 ++
 /emperor.uwsgi.socket |   18 +
 /tmpfilesd|2 
 /uwsgi.install|   24 +
 /uwsgi_at.service |   32 ++
 /uwsgi_at.socket  |   18 +
 /uwsgi_fix_rpath.patch|  132 
 /uwsgi_ruby20_compatibility.patch |   84 +
 /uwsgi_trick_chroot.patch |   32 ++
 community-i686/PKGBUILD   |  159 --
 community-i686/archlinux.ini  |5 
 community-i686/emperor.ini|4 
 community-i686/emperor.uwsgi.service  |   16 -
 community-i686/emperor.uwsgi.socket   |9 
 community-i686/tmpfilesd  |1 
 community-i686/uwsgi.install  |   12 
 community-i686/uwsgi_at.service 

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

2014-11-27 Thread Sven-Hendrik Haase
Date: Thursday, November 27, 2014 @ 16:35:24
  Author: svenstaro
Revision: 123222

upgpkg: uwsgi 2.0.7-8

Fix FS#42855

Modified:
  uwsgi/trunk/PKGBUILD
  uwsgi/trunk/uwsgi_at.service

--+
 PKGBUILD |4 ++--
 uwsgi_at.service |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 15:26:53 UTC (rev 123221)
+++ PKGBUILD2014-11-27 15:35:24 UTC (rev 123222)
@@ -17,7 +17,7 @@
  uwsgi-plugin-jvm
  uwsgi-plugin-mono)
 pkgver=2.0.7
-pkgrel=7
+pkgrel=8
 arch=(i686 x86_64)
 url="http://projects.unbit.it/$pkgbase";
 license=(GPL2)
@@ -41,7 +41,7 @@
 md5sums=('c18da6536f2f47a204814225ba695042'
  'e4d8e243b2faff21ec1353e9b1408103'
  '752475ee32286acfbafa49b898616817'
- '4aa2a097ecb0cf1f5b46d984ac062dbb'
+ '4ec6c345df2f9b881f0a6b6c0c95eb1b'
  'ea381549fe65a5d72fa1abb5ceb7d3ef'
  '1a4516d5cdcf5b95b036f4eae2d0c152'
  '4d09535ce379c8acd76160f35d5d6b55'

Modified: uwsgi_at.service
===
--- uwsgi_at.service2014-11-27 15:26:53 UTC (rev 123221)
+++ uwsgi_at.service2014-11-27 15:35:24 UTC (rev 123222)
@@ -4,8 +4,8 @@
 
 [Service]
 ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/%I.ini
-ExecReload=/usr/bin/uwsgi --ini /etc/uwsgi/%I.ini --reload $MAINPID
-ExecStop=-/usr/bin/uwsgi --ini /etc/uwsgi/%I.ini --stop $MAINPID
+ExecReload=/bin/kill -HUP $MAINPID
+ExecStop=/bin/kill -INT $MAINPID
 Restart=always
 Type=notify
 StandardError=syslog


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

2014-11-27 Thread Massimiliano Torromeo
Date: Thursday, November 27, 2014 @ 16:26:53
  Author: mtorromeo
Revision: 123221

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-27 15:26:09 UTC (rev 123220)
+++ community-i686/PKGBUILD 2014-11-27 15:26:53 UTC (rev 123221)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hr

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

2014-11-27 Thread Massimiliano Torromeo
Date: Thursday, November 27, 2014 @ 16:26:09
  Author: mtorromeo
Revision: 123220

upgpkg: elasticsearch 1.4.1-1

Updated to 1.4.1

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 15:21:40 UTC (rev 123219)
+++ PKGBUILD2014-11-27 15:26:09 UTC (rev 123220)
@@ -4,7 +4,7 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('b317966befa50c22595477f9bad8ce67932e4d33e08ee8fb1c6e9690afa5064a'
+sha256sums=('ea7c8da420764a75c08273c2b1aa3240adb00fb74e3acfab27ca5c62627abd98'
 '8f1b4f6e22b472a4f4e711f010d6733a06935b46bb7314360f27c2ab506d6e46'
 '7c1e06cdf838b5ad090e0463de5dab3e8d62f0d7e6ac04e0b0049a4007dee612'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


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

2014-11-27 Thread Sergej Pupykin
Date: Thursday, November 27, 2014 @ 16:21:40
  Author: spupykin
Revision: 123219

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

Added:
  sdlmame/repos/community-i686/PKGBUILD
(from rev 123218, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-i686/extras.tar.gz
(from rev 123218, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-i686/sdlmame.install
(from rev 123218, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-i686/sdlmame.sh
(from rev 123218, sdlmame/trunk/sdlmame.sh)
  sdlmame/repos/community-x86_64/PKGBUILD
(from rev 123218, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-x86_64/extras.tar.gz
(from rev 123218, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-x86_64/sdlmame.install
(from rev 123218, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-x86_64/sdlmame.sh
(from rev 123218, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-i686/PKGBUILD
  sdlmame/repos/community-i686/extras.tar.gz
  sdlmame/repos/community-i686/sdlmame.install
  sdlmame/repos/community-i686/sdlmame.sh
  sdlmame/repos/community-x86_64/PKGBUILD
  sdlmame/repos/community-x86_64/extras.tar.gz
  sdlmame/repos/community-x86_64/sdlmame.install
  sdlmame/repos/community-x86_64/sdlmame.sh

--+
 /PKGBUILD|  182 +
 /sdlmame.install |   16 +++
 /sdlmame.sh  |  112 ++
 community-i686/PKGBUILD  |   91 --
 community-i686/sdlmame.install   |8 -
 community-i686/sdlmame.sh|   56 ---
 community-x86_64/PKGBUILD|   91 --
 community-x86_64/sdlmame.install |8 -
 community-x86_64/sdlmame.sh  |   56 ---
 9 files changed, 310 insertions(+), 310 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-27 15:21:16 UTC (rev 123218)
+++ community-i686/PKGBUILD 2014-11-27 15:21:40 UTC (rev 123219)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: robb_force 
-# Maintainer: JJDaNiMoTh 
-
-pkgname=sdlmame
-pkgver=0.155.u0
-_patchlevel=`echo $pkgver | cut -f2 -du`
-_basever=`echo $pkgver | cut -f1,2 -d.`
-pkgrel=3
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="http://mamedev.org/";
-license=('custom:MAME License')
-arch=('i686' 'x86_64')
-depends=('sdl>=1.2.11' 'libxinerama' 'sdl_ttf' 'alsa-lib' 'qt4')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-DLAGENTS=('http::/usr/bin/wget -U "Mozilla/5.0 (X11; U; Linux x86_64; en-US; 
rv:1.9.1.2) Gecko/20090804 Shiretoko/3.5.2" -c -t 3 --waitretry=3 -O %o %u')
-install=sdlmame.install
-
-for i in `seq 1 ${_patchlevel}`; do
-   _patches="${_patches} 
sdlmame-${_basever/./}u${i}_diff.zip::http://mamedev.org/updates/${_basever/./}u${i}_diff.zip";
-done
-
-source=("mame${_basever/./}s.zip::http://mamedev.org/downloader.php?file=releases/mame${_basever/./}s.zip";
-   "sdlmame.sh"
-   "extras.tar.gz"
-   ${_patches})
-md5sums=('de4c507dd161c67c9ec2dbdd12f39c94'
- '0cced0fe9868cc56129600fb4bd5b9ed'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-build() {
-  cd $srcdir/
-  if [ $NOEXTRACT -eq 0 ]; then
-unzip mame.zip
-find . -type f -not -name \*.png | xargs perl -pi -e 's/\r\n?/\n/g'
-for i in `seq 1 ${_patchlevel}`; do
-  msg "Patch#$i"
-  patch -p0 -E <${_basever/./}u$i.diff
-done
-  fi
-  make NOWERROR=1 OPTIMIZE=2 PYTHON=python2
-  make tools NOWERROR=1 OPTIMIZE=2 PYTHON=python2
-}
-
-package() {
-  cd $srcdir/
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/share/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/share/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/share/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/share/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/share/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/share/${pkgname}/romcmp
-  install -m755 testkeys $pkgdir/usr/share/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/share/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/share/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/share/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/share/${pkgname}/ldresample
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/sdl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-  install -m644 src/osd/sdl/man/*.6* $pkgdir/usr/share/man/man6/
-
-  install 

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

2014-11-27 Thread Sergej Pupykin
Date: Thursday, November 27, 2014 @ 16:21:16
  Author: spupykin
Revision: 123218

upgpkg: sdlmame 0.156.u0-1

upd

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 15:15:49 UTC (rev 123217)
+++ PKGBUILD2014-11-27 15:21:16 UTC (rev 123218)
@@ -4,15 +4,15 @@
 # Maintainer: JJDaNiMoTh 
 
 pkgname=sdlmame
-pkgver=0.155.u0
+pkgver=0.156.u0
 _patchlevel=`echo $pkgver | cut -f2 -du`
 _basever=`echo $pkgver | cut -f1,2 -d.`
-pkgrel=3
+pkgrel=1
 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
 url="http://mamedev.org/";
 license=('custom:MAME License')
 arch=('i686' 'x86_64')
-depends=('sdl>=1.2.11' 'libxinerama' 'sdl_ttf' 'alsa-lib' 'qt4')
+depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt4')
 makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
 DLAGENTS=('http::/usr/bin/wget -U "Mozilla/5.0 (X11; U; Linux x86_64; en-US; 
rv:1.9.1.2) Gecko/20090804 Shiretoko/3.5.2" -c -t 3 --waitretry=3 -O %o %u')
 install=sdlmame.install
@@ -25,7 +25,7 @@
"sdlmame.sh"
"extras.tar.gz"
${_patches})
-md5sums=('de4c507dd161c67c9ec2dbdd12f39c94'
+md5sums=('7a4d952338cac2a36971b2c1811bdd0b'
  '0cced0fe9868cc56129600fb4bd5b9ed'
  '420b61240bf5ae11615ba7c6100ee00d')
 


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

2014-11-27 Thread Sven-Hendrik Haase
Date: Thursday, November 27, 2014 @ 16:15:49
  Author: svenstaro
Revision: 123217

Fix FS#42881

Modified:
  skype/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 15:15:46 UTC (rev 123216)
+++ PKGBUILD2014-11-27 15:15:49 UTC (rev 123217)
@@ -6,7 +6,7 @@
 
 pkgname=skype
 pkgver=4.3.0.37
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 pkgdesc="P2P software for high-quality voice communication"
 url="http://www.skype.com/";
@@ -14,7 +14,8 @@
 options=('!strip')
 install=skype.install
 depends=(xdg-utils hicolor-icon-theme)
-optdepends=('pulseaudio: audio support/voice chatting')
+optdepends=('pulseaudio: audio support/voice chatting'
+'pavucontrol: volume adjustment')
 
 if [[ $CARCH == 'i686' ]]; then
   depends+=(libpulse qt4 libxss libxv libxcursor v4l-utils gstreamer0.10-base 
qtwebkit)


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

2014-11-27 Thread Alexander Rødseth
Date: Thursday, November 27, 2014 @ 16:15:46
  Author: arodseth
Revision: 123216

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

Added:
  powerdns/repos/community-i686/PKGBUILD
(from rev 123215, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-i686/pdns.service
(from rev 123215, powerdns/trunk/pdns.service)
  powerdns/repos/community-x86_64/PKGBUILD
(from rev 123215, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-x86_64/pdns.service
(from rev 123215, powerdns/trunk/pdns.service)
Deleted:
  powerdns/repos/community-i686/PKGBUILD
  powerdns/repos/community-i686/pdns.service
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/pdns.service

---+
 /PKGBUILD |  160 
 /pdns.service |   24 ++
 community-i686/PKGBUILD   |   80 
 community-i686/pdns.service   |   12 ---
 community-x86_64/PKGBUILD |   80 
 community-x86_64/pdns.service |   12 ---
 6 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-27 15:15:35 UTC (rev 123215)
+++ community-i686/PKGBUILD 2014-11-27 15:15:46 UTC (rev 123216)
@@ -1,80 +0,0 @@
-# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Kevin Mihelich 
-
-pkgname=powerdns
-pkgver=3.4.0
-pkgrel=3
-pkgdesc='Authoritative DNS server'
-arch=('x86_64' 'i686')
-url='http://www.powerdns.com/'
-license=('GPL')
-depends=('boost-libs' 'gcc-libs' 'postgresql-libs' 'libmariadbclient' 'sqlite' 
'libldap' 'lua')
-makedepends=('boost' 'setconf>=0.6.3')
-provides=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
-replaces=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
-conflicts=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
-options=('!makeflags')
-backup=('etc/powerdns/pdns.conf')
-source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2";
-'pdns.service')
-sha256sums=('0780f7a7fe768f9debc9decadb5d3a555b716eed14296e7c41f355bf8db4825e'
-'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
-
-prepare() {
-  touch "pdns-$pkgver/AUTHORS" "pdns-$pkgver/NEWS"
-
-  # Make changes to pdns.conf, while basing it on pdns.conf-dist
-  cp "pdns-$pkgver/pdns/pdns.conf-dist" pdns.conf
-
-  # Using setconf for setting the configuration options will make
-  # more sense in the next version of setconf, where uncommenting code
-  # will be supported.
-  for keyvalue in \
-allow-recursion=127.0.0.1 \
-cache-ttl=6 \
-chroot=/var/empty \
-config-dir=/etc \
-daemon=yes \
-distributor-threads=3 \
-guardian=yes \
-local-port=53 \
-loglevel=3 \
-module-dir=/usr/lib/pdns \
-negquery-cache-ttl=60 \
-setgid=nobody \
-setuid=nobody \
-socket-dir=/var/run \
-webserver=no
-  do
-setconf -a pdns.conf "$keyvalue"
-  done
-}
-
-build() {
-  cd "pdns-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---with-modules='' \
---with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo" \
---docdir=/usr/share/doc/powerdns \
---sbindir=/usr/bin \
---bindir=/usr/bin
-  make  
-}
-
-package() {
-  make -C "pdns-$pkgver" DESTDIR="$pkgdir" install
-  install -m644 "pdns.conf" "$pkgdir/etc/powerdns/"
-  install -Dm644 "pdns.service" \
-"$pkgdir/usr/lib/systemd/system/pdns.service"
-  rm -f "$pkgdir/etc/powerdns/pdns.conf-dist"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-i686/PKGBUILD (from rev 123215, 
powerdns/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 15:15:46 UTC (rev 123216)
@@ -0,0 +1,80 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+
+pkgname=powerdns
+pkgver=3.4.1
+pkgrel=1
+pkgdesc='Authoritative DNS server'
+arch=('x86_64' 'i686')
+url='http://www.powerdns.com/'
+license=('GPL')
+depends=('boost-libs' 'gcc-libs' 'postgresql-libs' 'libmariadbclient' 'sqlite' 
'libldap' 'lua')
+makedepends=('boost' 'setconf>=0.6.3')
+provides=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
+replaces=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
+conflicts=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
+options=('!makeflags')
+backup=('etc/powerdns/pdns.conf')
+source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2";
+'pdns.service')
+sha256sums=('13e32a31759e7fd341b98c89fe551723a5c6a768350b3609c576f70602

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

2014-11-27 Thread Alexander Rødseth
Date: Thursday, November 27, 2014 @ 16:15:35
  Author: arodseth
Revision: 123215

upgpkg: powerdns 3.4.1-1

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 14:36:42 UTC (rev 123214)
+++ PKGBUILD2014-11-27 15:15:35 UTC (rev 123215)
@@ -4,8 +4,8 @@
 # Contributor: Kevin Mihelich 
 
 pkgname=powerdns
-pkgver=3.4.0
-pkgrel=3
+pkgver=3.4.1
+pkgrel=1
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'
@@ -19,7 +19,7 @@
 backup=('etc/powerdns/pdns.conf')
 source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2";
 'pdns.service')
-sha256sums=('0780f7a7fe768f9debc9decadb5d3a555b716eed14296e7c41f355bf8db4825e'
+sha256sums=('13e32a31759e7fd341b98c89fe551723a5c6a768350b3609c576f70602deb24a'
 'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
 
 prepare() {


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

2014-11-27 Thread Alexander Rødseth
Date: Thursday, November 27, 2014 @ 15:36:42
  Author: arodseth
Revision: 123214

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

Added:
  powerdns-recursor/repos/community-i686/PKGBUILD
(from rev 123213, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-i686/pdns-recursor.service
(from rev 123213, powerdns-recursor/trunk/pdns-recursor.service)
  powerdns-recursor/repos/community-x86_64/PKGBUILD
(from rev 123213, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-x86_64/pdns-recursor.service
(from rev 123213, powerdns-recursor/trunk/pdns-recursor.service)
Deleted:
  powerdns-recursor/repos/community-i686/PKGBUILD
  powerdns-recursor/repos/community-i686/pdns-recursor.service
  powerdns-recursor/repos/community-x86_64/PKGBUILD
  powerdns-recursor/repos/community-x86_64/pdns-recursor.service

+
 /PKGBUILD  |   82 +++
 /pdns-recursor.service |   20 +++
 community-i686/PKGBUILD|   41 ---
 community-i686/pdns-recursor.service   |   10 ---
 community-x86_64/PKGBUILD  |   41 ---
 community-x86_64/pdns-recursor.service |   10 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-27 14:33:41 UTC (rev 123213)
+++ community-i686/PKGBUILD 2014-11-27 14:36:42 UTC (rev 123214)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Jan Steffens 
-
-pkgname=powerdns-recursor
-pkgver=3.6.1
-pkgrel=1
-pkgdesc='Resolving DNS server'
-url='https://www.powerdns.com/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('gcc-libs' 'lua')
-makedepends=('boost')
-replaces=('pdns-recursor')
-provides=('pdns-recursor')
-conflicts=('pdns-recursor')
-backup=('etc/powerdns/recursor.conf')
-source=("http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2";
-'pdns-recursor.service')
-sha256sums=('e57bad320d67d08604fc6f6b7e49b5553cfb5baf3460a3e06d53ba2f7d8de396'
-'d4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
-
-build() {
-  make -C "pdns-recursor-$pkgver" -j1 LUA=1 \
-LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua)" \
-LUA_LIBS_CONFIG="$(pkg-config --libs lua)"
-}
-
-package() {
-  cd "pdns-recursor-$pkgver"
-
-  make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
-  mv "$pkgdir/etc/powerdns/recursor.conf-dist" \
-"$pkgdir/etc/powerdns/recursor.conf"
-  rm -r "$pkgdir/etc/init.d"
-  install -Dm644 "$srcdir/pdns-recursor.service" \
-"$pkgdir/usr/lib/systemd/system/pdns-recursor.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns-recursor/repos/community-i686/PKGBUILD (from rev 123213, 
powerdns-recursor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 14:36:42 UTC (rev 123214)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+
+pkgname=powerdns-recursor
+pkgver=3.6.2
+pkgrel=1
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('gcc-libs' 'lua')
+makedepends=('boost')
+replaces=('pdns-recursor')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=("http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2";
+'pdns-recursor.service')
+sha256sums=('d9abf5bb5982cee1c3ba6eaa684d2777b7c0d3f038e201dd4e7362b4652750a4'
+'d4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
+
+build() {
+  make -C "pdns-recursor-$pkgver" -j1 LUA=1 \
+LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua)" \
+LUA_LIBS_CONFIG="$(pkg-config --libs lua)"
+}
+
+package() {
+  cd "pdns-recursor-$pkgver"
+
+  make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
+  mv "$pkgdir/etc/powerdns/recursor.conf-dist" \
+"$pkgdir/etc/powerdns/recursor.conf"
+  rm -r "$pkgdir/etc/init.d"
+  install -Dm644 "$srcdir/pdns-recursor.service" \
+"$pkgdir/usr/lib/systemd/system/pdns-recursor.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/pdns-recursor.service
===
--- community-i686/pdns-recursor.service2014-11-27 14:33:41 UTC (rev 
123213)
+++ community-i686/pdns-recursor.service2014-11-27 14:36:42 UTC (rev 
123214)
@@ -1,10 +0,0 @@
-[Unit]
-Description=PowerDNS resolving DNS server
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/pdns_recursor --daemon
-
-[Install]
-WantedBy=multi-user.target

Copied: pow

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

2014-11-27 Thread Alexander Rødseth
Date: Thursday, November 27, 2014 @ 15:33:41
  Author: arodseth
Revision: 123213

upgpkg: powerdns-recursor 3.6.2-1

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 14:25:22 UTC (rev 123212)
+++ PKGBUILD2014-11-27 14:33:41 UTC (rev 123213)
@@ -4,7 +4,7 @@
 # Contributor: Jan Steffens 
 
 pkgname=powerdns-recursor
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
@@ -18,7 +18,7 @@
 backup=('etc/powerdns/recursor.conf')
 source=("http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2";
 'pdns-recursor.service')
-sha256sums=('e57bad320d67d08604fc6f6b7e49b5553cfb5baf3460a3e06d53ba2f7d8de396'
+sha256sums=('d9abf5bb5982cee1c3ba6eaa684d2777b7c0d3f038e201dd4e7362b4652750a4'
 'd4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
 
 build() {


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

2014-11-27 Thread Jaroslav Lichtblau
Date: Thursday, November 27, 2014 @ 15:25:22
  Author: jlichtblau
Revision: 123212

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-27 14:25:06 UTC (rev 123211)
+++ PKGBUILD2014-11-27 14:25:22 UTC (rev 123212)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-
-pkgname=python-html2text
-pkgver=2014.9.25
-pkgrel=1
-pkgdesc="A HTML to markdown-structured text converter"
-arch=('any')
-url="https://pypi.python.org/pypi/html2text/";
-license=('GPL3')
-depends=('python')
-makedepends=('python-setuptools')
-provides=('html2text')
-replaces=('html2text')
-source=(https://pypi.python.org/packages/source/h/html2text/html2text-2014.9.25.tar.gz)
-sha256sums=('a3bbabcb1726b3177e9d476a27cb6b47e31aa1e5eafb5f7fbbf5bd77c877450b')
-
-build() {
-  cd "${srcdir}"/html2text-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd "${srcdir}"/html2text-${pkgver}
-  PYTHONPATH=$PYTHONPATH:. python setup.py test --verbose
-}
-
-package() {
-  cd "${srcdir}"/html2text-${pkgver}
-  python setup.py install --root="${pkgdir}"
-}

Copied: python-html2text/repos/community-any/PKGBUILD (from rev 123211, 
python-html2text/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-27 14:25:22 UTC (rev 123212)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=python-html2text
+pkgver=2014.9.25
+pkgrel=3
+pkgdesc="A HTML to markdown-structured text converter"
+arch=('any')
+url="https://pypi.python.org/pypi/html2text/";
+license=('GPL3')
+depends=('python')
+makedepends=('python-setuptools')
+provides=('html2text')
+replaces=('html2text')
+source=(https://pypi.python.org/packages/source/h/html2text/html2text-2014.9.25.tar.gz)
+sha256sums=('a3bbabcb1726b3177e9d476a27cb6b47e31aa1e5eafb5f7fbbf5bd77c877450b')
+
+build() {
+  cd "${srcdir}"/html2text-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd "${srcdir}"/html2text-${pkgver}
+  PYTHONPATH=$PYTHONPATH:. python setup.py test --verbose
+}
+
+package() {
+  cd "${srcdir}"/html2text-${pkgver}
+  python setup.py install --root="${pkgdir}"
+}


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

2014-11-27 Thread Jaroslav Lichtblau
Date: Thursday, November 27, 2014 @ 15:25:06
  Author: jlichtblau
Revision: 123211

upgpkg: python-html2text 2014.9.25-3
version bump to pkgrel 3 to be higher than the previously available AUR package

Modified:
  python-html2text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 14:18:44 UTC (rev 123210)
+++ PKGBUILD2014-11-27 14:25:06 UTC (rev 123211)
@@ -5,7 +5,7 @@
 
 pkgname=python-html2text
 pkgver=2014.9.25
-pkgrel=1
+pkgrel=3
 pkgdesc="A HTML to markdown-structured text converter"
 arch=('any')
 url="https://pypi.python.org/pypi/html2text/";


[arch-commits] Commit in (html2text)

2014-11-27 Thread Jaroslav Lichtblau
Date: Thursday, November 27, 2014 @ 15:18:44
  Author: jlichtblau
Revision: 123210

html2text being replaced by python-html2text package in [community]

Deleted:
  html2text/


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

2014-11-27 Thread Alexander Rødseth
Date: Thursday, November 27, 2014 @ 15:14:35
  Author: arodseth
Revision: 123208

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

Added:
  julia/repos/community-i686/PKGBUILD
(from rev 123207, julia/trunk/PKGBUILD)
  julia/repos/community-i686/sysfix.install
(from rev 123207, julia/trunk/sysfix.install)
  julia/repos/community-x86_64/PKGBUILD
(from rev 123207, julia/trunk/PKGBUILD)
  julia/repos/community-x86_64/sysfix.install
(from rev 123207, julia/trunk/sysfix.install)
Deleted:
  julia/repos/community-i686/PKGBUILD
  julia/repos/community-i686/sysfix.install
  julia/repos/community-x86_64/PKGBUILD
  julia/repos/community-x86_64/sysfix.install

-+
 /PKGBUILD   |  214 ++
 /sysfix.install |   20 +++
 community-i686/PKGBUILD |  107 ---
 community-i686/sysfix.install   |   10 -
 community-x86_64/PKGBUILD   |  107 ---
 community-x86_64/sysfix.install |   10 -
 6 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-27 14:14:24 UTC (rev 123207)
+++ community-i686/PKGBUILD 2014-11-27 14:14:35 UTC (rev 123208)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Lex Black 
-# Contributor: Michael Jakl 
-# Contributor: devmotion 
-# Contributor: Valentin Churavy 
-
-pkgbase=julia
-pkgname=('julia' 'julia-docs')
-pkgver=0.3.2
-pkgrel=1
-epoch=2
-pkgdesc='High-level, high-performance, dynamic programming language'
-arch=('x86_64' 'i686')
-url='http://julialang.org/'
-license=('GPL')
-makedepends=('gcc-fortran' 'python2' 'libuv' 'git' 'blas' 'lapack' 'arpack' 
'libunwind' 'fftw' 'gmp' 'mpfr' 'pcre' 'zlib')
-optdepends=('gnuplot: If using the Gaston Package from julia')
-options=('!emptydirs' 'staticlibs')
-backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
-source=("git://github.com/JuliaLang/julia.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  # for /etc/ld.so.conf.d/
-  echo '/usr/lib/julia' > julia.conf
-}
-
-build() {
-  make -C "$pkgname" prefix=/usr sysconfdir=/etc \
-MARCH=${CARCH/_/-} \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=0 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0
-}
-
-package_julia() {
-  depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib' 
'lapack')
-  install='sysfix.install'
-
-  make -C "$pkgname" DESTDIR="$pkgdir" \
-prefix=/usr sysconfdir=/etc  \
-MARCH=${CARCH/_/-} \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=0 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0 \
-install
-
-  # Remove duplicate man-page from julia/doc
-  rm -rvf "$pkgdir/usr/share/julia/doc/man"
-
-  # For /etc/ld.so.conf.d, FS#41731
-  install -Dm644 julia.conf "$pkgdir/etc/ld.so.conf.d/julia.conf"
-
-  # Documentation and examples are in the julia-docs package
-  rm -rvf "$pkgdir/usr/share/doc/"
-  rm -rvf "$pkgdir/usr/share/julia/doc/"
-  rm -rvf "$pkgdir/usr/share/julia/examples/"
-}
-
-package_julia-docs() {
-  pkgdesc='Documentation and examples for Julia'
-
-  install -d "$pkgdir/usr/share/doc"
-  cp -rv "$srcdir/$pkgbase/doc" "$pkgdir/usr/share/doc/$pkgbase"
-  cp -rv "$srcdir/$pkgbase/examples" "$pkgdir/usr/share/doc/$pkgbase/examples"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: julia/repos/community-i686/PKGBUILD (from rev 123207, 
julia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 14:14:35 UTC (rev 123208)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Lex Black 
+# Contributor: Michael Jakl 
+# Contributor: devmotion 
+# Contributor: Valentin Churavy 
+
+pkgbase=julia
+pkgname=('julia' 'julia-docs')
+pkgver=0.3.3
+pkgrel=1
+epoch=2
+pkgdesc='High-level, high-performance, dynamic programming language'
+arch

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

2014-11-27 Thread Alexander Rødseth
Date: Thursday, November 27, 2014 @ 15:14:24
  Author: arodseth
Revision: 123207

upgpkg: julia 2:0.3.3-1

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 14:13:28 UTC (rev 123206)
+++ PKGBUILD2014-11-27 14:14:24 UTC (rev 123207)
@@ -7,7 +7,7 @@
 
 pkgbase=julia
 pkgname=('julia' 'julia-docs')
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 epoch=2
 pkgdesc='High-level, high-performance, dynamic programming language'


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

2014-11-27 Thread Jaroslav Lichtblau
Date: Thursday, November 27, 2014 @ 15:11:50
  Author: jlichtblau
Revision: 123205

archrelease: copy trunk to community-any

Added:
  python-html2text/repos/community-any/
  python-html2text/repos/community-any/PKGBUILD
(from rev 123204, python-html2text/trunk/PKGBUILD)

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

Copied: python-html2text/repos/community-any/PKGBUILD (from rev 123204, 
python-html2text/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-11-27 14:11:50 UTC (rev 123205)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=python-html2text
+pkgver=2014.9.25
+pkgrel=1
+pkgdesc="A HTML to markdown-structured text converter"
+arch=('any')
+url="https://pypi.python.org/pypi/html2text/";
+license=('GPL3')
+depends=('python')
+makedepends=('python-setuptools')
+provides=('html2text')
+replaces=('html2text')
+source=(https://pypi.python.org/packages/source/h/html2text/html2text-2014.9.25.tar.gz)
+sha256sums=('a3bbabcb1726b3177e9d476a27cb6b47e31aa1e5eafb5f7fbbf5bd77c877450b')
+
+build() {
+  cd "${srcdir}"/html2text-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd "${srcdir}"/html2text-${pkgver}
+  PYTHONPATH=$PYTHONPATH:. python setup.py test --verbose
+}
+
+package() {
+  cd "${srcdir}"/html2text-${pkgver}
+  python setup.py install --root="${pkgdir}"
+}


[arch-commits] Commit in (4 files)

2014-11-27 Thread Jaroslav Lichtblau
Date: Thursday, November 27, 2014 @ 15:11:05
  Author: jlichtblau
Revision: 123204

html2text update to a new (python) version

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

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

Added: python-html2text/trunk/PKGBUILD
===
--- python-html2text/trunk/PKGBUILD (rev 0)
+++ python-html2text/trunk/PKGBUILD 2014-11-27 14:11:05 UTC (rev 123204)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=python-html2text
+pkgver=2014.9.25
+pkgrel=1
+pkgdesc="A HTML to markdown-structured text converter"
+arch=('any')
+url="https://pypi.python.org/pypi/html2text/";
+license=('GPL3')
+depends=('python')
+makedepends=('python-setuptools')
+provides=('html2text')
+replaces=('html2text')
+source=(https://pypi.python.org/packages/source/h/html2text/html2text-2014.9.25.tar.gz)
+sha256sums=('a3bbabcb1726b3177e9d476a27cb6b47e31aa1e5eafb5f7fbbf5bd77c877450b')
+
+build() {
+  cd "${srcdir}"/html2text-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd "${srcdir}"/html2text-${pkgver}
+  PYTHONPATH=$PYTHONPATH:. python setup.py test --verbose
+}
+
+package() {
+  cd "${srcdir}"/html2text-${pkgver}
+  python setup.py install --root="${pkgdir}"
+}


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

2014-11-27 Thread Guillaume Alaux
Date: Thursday, November 27, 2014 @ 14:27:41
  Author: guillaume
Revision: 227153

Remove traces of 'chromium'

Modified:
  icedtea-web/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 12:59:09 UTC (rev 227152)
+++ PKGBUILD2014-11-27 13:27:41 UTC (rev 227153)
@@ -8,12 +8,8 @@
 arch=('i686' 'x86_64')
 url='http://icedtea.classpath.org/wiki/IcedTea-Web'
 license=('GPL2')
-# TODO do we still need 'chromium' and '--with-chromium'? What does it do?
-# 
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-November/030196.html
-# https://www.java.com/en/download/faq/chrome.xml
-# http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html
 makedepends=('java-environment-openjdk' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 
'junit'
- 'firefox' 'chromium' 'epiphany')
+ 'firefox' 'epiphany')
 optdepends=('rhino: for using proxy auto config files')
 # Due to broken path names in the tarball that fails with LANG=C in our chroot
 noextract=${pkgbase}-${pkgver}.tar.gz
@@ -35,7 +31,6 @@
   --with-java=/usr/bin/java \
   --with-browser-tests \
   --with-firefox=/usr/bin/firefox \
-  --with-chromium=/usr/bin/chromium \
   --with-epiphany=/usr/bin/epiphany
make
 }


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

2014-11-27 Thread Guillaume Alaux
Date: Thursday, November 27, 2014 @ 13:59:09
  Author: guillaume
Revision: 227152

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

Added:
  icedtea-web/repos/extra-i686/PKGBUILD
(from rev 227151, icedtea-web/trunk/PKGBUILD)
  icedtea-web/repos/extra-i686/install_icedtea-web.sh
(from rev 227151, icedtea-web/trunk/install_icedtea-web.sh)
  icedtea-web/repos/extra-x86_64/PKGBUILD
(from rev 227151, icedtea-web/trunk/PKGBUILD)
  icedtea-web/repos/extra-x86_64/install_icedtea-web.sh
(from rev 227151, icedtea-web/trunk/install_icedtea-web.sh)
Deleted:
  icedtea-web/repos/extra-i686/001_do_not_set_classpath.patch
  icedtea-web/repos/extra-i686/PKGBUILD
  icedtea-web/repos/extra-i686/install_icedtea-web.sh
  icedtea-web/repos/extra-x86_64/001_do_not_set_classpath.patch
  icedtea-web/repos/extra-x86_64/PKGBUILD
  icedtea-web/repos/extra-x86_64/install_icedtea-web.sh

-+
 /PKGBUILD   |  188 ++
 /install_icedtea-web.sh |   22 +++
 extra-i686/001_do_not_set_classpath.patch   |   36 
 extra-i686/PKGBUILD |   92 
 extra-i686/install_icedtea-web.sh   |   11 -
 extra-x86_64/001_do_not_set_classpath.patch |   36 
 extra-x86_64/PKGBUILD   |   92 
 extra-x86_64/install_icedtea-web.sh |   11 -
 8 files changed, 210 insertions(+), 278 deletions(-)

Deleted: extra-i686/001_do_not_set_classpath.patch
===
--- extra-i686/001_do_not_set_classpath.patch   2014-11-27 12:58:37 UTC (rev 
227151)
+++ extra-i686/001_do_not_set_classpath.patch   2014-11-27 12:59:09 UTC (rev 
227152)
@@ -1,36 +0,0 @@
-diff -r 4f76df2f1438 launcher/launchers.in
 a/launcher/launchers.inFri Aug 15 09:49:16 2014 +0200
-+++ b/launcher/launchers.inSat Aug 30 18:01:25 2014 +0200
-@@ -7,7 +7,6 @@
- BINARY_LOCATION=@BIN_LOCATION@
- SPLASH_LOCATION=@JAVAWS_SPLASH_LOCATION@
- PROGRAM_NAME=@PROGRAM_NAME@
--CP=@JRE@/lib/rt.jar
- 
- CONFIG_HOME=$XDG_CONFIG_HOME
- if [ "x$CONFIG_HOME" = "x" ] ; then
-@@ -25,11 +24,10 @@
-   CUSTOM_JRE=`grep "$CUSTOM_JRE_REGEX" 
/etc/.java/.deploy/deployment.properties 2>/dev/null |  sed 
"s/$CUSTOM_JRE_REGEX//g"`
- fi;
- if [ "x$CUSTOM_JRE" != "x" ] ; then
--  if [ -e  "$CUSTOM_JRE" -a -e "$CUSTOM_JRE/bin/java" -a -e 
"$CUSTOM_JRE/lib/rt.jar" ] ; then
-+  if [ -e  "$CUSTOM_JRE" -a -e "$CUSTOM_JRE/bin/java" ] ; then
- JAVA=$CUSTOM_JRE/bin/java
--CP=$CUSTOM_JRE/lib/rt.jar
-   else
--echo "Your custom JRE $CUSTOM_JRE read from deployment.properties under 
key $PROPERTY_NAME as $CUSTOM_JRE is not valid. Using default ($JAVA, $CP) in 
attempt to start. Please fix this."
-+echo "Your custom JRE $CUSTOM_JRE read from deployment.properties under 
key $PROPERTY_NAME as $CUSTOM_JRE is not valid. Using default ($JAVA) in 
attempt to start. Please fix this."
-   fi
- fi;
- 
-@@ -78,10 +76,6 @@
-   i=$((i+1))
-   k=$((k+1))
- done
--COMMAND[k]="-classpath"
--k=$((k+1))
--COMMAND[k]="${CP}"
--k=$((k+1))
- COMMAND[k]="-Dicedtea-web.bin.name=${PROGRAM_NAME}"
- k=$((k+1))
- COMMAND[k]="-Dicedtea-web.bin.location=${BINARY_LOCATION}"

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-27 12:58:37 UTC (rev 227151)
+++ extra-i686/PKGBUILD 2014-11-27 12:59:09 UTC (rev 227152)
@@ -1,92 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Guillaume ALAUX 
-
-pkgbase=icedtea-web
-pkgname=('icedtea-web' 'icedtea-web-doc')
-pkgver=1.5.1
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://icedtea.classpath.org/wiki/IcedTea-Web'
-license=('GPL2')
-# TODO do we still need 'chromium' and '--with-chromium'? What does it do?
-# https://www.java.com/en/download/faq/chrome.xml
-makedepends=('java-environment-openjdk' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 
'junit'
- 'firefox' 'chromium' 'epiphany')
-optdepends=('rhino: for using proxy auto config files')
-# Due to broken path names in the tarball that fails with LANG=C in our chroot
-noextract=${pkgbase}-${pkgver}.tar.gz
-source=(http://icedtea.classpath.org/download/source/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('03f16356fa84564f1ae32286e0a090a464c87ec123b40602dcea925757900195')
-
-prepare() {
-  cd "${srcdir}"
-  LANG=en_US.UTF-8 bsdtar -x -f "${srcdir}"/${pkgbase}-${pkgver}.tar.gz
-}
-
-build() {
-  cd "${srcdir}"/${pkgbase}-${pkgver}
-  ./configure \
-  --prefix=/usr/share/${pkgbase} \
-  --datarootdir=/usr/share \
-  --with-jdk-home=/usr/lib/jvm/default \
-  --with-jre-home=/usr/lib/jvm/default-runtime \
-  --with-java=/usr/bin/java \
-  --with-browser-tests \
-  --with-firefox=/usr/bin/firefox \
-  --with-chromium=/usr/bin/chromium \
-  --with-epiphany=/usr/bin/epiphany
-   make
-}
-
-#check() {
-#  cd "${srcdir}"/${pkgbase}-${pkgver}
-#  # as more tests have been added some a

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

2014-11-27 Thread Guillaume Alaux
Date: Thursday, November 27, 2014 @ 13:58:37
  Author: guillaume
Revision: 227151

Upstream release 1.5.2

Modified:
  icedtea-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 09:13:18 UTC (rev 227150)
+++ PKGBUILD2014-11-27 12:58:37 UTC (rev 227151)
@@ -3,13 +3,15 @@
 
 pkgbase=icedtea-web
 pkgname=('icedtea-web' 'icedtea-web-doc')
-pkgver=1.5.1
-pkgrel=3
+pkgver=1.5.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://icedtea.classpath.org/wiki/IcedTea-Web'
 license=('GPL2')
 # TODO do we still need 'chromium' and '--with-chromium'? What does it do?
+# 
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-November/030196.html
 # https://www.java.com/en/download/faq/chrome.xml
+# http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html
 makedepends=('java-environment-openjdk' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 
'junit'
  'firefox' 'chromium' 'epiphany')
 optdepends=('rhino: for using proxy auto config files')
@@ -16,7 +18,7 @@
 # Due to broken path names in the tarball that fails with LANG=C in our chroot
 noextract=${pkgbase}-${pkgver}.tar.gz
 
source=(http://icedtea.classpath.org/download/source/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('03f16356fa84564f1ae32286e0a090a464c87ec123b40602dcea925757900195')
+sha256sums=('b29e8ff2533cc6521a6509a002001f4c97c80a004460063156d003898da13bf3')
 
 prepare() {
   cd "${srcdir}"


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

2014-11-27 Thread Sergej Pupykin
Date: Thursday, November 27, 2014 @ 13:52:24
  Author: spupykin
Revision: 123202

upgpkg: firefox-noscript 2.6.9.5-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 12:40:50 UTC (rev 123201)
+++ PKGBUILD2014-11-27 12:52:24 UTC (rev 123202)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=firefox-noscript
-pkgver=2.6.9.4
+pkgver=2.6.9.5
 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=('94af1e645f4b5c0e0c3c7af5282c0e48')
+md5sums=('2e4bbd6ef5db1f523cbad56da223e77a')
 
 package() {
   depends=("firefox")


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

2014-11-27 Thread Sergej Pupykin
Date: Thursday, November 27, 2014 @ 13:52:33
  Author: spupykin
Revision: 123203

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-27 12:52:24 UTC (rev 123202)
+++ PKGBUILD2014-11-27 12:52:33 UTC (rev 123203)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=firefox-noscript
-pkgver=2.6.9.4
-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=('94af1e645f4b5c0e0c3c7af5282c0e48')
-
-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 123202, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-27 12:52:33 UTC (rev 123203)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=firefox-noscript
+pkgver=2.6.9.5
+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=('2e4bbd6ef5db1f523cbad56da223e77a')
+
+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 cbatticon/trunk (PKGBUILD)

2014-11-27 Thread Alexander Rødseth
Date: Thursday, November 27, 2014 @ 13:40:39
  Author: arodseth
Revision: 123200

upgpkg: cbatticon 1.4.2-1

Modified:
  cbatticon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 12:38:54 UTC (rev 123199)
+++ PKGBUILD2014-11-27 12:40:39 UTC (rev 123200)
@@ -3,7 +3,7 @@
 # Contributor: Valère Monseur (valr) 
 
 pkgname=cbatticon
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='Lightweight and fast battery icon that sits in your system tray'
 arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@
 provides=('cbatticon')
 conflicts=('cbatticon-git')
 source=("https://github.com/valr/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('ba6ef1b588530d31af41173a188d7333d68c83ea6e579e6f93e8acde854c3a26')
+sha256sums=('987d979c426c12d7ef6ce7856a7c0d0d0a70720cafcada9ba6a4800d048ef502')
 
 build() {
   make -C "$pkgname-$pkgver" WITH_NOTIFY=1 WITH_GTK3=1


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

2014-11-27 Thread Alexander Rødseth
Date: Thursday, November 27, 2014 @ 13:40:50
  Author: arodseth
Revision: 123201

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-27 12:40:39 UTC (rev 123200)
+++ community-i686/PKGBUILD 2014-11-27 12:40:50 UTC (rev 123201)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Valère Monseur (valr) 
-
-pkgname=cbatticon
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Lightweight and fast battery icon that sits in your system tray'
-arch=('x86_64' 'i686')
-url='https://github.com/valr/cbatticon'
-license=('GPL2')
-depends=('libnotify' 'gtk3')
-provides=('cbatticon')
-conflicts=('cbatticon-git')
-source=("https://github.com/valr/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('ba6ef1b588530d31af41173a188d7333d68c83ea6e579e6f93e8acde854c3a26')
-
-build() {
-  make -C "$pkgname-$pkgver" WITH_NOTIFY=1 WITH_GTK3=1
-}
-
-package() {
-  make -C "$pkgname-$pkgver" PREFIX="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cbatticon/repos/community-i686/PKGBUILD (from rev 123200, 
cbatticon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 12:40:50 UTC (rev 123201)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Valère Monseur (valr) 
+
+pkgname=cbatticon
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Lightweight and fast battery icon that sits in your system tray'
+arch=('x86_64' 'i686')
+url='https://github.com/valr/cbatticon'
+license=('GPL2')
+depends=('libnotify' 'gtk3')
+provides=('cbatticon')
+conflicts=('cbatticon-git')
+source=("https://github.com/valr/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=('987d979c426c12d7ef6ce7856a7c0d0d0a70720cafcada9ba6a4800d048ef502')
+
+build() {
+  make -C "$pkgname-$pkgver" WITH_NOTIFY=1 WITH_GTK3=1
+}
+
+package() {
+  make -C "$pkgname-$pkgver" PREFIX="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-27 12:40:39 UTC (rev 123200)
+++ community-x86_64/PKGBUILD   2014-11-27 12:40:50 UTC (rev 123201)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Valère Monseur (valr) 
-
-pkgname=cbatticon
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Lightweight and fast battery icon that sits in your system tray'
-arch=('x86_64' 'i686')
-url='https://github.com/valr/cbatticon'
-license=('GPL2')
-depends=('libnotify' 'gtk3')
-provides=('cbatticon')
-conflicts=('cbatticon-git')
-source=("https://github.com/valr/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('ba6ef1b588530d31af41173a188d7333d68c83ea6e579e6f93e8acde854c3a26')
-
-build() {
-  make -C "$pkgname-$pkgver" WITH_NOTIFY=1 WITH_GTK3=1
-}
-
-package() {
-  make -C "$pkgname-$pkgver" PREFIX="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cbatticon/repos/community-x86_64/PKGBUILD (from rev 123200, 
cbatticon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-27 12:40:50 UTC (rev 123201)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Valère Monseur (valr) 
+
+pkgname=cbatticon
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Lightweight and fast battery icon that sits in your system tray'
+arch=('x86_64' 'i686')
+url='https://github.com/valr/cbatticon'
+license=('GPL2')
+depends=('libnotify' 'gtk3')
+provides=('cbatticon')
+conflicts=('cbatticon-git')
+source=("https://github.com/valr/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=('987d979c426c12d7ef6ce7856a7c0d0d0a70720cafcada9ba6a4800d048ef502')
+
+build() {
+  make -C "$pkgname-$pkgver" WITH_NOTIFY=1 WITH_GTK3=1
+}
+
+package() {
+  make -C "$pkgname-$pkgver" PREFIX="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-11-27 Thread Alexander Rødseth
Date: Thursday, November 27, 2014 @ 13:38:54
  Author: arodseth
Revision: 123199

archrelease: copy trunk to community-any

Added:
  archey3/repos/community-any/PKGBUILD
(from rev 123198, archey3/trunk/PKGBUILD)
Deleted:
  archey3/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-27 12:38:46 UTC (rev 123198)
+++ PKGBUILD2014-11-27 12:38:54 UTC (rev 123199)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Laurie Clark-Michalek 
-# Contributor: graysky 
-
-pkgname=archey3
-pkgver=0.5
-pkgrel=2
-pkgdesc='Output a logo and various system information'
-arch=('any')
-url='http://bluepeppers.github.com/archey3'
-license=('GPL')
-depends=('python')
-makedepends=('git' 'python-distribute')
-optdepends=('imagemagick: for default screenshot command')
-# AUR optdeps: python-logbook-git and python-mpd-git
-source=('git://github.com/bluepeppers/archey3.git#commit=c1d1fedccc843ada034d7bcbfe89d00cfc58fea3')
-md5sums=('SKIP')
-
-pkgver() {
-  # Fetch the version number from the PKGBUILD in the upstream git repo
-  grep pkgver= "$pkgname/PKGBUILD" | cut -d'=' -f2
-}
-
-package() {
-  cd "$pkgname"
-
-  python setup.py install --root="$pkgdir"
-} 
-
-# vim:set ts=2 sw=2 et:

Copied: archey3/repos/community-any/PKGBUILD (from rev 123198, 
archey3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-27 12:38:54 UTC (rev 123199)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurie Clark-Michalek 
+# Contributor: graysky 
+
+pkgname=archey3
+pkgver=0.5
+pkgrel=3
+pkgdesc='Output a logo and various system information'
+arch=('any')
+url='http://bluepeppers.github.com/archey3'
+license=('GPL')
+depends=('python')
+makedepends=('git' 'python-distribute')
+optdepends=('imagemagick: for default screenshot command')
+# AUR optdeps: python-logbook-git and python-mpd-git
+source=('git://github.com/bluepeppers/archey3.git#commit=94b3d549ef')
+md5sums=('SKIP')
+
+pkgver() {
+  # Fetch the version number from the PKGBUILD in the upstream git repo
+  grep pkgver= "$pkgname/PKGBUILD" | cut -d'=' -f2
+}
+
+package() {
+  cd "$pkgname"
+  python setup.py install --root="$pkgdir"
+} 
+
+# vim:set ts=2 sw=2 et:


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

2014-11-27 Thread Alexander Rødseth
Date: Thursday, November 27, 2014 @ 13:38:46
  Author: arodseth
Revision: 123198

upgpkg: archey3 0.5-3

Modified:
  archey3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 11:20:09 UTC (rev 123197)
+++ PKGBUILD2014-11-27 12:38:46 UTC (rev 123198)
@@ -5,7 +5,7 @@
 
 pkgname=archey3
 pkgver=0.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Output a logo and various system information'
 arch=('any')
 url='http://bluepeppers.github.com/archey3'
@@ -14,7 +14,7 @@
 makedepends=('git' 'python-distribute')
 optdepends=('imagemagick: for default screenshot command')
 # AUR optdeps: python-logbook-git and python-mpd-git
-source=('git://github.com/bluepeppers/archey3.git#commit=c1d1fedccc843ada034d7bcbfe89d00cfc58fea3')
+source=('git://github.com/bluepeppers/archey3.git#commit=94b3d549ef')
 md5sums=('SKIP')
 
 pkgver() {
@@ -24,7 +24,6 @@
 
 package() {
   cd "$pkgname"
-
   python setup.py install --root="$pkgdir"
 } 
 


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

2014-11-27 Thread Sergej Pupykin
Date: Thursday, November 27, 2014 @ 12:20:09
  Author: spupykin
Revision: 123197

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   62 +--
 wanderlust.install |   44 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-27 11:20:01 UTC (rev 123196)
+++ PKGBUILD2014-11-27 11:20:09 UTC (rev 123197)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Norberto Lopes 
-
-pkgname=wanderlust
-#pkgver=2.15.9
-pkgver=2014
-pkgrel=1
-pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
-arch=(any)
-#url="http://www.gohome.org/wl";
-url="https://github.com/wanderlust/wanderlust/";
-license=('GPL')
-depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
-makedepends=('cvs' 'bbdb')
-optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=("wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master";)
-md5sums=('a853687946a23ffe4f1a6bc04ce6880b')
-
-package() {
-  cd $srcdir/wanderlust-wanderlust-*
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
-  install -dm0755 $pkgdir/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
-   PIXMAPDIR=$pkgdir$PIXMAPDIR \
-   INFODIR=$pkgdir/usr/share/info
-  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 123196, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-27 11:20:09 UTC (rev 123197)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Norberto Lopes 
+
+pkgname=wanderlust
+#pkgver=2.15.9
+pkgver=20141127
+pkgrel=1
+pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
+arch=(any)
+#url="http://www.gohome.org/wl";
+url="https://github.com/wanderlust/wanderlust/";
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
+makedepends=('cvs' 'bbdb')
+optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=("wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master";)
+md5sums=('SKIP')
+
+package() {
+  cd $srcdir/wanderlust-wanderlust-*
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
+  install -dm0755 $pkgdir/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
+   PIXMAPDIR=$pkgdir$PIXMAPDIR \
+   INFODIR=$pkgdir/usr/share/info
+  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2014-11-27 11:20:01 UTC (rev 123196)
+++ wanderlust.install  2014-11-27 11:20:09 UTC (rev 123197)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-
-post_install () {
-cat << EOF
-==> Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl "wl" "Wanderlust" t)
-(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
-(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
-EOF
-  [ -x usr/bin/install-info ] || return 0
-  install-info "$infodir/wl.info.gz" "$infodir/dir"
-}
-
-post_upgrade () {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete "$infodir/wl.info.gz" "$infodir/dir"
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 123196, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2014-11-27 11:20:09 UTC (rev 123197)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+
+post_install () {
+cat << EOF
+==> Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl "wl" "Wanderlust" t)
+(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
+(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
+EOF
+  [ -x usr/bin/install-info ] || return 0
+  install-info "$infodir/wl.info.gz" "$infodir/dir"
+}
+
+post_upgrade () {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete "$infodir/wl.info.gz" "$infodir/dir"
+}


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

2014-11-27 Thread Sergej Pupykin
Date: Thursday, November 27, 2014 @ 12:20:01
  Author: spupykin
Revision: 123196

upgpkg: wanderlust 20141127-1

upd

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 10:14:09 UTC (rev 123195)
+++ PKGBUILD2014-11-27 11:20:01 UTC (rev 123196)
@@ -4,7 +4,7 @@
 
 pkgname=wanderlust
 #pkgver=2.15.9
-pkgver=2014
+pkgver=20141127
 pkgrel=1
 pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
 arch=(any)
@@ -16,7 +16,7 @@
 optdepends=('bbdb: contact management utility')
 install=wanderlust.install
 
source=("wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master";)
-md5sums=('a853687946a23ffe4f1a6bc04ce6880b')
+md5sums=('SKIP')
 
 package() {
   cd $srcdir/wanderlust-wanderlust-*


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

2014-11-27 Thread Jaroslav Lichtblau
Date: Thursday, November 27, 2014 @ 11:14:00
  Author: jlichtblau
Revision: 123193

archrelease: copy trunk to community-i686

Added:
  moneymanagerex/repos/community-i686/PKGBUILD
(from rev 123192, moneymanagerex/trunk/PKGBUILD)
  moneymanagerex/repos/community-i686/moneymanagerex.install
(from rev 123192, moneymanagerex/trunk/moneymanagerex.install)
Deleted:
  moneymanagerex/repos/community-i686/PKGBUILD
  moneymanagerex/repos/community-i686/moneymanagerex.install

+
 PKGBUILD   |   70 +--
 moneymanagerex.install |   22 +++---
 2 files changed, 49 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-27 10:09:14 UTC (rev 123192)
+++ PKGBUILD2014-11-27 10:14:00 UTC (rev 123193)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: TDY 
-
-pkgname=moneymanagerex
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="An easy-to-use personal finance suite"
-arch=('i686' 'x86_64')
-url="http://www.moneymanagerex.org/";
-license=('GPL')
-depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('boost' 'gettext')
-optdepends=('cups: for printing support')
-replaces=('mmex')
-install=$pkgname.install
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/Version%20$pkgver/mmex_$pkgver.orig.tar.gz)
-sha256sums=('f4043d561b68d1a59f3d17cbeef210e30af6fc050771fbc3cec5c677abec1fbd')
-
-build() {
-  cd "${srcdir}"/mmex-${pkgver}
-  
-  ./configure --prefix=/usr --disable-shared --enable-unicode
-  make
-  make po
-}
-
-package() {
-  cd "${srcdir}"/mmex-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: moneymanagerex/repos/community-i686/PKGBUILD (from rev 123192, 
moneymanagerex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-27 10:14:00 UTC (rev 123193)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: TDY 
+
+pkgname=moneymanagerex
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="An easy-to-use personal finance suite"
+arch=('i686' 'x86_64')
+url="http://www.moneymanagerex.org/";
+license=('GPL')
+depends=('wxsqlite3' 'webkitgtk2' 'hicolor-icon-theme')
+makedepends=('git' 'boost' 'gettext')
+optdepends=('cups: for printing support')
+replaces=('mmex')
+install=$pkgname.install
+source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"/$pkgname
+
+  git submodule update --init
+}
+
+build() {
+  cd "${srcdir}"/$pkgname
+
+  ./configure --prefix=/usr --disable-shared --enable-unicode
+  make
+  make po
+}
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: moneymanagerex.install
===
--- moneymanagerex.install  2014-11-27 10:09:14 UTC (rev 123192)
+++ moneymanagerex.install  2014-11-27 10:14:00 UTC (rev 123193)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() { 
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: moneymanagerex/repos/community-i686/moneymanagerex.install (from rev 
123192, moneymanagerex/trunk/moneymanagerex.install)
===
--- moneymanagerex.install  (rev 0)
+++ moneymanagerex.install  2014-11-27 10:14:00 UTC (rev 123193)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-11-27 Thread Martin Wimpress
Date: Thursday, November 27, 2014 @ 11:14:02
  Author: flexiondotorg
Revision: 123194

upgpkg: mate-themes-extras 3.14.2-1 - New upstream release.

Modified:
  mate-themes-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 10:14:00 UTC (rev 123193)
+++ PKGBUILD2014-11-27 10:14:02 UTC (rev 123194)
@@ -2,8 +2,8 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=mate-themes-extras
-pkgver=1.9.1
-pkgrel=2
+pkgver=3.14.2
+pkgrel=1
 pkgdesc="Collection of GTK2/3 desktop themes for MATE."
 url="https://github.com/NiceandGently/mate-themes-extras";
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
 options=('!emptydirs')
 
source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('970e4088d4da342e217a3545d076f2d56877185c01e8166ba76fc50894318b25')
+sha256sums=('ffe370b9f09cac14fee634a684c75d703e936e7a037ea16bd24abb3183f02541')
 
 prepare() {
 cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in mate-themes-extras/repos/community-any (PKGBUILD PKGBUILD)

2014-11-27 Thread Martin Wimpress
Date: Thursday, November 27, 2014 @ 11:14:09
  Author: flexiondotorg
Revision: 123195

archrelease: copy trunk to community-any

Added:
  mate-themes-extras/repos/community-any/PKGBUILD
(from rev 123194, mate-themes-extras/trunk/PKGBUILD)
Deleted:
  mate-themes-extras/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-27 10:14:02 UTC (rev 123194)
+++ PKGBUILD2014-11-27 10:14:09 UTC (rev 123195)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=mate-themes-extras
-pkgver=1.9.1
-pkgrel=2
-pkgdesc="Collection of GTK2/3 desktop themes for MATE."
-url="https://github.com/NiceandGently/mate-themes-extras";
-arch=('any')
-license=('GPL')
-depends=('gtk2' 'gtk-engine-murrine' 'gtk-engine-unico' 'mate-icon-theme')
-makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
-options=('!emptydirs')
-source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('970e4088d4da342e217a3545d076f2d56877185c01e8166ba76fc50894318b25')
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---enable-Blue-Submarine \
---enable-clearlooks-phenix \
---enable-DeLorean-Dark \
---enable-Faience \
---enable-Faience-Ocre \
---enable-Gnome-Cupertino \
---enable-Gnome-Cupertino-Mint \
---enable-GnomishBeige \
---enable-Green-Submarine \
---enable-Smoothly \
---enable-Smoothly-Black \
---enable-Zukitwo \
---enable-Zukitwo-Brave \
---enable-Zukitwo-Dust \
---enable-Zukitwo-Human \
---enable-Zukitwo-Illustrious \
---enable-Zukitwo-Noble \
---enable-Zukitwo-Wine \
---enable-Zukitwo-Wise \
---enable-Zukitwo-Colors
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes-extras/repos/community-any/PKGBUILD (from rev 123194, 
mate-themes-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-27 10:14:09 UTC (rev 123195)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-themes-extras
+pkgver=3.14.2
+pkgrel=1
+pkgdesc="Collection of GTK2/3 desktop themes for MATE."
+url="https://github.com/NiceandGently/mate-themes-extras";
+arch=('any')
+license=('GPL')
+depends=('gtk2' 'gtk-engine-murrine' 'gtk-engine-unico' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
+options=('!emptydirs')
+source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('ffe370b9f09cac14fee634a684c75d703e936e7a037ea16bd24abb3183f02541')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--enable-Blue-Submarine \
+--enable-clearlooks-phenix \
+--enable-DeLorean-Dark \
+--enable-Faience \
+--enable-Faience-Ocre \
+--enable-Gnome-Cupertino \
+--enable-Gnome-Cupertino-Mint \
+--enable-GnomishBeige \
+--enable-Green-Submarine \
+--enable-Smoothly \
+--enable-Smoothly-Black \
+--enable-Zukitwo \
+--enable-Zukitwo-Brave \
+--enable-Zukitwo-Dust \
+--enable-Zukitwo-Human \
+--enable-Zukitwo-Illustrious \
+--enable-Zukitwo-Noble \
+--enable-Zukitwo-Wine \
+--enable-Zukitwo-Wise \
+--enable-Zukitwo-Colors
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2014-11-27 Thread Martin Wimpress
Date: Thursday, November 27, 2014 @ 11:09:05
  Author: flexiondotorg
Revision: 123191

upgpkg: mate-themes 1.9.2-1 - New upstream release.

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 09:57:58 UTC (rev 123190)
+++ PKGBUILD2014-11-27 10:09:05 UTC (rev 123191)
@@ -2,7 +2,7 @@
 
 _gtkver=gtk3.14
 pkgname=mate-themes
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc="Default themes for the MATE desktop"
 url="http://mate-desktop.org";
@@ -13,7 +13,7 @@
 optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/1.9/${pkgname}-${_gtkver}-${pkgver}.tar.xz";)
-sha1sums=('eaa6d81fd1acd0781e7690c620e40ad43b9ddbeb')
+sha1sums=('d8ac6cb82ca99394e40236c93f929df13c61d2b7')
 install=${pkgname}.install
 
 build() {


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

2014-11-27 Thread Martin Wimpress
Date: Thursday, November 27, 2014 @ 11:09:14
  Author: flexiondotorg
Revision: 123192

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-27 10:09:05 UTC (rev 123191)
+++ PKGBUILD2014-11-27 10:09:14 UTC (rev 123192)
@@ -1,32 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_gtkver=gtk3.14
-pkgname=mate-themes
-pkgver=1.9.1
-pkgrel=1
-pkgdesc="Default themes for the MATE desktop"
-url="http://mate-desktop.org";
-arch=('any')
-license=('GPL')
-depends=('gtk2' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
-makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
-optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.9/${pkgname}-${_gtkver}-${pkgver}.tar.xz";)
-sha1sums=('eaa6d81fd1acd0781e7690c620e40ad43b9ddbeb')
-install=${pkgname}.install
-
-build() {
-cd "${pkgname}-${_gtkver}-${pkgver}"
-./configure \
---prefix=/usr \
---enable-all-themes \
---enable-test-themes \
---disable-placeholders
-make
-}
-
-package() {
-cd "${pkgname}-${_gtkver}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 123191, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-27 10:09:14 UTC (rev 123192)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress 
+
+_gtkver=gtk3.14
+pkgname=mate-themes
+pkgver=1.9.2
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+depends=('gtk2' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
+optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.9/${pkgname}-${_gtkver}-${pkgver}.tar.xz";)
+sha1sums=('d8ac6cb82ca99394e40236c93f929df13c61d2b7')
+install=${pkgname}.install
+
+build() {
+cd "${pkgname}-${_gtkver}-${pkgver}"
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd "${pkgname}-${_gtkver}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: mate-themes.install
===
--- mate-themes.install 2014-11-27 10:09:05 UTC (rev 123191)
+++ mate-themes.install 2014-11-27 10:09:14 UTC (rev 123192)
@@ -1,16 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrint
-gtk-update-icon-cache -q -t -f 
/usr/share/icons/ContrastHighLargePrintInverse
-gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh-SVG
-gtk-update-icon-cache -q -t -f /usr/share/icons/Fog
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-gtk-update-icon-cache -q -t -f /usr/share/icons/Quid
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-themes/repos/community-any/mate-themes.install (from rev 123191, 
mate-themes/trunk/mate-themes.install)
===
--- mate-themes.install (rev 0)
+++ mate-themes.install 2014-11-27 10:09:14 UTC (rev 123192)
@@ -0,0 +1,16 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrint
+gtk-update-icon-cache -q -t -f 
/usr/share/icons/ContrastHighLargePrintInverse
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh-SVG
+gtk-update-icon-cache -q -t -f /usr/share/icons/Fog
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+gtk-update-icon-cache -q -t -f /usr/share/icons/Quid
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2014-11-27 Thread Martin Wimpress
Date: Thursday, November 27, 2014 @ 10:57:58
  Author: flexiondotorg
Revision: 123190

Added missing PKGBUILD.

Added:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   51 
 community-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Added: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 09:57:58 UTC (rev 123190)
@@ -0,0 +1,51 @@
+# $Id:
+# Maintainer : Martin Wimpress 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.10.8
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+url="http://syncthing.net/";
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}";
+"syncthing@.service"
+"syncthing.service"
+"syncthing.1")
+sha1sums=('SKIP'
+  '204cad3823306c793a14a17a23220e26199160d4'
+  '2d3870eff21ad0724a48ba93e87064686693e3b9'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go run build.go -no-upgrade build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go run build.go -no-upgrade test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -D -m 755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -D -m 644 "${srcdir}/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
+install -D -m 644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
+install -D -m 644 "${srcdir}/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}

Added: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-27 09:57:58 UTC (rev 123190)
@@ -0,0 +1,51 @@
+# $Id:
+# Maintainer : Martin Wimpress 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.10.8
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+url="http://syncthing.net/";
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}";
+"syncthing@.service"
+"syncthing.service"
+"syncthing.1")
+sha1sums=('SKIP'
+  '204cad3823306c793a14a17a23220e26199160d4'
+  '2d3870eff21ad0724a48ba93e87064686693e3b9'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go run build.go -no-upgrade build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go run build.go -no-upgrade test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -D -m 755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -D -m 644 "${srcdir}/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
+install -D -m 644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
+install -D -m 644 "${srcdir}/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}


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

2014-11-27 Thread Jaroslav Lichtblau
Date: Thursday, November 27, 2014 @ 10:55:50
  Author: jlichtblau
Revision: 123188

archrelease: copy trunk to community-x86_64

Added:
  moneymanagerex/repos/community-x86_64/PKGBUILD
(from rev 123187, moneymanagerex/trunk/PKGBUILD)
  moneymanagerex/repos/community-x86_64/moneymanagerex.install
(from rev 123187, moneymanagerex/trunk/moneymanagerex.install)
Deleted:
  moneymanagerex/repos/community-x86_64/PKGBUILD
  moneymanagerex/repos/community-x86_64/moneymanagerex.install

+
 PKGBUILD   |   70 +--
 moneymanagerex.install |   22 +++---
 2 files changed, 49 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-27 09:55:40 UTC (rev 123187)
+++ PKGBUILD2014-11-27 09:55:50 UTC (rev 123188)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: TDY 
-
-pkgname=moneymanagerex
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="An easy-to-use personal finance suite"
-arch=('i686' 'x86_64')
-url="http://www.moneymanagerex.org/";
-license=('GPL')
-depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('boost' 'gettext')
-optdepends=('cups: for printing support')
-replaces=('mmex')
-install=$pkgname.install
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/Version%20$pkgver/mmex_$pkgver.orig.tar.gz)
-sha256sums=('f4043d561b68d1a59f3d17cbeef210e30af6fc050771fbc3cec5c677abec1fbd')
-
-build() {
-  cd "${srcdir}"/mmex-${pkgver}
-  
-  ./configure --prefix=/usr --disable-shared --enable-unicode
-  make
-  make po
-}
-
-package() {
-  cd "${srcdir}"/mmex-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: moneymanagerex/repos/community-x86_64/PKGBUILD (from rev 123187, 
moneymanagerex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-27 09:55:50 UTC (rev 123188)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: TDY 
+
+pkgname=moneymanagerex
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="An easy-to-use personal finance suite"
+arch=('i686' 'x86_64')
+url="http://www.moneymanagerex.org/";
+license=('GPL')
+depends=('wxsqlite3' 'webkitgtk2' 'hicolor-icon-theme')
+makedepends=('git' 'boost' 'gettext')
+optdepends=('cups: for printing support')
+replaces=('mmex')
+install=$pkgname.install
+source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"/$pkgname
+
+  git submodule update --init
+}
+
+build() {
+  cd "${srcdir}"/$pkgname
+
+  ./configure --prefix=/usr --disable-shared --enable-unicode
+  make
+  make po
+}
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: moneymanagerex.install
===
--- moneymanagerex.install  2014-11-27 09:55:40 UTC (rev 123187)
+++ moneymanagerex.install  2014-11-27 09:55:50 UTC (rev 123188)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() { 
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: moneymanagerex/repos/community-x86_64/moneymanagerex.install (from rev 
123187, moneymanagerex/trunk/moneymanagerex.install)
===
--- moneymanagerex.install  (rev 0)
+++ moneymanagerex.install  2014-11-27 09:55:50 UTC (rev 123188)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-11-27 Thread Martin Wimpress
Date: Thursday, November 27, 2014 @ 10:55:55
  Author: flexiondotorg
Revision: 123189

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

Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.install

+
 community-i686/PKGBUILD|   51 ---
 community-i686/syncthing.install   |   13 
 community-x86_64/PKGBUILD  |   51 ---
 community-x86_64/syncthing.install |   13 
 4 files changed, 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-27 09:55:50 UTC (rev 123188)
+++ community-i686/PKGBUILD 2014-11-27 09:55:55 UTC (rev 123189)
@@ -1,51 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.10.5
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-url="http://syncthing.net/";
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}";
-"syncthing@.service"
-"syncthing.service"
-"syncthing.1")
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '2d3870eff21ad0724a48ba93e87064686693e3b9'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}"
-mkdir -p "src/github.com/syncthing"
-mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go run build.go -no-upgrade test
-}
-
-package() {
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-install -D -m 755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-install -D -m 644 "${srcdir}/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-install -D -m 644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-install -D -m 644 "${srcdir}/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Deleted: community-i686/syncthing.install
===
--- community-i686/syncthing.install2014-11-27 09:55:50 UTC (rev 123188)
+++ community-i686/syncthing.install2014-11-27 09:55:55 UTC (rev 123189)
@@ -1,13 +0,0 @@
-post_install() {
-cat << EOF
-  To start and/or enable syncthing execute the following,
-  replacing 'user' with your username.
-
-systemctl start syncthing@user
-systemctl enable syncthing@user
-EOF
-}
-
-post_upgrade() {
-post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-27 09:55:50 UTC (rev 123188)
+++ community-x86_64/PKGBUILD   2014-11-27 09:55:55 UTC (rev 123189)
@@ -1,51 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.10.5
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-url="http://syncthing.net/";
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}";
-"syncthing@.service"
-"syncthing.service"
-"syncthing.1")
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '2d3870eff21ad0724a48ba93e87064686693e3b9'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}"
-mkdir -p "src/github.com/syncthing"
-mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go run build.go -no-upgrade test
-}
-
-package() {
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-install -D -m 755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-install -D -m 644 "${srcdir}/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname

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

2014-11-27 Thread Jaroslav Lichtblau
Date: Thursday, November 27, 2014 @ 10:55:40
  Author: jlichtblau
Revision: 123187

upgpkg: moneymanagerex 1.1.2-1

Modified:
  moneymanagerex/trunk/PKGBUILD
  moneymanagerex/trunk/moneymanagerex.install

+
 PKGBUILD   |   24 +++-
 moneymanagerex.install |4 ++--
 2 files changed, 17 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 09:55:13 UTC (rev 123186)
+++ PKGBUILD2014-11-27 09:55:40 UTC (rev 123187)
@@ -1,25 +1,31 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: TDY 
 
 pkgname=moneymanagerex
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="An easy-to-use personal finance suite"
 arch=('i686' 'x86_64')
 url="http://www.moneymanagerex.org/";
 license=('GPL')
-depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('boost' 'gettext')
+depends=('wxsqlite3' 'webkitgtk2' 'hicolor-icon-theme')
+makedepends=('git' 'boost' 'gettext')
 optdepends=('cups: for printing support')
 replaces=('mmex')
 install=$pkgname.install
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/Version%20$pkgver/mmex_$pkgver.orig.tar.gz)
-sha256sums=('f4043d561b68d1a59f3d17cbeef210e30af6fc050771fbc3cec5c677abec1fbd')
+source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
+sha256sums=('SKIP')
 
+prepare() {
+  cd "${srcdir}"/$pkgname
+
+  git submodule update --init
+}
+
 build() {
-  cd "${srcdir}"/mmex-${pkgver}
-  
+  cd "${srcdir}"/$pkgname
+
   ./configure --prefix=/usr --disable-shared --enable-unicode
   make
   make po
@@ -26,7 +32,7 @@
 }
 
 package() {
-  cd "${srcdir}"/mmex-${pkgver}
+  cd "${srcdir}"/$pkgname
 
   make DESTDIR="${pkgdir}" install
 }

Modified: moneymanagerex.install
===
--- moneymanagerex.install  2014-11-27 09:55:13 UTC (rev 123186)
+++ moneymanagerex.install  2014-11-27 09:55:40 UTC (rev 123187)
@@ -1,8 +1,8 @@
 post_install() {
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
-
-post_upgrade() { 
+
+post_upgrade() {
   post_install
 }
 


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

2014-11-27 Thread Martin Wimpress
Date: Thursday, November 27, 2014 @ 10:55:13
  Author: flexiondotorg
Revision: 123186

upgpkg: syncthing 0.10.8-1 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 06:23:04 UTC (rev 123185)
+++ PKGBUILD2014-11-27 09:55:13 UTC (rev 123186)
@@ -5,7 +5,7 @@
 # Contributor: korjjj 
 
 pkgname=syncthing
-pkgver=0.10.5
+pkgver=0.10.8
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 url="http://syncthing.net/";


[arch-commits] Commit in nss/repos (30 files)

2014-11-27 Thread Jan Steffens
Date: Thursday, November 27, 2014 @ 10:13:18
  Author: heftig
Revision: 227150

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

Added:
  nss/repos/testing-i686/PKGBUILD
(from rev 227149, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/bundle.sh
(from rev 227149, nss/trunk/bundle.sh)
  nss/repos/testing-i686/ca-certificates-mozilla.install
(from rev 227149, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/testing-i686/certdata2pem.py
(from rev 227149, nss/trunk/certdata2pem.py)
  nss/repos/testing-i686/legacy-certs.patch
(from rev 227149, nss/trunk/legacy-certs.patch)
  nss/repos/testing-i686/nss-config.in
(from rev 227149, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss.pc.in
(from rev 227149, nss/trunk/nss.pc.in)
  nss/repos/testing-i686/ssl-renegotiate-transitional.patch
(from rev 227149, nss/trunk/ssl-renegotiate-transitional.patch)
  nss/repos/testing-x86_64/PKGBUILD
(from rev 227149, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 227149, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/ca-certificates-mozilla.install
(from rev 227149, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 227149, nss/trunk/certdata2pem.py)
  nss/repos/testing-x86_64/legacy-certs.patch
(from rev 227149, nss/trunk/legacy-certs.patch)
  nss/repos/testing-x86_64/nss-config.in
(from rev 227149, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 227149, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/ssl-renegotiate-transitional.patch
(from rev 227149, nss/trunk/ssl-renegotiate-transitional.patch)
Deleted:
  nss/repos/testing-i686/PKGBUILD
  nss/repos/testing-i686/bundle.sh
  nss/repos/testing-i686/ca-certificates-mozilla.install
  nss/repos/testing-i686/certdata2pem.py
  nss/repos/testing-i686/nss-config.in
  nss/repos/testing-i686/nss.pc.in
  nss/repos/testing-i686/ssl-renegotiate-transitional.patch
  nss/repos/testing-x86_64/PKGBUILD
  nss/repos/testing-x86_64/bundle.sh
  nss/repos/testing-x86_64/ca-certificates-mozilla.install
  nss/repos/testing-x86_64/certdata2pem.py
  nss/repos/testing-x86_64/nss-config.in
  nss/repos/testing-x86_64/nss.pc.in
  nss/repos/testing-x86_64/ssl-renegotiate-transitional.patch

---+
 /PKGBUILD |  256 +++
 /bundle.sh|  108 +++
 /ca-certificates-mozilla.install  |   22 
 /certdata2pem.py  |  398 
 /nss-config.in|  290 
 /nss.pc.in|   22 
 /ssl-renegotiate-transitional.patch   |   42 +
 testing-i686/PKGBUILD |  120 ---
 testing-i686/bundle.sh|   54 -
 testing-i686/ca-certificates-mozilla.install  |   11 
 testing-i686/certdata2pem.py  |  199 --
 testing-i686/legacy-certs.patch   |  661 
 testing-i686/nss-config.in|  145 
 testing-i686/nss.pc.in|   11 
 testing-i686/ssl-renegotiate-transitional.patch   |   21 
 testing-x86_64/PKGBUILD   |  120 ---
 testing-x86_64/bundle.sh  |   54 -
 testing-x86_64/ca-certificates-mozilla.install|   11 
 testing-x86_64/certdata2pem.py|  199 --
 testing-x86_64/legacy-certs.patch |  661 
 testing-x86_64/nss-config.in  |  145 
 testing-x86_64/nss.pc.in  |   11 
 testing-x86_64/ssl-renegotiate-transitional.patch |   21 
 23 files changed, 2460 insertions(+), 1122 deletions(-)

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


[arch-commits] Commit in nss/trunk (PKGBUILD legacy-certs.patch)

2014-11-27 Thread Jan Steffens
Date: Thursday, November 27, 2014 @ 10:10:42
  Author: heftig
Revision: 227149

Fix curl https://s3.amazonaws.com/

Added:
  nss/trunk/legacy-certs.patch
Modified:
  nss/trunk/PKGBUILD

+
 PKGBUILD   |   14 -
 legacy-certs.patch |  661 +++
 2 files changed, 672 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 05:37:00 UTC (rev 227148)
+++ PKGBUILD2014-11-27 09:10:42 UTC (rev 227149)
@@ -4,7 +4,7 @@
 pkgbase=nss
 pkgname=(nss ca-certificates-mozilla)
 pkgver=3.17.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Mozilla Network Security Services"
 arch=(i686 x86_64)
 url="http://www.mozilla.org/projects/security/pki/nss/";
@@ -18,13 +18,15 @@
 bundle.sh
 nss.pc.in
 nss-config.in
-ssl-renegotiate-transitional.patch)
+ssl-renegotiate-transitional.patch
+legacy-certs.patch)
 sha256sums=('134929e44e44b968a4883f4ee513a71ae45d55b486cee41ee8e26c3cc84dab8b'
 'af13c30801a8a27623948206458432a4cf98061b75ff6e5b5e03912f93c034ee'
 '045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
 'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd'
 'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
-'12df04bccbf674db1eef7a519a28987927b5e9c107b1dc386686f05e64f49a97')
+'12df04bccbf674db1eef7a519a28987927b5e9c107b1dc386686f05e64f49a97'
+'51d1913743c93436333a1e17e218bb4817810ca47545a95f525ab0c6f5f9e786')
 
 prepare() {
   mkdir certs
@@ -34,6 +36,12 @@
   # Adds transitional SSL renegotiate support - patch from Debian
   patch -Np3 -i ../ssl-renegotiate-transitional.patch
 
+  # Temporarily reenable several weak certificates until OpenSSL
+  # and GnuTLS manage to handle multiple intermediates
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1144808
+  # https://gist.github.com/grawity/15eabf67191e17080241
+  patch -Np1 -i ../legacy-certs.patch
+
   # Respect LDFLAGS
   sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
   -i nss/coreconf/rules.mk

Added: legacy-certs.patch
===
--- legacy-certs.patch  (rev 0)
+++ legacy-certs.patch  2014-11-27 09:10:42 UTC (rev 227149)
@@ -0,0 +1,661 @@
+diff -u -r nss-3.17.2/nss/lib/ckfw/builtins/certdata.txt 
nss-3.17.2-legacy/nss/lib/ckfw/builtins/certdata.txt
+--- nss-3.17.2/nss/lib/ckfw/builtins/certdata.txt  2014-10-10 
18:56:55.0 +0200
 nss-3.17.2-legacy/nss/lib/ckfw/builtins/certdata.txt   2014-11-27 
09:59:53.269353238 +0100
+@@ -992,9 +992,11 @@
+ \002\020\160\272\344\035\020\331\051\064\266\070\312\173\003\314
+ \272\277
+ END
+-CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
++#temporarily re-enabled
++CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NSS_TRUSTED_DELEGATOR
+ CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NSS_TRUSTED_DELEGATOR
+-CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
++#temporarily re-enabled
++CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_TRUSTED_DELEGATOR
+ CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE
+ 
+ #
+@@ -1288,7 +1290,8 @@
+ END
+ CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
+ CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NSS_TRUSTED_DELEGATOR
+-CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
++#temporarily re-enabled
++CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_TRUSTED_DELEGATOR
+ CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE
+ 
+ #
+@@ -1702,6 +1705,435 @@
+ CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE
+ 
+ #
++# Certificate "ValiCert Class 1 VA"
++#
++# Issuer: E=i...@valicert.com,CN=http://www.valicert.com/,OU=ValiCert Class 1 
Policy Validation Authority,O="ValiCert, Inc.",L=ValiCert Validation Network
++# Serial Number: 1 (0x1)
++# Subject: E=i...@valicert.com,CN=http://www.valicert.com/,OU=ValiCert Class 
1 Policy Validation Authority,O="ValiCert, Inc.",L=ValiCert Validation Network
++# Not Valid Before: Fri Jun 25 22:23:48 1999
++# Not Valid After : Tue Jun 25 22:23:48 2019
++# Fingerprint (MD5): 65:58:AB:15:AD:57:6C:1E:A8:A7:B5:69:AC:BF:FF:EB
++# Fingerprint (SHA1): 
E5:DF:74:3C:B6:01:C4:9B:98:43:DC:AB:8C:E8:6A:81:10:9F:E4:8E
++CKA_CLASS CK_OBJECT_CLASS CKO_CERTIFICATE
++CKA_TOKEN CK_BBOOL CK_TRUE
++CKA_PRIVATE CK_BBOOL CK_FALSE
++CKA_MODIFIABLE CK_BBOOL CK_FALSE
++CKA_LABEL UTF8 "ValiCert Class 1 VA"
++CKA_CERTIFICATE_TYPE CK_CERTIFICATE_TYPE CKC_X_509
++CKA_SUBJECT MULTILINE_OCTAL
++\060\201\273\061\044\060\042\006\003\125\004\007\023\033\126\141
++\154\151\103\145\162\164\040\126\141\154\151\144\141\164\151\157
++\156\040\116\145\164\167\157\162\153\061\027\060\025\006\003\125
++\004\012\023\016\126\141\154\151\103\145\162\164\054\040\111\156
++\143\056\061\065\060\063\006\003\125\004\013\023\054\126\141\154
++\151\103\145\162\164\040\103\154\141\163\163\040\061\040\120\157
++\154\151\143\171\040