[arch-commits] Commit in soprano/kde-unstable (PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 02:42:50
  Author: andrea
Revision: 161417

upgpkg: soprano 2.7.57-1

Upstream release

Modified:
  soprano/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 02:54:05 UTC (rev 161416)
+++ PKGBUILD2012-06-11 06:42:50 UTC (rev 161417)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.7.56
+pkgver=2.7.57
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('999781170ebcf3e1494127f2eda7aa00')
+md5sums=('c40f6b6b6e36ed725101b8cf47e42ff0')
 
 build() {
   cd ${srcdir}
@@ -20,7 +20,7 @@
   cd build
   . /etc/profile.d/openjdk6.sh
   # we need the rpath
-  cmake ../${pkgname}-${pkgver}-beta1 \
+  cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \



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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 02:43:17
  Author: andrea
Revision: 161418

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  soprano/repos/kde-unstable-i686/PKGBUILD
(from rev 161417, soprano/kde-unstable/PKGBUILD)
  soprano/repos/kde-unstable-x86_64/PKGBUILD
(from rev 161417, soprano/kde-unstable/PKGBUILD)
Deleted:
  soprano/repos/kde-unstable-i686/PKGBUILD
  soprano/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   68 -
 kde-unstable-x86_64/PKGBUILD |   68 -
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-11 06:42:50 UTC (rev 161417)
+++ kde-unstable-i686/PKGBUILD  2012-06-11 06:43:17 UTC (rev 161418)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=soprano
-pkgver=2.7.56
-pkgrel=1
-pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
-arch=('i686' 'x86_64')
-url='http://soprano.sourceforge.net/'
-license=('GPL' 'LGPL')
-depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
-makedepends=('cmake' 'openjdk6' 'doxygen')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('999781170ebcf3e1494127f2eda7aa00')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  . /etc/profile.d/openjdk6.sh
-  # we need the rpath
-  cmake ../${pkgname}-${pkgver}-beta1 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSOPRANO_DISABLE_CLUCENE_INDEX=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: soprano/repos/kde-unstable-i686/PKGBUILD (from rev 161417, 
soprano/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-11 06:43:17 UTC (rev 161418)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=soprano
+pkgver=2.7.57
+pkgrel=1
+pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
+arch=('i686' 'x86_64')
+url='http://soprano.sourceforge.net/'
+license=('GPL' 'LGPL')
+depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
+makedepends=('cmake' 'openjdk6' 'doxygen')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('c40f6b6b6e36ed725101b8cf47e42ff0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  . /etc/profile.d/openjdk6.sh
+  # we need the rpath
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSOPRANO_DISABLE_CLUCENE_INDEX=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-11 06:42:50 UTC (rev 161417)
+++ kde-unstable-x86_64/PKGBUILD2012-06-11 06:43:17 UTC (rev 161418)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=soprano
-pkgver=2.7.56
-pkgrel=1
-pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
-arch=('i686' 'x86_64')
-url='http://soprano.sourceforge.net/'
-license=('GPL' 'LGPL')
-depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
-makedepends=('cmake' 'openjdk6' 'doxygen')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('999781170ebcf3e1494127f2eda7aa00')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  . /etc/profile.d/openjdk6.sh
-  # we need the rpath
-  cmake ../${pkgname}-${pkgver}-beta1 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSOPRANO_DISABLE_CLUCENE_INDEX=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: soprano/repos/kde-unstable-x86_64/PKGBUILD (from rev 161417, 
soprano/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-11 06:43:17 UTC (rev 161418)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=soprano
+pkgver=2.7.57
+pkgrel=1
+pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 

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

2012-06-11 Thread Juergen Hoetzel
Date: Monday, June 11, 2012 @ 03:31:19
  Author: juergen
Revision: 161419

update to 24.1

Modified:
  emacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 06:43:17 UTC (rev 161418)
+++ PKGBUILD2012-06-11 07:31:19 UTC (rev 161419)
@@ -3,26 +3,20 @@
 # Contributor: Renchi Raju ren...@green.tam.uiuc.edu
 
 pkgname=emacs
-pkgver=23.4
-pkgrel=2
+pkgver=24.1
+pkgrel=1
 pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/emacs/emacs.html;
 license=('GPL3')
 depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
 install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig}
-  emacs-subversion17.patch
-  emacs-23.3-xgselect_init.patch)
-md5sums=('070c68ad8e3c31fb3cb2414feaf5e6f0'
- '55eb16eb48b44987693c0e3ea5ab8075'
- '12e2e7a66df5cc5ded54e1d30083a1fb'
-'0d3b3d701ba1295613ace30e8d67ca88')
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
 
+
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -p1 -i ../emacs-subversion17.patch
-  patch -p1 -i ../emacs-23.3-xgselect_init.patch
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
 --localstatedir=/var --with-x-toolkit=gtk --with-xft
   make



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

2012-06-11 Thread Juergen Hoetzel
Date: Monday, June 11, 2012 @ 03:31:45
  Author: juergen
Revision: 161420

remove obsolete patches

Deleted:
  emacs/trunk/emacs-23.3-xgselect_init.patch
  emacs/trunk/emacs-subversion17.patch

+
 emacs-23.3-xgselect_init.patch |   13 --
 emacs-subversion17.patch   |   83 ---
 2 files changed, 96 deletions(-)

Deleted: emacs-23.3-xgselect_init.patch
===
--- emacs-23.3-xgselect_init.patch  2012-06-11 07:31:19 UTC (rev 161419)
+++ emacs-23.3-xgselect_init.patch  2012-06-11 07:31:45 UTC (rev 161420)
@@ -1,13 +0,0 @@
-diff -up emacs-23.3/src/xgselect.c.xgselect_init emacs-23.3/src/xgselect.c
 emacs-23.3/src/xgselect.c.xgselect_init2011-01-08 18:45:14.0 
+0100
-+++ emacs-23.3/src/xgselect.c  2011-11-11 13:00:53.211765255 +0100
-@@ -55,6 +55,9 @@ xg_select (max_fds, rfds, wfds, efds, ti
-   do {
- if (n_gfds  gfds_size) 
-   {
-+if (gfds_size == 0)
-+  xgselect_initialize ();
-+
- while (n_gfds  gfds_size) 
-   gfds_size *= 2;
- xfree (gfds);

Deleted: emacs-subversion17.patch
===
--- emacs-subversion17.patch2012-06-11 07:31:19 UTC (rev 161419)
+++ emacs-subversion17.patch2012-06-11 07:31:45 UTC (rev 161420)
@@ -1,83 +0,0 @@
-From d7afd9288e22c466b63c27e7e11783589b07aeff Mon Sep 17 00:00:00 2001
-From: Karl Pflästerer k...@rl.pflaesterer.de
-Date: Sat, 12 Feb 2011 01:12:53 +
-Subject: Adapt to Subversion change, with no .svn directory in each sub 
directory.
-
-http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00357.html
-
-* vc/vc-svn.el (vc-svn-registered): Use vc-svn-root.
-(vc-svn-root): New function.  Make vc-svn-responsible-p an alias.
-(vc-svn-repository-hostname): Use svn info.

-(limited to 'lisp/vc/vc-svn.el')
-
-diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el
-index aefef50..20c7689 100644
 a/lisp/vc-svn.el
-+++ b/lisp/vc-svn.el
-@@ -117,17 +117,13 @@ If you want to force an empty list of arguments, use t.
- ;;;###autoload(getenv SVN_ASP_DOT_NET_HACK))
- ;;;###autoload   _svn)
- ;;;###autoload  (t .svn
--;;;###autoload (when (file-readable-p (expand-file-name
--;;;###autoload (concat admin-dir /entries)
--;;;###autoload (file-name-directory f)))
-+;;;###autoload (when (vc-find-root f admin-dir)
- ;;;###autoload   (load vc-svn)
- ;;;###autoload   (vc-svn-registered f
- 
- (defun vc-svn-registered (file)
-   Check if FILE is SVN registered.
--  (when (file-readable-p (expand-file-name (concat vc-svn-admin-directory
-- /entries)
-- (file-name-directory file)))
-+  (when (vc-svn-root file)
- (with-temp-buffer
-   (cd (file-name-directory file))
-   (let* (process-file-side-effects
-@@ -275,14 +271,12 @@ Passes either `vc-svn-register-switches' or 
`vc-register-switches'
- to the SVN command.
-   (apply 'vc-svn-command nil 0 files add (vc-switches 'SVN 'register)))
- 
--(defun vc-svn-responsible-p (file)
--  Return non-nil if SVN thinks it is responsible for FILE.
--  (file-directory-p (expand-file-name vc-svn-admin-directory
--(if (file-directory-p file)
--file
--  (file-name-directory file)
-+(defun vc-svn-root (file)
-+  (vc-find-root file vc-svn-admin-directory))
- 
--(defalias 'vc-svn-could-register 'vc-svn-responsible-p
-+(defalias 'vc-svn-responsible-p 'vc-svn-root)
-+
-+(defalias 'vc-svn-could-register 'vc-svn-root
-   Return non-nil if FILE could be registered in SVN.
- This is only possible if SVN is responsible for FILE's directory.)
- 
-@@ -594,20 +588,10 @@ and that it passes `vc-svn-global-switches' to it before 
FLAGS.
- 
- (defun vc-svn-repository-hostname (dirname)
-   (with-temp-buffer
--(let ((coding-system-for-read
-- (or file-name-coding-system
-- default-file-name-coding-system)))
--  (vc-insert-file (expand-file-name (concat vc-svn-admin-directory
--  /entries)
--  dirname)))
-+(let (process-file-side-effects)
-+  (vc-svn-command t t dirname info --xml))
- (goto-char (point-min))
--(when (re-search-forward
-- ;; Old `svn' used name=svn:this_dir, newer use just name=.
-- (concat name=\\\(?:svn:this_dir\\)?\[\n\t ]*
-- \\(?:[-a-z]+=\[^\]*\[\n\t ]*\\)*?
-- url=\\\(?1:[^\]+\\)\
--   ;; Yet newer ones don't use XML any more.
--   \\|^\ndir\n[0-9]+\n\\(?1:.*\\)) nil t)
-+(when (re-search-forward url\\(.*\\)/url 

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

2012-06-11 Thread Juergen Hoetzel
Date: Monday, June 11, 2012 @ 03:51:41
  Author: juergen
Revision: 161421

upgpkg: emacs 24.1-1

Modified:
  emacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 07:31:45 UTC (rev 161420)
+++ PKGBUILD2012-06-11 07:51:41 UTC (rev 161421)
@@ -28,7 +28,7 @@
 
   # remove conflict with ctags package
   mv $pkgdir/usr/bin/{ctags,ctags.emacs}
-  mv $pkgdir/usr/share/man/man1/{ctags.1,ctags.emacs.1}
+  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
   # fix all the 777 perms on directories
   find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
   # fix user/root permissions on usr/share files



[arch-commits] Commit in emacs/repos/extra-i686 (6 files)

2012-06-11 Thread Juergen Hoetzel
Date: Monday, June 11, 2012 @ 03:52:00
  Author: juergen
Revision: 161422

archrelease: copy trunk to extra-i686

Added:
  emacs/repos/extra-i686/PKGBUILD
(from rev 161421, emacs/trunk/PKGBUILD)
  emacs/repos/extra-i686/emacs.install
(from rev 161421, emacs/trunk/emacs.install)
Deleted:
  emacs/repos/extra-i686/PKGBUILD
  emacs/repos/extra-i686/emacs-23.3-xgselect_init.patch
  emacs/repos/extra-i686/emacs-subversion17.patch
  emacs/repos/extra-i686/emacs.install

+
 PKGBUILD   |   88 ++-
 emacs-23.3-xgselect_init.patch |   13 -
 emacs-subversion17.patch   |   83 
 emacs.install  |   64 ++--
 4 files changed, 73 insertions(+), 175 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-11 07:51:41 UTC (rev 161421)
+++ PKGBUILD2012-06-11 07:52:00 UTC (rev 161422)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-pkgver=23.4
-pkgrel=2
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig}
-  emacs-subversion17.patch
-  emacs-23.3-xgselect_init.patch)
-md5sums=('070c68ad8e3c31fb3cb2414feaf5e6f0'
- '55eb16eb48b44987693c0e3ea5ab8075'
- '12e2e7a66df5cc5ded54e1d30083a1fb'
-'0d3b3d701ba1295613ace30e8d67ca88')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 -i ../emacs-subversion17.patch
-  patch -p1 -i ../emacs-23.3-xgselect_init.patch
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # remove conflict with ctags package
-  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
-  mv $pkgdir/usr/share/man/man1/{ctags.1,ctags.emacs.1}
-  # fix all the 777 perms on directories
-  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
-  # fix user/root permissions on usr/share files
-  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/extra-i686/PKGBUILD (from rev 161421, emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-11 07:52:00 UTC (rev 161422)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=24.1
+pkgrel=1
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove conflict with ctags package
+  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
+  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # fix all the 777 perms on directories
+  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
+  # fix user/root permissions on usr/share files
+  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs-23.3-xgselect_init.patch
===
--- emacs-23.3-xgselect_init.patch  2012-06-11 07:51:41 UTC (rev 161421)
+++ emacs-23.3-xgselect_init.patch  2012-06-11 07:52:00 UTC (rev 161422)
@@ -1,13 +0,0 @@
-diff -up emacs-23.3/src/xgselect.c.xgselect_init emacs-23.3/src/xgselect.c
 emacs-23.3/src/xgselect.c.xgselect_init2011-01-08 18:45:14.0 
+0100
-+++ emacs-23.3/src/xgselect.c  2011-11-11 13:00:53.211765255 +0100
-@@ -55,6 +55,9 @@ xg_select (max_fds, 

[arch-commits] Commit in emacs/repos/extra-x86_64 (6 files)

2012-06-11 Thread Juergen Hoetzel
Date: Monday, June 11, 2012 @ 04:05:59
  Author: juergen
Revision: 161423

archrelease: copy trunk to extra-x86_64

Added:
  emacs/repos/extra-x86_64/PKGBUILD
(from rev 161422, emacs/trunk/PKGBUILD)
  emacs/repos/extra-x86_64/emacs.install
(from rev 161422, emacs/trunk/emacs.install)
Deleted:
  emacs/repos/extra-x86_64/PKGBUILD
  emacs/repos/extra-x86_64/emacs-23.3-xgselect_init.patch
  emacs/repos/extra-x86_64/emacs-subversion17.patch
  emacs/repos/extra-x86_64/emacs.install

+
 PKGBUILD   |   88 ++-
 emacs-23.3-xgselect_init.patch |   13 -
 emacs-subversion17.patch   |   83 
 emacs.install  |   64 ++--
 4 files changed, 73 insertions(+), 175 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-11 07:52:00 UTC (rev 161422)
+++ PKGBUILD2012-06-11 08:05:59 UTC (rev 161423)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-pkgver=23.4
-pkgrel=2
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig}
-  emacs-subversion17.patch
-  emacs-23.3-xgselect_init.patch)
-md5sums=('070c68ad8e3c31fb3cb2414feaf5e6f0'
- '55eb16eb48b44987693c0e3ea5ab8075'
- '12e2e7a66df5cc5ded54e1d30083a1fb'
-'0d3b3d701ba1295613ace30e8d67ca88')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 -i ../emacs-subversion17.patch
-  patch -p1 -i ../emacs-23.3-xgselect_init.patch
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # remove conflict with ctags package
-  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
-  mv $pkgdir/usr/share/man/man1/{ctags.1,ctags.emacs.1}
-  # fix all the 777 perms on directories
-  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
-  # fix user/root permissions on usr/share files
-  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/extra-x86_64/PKGBUILD (from rev 161422, 
emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-11 08:05:59 UTC (rev 161423)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=24.1
+pkgrel=1
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove conflict with ctags package
+  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
+  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # fix all the 777 perms on directories
+  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
+  # fix user/root permissions on usr/share files
+  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs-23.3-xgselect_init.patch
===
--- emacs-23.3-xgselect_init.patch  2012-06-11 07:52:00 UTC (rev 161422)
+++ emacs-23.3-xgselect_init.patch  2012-06-11 08:05:59 UTC (rev 161423)
@@ -1,13 +0,0 @@
-diff -up emacs-23.3/src/xgselect.c.xgselect_init emacs-23.3/src/xgselect.c
 emacs-23.3/src/xgselect.c.xgselect_init2011-01-08 18:45:14.0 
+0100
-+++ emacs-23.3/src/xgselect.c  2011-11-11 13:00:53.211765255 +0100
-@@ -55,6 +55,9 @@ 

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

2012-06-11 Thread Juergen Hoetzel
Date: Monday, June 11, 2012 @ 04:17:21
  Author: juergen
Revision: 161424

archrelease: copy trunk to extra-x86_64

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

---+
 PKGBUILD  |   82 
 emacs.install |   64 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-11 08:05:59 UTC (rev 161423)
+++ PKGBUILD2012-06-11 08:17:21 UTC (rev 161424)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-pkgver=24.1
-pkgrel=1
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # remove conflict with ctags package
-  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
-  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-  # fix all the 777 perms on directories
-  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
-  # fix user/root permissions on usr/share files
-  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/extra-x86_64/PKGBUILD (from rev 161423, 
emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-11 08:17:21 UTC (rev 161424)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=24.1
+pkgrel=1
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove conflict with ctags package
+  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
+  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # fix all the 777 perms on directories
+  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
+  # fix user/root permissions on usr/share files
+  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs.install
===
--- emacs.install   2012-06-11 08:05:59 UTC (rev 161423)
+++ emacs.install   2012-06-11 08:17:21 UTC (rev 161424)
@@ -1,32 +0,0 @@
-ICON_PATH=usr/share/icons/hicolor
-INFO_DIR=usr/share/info
-
-INFO_FILES=(ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse
-ede ediff edt efaq eieio eintr elisp emacs emacs-mime epa erc eshell eudc 
flymake
-forms gnus idlwave info mairix-el message mh-e newsticker nxml-mode
-org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail
-speedbar tramp url vip viper widget woman)
-
-post_install() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  update-desktop-database -q
-
-  [[ -x usr/bin/install-info ]] || return 0
-  for f in ${INFO_FILES[@]}; do
-install-info ${INFO_DIR}/$f.gz ${INFO_DIR}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  update-desktop-database -q
-
-  [[ -x 

[arch-commits] Commit in php-apc/trunk (PKGBUILD svn.patch)

2012-06-11 Thread Pierre Schmitz
Date: Monday, June 11, 2012 @ 05:02:25
  Author: pierre
Revision: 161425

Backport patches from svn trunk

Fixes FS#29708

Added:
  php-apc/trunk/svn.patch
Modified:
  php-apc/trunk/PKGBUILD

---+
 PKGBUILD  |9 +++--
 svn.patch |  108 
 2 files changed, 114 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 08:17:21 UTC (rev 161424)
+++ PKGBUILD2012-06-11 09:02:25 UTC (rev 161425)
@@ -3,18 +3,21 @@
 
 pkgname=php-apc
 pkgver=3.1.10
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
 url='http://pecl.php.net/package/APC'
 depends=('php')
 license=('PHP')
-source=(http://pecl.php.net/get/APC-${pkgver}.tgz;)
+source=(http://pecl.php.net/get/APC-${pkgver}.tgz;
+'svn.patch')
 backup=('etc/php/conf.d/apc.ini')
-md5sums=('f4a6b91903d6ba9dce89fc87bb6f26c9')
+md5sums=('f4a6b91903d6ba9dce89fc87bb6f26c9'
+ 'ce07a1b49b5af496e16362899df3e3c4')
 
 build() {
cd $srcdir/APC-$pkgver
+   patch -p0 -i ${srcdir}/svn.patch
phpize
./configure --prefix=/usr
make

Added: svn.patch
===
--- svn.patch   (rev 0)
+++ svn.patch   2012-06-11 09:02:25 UTC (rev 161425)
@@ -0,0 +1,108 @@
+Index: apc_string.c
+===
+--- apc_string.c   (Revision 325040)
 apc_string.c   (Revision 326091)
+@@ -91,17 +91,18 @@
+ p = p-pNext;
+ }
+
+-if (APCSG(interned_strings_top) + ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + 
nKeyLength) =
++if (APCSG(interned_strings_top) + ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + 
nKeyLength + 1) =
+ APCSG(interned_strings_end)) {
+ /* no memory */
+ return NULL;
+ }
+ 
+ p = (Bucket *) APCSG(interned_strings_top);
+-APCSG(interned_strings_top) += ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + 
nKeyLength);
++APCSG(interned_strings_top) += ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + 
nKeyLength + 1);
+ 
+ p-arKey = (char*)(p+1);
+ memcpy(p-arKey, arKey, nKeyLength);
++((char *)p-arKey)[nKeyLength] = '\0';
+ p-nKeyLength = nKeyLength;
+ p-h = h;
+ p-pData = p-pDataPtr;
+@@ -154,7 +155,7 @@
+ }
+ 
+   if (ce-name) {
+-ce-name = apc_new_interned_string(ce-name, ce-name_length 
TSRMLS_CC);
++ce-name = apc_new_interned_string(ce-name, ce-name_length+1 
TSRMLS_CC);
+   }
+ 
+ q = ce-properties_info.pListHead;
+@@ -166,7 +167,7 @@
+ }
+ 
+ if (info-name) {
+-info-name = apc_new_interned_string(info-name, 
info-name_length TSRMLS_CC);
++info-name = apc_new_interned_string(info-name, 
info-name_length+1 TSRMLS_CC);
+ }
+ 
+ q = q-pListNext;
+Index: apc.php
+===
+--- apc.php(Revision 325040)
 apc.php(Revision 326091)
+@@ -91,7 +91,7 @@
+   'SORT1' = '/^[AHSMCDTZ]$/',// first sort key
+   'SORT2' = '/^[DA]$/',  // second sort key
+   'AGGR'  = '/^\d+$/',   // aggregation by dir level
+-  'SEARCH'= '~^[a-zA-Z0-1/_.-]*$~'   // 
aggregation by dir level
++  'SEARCH'= '~^[a-zA-Z0-9/_.-]*$~'   // 
aggregation by dir level
+ );
+ 
+ // default cache mode
+Index: php_apc.c
+===
+--- php_apc.c  (Revision 325040)
 php_apc.c  (Revision 326091)
+@@ -724,6 +724,10 @@
+ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, s|lz, strkey, 
strkey_len, (args.step), success) == FAILURE) {
+ return;
+ }
++
++  if (success) {
++  zval_dtor(success);
++  }
+ 
+ if(_apc_update(strkey, strkey_len, inc_updater, args TSRMLS_CC)) {
+ if(success) ZVAL_TRUE(success);
+@@ -747,6 +751,10 @@
+ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, s|lz, strkey, 
strkey_len, (args.step), success) == FAILURE) {
+ return;
+ }
++
++  if (success) {
++  zval_dtor(success);
++  }
+ 
+ args.step = args.step * -1;
+ 
+Index: php_apc.h
+===
+--- php_apc.h  (Revision 325040)
 php_apc.h  (Revision 326091)
+@@ -35,7 +35,7 @@
+ #include apc_php.h
+ #include apc_globals.h
+ 
+-#define PHP_APC_VERSION 3.1.9
++#define PHP_APC_VERSION 3.1.10
+ 
+ extern zend_module_entry apc_module_entry;
+ #define apc_module_ptr apc_module_entry
+Index: apc_cache.c
+===
+--- apc_cache.c(Revision 325040)
 apc_cache.c(Revision 326091)

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

2012-06-11 Thread Pierre Schmitz
Date: Monday, June 11, 2012 @ 05:03:14
  Author: pierre
Revision: 161426

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

Added:
  php-apc/repos/extra-i686/PKGBUILD
(from rev 161425, php-apc/trunk/PKGBUILD)
  php-apc/repos/extra-i686/svn.patch
(from rev 161425, php-apc/trunk/svn.patch)
  php-apc/repos/extra-x86_64/PKGBUILD
(from rev 161425, php-apc/trunk/PKGBUILD)
  php-apc/repos/extra-x86_64/svn.patch
(from rev 161425, php-apc/trunk/svn.patch)
Deleted:
  php-apc/repos/extra-i686/PKGBUILD
  php-apc/repos/extra-x86_64/PKGBUILD

+
 extra-i686/PKGBUILD|   73 ---
 extra-i686/svn.patch   |  108 +++
 extra-x86_64/PKGBUILD  |   73 ---
 extra-x86_64/svn.patch |  108 +++
 4 files changed, 292 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 09:02:25 UTC (rev 161425)
+++ extra-i686/PKGBUILD 2012-06-11 09:03:14 UTC (rev 161426)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-apc
-pkgver=3.1.10
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
-url='http://pecl.php.net/package/APC'
-depends=('php')
-license=('PHP')
-source=(http://pecl.php.net/get/APC-${pkgver}.tgz;)
-backup=('etc/php/conf.d/apc.ini')
-md5sums=('f4a6b91903d6ba9dce89fc87bb6f26c9')
-
-build() {
-   cd $srcdir/APC-$pkgver
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-# check() {
-#  cd $srcdir/APC-$pkgver
-#  make test
-# }
-
-package() {
-   cd $srcdir/APC-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-   echo ';extension=apc.so'  apc.ini
-   install -D -m644 apc.ini $pkgdir/etc/php/conf.d/apc.ini
-   install -D -m644 apc.php $pkgdir/usr/share/php-apc/apc.php
-   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apc/install.txt
-}

Copied: php-apc/repos/extra-i686/PKGBUILD (from rev 161425, 
php-apc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 09:03:14 UTC (rev 161426)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-apc
+pkgver=3.1.10
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
+url='http://pecl.php.net/package/APC'
+depends=('php')
+license=('PHP')
+source=(http://pecl.php.net/get/APC-${pkgver}.tgz;
+'svn.patch')
+backup=('etc/php/conf.d/apc.ini')
+md5sums=('f4a6b91903d6ba9dce89fc87bb6f26c9'
+ 'ce07a1b49b5af496e16362899df3e3c4')
+
+build() {
+   cd $srcdir/APC-$pkgver
+   patch -p0 -i ${srcdir}/svn.patch
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/APC-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/APC-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   echo ';extension=apc.so'  apc.ini
+   install -D -m644 apc.ini $pkgdir/etc/php/conf.d/apc.ini
+   install -D -m644 apc.php $pkgdir/usr/share/php-apc/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apc/install.txt
+}

Copied: php-apc/repos/extra-i686/svn.patch (from rev 161425, 
php-apc/trunk/svn.patch)
===
--- extra-i686/svn.patch(rev 0)
+++ extra-i686/svn.patch2012-06-11 09:03:14 UTC (rev 161426)
@@ -0,0 +1,108 @@
+Index: apc_string.c
+===
+--- apc_string.c   (Revision 325040)
 apc_string.c   (Revision 326091)
+@@ -91,17 +91,18 @@
+ p = p-pNext;
+ }
+
+-if (APCSG(interned_strings_top) + ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + 
nKeyLength) =
++if (APCSG(interned_strings_top) + ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + 
nKeyLength + 1) =
+ APCSG(interned_strings_end)) {
+ /* no memory */
+ return NULL;
+ }
+ 
+ p = (Bucket *) APCSG(interned_strings_top);
+-APCSG(interned_strings_top) += ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + 
nKeyLength);
++APCSG(interned_strings_top) += ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + 
nKeyLength + 1);
+ 
+ p-arKey = (char*)(p+1);
+ memcpy(p-arKey, arKey, nKeyLength);
++((char *)p-arKey)[nKeyLength] = '\0';
+ p-nKeyLength = nKeyLength;
+ p-h = h;
+ p-pData = p-pDataPtr;
+@@ -154,7 +155,7 @@
+ }
+ 
+   if (ce-name) {
+-ce-name = apc_new_interned_string(ce-name, ce-name_length 
TSRMLS_CC);
++ce-name = apc_new_interned_string(ce-name, ce-name_length+1 
TSRMLS_CC);
+   }
+ 
+ q = 

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

2012-06-11 Thread Pierre Schmitz
Date: Monday, June 11, 2012 @ 05:42:29
  Author: pierre
Revision: 161427

upgpkg: devtools 20120611-1

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 09:03:14 UTC (rev 161426)
+++ PKGBUILD2012-06-11 09:42:29 UTC (rev 161427)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=devtools
-pkgver=20120305
+pkgver=20120611
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -11,8 +11,8 @@
 depends=('namcap' 'openssh' 'subversion' 'rsync')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('0c2945e44c59a190097eaf07c1ca9896'
- 'f1db3e998280aeeb5e5e3bbfe4d7e521')
+md5sums=('49a8b1c256790063edc3cd54249e0e21'
+ '444ad039068dbd9279d0950e2ec9115f')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2012-06-11 Thread Pierre Schmitz
Date: Monday, June 11, 2012 @ 05:42:48
  Author: pierre
Revision: 161428

archrelease: copy trunk to extra-any

Added:
  devtools/repos/extra-any/PKGBUILD
(from rev 161427, devtools/trunk/PKGBUILD)
Deleted:
  devtools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-11 09:42:29 UTC (rev 161427)
+++ PKGBUILD2012-06-11 09:42:48 UTC (rev 161428)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=devtools
-pkgver=20120305
-pkgrel=1
-pkgdesc='Tools for Arch Linux package maintainers'
-arch=('any')
-license=('GPL')
-url='http://projects.archlinux.org/devtools.git/'
-depends=('namcap' 'openssh' 'subversion' 'rsync')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('0c2945e44c59a190097eaf07c1ca9896'
- 'f1db3e998280aeeb5e5e3bbfe4d7e521')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-}

Copied: devtools/repos/extra-any/PKGBUILD (from rev 161427, 
devtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-11 09:42:48 UTC (rev 161428)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=devtools
+pkgver=20120611
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('49a8b1c256790063edc3cd54249e0e21'
+ '444ad039068dbd9279d0950e2ec9115f')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}



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

2012-06-11 Thread Tobias Powalowski
Date: Monday, June 11, 2012 @ 09:05:41
  Author: tpowa
Revision: 161429

upgpkg: cifs-utils 5.5-1

fix #29869, bump to latest version

Modified:
  cifs-utils/trunk/PKGBUILD
Deleted:
  cifs-utils/trunk/mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch

--+
 PKGBUILD |   14 --
 mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch |   72 -
 2 files changed, 5 insertions(+), 81 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 09:42:48 UTC (rev 161428)
+++ PKGBUILD2012-06-11 13:05:41 UTC (rev 161429)
@@ -1,29 +1,25 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=cifs-utils
-pkgver=5.4
+pkgver=5.5
 pkgrel=1
 pkgdesc=CIFS filesystem user-space tools
 arch=(i686 x86_64)
 url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
 license=('GPL')
 depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
-source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2
-mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch)
+source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-   # add fedora build patch
-  patch -Np1 -i ../mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch
   ./configure --prefix=/usr
   make
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir ROOTSBINDIR=/usr/bin install
   # set mount.cifs uid, to enable none root mounting form fstab
-  chmod +s $pkgdir/sbin/mount.cifs
+  chmod +s $pkgdir/usr/bin/mount.cifs
 }
-md5sums=('dde98336c833b59777114145cb8f3c64'
- 'b1b0a5a21aedd5421ff6e1e1a8720771')
+md5sums=('4de6c660ccdb9506d0e2cff4f37b8707')

Deleted: mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch
===
--- mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch2012-06-11 
09:42:48 UTC (rev 161428)
+++ mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch2012-06-11 
13:05:41 UTC (rev 161429)
@@ -1,72 +0,0 @@
-From 900875dbda261dd8a9283bdda3c3dbe551fe0f7c Mon Sep 17 00:00:00 2001
-From: Jeff Layton jlay...@samba.org
-Date: Wed, 18 Apr 2012 21:41:05 -0400
-Subject: [PATCH] mount.cifs: fix up some -D_FORTIFY_SOURCE=2 warnings
-
-...and add -D_FORTIFY_SOURCE=2 to the default $CFLAGS.
-
-Signed-off-by: Jeff Layton jlay...@samba.org

- Makefile.am  |2 +-
- mount.cifs.c |   10 ++
- mtab.c   |4 +++-
- 3 files changed, 10 insertions(+), 6 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index d95142a..05729ca 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -1,4 +1,4 @@
--AM_CFLAGS = -Wall -Wextra -Werror
-+AM_CFLAGS = -Wall -Wextra -Werror -D_FORTIFY_SOURCE=2
- ACLOCAL_AMFLAGS = -I aclocal
- 
- root_sbindir = $(ROOTSBINDIR)
-diff --git a/mount.cifs.c b/mount.cifs.c
-index f0b073e..4f1ea40 100644
 a/mount.cifs.c
-+++ b/mount.cifs.c
-@@ -928,9 +928,9 @@ parse_options(const char *data, struct parsed_mount_info 
*parsed_info)
-   }
-   } else {
-   /* domain/username%password */
--  const int max = MAX_DOMAIN_SIZE +
--  MAX_USERNAME_SIZE +
--  MOUNT_PASSWD_SIZE + 2;
-+  const unsigned int max = MAX_DOMAIN_SIZE +
-+   MAX_USERNAME_SIZE +
-+   MOUNT_PASSWD_SIZE + 2;
-   if (strnlen(value, max + 1) = max + 1) {
-   fprintf(stderr, username too long\n);
-   return EX_USAGE;
-@@ -1603,8 +1603,10 @@ add_mtab(char *devname, char *mountpoint, unsigned long 
flags, const char *fstyp
-   mountent.mnt_passno = 0;
-   rc = addmntent(pmntfile, mountent);
-   if (rc) {
-+  int ignore __attribute__((unused));
-+
-   fprintf(stderr, unable to add mount entry to mtab\n);
--  ftruncate(fd, statbuf.st_size);
-+  ignore = ftruncate(fd, statbuf.st_size);
-   rc = EX_FILEIO;
-   }
-   tmprc = my_endmntent(pmntfile, statbuf.st_size);
-diff --git a/mtab.c b/mtab.c
-index de545b7..3d42ac0 100644
 a/mtab.c
-+++ b/mtab.c
-@@ -271,8 +271,10 @@ my_endmntent(FILE *stream, off_t size)
- 
-   /* truncate file back to size -- best effort here */
-   if (rc) {
-+  int ignore __attribute__((unused));
-+
-   rc = errno;
--  ftruncate(fd, size);
-+  ignore = ftruncate(fd, size);
-   }
- 
-   endmntent(stream);
--- 
-1.7.7.6
-



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

2012-06-11 Thread Tobias Powalowski
Date: Monday, June 11, 2012 @ 09:06:12
  Author: tpowa
Revision: 161430

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

Added:
  cifs-utils/repos/extra-i686/PKGBUILD
(from rev 161429, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-x86_64/PKGBUILD
(from rev 161429, cifs-utils/trunk/PKGBUILD)
Deleted:
  cifs-utils/repos/extra-i686/PKGBUILD
  
cifs-utils/repos/extra-i686/mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch
  cifs-utils/repos/extra-x86_64/PKGBUILD
  
cifs-utils/repos/extra-x86_64/mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch

---+
 extra-i686/PKGBUILD   |   54 
+++
 extra-i686/mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch   |   72 
--
 extra-x86_64/PKGBUILD |   54 
+++
 extra-x86_64/mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch |   72 
--
 4 files changed, 50 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 13:05:41 UTC (rev 161429)
+++ extra-i686/PKGBUILD 2012-06-11 13:06:12 UTC (rev 161430)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=cifs-utils
-pkgver=5.4
-pkgrel=1
-pkgdesc=CIFS filesystem user-space tools
-arch=(i686 x86_64)
-url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
-license=('GPL')
-depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
-source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2
-mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-   # add fedora build patch
-  patch -Np1 -i ../mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # set mount.cifs uid, to enable none root mounting form fstab
-  chmod +s $pkgdir/sbin/mount.cifs
-}
-md5sums=('dde98336c833b59777114145cb8f3c64'
- 'b1b0a5a21aedd5421ff6e1e1a8720771')

Copied: cifs-utils/repos/extra-i686/PKGBUILD (from rev 161429, 
cifs-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 13:06:12 UTC (rev 161430)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=cifs-utils
+pkgver=5.5
+pkgrel=1
+pkgdesc=CIFS filesystem user-space tools
+arch=(i686 x86_64)
+url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
+source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir ROOTSBINDIR=/usr/bin install
+  # set mount.cifs uid, to enable none root mounting form fstab
+  chmod +s $pkgdir/usr/bin/mount.cifs
+}
+md5sums=('4de6c660ccdb9506d0e2cff4f37b8707')

Deleted: extra-i686/mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch
===
--- extra-i686/mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch 
2012-06-11 13:05:41 UTC (rev 161429)
+++ extra-i686/mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch 
2012-06-11 13:06:12 UTC (rev 161430)
@@ -1,72 +0,0 @@
-From 900875dbda261dd8a9283bdda3c3dbe551fe0f7c Mon Sep 17 00:00:00 2001
-From: Jeff Layton jlay...@samba.org
-Date: Wed, 18 Apr 2012 21:41:05 -0400
-Subject: [PATCH] mount.cifs: fix up some -D_FORTIFY_SOURCE=2 warnings
-
-...and add -D_FORTIFY_SOURCE=2 to the default $CFLAGS.
-
-Signed-off-by: Jeff Layton jlay...@samba.org

- Makefile.am  |2 +-
- mount.cifs.c |   10 ++
- mtab.c   |4 +++-
- 3 files changed, 10 insertions(+), 6 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index d95142a..05729ca 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -1,4 +1,4 @@
--AM_CFLAGS = -Wall -Wextra -Werror
-+AM_CFLAGS = -Wall -Wextra -Werror -D_FORTIFY_SOURCE=2
- ACLOCAL_AMFLAGS = -I aclocal
- 
- root_sbindir = $(ROOTSBINDIR)
-diff --git a/mount.cifs.c b/mount.cifs.c
-index f0b073e..4f1ea40 100644
 a/mount.cifs.c
-+++ b/mount.cifs.c
-@@ -928,9 +928,9 @@ parse_options(const char *data, struct parsed_mount_info 
*parsed_info)
-   }
-   } else {
-   /* domain/username%password */
--  const int max = MAX_DOMAIN_SIZE +
--  MAX_USERNAME_SIZE +
--  MOUNT_PASSWD_SIZE + 2;
-+  const unsigned int max = MAX_DOMAIN_SIZE +
-+

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

2012-06-11 Thread Tobias Powalowski
Date: Monday, June 11, 2012 @ 09:28:36
  Author: tpowa
Revision: 161431

upgpkg: unison 2.40.63-4

add version symlink # 29827

Modified:
  unison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 13:06:12 UTC (rev 161430)
+++ PKGBUILD2012-06-11 13:28:36 UTC (rev 161431)
@@ -3,7 +3,7 @@
 
 pkgname=unison
 pkgver=2.40.63
-pkgrel=3
+pkgrel=4
 pkgdesc=Unison is a file-synchronization tool
 arch=(i686 x86_64)
 license=('GPL2')
@@ -48,4 +48,6 @@
  # make symlink for .desktop file
   cd $pkgdir/usr/bin
   ln -s unison-gtk2 unison-x11
+ # make versioned symlink #29827
+  ln -s unison unison-2.40
 }



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

2012-06-11 Thread Tobias Powalowski
Date: Monday, June 11, 2012 @ 09:29:15
  Author: tpowa
Revision: 161432

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

Added:
  unison/repos/extra-i686/PKGBUILD
(from rev 161431, unison/trunk/PKGBUILD)
  unison/repos/extra-i686/unison-ssh-ocaml.patch
(from rev 161431, unison/trunk/unison-ssh-ocaml.patch)
  unison/repos/extra-i686/unison.desktop
(from rev 161431, unison/trunk/unison.desktop)
  unison/repos/extra-i686/unison.install
(from rev 161431, unison/trunk/unison.install)
  unison/repos/extra-x86_64/PKGBUILD
(from rev 161431, unison/trunk/PKGBUILD)
  unison/repos/extra-x86_64/unison-ssh-ocaml.patch
(from rev 161431, unison/trunk/unison-ssh-ocaml.patch)
  unison/repos/extra-x86_64/unison.desktop
(from rev 161431, unison/trunk/unison.desktop)
  unison/repos/extra-x86_64/unison.install
(from rev 161431, unison/trunk/unison.install)
Deleted:
  unison/repos/extra-i686/PKGBUILD
  unison/repos/extra-i686/unison-ssh-ocaml.patch
  unison/repos/extra-i686/unison.desktop
  unison/repos/extra-i686/unison.install
  unison/repos/extra-x86_64/PKGBUILD
  unison/repos/extra-x86_64/unison-ssh-ocaml.patch
  unison/repos/extra-x86_64/unison.desktop
  unison/repos/extra-x86_64/unison.install

-+
 extra-i686/PKGBUILD |  104 +-
 extra-i686/unison-ssh-ocaml.patch   |   50 
 extra-i686/unison.desktop   |   26 
 extra-i686/unison.install   |   56 +-
 extra-x86_64/PKGBUILD   |  104 +-
 extra-x86_64/unison-ssh-ocaml.patch |   50 
 extra-x86_64/unison.desktop |   26 
 extra-x86_64/unison.install |   56 +-
 8 files changed, 238 insertions(+), 234 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 13:28:36 UTC (rev 161431)
+++ extra-i686/PKGBUILD 2012-06-11 13:29:15 UTC (rev 161432)
@@ -1,51 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=unison
-pkgver=2.40.63
-pkgrel=3
-pkgdesc=Unison is a file-synchronization tool
-arch=(i686 x86_64)
-license=('GPL2')
-url=http://www.cis.upenn.edu/~bcpierce/unison;
-depends=('glibc')
-makedepends=('ocaml' 'lablgtk2' 'imagemagick')
-optdepends=('gtk2: for gtk2 support')
-source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/$pkgname-$pkgver.tar.gz
-$pkgname.desktop)
-md5sums=('3281207850cf6f0a17fe73f371893bd3'
- '2daecba7705455a8e4b769e48b059872')
-options=(!makeflags)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  CFLAGS=
-  make clean
-  make mkProjectInfo 
-  make UISTYLE=text DEBUGGING=false THREADS=true 
-  mv unison unison-text
- 
- # clean the builddir and rebuild with gtk support
-  # broken at the moment!
-  # make clean
-  # make mkProjectInfo
-  # make UISTYLE=gtk DEBUGGING=false THREADS=true
-  # install -Dm755 unison $pkgdir/usr/bin/unison-gtk
- # clean the builddir and rebuild with gtk2 support
-  make clean
-  make mkProjectInfo
-  make UISTYLE=gtk2 DEBUGGING=false THREADS=true
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -Dm755 unison-text $pkgdir/usr/bin/unison
-  install -Dm755 unison $pkgdir/usr/bin/unison-gtk2
- # install a .desktop file; create a compliant icon from ico file and install 
the png
-  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  convert win32rc/U.ico unison.png
-  install -Dm644 ${pkgname}-1.png  $pkgdir/usr/share/pixmaps/$pkgname.png
- # make symlink for .desktop file
-  cd $pkgdir/usr/bin
-  ln -s unison-gtk2 unison-x11
-}

Copied: unison/repos/extra-i686/PKGBUILD (from rev 161431, 
unison/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 13:29:15 UTC (rev 161432)
@@ -0,0 +1,53 @@
+# $Id$
+#Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=unison
+pkgver=2.40.63
+pkgrel=4
+pkgdesc=Unison is a file-synchronization tool
+arch=(i686 x86_64)
+license=('GPL2')
+url=http://www.cis.upenn.edu/~bcpierce/unison;
+depends=('glibc')
+makedepends=('ocaml' 'lablgtk2' 'imagemagick')
+optdepends=('gtk2: for gtk2 support')
+source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/$pkgname-$pkgver.tar.gz
+$pkgname.desktop)
+md5sums=('3281207850cf6f0a17fe73f371893bd3'
+ '2daecba7705455a8e4b769e48b059872')
+options=(!makeflags)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  CFLAGS=
+  make clean
+  make mkProjectInfo 
+  make UISTYLE=text DEBUGGING=false THREADS=true 
+  mv unison unison-text
+ 
+ # clean the builddir and rebuild with gtk support
+  # broken at the moment!
+  # make clean
+  # make mkProjectInfo
+  # make UISTYLE=gtk DEBUGGING=false THREADS=true
+  # install -Dm755 unison $pkgdir/usr/bin/unison-gtk
+ # 

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

2012-06-11 Thread Juergen Hoetzel
Date: Monday, June 11, 2012 @ 10:59:47
  Author: juergen
Revision: 161433

add missing imagemagick dependency

Modified:
  emacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 13:29:15 UTC (rev 161432)
+++ PKGBUILD2012-06-11 14:59:47 UTC (rev 161433)
@@ -4,12 +4,12 @@
 
 pkgname=emacs
 pkgver=24.1
-pkgrel=1
+pkgrel=2
 pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/emacs/emacs.html;
 license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib' 'imagemagick')
 install=emacs.install
 source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
 md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')



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

2012-06-11 Thread Juergen Hoetzel
Date: Monday, June 11, 2012 @ 11:00:08
  Author: juergen
Revision: 161434

archrelease: copy trunk to extra-x86_64

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

---+
 PKGBUILD  |   82 
 emacs.install |   64 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-11 14:59:47 UTC (rev 161433)
+++ PKGBUILD2012-06-11 15:00:08 UTC (rev 161434)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-pkgver=24.1
-pkgrel=1
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # remove conflict with ctags package
-  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
-  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-  # fix all the 777 perms on directories
-  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
-  # fix user/root permissions on usr/share files
-  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/extra-x86_64/PKGBUILD (from rev 161433, 
emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-11 15:00:08 UTC (rev 161434)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=24.1
+pkgrel=2
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib' 'imagemagick')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove conflict with ctags package
+  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
+  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # fix all the 777 perms on directories
+  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
+  # fix user/root permissions on usr/share files
+  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs.install
===
--- emacs.install   2012-06-11 14:59:47 UTC (rev 161433)
+++ emacs.install   2012-06-11 15:00:08 UTC (rev 161434)
@@ -1,32 +0,0 @@
-ICON_PATH=usr/share/icons/hicolor
-INFO_DIR=usr/share/info
-
-INFO_FILES=(ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse
-ede ediff edt efaq eieio eintr elisp emacs emacs-mime epa erc eshell eudc 
flymake
-forms gnus idlwave info mairix-el message mh-e newsticker nxml-mode
-org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail
-speedbar tramp url vip viper widget woman)
-
-post_install() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  update-desktop-database -q
-
-  [[ -x usr/bin/install-info ]] || return 0
-  for f in ${INFO_FILES[@]}; do
-install-info ${INFO_DIR}/$f.gz ${INFO_DIR}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  update-desktop-database 

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

2012-06-11 Thread Juergen Hoetzel
Date: Monday, June 11, 2012 @ 11:02:49
  Author: juergen
Revision: 161435

archrelease: copy trunk to extra-x86_64

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

---+
 PKGBUILD  |   82 
 emacs.install |   64 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-11 15:00:08 UTC (rev 161434)
+++ PKGBUILD2012-06-11 15:02:49 UTC (rev 161435)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-pkgver=24.1
-pkgrel=2
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib' 'imagemagick')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # remove conflict with ctags package
-  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
-  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-  # fix all the 777 perms on directories
-  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
-  # fix user/root permissions on usr/share files
-  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/extra-x86_64/PKGBUILD (from rev 161434, 
emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-11 15:02:49 UTC (rev 161435)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=24.1
+pkgrel=2
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib' 'imagemagick')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove conflict with ctags package
+  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
+  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # fix all the 777 perms on directories
+  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
+  # fix user/root permissions on usr/share files
+  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs.install
===
--- emacs.install   2012-06-11 15:00:08 UTC (rev 161434)
+++ emacs.install   2012-06-11 15:02:49 UTC (rev 161435)
@@ -1,32 +0,0 @@
-ICON_PATH=usr/share/icons/hicolor
-INFO_DIR=usr/share/info
-
-INFO_FILES=(ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse
-ede ediff edt efaq eieio eintr elisp emacs emacs-mime epa erc eshell eudc 
flymake
-forms gnus idlwave info mairix-el message mh-e newsticker nxml-mode
-org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail
-speedbar tramp url vip viper widget woman)
-
-post_install() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  update-desktop-database -q
-
-  [[ -x usr/bin/install-info ]] || return 0
-  for f in ${INFO_FILES[@]}; do
-install-info ${INFO_DIR}/$f.gz ${INFO_DIR}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  

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

2012-06-11 Thread Juergen Hoetzel
Date: Monday, June 11, 2012 @ 11:03:29
  Author: juergen
Revision: 161436

archrelease: copy trunk to extra-x86_64

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

---+
 PKGBUILD  |   82 
 emacs.install |   64 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-11 15:02:49 UTC (rev 161435)
+++ PKGBUILD2012-06-11 15:03:29 UTC (rev 161436)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-pkgver=24.1
-pkgrel=2
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib' 'imagemagick')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # remove conflict with ctags package
-  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
-  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-  # fix all the 777 perms on directories
-  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
-  # fix user/root permissions on usr/share files
-  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/extra-x86_64/PKGBUILD (from rev 161435, 
emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-11 15:03:29 UTC (rev 161436)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=24.1
+pkgrel=2
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib' 'imagemagick')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove conflict with ctags package
+  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
+  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # fix all the 777 perms on directories
+  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
+  # fix user/root permissions on usr/share files
+  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs.install
===
--- emacs.install   2012-06-11 15:02:49 UTC (rev 161435)
+++ emacs.install   2012-06-11 15:03:29 UTC (rev 161436)
@@ -1,32 +0,0 @@
-ICON_PATH=usr/share/icons/hicolor
-INFO_DIR=usr/share/info
-
-INFO_FILES=(ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse
-ede ediff edt efaq eieio eintr elisp emacs emacs-mime epa erc eshell eudc 
flymake
-forms gnus idlwave info mairix-el message mh-e newsticker nxml-mode
-org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail
-speedbar tramp url vip viper widget woman)
-
-post_install() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  update-desktop-database -q
-
-  [[ -x usr/bin/install-info ]] || return 0
-  for f in ${INFO_FILES[@]}; do
-install-info ${INFO_DIR}/$f.gz ${INFO_DIR}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  

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

2012-06-11 Thread Juergen Hoetzel
Date: Monday, June 11, 2012 @ 11:10:57
  Author: juergen
Revision: 161437

archrelease: copy trunk to extra-i686

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

---+
 PKGBUILD  |   82 
 emacs.install |   64 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-11 15:03:29 UTC (rev 161436)
+++ PKGBUILD2012-06-11 15:10:57 UTC (rev 161437)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-pkgver=24.1
-pkgrel=1
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # remove conflict with ctags package
-  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
-  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-  # fix all the 777 perms on directories
-  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
-  # fix user/root permissions on usr/share files
-  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/extra-i686/PKGBUILD (from rev 161436, emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-11 15:10:57 UTC (rev 161437)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=24.1
+pkgrel=2
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib' 'imagemagick')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove conflict with ctags package
+  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
+  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # fix all the 777 perms on directories
+  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
+  # fix user/root permissions on usr/share files
+  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs.install
===
--- emacs.install   2012-06-11 15:03:29 UTC (rev 161436)
+++ emacs.install   2012-06-11 15:10:57 UTC (rev 161437)
@@ -1,32 +0,0 @@
-ICON_PATH=usr/share/icons/hicolor
-INFO_DIR=usr/share/info
-
-INFO_FILES=(ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse
-ede ediff edt efaq eieio eintr elisp emacs emacs-mime epa erc eshell eudc 
flymake
-forms gnus idlwave info mairix-el message mh-e newsticker nxml-mode
-org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail
-speedbar tramp url vip viper widget woman)
-
-post_install() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  update-desktop-database -q
-
-  [[ -x usr/bin/install-info ]] || return 0
-  for f in ${INFO_FILES[@]}; do
-install-info ${INFO_DIR}/$f.gz ${INFO_DIR}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f ${ICON_PATH}
-  update-desktop-database -q
-
-  [[ 

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

2012-06-11 Thread Jan de Groot
Date: Monday, June 11, 2012 @ 11:51:12
  Author: jgc
Revision: 161438

upgpkg: gtk-engines 2.21.0-1

Update to snapshot from 2.22 branch - commit 
1cf9bebb2c5ece766ee2472dbc977a3a2cb984ba

Modified:
  gtk-engines/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 15:10:57 UTC (rev 161437)
+++ PKGBUILD2012-06-11 15:51:12 UTC (rev 161438)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtk-engines
-pkgver=2.20.2
-pkgrel=2
+pkgver=2.21.0
+pkgrel=1
 pkgdesc=Theme engines for GTK+ 2
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
@@ -11,10 +11,12 @@
 makedepends=('pkg-config' 'intltool')
 options=('!libtool')
 url=http://live.gnome.org/GnomeArt;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2)
+source=(ftp://ftp.archlinux.org/other/gtk-engines/${pkgname}-${pkgver}.tar.gz
+
ftp://ftp.archlinux.org/other/gtk-engines/${pkgname}-${pkgver}.tar.gz.sig)
 conflicts=('lighthouse-gtk2' 'clearlooks-gtk2')
 replaces=('lighthouse-gtk2')
-sha256sums=('15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5')
+md5sums=('d82ae66d6eb045d83c30b78b13818d41'
+ 'c1166505961b9aa2ef98228a7cea1860')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-06-11 Thread Jan de Groot
Date: Monday, June 11, 2012 @ 11:51:44
  Author: jgc
Revision: 161439

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

Added:
  gtk-engines/repos/extra-i686/PKGBUILD
(from rev 161438, gtk-engines/trunk/PKGBUILD)
  gtk-engines/repos/extra-x86_64/PKGBUILD
(from rev 161438, gtk-engines/trunk/PKGBUILD)
Deleted:
  gtk-engines/repos/extra-i686/PKGBUILD
  gtk-engines/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 15:51:12 UTC (rev 161438)
+++ extra-i686/PKGBUILD 2012-06-11 15:51:44 UTC (rev 161439)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gtk-engines
-pkgver=2.20.2
-pkgrel=2
-pkgdesc=Theme engines for GTK+ 2
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('gtk2=2.22.0')
-makedepends=('pkg-config' 'intltool')
-options=('!libtool')
-url=http://live.gnome.org/GnomeArt;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2)
-conflicts=('lighthouse-gtk2' 'clearlooks-gtk2')
-replaces=('lighthouse-gtk2')
-sha256sums=('15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-animation
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gtk-engines/repos/extra-i686/PKGBUILD (from rev 161438, 
gtk-engines/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 15:51:44 UTC (rev 161439)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gtk-engines
+pkgver=2.21.0
+pkgrel=1
+pkgdesc=Theme engines for GTK+ 2
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk2=2.22.0')
+makedepends=('pkg-config' 'intltool')
+options=('!libtool')
+url=http://live.gnome.org/GnomeArt;
+source=(ftp://ftp.archlinux.org/other/gtk-engines/${pkgname}-${pkgver}.tar.gz
+
ftp://ftp.archlinux.org/other/gtk-engines/${pkgname}-${pkgver}.tar.gz.sig)
+conflicts=('lighthouse-gtk2' 'clearlooks-gtk2')
+replaces=('lighthouse-gtk2')
+md5sums=('d82ae66d6eb045d83c30b78b13818d41'
+ 'c1166505961b9aa2ef98228a7cea1860')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-animation
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-11 15:51:12 UTC (rev 161438)
+++ extra-x86_64/PKGBUILD   2012-06-11 15:51:44 UTC (rev 161439)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gtk-engines
-pkgver=2.20.2
-pkgrel=2
-pkgdesc=Theme engines for GTK+ 2
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('gtk2=2.22.0')
-makedepends=('pkg-config' 'intltool')
-options=('!libtool')
-url=http://live.gnome.org/GnomeArt;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2)
-conflicts=('lighthouse-gtk2' 'clearlooks-gtk2')
-replaces=('lighthouse-gtk2')
-sha256sums=('15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-animation
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gtk-engines/repos/extra-x86_64/PKGBUILD (from rev 161438, 
gtk-engines/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-11 15:51:44 UTC (rev 161439)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gtk-engines
+pkgver=2.21.0
+pkgrel=1
+pkgdesc=Theme engines for GTK+ 2
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk2=2.22.0')
+makedepends=('pkg-config' 'intltool')
+options=('!libtool')
+url=http://live.gnome.org/GnomeArt;
+source=(ftp://ftp.archlinux.org/other/gtk-engines/${pkgname}-${pkgver}.tar.gz
+
ftp://ftp.archlinux.org/other/gtk-engines/${pkgname}-${pkgver}.tar.gz.sig)
+conflicts=('lighthouse-gtk2' 'clearlooks-gtk2')
+replaces=('lighthouse-gtk2')
+md5sums=('d82ae66d6eb045d83c30b78b13818d41'
+ 'c1166505961b9aa2ef98228a7cea1860')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-animation
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-06-11 Thread Thomas Dziedzic
Date: Monday, June 11, 2012 @ 13:22:08
  Author: tdziedzic
Revision: 161440

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

Added:
  cabal-install/repos/testing-i686/
  cabal-install/repos/testing-i686/PKGBUILD
(from rev 161439, cabal-install/repos/staging-i686/PKGBUILD)
  cabal-install/repos/testing-x86_64/
  cabal-install/repos/testing-x86_64/PKGBUILD
(from rev 161439, cabal-install/repos/staging-x86_64/PKGBUILD)
Deleted:
  cabal-install/repos/staging-i686/
  cabal-install/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: cabal-install/repos/testing-i686/PKGBUILD (from rev 161439, 
cabal-install/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-11 17:22:08 UTC (rev 161440)
@@ -0,0 +1,36 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=cabal-install
+pkgver=0.14.0
+pkgrel=2
+pkgdesc=The command-line interface for Cabal and Hackage.
+url=http://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('haskell-http=4000.2.3-1' 'haskell-zlib=0.5.3.3-4' 
'haskell-mtl=2.1.1-1' 'haskell-network=2.3.0.14-1' 'haskell-random=1.0.1.1-2')
+depends=('ghc' 'gmp' 'zlib')
+source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz)
+md5sums=('638514bd1a5792d75866481852148ae5')
+
+build() {
+cd cabal-install-${pkgver}
+runhaskell Setup configure --enable-shared --enable-split-objs 
--enable-executable-stripping --prefix=/usr
+runhaskell Setup build
+}
+
+package() {
+cd cabal-install-${pkgver}
+runhaskell Setup copy --destdir=$pkgdir
+
+# rm license installed to wrong location
+rm -rf ${pkgdir}/usr/share/doc
+
+install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+# add bash completion
+install -d ${pkgdir}/usr/share/bash-completion/completions
+install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}

Copied: cabal-install/repos/testing-x86_64/PKGBUILD (from rev 161439, 
cabal-install/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-11 17:22:08 UTC (rev 161440)
@@ -0,0 +1,36 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=cabal-install
+pkgver=0.14.0
+pkgrel=2
+pkgdesc=The command-line interface for Cabal and Hackage.
+url=http://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('haskell-http=4000.2.3-1' 'haskell-zlib=0.5.3.3-4' 
'haskell-mtl=2.1.1-1' 'haskell-network=2.3.0.14-1' 'haskell-random=1.0.1.1-2')
+depends=('ghc' 'gmp' 'zlib')
+source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz)
+md5sums=('638514bd1a5792d75866481852148ae5')
+
+build() {
+cd cabal-install-${pkgver}
+runhaskell Setup configure --enable-shared --enable-split-objs 
--enable-executable-stripping --prefix=/usr
+runhaskell Setup build
+}
+
+package() {
+cd cabal-install-${pkgver}
+runhaskell Setup copy --destdir=$pkgdir
+
+# rm license installed to wrong location
+rm -rf ${pkgdir}/usr/share/doc
+
+install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+# add bash completion
+install -d ${pkgdir}/usr/share/bash-completion/completions
+install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}



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

2012-06-11 Thread Thomas Dziedzic
Date: Monday, June 11, 2012 @ 13:22:19
  Author: tdziedzic
Revision: 161441

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

Added:
  ghc/repos/testing-i686/
  ghc/repos/testing-i686/PKGBUILD
(from rev 161439, ghc/repos/staging-i686/PKGBUILD)
  ghc/repos/testing-i686/build.mk
(from rev 161439, ghc/repos/staging-i686/build.mk)
  ghc/repos/testing-i686/ghc.install
(from rev 161439, ghc/repos/staging-i686/ghc.install)
  ghc/repos/testing-i686/print-provides-replaces.sh
(from rev 161439, ghc/repos/staging-i686/print-provides-replaces.sh)
  ghc/repos/testing-i686/silence-gen_contents_index.diff
(from rev 161439, ghc/repos/staging-i686/silence-gen_contents_index.diff)
  ghc/repos/testing-x86_64/
  ghc/repos/testing-x86_64/PKGBUILD
(from rev 161439, ghc/repos/staging-x86_64/PKGBUILD)
  ghc/repos/testing-x86_64/build.mk
(from rev 161439, ghc/repos/staging-x86_64/build.mk)
  ghc/repos/testing-x86_64/ghc.install
(from rev 161439, ghc/repos/staging-x86_64/ghc.install)
  ghc/repos/testing-x86_64/print-provides-replaces.sh
(from rev 161439, ghc/repos/staging-x86_64/print-provides-replaces.sh)
  ghc/repos/testing-x86_64/silence-gen_contents_index.diff
(from rev 161439, ghc/repos/staging-x86_64/silence-gen_contents_index.diff)
Deleted:
  ghc/repos/staging-i686/
  ghc/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |  120 +++
 testing-i686/build.mk  |  175 +++
 testing-i686/ghc.install   |   10 +
 testing-i686/print-provides-replaces.sh|   38 
 testing-i686/silence-gen_contents_index.diff   |   10 +
 testing-x86_64/PKGBUILD|  120 +++
 testing-x86_64/build.mk|  175 +++
 testing-x86_64/ghc.install |   10 +
 testing-x86_64/print-provides-replaces.sh  |   38 
 testing-x86_64/silence-gen_contents_index.diff |   10 +
 10 files changed, 706 insertions(+)

Copied: ghc/repos/testing-i686/PKGBUILD (from rev 161439, 
ghc/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-11 17:22:19 UTC (rev 161441)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Special note for devs looking to upgrade this package:
+#   ghc places a unique hash for each library when it is built.
+#   Libraries depend on versions specified by those hashes.
+#   This implies that all libraries need to be rebuilt when ghc is rebuilt.
+
+pkgname=ghc
+pkgver=7.4.2
+pkgrel=1
+pkgdesc='The Glasgow Haskell Compiler'
+arch=('i686' 'x86_64')
+url='http://www.haskell.org/ghc/'
+license=('custom')
+# libffi might be needed in the future: 
http://hackage.haskell.org/trac/ghc/ticket/4496
+depends=('perl' 'gmp=5.0' 'gcc') # 'libffi')
+makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl')
+checkdepends=('python2')
+install='ghc.install'
+# keep this otherwise a lot of tests will show as unexpected failures... need 
to investigate why using -jn for n  1 does this...
+options=('!makeflags')
+# missing rtl?
+provides=('haskell-array=0.4.0.0'
+  'haskell-base=4.5.1.0'
+  'haskell-binary=0.5.1.0'
+  'haskell-bin-package-db=0.0.0.0'
+  'haskell-bytestring=0.9.2.1'
+  'haskell-containers=0.4.2.1'
+  'haskell-deepseq=1.3.0.0'
+  'haskell-directory=1.1.0.2'
+  'haskell-extensible-exceptions=0.1.1.4'
+  'haskell-filepath=1.3.0.0'
+  'haskell-ghc-prim=0.2.0.0'
+  'haskell-haskell2010=1.1.0.1'
+  'haskell-haskell98=2.0.0.1'
+  'haskell-hoopl=3.8.7.3'
+  'haskell-hpc=0.5.1.1'
+  'haskell-integer-gmp=0.4.0.0'
+  'haskell-old-locale=1.0.0.4'
+  'haskell-old-time=1.1.0.0'
+  'haskell-pretty=1.1.1.0'
+  'haskell-process=1.1.0.1'
+  'haskell-template-haskell=2.7.0.0'
+  'haskell-time=1.4'
+  'haskell-unix=2.5.1.1'
+  'haskell-cabal=1.14.0'
+ )
+replaces=('haskell-array0.4.0.0'
+  'haskell-base4.5.1.0'
+  'haskell-binary0.5.1.0'
+  'haskell-bin-package-db0.0.0.0'
+  'haskell-bytestring0.9.2.1'
+  'haskell-containers0.4.2.1'
+  'haskell-deepseq1.3.0.0'
+  'haskell-directory1.1.0.2'
+  'haskell-extensible-exceptions0.1.1.4'
+  'haskell-filepath1.3.0.0'
+  'haskell-ghc-prim0.2.0.0'
+  'haskell-haskell20101.1.0.1'
+  'haskell-haskell982.0.0.1'
+  'haskell-hoopl3.8.7.3'
+  'haskell-hpc0.5.1.1'
+  'haskell-integer-gmp0.4.0.0'
+  'haskell-old-locale1.0.0.4'
+  'haskell-old-time1.1.0.0'
+  'haskell-pretty1.1.1.0'
+  

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

2012-06-11 Thread Thomas Dziedzic
Date: Monday, June 11, 2012 @ 13:22:24
  Author: tdziedzic
Revision: 161442

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

Added:
  haskell-http/repos/testing-i686/
  haskell-http/repos/testing-i686/PKGBUILD
(from rev 161439, haskell-http/repos/staging-i686/PKGBUILD)
  haskell-http/repos/testing-i686/haskell-http.install
(from rev 161439, haskell-http/repos/staging-i686/haskell-http.install)
  haskell-http/repos/testing-x86_64/
  haskell-http/repos/testing-x86_64/PKGBUILD
(from rev 161439, haskell-http/repos/staging-x86_64/PKGBUILD)
  haskell-http/repos/testing-x86_64/haskell-http.install
(from rev 161439, haskell-http/repos/staging-x86_64/haskell-http.install)
Deleted:
  haskell-http/repos/staging-i686/
  haskell-http/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   40 ++
 testing-i686/haskell-http.install   |   18 +++
 testing-x86_64/PKGBUILD |   40 ++
 testing-x86_64/haskell-http.install |   18 +++
 4 files changed, 116 insertions(+)

Copied: haskell-http/repos/testing-i686/PKGBUILD (from rev 161439, 
haskell-http/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-11 17:22:24 UTC (rev 161442)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.3
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh' 'haskell-network=2.3.0.14-1' 
'haskell-parsec=3.1.2-2' 'haskell-mtl=2.1.1-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('872a1e49c3701c61c354f76716d4e3e7')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-http/repos/testing-i686/haskell-http.install (from rev 161439, 
haskell-http/repos/staging-i686/haskell-http.install)
===
--- testing-i686/haskell-http.install   (rev 0)
+++ testing-i686/haskell-http.install   2012-06-11 17:22:24 UTC (rev 161442)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http/repos/testing-x86_64/PKGBUILD (from rev 161439, 
haskell-http/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-11 17:22:24 UTC (rev 161442)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.3
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh' 'haskell-network=2.3.0.14-1' 
'haskell-parsec=3.1.2-2' 'haskell-mtl=2.1.1-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install

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

2012-06-11 Thread Thomas Dziedzic
Date: Monday, June 11, 2012 @ 13:22:29
  Author: tdziedzic
Revision: 161443

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

Added:
  haskell-mtl/repos/testing-i686/
  haskell-mtl/repos/testing-i686/PKGBUILD
(from rev 161439, haskell-mtl/repos/staging-i686/PKGBUILD)
  haskell-mtl/repos/testing-i686/haskell-mtl.install
(from rev 161439, haskell-mtl/repos/staging-i686/haskell-mtl.install)
  haskell-mtl/repos/testing-x86_64/
  haskell-mtl/repos/testing-x86_64/PKGBUILD
(from rev 161439, haskell-mtl/repos/staging-x86_64/PKGBUILD)
  haskell-mtl/repos/testing-x86_64/haskell-mtl.install
(from rev 161439, haskell-mtl/repos/staging-x86_64/haskell-mtl.install)
Deleted:
  haskell-mtl/repos/staging-i686/
  haskell-mtl/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   38 +++
 testing-i686/haskell-mtl.install   |   18 
 testing-x86_64/PKGBUILD|   38 +++
 testing-x86_64/haskell-mtl.install |   18 
 4 files changed, 112 insertions(+)

Copied: haskell-mtl/repos/testing-i686/PKGBUILD (from rev 161439, 
haskell-mtl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-11 17:22:29 UTC (rev 161443)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=Monad transformer library
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh' 'haskell-transformers=0.3.0.0-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+md5sums=('0654be687f1492a2ff30cf6f3fb7eed0')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-mtl/repos/testing-i686/haskell-mtl.install (from rev 161439, 
haskell-mtl/repos/staging-i686/haskell-mtl.install)
===
--- testing-i686/haskell-mtl.install(rev 0)
+++ testing-i686/haskell-mtl.install2012-06-11 17:22:29 UTC (rev 161443)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-mtl
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-mtl/repos/testing-x86_64/PKGBUILD (from rev 161439, 
haskell-mtl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-11 17:22:29 UTC (rev 161443)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=Monad transformer library
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh' 'haskell-transformers=0.3.0.0-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+md5sums=('0654be687f1492a2ff30cf6f3fb7eed0')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 

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

2012-06-11 Thread Thomas Dziedzic
Date: Monday, June 11, 2012 @ 13:22:34
  Author: tdziedzic
Revision: 161444

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

Added:
  haskell-network/repos/testing-i686/
  haskell-network/repos/testing-i686/PKGBUILD
(from rev 161439, haskell-network/repos/staging-i686/PKGBUILD)
  haskell-network/repos/testing-i686/haskell-network.install
(from rev 161439, 
haskell-network/repos/staging-i686/haskell-network.install)
  haskell-network/repos/testing-x86_64/
  haskell-network/repos/testing-x86_64/PKGBUILD
(from rev 161439, haskell-network/repos/staging-x86_64/PKGBUILD)
  haskell-network/repos/testing-x86_64/haskell-network.install
(from rev 161439, 
haskell-network/repos/staging-x86_64/haskell-network.install)
Deleted:
  haskell-network/repos/staging-i686/
  haskell-network/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   40 +++
 testing-i686/haskell-network.install   |   18 +
 testing-x86_64/PKGBUILD|   40 +++
 testing-x86_64/haskell-network.install |   18 +
 4 files changed, 116 insertions(+)

Copied: haskell-network/repos/testing-i686/PKGBUILD (from rev 161439, 
haskell-network/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-11 17:22:34 UTC (rev 161444)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.3.0.14
+pkgrel=1
+pkgdesc=Networking-related facilities
+url=http://hackage.haskell.org/package/network;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh' 'haskell-parsec=3.1.2-2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('1e45cc731647acff8b9c33bda085bf2a')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-network/repos/testing-i686/haskell-network.install (from rev 
161439, haskell-network/repos/staging-i686/haskell-network.install)
===
--- testing-i686/haskell-network.install(rev 0)
+++ testing-i686/haskell-network.install2012-06-11 17:22:34 UTC (rev 
161444)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-network
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-network/repos/testing-x86_64/PKGBUILD (from rev 161439, 
haskell-network/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-11 17:22:34 UTC (rev 161444)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.3.0.14
+pkgrel=1
+pkgdesc=Networking-related facilities
+url=http://hackage.haskell.org/package/network;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh' 'haskell-parsec=3.1.2-2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install

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

2012-06-11 Thread Thomas Dziedzic
Date: Monday, June 11, 2012 @ 13:22:39
  Author: tdziedzic
Revision: 161445

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

Added:
  haskell-parsec/repos/testing-i686/
  haskell-parsec/repos/testing-i686/PKGBUILD
(from rev 161439, haskell-parsec/repos/staging-i686/PKGBUILD)
  haskell-parsec/repos/testing-i686/haskell-parsec.install
(from rev 161439, haskell-parsec/repos/staging-i686/haskell-parsec.install)
  haskell-parsec/repos/testing-x86_64/
  haskell-parsec/repos/testing-x86_64/PKGBUILD
(from rev 161439, haskell-parsec/repos/staging-x86_64/PKGBUILD)
  haskell-parsec/repos/testing-x86_64/haskell-parsec.install
(from rev 161439, 
haskell-parsec/repos/staging-x86_64/haskell-parsec.install)
Deleted:
  haskell-parsec/repos/staging-i686/
  haskell-parsec/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   39 
 testing-i686/haskell-parsec.install   |   18 ++
 testing-x86_64/PKGBUILD   |   39 
 testing-x86_64/haskell-parsec.install |   18 ++
 4 files changed, 114 insertions(+)

Copied: haskell-parsec/repos/testing-i686/PKGBUILD (from rev 161439, 
haskell-parsec/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-11 17:22:39 UTC (rev 161445)
@@ -0,0 +1,39 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# As generated by cabal2arch 0.7.6
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.2
+pkgrel=2
+pkgdesc=Monadic parser combinators
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh' 'haskell-mtl=2.1.1-1' 'haskell-text=0.11.2.1-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('c2a75dfd247ae4839e2602b62dc87487')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-parsec/repos/testing-i686/haskell-parsec.install (from rev 
161439, haskell-parsec/repos/staging-i686/haskell-parsec.install)
===
--- testing-i686/haskell-parsec.install (rev 0)
+++ testing-i686/haskell-parsec.install 2012-06-11 17:22:39 UTC (rev 161445)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-parsec
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-parsec/repos/testing-x86_64/PKGBUILD (from rev 161439, 
haskell-parsec/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-11 17:22:39 UTC (rev 161445)
@@ -0,0 +1,39 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# As generated by cabal2arch 0.7.6
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.2
+pkgrel=2
+pkgdesc=Monadic parser combinators
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh' 'haskell-mtl=2.1.1-1' 'haskell-text=0.11.2.1-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install

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

2012-06-11 Thread Thomas Dziedzic
Date: Monday, June 11, 2012 @ 13:22:44
  Author: tdziedzic
Revision: 161446

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

Added:
  haskell-random/repos/testing-i686/
  haskell-random/repos/testing-i686/PKGBUILD
(from rev 161439, haskell-random/repos/staging-i686/PKGBUILD)
  haskell-random/repos/testing-i686/haskell-random.install
(from rev 161439, haskell-random/repos/staging-i686/haskell-random.install)
  haskell-random/repos/testing-x86_64/
  haskell-random/repos/testing-x86_64/PKGBUILD
(from rev 161439, haskell-random/repos/staging-x86_64/PKGBUILD)
  haskell-random/repos/testing-x86_64/haskell-random.install
(from rev 161439, 
haskell-random/repos/staging-x86_64/haskell-random.install)
Deleted:
  haskell-random/repos/staging-i686/
  haskell-random/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   37 
 testing-i686/haskell-random.install   |   18 +++
 testing-x86_64/PKGBUILD   |   37 
 testing-x86_64/haskell-random.install |   18 +++
 4 files changed, 110 insertions(+)

Copied: haskell-random/repos/testing-i686/PKGBUILD (from rev 161439, 
haskell-random/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-11 17:22:44 UTC (rev 161446)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=2
+pkgdesc=A basic random number generation library
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
+

Copied: haskell-random/repos/testing-i686/haskell-random.install (from rev 
161439, haskell-random/repos/staging-i686/haskell-random.install)
===
--- testing-i686/haskell-random.install (rev 0)
+++ testing-i686/haskell-random.install 2012-06-11 17:22:44 UTC (rev 161446)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-random
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-random/repos/testing-x86_64/PKGBUILD (from rev 161439, 
haskell-random/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-11 17:22:44 UTC (rev 161446)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=2
+pkgdesc=A basic random number generation library
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   

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

2012-06-11 Thread Thomas Dziedzic
Date: Monday, June 11, 2012 @ 13:22:49
  Author: tdziedzic
Revision: 161447

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

Added:
  haskell-text/repos/testing-i686/
  haskell-text/repos/testing-i686/PKGBUILD
(from rev 161439, haskell-text/repos/staging-i686/PKGBUILD)
  haskell-text/repos/testing-i686/haskell-text.install
(from rev 161439, haskell-text/repos/staging-i686/haskell-text.install)
  haskell-text/repos/testing-x86_64/
  haskell-text/repos/testing-x86_64/PKGBUILD
(from rev 161439, haskell-text/repos/staging-x86_64/PKGBUILD)
  haskell-text/repos/testing-x86_64/haskell-text.install
(from rev 161439, haskell-text/repos/staging-x86_64/haskell-text.install)
Deleted:
  haskell-text/repos/staging-i686/
  haskell-text/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-i686/haskell-text.install   |   18 
 testing-x86_64/PKGBUILD |   38 ++
 testing-x86_64/haskell-text.install |   18 
 4 files changed, 112 insertions(+)

Copied: haskell-text/repos/testing-i686/PKGBUILD (from rev 161439, 
haskell-text/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-11 17:22:49 UTC (rev 161447)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=0.11.2.1
+pkgrel=1
+pkgdesc=An efficient packed Unicode text type.
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('77245df79d10ed5f896a9d3f5b17ee74')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-text/repos/testing-i686/haskell-text.install (from rev 161439, 
haskell-text/repos/staging-i686/haskell-text.install)
===
--- testing-i686/haskell-text.install   (rev 0)
+++ testing-i686/haskell-text.install   2012-06-11 17:22:49 UTC (rev 161447)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-text
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-text/repos/testing-x86_64/PKGBUILD (from rev 161439, 
haskell-text/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-11 17:22:49 UTC (rev 161447)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=0.11.2.1
+pkgrel=1
+pkgdesc=An efficient packed Unicode text type.
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('77245df79d10ed5f896a9d3f5b17ee74')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  

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

2012-06-11 Thread Thomas Dziedzic
Date: Monday, June 11, 2012 @ 13:22:54
  Author: tdziedzic
Revision: 161448

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

Added:
  haskell-transformers/repos/testing-i686/
  haskell-transformers/repos/testing-i686/PKGBUILD
(from rev 161439, haskell-transformers/repos/staging-i686/PKGBUILD)
  haskell-transformers/repos/testing-i686/haskell-transformers.install
(from rev 161439, 
haskell-transformers/repos/staging-i686/haskell-transformers.install)
  haskell-transformers/repos/testing-x86_64/
  haskell-transformers/repos/testing-x86_64/PKGBUILD
(from rev 161439, haskell-transformers/repos/staging-x86_64/PKGBUILD)
  haskell-transformers/repos/testing-x86_64/haskell-transformers.install
(from rev 161439, 
haskell-transformers/repos/staging-x86_64/haskell-transformers.install)
Deleted:
  haskell-transformers/repos/staging-i686/
  haskell-transformers/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   39 ++
 testing-i686/haskell-transformers.install   |   18 
 testing-x86_64/PKGBUILD |   39 ++
 testing-x86_64/haskell-transformers.install |   18 
 4 files changed, 114 insertions(+)

Copied: haskell-transformers/repos/testing-i686/PKGBUILD (from rev 161439, 
haskell-transformers/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-11 17:22:54 UTC (rev 161448)
@@ -0,0 +1,39 @@
+# $Id$
+
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Rémy Oudompheng r...@archlinux.org
+
+_hkgname=transformers
+pkgname=haskell-transformers
+pkgver=0.3.0.0
+pkgrel=1
+pkgdesc=Concrete functor and monad transformers
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz;)
+install=${pkgname}.install
+md5sums=('852dc0b79cc2bcb39136287d3dd385e5')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-transformers/repos/testing-i686/haskell-transformers.install 
(from rev 161439, 
haskell-transformers/repos/staging-i686/haskell-transformers.install)
===
--- testing-i686/haskell-transformers.install   (rev 0)
+++ testing-i686/haskell-transformers.install   2012-06-11 17:22:54 UTC (rev 
161448)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-transformers
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-transformers/repos/testing-x86_64/PKGBUILD (from rev 161439, 
haskell-transformers/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-11 17:22:54 UTC (rev 161448)
@@ -0,0 +1,39 @@
+# $Id$
+
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Rémy Oudompheng r...@archlinux.org
+
+_hkgname=transformers
+pkgname=haskell-transformers
+pkgver=0.3.0.0
+pkgrel=1
+pkgdesc=Concrete functor and monad transformers
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz;)
+install=${pkgname}.install
+md5sums=('852dc0b79cc2bcb39136287d3dd385e5')
+

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

2012-06-11 Thread Thomas Dziedzic
Date: Monday, June 11, 2012 @ 13:22:59
  Author: tdziedzic
Revision: 161449

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

Added:
  haskell-zlib/repos/testing-i686/
  haskell-zlib/repos/testing-i686/PKGBUILD
(from rev 161439, haskell-zlib/repos/staging-i686/PKGBUILD)
  haskell-zlib/repos/testing-i686/haskell-zlib.install
(from rev 161439, haskell-zlib/repos/staging-i686/haskell-zlib.install)
  haskell-zlib/repos/testing-x86_64/
  haskell-zlib/repos/testing-x86_64/PKGBUILD
(from rev 161439, haskell-zlib/repos/staging-x86_64/PKGBUILD)
  haskell-zlib/repos/testing-x86_64/haskell-zlib.install
(from rev 161439, haskell-zlib/repos/staging-x86_64/haskell-zlib.install)
Deleted:
  haskell-zlib/repos/staging-i686/
  haskell-zlib/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   40 ++
 testing-i686/haskell-zlib.install   |   18 +++
 testing-x86_64/PKGBUILD |   40 ++
 testing-x86_64/haskell-zlib.install |   18 +++
 4 files changed, 116 insertions(+)

Copied: haskell-zlib/repos/testing-i686/PKGBUILD (from rev 161439, 
haskell-zlib/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-11 17:22:59 UTC (rev 161449)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package originally generated by cabal2arch 0.7.6
+
+_hkgname=zlib
+pkgname=haskell-zlib
+pkgver=0.5.3.3
+pkgrel=4
+pkgdesc=Compression and decompression in the gzip and zlib formats
+url=http://hackage.haskell.org/package/zlib;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'zlib' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('1649e56d13ce2c6a6a9210227401dbbc')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-zlib/repos/testing-i686/haskell-zlib.install (from rev 161439, 
haskell-zlib/repos/staging-i686/haskell-zlib.install)
===
--- testing-i686/haskell-zlib.install   (rev 0)
+++ testing-i686/haskell-zlib.install   2012-06-11 17:22:59 UTC (rev 161449)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-zlib
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-zlib/repos/testing-x86_64/PKGBUILD (from rev 161439, 
haskell-zlib/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-11 17:22:59 UTC (rev 161449)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package originally generated by cabal2arch 0.7.6
+
+_hkgname=zlib
+pkgname=haskell-zlib
+pkgver=0.5.3.3
+pkgrel=4
+pkgdesc=Compression and decompression in the gzip and zlib formats
+url=http://hackage.haskell.org/package/zlib;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'zlib' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('1649e56d13ce2c6a6a9210227401dbbc')
+
+build() {
+cd 

[arch-commits] Commit in (4 files)

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 13:43:42
  Author: andrea
Revision: 161450

moved from AUR; new telepathy-kde-call-ui dependence

Added:
  qt-gstreamer/
  qt-gstreamer/repos/
  qt-gstreamer/trunk/
  qt-gstreamer/trunk/PKGBUILD

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

Added: qt-gstreamer/trunk/PKGBUILD
===
--- qt-gstreamer/trunk/PKGBUILD (rev 0)
+++ qt-gstreamer/trunk/PKGBUILD 2012-06-11 17:43:42 UTC (rev 161450)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: laloch lal...@atlas.cz
+
+pkgname=qt-gstreamer
+pkgver=0.10.2
+pkgrel=1
+pkgdesc=Qt bindings for GStreamer
+arch=('i686' 'x86_64')
+url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
+license=('LGPL2.1')
+depends=('qt' 'gstreamer0.10-base' 'libgles')
+makedepends=('cmake' 'automoc4' 'boost' 'mesa' 'doxygen')
+source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0428aedf2874fd0884ad4c41db9da20e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DQTGSTREAMER_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}


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


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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 13:44:06
  Author: andrea
Revision: 161451

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

Added:
  qt-gstreamer/repos/extra-i686/
  qt-gstreamer/repos/extra-i686/PKGBUILD
(from rev 161450, qt-gstreamer/trunk/PKGBUILD)
  qt-gstreamer/repos/extra-x86_64/
  qt-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 161450, qt-gstreamer/trunk/PKGBUILD)

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

Copied: qt-gstreamer/repos/extra-i686/PKGBUILD (from rev 161450, 
qt-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 17:44:06 UTC (rev 161451)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: laloch lal...@atlas.cz
+
+pkgname=qt-gstreamer
+pkgver=0.10.2
+pkgrel=1
+pkgdesc=Qt bindings for GStreamer
+arch=('i686' 'x86_64')
+url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
+license=('LGPL2.1')
+depends=('qt' 'gstreamer0.10-base' 'libgles')
+makedepends=('cmake' 'automoc4' 'boost' 'mesa' 'doxygen')
+source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0428aedf2874fd0884ad4c41db9da20e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DQTGSTREAMER_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: qt-gstreamer/repos/extra-x86_64/PKGBUILD (from rev 161450, 
qt-gstreamer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-11 17:44:06 UTC (rev 161451)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: laloch lal...@atlas.cz
+
+pkgname=qt-gstreamer
+pkgver=0.10.2
+pkgrel=1
+pkgdesc=Qt bindings for GStreamer
+arch=('i686' 'x86_64')
+url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
+license=('LGPL2.1')
+depends=('qt' 'gstreamer0.10-base' 'libgles')
+makedepends=('cmake' 'automoc4' 'boost' 'mesa' 'doxygen')
+source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0428aedf2874fd0884ad4c41db9da20e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DQTGSTREAMER_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in (24 files)

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:01:15
  Author: andrea
Revision: 161452

KDE Telepathy 0.4.0

Added:
  telepathy-kde-call-ui/
  telepathy-kde-call-ui/repos/
  telepathy-kde-call-ui/trunk/
  telepathy-kde-call-ui/trunk/PKGBUILD
  telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install
  telepathy-kde-contact-runner/
  telepathy-kde-contact-runner/repos/
  telepathy-kde-contact-runner/trunk/
  telepathy-kde-contact-runner/trunk/PKGBUILD
  telepathy-logger-qt/
  telepathy-logger-qt/repos/
  telepathy-logger-qt/trunk/
  telepathy-logger-qt/trunk/PKGBUILD
Modified:
  telepathy-kde-accounts-kcm/trunk/PKGBUILD
  telepathy-kde-approver/trunk/PKGBUILD
  telepathy-kde-auth-handler/trunk/PKGBUILD
  telepathy-kde-common-internals/trunk/PKGBUILD
  telepathy-kde-contact-applet/trunk/PKGBUILD
  telepathy-kde-contact-list/trunk/PKGBUILD
  telepathy-kde-filetransfer-handler/trunk/PKGBUILD
  telepathy-kde-integration-module/trunk/PKGBUILD
  telepathy-kde-presence-applet/trunk/PKGBUILD
  telepathy-kde-send-file/trunk/PKGBUILD
  telepathy-kde-text-ui/trunk/PKGBUILD

-+
 telepathy-kde-accounts-kcm/trunk/PKGBUILD   |  
  4 -
 telepathy-kde-approver/trunk/PKGBUILD   |  
  4 -
 telepathy-kde-auth-handler/trunk/PKGBUILD   |  
  6 -
 telepathy-kde-call-ui/trunk/PKGBUILD|  
 31 ++
 telepathy-kde-common-internals/trunk/PKGBUILD   |  
  7 +-
 telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install |  
 11 +++
 telepathy-kde-contact-applet/trunk/PKGBUILD |  
  6 -
 telepathy-kde-contact-list/trunk/PKGBUILD   |  
  4 -
 telepathy-kde-contact-runner/trunk/PKGBUILD |  
 31 ++
 telepathy-kde-filetransfer-handler/trunk/PKGBUILD   |  
  4 -
 telepathy-kde-integration-module/trunk/PKGBUILD |  
  4 -
 telepathy-kde-presence-applet/trunk/PKGBUILD|  
  6 -
 telepathy-kde-send-file/trunk/PKGBUILD  |  
  6 -
 telepathy-kde-text-ui/trunk/PKGBUILD|  
  7 +-
 telepathy-logger-qt/trunk/PKGBUILD  |  
 31 ++
 15 files changed, 134 insertions(+), 28 deletions(-)

Modified: telepathy-kde-accounts-kcm/trunk/PKGBUILD
===
--- telepathy-kde-accounts-kcm/trunk/PKGBUILD   2012-06-11 17:44:06 UTC (rev 
161451)
+++ telepathy-kde-accounts-kcm/trunk/PKGBUILD   2012-06-11 18:01:15 UTC (rev 
161452)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-accounts-kcm
 _pkgname=ktp-accounts-kcm
-pkgver=0.3.1
+pkgver=0.4.0
 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=('290daae2530a0bb8473fbb5239a039766776c831')
+sha1sums=('fa48134361f955704700d211fdd3489ca58dc9c5')
 
 build() {
   cd ${srcdir}

Modified: telepathy-kde-approver/trunk/PKGBUILD
===
--- telepathy-kde-approver/trunk/PKGBUILD   2012-06-11 17:44:06 UTC (rev 
161451)
+++ telepathy-kde-approver/trunk/PKGBUILD   2012-06-11 18:01:15 UTC (rev 
161452)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-kde-approver
 _pkgname=ktp-approver
-pkgver=0.3.1
+pkgver=0.4.0
 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=('156418a7f194a1df8f50fe6f8b371adac067f840')
+sha1sums=('d672826fac18817ec115aa0c52831e2c7761cade')
 
 build() {
   cd ${srcdir}

Modified: telepathy-kde-auth-handler/trunk/PKGBUILD
===
--- telepathy-kde-auth-handler/trunk/PKGBUILD   2012-06-11 17:44:06 UTC (rev 
161451)
+++ telepathy-kde-auth-handler/trunk/PKGBUILD   2012-06-11 18:01:15 UTC (rev 
161452)
@@ -3,17 +3,17 @@
 
 pkgname=telepathy-kde-auth-handler
 _pkgname=ktp-auth-handler
-pkgver=0.3.1
+pkgver=0.4.0
 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')
+depends=('telepathy-kde-common-internals' 'qjson')
 makedepends=('cmake' 'automoc4')
 groups=('kde-telepathy')
 

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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:05:29
  Author: andrea
Revision: 161454

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

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

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

Copied: telepathy-logger-qt/repos/extra-i686/PKGBUILD (from rev 161453, 
telepathy-logger-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 18:05:29 UTC (rev 161454)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: George Brooke george+arch@george-brooke.co.uk
+
+pkgname=telepathy-logger-qt
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=Qt bindings for telepathy logger
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdereview/telepathy-logger-qt'
+license=('GPL')
+depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer' 'boost-libs')
+makedepends=('automoc4' 'cmake' 'python2' 'boost')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('459ab0db97d00d198d05859217cf0f4069e75d5e')
+
+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 161453, 
telepathy-logger-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:05:29 UTC (rev 161454)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: George Brooke george+arch@george-brooke.co.uk
+
+pkgname=telepathy-logger-qt
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=Qt bindings for telepathy logger
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdereview/telepathy-logger-qt'
+license=('GPL')
+depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer' 'boost-libs')
+makedepends=('automoc4' 'cmake' 'python2' 'boost')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('459ab0db97d00d198d05859217cf0f4069e75d5e')
+
+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
+}



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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:06:56
  Author: andrea
Revision: 161455

upgpkg: kde-telepathy-meta 0.4.0-1

KDE Telepathy 0.4.0

Modified:
  kde-telepathy-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 18:05:29 UTC (rev 161454)
+++ PKGBUILD2012-06-11 18:06:56 UTC (rev 161455)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kde-telepathy-meta
-pkgver=3.0.1
+pkgver=0.4.0
 pkgrel=1
 arch=('any')
 url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
@@ -11,10 +11,12 @@
 depends=('telepathy-kde-accounts-kcm'
  'telepathy-kde-approver'
  'telepathy-kde-auth-handler'
+ 'telepathy-kde-call-ui'
  'telepathy-kde-contact-applet'
+ 'telepathy-kde-contact-runner'
  'telepathy-kde-contact-list'
  'telepathy-kde-filetransfer-handler'
  'telepathy-kde-integration-module'
  'telepathy-kde-presence-applet'
  'telepathy-kde-send-file'
- 'telepathy-kde-text-ui')
\ No newline at end of file
+ 'telepathy-kde-text-ui')



[arch-commits] Commit in kde-telepathy-meta/repos/extra-any (PKGBUILD PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:07:12
  Author: andrea
Revision: 161456

archrelease: copy trunk to extra-any

Added:
  kde-telepathy-meta/repos/extra-any/PKGBUILD
(from rev 161455, kde-telepathy-meta/trunk/PKGBUILD)
Deleted:
  kde-telepathy-meta/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-11 18:06:56 UTC (rev 161455)
+++ PKGBUILD2012-06-11 18:07:12 UTC (rev 161456)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kde-telepathy-meta
-pkgver=3.0.1
-pkgrel=1
-arch=('any')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-pkgdesc=KDE-Telepathy meta package
-depends=('telepathy-kde-accounts-kcm'
- 'telepathy-kde-approver'
- 'telepathy-kde-auth-handler'
- 'telepathy-kde-contact-applet'
- 'telepathy-kde-contact-list'
- 'telepathy-kde-filetransfer-handler'
- 'telepathy-kde-integration-module'
- 'telepathy-kde-presence-applet'
- 'telepathy-kde-send-file'
- 'telepathy-kde-text-ui')
\ No newline at end of file

Copied: kde-telepathy-meta/repos/extra-any/PKGBUILD (from rev 161455, 
kde-telepathy-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-11 18:07:12 UTC (rev 161456)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-telepathy-meta
+pkgver=0.4.0
+pkgrel=1
+arch=('any')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+pkgdesc=KDE-Telepathy meta package
+depends=('telepathy-kde-accounts-kcm'
+ 'telepathy-kde-approver'
+ 'telepathy-kde-auth-handler'
+ 'telepathy-kde-call-ui'
+ 'telepathy-kde-contact-applet'
+ 'telepathy-kde-contact-runner'
+ 'telepathy-kde-contact-list'
+ 'telepathy-kde-filetransfer-handler'
+ 'telepathy-kde-integration-module'
+ 'telepathy-kde-presence-applet'
+ 'telepathy-kde-send-file'
+ 'telepathy-kde-text-ui')



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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:11:28
  Author: andrea
Revision: 161457

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

Added:
  telepathy-kde-call-ui/repos/extra-i686/
  telepathy-kde-call-ui/repos/extra-i686/PKGBUILD
(from rev 161456, telepathy-kde-call-ui/trunk/PKGBUILD)
  telepathy-kde-call-ui/repos/extra-x86_64/
  telepathy-kde-call-ui/repos/extra-x86_64/PKGBUILD
(from rev 161456, telepathy-kde-call-ui/trunk/PKGBUILD)

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

Copied: telepathy-kde-call-ui/repos/extra-i686/PKGBUILD (from rev 161456, 
telepathy-kde-call-ui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 18:11:28 UTC (rev 161457)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-call-ui
+_pkgname=ktp-call-ui
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=Voice/Video Call UI for Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'qt-gstreamer')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('be6bcaecde4091cad41520f203c559b614416bc6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: telepathy-kde-call-ui/repos/extra-x86_64/PKGBUILD (from rev 161456, 
telepathy-kde-call-ui/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:11:28 UTC (rev 161457)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-call-ui
+_pkgname=ktp-call-ui
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=Voice/Video Call UI for Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'qt-gstreamer')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('be6bcaecde4091cad41520f203c559b614416bc6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:12:10
  Author: andrea
Revision: 161458

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

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

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

Copied: telepathy-kde-contact-runner/repos/extra-i686/PKGBUILD (from rev 
161457, telepathy-kde-contact-runner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 18:12:10 UTC (rev 161458)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=0.4.0
+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=('fe7f7d37740b732f8618b1e6129d4e7f30998b43')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD (from rev 
161457, telepathy-kde-contact-runner/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:12:10 UTC (rev 161458)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=0.4.0
+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=('fe7f7d37740b732f8618b1e6129d4e7f30998b43')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:14:33
  Author: andrea
Revision: 161459

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

Added:
  telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD
(from rev 161458, telepathy-kde-accounts-kcm/trunk/PKGBUILD)
  telepathy-kde-accounts-kcm/repos/extra-x86_64/PKGBUILD
(from rev 161458, 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   |   72 
 extra-x86_64/PKGBUILD |   72 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 18:12:10 UTC (rev 161458)
+++ extra-i686/PKGBUILD 2012-06-11 18:14:33 UTC (rev 161459)
@@ -1,36 +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.3.1
-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=('290daae2530a0bb8473fbb5239a039766776c831')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD (from rev 161458, 
telepathy-kde-accounts-kcm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 18:14:33 UTC (rev 161459)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=0.4.0
+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=('fa48134361f955704700d211fdd3489ca58dc9c5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-11 18:12:10 UTC (rev 161458)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:14:33 UTC (rev 161459)
@@ -1,36 +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.3.1
-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=('290daae2530a0bb8473fbb5239a039766776c831')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} 

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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:15:04
  Author: andrea
Revision: 161460

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 18:14:33 UTC (rev 161459)
+++ extra-i686/PKGBUILD 2012-06-11 18:15:04 UTC (rev 161460)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=0.3.1
-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=('156418a7f194a1df8f50fe6f8b371adac067f840')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-approver/repos/extra-i686/PKGBUILD (from rev 161459, 
telepathy-kde-approver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 18:15:04 UTC (rev 161460)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=0.4.0
+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=('d672826fac18817ec115aa0c52831e2c7761cade')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-11 18:14:33 UTC (rev 161459)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:15:04 UTC (rev 161460)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=0.3.1
-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=('156418a7f194a1df8f50fe6f8b371adac067f840')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-approver/repos/extra-x86_64/PKGBUILD (from rev 161459, 
telepathy-kde-approver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:15:04 UTC (rev 161460)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=0.4.0
+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')

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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:15:34
  Author: andrea
Revision: 161461

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

Added:
  telepathy-kde-auth-handler/repos/extra-i686/PKGBUILD
(from rev 161460, telepathy-kde-auth-handler/trunk/PKGBUILD)
  telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD
(from rev 161460, 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   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 18:15:04 UTC (rev 161460)
+++ extra-i686/PKGBUILD 2012-06-11 18:15:34 UTC (rev 161461)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=0.3.1
-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')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('153ddfd1c19c4a6719993df27357c70f18700f88')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-auth-handler/repos/extra-i686/PKGBUILD (from rev 161460, 
telepathy-kde-auth-handler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 18:15:34 UTC (rev 161461)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=0.4.0
+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=('a0158322f96a1f0356fdb9f1713af19ac4e45b8e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-11 18:15:04 UTC (rev 161460)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:15:34 UTC (rev 161461)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=0.3.1
-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')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('153ddfd1c19c4a6719993df27357c70f18700f88')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD (from rev 
161460, telepathy-kde-auth-handler/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:15:34 UTC (rev 161461)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=0.4.0
+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')

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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:16:00
  Author: andrea
Revision: 161462

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

Added:
  telepathy-kde-common-internals/repos/extra-i686/PKGBUILD
(from rev 161461, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
(from rev 161461, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
  telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD
(from rev 161461, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/extra-x86_64/telepathy-kde-common-internals.install
(from rev 161461, 
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-x86_64/PKGBUILD

-+
 extra-i686/PKGBUILD |   63 +-
 extra-i686/telepathy-kde-common-internals.install   |   11 +++
 extra-x86_64/PKGBUILD   |   63 +-
 extra-x86_64/telepathy-kde-common-internals.install |   11 +++
 4 files changed, 86 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 18:15:34 UTC (rev 161461)
+++ extra-i686/PKGBUILD 2012-06-11 18:16:00 UTC (rev 161462)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-common-internals
-_pkgname=ktp-common-internals
-pkgver=0.3.1
-pkgrel=2
-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')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('f68c4587377fde7e2bd0e7201b30219f8aa7ce84')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-common-internals/repos/extra-i686/PKGBUILD (from rev 
161461, telepathy-kde-common-internals/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 18:16:00 UTC (rev 161462)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=0.4.0
+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')
+groups=('kde-telepathy')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('db3bdbd93a27c77a1e593e84252cf2950ca773e6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
 (from rev 161461, 
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   2012-06-11 18:16:00 UTC 
(rev 161462)
@@ -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
===
--- extra-x86_64/PKGBUILD   2012-06-11 18:15:34 UTC (rev 161461)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:16:00 UTC (rev 161462)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-common-internals
-_pkgname=ktp-common-internals
-pkgver=0.3.1
-pkgrel=2
-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')
-groups=('kde-telepathy')

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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:16:32
  Author: andrea
Revision: 161463

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

Added:
  telepathy-kde-contact-applet/repos/extra-i686/PKGBUILD
(from rev 161462, telepathy-kde-contact-applet/trunk/PKGBUILD)
  telepathy-kde-contact-applet/repos/extra-x86_64/PKGBUILD
(from rev 161462, 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   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 18:16:00 UTC (rev 161462)
+++ extra-i686/PKGBUILD 2012-06-11 18:16:32 UTC (rev 161463)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-contact-applet
-_pkgname=ktp-contact-applet
-pkgver=0.3.1
-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')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('f0eba19beaa97029e3012047108c27710d3a9a63')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-applet/repos/extra-i686/PKGBUILD (from rev 
161462, telepathy-kde-contact-applet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 18:16:32 UTC (rev 161463)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-applet
+_pkgname=ktp-contact-applet
+pkgver=0.4.0
+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=('bffa7ed930519c574d25a59917219fa1735b6a2e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-11 18:16:00 UTC (rev 161462)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:16:32 UTC (rev 161463)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-contact-applet
-_pkgname=ktp-contact-applet
-pkgver=0.3.1
-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')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-source=(http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('f0eba19beaa97029e3012047108c27710d3a9a63')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-applet/repos/extra-x86_64/PKGBUILD (from rev 
161462, telepathy-kde-contact-applet/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:16:32 UTC (rev 161463)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-contact-applet
+_pkgname=ktp-contact-applet
+pkgver=0.4.0
+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=('bffa7ed930519c574d25a59917219fa1735b6a2e')
+
+build() {
+  cd 

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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:17:00
  Author: andrea
Revision: 161464

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

Added:
  telepathy-kde-contact-list/repos/extra-i686/PKGBUILD
(from rev 161463, telepathy-kde-contact-list/trunk/PKGBUILD)
  telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install
(from rev 161463, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
  telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD
(from rev 161463, telepathy-kde-contact-list/trunk/PKGBUILD)
  
telepathy-kde-contact-list/repos/extra-x86_64/telepathy-kde-contact-list.install
(from rev 161463, 
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 |   66 +++---
 extra-i686/telepathy-kde-contact-list.install   |   22 +++
 extra-x86_64/PKGBUILD   |   66 +++---
 extra-x86_64/telepathy-kde-contact-list.install |   22 +++
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 18:16:32 UTC (rev 161463)
+++ extra-i686/PKGBUILD 2012-06-11 18:17:00 UTC (rev 161464)
@@ -1,33 +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.3.1
-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=('5126abb03184da209b8745afb6ee0ab70a24536e')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-list/repos/extra-i686/PKGBUILD (from rev 161463, 
telepathy-kde-contact-list/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 18:17:00 UTC (rev 161464)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=0.4.0
+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=('a9f059f434adec33f57e2a77444d704ae8563bc2')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/telepathy-kde-contact-list.install
===
--- extra-i686/telepathy-kde-contact-list.install   2012-06-11 18:16:32 UTC 
(rev 161463)
+++ extra-i686/telepathy-kde-contact-list.install   2012-06-11 18:17:00 UTC 
(rev 161464)
@@ -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 161463, 
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   2012-06-11 18:17:00 UTC 
(rev 161464)
@@ -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
===
--- 

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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:17:36
  Author: andrea
Revision: 161465

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

Added:
  telepathy-kde-filetransfer-handler/repos/extra-i686/PKGBUILD
(from rev 161464, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
  telepathy-kde-filetransfer-handler/repos/extra-x86_64/PKGBUILD
(from rev 161464, 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   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 18:17:00 UTC (rev 161464)
+++ extra-i686/PKGBUILD 2012-06-11 18:17:36 UTC (rev 161465)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=0.3.1
-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=('16c677416bf2c3ac8f99cdb6da10140af9252b3b')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-filetransfer-handler/repos/extra-i686/PKGBUILD (from rev 
161464, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 18:17:36 UTC (rev 161465)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=0.4.0
+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=('f318849c4e8a171bff97defc19b7a94f2ee13512')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-11 18:17:00 UTC (rev 161464)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:17:36 UTC (rev 161465)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=0.3.1
-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=('16c677416bf2c3ac8f99cdb6da10140af9252b3b')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-filetransfer-handler/repos/extra-x86_64/PKGBUILD (from 
rev 161464, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:17:36 UTC (rev 161465)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=0.4.0
+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;)

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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:18:05
  Author: andrea
Revision: 161466

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

Added:
  telepathy-kde-integration-module/repos/extra-i686/PKGBUILD
(from rev 161465, telepathy-kde-integration-module/trunk/PKGBUILD)
  telepathy-kde-integration-module/repos/extra-x86_64/PKGBUILD
(from rev 161465, 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   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 18:17:36 UTC (rev 161465)
+++ extra-i686/PKGBUILD 2012-06-11 18:18:05 UTC (rev 161466)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-integration-module
-pkgver=0.3.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/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('f5c9cd6ddd300ae824d63e7a69ae5ae4c7c4da20')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-integration-module/repos/extra-i686/PKGBUILD (from rev 
161465, telepathy-kde-integration-module/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 18:18:05 UTC (rev 161466)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-integration-module
+pkgver=0.4.0
+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=('552d02b237ac167aef4707fd599dfb69cd944a72')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-11 18:17:36 UTC (rev 161465)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:18:05 UTC (rev 161466)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-integration-module
-pkgver=0.3.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/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('f5c9cd6ddd300ae824d63e7a69ae5ae4c7c4da20')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-integration-module/repos/extra-x86_64/PKGBUILD (from rev 
161465, telepathy-kde-integration-module/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:18:05 UTC (rev 161466)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-integration-module
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away 

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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:18:34
  Author: andrea
Revision: 161467

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

Added:
  telepathy-kde-presence-applet/repos/extra-i686/PKGBUILD
(from rev 161466, telepathy-kde-presence-applet/trunk/PKGBUILD)
  telepathy-kde-presence-applet/repos/extra-x86_64/PKGBUILD
(from rev 161466, 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   |   64 
 extra-x86_64/PKGBUILD |   64 
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 18:18:05 UTC (rev 161466)
+++ extra-i686/PKGBUILD 2012-06-11 18:18:34 UTC (rev 161467)
@@ -1,32 +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.3.1
-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-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=('b15b66dd0783fefb9df2acaedb242c9008cb688b')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-presence-applet/repos/extra-i686/PKGBUILD (from rev 
161466, telepathy-kde-presence-applet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 18:18:34 UTC (rev 161467)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-presence-applet
+_pkgname=ktp-presence-applet
+pkgver=0.4.0
+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=('beb12d534492da288cdda1826b43ba5bcd549fee')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-11 18:18:05 UTC (rev 161466)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:18:34 UTC (rev 161467)
@@ -1,32 +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.3.1
-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-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=('b15b66dd0783fefb9df2acaedb242c9008cb688b')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-presence-applet/repos/extra-x86_64/PKGBUILD (from rev 
161466, telepathy-kde-presence-applet/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:18:34 UTC (rev 161467)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-presence-applet
+_pkgname=ktp-presence-applet
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=Plasma applet for managing your Telepathy account presence
+arch=('i686' 'x86_64')

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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:19:00
  Author: andrea
Revision: 161468

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

Added:
  telepathy-kde-send-file/repos/extra-i686/PKGBUILD
(from rev 161467, telepathy-kde-send-file/trunk/PKGBUILD)
  telepathy-kde-send-file/repos/extra-i686/telepathy-kde-send-file.install
(from rev 161467, 
telepathy-kde-send-file/trunk/telepathy-kde-send-file.install)
  telepathy-kde-send-file/repos/extra-x86_64/PKGBUILD
(from rev 161467, telepathy-kde-send-file/trunk/PKGBUILD)
  telepathy-kde-send-file/repos/extra-x86_64/telepathy-kde-send-file.install
(from rev 161467, 
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  |   64 -
 extra-i686/telepathy-kde-send-file.install   |   22 
 extra-x86_64/PKGBUILD|   64 -
 extra-x86_64/telepathy-kde-send-file.install |   22 
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 18:18:34 UTC (rev 161467)
+++ extra-i686/PKGBUILD 2012-06-11 18:19:00 UTC (rev 161468)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-send-file
-_pkgname=ktp-send-file
-pkgver=0.3.1
-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-common-internals' '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=('ce523b929c05df3149e3e674ba3bc4f61658aac3')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-send-file/repos/extra-i686/PKGBUILD (from rev 161467, 
telepathy-kde-send-file/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 18:19:00 UTC (rev 161468)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=0.4.0
+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=('c72f5a9e26ba24b6558a8dab6d0ec2694aa55afc')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/telepathy-kde-send-file.install
===
--- extra-i686/telepathy-kde-send-file.install  2012-06-11 18:18:34 UTC (rev 
161467)
+++ extra-i686/telepathy-kde-send-file.install  2012-06-11 18:19:00 UTC (rev 
161468)
@@ -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 161467, 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  2012-06-11 18:19:00 UTC (rev 
161468)
@@ -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   2012-06-11 18:18:34 UTC (rev 161467)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:19:00 UTC (rev 161468)
@@ -1,32 +0,0 

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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:19:08
  Author: andrea
Revision: 161469

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 18:19:00 UTC (rev 161468)
+++ PKGBUILD2012-06-11 18:19:08 UTC (rev 161469)
@@ -10,9 +10,8 @@
 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'
-'telepathy-logger-qt')
-makedepends=('cmake' 'automoc4')
+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=('4ddf762b928d7e5f1139cdcced27a866c5369312')



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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 14:19:34
  Author: andrea
Revision: 161470

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

Added:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
(from rev 161469, telepathy-kde-text-ui/trunk/PKGBUILD)
  telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD
(from rev 161469, 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   |   64 
 extra-x86_64/PKGBUILD |   64 
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 18:19:08 UTC (rev 161469)
+++ extra-i686/PKGBUILD 2012-06-11 18:19:34 UTC (rev 161470)
@@ -1,32 +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.3.1
-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-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=('78741579fa62d5beca6ff87f074a3821c02d1f15')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-text-ui/repos/extra-i686/PKGBUILD (from rev 161469, 
telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 18:19:34 UTC (rev 161470)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=0.4.0
+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=('4ddf762b928d7e5f1139cdcced27a866c5369312')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-11 18:19:08 UTC (rev 161469)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:19:34 UTC (rev 161470)
@@ -1,32 +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.3.1
-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-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=('78741579fa62d5beca6ff87f074a3821c02d1f15')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD (from rev 161469, 
telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-11 18:19:34 UTC (rev 161470)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=0.4.0
+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')

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

2012-06-11 Thread Jan de Groot
Date: Monday, June 11, 2012 @ 14:33:52
  Author: jgc
Revision: 161471

upgpkg: dbus-python 1.1.0-2

Add versioned conflict on dbus-python to python-dbus-common. Still fucks users 
doing what is shown in FS#30257, but at least they know something bad is going 
to happen before they are doing it wrong

Modified:
  dbus-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 18:19:34 UTC (rev 161470)
+++ PKGBUILD2012-06-11 18:33:52 UTC (rev 161471)
@@ -4,7 +4,7 @@
 pkgbase=dbus-python
 pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Python bindings for DBUS
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
@@ -29,6 +29,7 @@
 
 package_python-dbus-common() {
   pkgdesc=Common dbus-python files shared between python-dbus and 
python2-dbus
+  conflicts=('dbus-python1.1.0')
 
   cd ${srcdir}/build-python3
   make DESTDIR=${pkgdir} install-data



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

2012-06-11 Thread Jan de Groot
Date: Monday, June 11, 2012 @ 14:34:18
  Author: jgc
Revision: 161472

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 18:33:52 UTC (rev 161471)
+++ extra-i686/PKGBUILD 2012-06-11 18:34:18 UTC (rev 161472)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=dbus-python
-pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=Python bindings for DBUS
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-url=http://www.freedesktop.org/wiki/Software/DBusBindings;
-makedepends=('docutils' 'dbus-glib' 'python' 'python2')
-options=('!libtool')
-source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
-md5sums=('41a4595fd92eeebd632623af0bd7')
-
-build() {
-  cd ${srcdir}
-  mkdir build-python2 build-python3
-  cd ${srcdir}/build-python2
-  PYTHON=python2 ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  make
-
-
-  cd ${srcdir}/build-python3
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  make
-}
-
-package_python-dbus-common() {
-  pkgdesc=Common dbus-python files shared between python-dbus and 
python2-dbus
-
-  cd ${srcdir}/build-python3
-  make DESTDIR=${pkgdir} install-data
-  rm -rf ${pkgdir}/usr/lib/python*
-}
-
-package_python-dbus() {
-  depends=('python-dbus-common' 'python' 'dbus-core')
-  optdepends=('dbus-glib: glib mainloop support')
-  pkgdesc=Python 3.2 bindings for DBUS
-
-  cd ${srcdir}/build-python3
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/share
-  rm -rf ${pkgdir}/usr/include
-  rm -rf ${pkgdir}/usr/lib/pkgconfig
-}
-
-package_python2-dbus() {
-  depends=('python-dbus-common' 'python2' 'dbus-core')
-  optdepends=('dbus-glib: glib mainloop support')
-  pkgdesc=Python 2.7 bindings for DBUS
-  replaces=('dbus-python')
-  conflicts=('dbus-python')
-  provides=(dbus-python=$pkgver)
-
-  cd ${srcdir}/build-python2
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/share
-  rm -rf ${pkgdir}/usr/include
-  rm -rf ${pkgdir}/usr/lib/pkgconfig
-}

Copied: dbus-python/repos/extra-i686/PKGBUILD (from rev 161471, 
dbus-python/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 18:34:18 UTC (rev 161472)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=dbus-python
+pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
+pkgver=1.1.0
+pkgrel=2
+pkgdesc=Python bindings for DBUS
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url=http://www.freedesktop.org/wiki/Software/DBusBindings;
+makedepends=('docutils' 'dbus-glib' 'python' 'python2')
+options=('!libtool')
+source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
+md5sums=('41a4595fd92eeebd632623af0bd7')
+
+build() {
+  cd ${srcdir}
+  mkdir build-python2 build-python3
+  cd ${srcdir}/build-python2
+  PYTHON=python2 ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+
+
+  cd ${srcdir}/build-python3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-dbus-common() {
+  pkgdesc=Common dbus-python files shared between python-dbus and 
python2-dbus
+  conflicts=('dbus-python1.1.0')
+
+  cd ${srcdir}/build-python3
+  make DESTDIR=${pkgdir} install-data
+  rm -rf ${pkgdir}/usr/lib/python*
+}
+
+package_python-dbus() {
+  depends=('python-dbus-common' 'python' 'dbus-core')
+  optdepends=('dbus-glib: glib mainloop support')
+  pkgdesc=Python 3.2 bindings for DBUS
+
+  cd ${srcdir}/build-python3
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/share
+  rm -rf ${pkgdir}/usr/include
+  rm -rf ${pkgdir}/usr/lib/pkgconfig
+}
+
+package_python2-dbus() {
+  depends=('python-dbus-common' 'python2' 'dbus-core')
+  optdepends=('dbus-glib: glib mainloop support')
+  pkgdesc=Python 2.7 bindings for DBUS
+  replaces=('dbus-python')
+  conflicts=('dbus-python')
+  provides=(dbus-python=$pkgver)
+
+  cd ${srcdir}/build-python2
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/share
+  rm -rf ${pkgdir}/usr/include
+  rm -rf ${pkgdir}/usr/lib/pkgconfig
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-11 18:33:52 UTC (rev 161471)
+++ extra-x86_64/PKGBUILD   

[arch-commits] Commit in xorg-xdm/trunk (PKGBUILD xdm-consolekit.patch xdm.pam)

2012-06-11 Thread Jan de Groot
Date: Monday, June 11, 2012 @ 15:01:29
  Author: jgc
Revision: 161473

Add systemd unit files, add required lines to pam config.
Change consolekit patch to fallback to a non-consolekit configuration instead 
of throwing you back at the login screen when dbus is not running or consolekit 
is not installed

Modified:
  xorg-xdm/trunk/PKGBUILD
  xorg-xdm/trunk/xdm-consolekit.patch
  xorg-xdm/trunk/xdm.pam

--+
 PKGBUILD |   12 ++--
 xdm-consolekit.patch |2 +-
 xdm.pam  |2 ++
 3 files changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 18:34:18 UTC (rev 161472)
+++ PKGBUILD2012-06-11 19:01:29 UTC (rev 161473)
@@ -3,13 +3,13 @@
 # Contributor: Jan de Groot j...@archlinux.org
 pkgname=xorg-xdm
 pkgver=1.1.11
-pkgrel=1
+pkgrel=2
 pkgdesc=X Display Manager
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('pam' 'libxaw' 'libxinerama' 'xorg-xrdb' 'xorg-sessreg' 'libxft' 
'consolekit')
-makedepends=('pkgconfig' 'xorg-util-macros')
+makedepends=('pkgconfig' 'xorg-util-macros' 'systemd')
 backup=(etc/X11/xdm/Xaccess etc/X11/xdm/Xresources etc/X11/xdm/Xservers 
etc/X11/xdm/xdm-config etc/pam.d/xdm etc/X11/xdm/Xsetup_0 etc/X11/xdm/Xsession)
 options=('!libtool')
 source=(${url}/releases/individual/app/xdm-${pkgver}.tar.bz2
@@ -20,13 +20,13 @@
 md5sums=('64a1af1f7eb69feae12e75d4cc3aaf19'
  '234ae568e7b22cbc09433bb396ff3d80'
  '2c30078c50bc653d72eb5114506eb313'
- '46b11173b58e2241577d5ffd48ab8f8d'
- '419d6289ba6f851135f5c70c0e3cbec4')
+ '25c6d8adeed0796d432b2bbf1d83a7e9'
+ '6de9362b1bf0835026270b20d8029909')
 sha256sums=('d4da426ddea0124279a3f2e00a26db61944690628ee818a64df9d27352081c47'
 'fd3e7c20837b42a8ab111369fd6dc9612f9edb91c1f6904cca1d6a1fa3cfa0ff'
 '77a1ce9bdf363591b72798db08b4df3589bd4e64737fd32cf9028f9245450edb'
-'47190f311c97c0d85b1fcab47ee5a8575013db1200a5e30a57a7ea4ef3e0c23a'
-'36cf924a893ef851855ebcdc5468523a9d182c3620698e01dffc35d05d74764b')
+'10ce850e6a93c6ba68b5d71104b1fd6680ad9760274068512f43a694b1edda76'
+'7d6818a1c1a44e9bd38774c035e03b0b831f6646681bc2bf556761aec7baf418')
 
 build() {
   cd ${srcdir}/xdm-${pkgver}

Modified: xdm-consolekit.patch
===
--- xdm-consolekit.patch2012-06-11 18:34:18 UTC (rev 161472)
+++ xdm-consolekit.patch2012-06-11 19:01:29 UTC (rev 161473)
@@ -97,7 +97,7 @@
 +  LogError(console-kit-daemon not running?\n);
 +  ck_connector_unref(connector);
 +  connector = NULL;
-+  return 0;
++  return 1;
 +}
 +
 +verify-userEnviron = setEnv(verify-userEnviron,

Modified: xdm.pam
===
--- xdm.pam 2012-06-11 18:34:18 UTC (rev 161472)
+++ xdm.pam 2012-06-11 19:01:29 UTC (rev 161473)
@@ -6,3 +6,5 @@
 password   requiredpam_unix.so
 sessionrequiredpam_unix.so
 sessionrequiredpam_limits.so
+sessionrequiredpam_loginuid.so
+-session   optionalpam_systemd.so



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

2012-06-11 Thread Jan de Groot
Date: Monday, June 11, 2012 @ 15:07:41
  Author: jgc
Revision: 161474

Add xtrans makedepends, fixes FS#26561

Modified:
  xorg-xdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 19:01:29 UTC (rev 161473)
+++ PKGBUILD2012-06-11 19:07:41 UTC (rev 161474)
@@ -9,7 +9,7 @@
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('pam' 'libxaw' 'libxinerama' 'xorg-xrdb' 'xorg-sessreg' 'libxft' 
'consolekit')
-makedepends=('pkgconfig' 'xorg-util-macros' 'systemd')
+makedepends=('pkgconfig' 'xorg-util-macros' 'systemd' 'xtrans')
 backup=(etc/X11/xdm/Xaccess etc/X11/xdm/Xresources etc/X11/xdm/Xservers 
etc/X11/xdm/xdm-config etc/pam.d/xdm etc/X11/xdm/Xsetup_0 etc/X11/xdm/Xsession)
 options=('!libtool')
 source=(${url}/releases/individual/app/xdm-${pkgver}.tar.bz2



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

2012-06-11 Thread Eric Bélanger
Date: Monday, June 11, 2012 @ 15:18:23
  Author: eric
Revision: 161475

upgpkg: liblrdf 0.5.0-1

Upstream update, Update url, Remove old patches

Modified:
  liblrdf/trunk/PKGBUILD
Deleted:
  liblrdf/trunk/md5.patch
  liblrdf/trunk/pkgconfig-raptor.patch
  liblrdf/trunk/raptor2.diff

+
 PKGBUILD   |   24 +
 md5.patch  |   18 
 pkgconfig-raptor.patch |9 --
 raptor2.diff   |  193 ---
 4 files changed, 7 insertions(+), 237 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 19:07:41 UTC (rev 161474)
+++ PKGBUILD2012-06-11 19:18:23 UTC (rev 161475)
@@ -2,36 +2,26 @@
 # Maintainer: Giovanni Scafora giova...@archlinux.org
 
 pkgname=liblrdf
-pkgver=0.4.0
-pkgrel=9
+pkgver=0.5.0
+pkgrel=1
 pkgdesc=A library for the manipulation of RDF file in LADSPA plugins
 arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/lrdf; 
#http://sourceforge.net/projects/lrdf;
+url=https://github.com/swh/LRDF;
 depends=('raptor' 'ladspa')
-makedepends=('pkgconfig')
 license=('GPL')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/lrdf/${pkgname}-${pkgver}.tar.gz
-   md5.patch
-   raptor2.diff
-pkgconfig-raptor.patch)
 groups=('ladspa-plugins')
-md5sums=('327a5674f671c4b360c6353800226877'
- 'a6d231d052dc188cbc4c1039cf3a2003' 
- '80e938469da06a178e03107ca5b41e55'
- '982ae1bd4b39c2fb5cba108fbcbfbad1')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/swh/LRDF/tarball/${pkgver})
+md5sums=('005ea24152620da7f2ee80a78e17f784')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/md5.patch
-  patch -Np0 -i ${srcdir}/raptor2.diff
-  patch -Np1 -i ${srcdir}/pkgconfig-raptor.patch
+  cd ${srcdir}/swh-LRDF-*
   autoreconf -vfi
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/swh-LRDF-*
   make DESTDIR=${pkgdir} install
 }

Deleted: md5.patch
===
--- md5.patch   2012-06-11 19:07:41 UTC (rev 161474)
+++ md5.patch   2012-06-11 19:18:23 UTC (rev 161475)
@@ -1,18 +0,0 @@
 liblrdf-0.4.0.orig/src/lrdf_md5.h
-+++ liblrdf-0.4.0/src/lrdf_md5.h
-@@ -32,6 +32,15 @@
- #ifndef __MD5_H__
- #define __MD5_H__
-
-+/* Change function names to prevent symbol conflicts */
-+#define md5_init _lrdf_md5_init
-+#define md5_buffer _lrdf_md5_buffer
-+#define md5_sig_from_string _lrdf_md5_sig_from_string
-+#define md5_finish _lrdf_md5_finish
-+#define md5_process _lrdf_md5_process
-+#define md5_sig_to_string _lrdf_md5_sig_to_string
-+#define md5_get_result _lrdf_md5_get_result
-+
- /*
-  * Size of a standard MD5 signature in bytes.  This definition is for
-  * external programs only.  The MD5 routines themselves reference the

Deleted: pkgconfig-raptor.patch
===
--- pkgconfig-raptor.patch  2012-06-11 19:07:41 UTC (rev 161474)
+++ pkgconfig-raptor.patch  2012-06-11 19:18:23 UTC (rev 161475)
@@ -1,9 +0,0 @@
 liblrdf-0.4.0/lrdf.pc.in.orig  2011-10-03 19:28:16.702773254 +
-+++ liblrdf-0.4.0/lrdf.pc.in   2011-10-03 19:28:43.003017477 +
-@@ -7,4 +7,5 @@
- Version: @VERSION@
- Description: liblrdf, a lightweight RDF library with extensions for LADSPA
- Libs: -L${libdir} -llrdf
--Cflags: -I${includedir} 
-+Libs.private: @RAPTOR_LIBS@
-+Cflags: @RAPTOR_CFLAGS@ -I${includedir} 

Deleted: raptor2.diff
===
--- raptor2.diff2012-06-11 19:07:41 UTC (rev 161474)
+++ raptor2.diff2012-06-11 19:18:23 UTC (rev 161475)
@@ -1,193 +0,0 @@
 src/Makefile.am
-+++ src/Makefile.am
-@@ -4,5 +4,5 @@ lib_LTLIBRARIES = liblrdf.la
- noinst_HEADERS = lrdf_md5.h md5_loc.h ladspa.h
- 
- liblrdf_la_SOURCES = lrdf.c lrdf_multi.c md5.c
--liblrdf_la_LIBADD = -lraptor
-+liblrdf_la_LIBADD = -lraptor2
- liblrdf_la_LDFLAGS = -version-info @LRDF_LIBTOOL_VERSION@
 src/lrdf.c
-+++ src/lrdf.c
-@@ -18,6 +18,7 @@
- static unsigned int lrdf_uid = 0; /* A unique(ish) id to append to 
genid's to
-* avoid clashses */
- 
-+static raptor_world *world = NULL;
- static lrdf_statement *triples = NULL;
- static lrdf_statement *free_triples;
- static lrdf_string_hash *resources_hash[LRDF_HASH_SIZE];
-@@ -43,8 +44,7 @@ static void lrdf_remove_triple_hash(lrdf_triple_hash ** tbl,
-   lrdf_hash hash, lrdf_statement * s);
- static void lrdf_add_closure_hash(lrdf_closure_hash ** tbl,
- lrdf_hash subject, lrdf_hash object);
--static void lrdf_store(void *user_data,
-- const raptor_statement * statement);
-+static void lrdf_store(void *user_data, raptor_statement * statement);
- void lrdf_free_statements(lrdf_statement * 

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

2012-06-11 Thread Eric Bélanger
Date: Monday, June 11, 2012 @ 15:18:53
  Author: eric
Revision: 161476

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

Added:
  liblrdf/repos/extra-i686/PKGBUILD
(from rev 161475, liblrdf/trunk/PKGBUILD)
  liblrdf/repos/extra-x86_64/PKGBUILD
(from rev 161475, liblrdf/trunk/PKGBUILD)
Deleted:
  liblrdf/repos/extra-i686/PKGBUILD
  liblrdf/repos/extra-i686/md5.patch
  liblrdf/repos/extra-i686/pkgconfig-raptor.patch
  liblrdf/repos/extra-i686/raptor2.diff
  liblrdf/repos/extra-x86_64/PKGBUILD
  liblrdf/repos/extra-x86_64/md5.patch
  liblrdf/repos/extra-x86_64/pkgconfig-raptor.patch
  liblrdf/repos/extra-x86_64/raptor2.diff

-+
 extra-i686/PKGBUILD |   64 ---
 extra-i686/md5.patch|   18 ---
 extra-i686/pkgconfig-raptor.patch   |9 -
 extra-i686/raptor2.diff |  193 --
 extra-x86_64/PKGBUILD   |   64 ---
 extra-x86_64/md5.patch  |   18 ---
 extra-x86_64/pkgconfig-raptor.patch |9 -
 extra-x86_64/raptor2.diff   |  193 --
 8 files changed, 54 insertions(+), 514 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 19:18:23 UTC (rev 161475)
+++ extra-i686/PKGBUILD 2012-06-11 19:18:53 UTC (rev 161476)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=liblrdf
-pkgver=0.4.0
-pkgrel=9
-pkgdesc=A library for the manipulation of RDF file in LADSPA plugins
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/lrdf; 
#http://sourceforge.net/projects/lrdf;
-depends=('raptor' 'ladspa')
-makedepends=('pkgconfig')
-license=('GPL')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/lrdf/${pkgname}-${pkgver}.tar.gz
-   md5.patch
-   raptor2.diff
-pkgconfig-raptor.patch)
-groups=('ladspa-plugins')
-md5sums=('327a5674f671c4b360c6353800226877'
- 'a6d231d052dc188cbc4c1039cf3a2003' 
- '80e938469da06a178e03107ca5b41e55'
- '982ae1bd4b39c2fb5cba108fbcbfbad1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/md5.patch
-  patch -Np0 -i ${srcdir}/raptor2.diff
-  patch -Np1 -i ${srcdir}/pkgconfig-raptor.patch
-  autoreconf -vfi
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: liblrdf/repos/extra-i686/PKGBUILD (from rev 161475, 
liblrdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 19:18:53 UTC (rev 161476)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=liblrdf
+pkgver=0.5.0
+pkgrel=1
+pkgdesc=A library for the manipulation of RDF file in LADSPA plugins
+arch=('i686' 'x86_64')
+url=https://github.com/swh/LRDF;
+depends=('raptor' 'ladspa')
+license=('GPL')
+options=('!libtool')
+groups=('ladspa-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/swh/LRDF/tarball/${pkgver})
+md5sums=('005ea24152620da7f2ee80a78e17f784')
+
+build() {
+  cd ${srcdir}/swh-LRDF-*
+  autoreconf -vfi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/swh-LRDF-*
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/md5.patch
===
--- extra-i686/md5.patch2012-06-11 19:18:23 UTC (rev 161475)
+++ extra-i686/md5.patch2012-06-11 19:18:53 UTC (rev 161476)
@@ -1,18 +0,0 @@
 liblrdf-0.4.0.orig/src/lrdf_md5.h
-+++ liblrdf-0.4.0/src/lrdf_md5.h
-@@ -32,6 +32,15 @@
- #ifndef __MD5_H__
- #define __MD5_H__
-
-+/* Change function names to prevent symbol conflicts */
-+#define md5_init _lrdf_md5_init
-+#define md5_buffer _lrdf_md5_buffer
-+#define md5_sig_from_string _lrdf_md5_sig_from_string
-+#define md5_finish _lrdf_md5_finish
-+#define md5_process _lrdf_md5_process
-+#define md5_sig_to_string _lrdf_md5_sig_to_string
-+#define md5_get_result _lrdf_md5_get_result
-+
- /*
-  * Size of a standard MD5 signature in bytes.  This definition is for
-  * external programs only.  The MD5 routines themselves reference the

Deleted: extra-i686/pkgconfig-raptor.patch
===
--- extra-i686/pkgconfig-raptor.patch   2012-06-11 19:18:23 UTC (rev 161475)
+++ extra-i686/pkgconfig-raptor.patch   2012-06-11 19:18:53 UTC (rev 161476)
@@ -1,9 +0,0 @@
 liblrdf-0.4.0/lrdf.pc.in.orig  2011-10-03 19:28:16.702773254 +
-+++ liblrdf-0.4.0/lrdf.pc.in   2011-10-03 19:28:43.003017477 +
-@@ -7,4 +7,5 @@
- Version: @VERSION@
- Description: liblrdf, a lightweight RDF library with extensions for LADSPA
- Libs: -L${libdir} -llrdf
--Cflags: -I${includedir} 
-+Libs.private: @RAPTOR_LIBS@
-+Cflags: @RAPTOR_CFLAGS@ 

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

2012-06-11 Thread andyrtr
Date: Monday, June 11, 2012 @ 15:29:45
  Author: andyrtr
Revision: 161477

upgpkg: dbus-core 1.6.0-1

upstream update 1.6.0

Modified:
  dbus-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 19:18:53 UTC (rev 161476)
+++ PKGBUILD2012-06-11 19:29:45 UTC (rev 161477)
@@ -3,8 +3,8 @@
 # Contributor: Link Dupont l...@subpop.net
 #
 pkgname=dbus-core
-pkgver=1.4.20
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
@@ -14,9 +14,10 @@
 conflicts=('dbus1.2.3-2')
 options=(!libtool)
 install=dbus.install
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc}
 dbus)
-md5sums=('79eca2f2c1894ac347acce128314428b'
+md5sums=('16dcae2dd0c76e398381601ac9acdec4'
+ '0ebde9920bde83fe26ce32351a7d8954'
  '08f93dd19cffd1b45ab05c1fd4efb560')
 
 build() {



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

2012-06-11 Thread andyrtr
Date: Monday, June 11, 2012 @ 15:30:24
  Author: andyrtr
Revision: 161478

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

Added:
  dbus-core/repos/staging-i686/
  dbus-core/repos/staging-i686/PKGBUILD
(from rev 161477, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/staging-i686/dbus
(from rev 161477, dbus-core/trunk/dbus)
  dbus-core/repos/staging-i686/dbus.install
(from rev 161477, dbus-core/trunk/dbus.install)
  dbus-core/repos/staging-x86_64/
  dbus-core/repos/staging-x86_64/PKGBUILD
(from rev 161477, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/staging-x86_64/dbus
(from rev 161477, dbus-core/trunk/dbus)
  dbus-core/repos/staging-x86_64/dbus.install
(from rev 161477, dbus-core/trunk/dbus.install)

-+
 staging-i686/PKGBUILD   |   51 +
 staging-i686/dbus   |   57 ++
 staging-i686/dbus.install   |   24 +
 staging-x86_64/PKGBUILD |   51 +
 staging-x86_64/dbus |   57 ++
 staging-x86_64/dbus.install |   24 +
 6 files changed, 264 insertions(+)

Copied: dbus-core/repos/staging-i686/PKGBUILD (from rev 161477, 
dbus-core/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-11 19:30:24 UTC (rev 161478)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus-core
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat=2.0.1' 'coreutils' 'filesystem' 'shadow') # shadow for 
install scriptlet FS#29341
+makedepends=('libx11')
+conflicts=('dbus1.2.3-2')
+options=(!libtool)
+install=dbus.install
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc}
+dbus)
+md5sums=('16dcae2dd0c76e398381601ac9acdec4'
+ '0ebde9920bde83fe26ce32351a7d8954'
+ '08f93dd19cffd1b45ab05c1fd4efb560')
+
+build() {
+  cd ${srcdir}/dbus-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package(){
+  cd ${srcdir}/dbus-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/bin/dbus-launch
+  rm -f ${pkgdir}/usr/share/man/man1/dbus-launch.1
+  rm -rf ${pkgdir}/var/run
+
+  install -m755 -d ${pkgdir}/etc/rc.d
+  install -m755 ${srcdir}/dbus ${pkgdir}/etc/rc.d/
+
+  #Fix configuration file
+  sed -i -e 's|user81/user|userdbus/user|' 
${pkgdir}/etc/dbus-1/system.conf
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/dbus-core
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/dbus-core/
+}


Property changes on: dbus-core/repos/staging-i686/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: svn:mergeinfo
\ No newline at end of property
Copied: dbus-core/repos/staging-i686/dbus (from rev 161477, 
dbus-core/trunk/dbus)
===
--- staging-i686/dbus   (rev 0)
+++ staging-i686/dbus   2012-06-11 19:30:24 UTC (rev 161478)
@@ -0,0 +1,57 @@
+#!/bin/bash
+
+# general config
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+start)
+stat_busy Starting D-BUS system messagebus
+   if [ ! -x /var/run/dbus ] ; then
+   install -m755 -g 81 -o 81 -d /var/run/dbus
+   fi
+if [ -x /usr/bin/dbus-uuidgen ] ; then
+/usr/bin/dbus-uuidgen --ensure
+fi
+
+/usr/bin/dbus-daemon --system
+if [ $? -gt 0 ]; then
+stat_fail
+else
+add_daemon dbus
+stat_done
+fi
+;;
+stop)
+stat_busy Stopping D-BUS system messagebus
+   [ -f /var/run/dbus.pid ]  kill `cat /var/run/dbus.pid` /dev/null 21
+if [ $? -gt 0 ]; then
+stat_fail
+else
+   rm -f /var/run/dbus.pid
+rm_daemon dbus
+stat_done
+fi
+;;
+restart)
+$0 stop
+   sleep 1
+$0 start
+;;
+reload)
+stat_busy Reloading D-BUS configuration
+[ -f /var/run/dbus.pid ]  /usr/bin/dbus-send \
+--system --type=method_call \
+--dest=org.freedesktop.DBus \
+/ org.freedesktop.DBus.ReloadConfig
+if [ $? -gt 0 ]; then
+stat_fail
+ 

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

2012-06-11 Thread andyrtr
Date: Monday, June 11, 2012 @ 15:38:56
  Author: andyrtr
Revision: 161479

upgpkg: dbus 1.6.0-1

upstream update 1.6.0

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 19:30:24 UTC (rev 161478)
+++ PKGBUILD2012-06-11 19:38:56 UTC (rev 161479)
@@ -3,21 +3,22 @@
 # Contributor: Link Dupont l...@subpop.net
 #
 pkgname=dbus
-pkgver=1.4.20
+pkgver=1.6.0
 pkgrel=1
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
 license=('GPL' 'custom')
 depends=(dbus-core=${pkgver} 'libx11')
-source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
 30-dbus)
-md5sums=('79eca2f2c1894ac347acce128314428b'
+md5sums=('16dcae2dd0c76e398381601ac9acdec4'
+ '0ebde9920bde83fe26ce32351a7d8954'
  '9fafe8b28460aeaa6054309ef4c5ed92')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ECHO=echo ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
\
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
   --with-system-pid-file=/var/run/dbus.pid \
   --disable-verbose-mode --disable-static \



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

2012-06-11 Thread andyrtr
Date: Monday, June 11, 2012 @ 15:39:23
  Author: andyrtr
Revision: 161480

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

Added:
  dbus/repos/staging-i686/
  dbus/repos/staging-i686/30-dbus
(from rev 161479, dbus/trunk/30-dbus)
  dbus/repos/staging-i686/PKGBUILD
(from rev 161479, dbus/trunk/PKGBUILD)
  dbus/repos/staging-x86_64/
  dbus/repos/staging-x86_64/30-dbus
(from rev 161479, dbus/trunk/30-dbus)
  dbus/repos/staging-x86_64/PKGBUILD
(from rev 161479, dbus/trunk/PKGBUILD)

-+
 staging-i686/30-dbus|8 
 staging-i686/PKGBUILD   |   42 ++
 staging-x86_64/30-dbus  |8 
 staging-x86_64/PKGBUILD |   42 ++
 4 files changed, 100 insertions(+)

Copied: dbus/repos/staging-i686/30-dbus (from rev 161479, dbus/trunk/30-dbus)
===
--- staging-i686/30-dbus(rev 0)
+++ staging-i686/30-dbus2012-06-11 19:39:23 UTC (rev 161480)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch=`which dbus-launch 2/dev/null`
+if [ -n $dbuslaunch ]  [ -x $dbuslaunch ]  [ -z 
$DBUS_SESSION_BUS_ADDRESS ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi

Copied: dbus/repos/staging-i686/PKGBUILD (from rev 161479, dbus/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-11 19:39:23 UTC (rev 161480)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=(dbus-core=${pkgver} 'libx11')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+30-dbus)
+md5sums=('16dcae2dd0c76e398381601ac9acdec4'
+ '0ebde9920bde83fe26ce32351a7d8954'
+ '9fafe8b28460aeaa6054309ef4c5ed92')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --disable-verbose-mode --disable-static \
+  --enable-inotify --disable-dnotify \
+  --disable-tests --disable-asserts
+  make -C tools dbus-launch
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -m755 -d ${pkgdir}/usr/bin
+  install -m755 -d ${pkgdir}/usr/share/man/man1
+  install -m755 tools/dbus-launch ${pkgdir}/usr/bin/
+  install -m644 doc/dbus-launch.1 ${pkgdir}/usr/share/man/man1/
+
+  install -m755 -d ${pkgdir}/etc/X11/xinit/xinitrc.d
+  install -m755 ${srcdir}/30-dbus ${pkgdir}/etc/X11/xinit/xinitrc.d/
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/dbus
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/dbus/
+}

Copied: dbus/repos/staging-x86_64/30-dbus (from rev 161479, dbus/trunk/30-dbus)
===
--- staging-x86_64/30-dbus  (rev 0)
+++ staging-x86_64/30-dbus  2012-06-11 19:39:23 UTC (rev 161480)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch=`which dbus-launch 2/dev/null`
+if [ -n $dbuslaunch ]  [ -x $dbuslaunch ]  [ -z 
$DBUS_SESSION_BUS_ADDRESS ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi

Copied: dbus/repos/staging-x86_64/PKGBUILD (from rev 161479, 
dbus/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-06-11 19:39:23 UTC (rev 161480)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=(dbus-core=${pkgver} 'libx11')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+30-dbus)
+md5sums=('16dcae2dd0c76e398381601ac9acdec4'
+ '0ebde9920bde83fe26ce32351a7d8954'
+ '9fafe8b28460aeaa6054309ef4c5ed92')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --disable-verbose-mode --disable-static \
+  --enable-inotify --disable-dnotify \
+  --disable-tests --disable-asserts
+  make -C tools dbus-launch
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -m755 -d ${pkgdir}/usr/bin
+  

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

2012-06-11 Thread andyrtr
Date: Monday, June 11, 2012 @ 15:40:07
  Author: andyrtr
Revision: 161481

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

Added:
  dbus-core/repos/testing-i686/
  dbus-core/repos/testing-i686/PKGBUILD
(from rev 161480, dbus-core/repos/staging-i686/PKGBUILD)
  dbus-core/repos/testing-i686/dbus
(from rev 161480, dbus-core/repos/staging-i686/dbus)
  dbus-core/repos/testing-i686/dbus.install
(from rev 161480, dbus-core/repos/staging-i686/dbus.install)
  dbus-core/repos/testing-x86_64/
  dbus-core/repos/testing-x86_64/PKGBUILD
(from rev 161480, dbus-core/repos/staging-x86_64/PKGBUILD)
  dbus-core/repos/testing-x86_64/dbus
(from rev 161480, dbus-core/repos/staging-x86_64/dbus)
  dbus-core/repos/testing-x86_64/dbus.install
(from rev 161480, dbus-core/repos/staging-x86_64/dbus.install)
Deleted:
  dbus-core/repos/staging-i686/
  dbus-core/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   51 +
 testing-i686/dbus   |   57 ++
 testing-i686/dbus.install   |   24 +
 testing-x86_64/PKGBUILD |   51 +
 testing-x86_64/dbus |   57 ++
 testing-x86_64/dbus.install |   24 +
 6 files changed, 264 insertions(+)

Copied: dbus-core/repos/testing-i686/PKGBUILD (from rev 161480, 
dbus-core/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-11 19:40:07 UTC (rev 161481)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus-core
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat=2.0.1' 'coreutils' 'filesystem' 'shadow') # shadow for 
install scriptlet FS#29341
+makedepends=('libx11')
+conflicts=('dbus1.2.3-2')
+options=(!libtool)
+install=dbus.install
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc}
+dbus)
+md5sums=('16dcae2dd0c76e398381601ac9acdec4'
+ '0ebde9920bde83fe26ce32351a7d8954'
+ '08f93dd19cffd1b45ab05c1fd4efb560')
+
+build() {
+  cd ${srcdir}/dbus-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package(){
+  cd ${srcdir}/dbus-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/bin/dbus-launch
+  rm -f ${pkgdir}/usr/share/man/man1/dbus-launch.1
+  rm -rf ${pkgdir}/var/run
+
+  install -m755 -d ${pkgdir}/etc/rc.d
+  install -m755 ${srcdir}/dbus ${pkgdir}/etc/rc.d/
+
+  #Fix configuration file
+  sed -i -e 's|user81/user|userdbus/user|' 
${pkgdir}/etc/dbus-1/system.conf
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/dbus-core
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/dbus-core/
+}

Copied: dbus-core/repos/testing-i686/dbus (from rev 161480, 
dbus-core/repos/staging-i686/dbus)
===
--- testing-i686/dbus   (rev 0)
+++ testing-i686/dbus   2012-06-11 19:40:07 UTC (rev 161481)
@@ -0,0 +1,57 @@
+#!/bin/bash
+
+# general config
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+start)
+stat_busy Starting D-BUS system messagebus
+   if [ ! -x /var/run/dbus ] ; then
+   install -m755 -g 81 -o 81 -d /var/run/dbus
+   fi
+if [ -x /usr/bin/dbus-uuidgen ] ; then
+/usr/bin/dbus-uuidgen --ensure
+fi
+
+/usr/bin/dbus-daemon --system
+if [ $? -gt 0 ]; then
+stat_fail
+else
+add_daemon dbus
+stat_done
+fi
+;;
+stop)
+stat_busy Stopping D-BUS system messagebus
+   [ -f /var/run/dbus.pid ]  kill `cat /var/run/dbus.pid` /dev/null 21
+if [ $? -gt 0 ]; then
+stat_fail
+else
+   rm -f /var/run/dbus.pid
+rm_daemon dbus
+stat_done
+fi
+;;
+restart)
+$0 stop
+   sleep 1
+$0 start
+;;
+reload)
+stat_busy Reloading D-BUS configuration
+[ -f /var/run/dbus.pid ]  /usr/bin/dbus-send \
+--system --type=method_call \
+--dest=org.freedesktop.DBus \
+/ org.freedesktop.DBus.ReloadConfig
+if [ $? -gt 0 ]; then
+stat_fail
+else
+stat_done
+fi
+

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

2012-06-11 Thread andyrtr
Date: Monday, June 11, 2012 @ 15:40:12
  Author: andyrtr
Revision: 161482

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/30-dbus
(from rev 161480, dbus/repos/staging-i686/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
(from rev 161480, dbus/repos/staging-i686/PKGBUILD)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/30-dbus
(from rev 161480, dbus/repos/staging-x86_64/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 161480, dbus/repos/staging-x86_64/PKGBUILD)
Deleted:
  dbus/repos/staging-i686/
  dbus/repos/staging-x86_64/

-+
 testing-i686/30-dbus|8 
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/30-dbus  |8 
 testing-x86_64/PKGBUILD |   42 ++
 4 files changed, 100 insertions(+)

Copied: dbus/repos/testing-i686/30-dbus (from rev 161480, 
dbus/repos/staging-i686/30-dbus)
===
--- testing-i686/30-dbus(rev 0)
+++ testing-i686/30-dbus2012-06-11 19:40:12 UTC (rev 161482)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch=`which dbus-launch 2/dev/null`
+if [ -n $dbuslaunch ]  [ -x $dbuslaunch ]  [ -z 
$DBUS_SESSION_BUS_ADDRESS ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 161480, 
dbus/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-11 19:40:12 UTC (rev 161482)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=(dbus-core=${pkgver} 'libx11')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+30-dbus)
+md5sums=('16dcae2dd0c76e398381601ac9acdec4'
+ '0ebde9920bde83fe26ce32351a7d8954'
+ '9fafe8b28460aeaa6054309ef4c5ed92')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --disable-verbose-mode --disable-static \
+  --enable-inotify --disable-dnotify \
+  --disable-tests --disable-asserts
+  make -C tools dbus-launch
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -m755 -d ${pkgdir}/usr/bin
+  install -m755 -d ${pkgdir}/usr/share/man/man1
+  install -m755 tools/dbus-launch ${pkgdir}/usr/bin/
+  install -m644 doc/dbus-launch.1 ${pkgdir}/usr/share/man/man1/
+
+  install -m755 -d ${pkgdir}/etc/X11/xinit/xinitrc.d
+  install -m755 ${srcdir}/30-dbus ${pkgdir}/etc/X11/xinit/xinitrc.d/
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/dbus
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/dbus/
+}

Copied: dbus/repos/testing-x86_64/30-dbus (from rev 161480, 
dbus/repos/staging-x86_64/30-dbus)
===
--- testing-x86_64/30-dbus  (rev 0)
+++ testing-x86_64/30-dbus  2012-06-11 19:40:12 UTC (rev 161482)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch=`which dbus-launch 2/dev/null`
+if [ -n $dbuslaunch ]  [ -x $dbuslaunch ]  [ -z 
$DBUS_SESSION_BUS_ADDRESS ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 161480, 
dbus/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-11 19:40:12 UTC (rev 161482)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=(dbus-core=${pkgver} 'libx11')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+30-dbus)
+md5sums=('16dcae2dd0c76e398381601ac9acdec4'
+ '0ebde9920bde83fe26ce32351a7d8954'
+ '9fafe8b28460aeaa6054309ef4c5ed92')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --disable-verbose-mode --disable-static \
+  --enable-inotify 

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

2012-06-11 Thread Eric Bélanger
Date: Monday, June 11, 2012 @ 15:50:06
  Author: eric
Revision: 161483

upgpkg: fcitx 4.2.4.1-1

Upstream update, Add icu depends

Modified:
  fcitx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 19:40:12 UTC (rev 161482)
+++ PKGBUILD2012-06-11 19:50:06 UTC (rev 161483)
@@ -4,7 +4,7 @@
 
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt')
-pkgver=4.2.4
+pkgver=4.2.4.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/fcitx/;
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' \
  'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
 source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
-sha1sums=('68aaf220d3f7e9bfe34062379e22388a44250fc2')
+sha1sums=('835fe4ee7005641a79b4456654e70ed5a5c49b85')
 
 build() {
   cd ${srcdir}
@@ -36,7 +36,7 @@
 package_fcitx() {
   pkgdesc=Free Chinese Input Toy of X - Input Method Server for X window 
system
   depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
-   'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' 'enchant')
+   'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' 'enchant' 
'icu')
   install=fcitx.install
 
   cd ${srcdir}/build



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

2012-06-11 Thread Eric Bélanger
Date: Monday, June 11, 2012 @ 15:50:28
  Author: eric
Revision: 161484

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

Added:
  fcitx/repos/extra-i686/PKGBUILD
(from rev 161483, fcitx/trunk/PKGBUILD)
  fcitx/repos/extra-i686/fcitx-gtk2.install
(from rev 161483, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/extra-i686/fcitx-gtk3.install
(from rev 161483, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/extra-i686/fcitx.install
(from rev 161483, fcitx/trunk/fcitx.install)
  fcitx/repos/extra-x86_64/PKGBUILD
(from rev 161483, fcitx/trunk/PKGBUILD)
  fcitx/repos/extra-x86_64/fcitx-gtk2.install
(from rev 161483, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/extra-x86_64/fcitx-gtk3.install
(from rev 161483, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/extra-x86_64/fcitx.install
(from rev 161483, fcitx/trunk/fcitx.install)
Deleted:
  fcitx/repos/extra-i686/PKGBUILD
  fcitx/repos/extra-i686/fcitx-gtk2.install
  fcitx/repos/extra-i686/fcitx-gtk3.install
  fcitx/repos/extra-i686/fcitx.install
  fcitx/repos/extra-x86_64/PKGBUILD
  fcitx/repos/extra-x86_64/fcitx-gtk2.install
  fcitx/repos/extra-x86_64/fcitx-gtk3.install
  fcitx/repos/extra-x86_64/fcitx.install

-+
 extra-i686/PKGBUILD |  144 +++---
 extra-i686/fcitx-gtk2.install   |   22 ++---
 extra-i686/fcitx-gtk3.install   |   22 ++---
 extra-i686/fcitx.install|   26 +++---
 extra-x86_64/PKGBUILD   |  144 +++---
 extra-x86_64/fcitx-gtk2.install |   22 ++---
 extra-x86_64/fcitx-gtk3.install |   22 ++---
 extra-x86_64/fcitx.install  |   26 +++---
 8 files changed, 214 insertions(+), 214 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 19:50:06 UTC (rev 161483)
+++ extra-i686/PKGBUILD 2012-06-11 19:50:28 UTC (rev 161484)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: csslayer wengxt AT gmail com
-
-pkgbase=fcitx
-pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt')
-pkgver=4.2.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx/;
-license=('GPL')
-makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' \
- 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
-source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
-sha1sums=('68aaf220d3f7e9bfe34062379e22388a44250fc2')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_OPENCC=OFF \
--DENABLE_TEST=ON \
--DENABLE_GTK3_IM_MODULE=ON \
--DENABLE_QT_IM_MODULE=ON
-  make
-}
-
-check() {
-  cd ${srcdir}/build
-  make test
-}
-
-package_fcitx() {
-  pkgdesc=Free Chinese Input Toy of X - Input Method Server for X window 
system
-  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
-   'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' 'enchant')
-  install=fcitx.install
-
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-
-  rm -r ${pkgdir}/usr/lib/{gtk-2.0,gtk-3.0,qt}
-}
-
-package_fcitx-gtk2() {
-  pkgdesc='GTK2 IM Module for fcitx'
-  depends=('gtk2' 'fcitx')
-  install=fcitx-gtk2.install
-
-  cd ${srcdir}/build/src/frontend/gtk2
-  make DESTDIR=${pkgdir} install
-}
-
-package_fcitx-gtk3() {
-  pkgdesc='GTK3 IM Module for fcitx'
-  depends=('gtk3' 'fcitx')
-  install=fcitx-gtk3.install
-
-  cd ${srcdir}/build/src/frontend/gtk3
-  make DESTDIR=${pkgdir} install
-}
-
-package_fcitx-qt() {
-  pkgdesc='QT IM Module for fcitx'
-  depends=('qt' 'icu' 'fcitx')
-
-  cd ${srcdir}/build/src/frontend/qt
-  make DESTDIR=${pkgdir} install
-}

Copied: fcitx/repos/extra-i686/PKGBUILD (from rev 161483, fcitx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 19:50:28 UTC (rev 161484)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: csslayer wengxt AT gmail com
+
+pkgbase=fcitx
+pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt')
+pkgver=4.2.4.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx/;
+license=('GPL')
+makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' \
+ 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
+source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
+sha1sums=('835fe4ee7005641a79b4456654e70ed5a5c49b85')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_OPENCC=OFF \
+-DENABLE_TEST=ON \
+-DENABLE_GTK3_IM_MODULE=ON \
+-DENABLE_QT_IM_MODULE=ON
+  make
+}
+
+check() {
+  cd ${srcdir}/build
+  make test

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

2012-06-11 Thread Evangelos Foutras
Date: Monday, June 11, 2012 @ 16:06:48
  Author: foutrelis
Revision: 161485

Update optdep: dbus-python - python2-dbus

Modified:
  pidgin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 19:50:28 UTC (rev 161484)
+++ PKGBUILD2012-06-11 20:06:48 UTC (rev 161485)
@@ -69,7 +69,7 @@
   depends=('farstream' 'libsasl' 'libidn' 'dbus-glib' 'nss')
   optdepends=('avahi: Bonjour protocol support'
   'ca-certificates: SSL CA certificates'
-  'dbus-python: for purple-remote and purple-url-handler'
+  'python2-dbus: for purple-remote and purple-url-handler'
   'tk: Tcl/Tk scripting support')
 
   cd $srcdir/pidgin-$pkgver



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

2012-06-11 Thread Eric Bélanger
Date: Monday, June 11, 2012 @ 17:02:01
  Author: eric
Revision: 161486

upgpkg: catdoc 0.94.3-1

Upstream update, Update source url

Modified:
  catdoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 20:06:48 UTC (rev 161485)
+++ PKGBUILD2012-06-11 21:02:01 UTC (rev 161486)
@@ -3,8 +3,8 @@
 # Contributor: Paulius Palevicius paul...@birzai.com
 
 pkgname=catdoc
-pkgver=0.94.2
-pkgrel=3
+pkgver=0.94.3
+pkgrel=1
 pkgdesc=A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to 
text
 arch=('i686' 'x86_64')
 url=http://www.wagner.pp.ru/~vitus/software/catdoc/;
@@ -12,11 +12,13 @@
 depends=('glibc')
 optdepends=('tk: for using wordview')
 options=('!makeflags')
-source=(http://ftp.wagner.pp.ru/pub/catdoc/$pkgname-$pkgver.tar.gz)
-md5sums=('243e1680bb3e703616f5adecfee24491')
+source=(http://ftp.de.debian.org/debian/pool/main/c/catdoc/${pkgname}_$pkgver.orig.tar.gz)
+md5sums=('61212b9fd06b0a31aa7bc9a671130f57')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  sed -i 's/$(prefix)/$(installroot)$(prefix)/' desktop/Makefile.in
+  sed -i 's/0.94.2/0.94.3/' configure* doc/*.1 src/makefile.tc
   ./configure --prefix=/usr  --with-wish=/usr/bin/wish
   make
 }
@@ -24,4 +26,6 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
   make installroot=$pkgdir mandir=/usr/share/man/man1 install
+  install -d $pkgdir/usr/share/man/man1
+  install -m644 doc/*.1 $pkgdir/usr/share/man/man1
 }



[arch-commits] Commit in libkgapi/kde-unstable (PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 17:02:15
  Author: andrea
Revision: 161487

New tarball location

Modified:
  libkgapi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 21:02:01 UTC (rev 161486)
+++ PKGBUILD2012-06-11 21:02:15 UTC (rev 161487)
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 replaces=('akonadi-google' 'libkgoogle')
 conflicts=('akonadi-google' 'libkgoogle')
-source=(http://www.progdan.cz/wp-content/uploads/${pkgname}-${pkgver}.tar.bz2;)
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('90c44fd9456a6e34a8375f98250ad7cc')
 
 build() {



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

2012-06-11 Thread Eric Bélanger
Date: Monday, June 11, 2012 @ 17:02:16
  Author: eric
Revision: 161488

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-11 21:02:15 UTC (rev 161487)
+++ extra-i686/PKGBUILD 2012-06-11 21:02:16 UTC (rev 161488)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Paulius Palevicius paul...@birzai.com
-
-pkgname=catdoc
-pkgver=0.94.2
-pkgrel=3
-pkgdesc=A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to 
text
-arch=('i686' 'x86_64')
-url=http://www.wagner.pp.ru/~vitus/software/catdoc/;
-license=('GPL')
-depends=('glibc')
-optdepends=('tk: for using wordview')
-options=('!makeflags')
-source=(http://ftp.wagner.pp.ru/pub/catdoc/$pkgname-$pkgver.tar.gz)
-md5sums=('243e1680bb3e703616f5adecfee24491')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr  --with-wish=/usr/bin/wish
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make installroot=$pkgdir mandir=/usr/share/man/man1 install
-}

Copied: catdoc/repos/extra-i686/PKGBUILD (from rev 161486, 
catdoc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-11 21:02:16 UTC (rev 161488)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Paulius Palevicius paul...@birzai.com
+
+pkgname=catdoc
+pkgver=0.94.3
+pkgrel=1
+pkgdesc=A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to 
text
+arch=('i686' 'x86_64')
+url=http://www.wagner.pp.ru/~vitus/software/catdoc/;
+license=('GPL')
+depends=('glibc')
+optdepends=('tk: for using wordview')
+options=('!makeflags')
+source=(http://ftp.de.debian.org/debian/pool/main/c/catdoc/${pkgname}_$pkgver.orig.tar.gz)
+md5sums=('61212b9fd06b0a31aa7bc9a671130f57')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's/$(prefix)/$(installroot)$(prefix)/' desktop/Makefile.in
+  sed -i 's/0.94.2/0.94.3/' configure* doc/*.1 src/makefile.tc
+  ./configure --prefix=/usr  --with-wish=/usr/bin/wish
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make installroot=$pkgdir mandir=/usr/share/man/man1 install
+  install -d $pkgdir/usr/share/man/man1
+  install -m644 doc/*.1 $pkgdir/usr/share/man/man1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-11 21:02:15 UTC (rev 161487)
+++ extra-x86_64/PKGBUILD   2012-06-11 21:02:16 UTC (rev 161488)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Paulius Palevicius paul...@birzai.com
-
-pkgname=catdoc
-pkgver=0.94.2
-pkgrel=3
-pkgdesc=A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to 
text
-arch=('i686' 'x86_64')
-url=http://www.wagner.pp.ru/~vitus/software/catdoc/;
-license=('GPL')
-depends=('glibc')
-optdepends=('tk: for using wordview')
-options=('!makeflags')
-source=(http://ftp.wagner.pp.ru/pub/catdoc/$pkgname-$pkgver.tar.gz)
-md5sums=('243e1680bb3e703616f5adecfee24491')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr  --with-wish=/usr/bin/wish
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make installroot=$pkgdir mandir=/usr/share/man/man1 install
-}

Copied: catdoc/repos/extra-x86_64/PKGBUILD (from rev 161486, 
catdoc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-11 21:02:16 UTC (rev 161488)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Paulius Palevicius paul...@birzai.com
+
+pkgname=catdoc
+pkgver=0.94.3
+pkgrel=1
+pkgdesc=A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to 
text
+arch=('i686' 'x86_64')
+url=http://www.wagner.pp.ru/~vitus/software/catdoc/;
+license=('GPL')
+depends=('glibc')
+optdepends=('tk: for using wordview')
+options=('!makeflags')
+source=(http://ftp.de.debian.org/debian/pool/main/c/catdoc/${pkgname}_$pkgver.orig.tar.gz)
+md5sums=('61212b9fd06b0a31aa7bc9a671130f57')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's/$(prefix)/$(installroot)$(prefix)/' desktop/Makefile.in
+  sed -i 's/0.94.2/0.94.3/' configure* doc/*.1 src/makefile.tc
+  ./configure --prefix=/usr  --with-wish=/usr/bin/wish

[arch-commits] Commit in libkgapi/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 17:02:52
  Author: andrea
Revision: 161489

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  libkgapi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 161488, libkgapi/kde-unstable/PKGBUILD)
Deleted:
  libkgapi/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-11 21:02:16 UTC (rev 161488)
+++ PKGBUILD2012-06-11 21:02:52 UTC (rev 161489)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkgapi
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=A KDE-based library for accessing various Google services via their 
public API
-url='https://projects.kde.org/projects/kdereview/libkgoogle'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost')
-replaces=('akonadi-google' 'libkgoogle')
-conflicts=('akonadi-google' 'libkgoogle')
-source=(http://www.progdan.cz/wp-content/uploads/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('90c44fd9456a6e34a8375f98250ad7cc')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkgapi/repos/kde-unstable-x86_64/PKGBUILD (from rev 161488, 
libkgapi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-11 21:02:52 UTC (rev 161489)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/kdereview/libkgoogle'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost')
+replaces=('akonadi-google' 'libkgoogle')
+conflicts=('akonadi-google' 'libkgoogle')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('90c44fd9456a6e34a8375f98250ad7cc')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libkgapi/repos/kde-unstable-i686 (PKGBUILD PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 17:03:08
  Author: andrea
Revision: 161490

archrelease: copy kde-unstable to kde-unstable-i686

Added:
  libkgapi/repos/kde-unstable-i686/PKGBUILD
(from rev 161489, libkgapi/kde-unstable/PKGBUILD)
Deleted:
  libkgapi/repos/kde-unstable-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-11 21:02:52 UTC (rev 161489)
+++ PKGBUILD2012-06-11 21:03:08 UTC (rev 161490)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkgapi
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=A KDE-based library for accessing various Google services via their 
public API
-url='https://projects.kde.org/projects/kdereview/libkgoogle'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost')
-replaces=('akonadi-google' 'libkgoogle')
-conflicts=('akonadi-google' 'libkgoogle')
-source=(http://www.progdan.cz/wp-content/uploads/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('90c44fd9456a6e34a8375f98250ad7cc')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkgapi/repos/kde-unstable-i686/PKGBUILD (from rev 161489, 
libkgapi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-11 21:03:08 UTC (rev 161490)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/kdereview/libkgoogle'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost')
+replaces=('akonadi-google' 'libkgoogle')
+conflicts=('akonadi-google' 'libkgoogle')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('90c44fd9456a6e34a8375f98250ad7cc')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in akonadi (kde-unstable kde-unstable/PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 17:11:43
  Author: andrea
Revision: 161491

upgpkg: akonadi 1.7.90-1

Upstream release

Added:
  akonadi/kde-unstable/
Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-06-11 20:06:48 UTC (rev 161485)
+++ kde-unstable/PKGBUILD   2012-06-11 21:11:43 UTC (rev 161491)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.7.2
+pkgver=1.7.90
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('c73bb835057a3ee07d37a4f7daaf7ecf')
+md5sums=('573c1750c9ebb1f70ad39109f518c915')
 
 build() {
   cd ${srcdir}



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

2012-06-11 Thread Andrea Scarpino
Date: Monday, June 11, 2012 @ 17:12:03
  Author: andrea
Revision: 161492

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-i686/
  akonadi/repos/kde-unstable-i686/PKGBUILD
(from rev 161491, akonadi/kde-unstable/PKGBUILD)
  akonadi/repos/kde-unstable-i686/akonadi.install
(from rev 161491, akonadi/kde-unstable/akonadi.install)
  akonadi/repos/kde-unstable-x86_64/
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 161491, akonadi/kde-unstable/PKGBUILD)
  akonadi/repos/kde-unstable-x86_64/akonadi.install
(from rev 161491, akonadi/kde-unstable/akonadi.install)

-+
 kde-unstable-i686/PKGBUILD  |   32 
 kde-unstable-i686/akonadi.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD|   32 
 kde-unstable-x86_64/akonadi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: akonadi/repos/kde-unstable-i686/PKGBUILD (from rev 161491, 
akonadi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-11 21:12:03 UTC (rev 161492)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.7.90
+pkgrel=1
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://pim.kde.org/akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('573c1750c9ebb1f70ad39109f518c915')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/kde-unstable-i686/akonadi.install (from rev 161491, 
akonadi/kde-unstable/akonadi.install)
===
--- kde-unstable-i686/akonadi.install   (rev 0)
+++ kde-unstable-i686/akonadi.install   2012-06-11 21:12:03 UTC (rev 161492)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 161491, 
akonadi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-11 21:12:03 UTC (rev 161492)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.7.90
+pkgrel=1
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://pim.kde.org/akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('573c1750c9ebb1f70ad39109f518c915')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/kde-unstable-x86_64/akonadi.install (from rev 161491, 
akonadi/kde-unstable/akonadi.install)
===
--- kde-unstable-x86_64/akonadi.install (rev 0)
+++ kde-unstable-x86_64/akonadi.install 2012-06-11 21:12:03 UTC (rev 161492)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-06-11 Thread Thomas Dziedzic
Date: Monday, June 11, 2012 @ 17:22:56
  Author: tdziedzic
Revision: 161493

note all test failures and comments explaining tests

Modified:
  ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 21:12:03 UTC (rev 161492)
+++ PKGBUILD2012-06-11 21:22:56 UTC (rev 161493)
@@ -102,10 +102,21 @@
   sed -e 's/PYTHON = python/2/' -i testsuite/mk/boilerplate.mk
   sed -e 's_#!/usr/bin/env python_2_' -i testsuite/timeout/calibrate 
testsuite/timeout/timeout.py
 
-  # note: there is one test failure on i686 only: 
http://hackage.haskell.org/trac/ghc/ticket/5856
+  # upstream known failures on both i686 and x86_64:
+  #ghci.debugger/scripts break011 [bad stderr] (ghci)
+  #perf/compiler parsing001 [stat not good enough] (normal)
+  #simplCore/should_compile  spec-inline [stderr mismatch] (optasm)
+  # upstream known failures on i686 only:
+  #numrun012 test fails on i686 works on x86_64 - 
http://hackage.haskell.org/trac/ghc/ticket/5856
+  make test
+
+  # enabling threads to speed up
+  # causes more failures than make test, need to investigate
   #make THREADS=9 test
-  make test
-  # might be some failures
+
+  # will most likely cause lots of failures
+  # enable this when upstream has 0 test failures from a simple 'make test'
+  # zero unexpected failures on all tier 1 platforms - 
http://hackage.haskell.org/trac/ghc/ticket/5757
   #make fulltest
 }
 



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

2012-06-11 Thread Thomas Dziedzic
Date: Monday, June 11, 2012 @ 19:40:45
  Author: tdziedzic
Revision: 161494

update comments about testing

Modified:
  ghc/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 21:22:56 UTC (rev 161493)
+++ PKGBUILD2012-06-11 23:40:45 UTC (rev 161494)
@@ -19,7 +19,7 @@
 checkdepends=('python2')
 install='ghc.install'
 # keep this otherwise a lot of tests will show as unexpected failures... need 
to investigate why using -jn for n  1 does this...
-options=('!makeflags')
+#options=('!makeflags')
 # missing rtl?
 provides=('haskell-array=0.4.0.0'
   'haskell-base=4.5.1.0'
@@ -112,6 +112,11 @@
 
   # enabling threads to speed up
   # causes more failures than make test, need to investigate
+  # upstream known failures on both i686 and x86_64:
+  #perf/compiler parsing001 [stat not good enough] (normal)
+  #simplCore/should_compile  spec-inline [stderr mismatch] (optasm)
+  # upstream known failures on i686 only:
+  #numrun012 test fails on i686 works on x86_64 - 
http://hackage.haskell.org/trac/ghc/ticket/5856
   #make THREADS=9 test
 
   # will most likely cause lots of failures



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

2012-06-11 Thread Dave Reisner
Date: Monday, June 11, 2012 @ 20:28:26
  Author: dreisner
Revision: 161495

upgpkg: dbus-core 1.6.0-2

- link against libsystemd
- move pid to /run/dbus/pid
- move system socket to /run/dbus/system_bus_socket
- cleanup rc.d script

Modified:
  dbus-core/trunk/PKGBUILD
  dbus-core/trunk/dbus

--+
 PKGBUILD |   14 --
 dbus |   27 ---
 2 files changed, 20 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-11 23:40:45 UTC (rev 161494)
+++ PKGBUILD2012-06-12 00:28:26 UTC (rev 161495)
@@ -4,12 +4,12 @@
 #
 pkgname=dbus-core
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
 license=('GPL' 'custom')
-depends=('expat=2.0.1' 'coreutils' 'filesystem' 'shadow') # shadow for 
install scriptlet FS#29341
+depends=('expat=2.0.1' 'coreutils' 'filesystem' 'libsystemd' 'shadow') # 
shadow for install scriptlet FS#29341
 makedepends=('libx11')
 conflicts=('dbus1.2.3-2')
 options=(!libtool)
@@ -18,17 +18,19 @@
 dbus)
 md5sums=('16dcae2dd0c76e398381601ac9acdec4'
  '0ebde9920bde83fe26ce32351a7d8954'
- '08f93dd19cffd1b45ab05c1fd4efb560')
+ '3675334f5b4442d1c3e9a008f176e85f')
 
 build() {
   cd ${srcdir}/dbus-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
-  --with-system-pid-file=/var/run/dbus.pid \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
   --enable-inotify --disable-dnotify \
   --disable-verbose-mode --disable-static \
   --disable-tests --disable-asserts \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
   make
 }
 
@@ -46,6 +48,6 @@
   #Fix configuration file
   sed -i -e 's|user81/user|userdbus/user|' 
${pkgdir}/etc/dbus-1/system.conf
 
-  install -d -m755 ${pkgdir}/usr/share/licenses/dbus-core
+  install -dm755 ${pkgdir}/usr/share/licenses/dbus-core
   install -m644 COPYING ${pkgdir}/usr/share/licenses/dbus-core/
 }

Modified: dbus
===
--- dbus2012-06-11 23:40:45 UTC (rev 161494)
+++ dbus2012-06-12 00:28:26 UTC (rev 161495)
@@ -4,18 +4,17 @@
 . /etc/rc.conf
 . /etc/rc.d/functions
 
-case $1 in
+case $1 in
 start)
 stat_busy Starting D-BUS system messagebus
-   if [ ! -x /var/run/dbus ] ; then
-   install -m755 -g 81 -o 81 -d /var/run/dbus
-   fi
-if [ -x /usr/bin/dbus-uuidgen ] ; then
+if [[ ! -d /run/dbus ]] ; then
+install -m755 -g 81 -o 81 -d /run/dbus
+fi
+if [[ -x /usr/bin/dbus-uuidgen ]] ; then
 /usr/bin/dbus-uuidgen --ensure
 fi
 
-/usr/bin/dbus-daemon --system
-if [ $? -gt 0 ]; then
+if ! dbus-daemon --system; then
 stat_fail
 else
 add_daemon dbus
@@ -24,27 +23,25 @@
 ;;
 stop)
 stat_busy Stopping D-BUS system messagebus
-   [ -f /var/run/dbus.pid ]  kill `cat /var/run/dbus.pid` /dev/null 21
-if [ $? -gt 0 ]; then
+if ! { [[ -f /run/dbus/pid ]]  kill $(/run/dbus/pid); }; then
 stat_fail
 else
-   rm -f /var/run/dbus.pid
+rm -f /run/dbus/pid
 rm_daemon dbus
 stat_done
 fi
 ;;
 restart)
 $0 stop
-   sleep 1
+sleep 1
 $0 start
 ;;
 reload)
 stat_busy Reloading D-BUS configuration
-[ -f /var/run/dbus.pid ]  /usr/bin/dbus-send \
+if ! { [[ -f /run/dbus/pid ]]  dbus-send \
 --system --type=method_call \
 --dest=org.freedesktop.DBus \
-/ org.freedesktop.DBus.ReloadConfig
-if [ $? -gt 0 ]; then
+/ org.freedesktop.DBus.ReloadConfig; }; then
 stat_fail
 else
 stat_done
@@ -52,6 +49,6 @@
 ;;
 *)
 echo usage: $0 {start|stop|restart|reload}
-   ;;
+;;
 esac
 exit 0



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

2012-06-11 Thread Dave Reisner
Date: Monday, June 11, 2012 @ 20:28:40
  Author: dreisner
Revision: 161496

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

Added:
  dbus-core/repos/testing-i686/PKGBUILD
(from rev 161495, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-i686/dbus
(from rev 161495, dbus-core/trunk/dbus)
  dbus-core/repos/testing-i686/dbus.install
(from rev 161495, dbus-core/trunk/dbus.install)
  dbus-core/repos/testing-x86_64/PKGBUILD
(from rev 161495, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-x86_64/dbus
(from rev 161495, dbus-core/trunk/dbus)
  dbus-core/repos/testing-x86_64/dbus.install
(from rev 161495, dbus-core/trunk/dbus.install)
Deleted:
  dbus-core/repos/testing-i686/PKGBUILD
  dbus-core/repos/testing-i686/dbus
  dbus-core/repos/testing-i686/dbus.install
  dbus-core/repos/testing-x86_64/PKGBUILD
  dbus-core/repos/testing-x86_64/dbus
  dbus-core/repos/testing-x86_64/dbus.install

-+
 testing-i686/PKGBUILD   |  104 ---
 testing-i686/dbus   |  111 --
 testing-i686/dbus.install   |   48 +-
 testing-x86_64/PKGBUILD |  104 ---
 testing-x86_64/dbus |  111 --
 testing-x86_64/dbus.install |   48 +-
 6 files changed, 262 insertions(+), 264 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-06-12 00:28:26 UTC (rev 161495)
+++ testing-i686/PKGBUILD   2012-06-12 00:28:40 UTC (rev 161496)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-#
-pkgname=dbus-core
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=Freedesktop.org message bus system
-url=http://www.freedesktop.org/Software/dbus;
-arch=(i686 x86_64)
-license=('GPL' 'custom')
-depends=('expat=2.0.1' 'coreutils' 'filesystem' 'shadow') # shadow for 
install scriptlet FS#29341
-makedepends=('libx11')
-conflicts=('dbus1.2.3-2')
-options=(!libtool)
-install=dbus.install
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc}
-dbus)
-md5sums=('16dcae2dd0c76e398381601ac9acdec4'
- '0ebde9920bde83fe26ce32351a7d8954'
- '08f93dd19cffd1b45ab05c1fd4efb560')
-
-build() {
-  cd ${srcdir}/dbus-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
-  --with-system-pid-file=/var/run/dbus.pid \
-  --enable-inotify --disable-dnotify \
-  --disable-verbose-mode --disable-static \
-  --disable-tests --disable-asserts \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package(){
-  cd ${srcdir}/dbus-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -f ${pkgdir}/usr/bin/dbus-launch
-  rm -f ${pkgdir}/usr/share/man/man1/dbus-launch.1
-  rm -rf ${pkgdir}/var/run
-
-  install -m755 -d ${pkgdir}/etc/rc.d
-  install -m755 ${srcdir}/dbus ${pkgdir}/etc/rc.d/
-
-  #Fix configuration file
-  sed -i -e 's|user81/user|userdbus/user|' 
${pkgdir}/etc/dbus-1/system.conf
-
-  install -d -m755 ${pkgdir}/usr/share/licenses/dbus-core
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/dbus-core/
-}

Copied: dbus-core/repos/testing-i686/PKGBUILD (from rev 161495, 
dbus-core/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-12 00:28:40 UTC (rev 161496)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus-core
+pkgver=1.6.0
+pkgrel=2
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat=2.0.1' 'coreutils' 'filesystem' 'libsystemd' 'shadow') # 
shadow for install scriptlet FS#29341
+makedepends=('libx11')
+conflicts=('dbus1.2.3-2')
+options=(!libtool)
+install=dbus.install
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc}
+dbus)
+md5sums=('16dcae2dd0c76e398381601ac9acdec4'
+ '0ebde9920bde83fe26ce32351a7d8954'
+ '3675334f5b4442d1c3e9a008f176e85f')
+
+build() {
+  cd ${srcdir}/dbus-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+  make
+}
+
+package(){
+  cd ${srcdir}/dbus-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -f 

[arch-commits] Commit in libdrm/trunk (PKGBUILD no-pthread-stubs.patch)

2012-06-11 Thread Ionut Biru
Date: Monday, June 11, 2012 @ 21:56:31
  Author: ibiru
Revision: 161497

update to 2.4.35

Modified:
  libdrm/trunk/PKGBUILD
  libdrm/trunk/no-pthread-stubs.patch

+
 PKGBUILD   |   32 ++
 no-pthread-stubs.patch |   56 +--
 2 files changed, 43 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 00:28:40 UTC (rev 161496)
+++ PKGBUILD2012-06-12 01:56:31 UTC (rev 161497)
@@ -2,50 +2,44 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libdrm
-pkgver=2.4.33
+pkgver=2.4.35
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services
 arch=(i686 x86_64)
 license=('custom')
 depends=('glibc' 'libpciaccess')
 makedepends=('cairo' 'valgrind')
+replaces=('libdrm-new' 'libdrm-nouveau')
 options=('!libtool')
 url=http://dri.freedesktop.org/;
-source=(http://dri.freedesktop.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
 no-pthread-stubs.patch
 COPYING
-#  git_fixes.diff
 )
-sha1sums=('4da2c635491724e44326871e6a49ccfec0b6b5a6'
-  '825ff5e0c4238b31bdea52f104bfec8949270e25'
+sha1sums=('a1d8d4945f782371d7855dbd693db885bd7e3d83'
+  '2a5410baa3e6e078f9378ce486a88f41d22fd838'
   'ba3dcd636997ee0d30df14b03dae05c24ae5d094')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/no-pthread-stubs.patch
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../no-pthread-stubs.patch
 
-  # git fixes - currently none
-#  patch -Np1 -i ${srcdir}/git_fixes.diff
-  
   #libtoolize --force
   autoreconf --force --install
   ./configure --prefix=/usr \
   --enable-udev \
-  --enable-intel \
-  --enable-radeon \
-  --enable-vmwgfx-experimental-api \
-  --enable-nouveau-experimental-api
+  --enable-vmwgfx-experimental-api
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   make -k check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 ../COPYING $pkgdir/usr/share/licenses/$pkgname/
 }

Modified: no-pthread-stubs.patch
===
--- no-pthread-stubs.patch  2012-06-12 00:28:40 UTC (rev 161496)
+++ no-pthread-stubs.patch  2012-06-12 01:56:31 UTC (rev 161497)
@@ -1,6 +1,6 @@
-diff -ru libdrm-2.4.0/configure.ac libdrm-2.4.0-nostubs/configure.ac
 libdrm-2.4.0/configure.ac  2008-10-09 21:57:09.0 +0200
-+++ libdrm-2.4.0-nostubs/configure.ac  2008-10-21 10:48:24.0 +0200
+diff -Nur libdrm-2.4.34.orig/configure.ac libdrm-2.4.34/configure.ac
+--- libdrm-2.4.34.orig/configure.ac2012-05-12 14:54:06.375335490 +
 libdrm-2.4.34/configure.ac 2012-05-12 14:54:32.075142065 +
 @@ -47,10 +47,6 @@
  LT_INIT([disable-static])
  
@@ -12,17 +12,18 @@
  pkgconfigdir=${libdir}/pkgconfig
  AC_SUBST(pkgconfigdir)
  AC_ARG_ENABLE([udev],
 libdrm-2.4.16/intel/Makefile.am2009-11-20 23:54:36.0 +
-+++ libdrm-2.4.16/intel/Makefile.am.new2009-12-07 08:11:32.235748069 
+
+diff -Nur libdrm-2.4.34.orig/intel/Makefile.am libdrm-2.4.34/intel/Makefile.am
+--- libdrm-2.4.34.orig/intel/Makefile.am   2012-05-12 14:54:06.372001955 
+
 libdrm-2.4.34/intel/Makefile.am2012-05-12 14:55:24.164745055 +
 @@ -26,7 +26,6 @@
$(WARN_CFLAGS) \
-I$(top_srcdir) \
-I$(top_srcdir)/intel \
 -  $(PTHREADSTUBS_CFLAGS) \
$(PCIACCESS_CFLAGS) \
+   $(VALGRIND_CFLAGS) \
-I$(top_srcdir)/include/drm
- 
-@@ -34,7 +33,6 @@
+@@ -35,7 +34,6 @@
  libdrm_intel_ladir = $(libdir)
  libdrm_intel_la_LDFLAGS = -version-number 1:0:0 -no-undefined
  libdrm_intel_la_LIBADD = ../libdrm.la \
@@ -30,8 +31,28 @@
@PCIACCESS_LIBS@ \
@CLOCK_LIB@
  
 libdrm-2.4.16/radeon/Makefile.am   2009-11-20 23:54:36.0 +
-+++ libdrm-2.4.16/radeon/Makefile.am.new   2009-12-07 08:12:31.889075388 
+
+diff -Nur libdrm-2.4.34.orig/nouveau/Makefile.am 
libdrm-2.4.34/nouveau/Makefile.am
+--- libdrm-2.4.34.orig/nouveau/Makefile.am 2012-05-12 14:54:06.331998148 
+
 libdrm-2.4.34/nouveau/Makefile.am  2012-05-12 14:56:00.941132085 +
+@@ -2,14 +2,13 @@
+   $(WARN_CFLAGS) \
+   -I$(top_srcdir) \
+   -I$(top_srcdir)/nouveau \
+-  $(PTHREADSTUBS_CFLAGS) \
+   -I$(top_srcdir)/include/drm \
+   -DDEBUG
+ 
+ libdrm_nouveau_la_LTLIBRARIES = libdrm_nouveau.la
+ libdrm_nouveau_ladir = $(libdir)
+ libdrm_nouveau_la_LDFLAGS = -version-number 2:0:0 -no-undefined
+-libdrm_nouveau_la_LIBADD = ../libdrm.la 

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

2012-06-11 Thread Ionut Biru
Date: Monday, June 11, 2012 @ 21:59:59
  Author: ibiru
Revision: 161498

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

Added:
  libdrm/repos/staging-i686/
  libdrm/repos/staging-i686/COPYING
(from rev 161497, libdrm/trunk/COPYING)
  libdrm/repos/staging-i686/PKGBUILD
(from rev 161497, libdrm/trunk/PKGBUILD)
  libdrm/repos/staging-i686/git_fixes.diff
(from rev 161497, libdrm/trunk/git_fixes.diff)
  libdrm/repos/staging-i686/no-pthread-stubs.patch
(from rev 161497, libdrm/trunk/no-pthread-stubs.patch)
  libdrm/repos/staging-x86_64/
  libdrm/repos/staging-x86_64/COPYING
(from rev 161497, libdrm/trunk/COPYING)
  libdrm/repos/staging-x86_64/PKGBUILD
(from rev 161497, libdrm/trunk/PKGBUILD)
  libdrm/repos/staging-x86_64/git_fixes.diff
(from rev 161497, libdrm/trunk/git_fixes.diff)
  libdrm/repos/staging-x86_64/no-pthread-stubs.patch
(from rev 161497, libdrm/trunk/no-pthread-stubs.patch)

---+
 staging-i686/COPYING  |   48 +
 staging-i686/PKGBUILD |   45 
 staging-i686/git_fixes.diff   |   13 +
 staging-i686/no-pthread-stubs.patch   |   70 
 staging-x86_64/COPYING|   48 +
 staging-x86_64/PKGBUILD   |   45 
 staging-x86_64/git_fixes.diff |   13 +
 staging-x86_64/no-pthread-stubs.patch |   70 
 8 files changed, 352 insertions(+)

Copied: libdrm/repos/staging-i686/COPYING (from rev 161497, 
libdrm/trunk/COPYING)
===
--- staging-i686/COPYING(rev 0)
+++ staging-i686/COPYING2012-06-12 01:59:59 UTC (rev 161498)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ 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 on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, 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 (including the
+ next paragraph) 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
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON 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.
+
+
+
+ Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ 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 (including the
+ next paragraph) 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 PRECISION INSIGHT AND/OR ITS
+ SUPPLIERS 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.

Copied: libdrm/repos/staging-i686/PKGBUILD (from rev 161497, 
libdrm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-12 01:59:59 UTC (rev 161498)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libdrm
+pkgver=2.4.35
+pkgrel=1
+pkgdesc=Userspace interface to kernel DRM services
+arch=(i686 x86_64)
+license=('custom')
+depends=('glibc' 'libpciaccess')
+makedepends=('cairo' 'valgrind')
+replaces=('libdrm-new' 'libdrm-nouveau')
+options=('!libtool')
+url=http://dri.freedesktop.org/;

[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

2012-06-11 Thread Ionut Biru
Date: Monday, June 11, 2012 @ 22:03:07
  Author: ibiru
Revision: 161499

rebuild against new libdrm, get new snapshot

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 01:59:59 UTC (rev 161498)
+++ PKGBUILD2012-06-12 02:03:07 UTC (rev 161499)
@@ -3,21 +3,21 @@
 # Contributor: buddabrod buddab...@gmail.com
 
 pkgname=xf86-video-nouveau
-_gitdate=20120512
+_gitdate=20120612
 pkgver=0.0.16_git${_gitdate} # see configure.ac
-pkgrel=2
+pkgrel=1
 pkgdesc=Open Source 2D acceleration driver for nVidia cards (experimental)
 arch=('i686' 'x86_64')
 url=http://nouveau.freedesktop.org/wiki/;
 license=('GPL') #and MIT, not yet a license file, see 
http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
-depends=('libdrm-nouveau' 'udev')
+depends=('libdrm' 'udev')
 optdepends=('nouveau-dri:   experimental gallium3d features')
-makedepends=('xorg-server-devel' 'libdrm-new' 'xf86driproto')
+makedepends=('xorg-server-devel' 'xf86driproto')
 conflicts=('xorg-server1.11.99.902')
 options=('!libtool')
 install=$pkgname.install
 
source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('3e27e283219936d64c194eca24cd81cd')
+md5sums=('d72338b96fa4c8356f69f10692dbc6d9')
 
 # source PKGBUILD  mksource
 mksource() {
@@ -30,12 +30,12 @@
 }
 
 build() {
-  cd $srcdir/xf86-video-nouveau-${_gitdate}
+  cd xf86-video-nouveau-${_gitdate}
   ./autogen.sh --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/xf86-video-nouveau-${_gitdate}
-  make DESTDIR=$pkgdir install
+  cd xf86-video-nouveau-${_gitdate}
+  make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in xf86-video-nouveau/repos (6 files)

2012-06-11 Thread Ionut Biru
Date: Monday, June 11, 2012 @ 22:04:01
  Author: ibiru
Revision: 161500

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

Added:
  xf86-video-nouveau/repos/staging-i686/
  xf86-video-nouveau/repos/staging-i686/PKGBUILD
(from rev 161499, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install
(from rev 161499, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/staging-x86_64/
  xf86-video-nouveau/repos/staging-x86_64/PKGBUILD
(from rev 161499, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/staging-x86_64/xf86-video-nouveau.install
(from rev 161499, xf86-video-nouveau/trunk/xf86-video-nouveau.install)

---+
 staging-i686/PKGBUILD |   41 
 staging-i686/xf86-video-nouveau.install   |   16 ++
 staging-x86_64/PKGBUILD   |   41 
 staging-x86_64/xf86-video-nouveau.install |   16 ++
 4 files changed, 114 insertions(+)

Copied: xf86-video-nouveau/repos/staging-i686/PKGBUILD (from rev 161499, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-12 02:04:01 UTC (rev 161500)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: buddabrod buddab...@gmail.com
+
+pkgname=xf86-video-nouveau
+_gitdate=20120612
+pkgver=0.0.16_git${_gitdate} # see configure.ac
+pkgrel=1
+pkgdesc=Open Source 2D acceleration driver for nVidia cards (experimental)
+arch=('i686' 'x86_64')
+url=http://nouveau.freedesktop.org/wiki/;
+license=('GPL') #and MIT, not yet a license file, see 
http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
+depends=('libdrm' 'udev')
+optdepends=('nouveau-dri:   experimental gallium3d features')
+makedepends=('xorg-server-devel' 'xf86driproto')
+conflicts=('xorg-server1.11.99.902')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
+md5sums=('d72338b96fa4c8356f69f10692dbc6d9')
+
+# source PKGBUILD  mksource
+mksource() {
+   mkdir /tmp/$pkgname-${_gitdate}
+   pushd /tmp/$pkgname-${_gitdate}
+   git clone -v --depth 1 
git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
+   cd xf86-video-nouveau
+   git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD 
| bzip2  /tmp/$pkgname-${_gitdate}/$pkgname-${_gitdate}.tar.bz2
+   popd
+}
+
+build() {
+  cd xf86-video-nouveau-${_gitdate}
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd xf86-video-nouveau-${_gitdate}
+  make DESTDIR=$pkgdir install
+}

Copied: xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install (from 
rev 161499, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- staging-i686/xf86-video-nouveau.install (rev 0)
+++ staging-i686/xf86-video-nouveau.install 2012-06-12 02:04:01 UTC (rev 
161500)
@@ -0,0 +1,16 @@
+post_install () {
+   cat  _EOF
+  == make sure you use KernelModeSetting (KMS)
+  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}
+
+post_upgrade() {
+  if [ `vercmp $2 0.0.15_git20100117-1` -lt 0 ]; then
+cat  _EOF
+  == ATTENTION: Usermode support has been dropped
+  == make sure you use KernelModeSetting (KMS)
+  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+ fi
+}

Copied: xf86-video-nouveau/repos/staging-x86_64/PKGBUILD (from rev 161499, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-06-12 02:04:01 UTC (rev 161500)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: buddabrod buddab...@gmail.com
+
+pkgname=xf86-video-nouveau
+_gitdate=20120612
+pkgver=0.0.16_git${_gitdate} # see configure.ac
+pkgrel=1
+pkgdesc=Open Source 2D acceleration driver for nVidia cards (experimental)
+arch=('i686' 'x86_64')
+url=http://nouveau.freedesktop.org/wiki/;
+license=('GPL') #and MIT, not yet a license file, see 
http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
+depends=('libdrm' 'udev')
+optdepends=('nouveau-dri:   experimental gallium3d features')
+makedepends=('xorg-server-devel' 'xf86driproto')
+conflicts=('xorg-server1.11.99.902')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
+md5sums=('d72338b96fa4c8356f69f10692dbc6d9')
+
+# source PKGBUILD  mksource
+mksource() {
+   mkdir /tmp/$pkgname-${_gitdate}
+   pushd 

[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2012-06-11 Thread Pierre Schmitz
Date: Tuesday, June 12, 2012 @ 00:42:47
  Author: pierre
Revision: 161501

upgpkg: grml-zsh-config 0.6.2-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 02:04:01 UTC (rev 161500)
+++ PKGBUILD2012-06-12 04:42:47 UTC (rev 161501)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=grml-zsh-config
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc=grml's zsh setup
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('2d97d01b3d4589998078256d7eb46730eb78c8481f8b51f6bd2321aba25c7686')
+sha256sums=('2b1c3737152e01e094aeb70021297062f8fef4f216688f4a0d2ea60ee11354f2')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc



[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2012-06-11 Thread Pierre Schmitz
Date: Tuesday, June 12, 2012 @ 00:43:11
  Author: pierre
Revision: 161502

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 161501, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-12 04:42:47 UTC (rev 161501)
+++ PKGBUILD2012-06-12 04:43:11 UTC (rev 161502)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=grml-zsh-config
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=grml's zsh setup
-arch=('any')
-url='http://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('2d97d01b3d4589998078256d7eb46730eb78c8481f8b51f6bd2321aba25c7686')
-
-build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
-   make
-}
-
-package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
-   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
-   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-
-   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
-   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 161501, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-12 04:43:11 UTC (rev 161502)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=grml-zsh-config
+pkgver=0.6.2
+pkgrel=1
+pkgdesc=grml's zsh setup
+arch=('any')
+url='http://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('2b1c3737152e01e094aeb70021297062f8fef4f216688f4a0d2ea60ee11354f2')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}



[arch-commits] Commit in sox/trunk (PKGBUILD sox-ffmpeg0.11.patch)

2012-06-11 Thread Eric Bélanger
Date: Tuesday, June 12, 2012 @ 01:33:56
  Author: eric
Revision: 161503

upgpkg: sox 14.4.0-3

Rebuild against ffmpeg 0.11, Add check function

Added:
  sox/trunk/sox-ffmpeg0.11.patch
Modified:
  sox/trunk/PKGBUILD

--+
 PKGBUILD |   14 -
 sox-ffmpeg0.11.patch |  130 +
 2 files changed, 141 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 04:43:11 UTC (rev 161502)
+++ PKGBUILD2012-06-12 05:33:56 UTC (rev 161503)
@@ -3,13 +3,14 @@
 
 pkgname=sox
 pkgver=14.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc=The Swiss Army knife of sound processing tools
 arch=('i686' 'x86_64')
 url=http://sox.sourceforge.net/;
 license=('GPL' 'LGPL')
 depends=('libltdl' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr' 'gsm')
 makedepends=('ffmpeg' 'libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse')
+checkdepends=('time')
 optdepends=('libao: for ao plugin'
 'ffmpeg: for ffmpeg plugin'
 'libmad: for mp3 plugin'
@@ -18,19 +19,26 @@
 'libpulse: for pulse plugin')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-sox_default_audio_driver_fallback.patch)
+sox_default_audio_driver_fallback.patch sox-ffmpeg0.11.patch)
 sha1sums=('12dfc57e503ed4e18cedcac292cdae7982281978'
-  'ab304f1fc17269262dbc4977aa9b7e97ec805ae4')
+  'ab304f1fc17269262dbc4977aa9b7e97ec805ae4'
+  '2f92bcaebcaf300782396f106cdd27c72048a851')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -p0 -i ${srcdir}/sox_default_audio_driver_fallback.patch
+  patch -p1 -i ${srcdir}/sox-ffmpeg0.11.patch
   sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.in
   ./configure --prefix=/usr --sysconfdir=/etc \
 --with-dyn-default --with-distro=Arch Linux
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make bindir=. installcheck
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install

Added: sox-ffmpeg0.11.patch
===
--- sox-ffmpeg0.11.patch(rev 0)
+++ sox-ffmpeg0.11.patch2012-06-12 05:33:56 UTC (rev 161503)
@@ -0,0 +1,130 @@
+diff -Naur sox-14.4.0-orig/configure sox-14.4.0/configure
+--- sox-14.4.0-orig/configure  2012-06-12 00:35:53.462360803 -0400
 sox-14.4.0/configure   2012-06-12 00:36:08.572361294 -0400
+@@ -15781,9 +15781,9 @@
+   cat confdefs.h _ACEOF
+ #define `$as_echo HAVE_$ac_header | $as_tr_cpp` 1
+ _ACEOF
+- { $as_echo $as_me:${as_lineno-$LINENO}: checking for av_open_input_file in 
-lavformat 5
+-$as_echo_n checking for av_open_input_file in -lavformat...  6; }
+-if ${ac_cv_lib_avformat_av_open_input_file+:} false; then :
++ { $as_echo $as_me:${as_lineno-$LINENO}: checking for avformat_open_input in 
-lavformat 5
++$as_echo_n checking for avformat_open_input in -lavformat...  6; }
++if ${ac_cv_lib_avformat_avformat_open_input+:} false; then :
+   $as_echo_n (cached)  6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+@@ -15797,27 +15797,27 @@
+ #ifdef __cplusplus
+ extern C
+ #endif
+-char av_open_input_file ();
++char avformat_open_input ();
+ int
+ main ()
+ {
+-return av_open_input_file ();
++return avformat_open_input ();
+   ;
+   return 0;
+ }
+ _ACEOF
+ if ac_fn_c_try_link $LINENO; then :
+-  ac_cv_lib_avformat_av_open_input_file=yes
++  ac_cv_lib_avformat_avformat_open_input=yes
+ else
+-  ac_cv_lib_avformat_av_open_input_file=no
++  ac_cv_lib_avformat_avformat_open_input=no
+ fi
+ rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-{ $as_echo $as_me:${as_lineno-$LINENO}: result: 
$ac_cv_lib_avformat_av_open_input_file 5
+-$as_echo $ac_cv_lib_avformat_av_open_input_file 6; }
+-if test x$ac_cv_lib_avformat_av_open_input_file = xyes; then :
++{ $as_echo $as_me:${as_lineno-$LINENO}: result: 
$ac_cv_lib_avformat_avformat_open_input 5
++$as_echo $ac_cv_lib_avformat_avformat_open_input 6; }
++if test x$ac_cv_lib_avformat_avformat_open_input = xyes; then :
+   for ac_header in libavcodec/avcodec.h ffmpeg/avcodec.h
+ do :
+   as_ac_Header=`$as_echo ac_cv_header_$ac_header | $as_tr_sh`
+diff -Naur sox-14.4.0-orig/src/ffmpeg.c sox-14.4.0/src/ffmpeg.c
+--- sox-14.4.0-orig/src/ffmpeg.c   2012-06-12 00:35:53.459027469 -0400
 sox-14.4.0/src/ffmpeg.c2012-06-12 00:36:26.539028545 -0400
+@@ -93,7 +93,7 @@
+ #if LIBAVCODEC_VERSION_INT  ((5216)+(08)+0)
+   enc-error_resilience = 1;
+ #else
+-  enc-error_recognition = 1;
++  enc-err_recognition = 1;
+ #endif
+ 
+   if (!codec || avcodec_open(enc, codec)  0)
+@@ -157,7 +157,7 @@
+ static int startread(sox_format_t * ft)
+ {
+   priv_t * ffmpeg = (priv_t *)ft-priv;
+-  AVFormatParameters params;
++  AVDictionary *params;
+   int ret;
+   int i;
+ 
+@@ -172,7 

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

2012-06-11 Thread Eric Bélanger
Date: Tuesday, June 12, 2012 @ 01:34:19
  Author: eric
Revision: 161504

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

Added:
  sox/repos/staging-i686/
  sox/repos/staging-i686/PKGBUILD
(from rev 161503, sox/trunk/PKGBUILD)
  sox/repos/staging-i686/sox-ffmpeg0.11.patch
(from rev 161503, sox/trunk/sox-ffmpeg0.11.patch)
  sox/repos/staging-i686/sox_default_audio_driver_fallback.patch
(from rev 161503, sox/trunk/sox_default_audio_driver_fallback.patch)
  sox/repos/staging-x86_64/
  sox/repos/staging-x86_64/PKGBUILD
(from rev 161503, sox/trunk/PKGBUILD)
  sox/repos/staging-x86_64/sox-ffmpeg0.11.patch
(from rev 161503, sox/trunk/sox-ffmpeg0.11.patch)
  sox/repos/staging-x86_64/sox_default_audio_driver_fallback.patch
(from rev 161503, sox/trunk/sox_default_audio_driver_fallback.patch)

+
 staging-i686/PKGBUILD  |   45 +
 staging-i686/sox-ffmpeg0.11.patch  |  130 +++
 staging-i686/sox_default_audio_driver_fallback.patch   |   51 +
 staging-x86_64/PKGBUILD|   45 +
 staging-x86_64/sox-ffmpeg0.11.patch|  130 +++
 staging-x86_64/sox_default_audio_driver_fallback.patch |   51 +
 6 files changed, 452 insertions(+)

Copied: sox/repos/staging-i686/PKGBUILD (from rev 161503, sox/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-12 05:34:19 UTC (rev 161504)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=sox
+pkgver=14.4.0
+pkgrel=3
+pkgdesc=The Swiss Army knife of sound processing tools
+arch=('i686' 'x86_64')
+url=http://sox.sourceforge.net/;
+license=('GPL' 'LGPL')
+depends=('libltdl' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr' 'gsm')
+makedepends=('ffmpeg' 'libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse')
+checkdepends=('time')
+optdepends=('libao: for ao plugin'
+'ffmpeg: for ffmpeg plugin'
+'libmad: for mp3 plugin'
+'libid3tag: for mp3 plugin'
+'wavpack: for wavpack plugin'
+'libpulse: for pulse plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+sox_default_audio_driver_fallback.patch sox-ffmpeg0.11.patch)
+sha1sums=('12dfc57e503ed4e18cedcac292cdae7982281978'
+  'ab304f1fc17269262dbc4977aa9b7e97ec805ae4'
+  '2f92bcaebcaf300782396f106cdd27c72048a851')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/sox_default_audio_driver_fallback.patch
+  patch -p1 -i ${srcdir}/sox-ffmpeg0.11.patch
+  sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.in
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--with-dyn-default --with-distro=Arch Linux
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make bindir=. installcheck
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: sox/repos/staging-i686/sox-ffmpeg0.11.patch (from rev 161503, 
sox/trunk/sox-ffmpeg0.11.patch)
===
--- staging-i686/sox-ffmpeg0.11.patch   (rev 0)
+++ staging-i686/sox-ffmpeg0.11.patch   2012-06-12 05:34:19 UTC (rev 161504)
@@ -0,0 +1,130 @@
+diff -Naur sox-14.4.0-orig/configure sox-14.4.0/configure
+--- sox-14.4.0-orig/configure  2012-06-12 00:35:53.462360803 -0400
 sox-14.4.0/configure   2012-06-12 00:36:08.572361294 -0400
+@@ -15781,9 +15781,9 @@
+   cat confdefs.h _ACEOF
+ #define `$as_echo HAVE_$ac_header | $as_tr_cpp` 1
+ _ACEOF
+- { $as_echo $as_me:${as_lineno-$LINENO}: checking for av_open_input_file in 
-lavformat 5
+-$as_echo_n checking for av_open_input_file in -lavformat...  6; }
+-if ${ac_cv_lib_avformat_av_open_input_file+:} false; then :
++ { $as_echo $as_me:${as_lineno-$LINENO}: checking for avformat_open_input in 
-lavformat 5
++$as_echo_n checking for avformat_open_input in -lavformat...  6; }
++if ${ac_cv_lib_avformat_avformat_open_input+:} false; then :
+   $as_echo_n (cached)  6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+@@ -15797,27 +15797,27 @@
+ #ifdef __cplusplus
+ extern C
+ #endif
+-char av_open_input_file ();
++char avformat_open_input ();
+ int
+ main ()
+ {
+-return av_open_input_file ();
++return avformat_open_input ();
+   ;
+   return 0;
+ }
+ _ACEOF
+ if ac_fn_c_try_link $LINENO; then :
+-  ac_cv_lib_avformat_av_open_input_file=yes
++  ac_cv_lib_avformat_avformat_open_input=yes
+ else
+-  ac_cv_lib_avformat_av_open_input_file=no
++  ac_cv_lib_avformat_avformat_open_input=no
+ fi
+ rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-{ $as_echo $as_me:${as_lineno-$LINENO}: result: 

[arch-commits] Commit in kdelibs/kde-unstable (3 files)

2012-06-11 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 01:41:31
  Author: andrea
Revision: 161505

KDE 4.9beta2

Modified:
  kdelibs/kde-unstable/PKGBUILD
Deleted:
  kdelibs/kde-unstable/fix-battery.patch
  kdelibs/kde-unstable/fix-mount.patch

---+
 PKGBUILD  |   17 +
 fix-battery.patch |   39 ---
 fix-mount.patch   |   44 
 3 files changed, 5 insertions(+), 95 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 05:34:19 UTC (rev 161504)
+++ PKGBUILD2012-06-12 05:41:31 UTC (rev 161505)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.8.80
-pkgrel=5
+pkgver=4.8.90
+pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -18,15 +18,11 @@
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
 'kde-applications-menu.patch' 'archlinux-menu.patch'
-'use-pythondontwritebytecode.patch'
-'fix-battery.patch'
-'fix-mount.patch')
-sha1sums=('e0d4cef3a09c85e4309e48d7ab62ba9b8eccc575'
+'use-pythondontwritebytecode.patch')
+sha1sums=('926d0c0e6a6134d7292ae4d71e74541044d75a2d'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'bbacbbe2194f3961cd7557d98a9ddef158ca11aa'
-  '49e3d3e2b9b6e7b3abf6cdf0c37f30fbe7095797'
-  '7b74500f1e51d3f1ab8037d92b60285d6ab7d964')
+  'bbacbbe2194f3961cd7557d98a9ddef158ca11aa')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -39,9 +35,6 @@
# Set PYTHONDONTWRITEBYTECODE (KDEBUG#276151)
patch -p0 -i ${srcdir}/use-pythondontwritebytecode.patch

-   patch -p1 -i ${srcdir}/fix-battery.patch
-   patch -p1 -i ${srcdir}/fix-mount.patch
-
cd ${srcdir}
mkdir build
cd build

Deleted: fix-battery.patch
===
--- fix-battery.patch   2012-06-12 05:34:19 UTC (rev 161504)
+++ fix-battery.patch   2012-06-12 05:41:31 UTC (rev 161505)
@@ -1,39 +0,0 @@
-commit 7f8c750541790de5a380409466cf07cfe19c3651
-Author: Lukas Tinkl lu...@kde.org
-Date:   Wed Jun 6 15:47:39 2012 +0200
-
-Revert don't consider external batteries (mice, keyboard, BT) as primary
-
-This reverts commit d1661d1638851fd950c5926fb2040ea2abe2a8f0.
-
-This causes more trouble than expected, newer kernels/upower contain a bug 
that (in my case
-and many others) marks ALL batteries as non-powersupply.
-
-BUG:301033
-CCBUG:300787
-
-diff --git a/solid/solid/backends/upower/upowerbattery.cpp 
b/solid/solid/backends/upower/upowerbattery.cpp
-index 9c5f675..ab555d4 100644
 a/solid/solid/backends/upower/upowerbattery.cpp
-+++ b/solid/solid/backends/upower/upowerbattery.cpp
-@@ -44,18 +44,15 @@ Solid::Battery::BatteryType Battery::type() const
- {
- Solid::Battery::BatteryType result = Solid::Battery::UnknownBattery;
- const uint t = m_device-prop(Type).toUInt();
--bool powerSupply = m_device-prop(PowerSupply).toBool();
- switch (t)
- {
- case 1: // TODO Line Power
- break;
- case 2:
--if (powerSupply)
--result = Solid::Battery::PrimaryBattery;
-+result = Solid::Battery::PrimaryBattery;
- break;
- case 3:
--if (powerSupply)
--result = Solid::Battery::UpsBattery;
-+result = Solid::Battery::UpsBattery;
- break;
- case 4:
- result = Solid::Battery::MonitorBattery;

Deleted: fix-mount.patch
===
--- fix-mount.patch 2012-06-12 05:34:19 UTC (rev 161504)
+++ fix-mount.patch 2012-06-12 05:41:31 UTC (rev 161505)
@@ -1,44 +0,0 @@
-commit 19213a6c34e1b47a100815ccbfee8b5c70c3c12a
-Author: Alex Fiestas afies...@kde.org
-Date:   Tue Jun 5 18:12:28 2012 +0200
-
-Emit deviceRemoved/Added with the right deviceList set
-
-The problem is quite straightforward, deviceAdded is being emitted when
-the m_deviceList has the OLD list, so the new device is still NOT in it.
-If the user of the library instances a device Solid::Device(UDI) in the
-slot after that signal, the device will be null because it will not be
-found in m_deviceList.
-
-REVIEW: 105132
-
-diff --git a/solid/solid/backends/fstab/fstabmanager.cpp 
b/solid/solid/backends/fstab/fstabmanager.cpp
-index 608159f..6b29fa4 100644
 a/solid/solid/backends/fstab/fstabmanager.cpp
-+++ b/solid/solid/backends/fstab/fstabmanager.cpp
-@@ -116,17 +116,19 @@ void FstabManager::_k_updateDeviceList()
- QSetQString newlist = deviceList.toSet();
- QSetQString oldlist = m_deviceList.toSet();
- 
--

[arch-commits] Commit in kdepimlibs/kde-unstable (PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 01:41:34
  Author: andrea
Revision: 161506

KDE 4.9beta2

Modified:
  kdepimlibs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 05:41:31 UTC (rev 161505)
+++ PKGBUILD2012-06-12 05:41:34 UTC (rev 161506)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepimlibs
-pkgver=4.8.80
-pkgrel=2
+pkgver=4.8.90
+pkgrel=1
 pkgdesc=KDE PIM Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepimlibs'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
 install='kdepimlibs.install'
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6249c7a8331aaa069e932acdc72a94ac0d75d6db')
+sha1sums=('8505d8c8a4b47e517d77c93e6fab2c38164038aa')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in oxygen-icons/kde-unstable (PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 01:41:37
  Author: andrea
Revision: 161507

KDE 4.9beta2

Modified:
  oxygen-icons/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 05:41:34 UTC (rev 161506)
+++ PKGBUILD2012-06-12 05:41:37 UTC (rev 161507)
@@ -5,7 +5,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.8.80
+pkgver=4.8.90
 pkgrel=1
 pkgdesc=The Oxygen Icon Theme
 arch=('any')
@@ -13,7 +13,7 @@
 license=('LGPL')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('9f5284c72c59ac622b9ac48e2e8e2a386cdfd198')
+sha1sums=('0b03dcbdbb3a77008111d332604557f5d26bce49')
 
 build() {
cd $srcdir



[arch-commits] Commit in nepomuk-core/kde-unstable (PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 01:41:40
  Author: andrea
Revision: 161508

KDE 4.9beta2

Modified:
  nepomuk-core/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 05:41:37 UTC (rev 161507)
+++ PKGBUILD2012-06-12 05:41:40 UTC (rev 161508)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=nepomuk-core
-pkgver=4.8.80
-pkgrel=2
+pkgver=4.8.90
+pkgrel=1
 pkgdesc=Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries
 url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-core;
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4' 'doxygen')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('023f241f61d778cee16d29fbc64968a6925e42ee')
+sha1sums=('8ec945efa41a6e10ed75d71b55722e4baced8025')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kactivities/kde-unstable (PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 01:41:43
  Author: andrea
Revision: 161509

KDE 4.9beta2

Modified:
  kactivities/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 05:41:40 UTC (rev 161508)
+++ PKGBUILD2012-06-12 05:41:43 UTC (rev 161509)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.8.80
-pkgrel=2
+pkgver=4.8.90
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
 url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1283527b0432e3e0f554775b077104e696995a3d')
+sha1sums=('beebf59b956193728a384e28b9e786e331c6690b')
 
 build() {
   cd ${srcdir}



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

2012-06-11 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 01:41:47
  Author: andrea
Revision: 161510

KDE 4.9beta2

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 05:41:43 UTC (rev 161509)
+++ PKGBUILD2012-06-12 05:41:47 UTC (rev 161510)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-runtime
-pkgver=4.8.80
-pkgrel=2
+pkgver=4.8.90
+pkgrel=1
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'
@@ -17,7 +17,7 @@
 'gdb: drkonq crash handler')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('c191073f5731ea2cb585a4fdfb3318b2a4f55154')
+sha1sums=('30b2915d7c376a67efbb46e225ce6abd881b2879')
 
 build() {
 cd ${srcdir}



[arch-commits] Commit in kdepim-runtime/kde-unstable (PKGBUILD libkgapi.patch)

2012-06-11 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 01:41:51
  Author: andrea
Revision: 161511

KDE 4.9beta2

Modified:
  kdepim-runtime/kde-unstable/PKGBUILD
Deleted:
  kdepim-runtime/kde-unstable/libkgapi.patch

+
 PKGBUILD   |   13 
 libkgapi.patch | 1742 ---
 2 files changed, 4 insertions(+), 1751 deletions(-)

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


[arch-commits] Commit in kdebindings-smokegen/kde-unstable (PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 01:41:54
  Author: andrea
Revision: 161512

KDE 4.9beta2

Modified:
  kdebindings-smokegen/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 05:41:51 UTC (rev 161511)
+++ PKGBUILD2012-06-12 05:41:54 UTC (rev 161512)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokegen
-pkgver=4.8.80
-pkgrel=2
+pkgver=4.8.90
+pkgrel=1
 pkgdesc=A general purpose C++ parser with a plugin infrastructure
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
-sha1sums=('0ab79864476cfb9888ce55226f539fced5b08ee4')
+sha1sums=('18c69f3ae1432176fba03c6a1d3b8fc208491a2e')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdebindings-smokeqt/kde-unstable (PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 01:41:57
  Author: andrea
Revision: 161513

KDE 4.9beta2

Modified:
  kdebindings-smokeqt/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 05:41:54 UTC (rev 161512)
+++ PKGBUILD2012-06-12 05:41:57 UTC (rev 161513)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokeqt
-pkgver=4.8.80
-pkgrel=2
+pkgver=4.8.90
+pkgrel=1
 pkgdesc=Language independent library for Qt bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('c24027167d9d05a3feb5ebae8700359d3d92b8de')
+sha1sums=('11642ce086b1ab2e928de637124d12e2eb6e4f92')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdegraphics-okular/kde-unstable (PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 01:42:00
  Author: andrea
Revision: 161514

KDE 4.9beta2

Modified:
  kdegraphics-okular/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 05:41:57 UTC (rev 161513)
+++ PKGBUILD2012-06-12 05:42:00 UTC (rev 161514)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-okular
-pkgver=4.8.80
+pkgver=4.8.90
 pkgrel=1
 pkgdesc='Document Viewer'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('kdegraphics-mobipocket: mobipocket support')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz;)
-sha1sums=('01f5bccc92a12847d975ff39f5ae0861fbcefe7c')
+sha1sums=('14fc4f71ec3c18c5d2ae45f20024986acacda0dd')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdesdk-kate/kde-unstable (PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 01:42:03
  Author: andrea
Revision: 161515

KDE 4.9beta2

Modified:
  kdesdk-kate/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 05:42:00 UTC (rev 161514)
+++ PKGBUILD2012-06-12 05:42:03 UTC (rev 161515)
@@ -5,14 +5,14 @@
 pkgname=('kdebase-katepart'
  'kdebase-kwrite'
  'kdesdk-kate')
-pkgver=4.8.80
-pkgrel=2
+pkgver=4.8.90
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('kdelibs ''cmake' 'automoc4')
 source=(http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz;
 'pkgbuild-syntax-highlight.patch')
-sha1sums=('b4031257ba5e0873e887343ca3d198e211934502'
+sha1sums=('b5576e83dafe412cb32e6dcecf8c0043f1046914'
   '0a928253bd2077f0264d96a6c8823c69c47b6a8d')
 
 build() {



[arch-commits] Commit in kdebindings-smokekde/kde-unstable (PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 01:42:06
  Author: andrea
Revision: 161516

KDE 4.9beta2

Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 05:42:03 UTC (rev 161515)
+++ PKGBUILD2012-06-12 05:42:06 UTC (rev 161516)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokekde
-pkgver=4.8.80
+pkgver=4.8.90
 pkgrel=1
 pkgdesc=Language independent library for KDE bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
@@ -16,7 +16,7 @@
 'kdegraphics-okular: Okular bindings')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('d349b9fe6ef29c0717d3faa831d2f2d1f0281290')
+sha1sums=('61ee653f176170600f221331a7c5d0b624a079bf')
 
 build() {
   cd ${srcdir}
@@ -24,8 +24,7 @@
   cd build
   cmake ../smokekde-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Soprano=OFF
+-DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 



[arch-commits] Commit in kdebindings-perlqt/kde-unstable (PKGBUILD)

2012-06-11 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 01:42:09
  Author: andrea
Revision: 161517

KDE 4.9beta2

Modified:
  kdebindings-perlqt/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 05:42:06 UTC (rev 161516)
+++ PKGBUILD2012-06-12 05:42:09 UTC (rev 161517)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlqt
-pkgver=4.8.80
-pkgrel=2
+pkgver=4.8.90
+pkgrel=1
 pkgdesc=Perl bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('kdebindings-smokeqt' 'perl-list-moreutils')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 
source=(http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
-sha1sums=('a0e7bbb60978c43dc6f888c3ee0e757d0eb14be0')
+sha1sums=('2a226f8783f7165ccec70a796a9a3980c52e831b')
 
 build() {
   cd ${srcdir}



  1   2   >