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

2014-02-02 Thread Florian Pritz
Date: Sunday, February 2, 2014 @ 10:46:40
  Author: bluewind
Revision: 105168

upgpkg: filezilla 3.7.3-3

add gnutls dep; FS#38736

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 04:04:56 UTC (rev 105167)
+++ PKGBUILD2014-02-02 09:46:40 UTC (rev 105168)
@@ -4,12 +4,12 @@
 
 pkgname=filezilla
 pkgver=3.7.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
 url=http://filezilla-project.org/;
 license=('GPL')
-depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite')
+depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite' 'gnutls')
 install=filezilla.install
 
source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
 



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

2014-02-02 Thread Florian Pritz
Date: Sunday, February 2, 2014 @ 10:46:45
  Author: bluewind
Revision: 105169

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-02 09:46:40 UTC (rev 105168)
+++ community-i686/PKGBUILD 2014-02-02 09:46:45 UTC (rev 105169)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.7.3
-pkgrel=2
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite')
-install=filezilla.install
-source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
-  export WXRC='/usr/bin/wxrc-2.8'
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('df7828739a852ac3adbc1c010303115d')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 105168, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 09:46:45 UTC (rev 105169)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=filezilla
+pkgver=3.7.3
+pkgrel=3
+pkgdesc=Fast and reliable FTP, FTPS and SFTP client
+arch=('i686' 'x86_64')
+url=http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite' 'gnutls')
+install=filezilla.install
+source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
+  export WXRC='/usr/bin/wxrc-2.8'
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('df7828739a852ac3adbc1c010303115d')

Deleted: community-i686/filezilla.install
===
--- community-i686/filezilla.install2014-02-02 09:46:40 UTC (rev 105168)
+++ community-i686/filezilla.install2014-02-02 09:46:45 UTC (rev 105169)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-i686/filezilla.install (from rev 105168, 
filezilla/trunk/filezilla.install)
===
--- community-i686/filezilla.install(rev 0)
+++ community-i686/filezilla.install2014-02-02 09:46:45 UTC (rev 105169)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-02 09:46:40 UTC (rev 105168)
+++ community-x86_64/PKGBUILD   2014-02-02 09:46:45 UTC (rev 105169)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths 

[arch-commits] Commit in lightdm-gtk2-greeter/trunk (PKGBUILD fix-null-username.patch)

2014-02-02 Thread Maxime Gauduin
Date: Sunday, February 2, 2014 @ 12:07:27
  Author: alucryd
Revision: 105170

FS#38716: lightdm-gtk2-greeter 1:1.6.1-2

Added:
  lightdm-gtk2-greeter/trunk/fix-null-username.patch
Modified:
  lightdm-gtk2-greeter/trunk/PKGBUILD

-+
 PKGBUILD|   14 ++-
 fix-null-username.patch |   83 ++
 2 files changed, 94 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 09:46:45 UTC (rev 105169)
+++ PKGBUILD2014-02-02 11:07:27 UTC (rev 105170)
@@ -4,7 +4,7 @@
 
 pkgname=lightdm-gtk2-greeter
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=GTK+ greeter for LightDM
 arch=('i686' 'x86_64')
