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

2013-02-17 Thread Evangelos Foutras
Date: Sunday, February 17, 2013 @ 10:08:56
  Author: foutrelis
Revision: 178153

upgpkg: xfce4-datetime-plugin 0.6.2-1

New upstream release.

Modified:
  xfce4-datetime-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 07:18:01 UTC (rev 178152)
+++ PKGBUILD2013-02-17 09:08:56 UTC (rev 178153)
@@ -1,20 +1,21 @@
 # $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer:
+# Contributor: Andreas Radke andy...@archlinux.org
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-datetime-plugin
-pkgver=0.6.1
-pkgrel=3
+pkgver=0.6.2
+pkgrel=1
 pkgdesc=A date and time display plugin for the Xfce panel
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://xfce-goodies.berlios.de/;
 groups=('xfce4-goodies')
-depends=('xfce4-panel=4.7.4' 'libxfcegui4')
+depends=('xfce4-panel')
 makedepends=('intltool')
 options=('!libtool')
 
source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e82f51ff0e75a63e5cbd139e43e094f9')
+md5sums=('fe604a251eadbc5b0f2b4737b85d92c8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xfce4-datetime-plugin/repos (4 files)

2013-02-17 Thread Evangelos Foutras
Date: Sunday, February 17, 2013 @ 10:09:09
  Author: foutrelis
Revision: 178154

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

Added:
  xfce4-datetime-plugin/repos/extra-i686/PKGBUILD
(from rev 178153, xfce4-datetime-plugin/trunk/PKGBUILD)
  xfce4-datetime-plugin/repos/extra-x86_64/PKGBUILD
(from rev 178153, xfce4-datetime-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-datetime-plugin/repos/extra-i686/PKGBUILD
  xfce4-datetime-plugin/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   67 
 extra-x86_64/PKGBUILD |   67 
 2 files changed, 68 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 09:08:56 UTC (rev 178153)
+++ extra-i686/PKGBUILD 2013-02-17 09:09:09 UTC (rev 178154)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-datetime-plugin
-pkgver=0.6.1
-pkgrel=3
-pkgdesc=A date and time display plugin for the Xfce panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel=4.7.4' 'libxfcegui4')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e82f51ff0e75a63e5cbd139e43e094f9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-datetime-plugin/repos/extra-i686/PKGBUILD (from rev 178153, 
xfce4-datetime-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 09:09:09 UTC (rev 178154)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-datetime-plugin
+pkgver=0.6.2
+pkgrel=1
+pkgdesc=A date and time display plugin for the Xfce panel
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://xfce-goodies.berlios.de/;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('fe604a251eadbc5b0f2b4737b85d92c8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-17 09:08:56 UTC (rev 178153)
+++ extra-x86_64/PKGBUILD   2013-02-17 09:09:09 UTC (rev 178154)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-datetime-plugin
-pkgver=0.6.1
-pkgrel=3
-pkgdesc=A date and time display plugin for the Xfce panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel=4.7.4' 'libxfcegui4')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e82f51ff0e75a63e5cbd139e43e094f9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-datetime-plugin/repos/extra-x86_64/PKGBUILD (from rev 178153, 
xfce4-datetime-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-17 09:09:09 UTC (rev 178154)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-datetime-plugin
+pkgver=0.6.2
+pkgrel=1
+pkgdesc=A date and time display plugin for the Xfce panel
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://xfce-goodies.berlios.de/;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+options=('!libtool')

[arch-commits] Commit in xvba-video-open/trunk (4 files)

2013-02-17 Thread Laurent Carlier
Date: Sunday, February 17, 2013 @ 11:00:15
  Author: lcarlier
Revision: 84372

upgpkg: xvba-video-open 0.8.0-2

Add patchs from opensuse

Added:
  xvba-video-open/trunk/fix-build-with-glext.h-version-85.patch
  xvba-video-open/trunk/xvba-video-0.8.0-glx-fix.patch
  xvba-video-open/trunk/xvba-video-h264-level51.patch
Modified:
  xvba-video-open/trunk/PKGBUILD

-+
 PKGBUILD|   22 +---
 fix-build-with-glext.h-version-85.patch |   17 +++
 xvba-video-0.8.0-glx-fix.patch  |   12 ++
 xvba-video-h264-level51.patch   |   33 ++
 4 files changed, 81 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 02:30:26 UTC (rev 84371)
+++ PKGBUILD2013-02-17 10:00:15 UTC (rev 84372)
@@ -4,7 +4,7 @@
 
 pkgname=xvba-video-open
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=OSS version of xvba-video lib to enable hw video acceleration on 
AMD's HD series of GFX cards
 arch=('i686' 'x86_64')
 url=http://www.splitted-desktop.com/~gbeauchesne/xvba-video/;
@@ -13,13 +13,24 @@
 makedepends=('mesa')
 options=(!libtool)
 
source=(ftp://ftp.archlinux.org/other/community/xvba-video-open/xvba-video-${pkgver}.tar.gz
-http://developer.amd.com/downloads/xvba-sdk-0.74-404001.tar.gz)
+
http://developer.amd.com/wordpress/media/2012/10/xvba-sdk-0.74-404001.tar.gz
+xvba-video-h264-level51.patch
+xvba-video-0.8.0-glx-fix.patch
+fix-build-with-glext.h-version-85.patch)
 md5sums=('d9ddec2e7f02c1fa533773918e88e311'
- 'b8f56bc55aa70cb19dd12857fdc184cc')
+ 'b8f56bc55aa70cb19dd12857fdc184cc'
+ 'bce1de0a8b274049568453a53e8fce6a'
+ '5dc283eab46418eeef8e8be7c028a2ba')
 
 build() {
   cd ${srcdir}/xvba-video-${pkgver}
 
+  # patch from opensuse (thanks vi0l0!)
+  patch -Np1 -i ../xvba-video-h264-level51.patch
+  patch -Np1 -i ../xvba-video-0.8.0-glx-fix.patch
+  
+  patch -Np1 -i ../fix-build-with-glext.h-version-85.patch
+
   export CPPFLAGS=${CPPFLAGS} -I${srcdir}/include
   
   ./configure --disable-debug --enable-libxvba-dlopen --prefix=/usr
@@ -31,3 +42,8 @@
 
   make DESTDIR=${pkgdir} install
 }
+md5sums=('d9ddec2e7f02c1fa533773918e88e311'
+ 'b8f56bc55aa70cb19dd12857fdc184cc'
+ 'bce1de0a8b274049568453a53e8fce6a'
+ '5dc283eab46418eeef8e8be7c028a2ba'
+ '69e8a9027affbaf7066e35bc97b3a984')

Added: fix-build-with-glext.h-version-85.patch
===
--- fix-build-with-glext.h-version-85.patch (rev 0)
+++ fix-build-with-glext.h-version-85.patch 2013-02-17 10:00:15 UTC (rev 
84372)
@@ -0,0 +1,17 @@
+diff -ru xvba-video-0.8.0/src/utils_glx.h 
xvba-video-0.8.0.patched/src/utils_glx.h
+--- xvba-video-0.8.0/src/utils_glx.h   2011-06-14 13:07:13.0 +0200
 xvba-video-0.8.0.patched/src/utils_glx.h   2013-02-17 10:53:34.589818821 
+0100
+@@ -25,6 +25,13 @@
+ #include GL/glext.h
+ #include GL/glx.h
+ 
++#if GL_GLEXT_VERSION = 85
++/* XXX: PFNGLMULTITEXCOORD2FPROC got out of the GL_VERSION_1_3_DEPRECATED
++   block and is not defined if GL_VERSION_1_3 is defined in GL/gl.h
++   Redefine the type here as an interim solution */
++typedef void (*PFNGLMULTITEXCOORD2FPROC) (GLenum target, GLfloat s, GLfloat 
t);
++#endif
++
+ #ifndef GL_FRAMEBUFFER_BINDING
+ #define GL_FRAMEBUFFER_BINDING GL_FRAMEBUFFER_BINDING_EXT
+ #endif

Added: xvba-video-0.8.0-glx-fix.patch
===
--- xvba-video-0.8.0-glx-fix.patch  (rev 0)
+++ xvba-video-0.8.0-glx-fix.patch  2013-02-17 10:00:15 UTC (rev 84372)
@@ -0,0 +1,12 @@
+diff -ur xvba-video-0.8.0/src/xvba_image.c 
xvba-video-0.8.0-patched/src/xvba_image.c
+--- xvba-video-0.8.0/src/xvba_image.c  2011-06-14 13:07:13.0 +0200
 xvba-video-0.8.0-patched/src/xvba_image.c  2012-07-22 14:55:14.186667413 
+0200
+@@ -423,7 +423,7 @@
+ }
+ 
+ #if USE_GLX
+-const HWImageHooks hw_image_hooks_glx attribute_hidden;
++extern const HWImageHooks hw_image_hooks_glx attribute_hidden;
+ #endif
+ 
+ // Commit image to the HW

Added: xvba-video-h264-level51.patch
===
--- xvba-video-h264-level51.patch   (rev 0)
+++ xvba-video-h264-level51.patch   2013-02-17 10:00:15 UTC (rev 84372)
@@ -0,0 +1,33 @@
+diff -rup xvba-video.orig/src/xvba_buffer.c xvba-video/src/xvba_buffer.c
+--- xvba-video.orig/src/xvba_buffer.c  2011-09-08 03:17:28.0 +0200
 xvba-video/src/xvba_buffer.c   2012-07-03 21:38:04.851465348 +0200
+@@ -368,23 +368,18 @@ translate_VAPictureParameterBufferH264(
+ obj_context-picture_height
+ );
+ 
+-/* Check for H.264 content over HP@L4.1 */
++/* Check for wrongly coded H264 Level 41
++   

[arch-commits] Commit in xvba-video-open/repos (10 files)

2013-02-17 Thread Laurent Carlier
Date: Sunday, February 17, 2013 @ 11:00:33
  Author: lcarlier
Revision: 84373

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

Added:
  xvba-video-open/repos/community-testing-i686/
  xvba-video-open/repos/community-testing-i686/PKGBUILD
(from rev 84372, xvba-video-open/trunk/PKGBUILD)
  
xvba-video-open/repos/community-testing-i686/fix-build-with-glext.h-version-85.patch
(from rev 84372, 
xvba-video-open/trunk/fix-build-with-glext.h-version-85.patch)
  xvba-video-open/repos/community-testing-i686/xvba-video-0.8.0-glx-fix.patch
(from rev 84372, xvba-video-open/trunk/xvba-video-0.8.0-glx-fix.patch)
  xvba-video-open/repos/community-testing-i686/xvba-video-h264-level51.patch
(from rev 84372, xvba-video-open/trunk/xvba-video-h264-level51.patch)
  xvba-video-open/repos/community-testing-x86_64/
  xvba-video-open/repos/community-testing-x86_64/PKGBUILD
(from rev 84372, xvba-video-open/trunk/PKGBUILD)
  
xvba-video-open/repos/community-testing-x86_64/fix-build-with-glext.h-version-85.patch
(from rev 84372, 
xvba-video-open/trunk/fix-build-with-glext.h-version-85.patch)
  xvba-video-open/repos/community-testing-x86_64/xvba-video-0.8.0-glx-fix.patch
(from rev 84372, xvba-video-open/trunk/xvba-video-0.8.0-glx-fix.patch)
  xvba-video-open/repos/community-testing-x86_64/xvba-video-h264-level51.patch
(from rev 84372, xvba-video-open/trunk/xvba-video-h264-level51.patch)

--+
 community-testing-i686/PKGBUILD  |   49 
++
 community-testing-i686/fix-build-with-glext.h-version-85.patch   |   17 +++
 community-testing-i686/xvba-video-0.8.0-glx-fix.patch|   12 ++
 community-testing-i686/xvba-video-h264-level51.patch |   33 ++
 community-testing-x86_64/PKGBUILD|   49 
++
 community-testing-x86_64/fix-build-with-glext.h-version-85.patch |   17 +++
 community-testing-x86_64/xvba-video-0.8.0-glx-fix.patch  |   12 ++
 community-testing-x86_64/xvba-video-h264-level51.patch   |   33 ++
 8 files changed, 222 insertions(+)

Copied: xvba-video-open/repos/community-testing-i686/PKGBUILD (from rev 84372, 
xvba-video-open/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-17 10:00:33 UTC (rev 84373)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Jesse Jaara gmail.com: jesse.jaara
+
+pkgname=xvba-video-open
+pkgver=0.8.0
+pkgrel=2
+pkgdesc=OSS version of xvba-video lib to enable hw video acceleration on 
AMD's HD series of GFX cards
+arch=('i686' 'x86_64')
+url=http://www.splitted-desktop.com/~gbeauchesne/xvba-video/;
+license=('GPL2')
+depends=('catalyst-utils' 'libva')
+makedepends=('mesa')
+options=(!libtool)
+source=(ftp://ftp.archlinux.org/other/community/xvba-video-open/xvba-video-${pkgver}.tar.gz
+
http://developer.amd.com/wordpress/media/2012/10/xvba-sdk-0.74-404001.tar.gz
+xvba-video-h264-level51.patch
+xvba-video-0.8.0-glx-fix.patch
+fix-build-with-glext.h-version-85.patch)
+md5sums=('d9ddec2e7f02c1fa533773918e88e311'
+ 'b8f56bc55aa70cb19dd12857fdc184cc'
+ 'bce1de0a8b274049568453a53e8fce6a'
+ '5dc283eab46418eeef8e8be7c028a2ba')
+
+build() {
+  cd ${srcdir}/xvba-video-${pkgver}
+
+  # patch from opensuse (thanks vi0l0!)
+  patch -Np1 -i ../xvba-video-h264-level51.patch
+  patch -Np1 -i ../xvba-video-0.8.0-glx-fix.patch
+  
+  patch -Np1 -i ../fix-build-with-glext.h-version-85.patch
+
+  export CPPFLAGS=${CPPFLAGS} -I${srcdir}/include
+  
+  ./configure --disable-debug --enable-libxvba-dlopen --prefix=/usr
+  make PYTHON=python2
+}
+
+package() {
+  cd ${srcdir}/xvba-video-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('d9ddec2e7f02c1fa533773918e88e311'
+ 'b8f56bc55aa70cb19dd12857fdc184cc'
+ 'bce1de0a8b274049568453a53e8fce6a'
+ '5dc283eab46418eeef8e8be7c028a2ba'
+ '69e8a9027affbaf7066e35bc97b3a984')

Copied: 
xvba-video-open/repos/community-testing-i686/fix-build-with-glext.h-version-85.patch
 (from rev 84372, xvba-video-open/trunk/fix-build-with-glext.h-version-85.patch)
===
--- community-testing-i686/fix-build-with-glext.h-version-85.patch  
(rev 0)
+++ community-testing-i686/fix-build-with-glext.h-version-85.patch  
2013-02-17 10:00:33 UTC (rev 84373)
@@ -0,0 +1,17 @@
+diff -ru xvba-video-0.8.0/src/utils_glx.h 
xvba-video-0.8.0.patched/src/utils_glx.h
+--- xvba-video-0.8.0/src/utils_glx.h   2011-06-14 13:07:13.0 +0200
 xvba-video-0.8.0.patched/src/utils_glx.h   2013-02-17 10:53:34.589818821 
+0100
+@@ -25,6 +25,13 @@
+ #include GL/glext.h
+ #include GL/glx.h
+ 
++#if 

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

2013-02-17 Thread Andreas Radke
Date: Sunday, February 17, 2013 @ 11:27:26
  Author: andyrtr
Revision: 178155

upgpkg: getmail 4.38.0-1

upstream update 4.38.0

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 09:09:09 UTC (rev 178154)
+++ PKGBUILD2013-02-17 10:27:26 UTC (rev 178155)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.37.0
+pkgver=4.38.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('ba3707b6ff4f654442bb7e247b4ba7bb')
+md5sums=('0b320ffa9d9f00992fe7464693feb8be')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-02-17 Thread Andreas Radke
Date: Sunday, February 17, 2013 @ 11:27:42
  Author: andyrtr
Revision: 178156

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 178155, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-17 10:27:26 UTC (rev 178155)
+++ PKGBUILD2013-02-17 10:27:42 UTC (rev 178156)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Committer: Manolis Tzanidakis mano...@archlinux.org
-
-pkgname=getmail
-pkgver=4.37.0
-pkgrel=1
-pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
-arch=(any)
-url=http://pyropus.ca/software/getmail;
-license=(GPL)
-depends=('python2')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('ba3707b6ff4f654442bb7e247b4ba7bb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  # fix some broken shebang calls
-  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
-  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 178155, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-17 10:27:42 UTC (rev 178156)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Committer: Manolis Tzanidakis mano...@archlinux.org
+
+pkgname=getmail
+pkgver=4.38.0
+pkgrel=1
+pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
+arch=(any)
+url=http://pyropus.ca/software/getmail;
+license=(GPL)
+depends=('python2')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('0b320ffa9d9f00992fe7464693feb8be')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  # fix some broken shebang calls
+  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
+  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
+}



[arch-commits] Commit in ghostscript/trunk (PKGBUILD svn_rev11948.diff)

2013-02-17 Thread Andreas Radke
Date: Sunday, February 17, 2013 @ 11:57:03
  Author: andyrtr
Revision: 178158

upgpkg: ghostscript 9.07-1

upstream update 9.07

Modified:
  ghostscript/trunk/PKGBUILD
Deleted:
  ghostscript/trunk/svn_rev11948.diff

---+
 PKGBUILD  |   11 +++
 svn_rev11948.diff |   16 
 2 files changed, 7 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 10:37:53 UTC (rev 178157)
+++ PKGBUILD2013-02-17 10:57:03 UTC (rev 178158)
@@ -2,19 +2,20 @@
 # Maintainer: AndyRTR andy...@archlinux.org
 
 pkgname=ghostscript
-pkgver=9.06
+pkgver=9.07
 pkgrel=1
 pkgdesc=An interpreter for the PostScript language
 arch=('i686' 'x86_64')
-license=('GPL3' 'custom')
-depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng=1.5.7' 
'libjpeg' 'libtiff=4.0.0' 'lcms') # 'lcms2' won't get used) # move in libpaper 
from community?
+license=('AGPL' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng=1.5.7' 
'libjpeg'
+ 'libtiff=4.0.0' 'lcms' 'dbus')
 makedepends=('gtk2' 'gnutls')
 optdepends=('texlive-core:  needed for dvipdf'
 'gtk2:  needed for gsx')
 url=http://www.ghostscript.com/;
 source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2)
 options=('!libtool' '!makeflags')
-md5sums=('46f9ebe40dc52755287b30704270db11')
+md5sums=('eea27befc1e85bef6d4768202f6b03a5')
 
 build() {
   cd ${srcdir}/ghostscript-${pkgver}
@@ -34,12 +35,14 @@
--enable-fontconfig \
--enable-freetype \
--without-luratech \
+   --without-omni \
--with-system-libtiff \
--disable-compile-inits #--help # needed for linking with system-zlib
   make
 
   # Build IJS
   cd ${srcdir}/ghostscript-${pkgver}/ijs
+  sed -i s:AM_PROG_CC_STDC:AC_PROG_CC:g configure.ac
   ./autogen.sh
   ./configure --prefix=/usr --enable-shared --disable-static
   make

Deleted: svn_rev11948.diff
===
--- svn_rev11948.diff   2013-02-17 10:37:53 UTC (rev 178157)
+++ svn_rev11948.diff   2013-02-17 10:57:03 UTC (rev 178158)
@@ -1,16 +0,0 @@
-Modified: trunk/gs/base/gximag3x.c
-===
 trunk/gs/base/gximag3x.c   2010-12-10 19:50:53 UTC (rev 11947)
-+++ trunk/gs/base/gximag3x.c   2010-12-11 23:02:25 UTC (rev 11948)
-@@ -241,7 +241,9 @@
-   const gs_image3x_mask_t *pixm =
-   (i == 0 ? pim-Opacity : pim-Shape);
- 
--  *(gs_data_image_t *)mask[i].image = pixm-MaskDict;
-+/* Use memcpy because direct assignment breaks ANSI aliasing */
-+/* rules and causes SEGV with gcc 4.5.1 */
-+memcpy(mask[i].image, pixm-MaskDict, sizeof(pixm-MaskDict));
-   mask[i].image.type = type1;
-   mask[i].image.BitsPerComponent = pixm-MaskDict.BitsPerComponent;
-   }
-



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

2013-02-17 Thread Andreas Radke
Date: Sunday, February 17, 2013 @ 11:57:26
  Author: andyrtr
Revision: 178159

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

Added:
  ghostscript/repos/extra-i686/PKGBUILD
