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

2015-01-11 Thread Jan Steffens
Date: Sunday, January 11, 2015 @ 09:01:21
  Author: heftig
Revision: 228917

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 228916, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk3.install
(from rev 228916, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 228916, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 228916, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 228916, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 228916, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

---+
 /PKGBUILD |   90 
 /gtk3.install |   36 +
 /settings.ini |8 +++
 extra-i686/PKGBUILD   |   45 --
 extra-i686/gtk3.install   |   18 
 extra-i686/settings.ini   |4 -
 extra-x86_64/PKGBUILD |   45 --
 extra-x86_64/gtk3.install |   18 
 extra-x86_64/settings.ini |4 -
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-11 07:56:41 UTC (rev 228916)
+++ extra-i686/PKGBUILD 2015-01-11 08:01:21 UTC (rev 228917)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gtk3
-pkgver=3.14.6
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit (v3)"
-arch=(i686 x86_64)
-url="http://www.gtk.org/";
-install=gtk3.install
-depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest)
-makedepends=(gobject-introspection python2)
-license=(LGPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('cfc424e6e10ffeb34a33762aeb77905c3ed938f0b4006ddb7e880aad234ef119')
-
-prepare() {
-cd gtk+-$pkgver
-}
-
-build() {
-cd "gtk+-$pkgver"
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-gtk2-dependency \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "gtk+-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: gtk3/repos/extra-i686/PKGBUILD (from rev 228916, gtk3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-11 08:01:21 UTC (rev 228917)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gtk3
+pkgver=3.14.7
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI toolkit (v3)"
+arch=(i686 x86_64)
+url="http://www.gtk.org/";
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
+ adwaita-icon-theme json-glib rest)
+makedepends=(gobject-introspection python2)
+license=(LGPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
+sha256sums=('fb9914b04f218c1afb4820ea492f3c6ab6d6993cc6634ecade8303678d05a46e')
+
+prepare() {
+cd gtk+-$pkgver
+}
+
+build() {
+cd "gtk+-$pkgver"
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile \
+--enable-x11-backend \
+--enable-broadway-backend \
+--enable-wayland-backend
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "gtk+-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gtk3.install
===
--- extra-i686/gtk3.install 2015-01-11 07:56:41 UTC (rev 228916)
+++ extra-i686/gtk3.install 2015-01-11 08:01:21 UTC (rev 228917)
@@ -1,18 +0,0 @@
-post_install() {
-/usr/bin/gtk-query-immodules-3.0 --update-cache
-/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
-/usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_re

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

2015-01-11 Thread Antonio Rojas
Date: Sunday, January 11, 2015 @ 11:30:45
  Author: arojas
Revision: 125719

Remove sagemath user (FS#43370)

Modified:
  sage-notebook/trunk/PKGBUILD
  sage-notebook/trunk/sage-notebook.install

---+
 PKGBUILD  |2 +-
 sage-notebook.install |   15 ++-
 2 files changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 03:30:40 UTC (rev 125718)
+++ PKGBUILD2015-01-11 10:30:45 UTC (rev 125719)
@@ -3,7 +3,7 @@
 
 pkgname=sage-notebook
 pkgver=0.11.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Web-based notebook interface for Sage'
 arch=('any')
 url='http://www.sagemath.org'

Modified: sage-notebook.install
===
--- sage-notebook.install   2015-01-11 03:30:40 UTC (rev 125718)
+++ sage-notebook.install   2015-01-11 10:30:45 UTC (rev 125719)
@@ -1,17 +1,14 @@
 post_install() {
   update-desktop-database -q
 
-  # add sagemath user for the daemon
-  useradd -r -c 'Sage daemon' -d /var/lib/sage -s /bin/false sagemath
+  getent passwd sagemath > /dev/null && userdel sagemath
 }
 
 post_upgrade() {
-  post_install $1
-  echo "There is now a user session unit included to run a sage notebook as 
your user."
-  echo "The wiki includes a guide on starting systemd user sessions"
+  update-desktop-database -q
+
+  if [ "$(vercmp $2 0.11.1-3)" -lt 0 ]; then
+getent passwd sagemath > /dev/null && userdel sagemath 
+  fi
 }
 
-post_remove() {
-  # remove the sagemath daemon user
-  userdel sagemath
-}


[arch-commits] Commit in sage-notebook/repos/community-any (8 files)

2015-01-11 Thread Antonio Rojas
Date: Sunday, January 11, 2015 @ 11:31:20
  Author: arojas
Revision: 125720

archrelease: copy trunk to community-any

Added:
  sage-notebook/repos/community-any/PKGBUILD
(from rev 125719, sage-notebook/trunk/PKGBUILD)
  sage-notebook/repos/community-any/jmol.patch
(from rev 125719, sage-notebook/trunk/jmol.patch)
  sage-notebook/repos/community-any/sage-notebook.install
(from rev 125719, sage-notebook/trunk/sage-notebook.install)
  sage-notebook/repos/community-any/sage.service
(from rev 125719, sage-notebook/trunk/sage.service)
Deleted:
  sage-notebook/repos/community-any/PKGBUILD
  sage-notebook/repos/community-any/jmol.patch
  sage-notebook/repos/community-any/sage-notebook.install
  sage-notebook/repos/community-any/sage.service

---+
 PKGBUILD  |  128 
 jmol.patch|   42 +++
 sage-notebook.install |   31 +--
 sage.service  |   16 +++---
 4 files changed, 107 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-11 10:30:45 UTC (rev 125719)
+++ PKGBUILD2015-01-11 10:31:20 UTC (rev 125720)
@@ -1,64 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Evgeniy Alekseev 
-
-pkgname=sage-notebook
-pkgver=0.11.1
-pkgrel=2
-pkgdesc='Web-based notebook interface for Sage'
-arch=('any')
-url='http://www.sagemath.org'
-license=('GPL3')
-depends=('sage-mathematics' 'python2-twisted' 'python2-flask-oldsessions' 
'python2-flask-openid' 'python2-flask-autoindex' 'python2-flask-babel' 
'python2-flask-silk' 'python2-webassets')
-optdepends=('python2-pyopenssl: to use the notebook in secure mode')
-makedepends=('gendesk')
-source=("https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz"; 
'sage.service' 'jmol.patch')
-install=$pkgname.install
-md5sums=('74d9ddd0f1b77ff8ef9d0f5b0007cf00'
- '61620179a7ecd85401d8e5a6ece3ea41'
- 'b29760c97a5328faa179a46008391bf0')
-
-prepare() {
-# create *.desktop file
-  gendesk -f -n \
-  --pkgname="sage-notebook" \
-  --pkgdesc="Sage notebook" \
-  --name="Sage" \
-  --exec="/usr/bin/sage -notebook" \
-  --terminal=true \
-  --categories="Education;Science;Math" \
-  --custom="X-DCOP-ServiceType=
-X-KDE-SubstituteUID=false
-X-KDE-Username="
-
-  cd sagenb-$pkgver
-  
-# Use python2
-  find -name '*.py' | xargs sed -e 's|#! /usr/bin/python|#! /usr/bin/python2|' 
-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
--e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i
-  sed -e 's|python %s|python2 %s|' -i sagenb/notebook/run_notebook.py
-  sed -e "s|python = 'python'|python = 'python2'|" -i 
sagenb/interfaces/expect.py 
-
-# fix displaying 3D plots
-  patch -p0 -i "$srcdir"/jmol.patch
-}
-
-build() {
-  cd sagenb-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd sagenb-${pkgver}
-
-  python2 setup.py install --root "$pkgdir" --optimize=1
-
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/${pkgname}/COPYING
-
-# install a systemd user unit
-  install -Dm644 "${srcdir}/sage.service" 
"$pkgdir/usr/lib/systemd/user/sage.service"
-# install *.desktop and icon files
-  install -Dm644 "${srcdir}/sage-notebook.desktop" 
"$pkgdir/usr/share/applications/sage-notebook.desktop"
-  install -Dm644 
"$pkgdir/usr/lib/python2.7/site-packages/sagenb/data/sage/images/icon48x48.png" 
\
- "$pkgdir/usr/share/pixmaps/sage-notebook.png"
-}

Copied: sage-notebook/repos/community-any/PKGBUILD (from rev 125719, 
sage-notebook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-11 10:31:20 UTC (rev 125720)
@@ -0,0 +1,64 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Evgeniy Alekseev 
+
+pkgname=sage-notebook
+pkgver=0.11.1
+pkgrel=3
+pkgdesc='Web-based notebook interface for Sage'
+arch=('any')
+url='http://www.sagemath.org'
+license=('GPL3')
+depends=('sage-mathematics' 'python2-twisted' 'python2-flask-oldsessions' 
'python2-flask-openid' 'python2-flask-autoindex' 'python2-flask-babel' 
'python2-flask-silk' 'python2-webassets')
+optdepends=('python2-pyopenssl: to use the notebook in secure mode')
+makedepends=('gendesk')
+source=("https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz"; 
'sage.service' 'jmol.patch')
+install=$pkgname.install
+md5sums=('74d9ddd0f1b77ff8ef9d0f5b0007cf00'
+ '61620179a7ecd85401d8e5a6ece3ea41'
+ 'b29760c97a5328faa179a46008391bf0')
+
+prepare() {
+# create *.desktop file
+  gendesk -f -n \
+  --pkgname="sage-notebook" \
+  --pkgdesc="Sage notebook" \
+  --name="Sage" \
+  --exec="/usr/bin/sage -notebook" \
+  --terminal=true \
+  --categories="Education;Science;Math" \
+  --custom="X-DCOP-ServiceType=
+X-KDE-SubstituteUID=false
+X-KDE-Username="
+
+  cd sagenb-$pkgver
+ 

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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 11:54:32
  Author: spupykin
Revision: 125721

upgpkg: luasocket 3.0rc1-4

upd

Modified:
  luasocket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 10:31:20 UTC (rev 125720)
+++ PKGBUILD2015-01-11 10:54:32 UTC (rev 125721)
@@ -5,15 +5,22 @@
 pkgbase=luasocket
 pkgname=(lua-socket lua51-socket)
 pkgver=3.0rc1
-pkgrel=3
+pkgrel=4
 pkgdesc='Networking support library for the Lua language'
 arch=('i686' 'x86_64')
 url='https://github.com/diegonehab/luasocket'
 license=('MIT')
 makedepends=('lua' 'lua51')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/diegonehab/luasocket/archive/v${pkgver/rc/-rc}.tar.gz";)
-md5sums=('08bd2f265b244eb4bf5c2c36bf89b759')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/diegonehab/luasocket/archive/v${pkgver/rc/-rc}.tar.gz";
+   "https://github.com/diegonehab/luasocket/commit/396e9e5.patch";)
+md5sums=('08bd2f265b244eb4bf5c2c36bf89b759'
+ '7936d598ea91632e7dcc7aebc93c7300')
 
+prepare() {
+  cd "${srcdir}/luasocket-${pkgver/rc/-rc}"
+  patch -p1 < ${srcdir}/396e9e5.patch
+}
+
 build() {
   cp -a luasocket-${pkgver/rc/-rc} luasocket-${pkgver/rc/-rc}-52
   msg2 'Building with lua 5.2'


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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 11:54:52
  Author: spupykin
Revision: 125722

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

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

---+
 /PKGBUILD |  112 
 community-i686/PKGBUILD   |   49 ---
 community-x86_64/PKGBUILD |   49 ---
 3 files changed, 112 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 10:54:32 UTC (rev 125721)
+++ community-i686/PKGBUILD 2015-01-11 10:54:52 UTC (rev 125722)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Anders Bergh 
-
-pkgbase=luasocket
-pkgname=(lua-socket lua51-socket)
-pkgver=3.0rc1
-pkgrel=3
-pkgdesc='Networking support library for the Lua language'
-arch=('i686' 'x86_64')
-url='https://github.com/diegonehab/luasocket'
-license=('MIT')
-makedepends=('lua' 'lua51')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/diegonehab/luasocket/archive/v${pkgver/rc/-rc}.tar.gz";)
-md5sums=('08bd2f265b244eb4bf5c2c36bf89b759')
-
-build() {
-  cp -a luasocket-${pkgver/rc/-rc} luasocket-${pkgver/rc/-rc}-52
-  msg2 'Building with lua 5.2'
-  pushd luasocket-${pkgver/rc/-rc}-52
-  make LUAV=5.2
-  popd
-  msg2 'Building with lua 5.1'
-  cd luasocket-${pkgver/rc/-rc}
-  find . -type f -name \*.[ch] -exec sed -i \
--e 's|include "lua.h|include "lua5.1/lua.h|g' \
--e 's|include "lualib.h|include "lua5.1/lualib.h|g' \
--e 's|include "luaconf.h|include "lua5.1/luaconf.h|g' \
--e 's|include "lauxlib.h|include "lua5.1/lauxlib.h|g' \
-{} \;
-  make LUAV=5.1
-}
-
-package_lua-socket() {
-  depends=('lua')
-  cd luasocket-${pkgver/rc/-rc}-52
-  make DESTDIR="$pkgdir/" LUAV=5.2 prefix=/usr install-unix
-  install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua51-socket() {
-  depends=('lua51')
-  replaces=('luasocket')
-  conflicts=('luasocket')
-
-  cd luasocket-${pkgver/rc/-rc}
-  make DESTDIR="$pkgdir/" LUAV=5.1 prefix=/usr install-unix
-  install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: luasocket/repos/community-i686/PKGBUILD (from rev 125721, 
luasocket/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 10:54:52 UTC (rev 125722)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Anders Bergh 
+
+pkgbase=luasocket
+pkgname=(lua-socket lua51-socket)
+pkgver=3.0rc1
+pkgrel=4
+pkgdesc='Networking support library for the Lua language'
+arch=('i686' 'x86_64')
+url='https://github.com/diegonehab/luasocket'
+license=('MIT')
+makedepends=('lua' 'lua51')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/diegonehab/luasocket/archive/v${pkgver/rc/-rc}.tar.gz";
+   "https://github.com/diegonehab/luasocket/commit/396e9e5.patch";)
+md5sums=('08bd2f265b244eb4bf5c2c36bf89b759'
+ '7936d598ea91632e7dcc7aebc93c7300')
+
+prepare() {
+  cd "${srcdir}/luasocket-${pkgver/rc/-rc}"
+  patch -p1 < ${srcdir}/396e9e5.patch
+}
+
+build() {
+  cp -a luasocket-${pkgver/rc/-rc} luasocket-${pkgver/rc/-rc}-52
+  msg2 'Building with lua 5.2'
+  pushd luasocket-${pkgver/rc/-rc}-52
+  make LUAV=5.2
+  popd
+  msg2 'Building with lua 5.1'
+  cd luasocket-${pkgver/rc/-rc}
+  find . -type f -name \*.[ch] -exec sed -i \
+-e 's|include "lua.h|include "lua5.1/lua.h|g' \
+-e 's|include "lualib.h|include "lua5.1/lualib.h|g' \
+-e 's|include "luaconf.h|include "lua5.1/luaconf.h|g' \
+-e 's|include "lauxlib.h|include "lua5.1/lauxlib.h|g' \
+{} \;
+  make LUAV=5.1
+}
+
+package_lua-socket() {
+  depends=('lua')
+  cd luasocket-${pkgver/rc/-rc}-52
+  make DESTDIR="$pkgdir/" LUAV=5.2 prefix=/usr install-unix
+  install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_lua51-socket() {
+  depends=('lua51')
+  replaces=('luasocket')
+  conflicts=('luasocket')
+
+  cd luasocket-${pkgver/rc/-rc}
+  make DESTDIR="$pkgdir/" LUAV=5.1 prefix=/usr install-unix
+  install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-11 10:54:32 UTC (rev 125721)
+++ community-x86_64/PKGBUILD   2015-01-11 10:54:52 UTC (rev 125722)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Anders Bergh 
-
-pkgbase=luasocket
-pkgname=(lua-socket lua51-socket)
-pkgver=3.0rc1
-pkgrel=3
-pkgdesc='Networking support library for t

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

2015-01-11 Thread Evangelos Foutras
Date: Sunday, January 11, 2015 @ 11:58:52
  Author: foutrelis
Revision: 125723

upgpkg: shorewall 4.6.5.4-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 10:54:52 UTC (rev 125722)
+++ PKGBUILD2015-01-11 10:58:52 UTC (rev 125723)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.5.3
+pkgver=4.6.5.4
 pkgrel=1
 arch=('any')
 url="http://www.shorewall.net/";
@@ -13,9 +13,9 @@
 
source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/$pkgname-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall6-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('ed621d9c6a7a3ec58876cedc6f0a5f0ee425cb9107011af34f50b4490873705c'
-'273e1748e8ce3ac559d5f73d43f226f19fedf03895cf8f87b03ec63d17b42b6a'
-'820b8c5791f418312a2c62fbdacae0de86a3460358763b84ebccf142a68f9722')
+sha256sums=('cfde438321efa644029c6cd0add081fc9ae4b6d3957f97746008547a911aa135'
+'8e57e664ca43df0cf738dd7733e3d33dbab75f7ac82b75daf6e0f5e8fb0d863e'
+'ad66e91aae744dc5172b21e2b511b7b6467a67b62bfd9044694f39773d31a52c')
 
 build() {
   for product in shorewall{,6,-core}; do


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

2015-01-11 Thread Evangelos Foutras
Date: Sunday, January 11, 2015 @ 11:59:01
  Author: foutrelis
Revision: 125724

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 125723, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-11 10:58:52 UTC (rev 125723)
+++ PKGBUILD2015-01-11 10:59:01 UTC (rev 125724)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.5.3
-pkgrel=1
-arch=('any')
-url="http://www.shorewall.net/";
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('ed621d9c6a7a3ec58876cedc6f0a5f0ee425cb9107011af34f50b4490873705c'
-'273e1748e8ce3ac559d5f73d43f226f19fedf03895cf8f87b03ec63d17b42b6a'
-'820b8c5791f418312a2c62fbdacae0de86a3460358763b84ebccf142a68f9722')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 125723, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-11 10:59:01 UTC (rev 125724)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.6.5.4
+pkgrel=1
+arch=('any')
+url="http://www.shorewall.net/";
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('cfde438321efa644029c6cd0add081fc9ae4b6d3957f97746008547a911aa135'
+'8e57e664ca43df0cf738dd7733e3d33dbab75f7ac82b75daf6e0f5e8fb0d863e'
+'ad66e91aae744dc5172b21e2b511b7b6467a67b62bfd9044694f39773d31a52c')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd "$srcdir/$product-$pkgver"
+./configure HOST=archlinux
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc="An iptables-based firewall for Linux systems"
+  depends=('shorewall-core' 'perl')
+  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasse

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

2015-01-11 Thread Evangelos Foutras
Date: Sunday, January 11, 2015 @ 12:01:24
  Author: foutrelis
Revision: 125726

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

Added:
  wkhtmltopdf/repos/community-i686/PKGBUILD
(from rev 125725, wkhtmltopdf/trunk/PKGBUILD)
  wkhtmltopdf/repos/community-x86_64/PKGBUILD
(from rev 125725, wkhtmltopdf/trunk/PKGBUILD)
Deleted:
  
wkhtmltopdf/repos/community-i686/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch
  
wkhtmltopdf/repos/community-i686/0002-fix-compilation-failures-when-not-building-with-patc.patch
  wkhtmltopdf/repos/community-i686/PKGBUILD
  
wkhtmltopdf/repos/community-x86_64/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch
  
wkhtmltopdf/repos/community-x86_64/0002-fix-compilation-failures-when-not-building-with-patc.patch
  wkhtmltopdf/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD  
  |   70 +++
 community-i686/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch 
  |   74 ---
 community-i686/0002-fix-compilation-failures-when-not-building-with-patc.patch 
  |  233 --
 community-i686/PKGBUILD
  |   35 -
 
community-x86_64/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch
 |   74 ---
 
community-x86_64/0002-fix-compilation-failures-when-not-building-with-patc.patch
 |  233 --
 community-x86_64/PKGBUILD  
  |   35 -
 7 files changed, 70 insertions(+), 684 deletions(-)

Deleted: 
community-i686/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch
===
--- 
community-i686/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch  
2015-01-11 11:01:15 UTC (rev 125725)
+++ 
community-i686/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch  
2015-01-11 11:01:24 UTC (rev 125726)
@@ -1,74 +0,0 @@
-From d6b406d9ec207036af807af2bee2aeb5e33827f0 Mon Sep 17 00:00:00 2001
-From: Ashish Kulkarni 
-Date: Mon, 10 Feb 2014 19:33:21 +0530
-Subject: [PATCH 1/2] fix spurious "exit with code 1 due to http error: 1xxx"
- errors
-
-This fixes #1502 and was introduced in 
ce6d6cd0f0f86a5b1ff3765aaae357dfdf3be803,
-which returned errors above 1000 as a proxy for network errors. However, the
-error 5 (i.e. OperationCanceledError) was not handled, which apparently happens
-a lot due to parallel loading of resources. We thus ignore this error in the
-loader.
-
-In addition, in case the error is greater than 1000, we find out the correct
-network error and display that error instead of HTTP error 1xxx which doesn't
-exist. The trick to find out the text values for the enum was taken from:
-
-https://blog.qt.digia.com/blog/2008/10/09/coding-tip-pretty-printing-enum-values/

- src/lib/multipageloader.cc |  2 +-
- src/lib/utilities.cc   | 18 +-
- 2 files changed, 18 insertions(+), 2 deletions(-)
-
-diff --git a/src/lib/multipageloader.cc b/src/lib/multipageloader.cc
-index 0f4e7f7..d74fa0d 100644
 a/src/lib/multipageloader.cc
-+++ b/src/lib/multipageloader.cc
-@@ -335,7 +335,7 @@ void ResourceObject::error(const QString & str) {
- void ResourceObject::amfinished(QNetworkReply * reply) {
-   int networkStatus = reply->error();
-   int httpStatus = 
reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt();
--  if (networkStatus > 0 || (httpStatus > 399 && httpErrorCode == 0))
-+  if ((networkStatus != 0 && networkStatus != 5) || (httpStatus > 399 && 
httpErrorCode == 0))
-   {
-   QFileInfo fi(reply->url().toString());
-   bool mediaFile = 
settings::LoadPage::mediaFilesExtensions.contains(fi.completeSuffix().toLower());
-diff --git a/src/lib/utilities.cc b/src/lib/utilities.cc
-index 639aa32..4238c47 100644
 a/src/lib/utilities.cc
-+++ b/src/lib/utilities.cc
-@@ -27,6 +27,8 @@
- #include "utilities.hh"
- #include 
- #include 
-+#include 
-+#include 
- 
- void loadSvg(QSvgRenderer * & ptr, const QString & path, const char * def, 
int w, int h) {
-delete ptr;
-@@ -160,7 +162,21 @@ int handleError(bool success, int errorCode) {
-   if (ce.contains(errorCode)) c = ce[errorCode];
-   const char * m = "";
-   if (cm.contains(errorCode)) m = cm[errorCode];
--  fprintf(stderr, "Exit with code %d due to http error: %d %s\n", 
c, errorCode, m);
-+  if (errorCode < 1000) {
-+  fprintf(stderr, "Exit with code %d due to http error: 
%d %s\n", c, errorCode, m);
-+  } else {
-+  QNetworkReply::NetworkError error = 
(QNetworkReply::NetworkError)(errorCode - 1000);
-+  QString errorValue;
-+  QMetaObject meta = QNetworkReply::staticMetaObject;
-+   

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

2015-01-11 Thread Evangelos Foutras
Date: Sunday, January 11, 2015 @ 12:01:15
  Author: foutrelis
Revision: 125725

upgpkg: wkhtmltopdf 0.12.2-1

New upstream release.

Modified:
  wkhtmltopdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 10:59:01 UTC (rev 125724)
+++ PKGBUILD2015-01-11 11:01:15 UTC (rev 125725)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=wkhtmltopdf
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc="Command line tools to render HTML into PDF and various image formats"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('qtwebkit')
 optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/wkhtmltopdf/wkhtmltopdf/archive/$pkgver.tar.gz)
-sha256sums=('c830f26dc48c2f2ad1912599b1ed92efe3aaab3ec67b3fb69195abf58dc711c0')
+sha256sums=('c05f1f83c62552cbb66fe1f51711c154dcda57a101fc73bab3556dd6fdf14497')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 12:10:51
  Author: spupykin
Revision: 125728

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

Added:
  classpath/repos/community-i686/PKGBUILD
(from rev 125727, classpath/trunk/PKGBUILD)
  classpath/repos/community-i686/freetype2_include.patch
(from rev 125727, classpath/trunk/freetype2_include.patch)
  classpath/repos/community-x86_64/PKGBUILD
(from rev 125727, classpath/trunk/PKGBUILD)
  classpath/repos/community-x86_64/freetype2_include.patch
(from rev 125727, classpath/trunk/freetype2_include.patch)
Deleted:
  classpath/repos/community-i686/PKGBUILD
  classpath/repos/community-i686/freetype2_include.patch
  classpath/repos/community-x86_64/PKGBUILD
  classpath/repos/community-x86_64/freetype2_include.patch

--+
 /PKGBUILD|  148 +
 /freetype2_include.patch |   68 +
 community-i686/PKGBUILD  |   70 -
 community-i686/freetype2_include.patch   |   34 --
 community-x86_64/PKGBUILD|   70 -
 community-x86_64/freetype2_include.patch |   34 --
 6 files changed, 216 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 11:10:38 UTC (rev 125727)
+++ community-i686/PKGBUILD 2015-01-11 11:10:51 UTC (rev 125728)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: tardo 
-# Contributor: Sean Gillespie 
-
-pkgname=classpath
-pkgver=0.98
-pkgrel=7
-pkgdesc="A free replacement for Sun's proprietary core Java class libraries."
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/classpath/";
-license=('GPL')
-depends=('gtk2>=2.8' 'libxtst' 'libsm' 'freetype2')
-makedepends=('gtk2>=2.8' 'libxtst' 'gconf' 'java-environment')
-optdepends=('file' 'gconf')
-source=(ftp://ftp.gnu.org/gnu/classpath/$pkgname-$pkgver.tar.gz 
freetype2_include.patch)
-md5sums=('90c6571b8b0309e372faa0f9f6255ea9'
- '55dafc301c5f2e497696d01e9c1dab9c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -p0 Makefile.in < SUBDIRS = lib doc external include native resource scripts
-> DIST_SUBDIRS = lib doc external include native resource scripts
-EOF
-
-  # fix freetype2 include path 
-  patch -Np1 -i $srcdir/freetype2_include.patch
-
-  ./configure --prefix=/usr --disable-Werror --disable-plugin
-  make EXAMPLESDIR=
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make EXAMPLESDIR= DESTDIR=$pkgdir install
-
-  rm -f $pkgdir/usr/bin/gappletviewer
-  rm -f $pkgdir/usr/bin/gjar
-  rm -f $pkgdir/usr/bin/gjarsigner
-  rm -f $pkgdir/usr/bin/gjavah
-  rm -f $pkgdir/usr/bin/gkeytool
-  rm -f $pkgdir/usr/bin/gnative2ascii
-  rm -f $pkgdir/usr/bin/gorbd
-  rm -f $pkgdir/usr/bin/grmic
-  rm -f $pkgdir/usr/bin/grmid
-  rm -f $pkgdir/usr/bin/grmiregistry
-  rm -f $pkgdir/usr/bin/gserialver
-  rm -f $pkgdir/usr/bin/gtnameserv
-  rm -f $pkgdir/usr/lib/logging.properties
-  rm -f $pkgdir/usr/lib/security/classpath.security
-  rm -f $pkgdir/usr/share/man/man1/gappletviewer.1*
-  rm -f $pkgdir/usr/share/man/man1/gcjh.1*
-  rm -f $pkgdir/usr/share/man/man1/gjar.1*
-  rm -f $pkgdir/usr/share/man/man1/gjarsigner.1*
-  rm -f $pkgdir/usr/share/man/man1/gjavah.1*
-  rm -f $pkgdir/usr/share/man/man1/gkeytool.1*
-  rm -f $pkgdir/usr/share/man/man1/gnative2ascii.1*
-  rm -f $pkgdir/usr/share/man/man1/gorbd.1*
-  rm -f $pkgdir/usr/share/man/man1/grmid.1*
-  rm -f $pkgdir/usr/share/man/man1/grmiregistry.1*
-  rm -f $pkgdir/usr/share/man/man1/gserialver.1*
-  rm -f $pkgdir/usr/share/man/man1/gtnameserv.1*
-  rm -f $pkgdir/usr/share/info/dir
-}

Copied: classpath/repos/community-i686/PKGBUILD (from rev 125727, 
classpath/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 11:10:51 UTC (rev 125728)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: tardo 
+# Contributor: Sean Gillespie 
+
+pkgname=classpath
+pkgver=0.99
+pkgrel=1
+pkgdesc="A free replacement for Sun's proprietary core Java class libraries."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/classpath/";
+license=('GPL')
+depends=('gtk2>=2.8' 'libxtst' 'libsm' 'freetype2')
+makedepends=('gtk2>=2.8' 'libxtst' 'gconf' 'java-environment' 'antlr2')
+optdepends=('file' 'gconf')
+source=(ftp://ftp.gnu.org/gnu/classpath/$pkgname-$pkgver.tar.gz 
freetype2_include.patch)
+md5sums=('0ae1571249172acd82488724a3b8acb4'
+ '55dafc301c5f2e497696d01e9c1dab9c')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -p0 Makefile.in < SUBDIRS = lib doc external include native resource scripts
+> DIST_SUBDIRS = lib doc external include native resource scripts
+EOF
+
+  # fix freetype2 include path 
+  patch -Np1 -i $srcdir/freetype2_include.patch
+}

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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 12:10:38
  Author: spupykin
Revision: 125727

upgpkg: classpath 0.99-1

upd

Modified:
  classpath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 11:01:24 UTC (rev 125726)
+++ PKGBUILD2015-01-11 11:10:38 UTC (rev 125727)
@@ -4,20 +4,20 @@
 # Contributor: Sean Gillespie 
 
 pkgname=classpath
-pkgver=0.98
-pkgrel=7
+pkgver=0.99
+pkgrel=1
 pkgdesc="A free replacement for Sun's proprietary core Java class libraries."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/classpath/";
 license=('GPL')
 depends=('gtk2>=2.8' 'libxtst' 'libsm' 'freetype2')
-makedepends=('gtk2>=2.8' 'libxtst' 'gconf' 'java-environment')
+makedepends=('gtk2>=2.8' 'libxtst' 'gconf' 'java-environment' 'antlr2')
 optdepends=('file' 'gconf')
 source=(ftp://ftp.gnu.org/gnu/classpath/$pkgname-$pkgver.tar.gz 
freetype2_include.patch)
-md5sums=('90c6571b8b0309e372faa0f9f6255ea9'
+md5sums=('0ae1571249172acd82488724a3b8acb4'
  '55dafc301c5f2e497696d01e9c1dab9c')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
   patch -p0 Makefile.in <

[arch-commits] Commit in ttf-bitstream-vera/trunk (PKGBUILD vera.install)

2015-01-11 Thread Andrea Scarpino
Date: Sunday, January 11, 2015 @ 12:31:36
  Author: andrea
Revision: 228918

Minor changes

Modified:
  ttf-bitstream-vera/trunk/PKGBUILD
  ttf-bitstream-vera/trunk/vera.install

--+
 PKGBUILD |9 +
 vera.install |2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 08:01:21 UTC (rev 228917)
+++ PKGBUILD2015-01-11 11:31:36 UTC (rev 228918)
@@ -16,8 +16,9 @@
 md5sums=('bb22bd5b4675f5dbe17c6963d8c00ed6')
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
-  install -D -m644 COPYRIGHT.TXT 
${pkgdir}/usr/share/licenses/ttf-bitstream-vera/LICENSE
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF/
+  install -D -m644 COPYRIGHT.TXT \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }

Modified: vera.install
===
--- vera.install2015-01-11 08:01:21 UTC (rev 228917)
+++ vera.install2015-01-11 11:31:36 UTC (rev 228918)
@@ -1,6 +1,6 @@
 post_install() {
   echo -n "Updating font cache... "
-  fc-cache -s > /dev/null
+  fc-cache -s
   mkfontscale /usr/share/fonts/TTF
   mkfontdir /usr/share/fonts/TTF
   echo "done."


[arch-commits] Commit in ttf-bitstream-vera/repos/extra-any (4 files)

2015-01-11 Thread Andrea Scarpino
Date: Sunday, January 11, 2015 @ 12:31:53
  Author: andrea
Revision: 228919

archrelease: copy trunk to extra-any

Added:
  ttf-bitstream-vera/repos/extra-any/PKGBUILD
(from rev 228918, ttf-bitstream-vera/trunk/PKGBUILD)
  ttf-bitstream-vera/repos/extra-any/vera.install
(from rev 228918, ttf-bitstream-vera/trunk/vera.install)
Deleted:
  ttf-bitstream-vera/repos/extra-any/PKGBUILD
  ttf-bitstream-vera/repos/extra-any/vera.install

--+
 PKGBUILD |   47 ---
 vera.install |   30 +++---
 2 files changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-11 11:31:36 UTC (rev 228918)
+++ PKGBUILD2015-01-11 11:31:53 UTC (rev 228919)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Thayer Williams 
-# Contributor: dorphell 
-
-pkgname=ttf-bitstream-vera
-pkgver=1.10
-pkgrel=10
-pkgdesc="Bitstream vera fonts"
-arch=('any')
-license=('custom')
-url='http://www-old.gnome.org/fonts/'
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-provides=('ttf-font')
-install=vera.install
-source=("http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/1.10/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('bb22bd5b4675f5dbe17c6963d8c00ed6')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
-  install -D -m644 COPYRIGHT.TXT 
${pkgdir}/usr/share/licenses/ttf-bitstream-vera/LICENSE
-}

Copied: ttf-bitstream-vera/repos/extra-any/PKGBUILD (from rev 228918, 
ttf-bitstream-vera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-11 11:31:53 UTC (rev 228919)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thayer Williams 
+# Contributor: dorphell 
+
+pkgname=ttf-bitstream-vera
+pkgver=1.10
+pkgrel=10
+pkgdesc="Bitstream vera fonts"
+arch=('any')
+license=('custom')
+url='http://www-old.gnome.org/fonts/'
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+provides=('ttf-font')
+install=vera.install
+source=("http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/1.10/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('bb22bd5b4675f5dbe17c6963d8c00ed6')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF/
+  install -D -m644 COPYRIGHT.TXT \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: vera.install
===
--- vera.install2015-01-11 11:31:36 UTC (rev 228918)
+++ vera.install2015-01-11 11:31:53 UTC (rev 228919)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -f -s > /dev/null
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-bitstream-vera/repos/extra-any/vera.install (from rev 228918, 
ttf-bitstream-vera/trunk/vera.install)
===
--- vera.install(rev 0)
+++ vera.install2015-01-11 11:31:53 UTC (rev 228919)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 12:37:15
  Author: spupykin
Revision: 125729

upgpkg: virt-manager 1.1.0-4

upd

Modified:
  virt-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 11:10:51 UTC (rev 125728)
+++ PKGBUILD2015-01-11 11:37:15 UTC (rev 125729)
@@ -3,32 +3,44 @@
 # Contributor: Daniel Micay 
 # Contributor: Jonathan Wiersma 
 
-pkgname=virt-manager
+pkgbase=virt-manager
+pkgname=(virt-install virt-manager)
 pkgver=1.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Desktop user interface for managing virtual machines"
 arch=('any')
 url="http://virt-manager.org/";
 license=('GPL')
-depends=('dbus-python' 'libvirt' 'libxml2' 'gtk-vnc' 'rarian'
- 'gconf' 'yajl' 'librsvg' 'python2' 'python2-gconf' 'libuser'
- 'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
- 'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
- 'libvirt-glib' 'python2-gobject' 'urlgrabber' 'vte3'
- 'libvirt-python' 'libosinfo')
-makedepends=('gnome-doc-utils' 'intltool>=0.35.0')
-conflicts=('virtinst')
-replaces=('virtinst')
-install=virt-manager.install
+depends=('python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber')
+makedepends=('gnome-doc-utils' 'intltool>=0.35.0'
+'dbus-python' 'gtk-vnc' 'rarian'
+'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
+'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
+'libvirt-glib' 'python2-gobject' 'vte3'
+'libosinfo')
 
source=("http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz";)
 md5sums=('baf6eaa88b02bdd7a3c2fdd293eeb6ac')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgbase-$pkgver"
   python2 setup.py build
 }
 
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
+package_virt-install() {
+  cd "$srcdir/$pkgbase-$pkgver"
   python2 setup.py install --root "$pkgdir"
 }
+
+package_virt-manager() {
+  install=virt-manager.install
+  depends=('virt-install'
+   'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
+   'gnome-doc-utils' 'intltool>=0.35.0'
+   'dbus-python' 'gtk-vnc' 'rarian'
+   'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
+   'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+   'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
+   'libvirt-glib' 'python2-gobject' 'vte3'
+   'libosinfo')
+}


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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 12:37:23
  Author: spupykin
Revision: 125730

archrelease: copy trunk to community-any

Added:
  virt-manager/repos/community-any/PKGBUILD
(from rev 125729, virt-manager/trunk/PKGBUILD)
  virt-manager/repos/community-any/virt-manager.install
(from rev 125729, virt-manager/trunk/virt-manager.install)
Deleted:
  virt-manager/repos/community-any/PKGBUILD
  virt-manager/repos/community-any/virt-manager.install

--+
 PKGBUILD |   80 -
 virt-manager.install |   46 ++--
 2 files changed, 69 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-11 11:37:15 UTC (rev 125729)
+++ PKGBUILD2015-01-11 11:37:23 UTC (rev 125730)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Wiersma 
-
-pkgname=virt-manager
-pkgver=1.1.0
-pkgrel=3
-pkgdesc="Desktop user interface for managing virtual machines"
-arch=('any')
-url="http://virt-manager.org/";
-license=('GPL')
-depends=('dbus-python' 'libvirt' 'libxml2' 'gtk-vnc' 'rarian'
- 'gconf' 'yajl' 'librsvg' 'python2' 'python2-gconf' 'libuser'
- 'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
- 'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
- 'libvirt-glib' 'python2-gobject' 'urlgrabber' 'vte3'
- 'libvirt-python' 'libosinfo')
-makedepends=('gnome-doc-utils' 'intltool>=0.35.0')
-conflicts=('virtinst')
-replaces=('virtinst')
-install=virt-manager.install
-source=("http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz";)
-md5sums=('baf6eaa88b02bdd7a3c2fdd293eeb6ac')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py install --root "$pkgdir"
-}

Copied: virt-manager/repos/community-any/PKGBUILD (from rev 125729, 
virt-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-11 11:37:23 UTC (rev 125730)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Wiersma 
+
+pkgbase=virt-manager
+pkgname=(virt-install virt-manager)
+pkgver=1.1.0
+pkgrel=4
+pkgdesc="Desktop user interface for managing virtual machines"
+arch=('any')
+url="http://virt-manager.org/";
+license=('GPL')
+depends=('python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber')
+makedepends=('gnome-doc-utils' 'intltool>=0.35.0'
+'dbus-python' 'gtk-vnc' 'rarian'
+'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
+'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
+'libvirt-glib' 'python2-gobject' 'vte3'
+'libosinfo')
+source=("http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz";)
+md5sums=('baf6eaa88b02bdd7a3c2fdd293eeb6ac')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py build
+}
+
+package_virt-install() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py install --root "$pkgdir"
+}
+
+package_virt-manager() {
+  install=virt-manager.install
+  depends=('virt-install'
+   'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
+   'gnome-doc-utils' 'intltool>=0.35.0'
+   'dbus-python' 'gtk-vnc' 'rarian'
+   'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
+   'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+   'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
+   'libvirt-glib' 'python2-gobject' 'vte3'
+   'libosinfo')
+}

Deleted: virt-manager.install
===
--- virt-manager.install2015-01-11 11:37:15 UTC (rev 125729)
+++ virt-manager.install2015-01-11 11:37:23 UTC (rev 125730)
@@ -1,23 +0,0 @@
-post_install() {
-   [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-   pre_remove $1
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-pre_remove() {
-   rm -f /usr/share/virt-manager/virtManager/*.pyc || true
-}
-
-post_remove() {
-   [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   glib-compile-schemas usr/share/glib-2.0/schemas
-}

Copied: virt-manager/repos/community-any/virt-manager.install (from rev 125729, 
virt-manager/trunk/virt-manager.install)
===
--- virt-manager.install  

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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 12:54:58
  Author: spupykin
Revision: 125731

upgpkg: darktable 1.6.1-4

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 11:37:23 UTC (rev 125730)
+++ PKGBUILD2015-01-11 11:54:58 UTC (rev 125731)
@@ -5,7 +5,7 @@
 
 pkgname=darktable
 pkgver=1.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Utility to organize and develop raw images"
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -16,12 +16,12 @@
 makedepends=('intltool>=0.40' 'cmake' 'librsvg')
 optdepends=('librsvg')
 install=darktable.install
-source=(https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz";)
 md5sums=('86c2d90302ab1e57136d2728437db718')
 
 prepare() {
   cd "$srcdir/$pkgname-release-$pkgver/cmake"
-  mv version.cmake.cmake version.cmake
+  sed "s|@PROJECT_VERSION@|$pkgver|" version.cmake.cmake >version.cmake
 }
 
 build() {


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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 12:55:14
  Author: spupykin
Revision: 125732

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

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

+
 /PKGBUILD  |  100 +++
 /darktable.install |   22 +++
 community-i686/PKGBUILD|   50 -
 community-i686/darktable.install   |   11 ---
 community-x86_64/PKGBUILD  |   50 -
 community-x86_64/darktable.install |   11 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 11:54:58 UTC (rev 125731)
+++ community-i686/PKGBUILD 2015-01-11 11:55:14 UTC (rev 125732)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  Christian Himpel 
-# Contributor: Johannes Hanika 
-
-pkgname=darktable
-pkgver=1.6.1
-pkgrel=3
-pkgdesc="Utility to organize and develop raw images"
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 
'dbus-glib'
-'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-source=(https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz)
-md5sums=('86c2d90302ab1e57136d2728437db718')
-
-prepare() {
-  cd "$srcdir/$pkgname-release-$pkgver/cmake"
-  mv version.cmake.cmake version.cmake
-}
-
-build() {
-  cd "$srcdir/$pkgname-release-$pkgver"
-  mkdir -p build
-  cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DDONT_INSTALL_GCONF_SCHEMAS=True \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DUSE_GCONF_BACKEND=Off \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  ..
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-release-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  mv "${pkgdir}/usr/share/doc/darktable" 
"${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 125731, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 11:55:14 UTC (rev 125732)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:  Christian Himpel 
+# Contributor: Johannes Hanika 
+
+pkgname=darktable
+pkgver=1.6.1
+pkgrel=4
+pkgdesc="Utility to organize and develop raw images"
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz";)
+md5sums=('86c2d90302ab1e57136d2728437db718')
+
+prepare() {
+  cd "$srcdir/$pkgname-release-$pkgver/cmake"
+  sed "s|@PROJECT_VERSION@|$pkgver|" version.cmake.cmake >version.cmake
+}
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DDONT_INSTALL_GCONF_SCHEMAS=True \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DUSE_GCONF_BACKEND=Off \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  mv "${pkgdir}/usr/share/doc/darktable" 
"${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
+}

Deleted: community-i686/darktable.install
===
--- community-i686/darktable.install2015-01-11 11:54:58 UTC (rev 125731)
+++ community-i686/darktable.install2015-01-11

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

2015-01-11 Thread Felix Yan
Date: Sunday, January 11, 2015 @ 13:27:43
  Author: fyan
Revision: 125733

upgpkg: nuitka 0.5.7.1-1

upstream new release

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 11:55:14 UTC (rev 125732)
+++ PKGBUILD2015-01-11 12:27:43 UTC (rev 125733)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
 
 pkgname=nuitka
-pkgver=0.5.6
+pkgver=0.5.7.1
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python' 'scons')
 options=('!emptydirs')
 source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz";)
-sha256sums=('30787c3676bb6133146f05a93862867a4b940f059ca1a3423a230a11c7623645')
+sha256sums=('8652914d28840b9ba8e71d00ba7f0bde44b32216ad6648f8766e21b53390')
 
 package() {
   cd "Nuitka-$pkgver"


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

2015-01-11 Thread Felix Yan
Date: Sunday, January 11, 2015 @ 13:28:02
  Author: fyan
Revision: 125735

upgpkg: perl-term-readline-gnu 1.25-1

upstream new release

Modified:
  perl-term-readline-gnu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 12:27:57 UTC (rev 125734)
+++ PKGBUILD2015-01-11 12:28:02 UTC (rev 125735)
@@ -6,8 +6,8 @@
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-term-readline-gnu
-pkgver=1.24
-pkgrel=2
+pkgver=1.25
+pkgrel=1
 pkgdesc="GNU Readline XS library wrapper"
 arch=('i686' 'x86_64')
 license=('PerlArtistic' 'GPL')
@@ -16,7 +16,7 @@
 url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
 
source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz";
 'termcap-bad-ncurses-good.patch')
-md5sums=('43db7380970a0674a601c042e9486a9a'
+md5sums=('ac4edfd7c5604be0343a124660f1d44e'
  'a000706b89792f822b5ec20baa370910')
 
 build() {


[arch-commits] Commit in perl-term-readline-gnu/repos (8 files)

2015-01-11 Thread Felix Yan
Date: Sunday, January 11, 2015 @ 13:28:26
  Author: fyan
Revision: 125736

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

Added:
  perl-term-readline-gnu/repos/community-i686/PKGBUILD
(from rev 125735, perl-term-readline-gnu/trunk/PKGBUILD)
  perl-term-readline-gnu/repos/community-i686/termcap-bad-ncurses-good.patch
(from rev 125735, 
perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
  perl-term-readline-gnu/repos/community-x86_64/PKGBUILD
(from rev 125735, perl-term-readline-gnu/trunk/PKGBUILD)
  perl-term-readline-gnu/repos/community-x86_64/termcap-bad-ncurses-good.patch
(from rev 125735, 
perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
Deleted:
  perl-term-readline-gnu/repos/community-i686/PKGBUILD
  perl-term-readline-gnu/repos/community-i686/termcap-bad-ncurses-good.patch
  perl-term-readline-gnu/repos/community-x86_64/PKGBUILD
  perl-term-readline-gnu/repos/community-x86_64/termcap-bad-ncurses-good.patch

-+
 /PKGBUILD   |   92 ++
 /termcap-bad-ncurses-good.patch |   36 
 community-i686/PKGBUILD |   46 ---
 community-i686/termcap-bad-ncurses-good.patch   |   18 
 community-x86_64/PKGBUILD   |   46 ---
 community-x86_64/termcap-bad-ncurses-good.patch |   18 
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 12:28:02 UTC (rev 125735)
+++ community-i686/PKGBUILD 2015-01-11 12:28:26 UTC (rev 125736)
@@ -1,46 +0,0 @@
-# $Id$
-# CPAN Name  : Term-ReadLine-Gnu
-# Maintainer: Daniel Wallace 
-# Contributor: jason ryan 
-# Contributor: AUR Perl 
-# Generator  : CPANPLUS::Dist::Arch 1.15
-
-pkgname=perl-term-readline-gnu
-pkgver=1.24
-pkgrel=2
-pkgdesc="GNU Readline XS library wrapper"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.7')
-url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
-source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz";
-'termcap-bad-ncurses-good.patch')
-md5sums=('43db7380970a0674a601c042e9486a9a'
- 'a000706b89792f822b5ec20baa370910')
-
-build() {
-   export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
-patch --forward -p1 < "${srcdir}/termcap-bad-ncurses-good.patch"
-/usr/bin/perl Makefile.PL
-make
-}
-
-check() {
-  cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-}
-
-package() {
-  cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
-  make pure_install PERL_INSTALL_ROOT="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-

Copied: perl-term-readline-gnu/repos/community-i686/PKGBUILD (from rev 125735, 
perl-term-readline-gnu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 12:28:26 UTC (rev 125736)
@@ -0,0 +1,46 @@
+# $Id$
+# CPAN Name  : Term-ReadLine-Gnu
+# Maintainer: Daniel Wallace 
+# Contributor: jason ryan 
+# Contributor: AUR Perl 
+# Generator  : CPANPLUS::Dist::Arch 1.15
+
+pkgname=perl-term-readline-gnu
+pkgver=1.25
+pkgrel=1
+pkgdesc="GNU Readline XS library wrapper"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.7')
+url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
+source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz";
+'termcap-bad-ncurses-good.patch')
+md5sums=('ac4edfd7c5604be0343a124660f1d44e'
+ 'a000706b89792f822b5ec20baa370910')
+
+build() {
+   export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
+patch --forward -p1 < "${srcdir}/termcap-bad-ncurses-good.patch"
+/usr/bin/perl Makefile.PL
+make
+}
+
+check() {
+  cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+}
+
+package() {
+  cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
+  make pure_install PERL_INSTALL_ROOT="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+

Deleted: community-i686/termcap-bad-ncurses-good.patch
===
--- community-i686/termcap-bad-ncu

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

2015-01-11 Thread Felix Yan
Date: Sunday, January 11, 2015 @ 13:27:57
  Author: fyan
Revision: 125734

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 125733, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-11 12:27:43 UTC (rev 125733)
+++ PKGBUILD2015-01-11 12:27:57 UTC (rev 125734)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-pkgname=nuitka
-pkgver=0.5.6
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python' 'scons')
-options=('!emptydirs')
-source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz";)
-sha256sums=('30787c3676bb6133146f05a93862867a4b940f059ca1a3423a230a11c7623645')
-
-package() {
-  cd "Nuitka-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-} 
-
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 125733, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-11 12:27:57 UTC (rev 125734)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgname=nuitka
+pkgver=0.5.7.1
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python' 'scons')
+options=('!emptydirs')
+source=("http://nuitka.net/releases/Nuitka-$pkgver.tar.gz";)
+sha256sums=('8652914d28840b9ba8e71d00ba7f0bde44b32216ad6648f8766e21b53390')
+
+package() {
+  cd "Nuitka-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+} 
+
+# vim: sw=2 ts=2 et:


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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 13:34:03
  Author: spupykin
Revision: 125739

upgpkg: denemo 1:1.2.0-2

upd

Added:
  denemo/trunk/denemo.install
Modified:
  denemo/trunk/PKGBUILD

+
 PKGBUILD   |5 +++--
 denemo.install |   13 +
 2 files changed, 16 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 12:33:57 UTC (rev 125738)
+++ PKGBUILD2015-01-11 12:34:03 UTC (rev 125739)
@@ -7,7 +7,7 @@
 pkgname=denemo
 epoch=1
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A music score editor"
 arch=('i686' 'x86_64')
 url="http://www.denemo.org";
@@ -16,8 +16,9 @@
 'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
 'rubberband')
 makedepends=('intltool' 'git')
+install=denemo.install
+#source=("$pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18")
 source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-#source=("$pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18")
 md5sums=('e9dade79f5bc3654f7752bf68ee73f00')
 
 prepare() {

Added: denemo.install
===
--- denemo.install  (rev 0)
+++ denemo.install  2015-01-11 12:34:03 UTC (rev 125739)
@@ -0,0 +1,13 @@
+post_install() {
+  fc-cache -s /usr/share/fonts/truetype/denemo
+  mkfontscale /usr/share/fonts/truetype/denemo
+  mkfontdir /usr/share/fonts/truetype/denemo
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 13:34:17
  Author: spupykin
Revision: 125740

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

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

-+
 /PKGBUILD   |   78 ++
 community-i686/PKGBUILD |   38 --
 community-i686/denemo.install   |   13 ++
 community-x86_64/PKGBUILD   |   38 --
 community-x86_64/denemo.install |   13 ++
 5 files changed, 104 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 12:34:03 UTC (rev 125739)
+++ community-i686/PKGBUILD 2015-01-11 12:34:17 UTC (rev 125740)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Philipp Sandhaus 
-# Contributor: Robert Emil Berge 
-# Contributor: Gnud 
-
-pkgname=denemo
-epoch=1
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A music score editor"
-arch=('i686' 'x86_64')
-url="http://www.denemo.org";
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
-'rubberband')
-makedepends=('intltool' 'git')
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-#source=("$pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18")
-md5sums=('e9dade79f5bc3654f7752bf68ee73f00')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|||' src/audio/pitchrecog.c
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-i686/PKGBUILD (from rev 125739, 
denemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 12:34:17 UTC (rev 125740)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Philipp Sandhaus 
+# Contributor: Robert Emil Berge 
+# Contributor: Gnud 
+
+pkgname=denemo
+epoch=1
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="A music score editor"
+arch=('i686' 'x86_64')
+url="http://www.denemo.org";
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
+'rubberband')
+makedepends=('intltool' 'git')
+install=denemo.install
+#source=("$pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18")
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('e9dade79f5bc3654f7752bf68ee73f00')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|||' src/audio/pitchrecog.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: denemo/repos/community-i686/denemo.install (from rev 125739, 
denemo/trunk/denemo.install)
===
--- community-i686/denemo.install   (rev 0)
+++ community-i686/denemo.install   2015-01-11 12:34:17 UTC (rev 125740)
@@ -0,0 +1,13 @@
+post_install() {
+  fc-cache -s /usr/share/fonts/truetype/denemo
+  mkfontscale /usr/share/fonts/truetype/denemo
+  mkfontdir /usr/share/fonts/truetype/denemo
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-11 12:34:03 UTC (rev 125739)
+++ community-x86_64/PKGBUILD   2015-01-11 12:34:17 UTC (rev 125740)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Philipp Sandhaus 
-# Contributor: Robert Emil Berge 
-# Contributor: Gnud 
-
-pkgname=denemo
-epoch=1
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A music score editor"
-arch=('i686' 'x86_64')
-url="http://www.denemo.org";
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
-'rubberband')
-makedepends=('intltool' 'git')
-source=("http://ftp.gnu.org/gnu/${pkgname}/

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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 13:33:57
  Author: spupykin
Revision: 125738

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 12:33:37 UTC (rev 125737)
+++ community-i686/PKGBUILD 2015-01-11 12:33:57 UTC (rev 125738)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: David Moore 
-
-pkgname=aqbanking
-pkgver=5.0.25
-_dnrel=95
-pkgrel=2
-pkgdesc="A library for online banking and financial applications"
-arch=(i686 x86_64)
-url="http://www.aquamaniac.de/aqbanking";
-license=('GPL')
-depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
-options=('!makeflags')
-source=("aqbanking-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=03&release=${_dnrel}&file=01&dummy=aqbanking-$pkgver.tar.gz";)
-md5sums=('b238639962128ce25db81870f65173d9')
-
-build() {
-  cd $srcdir/aqbanking-$pkgver
-  export PKG_CONFIG=/usr/bin/pkg-config
-  ./configure --prefix=/usr \
-   --with-backends="aqhbci aqofxconnect" \
-   --enable-gwenhywfar
-  make
-}
-
-package() {
-  cd $srcdir/aqbanking-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: aqbanking/repos/community-i686/PKGBUILD (from rev 125737, 
aqbanking/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 12:33:57 UTC (rev 125738)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: David Moore 
+
+pkgname=aqbanking
+pkgver=5.5.1
+_dnrel=118
+pkgrel=1
+pkgdesc="A library for online banking and financial applications"
+arch=(i686 x86_64)
+url="http://www.aquamaniac.de/aqbanking";
+license=('GPL')
+depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
+options=('!makeflags')
+source=("aqbanking-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=03&release=${_dnrel}&file=01&dummy=aqbanking-$pkgver.tar.gz";)
+md5sums=('6069af5cafb97d1f4d3a8a08ba58b876')
+
+build() {
+  cd $srcdir/aqbanking-$pkgver
+  export PKG_CONFIG=/usr/bin/pkg-config
+  ./configure --prefix=/usr \
+   --with-backends="aqhbci aqofxconnect" \
+   --enable-gwenhywfar
+  make
+}
+
+package() {
+  cd $srcdir/aqbanking-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-11 12:33:37 UTC (rev 125737)
+++ community-x86_64/PKGBUILD   2015-01-11 12:33:57 UTC (rev 125738)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: David Moore 
-
-pkgname=aqbanking
-pkgver=5.0.25
-_dnrel=95
-pkgrel=2
-pkgdesc="A library for online banking and financial applications"
-arch=(i686 x86_64)
-url="http://www.aquamaniac.de/aqbanking";
-license=('GPL')
-depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
-options=('!makeflags')
-source=("aqbanking-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=03&release=${_dnrel}&file=01&dummy=aqbanking-$pkgver.tar.gz";)
-md5sums=('b238639962128ce25db81870f65173d9')
-
-build() {
-  cd $srcdir/aqbanking-$pkgver
-  export PKG_CONFIG=/usr/bin/pkg-config
-  ./configure --prefix=/usr \
-   --with-backends="aqhbci aqofxconnect" \
-   --enable-gwenhywfar
-  make
-}
-
-package() {
-  cd $srcdir/aqbanking-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: aqbanking/repos/community-x86_64/PKGBUILD (from rev 125737, 
aqbanking/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-11 12:33:57 UTC (rev 125738)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: David Moore 
+
+pkgname=aqbanking
+pkgver=5.5.1
+_dnrel=118
+pkgrel=1
+pkgdesc="A library for online banking and financial applications"
+arch=(i686 x86_64)
+url="http://www.aquamaniac.de/aqbanking";
+license=('GPL')
+depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
+options=('!makeflags')
+source=("aqbanking-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=03&release=${_dnrel}&file=01&dummy=aqbanking-$pkgver.tar.gz";)
+md5sums=('6069af5cafb97d1f4d3a8a08ba58b876')
+
+build() {
+  cd $srcdir/aqbanking-$pkgver
+  export PKG_CONFIG=/usr/bin/pkg-config
+  ./confi

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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 13:34:32
  Author: spupykin
Revision: 125741

upgpkg: gwenhywfar 4.13.1-1

upd

Modified:
  gwenhywfar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 12:34:17 UTC (rev 125740)
+++ PKGBUILD2015-01-11 12:34:32 UTC (rev 125741)
@@ -3,9 +3,9 @@
 # Maintainer: William Rea 
 
 pkgname=gwenhywfar
-pkgver=4.3.3
-_dnrel=67
-pkgrel=4
+pkgver=4.13.1
+_dnrel=78
+pkgrel=1
 pkgdesc="OS abstraction functions for various projects"
 arch=(i686 x86_64)
 url="http://www.aquamaniac.de";
@@ -14,7 +14,7 @@
 makedepends=('gtk2' 'qt4')
 optdepends=('gtk2' 'qt4')
 
source=("gwenhywfar-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=01&release=${_dnrel}&file=01&dummy=gwenhywfar-$pkgver.tar.gz";)
-md5sums=('c5b9d52a25960f84f9264a5a5dd484d1')
+md5sums=('231b4af546c791a85d0f042773e6bd82')
 
 build() {
   pacman -Q gwenhywfar && return 1


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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 13:33:37
  Author: spupykin
Revision: 125737

upgpkg: aqbanking 5.5.1-1

upd

Modified:
  aqbanking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 12:28:26 UTC (rev 125736)
+++ PKGBUILD2015-01-11 12:33:37 UTC (rev 125737)
@@ -3,9 +3,9 @@
 # Contributor: David Moore 
 
 pkgname=aqbanking
-pkgver=5.0.25
-_dnrel=95
-pkgrel=2
+pkgver=5.5.1
+_dnrel=118
+pkgrel=1
 pkgdesc="A library for online banking and financial applications"
 arch=(i686 x86_64)
 url="http://www.aquamaniac.de/aqbanking";
@@ -13,7 +13,7 @@
 depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
 options=('!makeflags')
 
source=("aqbanking-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=03&release=${_dnrel}&file=01&dummy=aqbanking-$pkgver.tar.gz";)
-md5sums=('b238639962128ce25db81870f65173d9')
+md5sums=('6069af5cafb97d1f4d3a8a08ba58b876')
 
 build() {
   cd $srcdir/aqbanking-$pkgver


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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 13:34:50
  Author: spupykin
Revision: 125743

upgpkg: ktoblzcheck 1.48-1

upd

Modified:
  ktoblzcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 12:34:46 UTC (rev 125742)
+++ PKGBUILD2015-01-11 12:34:50 UTC (rev 125743)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Sandhaus 
 
 pkgname=ktoblzcheck
-pkgver=1.47
+pkgver=1.48
 pkgrel=1
 pkgdesc="A library to check account numbers and bank codes of German banks"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 optdepends=('perl')
 
source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz
ktoblzcheck-python3.patch)
-md5sums=('fc5f561d268e4962c95d6a9104f2'
+md5sums=('6f56c83a649cbdaf1aad3e04a7b7a8ce'
  'a81a697bb3aaeffb7fac0ad7d9166e3f')
 
 build() {



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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 13:34:46
  Author: spupykin
Revision: 125742

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 12:34:32 UTC (rev 125741)
+++ community-i686/PKGBUILD 2015-01-11 12:34:46 UTC (rev 125742)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=gwenhywfar
-pkgver=4.3.3
-_dnrel=67
-pkgrel=4
-pkgdesc="OS abstraction functions for various projects"
-arch=(i686 x86_64)
-url="http://www.aquamaniac.de";
-license=("LGPL")
-depends=('openssl' 'gnutls' 'libgcrypt')
-makedepends=('gtk2' 'qt4')
-optdepends=('gtk2' 'qt4')
-source=("gwenhywfar-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=01&release=${_dnrel}&file=01&dummy=gwenhywfar-$pkgver.tar.gz";)
-md5sums=('c5b9d52a25960f84f9264a5a5dd484d1')
-
-build() {
-  pacman -Q gwenhywfar && return 1
-  cd $srcdir/gwenhywfar-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl
-  sed -i 's|gnutls_transport_set_lowat||g' src/sio/syncio_tls.c
-  make
-}
-
-package() {
-  cd $srcdir/gwenhywfar-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gwenhywfar/repos/community-i686/PKGBUILD (from rev 125741, 
gwenhywfar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 12:34:46 UTC (rev 125742)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=gwenhywfar
+pkgver=4.13.1
+_dnrel=78
+pkgrel=1
+pkgdesc="OS abstraction functions for various projects"
+arch=(i686 x86_64)
+url="http://www.aquamaniac.de";
+license=("LGPL")
+depends=('openssl' 'gnutls' 'libgcrypt')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2' 'qt4')
+source=("gwenhywfar-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=01&release=${_dnrel}&file=01&dummy=gwenhywfar-$pkgver.tar.gz";)
+md5sums=('231b4af546c791a85d0f042773e6bd82')
+
+build() {
+  pacman -Q gwenhywfar && return 1
+  cd $srcdir/gwenhywfar-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl
+  sed -i 's|gnutls_transport_set_lowat||g' src/sio/syncio_tls.c
+  make
+}
+
+package() {
+  cd $srcdir/gwenhywfar-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-11 12:34:32 UTC (rev 125741)
+++ community-x86_64/PKGBUILD   2015-01-11 12:34:46 UTC (rev 125742)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=gwenhywfar
-pkgver=4.3.3
-_dnrel=67
-pkgrel=4
-pkgdesc="OS abstraction functions for various projects"
-arch=(i686 x86_64)
-url="http://www.aquamaniac.de";
-license=("LGPL")
-depends=('openssl' 'gnutls' 'libgcrypt')
-makedepends=('gtk2' 'qt4')
-optdepends=('gtk2' 'qt4')
-source=("gwenhywfar-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=01&release=${_dnrel}&file=01&dummy=gwenhywfar-$pkgver.tar.gz";)
-md5sums=('c5b9d52a25960f84f9264a5a5dd484d1')
-
-build() {
-  pacman -Q gwenhywfar && return 1
-  cd $srcdir/gwenhywfar-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl
-  sed -i 's|gnutls_transport_set_lowat||g' src/sio/syncio_tls.c
-  make
-}
-
-package() {
-  cd $srcdir/gwenhywfar-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gwenhywfar/repos/community-x86_64/PKGBUILD (from rev 125741, 
gwenhywfar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-11 12:34:46 UTC (rev 125742)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=gwenhywfar
+pkgver=4.13.1
+_dnrel=78
+pkgrel=1
+pkgdesc="OS abstraction functions for various projects"
+arch=(i686 x86_64)
+url="http://www.aquamaniac.de";
+license=("LGPL")
+depends=('openssl' 'gnutls' 'libgcrypt')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2' 'qt4')
+source=("gwenhywfar-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=01&release=${_dnrel}&file=01&dummy=gwenhywfar-$pkgver.tar.gz";)
+md5sums=('231b4af546c791a85d0f042773e6bd82')
+
+buil

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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 13:35:03
  Author: spupykin
Revision: 125744

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

Added:
  ktoblzcheck/repos/community-i686/PKGBUILD
(from rev 125743, ktoblzcheck/trunk/PKGBUILD)
  ktoblzcheck/repos/community-i686/ktoblzcheck-python3.patch
(from rev 125743, ktoblzcheck/trunk/ktoblzcheck-python3.patch)
  ktoblzcheck/repos/community-x86_64/PKGBUILD
(from rev 125743, ktoblzcheck/trunk/PKGBUILD)
  ktoblzcheck/repos/community-x86_64/ktoblzcheck-python3.patch
(from rev 125743, ktoblzcheck/trunk/ktoblzcheck-python3.patch)
Deleted:
  ktoblzcheck/repos/community-i686/PKGBUILD
  ktoblzcheck/repos/community-i686/ktoblzcheck-python3.patch
  ktoblzcheck/repos/community-x86_64/PKGBUILD
  ktoblzcheck/repos/community-x86_64/ktoblzcheck-python3.patch

+
 /PKGBUILD  |   58 +
 /ktoblzcheck-python3.patch |  114 +++
 community-i686/PKGBUILD|   29 --
 community-i686/ktoblzcheck-python3.patch   |   57 -
 community-x86_64/PKGBUILD  |   29 --
 community-x86_64/ktoblzcheck-python3.patch |   57 -
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 12:34:50 UTC (rev 125743)
+++ community-i686/PKGBUILD 2015-01-11 12:35:03 UTC (rev 125744)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Philipp Sandhaus 
-
-pkgname=ktoblzcheck
-pkgver=1.47
-pkgrel=1
-pkgdesc="A library to check account numbers and bank codes of German banks"
-arch=(i686 x86_64)
-url="http://ktoblzcheck.sourceforge.net";
-license=("LGPL")
-depends=('gcc-libs' 'python')
-optdepends=('perl')
-source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz
-   ktoblzcheck-python3.patch)
-md5sums=('fc5f561d268e4962c95d6a9104f2'
- 'a81a697bb3aaeffb7fac0ad7d9166e3f')
-
-build() {
-  cd "$srcdir/ktoblzcheck-$pkgver"
-  ./configure --prefix=/usr
-  patch -p1 <$srcdir/ktoblzcheck-python3.patch
-  make
-}
-
-package() {
-  cd "$srcdir/ktoblzcheck-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: ktoblzcheck/repos/community-i686/PKGBUILD (from rev 125743, 
ktoblzcheck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 12:35:03 UTC (rev 125744)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Philipp Sandhaus 
+
+pkgname=ktoblzcheck
+pkgver=1.48
+pkgrel=1
+pkgdesc="A library to check account numbers and bank codes of German banks"
+arch=(i686 x86_64)
+url="http://ktoblzcheck.sourceforge.net";
+license=("LGPL")
+depends=('gcc-libs' 'python')
+optdepends=('perl')
+source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz
+   ktoblzcheck-python3.patch)
+md5sums=('6f56c83a649cbdaf1aad3e04a7b7a8ce'
+ 'a81a697bb3aaeffb7fac0ad7d9166e3f')
+
+build() {
+  cd "$srcdir/ktoblzcheck-$pkgver"
+  ./configure --prefix=/usr
+  patch -p1 <$srcdir/ktoblzcheck-python3.patch
+  make
+}
+
+package() {
+  cd "$srcdir/ktoblzcheck-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/ktoblzcheck-python3.patch
===
--- community-i686/ktoblzcheck-python3.patch2015-01-11 12:34:50 UTC (rev 
125743)
+++ community-i686/ktoblzcheck-python3.patch2015-01-11 12:35:03 UTC (rev 
125744)
@@ -1,57 +0,0 @@
-diff -ur ktoblzcheck-1.28/src/python/ktoblzcheck.py 
ktoblzcheck-1.28.my/src/python/ktoblzcheck.py
 ktoblzcheck-1.28/src/python/ktoblzcheck.py 2008-08-12 16:48:54.0 
+
-+++ ktoblzcheck-1.28.my/src/python/ktoblzcheck.py  2010-09-20 
09:08:36.0 +
-@@ -197,35 +197,35 @@
- 
- def test():
- a = AccountNumberCheck()
--print 'Number of Banks:', a.bankCount
--print 'find 20010020:', a.findBank('20010020')
--print 'find 20010033:', a.findBank('20010033')
--print 'check 20070024/9291394:', a.check('20070024','9291394')
--print 'check 20070024/9291394:', a.check('20070024','9291394023')
--print
-+print('Number of Banks:', a.bankCount)
-+print('find 20010020:', a.findBank('20010020'))
-+print('find 20010033:', a.findBank('20010033'))
-+print('check 20070024/9291394:', a.check('20070024','9291394'))
-+print('check 20070024/9291394:', a.check('20070024','9291394023'))
-+print()
- ck = IbanCheck()
- if not kto.IbanCheck_selftest(ck):  # not publicly defined
--  print "Self-Test failed!"
-+print("Self-Test failed!")
-   raise SystemExit
- s = " iban fr14 2004 1010 0505 0001 3m02 606"
--print "test for iban:", s
-+print("test for iba

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

2015-01-11 Thread Laurent Carlier
Date: Sunday, January 11, 2015 @ 13:46:35
  Author: lcarlier
Revision: 125746

upgpkg: lib32-xz 5.2.0-1

upstream update 5.2.0

Modified:
  lib32-xz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 12:42:56 UTC (rev 125745)
+++ PKGBUILD2015-01-11 12:46:35 UTC (rev 125746)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-xz
 _pkgbasename=xz
-pkgver=5.0.8
+pkgver=5.2.0
 pkgrel=1
 pkgdesc='Library and command line tools for XZ and LZMA compressed files 
(32-bit)'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gcc-multilib')
 source=("http://tukaani.org/xz/${_pkgbasename}-${pkgver}.tar.gz";
 "http://tukaani.org/xz/${_pkgbasename}-${pkgver}.tar.gz.sig";)
-md5sums=('d19507f40e0d904d0a1b7914b173800e'
+md5sums=('be585bdf8672e4406632eda3d819e284'
  'SKIP')
 validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')  # Lasse Collin
 


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

2015-01-11 Thread Laurent Carlier
Date: Sunday, January 11, 2015 @ 13:46:42
  Author: lcarlier
Revision: 125747

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-xz/repos/multilib-testing-x86_64/
  lib32-xz/repos/multilib-testing-x86_64/PKGBUILD
(from rev 125746, lib32-xz/trunk/PKGBUILD)

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

Copied: lib32-xz/repos/multilib-testing-x86_64/PKGBUILD (from rev 125746, 
lib32-xz/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-01-11 12:46:42 UTC (rev 125747)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: Pierre Schmitz 
+# Contributor: François Charette 
+
+pkgname=lib32-xz
+_pkgbasename=xz
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='Library and command line tools for XZ and LZMA compressed files 
(32-bit)'
+arch=('x86_64')
+url='http://tukaani.org/xz/'
+license=('GPL' 'LGPL' 'custom')
+depends=('lib32-glibc' 'xz')
+makedepends=('gcc-multilib')
+source=("http://tukaani.org/xz/${_pkgbasename}-${pkgver}.tar.gz";
+"http://tukaani.org/xz/${_pkgbasename}-${pkgver}.tar.gz.sig";)
+md5sums=('be585bdf8672e4406632eda3d819e284'
+ 'SKIP')
+validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')  # Lasse Collin
+
+build() {
+   cd ${srcdir}/xz-${pkgver}
+
+   export CC="gcc -m32"
+   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+   
+   ./configure --prefix=/usr \
+   --libdir=/usr/lib32 \
+   --disable-rpath \
+   --enable-werror
+   make
+}
+
+check() {
+   cd ${srcdir}/xz-${pkgver}
+
+   make check
+}
+
+package() {
+   cd ${srcdir}/xz-${pkgver}
+   
+   make DESTDIR=${pkgdir} install
+
+   rm -rf "${pkgdir}"/usr/{bin,include,share}
+   install -d -m755 "${pkgdir}"/usr/share/licenses/xz/
+   ln -s xz "$pkgdir/usr/share/licenses/xz/lib32-xz"
+}


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

2015-01-11 Thread Felix Yan
Date: Sunday, January 11, 2015 @ 14:11:30
  Author: fyan
Revision: 125748

upgpkg: skk-jisyo 20150111-1

upstream new release

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 12:46:42 UTC (rev 125747)
+++ PKGBUILD2015-01-11 13:11:30 UTC (rev 125748)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20150104
+pkgver=20150111
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('433d043e74c2e1a8be5eba150b7ecabd'
+md5sums=('38347c2e555cb144db2e8e368f2c8f0d'
  'bb8930b2b1b05d25fdde7ce4f3283c3c'
  'a0469d915fb73bb08804add46c941994'
  'a46ab045e69ccc25c9c647362f8d3fa1'


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

2015-01-11 Thread Felix Yan
Date: Sunday, January 11, 2015 @ 14:11:44
  Author: fyan
Revision: 125749

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 125748, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 125748, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-11 13:11:30 UTC (rev 125748)
+++ PKGBUILD2015-01-11 13:11:44 UTC (rev 125749)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20150104
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/";
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('433d043e74c2e1a8be5eba150b7ecabd'
- 'bb8930b2b1b05d25fdde7ce4f3283c3c'
- 'a0469d915fb73bb08804add46c941994'
- 'a46ab045e69ccc25c9c647362f8d3fa1'
- '4758567e8a60e57df95dfd7e4faf1e55')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 125748, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-11 13:11:44 UTC (rev 125749)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20150111
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/";
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('38347c2e555cb144db2e8e368f2c8f0d'
+ 'bb8930b2b1b05d25fdde7ce4f3283c3c'
+ 'a0469d915fb73bb08804add46c941994'
+ 'a46ab045e69ccc25c9c647362f8d3fa1'
+ '4758567e8a60e57df95dfd7e4faf1e55')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-01-11 13:11:30 UTC (rev 125748)
+++ skk-jisyo.install   2015-01-11 13:11:44 UTC (rev 125749)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 125748, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-01-11 13:11:44 UTC (rev 125749)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 14:53:22
  Author: spupykin
Revision: 125750

upgpkg: haskell-cairo 0.13.0.6-1

upd

Modified:
  haskell-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 13:11:44 UTC (rev 125749)
+++ PKGBUILD2015-01-11 13:53:22 UTC (rev 125750)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=haskell-cairo
-pkgver=0.13.0.5
-pkgrel=2
+pkgver=0.13.0.6
+pkgrel=1
 pkgdesc="Binding to the cairo library for Gtk2Hs."
 url="http://hackage.haskell.org/package/cairo";
 license=('LGPL2.1')
@@ -17,7 +17,7 @@
 replaces=('gtk2hs-cairo')
 install=gtk2hs-cairo.install
 
source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
-md5sums=('4ebcd0b1ac14404fb15b1aa5067301e6')
+md5sums=('1c6aede725cbd5f81019798405f5ef03')
 
 build() {
 cd ${srcdir}/cairo-$pkgver


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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 14:53:42
  Author: spupykin
Revision: 125752

upgpkg: haskell-glib 0.13.0.7-1

upd

Modified:
  haskell-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 13:53:38 UTC (rev 125751)
+++ PKGBUILD2015-01-11 13:53:42 UTC (rev 125752)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=haskell-glib
-pkgver=0.13.0.6
-pkgrel=2
+pkgver=0.13.0.7
+pkgrel=1
 pkgdesc="Binding to the GLIB library for Gtk2Hs."
 url="http://hackage.haskell.org/package/glib";
 license=('LGPL2.1')
@@ -17,7 +17,7 @@
 replaces=('gtk2hs-glib')
 conflicts=('gtk2hs-glib')
 
source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
-md5sums=('43c832cf0a1e8bc82c4cc71a373d5f52')
+md5sums=('f98b451ed5aa4ff50ef257590252b159')
 
 build() {
 cd glib-$pkgver


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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 14:53:55
  Author: spupykin
Revision: 125753

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

Added:
  haskell-glib/repos/community-i686/PKGBUILD
(from rev 125752, haskell-glib/trunk/PKGBUILD)
  haskell-glib/repos/community-i686/gtk2hs-glib.install
(from rev 125752, haskell-glib/trunk/gtk2hs-glib.install)
  haskell-glib/repos/community-x86_64/PKGBUILD
(from rev 125752, haskell-glib/trunk/PKGBUILD)
  haskell-glib/repos/community-x86_64/gtk2hs-glib.install
(from rev 125752, haskell-glib/trunk/gtk2hs-glib.install)
Deleted:
  haskell-glib/repos/community-i686/PKGBUILD
  haskell-glib/repos/community-i686/gtk2hs-glib.install
  haskell-glib/repos/community-x86_64/PKGBUILD
  haskell-glib/repos/community-x86_64/gtk2hs-glib.install

--+
 /PKGBUILD|  104 +
 /gtk2hs-glib.install |   36 +++
 community-i686/PKGBUILD  |   52 
 community-i686/gtk2hs-glib.install   |   18 -
 community-x86_64/PKGBUILD|   52 
 community-x86_64/gtk2hs-glib.install |   18 -
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 13:53:42 UTC (rev 125752)
+++ community-i686/PKGBUILD 2015-01-11 13:53:55 UTC (rev 125753)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=haskell-glib
-pkgver=0.13.0.6
-pkgrel=2
-pkgdesc="Binding to the GLIB library for Gtk2Hs."
-url="http://hackage.haskell.org/package/glib";
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'glib2' 'haskell-utf8-string' 'haskell-text')
-makedepends=("gtk2hs-buildtools")
-options=('strip' 'staticlibs')
-install=gtk2hs-glib.install
-provides=('gtk2hs-glib')
-replaces=('gtk2hs-glib')
-conflicts=('gtk2hs-glib')
-source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
-md5sums=('43c832cf0a1e8bc82c4cc71a373d5f52')
-
-build() {
-cd glib-$pkgver
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/haskell-glib \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]="$1=${_ver}"
-fi
-done
-}
-
-package() {
-_update_deps ghc
-
-cd ${srcdir}/glib-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-glib/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-glib/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/haskell-glib/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/glib
-runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-glib/repos/community-i686/PKGBUILD (from rev 125752, 
haskell-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 13:53:55 UTC (rev 125753)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-glib
+pkgver=0.13.0.7
+pkgrel=1
+pkgdesc="Binding to the GLIB library for Gtk2Hs."
+url="http://hackage.haskell.org/package/glib";
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'glib2' 'haskell-utf8-string' 'haskell-text')
+makedepends=("gtk2hs-buildtools")
+options=('strip' 'staticlibs')
+install=gtk2hs-glib.install
+provides=('gtk2hs-glib')
+replaces=('gtk2hs-glib')
+conflicts=('gtk2hs-glib')
+source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
+md5sums=('f98b451ed5aa4ff50ef257590252b159')
+
+build() {
+cd glib-$pkgver
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/haskell-glib \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]="$1=${_ver}"
+fi
+done
+}
+
+package() {
+_update_deps ghc
+

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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 14:53:38
  Author: spupykin
Revision: 125751

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

Added:
  haskell-cairo/repos/community-i686/PKGBUILD
(from rev 125750, haskell-cairo/trunk/PKGBUILD)
  haskell-cairo/repos/community-i686/gtk2hs-cairo.install
(from rev 125750, haskell-cairo/trunk/gtk2hs-cairo.install)
  haskell-cairo/repos/community-x86_64/PKGBUILD
(from rev 125750, haskell-cairo/trunk/PKGBUILD)
  haskell-cairo/repos/community-x86_64/gtk2hs-cairo.install
(from rev 125750, haskell-cairo/trunk/gtk2hs-cairo.install)
Deleted:
  haskell-cairo/repos/community-i686/PKGBUILD
  haskell-cairo/repos/community-i686/gtk2hs-cairo.install
  haskell-cairo/repos/community-x86_64/PKGBUILD
  haskell-cairo/repos/community-x86_64/gtk2hs-cairo.install

---+
 /PKGBUILD |  106 
 /gtk2hs-cairo.install |   36 ++
 community-i686/PKGBUILD   |   53 
 community-i686/gtk2hs-cairo.install   |   18 -
 community-x86_64/PKGBUILD |   53 
 community-x86_64/gtk2hs-cairo.install |   18 -
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 13:53:22 UTC (rev 125750)
+++ community-i686/PKGBUILD 2015-01-11 13:53:38 UTC (rev 125751)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=haskell-cairo
-pkgver=0.13.0.5
-pkgrel=2
-pkgdesc="Binding to the cairo library for Gtk2Hs."
-url="http://hackage.haskell.org/package/cairo";
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string' 'haskell-text')
-makedepends=("gtk2hs-buildtools")
-options=('strip' 'staticlibs')
-conflicts=('gtk2hs-cairo')
-provides=('gtk2hs-cairo')
-replaces=('gtk2hs-cairo')
-install=gtk2hs-cairo.install
-source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
-md5sums=('4ebcd0b1ac14404fb15b1aa5067301e6')
-
-build() {
-cd ${srcdir}/cairo-$pkgver
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/haskell-cairo \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]="$1=${_ver}"
-fi
-done
-}
-
-package() {
-_update_deps ghc
-_update_deps haskell-mtl
-
-cd ${srcdir}/cairo-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-cairo/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-cairo/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/haskell-cairo/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/cairo
-runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-cairo/repos/community-i686/PKGBUILD (from rev 125750, 
haskell-cairo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 13:53:38 UTC (rev 125751)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-cairo
+pkgver=0.13.0.6
+pkgrel=1
+pkgdesc="Binding to the cairo library for Gtk2Hs."
+url="http://hackage.haskell.org/package/cairo";
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string' 'haskell-text')
+makedepends=("gtk2hs-buildtools")
+options=('strip' 'staticlibs')
+conflicts=('gtk2hs-cairo')
+provides=('gtk2hs-cairo')
+replaces=('gtk2hs-cairo')
+install=gtk2hs-cairo.install
+source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
+md5sums=('1c6aede725cbd5f81019798405f5ef03')
+
+build() {
+cd ${srcdir}/cairo-$pkgver
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/haskell-cairo \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ $

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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 14:54:12
  Author: spupykin
Revision: 125755

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

Added:
  haskell-gtk/repos/community-i686/PKGBUILD
(from rev 125754, haskell-gtk/trunk/PKGBUILD)
  haskell-gtk/repos/community-i686/gtk2hs-gtk.install
(from rev 125754, haskell-gtk/trunk/gtk2hs-gtk.install)
  haskell-gtk/repos/community-x86_64/PKGBUILD
(from rev 125754, haskell-gtk/trunk/PKGBUILD)
  haskell-gtk/repos/community-x86_64/gtk2hs-gtk.install
(from rev 125754, haskell-gtk/trunk/gtk2hs-gtk.install)
Deleted:
  haskell-gtk/repos/community-i686/PKGBUILD
  haskell-gtk/repos/community-i686/gtk2hs-gtk.install
  haskell-gtk/repos/community-x86_64/PKGBUILD
  haskell-gtk/repos/community-x86_64/gtk2hs-gtk.install

-+
 /PKGBUILD   |  106 ++
 /gtk2hs-gtk.install |   36 +++
 community-i686/PKGBUILD |   53 -
 community-i686/gtk2hs-gtk.install   |   18 -
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/gtk2hs-gtk.install |   18 -
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 13:53:58 UTC (rev 125754)
+++ community-i686/PKGBUILD 2015-01-11 13:54:12 UTC (rev 125755)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=haskell-gtk
-pkgver=0.13.3
-pkgrel=2
-pkgdesc="Binding to the gtk library for Gtk2Hs."
-url="http://hackage.haskell.org/package/gtk";
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-depends=('ghc' 'gtk2' "haskell-pango" 'haskell-mtl')
-makedepends=("gtk2hs-buildtools")
-provides=('gtk2hs-gtk')
-replaces=('gtk2hs-gtk')
-conflicts=('gtk2hs-gtk')
-options=('strip' 'staticlibs')
-install=gtk2hs-gtk.install
-source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
-md5sums=('e2075e9397616ef7f5225205b0002c91')
-
-build() {
-  cd ${srcdir}/gtk-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/haskell-gtk \
---libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]="$1=${_ver}"
-fi
-done
-}
-
-package() {
-  _update_deps ghc
-  _update_deps haskell-mtl
-  _update_deps haskell-pango
-
-  cd ${srcdir}/gtk-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-gtk/register.sh
-  install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-gtk/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/haskell-gtk/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/gtk2hs-gtk
-  runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-gtk/repos/community-i686/PKGBUILD (from rev 125754, 
haskell-gtk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 13:54:12 UTC (rev 125755)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-gtk
+pkgver=0.13.4
+pkgrel=1
+pkgdesc="Binding to the gtk library for Gtk2Hs."
+url="http://hackage.haskell.org/package/gtk";
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+depends=('ghc' 'gtk2' "haskell-pango" 'haskell-mtl')
+makedepends=("gtk2hs-buildtools")
+provides=('gtk2hs-gtk')
+replaces=('gtk2hs-gtk')
+conflicts=('gtk2hs-gtk')
+options=('strip' 'staticlibs')
+install=gtk2hs-gtk.install
+source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
+md5sums=('5c6716be7e4d98899e6288ae280b3678')
+
+build() {
+  cd ${srcdir}/gtk-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/haskell-gtk \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]="$1=${_ver}"
+fi
+done
+}
+
+package() {
+  _update_deps ghc
+  _update_deps haskell-mtl
+  _update_deps haskell-pango
+
+  cd ${srcdir}/gtk-${pkgver}
+  install -D -m744 register.sh   
${pkgdir}/usr/sh

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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 14:54:20
  Author: spupykin
Revision: 125756

upgpkg: haskell-pango 0.13.0.5-1

upd

Modified:
  haskell-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 13:54:12 UTC (rev 125755)
+++ PKGBUILD2015-01-11 13:54:20 UTC (rev 125756)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=haskell-pango
-pkgver=0.13.0.4
-pkgrel=2
+pkgver=0.13.0.5
+pkgrel=1
 pkgdesc="Binding to the pango library for Gtk2Hs."
 url="http://hackage.haskell.org/package/pango";
 license=('LGPL2.1')
@@ -17,7 +17,7 @@
 options=('strip' 'staticlibs')
 install=gtk2hs-pango.install
 
source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
-md5sums=('46fed0649d5b7be7b76b2275d9fcde97')
+md5sums=('603f56b967ea25cd904aa2b5588ba68a')
 
 build() {
   cd ${srcdir}/pango-${pkgver}


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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 14:54:33
  Author: spupykin
Revision: 125757

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

Added:
  haskell-pango/repos/community-i686/PKGBUILD
(from rev 125756, haskell-pango/trunk/PKGBUILD)
  haskell-pango/repos/community-i686/gtk2hs-pango.install
(from rev 125756, haskell-pango/trunk/gtk2hs-pango.install)
  haskell-pango/repos/community-x86_64/PKGBUILD
(from rev 125756, haskell-pango/trunk/PKGBUILD)
  haskell-pango/repos/community-x86_64/gtk2hs-pango.install
(from rev 125756, haskell-pango/trunk/gtk2hs-pango.install)
Deleted:
  haskell-pango/repos/community-i686/PKGBUILD
  haskell-pango/repos/community-i686/gtk2hs-pango.install
  haskell-pango/repos/community-x86_64/PKGBUILD
  haskell-pango/repos/community-x86_64/gtk2hs-pango.install

---+
 /PKGBUILD |  110 
 /gtk2hs-pango.install |   36 ++
 community-i686/PKGBUILD   |   55 
 community-i686/gtk2hs-pango.install   |   18 -
 community-x86_64/PKGBUILD |   55 
 community-x86_64/gtk2hs-pango.install |   18 -
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 13:54:20 UTC (rev 125756)
+++ community-i686/PKGBUILD 2015-01-11 13:54:33 UTC (rev 125757)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=haskell-pango
-pkgver=0.13.0.4
-pkgrel=2
-pkgdesc="Binding to the pango library for Gtk2Hs."
-url="http://hackage.haskell.org/package/pango";
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'pango' 'haskell-glib' 'haskell-cairo')
-makedepends=("gtk2hs-buildtools")
-provides=('gtk2hs-pango')
-replaces=('gtk2hs-pango')
-conflicts=('gtk2hs-pango')
-options=('strip' 'staticlibs')
-install=gtk2hs-pango.install
-source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
-md5sums=('46fed0649d5b7be7b76b2275d9fcde97')
-
-build() {
-  cd ${srcdir}/pango-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/haskell-pango \
---libsubdir=\$compiler/site-local/\$pkgid
-  sed -i 's|import Foreign.C.Types.*(CULong, CUInt)|import Foreign.C.Types 
(CULong(..), CUInt(..))|' Graphics/Rendering/Pango/Types.chs
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]="$1=${_ver}"
-fi
-done
-}
-
-package() {
-  _update_deps ghc
-  _update_deps haskell-glib
-  _update_deps haskell-cairo
-
-  cd ${srcdir}/pango-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-pango/register.sh
-  install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-pango/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/haskell-pango/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/pango
-  runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-pango/repos/community-i686/PKGBUILD (from rev 125756, 
haskell-pango/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 13:54:33 UTC (rev 125757)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-pango
+pkgver=0.13.0.5
+pkgrel=1
+pkgdesc="Binding to the pango library for Gtk2Hs."
+url="http://hackage.haskell.org/package/pango";
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'pango' 'haskell-glib' 'haskell-cairo')
+makedepends=("gtk2hs-buildtools")
+provides=('gtk2hs-pango')
+replaces=('gtk2hs-pango')
+conflicts=('gtk2hs-pango')
+options=('strip' 'staticlibs')
+install=gtk2hs-pango.install
+source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
+md5sums=('603f56b967ea25cd904aa2b5588ba68a')
+
+build() {
+  cd ${srcdir}/pango-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/haskell-pango \
+--libsubdir=\$compiler/site-local/\$pkgid
+  sed -i 's|import Foreign.C.Types.*(CULong, CUInt)|import Foreign.C.Types 
(CULong(..), CUInt(..))|' Graphics/Rendering/Pango/Types.chs
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-scrip

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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 14:53:58
  Author: spupykin
Revision: 125754

upgpkg: haskell-gtk 0.13.4-1

upd

Modified:
  haskell-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 13:53:55 UTC (rev 125753)
+++ PKGBUILD2015-01-11 13:53:58 UTC (rev 125754)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=haskell-gtk
-pkgver=0.13.3
-pkgrel=2
+pkgver=0.13.4
+pkgrel=1
 pkgdesc="Binding to the gtk library for Gtk2Hs."
 url="http://hackage.haskell.org/package/gtk";
 license=('LGPL2.1')
@@ -16,7 +16,7 @@
 options=('strip' 'staticlibs')
 install=gtk2hs-gtk.install
 
source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
-md5sums=('e2075e9397616ef7f5225205b0002c91')
+md5sums=('5c6716be7e4d98899e6288ae280b3678')
 
 build() {
   cd ${srcdir}/gtk-${pkgver}


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

2015-01-11 Thread Bartłomiej Piotrowski
Date: Sunday, January 11, 2015 @ 14:56:51
  Author: bpiotrowski
Revision: 228921

upgpkg: mplayer 37353-1

- bump to the latest revision
- add libdvd* libraries to {make,}depends (FS#43295)

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 13:37:12 UTC (rev 228920)
+++ PKGBUILD2015-01-11 13:56:51 UTC (rev 228921)
@@ -5,7 +5,7 @@
 
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
-pkgver=37344
+pkgver=37353
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=(
@@ -15,19 +15,19 @@
   'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse' 'fribidi' 'unzip' 'mesa'
   'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 'libbluray'
   'libcdio-paranoia' 'opus' 'subversion' 'x264' 'libx264' 'rtmpdump' 'gnutls'
-  'gsm'
+  'gsm' 'libdvdcss' 'libdvdread' 'libdvdnav'
 )
 license=('GPL')
 url='http://www.mplayerhq.hu/'
 options=('!buildflags' '!emptydirs')
 source=($pkgbase-$pkgver::svn://svn.mplayerhq.hu/mplayer/trunk#revision=$pkgver
-http://ffmpeg.org/releases/ffmpeg-2.5.2.tar.bz2
+http://ffmpeg.org/releases/ffmpeg-2.5.3.tar.bz2
 mplayer.desktop
 cdio-includes.patch
 include-samba-4.0.patch
 revert-icl-fixes.patch)
 md5sums=('SKIP'
- '308d49d91752ac00ded9483ebaab849d'
+ 'efba7c5cfbea9ce58ff693cd08f90ffa'
  '62f44a58f072b2b1a3c3d3e4976d64b3'
  '7b5be7191aafbea64218dc4916343bbc'
  '868a92bdef148df7f38bfa992b26ce9d'
@@ -87,7 +87,7 @@
 'opencore-amr' 'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga'
 'fribidi' 'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123'
 'libass' 'libxxf86vm' 'libbluray' 'libcdio-paranoia' 'opus' 'rtmpdump'
-'gsm' 'gnutls'
+'gsm' 'gnutls' 'libdvdnav'
   )
 
   cd $pkgbase-$pkgver
@@ -110,7 +110,7 @@
 'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore'
 'opencore-amr' 'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2'
 'schroedinger' 'mpg123' 'libass' 'libbluray' 'libcdio-paranoia'
-'libvorbis' 'opus' 'rtmpdump' 'gsm'
+'libvorbis' 'opus' 'rtmpdump' 'gsm' 'libdvdnav'
   )
 
   make -C $pkgbase-$pkgver DESTDIR="$pkgdir" install-mencoder 
install-mencoder-man


[arch-commits] Commit in mplayer/repos (28 files)

2015-01-11 Thread Bartłomiej Piotrowski
Date: Sunday, January 11, 2015 @ 14:57:21
  Author: bpiotrowski
Revision: 228922

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

Added:
  mplayer/repos/testing-i686/PKGBUILD
(from rev 228921, mplayer/trunk/PKGBUILD)
  mplayer/repos/testing-i686/cdio-includes.patch
(from rev 228921, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/testing-i686/include-samba-4.0.patch
(from rev 228921, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/testing-i686/mplayer.desktop
(from rev 228921, mplayer/trunk/mplayer.desktop)
  mplayer/repos/testing-i686/mplayer.install
(from rev 228921, mplayer/trunk/mplayer.install)
  mplayer/repos/testing-i686/mplayer.png
(from rev 228921, mplayer/trunk/mplayer.png)
  mplayer/repos/testing-i686/revert-icl-fixes.patch
(from rev 228921, mplayer/trunk/revert-icl-fixes.patch)
  mplayer/repos/testing-x86_64/PKGBUILD
(from rev 228921, mplayer/trunk/PKGBUILD)
  mplayer/repos/testing-x86_64/cdio-includes.patch
(from rev 228921, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/testing-x86_64/include-samba-4.0.patch
(from rev 228921, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/testing-x86_64/mplayer.desktop
(from rev 228921, mplayer/trunk/mplayer.desktop)
  mplayer/repos/testing-x86_64/mplayer.install
(from rev 228921, mplayer/trunk/mplayer.install)
  mplayer/repos/testing-x86_64/mplayer.png
(from rev 228921, mplayer/trunk/mplayer.png)
  mplayer/repos/testing-x86_64/revert-icl-fixes.patch
(from rev 228921, mplayer/trunk/revert-icl-fixes.patch)
Deleted:
  mplayer/repos/testing-i686/PKGBUILD
  mplayer/repos/testing-i686/cdio-includes.patch
  mplayer/repos/testing-i686/include-samba-4.0.patch
  mplayer/repos/testing-i686/mplayer.desktop
  mplayer/repos/testing-i686/mplayer.install
  mplayer/repos/testing-i686/mplayer.png
  mplayer/repos/testing-i686/revert-icl-fixes.patch
  mplayer/repos/testing-x86_64/PKGBUILD
  mplayer/repos/testing-x86_64/cdio-includes.patch
  mplayer/repos/testing-x86_64/include-samba-4.0.patch
  mplayer/repos/testing-x86_64/mplayer.desktop
  mplayer/repos/testing-x86_64/mplayer.install
  mplayer/repos/testing-x86_64/mplayer.png
  mplayer/repos/testing-x86_64/revert-icl-fixes.patch

+
 /PKGBUILD  |  236 +++
 /cdio-includes.patch   |   86 +++
 /include-samba-4.0.patch   |   24 +++
 /mplayer.desktop   |   44 +
 /mplayer.install   |   22 ++
 /revert-icl-fixes.patch|  132 +
 testing-i686/PKGBUILD  |  118 ---
 testing-i686/cdio-includes.patch   |   43 -
 testing-i686/include-samba-4.0.patch   |   12 -
 testing-i686/mplayer.desktop   |   22 --
 testing-i686/mplayer.install   |   11 -
 testing-i686/revert-icl-fixes.patch|   66 
 testing-x86_64/PKGBUILD|  118 ---
 testing-x86_64/cdio-includes.patch |   43 -
 testing-x86_64/include-samba-4.0.patch |   12 -
 testing-x86_64/mplayer.desktop |   22 --
 testing-x86_64/mplayer.install |   11 -
 testing-x86_64/revert-icl-fixes.patch  |   66 
 18 files changed, 544 insertions(+), 544 deletions(-)

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


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

2015-01-11 Thread Jaroslav Lichtblau
Date: Sunday, January 11, 2015 @ 17:34:52
  Author: jlichtblau
Revision: 125759

archrelease: copy trunk to community-any

Added:
  impressive/repos/community-any/PKGBUILD
(from rev 125758, impressive/trunk/PKGBUILD)
Deleted:
  impressive/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-11 16:34:40 UTC (rev 125758)
+++ PKGBUILD2015-01-11 16:34:52 UTC (rev 125759)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-# Contributor: G_Syme 
-# Contributor: Daniel J Griffiths 
-
-pkgname=impressive
-pkgver=0.10.5
-pkgrel=1
-pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
-arch=('any')
-url='http://impressive.sourceforge.net'
-license=('GPL2')
-depends=('python2-pygame' 'python2-opengl' 'python2-pillow' 'ghostscript')
-optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF 
documents'
-'mplayer: for sound and video playback')
-source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz)
-md5sums=('1c902d584b489c5fbf2c6d3aed0b3407')
-
-prepare() {
-  cd "${srcdir}/Impressive-${pkgver}"
-
-# python2 fix
-  for file in $(find . -name '*.py' -print); do
-  sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-  sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd "${srcdir}/Impressive-${pkgver}"
-
-  install -d -m755 "${pkgdir}"/usr/{bin,share/{doc/${pkgname},man/man1}}
-  install -m755 ${pkgname}.py "${pkgdir}/usr/bin/${pkgname}"
-  install -m644 ${pkgname}.html demo.pdf changelog.txt 
"${pkgdir}/usr/share/doc/${pkgname}/"
-  install -m644 ${pkgname}.1 "${pkgdir}/usr/share/man/man1/"
-}

Copied: impressive/repos/community-any/PKGBUILD (from rev 125758, 
impressive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-11 16:34:52 UTC (rev 125759)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+# Contributor: G_Syme 
+# Contributor: Daniel J Griffiths 
+
+pkgname=impressive
+pkgver=0.11.0b
+pkgrel=1
+pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
+arch=('any')
+url='http://impressive.sourceforge.net'
+license=('GPL2')
+depends=('python2-pygame' 'python2-opengl' 'python2-pillow' 'ghostscript')
+optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF 
documents'
+'mplayer: for sound and video playback')
+source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz)
+sha256sums=('a96735cbd5f0c36dd9e499c068b3a991a852fda71b73acd36da6b764ea198ad9')
+
+prepare() {
+  cd "${srcdir}"/Impressive-${pkgver}
+
+# python2 fix
+  for file in $(find . -name '*.py' -print); do
+  sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+  sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}"/Impressive-${pkgver}
+
+  install -d -m755 "${pkgdir}"/usr/{bin,share/{doc/${pkgname},man/man1}}
+  install -m755 ${pkgname}.py "${pkgdir}"/usr/bin/$pkgname
+  install -m644 ${pkgname}.html demo.pdf changelog.txt 
"${pkgdir}"/usr/share/doc/$pkgname/
+  install -m644 ${pkgname}.1 "${pkgdir}"/usr/share/man/man1/
+}


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

2015-01-11 Thread Jaroslav Lichtblau
Date: Sunday, January 11, 2015 @ 17:34:40
  Author: jlichtblau
Revision: 125758

upgpkg: impressive 0.11.0b-1

Modified:
  impressive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 13:54:33 UTC (rev 125757)
+++ PKGBUILD2015-01-11 16:34:40 UTC (rev 125758)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Geoffroy Carrier 
 # Contributor: G_Syme 
 # Contributor: Daniel J Griffiths 
 
 pkgname=impressive
-pkgver=0.10.5
+pkgver=0.11.0b
 pkgrel=1
 pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
 arch=('any')
@@ -15,10 +15,10 @@
 optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF 
documents'
 'mplayer: for sound and video playback')
 
source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz)
-md5sums=('1c902d584b489c5fbf2c6d3aed0b3407')
+sha256sums=('a96735cbd5f0c36dd9e499c068b3a991a852fda71b73acd36da6b764ea198ad9')
 
 prepare() {
-  cd "${srcdir}/Impressive-${pkgver}"
+  cd "${srcdir}"/Impressive-${pkgver}
 
 # python2 fix
   for file in $(find . -name '*.py' -print); do
@@ -28,10 +28,10 @@
 }
 
 package() {
-  cd "${srcdir}/Impressive-${pkgver}"
+  cd "${srcdir}"/Impressive-${pkgver}
 
   install -d -m755 "${pkgdir}"/usr/{bin,share/{doc/${pkgname},man/man1}}
-  install -m755 ${pkgname}.py "${pkgdir}/usr/bin/${pkgname}"
-  install -m644 ${pkgname}.html demo.pdf changelog.txt 
"${pkgdir}/usr/share/doc/${pkgname}/"
-  install -m644 ${pkgname}.1 "${pkgdir}/usr/share/man/man1/"
+  install -m755 ${pkgname}.py "${pkgdir}"/usr/bin/$pkgname
+  install -m644 ${pkgname}.html demo.pdf changelog.txt 
"${pkgdir}"/usr/share/doc/$pkgname/
+  install -m644 ${pkgname}.1 "${pkgdir}"/usr/share/man/man1/
 }


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

2015-01-11 Thread Giovanni Scafora
Date: Sunday, January 11, 2015 @ 17:44:11
  Author: giovanni
Revision: 228923

upgpkg: weechat 1.1-1

upstream release

Modified:
  weechat/trunk/PKGBUILD
Deleted:
  weechat/trunk/fix_cmake31_shared_lib_compilation.patch

--+
 PKGBUILD |   15 ---
 fix_cmake31_shared_lib_compilation.patch |   22 --
 2 files changed, 4 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 13:57:21 UTC (rev 228922)
+++ PKGBUILD2015-01-11 16:44:11 UTC (rev 228923)
@@ -3,8 +3,8 @@
 # Contributor: lucke 
 
 pkgname=weechat
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.1
+pkgrel=1
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://www.weechat.org/";
@@ -12,18 +12,11 @@
 depends=('gnutls' 'curl' 'libgcrypt')
 makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
 optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2"{,.asc}
-fix_cmake31_shared_lib_compilation.patch)
-md5sums=('597b50e1340cfa7734f4ce72c3883705'
- 'SKIP'
- '3d0fb4bf0d622ee507bacf95878d614d')
-validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('5985f29ec2750aff4b89df1832d36b6f')
 
 prepare() {
   mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 < ../fix_cmake31_shared_lib_compilation.patch
 }
 
 build() {

Deleted: fix_cmake31_shared_lib_compilation.patch
===
--- fix_cmake31_shared_lib_compilation.patch2015-01-11 13:57:21 UTC (rev 
228922)
+++ fix_cmake31_shared_lib_compilation.patch2015-01-11 16:44:11 UTC (rev 
228923)
@@ -1,22 +0,0 @@
-commit 00ba2e8c4d07f9b580723df7c5823f0e413dc5f2
-Author: Sébastien Helleu 
-Date:   Thu Jan 1 13:23:57 2015 +0100
-
-core: fix compilation of plugins with cmake >= 3.1 (closes #287)
-
-The flag -fPIC is now forced for compilation of plugins.
-It should fix compilation problems when cmake doesn't add this flag.
-
-diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt
-index 95c457b..58193e3 100644
 a/src/plugins/CMakeLists.txt
-+++ b/src/plugins/CMakeLists.txt
-@@ -32,7 +32,7 @@ plugin-script-callback.c plugin-script-callback.h)
- include_directories(${CMAKE_BINARY_DIR})
- add_library(weechat_plugins STATIC ${LIB_PLUGINS_SRC})
- 
--add_definitions(${CMAKE_SHARED_LIBRARY_C_FLAGS})
-+add_definitions(${CMAKE_SHARED_LIBRARY_C_FLAGS} -fPIC)
- add_library(weechat_plugins_scripts STATIC ${LIB_PLUGINS_SCRIPTS_SRC})
- 
- include(CheckIncludeFiles)


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

2015-01-11 Thread Giovanni Scafora
Date: Sunday, January 11, 2015 @ 17:44:28
  Author: giovanni
Revision: 228924

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

Added:
  weechat/repos/extra-i686/PKGBUILD
(from rev 228923, weechat/trunk/PKGBUILD)
  weechat/repos/extra-x86_64/PKGBUILD
(from rev 228923, weechat/trunk/PKGBUILD)
Deleted:
  weechat/repos/extra-i686/PKGBUILD
  weechat/repos/extra-i686/fix_cmake31_shared_lib_compilation.patch
  weechat/repos/extra-x86_64/PKGBUILD
  weechat/repos/extra-x86_64/fix_cmake31_shared_lib_compilation.patch

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   45 -
 extra-i686/fix_cmake31_shared_lib_compilation.patch   |   22 
 extra-x86_64/PKGBUILD |   45 -
 extra-x86_64/fix_cmake31_shared_lib_compilation.patch |   22 
 5 files changed, 76 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-11 16:44:11 UTC (rev 228923)
+++ extra-i686/PKGBUILD 2015-01-11 16:44:28 UTC (rev 228924)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=1.0.1
-pkgrel=3
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('i686' 'x86_64')
-url="http://www.weechat.org/";
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2"{,.asc}
-fix_cmake31_shared_lib_compilation.patch)
-md5sums=('597b50e1340cfa7734f4ce72c3883705'
- 'SKIP'
- '3d0fb4bf0d622ee507bacf95878d614d')
-validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
-
-prepare() {
-  mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 < ../fix_cmake31_shared_lib_compilation.patch
-}
-
-build() {
-  cd build
-
-  cmake -Wno-dev ../${pkgname}-${pkgver} -DPREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: weechat/repos/extra-i686/PKGBUILD (from rev 228923, 
weechat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-11 16:44:28 UTC (rev 228924)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=1.1
+pkgrel=1
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/";
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('5985f29ec2750aff4b89df1832d36b6f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -Wno-dev ../${pkgname}-${pkgver} -DPREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: extra-i686/fix_cmake31_shared_lib_compilation.patch
===
--- extra-i686/fix_cmake31_shared_lib_compilation.patch 2015-01-11 16:44:11 UTC 
(rev 228923)
+++ extra-i686/fix_cmake31_shared_lib_compilation.patch 2015-01-11 16:44:28 UTC 
(rev 228924)
@@ -1,22 +0,0 @@
-commit 00ba2e8c4d07f9b580723df7c5823f0e413dc5f2
-Author: Sébastien Helleu 
-Date:   Thu Jan 1 13:23:57 2015 +0100
-
-core: fix compilation of plugins with cmake >= 3.1 (closes #287)
-
-The flag -fPIC is now forced for compilation of plugins.
-It should fix compilation problems when cmake doesn't add this flag.
-
-diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt
-index 95c457b..58193e3 100644
 a/src/plugins/CMakeLists.txt
-+++ b/src/plugins/CMakeLists.txt
-@@ -32,7 +32,7 @@ plugin-script-callback.c plugin-script-callback.h)
- include_directories(${CMAKE_BINARY_DIR})
- add_library(weechat_plugins STATIC ${LIB_PLUGINS_SRC})
- 
--add_definitions(${CMAKE_SHARED_LIBRARY_C_FLAGS})
-+add_definitions(${CMAKE_SHARED_LIBRARY_C_FLAGS} -fPIC)
- add_library(weechat_plugins_scripts STATIC ${LIB_PLUGINS_SCRIPTS_SRC})
- 
- include(CheckIncludeFiles)

Deleted: extra-x86_64/PKGBUILD

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

2015-01-11 Thread Lukas Fleischer
Date: Sunday, January 11, 2015 @ 18:41:42
  Author: lfleischer
Revision: 125760

upgpkg: python-pygit2 0.21.4-1

* Upstream update.
* Add upstream patch to fix init_repository().

Added:
  python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch
Modified:
  python-pygit2/trunk/PKGBUILD

+
 0001-Fix-data-type-of-options-in-init_repository.patch |   52 +++
 PKGBUILD   |   21 --
 2 files changed, 66 insertions(+), 7 deletions(-)

Added: 0001-Fix-data-type-of-options-in-init_repository.patch
===
--- 0001-Fix-data-type-of-options-in-init_repository.patch  
(rev 0)
+++ 0001-Fix-data-type-of-options-in-init_repository.patch  2015-01-11 
17:41:42 UTC (rev 125760)
@@ -0,0 +1,52 @@
+From 0437eb7b8b184da5b5700b5e0cd96e1f442d331e Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer 
+Date: Sat, 10 Jan 2015 20:38:39 +0100
+Subject: [PATCH] Fix data type of options in init_repository()
+
+Initializers for the char * fields of the git_repository_init_options
+structure must be cdata pointers.
+
+Signed-off-by: Lukas Fleischer 
+---
+ pygit2/__init__.py | 25 -
+ 1 file changed, 20 insertions(+), 5 deletions(-)
+
+diff --git a/pygit2/__init__.py b/pygit2/__init__.py
+index 2674063..995fe6c 100644
+--- a/pygit2/__init__.py
 b/pygit2/__init__.py
+@@ -86,11 +86,26 @@ def init_repository(path, bare=False,
+ C.git_repository_init_init_options(options, 
C.GIT_REPOSITORY_INIT_OPTIONS_VERSION)
+ options.flags = flags
+ options.mode = mode
+-options.workdir_path = to_bytes(workdir_path)
+-options.description = to_bytes(description)
+-options.template_path = to_bytes(template_path)
+-options.initial_head = to_bytes(initial_head)
+-options.origin_url = to_bytes(origin_url)
++
++if workdir_path:
++workdir_path_ref = ffi.new('char []', to_bytes(workdir_path))
++options.workdir_path = workdir_path_ref
++
++if description:
++description_ref = ffi.new('char []', to_bytes(description))
++options.description = description_ref
++
++if template_path:
++template_path_ref = ffi.new('char []', to_bytes(template_path))
++options.template_path = template_path_ref
++
++if initial_head:
++initial_head_ref = ffi.new('char []', to_bytes(initial_head))
++options.initial_head = initial_head_ref
++
++if origin_url:
++origin_url_ref = ffi.new('char []', to_bytes(origin_url))
++options.origin_url = origin_url_ref
+ 
+ # Call
+ crepository = ffi.new('git_repository **')
+-- 
+2.2.1
+

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 16:34:52 UTC (rev 125759)
+++ PKGBUILD2015-01-11 17:41:42 UTC (rev 125760)
@@ -3,19 +3,26 @@
 
 pkgbase=python-pygit2
 pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.21.1
-pkgrel=2
+pkgver=0.21.4
+pkgrel=1
 pkgdesc='Python bindings for libgit2'
 url="https://github.com/libgit2/pygit2";
 depends=(libgit2)
-makedepends=(python-cffi python2-cffi)
+makedepends=(python-cffi python2-cffi python-setuptools python2-setuptools)
 arch=(i686 x86_64)
 license=('GPL2')
-source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz)
-md5sums=('b453f5483b3da061aa6063916a4b6255')
+source=("https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz";
+0001-Fix-data-type-of-options-in-init_repository.patch)
+md5sums=('88a91e9e445d4b7a7a514528a7c7db5a'
+ '5ac0dbb060f98031bf5de851f33a1125')
 
+prepare() {
+  cd "pygit2-$pkgver"
+  patch -p1 -i ../0001-Fix-data-type-of-options-in-init_repository.patch
+}
+
 package_python-pygit2() {
-  cd pygit2-$pkgver
+  cd "pygit2-$pkgver"
   depends+=(python python-cffi)
   replaces=(python-libgit2)
   conflicts=(python-libgit2)
@@ -23,7 +30,7 @@
 }
 
 package_python2-pygit2() {
-  cd pygit2-$pkgver
+  cd "pygit2-$pkgver"
   depends+=(python2 python2-cffi)
   replaces=(python2-libgit2)
   conflicts=(python2-libgit2)


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

2015-01-11 Thread Lukas Fleischer
Date: Sunday, January 11, 2015 @ 18:41:55
  Author: lfleischer
Revision: 125761

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

Added:
  
python-pygit2/repos/community-i686/0001-Fix-data-type-of-options-in-init_repository.patch
(from rev 125760, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
  python-pygit2/repos/community-i686/PKGBUILD
(from rev 125760, python-pygit2/trunk/PKGBUILD)
  
python-pygit2/repos/community-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch
(from rev 125760, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
  python-pygit2/repos/community-x86_64/PKGBUILD
(from rev 125760, python-pygit2/trunk/PKGBUILD)
Deleted:
  python-pygit2/repos/community-i686/PKGBUILD
  python-pygit2/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |   76 
++
 community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   |   52 
++
 community-i686/PKGBUILD |   31 

 community-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch |   52 
++
 community-x86_64/PKGBUILD   |   31 

 5 files changed, 180 insertions(+), 62 deletions(-)

Copied: 
python-pygit2/repos/community-i686/0001-Fix-data-type-of-options-in-init_repository.patch
 (from rev 125760, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
===
--- community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
(rev 0)
+++ community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-01-11 17:41:55 UTC (rev 125761)
@@ -0,0 +1,52 @@
+From 0437eb7b8b184da5b5700b5e0cd96e1f442d331e Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer 
+Date: Sat, 10 Jan 2015 20:38:39 +0100
+Subject: [PATCH] Fix data type of options in init_repository()
+
+Initializers for the char * fields of the git_repository_init_options
+structure must be cdata pointers.
+
+Signed-off-by: Lukas Fleischer 
+---
+ pygit2/__init__.py | 25 -
+ 1 file changed, 20 insertions(+), 5 deletions(-)
+
+diff --git a/pygit2/__init__.py b/pygit2/__init__.py
+index 2674063..995fe6c 100644
+--- a/pygit2/__init__.py
 b/pygit2/__init__.py
+@@ -86,11 +86,26 @@ def init_repository(path, bare=False,
+ C.git_repository_init_init_options(options, 
C.GIT_REPOSITORY_INIT_OPTIONS_VERSION)
+ options.flags = flags
+ options.mode = mode
+-options.workdir_path = to_bytes(workdir_path)
+-options.description = to_bytes(description)
+-options.template_path = to_bytes(template_path)
+-options.initial_head = to_bytes(initial_head)
+-options.origin_url = to_bytes(origin_url)
++
++if workdir_path:
++workdir_path_ref = ffi.new('char []', to_bytes(workdir_path))
++options.workdir_path = workdir_path_ref
++
++if description:
++description_ref = ffi.new('char []', to_bytes(description))
++options.description = description_ref
++
++if template_path:
++template_path_ref = ffi.new('char []', to_bytes(template_path))
++options.template_path = template_path_ref
++
++if initial_head:
++initial_head_ref = ffi.new('char []', to_bytes(initial_head))
++options.initial_head = initial_head_ref
++
++if origin_url:
++origin_url_ref = ffi.new('char []', to_bytes(origin_url))
++options.origin_url = origin_url_ref
+ 
+ # Call
+ crepository = ffi.new('git_repository **')
+-- 
+2.2.1
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 17:41:42 UTC (rev 125760)
+++ community-i686/PKGBUILD 2015-01-11 17:41:55 UTC (rev 125761)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-
-pkgbase=python-pygit2
-pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.21.1
-pkgrel=2
-pkgdesc='Python bindings for libgit2'
-url="https://github.com/libgit2/pygit2";
-depends=(libgit2)
-makedepends=(python-cffi python2-cffi)
-arch=(i686 x86_64)
-license=('GPL2')
-source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz)
-md5sums=('b453f5483b3da061aa6063916a4b6255')
-
-package_python-pygit2() {
-  cd pygit2-$pkgver
-  depends+=(python python-cffi)
-  replaces=(python-libgit2)
-  conflicts=(python-libgit2)
-  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pygit2() {
-  cd pygit2-$pkgver
-  depends+=(python2 python2-cffi)
-  replaces=(python2-libgit2)
-  conflicts=(python2-libgit2)
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pygit2/repos/community-i686/PKGBUILD (from rev 125760, 
python-pygit2/trunk/PKGBUILD)
===

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

2015-01-11 Thread Antonio Rojas
Date: Sunday, January 11, 2015 @ 18:49:32
  Author: arojas
Revision: 125762

Update to 2.0.0

Modified:
  krecipes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 17:41:55 UTC (rev 125761)
+++ PKGBUILD2015-01-11 17:49:32 UTC (rev 125762)
@@ -5,9 +5,9 @@
 # Contributor: Adrià Arrufat 
 
 pkgname=krecipes
-pkgver=2.0beta2
-_pkgver=2.0-beta2
-pkgrel=6
+pkgver=2.0.0
+_pkgver=2.0.0
+pkgrel=1
 pkgdesc="A tool designed to make organizing your personal recipes collection 
fast and easy"
 arch=('i686' 'x86_64')
 url="http://extragear.kde.org/apps/krecipes/";
@@ -16,18 +16,9 @@
 makedepends=('cmake' 'automoc4' 'docbook-xsl')
 optdepends=('mariadb' 'postgresql')
 install=${pkgname}.install
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz
-
https://sourceforge.net/p/${pkgname}/patches/10/attachment/${pkgname}-tr.tar.gz)
-md5sums=('4c01ccad7ad1409cb35c824a61250fe2'
- 'f33f648df70c93f95fc32d50d0e12d7f')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver-1.tar.xz";)
+md5sums=('dbd40f4352ce885ff0e81242c69bf0fc')
 
-prepare() {
-  # include additional translations
-  # see https://sourceforge.net/p/krecipes/patches/10/
-  cp -r ${pkgname}-tr/po/ ${pkgname}-2.0-beta2/
-  patch -p0 -i ${pkgname}-tr/krecipes-tr.patch
-}
-
 build() {
   cd ${srcdir}
 
@@ -34,7 +25,7 @@
   mkdir build
   cd build
 
-  cmake ../${pkgname}-${_pkgver} \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make


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

2015-01-11 Thread Antonio Rojas
Date: Sunday, January 11, 2015 @ 18:50:14
  Author: arojas
Revision: 125763

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

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

---+
 /PKGBUILD |   76 
 /krecipes.install |   24 +++
 community-i686/PKGBUILD   |   47 --
 community-i686/krecipes.install   |   12 -
 community-x86_64/PKGBUILD |   47 --
 community-x86_64/krecipes.install |   12 -
 6 files changed, 100 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 17:49:32 UTC (rev 125762)
+++ community-i686/PKGBUILD 2015-01-11 17:50:14 UTC (rev 125763)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: shamrok 
-# Contributor: G_Syme 
-# Contributor: Adrià Arrufat 
-
-pkgname=krecipes
-pkgver=2.0beta2
-_pkgver=2.0-beta2
-pkgrel=6
-pkgdesc="A tool designed to make organizing your personal recipes collection 
fast and easy"
-arch=('i686' 'x86_64')
-url="http://extragear.kde.org/apps/krecipes/";
-license=('GPL')
-depends=('kdebase-runtime' 'qimageblitz' 'hicolor-icon-theme')
-makedepends=('cmake' 'automoc4' 'docbook-xsl')
-optdepends=('mariadb' 'postgresql')
-install=${pkgname}.install
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz
-
https://sourceforge.net/p/${pkgname}/patches/10/attachment/${pkgname}-tr.tar.gz)
-md5sums=('4c01ccad7ad1409cb35c824a61250fe2'
- 'f33f648df70c93f95fc32d50d0e12d7f')
-
-prepare() {
-  # include additional translations
-  # see https://sourceforge.net/p/krecipes/patches/10/
-  cp -r ${pkgname}-tr/po/ ${pkgname}-2.0-beta2/
-  patch -p0 -i ${pkgname}-tr/krecipes-tr.patch
-}
-
-build() {
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-
-  cmake ../${pkgname}-${_pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: krecipes/repos/community-i686/PKGBUILD (from rev 125762, 
krecipes/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 17:50:14 UTC (rev 125763)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: shamrok 
+# Contributor: G_Syme 
+# Contributor: Adrià Arrufat 
+
+pkgname=krecipes
+pkgver=2.0.0
+_pkgver=2.0.0
+pkgrel=1
+pkgdesc="A tool designed to make organizing your personal recipes collection 
fast and easy"
+arch=('i686' 'x86_64')
+url="http://extragear.kde.org/apps/krecipes/";
+license=('GPL')
+depends=('kdebase-runtime' 'qimageblitz' 'hicolor-icon-theme')
+makedepends=('cmake' 'automoc4' 'docbook-xsl')
+optdepends=('mariadb' 'postgresql')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver-1.tar.xz";)
+md5sums=('dbd40f4352ce885ff0e81242c69bf0fc')
+
+build() {
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/krecipes.install
===
--- community-i686/krecipes.install 2015-01-11 17:49:32 UTC (rev 125762)
+++ community-i686/krecipes.install 2015-01-11 17:50:14 UTC (rev 125763)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: krecipes/repos/community-i686/krecipes.install (from rev 125762, 
krecipes/trunk/krecipes.install)
===
--- community-i686/krecipes.install (rev 0)
+++ community-i686/krecipes.install 2015-01-11 17:50:14 UTC (rev 125763)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() 

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

2015-01-11 Thread Maxime Gauduin
Date: Sunday, January 11, 2015 @ 20:09:20
  Author: alucryd
Revision: 125764

upgpkg: beets 1.3.10-1

Modified:
  beets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 17:50:14 UTC (rev 125763)
+++ PKGBUILD2015-01-11 19:09:20 UTC (rev 125764)
@@ -3,8 +3,8 @@
 # Contributor: Adrian Sampson 
 
 pkgname=beets
-pkgver=1.3.8
-pkgrel=2
+pkgver=1.3.10
+pkgrel=1
 pkgdesc='Flexible music library manager and tagger'
 arch=('any')
 url='http://beets.radbox.org/'
@@ -28,7 +28,7 @@
 'python2-pylast: LastGenre plugin'
 'python2-requests: FetchArt plugin')
 
source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz";)
-sha256sums=('102ab9067d230c6d30a8f2e1139df8ddd4cf37873fd19cf6f32991fd403da21b')
+sha256sums=('ba3dd640964ced1e9c2d02bbe17177b33eff46186872537473ddf59675b3f637')
 
 build() {
   cd beets-${pkgver}


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

2015-01-11 Thread Maxime Gauduin
Date: Sunday, January 11, 2015 @ 20:09:48
  Author: alucryd
Revision: 125765

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
(from rev 125764, beets/trunk/PKGBUILD)
Deleted:
  beets/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-11 19:09:20 UTC (rev 125764)
+++ PKGBUILD2015-01-11 19:09:48 UTC (rev 125765)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Adrian Sampson 
-
-pkgname=beets
-pkgver=1.3.8
-pkgrel=2
-pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs'
- 'python2-setuptools' 'python2-unidecode' 'python2-yaml')
-optdepends=('bash-completion: Bash completion'
-'gst-plugins-bad: ReplayGain plugin'
-'gst-plugins-good: ReplayGain plugin'
-'gst-plugins-ugly: ReplayGain plugin'
-'gst-libav: ReplayGain plugin'
-'gst-python: ReplayGain plugin'
-'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
-'python2-flask: Web plugin'
-'python2-gobject: ReplayGain plugin'
-'python2-pyacoustid: Chromaprint/Acoustid plugin'
-'python2-pylast: LastGenre plugin'
-'python2-requests: FetchArt plugin')
-source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz";)
-sha256sums=('102ab9067d230c6d30a8f2e1139df8ddd4cf37873fd19cf6f32991fd403da21b')
-
-build() {
-  cd beets-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd beets-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 "${pkgdir}"/usr/share/man/man1/
-  install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/beets
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/beets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 125764, 
beets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-11 19:09:48 UTC (rev 125765)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Adrian Sampson 
+
+pkgname=beets
+pkgver=1.3.10
+pkgrel=1
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs'
+ 'python2-setuptools' 'python2-unidecode' 'python2-yaml')
+optdepends=('bash-completion: Bash completion'
+'gst-plugins-bad: ReplayGain plugin'
+'gst-plugins-good: ReplayGain plugin'
+'gst-plugins-ugly: ReplayGain plugin'
+'gst-libav: ReplayGain plugin'
+'gst-python: ReplayGain plugin'
+'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
+'python2-flask: Web plugin'
+'python2-gobject: ReplayGain plugin'
+'python2-pyacoustid: Chromaprint/Acoustid plugin'
+'python2-pylast: LastGenre plugin'
+'python2-requests: FetchArt plugin')
+source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz";)
+sha256sums=('ba3dd640964ced1e9c2d02bbe17177b33eff46186872537473ddf59675b3f637')
+
+build() {
+  cd beets-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd beets-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/man/man{1,5}
+  install -m 644 man/beet.1 "${pkgdir}"/usr/share/man/man1/
+  install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/beets
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/beets/
+}
+
+# vim: ts=2 sw=2 et:


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

2015-01-11 Thread Jelle van der Waa
Date: Sunday, January 11, 2015 @ 21:50:41
  Author: jelle
Revision: 125767

upgpkg: cppcheck 1.68-1

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 20:50:40 UTC (rev 125766)
+++ PKGBUILD2015-01-11 20:50:41 UTC (rev 125767)
@@ -2,8 +2,8 @@
 # Maintainer: Stéphane Gaudreault 
 
 pkgname=cppcheck
-pkgver=1.67
-pkgrel=2
+pkgver=1.68
+pkgrel=1
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('i686' 'x86_64')
 url="http://cppcheck.wiki.sourceforge.net/";
@@ -11,7 +11,7 @@
 depends=('qt5-base' 'python-pygments')
 makedepends=('docbook-xsl' 'qt5-tools' 'python')
 source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('14b886e5cac631cec11a3f8efbdeaed15ddcc7d3')
+sha1sums=('f08ef07f750f92fafe4f960166072e9d1088d74e')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2015-01-11 Thread Jaroslav Lichtblau
Date: Sunday, January 11, 2015 @ 21:50:40
  Author: jlichtblau
Revision: 125766

upgpkg: syncthing 0.10.19-1

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 19:09:48 UTC (rev 125765)
+++ PKGBUILD2015-01-11 20:50:40 UTC (rev 125766)
@@ -1,11 +1,12 @@
 # $Id$
 # Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
 # Contributor: Sauyon Lee 
 # Contributor: Kevin MacMartin 
 # Contributor: korjjj 
 
 pkgname=syncthing
-pkgver=0.10.18
+pkgver=0.10.19
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 url="http://syncthing.net/";


[arch-commits] Commit in syncthing/repos/community-x86_64 (10 files)

2015-01-11 Thread Jaroslav Lichtblau
Date: Sunday, January 11, 2015 @ 21:50:53
  Author: jlichtblau
Revision: 125768

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 125767, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 125767, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 125767, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing.service
(from rev 125767, syncthing/trunk/syncthing.service)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 125767, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing.service
  syncthing/repos/community-x86_64/syncthing@.service

+
 PKGBUILD   |  103 ++-
 syncthing.1|  188 +--
 syncthing.install  |   18 ++--
 syncthing.service  |   22 ++---
 syncthing@.service |   24 +++---
 5 files changed, 178 insertions(+), 177 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-11 20:50:41 UTC (rev 125767)
+++ PKGBUILD2015-01-11 20:50:53 UTC (rev 125768)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.10.18
-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"
-}

Copied: syncthing/repos/community-x86_64/PKGBUILD (from rev 125767, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-11 20:50:53 UTC (rev 125768)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.10.19
+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/s

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

2015-01-11 Thread Jelle van der Waa
Date: Sunday, January 11, 2015 @ 21:51:19
  Author: jelle
Revision: 125769

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 20:50:53 UTC (rev 125768)
+++ community-i686/PKGBUILD 2015-01-11 20:51:19 UTC (rev 125769)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=1.67
-pkgrel=2
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('i686' 'x86_64')
-url="http://cppcheck.wiki.sourceforge.net/";
-license=('GPL')
-depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools' 'python')
-source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('14b886e5cac631cec11a3f8efbdeaed15ddcc7d3')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   # Unicode fix
-   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
-
-   cd gui
-   qmake HAVE_RULES=yes
-   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-
-#   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
-
-   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-
-   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg
-   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
-}

Copied: cppcheck/repos/community-i686/PKGBUILD (from rev 125768, 
cppcheck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 20:51:19 UTC (rev 125769)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+
+pkgname=cppcheck
+pkgver=1.68
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('i686' 'x86_64')
+url="http://cppcheck.wiki.sourceforge.net/";
+license=('GPL')
+depends=('qt5-base' 'python-pygments')
+makedepends=('docbook-xsl' 'qt5-tools' 'python')
+source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('f08ef07f750f92fafe4f960166072e9d1088d74e')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   # Unicode fix
+   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
+
+   cd gui
+   qmake HAVE_RULES=yes
+   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+
+#   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
+
+   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
+
+   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg
+   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-11 20:50:53 UTC (rev 125768)
+++ community-x86_64/PKGBUILD   2015-01-11 20:51:19 UTC (rev 125769)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=1.67
-pkgrel=2
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('i686' 'x86_64')
-url="http://cppcheck.wiki.sourceforge.net/";
-license=('GPL')
-depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools' 'python')
-source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('14b886e5cac631cec11a3f8efbdeaed15ddcc7d3')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   # Unicode fix
-   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
-
-   cd gui
-   qmake HAVE_RU

[arch-commits] Commit in syncthing/repos/community-i686 (10 files)

2015-01-11 Thread Jaroslav Lichtblau
Date: Sunday, January 11, 2015 @ 21:54:27
  Author: jlichtblau
Revision: 125770

archrelease: copy trunk to community-i686

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 125769, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 125769, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 125769, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing.service
(from rev 125769, syncthing/trunk/syncthing.service)
  syncthing/repos/community-i686/syncthing@.service
(from rev 125769, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing.service
  syncthing/repos/community-i686/syncthing@.service

+
 PKGBUILD   |  103 ++-
 syncthing.1|  188 +--
 syncthing.install  |   18 ++--
 syncthing.service  |   22 ++---
 syncthing@.service |   24 +++---
 5 files changed, 178 insertions(+), 177 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-11 20:51:19 UTC (rev 125769)
+++ PKGBUILD2015-01-11 20:54:27 UTC (rev 125770)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.10.18
-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"
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 125769, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-11 20:54:27 UTC (rev 125770)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.10.19
+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 virt-manager/repos/community-any (4 files)

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 22:08:46
  Author: spupykin
Revision: 125772

archrelease: copy trunk to community-any

Added:
  virt-manager/repos/community-any/PKGBUILD
(from rev 125771, virt-manager/trunk/PKGBUILD)
  virt-manager/repos/community-any/virt-manager.install
(from rev 125771, virt-manager/trunk/virt-manager.install)
Deleted:
  virt-manager/repos/community-any/PKGBUILD
  virt-manager/repos/community-any/virt-manager.install

--+
 PKGBUILD |   92 -
 virt-manager.install |   46 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-11 21:08:35 UTC (rev 125771)
+++ PKGBUILD2015-01-11 21:08:46 UTC (rev 125772)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Wiersma 
-
-pkgbase=virt-manager
-pkgname=(virt-install virt-manager)
-pkgver=1.1.0
-pkgrel=4
-pkgdesc="Desktop user interface for managing virtual machines"
-arch=('any')
-url="http://virt-manager.org/";
-license=('GPL')
-depends=('python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber')
-makedepends=('gnome-doc-utils' 'intltool>=0.35.0'
-'dbus-python' 'gtk-vnc' 'rarian'
-'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
-'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
-'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
-'libvirt-glib' 'python2-gobject' 'vte3'
-'libosinfo')
-source=("http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz";)
-md5sums=('baf6eaa88b02bdd7a3c2fdd293eeb6ac')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  python2 setup.py build
-}
-
-package_virt-install() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  python2 setup.py install --root "$pkgdir"
-}
-
-package_virt-manager() {
-  install=virt-manager.install
-  depends=('virt-install'
-   'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
-   'gnome-doc-utils' 'intltool>=0.35.0'
-   'dbus-python' 'gtk-vnc' 'rarian'
-   'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
-   'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
-   'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
-   'libvirt-glib' 'python2-gobject' 'vte3'
-   'libosinfo')
-}

Copied: virt-manager/repos/community-any/PKGBUILD (from rev 125771, 
virt-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-11 21:08:46 UTC (rev 125772)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Wiersma 
+
+pkgbase=virt-manager
+pkgname=(virt-install virt-manager)
+pkgver=1.1.0
+pkgrel=5
+pkgdesc="Console user interface for managing virtual machines"
+arch=('any')
+url="http://virt-manager.org/";
+license=('GPL')
+depends=('python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
+'libosinfo' 'python2-ipaddr' 'python2-gobject')
+makedepends=('gnome-doc-utils' 'intltool>=0.35.0'
+'dbus-python' 'gtk-vnc' 'rarian'
+'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
+'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+'gnome-icon-theme' 'graphite' 'spice-gtk3'
+'libvirt-glib' 'vte3')
+source=("http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz";)
+md5sums=('baf6eaa88b02bdd7a3c2fdd293eeb6ac')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py build
+}
+
+package_virt-install() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py install --root "$pkgdir"
+}
+
+package_virt-manager() {
+  pkgdesc="Desktop user interface for managing virtual machines"
+  install=virt-manager.install
+  depends=('virt-install'
+   'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
+   'gnome-doc-utils' 'intltool>=0.35.0'
+   'dbus-python' 'gtk-vnc' 'rarian'
+   'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
+   'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+   'gnome-icon-theme' 'graphite' 'spice-gtk3'
+   'libvirt-glib' 'vte3')
+}

Deleted: virt-manager.install
===
--- virt-manager.install2015-01-11 21:08:35 UTC (rev 125771)
+++ virt-manager.install2015-01-11 21:08:46 UTC (rev 125772)
@@ -1,23 +0,0 @@
-post_install() {
-   [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-   pre_remove $1
-}
-
-post_upgrade() {
-   post_inst

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

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 22:08:35
  Author: spupykin
Revision: 125771

upgpkg: virt-manager 1.1.0-5

upd

Modified:
  virt-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 20:54:27 UTC (rev 125770)
+++ PKGBUILD2015-01-11 21:08:35 UTC (rev 125771)
@@ -6,19 +6,19 @@
 pkgbase=virt-manager
 pkgname=(virt-install virt-manager)
 pkgver=1.1.0
-pkgrel=4
-pkgdesc="Desktop user interface for managing virtual machines"
+pkgrel=5
+pkgdesc="Console user interface for managing virtual machines"
 arch=('any')
 url="http://virt-manager.org/";
 license=('GPL')
-depends=('python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber')
+depends=('python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
+'libosinfo' 'python2-ipaddr' 'python2-gobject')
 makedepends=('gnome-doc-utils' 'intltool>=0.35.0'
 'dbus-python' 'gtk-vnc' 'rarian'
 'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
 'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
-'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
-'libvirt-glib' 'python2-gobject' 'vte3'
-'libosinfo')
+'gnome-icon-theme' 'graphite' 'spice-gtk3'
+'libvirt-glib' 'vte3')
 
source=("http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz";)
 md5sums=('baf6eaa88b02bdd7a3c2fdd293eeb6ac')
 
@@ -33,6 +33,7 @@
 }
 
 package_virt-manager() {
+  pkgdesc="Desktop user interface for managing virtual machines"
   install=virt-manager.install
   depends=('virt-install'
'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
@@ -40,7 +41,6 @@
'dbus-python' 'gtk-vnc' 'rarian'
'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
-   'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
-   'libvirt-glib' 'python2-gobject' 'vte3'
-   'libosinfo')
+   'gnome-icon-theme' 'graphite' 'spice-gtk3'
+   'libvirt-glib' 'vte3')
 }


[arch-commits] Commit in unbound/trunk (PKGBUILD conf service)

2015-01-11 Thread Gaetan Bisson
Date: Sunday, January 11, 2015 @ 22:35:28
  Author: bisson
Revision: 125773

fix FS#43225

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/conf
  unbound/trunk/service

--+
 PKGBUILD |6 +++---
 conf |3 ++-
 service  |1 +
 3 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 21:08:46 UTC (rev 125772)
+++ PKGBUILD2015-01-11 21:35:28 UTC (rev 125773)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -20,8 +20,8 @@
 'conf')
 sha1sums=('5606c2246e7394bce88cc4f16edbd6b964237ea2'
   '456c91a253f9102e00e4a46a2f1b936aa2e3ed7c'
-  'b543ae6f8b87423bec095fca6b335a9ee43739a8'
-  '5d473ec2943fd85367cdb653fcd58e186f07383f')
+  '63fcc187cec6f262d81600e66c6747285c72ad15'
+  '98515708441cb831890a0b6d1986fd40649646c0')
 
 install=install
 

Modified: conf
===
--- conf2015-01-11 21:08:46 UTC (rev 125772)
+++ conf2015-01-11 21:35:28 UTC (rev 125773)
@@ -1,4 +1,5 @@
 server:
+  use-syslog: yes
   username: "unbound"
   directory: "/etc/unbound"
-  use-syslog: yes
+  trust-anchor-file: trusted-key.key

Modified: service
===
--- service 2015-01-11 21:08:46 UTC (rev 125772)
+++ service 2015-01-11 21:35:28 UTC (rev 125773)
@@ -3,6 +3,7 @@
 After=network.target
 
 [Service]
+ExecStartPre=/bin/cp -f /etc/trusted-key.key /etc/unbound/
 PIDFile=/run/unbound.pid
 ExecStart=/usr/bin/unbound -d
 ExecReload=/bin/kill -HUP $MAINPID


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

2015-01-11 Thread Gaetan Bisson
Date: Sunday, January 11, 2015 @ 22:36:09
  Author: bisson
Revision: 125774

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

Added:
  unbound/repos/testing-i686/
  unbound/repos/testing-i686/PKGBUILD
(from rev 125773, unbound/trunk/PKGBUILD)
  unbound/repos/testing-i686/conf
(from rev 125773, unbound/trunk/conf)
  unbound/repos/testing-i686/install
(from rev 125773, unbound/trunk/install)
  unbound/repos/testing-i686/lts.patch
(from rev 125773, unbound/trunk/lts.patch)
  unbound/repos/testing-i686/service
(from rev 125773, unbound/trunk/service)
  unbound/repos/testing-x86_64/
  unbound/repos/testing-x86_64/PKGBUILD
(from rev 125773, unbound/trunk/PKGBUILD)
  unbound/repos/testing-x86_64/conf
(from rev 125773, unbound/trunk/conf)
  unbound/repos/testing-x86_64/install
(from rev 125773, unbound/trunk/install)
  unbound/repos/testing-x86_64/lts.patch
(from rev 125773, unbound/trunk/lts.patch)
  unbound/repos/testing-x86_64/service
(from rev 125773, unbound/trunk/service)

--+
 testing-i686/PKGBUILD|   55 
 testing-i686/conf|5 +++
 testing-i686/install |   10 ++
 testing-i686/lts.patch   |   67 +
 testing-i686/service |   13 
 testing-x86_64/PKGBUILD  |   55 
 testing-x86_64/conf  |5 +++
 testing-x86_64/install   |   10 ++
 testing-x86_64/lts.patch |   67 +
 testing-x86_64/service   |   13 
 10 files changed, 300 insertions(+)

Copied: unbound/repos/testing-i686/PKGBUILD (from rev 125773, 
unbound/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-11 21:36:09 UTC (rev 125774)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.5.1
+pkgrel=4
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='http://unbound.net/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz";
+'lts.patch'
+'service'
+'conf')
+sha1sums=('5606c2246e7394bce88cc4f16edbd6b964237ea2'
+  '456c91a253f9102e00e4a46a2f1b936aa2e3ed7c'
+  '63fcc187cec6f262d81600e66c6747285c72ad15'
+  '98515708441cb831890a0b6d1986fd40649646c0')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -l -i ../lts.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --disable-rpath \
+   --with-libevent \
+   --with-rootkey-file=/etc/trusted-key.key \
+   --with-conf-file=/etc/unbound/unbound.conf \
+   --with-pidfile=/run/unbound.pid
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
+   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
+}

Copied: unbound/repos/testing-i686/conf (from rev 125773, unbound/trunk/conf)
===
--- testing-i686/conf   (rev 0)
+++ testing-i686/conf   2015-01-11 21:36:09 UTC (rev 125774)
@@ -0,0 +1,5 @@
+server:
+  use-syslog: yes
+  username: "unbound"
+  directory: "/etc/unbound"
+  trust-anchor-file: trusted-key.key

Copied: unbound/repos/testing-i686/install (from rev 125773, 
unbound/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2015-01-11 21:36:09 UTC (rev 125774)
@@ -0,0 +1,10 @@
+post_install() {
+   getent group unbound &>/dev/null || groupadd -r unbound >/dev/null
+   getent passwd unbound &>/dev/null || useradd -r -g unbound -d 
/etc/unbound -s /bin/false -c unbound unbound >/dev/null
+}
+
+post_remove() {
+   getent passwd unbound &>/dev/null && userdel unbound >/dev/null
+   getent group unbound &>/dev/null && groupdel unbound >/dev/null
+   return 0
+}

Copied: unbound/repos/testing-i686/lts.patch (from rev 125773, 
unbound/trunk/lts.patch)
===

[arch-commits] Commit in unbound/repos (testing-i686 testing-x86_64)

2015-01-11 Thread Gaetan Bisson
Date: Sunday, January 11, 2015 @ 22:39:26
  Author: bisson
Revision: 125775

it's in [community]

Deleted:
  unbound/repos/testing-i686/
  unbound/repos/testing-x86_64/


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

2015-01-11 Thread Gaetan Bisson
Date: Sunday, January 11, 2015 @ 22:40:36
  Author: bisson
Revision: 125776

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

Added:
  unbound/repos/community-testing-i686/
  unbound/repos/community-testing-i686/PKGBUILD
(from rev 125775, unbound/trunk/PKGBUILD)
  unbound/repos/community-testing-i686/conf
(from rev 125775, unbound/trunk/conf)
  unbound/repos/community-testing-i686/install
(from rev 125775, unbound/trunk/install)
  unbound/repos/community-testing-i686/lts.patch
(from rev 125775, unbound/trunk/lts.patch)
  unbound/repos/community-testing-i686/service
(from rev 125775, unbound/trunk/service)
  unbound/repos/community-testing-x86_64/
  unbound/repos/community-testing-x86_64/PKGBUILD
(from rev 125775, unbound/trunk/PKGBUILD)
  unbound/repos/community-testing-x86_64/conf
(from rev 125775, unbound/trunk/conf)
  unbound/repos/community-testing-x86_64/install
(from rev 125775, unbound/trunk/install)
  unbound/repos/community-testing-x86_64/lts.patch
(from rev 125775, unbound/trunk/lts.patch)
  unbound/repos/community-testing-x86_64/service
(from rev 125775, unbound/trunk/service)

+
 community-testing-i686/PKGBUILD|   55 
 community-testing-i686/conf|5 ++
 community-testing-i686/install |   10 +
 community-testing-i686/lts.patch   |   67 +++
 community-testing-i686/service |   13 ++
 community-testing-x86_64/PKGBUILD  |   55 
 community-testing-x86_64/conf  |5 ++
 community-testing-x86_64/install   |   10 +
 community-testing-x86_64/lts.patch |   67 +++
 community-testing-x86_64/service   |   13 ++
 10 files changed, 300 insertions(+)

Copied: unbound/repos/community-testing-i686/PKGBUILD (from rev 125775, 
unbound/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-01-11 21:40:36 UTC (rev 125776)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.5.1
+pkgrel=4
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='http://unbound.net/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz";
+'lts.patch'
+'service'
+'conf')
+sha1sums=('5606c2246e7394bce88cc4f16edbd6b964237ea2'
+  '456c91a253f9102e00e4a46a2f1b936aa2e3ed7c'
+  '63fcc187cec6f262d81600e66c6747285c72ad15'
+  '98515708441cb831890a0b6d1986fd40649646c0')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -l -i ../lts.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --disable-rpath \
+   --with-libevent \
+   --with-rootkey-file=/etc/trusted-key.key \
+   --with-conf-file=/etc/unbound/unbound.conf \
+   --with-pidfile=/run/unbound.pid
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
+   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
+}

Copied: unbound/repos/community-testing-i686/conf (from rev 125775, 
unbound/trunk/conf)
===
--- community-testing-i686/conf (rev 0)
+++ community-testing-i686/conf 2015-01-11 21:40:36 UTC (rev 125776)
@@ -0,0 +1,5 @@
+server:
+  use-syslog: yes
+  username: "unbound"
+  directory: "/etc/unbound"
+  trust-anchor-file: trusted-key.key

Copied: unbound/repos/community-testing-i686/install (from rev 125775, 
unbound/trunk/install)
===
--- community-testing-i686/install  (rev 0)
+++ community-testing-i686/install  2015-01-11 21:40:36 UTC (rev 125776)
@@ -0,0 +1,10 @@
+post_install() {
+   getent group unbound &>/dev/null || groupadd -r unbound >/dev/null
+   getent passwd unbound &>/dev/null || useradd -r -g unbound -d 
/etc/unbound -s /bin/false -c unbound unbound >/dev/null
+}
+
+post_remove() {
+   getent passw

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

2015-01-11 Thread Jelle van der Waa
Date: Sunday, January 11, 2015 @ 22:43:03
  Author: jelle
Revision: 125777

upgpkg: python-scipy 0.15.0-1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 21:40:36 UTC (rev 125776)
+++ PKGBUILD2015-01-11 21:43:03 UTC (rev 125777)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
@@ -15,6 +15,7 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
+#validpgpkeys=('9F8C0817E257343E841DF83DE814316FB3B4A560')
 validpgpkeys=('9F8C0817E257343E841DF83DE814316FB3B4A560')
 
 build() {
@@ -92,5 +93,5 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=('1bfedd3197b3e3f8cd131ae2c06a1bf5'
+md5sums=('639112f077f0aeb6d80718dc5019dc7a'
  'SKIP')


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

2015-01-11 Thread Jelle van der Waa
Date: Sunday, January 11, 2015 @ 22:43:45
  Author: jelle
Revision: 125778

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

Added:
  python-scipy/repos/community-i686/PKGBUILD
(from rev 125777, python-scipy/trunk/PKGBUILD)
  python-scipy/repos/community-x86_64/PKGBUILD
(from rev 125777, python-scipy/trunk/PKGBUILD)
Deleted:
  python-scipy/repos/community-i686/PKGBUILD
  python-scipy/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  194 
 community-i686/PKGBUILD   |   96 -
 community-x86_64/PKGBUILD |   96 -
 3 files changed, 194 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 21:43:03 UTC (rev 125777)
+++ community-i686/PKGBUILD 2015-01-11 21:43:45 UTC (rev 125778)
@@ -1,96 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Bodor Dávid Gábor 
-# Contributor: Andrzej Giniewicz 
-
-pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.14.1
-pkgrel=1
-pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
-arch=('i686' 'x86_64')
-url="http://www.scipy.org/";
-license=('BSD')
-makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
-validpgpkeys=('9F8C0817E257343E841DF83DE814316FB3B4A560')
-
-build() {
-  # Changing the arithmetic parameter (Thanks to Fabrizio Castellano)
-#  sed -i "s/\#define\ UNK\ 1/\#define\ IBMPC\ 1/" \
-#scipy-${pkgver}/scipy/special/cephes/mconf.h
-  export LDFLAGS="-Wall -shared"
-
-  # 2 builds
-  cp -r scipy-${pkgver} scipy-${pkgver}-py2
-
-  # build for python3
-  cd scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 build
-
-  # build for python2
-  cd ../scipy-${pkgver}-py2
-
-  for file in $(find . -name '*.py' -print); do
-   sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-   sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py config_fc --fcompiler=gnu95 build
-}
-
-check() {
-  # we need to do a temp install so we can import scipy
-  # also, the tests must not be run from the scipy source directory
-  export LDFLAGS="-Wall -shared"
-
-  cd ${srcdir}/scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python3.4/site-packages
-  cd ${srcdir}
-  python -c "from scipy import test; test('full')"
-
-  cd ${srcdir}/scipy-${pkgver}-py2
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python2.7/site-packages
-  cd ${srcdir}
-  python2 -c "from scipy import test; test('full')"
-}
-
-package_python-scipy() {
-  depends=('python-numpy')
-  provides=('python3-scipy' 'scipy')
-  optdepends=('python-pillow: for image saving module')
-
-  cd scipy-${pkgver}
-  export LDFLAGS="-Wall -shared"
-
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-scipy/LICENSE"
-}
-
-package_python2-scipy() {
-  depends=('python2-numpy')
-  optdepends=('python2-pillow: for image saving module')
-  conflicts=('python-scipy<0.9.0')
-
-  cd scipy-${pkgver}-py2
-  export LDFLAGS="-Wall -shared"
-
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-scipy/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('1bfedd3197b3e3f8cd131ae2c06a1bf5'
- 'SKIP')

Copied: python-scipy/repos/community-i686/PKGBUILD (from rev 125777, 
python-scipy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 21:43:45 UTC (rev 125778)
@@ -0,0 +1,97 @@
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Bodor Dávid Gábor 
+# Contributor: Andrzej Giniewicz 
+
+pkgname=('python-scipy' 'python2-scipy')
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
+arch=('i686' 'x86_64')
+url="http://www.scipy.org/";
+license=('BSD')
+makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-nose' 

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

2015-01-11 Thread Vesa Kaihlavirta
Date: Sunday, January 11, 2015 @ 23:06:27
  Author: vesa
Revision: 125779

Move back to sha256s since openbsd.org provides those

Modified:
  openntpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 21:43:45 UTC (rev 125778)
+++ PKGBUILD2015-01-11 22:06:27 UTC (rev 125779)
@@ -19,9 +19,9 @@
 'openntpd.tmpfiles'
 'openntpd.service')
 
-md5sums=('800c5d3ef2b8e3ac403698fdf0c54c2a'
- 'e363bdf1623401fba396c9486f3a9524'
- '682c431a66fc42b800844431946d3445')
+sha256sums=('071cfdcfc179c481568a2b8262945243a3123abfc7fa8831da1bbff3729b8307'
+'fe12841110c3c080519e248988c4b6334f54bd9646b015753c7e15de2a9600c5'
+'3239fc6f69d661cd9233233da9e68bebdf7b12888febbc2f2d794742db2d8ed1')
 
 build() {
   cd $pkgname-$pkgver


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

2015-01-11 Thread Gaetan Bisson
Date: Sunday, January 11, 2015 @ 23:18:46
  Author: bisson
Revision: 125780

db-move: moved unbound from [community-testing] to [community] (i686, x86_64)

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 125779, unbound/repos/community-testing-i686/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 125779, unbound/repos/community-testing-i686/conf)
  unbound/repos/community-i686/install
(from rev 125779, unbound/repos/community-testing-i686/install)
  unbound/repos/community-i686/lts.patch
(from rev 125779, unbound/repos/community-testing-i686/lts.patch)
  unbound/repos/community-i686/service
(from rev 125779, unbound/repos/community-testing-i686/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 125779, unbound/repos/community-testing-x86_64/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 125779, unbound/repos/community-testing-x86_64/conf)
  unbound/repos/community-x86_64/install
(from rev 125779, unbound/repos/community-testing-x86_64/install)
  unbound/repos/community-x86_64/lts.patch
(from rev 125779, unbound/repos/community-testing-x86_64/lts.patch)
  unbound/repos/community-x86_64/service
(from rev 125779, unbound/repos/community-testing-x86_64/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/install
  unbound/repos/community-i686/lts.patch
  unbound/repos/community-i686/service
  unbound/repos/community-testing-i686/
  unbound/repos/community-testing-x86_64/
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/lts.patch
  unbound/repos/community-x86_64/service

+
 /PKGBUILD  |  110 +++
 /conf  |   10 +++
 /install   |   20 ++
 /lts.patch |  134 +++
 /service   |   26 
 community-i686/PKGBUILD|   55 -
 community-i686/conf|4 -
 community-i686/install |   10 ---
 community-i686/lts.patch   |   67 -
 community-i686/service |   12 ---
 community-x86_64/PKGBUILD  |   55 -
 community-x86_64/conf  |4 -
 community-x86_64/install   |   10 ---
 community-x86_64/lts.patch |   67 -
 community-x86_64/service   |   12 ---
 15 files changed, 300 insertions(+), 296 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 22:06:27 UTC (rev 125779)
+++ community-i686/PKGBUILD 2015-01-11 22:18:46 UTC (rev 125780)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.5.1
-pkgrel=3
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='http://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz";
-'lts.patch'
-'service'
-'conf')
-sha1sums=('5606c2246e7394bce88cc4f16edbd6b964237ea2'
-  '456c91a253f9102e00e4a46a2f1b936aa2e3ed7c'
-  'b543ae6f8b87423bec095fca6b335a9ee43739a8'
-  '5d473ec2943fd85367cdb653fcd58e186f07383f')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -l -i ../lts.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --with-libevent \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 125779, 
unbound/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 22:18:46 UTC (rev 125780)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contrib

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

2015-01-11 Thread Dan McGee
Date: Sunday, January 11, 2015 @ 23:59:21
  Author: dan
Revision: 228926

upgpkg: python-pip 6.0.6-1

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 20:48:07 UTC (rev 228925)
+++ PKGBUILD2015-01-11 22:59:21 UTC (rev 228926)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet 
 
 pkgname=('python-pip' 'python2-pip')
-pkgver=6.0.3
+pkgver=6.0.6
 pkgrel=1
 pkgdesc="The PyPA recommended tool for installing Python packages"
 url="https://pip.pypa.io/";
@@ -11,8 +11,8 @@
 license=('MIT')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-md5sums=('1ca6788e57a176abbdf6d99d69f54ae0')
-sha256sums=('b091a35f5fa0faffac0b27b97e1e1e93ffe63b463c2ea8dbde0c1fb987933614')
+md5sums=('bbb17814bdf82187f46aaf9cec6b6caa')
+sha256sums=('3a14091299dcdb9bab9e9004ae67ac401f2b1b14a7c98de074ca74fdddf4bfa0')
 
 package_python-pip() {
   depends=('python' 'python-setuptools')


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

2015-01-11 Thread Dan McGee
Date: Sunday, January 11, 2015 @ 23:59:31
  Author: dan
Revision: 228927

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-11 22:59:21 UTC (rev 228926)
+++ PKGBUILD2015-01-11 22:59:31 UTC (rev 228927)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Sebastien Binet 
-
-pkgname=('python-pip' 'python2-pip')
-pkgver=6.0.3
-pkgrel=1
-pkgdesc="The PyPA recommended tool for installing Python packages"
-url="https://pip.pypa.io/";
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-md5sums=('1ca6788e57a176abbdf6d99d69f54ae0')
-sha256sums=('b091a35f5fa0faffac0b27b97e1e1e93ffe63b463c2ea8dbde0c1fb987933614')
-
-package_python-pip() {
-  depends=('python' 'python-setuptools')
-
-  cd "$srcdir/pip-$pkgver"
-  python setup.py build
-  python setup.py install --prefix=/usr --root="$pkgdir"
-
-  install -D -m644 LICENSE.txt \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pip() {
-  depends=('python2' 'python2-setuptools')
-  conflicts=('python-pyinstall')
-  replaces=('python-pyinstall')
-
-  cd "$srcdir/pip-$pkgver"
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-  
-  mv "$pkgdir/usr/bin/pip" "$pkgdir/usr/bin/pip2"
-  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \
-${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  
-  install -D -m644 LICENSE.txt \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pip/repos/extra-any/PKGBUILD (from rev 228926, 
python-pip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-11 22:59:31 UTC (rev 228927)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Sebastien Binet 
+
+pkgname=('python-pip' 'python2-pip')
+pkgver=6.0.6
+pkgrel=1
+pkgdesc="The PyPA recommended tool for installing Python packages"
+url="https://pip.pypa.io/";
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
+md5sums=('bbb17814bdf82187f46aaf9cec6b6caa')
+sha256sums=('3a14091299dcdb9bab9e9004ae67ac401f2b1b14a7c98de074ca74fdddf4bfa0')
+
+package_python-pip() {
+  depends=('python' 'python-setuptools')
+
+  cd "$srcdir/pip-$pkgver"
+  python setup.py build
+  python setup.py install --prefix=/usr --root="$pkgdir"
+
+  install -D -m644 LICENSE.txt \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pip() {
+  depends=('python2' 'python2-setuptools')
+  conflicts=('python-pyinstall')
+  replaces=('python-pyinstall')
+
+  cd "$srcdir/pip-$pkgver"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+  
+  mv "$pkgdir/usr/bin/pip" "$pkgdir/usr/bin/pip2"
+  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \
+${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  
+  install -D -m644 LICENSE.txt \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-01-11 Thread Daniel Micay
Date: Monday, January 12, 2015 @ 00:27:13
  Author: thestinger
Revision: 125781

upgpkg: linux-grsec 3.18.2.20150422-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 22:18:46 UTC (rev 125780)
+++ PKGBUILD2015-01-11 23:27:13 UTC (rev 125781)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-3.18
-_pkgver=3.18.1
+_pkgver=3.18.2
 _grsecver=3.0
-_timestamp=201501042021
+_timestamp=20150422
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -32,9 +32,9 @@
 )
 sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd'
 'SKIP'
-'4df87c395c94012544ca297db6608fe8e7c8fb5289641c4bfb4d9d87b6f06968'
+'927a30c152a193d22242de21b99c9765fb0086b0aa3fabd31938ffc6e1b3f37c'
 'SKIP'
-'03338895fcf3b03e2667f41df4dcea8300e466adfdbe62539c78df4a5d5f3a75'
+'6c89f74ff3bce9e1841deb1d4e9c78f3b870e37679103d44428287377f3299e9'
 'SKIP'
 '3730ac2c05934cdfa5f82001c3815b7ea307de2b57f38b4871fd1f73bb3bb0df'
 '8962b42de4526ce7252b51825fd9a9f2518d799b057650a4bbe3fb9cf05977d9'


[arch-commits] Commit in linux-grsec/repos (24 files)

2015-01-11 Thread Daniel Micay
Date: Monday, January 12, 2015 @ 00:28:24
  Author: thestinger
Revision: 125782

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 125781, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 125781, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 125781, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 125781, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 125781, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 125781, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 125781, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 125781, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 125781, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 125781, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 125781, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 125781, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  652 
 /change-default-console-loglevel.patch |   22 
 /config|14716 +++
 /config.x86_64 |14138 ++
 /linux-grsec.install   |  110 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  326 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7358 ---
 community-i686/config.x86_64   | 7069 ---
 community-i686/linux-grsec.install |   55 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  326 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7358 ---
 community-x86_64/config.x86_64 | 7069 ---
 community-x86_64/linux-grsec.install   |   55 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29666 insertions(+), 29666 deletions(-)

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


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

2015-01-11 Thread Jan Steffens
Date: Monday, January 12, 2015 @ 01:40:52
  Author: heftig
Revision: 228928

Fix FS#43413: use /var

Modified:
  networkmanager-openvpn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 22:59:31 UTC (rev 228927)
+++ PKGBUILD2015-01-12 00:40:52 UTC (rev 228928)
@@ -3,7 +3,7 @@
 
 pkgname=networkmanager-openvpn
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="NetworkManager VPN plugin for OpenVPN"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,11 +17,10 @@
 
 build() {
   cd NetworkManager-openvpn-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/networkmanager \
---enable-more-warnings=yes \
-   --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/networkmanager \
+--enable-more-warnings=yes \
+--disable-static
   make
 }
 


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

2015-01-11 Thread Jan Steffens
Date: Monday, January 12, 2015 @ 01:46:05
  Author: heftig
Revision: 228929

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

Added:
  networkmanager-openvpn/repos/testing-i686/PKGBUILD
(from rev 228928, networkmanager-openvpn/trunk/PKGBUILD)
  networkmanager-openvpn/repos/testing-i686/networkmanager-openvpn.install
(from rev 228928, 
networkmanager-openvpn/trunk/networkmanager-openvpn.install)
  networkmanager-openvpn/repos/testing-x86_64/PKGBUILD
(from rev 228928, networkmanager-openvpn/trunk/PKGBUILD)
  networkmanager-openvpn/repos/testing-x86_64/networkmanager-openvpn.install
(from rev 228928, 
networkmanager-openvpn/trunk/networkmanager-openvpn.install)
Deleted:
  networkmanager-openvpn/repos/testing-i686/PKGBUILD
  networkmanager-openvpn/repos/testing-i686/networkmanager-openvpn.install
  networkmanager-openvpn/repos/testing-x86_64/PKGBUILD
  networkmanager-openvpn/repos/testing-x86_64/networkmanager-openvpn.install

---+
 /PKGBUILD |   60 
 /networkmanager-openvpn.install   |   22 
 testing-i686/PKGBUILD |   31 
 testing-i686/networkmanager-openvpn.install   |   11 
 testing-x86_64/PKGBUILD   |   31 
 testing-x86_64/networkmanager-openvpn.install |   11 
 6 files changed, 82 insertions(+), 84 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-01-12 00:40:52 UTC (rev 228928)
+++ testing-i686/PKGBUILD   2015-01-12 00:46:05 UTC (rev 228929)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=networkmanager-openvpn
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="NetworkManager VPN plugin for OpenVPN"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.gnome.org/projects/NetworkManager/";
-depends=("libnm-gtk" 'openvpn' 'gtk3' 'libsecret')
-makedepends=('intltool')
-optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager')
-install=networkmanager-openvpn.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/${pkgver::3}/NetworkManager-openvpn-${pkgver}.tar.xz)
-sha256sums=('d0ad918c8d3736b690f0ed031c03251829fa110aa339e0e531e47100551f1bf0')
-
-build() {
-  cd NetworkManager-openvpn-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/networkmanager \
---enable-more-warnings=yes \
-   --disable-static
-  make
-}
-
-package() {
-  cd NetworkManager-openvpn-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: networkmanager-openvpn/repos/testing-i686/PKGBUILD (from rev 228928, 
networkmanager-openvpn/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-12 00:46:05 UTC (rev 228929)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=networkmanager-openvpn
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="NetworkManager VPN plugin for OpenVPN"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnome.org/projects/NetworkManager/";
+depends=("libnm-gtk" 'openvpn' 'gtk3' 'libsecret')
+makedepends=('intltool')
+optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager')
+install=networkmanager-openvpn.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/${pkgver::3}/NetworkManager-openvpn-${pkgver}.tar.xz)
+sha256sums=('d0ad918c8d3736b690f0ed031c03251829fa110aa339e0e531e47100551f1bf0')
+
+build() {
+  cd NetworkManager-openvpn-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/networkmanager \
+--enable-more-warnings=yes \
+--disable-static
+  make
+}
+
+package() {
+  cd NetworkManager-openvpn-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-i686/networkmanager-openvpn.install
===
--- testing-i686/networkmanager-openvpn.install 2015-01-12 00:40:52 UTC (rev 
228928)
+++ testing-i686/networkmanager-openvpn.install 2015-01-12 00:46:05 UTC (rev 
228929)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: 
networkmanager-openvpn/repos/testing-i686/networkmanager-openvpn.install (from 
rev 228928, networkmanager-openvpn/trunk/networkmanager-openvpn.install)
===
--- testing-i686/networkmanager-openvpn.install (rev 0)
+++ testing-i686/networkmanager-openvpn.install 2015-01-12 00:46:05 UTC (rev 
228929)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() 

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

2015-01-11 Thread Evangelos Foutras
Date: Monday, January 12, 2015 @ 03:39:18
  Author: foutrelis
Revision: 125783

upgpkg: shorewall 4.6.5.5-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 23:28:24 UTC (rev 125782)
+++ PKGBUILD2015-01-12 02:39:18 UTC (rev 125783)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.5.4
+pkgver=4.6.5.5
 pkgrel=1
 arch=('any')
 url="http://www.shorewall.net/";
@@ -13,9 +13,9 @@
 
source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/$pkgname-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall6-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('cfde438321efa644029c6cd0add081fc9ae4b6d3957f97746008547a911aa135'
-'8e57e664ca43df0cf738dd7733e3d33dbab75f7ac82b75daf6e0f5e8fb0d863e'
-'ad66e91aae744dc5172b21e2b511b7b6467a67b62bfd9044694f39773d31a52c')
+sha256sums=('9cd25256168223d663b2390884964c05ff95289686ed3ebccf3bcbaa93a3c031'
+'0aa89effdb02faaa0b346efb8ec62a00260936e12d27d3d01f2ffdbfbc2cb092'
+'d4d6f438c35491adac9d70d3676d5b52b2b30472486dcc5e8733805ed2f8023e')
 
 build() {
   for product in shorewall{,6,-core}; do


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

2015-01-11 Thread Evangelos Foutras
Date: Monday, January 12, 2015 @ 03:39:29
  Author: foutrelis
Revision: 125784

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 125783, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-12 02:39:18 UTC (rev 125783)
+++ PKGBUILD2015-01-12 02:39:29 UTC (rev 125784)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.5.4
-pkgrel=1
-arch=('any')
-url="http://www.shorewall.net/";
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('cfde438321efa644029c6cd0add081fc9ae4b6d3957f97746008547a911aa135'
-'8e57e664ca43df0cf738dd7733e3d33dbab75f7ac82b75daf6e0f5e8fb0d863e'
-'ad66e91aae744dc5172b21e2b511b7b6467a67b62bfd9044694f39773d31a52c')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 125783, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-12 02:39:29 UTC (rev 125784)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.6.5.5
+pkgrel=1
+arch=('any')
+url="http://www.shorewall.net/";
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('9cd25256168223d663b2390884964c05ff95289686ed3ebccf3bcbaa93a3c031'
+'0aa89effdb02faaa0b346efb8ec62a00260936e12d27d3d01f2ffdbfbc2cb092'
+'d4d6f438c35491adac9d70d3676d5b52b2b30472486dcc5e8733805ed2f8023e')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd "$srcdir/$product-$pkgver"
+./configure HOST=archlinux
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc="An iptables-based firewall for Linux systems"
+  depends=('shorewall-core' 'perl')
+  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasse

[arch-commits] Commit in font-bitstream-speedo/trunk (PKGBUILD xfonts.install)

2015-01-11 Thread Felix Yan
Date: Monday, January 12, 2015 @ 05:22:50
  Author: fyan
Revision: 228930

upgpkg: font-bitstream-speedo 1.0.2-2

don't use fc-cache -f

Modified:
  font-bitstream-speedo/trunk/PKGBUILD
  font-bitstream-speedo/trunk/xfonts.install

+
 PKGBUILD   |2 +-
 xfonts.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 00:46:05 UTC (rev 228929)
+++ PKGBUILD2015-01-12 04:22:50 UTC (rev 228930)
@@ -4,7 +4,7 @@
 
 pkgname=font-bitstream-speedo
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Bitstream Speedo fonts"
 arch=('any')
 url="http://xorg.freedesktop.org/";

Modified: xfonts.install
===
--- xfonts.install  2015-01-12 00:46:05 UTC (rev 228929)
+++ xfonts.install  2015-01-12 04:22:50 UTC (rev 228930)
@@ -1,6 +1,6 @@
 post_install() {
   echo -n "Updating font cache... "
-  fc-cache -f -s > /dev/null
+  fc-cache -s > /dev/null
   mkfontscale /usr/share/fonts/speedo
   mkfontdir /usr/share/fonts/speedo
   echo "done."


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

2015-01-11 Thread Felix Yan
Date: Monday, January 12, 2015 @ 05:23:48
  Author: fyan
Revision: 228932

upgpkg: python 3.4.2-2

enable loadable sqlite extensions (FS#43372)

Modified:
  python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 04:23:15 UTC (rev 228931)
+++ PKGBUILD2015-01-12 04:23:48 UTC (rev 228932)
@@ -7,7 +7,7 @@
 
 pkgname=python
 pkgver=3.4.2
-pkgrel=1
+pkgrel=2
 _pybasever=3.4
 pkgdesc="Next generation of the python high-level scripting language"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 license=('custom')
 url="http://www.python.org/";
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 
'hardening-wrapper')
 checkdepends=('gdb')
 optdepends=('python-setuptools'
 'python-pip'
@@ -56,6 +56,7 @@
   --with-dbmliborder=gdbm:ndbm \
   --with-system-ffi \
   --with-system-libmpdec \
+  --enable-loadable-sqlite-extensions \
   --without-ensurepip
 
   make
@@ -64,11 +65,12 @@
 check() {
   # test_site: http://bugs.python.org/issue21535
   # test_urllib2_localnet: domain "blackhole.snakebite.net" not exist ?!
+  # test_socket: domain "испытание.python.org" could not be resolved.
 
   cd Python-${pkgver}
   LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
   TERM=screen \
-"${srcdir}/Python-${pkgver}/python" -m test.regrtest -uall -x 
test_posixpath test_uuid test_site test_urllib2_localnet test_gdb
+"${srcdir}/Python-${pkgver}/python" -m test.regrtest -uall -x 
test_posixpath test_uuid test_site test_urllib2_localnet test_socket test_gdb
 }
 
 package() {


[arch-commits] Commit in font-bitstream-speedo/repos/extra-any (4 files)

2015-01-11 Thread Felix Yan
Date: Monday, January 12, 2015 @ 05:23:15
  Author: fyan
Revision: 228931

archrelease: copy trunk to extra-any

Added:
  font-bitstream-speedo/repos/extra-any/PKGBUILD
(from rev 228930, font-bitstream-speedo/trunk/PKGBUILD)
  font-bitstream-speedo/repos/extra-any/xfonts.install
(from rev 228930, font-bitstream-speedo/trunk/xfonts.install)
Deleted:
  font-bitstream-speedo/repos/extra-any/PKGBUILD
  font-bitstream-speedo/repos/extra-any/xfonts.install

+
 PKGBUILD   |   60 +++
 xfonts.install |   30 +--
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-12 04:22:50 UTC (rev 228930)
+++ PKGBUILD2015-01-12 04:23:15 UTC (rev 228931)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Jan de Groot 
-
-pkgname=font-bitstream-speedo
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Bitstream Speedo fonts"
-arch=('any')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('xorg-mkfontdir' 'xorg-mkfontscale' 'fontconfig')
-install=xfonts.install
-source=(http://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('13f6f107be164cfbf6be40d35ecf0c0f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --with-fontdir=/usr/share/fonts/speedo 
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/fonts/speedo"/fonts.*
-  
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: font-bitstream-speedo/repos/extra-any/PKGBUILD (from rev 228930, 
font-bitstream-speedo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-12 04:23:15 UTC (rev 228931)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Jan de Groot 
+
+pkgname=font-bitstream-speedo
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="Bitstream Speedo fonts"
+arch=('any')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('xorg-mkfontdir' 'xorg-mkfontscale' 'fontconfig')
+install=xfonts.install
+source=(http://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('13f6f107be164cfbf6be40d35ecf0c0f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --with-fontdir=/usr/share/fonts/speedo 
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/fonts/speedo"/fonts.*
+  
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: xfonts.install
===
--- xfonts.install  2015-01-12 04:22:50 UTC (rev 228930)
+++ xfonts.install  2015-01-12 04:23:15 UTC (rev 228931)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -f -s > /dev/null
-  mkfontscale /usr/share/fonts/speedo
-  mkfontdir /usr/share/fonts/speedo
-  echo "done."
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: font-bitstream-speedo/repos/extra-any/xfonts.install (from rev 228930, 
font-bitstream-speedo/trunk/xfonts.install)
===
--- xfonts.install  (rev 0)
+++ xfonts.install  2015-01-12 04:23:15 UTC (rev 228931)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s > /dev/null
+  mkfontscale /usr/share/fonts/speedo
+  mkfontdir /usr/share/fonts/speedo
+  echo "done."
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-01-11 Thread Felix Yan
Date: Monday, January 12, 2015 @ 05:24:32
  Author: fyan
Revision: 228933

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

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

---+
 /PKGBUILD |  192 
 extra-i686/PKGBUILD   |   94 ---
 extra-x86_64/PKGBUILD |   94 ---
 3 files changed, 192 insertions(+), 188 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-12 04:23:48 UTC (rev 228932)
+++ extra-i686/PKGBUILD 2015-01-12 04:24:32 UTC (rev 228933)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Allan McRae 
-# Contributor: Jason Chu 
-
-pkgname=python
-pkgver=3.4.2
-pkgrel=1
-_pybasever=3.4
-pkgdesc="Next generation of the python high-level scripting language"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.python.org/";
-depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
-checkdepends=('gdb')
-optdepends=('python-setuptools'
-'python-pip'
-'sqlite'
-'mpdecimal: for decimal'
-'xz: for lzma'
-'tk: for tkinter')
-options=('!makeflags')
-provides=('python3')
-replaces=('python3')
-source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
-sha1sums=('0727d8a8498733baabe6f51632b9bab0cbaa9ada')
-
-prepare() {
-  cd Python-${pkgver}
-
-  # FS#23997
-  sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py
-
-  # Ensure that we are using the system copy of various libraries (expat, 
zlib, libffi, and libmpdec),
-  # rather than copies shipped in the tarball
-  rm -r Modules/expat
-  rm -r Modules/zlib
-  rm -r Modules/_ctypes/{darwin,libffi}*
-  rm -r Modules/_decimal/libmpdec
-}
-
-build() {
-  cd Python-${pkgver}
-
-  # Disable bundled pip & setuptools
-  ./configure --prefix=/usr \
-  --enable-shared \
-  --with-threads \
-  --with-computed-gotos \
-  --enable-ipv6 \
-  --with-valgrind \
-  --with-system-expat \
-  --with-dbmliborder=gdbm:ndbm \
-  --with-system-ffi \
-  --with-system-libmpdec \
-  --without-ensurepip
-
-  make
-}
-
-check() {
-  # test_site: http://bugs.python.org/issue21535
-  # test_urllib2_localnet: domain "blackhole.snakebite.net" not exist ?!
-
-  cd Python-${pkgver}
-  LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
-  TERM=screen \
-"${srcdir}/Python-${pkgver}/python" -m test.regrtest -uall -x 
test_posixpath test_uuid test_site test_urllib2_localnet test_gdb
-}
-
-package() {
-  cd Python-${pkgver}
-  make DESTDIR="${pkgdir}" install maninstall
-
-  # Why are these not done by default...
-  ln -s python3   "${pkgdir}"/usr/bin/python
-  ln -s python3-config"${pkgdir}"/usr/bin/python-config
-  ln -s idle3 "${pkgdir}"/usr/bin/idle
-  ln -s pydoc3"${pkgdir}"/usr/bin/pydoc
-  ln -s python${_pybasever}.1 "${pkgdir}"/usr/share/man/man1/python.1
-
-  # Fix FS#22552
-  ln -sf ../../libpython${_pybasever}m.so \
-
"${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}m/libpython${_pybasever}m.so"
-
-  # Clean-up reference to build directory
-  sed -i "s|$srcdir/Python-${pkgver}:||" 
"$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}m/Makefile"
-
-  # License
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python/repos/extra-i686/PKGBUILD (from rev 228932, 
python/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-12 04:24:32 UTC (rev 228933)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgname=python
+pkgver=3.4.2
+pkgrel=2
+_pybasever=3.4
+pkgdesc="Next generation of the python high-level scripting language"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.python.org/";
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 
'hardening-wrapper')
+checkdepends=('gdb')
+optdepends=('python-setuptools'
+'python-pip'
+'sqlite'
+'mpdecimal: for decimal'
+'xz: for lzma'
+'tk: for tkinter')
+options=('!makeflags')
+provides=('python3')
+replaces=('python3')
+source=(http://www.python.org/ftp/p

[arch-commits] Commit in fossil/trunk (PKGBUILD zsh.completion)

2015-01-11 Thread Anatol Pomozov
Date: Monday, January 12, 2015 @ 05:29:10
  Author: anatolik
Revision: 125785

Add zsh completion file from fossil-tip AUR package

Added:
  fossil/trunk/zsh.completion
Modified:
  fossil/trunk/PKGBUILD

+
 PKGBUILD   |3 +++
 zsh.completion |   20 
 2 files changed, 23 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 02:39:29 UTC (rev 125784)
+++ PKGBUILD2015-01-12 04:29:10 UTC (rev 125785)
@@ -19,6 +19,7 @@
   fossil.service
   fossil-xinetd
   bash.completion
+  zsh.completion
   http://www.fossil-scm.org/download/fossil-src-$_date_pkgver.tar.gz
 )
 sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
@@ -25,6 +26,7 @@
 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
 '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
 'e22e19dba1a4be6a62af0b77ff0267c2a0f19edf2f6a9133ee64246fae5d87da'
+'2099785dd126c59e4abf2d13cc40aee8dcc562f7737c9897f07845888b1d40ae'
 'c9882f9beb95695db7402dbd03d8fbf082e1109429175af4d57e089bcd2db387')
 
 build() {
@@ -40,6 +42,7 @@
   install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
   install -Dm644 fossil.service 
"$pkgdir"/usr/lib/systemd/system/fossil@.service
   install -Dm644 bash.completion 
"$pkgdir"/usr/share/bash-completion/completions/fossil
+  install -Dm644 zsh.completion $pkgdir/usr/share/zsh/site-functions/_fossil
 
   cd fossil-src-$_date_pkgver
   install -Dm755 fossil "$pkgdir"/usr/bin/fossil

Added: zsh.completion
===
--- zsh.completion  (rev 0)
+++ zsh.completion  2015-01-12 04:29:10 UTC (rev 125785)
@@ -0,0 +1,20 @@
+#compdef fossil
+
+local curcontext="$curcontext" state line expl ret=1
+typeset -A opt_args
+
+_arguments -C \
+'(-)--help[print help information]' \
+'--args -- FILE [read args and files from file]' \
+'1: :->cmds' \
+'*:: :->args' && ret=0
+
+_fossil_cmds=($(LC_ALL=C fossil help -a))
+_fossil_commands() {
+  compadd "$@" -k _fossil_cmds
+}
+case $state in
+  cmds)
+  _wanted commands expl 'fossil help' _fossil_commands && ret=0
+  ;;
+esac


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

2015-01-11 Thread Felix Yan
Date: Monday, January 12, 2015 @ 05:29:27
  Author: fyan
Revision: 125786

upgpkg: lib32-curl 7.40.0-1

sync with [testing]

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 04:29:10 UTC (rev 125785)
+++ PKGBUILD2015-01-12 04:29:27 UTC (rev 125786)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.39.0
+pkgver=7.40.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 license=('MIT')
 depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}")
 source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('88c5650122873712296d4b1db3f12e6c'
+md5sums=('58943642ea0ed050ab0431ea1caf3a6f'
  'SKIP')
 validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
 


[arch-commits] Commit in lib32-curl/repos (3 files)

2015-01-11 Thread Felix Yan
Date: Monday, January 12, 2015 @ 05:29:50
  Author: fyan
Revision: 125787

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-curl/repos/multilib-testing-x86_64/
  lib32-curl/repos/multilib-testing-x86_64/PKGBUILD
(from rev 125786, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-testing-x86_64/curlbuild.h
(from rev 125786, lib32-curl/trunk/curlbuild.h)

-+
 PKGBUILD|   63 ++
 curlbuild.h |9 
 2 files changed, 72 insertions(+)

Copied: lib32-curl/repos/multilib-testing-x86_64/PKGBUILD (from rev 125786, 
lib32-curl/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-01-12 04:29:50 UTC (rev 125787)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.40.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library (32-bit)"
+arch=('x86_64')
+url="http://curl.haxx.se";
+license=('MIT')
+depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}")
+source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('58943642ea0ed050ab0431ea1caf3a6f'
+ 'SKIP')
+validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{share,bin}
+  
+  # license
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "$_pkgname" "$pkgdir/usr/share/licenses/$pkgname"
+
+  # devel
+  find "${pkgdir}/usr/include/curl" -type f -not -name curlbuild.h -delete
+  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/$_pkgname/curlbuild-32.h"
+}

Copied: lib32-curl/repos/multilib-testing-x86_64/curlbuild.h (from rev 125786, 
lib32-curl/trunk/curlbuild.h)
===
--- multilib-testing-x86_64/curlbuild.h (rev 0)
+++ multilib-testing-x86_64/curlbuild.h 2015-01-12 04:29:50 UTC (rev 125787)
@@ -0,0 +1,9 @@
+#include 
+
+#if __WORDSIZE == 32
+#include "curlbuild-32.h"
+#elif __WORDSIZE == 64
+#include "curlbuild-64.h"
+#else
+#error "Unknown word size"
+#endif


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

2015-01-11 Thread Evgeniy Alekseev
Date: Monday, January 12, 2015 @ 05:46:32
  Author: arcanis
Revision: 125788

upgpkg: geogebra 5.0.57.0-1

Modified:
  geogebra/trunk/ChangeLog
  geogebra/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2015-01-12 04:29:50 UTC (rev 125787)
+++ ChangeLog   2015-01-12 04:46:32 UTC (rev 125788)
@@ -1,3 +1,6 @@
+5.0.57.0-1:
+upstream update
+
 5.0.56.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 04:29:50 UTC (rev 125787)
+++ PKGBUILD2015-01-12 04:46:32 UTC (rev 125788)
@@ -5,7 +5,7 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=5.0.56.0
+pkgver=5.0.57.0
 pkgrel=1
 pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
 arch=('any')
@@ -37,5 +37,5 @@
   install -Dm644 "geogebra.png" "${pkgdir}/usr/share/pixmaps/geogebra.png"
 }
 
-md5sums=('ec1b4d071607bb20c0b6c264af828233'
+md5sums=('721ea6a99eca993f76414b642d26b81b'
  'fc4a3140ceb50967598a620eb85219f4')


[arch-commits] Commit in geogebra/repos/community-any (8 files)

2015-01-11 Thread Evgeniy Alekseev
Date: Monday, January 12, 2015 @ 05:46:55
  Author: arcanis
Revision: 125789

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/ChangeLog
(from rev 125788, geogebra/trunk/ChangeLog)
  geogebra/repos/community-any/PKGBUILD
(from rev 125788, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra
(from rev 125788, geogebra/trunk/geogebra)
  geogebra/repos/community-any/geogebra.install
(from rev 125788, geogebra/trunk/geogebra.install)
Deleted:
  geogebra/repos/community-any/ChangeLog
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra
  geogebra/repos/community-any/geogebra.install

--+
 ChangeLog|   15 +
 PKGBUILD |   82 ++---
 geogebra |   14 -
 geogebra.install |   28 +-
 4 files changed, 71 insertions(+), 68 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-01-12 04:46:32 UTC (rev 125788)
+++ ChangeLog   2015-01-12 04:46:55 UTC (rev 125789)
@@ -1,6 +0,0 @@
-5.0.56.0-1:
-upstream update
-
-5.0.53.0-1:
-upstream update
-

Copied: geogebra/repos/community-any/ChangeLog (from rev 125788, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-01-12 04:46:55 UTC (rev 125789)
@@ -0,0 +1,9 @@
+5.0.57.0-1:
+upstream update
+
+5.0.56.0-1:
+upstream update
+
+5.0.53.0-1:
+upstream update
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-12 04:46:32 UTC (rev 125788)
+++ PKGBUILD2015-01-12 04:46:55 UTC (rev 125789)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=5.0.56.0
-pkgrel=1
-pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
- 'shared-mime-info' 'xdg-utils')
-makedepends=('gendesk')
-source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
-geogebra)
-install=geogebra.install
-changelog=ChangeLog
-
-prepare() {
-  gendesk -f -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" \
-  --name="GeoGebra" \
-  --categories="Education;Science;Math" \
-  
--mimetypes="application/vnd.geogebra.file;application/vnd.geogebra.tool"
-}
-
-package() {
-  cd "GeoGebra-Linux-Portable-${pkgver}"
-
-  install -Dm755 "${srcdir}/geogebra" "${pkgdir}/usr/bin/geogebra"
-  install -dm755 "${pkgdir}/usr/share/geogebra"
-  install "geogebra/"* -t "${pkgdir}/usr/share/geogebra/"
-
-  install -Dm644 "${srcdir}/geogebra.desktop" 
"${pkgdir}/usr/share/applications/geogebra.desktop"
-  install -Dm644 "geogebra.png" "${pkgdir}/usr/share/pixmaps/geogebra.png"
-}
-
-md5sums=('ec1b4d071607bb20c0b6c264af828233'
- 'fc4a3140ceb50967598a620eb85219f4')

Copied: geogebra/repos/community-any/PKGBUILD (from rev 125788, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-12 04:46:55 UTC (rev 125789)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Felipe Hommen 
+# Contributor: moostik 
+
+pkgname=geogebra
+pkgver=5.0.57.0
+pkgrel=1
+pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
+ 'shared-mime-info' 'xdg-utils')
+makedepends=('gendesk')
+source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
+geogebra)
+install=geogebra.install
+changelog=ChangeLog
+
+prepare() {
+  gendesk -f -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" \
+  --name="GeoGebra" \
+  --categories="Education;Science;Math" \
+  
--mimetypes="application/vnd.geogebra.file;application/vnd.geogebra.tool"
+}
+
+package() {
+  cd "GeoGebra-Linux-Portable-${pkgver}"
+
+  install -Dm755 "${srcdir}/geogebra" "${pkgdir}/usr/bin/geogebra"
+  install -dm755 "${pkgdir}/usr/share/geogebra"
+  install "geogebra/"* -t "${pkgdir}/usr/share/geogebra/"
+
+  install -Dm644 "${srcdir}/geogebra.desktop" 
"${pkgdir}/usr/share/applications/geogebra.desktop"
+  install -Dm644 "geogebra.png" "${pkgdir}/usr/share/pixmaps/geogebra.png"
+}
+
+md5sums=('721ea6a99eca993f76414b642d26b81b'
+ 'fc4a3140ceb50967598a620eb85219f4')

Deleted: geogebra

[arch-commits] Commit in pacman/trunk (PKGBUILD pacman-4.2.0-roundup.patch)

2015-01-11 Thread Allan McRae
Date: Monday, January 12, 2015 @ 06:54:31
  Author: allan
Revision: 228934

upgpkg: pacman 4.2.0-6

pull from upstream maint branch

Modified:
  pacman/trunk/PKGBUILD
  pacman/trunk/pacman-4.2.0-roundup.patch

+
 PKGBUILD   |   10 ++-
 pacman-4.2.0-roundup.patch |  131 +--
 2 files changed, 122 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 04:24:32 UTC (rev 228933)
+++ PKGBUILD2015-01-12 05:54:31 UTC (rev 228934)
@@ -5,7 +5,7 @@
 
 pkgname=pacman
 pkgver=4.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A library-based package manager with dependency support"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org/pacman/";
@@ -13,6 +13,7 @@
 groups=('base' 'base-devel')
 depends=('bash' 'glibc' 'libarchive>=3.1.2' 'curl>=7.39.0'
  'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
+makedepends=('asciidoc')   # roundup patch alters docs
 checkdepends=('python2' 'fakechroot')
 provides=('pacman-contrib')
 conflicts=('pacman-contrib')
@@ -28,8 +29,8 @@
  'SKIP'
  '2db6c94709bb30cc614a176ecf8badb1'
  'de74a13618347f08ae4a9637f74471c4'
- '0d07f2a750ba20d114c3adc799d371de'
- '8b8e478e3b6f785f6fb0029f792cea38')
+ '03d578816b56852d803cbafac85b9f09'
+ 'abe3baaf610d9cc42b4e3748c936bbce')
 validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD')  # Allan McRae 

 
 prepare() {
@@ -37,6 +38,9 @@
   
   # v4.2.0-13-gacc639a
   patch -p1 -i $srcdir/pacman-4.2.0-roundup.patch
+  
+  # fix bad translation mistake - corrected in transifex
+  sed -i 's#pacman-db-update#pacman-db-upgrade#' src/pacman/po/nl.po
 }
 
 build() {

Modified: pacman-4.2.0-roundup.patch
===
--- pacman-4.2.0-roundup.patch  2015-01-12 04:24:32 UTC (rev 228933)
+++ pacman-4.2.0-roundup.patch  2015-01-12 05:54:31 UTC (rev 228934)
@@ -1,3 +1,16 @@
+diff --git a/contrib/paccache.sh.in b/contrib/paccache.sh.in
+index 6a68d4d..1690583 100644
+--- a/contrib/paccache.sh.in
 b/contrib/paccache.sh.in
+@@ -256,6 +256,8 @@ while :; do
+   delete=1 ;;
+   -u|--uninstalled)
+   IFS=$'\n' read -r -d '' -a ign < <(pacman -Qq)
++  # pacman -Qq may exit with an error, thus making ign an 
empty array
++  (( ${#ign[@]} )) || die 'failed to retrieve the list of 
installed packages'
+   blacklist+=("${ign[@]}")
+   unset ign ;;
+   -V|--version)
 diff --git a/contrib/paclist.sh.in b/contrib/paclist.sh.in
 index 1c10b32..f4fd540 100644
 --- a/contrib/paclist.sh.in
@@ -11,8 +24,61 @@
echo
printf "List all packages installed from a given repository\n" 
"${myname}"
echo
+diff --git a/contrib/updpkgsums.sh.in b/contrib/updpkgsums.sh.in
+index b0d2d69..7b92efe 100644
+--- a/contrib/updpkgsums.sh.in
 b/contrib/updpkgsums.sh.in
+@@ -82,9 +82,6 @@ fi
+ export BUILDDIR=$(mktemp -d --tmpdir updpkgsums.XX)
+ newbuildfile=$(mktemp --tmpdir updpkgsums.XX)
+ 
+-# In case the eventual replacement fails, we don't want to leave behind
+-# $newbuildfile as garbage in $TMPDIR. This fails silently if the replacement
+-# succeeds.
+ trap "rm -rf '$BUILDDIR' '$newbuildfile'" EXIT
+ newsums=$(makepkg -g -p "$buildfile") || die 'Failed to generate new 
checksums'
+ awk -v newsums="$newsums" '
+@@ -100,8 +97,9 @@ awk -v newsums="$newsums" '
+   END { if (!w) print newsums }
+ ' "$buildfile" > "$newbuildfile" || die 'Failed to write new PKGBUILD'
+ 
+-# Replace the original buildfile.
+-if ! mv -- "$newbuildfile" "$buildfile"; then
++# Rewrite the original buildfile. Use cat instead of mv/cp to preserve
++# permissions implicitly.
++if ! cat -- "$newbuildfile" >"$buildfile"; then
+   die "Failed to update %s. The file has not been modified." "$buildfile"
+ fi
+ 
+diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
+index 7fa91ff..c95c41d 100644
+--- a/doc/PKGBUILD.5.txt
 b/doc/PKGBUILD.5.txt
+@@ -216,7 +216,7 @@ underscore and the architecture name e.g., 
'checkdepends_x86_64=()'.
+   and are not utilized by pacman during dependency resolution. The format
+   for specifying optdepends is:
+ 
+-  optdepends=('fakeroot: for makepkg usage as normal user')
++  optdepends=('python: for library bindings')
+ +
+ Additional architecture-specific optdepends can be added by appending an
+ underscore and the architecture name e.g., 'optdepends_x86_64=()'.
+@@ -336,10 +336,9 @@ files into the packaging directory, with optional 
`prepare()`, `build()`, and
+ *package() Function*::
+   The `package()` function is used to install files into the directory 
that
+   will become the root directory of the built package and is run after all
+-  the optional functions listed below. When specified in 

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

2015-01-11 Thread Allan McRae
Date: Monday, January 12, 2015 @ 06:56:24
  Author: allan
Revision: 228935

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

Added:
  pacman/repos/testing-i686/
  pacman/repos/testing-i686/PKGBUILD
(from rev 228934, pacman/trunk/PKGBUILD)
  pacman/repos/testing-i686/makepkg.conf
(from rev 228934, pacman/trunk/makepkg.conf)
  pacman/repos/testing-i686/pacman-4.2.0-roundup.patch
(from rev 228934, pacman/trunk/pacman-4.2.0-roundup.patch)
  pacman/repos/testing-i686/pacman.conf.i686
(from rev 228934, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-i686/pacman.conf.x86_64
(from rev 228934, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/testing-x86_64/
  pacman/repos/testing-x86_64/PKGBUILD
(from rev 228934, pacman/trunk/PKGBUILD)
  pacman/repos/testing-x86_64/makepkg.conf
(from rev 228934, pacman/trunk/makepkg.conf)
  pacman/repos/testing-x86_64/pacman-4.2.0-roundup.patch
(from rev 228934, pacman/trunk/pacman-4.2.0-roundup.patch)
  pacman/repos/testing-x86_64/pacman.conf.i686
(from rev 228934, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-x86_64/pacman.conf.x86_64
(from rev 228934, pacman/trunk/pacman.conf.x86_64)

---+
 testing-i686/PKGBUILD |  101 
 testing-i686/makepkg.conf |  146 +++
 testing-i686/pacman-4.2.0-roundup.patch   |  342 
 testing-i686/pacman.conf.i686 |   90 +++
 testing-i686/pacman.conf.x86_64   |   99 
 testing-x86_64/PKGBUILD   |  101 
 testing-x86_64/makepkg.conf   |  146 +++
 testing-x86_64/pacman-4.2.0-roundup.patch |  342 
 testing-x86_64/pacman.conf.i686   |   90 +++
 testing-x86_64/pacman.conf.x86_64 |   99 
 10 files changed, 1556 insertions(+)

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


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

2015-01-11 Thread Felix Yan
Date: Monday, January 12, 2015 @ 08:13:26
  Author: fyan
Revision: 228937

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

Added:
  perl-dbi/repos/extra-i686/PKGBUILD
(from rev 228936, perl-dbi/trunk/PKGBUILD)
  perl-dbi/repos/extra-x86_64/PKGBUILD
(from rev 228936, perl-dbi/trunk/PKGBUILD)
Deleted:
  perl-dbi/repos/extra-i686/PKGBUILD
  perl-dbi/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-12 07:12:41 UTC (rev 228936)
+++ extra-i686/PKGBUILD 2015-01-12 07:13:26 UTC (rev 228937)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-dbi
-pkgver=1.632
-pkgrel=1
-pkgdesc="Database independent interface for Perl"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBI/";
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('285fc34c1ee20125aabbd50bc3e587fb')
-
-build() {
-  cd DBI-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBI-${pkgver}
-  make test
-}
-
-package() {
-  cd DBI-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-dbi/repos/extra-i686/PKGBUILD (from rev 228936, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-12 07:13:26 UTC (rev 228937)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-dbi
+pkgver=1.633
+pkgrel=1
+pkgdesc="Database independent interface for Perl"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DBI/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
+md5sums=('b4fe13b9a51c1446c5f3cf93e69a2044')
+
+build() {
+  cd DBI-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd DBI-${pkgver}
+  make test
+}
+
+package() {
+  cd DBI-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-12 07:12:41 UTC (rev 228936)
+++ extra-x86_64/PKGBUILD   2015-01-12 07:13:26 UTC (rev 228937)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-dbi
-pkgver=1.632
-pkgrel=1
-pkgdesc="Database independent interface for Perl"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBI/";
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('285fc34c1ee20125aabbd50bc3e587fb')
-
-build() {
-  cd DBI-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBI-${pkgver}
-  make test
-}
-
-package() {
-  cd DBI-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-dbi/repos/extra-x86_64/PKGBUILD (from rev 228936, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-12 07:13:26 UTC (rev 228937)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-dbi
+pkgver=1.633
+pkgrel=1
+pkgdesc="Database independent interface for Perl"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DBI/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
+md5sums=('b4fe13b9a51c1446c5f3cf93e69a2044')
+
+build() {
+  cd DBI-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd DBI-${pkgver}
+  make test
+}
+
+package() {
+  cd DBI-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2015-01-11 Thread Felix Yan
Date: Monday, January 12, 2015 @ 08:12:41
  Author: fyan
Revision: 228936

upgpkg: perl-dbi 1.633-1

upstream new release

Modified:
  perl-dbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 05:56:24 UTC (rev 228935)
+++ PKGBUILD2015-01-12 07:12:41 UTC (rev 228936)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-dbi
-pkgver=1.632
+pkgver=1.633
 pkgrel=1
 pkgdesc="Database independent interface for Perl"
 arch=('i686' 'x86_64')
@@ -9,9 +9,10 @@
 url="http://search.cpan.org/dist/DBI/";
 license=('GPL' 'PerlArtistic')
 depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('285fc34c1ee20125aabbd50bc3e587fb')
+md5sums=('b4fe13b9a51c1446c5f3cf93e69a2044')
 
 build() {
   cd DBI-${pkgver}


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2015-01-11 Thread Andrea Scarpino
Date: Monday, January 12, 2015 @ 08:47:14
  Author: andrea
Revision: 228939

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

Added:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
(from rev 228938, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD
(from rev 228938, extra-cmake-modules/trunk/PKGBUILD)
Deleted:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-12 07:47:05 UTC (rev 228938)
+++ extra-i686/PKGBUILD 2015-01-12 07:47:14 UTC (rev 228939)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=extra-cmake-modules
-pkgver=1.6.0
-_pkgver=5.6.0
-pkgrel=1
-pkgdesc='Extra modules and scripts for CMake'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=("http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('4fa1fd83a05cbf651166f30d1a23e005')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: extra-cmake-modules/repos/extra-i686/PKGBUILD (from rev 228938, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-12 07:47:14 UTC (rev 228939)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=1.6.1
+_pkgver=5.6.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=("http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('b95e2184c1e1b2929239ff241271721c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-12 07:47:05 UTC (rev 228938)
+++ extra-x86_64/PKGBUILD   2015-01-12 07:47:14 UTC (rev 228939)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=extra-cmake-modules
-pkgver=1.6.0
-_pkgver=5.6.0
-pkgrel=1
-pkgdesc='Extra modules and scripts for CMake'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=("http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('4fa1fd83a05cbf651166f30d1a23e005')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: extra-cmake-modules/repos/extra-x86_64/PKGBUILD (from rev 228938, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-12 07:47:14 UTC (rev 228939)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=1.6.1
+_pkgver=5.6.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=("http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('b95e2184c1e1b2929239ff241271721c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver}

[arch-commits] Commit in extra-cmake-modules/trunk (PKGBUILD)

2015-01-11 Thread Andrea Scarpino
Date: Monday, January 12, 2015 @ 08:47:05
  Author: andrea
Revision: 228938

upgpkg: extra-cmake-modules 1.6.1-1

Upstream release

Modified:
  extra-cmake-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 07:13:26 UTC (rev 228937)
+++ PKGBUILD2015-01-12 07:47:05 UTC (rev 228938)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=extra-cmake-modules
-pkgver=1.6.0
+pkgver=1.6.1
 _pkgver=5.6.0
 pkgrel=1
 pkgdesc='Extra modules and scripts for CMake'
@@ -12,7 +12,7 @@
 depends=('cmake')
 makedepends=('python-sphinx') # qt5-tools for QtHelp pages
 
source=("http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('4fa1fd83a05cbf651166f30d1a23e005')
+md5sums=('b95e2184c1e1b2929239ff241271721c')
 
 prepare() {
   mkdir -p build