@@ -15,9 +15,17 @@
 provides=(${pkgname/2/})
 conflicts=(${pkgname/2/3})
 backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=(https://launchpad.net/${pkgname/2/}/1.6/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz;)
-sha256sums=('1f0286ab093d50151f0efc46496aef3f8ed8c7306bbc81807a3fdcbcb2a468d9')
+source=(https://launchpad.net/${pkgname/2/}/1.6/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz;
+'fix-null-username.patch')
+sha256sums=('1f0286ab093d50151f0efc46496aef3f8ed8c7306bbc81807a3fdcbcb2a468d9'
+'27e1ec5f73f963ea5fbc69d4b380dbfa47a4066b35fa1a00341203568d9aa64d')
 
+prepare() {
+  cd ${pkgname/2/}-${pkgver}
+
+  patch -Np0 -i ../fix-null-username.patch
+}
+
 build() {
   cd ${pkgname/2/}-${pkgver}
 

Added: fix-null-username.patch
===
--- fix-null-username.patch (rev 0)
+++ fix-null-username.patch 2014-02-02 11:07:27 UTC (rev 105170)
@@ -0,0 +1,83 @@
+=== modified file 'src/lightdm-gtk-greeter.c'
+--- src/lightdm-gtk-greeter.c  2014-01-07 11:02:12 +
 src/lightdm-gtk-greeter.c  2014-01-08 00:21:56 +
+@@ -333,7 +333,7 @@
+ gchar *s;
+ gboolean matched;
+ s = g_strdup(g_object_get_data (G_OBJECT (menu_iter-data), 
session-key));
+-matched = strcmp (s, session) == 0;
++matched = g_strcmp0 (s, session) == 0;
+ g_free (s);
+ if (matched)
+ {
+@@ -402,7 +402,7 @@
+ gchar *s;
+ gboolean matched;
+ s = g_strdup(g_object_get_data (G_OBJECT (menu_iter-data), 
language-code));
+-matched = strcmp (s, language) == 0;
++matched = g_strcmp0 (s, language) == 0;
+ g_free (s);
+ if (matched)
+ {
+@@ -423,7 +423,7 @@
+ static void
+ set_message_label (const gchar *text)
+ {
+-gtk_widget_set_visible (GTK_WIDGET (info_bar), strcmp (text, ) != 0);
++gtk_widget_set_visible (GTK_WIDGET (info_bar), g_strcmp0 (text, ) != 0);
+ gtk_label_set_text (message_label, text);
+ }
+ 
+@@ -633,13 +633,13 @@
+ }
+ g_free (data);
+ 
+-if (strcmp (username, *other) == 0)
++if (g_strcmp0 (username, *other) == 0)
+ {
+ gtk_widget_show (GTK_WIDGET (username_entry));
+ gtk_widget_show (GTK_WIDGET (cancel_button));
+ lightdm_greeter_authenticate (greeter, NULL);
+ }
+-else if (strcmp (username, *guest) == 0)
++else if (g_strcmp0 (username, *guest) == 0)
+ {
+ lightdm_greeter_authenticate_as_guest (greeter);
+ }
+@@ -689,7 +689,7 @@
+ gchar *user;
+ 
+ gtk_tree_model_get (GTK_TREE_MODEL (model), iter, 0, user, -1);
+-other = (strcmp (user, *other) == 0);
++other = (g_strcmp0 (user, *other) == 0);
+ g_free (user);
+ }
+ 
+@@ -964,7 +964,7 @@
+ 
+ gtk_tree_model_get (GTK_TREE_MODEL (model), iter, 0, user, -1);
+ 
+-if (strcmp (user, *other) == 0)
++if (g_strcmp0 (user, *other) == 0)
+ {
+ gtk_widget_show (GTK_WIDGET (username_entry));
+ gtk_widget_show (GTK_WIDGET (cancel_button));
+@@ -1463,7 +1463,7 @@
+ do
+ {
+ gtk_tree_model_get (model, iter, 0, name, -1);
+-matched = strcmp (name, selected_user) == 0;
++matched = g_strcmp0 (name, selected_user) == 0;
+ g_free (name);
+ if (matched)
+ {
+@@ -1954,7 +1954,7 @@
+ g_object_set (gtk_settings_get_default (), gtk-xft-dpi, (int) (1024 
* atof (value)), NULL);
+ value = g_key_file_get_value (config, greeter, xft-antialias, NULL);
+ if (value)
+-g_object_set (gtk_settings_get_default (), gtk-xft-antialias, 
strcmp (value, true) == 0, NULL);
++g_object_set (gtk_settings_get_default (), gtk-xft-antialias, 
g_strcmp0 (value, true) == 0, NULL);
+ g_free (value);
+ value = g_key_file_get_value (config, greeter, xft-hintstyle, NULL);
+ if (value)
+



[arch-commits] Commit in lightdm-gtk2-greeter/repos (6 files)

2014-02-02 Thread Maxime Gauduin
Date: Sunday, February 2, 2014 @ 12:07:34
  Author: alucryd
Revision: 105171

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

Added:
  lightdm-gtk2-greeter/repos/community-i686/PKGBUILD
(from rev 105170, lightdm-gtk2-greeter/trunk/PKGBUILD)
  lightdm-gtk2-greeter/repos/community-i686/fix-null-username.patch
(from rev 105170, lightdm-gtk2-greeter/trunk/fix-null-username.patch)
  lightdm-gtk2-greeter/repos/community-x86_64/PKGBUILD
(from rev 105170, lightdm-gtk2-greeter/trunk/PKGBUILD)
  lightdm-gtk2-greeter/repos/community-x86_64/fix-null-username.patch
(from rev 105170, lightdm-gtk2-greeter/trunk/fix-null-username.patch)
Deleted:
  lightdm-gtk2-greeter/repos/community-i686/PKGBUILD
  lightdm-gtk2-greeter/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 +
 community-i686/PKGBUILD  |   34 ---
 community-i686/fix-null-username.patch   |   83 
 community-x86_64/PKGBUILD|   34 ---
 community-x86_64/fix-null-username.patch |   83 
 5 files changed, 250 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-02 11:07:27 UTC (rev 105170)
+++ community-i686/PKGBUILD 2014-02-02 11:07:34 UTC (rev 105171)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Padfoot padf...@exemail.com.au
-
-pkgname=lightdm-gtk2-greeter
-pkgver=1.6.1
-pkgrel=1
-epoch=1
-pkgdesc=GTK+ greeter for LightDM
-arch=('i686' 'x86_64')
-url=https://launchpad.net/lightdm-gtk-greeter;
-license=('GPL3' 'LGPL3')
-depends=('gtk2' 'lightdm')
-makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
-provides=(${pkgname/2/})
-conflicts=(${pkgname/2/3})
-backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=(https://launchpad.net/${pkgname/2/}/1.6/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz;)
-sha256sums=('1f0286ab093d50151f0efc46496aef3f8ed8c7306bbc81807a3fdcbcb2a468d9')
-
-build() {
-  cd ${pkgname/2/}-${pkgver}
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' 
--libexecdir='/usr/lib/lightdm' --disable-static --with-gtk2
-  make
-}
-
-package() {
-  cd ${pkgname/2/}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk2-greeter/repos/community-i686/PKGBUILD (from rev 105170, 
lightdm-gtk2-greeter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 11:07:34 UTC (rev 105171)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk2-greeter
+pkgver=1.6.1
+pkgrel=2
+epoch=1
+pkgdesc=GTK+ greeter for LightDM
+arch=('i686' 'x86_64')
+url=https://launchpad.net/lightdm-gtk-greeter;
+license=('GPL3' 'LGPL3')
+depends=('gtk2' 'lightdm')
+makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
+provides=(${pkgname/2/})
+conflicts=(${pkgname/2/3})
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+source=(https://launchpad.net/${pkgname/2/}/1.6/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz;
+'fix-null-username.patch')
+sha256sums=('1f0286ab093d50151f0efc46496aef3f8ed8c7306bbc81807a3fdcbcb2a468d9'
+'27e1ec5f73f963ea5fbc69d4b380dbfa47a4066b35fa1a00341203568d9aa64d')
+
+prepare() {
+  cd ${pkgname/2/}-${pkgver}
+
+  patch -Np0 -i ../fix-null-username.patch
+}
+
+build() {
+  cd ${pkgname/2/}-${pkgver}
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' 
--libexecdir='/usr/lib/lightdm' --disable-static --with-gtk2
+  make
+}
+
+package() {
+  cd ${pkgname/2/}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: lightdm-gtk2-greeter/repos/community-i686/fix-null-username.patch (from 
rev 105170, lightdm-gtk2-greeter/trunk/fix-null-username.patch)
===
--- community-i686/fix-null-username.patch  (rev 0)
+++ community-i686/fix-null-username.patch  2014-02-02 11:07:34 UTC (rev 
105171)
@@ -0,0 +1,83 @@
+=== modified file 'src/lightdm-gtk-greeter.c'
+--- src/lightdm-gtk-greeter.c  2014-01-07 11:02:12 +
 src/lightdm-gtk-greeter.c  2014-01-08 00:21:56 +
+@@ -333,7 +333,7 @@
+ gchar *s;
+ gboolean matched;
+ s = g_strdup(g_object_get_data (G_OBJECT (menu_iter-data), 
session-key));
+-matched = strcmp (s, session) == 0;
++matched = g_strcmp0 (s, session) == 0;
+ g_free (s);
+ if (matched)
+ {
+@@ -402,7 +402,7 @@
+ gchar *s;
+ gboolean matched;
+ s = 

[arch-commits] Commit in lightdm-gtk3-greeter/repos (6 files)

2014-02-02 Thread Maxime Gauduin
Date: Sunday, February 2, 2014 @ 12:18:41
  Author: alucryd
Revision: 105173

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

Added:
  lightdm-gtk3-greeter/repos/community-i686/PKGBUILD
(from rev 105172, lightdm-gtk3-greeter/trunk/PKGBUILD)
  lightdm-gtk3-greeter/repos/community-i686/fix-null-username.patch
(from rev 105172, lightdm-gtk3-greeter/trunk/fix-null-username.patch)
  lightdm-gtk3-greeter/repos/community-x86_64/PKGBUILD
(from rev 105172, lightdm-gtk3-greeter/trunk/PKGBUILD)
  lightdm-gtk3-greeter/repos/community-x86_64/fix-null-username.patch
(from rev 105172, lightdm-gtk3-greeter/trunk/fix-null-username.patch)
Deleted:
  lightdm-gtk3-greeter/repos/community-i686/PKGBUILD
  lightdm-gtk3-greeter/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 +
 community-i686/PKGBUILD  |   34 ---
 community-i686/fix-null-username.patch   |   83 
 community-x86_64/PKGBUILD|   34 ---
 community-x86_64/fix-null-username.patch |   83 
 5 files changed, 250 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-02 11:18:34 UTC (rev 105172)
+++ community-i686/PKGBUILD 2014-02-02 11:18:41 UTC (rev 105173)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Padfoot padf...@exemail.com.au
-
-pkgname=lightdm-gtk3-greeter
-pkgver=1.6.1
-pkgrel=1
-epoch=1
-pkgdesc=GTK+ greeter for LightDM
-arch=('i686' 'x86_64')
-url=https://launchpad.net/lightdm-gtk-greeter;
-license=('GPL3' 'LGPL3')
-depends=('gtk3' 'lightdm')
-makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
-provides=(${pkgname/3/})
-conflicts=(${pkgname/3/2})
-backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=(https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;)
-sha256sums=('1f0286ab093d50151f0efc46496aef3f8ed8c7306bbc81807a3fdcbcb2a468d9')
-
-build() {
-  cd ${pkgname/3/}-${pkgver}
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' 
--libexecdir='/usr/lib/lightdm' --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname/3/}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk3-greeter/repos/community-i686/PKGBUILD (from rev 105172, 
lightdm-gtk3-greeter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 11:18:41 UTC (rev 105173)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk3-greeter
+pkgver=1.6.1
+pkgrel=2
+epoch=1
+pkgdesc=GTK+ greeter for LightDM
+arch=('i686' 'x86_64')
+url=https://launchpad.net/lightdm-gtk-greeter;
+license=('GPL3' 'LGPL3')
+depends=('gtk3' 'lightdm')
+makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
+provides=(${pkgname/3/})
+conflicts=(${pkgname/3/2})
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+source=(https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;
+'fix-null-username.patch')
+sha256sums=('1f0286ab093d50151f0efc46496aef3f8ed8c7306bbc81807a3fdcbcb2a468d9'
+'27e1ec5f73f963ea5fbc69d4b380dbfa47a4066b35fa1a00341203568d9aa64d')
+
+prepare() {
+  cd ${pkgname/3/}-${pkgver}
+
+  patch -Np0 -i ../fix-null-username.patch
+}
+
+build() {
+  cd ${pkgname/3/}-${pkgver}
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' 
--libexecdir='/usr/lib/lightdm' --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname/3/}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: lightdm-gtk3-greeter/repos/community-i686/fix-null-username.patch (from 
rev 105172, lightdm-gtk3-greeter/trunk/fix-null-username.patch)
===
--- community-i686/fix-null-username.patch  (rev 0)
+++ community-i686/fix-null-username.patch  2014-02-02 11:18:41 UTC (rev 
105173)
@@ -0,0 +1,83 @@
+=== modified file 'src/lightdm-gtk-greeter.c'
+--- src/lightdm-gtk-greeter.c  2014-01-07 11:02:12 +
 src/lightdm-gtk-greeter.c  2014-01-08 00:21:56 +
+@@ -333,7 +333,7 @@
+ gchar *s;
+ gboolean matched;
+ s = g_strdup(g_object_get_data (G_OBJECT (menu_iter-data), 
session-key));
+-matched = strcmp (s, session) == 0;
++matched = g_strcmp0 (s, session) == 0;
+ g_free (s);
+ if (matched)
+ {
+@@ -402,7 +402,7 @@
+ gchar *s;
+ gboolean matched;
+ s = 

[arch-commits] Commit in lightdm-gtk3-greeter/trunk (PKGBUILD fix-null-username.patch)

2014-02-02 Thread Maxime Gauduin
Date: Sunday, February 2, 2014 @ 12:18:34
  Author: alucryd
Revision: 105172

FS#38716: lightdm-gtk3-greeter 1:1.6.1-2

Added:
  lightdm-gtk3-greeter/trunk/fix-null-username.patch
Modified:
  lightdm-gtk3-greeter/trunk/PKGBUILD

-+
 PKGBUILD|   14 ++-
 fix-null-username.patch |   83 ++
 2 files changed, 94 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 11:07:34 UTC (rev 105171)
+++ PKGBUILD2014-02-02 11:18:34 UTC (rev 105172)
@@ -4,7 +4,7 @@
 
 pkgname=lightdm-gtk3-greeter
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=GTK+ greeter for LightDM
 arch=('i686' 'x86_64')
@@ -15,9 +15,17 @@
 provides=(${pkgname/3/})
 conflicts=(${pkgname/3/2})
 backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=(https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;)
-sha256sums=('1f0286ab093d50151f0efc46496aef3f8ed8c7306bbc81807a3fdcbcb2a468d9')
+source=(https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;
+'fix-null-username.patch')
+sha256sums=('1f0286ab093d50151f0efc46496aef3f8ed8c7306bbc81807a3fdcbcb2a468d9'
+'27e1ec5f73f963ea5fbc69d4b380dbfa47a4066b35fa1a00341203568d9aa64d')
 
+prepare() {
+  cd ${pkgname/3/}-${pkgver}
+
+  patch -Np0 -i ../fix-null-username.patch
+}
+
 build() {
   cd ${pkgname/3/}-${pkgver}
 

Added: fix-null-username.patch
===
--- fix-null-username.patch (rev 0)
+++ fix-null-username.patch 2014-02-02 11:18:34 UTC (rev 105172)
@@ -0,0 +1,83 @@
+=== modified file 'src/lightdm-gtk-greeter.c'
+--- src/lightdm-gtk-greeter.c  2014-01-07 11:02:12 +
 src/lightdm-gtk-greeter.c  2014-01-08 00:21:56 +
+@@ -333,7 +333,7 @@
+ gchar *s;
+ gboolean matched;
+ s = g_strdup(g_object_get_data (G_OBJECT (menu_iter-data), 
session-key));
+-matched = strcmp (s, session) == 0;
++matched = g_strcmp0 (s, session) == 0;
+ g_free (s);
+ if (matched)
+ {
+@@ -402,7 +402,7 @@
+ gchar *s;
+ gboolean matched;
+ s = g_strdup(g_object_get_data (G_OBJECT (menu_iter-data), 
language-code));
+-matched = strcmp (s, language) == 0;
++matched = g_strcmp0 (s, language) == 0;
+ g_free (s);
+ if (matched)
+ {
+@@ -423,7 +423,7 @@
+ static void
+ set_message_label (const gchar *text)
+ {
+-gtk_widget_set_visible (GTK_WIDGET (info_bar), strcmp (text, ) != 0);
++gtk_widget_set_visible (GTK_WIDGET (info_bar), g_strcmp0 (text, ) != 0);
+ gtk_label_set_text (message_label, text);
+ }
+ 
+@@ -633,13 +633,13 @@
+ }
+ g_free (data);
+ 
+-if (strcmp (username, *other) == 0)
++if (g_strcmp0 (username, *other) == 0)
+ {
+ gtk_widget_show (GTK_WIDGET (username_entry));
+ gtk_widget_show (GTK_WIDGET (cancel_button));
+ lightdm_greeter_authenticate (greeter, NULL);
+ }
+-else if (strcmp (username, *guest) == 0)
++else if (g_strcmp0 (username, *guest) == 0)
+ {
+ lightdm_greeter_authenticate_as_guest (greeter);
+ }
+@@ -689,7 +689,7 @@
+ gchar *user;
+ 
+ gtk_tree_model_get (GTK_TREE_MODEL (model), iter, 0, user, -1);
+-other = (strcmp (user, *other) == 0);
++other = (g_strcmp0 (user, *other) == 0);
+ g_free (user);
+ }
+ 
+@@ -964,7 +964,7 @@
+ 
+ gtk_tree_model_get (GTK_TREE_MODEL (model), iter, 0, user, -1);
+ 
+-if (strcmp (user, *other) == 0)
++if (g_strcmp0 (user, *other) == 0)
+ {
+ gtk_widget_show (GTK_WIDGET (username_entry));
+ gtk_widget_show (GTK_WIDGET (cancel_button));
+@@ -1463,7 +1463,7 @@
+ do
+ {
+ gtk_tree_model_get (model, iter, 0, name, -1);
+-matched = strcmp (name, selected_user) == 0;
++matched = g_strcmp0 (name, selected_user) == 0;
+ g_free (name);
+ if (matched)
+ {
+@@ -1954,7 +1954,7 @@
+ g_object_set (gtk_settings_get_default (), gtk-xft-dpi, (int) (1024 
* atof (value)), NULL);
+ value = g_key_file_get_value (config, greeter, xft-antialias, NULL);
+ if (value)
+-g_object_set (gtk_settings_get_default (), gtk-xft-antialias, 
strcmp (value, true) == 0, NULL);
++g_object_set (gtk_settings_get_default (), gtk-xft-antialias, 
g_strcmp0 (value, true) == 0, NULL);
+ g_free (value);
+ value = g_key_file_get_value (config, greeter, xft-hintstyle, NULL);
+ if (value)
+



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

2014-02-02 Thread Thomas Bächler
Date: Sunday, February 2, 2014 @ 12:46:04
  Author: thomas
Revision: 204965

upgpkg: intel-ucode 20140122-1: new update from intel

Modified:
  intel-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 21:46:14 UTC (rev 204964)
+++ PKGBUILD2014-02-02 11:46:04 UTC (rev 204965)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=intel-ucode
-pkgver=20130906
+pkgver=20140122
 pkgrel=1
 pkgdesc=Microcode update files for Intel CPUs
 arch=('any')
@@ -9,10 +9,12 @@
 
url=http://downloadcenter.intel.com/SearchResult.aspx?lang=engkeyword=%22microcode%22;
 replaces=('microcode_ctl')
 license=('custom')
-source=(http://downloadmirror.intel.com/23166/eng/microcode-${pkgver}.tgz
+# Some random download id that intel has in their downloadcenter
+_dlid=23574
+source=(http://downloadmirror.intel.com/${_dlid}/eng/microcode-${pkgver}.tgz
 LICENSE
 intel-microcode2ucode.c)
-sha256sums=('7b6ba0db102581674c29a2e2b859ba51e5cfb11e6cbef9056e4ac6cde2116386'
+sha256sums=('680ad2c968bc87882d157e3d29fcfcc2cd7872e3638b109659c0e52dc36ab464'
 '6983e83ec10c6467fb9101ea496e0443f0574c805907155118e2c9f0bbea97b6'
 'c51b1b1d8b4b28e7d5d007917c1e444af1a2ff04a9408aa9067c0e57d70164de')
 



[arch-commits] Commit in intel-ucode/repos/extra-any (6 files)

2014-02-02 Thread Thomas Bächler
Date: Sunday, February 2, 2014 @ 12:46:15
  Author: thomas
Revision: 204966

archrelease: copy trunk to extra-any

Added:
  intel-ucode/repos/extra-any/LICENSE
(from rev 204965, intel-ucode/trunk/LICENSE)
  intel-ucode/repos/extra-any/PKGBUILD
(from rev 204965, intel-ucode/trunk/PKGBUILD)
  intel-ucode/repos/extra-any/intel-microcode2ucode.c
(from rev 204965, intel-ucode/trunk/intel-microcode2ucode.c)
Deleted:
  intel-ucode/repos/extra-any/LICENSE
  intel-ucode/repos/extra-any/PKGBUILD
  intel-ucode/repos/extra-any/intel-microcode2ucode.c

-+
 LICENSE |  246 +-
 PKGBUILD|   62 
 intel-microcode2ucode.c |  326 +++---
 3 files changed, 318 insertions(+), 316 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-02-02 11:46:04 UTC (rev 204965)
+++ LICENSE 2014-02-02 11:46:15 UTC (rev 204966)
@@ -1,123 +0,0 @@
-INTEL SOFTWARE LICENSE AGREEMENT
-
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
-Do not use or load this software and any associated materials (collectively,
-the Software) until you have carefully read the following terms and
-conditions. By loading or using the Software, you agree to the terms of this
-Agreement. If you do not wish to so agree, do not install or use the Software.
-
-LICENSES: Please Note:
-- If you are a network administrator, the Site License below shall
-apply to you.
-- If you are an end user, the Single User License shall apply to you.
-- If you are an original equipment manufacturer (OEM), the OEM License
-shall apply to you.
-
-SITE LICENSE. You may copy the Software onto your organization's computers
-for your organization's use, and you may make a reasonable number of
-back-up copies of the Software, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense or permit simultaneous use of the Software by
-more than one user.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-SINGLE USER LICENSE. You may copy the Software onto a single computer for
-your personal, noncommercial use, and you may make one back-up copy of the
-Software, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense or permit simultaneous use of the Software by
-more than one user.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-OEM LICENSE: You may reproduce and distribute the Software only as an
-integral part of or incorporated in Your product or as a standalone
-Software maintenance update for existing end users of Your products,
-excluding any other standalone products, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may only distribute the Software to your customers pursuant to a
-written license agreement. Such license agreement may be a break-the-
-seal license agreement. At a minimum such license shall safeguard
-Intel's ownership rights to the Software.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-NO OTHER RIGHTS. No rights or licenses are granted by Intel to You, expressly
-or by implication, with respect to any proprietary information or patent,
-copyright, mask work, trademark, trade secret, or other intellectual property
-right owned or controlled by Intel, except as expressly provided in this
-Agreement.
-
-OWNERSHIP OF SOFTWARE AND COPYRIGHTS. 

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

2014-02-02 Thread Thomas Bächler
Date: Sunday, February 2, 2014 @ 12:52:07
  Author: thomas
Revision: 204967

upgpkg: v4l-utils 1.0.1-1

Modified:
  v4l-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 11:46:15 UTC (rev 204966)
+++ PKGBUILD2014-02-02 11:52:07 UTC (rev 204967)
@@ -1,11 +1,11 @@
 # $Id$
 # Maintainer: Thomas Bächler tho...@archlinux.org
 pkgname=v4l-utils
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc=Userspace tools and conversion library for Video 4 Linux
 arch=('i686' 'x86_64')
-url=http://freshmeat.net/projects/libv4l;
+url=http://linuxtv.org/;
 provides=(libv4l=$pkgver)
 replaces=('libv4l')
 conflicts=('libv4l')
@@ -16,7 +16,7 @@
 depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
 source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
 
http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
-sha256sums=('1de3882099e04e89e354675ee408b82c8ac8afd3ca6ab27ea321771901285f30'
+sha256sums=('fc0132e82a18dfad9619be3abf50c206e2f449b1c14440cde36f25874fdce7df'
 'SKIP')
 
 build() {



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

2014-02-02 Thread Thomas Bächler
Date: Sunday, February 2, 2014 @ 12:52:21
  Author: thomas
Revision: 204968

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

Added:
  v4l-utils/repos/extra-i686/PKGBUILD
(from rev 204967, v4l-utils/trunk/PKGBUILD)
  v4l-utils/repos/extra-x86_64/PKGBUILD
(from rev 204967, v4l-utils/trunk/PKGBUILD)
Deleted:
  v4l-utils/repos/extra-i686/PKGBUILD
  v4l-utils/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 2014-02-02 11:52:07 UTC (rev 204967)
+++ extra-i686/PKGBUILD 2014-02-02 11:52:21 UTC (rev 204968)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-pkgname=v4l-utils
-pkgver=1.0.0
-pkgrel=2
-pkgdesc=Userspace tools and conversion library for Video 4 Linux
-arch=('i686' 'x86_64')
-url=http://freshmeat.net/projects/libv4l;
-provides=(libv4l=$pkgver)
-replaces=('libv4l')
-conflicts=('libv4l')
-backup=(etc/rc_maps.cfg)
-license=('LGPL')
-makedepends=('qt4')
-optdepends=('qt4')
-depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
-source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
-
http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
-sha256sums=('1de3882099e04e89e354675ee408b82c8ac8afd3ca6ab27ea321771901285f30'
-'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  MAKEFLAGS=-j1 make install DESTDIR=${pkgdir}/
-  rm ${pkgdir}/usr/bin/ivtv-ctl
-}

Copied: v4l-utils/repos/extra-i686/PKGBUILD (from rev 204967, 
v4l-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-02 11:52:21 UTC (rev 204968)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=v4l-utils
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Userspace tools and conversion library for Video 4 Linux
+arch=('i686' 'x86_64')
+url=http://linuxtv.org/;
+provides=(libv4l=$pkgver)
+replaces=('libv4l')
+conflicts=('libv4l')
+backup=(etc/rc_maps.cfg)
+license=('LGPL')
+makedepends=('qt4')
+optdepends=('qt4')
+depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
+source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
+
http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
+sha256sums=('fc0132e82a18dfad9619be3abf50c206e2f449b1c14440cde36f25874fdce7df'
+'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  MAKEFLAGS=-j1 make install DESTDIR=${pkgdir}/
+  rm ${pkgdir}/usr/bin/ivtv-ctl
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-02 11:52:07 UTC (rev 204967)
+++ extra-x86_64/PKGBUILD   2014-02-02 11:52:21 UTC (rev 204968)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-pkgname=v4l-utils
-pkgver=1.0.0
-pkgrel=2
-pkgdesc=Userspace tools and conversion library for Video 4 Linux
-arch=('i686' 'x86_64')
-url=http://freshmeat.net/projects/libv4l;
-provides=(libv4l=$pkgver)
-replaces=('libv4l')
-conflicts=('libv4l')
-backup=(etc/rc_maps.cfg)
-license=('LGPL')
-makedepends=('qt4')
-optdepends=('qt4')
-depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
-source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
-
http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
-sha256sums=('1de3882099e04e89e354675ee408b82c8ac8afd3ca6ab27ea321771901285f30'
-'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  MAKEFLAGS=-j1 make install DESTDIR=${pkgdir}/
-  rm ${pkgdir}/usr/bin/ivtv-ctl
-}

Copied: v4l-utils/repos/extra-x86_64/PKGBUILD (from rev 204967, 
v4l-utils/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-02 11:52:21 UTC (rev 204968)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=v4l-utils
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Userspace tools and conversion library for Video 4 Linux
+arch=('i686' 'x86_64')
+url=http://linuxtv.org/;
+provides=(libv4l=$pkgver)
+replaces=('libv4l')
+conflicts=('libv4l')
+backup=(etc/rc_maps.cfg)

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

2014-02-02 Thread Thomas Bächler
Date: Sunday, February 2, 2014 @ 12:53:32
  Author: thomas
Revision: 105174

upgpkg: lib32-v4l-utils 1.0.1-1

Modified:
  lib32-v4l-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 11:18:41 UTC (rev 105173)
+++ PKGBUILD2014-02-02 11:53:32 UTC (rev 105174)
@@ -2,11 +2,11 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 _pkgbasename=v4l-utils
 pkgname=lib32-$_pkgbasename
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc=Userspace tools and conversion library for Video 4 Linux (32-bit)
 arch=('x86_64')
-url=http://freshmeat.net/projects/libv4l;
+url=http://linuxtv.org/;
 provides=(lib32-libv4l=$pkgver)
 replaces=('lib32-libv4l')
 conflicts=('lib32-libv4l')
@@ -15,7 +15,7 @@
 depends=('lib32-gcc-libs' $_pkgbasename lib32-libjpeg-turbo)
 
source=(http://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
 
http://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
-sha256sums=('1de3882099e04e89e354675ee408b82c8ac8afd3ca6ab27ea321771901285f30'
+sha256sums=('fc0132e82a18dfad9619be3abf50c206e2f449b1c14440cde36f25874fdce7df'
 'SKIP')
 
 build() {



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

2014-02-02 Thread Thomas Bächler
Date: Sunday, February 2, 2014 @ 12:53:40
  Author: thomas
Revision: 105175

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-v4l-utils/repos/multilib-x86_64/PKGBUILD
(from rev 105174, lib32-v4l-utils/trunk/PKGBUILD)
Deleted:
  lib32-v4l-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-02 11:53:32 UTC (rev 105174)
+++ PKGBUILD2014-02-02 11:53:40 UTC (rev 105175)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-_pkgbasename=v4l-utils
-pkgname=lib32-$_pkgbasename
-pkgver=1.0.0
-pkgrel=2
-pkgdesc=Userspace tools and conversion library for Video 4 Linux (32-bit)
-arch=('x86_64')
-url=http://freshmeat.net/projects/libv4l;
-provides=(lib32-libv4l=$pkgver)
-replaces=('lib32-libv4l')
-conflicts=('lib32-libv4l')
-license=('LGPL')
-makedepends=('gcc-multilib')
-depends=('lib32-gcc-libs' $_pkgbasename lib32-libjpeg-turbo)
-source=(http://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
-
http://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
-sha256sums=('1de3882099e04e89e354675ee408b82c8ac8afd3ca6ab27ea321771901285f30'
-'SKIP')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc
-  make -C lib
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  MAKEFLAGS=-j1 make -C lib install DESTDIR=${pkgdir}/
-  rm -rf ${pkgdir}/{usr/{include,share,bin,sbin},etc,lib}
-}

Copied: lib32-v4l-utils/repos/multilib-x86_64/PKGBUILD (from rev 105174, 
lib32-v4l-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-02 11:53:40 UTC (rev 105175)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+_pkgbasename=v4l-utils
+pkgname=lib32-$_pkgbasename
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Userspace tools and conversion library for Video 4 Linux (32-bit)
+arch=('x86_64')
+url=http://linuxtv.org/;
+provides=(lib32-libv4l=$pkgver)
+replaces=('lib32-libv4l')
+conflicts=('lib32-libv4l')
+license=('LGPL')
+makedepends=('gcc-multilib')
+depends=('lib32-gcc-libs' $_pkgbasename lib32-libjpeg-turbo)
+source=(http://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
+
http://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
+sha256sums=('fc0132e82a18dfad9619be3abf50c206e2f449b1c14440cde36f25874fdce7df'
+'SKIP')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc
+  make -C lib
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  MAKEFLAGS=-j1 make -C lib install DESTDIR=${pkgdir}/
+  rm -rf ${pkgdir}/{usr/{include,share,bin,sbin},etc,lib}
+}



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

2014-02-02 Thread Bartłomiej Piotrowski
Date: Sunday, February 2, 2014 @ 13:00:13
  Author: bpiotrowski
Revision: 105176

upgpkg: fail2ban 0.8.12-2

add whois and python2-pyinotify to depends array

Modified:
  fail2ban/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 11:53:40 UTC (rev 105175)
+++ PKGBUILD2014-02-02 12:00:13 UTC (rev 105176)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
 # Contributor: michalzxc
 # Contributor: nbags neilb...@gmail.com
@@ -6,12 +6,12 @@
 
 pkgname=fail2ban
 pkgver=0.8.12
-pkgrel=1
-pkgdesc='Bans IPs after too many failed authentication attempts against common 
daemons'
+pkgrel=2
+pkgdesc='Bans IPs after too many failed authentication attempts'
 url='http://www.fail2ban.org/'
 license=('GPL')
 arch=('any')
-depends=('python2' 'iptables')
+depends=('python2' 'iptables' 'python2-pyinotify' 'whois')
 backup=(etc/fail2ban/fail2ban.conf
 etc/fail2ban/jail.conf)
 install=fail2ban.install



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

2014-02-02 Thread Bartłomiej Piotrowski
Date: Sunday, February 2, 2014 @ 13:00:20
  Author: bpiotrowski
Revision: 105177

archrelease: copy trunk to community-any

Added:
  fail2ban/repos/community-any/PKGBUILD
(from rev 105176, fail2ban/trunk/PKGBUILD)
  fail2ban/repos/community-any/fail2ban.install
(from rev 105176, fail2ban/trunk/fail2ban.install)
  fail2ban/repos/community-any/service
(from rev 105176, fail2ban/trunk/service)
  fail2ban/repos/community-any/tmpfiles.conf
(from rev 105176, fail2ban/trunk/tmpfiles.conf)
Deleted:
  fail2ban/repos/community-any/PKGBUILD
  fail2ban/repos/community-any/fail2ban.install
  fail2ban/repos/community-any/service
  fail2ban/repos/community-any/tmpfiles.conf

--+
 PKGBUILD |   98 ++---
 fail2ban.install |6 +--
 service  |   26 +++---
 tmpfiles.conf|2 -
 4 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-02 12:00:13 UTC (rev 105176)
+++ PKGBUILD2014-02-02 12:00:20 UTC (rev 105177)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: michalzxc
-# Contributor: nbags neilb...@gmail.com
-
-pkgname=fail2ban
-pkgver=0.8.12
-pkgrel=1
-pkgdesc='Bans IPs after too many failed authentication attempts against common 
daemons'
-url='http://www.fail2ban.org/'
-license=('GPL')
-arch=('any')
-depends=('python2' 'iptables')
-backup=(etc/fail2ban/fail2ban.conf
-etc/fail2ban/jail.conf)
-install=fail2ban.install
-source=(https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz
-service tmpfiles.conf)
-sha256sums=('4844d17296861c39647c6053b1dc146fe80691f3833dd116ea9197059946f467'
-'1bce54ad435b7dd3547baceea050a1d66745010b28a4ded269f6707cebdc99b1'
-'ce8922c4734a56c88f22ffa4f2ad5819d113c7d4e439b142c984816599ebc1f4')
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root $pkgdir
-
-  install -Dm644 files/fail2ban.service \
-  $pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 files/fail2ban-tmpfiles.conf \
-  $pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-  install -Dm644 files/bash-completion \
-  $pkgdir/usr/share/bash-completion/completions/fail2ban
-
-  # avoid conflict with filesystem=2012.06
-  rm -r $pkgdir/var/run
-
-  # fix sendmail location
-  sed -i 's/sbin/bin/g' $pkgdir/etc/fail2ban/action.d/sendmail*.conf
-
-  install -Dm644 man/fail2ban.1 $pkgdir/usr/share/man/man1/fail2ban.1
-  install -Dm644 man/fail2ban-client.1 \
-  $pkgdir/usr/share/man/man1/fail2ban-client.1
-  install -Dm644 man/fail2ban-regex.1 \
-  $pkgdir/usr/share/man/man1/fail2ban-regex.1
-  install -Dm644 man/fail2ban-server.1 \
-  $pkgdir/usr/share/man/man1/fail2ban-server.1
-  install -Dm644 man/jail.conf.5 $pkgdir/usr/share/man/man5/jail.conf.5
-}

Copied: fail2ban/repos/community-any/PKGBUILD (from rev 105176, 
fail2ban/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-02 12:00:20 UTC (rev 105177)
@@ -0,0 +1,49 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: michalzxc
+# Contributor: nbags neilb...@gmail.com
+
+pkgname=fail2ban
+pkgver=0.8.12
+pkgrel=2
+pkgdesc='Bans IPs after too many failed authentication attempts'
+url='http://www.fail2ban.org/'
+license=('GPL')
+arch=('any')
+depends=('python2' 'iptables' 'python2-pyinotify' 'whois')
+backup=(etc/fail2ban/fail2ban.conf
+etc/fail2ban/jail.conf)
+install=fail2ban.install
+source=(https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz
+service tmpfiles.conf)
+sha256sums=('4844d17296861c39647c6053b1dc146fe80691f3833dd116ea9197059946f467'
+'1bce54ad435b7dd3547baceea050a1d66745010b28a4ded269f6707cebdc99b1'
+'ce8922c4734a56c88f22ffa4f2ad5819d113c7d4e439b142c984816599ebc1f4')
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root $pkgdir
+
+  install -Dm644 files/fail2ban.service \
+  $pkgdir/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 files/fail2ban-tmpfiles.conf \
+  $pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+  install -Dm644 files/bash-completion \
+  $pkgdir/usr/share/bash-completion/completions/fail2ban
+
+  # avoid conflict with filesystem=2012.06
+  rm -r $pkgdir/var/run
+
+  # fix sendmail location
+  sed -i 's/sbin/bin/g' $pkgdir/etc/fail2ban/action.d/sendmail*.conf
+
+  install -Dm644 man/fail2ban.1 $pkgdir/usr/share/man/man1/fail2ban.1
+  install -Dm644 man/fail2ban-client.1 \
+  $pkgdir/usr/share/man/man1/fail2ban-client.1
+  install -Dm644 man/fail2ban-regex.1 \
+  $pkgdir/usr/share/man/man1/fail2ban-regex.1
+  install 

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

2014-02-02 Thread Bartłomiej Piotrowski
Date: Sunday, February 2, 2014 @ 13:03:00
  Author: bpiotrowski
Revision: 105179

update maintainer information

Modified:
  bleachbit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 12:02:53 UTC (rev 105178)
+++ PKGBUILD2014-02-02 12:03:00 UTC (rev 105179)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: yugrotavele yugrotavele at archlinux dot us
 # Contributor: Arkham arkham at archlinux dot us
 # Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org



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

2014-02-02 Thread Bartłomiej Piotrowski
Date: Sunday, February 2, 2014 @ 13:03:18
  Author: bpiotrowski
Revision: 105180

update maintainer information

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 12:03:00 UTC (rev 105179)
+++ PKGBUILD2014-02-02 12:03:18 UTC (rev 105180)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Ionut Biru ib...@archlinux.org
 # Contributor: Sébastien Luttringer
 



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

2014-02-02 Thread Bartłomiej Piotrowski
Date: Sunday, February 2, 2014 @ 13:02:53
  Author: bpiotrowski
Revision: 105178

update maintainer information

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 12:00:20 UTC (rev 105177)
+++ PKGBUILD2014-02-02 12:02:53 UTC (rev 105178)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 # Contributor: Angel Velasquez an...@archlinux.org
 # Contributor: Alexander Fehr pizzapunk gmail com



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

2014-02-02 Thread Bartłomiej Piotrowski
Date: Sunday, February 2, 2014 @ 13:05:04
  Author: bpiotrowski
Revision: 105181

update maintainer information

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 12:03:18 UTC (rev 105180)
+++ PKGBUILD2014-02-02 12:05:04 UTC (rev 105181)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski s...@bpiotrowski.pl
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Francois Boulogne fboulogne at april dot org
 
 pkgname=glances
@@ -15,8 +15,12 @@
 source=($url/archive/v$pkgver.tar.gz)
 sha256sums=('20960b5f191bc86e6184d937940f00a62100eb51388bcdeb233f30c809b0f1a6')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed 's|^#!/usr/bin/env python$|2|' -i glances/glances.py
+}
+
 package() {
   cd $pkgname-$pkgver
-  sed 's|^#!/usr/bin/env python$|2|' -i glances/glances.py
   python2 setup.py install --prefix=/usr --root=$pkgdir
 }



[arch-commits] Commit in epdfview/trunk (8 files)

2014-02-02 Thread Bartłomiej Piotrowski
Date: Sunday, February 2, 2014 @ 13:39:48
  Author: bpiotrowski
Revision: 105182

upgpkg: epdfview 0.1.8-5

- give patches more meaningful names
- split prepare() function
- update maintainer information

Added:
  epdfview/trunk/epdfview-0.1.8-glib2-headers.patch
(from rev 105181, epdfview/trunk/glib2_headers.patch)
  epdfview/trunk/epdfview-0.1.8-modern-cups.patch
(from rev 105181, epdfview/trunk/printptr.patch)
  epdfview/trunk/epdfview-0.1.8-swap-the-blue-and-red-channel.patch
(from rev 105181, 
epdfview/trunk/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch)
Modified:
  epdfview/trunk/PKGBUILD
Deleted:
  epdfview/trunk/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch
  epdfview/trunk/epdfview.desktop.patch
  epdfview/trunk/glib2_headers.patch
  epdfview/trunk/printptr.patch

-+
 0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch |   60 
 PKGBUILD|   58 +++
 epdfview-0.1.8-glib2-headers.patch  |   13 +
 epdfview-0.1.8-modern-cups.patch|   74 
++
 epdfview-0.1.8-swap-the-blue-and-red-channel.patch  |   60 
 epdfview.desktop.patch  |   11 -
 glib2_headers.patch |   13 -
 printptr.patch  |   74 
--
 8 files changed, 176 insertions(+), 187 deletions(-)

Deleted: 0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch
===
--- 0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch 
2014-02-02 12:05:04 UTC (rev 105181)
+++ 0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch 
2014-02-02 12:39:48 UTC (rev 105182)
@@ -1,60 +0,0 @@
-From d30496f52b85f82947bd07b9bd60f8482843ece8 Mon Sep 17 00:00:00 2001
-From: jordi jordi@cb4bfb15--0410-82e2-95233c8f1c7e
-Date: Tue, 5 Jul 2011 09:23:38 +
-Subject: [PATCH 1/2] When using Poppler 0.17.0, I needed to swap the blue and
- red channels, otherwise the colors (other than black
- and white) looked wierd.
-
-git-svn-id: svn://svn.emma-soft.com/epdfview/trunk@367 
cb4bfb15--0410-82e2-95233c8f1c7e

- src/PDFDocument.cxx |   20 
- 1 files changed, 20 insertions(+), 0 deletions(-)
-
-diff --git a/src/PDFDocument.cxx b/src/PDFDocument.cxx
-index df5d75f..63b3513 100644
 a/src/PDFDocument.cxx
-+++ b/src/PDFDocument.cxx
-@@ -20,6 +20,7 @@
- #include time.h
- #include poppler.h
- #include unistd.h
-+#include algorithm
- #include epdfview.h
- 
- using namespace ePDFView;
-@@ -33,6 +34,24 @@ static PageLayout convertPageLayout (gint pageLayout);
- static PageMode convertPageMode (gint pageMode);
- static gchar *getAbsoluteFileName (const gchar *fileName);
- 
-+namespace
-+{
-+void
-+convert_bgra_to_rgba (guint8 *data, int width, int height)
-+{
-+using std::swap;
-+
-+for (int y = 0; y  height; y++)
-+{
-+for (int x = 0; x  width; x++)
-+{
-+swap(data[0], data[2]);
-+data += 4;
-+}
-+}
-+}
-+}
-+
- ///
- /// @brief Constructs a new PDFDocument object.
- ///
-@@ -650,6 +669,7 @@ PDFDocument::renderPage (gint pageNum)
- poppler_page_render (page, context);
- cairo_destroy(context);
- cairo_surface_destroy (surface);
-+convert_bgra_to_rgba(renderedPage-getData (), width, height);
- #else // !HAVE_POPPLER_0_17_0
- // Create the pixbuf from the data and render to it.
- GdkPixbuf *pixbuf = gdk_pixbuf_new_from_data (renderedPage-getData 
(),
--- 
-1.7.7
-

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 12:05:04 UTC (rev 105181)
+++ PKGBUILD2014-02-02 12:39:48 UTC (rev 105182)
@@ -1,50 +1,50 @@
 # $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Maintainer:  Kyle Keen keen...@gmail.com
+# Contributor: schuay jakob.gru...@gmail.com
 # Contributor: Tom K t...@runbox.com
 # Contributor: Thayer Williams tha...@archlinux.org
 
 pkgname=epdfview
 pkgver=0.1.8
-pkgrel=4
-pkgdesc=A free lightweight PDF document viewer.
-url=http://www.emma-soft.com/projects/epdfview/;
+pkgrel=5
+pkgdesc='Lightweight PDF document viewer'
+url='http://freecode.com/projects/epdfview'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('poppler-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'gtk2')
 makedepends=('pkgconfig')
-install='epdfview.install'
-# The official site has been down, apparently for a couple of months.
-# 
source=(http://www.emma-soft.com/projects/${pkgname}/chrome/site/releases/${pkgname}-${pkgver}.tar.bz2;

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

2014-02-02 Thread Bartłomiej Piotrowski
Date: Sunday, February 2, 2014 @ 13:40:09
  Author: bpiotrowski
Revision: 105183

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

Added:
  epdfview/repos/community-i686/PKGBUILD
(from rev 105182, epdfview/trunk/PKGBUILD)
  epdfview/repos/community-i686/epdfview-0.1.8-glib2-headers.patch
(from rev 105182, epdfview/trunk/epdfview-0.1.8-glib2-headers.patch)
  epdfview/repos/community-i686/epdfview-0.1.8-modern-cups.patch
(from rev 105182, epdfview/trunk/epdfview-0.1.8-modern-cups.patch)
  
epdfview/repos/community-i686/epdfview-0.1.8-swap-the-blue-and-red-channel.patch
(from rev 105182, 
epdfview/trunk/epdfview-0.1.8-swap-the-blue-and-red-channel.patch)
  epdfview/repos/community-i686/epdfview.install
(from rev 105182, epdfview/trunk/epdfview.install)
  epdfview/repos/community-x86_64/PKGBUILD
(from rev 105182, epdfview/trunk/PKGBUILD)
  epdfview/repos/community-x86_64/epdfview-0.1.8-glib2-headers.patch
(from rev 105182, epdfview/trunk/epdfview-0.1.8-glib2-headers.patch)
  epdfview/repos/community-x86_64/epdfview-0.1.8-modern-cups.patch
(from rev 105182, epdfview/trunk/epdfview-0.1.8-modern-cups.patch)
  
epdfview/repos/community-x86_64/epdfview-0.1.8-swap-the-blue-and-red-channel.patch
(from rev 105182, 
epdfview/trunk/epdfview-0.1.8-swap-the-blue-and-red-channel.patch)
  epdfview/repos/community-x86_64/epdfview.install
(from rev 105182, epdfview/trunk/epdfview.install)
Deleted:
  
epdfview/repos/community-i686/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch
  epdfview/repos/community-i686/PKGBUILD
  epdfview/repos/community-i686/epdfview.desktop.patch
  epdfview/repos/community-i686/epdfview.install
  epdfview/repos/community-i686/glib2_headers.patch
  
epdfview/repos/community-x86_64/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch
  epdfview/repos/community-x86_64/PKGBUILD
  epdfview/repos/community-x86_64/epdfview.desktop.patch
  epdfview/repos/community-x86_64/epdfview.install
  epdfview/repos/community-x86_64/glib2_headers.patch

--+
 /PKGBUILD  
  |  100 ++
 /epdfview.install  
  |   24 ++
 community-i686/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch 
  |   60 --
 community-i686/PKGBUILD
  |   45 
 community-i686/epdfview-0.1.8-glib2-headers.patch  
  |   13 +
 community-i686/epdfview-0.1.8-modern-cups.patch
  |   74 +++
 community-i686/epdfview-0.1.8-swap-the-blue-and-red-channel.patch  
  |   60 ++
 community-i686/epdfview.desktop.patch  
  |   11 -
 community-i686/epdfview.install
  |   12 -
 community-i686/glib2_headers.patch 
  |   13 -
 
community-x86_64/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch
 |   60 --
 community-x86_64/PKGBUILD  
  |   45 
 community-x86_64/epdfview-0.1.8-glib2-headers.patch
  |   13 +
 community-x86_64/epdfview-0.1.8-modern-cups.patch  
  |   74 +++
 community-x86_64/epdfview-0.1.8-swap-the-blue-and-red-channel.patch
  |   60 ++
 community-x86_64/epdfview.desktop.patch
  |   11 -
 community-x86_64/epdfview.install  
  |   12 -
 community-x86_64/glib2_headers.patch   
  |   13 -
 18 files changed, 418 insertions(+), 282 deletions(-)

Deleted: 
community-i686/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch
===
--- 
community-i686/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch  
2014-02-02 12:39:48 UTC (rev 105182)
+++ 
community-i686/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch  
2014-02-02 12:40:09 UTC (rev 105183)
@@ -1,60 +0,0 @@
-From d30496f52b85f82947bd07b9bd60f8482843ece8 Mon Sep 17 00:00:00 2001
-From: jordi jordi@cb4bfb15--0410-82e2-95233c8f1c7e
-Date: Tue, 5 Jul 2011 09:23:38 +
-Subject: [PATCH 1/2] When using Poppler 0.17.0, I needed to swap the blue and
- red channels, otherwise the colors (other than black
- and white) looked wierd.
-
-git-svn-id: svn://svn.emma-soft.com/epdfview/trunk@367 
cb4bfb15--0410-82e2-95233c8f1c7e

- src/PDFDocument.cxx |   20 
- 1 files changed, 20 insertions(+), 0 deletions(-)
-
-diff --git a/src/PDFDocument.cxx b/src/PDFDocument.cxx
-index df5d75f..63b3513 100644
 a/src/PDFDocument.cxx
-+++ 

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

2014-02-02 Thread Ike Devolder
Date: Sunday, February 2, 2014 @ 13:53:08
  Author: idevolder
Revision: 105185

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

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

+
 /PKGBUILD  |   88 +++
 /opera.install |   40 +
 community-i686/PKGBUILD|   44 ---
 community-i686/opera.install   |   20 
 community-x86_64/PKGBUILD  |   44 ---
 community-x86_64/opera.install |   20 
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-02 12:52:43 UTC (rev 105184)
+++ community-i686/PKGBUILD 2014-02-02 12:53:08 UTC (rev 105185)
@@ -1,44 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: Bartłomiej Piotrowski barthal...@gmail.com
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: ruario ruario AT opera DOT com
-# Contributor: Daniel Isenmann daniel AT archlinux DOT org
-# Contributor: dorphell dorphell AT archlinux DOT org
-# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
-
-pkgname=opera
-_ver=12.16
-_build=1860
-pkgver=$_ver.$_build
-pkgrel=1
-pkgdesc='Fast and secure web browser and Internet suite'
-arch=('i686' 'x86_64')
-url='http://www.opera.com/browser/'
-license=('custom:opera')
-depends=('gcc-libs' 'libxt' 'freetype2' 'libxext' 'glib2'
- 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('gstreamer0.10-base-plugins: HTML5 Video support'
-'gstreamer0.10-good: HTML5 Video support')
-install=$pkgname.install
-options=(!strip !zipman)
-
-
-  
#source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.i386.linux.tar.xz
-  
#http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.x86_64.linux.tar.xz)
-
-if [[ $CARCH == i686 ]]; then
-  _arch=i386
-  
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
-  
sha256sums=('df640656a52b7c714faf25de92d84992116ce8f82b7a67afc1121eb3c428489d')
-elif [[ $CARCH == x86_64 ]]; then
-  _arch=$CARCH
-  
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
-  
sha256sums=('b3b5cada3829d2b3b0e2da25e9444ce9dff73dc6692586ce72cfd4f6431e639e')
-fi
-
-package() {
-  opera-${_ver}-${_build}.${_arch}.linux/install --prefix /usr --repackage 
$pkgdir/usr
-  install -Dm 644 $pkgdir/usr/share/$pkgname/defaults/license.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}

Copied: opera/repos/community-i686/PKGBUILD (from rev 105184, 
opera/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 12:53:08 UTC (rev 105185)
@@ -0,0 +1,44 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: Bartłomiej Piotrowski barthal...@gmail.com
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: ruario ruario AT opera DOT com
+# Contributor: Daniel Isenmann daniel AT archlinux DOT org
+# Contributor: dorphell dorphell AT archlinux DOT org
+# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
+
+pkgname=opera
+_ver=12.16
+_build=1860
+pkgver=$_ver.$_build
+pkgrel=2
+pkgdesc='Fast and secure web browser and Internet suite'
+arch=('i686' 'x86_64')
+url='http://www.opera.com/browser/'
+license=('custom:opera')
+depends=('gcc-libs' 'libxt' 'freetype2' 'libxext' 'glib2' 'ttf-font'
+ 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('gstreamer0.10-base-plugins: HTML5 Video support'
+'gstreamer0.10-good: HTML5 Video support')
+install=$pkgname.install
+options=(!strip !zipman)
+
+
+  
#source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.i386.linux.tar.xz
+  
#http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.x86_64.linux.tar.xz)
+
+if [[ $CARCH == i686 ]]; then
+  _arch=i386
+  
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
+  
sha256sums=('df640656a52b7c714faf25de92d84992116ce8f82b7a67afc1121eb3c428489d')
+elif [[ $CARCH == x86_64 ]]; then
+  

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

2014-02-02 Thread Ike Devolder
Date: Sunday, February 2, 2014 @ 13:52:43
  Author: idevolder
Revision: 105184

opera 12.16.1860 :: add ttf-font

Fixes #38464

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 12:40:09 UTC (rev 105183)
+++ PKGBUILD2014-02-02 12:52:43 UTC (rev 105184)
@@ -12,12 +12,12 @@
 _ver=12.16
 _build=1860
 pkgver=$_ver.$_build
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast and secure web browser and Internet suite'
 arch=('i686' 'x86_64')
 url='http://www.opera.com/browser/'
 license=('custom:opera')
-depends=('gcc-libs' 'libxt' 'freetype2' 'libxext' 'glib2'
+depends=('gcc-libs' 'libxt' 'freetype2' 'libxext' 'glib2' 'ttf-font'
  'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
 optdepends=('gstreamer0.10-base-plugins: HTML5 Video support'
 'gstreamer0.10-good: HTML5 Video support')



[arch-commits] Commit in (4 files)

2014-02-02 Thread Andrea Scarpino
Date: Sunday, February 2, 2014 @ 15:39:53
  Author: andrea
Revision: 105186

Moved from AUR

Added:
  skanlite/
  skanlite/repos/
  skanlite/trunk/
  skanlite/trunk/PKGBUILD

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

Added: skanlite/trunk/PKGBUILD
===
--- skanlite/trunk/PKGBUILD (rev 0)
+++ skanlite/trunk/PKGBUILD 2014-02-02 14:39:53 UTC (rev 105186)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=skanlite
+pkgver=1.1
+pkgrel=2
+pkgdesc=Image Scanning Application for KDE
+arch=('i686' 'x86_64')
+url='http://www.kde.org/applications/graphics/skanlite'
+license=('GPL')
+depends=('kdebase-runtime' 'libksane')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('21cd642d4177fff759bf4694af39b9fe')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



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

2014-02-02 Thread Andrea Scarpino
Date: Sunday, February 2, 2014 @ 15:52:36
  Author: andrea
Revision: 105187

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

Added:
  skanlite/repos/community-i686/
  skanlite/repos/community-i686/PKGBUILD
(from rev 105186, skanlite/trunk/PKGBUILD)
  skanlite/repos/community-x86_64/
  skanlite/repos/community-x86_64/PKGBUILD
(from rev 105186, skanlite/trunk/PKGBUILD)

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

Copied: skanlite/repos/community-i686/PKGBUILD (from rev 105186, 
skanlite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 14:52:36 UTC (rev 105187)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=skanlite
+pkgver=1.1
+pkgrel=2
+pkgdesc=Image Scanning Application for KDE
+arch=('i686' 'x86_64')
+url='http://www.kde.org/applications/graphics/skanlite'
+license=('GPL')
+depends=('kdebase-runtime' 'libksane')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('21cd642d4177fff759bf4694af39b9fe')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: skanlite/repos/community-x86_64/PKGBUILD (from rev 105186, 
skanlite/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-02 14:52:36 UTC (rev 105187)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=skanlite
+pkgver=1.1
+pkgrel=2
+pkgdesc=Image Scanning Application for KDE
+arch=('i686' 'x86_64')
+url='http://www.kde.org/applications/graphics/skanlite'
+license=('GPL')
+depends=('kdebase-runtime' 'libksane')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('21cd642d4177fff759bf4694af39b9fe')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in (4 files)

2014-02-02 Thread Bartłomiej Piotrowski
Date: Sunday, February 2, 2014 @ 17:30:34
  Author: bpiotrowski
Revision: 105188

newpkg: xtrabackup 2.1.7-1

Added:
  xtrabackup/
  xtrabackup/repos/
  xtrabackup/trunk/
  xtrabackup/trunk/PKGBUILD

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

Added: xtrabackup/trunk/PKGBUILD
===
--- xtrabackup/trunk/PKGBUILD   (rev 0)
+++ xtrabackup/trunk/PKGBUILD   2014-02-02 16:30:34 UTC (rev 105188)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=xtrabackup
+pkgver=2.1.7
+pkgrel=1
+pkgdesc='Non-blocking backup tool for MySQL'
+arch=('i686' 'x86_64')
+url='http://www.percona.com/software/percona-xtrabackup/'
+license=('GPL')
+depends=('libaio' 'libgcrypt' 'openssl')
+makedepends=('cmake' 'ncurses' 'python2-distribute' 'python2-sphinx' 'zlib')
+source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz)
+md5sums=('cce4ad2e6e1481a98cd403563fd989dc')
+
+build() {
+  cd percona-xtrabackup-$pkgver
+  utils/build.sh innodb55
+}
+
+package() {
+  cd percona-xtrabackup-$pkgver
+
+  install -D innobackupex $pkgdir/usr/bin/innobackupex
+  install -D src/xtrabackup_innodb55 $pkgdir/usr/bin/xtrabackup_55
+  install -D src/xbcrypt $pkgdir/usr/bin/xbcrypt
+  install -D src/xbstream $pkgdir/usr/bin/xbstream
+
+  ln -s /usr/bin/xtrabackup_innodb55 $pkgdir/usr/bin/xtrabackup
+}



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

2014-02-02 Thread Ike Devolder
Date: Sunday, February 2, 2014 @ 17:31:19
  Author: idevolder
Revision: 105189

libnfs :: 1.9.2

Modified:
  libnfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 16:30:34 UTC (rev 105188)
+++ PKGBUILD2014-02-02 16:31:19 UTC (rev 105189)
@@ -2,7 +2,7 @@
 # Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
 
 pkgname=libnfs
-pkgver=1.8.0
+pkgver=1.9.2
 pkgrel=1
 pkgdesc=client library for accessing NFS shares
 arch=('i686' 'x86_64')
@@ -10,7 +10,6 @@
 license=('GPL')
 depends=('glibc')
 source=(https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e4d766efba85e79b04c18038070506d0a9df5b7e0f08aa54ab402892cd1542cc')
 
 build() {
   cd $pkgname-$pkgname-$pkgver
@@ -24,3 +23,4 @@
   cd $pkgname-$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
+sha256sums=('77d9d543eb1ae3e36497e5a3d4f37c8dd3d66def8d11817d4ed84368225b')



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

2014-02-02 Thread Ike Devolder
Date: Sunday, February 2, 2014 @ 17:31:36
  Author: idevolder
Revision: 105190

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-02 16:31:19 UTC (rev 105189)
+++ community-i686/PKGBUILD 2014-02-02 16:31:36 UTC (rev 105190)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgname=libnfs
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=client library for accessing NFS shares
-arch=('i686' 'x86_64')
-url=https://github.com/sahlberg/libnfs;
-license=('GPL')
-depends=('glibc')
-source=(https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e4d766efba85e79b04c18038070506d0a9df5b7e0f08aa54ab402892cd1542cc')
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-
-  autoreconf -vif
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libnfs/repos/community-i686/PKGBUILD (from rev 105189, 
libnfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 16:31:36 UTC (rev 105190)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+
+pkgname=libnfs
+pkgver=1.9.2
+pkgrel=1
+pkgdesc=client library for accessing NFS shares
+arch=('i686' 'x86_64')
+url=https://github.com/sahlberg/libnfs;
+license=('GPL')
+depends=('glibc')
+source=(https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  autoreconf -vif
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+sha256sums=('77d9d543eb1ae3e36497e5a3d4f37c8dd3d66def8d11817d4ed84368225b')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-02 16:31:19 UTC (rev 105189)
+++ community-x86_64/PKGBUILD   2014-02-02 16:31:36 UTC (rev 105190)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgname=libnfs
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=client library for accessing NFS shares
-arch=('i686' 'x86_64')
-url=https://github.com/sahlberg/libnfs;
-license=('GPL')
-depends=('glibc')
-source=(https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e4d766efba85e79b04c18038070506d0a9df5b7e0f08aa54ab402892cd1542cc')
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-
-  autoreconf -vif
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libnfs/repos/community-x86_64/PKGBUILD (from rev 105189, 
libnfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-02 16:31:36 UTC (rev 105190)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+
+pkgname=libnfs
+pkgver=1.9.2
+pkgrel=1
+pkgdesc=client library for accessing NFS shares
+arch=('i686' 'x86_64')
+url=https://github.com/sahlberg/libnfs;
+license=('GPL')
+depends=('glibc')
+source=(https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  autoreconf -vif
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+sha256sums=('77d9d543eb1ae3e36497e5a3d4f37c8dd3d66def8d11817d4ed84368225b')



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

2014-02-02 Thread Andreas Radke
Date: Sunday, February 2, 2014 @ 17:37:29
  Author: andyrtr
Revision: 204969

upgpkg: apache 2.2.26-1

upstream update 2.2.26

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 11:52:21 UTC (rev 204968)
+++ PKGBUILD2014-02-02 16:37:29 UTC (rev 204969)
@@ -4,7 +4,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=apache
-pkgver=2.2.25
+pkgver=2.2.26
 pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
@@ -20,8 +20,7 @@
 optdepends=('lynx: apachectl status')
 install=apache.install
 _itkurl=http://mpm-itk.sesse.net/apache2.2-mpm-itk-2.2.17-01
-source=(http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2
-http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2.asc
+source=(http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
 ${_itkurl}/02-rename-prefork-to-itk.patch
 ${_itkurl}/03-add-mpm-to-build-system.patch
 ${_itkurl}/04-correct-output-makefile-location.patch
@@ -38,7 +37,7 @@
 httpd.logrotate
 httpd.service
 arch.layout)
-md5sums=('9ebe3070c0bb4311f21a0cd0e34f0045'
+md5sums=('254eda547f8d624604e4bf403241e617'
  'SKIP'
  'f1d9d41360908ceb2374da55ae99197a'
  'cdfa04985a0efa850976aef01c2a0c40'



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

2014-02-02 Thread Andreas Radke
Date: Sunday, February 2, 2014 @ 17:37:55
  Author: andyrtr
Revision: 204970

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

Added:
  apache/repos/testing-i686/
  apache/repos/testing-i686/PKGBUILD
(from rev 204969, apache/trunk/PKGBUILD)
  apache/repos/testing-i686/apache.conf.d
(from rev 204969, apache/trunk/apache.conf.d)
  apache/repos/testing-i686/apache.install
(from rev 204969, apache/trunk/apache.install)
  apache/repos/testing-i686/apache.tmpfiles.conf
(from rev 204969, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-i686/apachectl-confd.patch
(from rev 204969, apache/trunk/apachectl-confd.patch)
  apache/repos/testing-i686/arch.layout
(from rev 204969, apache/trunk/arch.layout)
  apache/repos/testing-i686/httpd.logrotate
(from rev 204969, apache/trunk/httpd.logrotate)
  apache/repos/testing-i686/httpd.service
(from rev 204969, apache/trunk/httpd.service)
  apache/repos/testing-x86_64/
  apache/repos/testing-x86_64/PKGBUILD
(from rev 204969, apache/trunk/PKGBUILD)
  apache/repos/testing-x86_64/apache.conf.d
(from rev 204969, apache/trunk/apache.conf.d)
  apache/repos/testing-x86_64/apache.install
(from rev 204969, apache/trunk/apache.install)
  apache/repos/testing-x86_64/apache.tmpfiles.conf
(from rev 204969, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-x86_64/apachectl-confd.patch
(from rev 204969, apache/trunk/apachectl-confd.patch)
  apache/repos/testing-x86_64/arch.layout
(from rev 204969, apache/trunk/arch.layout)
  apache/repos/testing-x86_64/httpd.logrotate
(from rev 204969, apache/trunk/httpd.logrotate)
  apache/repos/testing-x86_64/httpd.service
(from rev 204969, apache/trunk/httpd.service)

--+
 testing-i686/PKGBUILD|  167 +
 testing-i686/apache.conf.d   |   15 ++
 testing-i686/apache.install  |7 +
 testing-i686/apache.tmpfiles.conf|1 
 testing-i686/apachectl-confd.patch   |   15 ++
 testing-i686/arch.layout |   22 
 testing-i686/httpd.logrotate |6 +
 testing-i686/httpd.service   |   15 ++
 testing-x86_64/PKGBUILD  |  167 +
 testing-x86_64/apache.conf.d |   15 ++
 testing-x86_64/apache.install|7 +
 testing-x86_64/apache.tmpfiles.conf  |1 
 testing-x86_64/apachectl-confd.patch |   15 ++
 testing-x86_64/arch.layout   |   22 
 testing-x86_64/httpd.logrotate   |6 +
 testing-x86_64/httpd.service |   15 ++
 16 files changed, 496 insertions(+)

Copied: apache/repos/testing-i686/PKGBUILD (from rev 204969, 
apache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-02 16:37:55 UTC (rev 204970)
@@ -0,0 +1,167 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apache
+pkgver=2.2.26
+pkgrel=1
+pkgdesc='A high performance Unix-based HTTP server'
+arch=('i686' 'x86_64')
+url='http://www.apache.org/dist/httpd'
+license=('APACHE')
+backup=(etc/httpd/conf/httpd.conf
+etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
+etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
+etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
+etc/conf.d/apache
+etc/logrotate.d/httpd)
+depends=('openssl' 'zlib' 'apr-util' 'pcre' 'systemd')
+optdepends=('lynx: apachectl status')
+install=apache.install
+_itkurl=http://mpm-itk.sesse.net/apache2.2-mpm-itk-2.2.17-01
+source=(http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
+${_itkurl}/02-rename-prefork-to-itk.patch
+${_itkurl}/03-add-mpm-to-build-system.patch
+${_itkurl}/04-correct-output-makefile-location.patch
+${_itkurl}/05-add-copyright.patch
+${_itkurl}/06-hook-just-after-merging-perdir-config.patch
+${_itkurl}/07-base-functionality.patch
+${_itkurl}/08-max-clients-per-vhost.patch
+${_itkurl}/09-capabilities.patch
+${_itkurl}/10-nice.patch
+${_itkurl}/11-fix-htaccess-reads-for-persistent-connections.patch
+apachectl-confd.patch
+apache.conf.d
+apache.tmpfiles.conf
+httpd.logrotate
+httpd.service
+arch.layout)
+md5sums=('254eda547f8d624604e4bf403241e617'
+ 'SKIP'
+ 'f1d9d41360908ceb2374da55ae99197a'
+ 'cdfa04985a0efa850976aef01c2a0c40'
+ '0930d2d0612eb0a53a0d00aea7e8687f'
+ '3a0c29bb91442c33ea73ebbe072af922'
+ '0ef4729a6f1ffc848ad0e9b440a66f66'
+ '940944caa948340b11ddae56adaef89b'
+ 'ce09a987523884de8838f73dc8ec0d19'
+ 'e75b7dd8d8afcd299ba4ab2ab81c11e4'
+ 'ce1ccc21f3ad8625169c8f62913450ac'
+  

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

2014-02-02 Thread Alexander Rødseth
Date: Sunday, February 2, 2014 @ 17:50:19
  Author: arodseth
Revision: 105192

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

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

+
 /PKGBUILD  |  100 +++
 /scite.install |   26 ++
 community-i686/PKGBUILD|   50 ---
 community-i686/scite.install   |   13 -
 community-x86_64/PKGBUILD  |   50 ---
 community-x86_64/scite.install |   13 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-02 16:50:07 UTC (rev 105191)
+++ community-i686/PKGBUILD 2014-02-02 16:50:19 UTC (rev 105192)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=scite
-pkgver=3.3.7
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64' 'i686')
-url='http://www.scintilla.org/SciTE.html'
-license=('custom:scite')
-depends=('desktop-file-utils' 'gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('ad094de779572a5c1bb0f2c590acc05a8706fc2f8c8e9ba7d4d98182bb37f174')
-
-prepare() {
-  if [ $?CXXBASEFLAGS == 1 ]; then 
-sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
-setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
-  fi
-  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
-  setconf scintilla/gtk/makefile CXXFLAGS \
--DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
-  setconf scintilla/gtk/makefile CXXBASEFLAGS \
--Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
-}
-
-build() {
-  make -C scintilla/gtk
-  make -C $pkgname/gtk
-}
-
-package() {
-  cd $pkgname/gtk
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/$pkgname/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
-  install -Dm644 $srcdir/scintilla/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
-  ln -sf SciTE $pkgdir/usr/bin/scite
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-i686/PKGBUILD (from rev 105191, 
scite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 16:50:19 UTC (rev 105192)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=scite
+pkgver=3.3.9
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=('x86_64' 'i686')
+url='http://www.scintilla.org/SciTE.html'
+license=('custom:scite')
+depends=('desktop-file-utils' 'gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
+sha256sums=('cd7bdfdf8cd870893375519405510417145ec0a9790ed7209f21d552d36c0775')
+
+prepare() {
+  if [ $?CXXBASEFLAGS == 1 ]; then 
+sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
+setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
+  fi
+  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
+  setconf scintilla/gtk/makefile CXXFLAGS \
+-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
+  setconf scintilla/gtk/makefile CXXBASEFLAGS \
+-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
+}
+
+build() {
+  make -C scintilla/gtk
+  make -C $pkgname/gtk
+}
+
+package() {
+  cd $pkgname/gtk
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
+  install -Dm644 $srcdir/scintilla/License.txt \
+

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

2014-02-02 Thread Alexander Rødseth
Date: Sunday, February 2, 2014 @ 17:50:07
  Author: arodseth
Revision: 105191

upgpkg: scite 3.3.9-1

Modified:
  scite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 16:31:36 UTC (rev 105190)
+++ PKGBUILD2014-02-02 16:50:07 UTC (rev 105191)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.3.7
+pkgver=3.3.9
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('ad094de779572a5c1bb0f2c590acc05a8706fc2f8c8e9ba7d4d98182bb37f174')
+sha256sums=('cd7bdfdf8cd870893375519405510417145ec0a9790ed7209f21d552d36c0775')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 



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

2014-02-02 Thread Bartłomiej Piotrowski
Date: Sunday, February 2, 2014 @ 17:51:36
  Author: bpiotrowski
Revision: 105193

upgpkg: xtrabackup 2.1.7-1

fix symbolic link to xtrabackup_55

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 16:50:19 UTC (rev 105192)
+++ PKGBUILD2014-02-02 16:51:36 UTC (rev 105193)
@@ -26,5 +26,5 @@
   install -D src/xbcrypt $pkgdir/usr/bin/xbcrypt
   install -D src/xbstream $pkgdir/usr/bin/xbstream
 
-  ln -s /usr/bin/xtrabackup_innodb55 $pkgdir/usr/bin/xtrabackup
+  ln -s /usr/bin/xtrabackup_55 $pkgdir/usr/bin/xtrabackup
 }



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

2014-02-02 Thread Bartłomiej Piotrowski
Date: Sunday, February 2, 2014 @ 17:51:46
  Author: bpiotrowski
Revision: 105194

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

Added:
  xtrabackup/repos/community-i686/
  xtrabackup/repos/community-i686/PKGBUILD
(from rev 105193, xtrabackup/trunk/PKGBUILD)
  xtrabackup/repos/community-x86_64/
  xtrabackup/repos/community-x86_64/PKGBUILD
(from rev 105193, xtrabackup/trunk/PKGBUILD)

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

Copied: xtrabackup/repos/community-i686/PKGBUILD (from rev 105193, 
xtrabackup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 16:51:46 UTC (rev 105194)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=xtrabackup
+pkgver=2.1.7
+pkgrel=1
+pkgdesc='Non-blocking backup tool for MySQL'
+arch=('i686' 'x86_64')
+url='http://www.percona.com/software/percona-xtrabackup/'
+license=('GPL')
+depends=('libaio' 'libgcrypt' 'openssl')
+makedepends=('cmake' 'ncurses' 'python2-distribute' 'python2-sphinx' 'zlib')
+source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz)
+md5sums=('cce4ad2e6e1481a98cd403563fd989dc')
+
+build() {
+  cd percona-xtrabackup-$pkgver
+  utils/build.sh innodb55
+}
+
+package() {
+  cd percona-xtrabackup-$pkgver
+
+  install -D innobackupex $pkgdir/usr/bin/innobackupex
+  install -D src/xtrabackup_innodb55 $pkgdir/usr/bin/xtrabackup_55
+  install -D src/xbcrypt $pkgdir/usr/bin/xbcrypt
+  install -D src/xbstream $pkgdir/usr/bin/xbstream
+
+  ln -s /usr/bin/xtrabackup_55 $pkgdir/usr/bin/xtrabackup
+}

Copied: xtrabackup/repos/community-x86_64/PKGBUILD (from rev 105193, 
xtrabackup/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-02 16:51:46 UTC (rev 105194)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=xtrabackup
+pkgver=2.1.7
+pkgrel=1
+pkgdesc='Non-blocking backup tool for MySQL'
+arch=('i686' 'x86_64')
+url='http://www.percona.com/software/percona-xtrabackup/'
+license=('GPL')
+depends=('libaio' 'libgcrypt' 'openssl')
+makedepends=('cmake' 'ncurses' 'python2-distribute' 'python2-sphinx' 'zlib')
+source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz)
+md5sums=('cce4ad2e6e1481a98cd403563fd989dc')
+
+build() {
+  cd percona-xtrabackup-$pkgver
+  utils/build.sh innodb55
+}
+
+package() {
+  cd percona-xtrabackup-$pkgver
+
+  install -D innobackupex $pkgdir/usr/bin/innobackupex
+  install -D src/xtrabackup_innodb55 $pkgdir/usr/bin/xtrabackup_55
+  install -D src/xbcrypt $pkgdir/usr/bin/xbcrypt
+  install -D src/xbstream $pkgdir/usr/bin/xbstream
+
+  ln -s /usr/bin/xtrabackup_55 $pkgdir/usr/bin/xtrabackup
+}



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

2014-02-02 Thread Giovanni Scafora
Date: Sunday, February 2, 2014 @ 17:54:39
  Author: giovanni
Revision: 204972

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

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

+
 /PKGBUILD  |   94 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   47 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   47 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-02 16:54:33 UTC (rev 204971)
+++ extra-i686/PKGBUILD 2014-02-02 16:54:39 UTC (rev 204972)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=mercurial
-pkgver=2.8.2
-pkgrel=1
-pkgdesc=A scalable distributed SCM tool
-arch=('i686' 'x86_64')
-url=http://mercurial.selenic.com/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
-'mercurial.profile')
-md5sums=('050d05f9efc95dfef88217b63962a09a'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  sed -i -e 's#env python#env python2#' \
-${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
-  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
-  install -m755 contrib/hgk ${pkgdir}/usr/bin
-  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
-  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
-  install -d ${pkgdir}/usr/share/emacs/site-lisp
-  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
${pkgdir}/etc/profile.d/mercurial.sh
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc ${pkgdir}/etc/mercurial/hgrc
-}

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

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

2014-02-02 Thread Giovanni Scafora
Date: Sunday, February 2, 2014 @ 17:54:33
  Author: giovanni
Revision: 204971

upgpkg: mercurial 2.9-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 16:37:55 UTC (rev 204970)
+++ PKGBUILD2014-02-02 16:54:33 UTC (rev 204971)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=mercurial
-pkgver=2.8.2
+pkgver=2.9
 pkgrel=1
 pkgdesc=A scalable distributed SCM tool
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
 'mercurial.profile')
-md5sums=('050d05f9efc95dfef88217b63962a09a'
+md5sums=('de902a5300beb16c778bc88949832e94'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 package() {



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

2014-02-02 Thread Giovanni Scafora
Date: Sunday, February 2, 2014 @ 18:02:12
  Author: giovanni
Revision: 105195

upgpkg: pcsc-tools 1.4.22-1

upstream release

Modified:
  pcsc-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 16:51:46 UTC (rev 105194)
+++ PKGBUILD2014-02-02 17:02:12 UTC (rev 105195)
@@ -4,7 +4,7 @@
 # Contributor: marc0s mar...@fsfe.org
 
 pkgname=pcsc-tools
-pkgver=1.4.21
+pkgver=1.4.22
 pkgrel=1
 pkgdesc=PC/SC Architecture smartcard tools
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
 makedepends=('pkg-config')
 
source=(http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c5ec17124aab4e933d537d6253046423')
+md5sums=('b519862fa75b61da72b7d09f20bbbc9f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-02-02 Thread Giovanni Scafora
Date: Sunday, February 2, 2014 @ 18:02:19
  Author: giovanni
Revision: 105196

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

Added:
  pcsc-tools/repos/community-i686/PKGBUILD
(from rev 105195, pcsc-tools/trunk/PKGBUILD)
  pcsc-tools/repos/community-x86_64/PKGBUILD
(from rev 105195, pcsc-tools/trunk/PKGBUILD)
Deleted:
  pcsc-tools/repos/community-i686/PKGBUILD
  pcsc-tools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-02 17:02:12 UTC (rev 105195)
+++ community-i686/PKGBUILD 2014-02-02 17:02:19 UTC (rev 105196)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Lorenzo Nizzi Grifi Gargiolli lorenzo.nizzi.gr...@gmail.com
-# Contributor: marc0s mar...@fsfe.org
-
-pkgname=pcsc-tools
-pkgver=1.4.21
-pkgrel=1
-pkgdesc=PC/SC Architecture smartcard tools
-arch=('i686' 'x86_64')
-url=http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
-license=('GPL')
-depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
-makedepends=('pkg-config')
-source=(http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c5ec17124aab4e933d537d6253046423')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/usr install
-}

Copied: pcsc-tools/repos/community-i686/PKGBUILD (from rev 105195, 
pcsc-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 17:02:19 UTC (rev 105196)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Lorenzo Nizzi Grifi Gargiolli lorenzo.nizzi.gr...@gmail.com
+# Contributor: marc0s mar...@fsfe.org
+
+pkgname=pcsc-tools
+pkgver=1.4.22
+pkgrel=1
+pkgdesc=PC/SC Architecture smartcard tools
+arch=('i686' 'x86_64')
+url=http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
+license=('GPL')
+depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
+makedepends=('pkg-config')
+source=(http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('b519862fa75b61da72b7d09f20bbbc9f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-02 17:02:12 UTC (rev 105195)
+++ community-x86_64/PKGBUILD   2014-02-02 17:02:19 UTC (rev 105196)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Lorenzo Nizzi Grifi Gargiolli lorenzo.nizzi.gr...@gmail.com
-# Contributor: marc0s mar...@fsfe.org
-
-pkgname=pcsc-tools
-pkgver=1.4.21
-pkgrel=1
-pkgdesc=PC/SC Architecture smartcard tools
-arch=('i686' 'x86_64')
-url=http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
-license=('GPL')
-depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
-makedepends=('pkg-config')
-source=(http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c5ec17124aab4e933d537d6253046423')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/usr install
-}

Copied: pcsc-tools/repos/community-x86_64/PKGBUILD (from rev 105195, 
pcsc-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-02 17:02:19 UTC (rev 105196)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Lorenzo Nizzi Grifi Gargiolli lorenzo.nizzi.gr...@gmail.com
+# Contributor: marc0s mar...@fsfe.org
+
+pkgname=pcsc-tools
+pkgver=1.4.22
+pkgrel=1
+pkgdesc=PC/SC Architecture smartcard tools
+arch=('i686' 'x86_64')
+url=http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
+license=('GPL')
+depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
+makedepends=('pkg-config')
+source=(http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('b519862fa75b61da72b7d09f20bbbc9f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
+
+  make
+}
+
+package() {
+  cd 

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

2014-02-02 Thread Bartłomiej Piotrowski
Date: Sunday, February 2, 2014 @ 19:07:13
  Author: bpiotrowski
Revision: 105197

upgpkg: xtrabackup 2.1.7-2

generate and provide man pages

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 17:02:19 UTC (rev 105196)
+++ PKGBUILD2014-02-02 18:07:13 UTC (rev 105197)
@@ -3,13 +3,13 @@
 
 pkgname=xtrabackup
 pkgver=2.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
 license=('GPL')
 depends=('libaio' 'libgcrypt' 'openssl')
-makedepends=('cmake' 'ncurses' 'python2-distribute' 'python2-sphinx' 'zlib')
+makedepends=('cmake' 'python-sphinx' 'zlib')
 
source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz)
 md5sums=('cce4ad2e6e1481a98cd403563fd989dc')
 
@@ -16,6 +16,9 @@
 build() {
   cd percona-xtrabackup-$pkgver
   utils/build.sh innodb55
+
+  cd doc
+  make man
 }
 
 package() {
@@ -27,4 +30,9 @@
   install -D src/xbstream $pkgdir/usr/bin/xbstream
 
   ln -s /usr/bin/xtrabackup_55 $pkgdir/usr/bin/xtrabackup
+
+  cd doc/build/man
+  for file in *.1; do
+install -Dm0644 $file $pkgdir/usr/share/man/man1/$file
+  done
 }



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

2014-02-02 Thread Bartłomiej Piotrowski
Date: Sunday, February 2, 2014 @ 19:07:23
  Author: bpiotrowski
Revision: 105198

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-02 18:07:13 UTC (rev 105197)
+++ community-i686/PKGBUILD 2014-02-02 18:07:23 UTC (rev 105198)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=xtrabackup
-pkgver=2.1.7
-pkgrel=1
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libgcrypt' 'openssl')
-makedepends=('cmake' 'ncurses' 'python2-distribute' 'python2-sphinx' 'zlib')
-source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz)
-md5sums=('cce4ad2e6e1481a98cd403563fd989dc')
-
-build() {
-  cd percona-xtrabackup-$pkgver
-  utils/build.sh innodb55
-}
-
-package() {
-  cd percona-xtrabackup-$pkgver
-
-  install -D innobackupex $pkgdir/usr/bin/innobackupex
-  install -D src/xtrabackup_innodb55 $pkgdir/usr/bin/xtrabackup_55
-  install -D src/xbcrypt $pkgdir/usr/bin/xbcrypt
-  install -D src/xbstream $pkgdir/usr/bin/xbstream
-
-  ln -s /usr/bin/xtrabackup_55 $pkgdir/usr/bin/xtrabackup
-}

Copied: xtrabackup/repos/community-i686/PKGBUILD (from rev 105197, 
xtrabackup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 18:07:23 UTC (rev 105198)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=xtrabackup
+pkgver=2.1.7
+pkgrel=2
+pkgdesc='Non-blocking backup tool for MySQL'
+arch=('i686' 'x86_64')
+url='http://www.percona.com/software/percona-xtrabackup/'
+license=('GPL')
+depends=('libaio' 'libgcrypt' 'openssl')
+makedepends=('cmake' 'python-sphinx' 'zlib')
+source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz)
+md5sums=('cce4ad2e6e1481a98cd403563fd989dc')
+
+build() {
+  cd percona-xtrabackup-$pkgver
+  utils/build.sh innodb55
+
+  cd doc
+  make man
+}
+
+package() {
+  cd percona-xtrabackup-$pkgver
+
+  install -D innobackupex $pkgdir/usr/bin/innobackupex
+  install -D src/xtrabackup_innodb55 $pkgdir/usr/bin/xtrabackup_55
+  install -D src/xbcrypt $pkgdir/usr/bin/xbcrypt
+  install -D src/xbstream $pkgdir/usr/bin/xbstream
+
+  ln -s /usr/bin/xtrabackup_55 $pkgdir/usr/bin/xtrabackup
+
+  cd doc/build/man
+  for file in *.1; do
+install -Dm0644 $file $pkgdir/usr/share/man/man1/$file
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-02 18:07:13 UTC (rev 105197)
+++ community-x86_64/PKGBUILD   2014-02-02 18:07:23 UTC (rev 105198)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=xtrabackup
-pkgver=2.1.7
-pkgrel=1
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libgcrypt' 'openssl')
-makedepends=('cmake' 'ncurses' 'python2-distribute' 'python2-sphinx' 'zlib')
-source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz)
-md5sums=('cce4ad2e6e1481a98cd403563fd989dc')
-
-build() {
-  cd percona-xtrabackup-$pkgver
-  utils/build.sh innodb55
-}
-
-package() {
-  cd percona-xtrabackup-$pkgver
-
-  install -D innobackupex $pkgdir/usr/bin/innobackupex
-  install -D src/xtrabackup_innodb55 $pkgdir/usr/bin/xtrabackup_55
-  install -D src/xbcrypt $pkgdir/usr/bin/xbcrypt
-  install -D src/xbstream $pkgdir/usr/bin/xbstream
-
-  ln -s /usr/bin/xtrabackup_55 $pkgdir/usr/bin/xtrabackup
-}

Copied: xtrabackup/repos/community-x86_64/PKGBUILD (from rev 105197, 
xtrabackup/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-02 18:07:23 UTC (rev 105198)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=xtrabackup
+pkgver=2.1.7
+pkgrel=2
+pkgdesc='Non-blocking backup tool for MySQL'

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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 19:21:56
  Author: heftig
Revision: 204973

0.4.0

Modified:
  libxkbcommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 16:54:39 UTC (rev 204972)
+++ PKGBUILD2014-02-02 18:21:56 UTC (rev 204973)
@@ -3,27 +3,46 @@
 # Contributor: Daniel Micay danielmi...@gmail.com
 # Contributor: Mladen Pejakovic pej...@gmail.com
 
-pkgname=libxkbcommon
-pkgver=0.3.2
+pkgbase=libxkbcommon
+pkgname=(libxkbcommon libxkbcommon-x11)
+pkgver=0.4.0
 pkgrel=1
 pkgdesc=Keyboard handling library using XKB data
 arch=(i686 x86_64)
 url=http://xkbcommon.org/;
 license=(custom)
-depends=(xkeyboard-config glibc)
-makedepends=(doxygen xorg-util-macros)
+makedepends=(xkeyboard-config glibc libxcb doxygen xorg-util-macros)
 source=(http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz;)
-#source=($pkgname-$pkgver::git://github.com/xkbcommon/$pkgname.git)
-md5sums=('935cf416354bf05210de2e389484f7e8')
+md5sums=('bb782f1700e45b4f57c84ef513e3cf85')
 
+prepare() {
+  mkdir -p x11/usr/{include/xkbcommon,lib/pkgconfig}
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgbase-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
-package() {
-  cd $pkgname-$pkgver
+package_libxkbcommon() {
+  depends=(xkeyboard-config glibc)
+
+  cd $pkgbase-$pkgver
   make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/libxkbcommon/LICENSE
+
+### Split libxkbcommon-x11
+
+  mv $pkgdir/usr/lib/*x11* $srcdir/x11/usr/lib
+  mv $pkgdir/usr/lib/pkgconfig/*x11* $srcdir/x11/usr/lib/pkgconfig
+  mv $pkgdir/usr/include/xkbcommon/*x11* $srcdir/x11/usr/include/xkbcommon
 }
+
+package_libxkbcommon-x11() {
+  depends=(libxkbcommon libxcb)
+
+  mv x11/* $pkgdir
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
$pkgdir/usr/share/licenses/libxkbcommon-x11/LICENSE
+}



[arch-commits] Commit in rubinius/trunk (PKGBUILD llvm34.patch)

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 19:29:20
  Author: heftig
Revision: 105199

2.2.4

Modified:
  rubinius/trunk/PKGBUILD
Deleted:
  rubinius/trunk/llvm34.patch

--+
 PKGBUILD |   16 ++---
 llvm34.patch |  182 -
 2 files changed, 7 insertions(+), 191 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 18:07:23 UTC (rev 105198)
+++ PKGBUILD2014-02-02 18:29:20 UTC (rev 105199)
@@ -3,8 +3,8 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=2.2.3
-pkgrel=2
+pkgver=2.2.4
+pkgrel=1
 pkgdesc=Ruby runtime written in Ruby, designed for concurrency
 arch=(i686 x86_64)
 url=http://rubini.us;
@@ -13,11 +13,10 @@
 makedepends=(llvm rubinius-ruby)
 options=(!emptydirs)
 source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch llvm34.patch)
-sha256sums=('b3426aa6996420f1d9d8a7926a94160b84d8bdf725793c64462b27b74f2f2acf'
+gemrc dirs.patch)
+sha256sums=('7d06d63d12d9eecff196d8f53953bd520c17fbb9baa921c5481c43af8129d85e'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'93f3918dc2a5679e281e724f9b3cb712ffa784c1e52e6fa7ce75f74ce6655a66'
-'a24850f34a8a308ce4a4e1da12d75a669095a38b6b5da5082eb4d3bd41770095')
+'93f3918dc2a5679e281e724f9b3cb712ffa784c1e52e6fa7ce75f74ce6655a66')
 
 prepare() {
   export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
@@ -24,7 +23,6 @@
   cd $pkgbase-$pkgver
 
   patch -Np1 -i ../dirs.patch
-  patch -Np1 -i ../llvm34.patch
 
   mkdir -p $GEM_HOME
   gem install --no-user-install -N vendor/cache/bundler-*.gem
@@ -63,7 +61,7 @@
   DESTDIR=$pkgdir rake install
 
   mkdir -p $pkgdir/usr/share/ri
-  ln -s 2.0.0 $pkgdir/usr/share/ri/2.1
+  ln -s 2.1.0 $pkgdir/usr/share/ri/2.1
 
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/rubinius/LICENSE
 
@@ -77,7 +75,7 @@
 
 package_rubinius-ruby() {
   pkgdesc=Ruby compat for Rubinius
-  depends=(rubinius)
+  depends=(rubinius=$pkgver-$pkgrel)
   provides=(ruby)
   conflicts=(ruby)
   backup=(etc/gemrc)

Deleted: llvm34.patch
===
--- llvm34.patch2014-02-02 18:07:23 UTC (rev 105198)
+++ llvm34.patch2014-02-02 18:29:20 UTC (rev 105199)
@@ -1,182 +0,0 @@
-diff --git i/vm/llvm/disassembler.cpp w/vm/llvm/disassembler.cpp
-index 79c74ff..b3ea424 100644
 i/vm/llvm/disassembler.cpp
-+++ w/vm/llvm/disassembler.cpp
-@@ -46,20 +46,27 @@ namespace rubinius {
- #if RBX_LLVM_API_VER  300
- llvm::TargetOptions options;
- options.NoFramePointerElim = true;
-+#if RBX_LLVM_API_VER  304
- options.NoFramePointerElimNonLeaf = true;
-+#endif
- target_machine = target-createTargetMachine(host, 
llvm::sys::getHostCPUName(), , options);
- #else
- target_machine = target-createTargetMachine(host, 
llvm::sys::getHostCPUName(), );
- #endif
- 
- sub_target = target-createMCSubtargetInfo(host, 
llvm::sys::getHostCPUName(), );
--asm_info = target-createMCAsmInfo(host);
- 
- #if RBX_LLVM_API_VER  300
- instr_info = target-createMCInstrInfo();
- reg_info = target-createMCRegInfo(host);
- #endif
- 
-+#if RBX_LLVM_API_VER  303
-+asm_info = target-createMCAsmInfo(*reg_info, host);
-+#else
-+asm_info = target-createMCAsmInfo(host);
-+#endif
-+
- if(asm_info) {
-   disassembler = target-createMCDisassembler(*sub_target);
-   memory_object = new JITMemoryObject((const uint8_t*)buffer, (uint64_t) 
size);
-diff --git i/vm/llvm/jit_builder.cpp w/vm/llvm/jit_builder.cpp
-index 652350f..c479aab 100644
 i/vm/llvm/jit_builder.cpp
-+++ w/vm/llvm/jit_builder.cpp
-@@ -56,12 +56,21 @@ namespace jit {
- , rubinius, true, , 0);
- DIFile file = debug_builder().createFile(file_str, );
- 
-+#if RBX_LLVM_API_VER  303
-+DIType dummy_return_type = debug_builder().createNullPtrType();
-+Value* dummy_signature[] = {
-+  *dummy_return_type,
-+};
-+DICompositeType dummy_subroutine_type = 
debug_builder().createSubroutineType(file,
-+debug_builder().getOrCreateArray(dummy_signature));
-+#else
- DIType dummy_return_type = debug_builder().createNullPtrType(dummy 
type);
- Value* dummy_signature[] = {
-   *dummy_return_type,
- };
- DIType dummy_subroutine_type = debug_builder().createSubroutineType(file,
- debug_builder().getOrCreateArray(dummy_signature));
-+#endif
- 
- #if RBX_LLVM_API_VER  300
- DISubprogram subprogram = debug_builder().createFunction(file, , ,
-diff --git i/vm/llvm/jit_context.cpp w/vm/llvm/jit_context.cpp
-index e555adb..594a63a 100644
 i/vm/llvm/jit_context.cpp
-+++ w/vm/llvm/jit_context.cpp
-@@ -84,7 +84,9 @@ namespace rubinius {
- #if RBX_LLVM_API_VER  300
- llvm::TargetOptions opts;
- opts.NoFramePointerElim = true;
-+#if RBX_LLVM_API_VER  304
- opts.NoFramePointerElimNonLeaf = true;
-+#endif
- 

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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 19:33:28
  Author: heftig
Revision: 204974

3.10.2

Modified:
  libgweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 18:21:56 UTC (rev 204973)
+++ PKGBUILD2014-02-02 18:33:28 UTC (rev 204974)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot  j...@archlinux.org
 
 pkgname=libgweather
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=Provides access to weather information from the net
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=http://www.gnome.org/;
 install=libgweather.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ae8e785f6798b4fe4cf1461c57faf1c0625716ccb92ea927e091840a1205cfc7')
+sha256sums=('454d8d681114f7f9522df2710b63f33198d0d7ca6f0726eef7fcf72e1b580005')
 
 build() {
 cd $pkgname-$pkgver



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 19:37:22
  Author: heftig
Revision: 204975

0.4.0

Modified:
  libwebp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 18:33:28 UTC (rev 204974)
+++ PKGBUILD2014-02-02 18:37:22 UTC (rev 204975)
@@ -4,8 +4,8 @@
 # Contributor: Jon Nordby jono...@gmail.com
 
 pkgname=libwebp
-pkgver=0.3.1
-pkgrel=3
+pkgver=0.4.0
+pkgrel=1
 pkgdesc=WebP library and conversion tools
 arch=(x86_64 i686)
 url=https://developers.google.com/speed/webp/;
@@ -14,7 +14,7 @@
 makedepends=(freeglut mesa glu)
 optdepends=('freeglut: vwebp viewer')
 source=(http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('b37932c625322a69fe4e9b4b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7')
+sha256sums=('31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 19:38:07
  Author: heftig
Revision: 204977

add pkgdesc, simplify

Modified:
  libxkbcommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 18:37:50 UTC (rev 204976)
+++ PKGBUILD2014-02-02 18:38:07 UTC (rev 204977)
@@ -11,7 +11,8 @@
 arch=(i686 x86_64)
 url=http://xkbcommon.org/;
 license=(custom)
-makedepends=(xkeyboard-config glibc libxcb doxygen xorg-util-macros)
+depends=(xkeyboard-config glibc)
+makedepends=(libxcb doxygen xorg-util-macros)
 source=(http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz;)
 md5sums=('bb782f1700e45b4f57c84ef513e3cf85')
 
@@ -26,8 +27,6 @@
 }
 
 package_libxkbcommon() {
-  depends=(xkeyboard-config glibc)
-
   cd $pkgbase-$pkgver
   make DESTDIR=$pkgdir install
   install -Dm644 COPYING $pkgdir/usr/share/licenses/libxkbcommon/LICENSE
@@ -40,6 +39,7 @@
 }
 
 package_libxkbcommon-x11() {
+  pkgdesc=Keyboard handling library using XKB data for X11 XCB clients
   depends=(libxkbcommon libxcb)
 
   mv x11/* $pkgdir



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 19:37:50
  Author: heftig
Revision: 204976

1.0.6

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 18:37:22 UTC (rev 204975)
+++ PKGBUILD2014-02-02 18:37:50 UTC (rev 204976)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=colord
-pkgver=1.0.4
+pkgver=1.0.6
 pkgrel=1
 pkgdesc=System daemon for managing color devices
 arch=(i686 x86_64)
@@ -14,9 +14,10 @@
 optdepends=('sane: UseSANE support [/etc/colord.conf]')
 install=colord.install
 backup=(etc/colord.conf)
-source=($url/releases/$pkgname-$pkgver.tar.xz
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc}
 udev-systemd.patch)
-sha1sums=('85a08925690a33011cb3d032b0d20cd9ca86adb3'
+sha1sums=('b3ad9d1cd90ff0ea4d955b253dc0491d851c2778'
+  'SKIP'
   '3b467b9674f767c804943d191beaf6bd1ba3a606')
 
 prepare() {



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 19:40:32
  Author: heftig
Revision: 204978

3.10.1

Modified:
  gtkmm3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 18:38:07 UTC (rev 204977)
+++ PKGBUILD2014-02-02 18:40:32 UTC (rev 204978)
@@ -4,7 +4,7 @@
 pkgbase=gtkmm3
 _pkgbasename=gtkmm
 pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
@@ -12,7 +12,7 @@
 options=('!emptydirs')
 url=http://www.gtkmm.org/;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('5e45fed4a7cff1baa72d1ef67e0d9883063d3a575cb53190e7ecf27047d241f8')
+sha256sums=('6fa5cdaa5cf386ea7c77fafed47e913afadd48fe45e28d8cb01075c3ee412538')
 
 build() {
   cd $_pkgbasename-$pkgver



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 19:40:56
  Author: heftig
Revision: 105200

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

Added:
  rubinius/repos/community-i686/PKGBUILD
(from rev 105199, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-i686/dirs.patch
(from rev 105199, rubinius/trunk/dirs.patch)
  rubinius/repos/community-i686/gemrc
(from rev 105199, rubinius/trunk/gemrc)
  rubinius/repos/community-x86_64/PKGBUILD
(from rev 105199, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-x86_64/dirs.patch
(from rev 105199, rubinius/trunk/dirs.patch)
  rubinius/repos/community-x86_64/gemrc
(from rev 105199, rubinius/trunk/gemrc)
Deleted:
  rubinius/repos/community-i686/PKGBUILD
  rubinius/repos/community-i686/dirs.patch
  rubinius/repos/community-i686/gemrc
  rubinius/repos/community-i686/llvm34.patch
  rubinius/repos/community-x86_64/PKGBUILD
  rubinius/repos/community-x86_64/dirs.patch
  rubinius/repos/community-x86_64/gemrc
  rubinius/repos/community-x86_64/llvm34.patch

---+
 /PKGBUILD |  174 ++
 /dirs.patch   |   32 +++
 /gemrc|   10 ++
 community-i686/PKGBUILD   |   89 ---
 community-i686/dirs.patch |   16 ---
 community-i686/gemrc  |5 -
 community-i686/llvm34.patch   |  182 
 community-x86_64/PKGBUILD |   89 ---
 community-x86_64/dirs.patch   |   16 ---
 community-x86_64/gemrc|5 -
 community-x86_64/llvm34.patch |  182 
 11 files changed, 216 insertions(+), 584 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-02 18:29:20 UTC (rev 105199)
+++ community-i686/PKGBUILD 2014-02-02 18:40:56 UTC (rev 105200)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=2.2.3
-pkgrel=2
-pkgdesc=Ruby runtime written in Ruby, designed for concurrency
-arch=(i686 x86_64)
-url=http://rubini.us;
-license=(custom)
-depends=(llvm-libs libffi openssl libyaml)
-makedepends=(llvm rubinius-ruby)
-options=(!emptydirs)
-source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch llvm34.patch)
-sha256sums=('b3426aa6996420f1d9d8a7926a94160b84d8bdf725793c64462b27b74f2f2acf'
-'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'93f3918dc2a5679e281e724f9b3cb712ffa784c1e52e6fa7ce75f74ce6655a66'
-'a24850f34a8a308ce4a4e1da12d75a669095a38b6b5da5082eb4d3bd41770095')
-
-prepare() {
-  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
-  cd $pkgbase-$pkgver
-
-  patch -Np1 -i ../dirs.patch
-  patch -Np1 -i ../llvm34.patch
-
-  mkdir -p $GEM_HOME
-  gem install --no-user-install -N vendor/cache/bundler-*.gem
-
-  $GEM_HOME/bin/bundle install --local
-}
-
-build() {
-  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---includedir=/usr/include/rubinius \
---appdir=/usr/lib/rubinius \
---gemsdir=/usr/lib/rubinius/gems \
---preserve-prefix \
---llvm-shared \
---without-rpath
-  rake build
-}
-
-check() {
-  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
-  cd $pkgbase-$pkgver
-
-  rake vm:test || :
-}
-
-package_rubinius() {
-  optdepends=('ruby-docs: Ruby documentation')
-
-  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
-  cd $pkgbase-$pkgver
-
-  DESTDIR=$pkgdir rake install
-
-  mkdir -p $pkgdir/usr/share/ri
-  ln -s 2.0.0 $pkgdir/usr/share/ri/2.1
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/rubinius/LICENSE
-
-### Split rubinius-ruby
-  mkdir -p $srcdir/ruby/usr/bin
-  for _f in $pkgdir/usr/bin/*; do
-[[ $_f == */rbx ]]  continue
-mv $_f $srcdir/ruby/usr/bin
-  done
-}
-
-package_rubinius-ruby() {
-  pkgdesc=Ruby compat for Rubinius
-  depends=(rubinius)
-  provides=(ruby)
-  conflicts=(ruby)
-  backup=(etc/gemrc)
-
-  mv ruby/* $pkgdir
-  install -Dm644 gemrc $pkgdir/etc/gemrc
-  install -d $pkgdir/usr/share/licenses/rubinius-ruby
-  ln -s ../rubinius/LICENSE $pkgdir/usr/share/licenses/rubinius-ruby/LICENSE
-}

Copied: rubinius/repos/community-i686/PKGBUILD (from rev 105199, 
rubinius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 18:40:56 UTC (rev 105200)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=2.2.4
+pkgrel=1
+pkgdesc=Ruby runtime written in Ruby, designed for concurrency
+arch=(i686 x86_64)
+url=http://rubini.us;
+license=(custom)
+depends=(llvm-libs 

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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 19:41:57
  Author: heftig
Revision: 204979

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

Added:
  libwebp/repos/staging-i686/
  libwebp/repos/staging-i686/PKGBUILD
(from rev 204978, libwebp/trunk/PKGBUILD)
  libwebp/repos/staging-x86_64/
  libwebp/repos/staging-x86_64/PKGBUILD
(from rev 204978, libwebp/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   39 +++
 staging-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: libwebp/repos/staging-i686/PKGBUILD (from rev 204978, 
libwebp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-02 18:41:57 UTC (rev 204979)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=libwebp
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=WebP library and conversion tools
+arch=(x86_64 i686)
+url=https://developers.google.com/speed/webp/;
+license=(BSD)
+depends=(libpng libjpeg libtiff giflib)
+makedepends=(freeglut mesa glu)
+optdepends=('freeglut: vwebp viewer')
+source=(http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+ --enable-swap-16bit-csp \
+ --enable-experimental \
+ --enable-libwebpmux \
+ --enable-libwebpdemux \
+ --enable-libwebpdecoder \
+ --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libwebp/repos/staging-x86_64/PKGBUILD (from rev 204978, 
libwebp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-02-02 18:41:57 UTC (rev 204979)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=libwebp
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=WebP library and conversion tools
+arch=(x86_64 i686)
+url=https://developers.google.com/speed/webp/;
+license=(BSD)
+depends=(libpng libjpeg libtiff giflib)
+makedepends=(freeglut mesa glu)
+optdepends=('freeglut: vwebp viewer')
+source=(http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+ --enable-swap-16bit-csp \
+ --enable-experimental \
+ --enable-libwebpmux \
+ --enable-libwebpdemux \
+ --enable-libwebpdecoder \
+ --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 19:43:24
  Author: heftig
Revision: 204980

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

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

---+
 /PKGBUILD |   96 
 extra-i686/PKGBUILD   |   29 --
 extra-x86_64/PKGBUILD |   29 --
 3 files changed, 96 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-02 18:41:57 UTC (rev 204979)
+++ extra-i686/PKGBUILD 2014-02-02 18:43:24 UTC (rev 204980)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Mladen Pejakovic pej...@gmail.com
-
-pkgname=libxkbcommon
-pkgver=0.3.2
-pkgrel=1
-pkgdesc=Keyboard handling library using XKB data
-arch=(i686 x86_64)
-url=http://xkbcommon.org/;
-license=(custom)
-depends=(xkeyboard-config glibc)
-makedepends=(doxygen xorg-util-macros)
-source=(http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz;)
-#source=($pkgname-$pkgver::git://github.com/xkbcommon/$pkgname.git)
-md5sums=('935cf416354bf05210de2e389484f7e8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libxkbcommon/repos/extra-i686/PKGBUILD (from rev 204979, 
libxkbcommon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-02 18:43:24 UTC (rev 204980)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Mladen Pejakovic pej...@gmail.com
+
+pkgbase=libxkbcommon
+pkgname=(libxkbcommon libxkbcommon-x11)
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=Keyboard handling library using XKB data
+arch=(i686 x86_64)
+url=http://xkbcommon.org/;
+license=(custom)
+depends=(xkeyboard-config glibc)
+makedepends=(libxcb doxygen xorg-util-macros)
+source=(http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz;)
+md5sums=('bb782f1700e45b4f57c84ef513e3cf85')
+
+prepare() {
+  mkdir -p x11/usr/{include/xkbcommon,lib/pkgconfig}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package_libxkbcommon() {
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/libxkbcommon/LICENSE
+
+### Split libxkbcommon-x11
+
+  mv $pkgdir/usr/lib/*x11* $srcdir/x11/usr/lib
+  mv $pkgdir/usr/lib/pkgconfig/*x11* $srcdir/x11/usr/lib/pkgconfig
+  mv $pkgdir/usr/include/xkbcommon/*x11* $srcdir/x11/usr/include/xkbcommon
+}
+
+package_libxkbcommon-x11() {
+  pkgdesc=Keyboard handling library using XKB data for X11 XCB clients
+  depends=(libxkbcommon libxcb)
+
+  mv x11/* $pkgdir
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
$pkgdir/usr/share/licenses/libxkbcommon-x11/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-02 18:41:57 UTC (rev 204979)
+++ extra-x86_64/PKGBUILD   2014-02-02 18:43:24 UTC (rev 204980)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Mladen Pejakovic pej...@gmail.com
-
-pkgname=libxkbcommon
-pkgver=0.3.2
-pkgrel=1
-pkgdesc=Keyboard handling library using XKB data
-arch=(i686 x86_64)
-url=http://xkbcommon.org/;
-license=(custom)
-depends=(xkeyboard-config glibc)
-makedepends=(doxygen xorg-util-macros)
-source=(http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz;)
-#source=($pkgname-$pkgver::git://github.com/xkbcommon/$pkgname.git)
-md5sums=('935cf416354bf05210de2e389484f7e8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libxkbcommon/repos/extra-x86_64/PKGBUILD (from rev 204979, 
libxkbcommon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-02 18:43:24 UTC (rev 204980)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Mladen Pejakovic 

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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 19:45:21
  Author: heftig
Revision: 204981

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

Added:
  libgweather/repos/extra-i686/PKGBUILD
(from rev 204980, libgweather/trunk/PKGBUILD)
  libgweather/repos/extra-i686/gettext-not-xml.patch
(from rev 204980, libgweather/trunk/gettext-not-xml.patch)
  libgweather/repos/extra-i686/libgweather.install
(from rev 204980, libgweather/trunk/libgweather.install)
  libgweather/repos/extra-i686/no_external_gettext.patch
(from rev 204980, libgweather/trunk/no_external_gettext.patch)
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 204980, libgweather/trunk/PKGBUILD)
  libgweather/repos/extra-x86_64/gettext-not-xml.patch
(from rev 204980, libgweather/trunk/gettext-not-xml.patch)
  libgweather/repos/extra-x86_64/libgweather.install
(from rev 204980, libgweather/trunk/libgweather.install)
  libgweather/repos/extra-x86_64/no_external_gettext.patch
(from rev 204980, libgweather/trunk/no_external_gettext.patch)
Deleted:
  libgweather/repos/extra-i686/PKGBUILD
  libgweather/repos/extra-i686/gettext-not-xml.patch
  libgweather/repos/extra-i686/libgweather.install
  libgweather/repos/extra-i686/no_external_gettext.patch
  libgweather/repos/extra-x86_64/PKGBUILD
  libgweather/repos/extra-x86_64/gettext-not-xml.patch
  libgweather/repos/extra-x86_64/libgweather.install
  libgweather/repos/extra-x86_64/no_external_gettext.patch

+
 /PKGBUILD  |   56 +
 /gettext-not-xml.patch | 1102 +++
 /libgweather.install   |   36 +
 /no_external_gettext.patch |   28 
 extra-i686/PKGBUILD|   28 
 extra-i686/gettext-not-xml.patch   |  551 ---
 extra-i686/libgweather.install |   18 
 extra-i686/no_external_gettext.patch   |   14 
 extra-x86_64/PKGBUILD  |   28 
 extra-x86_64/gettext-not-xml.patch |  551 ---
 extra-x86_64/libgweather.install   |   18 
 extra-x86_64/no_external_gettext.patch |   14 
 12 files changed, 1222 insertions(+), 1222 deletions(-)

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


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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 19:46:09
  Author: heftig
Revision: 204982

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

Added:
  colord/repos/extra-i686/PKGBUILD
(from rev 204981, colord/trunk/PKGBUILD)
  colord/repos/extra-i686/colord.install
(from rev 204981, colord/trunk/colord.install)
  colord/repos/extra-i686/udev-systemd.patch
(from rev 204981, colord/trunk/udev-systemd.patch)
  colord/repos/extra-x86_64/PKGBUILD
(from rev 204981, colord/trunk/PKGBUILD)
  colord/repos/extra-x86_64/colord.install
(from rev 204981, colord/trunk/colord.install)
  colord/repos/extra-x86_64/udev-systemd.patch
(from rev 204981, colord/trunk/udev-systemd.patch)
Deleted:
  colord/repos/extra-i686/PKGBUILD
  colord/repos/extra-i686/colord.install
  colord/repos/extra-i686/udev-systemd.patch
  colord/repos/extra-x86_64/PKGBUILD
  colord/repos/extra-x86_64/colord.install
  colord/repos/extra-x86_64/udev-systemd.patch

-+
 /PKGBUILD   |   92 ++
 /colord.install |   22 +
 /udev-systemd.patch |   34 ++
 extra-i686/PKGBUILD |   45 --
 extra-i686/colord.install   |   11 
 extra-i686/udev-systemd.patch   |   17 ---
 extra-x86_64/PKGBUILD   |   45 --
 extra-x86_64/colord.install |   11 
 extra-x86_64/udev-systemd.patch |   17 ---
 9 files changed, 148 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-02 18:45:21 UTC (rev 204981)
+++ extra-i686/PKGBUILD 2014-02-02 18:46:09 UTC (rev 204982)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=colord
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=System daemon for managing color devices
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/software/colord;
-license=(GPL2)
-depends=(lcms2 libgusb polkit shared-color-profiles sqlite udev dconf dbus)
-makedepends=(intltool gobject-introspection vala docbook2x sane 
bash-completion)
-optdepends=('sane: UseSANE support [/etc/colord.conf]')
-install=colord.install
-backup=(etc/colord.conf)
-source=($url/releases/$pkgname-$pkgver.tar.xz
-udev-systemd.patch)
-sha1sums=('85a08925690a33011cb3d032b0d20cd9ca86adb3'
-  '3b467b9674f767c804943d191beaf6bd1ba3a606')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../udev-systemd.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  
-  # put udev files in /usr/lib
-  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
-  
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-vala --enable-sane --disable-volume-search
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 204981, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-02 18:46:09 UTC (rev 204982)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=colord
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=System daemon for managing color devices
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/software/colord;
+license=(GPL2)
+depends=(lcms2 libgusb polkit shared-color-profiles sqlite systemd dconf dbus)
+makedepends=(intltool gobject-introspection vala docbook2x sane 
bash-completion)
+optdepends=('sane: UseSANE support [/etc/colord.conf]')
+install=colord.install
+backup=(etc/colord.conf)
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc}
+udev-systemd.patch)
+sha1sums=('b3ad9d1cd90ff0ea4d955b253dc0491d851c2778'
+  'SKIP'
+  '3b467b9674f767c804943d191beaf6bd1ba3a606')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../udev-systemd.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  
+  # put udev files in /usr/lib
+  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
+  
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-vala --enable-sane --disable-volume-search
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/colord.install
===
--- extra-i686/colord.install   2014-02-02 18:45:21 UTC (rev 204981)
+++ extra-i686/colord.install   2014-02-02 18:46:09 UTC (rev 204982)
@@ -1,11 +0,0 @@
-post_install() {
-

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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 19:51:29
  Author: heftig
Revision: 204983

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-02 18:46:09 UTC (rev 204982)
+++ extra-i686/PKGBUILD 2014-02-02 18:51:29 UTC (rev 204983)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=gtkmm3
-_pkgbasename=gtkmm
-pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.10.0
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
-license=('LGPL')
-options=('!emptydirs')
-url=http://www.gtkmm.org/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('5e45fed4a7cff1baa72d1ef67e0d9883063d3a575cb53190e7ecf27047d241f8')
-
-build() {
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_gtkmm3() {
-  pkgdesc=C++ bindings for gtk3
-  depends=('gtk3' 'pangomm' 'atkmm')
-  cd $_pkgbasename-$pkgver
-
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-
-  make DESTDIR=$pkgdir install
-}
-
-package_gtkmm3-docs() {
-  pkgdesc=Developer documentation for gtkmm v3
-
-  cd $_pkgbasename-$pkgver
-  make -C docs DESTDIR=$pkgdir install
-}

Copied: gtkmm3/repos/extra-i686/PKGBUILD (from rev 204982, 
gtkmm3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-02 18:51:29 UTC (rev 204983)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.10.1
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')
+options=('!emptydirs')
+url=http://www.gtkmm.org/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('6fa5cdaa5cf386ea7c77fafed47e913afadd48fe45e28d8cb01075c3ee412538')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc=C++ bindings for gtk3
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd $_pkgbasename-$pkgver
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR=$pkgdir install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc=Developer documentation for gtkmm v3
+
+  cd $_pkgbasename-$pkgver
+  make -C docs DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-02 18:46:09 UTC (rev 204982)
+++ extra-x86_64/PKGBUILD   2014-02-02 18:51:29 UTC (rev 204983)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=gtkmm3
-_pkgbasename=gtkmm
-pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.10.0
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
-license=('LGPL')
-options=('!emptydirs')
-url=http://www.gtkmm.org/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('5e45fed4a7cff1baa72d1ef67e0d9883063d3a575cb53190e7ecf27047d241f8')
-
-build() {
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_gtkmm3() {
-  pkgdesc=C++ bindings for gtk3
-  depends=('gtk3' 'pangomm' 'atkmm')
-  cd $_pkgbasename-$pkgver
-
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-
-  make DESTDIR=$pkgdir install
-}
-
-package_gtkmm3-docs() {
-  pkgdesc=Developer documentation for gtkmm v3
-
-  cd $_pkgbasename-$pkgver
-  make -C docs DESTDIR=$pkgdir install
-}

Copied: gtkmm3/repos/extra-x86_64/PKGBUILD (from rev 204982, 
gtkmm3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-02 18:51:29 UTC (rev 204983)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.10.1
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')
+options=('!emptydirs')
+url=http://www.gtkmm.org/;

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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 19:55:20
  Author: bisson
Revision: 204984

rebuild for wireless_tools-30.pre9, for real this time

Modified:
  conky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 18:51:29 UTC (rev 204983)
+++ PKGBUILD2014-02-02 18:55:20 UTC (rev 204984)
@@ -6,7 +6,7 @@
 
 pkgname=conky
 pkgver=1.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight system monitor for X'
 url='http://conky.sourceforge.net/'
 license=('BSD' 'GPL')



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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 19:55:58
  Author: bisson
Revision: 204985

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

Added:
  conky/repos/staging-i686/PKGBUILD
(from rev 204984, conky/trunk/PKGBUILD)
  conky/repos/staging-i686/PKGBUILD.cmake
(from rev 204984, conky/trunk/PKGBUILD.cmake)
  conky/repos/staging-x86_64/PKGBUILD
(from rev 204984, conky/trunk/PKGBUILD)
  conky/repos/staging-x86_64/PKGBUILD.cmake
(from rev 204984, conky/trunk/PKGBUILD.cmake)
Deleted:
  conky/repos/staging-i686/PKGBUILD
  conky/repos/staging-i686/PKGBUILD.cmake
  conky/repos/staging-x86_64/PKGBUILD
  conky/repos/staging-x86_64/PKGBUILD.cmake

---+
 /PKGBUILD |   88 +++
 /PKGBUILD.cmake   |   98 
 staging-i686/PKGBUILD |   44 -
 staging-i686/PKGBUILD.cmake   |   49 
 staging-x86_64/PKGBUILD   |   44 -
 staging-x86_64/PKGBUILD.cmake |   49 
 6 files changed, 186 insertions(+), 186 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-02-02 18:55:20 UTC (rev 204984)
+++ staging-i686/PKGBUILD   2014-02-02 18:55:58 UTC (rev 204985)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Partha Chowdhury kira.lau...@gmail.com
-
-pkgname=conky
-pkgver=1.9.0
-pkgrel=3
-pkgdesc='Lightweight system monitor for X'
-url='http://conky.sourceforge.net/'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('docbook2x')
-depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
-
-backup=('etc/conky/'conky{,_no_x11}.conf)
-options=('!emptydirs')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-ibm \
-   --enable-curl \
-   --enable-rss \
-   --enable-weather-xoap \
-   --enable-imlib2 \
-   --enable-wlan \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/staging-i686/PKGBUILD (from rev 204984, 
conky/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-02 18:55:58 UTC (rev 204985)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+
+pkgname=conky
+pkgver=1.9.0
+pkgrel=4
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('docbook2x')
+depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
+
+backup=('etc/conky/'conky{,_no_x11}.conf)
+options=('!emptydirs')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-ibm \
+   --enable-curl \
+   --enable-rss \
+   --enable-weather-xoap \
+   --enable-imlib2 \
+   --enable-wlan \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
+}

Deleted: staging-i686/PKGBUILD.cmake
===
--- staging-i686/PKGBUILD.cmake 2014-02-02 18:55:20 UTC (rev 204984)
+++ staging-i686/PKGBUILD.cmake 2014-02-02 18:55:58 UTC 

[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 20:01:22
  Author: heftig
Revision: 204986

libwebp rebuild

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 18:55:58 UTC (rev 204985)
+++ PKGBUILD2014-02-02 19:01:22 UTC (rev 204986)
@@ -3,7 +3,7 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc=GStreamer Multimedia Framework Bad Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')



[arch-commits] Commit in gst-plugins-bad/repos (4 files)

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 20:02:32
  Author: heftig
Revision: 204987

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

Added:
  gst-plugins-bad/repos/staging-i686/
  gst-plugins-bad/repos/staging-i686/PKGBUILD
(from rev 204986, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/staging-x86_64/
  gst-plugins-bad/repos/staging-x86_64/PKGBUILD
(from rev 204986, gst-plugins-bad/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   42 ++
 staging-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: gst-plugins-bad/repos/staging-i686/PKGBUILD (from rev 204986, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-02 19:02:32 UTC (rev 204987)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-bad
+pkgver=1.2.2
+pkgrel=3
+pkgdesc=GStreamer Multimedia Framework Bad Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('63e78db11b482d0529a0bde01e2ac23fd32c7cb99a5508b53ee4ca1051871b2c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Bad Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-bad/repos/staging-x86_64/PKGBUILD (from rev 204986, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-02-02 19:02:32 UTC (rev 204987)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-bad
+pkgver=1.2.2
+pkgrel=3
+pkgdesc=GStreamer Multimedia Framework Bad Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('63e78db11b482d0529a0bde01e2ac23fd32c7cb99a5508b53ee4ca1051871b2c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Bad Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 20:06:50
  Author: heftig
Revision: 105202

libwebp rebuild

Modified:
  leptonica/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 18:48:02 UTC (rev 105201)
+++ PKGBUILD2014-02-02 19:06:50 UTC (rev 105202)
@@ -4,7 +4,7 @@
 
 pkgname=leptonica
 pkgver=1.69
-pkgrel=9
+pkgrel=10
 pkgdesc=Software that is broadly useful for image processing and image 
analysis applications
 arch=('i686' 'x86_64')
 url=http://www.leptonica.com/;



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 20:07:43
  Author: heftig
Revision: 105203

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

Added:
  leptonica/repos/community-staging-i686/
  leptonica/repos/community-staging-i686/PKGBUILD
(from rev 105202, leptonica/trunk/PKGBUILD)
  leptonica/repos/community-staging-i686/giflib6.patch
(from rev 105202, leptonica/trunk/giflib6.patch)
  leptonica/repos/community-staging-x86_64/
  leptonica/repos/community-staging-x86_64/PKGBUILD
(from rev 105202, leptonica/trunk/PKGBUILD)
  leptonica/repos/community-staging-x86_64/giflib6.patch
(from rev 105202, leptonica/trunk/giflib6.patch)

+
 community-staging-i686/PKGBUILD|   33 ++
 community-staging-i686/giflib6.patch   |   56 +++
 community-staging-x86_64/PKGBUILD  |   33 ++
 community-staging-x86_64/giflib6.patch |   56 +++
 4 files changed, 178 insertions(+)

Copied: leptonica/repos/community-staging-i686/PKGBUILD (from rev 105202, 
leptonica/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-02-02 19:07:43 UTC (rev 105203)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Christoph Drexler chrdr at gmx dot at
+
+pkgname=leptonica
+pkgver=1.69
+pkgrel=10
+pkgdesc=Software that is broadly useful for image processing and image 
analysis applications
+arch=('i686' 'x86_64')
+url=http://www.leptonica.com/;
+license=('custom')
+depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp')
+source=(http://www.leptonica.com/source/leptonica-${pkgver}.tar.gz
+   giflib6.patch)
+md5sums=('d4085c302cbcab7f9af9d3d6f004ab22'
+ 'f87e1b2c98107fe51544d4f4c44a9733')
+
+prepare() {
+  cd ${srcdir}/leptonica-${pkgver}
+  patch -p1 $srcdir/giflib6.patch
+}
+
+build() {
+  cd ${srcdir}/leptonica-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/leptonica-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D leptonica-license.txt 
${pkgdir}/usr/share/licenses/leptonica/leptonica-license.txt
+}

Copied: leptonica/repos/community-staging-i686/giflib6.patch (from rev 105202, 
leptonica/trunk/giflib6.patch)
===
--- community-staging-i686/giflib6.patch(rev 0)
+++ community-staging-i686/giflib6.patch2014-02-02 19:07:43 UTC (rev 
105203)
@@ -0,0 +1,56 @@
+diff -wbBur leptonica-1.69/src/gifio.c 
/home/sergej/tmp/BUILD/staging-i686/sergej/build/leptonica/src/leptonica-1.69/src/gifio.c
+--- leptonica-1.69/src/gifio.c 2012-01-22 22:29:15.0 +0400
 
/home/sergej/tmp/BUILD/staging-i686/sergej/build/leptonica/src/leptonica-1.69/src/gifio.c
  2013-07-30 18:27:19.269137200 +0400
+@@ -100,7 +100,7 @@
+ _lseek(fd, 0, SEEK_SET);
+ #endif  /* _MSC_VER */
+ 
+-if ((gif = DGifOpenFileHandle(fd)) == NULL)
++if ((gif = DGifOpenFileHandle(fd, NULL)) == NULL)
+ return (PIX *)ERROR_PTR(invalid file or file not found,
+ procName, NULL);
+ 
+@@ -316,7 +316,7 @@
+ }
+ 
+ /* Save the cmap colors in a gif_cmap */
+-if ((gif_cmap = MakeMapObject(gif_ncolor, NULL)) == NULL) {
++if ((gif_cmap = GifMakeMapObject(gif_ncolor, NULL)) == NULL) {
+ pixDestroy(pixd);
+ return ERROR_INT(failed to create GIF color map, procName, 1);
+ }
+@@ -325,7 +325,7 @@
+ if (ncolor  0) {
+ if (pixcmapGetColor(cmap, i, rval, gval, bval) != 0) {
+ pixDestroy(pixd);
+-FreeMapObject(gif_cmap);
++GifFreeMapObject(gif_cmap);
+ return ERROR_INT(failed to get color from color map,
+  procName, 1);
+ }
+@@ -337,9 +337,9 @@
+ }
+ 
+ /* Get the gif file handle */
+-if ((gif = EGifOpenFileHandle(fd)) == NULL) {
++if ((gif = EGifOpenFileHandle(fd, NULL)) == NULL) {
+ pixDestroy(pixd);
+-FreeMapObject(gif_cmap);
++GifFreeMapObject(gif_cmap);
+ return ERROR_INT(failed to create GIF image handle, procName, 1);
+ }
+ 
+@@ -347,11 +347,11 @@
+ if (EGifPutScreenDesc(gif, w, h, gif_cmap-BitsPerPixel, 0, gif_cmap)
+ != GIF_OK) {
+ pixDestroy(pixd);
+-FreeMapObject(gif_cmap);
++GifFreeMapObject(gif_cmap);
+ EGifCloseFile(gif);
+ return ERROR_INT(failed to write screen description, procName, 1);
+ }
+-FreeMapObject(gif_cmap); /* not needed after this point */
++GifFreeMapObject(gif_cmap); /* not needed after this point */
+ 
+ if (EGifPutImageDesc(gif, 0, 0, w, h, FALSE, NULL) != GIF_OK) {
+ pixDestroy(pixd);

Copied: 

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

2014-02-02 Thread Kyle Keen
Date: Sunday, February 2, 2014 @ 20:14:19
  Author: kkeen
Revision: 105205

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

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

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

Copied: python-pillow/repos/community-staging-i686/PKGBUILD (from rev 105204, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-02-02 19:14:19 UTC (rev 105205)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.3.0
+pkgrel=2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.3m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('56b6614499aacb7d6b5983c4914daea7')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python' 'lcms' 'libwebp')
+  optdepends=('tk: for the ImageTK module'
+  'sane: for the Sane module'
+  'python-pyqt4: for the ImageQt module')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  pushd Sane
+python3 setup.py install --root=$pkgdir/ --optimize=0
+  popd
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm755 $pkgdir/usr/include/python$_py3basever/
+  install -m644 -t $pkgdir/usr/include/python$_py3basever/ libImaging/*.h
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}
+  done
+}
+
+package_python2-pillow() {
+  pkgdesc=Python Imaging Library (PIL) fork. Python2 version.
+  depends=('python2' 'lcms' 'libwebp')
+  optdepends=('tk: for the ImageTK module'
+  'sane: for the Sane module'
+  'python2-pyqt4: for the ImageQt module')
+  provides=('python-imaging' 'python2-imaging')
+  conflicts=('python-imaging' 'python2-imaging')
+  replaces=('python2-imaging')
+  cd $srcdir/${_appname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=0
+  pushd Sane
+python2 setup.py install --root=$pkgdir/ --optimize=0
+  popd
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm755 $pkgdir/usr/include/python$_py2basever/
+  install -m644 -t $pkgdir/usr/include/python$_py2basever/ libImaging/*.h
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}2
+  done
+}
+

Copied: python-pillow/repos/community-staging-x86_64/PKGBUILD (from rev 105204, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-02-02 19:14:19 UTC (rev 105205)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.3.0
+pkgrel=2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.3m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('56b6614499aacb7d6b5983c4914daea7')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python' 'lcms' 'libwebp')
+  optdepends=('tk: for the ImageTK module'
+  'sane: for the Sane module'
+  'python-pyqt4: for the ImageQt module')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  pushd Sane
+python3 setup.py install --root=$pkgdir/ --optimize=0
+  popd
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm755 $pkgdir/usr/include/python$_py3basever/
+  install -m644 -t $pkgdir/usr/include/python$_py3basever/ libImaging/*.h
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}
+  done
+}
+

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

2014-02-02 Thread Kyle Keen
Date: Sunday, February 2, 2014 @ 20:13:50
  Author: kkeen
Revision: 105204

upgpkg: python-pillow 2.3.0-2

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 19:07:43 UTC (rev 105203)
+++ PKGBUILD2014-02-02 19:13:50 UTC (rev 105204)
@@ -5,7 +5,7 @@
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 _appname=Pillow
 _py2basever=2.7
 _py3basever=3.3m



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 20:14:41
  Author: heftig
Revision: 105206

libwebp rebuild

Modified:
  netsurf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 19:14:19 UTC (rev 105205)
+++ PKGBUILD2014-02-02 19:14:41 UTC (rev 105206)
@@ -6,7 +6,7 @@
 
 pkgname=netsurf
 pkgver=3.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Lightweight and fast web browser'
 arch=('x86_64' 'i686')
 url='http://www.netsurf-browser.org/'



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 20:15:33
  Author: heftig
Revision: 105207

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

Added:
  netsurf/repos/community-staging-i686/
  netsurf/repos/community-staging-i686/PKGBUILD
(from rev 105206, netsurf/trunk/PKGBUILD)
  netsurf/repos/community-staging-i686/netsurf.install
(from rev 105206, netsurf/trunk/netsurf.install)
  netsurf/repos/community-staging-i686/netsurf.sh
(from rev 105206, netsurf/trunk/netsurf.sh)
  netsurf/repos/community-staging-x86_64/
  netsurf/repos/community-staging-x86_64/PKGBUILD
(from rev 105206, netsurf/trunk/PKGBUILD)
  netsurf/repos/community-staging-x86_64/netsurf.install
(from rev 105206, netsurf/trunk/netsurf.install)
  netsurf/repos/community-staging-x86_64/netsurf.sh
(from rev 105206, netsurf/trunk/netsurf.sh)

--+
 community-staging-i686/PKGBUILD  |   60 +
 community-staging-i686/netsurf.install   |   14 ++
 community-staging-i686/netsurf.sh|7 +++
 community-staging-x86_64/PKGBUILD|   60 +
 community-staging-x86_64/netsurf.install |   14 ++
 community-staging-x86_64/netsurf.sh  |7 +++
 6 files changed, 162 insertions(+)

Copied: netsurf/repos/community-staging-i686/PKGBUILD (from rev 105206, 
netsurf/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-02-02 19:15:33 UTC (rev 105207)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Georgij Kondratjev sm...@bk.ru
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=netsurf
+pkgver=3.0
+pkgrel=6
+pkgdesc='Lightweight and fast web browser'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/'
+license=('MIT' 'GPL2')
+depends=('gtk2' 'libmng' 'curl' 'librsvg' 'desktop-file-utils' 'libnsbmp' 
'libnsgif' 'libcss' 'libwebp' 'libdom' 'lcms') # 'libharu' 'gstreamer0.10'
+makedepends=('js' 're2c' 'gendesk' 'netsurf-buildsystem' 'libglade' 
'addinclude')
+install=$pkgname.install
+source=(netsurf.png::http://ubuntu.allmyapps.com/data/n/e/netsurf-netsurf-web-browser/icon_48x48_netsurf.png;
+
http://download.$pkgname-browser.org/$pkgname/releases/source/$pkgname-$pkgver-src.tar.gz;
+'netsurf.sh')
+sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00'
+'7c6a48d3cc3e9a3e3a51b532ddf60f7697e97bf8b61a6d3b2ced1a2e89fbccc6'
+'3efaf14b95c9aeb83caac488135bd5b6040d2ede382caa5589ff7ebd2bd506cc')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  addinclude image/rsvg.c stdio
+  addinclude image/mng.c stdio
+  addinclude image/png.c stdio
+
+  gendesk --pkgname $pkgname --pkgdesc $pkgdesc --exec 'netsurf %U' \
+--genericname 'Web Browser' --comment 'Lightweight web browser' \
+--mimetypes 
'text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo'
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make \
+PREFIX=/usr \
+TARGET=gtk \
+NETSURF_USE_WEBP=YES \
+NETSURF_USE_VIDEO=NO \
+NETSURF_USE_MOZILLA_JS=YES \
+NETSURF_USE_HARU_PDF=NO
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install PREFIX=/usr DESTDIR=$pkgdir
+  mv $pkgdir/usr/bin/$pkgname $pkgdir/usr/bin/$pkgname.elf
+  install -Dm755 ../$pkgname.sh $pkgdir/usr/bin/$pkgname
+  install -Dm644 ../$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+  install -Dm644 $pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: netsurf/repos/community-staging-i686/netsurf.install (from rev 105206, 
netsurf/trunk/netsurf.install)
===
--- community-staging-i686/netsurf.install  (rev 0)
+++ community-staging-i686/netsurf.install  2014-02-02 19:15:33 UTC (rev 
105207)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  #gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Copied: netsurf/repos/community-staging-i686/netsurf.sh (from rev 105206, 
netsurf/trunk/netsurf.sh)
===
--- community-staging-i686/netsurf.sh   (rev 0)
+++ community-staging-i686/netsurf.sh   2014-02-02 19:15:33 UTC (rev 105207)
@@ -0,0 +1,7 @@
+#!/bin/sh
+shortname=`echo $LANG | cut -b1-2`
+if [[ -d /usr/share/netsurf/$shortname ]]; then
+   /usr/bin/netsurf.elf $@
+else
+   LANG=en_US /usr/bin/netsurf.elf $@
+fi

Copied: netsurf/repos/community-staging-x86_64/PKGBUILD (from 

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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 20:18:17
  Author: heftig
Revision: 105208

libwebp rebuild

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 19:15:33 UTC (rev 105207)
+++ PKGBUILD2014-02-02 19:18:17 UTC (rev 105208)
@@ -5,7 +5,7 @@
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
 pkgver=2.3.0
-pkgrel=2
+pkgrel=3
 _appname=Pillow
 _py2basever=2.7
 _py3basever=3.3m



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 20:19:14
  Author: heftig
Revision: 105209

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

Added:
  python-pillow/repos/community-staging-i686/PKGBUILD
(from rev 105208, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-staging-x86_64/PKGBUILD
(from rev 105208, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-staging-i686/PKGBUILD
  python-pillow/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-02-02 19:18:17 UTC (rev 105208)
+++ community-staging-i686/PKGBUILD 2014-02-02 19:19:14 UTC (rev 105209)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.3.0
-pkgrel=2
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.3m
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('56b6614499aacb7d6b5983c4914daea7')
-
-build() {
-  cd $srcdir
-  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
-}  
-
-package_python-pillow() {
-  depends=('python' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python-pyqt4: for the ImageQt module')
-  cd $srcdir/$_appname-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python3 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm755 $pkgdir/usr/include/python$_py3basever/
-  install -m644 -t $pkgdir/usr/include/python$_py3basever/ libImaging/*.h
-
-  # clean up bins
-  cd $pkgdir/usr/bin
-  for f in *.py; do
-mv $f ${f%.py}
-  done
-}
-
-package_python2-pillow() {
-  pkgdesc=Python Imaging Library (PIL) fork. Python2 version.
-  depends=('python2' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python2-pyqt4: for the ImageQt module')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm755 $pkgdir/usr/include/python$_py2basever/
-  install -m644 -t $pkgdir/usr/include/python$_py2basever/ libImaging/*.h
-
-  # clean up bins
-  cd $pkgdir/usr/bin
-  for f in *.py; do
-mv $f ${f%.py}2
-  done
-}
-

Copied: python-pillow/repos/community-staging-i686/PKGBUILD (from rev 105208, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-02-02 19:19:14 UTC (rev 105209)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.3.0
+pkgrel=3
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.3m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('56b6614499aacb7d6b5983c4914daea7')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python' 'lcms' 'libwebp')
+  optdepends=('tk: for the ImageTK module'
+  'sane: for the Sane module'
+  'python-pyqt4: for the ImageQt module')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  pushd Sane
+python3 setup.py install --root=$pkgdir/ --optimize=0
+  popd
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm755 $pkgdir/usr/include/python$_py3basever/
+  install -m644 -t $pkgdir/usr/include/python$_py3basever/ libImaging/*.h
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}

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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 20:38:54
  Author: heftig
Revision: 204988

libwebp rebuild

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 19:02:32 UTC (rev 204987)
+++ PKGBUILD2014-02-02 19:38:54 UTC (rev 204988)
@@ -5,7 +5,7 @@
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
 pkgver=1.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Enlightenment Foundation Libraries
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 20:44:56
  Author: heftig
Revision: 204990

archrelease: copy trunk to staging-i686

Added:
  efl/repos/staging-i686/
  efl/repos/staging-i686/PKGBUILD
(from rev 204989, efl/trunk/PKGBUILD)
  efl/repos/staging-i686/efl.install
(from rev 204989, efl/trunk/efl.install)

-+
 PKGBUILD|   63 ++
 efl.install |   16 ++
 2 files changed, 79 insertions(+)

Copied: efl/repos/staging-i686/PKGBUILD (from rev 204989, efl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-02 19:44:56 UTC (rev 204990)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.8.5
+pkgrel=2
+pkgdesc=Enlightenment Foundation Libraries
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gstreamer0.10-base-plugins'
+ 'lua' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'python2'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info')
+makedepends=('doxygen')
+replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo' 
+   'emotion' 'ethumb' 'evas')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz)
+install=efl.install
+sha1sums=('6ab88b263f784f935310b1055d67578ae66e50df')
+
+prepare() {
+  sed -i 's/env python$/2/' 
${srcdir}/${pkgname}-${pkgver}/src/scripts/eina/eina-bench-cmp
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure --prefix=/usr \
+  --disable-static --disable-tslib --enable-fb \
+  --enable-xinput22 --enable-multisense --enable-systemd \
+  --enable-image-loader-webp --enable-harfbuzz 
+
+  make
+  make -j1 doc
+}
+
+package_efl(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+
+  # install non-standard license files
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD \
+   ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL \
+   ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL
+}
+
+package_efl-docs() {
+  pkgdesc=Documentation for the Enlightenment Foundation Libraries
+  depends=()
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
+  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
+}
+

Copied: efl/repos/staging-i686/efl.install (from rev 204989, 
efl/trunk/efl.install)
===
--- staging-i686/efl.install(rev 0)
+++ staging-i686/efl.install2014-02-02 19:44:56 UTC (rev 204990)
@@ -0,0 +1,16 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+
+
+
+



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 20:44:43
  Author: heftig
Revision: 204989

archrelease: copy trunk to staging-x86_64

Added:
  efl/repos/staging-x86_64/
  efl/repos/staging-x86_64/PKGBUILD
(from rev 204988, efl/trunk/PKGBUILD)
  efl/repos/staging-x86_64/efl.install
(from rev 204988, efl/trunk/efl.install)

-+
 PKGBUILD|   63 ++
 efl.install |   16 ++
 2 files changed, 79 insertions(+)

Copied: efl/repos/staging-x86_64/PKGBUILD (from rev 204988, efl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-02-02 19:44:43 UTC (rev 204989)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.8.5
+pkgrel=2
+pkgdesc=Enlightenment Foundation Libraries
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gstreamer0.10-base-plugins'
+ 'lua' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'python2'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info')
+makedepends=('doxygen')
+replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo' 
+   'emotion' 'ethumb' 'evas')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz)
+install=efl.install
+sha1sums=('6ab88b263f784f935310b1055d67578ae66e50df')
+
+prepare() {
+  sed -i 's/env python$/2/' 
${srcdir}/${pkgname}-${pkgver}/src/scripts/eina/eina-bench-cmp
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure --prefix=/usr \
+  --disable-static --disable-tslib --enable-fb \
+  --enable-xinput22 --enable-multisense --enable-systemd \
+  --enable-image-loader-webp --enable-harfbuzz 
+
+  make
+  make -j1 doc
+}
+
+package_efl(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+
+  # install non-standard license files
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD \
+   ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL \
+   ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL
+}
+
+package_efl-docs() {
+  pkgdesc=Documentation for the Enlightenment Foundation Libraries
+  depends=()
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
+  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
+}
+

Copied: efl/repos/staging-x86_64/efl.install (from rev 204988, 
efl/trunk/efl.install)
===
--- staging-x86_64/efl.install  (rev 0)
+++ staging-x86_64/efl.install  2014-02-02 19:44:43 UTC (rev 204989)
@@ -0,0 +1,16 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+
+
+
+



[arch-commits] Commit in efl/repos (staging-i686 staging-x86_64)

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 20:45:39
  Author: heftig
Revision: 204991

failed release

Deleted:
  efl/repos/staging-i686/
  efl/repos/staging-x86_64/



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 21:03:24
  Author: heftig
Revision: 204992

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

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

+
 staging-i686/PKGBUILD  |   63 +++
 staging-i686/efl.install   |   16 ++
 staging-x86_64/PKGBUILD|   63 +++
 staging-x86_64/efl.install |   16 ++
 4 files changed, 158 insertions(+)

Copied: efl/repos/staging-i686/PKGBUILD (from rev 204991, efl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-02 20:03:24 UTC (rev 204992)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.8.5
+pkgrel=2
+pkgdesc=Enlightenment Foundation Libraries
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gstreamer0.10-base-plugins'
+ 'lua' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'python2'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info')
+makedepends=('doxygen')
+replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo' 
+   'emotion' 'ethumb' 'evas')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz)
+install=efl.install
+sha1sums=('6ab88b263f784f935310b1055d67578ae66e50df')
+
+prepare() {
+  sed -i 's/env python$/2/' 
${srcdir}/${pkgname}-${pkgver}/src/scripts/eina/eina-bench-cmp
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure --prefix=/usr \
+  --disable-static --disable-tslib --enable-fb \
+  --enable-xinput22 --enable-multisense --enable-systemd \
+  --enable-image-loader-webp --enable-harfbuzz 
+
+  make
+  make -j1 doc
+}
+
+package_efl(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+
+  # install non-standard license files
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD \
+   ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL \
+   ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL
+}
+
+package_efl-docs() {
+  pkgdesc=Documentation for the Enlightenment Foundation Libraries
+  depends=()
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
+  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
+}
+

Copied: efl/repos/staging-i686/efl.install (from rev 204991, 
efl/trunk/efl.install)
===
--- staging-i686/efl.install(rev 0)
+++ staging-i686/efl.install2014-02-02 20:03:24 UTC (rev 204992)
@@ -0,0 +1,16 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+
+
+
+

Copied: efl/repos/staging-x86_64/PKGBUILD (from rev 204991, efl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-02-02 20:03:24 UTC (rev 204992)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.8.5
+pkgrel=2
+pkgdesc=Enlightenment Foundation Libraries
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gstreamer0.10-base-plugins'
+ 'lua' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'python2'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info')
+makedepends=('doxygen')
+replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo' 
+   'emotion' 'ethumb' 'evas')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz)
+install=efl.install
+sha1sums=('6ab88b263f784f935310b1055d67578ae66e50df')
+
+prepare() {
+  sed -i 's/env python$/2/' 
${srcdir}/${pkgname}-${pkgver}/src/scripts/eina/eina-bench-cmp
+}
+
+build() {
+  

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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 21:15:10
  Author: heftig
Revision: 204993

libwebp rebuild

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 20:03:24 UTC (rev 204992)
+++ PKGBUILD2014-02-02 20:15:10 UTC (rev 204993)
@@ -4,7 +4,7 @@
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
 pkgver=6.8.8.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
 license=('custom')



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 21:20:36
  Author: heftig
Revision: 204994

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

Added:
  imagemagick/repos/staging-i686/
  imagemagick/repos/staging-i686/PKGBUILD
(from rev 204993, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-i686/perlmagick.rpath.patch
(from rev 204993, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/staging-x86_64/
  imagemagick/repos/staging-x86_64/PKGBUILD
(from rev 204993, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-x86_64/perlmagick.rpath.patch
(from rev 204993, imagemagick/trunk/perlmagick.rpath.patch)

---+
 staging-i686/PKGBUILD |   89 
 staging-i686/perlmagick.rpath.patch   |   11 +++
 staging-x86_64/PKGBUILD   |   89 
 staging-x86_64/perlmagick.rpath.patch |   11 +++
 4 files changed, 200 insertions(+)

Copied: imagemagick/repos/staging-i686/PKGBUILD (from rev 204993, 
imagemagick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-02 20:20:36 UTC (rev 204994)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.8.8.4
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.imagemagick.org/;
+license=('custom')
+makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
+ 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr'
+ 'opencl-headers' 'libcl' 'libwebp')
+#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
+source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
+perlmagick.rpath.patch)
+sha1sums=('1a7db104fc9ffd4ba0a50048a5d4eec90864a08e'
+  'SKIP'
+  'e143cf9d530fabf3b58023899b5cc544ba93daec')
+
+prepare() {
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf --force --install
+  patch -p0 -i ${srcdir}/perlmagick.rpath.patch
+}
+
+build() {
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  [[ $CARCH = i686 ]]  EXTRAOPTS=--with-gcc-arch=i686
+  [[ $CARCH = x86_64 ]]  EXTRAOPTS=--with-gcc-arch=x86-64
+
+  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
+--enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
+--with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
+--with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
+--enable-opencl --without-gvc --without-djvu --without-autotrace \
+--without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
+  make
+}
+
+check() {
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make check
+}
+
+package_imagemagick() {
+  pkgdesc=An image viewing/manipulation program
+  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
+  optdepends=('imagemagick-doc: for additional information'
+  'ghostscript: for Ghostscript support' 
+  'openexr: for OpenEXR support' 
+  'libwmf: for WMF support' 
+  'librsvg: for SVG support' 
+  'libxml2: for XML support' 
+  'libpng: for PNG support' 
+ 'libwebp: for WEBP support')
+  backup=(etc/ImageMagick-${pkgver%%.*}/coder.xml
+  etc/ImageMagick-${pkgver%%.*}/colors.xml
+  etc/ImageMagick-${pkgver%%.*}/delegates.xml
+  etc/ImageMagick-${pkgver%%.*}/log.xml
+  etc/ImageMagick-${pkgver%%.*}/magic.xml
+  etc/ImageMagick-${pkgver%%.*}/mime.xml
+  etc/ImageMagick-${pkgver%%.*}/policy.xml
+  etc/ImageMagick-${pkgver%%.*}/quantization-table.xml
+  etc/ImageMagick-${pkgver%%.*}/thresholds.xml
+  etc/ImageMagick-${pkgver%%.*}/type.xml
+  etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml
+  etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml
+  etc/ImageMagick-${pkgver%%.*}/type-windows.xml)
+  options=('!docs' 'libtool' '!emptydirs')
+
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make -j1 DESTDIR=${pkgdir} install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
+
+#Cleaning
+  rm -f ${pkgdir}/usr/lib/*.la
+}
+
+package_imagemagick-doc() {
+  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
+
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=${pkgdir} install-data-html
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
+}

Copied: imagemagick/repos/staging-i686/perlmagick.rpath.patch (from rev 204993, 

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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 21:35:28
  Author: heftig
Revision: 204995

libwebp rebuild

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 20:20:36 UTC (rev 204994)
+++ PKGBUILD2014-02-02 20:35:28 UTC (rev 204995)
@@ -4,7 +4,7 @@
 
 pkgname=kdebase-runtime
 pkgver=4.12.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 21:40:16
  Author: heftig
Revision: 204996

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

Added:
  kdebase-runtime/repos/staging-i686/
  kdebase-runtime/repos/staging-i686/PKGBUILD
(from rev 204995, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/staging-i686/kdebase-runtime.install
(from rev 204995, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/staging-x86_64/
  kdebase-runtime/repos/staging-x86_64/PKGBUILD
(from rev 204995, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/staging-x86_64/kdebase-runtime.install
(from rev 204995, kdebase-runtime/trunk/kdebase-runtime.install)

+
 staging-i686/PKGBUILD  |   51 +++
 staging-i686/kdebase-runtime.install   |   13 +++
 staging-x86_64/PKGBUILD|   51 +++
 staging-x86_64/kdebase-runtime.install |   13 +++
 4 files changed, 128 insertions(+)

Copied: kdebase-runtime/repos/staging-i686/PKGBUILD (from rev 204995, 
kdebase-runtime/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-02 20:40:16 UTC (rev 204996)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.12.1
+pkgrel=3
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=(kdelibs=${pkgver} 'kactivities' 'smbclient' 'libssh' 'libcanberra'
+ 'oxygen-icons' 'xorg-xauth' 'libwebp')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
+ 'networkmanager' 'boost')
+optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace'
+'htdig: to build the search index in the KHelpCenter'
+'rarian: needed by KHelpCenter')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('e62d0b6a8fea172ac4b36a16004f10161406872a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kde-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  rm ${pkgdir}/usr/share/icons/hicolor/index.theme
+
+  ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
+
+  # FS#36668
+  chown :nobody ${pkgdir}/usr/lib/kde4/libexec/kdesud
+  chmod g+s ${pkgdir}/usr/lib/kde4/libexec/kdesud
+}

Copied: kdebase-runtime/repos/staging-i686/kdebase-runtime.install (from rev 
204995, kdebase-runtime/trunk/kdebase-runtime.install)
===
--- staging-i686/kdebase-runtime.install(rev 0)
+++ staging-i686/kdebase-runtime.install2014-02-02 20:40:16 UTC (rev 
204996)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdebase-runtime/repos/staging-x86_64/PKGBUILD (from rev 204995, 
kdebase-runtime/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-02-02 20:40:16 UTC (rev 204996)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.12.1
+pkgrel=3
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=(kdelibs=${pkgver} 'kactivities' 'smbclient' 'libssh' 'libcanberra'
+ 'oxygen-icons' 'xorg-xauth' 'libwebp')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
+ 'networkmanager' 'boost')
+optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace'
+'htdig: to build the search index in the KHelpCenter'
+'rarian: needed by KHelpCenter')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('e62d0b6a8fea172ac4b36a16004f10161406872a')
+
+prepare() {
+  mkdir build
+}
+
+build() 

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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 21:41:40
  Author: heftig
Revision: 204997

libwebp rebuild

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 20:40:16 UTC (rev 204996)
+++ PKGBUILD2014-02-02 20:41:40 UTC (rev 204997)
@@ -3,7 +3,7 @@
 
 pkgname=webkitgtk
 pkgver=2.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc=GTK+ Web content engine library
 arch=(i686 x86_64)
 url=http://webkitgtk.org/;



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 21:52:34
  Author: heftig
Revision: 204998

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

Added:
  webkitgtk/repos/staging-i686/
  webkitgtk/repos/staging-i686/PKGBUILD
(from rev 204997, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/staging-x86_64/
  webkitgtk/repos/staging-x86_64/PKGBUILD
(from rev 204997, webkitgtk/trunk/PKGBUILD)

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

Copied: webkitgtk/repos/staging-i686/PKGBUILD (from rev 204997, 
webkitgtk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-02 20:52:34 UTC (rev 204998)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=webkitgtk
+pkgver=2.2.4
+pkgrel=2
+pkgdesc=GTK+ Web content engine library
+arch=(i686 x86_64)
+url=http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue gtk3 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk2 gperf gobject-introspection python mesa ruby gtk-doc)
+optdepends=('gtk2: Netscape plugin support')
+provides=(webkitgtk3=${pkgver} libwebkit3=${pkgver})
+conflicts=(webkitgtk3 libwebkit3)
+replaces=(webkitgtk3 libwebkit3)
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz)
+sha256sums=('5e1aee1bfca3602cb02920d6984c584c775c661b30c33955e35ff9a21b4c4d74')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--enable-introspection
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make all stamp-po
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir install
+  install -Dm644 Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: webkitgtk/repos/staging-x86_64/PKGBUILD (from rev 204997, 
webkitgtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-02-02 20:52:34 UTC (rev 204998)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=webkitgtk
+pkgver=2.2.4
+pkgrel=2
+pkgdesc=GTK+ Web content engine library
+arch=(i686 x86_64)
+url=http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue gtk3 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk2 gperf gobject-introspection python mesa ruby gtk-doc)
+optdepends=('gtk2: Netscape plugin support')
+provides=(webkitgtk3=${pkgver} libwebkit3=${pkgver})
+conflicts=(webkitgtk3 libwebkit3)
+replaces=(webkitgtk3 libwebkit3)
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz)
+sha256sums=('5e1aee1bfca3602cb02920d6984c584c775c661b30c33955e35ff9a21b4c4d74')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--enable-introspection
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make all stamp-po
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir install
+  install -Dm644 Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD git_fixes.diff)

2014-02-02 Thread Andreas Radke
Date: Sunday, February 2, 2014 @ 21:53:18
  Author: andyrtr
Revision: 204999

upgpkg: xf86-video-intel 2.99.909-2

add further git fixes to solve graphic glitches

Added:
  xf86-video-intel/trunk/git_fixes.diff
Modified:
  xf86-video-intel/trunk/PKGBUILD

+
 PKGBUILD   |   13 +-
 git_fixes.diff |  327 +++
 2 files changed, 337 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 20:52:34 UTC (rev 204998)
+++ PKGBUILD2014-02-02 20:53:18 UTC (rev 204999)
@@ -4,7 +4,7 @@
 
 pkgname=xf86-video-intel
 pkgver=2.99.909
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
@@ -23,9 +23,16 @@
 conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16'
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('7541187161ee379f07591e1d2655f51e2d9772d98b34e8f21d7159d28ce70f55')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git_fixes.diff)
+sha256sums=('7541187161ee379f07591e1d2655f51e2d9772d98b34e8f21d7159d28ce70f55'
+'9d8387d69dca613f526b417241be0d2e529a3751cd39e8c2d4b7c00a2e7cdcea')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git_fixes.diff
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \

Added: git_fixes.diff
===
--- git_fixes.diff  (rev 0)
+++ git_fixes.diff  2014-02-02 20:53:18 UTC (rev 204999)
@@ -0,0 +1,327 @@
+From 699b4fd3139d1d6d02911d6c8f193ead3445f613 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Sat, 01 Feb 2014 20:13:53 +
+Subject: sna: Undo region translation before returning
+
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+---
+diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
+index aecae51..d654660 100644
+--- a/src/sna/sna_accel.c
 b/src/sna/sna_accel.c
+@@ -2433,6 +2433,9 @@ sna_drawable_move_region_to_cpu(DrawablePtr drawable,
+   sna_damage_add(priv-cpu_damage, 
region);
+   discard_gpu = false;
+   }
++
++  if (dx | dy)
++  RegionTranslate(region, -dx, -dy);
+   } else
+   sna_pixmap_free_cpu(sna, priv, false);
+   }
+--
+cgit v0.9.0.2-2-gbebe
+From 26613b046012f0ad968a15ab6bdfa8f6a6652e77 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Sat, 01 Feb 2014 21:37:41 +
+Subject: sna: Allow more inplace promotions of CPU to GPU bo
+
+If the CPU bo is wholly damaged, then it makes an ideal candidate for
+simply converting into the GPU bo.
+
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+---
+diff --git a/src/sna/kgem.c b/src/sna/kgem.c
+index f7404df..788b710 100644
+--- a/src/sna/kgem.c
 b/src/sna/kgem.c
+@@ -6743,14 +6743,19 @@ kgem_replace_bo(struct kgem *kgem,
+   return dst;
+ }
+ 
+-bool kgem_bo_convert_to_gpu(struct kgem *kgem, struct kgem_bo *bo)
++bool kgem_bo_convert_to_gpu(struct kgem *kgem,
++  struct kgem_bo *bo,
++  unsigned flags)
+ {
+-  DBG((%s: converting handle=%d from CPU to GPU\n, __FUNCTION__, 
bo-handle));
++  DBG((%s: converting handle=%d from CPU to GPU, flags=%x\n, 
__FUNCTION__, bo-handle));
+   assert(bo-tiling == I915_TILING_NONE);
+ 
+   if (kgem-has_llc)
+   return true;
+ 
++  if (flags  MOVE_ASYNC_HINT  __kgem_bo_is_busy(kgem, bo))
++  return false;
++
+   assert(bo-snoop);
+ 
+   kgem_bo_submit(kgem, bo);
+diff --git a/src/sna/kgem.h b/src/sna/kgem.h
+index f670b60..4c4996f 100644
+--- a/src/sna/kgem.h
 b/src/sna/kgem.h
+@@ -301,7 +301,9 @@ struct kgem_bo *kgem_create_cpu_2d(struct kgem *kgem,
+  int bpp,
+  uint32_t flags);
+ 
+-bool kgem_bo_convert_to_gpu(struct kgem *kgem, struct kgem_bo *bo);
++bool kgem_bo_convert_to_gpu(struct kgem *kgem,
++  struct kgem_bo *bo,
++  unsigned flags);
+ 
+ uint32_t kgem_bo_get_binding(struct kgem_bo *bo, uint32_t format);
+ void kgem_bo_set_binding(struct kgem_bo *bo, uint32_t format, uint16_t 
offset);
+diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
+index d654660..9d7dec4 100644
+--- a/src/sna/sna_accel.c
 b/src/sna/sna_accel.c
+@@ -3868,7 +3868,7 @@ sna_pixmap_move_to_gpu(PixmapPtr pixmap, unsigned flags)
+ 
+   if (tiling == I915_TILING_NONE 
+   

[arch-commits] Commit in xf86-video-intel/repos (8 files)

2014-02-02 Thread Andreas Radke
Date: Sunday, February 2, 2014 @ 21:53:32
  Author: andyrtr
Revision: 205000

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

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 204999, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/git_fixes.diff
(from rev 204999, xf86-video-intel/trunk/git_fixes.diff)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 204999, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 204999, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/git_fixes.diff
(from rev 204999, xf86-video-intel/trunk/git_fixes.diff)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 204999, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   55 +
 testing-i686/git_fixes.diff |  327 ++
 testing-i686/xf86-video-intel.install   |   22 ++
 testing-x86_64/PKGBUILD |   55 +
 testing-x86_64/git_fixes.diff   |  327 ++
 testing-x86_64/xf86-video-intel.install |   22 ++
 6 files changed, 808 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 204999, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-02 20:53:32 UTC (rev 205000)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.99.909
+pkgrel=2
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9' 'glamor-egl')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git_fixes.diff)
+sha256sums=('7541187161ee379f07591e1d2655f51e2d9772d98b34e8f21d7159d28ce70f55'
+'9d8387d69dca613f526b417241be0d2e529a3751cd39e8c2d4b7c00a2e7cdcea')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git_fixes.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-glamor
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-intel/repos/testing-i686/git_fixes.diff (from rev 204999, 
xf86-video-intel/trunk/git_fixes.diff)
===
--- testing-i686/git_fixes.diff (rev 0)
+++ testing-i686/git_fixes.diff 2014-02-02 20:53:32 UTC (rev 205000)
@@ -0,0 +1,327 @@
+From 699b4fd3139d1d6d02911d6c8f193ead3445f613 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Sat, 01 Feb 2014 20:13:53 +
+Subject: sna: Undo region translation before returning
+
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+---
+diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
+index aecae51..d654660 100644
+--- a/src/sna/sna_accel.c
 b/src/sna/sna_accel.c
+@@ -2433,6 +2433,9 @@ sna_drawable_move_region_to_cpu(DrawablePtr drawable,
+   sna_damage_add(priv-cpu_damage, 
region);
+   discard_gpu = false;
+   }
++
++  if (dx | dy)
++  RegionTranslate(region, -dx, -dy);
+   } else
+   sna_pixmap_free_cpu(sna, priv, false);
+   }
+--
+cgit v0.9.0.2-2-gbebe
+From 26613b046012f0ad968a15ab6bdfa8f6a6652e77 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Sat, 01 Feb 2014 21:37:41 +
+Subject: sna: 

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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 21:56:12
  Author: bisson
Revision: 205002

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

Added:
  openssh/repos/core-i686/PKGBUILD
(from rev 205000, openssh/repos/testing-i686/PKGBUILD)
  openssh/repos/core-i686/install
(from rev 205000, openssh/repos/testing-i686/install)
  openssh/repos/core-i686/sshd.pam
(from rev 205000, openssh/repos/testing-i686/sshd.pam)
  openssh/repos/core-i686/sshd.service
(from rev 205000, openssh/repos/testing-i686/sshd.service)
  openssh/repos/core-i686/sshd.socket
(from rev 205000, openssh/repos/testing-i686/sshd.socket)
  openssh/repos/core-i686/sshd@.service
(from rev 205000, openssh/repos/testing-i686/sshd@.service)
  openssh/repos/core-i686/sshdgenkeys.service
(from rev 205000, openssh/repos/testing-i686/sshdgenkeys.service)
  openssh/repos/core-x86_64/PKGBUILD
(from rev 205000, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/install
(from rev 205000, openssh/repos/testing-x86_64/install)
  openssh/repos/core-x86_64/sshd.pam
(from rev 205000, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 205000, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 205000, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 205000, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 205000, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-i686/PKGBUILD
  openssh/repos/core-i686/install
  openssh/repos/core-i686/sshd.pam
  openssh/repos/core-i686/sshd.service
  openssh/repos/core-i686/sshd.socket
  openssh/repos/core-i686/sshd@.service
  openssh/repos/core-i686/sshdgenkeys.service
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/install
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshd.socket
  openssh/repos/core-x86_64/sshd@.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-i686/
  openssh/repos/testing-x86_64/

-+
 /PKGBUILD   |  176 ++
 /install|   20 
 /sshd.pam   |   12 ++
 /sshd.service   |   34 +++
 /sshd.socket|   20 
 /sshd@.service  |   16 +++
 /sshdgenkeys.service|   34 +++
 core-i686/PKGBUILD  |   87 --
 core-i686/install   |   10 --
 core-i686/sshd.pam  |6 -
 core-i686/sshd.service  |   17 ---
 core-i686/sshd.socket   |   10 --
 core-i686/sshd@.service |8 -
 core-i686/sshdgenkeys.service   |   15 ---
 core-x86_64/PKGBUILD|   87 --
 core-x86_64/install |   10 --
 core-x86_64/sshd.pam|6 -
 core-x86_64/sshd.service|   17 ---
 core-x86_64/sshd.socket |   10 --
 core-x86_64/sshd@.service   |8 -
 core-x86_64/sshdgenkeys.service |   15 ---
 21 files changed, 312 insertions(+), 306 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-02-02 20:56:10 UTC (rev 205001)
+++ core-i686/PKGBUILD  2014-02-02 20:56:12 UTC (rev 205002)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=openssh
-pkgver=6.4p1
-pkgrel=1
-pkgdesc='Free version of the SSH connectivity tools'
-url='http://www.openssh.org/portable.html'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('linux-headers')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-'x11-ssh-askpass: input passphrase in X')
-source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz;
-'sshdgenkeys.service'
-'sshd@.service'
-'sshd.service'
-'sshd.socket'
-'sshd.pam')
-sha1sums=('cf5fe0eb118d7e4f9296fbc5d6884965885fc55d'
-  '6df5be396f8c593bb511a249a1453294d18a01a6'
-  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
-  'ec49c6beba923e201505f5669cea48cad29014db'
-  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
-  'd93dca5ebda4610ff7647187f8928a3de28703f3')
-
-backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/ssh \
-   --sysconfdir=/etc/ssh \
-   --with-ldns \
-   --with-libedit \
-   --with-ssl-engine \
-   

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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 21:56:10
  Author: bisson
Revision: 205001

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

Added:
  ldns/repos/core-i686/PKGBUILD
(from rev 205000, ldns/repos/testing-i686/PKGBUILD)
  ldns/repos/core-x86_64/PKGBUILD
(from rev 205000, ldns/repos/testing-x86_64/PKGBUILD)
Deleted:
  ldns/repos/core-i686/PKGBUILD
  ldns/repos/core-x86_64/PKGBUILD
  ldns/repos/testing-i686/
  ldns/repos/testing-x86_64/

--+
 /PKGBUILD|   78 +
 core-i686/PKGBUILD   |   40 -
 core-x86_64/PKGBUILD |   40 -
 3 files changed, 78 insertions(+), 80 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-02-02 20:53:32 UTC (rev 205000)
+++ core-i686/PKGBUILD  2014-02-02 20:56:10 UTC (rev 205001)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: mathieui mathi...@mathieui.net
-# Contributor: jiribb jir...@gmail.com
-
-pkgname=ldns
-pkgver=1.6.16
-pkgrel=1
-pkgdesc='Fast DNS library supporting recent RFCs'
-url='http://www.nlnetlabs.nl/projects/ldns/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'dnssec-anchors')
-optdepends=('libpcap: ldns-dpa tool')
-makedepends=('libpcap')
-source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('5b4fc6c5c3078cd061905c47178478cb1015c62a')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --enable-static=no \
-   --disable-rpath \
-   --with-drill \
-   --with-examples \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

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

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-02-02 20:53:32 UTC (rev 205000)
+++ core-x86_64/PKGBUILD2014-02-02 20:56:10 UTC (rev 205001)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: mathieui mathi...@mathieui.net
-# Contributor: jiribb jir...@gmail.com
-
-pkgname=ldns
-pkgver=1.6.16
-pkgrel=1
-pkgdesc='Fast DNS library supporting recent RFCs'
-url='http://www.nlnetlabs.nl/projects/ldns/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'dnssec-anchors')
-optdepends=('libpcap: ldns-dpa tool')
-makedepends=('libpcap')
-source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('5b4fc6c5c3078cd061905c47178478cb1015c62a')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --enable-static=no \
-   --disable-rpath \
-   --with-drill \
-   --with-examples \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ldns/repos/core-x86_64/PKGBUILD (from rev 205000, 
ldns/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ 

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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 21:56:12
  Author: bisson
Revision: 205003

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

Added:
  s-nail/repos/core-i686/PKGBUILD
(from rev 205000, s-nail/repos/testing-i686/PKGBUILD)
  s-nail/repos/core-i686/sort.patch
(from rev 205000, s-nail/repos/testing-i686/sort.patch)
  s-nail/repos/core-x86_64/PKGBUILD
(from rev 205000, s-nail/repos/testing-x86_64/PKGBUILD)
  s-nail/repos/core-x86_64/sort.patch
(from rev 205000, s-nail/repos/testing-x86_64/sort.patch)
Deleted:
  s-nail/repos/core-i686/PKGBUILD
  s-nail/repos/core-x86_64/PKGBUILD
  s-nail/repos/testing-i686/
  s-nail/repos/testing-x86_64/

+
 /PKGBUILD  |  112 +++
 core-i686/PKGBUILD |   49 
 core-i686/sort.patch   |   75 +++
 core-x86_64/PKGBUILD   |   49 
 core-x86_64/sort.patch |   75 +++
 5 files changed, 262 insertions(+), 98 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-02-02 20:56:12 UTC (rev 205002)
+++ core-i686/PKGBUILD  2014-02-02 20:56:12 UTC (rev 205003)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
-
-pkgname=s-nail
-pkgver=14.5.2
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl')
-optdepends=('smtp-forwarder: for sending mail')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
-sha1sums=('26ad43f5f41b429d5f13a3ce73a3dff75325950c')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MANDIR=/usr/share/man \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   config
-
-   make build
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make test
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} packager-install
-   ln -sf mail ${pkgdir}/usr/bin/mailx
-   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: s-nail/repos/core-i686/PKGBUILD (from rev 205000, 
s-nail/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-02-02 20:56:12 UTC (rev 205003)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.5.2
+pkgrel=2
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;
+'sort.patch')
+sha1sums=('26ad43f5f41b429d5f13a3ce73a3dff75325950c'
+  '909da731e590d1d2877ed38bed667440a02d1259')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../sort.patch # 
http://sourceforge.net/mailarchive/message.php?msg_id=31906477
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: 

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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 22:04:03
  Author: heftig
Revision: 205004

libwebp rebuild

Modified:
  gthumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 20:56:12 UTC (rev 205003)
+++ PKGBUILD2014-02-02 21:04:03 UTC (rev 205004)
@@ -5,7 +5,7 @@
 
 pkgname=gthumb
 pkgver=3.2.6
-pkgrel=2
+pkgrel=3
 pkgdesc=Image browser and viewer for the GNOME Desktop
 arch=(i686 x86_64)
 license=(GPL)



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

2014-02-02 Thread Jan Steffens
Date: Sunday, February 2, 2014 @ 22:05:39
  Author: heftig
Revision: 205005

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

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

---+
 staging-i686/PKGBUILD |   51 
 staging-i686/gthumb.install   |   19 ++
 staging-x86_64/PKGBUILD   |   51 
 staging-x86_64/gthumb.install |   19 ++
 4 files changed, 140 insertions(+)

Copied: gthumb/repos/staging-i686/PKGBUILD (from rev 205004, 
gthumb/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-02 21:05:39 UTC (rev 205005)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gthumb
+pkgver=3.2.6
+pkgrel=3
+pkgdesc=Image browser and viewer for the GNOME Desktop
+arch=(i686 x86_64)
+license=(GPL)
+url=http://live.gnome.org/gthumb;
+depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
+ gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
+ libsoup webkitgtk json-glib)
+makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg 
libopenraw liboauth docbook-xsl)
+optdepends=('libopenraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+options=('!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6c7dbd574f720ec308f8a76354cdf254598b820b2ce8fe73209fb0aec17f757e')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-libchamplain --enable-libopenraw
+  
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gthumb/repos/staging-i686/gthumb.install (from rev 205004, 
gthumb/trunk/gthumb.install)
===
--- staging-i686/gthumb.install (rev 0)
+++ staging-i686/gthumb.install 2014-02-02 21:05:39 UTC (rev 205005)
@@ -0,0 +1,19 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.1)  0 )); then
+gconfpkg --uninstall gthumb
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gthumb/repos/staging-x86_64/PKGBUILD (from rev 205004, 
gthumb/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-02-02 21:05:39 UTC (rev 205005)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gthumb
+pkgver=3.2.6
+pkgrel=3
+pkgdesc=Image browser and viewer for the GNOME Desktop
+arch=(i686 x86_64)
+license=(GPL)
+url=http://live.gnome.org/gthumb;
+depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
+ gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
+ libsoup webkitgtk json-glib)
+makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg 
libopenraw liboauth docbook-xsl)
+optdepends=('libopenraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+options=('!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6c7dbd574f720ec308f8a76354cdf254598b820b2ce8fe73209fb0aec17f757e')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver

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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 22:38:14
  Author: bisson
Revision: 205016

db-move: moved python-iwscan from [staging] to [testing] (i686, x86_64)

Added:
  python-iwscan/repos/testing-i686/
  python-iwscan/repos/testing-i686/PKGBUILD
(from rev 205013, python-iwscan/repos/staging-i686/PKGBUILD)
  python-iwscan/repos/testing-x86_64/
  python-iwscan/repos/testing-x86_64/PKGBUILD
(from rev 205013, python-iwscan/repos/staging-x86_64/PKGBUILD)
Deleted:
  python-iwscan/repos/staging-i686/
  python-iwscan/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: python-iwscan/repos/testing-i686/PKGBUILD (from rev 205013, 
python-iwscan/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-02 21:38:14 UTC (rev 205016)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgbase=python-iwscan
+pkgname=python2-iwscan
+pkgver=20090609
+pkgrel=5
+pkgdesc=A Python interface to iwlist, using the iwlib library
+arch=('i686' 'x86_64')
+url=http://projects.otaku42.de/browser/python-iwscan;
+license=('LGPL')
+depends=('python2' 'wireless_tools')
+conflicts=('python-iwscan=20090609-3')
+replaces=('python-iwscan=20090609-3')
+source=(ftp://ftp.archlinux.org/other/${pkgbase}/${pkgbase}-20090609.tar.gz)
+md5sums=('30fbe8ad3b07e67c1c35db2de16077d8')
+
+prepare() {
+   cd ${pkgbase}
+   sed -i 's|PROC_NET_WIRELESS|/proc/net/wireless|' pyiwscan.c
+}
+
+build() {
+   cd ${pkgbase}
+   python2 setup.py build
+}
+
+package_python2-iwscan() {
+   cd ${pkgbase}
+   python2 setup.py install --root=${pkgdir}
+}

Copied: python-iwscan/repos/testing-x86_64/PKGBUILD (from rev 205013, 
python-iwscan/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-02 21:38:14 UTC (rev 205016)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgbase=python-iwscan
+pkgname=python2-iwscan
+pkgver=20090609
+pkgrel=5
+pkgdesc=A Python interface to iwlist, using the iwlib library
+arch=('i686' 'x86_64')
+url=http://projects.otaku42.de/browser/python-iwscan;
+license=('LGPL')
+depends=('python2' 'wireless_tools')
+conflicts=('python-iwscan=20090609-3')
+replaces=('python-iwscan=20090609-3')
+source=(ftp://ftp.archlinux.org/other/${pkgbase}/${pkgbase}-20090609.tar.gz)
+md5sums=('30fbe8ad3b07e67c1c35db2de16077d8')
+
+prepare() {
+   cd ${pkgbase}
+   sed -i 's|PROC_NET_WIRELESS|/proc/net/wireless|' pyiwscan.c
+}
+
+build() {
+   cd ${pkgbase}
+   python2 setup.py build
+}
+
+package_python2-iwscan() {
+   cd ${pkgbase}
+   python2 setup.py install --root=${pkgdir}
+}



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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 22:38:12
  Author: bisson
Revision: 205014

db-move: moved conky from [staging] to [testing] (i686, x86_64)

Added:
  conky/repos/testing-i686/
  conky/repos/testing-i686/PKGBUILD
(from rev 205013, conky/repos/staging-i686/PKGBUILD)
  conky/repos/testing-i686/PKGBUILD.cmake
(from rev 205013, conky/repos/staging-i686/PKGBUILD.cmake)
  conky/repos/testing-x86_64/
  conky/repos/testing-x86_64/PKGBUILD
(from rev 205013, conky/repos/staging-x86_64/PKGBUILD)
  conky/repos/testing-x86_64/PKGBUILD.cmake
(from rev 205013, conky/repos/staging-x86_64/PKGBUILD.cmake)
Deleted:
  conky/repos/staging-i686/
  conky/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   44 +++
 testing-i686/PKGBUILD.cmake   |   49 
 testing-x86_64/PKGBUILD   |   44 +++
 testing-x86_64/PKGBUILD.cmake |   49 
 4 files changed, 186 insertions(+)

Copied: conky/repos/testing-i686/PKGBUILD (from rev 205013, 
conky/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-02 21:38:12 UTC (rev 205014)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+
+pkgname=conky
+pkgver=1.9.0
+pkgrel=4
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('docbook2x')
+depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
+
+backup=('etc/conky/'conky{,_no_x11}.conf)
+options=('!emptydirs')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-ibm \
+   --enable-curl \
+   --enable-rss \
+   --enable-weather-xoap \
+   --enable-imlib2 \
+   --enable-wlan \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
+}

Copied: conky/repos/testing-i686/PKGBUILD.cmake (from rev 205013, 
conky/repos/staging-i686/PKGBUILD.cmake)
===
--- testing-i686/PKGBUILD.cmake (rev 0)
+++ testing-i686/PKGBUILD.cmake 2014-02-02 21:38:12 UTC (rev 205014)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 118899 2011-04-09 10:32:42Z bisson $
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=conky
+pkgver=1.8.2git20111021
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('pkg-config' 'cmake' 'git' 'docbook2x')
+depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'libxdamage' 
'imlib2' 'lua')
+
+replaces=('torsmo')
+
+build() {
+   cd ${srcdir}
+
+   cd conky  { git pull origin; cd ..; } || git clone 
git://git.omp.am/conky.git
+   rm -fr build; mkdir build; cd build
+
+   cmake \
+   -D CMAKE_BUILD_TYPE:STRING=Release \
+   -D MAINTAINER_MODE:BOOL=ON \
+   -D BUILD_CURL:BOOL=ON \
+   -D BUILD_IMLIB2:BOOL=ON \
+   -D BUILD_LUA_IMLIB2:BOOL=OFF \
+   -D BUILD_MYSQL:BOOL=OFF \
+   -D BUILD_RSS:BOOL=ON \
+   -D BUILD_WEATHER_METAR:BOOL=ON \
+   -D BUILD_WEATHER_XOAP:BOOL=ON \
+   -D BUILD_WLAN:BOOL=ON \
+   -D CMAKE_INSTALL_PREFIX:PATH=/usr \
+   ../conky
+
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+   install -d ${pkgdir}/usr/share/licenses/${pkgname}
+   install -m644 ../conky/{COPYING,LICENSE}* 
${pkgdir}/usr/share/licenses/${pkgname}
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 

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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 22:38:21
  Author: bisson
Revision: 105214

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

Added:
  knemo/repos/community-testing-i686/
  knemo/repos/community-testing-i686/PKGBUILD
(from rev 105212, knemo/repos/community-staging-i686/PKGBUILD)
  knemo/repos/community-testing-i686/knemo.install
(from rev 105212, knemo/repos/community-staging-i686/knemo.install)
  knemo/repos/community-testing-x86_64/
  knemo/repos/community-testing-x86_64/PKGBUILD
(from rev 105212, knemo/repos/community-staging-x86_64/PKGBUILD)
  knemo/repos/community-testing-x86_64/knemo.install
(from rev 105212, knemo/repos/community-staging-x86_64/knemo.install)
Deleted:
  knemo/repos/community-staging-i686/
  knemo/repos/community-staging-x86_64/

+
 community-testing-i686/PKGBUILD|   41 +++
 community-testing-i686/knemo.install   |   11 
 community-testing-x86_64/PKGBUILD  |   41 +++
 community-testing-x86_64/knemo.install |   11 
 4 files changed, 104 insertions(+)

Copied: knemo/repos/community-testing-i686/PKGBUILD (from rev 105212, 
knemo/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-02-02 21:38:21 UTC (rev 105214)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefano Zamprogno stefano dot zamprogno at gmail dot com
+
+pkgname=knemo
+pkgver=0.7.6
+pkgrel=4
+pkgdesc=The KDE Network Monitor
+arch=('i686' 'x86_64')
+url=http://www.kde-apps.org/content/show.php?content=12956;
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/knemo_$pkgver.orig.tar.bz2)
+md5sums=('42b35d4d48698a2f514adeb2ca872408')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-testing-i686/knemo.install (from rev 105212, 
knemo/repos/community-staging-i686/knemo.install)
===
--- community-testing-i686/knemo.install(rev 0)
+++ community-testing-i686/knemo.install2014-02-02 21:38:21 UTC (rev 
105214)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: knemo/repos/community-testing-x86_64/PKGBUILD (from rev 105212, 
knemo/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-02-02 21:38:21 UTC (rev 105214)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefano Zamprogno stefano dot zamprogno at gmail dot com
+
+pkgname=knemo
+pkgver=0.7.6
+pkgrel=4
+pkgdesc=The KDE Network Monitor
+arch=('i686' 'x86_64')
+url=http://www.kde-apps.org/content/show.php?content=12956;
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/knemo_$pkgver.orig.tar.bz2)
+md5sums=('42b35d4d48698a2f514adeb2ca872408')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-testing-x86_64/knemo.install (from rev 105212, 
knemo/repos/community-staging-x86_64/knemo.install)
===
--- community-testing-x86_64/knemo.install  (rev 0)
+++ community-testing-x86_64/knemo.install  2014-02-02 21:38:21 UTC (rev 
105214)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache 

[arch-commits] Commit in mate-system-tools/repos (8 files)

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 22:38:24
  Author: bisson
Revision: 105217

db-move: moved mate-system-tools from [community-staging] to 
[community-testing] (i686, x86_64)

Added:
  mate-system-tools/repos/community-testing-i686/
  mate-system-tools/repos/community-testing-i686/PKGBUILD
(from rev 105212, mate-system-tools/repos/community-staging-i686/PKGBUILD)
  mate-system-tools/repos/community-testing-i686/mate-system-tools.install
(from rev 105212, 
mate-system-tools/repos/community-staging-i686/mate-system-tools.install)
  mate-system-tools/repos/community-testing-x86_64/
  mate-system-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 105212, mate-system-tools/repos/community-staging-x86_64/PKGBUILD)
  mate-system-tools/repos/community-testing-x86_64/mate-system-tools.install
(from rev 105212, 
mate-system-tools/repos/community-staging-x86_64/mate-system-tools.install)
Deleted:
  mate-system-tools/repos/community-staging-i686/
  mate-system-tools/repos/community-staging-x86_64/

+
 community-testing-i686/PKGBUILD|   45 +++
 community-testing-i686/mate-system-tools.install   |   12 +
 community-testing-x86_64/PKGBUILD  |   45 +++
 community-testing-x86_64/mate-system-tools.install |   12 +
 4 files changed, 114 insertions(+)

Copied: mate-system-tools/repos/community-testing-i686/PKGBUILD (from rev 
105212, mate-system-tools/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-02-02 21:38:24 UTC (rev 105217)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-system-tools
+pkgver=1.6.0
+pkgrel=9
+pkgdesc=Suite of tools for MATE to simplify configuring workstations.
+url=http://mate-desktop.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gtk2' 'liboobs' 'mate-polkit' 'system-tools-backends'
+ 'wireless_tools')
+makedepends=('mate-common' 'mate-doc-utils' 'mate-file-manager' 
'perl-xml-parser')
+optdepends=('ntp: Automatic time synchronisation.'
+'mate-file-manager: provides Caja Shares extension')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('89d53c22171f6181ad4fb89387d4fa3300bb27b2')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+# Modify the groups for Arch
+#  - https://wiki.archlinux.org/index.php/Users_and_Groups
+#  - https://wiki.archlinux.org/index.php/Systemd#Supplementary_information
+#  - https://bbs.archlinux.org/viewtopic.php?pid=1183332
+# Desktop user
+sed -i 
's/cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,audio,scanner,fuse,video/adm,log,sys,users,uucp/'
 src/users/user-profiles.conf.in
+# Administrator
+sed -i 
's/cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,audio,scanner,fuse,admin,sambashare,lpadmin,video/adm,disk,locate,log,sys,users,uucp,wheel/'
 src/users/user-profiles.conf.in
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-scrollkeeper \
+LIBS=-lm # Required for MATE 1.6 but can be removed in MATE 1.7/1.8
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: 
mate-system-tools/repos/community-testing-i686/mate-system-tools.install (from 
rev 105212, 
mate-system-tools/repos/community-staging-i686/mate-system-tools.install)
===
--- community-testing-i686/mate-system-tools.install
(rev 0)
+++ community-testing-i686/mate-system-tools.install2014-02-02 21:38:24 UTC 
(rev 105217)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-system-tools/repos/community-testing-x86_64/PKGBUILD (from rev 
105212, mate-system-tools/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-02-02 21:38:24 UTC (rev 105217)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-system-tools
+pkgver=1.6.0
+pkgrel=9
+pkgdesc=Suite of tools for MATE to simplify configuring workstations.
+url=http://mate-desktop.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gtk2' 'liboobs' 'mate-polkit' 'system-tools-backends'
+ 'wireless_tools')
+makedepends=('mate-common' 'mate-doc-utils' 'mate-file-manager' 
'perl-xml-parser')

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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 22:38:20
  Author: bisson
Revision: 105213

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

Added:
  i3status/repos/community-testing-i686/
  i3status/repos/community-testing-i686/PKGBUILD
(from rev 105212, i3status/repos/community-staging-i686/PKGBUILD)
  i3status/repos/community-testing-i686/i3status.install
(from rev 105212, i3status/repos/community-staging-i686/i3status.install)
  i3status/repos/community-testing-x86_64/
  i3status/repos/community-testing-x86_64/PKGBUILD
(from rev 105212, i3status/repos/community-staging-x86_64/PKGBUILD)
  i3status/repos/community-testing-x86_64/i3status.install
(from rev 105212, i3status/repos/community-staging-x86_64/i3status.install)
Deleted:
  i3status/repos/community-staging-i686/
  i3status/repos/community-staging-x86_64/

---+
 community-testing-i686/PKGBUILD   |   38 
 community-testing-i686/i3status.install   |9 ++
 community-testing-x86_64/PKGBUILD |   38 
 community-testing-x86_64/i3status.install |9 ++
 4 files changed, 94 insertions(+)

Copied: i3status/repos/community-testing-i686/PKGBUILD (from rev 105212, 
i3status/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-02-02 21:38:20 UTC (rev 105213)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=i3status
+pkgver=2.8
+pkgrel=2
+pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
+arch=('i686' 'x86_64')
+url='http://i3.zekjur.net/i3status/'
+license=('BSD')
+groups=('i3')
+depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
+makedepends=('asciidoc')
+backup=('etc/i3status.conf')
+install=i3status.install
+options=('docs')
+source=(http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2;
+http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc;)
+md5sums=('68d944e9c1f48183356c9ea15b5b4e3b'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=$pkgdir install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Copied: i3status/repos/community-testing-i686/i3status.install (from rev 
105212, i3status/repos/community-staging-i686/i3status.install)
===
--- community-testing-i686/i3status.install (rev 0)
+++ community-testing-i686/i3status.install 2014-02-02 21:38:20 UTC (rev 
105213)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: i3status/repos/community-testing-x86_64/PKGBUILD (from rev 105212, 
i3status/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-02-02 21:38:20 UTC (rev 105213)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=i3status
+pkgver=2.8
+pkgrel=2
+pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
+arch=('i686' 'x86_64')
+url='http://i3.zekjur.net/i3status/'
+license=('BSD')
+groups=('i3')
+depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
+makedepends=('asciidoc')
+backup=('etc/i3status.conf')
+install=i3status.install
+options=('docs')
+source=(http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2;
+http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc;)
+md5sums=('68d944e9c1f48183356c9ea15b5b4e3b'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=$pkgdir install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Copied: i3status/repos/community-testing-x86_64/i3status.install (from rev 
105212, i3status/repos/community-staging-x86_64/i3status.install)
===
--- community-testing-x86_64/i3status.install   (rev 0)
+++ community-testing-x86_64/i3status.install   2014-02-02 21:38:20 UTC (rev 
105213)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 22:38:24
  Author: bisson
Revision: 105218

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

Added:
  xmobar/repos/community-testing-i686/
  xmobar/repos/community-testing-i686/PKGBUILD
(from rev 105212, xmobar/repos/community-staging-i686/PKGBUILD)
  xmobar/repos/community-testing-i686/xmobar-0.15-haskell-mtl.patch
(from rev 105212, 
xmobar/repos/community-staging-i686/xmobar-0.15-haskell-mtl.patch)
  xmobar/repos/community-testing-x86_64/
  xmobar/repos/community-testing-x86_64/PKGBUILD
(from rev 105212, xmobar/repos/community-staging-x86_64/PKGBUILD)
  xmobar/repos/community-testing-x86_64/xmobar-0.15-haskell-mtl.patch
(from rev 105212, 
xmobar/repos/community-staging-x86_64/xmobar-0.15-haskell-mtl.patch)
Deleted:
  xmobar/repos/community-staging-i686/
  xmobar/repos/community-staging-x86_64/

+
 community-testing-i686/PKGBUILD|   31 +++
 community-testing-i686/xmobar-0.15-haskell-mtl.patch   |   12 +
 community-testing-x86_64/PKGBUILD  |   31 +++
 community-testing-x86_64/xmobar-0.15-haskell-mtl.patch |   12 +
 4 files changed, 86 insertions(+)

Copied: xmobar/repos/community-testing-i686/PKGBUILD (from rev 105212, 
xmobar/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-02-02 21:38:24 UTC (rev 105218)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.19
+pkgrel=2
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
+makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
+'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('1c5b6ac7e7afe837b79c10ae4e8b8e4d')

Copied: xmobar/repos/community-testing-i686/xmobar-0.15-haskell-mtl.patch (from 
rev 105212, xmobar/repos/community-staging-i686/xmobar-0.15-haskell-mtl.patch)
===
--- community-testing-i686/xmobar-0.15-haskell-mtl.patch
(rev 0)
+++ community-testing-i686/xmobar-0.15-haskell-mtl.patch2014-02-02 
21:38:24 UTC (rev 105218)
@@ -0,0 +1,12 @@
+diff -aur xmobar-0.15.old/xmobar.cabal xmobar-0.15/xmobar.cabal
+--- xmobar-0.15.old/xmobar.cabal   2012-06-11 17:04:21.422444926 +
 xmobar-0.15/xmobar.cabal   2012-06-11 17:05:16.772001865 +
+@@ -112,7 +112,7 @@
+   time,
+   filepath,
+   X11 == 1.6.*,
+-  mtl == 2.0.*,
++  mtl = 2.0  2.2,
+   parsec == 3.1.*,
+   stm == 2.3.*
+ 

Copied: xmobar/repos/community-testing-x86_64/PKGBUILD (from rev 105212, 
xmobar/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-02-02 21:38:24 UTC (rev 105218)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.19
+pkgrel=2
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
+makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
+'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license 

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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 22:38:13
  Author: bisson
Revision: 205015

db-move: moved wireless_tools from [staging] to [testing] (i686, x86_64)

Added:
  wireless_tools/repos/testing-i686/
  wireless_tools/repos/testing-i686/PKGBUILD
(from rev 205013, wireless_tools/repos/staging-i686/PKGBUILD)
  wireless_tools/repos/testing-x86_64/
  wireless_tools/repos/testing-x86_64/PKGBUILD
(from rev 205013, wireless_tools/repos/staging-x86_64/PKGBUILD)
Deleted:
  wireless_tools/repos/staging-i686/
  wireless_tools/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: wireless_tools/repos/testing-i686/PKGBUILD (from rev 205013, 
wireless_tools/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-02 21:38:13 UTC (rev 205015)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jason Chu j...@xentac.net
+
+pkgname=wireless_tools
+pkgver=30.pre9
+_pkgver=${pkgver%.pre*}
+pkgrel=1
+pkgdesc='Tools allowing to manipulate the Wireless Extensions'
+url='http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${pkgname}.${pkgver}.tar.gz;)
+sha1sums=('41db5ced9ed3d8d3cc104ce43c19af1d72f07eec')
+
+prepare() {
+   cd ${srcdir}/${pkgname}.${_pkgver}
+   sed '/BUILD_STATIC =/d' -i Makefile
+}
+
+build() {
+   cd ${srcdir}/${pkgname}.${_pkgver}
+   make CFLAGS=${CFLAGS} -I. LDFLAGS=${LDFLAGS}
+}
+
+package() {
+   cd ${srcdir}/${pkgname}.${_pkgver}
+   make \
+   INSTALL_DIR=${pkgdir}/usr/bin \
+   INSTALL_LIB=${pkgdir}/usr/lib \
+   INSTALL_INC=${pkgdir}/usr/include \
+   INSTALL_MAN=${pkgdir}/usr/share/man \
+   install
+}

Copied: wireless_tools/repos/testing-x86_64/PKGBUILD (from rev 205013, 
wireless_tools/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-02 21:38:13 UTC (rev 205015)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jason Chu j...@xentac.net
+
+pkgname=wireless_tools
+pkgver=30.pre9
+_pkgver=${pkgver%.pre*}
+pkgrel=1
+pkgdesc='Tools allowing to manipulate the Wireless Extensions'
+url='http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${pkgname}.${pkgver}.tar.gz;)
+sha1sums=('41db5ced9ed3d8d3cc104ce43c19af1d72f07eec')
+
+prepare() {
+   cd ${srcdir}/${pkgname}.${_pkgver}
+   sed '/BUILD_STATIC =/d' -i Makefile
+}
+
+build() {
+   cd ${srcdir}/${pkgname}.${_pkgver}
+   make CFLAGS=${CFLAGS} -I. LDFLAGS=${LDFLAGS}
+}
+
+package() {
+   cd ${srcdir}/${pkgname}.${_pkgver}
+   make \
+   INSTALL_DIR=${pkgdir}/usr/bin \
+   INSTALL_LIB=${pkgdir}/usr/lib \
+   INSTALL_INC=${pkgdir}/usr/include \
+   INSTALL_MAN=${pkgdir}/usr/share/man \
+   install
+}



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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 22:38:23
  Author: bisson
Revision: 105216

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

Added:
  mate-netspeed/repos/community-testing-i686/
  mate-netspeed/repos/community-testing-i686/PKGBUILD
(from rev 105212, mate-netspeed/repos/community-staging-i686/PKGBUILD)
  mate-netspeed/repos/community-testing-i686/mate-netspeed.install
(from rev 105212, 
mate-netspeed/repos/community-staging-i686/mate-netspeed.install)
  mate-netspeed/repos/community-testing-x86_64/
  mate-netspeed/repos/community-testing-x86_64/PKGBUILD
(from rev 105212, mate-netspeed/repos/community-staging-x86_64/PKGBUILD)
  mate-netspeed/repos/community-testing-x86_64/mate-netspeed.install
(from rev 105212, 
mate-netspeed/repos/community-staging-x86_64/mate-netspeed.install)
Deleted:
  mate-netspeed/repos/community-staging-i686/
  mate-netspeed/repos/community-staging-x86_64/

+
 community-testing-i686/PKGBUILD|   32 +++
 community-testing-i686/mate-netspeed.install   |   12 
 community-testing-x86_64/PKGBUILD  |   32 +++
 community-testing-x86_64/mate-netspeed.install |   12 
 4 files changed, 88 insertions(+)

Copied: mate-netspeed/repos/community-testing-i686/PKGBUILD (from rev 105212, 
mate-netspeed/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-02-02 21:38:23 UTC (rev 105216)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-netspeed
+pkgver=1.6.1
+pkgrel=2
+pkgdesc=A MATE applet that shows how much traffic occurs on a specified 
network device.
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libgtop' 'mate-panel' 'wireless_tools')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4b9c8b7f7ff59ef8ad989821fe360f5f459c66ed')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-netspeed/repos/community-testing-i686/mate-netspeed.install (from 
rev 105212, mate-netspeed/repos/community-staging-i686/mate-netspeed.install)
===
--- community-testing-i686/mate-netspeed.install
(rev 0)
+++ community-testing-i686/mate-netspeed.install2014-02-02 21:38:23 UTC 
(rev 105216)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-netspeed/repos/community-testing-x86_64/PKGBUILD (from rev 105212, 
mate-netspeed/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-02-02 21:38:23 UTC (rev 105216)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-netspeed
+pkgver=1.6.1
+pkgrel=2
+pkgdesc=A MATE applet that shows how much traffic occurs on a specified 
network device.
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libgtop' 'mate-panel' 'wireless_tools')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4b9c8b7f7ff59ef8ad989821fe360f5f459c66ed')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static \
+--disable-scrollkeeper
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-netspeed/repos/community-testing-x86_64/mate-netspeed.install 
(from rev 105212, 
mate-netspeed/repos/community-staging-x86_64/mate-netspeed.install)
===
--- community-testing-x86_64/mate-netspeed.install  
(rev 0)
+++ community-testing-x86_64/mate-netspeed.install  2014-02-02 21:38:23 UTC 
(rev 105216)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas 

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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 22:38:22
  Author: bisson
Revision: 105215

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

Added:
  lxpanel/repos/community-testing-i686/
  lxpanel/repos/community-testing-i686/PKGBUILD
(from rev 105212, lxpanel/repos/community-staging-i686/PKGBUILD)
  
lxpanel/repos/community-testing-i686/lxpanel-0.5.12-automake-1.14-support.patch
(from rev 105212, 
lxpanel/repos/community-staging-i686/lxpanel-0.5.12-automake-1.14-support.patch)
  lxpanel/repos/community-testing-x86_64/
  lxpanel/repos/community-testing-x86_64/PKGBUILD
(from rev 105212, lxpanel/repos/community-staging-x86_64/PKGBUILD)
  
lxpanel/repos/community-testing-x86_64/lxpanel-0.5.12-automake-1.14-support.patch
(from rev 105212, 
lxpanel/repos/community-staging-x86_64/lxpanel-0.5.12-automake-1.14-support.patch)
Deleted:
  lxpanel/repos/community-staging-i686/
  lxpanel/repos/community-staging-x86_64/

-+
 community-testing-i686/PKGBUILD |   32 
++
 community-testing-i686/lxpanel-0.5.12-automake-1.14-support.patch   |   15 
 community-testing-x86_64/PKGBUILD   |   32 
++
 community-testing-x86_64/lxpanel-0.5.12-automake-1.14-support.patch |   15 
 4 files changed, 94 insertions(+)

Copied: lxpanel/repos/community-testing-i686/PKGBUILD (from rev 105212, 
lxpanel/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-02-02 21:38:22 UTC (rev 105215)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=lxpanel
+pkgver=0.6.1
+pkgrel=2
+pkgdesc='Lightweight X11 desktop panel for LXDE'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck')
+makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.gz)
+sha256sums=('a16a21b2186218c70ed98dc7875c54d6bb12ae7271825ff5060feb8d2a4e86cb')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=' -lgmodule-2.0' ./configure \
+--sysconfdir=/etc \
+--prefix=/usr \
+--enable-man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
lxpanel/repos/community-testing-i686/lxpanel-0.5.12-automake-1.14-support.patch 
(from rev 105212, 
lxpanel/repos/community-staging-i686/lxpanel-0.5.12-automake-1.14-support.patch)
===
--- community-testing-i686/lxpanel-0.5.12-automake-1.14-support.patch   
(rev 0)
+++ community-testing-i686/lxpanel-0.5.12-automake-1.14-support.patch   
2014-02-02 21:38:22 UTC (rev 105215)
@@ -0,0 +1,15 @@
+--- autogen.sh.orig2013-01-27 10:38:55.0 +0100
 autogen.sh 2013-01-27 10:59:56.897030226 +0100
+@@ -6,9 +6,10 @@
+ 
+ if [ $AM_INSTALLED_VERSION != 1.10 \
+ -a $AM_INSTALLED_VERSION != 1.11 \
+--a $AM_INSTALLED_VERSION != 1.12 ];then
++-a $AM_INSTALLED_VERSION != 1.12 \
++  -a $AM_INSTALLED_VERSION != 1.14 ];then
+   echo
+-  echo You must have automake 1.10, 1.11, or 1.12 installed to compile 
lxpanel.
++  echo You must have automake =1.10 installed to compile lxpanel.
+   echo Install the appropriate package for your distribution,
+   echo or get the source tarball at http://ftp.gnu.org/gnu/automake/;
+   exit 1

Copied: lxpanel/repos/community-testing-x86_64/PKGBUILD (from rev 105212, 
lxpanel/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-02-02 21:38:22 UTC (rev 105215)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=lxpanel
+pkgver=0.6.1
+pkgrel=2
+pkgdesc='Lightweight X11 desktop panel for LXDE'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck')
+makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.gz)
+sha256sums=('a16a21b2186218c70ed98dc7875c54d6bb12ae7271825ff5060feb8d2a4e86cb')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=' -lgmodule-2.0' 

[arch-commits] Commit in lucene++/trunk (4 files)

2014-02-02 Thread Eric Bélanger
Date: Sunday, February 2, 2014 @ 22:53:04
  Author: eric
Revision: 105219

upgpkg: lucene++ 3.0.5-1

Upstream update, Remove old patches

Modified:
  lucene++/trunk/PKGBUILD   (contents, properties)
Deleted:
  lucene++/trunk/0001-Add-support-for-compiling-with-c-11.patch
  lucene++/trunk/0002-Turn-off-custom-allocator-by-default.patch
  lucene++/trunk/0003-Fix-accidental-use-of-operator-instead-of-operator.patch

---+
 0001-Add-support-for-compiling-with-c-11.patch|  291 --
 0002-Turn-off-custom-allocator-by-default.patch   |  138 
 0003-Fix-accidental-use-of-operator-instead-of-operator.patch |   26 
 PKGBUILD  |   21 
 4 files changed, 4 insertions(+), 472 deletions(-)

Deleted: 0001-Add-support-for-compiling-with-c-11.patch
===
--- 0001-Add-support-for-compiling-with-c-11.patch  2014-02-02 21:38:24 UTC 
(rev 105218)
+++ 0001-Add-support-for-compiling-with-c-11.patch  2014-02-02 21:53:04 UTC 
(rev 105219)
@@ -1,291 +0,0 @@
-From f4f7a4e212dc96146a9b71c8a09d375a1cd9980e Mon Sep 17 00:00:00 2001
-From: Jason Gilanfarr ja...@upthere.com
-Date: Thu, 26 Sep 2013 16:46:23 -0700
-Subject: [PATCH] Add support for compiling with c++11.
-

- include/Array.h  | 2 +-
- include/AttributeSource.h| 2 +-
- include/Collection.h | 2 +-
- include/HashMap.h| 2 +-
- include/HashSet.h| 2 +-
- include/Map.h| 2 +-
- include/MiscUtils.h  | 2 +-
- include/Set.h| 2 +-
- src/core/include/_FieldCacheRangeFilter.h| 2 +-
- src/core/index/DirectoryReader.cpp   | 2 +-
- src/core/index/IndexWriter.cpp   | 2 +-
- src/core/index/MultiLevelSkipListReader.cpp  | 2 +-
- src/core/index/SegmentMerger.cpp | 2 +-
- src/core/index/SegmentReader.cpp | 4 ++--
- src/core/queryparser/QueryParserTokenManager.cpp | 7 ---
- src/core/search/FieldCacheRangeFilter.cpp| 2 +-
- src/core/search/Query.cpp| 2 +-
- src/core/store/NativeFSLockFactory.cpp   | 2 +-
- src/core/util/OpenBitSetIterator.cpp | 2 +-
- 19 files changed, 23 insertions(+), 22 deletions(-)
-
-diff --git a/include/Array.h b/include/Array.h
-index 774d58a..46f38aa 100644
 a/include/Array.h
-+++ b/include/Array.h
-@@ -119,7 +119,7 @@ namespace Lucene
- 
- operator bool () const
- {
--return container;
-+return container.get() != NULL;
- }
- 
- bool operator! () const
-diff --git a/include/AttributeSource.h b/include/AttributeSource.h
-index ed3895b..13f716e 100644
 a/include/AttributeSource.h
-+++ b/include/AttributeSource.h
-@@ -95,7 +95,7 @@ namespace Lucene
- template class ATTR
- bool hasAttribute()
- {
--return getAttribute(ATTR::_getClassName());
-+return getAttribute(ATTR::_getClassName()).get() != NULL;
- }
- 
- /// Returns the instance of the passed in Attribute contained in this 
AttributeSource.
-diff --git a/include/Collection.h b/include/Collection.h
-index 2e05a82..31d475e 100644
 a/include/Collection.h
-+++ b/include/Collection.h
-@@ -211,7 +211,7 @@ namespace Lucene
- 
- operator bool() const
- {
--return container;
-+return container.get() != NULL;
- }
- 
- bool operator! () const
-diff --git a/include/HashMap.h b/include/HashMap.h
-index 2d40f5d..217c774 100644
 a/include/HashMap.h
-+++ b/include/HashMap.h
-@@ -82,7 +82,7 @@ namespace Lucene
- 
- operator bool() const
- {
--return mapContainer;
-+return mapContainer.get() != NULL;
- }
- 
- bool operator! () const
-diff --git a/include/HashSet.h b/include/HashSet.h
-index cefd533..b7dff18 100644
 a/include/HashSet.h
-+++ b/include/HashSet.h
-@@ -88,7 +88,7 @@ namespace Lucene
- 
- operator bool() const
- {
--return setContainer;
-+return setContainer.get() != NULL;
- }
- 
- bool operator! () const
-diff --git a/include/Map.h b/include/Map.h
-index c7dabcd..36e8cd9 100644
 a/include/Map.h
-+++ b/include/Map.h
-@@ -82,7 +82,7 @@ namespace Lucene
- 
- operator bool() const
- {
--return mapContainer;
-+return mapContainer.get() != NULL;
- }
- 
- bool operator! () const
-diff --git a/include/MiscUtils.h b/include/MiscUtils.h
-index ed65f70..7227b93 100644
 a/include/MiscUtils.h
-+++ b/include/MiscUtils.h
-@@ -125,7 +125,7 @@ namespace Lucene
-  

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

2014-02-02 Thread Eric Bélanger
Date: Sunday, February 2, 2014 @ 22:53:42
  Author: eric
Revision: 105220

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

Added:
  lucene++/repos/community-i686/PKGBUILD
(from rev 105219, lucene++/trunk/PKGBUILD)
  lucene++/repos/community-x86_64/PKGBUILD
(from rev 105219, lucene++/trunk/PKGBUILD)
Deleted:
  lucene++/repos/community-i686/0001-Add-support-for-compiling-with-c-11.patch
  lucene++/repos/community-i686/0002-Turn-off-custom-allocator-by-default.patch
  
lucene++/repos/community-i686/0003-Fix-accidental-use-of-operator-instead-of-operator.patch
  lucene++/repos/community-i686/PKGBUILD
  lucene++/repos/community-x86_64/0001-Add-support-for-compiling-with-c-11.patch
  
lucene++/repos/community-x86_64/0002-Turn-off-custom-allocator-by-default.patch
  
lucene++/repos/community-x86_64/0003-Fix-accidental-use-of-operator-instead-of-operator.patch
  lucene++/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  
|   72 ++
 community-i686/0001-Add-support-for-compiling-with-c-11.patch  
|  291 --
 community-i686/0002-Turn-off-custom-allocator-by-default.patch 
|  138 
 community-i686/0003-Fix-accidental-use-of-operator-instead-of-operator.patch   
|   26 
 community-i686/PKGBUILD
|   49 -
 community-x86_64/0001-Add-support-for-compiling-with-c-11.patch
|  291 --
 community-x86_64/0002-Turn-off-custom-allocator-by-default.patch   
|  138 
 community-x86_64/0003-Fix-accidental-use-of-operator-instead-of-operator.patch 
|   26 
 community-x86_64/PKGBUILD  
|   49 -
 9 files changed, 72 insertions(+), 1008 deletions(-)

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


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

2014-02-02 Thread Ángel Velásquez
Date: Monday, February 3, 2014 @ 06:18:51
  Author: angvp
Revision: 205017

upgpkg: python-lxml 3.3.0-1

Version bump to 3.3.0

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 21:38:14 UTC (rev 205016)
+++ PKGBUILD2014-02-03 05:18:51 UTC (rev 205017)
@@ -1,9 +1,8 @@
 # $Id$
 # Maintainer: Angel Velasquez an...@archlinux.org 
-
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.2.4
+pkgver=3.3.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
@@ -10,7 +9,7 @@
 url=http://lxml.de/;
 makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
 
source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('cc363499060f615aca1ec8dcc04df331'
+md5sums=('ca2f02fd762f3614a1930c568847052b'
  'SKIP')
 
 # Temporary commented due a conflict with devtools and lxml



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

2014-02-02 Thread Ángel Velásquez
Date: Monday, February 3, 2014 @ 06:20:02
  Author: angvp
Revision: 205018

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

Added:
  python-lxml/repos/testing-i686/
  python-lxml/repos/testing-i686/PKGBUILD
(from rev 205017, python-lxml/trunk/PKGBUILD)
  python-lxml/repos/testing-x86_64/
  python-lxml/repos/testing-x86_64/PKGBUILD
(from rev 205017, python-lxml/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   69 ++
 testing-x86_64/PKGBUILD |   69 ++
 2 files changed, 138 insertions(+)

Copied: python-lxml/repos/testing-i686/PKGBUILD (from rev 205017, 
python-lxml/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-03 05:20:02 UTC (rev 205018)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.3.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url=http://lxml.de/;
+makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+md5sums=('ca2f02fd762f3614a1930c568847052b'
+ 'SKIP')
+
+# Temporary commented due a conflict with devtools and lxml
+#check() {
+#  cd lxml-$pkgver
+#  make PYTHON=python2 test
+#  make PYTHON=python test
+#}
+
+package_python2-lxml() {
+  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
+  depends=('python2' 'libxslt')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+ 
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml() {
+  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
+  depends=('python' 'libxslt')
+  optdepends=('python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python setup.py install --root=${pkgdir} --optimize=1
+  
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml-docs() {
+  pkgdesc=Python binding for the libxml2 and libxslt libraries (docs)
+  options=('docs')
+
+  cd lxml-$pkgver
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -r doc/html ${pkgdir}/usr/share/doc/${pkgbase}
+
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}

Copied: python-lxml/repos/testing-x86_64/PKGBUILD (from rev 205017, 
python-lxml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-03 05:20:02 UTC (rev 205018)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.3.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url=http://lxml.de/;
+makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+md5sums=('ca2f02fd762f3614a1930c568847052b'
+ 'SKIP')
+
+# Temporary commented due a conflict with devtools and lxml
+#check() {
+#  cd lxml-$pkgver
+#  make PYTHON=python2 test
+#  make PYTHON=python test
+#}
+
+package_python2-lxml() {
+  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
+  depends=('python2' 'libxslt')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+ 
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml() {
+  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
+  depends=('python' 'libxslt')
+  optdepends=('python-lxml-docs: offline