(from rev 178158, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/extra-x86_64/PKGBUILD
(from rev 178158, ghostscript/trunk/PKGBUILD)
Deleted:
  ghostscript/repos/extra-i686/PKGBUILD
  ghostscript/repos/extra-i686/svn_rev11948.diff
  ghostscript/repos/extra-x86_64/PKGBUILD
  ghostscript/repos/extra-x86_64/svn_rev11948.diff

+
 extra-i686/PKGBUILD|  135 +++
 extra-i686/svn_rev11948.diff   |   16 
 extra-x86_64/PKGBUILD  |  135 +++
 extra-x86_64/svn_rev11948.diff |   16 
 4 files changed, 138 insertions(+), 164 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 10:57:03 UTC (rev 178158)
+++ extra-i686/PKGBUILD 2013-02-17 10:57:26 UTC (rev 178159)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgname=ghostscript
-pkgver=9.06
-pkgrel=1
-pkgdesc=An interpreter for the PostScript language
-arch=('i686' 'x86_64')
-license=('GPL3' 'custom')
-depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng=1.5.7' 
'libjpeg' 'libtiff=4.0.0' 'lcms') # 'lcms2' won't get used) # move in libpaper 
from community?
-makedepends=('gtk2' 'gnutls')
-optdepends=('texlive-core:  needed for dvipdf'
-'gtk2:  needed for gsx')
-url=http://www.ghostscript.com/;
-source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2)
-options=('!libtool' '!makeflags')
-md5sums=('46f9ebe40dc52755287b30704270db11')
-
-build() {
-  cd ${srcdir}/ghostscript-${pkgver}
-  
-  # force it to use system-libs
-  rm -rf jpeg libpng zlib jasper expat tiff lcms freetype 
-
-  ./configure --prefix=/usr \
-   --enable-dynamic \
-   --with-ijs \
-   --with-jbig2dec \
-   --with-omni \
-   --with-x \
-   --with-drivers=ALL\
-   --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
-   --with-install-cups \
-   --enable-fontconfig \
-   --enable-freetype \
-   --without-luratech \
-   --with-system-libtiff \
-   --disable-compile-inits #--help # needed for linking with system-zlib
-  make
-
-  # Build IJS
-  cd ${srcdir}/ghostscript-${pkgver}/ijs
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-shared --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/ghostscript-${pkgver}
-  make DESTDIR=${pkgdir} \
-   cups_serverroot=${pkgdir}/etc/cups \
-   cups_serverbin=${pkgdir}/usr/lib/cups install soinstall
-
-  # install missing doc files # http://bugs.archlinux.org/task/18023
-  install -m 644 
${srcdir}/ghostscript-${pkgver}/doc/{Ps2ps2.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
 ${pkgdir}/usr/share/ghostscript/$pkgver/doc/
-  
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-  # remove unwanted localized man-pages
-  rm -rf $pkgdir/usr/share/man/[^man1]*
-
-  # install IJS
-  cd ${srcdir}/ghostscript-${pkgver}/ijs
-  make DESTDIR=${pkgdir} install
-}

Copied: ghostscript/repos/extra-i686/PKGBUILD (from rev 178158, 
ghostscript/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 10:57:26 UTC (rev 178159)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=ghostscript
+pkgver=9.07
+pkgrel=1
+pkgdesc=An interpreter for the PostScript language
+arch=('i686' 'x86_64')
+license=('AGPL' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng=1.5.7' 
'libjpeg'
+ 'libtiff=4.0.0' 'lcms' 'dbus')
+makedepends=('gtk2' 'gnutls')
+optdepends=('texlive-core:  needed for dvipdf'
+'gtk2:  needed for gsx')
+url=http://www.ghostscript.com/;
+source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2)
+options=('!libtool' '!makeflags')
+md5sums=('eea27befc1e85bef6d4768202f6b03a5')
+
+build() {
+  cd ${srcdir}/ghostscript-${pkgver}
+  
+  # force it to use system-libs
+  rm -rf jpeg libpng zlib jasper expat tiff lcms freetype 
+
+  ./configure --prefix=/usr \
+   --enable-dynamic \
+   --with-ijs \
+   --with-jbig2dec \
+   --with-omni \
+   --with-x \
+   --with-drivers=ALL\
+   --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
+   --with-install-cups \
+   --enable-fontconfig \
+   --enable-freetype \
+   --without-luratech \
+   --without-omni \
+   --with-system-libtiff \
+   --disable-compile-inits #--help # needed for linking with system-zlib
+  make
+
+  # Build IJS
+  cd ${srcdir}/ghostscript-${pkgver}/ijs
+  sed -i s:AM_PROG_CC_STDC:AC_PROG_CC:g configure.ac
+  

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

2013-02-17 Thread Laurent Carlier
Date: Sunday, February 17, 2013 @ 12:22:34
  Author: lcarlier
Revision: 84375

upgpkg: lib32-gmp 5.1.1-1

Sync with core

Modified:
  lib32-gmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 11:05:23 UTC (rev 84374)
+++ PKGBUILD2013-02-17 11:22:34 UTC (rev 84375)
@@ -4,7 +4,7 @@
 
 _pkgbasename=gmp
 pkgname=lib32-$_pkgbasename
-pkgver=5.1.0
+pkgver=5.1.1
 pkgrel=1
 pkgdesc=A free library for arbitrary precision arithmetic (32-bit)
 arch=('x86_64')
@@ -14,8 +14,8 @@
 license=('LGPL3')
 options=(!libtool)
 source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig})
-md5sums=('69fd511e435f81a0334f14f00c7d77b3'
- '7a02b99dc7edd9822c210f78d88140e5')
+md5sums=('485b1296e6287fa381e6015b19767989'
+ '5cec115b99dc498b079430dd62084d9c')
 
 build() {
   export CC=gcc -m32



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

2013-02-17 Thread Laurent Carlier
Date: Sunday, February 17, 2013 @ 12:22:49
  Author: lcarlier
Revision: 84376

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-17 11:22:34 UTC (rev 84375)
+++ PKGBUILD2013-02-17 11:22:49 UTC (rev 84376)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: josephgbr rafael.f...@gmail.com
-
-_pkgbasename=gmp
-pkgname=lib32-$_pkgbasename
-pkgver=5.1.0
-pkgrel=1
-pkgdesc=A free library for arbitrary precision arithmetic (32-bit)
-arch=('x86_64')
-url=http://gmplib.org/;
-depends=('lib32-gcc-libs' $_pkgbasename)
-makedepends=(gcc-multilib)
-license=('LGPL3')
-options=(!libtool)
-source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig})
-md5sums=('69fd511e435f81a0334f14f00c7d77b3'
- '7a02b99dc7edd9822c210f78d88140e5')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  export ABI=32
-  ./configure \
---prefix=/usr --infodir=/usr/share/info \
---enable-cxx --libdir=/usr/lib32 \
---includedir=/usr/lib32/gmp
-
-  #Put gmp.h in the same folder as gmpxx.h
-  sed -i 's/$(exec_prefix)\/include/$\(includedir\)/' Makefile
-
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-}

Copied: lib32-gmp/repos/multilib-x86_64/PKGBUILD (from rev 84375, 
lib32-gmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-17 11:22:49 UTC (rev 84376)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: josephgbr rafael.f...@gmail.com
+
+_pkgbasename=gmp
+pkgname=lib32-$_pkgbasename
+pkgver=5.1.1
+pkgrel=1
+pkgdesc=A free library for arbitrary precision arithmetic (32-bit)
+arch=('x86_64')
+url=http://gmplib.org/;
+depends=('lib32-gcc-libs' $_pkgbasename)
+makedepends=(gcc-multilib)
+license=('LGPL3')
+options=(!libtool)
+source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('485b1296e6287fa381e6015b19767989'
+ '5cec115b99dc498b079430dd62084d9c')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  export ABI=32
+  ./configure \
+--prefix=/usr --infodir=/usr/share/info \
+--enable-cxx --libdir=/usr/lib32 \
+--includedir=/usr/lib32/gmp
+
+  #Put gmp.h in the same folder as gmpxx.h
+  sed -i 's/$(exec_prefix)\/include/$\(includedir\)/' Makefile
+
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+}



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

2013-02-17 Thread Laurent Carlier
Date: Sunday, February 17, 2013 @ 12:30:58
  Author: lcarlier
Revision: 84377

upgpkg: lib32-libidn 1.26-1

Sync with extra

Modified:
  lib32-libidn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 11:22:49 UTC (rev 84376)
+++ PKGBUILD2013-02-17 11:30:58 UTC (rev 84377)
@@ -2,7 +2,7 @@
 # Maintainer: Florian Pritz bluew...@xinu.at
 _pkgbasename=libidn
 pkgname=lib32-$_pkgbasename
-pkgver=1.25
+pkgver=1.26
 pkgrel=1
 pkgdesc=Implementation of the Stringprep, Punycode and IDNA specifications 
(32 bit)
 url=http://www.gnu.org/software/libidn/;
@@ -12,7 +12,7 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 
source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
-sha1sums=('92e64fd5a6428bda6ade2c3cde475b76455cd7dd')
+sha1sums=('b1cb40646a96dadbfc41d060d23dfb382eec1128')
 
 build() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}



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

2013-02-17 Thread Laurent Carlier
Date: Sunday, February 17, 2013 @ 12:31:14
  Author: lcarlier
Revision: 84378

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-17 11:30:58 UTC (rev 84377)
+++ PKGBUILD2013-02-17 11:31:14 UTC (rev 84378)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-_pkgbasename=libidn
-pkgname=lib32-$_pkgbasename
-pkgver=1.25
-pkgrel=1
-pkgdesc=Implementation of the Stringprep, Punycode and IDNA specifications 
(32 bit)
-url=http://www.gnu.org/software/libidn/;
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-depends=('lib32-glibc' $_pkgbasename=$pkgver)
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
-sha1sums=('92e64fd5a6428bda6ade2c3cde475b76455cd7dd')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32 CC='gcc -m32'
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-libidn/repos/multilib-x86_64/PKGBUILD (from rev 84377, 
lib32-libidn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-17 11:31:14 UTC (rev 84378)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+_pkgbasename=libidn
+pkgname=lib32-$_pkgbasename
+pkgver=1.26
+pkgrel=1
+pkgdesc=Implementation of the Stringprep, Punycode and IDNA specifications 
(32 bit)
+url=http://www.gnu.org/software/libidn/;
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+depends=('lib32-glibc' $_pkgbasename=$pkgver)
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
+sha1sums=('b1cb40646a96dadbfc41d060d23dfb382eec1128')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 CC='gcc -m32'
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}



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

2013-02-17 Thread Alexander Rødseth
Date: Sunday, February 17, 2013 @ 12:58:27
  Author: arodseth
Revision: 84379

upgpkg: allegro 5.0.9-1

Modified:
  allegro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 11:31:14 UTC (rev 84378)
+++ PKGBUILD2013-02-17 11:58:27 UTC (rev 84379)
@@ -5,7 +5,7 @@
 # Contributor: arjan ar...@archlinux.org
 
 pkgname=allegro
-pkgver=5.0.8
+pkgver=5.0.9
 pkgrel=1
 pkgdesc='Portable library mainly aimed at video game and multimedia 
programming'
 arch=('x86_64' 'i686')
@@ -14,7 +14,7 @@
 depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse')
 makedepends=('cmake' 'mesa' 'glu')
 source=(http://downloads.sourceforge.net/alleg/$pkgname-$pkgver.tar.gz;)
-sha256sums=('272e77d0ca0cef7586d7207887f87bf271e1d0db5f8f208dc7dd9a5e3bb6140b')
+sha256sums=('ba28ac307023f1c756f1c421086f81d1e19ec5f09412d5848303c64177a20bd5')
 
 build() {
   cd $srcdir



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

2013-02-17 Thread Alexander Rødseth
Date: Sunday, February 17, 2013 @ 12:58:40
  Author: arodseth
Revision: 84380

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

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

---+
 community-i686/PKGBUILD   |   80 ++--
 community-x86_64/PKGBUILD |   80 ++--
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-17 11:58:27 UTC (rev 84379)
+++ community-i686/PKGBUILD 2013-02-17 11:58:40 UTC (rev 84380)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: arjan ar...@archlinux.org
-
-pkgname=allegro
-pkgver=5.0.8
-pkgrel=1
-pkgdesc='Portable library mainly aimed at video game and multimedia 
programming'
-arch=('x86_64' 'i686')
-url='http://alleg.sourceforge.net/'
-license=('custom')
-depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse')
-makedepends=('cmake' 'mesa' 'glu')
-source=(http://downloads.sourceforge.net/alleg/$pkgname-$pkgver.tar.gz;)
-sha256sums=('272e77d0ca0cef7586d7207887f87bf271e1d0db5f8f208dc7dd9a5e3bb6140b')
-
-build() {
-  cd $srcdir
-
-  mkdir build
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWANT_DOCS=OFF \
--DWANT_PHYSFS=ON
-  make
-}
-
-package() {
-  cd $srcdir/build
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../$pkgname-$pkgver/LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: allegro/repos/community-i686/PKGBUILD (from rev 84379, 
allegro/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-17 11:58:40 UTC (rev 84380)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: arjan ar...@archlinux.org
+
+pkgname=allegro
+pkgver=5.0.9
+pkgrel=1
+pkgdesc='Portable library mainly aimed at video game and multimedia 
programming'
+arch=('x86_64' 'i686')
+url='http://alleg.sourceforge.net/'
+license=('custom')
+depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse')
+makedepends=('cmake' 'mesa' 'glu')
+source=(http://downloads.sourceforge.net/alleg/$pkgname-$pkgver.tar.gz;)
+sha256sums=('ba28ac307023f1c756f1c421086f81d1e19ec5f09412d5848303c64177a20bd5')
+
+build() {
+  cd $srcdir
+
+  mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWANT_DOCS=OFF \
+-DWANT_PHYSFS=ON
+  make
+}
+
+package() {
+  cd $srcdir/build
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../$pkgname-$pkgver/LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-17 11:58:27 UTC (rev 84379)
+++ community-x86_64/PKGBUILD   2013-02-17 11:58:40 UTC (rev 84380)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: arjan ar...@archlinux.org
-
-pkgname=allegro
-pkgver=5.0.8
-pkgrel=1
-pkgdesc='Portable library mainly aimed at video game and multimedia 
programming'
-arch=('x86_64' 'i686')
-url='http://alleg.sourceforge.net/'
-license=('custom')
-depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse')
-makedepends=('cmake' 'mesa' 'glu')
-source=(http://downloads.sourceforge.net/alleg/$pkgname-$pkgver.tar.gz;)
-sha256sums=('272e77d0ca0cef7586d7207887f87bf271e1d0db5f8f208dc7dd9a5e3bb6140b')
-
-build() {
-  cd $srcdir
-
-  mkdir build
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWANT_DOCS=OFF \
--DWANT_PHYSFS=ON
-  make
-}
-
-package() {
-  cd $srcdir/build
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../$pkgname-$pkgver/LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: allegro/repos/community-x86_64/PKGBUILD (from rev 84379, 
allegro/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-17 11:58:40 UTC (rev 

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

2013-02-17 Thread Pierre Schmitz
Date: Sunday, February 17, 2013 @ 13:51:07
  Author: pierre
Revision: 178160

Remove all workarounds for broken servers as this breaks more than it helps

Modified:
  openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 10:57:26 UTC (rev 178159)
+++ PKGBUILD2013-02-17 12:51:07 UTC (rev 178160)
@@ -6,7 +6,7 @@
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
-pkgrel=2
+pkgrel=3
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
 arch=('i686' 'x86_64')
 url='https://www.openssl.org'
@@ -41,14 +41,10 @@
patch -p0 -i $srcdir/ca-dir.patch
 
# mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   # workaround for https://rt.openssl.org/Ticket/Display.html?id=2771
-   # See Changes file Changes between 1.0.1 and 1.0.1a [19 Apr 2012]
./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
shared zlib enable-md2 ${optflags} \
${openssltarget} \
-   -Wa,--noexecstack ${CFLAGS} ${LDFLAGS} \
-   -DOPENSSL_NO_TLS1_2_CLIENT \
-   -DOPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50
+   -Wa,--noexecstack ${CFLAGS} ${LDFLAGS}
 
make depend
make
@@ -59,8 +55,6 @@
# the test fails due to missing write permissions in /etc/ssl
# revert this patch for make test
patch -p0 -R -i $srcdir/ca-dir.patch
-   # Do not test TLS1.2 as we disabled it above using 
OPENSSL_NO_TLS1_2_CLIENT
-   sed 's/TLSv1.2 //g' -i test/testssl
make test
patch -p0 -i $srcdir/ca-dir.patch
 }



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

2013-02-17 Thread Pierre Schmitz
Date: Sunday, February 17, 2013 @ 13:51:35
  Author: pierre
Revision: 178161

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

Added:
  openssl/repos/testing-i686/PKGBUILD
(from rev 178160, openssl/trunk/PKGBUILD)
  openssl/repos/testing-i686/ca-dir.patch
(from rev 178160, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-i686/no-rpath.patch
(from rev 178160, openssl/trunk/no-rpath.patch)
  openssl/repos/testing-x86_64/PKGBUILD
(from rev 178160, openssl/trunk/PKGBUILD)
  openssl/repos/testing-x86_64/ca-dir.patch
(from rev 178160, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-x86_64/no-rpath.patch
(from rev 178160, openssl/trunk/no-rpath.patch)
Deleted:
  openssl/repos/testing-i686/PKGBUILD
  openssl/repos/testing-i686/ca-dir.patch
  openssl/repos/testing-i686/no-rpath.patch
  openssl/repos/testing-x86_64/PKGBUILD
  openssl/repos/testing-x86_64/ca-dir.patch
  openssl/repos/testing-x86_64/no-rpath.patch

---+
 testing-i686/PKGBUILD |  138 +++-
 testing-i686/ca-dir.patch |   66 +--
 testing-i686/no-rpath.patch   |   22 +++---
 testing-x86_64/PKGBUILD   |  138 +++-
 testing-x86_64/ca-dir.patch   |   66 +--
 testing-x86_64/no-rpath.patch |   22 +++---
 6 files changed, 220 insertions(+), 232 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-02-17 12:51:07 UTC (rev 178160)
+++ testing-i686/PKGBUILD   2013-02-17 12:51:35 UTC (rev 178161)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=openssl
-_ver=1.0.1e
-# use a pacman compatible version scheme
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-#pkgver=$_ver
-pkgrel=2
-pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
-arch=('i686' 'x86_64')
-url='https://www.openssl.org'
-license=('custom:BSD')
-depends=('perl')
-optdepends=('ca-certificates')
-options=('!makeflags')
-backup=('etc/ssl/openssl.cnf')
-source=(https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz;
-https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
-'no-rpath.patch'
-'ca-dir.patch')
-md5sums=('66bf6f10f060d561929de96f9dfe5b8c'
- 'e18847df48d39416f4ca5064887a2e28'
- 'dc78d3d06baffc16217519242ce92478'
- '3bf51be3a1bbd262be46dc619f92aa90')
-
-build() {
-   cd $srcdir/$pkgname-$_ver
-
-   if [ ${CARCH} == 'x86_64' ]; then
-   openssltarget='linux-x86_64'
-   optflags='enable-ec_nistp_64_gcc_128'
-   elif [ ${CARCH} == 'i686' ]; then
-   openssltarget='linux-elf'
-   optflags=''
-   fi
-
-   # remove rpath: http://bugs.archlinux.org/task/14367
-   patch -p0 -i $srcdir/no-rpath.patch
-   # set ca dir to /etc/ssl by default
-   patch -p0 -i $srcdir/ca-dir.patch
-
-   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   # workaround for https://rt.openssl.org/Ticket/Display.html?id=2771
-   # See Changes file Changes between 1.0.1 and 1.0.1a [19 Apr 2012]
-   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
-   shared zlib enable-md2 ${optflags} \
-   ${openssltarget} \
-   -Wa,--noexecstack ${CFLAGS} ${LDFLAGS} \
-   -DOPENSSL_NO_TLS1_2_CLIENT \
-   -DOPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50
-
-   make depend
-   make
-}
-
-check() {
-   cd $srcdir/$pkgname-$_ver
-   # the test fails due to missing write permissions in /etc/ssl
-   # revert this patch for make test
-   patch -p0 -R -i $srcdir/ca-dir.patch
-   # Do not test TLS1.2 as we disabled it above using 
OPENSSL_NO_TLS1_2_CLIENT
-   sed 's/TLSv1.2 //g' -i test/testssl
-   make test
-   patch -p0 -i $srcdir/ca-dir.patch
-}
-
-package() {
-   cd $srcdir/$pkgname-$_ver
-   make INSTALL_PREFIX=$pkgdir MANDIR=/usr/share/man MANSUFFIX=ssl install
-   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openssl/repos/testing-i686/PKGBUILD (from rev 178160, 
openssl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-17 12:51:35 UTC (rev 178161)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=openssl
+_ver=1.0.1e
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=3
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
+arch=('i686' 'x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('perl')
+optdepends=('ca-certificates')
+options=('!makeflags')
+backup=('etc/ssl/openssl.cnf')

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

2013-02-17 Thread Pierre Schmitz
Date: Sunday, February 17, 2013 @ 15:25:57
  Author: pierre
Revision: 178162

remove md2 support for future builds as compatibility with old libs is 
hopefully no longer needed

Modified:
  openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 12:51:35 UTC (rev 178161)
+++ PKGBUILD2013-02-17 14:25:57 UTC (rev 178162)
@@ -42,7 +42,7 @@
 
# mark stack as non-executable: http://bugs.archlinux.org/task/12434
./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
-   shared zlib enable-md2 ${optflags} \
+   shared zlib ${optflags} \
${openssltarget} \
-Wa,--noexecstack ${CFLAGS} ${LDFLAGS}
 



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

2013-02-17 Thread Andrzej Giniewicz
Date: Sunday, February 17, 2013 @ 15:37:17
  Author: aginiewicz
Revision: 84381

upgpkg: hgview 1.7.1-1

update to 1.7.1

Modified:
  hgview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 11:58:40 UTC (rev 84380)
+++ PKGBUILD2013-02-17 14:37:17 UTC (rev 84381)
@@ -3,7 +3,7 @@
 # Contributor: TDY t...@gmx.com
 
 pkgname=hgview
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc=A fast Mercurial log navigator
 arch=('any')
@@ -17,7 +17,7 @@
 'python2-pygments: for CLI interface')
 makedepends=('python2-pyqt' 'asciidoc' 'xmlto')
 source=(http://download.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('e71f74803fe879cbf295a710621a0c3f')
+md5sums=('b195e8a95c5dd0e281e06ac6000c728f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-02-17 Thread Andrzej Giniewicz
Date: Sunday, February 17, 2013 @ 15:37:37
  Author: aginiewicz
Revision: 84382

archrelease: copy trunk to community-any

Added:
  hgview/repos/community-any/PKGBUILD
(from rev 84381, hgview/trunk/PKGBUILD)
Deleted:
  hgview/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-17 14:37:17 UTC (rev 84381)
+++ PKGBUILD2013-02-17 14:37:37 UTC (rev 84382)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: TDY t...@gmx.com
-
-pkgname=hgview
-pkgver=1.7.0
-pkgrel=1
-pkgdesc=A fast Mercurial log navigator
-arch=('any')
-url=http://www.logilab.org/project/hgview/;
-license=('GPL')
-depends=('mercurial=1.6')
-optdepends=('python2-qscintilla: for Qt interface'
-'python2-docutils: for Qt interface'
-'python2-urwid: for CLI interface'
-'python2-pyinotify: for CLI interface'
-'python2-pygments: for CLI interface')
-makedepends=('python2-pyqt' 'asciidoc' 'xmlto')
-source=(http://download.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('e71f74803fe879cbf295a710621a0c3f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  # fix man page placement
-  install -d $pkgdir/usr/share
-  mv $pkgdir/usr/man $pkgdir/usr/share/man
-}
-

Copied: hgview/repos/community-any/PKGBUILD (from rev 84381, 
hgview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-17 14:37:37 UTC (rev 84382)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: TDY t...@gmx.com
+
+pkgname=hgview
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=A fast Mercurial log navigator
+arch=('any')
+url=http://www.logilab.org/project/hgview/;
+license=('GPL')
+depends=('mercurial=1.6')
+optdepends=('python2-qscintilla: for Qt interface'
+'python2-docutils: for Qt interface'
+'python2-urwid: for CLI interface'
+'python2-pyinotify: for CLI interface'
+'python2-pygments: for CLI interface')
+makedepends=('python2-pyqt' 'asciidoc' 'xmlto')
+source=(http://download.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('b195e8a95c5dd0e281e06ac6000c728f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # fix man page placement
+  install -d $pkgdir/usr/share
+  mv $pkgdir/usr/man $pkgdir/usr/share/man
+}
+



[arch-commits] Commit in shared-mime-info/trunk (PKGBUILD)

2013-02-17 Thread Andreas Radke
Date: Sunday, February 17, 2013 @ 18:13:29
  Author: andyrtr
Revision: 178163

upgpkg: shared-mime-info 1.1-1

upstream update 1.1

Modified:
  shared-mime-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 14:25:57 UTC (rev 178162)
+++ PKGBUILD2013-02-17 17:13:29 UTC (rev 178163)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=shared-mime-info
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc=Freedesktop.org Shared MIME Info
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 install=shared-mime-info.install
 url=http://freedesktop.org/Software/shared-mime-info;
 source=(http://freedesktop.org/~hadess/${pkgname}-${pkgver}.tar.xz)
-md5sums=('901b7977dbb2b71d12d30d4d8fb97028')
+md5sums=('12ba00bf1cb2e69bfba73127e708e833')
 options=(!makeflags)
 
 build() {
@@ -21,6 +21,11 @@
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install



[arch-commits] Commit in shared-mime-info/repos (12 files)

2013-02-17 Thread Andreas Radke
Date: Sunday, February 17, 2013 @ 18:13:54
  Author: andyrtr
Revision: 178164

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

Added:
  shared-mime-info/repos/extra-i686/PKGBUILD
(from rev 178163, shared-mime-info/trunk/PKGBUILD)
  shared-mime-info/repos/extra-i686/pbm.patch
(from rev 178163, shared-mime-info/trunk/pbm.patch)
  shared-mime-info/repos/extra-i686/shared-mime-info.install
(from rev 178163, shared-mime-info/trunk/shared-mime-info.install)
  shared-mime-info/repos/extra-x86_64/PKGBUILD
(from rev 178163, shared-mime-info/trunk/PKGBUILD)
  shared-mime-info/repos/extra-x86_64/pbm.patch
(from rev 178163, shared-mime-info/trunk/pbm.patch)
  shared-mime-info/repos/extra-x86_64/shared-mime-info.install
(from rev 178163, shared-mime-info/trunk/shared-mime-info.install)
Deleted:
  shared-mime-info/repos/extra-i686/PKGBUILD
  shared-mime-info/repos/extra-i686/pbm.patch
  shared-mime-info/repos/extra-i686/shared-mime-info.install
  shared-mime-info/repos/extra-x86_64/PKGBUILD
  shared-mime-info/repos/extra-x86_64/pbm.patch
  shared-mime-info/repos/extra-x86_64/shared-mime-info.install

---+
 extra-i686/PKGBUILD   |   59 --
 extra-i686/pbm.patch  |   84 
 extra-i686/shared-mime-info.install   |   30 +--
 extra-x86_64/PKGBUILD |   59 --
 extra-x86_64/pbm.patch|   84 
 extra-x86_64/shared-mime-info.install |   30 +--
 6 files changed, 178 insertions(+), 168 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 17:13:29 UTC (rev 178163)
+++ extra-i686/PKGBUILD 2013-02-17 17:13:54 UTC (rev 178164)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=shared-mime-info
-pkgver=1.0
-pkgrel=1
-pkgdesc=Freedesktop.org Shared MIME Info
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxml2' 'glib2')
-makedepends=('intltool' 'pkgconfig')
-install=shared-mime-info.install
-url=http://freedesktop.org/Software/shared-mime-info;
-source=(http://freedesktop.org/~hadess/${pkgname}-${pkgver}.tar.xz)
-md5sums=('901b7977dbb2b71d12d30d4d8fb97028')
-options=(!makeflags)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-update-mimedb
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: shared-mime-info/repos/extra-i686/PKGBUILD (from rev 178163, 
shared-mime-info/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 17:13:54 UTC (rev 178164)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=shared-mime-info
+pkgver=1.1
+pkgrel=1
+pkgdesc=Freedesktop.org Shared MIME Info
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxml2' 'glib2')
+makedepends=('intltool' 'pkgconfig')
+install=shared-mime-info.install
+url=http://freedesktop.org/Software/shared-mime-info;
+source=(http://freedesktop.org/~hadess/${pkgname}-${pkgver}.tar.xz)
+md5sums=('12ba00bf1cb2e69bfba73127e708e833')
+options=(!makeflags)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-update-mimedb
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/pbm.patch
===
--- extra-i686/pbm.patch2013-02-17 17:13:29 UTC (rev 178163)
+++ extra-i686/pbm.patch2013-02-17 17:13:54 UTC (rev 178164)
@@ -1,42 +0,0 @@
-diff -Naur shared-mime-info-0.70-orig/freedesktop.org.xml 
shared-mime-info-0.70/freedesktop.org.xml
 shared-mime-info-0.70-orig/freedesktop.org.xml 2010-02-06 
02:39:24.0 -0500
-+++ shared-mime-info-0.70/freedesktop.org.xml  2010-02-06 02:48:01.0 
-0500
-@@ -17025,12 +17025,10 @@
- magic priority=50
-   match value=P1 type=string offset=0
- match value=0x0a type=byte offset=2
--match value=# type=string offset=3/
- /match
-   /match
-   match value=P4 type=string offset=0
- match value=0x0a type=byte offset=2
--match value=# type=string offset=3/
- /match
-   /match
- /magic
-@@ -17074,12 +17072,10 @@
- magic priority=50
-   match value=P2 type=string offset=0
- match value=0x0a type=byte offset=2
--match value=# type=string offset=3/
- /match
-   /match
-   match value=P5 type=string offset=0
- match value=0x0a type=byte offset=2
--match value=# type=string offset=3/
- /match
-   /match
- /magic
-@@ -17123,12 +17119,10 @@
- magic 

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

2013-02-17 Thread Andreas Radke
Date: Sunday, February 17, 2013 @ 18:17:36
  Author: andyrtr
Revision: 178165

upgpkg: x2goclient 4.0.0.3-1

upstream update 4.0.0.3

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 17:13:54 UTC (rev 178164)
+++ PKGBUILD2013-02-17 17:17:36 UTC (rev 178165)
@@ -4,7 +4,7 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 
 pkgname=x2goclient
-pkgver=4.0.0.2
+pkgver=4.0.0.3
 pkgrel=1
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('man2html')
 install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7a8b6869d51e82989c24fb1191df09ad')
+md5sums=('e08fa2248f0882ee7ed6c5310d47fcfc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-02-17 Thread Andreas Radke
Date: Sunday, February 17, 2013 @ 18:17:51
  Author: andyrtr
Revision: 178166

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

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

-+
 extra-i686/PKGBUILD |   58 +++---
 extra-i686/x2goclient.install   |   22 +++---
 extra-x86_64/PKGBUILD   |   58 +++---
 extra-x86_64/x2goclient.install |   22 +++---
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 17:17:36 UTC (rev 178165)
+++ extra-i686/PKGBUILD 2013-02-17 17:17:51 UTC (rev 178166)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Gerhard Brauer ger...@archlinux.de
-# Contributor: Richard Murri ad...@richardmurri.com
-
-pkgname=x2goclient
-pkgver=4.0.0.2
-pkgrel=1
-pkgdesc=x2go qt4 client
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.x2go.org;
-depends=('qt' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
-makedepends=('man2html')
-install=x2goclient.install
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7a8b6869d51e82989c24fb1191df09ad')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i s:qmake-qt4:qmake:g Makefile
-  sed -i s:-o root -g root :: Makefile
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=$pkgdir install
-}

Copied: x2goclient/repos/extra-i686/PKGBUILD (from rev 178165, 
x2goclient/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 17:17:51 UTC (rev 178166)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Gerhard Brauer ger...@archlinux.de
+# Contributor: Richard Murri ad...@richardmurri.com
+
+pkgname=x2goclient
+pkgver=4.0.0.3
+pkgrel=1
+pkgdesc=x2go qt4 client
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.x2go.org;
+depends=('qt' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
+makedepends=('man2html')
+install=x2goclient.install
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e08fa2248f0882ee7ed6c5310d47fcfc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i s:qmake-qt4:qmake:g Makefile
+  sed -i s:-o root -g root :: Makefile
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=$pkgdir install
+}

Deleted: extra-i686/x2goclient.install
===
--- extra-i686/x2goclient.install   2013-02-17 17:17:36 UTC (rev 178165)
+++ extra-i686/x2goclient.install   2013-02-17 17:17:51 UTC (rev 178166)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor
-}
-
-post_upgrade() {
-  xdg-icon-resource forceupdate --theme hicolor
-}
-
-post_remove() {
-  xdg-icon-resource forceupdate --theme hicolor
-}

Copied: x2goclient/repos/extra-i686/x2goclient.install (from rev 178165, 
x2goclient/trunk/x2goclient.install)
===
--- extra-i686/x2goclient.install   (rev 0)
+++ extra-i686/x2goclient.install   2013-02-17 17:17:51 UTC (rev 178166)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_upgrade() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_remove() {
+  xdg-icon-resource forceupdate --theme hicolor
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-17 17:17:36 UTC (rev 178165)
+++ extra-x86_64/PKGBUILD   2013-02-17 17:17:51 UTC (rev 178166)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Gerhard Brauer ger...@archlinux.de
-# Contributor: Richard Murri ad...@richardmurri.com
-
-pkgname=x2goclient
-pkgver=4.0.0.2
-pkgrel=1
-pkgdesc=x2go qt4 client
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.x2go.org;
-depends=('qt' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')

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

2013-02-17 Thread Andreas Radke
Date: Sunday, February 17, 2013 @ 18:20:56
  Author: andyrtr
Revision: 178167

upgpkg: xterm 290-1

upstream update 290

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 17:17:51 UTC (rev 178166)
+++ PKGBUILD2013-02-17 17:20:56 UTC (rev 178167)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xterm
-pkgver=289
+pkgver=290
 pkgrel=1
 pkgdesc=X Terminal Emulator
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
 LICENSE)
-md5sums=('a3209a20d3fbd7ab79a458220fa11fde'
+md5sums=('92ce4a161dc4a16daa987e5a6511da61'
  '10ecc3f8ee91e3189863a172f68282d2')
 
 build() {



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

2013-02-17 Thread Andreas Radke
Date: Sunday, February 17, 2013 @ 18:21:11
  Author: andyrtr
Revision: 178168

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

Added:
  xterm/repos/extra-i686/LICENSE
(from rev 178167, xterm/trunk/LICENSE)
  xterm/repos/extra-i686/PKGBUILD
(from rev 178167, xterm/trunk/PKGBUILD)
  xterm/repos/extra-x86_64/LICENSE
(from rev 178167, xterm/trunk/LICENSE)
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 178167, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-i686/LICENSE
  xterm/repos/extra-i686/PKGBUILD
  xterm/repos/extra-x86_64/LICENSE
  xterm/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/LICENSE|  146 
 extra-i686/PKGBUILD   |  120 +++
 extra-x86_64/LICENSE  |  146 
 extra-x86_64/PKGBUILD |  120 +++
 4 files changed, 266 insertions(+), 266 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2013-02-17 17:20:56 UTC (rev 178167)
+++ extra-i686/LICENSE  2013-02-17 17:21:11 UTC (rev 178168)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE (from rev 178167, xterm/trunk/LICENSE)

[arch-commits] Commit in mysql/trunk (PKGBUILD my.cnf mysqld-post.sh mysqld.service)

2013-02-17 Thread Bartłomiej Piotrowski
Date: Sunday, February 17, 2013 @ 19:32:53
  Author: bpiotrowski
Revision: 178170

upgpkg: mysql 5.5.30-2

- use sha256sums
- install my-medium.cnf as default config (it's the same as the trunk's my.cnf 
is)
- add additional condiction to mysqld.post ('access denied' means that service 
is up)
- write PID file
- make mysql's tmp private

Modified:
  mysql/trunk/PKGBUILD
  mysql/trunk/mysqld-post.sh
  mysql/trunk/mysqld.service
Deleted:
  mysql/trunk/my.cnf

+
 PKGBUILD   |   17 ++
 my.cnf |  145 ---
 mysqld-post.sh |3 -
 mysqld.service |   10 +++
 4 files changed, 17 insertions(+), 158 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 17:21:40 UTC (rev 178169)
+++ PKGBUILD2013-02-17 18:32:53 UTC (rev 178170)
@@ -5,26 +5,23 @@
 pkgbase=mysql
 pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
 pkgver=5.5.30
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=https://www.mysql.com/products/community/;
 makedepends=('cmake' 'openssl' 'zlib')
 options=('!libtool')
 
source=(http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz;
-'my.cnf' 'mysqld-post.sh' 'mysqld-tmpfile.conf' 'mysqld.service')
-md5sums=('f0cdd56f89e781e800cf223bd9edd00c'
- '1351485633baf9894cfdf7c5bbffd7b5'
- '6ea6ceb360d09a774e87335ee098ddd5'
- '2fa6e456964d4ff5e6d4f9ff0126aed6'
- 'a0e1460c276a50a9666c331de83271f2')
+'mysqld-post.sh' 'mysqld-tmpfile.conf' 'mysqld.service')
+sha256sums=('909fe596e0044082a02d2757b742a33b8a3ff399b589603940494d3d3d975053'
+'368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
+'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd'
+'c34048bdc994f90b067204cf0e0b6a65cb6f38c30d1145186b6a7ae3b101fe84')
 
 build() {
   mkdir build
   cd build
 
-  # CFLAGS/CXXFLAGS as suggested upstream
-
   cmake ../${pkgbase}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
@@ -107,7 +104,7 @@
   cd build
   make DESTDIR=${pkgdir} install
 
-  install -Dm644 ${srcdir}/my.cnf ${pkgdir}/etc/mysql/my.cnf
+  install -Dm644 ${pkgdir}/usr/share/mysql/my-medium.cnf 
${pkgdir}/etc/mysql/my.cnf
   install -Dm755 ${srcdir}/mysqld-post.sh ${pkgdir}/usr/bin/mysqld-post
   install -Dm644 ${srcdir}/mysqld-tmpfile.conf 
${pkgdir}/usr/lib/tmpfiles.d/mysqld.conf
   install -d ${pkgdir}/usr/lib/systemd/system

Deleted: my.cnf
===
--- my.cnf  2013-02-17 17:21:40 UTC (rev 178169)
+++ my.cnf  2013-02-17 18:32:53 UTC (rev 178170)
@@ -1,145 +0,0 @@
-# MySQL config file for medium systems.
-#
-# This is for a system with little memory (32M - 64M) where MySQL plays
-# an important part, or systems up to 128M where MySQL is used together with
-# other programs (such as a web server)
-#
-# MySQL programs look for option files in a set of
-# locations which depend on the deployment platform.
-# You can copy this option file to one of those
-# locations. For information about these locations, see:
-# http://dev.mysql.com/doc/mysql/en/option-files.html
-#
-# In this file, you can use all long options that a program supports.
-# If you want to know which options a program supports, run the program
-# with the --help option.
-
-# The following options will be passed to all MySQL clients
-[client]
-#password  = your_password
-port   = 3306
-socket = /run/mysqld/mysqld.sock
-
-# Here follows entries for some specific programs
-
-# The MySQL server
-[mysqld]
-port   = 3306
-socket = /run/mysqld/mysqld.sock
-datadir= /var/lib/mysql
-skip-external-locking
-key_buffer_size = 16M
-max_allowed_packet = 1M
-table_open_cache = 64
-sort_buffer_size = 512K
-net_buffer_length = 8K
-read_buffer_size = 256K
-read_rnd_buffer_size = 512K
-myisam_sort_buffer_size = 8M
-
-# Don't listen on a TCP/IP port at all. This can be a security enhancement,
-# if all processes that need to connect to mysqld run on the same host.
-# All interaction with mysqld must be made via Unix sockets or named pipes.
-# Note that using this option without enabling named pipes on Windows
-# (via the enable-named-pipe option) will render mysqld useless!
-# 
-skip-networking
-
-# Replication Master Server (default)
-# binary logging is required for replication
-log-bin=mysql-bin
-
-# binary logging format - mixed recommended
-binlog_format=mixed
-
-# required unique id between 1 and 2^32 - 1
-# defaults to 1 if master-host is not set
-# but will not function as a master if omitted
-server-id  = 1
-
-# Replication Slave (comment out master section to use this)
-#
-# To configure this host as a replication slave, you can choose between
-# two methods :
-#
-# 1) Use the CHANGE MASTER TO command (fully described in our manual) -
-#

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

2013-02-17 Thread Bartłomiej Piotrowski
Date: Sunday, February 17, 2013 @ 19:33:20
  Author: bpiotrowski
Revision: 178171

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

Added:
  mysql/repos/testing-i686/
  mysql/repos/testing-i686/PKGBUILD
(from rev 178170, mysql/trunk/PKGBUILD)
  mysql/repos/testing-i686/mysql.install
(from rev 178170, mysql/trunk/mysql.install)
  mysql/repos/testing-i686/mysqld-post.sh
(from rev 178170, mysql/trunk/mysqld-post.sh)
  mysql/repos/testing-i686/mysqld-tmpfile.conf
(from rev 178170, mysql/trunk/mysqld-tmpfile.conf)
  mysql/repos/testing-i686/mysqld.service
(from rev 178170, mysql/trunk/mysqld.service)
  mysql/repos/testing-x86_64/
  mysql/repos/testing-x86_64/PKGBUILD
(from rev 178170, mysql/trunk/PKGBUILD)
  mysql/repos/testing-x86_64/mysql.install
(from rev 178170, mysql/trunk/mysql.install)
  mysql/repos/testing-x86_64/mysqld-post.sh
(from rev 178170, mysql/trunk/mysqld-post.sh)
  mysql/repos/testing-x86_64/mysqld-tmpfile.conf
(from rev 178170, mysql/trunk/mysqld-tmpfile.conf)
  mysql/repos/testing-x86_64/mysqld.service
(from rev 178170, mysql/trunk/mysqld.service)

+
 testing-i686/PKGBUILD  |  128 +++
 testing-i686/mysql.install |   28 +++
 testing-i686/mysqld-post.sh|8 ++
 testing-i686/mysqld-tmpfile.conf   |1 
 testing-i686/mysqld.service|   17 
 testing-x86_64/PKGBUILD|  128 +++
 testing-x86_64/mysql.install   |   28 +++
 testing-x86_64/mysqld-post.sh  |8 ++
 testing-x86_64/mysqld-tmpfile.conf |1 
 testing-x86_64/mysqld.service  |   17 
 10 files changed, 364 insertions(+)

Copied: mysql/repos/testing-i686/PKGBUILD (from rev 178170, 
mysql/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-17 18:33:20 UTC (rev 178171)
@@ -0,0 +1,128 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgbase=mysql
+pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
+pkgver=5.5.30
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+url=https://www.mysql.com/products/community/;
+makedepends=('cmake' 'openssl' 'zlib')
+options=('!libtool')
+source=(http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz;
+'mysqld-post.sh' 'mysqld-tmpfile.conf' 'mysqld.service')
+sha256sums=('909fe596e0044082a02d2757b742a33b8a3ff399b589603940494d3d3d975053'
+'368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
+'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd'
+'c34048bdc994f90b067204cf0e0b6a65cb6f38c30d1145186b6a7ae3b101fe84')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc/mysql \
+-DMYSQL_DATADIR=/var/lib/mysql \
+-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
+-DDEFAULT_CHARSET=utf8 \
+-DDEFAULT_COLLATION=utf8_general_ci \
+-DENABLED_LOCAL_INFILE=ON \
+-DINSTALL_INFODIR=share/mysql/docs \
+-DINSTALL_MANDIR=share/man \
+-DINSTALL_PLUGINDIR=lib/mysql/plugin \
+-DINSTALL_SCRIPTDIR=bin \
+-DINSTALL_INCLUDEDIR=include/mysql \
+-DINSTALL_DOCREADMEDIR=share/mysql \
+-DINSTALL_SUPPORTFILESDIR=share/mysql \
+-DINSTALL_MYSQLSHAREDIR=share/mysql \
+-DINSTALL_DOCDIR=share/mysql/docs \
+-DINSTALL_SHAREDIR=share/mysql \
+-DWITH_READLINE=ON \
+-DWITH_ZLIB=system \
+-DWITH_SSL=system \
+-DWITH_LIBWRAP=OFF \
+-DWITH_MYSQLD_LDFLAGS=${LDFLAGS} \
+-DWITH_EXTRA_CHARSETS=complex \
+-DWITH_EMBEDDED_SERVER=ON \
+-DWITH_INNOBASE_STORAGE_ENGINE=1 \
+-DWITH_PARTITION_STORAGE_ENGINE=1 \
+-DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
+-DWITHOUT_ARCHIVE_STORAGE_ENGINE=1 \
+-DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1 \
+-DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
+-DCMAKE_C_FLAGS=-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer \
+-DCMAKE_CXX_FLAGS=-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti
+
+  make
+}
+
+package_libmysqlclient(){
+  pkgdesc=MySQL client libraries
+  depends=('openssl')
+  
+  cd build
+  for dir in include libmysql libmysqld libservices; do
+make -C ${dir} DESTDIR=${pkgdir} install
+  done
+
+  install -d ${pkgdir}/usr/bin
+  install -m755 scripts/mysql_config ${pkgdir}/usr/bin/
+  install -d ${pkgdir}/usr/share/man/man1
+  for man in mysql_config mysql_client_test_embedded mysqltest_embedded; do
+install -m644 ${srcdir}/${pkgbase}-${pkgver}/man/$man.1 
${pkgdir}/usr/share/man/man1/$man.1
+  done
+}
+
+package_mysql-clients(){
+  pkgdesc=MySQL client tools
+  depends=('libmysqlclient')
+  
+  cd build
+  make -C 

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

2013-02-17 Thread Bartłomiej Piotrowski
Date: Sunday, February 17, 2013 @ 19:49:16
  Author: bpiotrowski
Revision: 84384

upgpkg: nodejs 0.8.20-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 17:35:40 UTC (rev 84383)
+++ PKGBUILD2013-02-17 18:49:16 UTC (rev 84384)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui tianyi...@gmail.com
 
 pkgname=nodejs
-pkgver=0.8.19
+pkgver=0.8.20
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 checkdepends=('curl') # curl used for check()
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
-sha256sums=('703207d7b394bd3d4035dc3c94b417ee441fd3ea66aa90cd3d7c9bb28e5f9df4')
+sha256sums=('e4461bfded531f4880839829ab3bce5b824905d6e181876e3d0309a366bf57ee')
 
 build() {
   cd node-v${pkgver}



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

2013-02-17 Thread Bartłomiej Piotrowski
Date: Sunday, February 17, 2013 @ 19:49:54
  Author: bpiotrowski
Revision: 84385

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

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

---+
 community-i686/PKGBUILD   |  122 ++--
 community-x86_64/PKGBUILD |  122 ++--
 2 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-17 18:49:16 UTC (rev 84384)
+++ community-i686/PKGBUILD 2013-02-17 18:49:54 UTC (rev 84385)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.8.19
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'python2')
-checkdepends=('curl') # curl used for check()
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
-sha256sums=('703207d7b394bd3d4035dc3c94b417ee441fd3ea66aa90cd3d7c9bb28e5f9df4')
-
-build() {
-  cd node-v${pkgver}
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-  export PYTHON=python2
-
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  make test || true
-}
-
-package() {
-  cd node-v${pkgver}
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/*.html \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 84384, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-17 18:49:54 UTC (rev 84385)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.8.20
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'python2')
+checkdepends=('curl') # curl used for check()
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
+sha256sums=('e4461bfded531f4880839829ab3bce5b824905d6e181876e3d0309a366bf57ee')
+
+build() {
+  cd node-v${pkgver}
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+  export PYTHON=python2
+
+  ./configure \
+--prefix=/usr \
+--shared-openssl
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  make test || true
+}
+
+package() {
+  cd node-v${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  # install docs as per user request
+  install -d $pkgdir/usr/share/doc/nodejs
+  cp -r doc/api/*.html \
+$pkgdir/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+$pkgdir/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-17 18:49:16 UTC (rev 84384)
+++ community-x86_64/PKGBUILD   2013-02-17 18:49:54 UTC (rev 84385)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# 

[arch-commits] Commit in eric4/trunk (PKGBUILD qtwebkit23.patch)

2013-02-17 Thread Ray Rashif
Date: Sunday, February 17, 2013 @ 20:56:03
  Author: schiv
Revision: 178172

upgpkg: eric4 4.5.8-2

fix segfault; close FS#33544

Added:
  eric4/trunk/qtwebkit23.patch
Modified:
  eric4/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++-
 qtwebkit23.patch |  163 +
 2 files changed, 172 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 18:33:20 UTC (rev 178171)
+++ PKGBUILD2013-02-17 19:56:03 UTC (rev 178172)
@@ -5,7 +5,7 @@
 
 pkgname=eric4
 pkgver=4.5.8
-pkgrel=1
+pkgrel=2
 pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
 arch=('any')
 url=http://eric-ide.python-projects.org/;
@@ -14,9 +14,11 @@
 conflicts=('eric5')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
-$pkgname.desktop)
+$pkgname.desktop
+'qtwebkit23.patch')
 md5sums=('c9fa7f08873afccb7ed51983faf778bd'
- 'bce515b66a2c63dfc76a0f92edbe2ecb')
+ 'bce515b66a2c63dfc76a0f92edbe2ecb'
+ 'e51e04aaba7efa0365b8d94bfcfa949a')
 
 build() {
cd $srcdir/$pkgname-$pkgver
@@ -24,6 +26,10 @@
# our pyxml is patched
# not version-depending because not critical
sed -i 's/v  (0, 8, 6)/v  (0, 8, 4)/' install.py
+
+  # fix for qtwebkit 2.3 beta
+  # see https://bugs.archlinux.org/task/33544
+  (cd eric  patch -Np0 -i $srcdir/qtwebkit23.patch)
 }
 
 package() {

Added: qtwebkit23.patch
===
--- qtwebkit23.patch(rev 0)
+++ qtwebkit23.patch2013-02-17 19:56:03 UTC (rev 178172)
@@ -0,0 +1,163 @@
+Index: Preferences/__init__.py
+===
+--- Preferences/__init__.py(revision 4420)
 Preferences/__init__.py(revision 4421)
+@@ -601,29 +601,38 @@
+ SearchLanguage: QtCore.QLocale().language(),
+ }
+ 
+-websettings = QWebSettings.globalSettings()
+-fontFamily = websettings.fontFamily(QWebSettings.StandardFont)
+-fontSize = websettings.fontSize(QWebSettings.DefaultFontSize)
+-helpDefaults[StandardFont] = QtGui.QFont(fontFamily, 
fontSize).toString()
+-fontFamily = websettings.fontFamily(QWebSettings.FixedFont)
+-fontSize = websettings.fontSize(QWebSettings.DefaultFixedFontSize)
+-helpDefaults[FixedFont] = QtGui.QFont(fontFamily, fontSize).toString()
+-helpDefaults.update({
+-AutoLoadImages : 
+-websettings.testAttribute(QWebSettings.AutoLoadImages), 
+-UserStyleSheet : , 
+-SaveUrlColor : QtGui.QColor(248, 248, 210), 
+-JavaEnabled : 
+-websettings.testAttribute(QWebSettings.JavaEnabled), 
+-JavaScriptEnabled : 
+-websettings.testAttribute(QWebSettings.JavascriptEnabled), 
+-JavaScriptCanOpenWindows : 
+-websettings.testAttribute(QWebSettings.JavascriptCanOpenWindows), 
+-JavaScriptCanAccessClipboard : 
+-
websettings.testAttribute(QWebSettings.JavascriptCanAccessClipboard), 
+-PluginsEnabled :
+-websettings.testAttribute(QWebSettings.PluginsEnabled), 
+-})
++@classmethod
++def initWebSettingsDefaults(cls):
++
++Class method to initialize the web settings related defaults.
++
++websettings = QWebSettings.globalSettings()
++fontFamily = websettings.fontFamily(QWebSettings.StandardFont)
++fontSize = websettings.fontSize(QWebSettings.DefaultFontSize)
++cls.helpDefaults[StandardFont] = QtGui.QFont(fontFamily, 
fontSize).toString()
++fontFamily = websettings.fontFamily(QWebSettings.FixedFont)
++fontSize = websettings.fontSize(QWebSettings.DefaultFixedFontSize)
++cls.helpDefaults[FixedFont] = QtGui.QFont(fontFamily, 
fontSize).toString()
++cls.helpDefaults.update({
++AutoLoadImages : 
++websettings.testAttribute(QWebSettings.AutoLoadImages), 
++UserStyleSheet : , 
++SaveUrlColor : QtGui.QColor(248, 248, 210), 
++JavaEnabled : 
++websettings.testAttribute(QWebSettings.JavaEnabled), 
++JavaScriptEnabled : 
++websettings.testAttribute(QWebSettings.JavascriptEnabled), 
++JavaScriptCanOpenWindows : 
++
websettings.testAttribute(QWebSettings.JavascriptCanOpenWindows), 
++JavaScriptCanAccessClipboard : 
++
websettings.testAttribute(QWebSettings.JavascriptCanAccessClipboard), 
++PluginsEnabled :
++websettings.testAttribute(QWebSettings.PluginsEnabled), 
++})
++
++cls.webSettingsIntitialized = True
++
++webSettingsIntitialized = False
+ 
+ # defaults for system settings
+ if isWindowsPlatform():
+@@ -1750,6 +1759,9 @@
+   

[arch-commits] Commit in eric4/repos/extra-any (9 files)

2013-02-17 Thread Ray Rashif
Date: Sunday, February 17, 2013 @ 20:56:17
  Author: schiv
Revision: 178173

archrelease: copy trunk to extra-any

Added:
  eric4/repos/extra-any/.contrib
(from rev 178172, eric4/trunk/.contrib)
  eric4/repos/extra-any/PKGBUILD
(from rev 178172, eric4/trunk/PKGBUILD)
  eric4/repos/extra-any/eric4.desktop
(from rev 178172, eric4/trunk/eric4.desktop)
  eric4/repos/extra-any/eric4.install
(from rev 178172, eric4/trunk/eric4.install)
  eric4/repos/extra-any/qtwebkit23.patch
(from rev 178172, eric4/trunk/qtwebkit23.patch)
Deleted:
  eric4/repos/extra-any/.contrib
  eric4/repos/extra-any/PKGBUILD
  eric4/repos/extra-any/eric4.desktop
  eric4/repos/extra-any/eric4.install

--+
 .contrib |8 +-
 PKGBUILD |   88 +++-
 eric4.desktop|   20 +++---
 eric4.install|   20 +++---
 qtwebkit23.patch |  163 +
 5 files changed, 234 insertions(+), 65 deletions(-)

Deleted: .contrib
===
--- .contrib2013-02-17 19:56:03 UTC (rev 178172)
+++ .contrib2013-02-17 19:56:17 UTC (rev 178173)
@@ -1,4 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-riai r...@bigfoot.com
-Ben b...@benmazer.net

Copied: eric4/repos/extra-any/.contrib (from rev 178172, eric4/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-02-17 19:56:17 UTC (rev 178173)
@@ -0,0 +1,4 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+riai r...@bigfoot.com
+Ben b...@benmazer.net

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-17 19:56:03 UTC (rev 178172)
+++ PKGBUILD2013-02-17 19:56:17 UTC (rev 178173)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric4
-pkgver=4.5.8
-pkgrel=1
-pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python2-qscintilla')
-conflicts=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('c9fa7f08873afccb7ed51983faf778bd'
- 'bce515b66a2c63dfc76a0f92edbe2ecb')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   # our pyxml is patched
-   # not version-depending because not critical
-   sed -i 's/v  (0, 8, 6)/v  (0, 8, 4)/' install.py
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-   python2 install.py -c -b /usr/bin -i $pkgdir
-
-  # freedesktop.org compatibility
-   install -Dm644 $srcdir/$pkgname.desktop \
-   $pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 eric/icons/default/eric.png \
-   $pkgdir/usr/share/pixmaps/$pkgname.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric4/repos/extra-any/PKGBUILD (from rev 178172, eric4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-17 19:56:17 UTC (rev 178173)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric4
+pkgver=4.5.8
+pkgrel=2
+pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python2-qscintilla')
+conflicts=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
+$pkgname.desktop
+'qtwebkit23.patch')
+md5sums=('c9fa7f08873afccb7ed51983faf778bd'
+ 'bce515b66a2c63dfc76a0f92edbe2ecb'
+ 'e51e04aaba7efa0365b8d94bfcfa949a')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   # our pyxml is patched
+   # not version-depending because not critical
+   sed -i 's/v  (0, 8, 6)/v  (0, 8, 4)/' install.py
+
+  # fix for qtwebkit 2.3 beta
+  # see https://bugs.archlinux.org/task/33544
+  (cd eric  patch -Np0 -i $srcdir/qtwebkit23.patch)
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+   python2 install.py -c -b /usr/bin -i $pkgdir
+
+  # freedesktop.org compatibility
+   install -Dm644 $srcdir/$pkgname.desktop \
+   $pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 eric/icons/default/eric.png \
+   $pkgdir/usr/share/pixmaps/$pkgname.png
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: eric4.desktop
===
--- eric4.desktop   2013-02-17 19:56:03 UTC (rev 178172)
+++ eric4.desktop   2013-02-17 19:56:17 UTC (rev 178173)
@@ -1,10 +0,0 

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

2013-02-17 Thread Sergej Pupykin
Date: Sunday, February 17, 2013 @ 21:27:24
  Author: spupykin
Revision: 84386

upgpkg: gnunet 0.9.5_a-1

upd

Modified:
  gnunet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 18:49:54 UTC (rev 84385)
+++ PKGBUILD2013-02-17 20:27:24 UTC (rev 84386)
@@ -3,7 +3,7 @@
 # Contributor: wahnby wah...@yahoo.fr
 
 pkgname=gnunet
-pkgver=0.9.5
+pkgver=0.9.5_a
 pkgrel=1
 pkgdesc=A framework for secure peer-to-peer networking
 arch=('i686' 'x86_64')
@@ -15,26 +15,26 @@
 backup=(etc/gnunetd.conf)
 options=('!libtool' '!makeflags')
 install=gnunet.install
-source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-$pkgver.tar.gz
+source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz
gnunet.rc
gnunet.service
gnunet.conf.d
defaults.conf)
-md5sums=('9f617b1d5955283e5487e30bd661d3b5'
+md5sums=('b0e204cf9711f9799baaeb477992e66a'
  '5baf691913b007fb33e365239e3f7217'
  '54cce3d2415d95b2e5bd1bd88db3a0ea'
  'f161b46915736e4017e77ad735521453'
  '0fe23b2ca5b3fc47a0b5645e04406da0')
 
 build() {
-  cd $srcdir/gnunet-$pkgver
+  cd $srcdir/gnunet-${pkgver/_/}
   sed -i 's|contrib doc|doc|' Makefile.*
   [ -f Makefile ] || ./configure --prefix=/usr --without-mysql
   make
 }
 
 package() {
-  cd $srcdir/gnunet-$pkgver
+  cd $srcdir/gnunet-${pkgver/_/}
   make DESTDIR=$pkgdir install
   install -D -m0755 $srcdir/gnunet.rc $pkgdir/etc/rc.d/gnunetd
   install -D -m0644 $srcdir/gnunet.conf.d $pkgdir/etc/conf.d/gnunetd



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

2013-02-17 Thread Sergej Pupykin
Date: Sunday, February 17, 2013 @ 21:28:03
  Author: spupykin
Revision: 84387

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

Added:
  gnunet/repos/community-i686/PKGBUILD
(from rev 84386, gnunet/trunk/PKGBUILD)
  gnunet/repos/community-i686/defaults.conf
(from rev 84386, gnunet/trunk/defaults.conf)
  gnunet/repos/community-i686/gnunet.conf.d
(from rev 84386, gnunet/trunk/gnunet.conf.d)
  gnunet/repos/community-i686/gnunet.install
(from rev 84386, gnunet/trunk/gnunet.install)
  gnunet/repos/community-i686/gnunet.rc
(from rev 84386, gnunet/trunk/gnunet.rc)
  gnunet/repos/community-i686/gnunet.service
(from rev 84386, gnunet/trunk/gnunet.service)
  gnunet/repos/community-x86_64/PKGBUILD
(from rev 84386, gnunet/trunk/PKGBUILD)
  gnunet/repos/community-x86_64/defaults.conf
(from rev 84386, gnunet/trunk/defaults.conf)
  gnunet/repos/community-x86_64/gnunet.conf.d
(from rev 84386, gnunet/trunk/gnunet.conf.d)
  gnunet/repos/community-x86_64/gnunet.install
(from rev 84386, gnunet/trunk/gnunet.install)
  gnunet/repos/community-x86_64/gnunet.rc
(from rev 84386, gnunet/trunk/gnunet.rc)
  gnunet/repos/community-x86_64/gnunet.service
(from rev 84386, gnunet/trunk/gnunet.service)
Deleted:
  gnunet/repos/community-i686/PKGBUILD
  gnunet/repos/community-i686/defaults.conf
  gnunet/repos/community-i686/gnunet.conf.d
  gnunet/repos/community-i686/gnunet.install
  gnunet/repos/community-i686/gnunet.rc
  gnunet/repos/community-i686/gnunet.service
  gnunet/repos/community-x86_64/PKGBUILD
  gnunet/repos/community-x86_64/defaults.conf
  gnunet/repos/community-x86_64/gnunet.conf.d
  gnunet/repos/community-x86_64/gnunet.install
  gnunet/repos/community-x86_64/gnunet.rc
  gnunet/repos/community-x86_64/gnunet.service

-+
 community-i686/PKGBUILD |   88 +--
 community-i686/defaults.conf|  966 +++---
 community-i686/gnunet.conf.d|2 
 community-i686/gnunet.install   |   14 
 community-i686/gnunet.rc|   80 +--
 community-i686/gnunet.service   |   20 
 community-x86_64/PKGBUILD   |   88 +--
 community-x86_64/defaults.conf  |  966 +++---
 community-x86_64/gnunet.conf.d  |2 
 community-x86_64/gnunet.install |   14 
 community-x86_64/gnunet.rc  |   80 +--
 community-x86_64/gnunet.service |   20 
 12 files changed, 1170 insertions(+), 1170 deletions(-)

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


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

2013-02-17 Thread Sergej Pupykin
Date: Sunday, February 17, 2013 @ 21:28:08
  Author: spupykin
Revision: 84388

upgpkg: squid 3.3.1-1

upd

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 20:28:03 UTC (rev 84387)
+++ PKGBUILD2013-02-17 20:28:08 UTC (rev 84388)
@@ -5,8 +5,8 @@
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=squid
-pkgver=3.2.7
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'
@@ -18,13 +18,13 @@
 'etc/squid/mime.conf'
 'etc/conf.d/squid')
 install=$pkgname.install
-source=(http://www.squid-cache.org/Versions/v3/3.2/$pkgname-$pkgver.tar.bz2;
+source=(http://www.squid-cache.org/Versions/v3/3.3/$pkgname-$pkgver.tar.bz2;
 'squid'
 'squid.conf.d'
 'squid.pam'
 'squid.cron'
 'squid.service')
-md5sums=('3e4d21b24c39d5066791017919866a64'
+md5sums=('b13a7009e35ba1d3fc0fff00b32ef6b8'
  'e90895ce22c0b618c89a46a9a181fe6c'
  '2383772ef94efddc7b920628bc7ac5b0'
  '270977cdd9b47ef44c0c427ab9034777'
@@ -90,7 +90,7 @@
   install -Dm644 $srcdir/squid.pam $pkgdir/etc/pam.d/squid
   install -Dm644 $srcdir/squid.service \
 $pkgdir/usr/lib/systemd/system/squid.service
-  rm -rf $pkgdir/run $pkgdir/var/run
+  rm -rf $pkgdir/run $pkgdir/var/run
 }
 
 # vim: ts=2 sw=2 et ft=sh



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

2013-02-17 Thread Sergej Pupykin
Date: Sunday, February 17, 2013 @ 21:28:41
  Author: spupykin
Revision: 84389

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 84388, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid
(from rev 84388, squid/trunk/squid)
  squid/repos/community-i686/squid.conf.d
(from rev 84388, squid/trunk/squid.conf.d)
  squid/repos/community-i686/squid.cron
(from rev 84388, squid/trunk/squid.cron)
  squid/repos/community-i686/squid.install
(from rev 84388, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 84388, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 84388, squid/trunk/squid.service)
  squid/repos/community-x86_64/PKGBUILD
(from rev 84388, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid
(from rev 84388, squid/trunk/squid)
  squid/repos/community-x86_64/squid.conf.d
(from rev 84388, squid/trunk/squid.conf.d)
  squid/repos/community-x86_64/squid.cron
(from rev 84388, squid/trunk/squid.cron)
  squid/repos/community-x86_64/squid.install
(from rev 84388, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 84388, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 84388, squid/trunk/squid.service)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid
  squid/repos/community-i686/squid.conf.d
  squid/repos/community-i686/squid.cron
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid
  squid/repos/community-x86_64/squid.conf.d
  squid/repos/community-x86_64/squid.cron
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service

+
 community-i686/PKGBUILD|  192 +++
 community-i686/squid   |   98 +--
 community-i686/squid.conf.d|8 -
 community-i686/squid.cron  |   18 +--
 community-i686/squid.install   |   52 +-
 community-i686/squid.pam   |8 -
 community-i686/squid.service   |   26 ++---
 community-x86_64/PKGBUILD  |  192 +++
 community-x86_64/squid |   98 +--
 community-x86_64/squid.conf.d  |8 -
 community-x86_64/squid.cron|   18 +--
 community-x86_64/squid.install |   52 +-
 community-x86_64/squid.pam |8 -
 community-x86_64/squid.service |   26 ++---
 14 files changed, 402 insertions(+), 402 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-17 20:28:08 UTC (rev 84388)
+++ community-i686/PKGBUILD 2013-02-17 20:28:41 UTC (rev 84389)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Mark Coolen mark.coo...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=squid
-pkgver=3.2.7
-pkgrel=2
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'cron' 'perl' 'libltdl')
-makedepends=('libcap')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf'
-'etc/conf.d/squid')
-install=$pkgname.install
-source=(http://www.squid-cache.org/Versions/v3/3.2/$pkgname-$pkgver.tar.bz2;
-'squid'
-'squid.conf.d'
-'squid.pam'
-'squid.cron'
-'squid.service')
-md5sums=('3e4d21b24c39d5066791017919866a64'
- 'e90895ce22c0b618c89a46a9a181fe6c'
- '2383772ef94efddc7b920628bc7ac5b0'
- '270977cdd9b47ef44c0c427ab9034777'
- 'b499c2b725aefd7bd60bec2f1a9de392'
- '20e00e1aa1198786795f3da32db3c1d8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # gcc 4.6 doesn't support -fhuge-objects.
-  sed '/^HUGE_OBJECT_FLAG=/ s/-fhuge-objects//' -i configure
-
-  # fix cache_dir, cache_dir size, and effective group.
-  sed '/^DEFAULT_SWAP_DIR/ s@/cache@/cache/squid@' -i src/Makefile.in
-  sed '/^#cache_dir/ s/100/256/
-   /^NAME: cache_effective_group/ {n;n;s/none/proxy/}' -i src/cf.data.pre
-
-  sed -i '1,1i#include errno.h' 
helpers/external_acl/file_userip/ext_file_userip_acl.cc
-
-  ./configure \
---prefix=/usr \
---datadir=/usr/share/squid \
---sysconfdir=/etc/squid \
---libexecdir=/usr/lib/squid \
---localstatedir=/var \
---with-logdir=/var/log/squid \
---with-pidfile=/run/squid.pid \
---enable-auth \
---enable-auth-basic \
---enable-auth-ntlm \
---enable-auth-digest \
---enable-auth-negotiate \
---enable-removal-policies=lru,heap \
---enable-storeio=aufs,ufs,diskd \
-

[arch-commits] Commit in mysql/trunk (PKGBUILD mysqld.service)

2013-02-17 Thread Bartłomiej Piotrowski
Date: Sunday, February 17, 2013 @ 22:27:29
  Author: bpiotrowski
Revision: 178174

upgpkg: mysql 5.5.30-3

- verify source tarball signature
- remove PIDFile, as it is ignored if Type != forking
- service is already starting as mysql user, no need to specify it via --user 
parameter

Modified:
  mysql/trunk/PKGBUILD
  mysql/trunk/mysqld.service

+
 PKGBUILD   |   11 +++
 mysqld.service |3 +--
 2 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 19:56:17 UTC (rev 178173)
+++ PKGBUILD2013-02-17 21:27:29 UTC (rev 178174)
@@ -5,18 +5,21 @@
 pkgbase=mysql
 pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
 pkgver=5.5.30
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL')
 url=https://www.mysql.com/products/community/;
 makedepends=('cmake' 'openssl' 'zlib')
 options=('!libtool')
-source=(http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz;
-'mysqld-post.sh' 'mysqld-tmpfile.conf' 'mysqld.service')
+source=(http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz{,.asc}
+mysqld-post.sh
+mysqld-tmpfile.conf
+mysqld.service)
 sha256sums=('909fe596e0044082a02d2757b742a33b8a3ff399b589603940494d3d3d975053'
+'27d3bba7b7f54f9f77cddba81a3fe124aeef918cc09eb28860338e9a4359e6f7'
 '368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
 '2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd'
-'c34048bdc994f90b067204cf0e0b6a65cb6f38c30d1145186b6a7ae3b101fe84')
+'50212165bdb09855b97b15a917464ba34f82edf30a0c43f9a0c93a27071df556')
 
 build() {
   mkdir build

Modified: mysqld.service
===
--- mysqld.service  2013-02-17 19:56:17 UTC (rev 178173)
+++ mysqld.service  2013-02-17 21:27:29 UTC (rev 178174)
@@ -6,10 +6,9 @@
 User=mysql
 Group=mysql
 
-ExecStart=/usr/bin/mysqld --user=mysql --pid-file=/var/run/mysqld/mysqld.pid 
+ExecStart=/usr/bin/mysqld --pid-file=/run/mysqld/mysqld.pid 
 ExecStartPost=/usr/bin/mysqld-post
 
-PIDFile=/var/run/mysqld/mysqld.pid
 Restart=always
 PrivateTmp=true
 



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

2013-02-17 Thread Bartłomiej Piotrowski
Date: Sunday, February 17, 2013 @ 22:27:53
  Author: bpiotrowski
Revision: 178175

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

Added:
  mysql/repos/testing-i686/PKGBUILD
(from rev 178174, mysql/trunk/PKGBUILD)
  mysql/repos/testing-i686/mysql.install
(from rev 178174, mysql/trunk/mysql.install)
  mysql/repos/testing-i686/mysqld-post.sh
(from rev 178174, mysql/trunk/mysqld-post.sh)
  mysql/repos/testing-i686/mysqld-tmpfile.conf
(from rev 178174, mysql/trunk/mysqld-tmpfile.conf)
  mysql/repos/testing-i686/mysqld.service
(from rev 178174, mysql/trunk/mysqld.service)
  mysql/repos/testing-x86_64/PKGBUILD
(from rev 178174, mysql/trunk/PKGBUILD)
  mysql/repos/testing-x86_64/mysql.install
(from rev 178174, mysql/trunk/mysql.install)
  mysql/repos/testing-x86_64/mysqld-post.sh
(from rev 178174, mysql/trunk/mysqld-post.sh)
  mysql/repos/testing-x86_64/mysqld-tmpfile.conf
(from rev 178174, mysql/trunk/mysqld-tmpfile.conf)
  mysql/repos/testing-x86_64/mysqld.service
(from rev 178174, mysql/trunk/mysqld.service)
Deleted:
  mysql/repos/testing-i686/PKGBUILD
  mysql/repos/testing-i686/mysql.install
  mysql/repos/testing-i686/mysqld-post.sh
  mysql/repos/testing-i686/mysqld-tmpfile.conf
  mysql/repos/testing-i686/mysqld.service
  mysql/repos/testing-x86_64/PKGBUILD
  mysql/repos/testing-x86_64/mysql.install
  mysql/repos/testing-x86_64/mysqld-post.sh
  mysql/repos/testing-x86_64/mysqld-tmpfile.conf
  mysql/repos/testing-x86_64/mysqld.service

+
 testing-i686/PKGBUILD  |  259 +--
 testing-i686/mysql.install |   56 +++
 testing-i686/mysqld-post.sh|   16 +-
 testing-i686/mysqld-tmpfile.conf   |2 
 testing-i686/mysqld.service|   33 ++--
 testing-x86_64/PKGBUILD|  259 +--
 testing-x86_64/mysql.install   |   56 +++
 testing-x86_64/mysqld-post.sh  |   16 +-
 testing-x86_64/mysqld-tmpfile.conf |2 
 testing-x86_64/mysqld.service  |   33 ++--
 10 files changed, 368 insertions(+), 364 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-02-17 21:27:29 UTC (rev 178174)
+++ testing-i686/PKGBUILD   2013-02-17 21:27:53 UTC (rev 178175)
@@ -1,128 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgbase=mysql
-pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
-pkgver=5.5.30
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL')
-url=https://www.mysql.com/products/community/;
-makedepends=('cmake' 'openssl' 'zlib')
-options=('!libtool')
-source=(http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz;
-'mysqld-post.sh' 'mysqld-tmpfile.conf' 'mysqld.service')
-sha256sums=('909fe596e0044082a02d2757b742a33b8a3ff399b589603940494d3d3d975053'
-'368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
-'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd'
-'c34048bdc994f90b067204cf0e0b6a65cb6f38c30d1145186b6a7ae3b101fe84')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_LIBWRAP=OFF \
--DWITH_MYSQLD_LDFLAGS=${LDFLAGS} \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_ARCHIVE_STORAGE_ENGINE=1 \
--DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS=-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer \
--DCMAKE_CXX_FLAGS=-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti
-
-  make
-}
-
-package_libmysqlclient(){
-  pkgdesc=MySQL client libraries
-  depends=('openssl')
-  
-  cd build
-  for dir in include libmysql libmysqld libservices; do
-make -C ${dir} DESTDIR=${pkgdir} install
-  done
-
-  install -d ${pkgdir}/usr/bin
-  install -m755 scripts/mysql_config 

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

2013-02-17 Thread Bartłomiej Piotrowski
Date: Sunday, February 17, 2013 @ 22:28:32
  Author: bpiotrowski
Revision: 84390

upgpkg: galculator 2.1-1

Modified:
  galculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 20:28:41 UTC (rev 84389)
+++ PKGBUILD2013-02-17 21:28:32 UTC (rev 84390)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Fehr pizzapunk gmail com
 
 pkgname=galculator
-pkgver=2.0.1
+pkgver=2.1
 pkgrel=1
 pkgdesc='GTK+ based scientific calculator'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/galculator/galculator-$pkgver.tar.bz2)
-md5sums=('c4436478adfef4f3a7d6c42ce8286d34')
+sha256sums=('f3ae03601a123287cddf6f79e79cf37bbe5ce87a98997e0fd623f1cd08e6f6be')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-02-17 Thread Bartłomiej Piotrowski
Date: Sunday, February 17, 2013 @ 22:32:04
  Author: bpiotrowski
Revision: 84391

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

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

-+
 community-i686/PKGBUILD |   62 +-
 community-i686/galculator.install   |   22 ++--
 community-x86_64/PKGBUILD   |   62 +-
 community-x86_64/galculator.install |   22 ++--
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-17 21:28:32 UTC (rev 84390)
+++ community-i686/PKGBUILD 2013-02-17 21:32:04 UTC (rev 84391)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=galculator
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='GTK+ based scientific calculator'
-arch=('i686' 'x86_64')
-url='http://galculator.sourceforge.net/'
-license=('GPL')
-depends=('gtk3' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'desktop-file-utils')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/galculator/galculator-$pkgver.tar.bz2)
-md5sums=('c4436478adfef4f3a7d6c42ce8286d34')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  LDFLAGS+=' -lm'
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: galculator/repos/community-i686/PKGBUILD (from rev 84390, 
galculator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-17 21:32:04 UTC (rev 84391)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=galculator
+pkgver=2.1
+pkgrel=1
+pkgdesc='GTK+ based scientific calculator'
+arch=('i686' 'x86_64')
+url='http://galculator.sourceforge.net/'
+license=('GPL')
+depends=('gtk3' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'desktop-file-utils')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/galculator/galculator-$pkgver.tar.bz2)
+sha256sums=('f3ae03601a123287cddf6f79e79cf37bbe5ce87a98997e0fd623f1cd08e6f6be')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  LDFLAGS+=' -lm'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/galculator.install
===
--- community-i686/galculator.install   2013-02-17 21:28:32 UTC (rev 84390)
+++ community-i686/galculator.install   2013-02-17 21:32:04 UTC (rev 84391)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  [[ -e /usr/bin/gtk-update-icon-cache ]]  gtk-update-icon-cache
-}
-
-post_upgrade() {
-  post_install
-}
-post_remove() {
-  post_install
-}

Copied: galculator/repos/community-i686/galculator.install (from rev 84390, 
galculator/trunk/galculator.install)
===
--- community-i686/galculator.install   (rev 0)
+++ community-i686/galculator.install   2013-02-17 21:32:04 UTC (rev 84391)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+  [[ -e /usr/bin/gtk-update-icon-cache ]]  gtk-update-icon-cache
+}
+
+post_upgrade() {
+  post_install
+}
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-17 21:28:32 UTC (rev 84390)
+++ community-x86_64/PKGBUILD   2013-02-17 21:32:04 UTC (rev 84391)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=galculator
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='GTK+ based scientific calculator'
-arch=('i686' 'x86_64')
-url='http://galculator.sourceforge.net/'
-license=('GPL')
-depends=('gtk3' 'hicolor-icon-theme' 'gtk-update-icon-cache' 

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

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 22:39:09
  Author: andrea
Revision: 84392

Move kio-mtp from AUR

Added:
  kio-mtp/
  kio-mtp/repos/
  kio-mtp/trunk/
  kio-mtp/trunk/PKGBUILD

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

Added: kio-mtp/trunk/PKGBUILD
===
--- kio-mtp/trunk/PKGBUILD  (rev 0)
+++ kio-mtp/trunk/PKGBUILD  2013-02-17 21:39:09 UTC (rev 84392)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
+
+pkgname=kio-mtp
+pkgver=0.70
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Provides KIO Access to MTP devices using the mtp:/// protocol
+url='https://projects.kde.org/projects/playground/base/kio-mtp'
+license=('GPL')
+depends=('kdebase-runtime' 'libmtp')
+makedepends=('cmake' 'automoc4')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('1b4670e938acedcf565ef23cea66890e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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


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

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 22:44:19
  Author: andrea
Revision: 84393

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

Added:
  kio-mtp/repos/community-i686/
  kio-mtp/repos/community-i686/PKGBUILD
(from rev 84392, kio-mtp/trunk/PKGBUILD)
  kio-mtp/repos/community-x86_64/
  kio-mtp/repos/community-x86_64/PKGBUILD
(from rev 84392, kio-mtp/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   29 +
 community-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: kio-mtp/repos/community-i686/PKGBUILD (from rev 84392, 
kio-mtp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-17 21:44:19 UTC (rev 84393)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
+
+pkgname=kio-mtp
+pkgver=0.70
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Provides KIO Access to MTP devices using the mtp:/// protocol
+url='https://projects.kde.org/projects/playground/base/kio-mtp'
+license=('GPL')
+depends=('kdebase-runtime' 'libmtp')
+makedepends=('cmake' 'automoc4')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('1b4670e938acedcf565ef23cea66890e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kio-mtp/repos/community-x86_64/PKGBUILD (from rev 84392, 
kio-mtp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-17 21:44:19 UTC (rev 84393)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
+
+pkgname=kio-mtp
+pkgver=0.70
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Provides KIO Access to MTP devices using the mtp:/// protocol
+url='https://projects.kde.org/projects/playground/base/kio-mtp'
+license=('GPL')
+depends=('kdebase-runtime' 'libmtp')
+makedepends=('cmake' 'automoc4')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('1b4670e938acedcf565ef23cea66890e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-17 Thread Balló György
Date: Sunday, February 17, 2013 @ 23:49:38
  Author: bgyorgy
Revision: 84394

upgpkg: simutrans 112.1-2

Add timidity++ to optdepends (FS#33627)

Modified:
  simutrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 21:44:19 UTC (rev 84393)
+++ PKGBUILD2013-02-17 22:49:38 UTC (rev 84394)
@@ -8,13 +8,14 @@
 pkgname=simutrans
 pkgver=112.1
 _pkgver=112-1
-pkgrel=1
+pkgrel=2
 pkgdesc=An open source transportation simulation game
 arch=('i686' 'x86_64')
 url=http://simutrans.com/;
 license=('PerlArtistic')
 depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64')
 makedepends=('imagemagick')
+optdepends=('timidity++: play MIDI music')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
 http://downloads.sourceforge.net/$pkgname/simulinux-$_pkgver.zip
 settings-folder.patch



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

2013-02-17 Thread Balló György
Date: Sunday, February 17, 2013 @ 23:49:50
  Author: bgyorgy
Revision: 84395

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

Added:
  simutrans/repos/community-i686/PKGBUILD
(from rev 84394, simutrans/trunk/PKGBUILD)
  simutrans/repos/community-i686/config.patch
(from rev 84394, simutrans/trunk/config.patch)
  simutrans/repos/community-i686/fix-build.patch
(from rev 84394, simutrans/trunk/fix-build.patch)
  simutrans/repos/community-i686/path-for-game-data.patch
(from rev 84394, simutrans/trunk/path-for-game-data.patch)
  simutrans/repos/community-i686/settings-folder.patch
(from rev 84394, simutrans/trunk/settings-folder.patch)
  simutrans/repos/community-i686/simutrans.desktop
(from rev 84394, simutrans/trunk/simutrans.desktop)
  simutrans/repos/community-x86_64/PKGBUILD
(from rev 84394, simutrans/trunk/PKGBUILD)
  simutrans/repos/community-x86_64/config.patch
(from rev 84394, simutrans/trunk/config.patch)
  simutrans/repos/community-x86_64/fix-build.patch
(from rev 84394, simutrans/trunk/fix-build.patch)
  simutrans/repos/community-x86_64/path-for-game-data.patch
(from rev 84394, simutrans/trunk/path-for-game-data.patch)
  simutrans/repos/community-x86_64/settings-folder.patch
(from rev 84394, simutrans/trunk/settings-folder.patch)
  simutrans/repos/community-x86_64/simutrans.desktop
(from rev 84394, simutrans/trunk/simutrans.desktop)
Deleted:
  simutrans/repos/community-i686/PKGBUILD
  simutrans/repos/community-i686/config.patch
  simutrans/repos/community-i686/fix-build.patch
  simutrans/repos/community-i686/path-for-game-data.patch
  simutrans/repos/community-i686/settings-folder.patch
  simutrans/repos/community-i686/simutrans.desktop
  simutrans/repos/community-x86_64/PKGBUILD
  simutrans/repos/community-x86_64/config.patch
  simutrans/repos/community-x86_64/fix-build.patch
  simutrans/repos/community-x86_64/path-for-game-data.patch
  simutrans/repos/community-x86_64/settings-folder.patch
  simutrans/repos/community-x86_64/simutrans.desktop

---+
 community-i686/PKGBUILD   |  121 ++--
 community-i686/config.patch   |  104 
 community-i686/fix-build.patch|   22 ++---
 community-i686/path-for-game-data.patch   |   36 
 community-i686/settings-folder.patch  |   24 ++---
 community-i686/simutrans.desktop  |   18 ++--
 community-x86_64/PKGBUILD |  121 ++--
 community-x86_64/config.patch |  104 
 community-x86_64/fix-build.patch  |   22 ++---
 community-x86_64/path-for-game-data.patch |   36 
 community-x86_64/settings-folder.patch|   24 ++---
 community-x86_64/simutrans.desktop|   18 ++--
 12 files changed, 326 insertions(+), 324 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-17 22:49:38 UTC (rev 84394)
+++ community-i686/PKGBUILD 2013-02-17 22:49:50 UTC (rev 84395)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Gilles Gagniard gil...@gagniard.org
-# Contributor: JD Steffen jd at steffennet dot org
-
-pkgname=simutrans
-pkgver=112.1
-_pkgver=112-1
-pkgrel=1
-pkgdesc=An open source transportation simulation game
-arch=('i686' 'x86_64')
-url=http://simutrans.com/;
-license=('PerlArtistic')
-depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64')
-makedepends=('imagemagick')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
-http://downloads.sourceforge.net/$pkgname/simulinux-$_pkgver.zip
-settings-folder.patch
-path-for-game-data.patch
-config.patch
-   fix-build.patch
-simutrans.desktop)
-md5sums=('926b31ec7f4f0a9e0c987b59f1c96743'
- '3b994ce2203d616d4e0aac2a998e6006'
- 'c87d9a9910bc371df5d50f7f1ec298bb'
- '4648680290b44775b9c47d3758d3bd6c'
- 'd11bc8ee33a34e33341f6ccd90a44dba'
- '7d6329f7db821e3cc22fde5c5c138e2d'
- 'f41f7a08ad517ef2b60412859eb49963')
-
-build() {
-  cd $srcdir
-
-  cp config.template config.default
-  patch -Np0 -i $srcdir/settings-folder.patch
-  patch -Np1 -i $srcdir/path-for-game-data.patch
-  patch -Np0 -i $srcdir/config.patch
-  patch -Np0 -i $srcdir/fix-build.patch
-  convert simutrans.ico -alpha on simutrans.png
-  chmod 644 simsys_opengl.cc
-
-  make
-}
-
-package() {
-  cd $srcdir
-
-  #binary
-  install -Dm755 build/default/sim $pkgdir/usr/bin/simutrans
-
-  #data
-  mkdir -p $pkgdir/usr/share/games/$pkgname
-  cp -r $pkgname/{config,font,music,skin,text} 
$pkgdir/usr/share/games/$pkgname
-
-  #desktop file and icon
-  install -Dm644 simutrans.png 

[arch-commits] Commit in telepathy-kde-accounts-kcm/trunk (PKGBUILD)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:53:45
  Author: andrea
Revision: 178176

upgpkg: telepathy-kde-accounts-kcm 0.5.3-1

Upstream release

Modified:
  telepathy-kde-accounts-kcm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 21:27:53 UTC (rev 178175)
+++ PKGBUILD2013-02-17 22:53:45 UTC (rev 178176)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-accounts-kcm
 _pkgname=ktp-accounts-kcm
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=KCM Module for configuring Telepathy Instant Messaging Accounts
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 conflicts=('telepathy-kde-accounts-kcm-plugins')
 replaces=('telepathy-kde-accounts-kcm-plugins')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('5335e33715488c246fd1436f44de2864ab32e257')
+sha1sums=('4cf25b693b2eee1a053c6f664cd21954b8b85eba')
 
 build() {
   mkdir build



[arch-commits] Commit in telepathy-kde-accounts-kcm/repos (4 files)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:53:53
  Author: andrea
Revision: 178177

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

Added:
  telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD
(from rev 178176, telepathy-kde-accounts-kcm/trunk/PKGBUILD)
  telepathy-kde-accounts-kcm/repos/extra-x86_64/PKGBUILD
(from rev 178176, telepathy-kde-accounts-kcm/trunk/PKGBUILD)
Deleted:
  telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD
  telepathy-kde-accounts-kcm/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   70 
 extra-x86_64/PKGBUILD |   70 
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 22:53:45 UTC (rev 178176)
+++ extra-i686/PKGBUILD 2013-02-17 22:53:53 UTC (rev 178177)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=KCM Module for configuring Telepathy Instant Messaging Accounts
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-optdepends=('telepathy-gabble: XMPP/Jabber/GTalk support'
-'telepathy-haze: all protocols supported by libpurple')
-groups=('kde-telepathy')
-conflicts=('telepathy-kde-accounts-kcm-plugins')
-replaces=('telepathy-kde-accounts-kcm-plugins')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('5335e33715488c246fd1436f44de2864ab32e257')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD (from rev 178176, 
telepathy-kde-accounts-kcm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 22:53:53 UTC (rev 178177)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=KCM Module for configuring Telepathy Instant Messaging Accounts
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
+makedepends=('cmake' 'automoc4')
+optdepends=('telepathy-gabble: XMPP/Jabber/GTalk support'
+'telepathy-haze: all protocols supported by libpurple')
+groups=('kde-telepathy')
+conflicts=('telepathy-kde-accounts-kcm-plugins')
+replaces=('telepathy-kde-accounts-kcm-plugins')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('4cf25b693b2eee1a053c6f664cd21954b8b85eba')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-17 22:53:45 UTC (rev 178176)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:53:53 UTC (rev 178177)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=KCM Module for configuring Telepathy Instant Messaging Accounts
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-optdepends=('telepathy-gabble: XMPP/Jabber/GTalk support'
-'telepathy-haze: all protocols supported by libpurple')
-groups=('kde-telepathy')
-conflicts=('telepathy-kde-accounts-kcm-plugins')
-replaces=('telepathy-kde-accounts-kcm-plugins')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('5335e33715488c246fd1436f44de2864ab32e257')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-accounts-kcm/repos/extra-x86_64/PKGBUILD 

[arch-commits] Commit in telepathy-kde-approver/trunk (PKGBUILD)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:53:55
  Author: andrea
Revision: 178178

upgpkg: telepathy-kde-approver 0.5.3-1

Upstream release

Modified:
  telepathy-kde-approver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 22:53:53 UTC (rev 178177)
+++ PKGBUILD2013-02-17 22:53:55 UTC (rev 178178)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-approver
 _pkgname=ktp-approver
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=KDE Channel Approver for Telepathy
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('a55967c0852dfa421af8e246d29484bc181e2d26')
+sha1sums=('e2495dea55af94dc6cbc41ae37690126e595d614')
 
 build() {
   mkdir build



[arch-commits] Commit in telepathy-kde-approver/repos (4 files)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:54:03
  Author: andrea
Revision: 178179

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

Added:
  telepathy-kde-approver/repos/extra-i686/PKGBUILD
(from rev 178178, telepathy-kde-approver/trunk/PKGBUILD)
  telepathy-kde-approver/repos/extra-x86_64/PKGBUILD
(from rev 178178, telepathy-kde-approver/trunk/PKGBUILD)
Deleted:
  telepathy-kde-approver/repos/extra-i686/PKGBUILD
  telepathy-kde-approver/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 22:53:55 UTC (rev 178178)
+++ extra-i686/PKGBUILD 2013-02-17 22:54:03 UTC (rev 178179)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=KDE Channel Approver for Telepathy
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('a55967c0852dfa421af8e246d29484bc181e2d26')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-approver/repos/extra-i686/PKGBUILD (from rev 178178, 
telepathy-kde-approver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 22:54:03 UTC (rev 178179)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=KDE Channel Approver for Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('e2495dea55af94dc6cbc41ae37690126e595d614')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-17 22:53:55 UTC (rev 178178)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:54:03 UTC (rev 178179)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=KDE Channel Approver for Telepathy
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('a55967c0852dfa421af8e246d29484bc181e2d26')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-approver/repos/extra-x86_64/PKGBUILD (from rev 178178, 
telepathy-kde-approver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:54:03 UTC (rev 178179)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=KDE Channel Approver for Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')

[arch-commits] Commit in telepathy-kde-auth-handler/trunk (PKGBUILD)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:54:05
  Author: andrea
Revision: 178180

upgpkg: telepathy-kde-auth-handler 0.5.3-1

Upstream release

Modified:
  telepathy-kde-auth-handler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 22:54:03 UTC (rev 178179)
+++ PKGBUILD2013-02-17 22:54:05 UTC (rev 178180)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-auth-handler
 _pkgname=ktp-auth-handler
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('be96d7a67edf5896bcc5604a984e354cb0c031d2')
+sha1sums=('18817f0dfb506bc2800e7179ca184ff7929f558d')
 
 build() {
   mkdir build



[arch-commits] Commit in telepathy-kde-auth-handler/repos (4 files)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:54:12
  Author: andrea
Revision: 178181

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

Added:
  telepathy-kde-auth-handler/repos/extra-i686/PKGBUILD
(from rev 178180, telepathy-kde-auth-handler/trunk/PKGBUILD)
  telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD
(from rev 178180, telepathy-kde-auth-handler/trunk/PKGBUILD)
Deleted:
  telepathy-kde-auth-handler/repos/extra-i686/PKGBUILD
  telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 22:54:05 UTC (rev 178180)
+++ extra-i686/PKGBUILD 2013-02-17 22:54:12 UTC (rev 178181)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'qjson')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('be96d7a67edf5896bcc5604a984e354cb0c031d2')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-auth-handler/repos/extra-i686/PKGBUILD (from rev 178180, 
telepathy-kde-auth-handler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 22:54:12 UTC (rev 178181)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'qjson')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('18817f0dfb506bc2800e7179ca184ff7929f558d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-17 22:54:05 UTC (rev 178180)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:54:12 UTC (rev 178181)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'qjson')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('be96d7a67edf5896bcc5604a984e354cb0c031d2')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD (from rev 
178180, telepathy-kde-auth-handler/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:54:12 UTC (rev 178181)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'qjson')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)

[arch-commits] Commit in telepathy-kde-common-internals/trunk (PKGBUILD)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:54:15
  Author: andrea
Revision: 178182

upgpkg: telepathy-kde-common-internals 0.5.3-1

Upstream release

Modified:
  telepathy-kde-common-internals/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 22:54:12 UTC (rev 178181)
+++ PKGBUILD2013-02-17 22:54:15 UTC (rev 178182)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-common-internals
 _pkgname=ktp-common-internals
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=Common components for KDE-Telepathy
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('58a198b1d9c3e90b5be069361f53f272a9db6ca1')
+sha1sums=('b5201215a068a46457d07c6c01365cc5df15c6c8')
 
 build() {
   mkdir build



[arch-commits] Commit in telepathy-kde-contact-applet/trunk (PKGBUILD)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:54:16
  Author: andrea
Revision: 178183

upgpkg: telepathy-kde-contact-applet 0.5.3-1

Upstream release

Modified:
  telepathy-kde-contact-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 22:54:15 UTC (rev 178182)
+++ PKGBUILD2013-02-17 22:54:16 UTC (rev 178183)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-contact-applet
 _pkgname=ktp-contact-applet
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=The KDE-Telepathy contact plasmoid
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('1d0f479c227698cdd79ebe040aee6fc9a8ad17c0')
+sha1sums=('10c90e2b14e9aa47cd0bebd444be6100d1afb1a1')
 
 build() {
   mkdir build



[arch-commits] Commit in telepathy-kde-contact-applet/repos (4 files)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:54:24
  Author: andrea
Revision: 178184

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

Added:
  telepathy-kde-contact-applet/repos/extra-i686/PKGBUILD
(from rev 178183, telepathy-kde-contact-applet/trunk/PKGBUILD)
  telepathy-kde-contact-applet/repos/extra-x86_64/PKGBUILD
(from rev 178183, telepathy-kde-contact-applet/trunk/PKGBUILD)
Deleted:
  telepathy-kde-contact-applet/repos/extra-i686/PKGBUILD
  telepathy-kde-contact-applet/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 22:54:16 UTC (rev 178183)
+++ extra-i686/PKGBUILD 2013-02-17 22:54:24 UTC (rev 178184)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-contact-applet
-_pkgname=ktp-contact-applet
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=The KDE-Telepathy contact plasmoid
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('1d0f479c227698cdd79ebe040aee6fc9a8ad17c0')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-applet/repos/extra-i686/PKGBUILD (from rev 
178183, telepathy-kde-contact-applet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 22:54:24 UTC (rev 178184)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-applet
+_pkgname=ktp-contact-applet
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=The KDE-Telepathy contact plasmoid
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('10c90e2b14e9aa47cd0bebd444be6100d1afb1a1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-17 22:54:16 UTC (rev 178183)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:54:24 UTC (rev 178184)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-contact-applet
-_pkgname=ktp-contact-applet
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=The KDE-Telepathy contact plasmoid
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('1d0f479c227698cdd79ebe040aee6fc9a8ad17c0')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-applet/repos/extra-x86_64/PKGBUILD (from rev 
178183, telepathy-kde-contact-applet/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:54:24 UTC (rev 178184)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-applet
+_pkgname=ktp-contact-applet
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=The KDE-Telepathy contact plasmoid
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('10c90e2b14e9aa47cd0bebd444be6100d1afb1a1')
+
+build() {
+  mkdir build
+  cd build
+  cmake 

[arch-commits] Commit in telepathy-kde-contact-list/trunk (PKGBUILD)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:54:26
  Author: andrea
Revision: 178185

upgpkg: telepathy-kde-contact-list 0.5.3-1

Upstream release

Modified:
  telepathy-kde-contact-list/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 22:54:24 UTC (rev 178184)
+++ PKGBUILD2013-02-17 22:54:26 UTC (rev 178185)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-contact-list
 _pkgname=ktp-contact-list
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=Telepathy contact list application
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 groups=('kde-telepathy')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('0bae4ded1384f35f9a809145b8192f819ea708ec')
+sha1sums=('763aa6d32bd780fc82cb64737232d8afaef6d895')
 
 build() {
   mkdir build



[arch-commits] Commit in telepathy-kde-contact-list/repos (8 files)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:54:33
  Author: andrea
Revision: 178186

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

Added:
  telepathy-kde-contact-list/repos/extra-i686/PKGBUILD
(from rev 178185, telepathy-kde-contact-list/trunk/PKGBUILD)
  telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install
(from rev 178185, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
  telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD
(from rev 178185, telepathy-kde-contact-list/trunk/PKGBUILD)
  
telepathy-kde-contact-list/repos/extra-x86_64/telepathy-kde-contact-list.install
(from rev 178185, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
Deleted:
  telepathy-kde-contact-list/repos/extra-i686/PKGBUILD
  telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install
  telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD
  
telepathy-kde-contact-list/repos/extra-x86_64/telepathy-kde-contact-list.install

-+
 extra-i686/PKGBUILD |   64 +++---
 extra-i686/telepathy-kde-contact-list.install   |   22 +++
 extra-x86_64/PKGBUILD   |   64 +++---
 extra-x86_64/telepathy-kde-contact-list.install |   22 +++
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 22:54:26 UTC (rev 178185)
+++ extra-i686/PKGBUILD 2013-02-17 22:54:33 UTC (rev 178186)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-contact-list
-_pkgname=ktp-contact-list
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=Telepathy contact list application
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('0bae4ded1384f35f9a809145b8192f819ea708ec')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-list/repos/extra-i686/PKGBUILD (from rev 178185, 
telepathy-kde-contact-list/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 22:54:33 UTC (rev 178186)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Telepathy contact list application
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('763aa6d32bd780fc82cb64737232d8afaef6d895')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/telepathy-kde-contact-list.install
===
--- extra-i686/telepathy-kde-contact-list.install   2013-02-17 22:54:26 UTC 
(rev 178185)
+++ extra-i686/telepathy-kde-contact-list.install   2013-02-17 22:54:33 UTC 
(rev 178186)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install 
(from rev 178185, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
===
--- extra-i686/telepathy-kde-contact-list.install   
(rev 0)
+++ extra-i686/telepathy-kde-contact-list.install   2013-02-17 22:54:33 UTC 
(rev 178186)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-17 22:54:26 

[arch-commits] Commit in telepathy-kde-contact-runner/trunk (PKGBUILD)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:54:35
  Author: andrea
Revision: 178187

upgpkg: telepathy-kde-contact-runner 0.5.3-1

Upstream release

Modified:
  telepathy-kde-contact-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 22:54:33 UTC (rev 178186)
+++ PKGBUILD2013-02-17 22:54:35 UTC (rev 178187)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-contact-runner
 _pkgname=ktp-contact-runner
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=KRunner plugin for KDE Telepathy
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('4423513dcb44ad7773e5e57050d170b72d6e8492')
+sha1sums=('6d89ffbcbec4390f7bfcec42bdaa1c732efae1a2')
 
 build() {
   mkdir build



[arch-commits] Commit in telepathy-kde-contact-runner/repos (4 files)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:54:43
  Author: andrea
Revision: 178188

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

Added:
  telepathy-kde-contact-runner/repos/extra-i686/PKGBUILD
(from rev 178187, telepathy-kde-contact-runner/trunk/PKGBUILD)
  telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD
(from rev 178187, telepathy-kde-contact-runner/trunk/PKGBUILD)
Deleted:
  telepathy-kde-contact-runner/repos/extra-i686/PKGBUILD
  telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 22:54:35 UTC (rev 178187)
+++ extra-i686/PKGBUILD 2013-02-17 22:54:43 UTC (rev 178188)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=KRunner plugin for KDE Telepathy
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('4423513dcb44ad7773e5e57050d170b72d6e8492')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-runner/repos/extra-i686/PKGBUILD (from rev 
178187, telepathy-kde-contact-runner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 22:54:43 UTC (rev 178188)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=KRunner plugin for KDE Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('6d89ffbcbec4390f7bfcec42bdaa1c732efae1a2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-17 22:54:35 UTC (rev 178187)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:54:43 UTC (rev 178188)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=KRunner plugin for KDE Telepathy
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('4423513dcb44ad7773e5e57050d170b72d6e8492')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD (from rev 
178187, telepathy-kde-contact-runner/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:54:43 UTC (rev 178188)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=KRunner plugin for KDE Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('6d89ffbcbec4390f7bfcec42bdaa1c732efae1a2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+

[arch-commits] Commit in telepathy-kde-filetransfer-handler/trunk (PKGBUILD)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:54:45
  Author: andrea
Revision: 178189

upgpkg: telepathy-kde-filetransfer-handler 0.5.3-1

Upstream release

Modified:
  telepathy-kde-filetransfer-handler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 22:54:43 UTC (rev 178188)
+++ PKGBUILD2013-02-17 22:54:45 UTC (rev 178189)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-filetransfer-handler
 _pkgname=ktp-filetransfer-handler
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=Telepathy file transfer handler
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ba9bc3b1b711c9e96765c9feaeced0b24ca89756')
+sha1sums=('2e41fa30b936360bf65cb9c256527878f1ef2305')
 
 build() {
   mkdir build



[arch-commits] Commit in telepathy-kde-filetransfer-handler/repos (4 files)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:54:54
  Author: andrea
Revision: 178190

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

Added:
  telepathy-kde-filetransfer-handler/repos/extra-i686/PKGBUILD
(from rev 178189, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
  telepathy-kde-filetransfer-handler/repos/extra-x86_64/PKGBUILD
(from rev 178189, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
Deleted:
  telepathy-kde-filetransfer-handler/repos/extra-i686/PKGBUILD
  telepathy-kde-filetransfer-handler/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 22:54:45 UTC (rev 178189)
+++ extra-i686/PKGBUILD 2013-02-17 22:54:54 UTC (rev 178190)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=Telepathy file transfer handler
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ba9bc3b1b711c9e96765c9feaeced0b24ca89756')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-filetransfer-handler/repos/extra-i686/PKGBUILD (from rev 
178189, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 22:54:54 UTC (rev 178190)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Telepathy file transfer handler
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('2e41fa30b936360bf65cb9c256527878f1ef2305')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-17 22:54:45 UTC (rev 178189)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:54:54 UTC (rev 178190)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=Telepathy file transfer handler
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ba9bc3b1b711c9e96765c9feaeced0b24ca89756')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-filetransfer-handler/repos/extra-x86_64/PKGBUILD (from 
rev 178189, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:54:54 UTC (rev 178190)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Telepathy file transfer handler
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('2e41fa30b936360bf65cb9c256527878f1ef2305')
+
+build() {
+  mkdir build
+  cd 

[arch-commits] Commit in telepathy-kde-integration-module/trunk (PKGBUILD)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:54:57
  Author: andrea
Revision: 178191

upgpkg: telepathy-kde-integration-module 0.5.3-1

Upstream release

Modified:
  telepathy-kde-integration-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 22:54:54 UTC (rev 178190)
+++ PKGBUILD2013-02-17 22:54:57 UTC (rev 178191)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-integration-module
 _pkgname=ktp-kded-integration-module
-pkgver=0.5.2.1
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors
 arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@
 depends=('telepathy-kde-common-internals')
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/0.5.2/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('96d8a52a85517ab95afe71f6828e18d26fb9c8d3')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('8d0c37001aec7dfa01349ae943ff28a8270dfbac')
 
 build() {
   mkdir build
   cd build
-  cmake ../${_pkgname}-0.5.2 \
+  cmake ../${_pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release
   make



[arch-commits] Commit in telepathy-kde-integration-module/repos (4 files)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:55:05
  Author: andrea
Revision: 178192

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

Added:
  telepathy-kde-integration-module/repos/extra-i686/PKGBUILD
(from rev 178191, telepathy-kde-integration-module/trunk/PKGBUILD)
  telepathy-kde-integration-module/repos/extra-x86_64/PKGBUILD
(from rev 178191, telepathy-kde-integration-module/trunk/PKGBUILD)
Deleted:
  telepathy-kde-integration-module/repos/extra-i686/PKGBUILD
  telepathy-kde-integration-module/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 22:54:57 UTC (rev 178191)
+++ extra-i686/PKGBUILD 2013-02-17 22:55:05 UTC (rev 178192)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-integration-module
-pkgver=0.5.2.1
-pkgrel=1
-pkgdesc=Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/0.5.2/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('96d8a52a85517ab95afe71f6828e18d26fb9c8d3')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-0.5.2 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-integration-module/repos/extra-i686/PKGBUILD (from rev 
178191, telepathy-kde-integration-module/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 22:55:05 UTC (rev 178192)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-integration-module
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('8d0c37001aec7dfa01349ae943ff28a8270dfbac')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-17 22:54:57 UTC (rev 178191)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:55:05 UTC (rev 178192)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-integration-module
-pkgver=0.5.2.1
-pkgrel=1
-pkgdesc=Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/0.5.2/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('96d8a52a85517ab95afe71f6828e18d26fb9c8d3')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-0.5.2 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-integration-module/repos/extra-x86_64/PKGBUILD (from rev 
178191, telepathy-kde-integration-module/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:55:05 UTC (rev 178192)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-integration-module
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors
+arch=('i686' 'x86_64')

[arch-commits] Commit in telepathy-kde-presence-applet/trunk (PKGBUILD)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:55:08
  Author: andrea
Revision: 178193

upgpkg: telepathy-kde-presence-applet 0.5.3-1

Upstream release

Modified:
  telepathy-kde-presence-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 22:55:05 UTC (rev 178192)
+++ PKGBUILD2013-02-17 22:55:08 UTC (rev 178193)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-presence-applet
 _pkgname=ktp-presence-applet
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=Plasma applet for managing your Telepathy account presence
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('6aea77d2d0eaf5b95ba8188a3acdec6c4d32b863')
+sha1sums=('c916c402d88df1c1d215b5598afe940b5b30f3aa')
 
 build() {
   mkdir build



[arch-commits] Commit in telepathy-kde-presence-applet/repos (4 files)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:55:15
  Author: andrea
Revision: 178194

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

Added:
  telepathy-kde-presence-applet/repos/extra-i686/PKGBUILD
(from rev 178193, telepathy-kde-presence-applet/trunk/PKGBUILD)
  telepathy-kde-presence-applet/repos/extra-x86_64/PKGBUILD
(from rev 178193, telepathy-kde-presence-applet/trunk/PKGBUILD)
Deleted:
  telepathy-kde-presence-applet/repos/extra-i686/PKGBUILD
  telepathy-kde-presence-applet/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 22:55:08 UTC (rev 178193)
+++ extra-i686/PKGBUILD 2013-02-17 22:55:15 UTC (rev 178194)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-presence-applet
-_pkgname=ktp-presence-applet
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=Plasma applet for managing your Telepathy account presence
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('6aea77d2d0eaf5b95ba8188a3acdec6c4d32b863')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-presence-applet/repos/extra-i686/PKGBUILD (from rev 
178193, telepathy-kde-presence-applet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 22:55:15 UTC (rev 178194)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-presence-applet
+_pkgname=ktp-presence-applet
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Plasma applet for managing your Telepathy account presence
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-contact-list')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('c916c402d88df1c1d215b5598afe940b5b30f3aa')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-17 22:55:08 UTC (rev 178193)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:55:15 UTC (rev 178194)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-presence-applet
-_pkgname=ktp-presence-applet
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=Plasma applet for managing your Telepathy account presence
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('6aea77d2d0eaf5b95ba8188a3acdec6c4d32b863')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-presence-applet/repos/extra-x86_64/PKGBUILD (from rev 
178193, telepathy-kde-presence-applet/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:55:15 UTC (rev 178194)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-presence-applet
+_pkgname=ktp-presence-applet
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Plasma applet for managing your Telepathy account presence
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-contact-list')
+makedepends=('cmake' 'automoc4')

[arch-commits] Commit in telepathy-kde-send-file/trunk (PKGBUILD)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:55:17
  Author: andrea
Revision: 178195

upgpkg: telepathy-kde-send-file 0.5.3-1

Upstream release

Modified:
  telepathy-kde-send-file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 22:55:15 UTC (rev 178194)
+++ PKGBUILD2013-02-17 22:55:17 UTC (rev 178195)
@@ -3,7 +3,7 @@
 
 pkgname=telepathy-kde-send-file
 _pkgname=ktp-send-file
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=A File manager plugin to launch a file transfer job with a specified 
contact
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 groups=('kde-telepathy')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('023f1b8e9ceb76018e597fb7e787995cc2888e0c')
+sha1sums=('91673a581d50dde9ad41d8e32d08f69d7410a5a6')
 
 build() {
   mkdir build



[arch-commits] Commit in telepathy-kde-send-file/repos (8 files)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:55:24
  Author: andrea
Revision: 178196

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

Added:
  telepathy-kde-send-file/repos/extra-i686/PKGBUILD
(from rev 178195, telepathy-kde-send-file/trunk/PKGBUILD)
  telepathy-kde-send-file/repos/extra-i686/telepathy-kde-send-file.install
(from rev 178195, 
telepathy-kde-send-file/trunk/telepathy-kde-send-file.install)
  telepathy-kde-send-file/repos/extra-x86_64/PKGBUILD
(from rev 178195, telepathy-kde-send-file/trunk/PKGBUILD)
  telepathy-kde-send-file/repos/extra-x86_64/telepathy-kde-send-file.install
(from rev 178195, 
telepathy-kde-send-file/trunk/telepathy-kde-send-file.install)
Deleted:
  telepathy-kde-send-file/repos/extra-i686/PKGBUILD
  telepathy-kde-send-file/repos/extra-i686/telepathy-kde-send-file.install
  telepathy-kde-send-file/repos/extra-x86_64/PKGBUILD
  telepathy-kde-send-file/repos/extra-x86_64/telepathy-kde-send-file.install

--+
 extra-i686/PKGBUILD  |   62 -
 extra-i686/telepathy-kde-send-file.install   |   22 
 extra-x86_64/PKGBUILD|   62 -
 extra-x86_64/telepathy-kde-send-file.install |   22 
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 22:55:17 UTC (rev 178195)
+++ extra-i686/PKGBUILD 2013-02-17 22:55:24 UTC (rev 178196)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-send-file
-_pkgname=ktp-send-file
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=A File manager plugin to launch a file transfer job with a specified 
contact
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-filetransfer-handler' 'telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('023f1b8e9ceb76018e597fb7e787995cc2888e0c')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-send-file/repos/extra-i686/PKGBUILD (from rev 178195, 
telepathy-kde-send-file/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 22:55:24 UTC (rev 178196)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=A File manager plugin to launch a file transfer job with a specified 
contact
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-filetransfer-handler' 'telepathy-kde-contact-list')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('91673a581d50dde9ad41d8e32d08f69d7410a5a6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/telepathy-kde-send-file.install
===
--- extra-i686/telepathy-kde-send-file.install  2013-02-17 22:55:17 UTC (rev 
178195)
+++ extra-i686/telepathy-kde-send-file.install  2013-02-17 22:55:24 UTC (rev 
178196)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-kde-send-file/repos/extra-i686/telepathy-kde-send-file.install (from 
rev 178195, telepathy-kde-send-file/trunk/telepathy-kde-send-file.install)
===
--- extra-i686/telepathy-kde-send-file.install  (rev 0)
+++ extra-i686/telepathy-kde-send-file.install  2013-02-17 22:55:24 UTC (rev 
178196)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-17 22:55:17 UTC (rev 178195)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:55:24 UTC (rev 178196)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-

[arch-commits] Commit in telepathy-kde-text-ui/trunk (PKGBUILD)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:55:26
  Author: andrea
Revision: 178197

upgpkg: telepathy-kde-text-ui 0.5.3-1

Upstream release

Modified:
  telepathy-kde-text-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 22:55:24 UTC (rev 178196)
+++ PKGBUILD2013-02-17 22:55:26 UTC (rev 178197)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-text-ui
 _pkgname=ktp-text-ui
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=Telepathy handler for Text Chats
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 groups=('kde-telepathy')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('5dd8d66b9011d96c0637f4b15e6c3912edef6c17')
+sha1sums=('bd55810ebe781319c5427f6d4eae4a1cb7d1fadd')
 
 build() {
   mkdir build



[arch-commits] Commit in telepathy-logger-qt/trunk (PKGBUILD)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:55:36
  Author: andrea
Revision: 178199

upgpkg: telepathy-logger-qt 0.5.3-1

Upstream release

Modified:
  telepathy-logger-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 22:55:34 UTC (rev 178198)
+++ PKGBUILD2013-02-17 22:55:36 UTC (rev 178199)
@@ -3,7 +3,7 @@
 # Contributor: George Brooke george+arch@george-brooke.co.uk
 
 pkgname=telepathy-logger-qt
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=Qt bindings for telepathy logger
 arch=('i686' 'x86_64')
@@ -12,10 +12,9 @@
 depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer' 'boost-libs')
 makedepends=('automoc4' 'cmake' 'python2' 'boost' 'doxygen')
 
source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('1af03910c91ca461a7ab3e6a95c712e61f494ffa')
+sha1sums=('f3e1bd76a2e9c6d3b493a5ad07d76d1ce164bc6f')
 
 build() {
-  cd $srcdir
   mkdir build 
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -26,6 +25,6 @@
 }
 
 package() {
-  cd $srcdir/build
+  cd build
   make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in telepathy-kde-common-internals/repos (8 files)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:55:46
  Author: andrea
Revision: 178200

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

Added:
  telepathy-kde-common-internals/repos/extra-i686/PKGBUILD
(from rev 178199, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
(from rev 178199, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
  telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD
(from rev 178199, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/extra-x86_64/telepathy-kde-common-internals.install
(from rev 178199, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
Deleted:
  telepathy-kde-common-internals/repos/extra-i686/PKGBUILD
  
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
  telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD
  
telepathy-kde-common-internals/repos/extra-x86_64/telepathy-kde-common-internals.install

-+
 extra-i686/PKGBUILD |   60 +-
 extra-i686/telepathy-kde-common-internals.install   |   22 +++---
 extra-x86_64/PKGBUILD   |   60 +-
 extra-x86_64/telepathy-kde-common-internals.install |   22 +++---
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 22:55:36 UTC (rev 178199)
+++ extra-i686/PKGBUILD 2013-02-17 22:55:46 UTC (rev 178200)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-common-internals
-_pkgname=ktp-common-internals
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=Common components for KDE-Telepathy
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('kdelibs' 'telepathy-qt' 'telepathy-mission-control')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('58a198b1d9c3e90b5be069361f53f272a9db6ca1')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-common-internals/repos/extra-i686/PKGBUILD (from rev 
178199, telepathy-kde-common-internals/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 22:55:46 UTC (rev 178200)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Common components for KDE-Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('kdelibs' 'telepathy-qt' 'telepathy-mission-control')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('b5201215a068a46457d07c6c01365cc5df15c6c8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/telepathy-kde-common-internals.install
===
--- extra-i686/telepathy-kde-common-internals.install   2013-02-17 22:55:36 UTC 
(rev 178199)
+++ extra-i686/telepathy-kde-common-internals.install   2013-02-17 22:55:46 UTC 
(rev 178200)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}
\ No newline at end of file

Copied: 
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
 (from rev 178199, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
===
--- extra-i686/telepathy-kde-common-internals.install   
(rev 0)
+++ extra-i686/telepathy-kde-common-internals.install   2013-02-17 22:55:46 UTC 
(rev 178200)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}
\ No newline at end of file

Deleted: extra-x86_64/PKGBUILD
===
--- 

[arch-commits] Commit in telepathy-kde-text-ui/repos (4 files)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:55:34
  Author: andrea
Revision: 178198

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

Added:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
(from rev 178197, telepathy-kde-text-ui/trunk/PKGBUILD)
  telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD
(from rev 178197, telepathy-kde-text-ui/trunk/PKGBUILD)
Deleted:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
  telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 22:55:26 UTC (rev 178197)
+++ extra-i686/PKGBUILD 2013-02-17 22:55:34 UTC (rev 178198)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=Telepathy handler for Text Chats
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-contact-list' 'telepathy-logger-qt')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('5dd8d66b9011d96c0637f4b15e6c3912edef6c17')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-text-ui/repos/extra-i686/PKGBUILD (from rev 178197, 
telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 22:55:34 UTC (rev 178198)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Telepathy handler for Text Chats
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-contact-list' 'telepathy-logger-qt')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('bd55810ebe781319c5427f6d4eae4a1cb7d1fadd')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-17 22:55:26 UTC (rev 178197)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:55:34 UTC (rev 178198)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=Telepathy handler for Text Chats
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-contact-list' 'telepathy-logger-qt')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('5dd8d66b9011d96c0637f4b15e6c3912edef6c17')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD (from rev 178197, 
telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:55:34 UTC (rev 178198)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Telepathy handler for Text Chats
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-contact-list' 'telepathy-logger-qt')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)

[arch-commits] Commit in telepathy-logger-qt/repos (4 files)

2013-02-17 Thread Andrea Scarpino
Date: Sunday, February 17, 2013 @ 23:56:07
  Author: andrea
Revision: 178201

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

Added:
  telepathy-logger-qt/repos/extra-i686/PKGBUILD
(from rev 178200, telepathy-logger-qt/trunk/PKGBUILD)
  telepathy-logger-qt/repos/extra-x86_64/PKGBUILD
(from rev 178200, telepathy-logger-qt/trunk/PKGBUILD)
Deleted:
  telepathy-logger-qt/repos/extra-i686/PKGBUILD
  telepathy-logger-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 22:55:46 UTC (rev 178200)
+++ extra-i686/PKGBUILD 2013-02-17 22:56:07 UTC (rev 178201)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: George Brooke george+arch@george-brooke.co.uk
-
-pkgname=telepathy-logger-qt
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=Qt bindings for telepathy logger
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
-license=('GPL')
-depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer' 'boost-libs')
-makedepends=('automoc4' 'cmake' 'python2' 'boost' 'doxygen')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('1af03910c91ca461a7ab3e6a95c712e61f494ffa')
-
-build() {
-  cd $srcdir
-  mkdir build 
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-logger-qt/repos/extra-i686/PKGBUILD (from rev 178200, 
telepathy-logger-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-17 22:56:07 UTC (rev 178201)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: George Brooke george+arch@george-brooke.co.uk
+
+pkgname=telepathy-logger-qt
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Qt bindings for telepathy logger
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
+license=('GPL')
+depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer' 'boost-libs')
+makedepends=('automoc4' 'cmake' 'python2' 'boost' 'doxygen')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('f3e1bd76a2e9c6d3b493a5ad07d76d1ce164bc6f')
+
+build() {
+  mkdir build 
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-17 22:55:46 UTC (rev 178200)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:56:07 UTC (rev 178201)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: George Brooke george+arch@george-brooke.co.uk
-
-pkgname=telepathy-logger-qt
-pkgver=0.5.2
-pkgrel=1
-pkgdesc=Qt bindings for telepathy logger
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
-license=('GPL')
-depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer' 'boost-libs')
-makedepends=('automoc4' 'cmake' 'python2' 'boost' 'doxygen')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('1af03910c91ca461a7ab3e6a95c712e61f494ffa')
-
-build() {
-  cd $srcdir
-  mkdir build 
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-logger-qt/repos/extra-x86_64/PKGBUILD (from rev 178200, 
telepathy-logger-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-17 22:56:07 UTC (rev 178201)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: George Brooke george+arch@george-brooke.co.uk
+
+pkgname=telepathy-logger-qt
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=Qt bindings for telepathy logger
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
+license=('GPL')
+depends=('telepathy-qt' 'telepathy-logger' 

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

2013-02-17 Thread Evangelos Foutras
Date: Monday, February 18, 2013 @ 01:58:40
  Author: foutrelis
Revision: 178202

upgpkg: linux 3.7.9-1

New upstream release.

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install

---+
 PKGBUILD  |4 ++--
 linux.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 22:56:07 UTC (rev 178201)
+++ PKGBUILD2013-02-18 00:58:40 UTC (rev 178202)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.7
-pkgver=3.7.8
+pkgver=3.7.9
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -21,7 +21,7 @@
 'change-default-console-loglevel.patch'
 'fat-3.6.x.patch')
 md5sums=('21223369d682bcf44bcdfe1521095983'
- 'bf62e0cbc13524bb802d2ed05c7e2e6a'
+ '375fa67b3daba9e6040f13a0a29bf543'
  '6a6b620836639fa5f989f9c9c2592d6e'
  '03666db0cd0a1f59c0b71b41eb2353eb'
  'eb14dcfd80c00852ef81ded6e826826a'

Modified: linux.install
===
--- linux.install   2013-02-17 22:56:07 UTC (rev 178201)
+++ linux.install   2013-02-18 00:58:40 UTC (rev 178202)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.7.8-1-ARCH
+KERNEL_VERSION=3.7.9-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-02-17 Thread Evangelos Foutras
Date: Monday, February 18, 2013 @ 01:59:19
  Author: foutrelis
Revision: 178203

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 178202, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 178202, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 178202, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 178202, linux/trunk/config.x86_64)
  linux/repos/testing-i686/drm-fix-track-free-areas-3.7.patch
(from rev 178202, linux/trunk/drm-fix-track-free-areas-3.7.patch)
  linux/repos/testing-i686/fat-3.6.x.patch
(from rev 178202, linux/trunk/fat-3.6.x.patch)
  linux/repos/testing-i686/fix-watchdog-3.7.patch
(from rev 178202, linux/trunk/fix-watchdog-3.7.patch)
  linux/repos/testing-i686/linux.install
(from rev 178202, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 178202, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 178202, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 178202, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 178202, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 178202, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/drm-fix-track-free-areas-3.7.patch
(from rev 178202, linux/trunk/drm-fix-track-free-areas-3.7.patch)
  linux/repos/testing-x86_64/fat-3.6.x.patch
(from rev 178202, linux/trunk/fat-3.6.x.patch)
  linux/repos/testing-x86_64/fix-watchdog-3.7.patch
(from rev 178202, linux/trunk/fix-watchdog-3.7.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 178202, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 178202, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  324 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6040 +
 testing-i686/config.x86_64   | 5813 
 testing-i686/drm-fix-track-free-areas-3.7.patch  |  153 
 testing-i686/fat-3.6.x.patch |   33 
 testing-i686/fix-watchdog-3.7.patch  |   38 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  324 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6040 +
 testing-x86_64/config.x86_64 | 5813 
 testing-x86_64/drm-fix-track-free-areas-3.7.patch|  153 
 testing-x86_64/fat-3.6.x.patch   |   33 
 testing-x86_64/fix-watchdog-3.7.patch|   38 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 24984 insertions(+)

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


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

2013-02-17 Thread Evangelos Foutras
Date: Monday, February 18, 2013 @ 01:59:48
  Author: foutrelis
Revision: 178204

upgpkg: linux-lts 3.0.65-1

New upstream release.

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-18 00:59:19 UTC (rev 178203)
+++ PKGBUILD2013-02-18 00:59:48 UTC (rev 178204)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.64
+pkgver=3.0.65
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'dd04b4e73d99bd13d503003970a099ae'
+ 'ea1f38bc0644122831a229556e055e0d'
  'a8c2f7618f3cc6689e1bea32692b72f5'
  '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-02-18 00:59:19 UTC (rev 178203)
+++ linux-lts.install   2013-02-18 00:59:48 UTC (rev 178204)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.64-1-lts
+KERNEL_VERSION=3.0.65-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-02-17 Thread Evangelos Foutras
Date: Monday, February 18, 2013 @ 02:00:33
  Author: foutrelis
Revision: 178205

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 178204, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 178204, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 178204, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 178204, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 178204, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 178204, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 178204, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 178204, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 178204, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 178204, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 178204, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 178204, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 178204, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 178204, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 178204, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 178204, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 178204, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 178204, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 178204, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 178204, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 178204, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 178204, linux-lts/trunk/module-symbol-waiting-3.0.patch)

--+
 testing-i686/3.0.54-ptrace-i686-build.patch  |   41 
 testing-i686/PKGBUILD|  317 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5575 +
 testing-i686/config.x86_64   | 5330 
 testing-i686/ext4-options.patch  |   49 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/linux-lts.install   |   65 
 testing-i686/linux-lts.preset|   14 
 testing-i686/module-init-wait-3.0.patch  |   77 
 testing-i686/module-symbol-waiting-3.0.patch |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch|   41 
 testing-x86_64/PKGBUILD  |  317 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5575 +
 testing-x86_64/config.x86_64 | 5330 
 testing-x86_64/ext4-options.patch|   49 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/linux-lts.install |   65 
 testing-x86_64/linux-lts.preset  |   14 
 testing-x86_64/module-init-wait-3.0.patch|   77 
 testing-x86_64/module-symbol-waiting-3.0.patch   |   66 
 22 files changed, 23144 insertions(+)

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


[arch-commits] Commit in linux-lts/repos (44 files)

2013-02-17 Thread Evangelos Foutras
Date: Monday, February 18, 2013 @ 02:07:01
  Author: foutrelis
Revision: 178206

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

Added:
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 178205, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 178205, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 178205, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 178205, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 178205, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 178205, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 178205, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 178205, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 178205, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 178205, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 178205, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 178205, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 178205, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 178205, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 178205, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 178205, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 178205, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 178205, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 178205, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 178205, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 178205, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 178205, linux-lts/trunk/module-symbol-waiting-3.0.patch)
Deleted:
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
  linux-lts/repos/testing-i686/PKGBUILD
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
  linux-lts/repos/testing-i686/config
  linux-lts/repos/testing-i686/config.x86_64
  linux-lts/repos/testing-i686/ext4-options.patch
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
  linux-lts/repos/testing-i686/linux-lts.install
  linux-lts/repos/testing-i686/linux-lts.preset
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
  linux-lts/repos/testing-x86_64/PKGBUILD
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/testing-x86_64/config
  linux-lts/repos/testing-x86_64/config.x86_64
  linux-lts/repos/testing-x86_64/ext4-options.patch
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
  linux-lts/repos/testing-x86_64/linux-lts.install
  linux-lts/repos/testing-x86_64/linux-lts.preset
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch

--+
 testing-i686/3.0.54-ptrace-i686-build.patch  |   82 
 testing-i686/PKGBUILD|  634 
 testing-i686/change-default-console-loglevel.patch   |   24 
 testing-i686/config  |11150 -
 testing-i686/config.x86_64   |10660 
 testing-i686/ext4-options.patch  |   98 
 testing-i686/i915-fix-ghost-tv-output.patch  |   52 
 testing-i686/linux-lts.install   |  130 
 testing-i686/linux-lts.preset|   28 
 testing-i686/module-init-wait-3.0.patch  |  154 
 testing-i686/module-symbol-waiting-3.0.patch |  132 
 testing-x86_64/3.0.54-ptrace-i686-build.patch|   82 
 testing-x86_64/PKGBUILD  |  634 
 testing-x86_64/change-default-console-loglevel.patch |   24 
 testing-x86_64/config|11150 -
 testing-x86_64/config.x86_64 |10660 
 

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

2013-02-17 Thread Gaetan Bisson
Date: Monday, February 18, 2013 @ 05:16:45
  Author: bisson
Revision: 178207

fix pkg-config to use new cgraph api

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-18 01:07:01 UTC (rev 178206)
+++ PKGBUILD2013-02-18 04:16:45 UTC (rev 178207)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.30.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('custom:EPL')
@@ -52,6 +52,9 @@
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
 
-   # cf. http://www.graphviz.org/License.php
+   # cgraph is the sole new api
+   sed 's/lgraph/lcgraph/g' -i ${pkgdir}/usr/lib/pkgconfig/libgvc.pc
+
+   # http://www.graphviz.org/License.php
install -Dm644 ../LICENSE 
${pkgdir}/usr/share/licenses/graphviz/LICENSE
 }



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

2013-02-17 Thread Gaetan Bisson
Date: Monday, February 18, 2013 @ 05:18:29
  Author: bisson
Revision: 178208

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

Added:
  graphviz/repos/staging-i686/LICENSE
(from rev 178207, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 178207, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 178207, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/LICENSE
(from rev 178207, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 178207, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 178207, graphviz/trunk/install)
Deleted:
  graphviz/repos/staging-i686/LICENSE
  graphviz/repos/staging-i686/PKGBUILD
  graphviz/repos/staging-i686/install
  graphviz/repos/staging-x86_64/LICENSE
  graphviz/repos/staging-x86_64/PKGBUILD
  graphviz/repos/staging-x86_64/install

-+
 staging-i686/LICENSE|  174 +++---
 staging-i686/PKGBUILD   |  117 +++---
 staging-i686/install|   24 +++---
 staging-x86_64/LICENSE  |  174 +++---
 staging-x86_64/PKGBUILD |  117 +++---
 staging-x86_64/install  |   24 +++---
 6 files changed, 318 insertions(+), 312 deletions(-)

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


[arch-commits] Commit in steam/trunk (PKGBUILD alsa_sdl_audiodriver.patch)

2013-02-17 Thread Daniel Wallace
Date: Monday, February 18, 2013 @ 05:39:29
  Author: dwallace
Revision: 84396

upgpkg: steam 1.0.0.28-3

upgpkg: steam 1.0.0.28-3 SDL_AUDIODRIVER=alsa test

Added:
  steam/trunk/alsa_sdl_audiodriver.patch
Modified:
  steam/trunk/PKGBUILD

+
 PKGBUILD   |   12 +---
 alsa_sdl_audiodriver.patch |   14 ++
 2 files changed, 23 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 22:49:50 UTC (rev 84395)
+++ PKGBUILD2013-02-18 04:39:29 UTC (rev 84396)
@@ -3,7 +3,7 @@
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
 pkgver=1.0.0.28
-pkgrel=2
+pkgrel=3
 pkgdesc=Digital distribution client - open beta - bootstrap package
 arch=(i686 x86_64)
 url=http://steampowered.com/;
@@ -24,15 +24,21 @@
   )
 build() {
 patch -d $pkgname-$pkgver -Np1 -i $srcdir/lib32-flashplugin-path.patch
+patch -d $pkgname-$pkgver -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
 }
 else
 optdepends=('flashplugin: for flash videos')
+build() {
+patch -d $pkgname-$pkgver -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
 fi
 install=steam.install
 
source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'lib32-flashplugin-path.patch')
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
 md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
- '1d83a1df55d677f35ce415e0750f4448')
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'd47c1acf365336290eaba8ca845248a4')
 package() {
 
   # Install license

Added: alsa_sdl_audiodriver.patch
===
--- alsa_sdl_audiodriver.patch  (rev 0)
+++ alsa_sdl_audiodriver.patch  2013-02-18 04:39:29 UTC (rev 84396)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pacman -T pulseaudio /dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+   style=$1



[arch-commits] Commit in steam/repos (5 files)

2013-02-17 Thread Daniel Wallace
Date: Monday, February 18, 2013 @ 05:40:00
  Author: dwallace
Revision: 84397

archrelease: copy trunk to community-testing-i686

Added:
  steam/repos/community-testing-i686/
  steam/repos/community-testing-i686/PKGBUILD
(from rev 84396, steam/trunk/PKGBUILD)
  steam/repos/community-testing-i686/alsa_sdl_audiodriver.patch
(from rev 84396, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-testing-i686/lib32-flashplugin-path.patch
(from rev 84396, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-testing-i686/steam.install
(from rev 84396, steam/trunk/steam.install)

--+
 PKGBUILD |   52 +
 alsa_sdl_audiodriver.patch   |   14 +++
 lib32-flashplugin-path.patch |   10 +++
 steam.install|   26 
 4 files changed, 102 insertions(+)

Copied: steam/repos/community-testing-i686/PKGBUILD (from rev 84396, 
steam/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-18 04:40:00 UTC (rev 84397)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.28
+pkgrel=3
+pkgdesc=Digital distribution client - open beta - bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ $CARCH == x86_64 ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d $pkgname-$pkgver -Np1 -i $srcdir/lib32-flashplugin-path.patch
+patch -d $pkgname-$pkgver -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+else
+optdepends=('flashplugin: for flash videos')
+build() {
+patch -d $pkgname-$pkgver -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+install=steam.install
+source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'd47c1acf365336290eaba8ca845248a4')
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  
+  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-testing-i686/alsa_sdl_audiodriver.patch (from rev 
84396, steam/trunk/alsa_sdl_audiodriver.patch)
===
--- community-testing-i686/alsa_sdl_audiodriver.patch   
(rev 0)
+++ community-testing-i686/alsa_sdl_audiodriver.patch   2013-02-18 04:40:00 UTC 
(rev 84397)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pacman -T pulseaudio /dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+   style=$1

Copied: steam/repos/community-testing-i686/lib32-flashplugin-path.patch (from 
rev 84396, steam/trunk/lib32-flashplugin-path.patch)
===
--- community-testing-i686/lib32-flashplugin-path.patch 
(rev 0)
+++ community-testing-i686/lib32-flashplugin-path.patch 2013-02-18 04:40:00 UTC 
(rev 84397)
@@ -0,0 +1,10 @@
+--- a/steam2013-02-14 14:03:49.0 -0500
 b/steam2013-02-14 15:48:06.766152022 -0500
+@@ -51,6 +51,7 @@
+ 
+ function setup_variables()
+ {
++MOZ_PLUGIN_PATH=/usr/lib32/mozilla/plugins/
+   STEAMPACKAGE=${0##*/}
+   STEAMCONFIG=~/.steam
+   STEAMDATALINK=$STEAMCONFIG/$STEAMPACKAGE

Copied: steam/repos/community-testing-i686/steam.install (from rev 84396, 
steam/trunk/steam.install)
===
--- community-testing-i686/steam.install(rev 0)
+++ community-testing-i686/steam.install2013-02-18 04:40:00 UTC (rev 
84397)
@@ -0,0 +1,26 @@
+post_install() {
+  update-desktop-database 

[arch-commits] Commit in steam/repos (5 files)

2013-02-17 Thread Daniel Wallace
Date: Monday, February 18, 2013 @ 05:44:05
  Author: dwallace
Revision: 84398

archrelease: copy trunk to multilib-testing-x86_64

Added:
  steam/repos/multilib-testing-x86_64/
  steam/repos/multilib-testing-x86_64/PKGBUILD
(from rev 84397, steam/trunk/PKGBUILD)
  steam/repos/multilib-testing-x86_64/alsa_sdl_audiodriver.patch
(from rev 84397, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-testing-x86_64/lib32-flashplugin-path.patch
(from rev 84397, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-testing-x86_64/steam.install
(from rev 84397, steam/trunk/steam.install)

--+
 PKGBUILD |   52 +
 alsa_sdl_audiodriver.patch   |   14 +++
 lib32-flashplugin-path.patch |   10 +++
 steam.install|   26 
 4 files changed, 102 insertions(+)

Copied: steam/repos/multilib-testing-x86_64/PKGBUILD (from rev 84397, 
steam/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-02-18 04:44:05 UTC (rev 84398)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.28
+pkgrel=3
+pkgdesc=Digital distribution client - open beta - bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ $CARCH == x86_64 ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d $pkgname-$pkgver -Np1 -i $srcdir/lib32-flashplugin-path.patch
+patch -d $pkgname-$pkgver -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+else
+optdepends=('flashplugin: for flash videos')
+build() {
+patch -d $pkgname-$pkgver -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+install=steam.install
+source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'd47c1acf365336290eaba8ca845248a4')
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  
+  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-testing-x86_64/alsa_sdl_audiodriver.patch (from 
rev 84397, steam/trunk/alsa_sdl_audiodriver.patch)
===
--- multilib-testing-x86_64/alsa_sdl_audiodriver.patch  
(rev 0)
+++ multilib-testing-x86_64/alsa_sdl_audiodriver.patch  2013-02-18 04:44:05 UTC 
(rev 84398)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pacman -T pulseaudio /dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+   style=$1

Copied: steam/repos/multilib-testing-x86_64/lib32-flashplugin-path.patch (from 
rev 84397, steam/trunk/lib32-flashplugin-path.patch)
===
--- multilib-testing-x86_64/lib32-flashplugin-path.patch
(rev 0)
+++ multilib-testing-x86_64/lib32-flashplugin-path.patch2013-02-18 
04:44:05 UTC (rev 84398)
@@ -0,0 +1,10 @@
+--- a/steam2013-02-14 14:03:49.0 -0500
 b/steam2013-02-14 15:48:06.766152022 -0500
+@@ -51,6 +51,7 @@
+ 
+ function setup_variables()
+ {
++MOZ_PLUGIN_PATH=/usr/lib32/mozilla/plugins/
+   STEAMPACKAGE=${0##*/}
+   STEAMCONFIG=~/.steam
+   STEAMDATALINK=$STEAMCONFIG/$STEAMPACKAGE

Copied: steam/repos/multilib-testing-x86_64/steam.install (from rev 84397, 
steam/trunk/steam.install)
===
--- multilib-testing-x86_64/steam.install   (rev 0)
+++ multilib-testing-x86_64/steam.install   2013-02-18 04:44:05 UTC (rev 
84398)
@@ -0,0 +1,26 @@
+post_install() {

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

2013-02-17 Thread Sven-Hendrik Haase
Date: Monday, February 18, 2013 @ 06:15:15
  Author: svenstaro
Revision: 84399

upgpkg: glm 0.9.4.2-1

Updatin to 0.9.4.2

Modified:
  glm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-18 04:44:05 UTC (rev 84398)
+++ PKGBUILD2013-02-18 05:15:15 UTC (rev 84399)
@@ -1,16 +1,17 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Peter Hatina phatina AT gmail.com
 pkgname=glm
-pkgver=0.9.4.1
+pkgver=0.9.4.2
 pkgrel=1
 pkgdesc=C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification
 arch=('any')
 license=('GPL')
 url=http://glm.g-truc.net;
 
source=(http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip;)
-md5sums=('51e638f826bb9ec2f1b75520d9df9ffc')
+md5sums=('2608a4e0e2d32b140abc5f17238c04f3')
 
 package() {
+cd $pkgname-$pkgver
 mkdir -p $pkgdir/usr/include/glm
 mkdir -p $pkgdir/usr/share/doc
 cp -r glm $pkgdir/usr/include



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

2013-02-17 Thread Sven-Hendrik Haase
Date: Monday, February 18, 2013 @ 06:15:33
  Author: svenstaro
Revision: 84400

archrelease: copy trunk to community-any

Added:
  glm/repos/community-any/PKGBUILD
(from rev 84399, glm/trunk/PKGBUILD)
Deleted:
  glm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-18 05:15:15 UTC (rev 84399)
+++ PKGBUILD2013-02-18 05:15:33 UTC (rev 84400)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Peter Hatina phatina AT gmail.com
-pkgname=glm
-pkgver=0.9.4.1
-pkgrel=1
-pkgdesc=C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification
-arch=('any')
-license=('GPL')
-url=http://glm.g-truc.net;
-source=(http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip;)
-md5sums=('51e638f826bb9ec2f1b75520d9df9ffc')
-
-package() {
-mkdir -p $pkgdir/usr/include/glm
-mkdir -p $pkgdir/usr/share/doc
-cp -r glm $pkgdir/usr/include
-cp -r doc $pkgdir/usr/share/doc/glm
-rm -f $pkgdir/usr/include/glm/CMakeLists.txt
-find $pkgdir -type f -exec chmod 644 {} \;
-find $pkgdir -type d -exec chmod 755 {} \;
-}

Copied: glm/repos/community-any/PKGBUILD (from rev 84399, glm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-18 05:15:33 UTC (rev 84400)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Peter Hatina phatina AT gmail.com
+pkgname=glm
+pkgver=0.9.4.2
+pkgrel=1
+pkgdesc=C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification
+arch=('any')
+license=('GPL')
+url=http://glm.g-truc.net;
+source=(http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip;)
+md5sums=('2608a4e0e2d32b140abc5f17238c04f3')
+
+package() {
+cd $pkgname-$pkgver
+mkdir -p $pkgdir/usr/include/glm
+mkdir -p $pkgdir/usr/share/doc
+cp -r glm $pkgdir/usr/include
+cp -r doc $pkgdir/usr/share/doc/glm
+rm -f $pkgdir/usr/include/glm/CMakeLists.txt
+find $pkgdir -type f -exec chmod 644 {} \;
+find $pkgdir -type d -exec chmod 755 {} \;
+}



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

2013-02-17 Thread Sven-Hendrik Haase
Date: Monday, February 18, 2013 @ 06:16:03
  Author: svenstaro
Revision: 84401

archrelease: copy trunk to community-i686

Added:
  cegui/repos/community-i686/PKGBUILD
(from rev 84400, cegui/trunk/PKGBUILD)
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch
(from rev 84400, cegui/trunk/cegui-0.7.6-python-detection.patch)
Deleted:
  cegui/repos/community-i686/PKGBUILD
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch

+
 PKGBUILD   |  112 +--
 cegui-0.7.6-python-detection.patch |   22 +++---
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-18 05:15:33 UTC (rev 84400)
+++ PKGBUILD2013-02-18 05:16:03 UTC (rev 84401)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Juergen Hoetzel juer...@archlinux.org 
-# Contributor: William Rea sillywi...@gmail.com, 
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-
-pkgbase=cegui
-pkgname=('cegui' 'cegui-docs')
-pkgver=0.7.9
-pkgrel=1
-pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
-arch=('i686' 'x86_64')
-url=http://crayzedsgui.sourceforge.net;
-#options=('!libtool')
-license=(MIT)
-depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
-makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz')
-optdepends=(python2: python bindings
-ogre: ogre module
-gtk2: gtk2 module)
-#irrlicht: irrlicht module) maybe again at some point
-options=(!libtool)
-source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
-md5sums=('a8b682daf82e383edc169c2e6eb2b321')
-
-build() {
-  cd $srcdir/CEGUI-${pkgver}
-
-  ./bootstrap
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-null-renderer \
---with-gtk2
-
-  make
-}
-
-package_cegui() {
-  cd $srcdir/CEGUI-${pkgver}
- 
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_cegui-docs() {
-  pkgdesc=Documentation for cegui
-  depends=()
-
-  cd $srcdir/CEGUI-${pkgver}
-
-  cd doc/doxygen  doxygen
-  cd ..  make DESTDIR=${pkgdir} install-html
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: cegui/repos/community-i686/PKGBUILD (from rev 84400, 
cegui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-18 05:16:03 UTC (rev 84401)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgbase=cegui
+pkgname=('cegui' 'cegui-docs')
+pkgver=0.7.9
+pkgrel=1
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://crayzedsgui.sourceforge.net;
+#options=('!libtool')
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module)
+#irrlicht: irrlicht module) maybe again at some point
+options=(!libtool)
+source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
+md5sums=('a8b682daf82e383edc169c2e6eb2b321')
+
+build() {
+  cd $srcdir/CEGUI-${pkgver}
+
+  ./bootstrap
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-null-renderer \
+--with-gtk2
+
+  make
+}
+
+package_cegui() {
+  cd $srcdir/CEGUI-${pkgver}
+ 
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_cegui-docs() {
+  pkgdesc=Documentation for cegui
+  depends=()
+
+  cd $srcdir/CEGUI-${pkgver}
+
+  cd doc/doxygen  doxygen
+  cd ..  make DESTDIR=${pkgdir} install-html
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: cegui-0.7.6-python-detection.patch
===
--- cegui-0.7.6-python-detection.patch  2013-02-18 05:15:33 UTC (rev 84400)
+++ cegui-0.7.6-python-detection.patch  2013-02-18 05:16:03 UTC (rev 84401)
@@ -1,11 +0,0 @@
 acinclude.m4.original  2012-01-24 10:42:16.066632295 +0100
-+++ acinclude.m4   2012-01-24 10:43:15.800274030 +0100
-@@ -1411,7 +1411,7 @@
- if test x$ax_python_bin != x; then
-AC_CHECK_LIB($ax_python_bin, main, ax_python_lib=$ax_python_bin, 
ax_python_lib=no)
-AC_CHECK_HEADER([$ax_python_bin/Python.h],
--   [[ax_python_header=`locate $ax_python_bin/Python.h | sed -e 
s,/Python.h,,`]],
-+   

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

2013-02-17 Thread Gaetan Bisson
Date: Monday, February 18, 2013 @ 06:53:17
  Author: bisson
Revision: 178209

install cgraph and graph along...

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-18 04:18:29 UTC (rev 178208)
+++ PKGBUILD2013-02-18 05:53:17 UTC (rev 178209)
@@ -34,6 +34,9 @@
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
+   # we still like the old libgraph.so api
+   sed 's/@WITH_CGRAPH_FALSE@//g' -i lib/graph/Makefile.in
+
sed \
-e '/archdir/s:$:+ '$(echo 
-I/usr/include/ruby-1.9.1/{$CARCH-linux,ruby/backward,})':' \
-e '/CONFIG/s:site:vendor:' \
@@ -52,9 +55,6 @@
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
 
-   # cgraph is the sole new api
-   sed 's/lgraph/lcgraph/g' -i ${pkgdir}/usr/lib/pkgconfig/libgvc.pc
-
# http://www.graphviz.org/License.php
install -Dm644 ../LICENSE 
${pkgdir}/usr/share/licenses/graphviz/LICENSE
 }



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

2013-02-17 Thread Gaetan Bisson
Date: Monday, February 18, 2013 @ 06:54:36
  Author: bisson
Revision: 178210

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

Added:
  graphviz/repos/staging-i686/LICENSE
(from rev 178209, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 178209, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 178209, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/LICENSE
(from rev 178209, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 178209, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 178209, graphviz/trunk/install)
Deleted:
  graphviz/repos/staging-i686/LICENSE
  graphviz/repos/staging-i686/PKGBUILD
  graphviz/repos/staging-i686/install
  graphviz/repos/staging-x86_64/LICENSE
  graphviz/repos/staging-x86_64/PKGBUILD
  graphviz/repos/staging-x86_64/install

-+
 staging-i686/LICENSE|  174 +++---
 staging-i686/PKGBUILD   |  120 +++
 staging-i686/install|   24 +++---
 staging-x86_64/LICENSE  |  174 +++---
 staging-x86_64/PKGBUILD |  120 +++
 staging-x86_64/install  |   24 +++---
 6 files changed, 318 insertions(+), 318 deletions(-)

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