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

2012-04-09 Thread Giovanni Scafora
Date: Monday, April 9, 2012 @ 04:05:46
  Author: giovanni
Revision: 155914

upgpkg: help2man 1.40.8-1

upstream release

Modified:
  help2man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-09 02:50:50 UTC (rev 155913)
+++ PKGBUILD2012-04-09 08:05:46 UTC (rev 155914)
@@ -3,7 +3,7 @@
 # Contributor: Paul Mattal p...@mattal.com
 
 pkgname=help2man
-pkgver=1.40.7
+pkgver=1.40.8
 pkgrel=1
 pkgdesc=Conversion tool to create man files
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('perl-locale-gettext')
 install=help2man.install
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('8abef49b3cbbb1a7c599341d9ab1bd0f')
+md5sums=('5a58c9900affd16013e091a89dcddf58')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-04-09 Thread Giovanni Scafora
Date: Monday, April 9, 2012 @ 04:06:09
  Author: giovanni
Revision: 155915

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

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

---+
 extra-i686/PKGBUILD   |   62 
 extra-i686/help2man.install   |   36 +++
 extra-x86_64/PKGBUILD |   62 
 extra-x86_64/help2man.install |   36 +++
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-09 08:05:46 UTC (rev 155914)
+++ extra-i686/PKGBUILD 2012-04-09 08:06:09 UTC (rev 155915)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-
-pkgname=help2man
-pkgver=1.40.7
-pkgrel=1
-pkgdesc=Conversion tool to create man files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-install=help2man.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('8abef49b3cbbb1a7c599341d9ab1bd0f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: help2man/repos/extra-i686/PKGBUILD (from rev 155914, 
help2man/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-09 08:06:09 UTC (rev 155915)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+
+pkgname=help2man
+pkgver=1.40.8
+pkgrel=1
+pkgdesc=Conversion tool to create man files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/help2man/;
+license=('GPL')
+depends=('perl-locale-gettext')
+install=help2man.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('5a58c9900affd16013e091a89dcddf58')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/help2man.install
===
--- extra-i686/help2man.install 2012-04-09 08:05:46 UTC (rev 155914)
+++ extra-i686/help2man.install 2012-04-09 08:06:09 UTC (rev 155915)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(help2man.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: help2man/repos/extra-i686/help2man.install (from rev 155914, 
help2man/trunk/help2man.install)
===
--- extra-i686/help2man.install (rev 0)
+++ extra-i686/help2man.install 2012-04-09 08:06:09 UTC (rev 155915)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(help2man.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-09 08:05:46 UTC (rev 155914)
+++ extra-x86_64/PKGBUILD   2012-04-09 08:06:09 UTC (rev 155915)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-
-pkgname=help2man
-pkgver=1.40.7
-pkgrel=1
-pkgdesc=Conversion tool to create man files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-install=help2man.install

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

2012-04-09 Thread Tom Gundersen
Date: Monday, April 9, 2012 @ 09:18:02
  Author: tomegun
Revision: 155916

upgpkg: consolekit 0.4.6-1

updated to git snapshot (which will soon become 0.4.6) in order to
include udev-acl which was deleted from udev so we can release the
new udev version

Modified:
  consolekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-09 08:06:09 UTC (rev 155915)
+++ PKGBUILD2012-04-09 13:18:02 UTC (rev 155916)
@@ -3,8 +3,8 @@
 # Contributor: onestep_ua ones...@ukr.net
 
 pkgname=consolekit
-pkgver=0.4.5
-pkgrel=2
+pkgver=0.4.6
+pkgrel=1
 pkgdesc=A framework for defining and tracking users, login sessions, and 
seats
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/ConsoleKit;
@@ -14,10 +14,6 @@
 options=(!libtool)
 
source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$pkgver.tar.bz2
 pam-foreground-compat.ck consolekit.logrotate consolekit.tmpfiles.conf)
-md5sums=('f2657f93761206922d558471a936fbc3'
- 'a8a4de71d9b0549b8143e5f6c2a36fc7'
- '6fefa451d9fe2fc6d6269629d3529793'
- '8c5a8059db515d40fae1379daf084094')
 
 build() {
   cd $srcdir/ConsoleKit-$pkgver
@@ -25,9 +21,10 @@
   --sysconfdir=/etc \
   --localstatedir=/var \
   --libexecdir=/usr/lib/ConsoleKit \
-  --with-systemdsystemunitdir=/lib/systemd/system \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
   --enable-pam-module \
-  --enable-docbook-docs
+  --enable-docbook-docs \
+  --enable-udev-acl
   make
 }
 
@@ -43,3 +40,7 @@
 
   rm -rf ${pkgdir}/var/run
 }
+md5sums=('810990b607e338f06a6396c92b8a4a06'
+ 'a8a4de71d9b0549b8143e5f6c2a36fc7'
+ '6fefa451d9fe2fc6d6269629d3529793'
+ '8c5a8059db515d40fae1379daf084094')



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

2012-04-09 Thread Tom Gundersen
Date: Monday, April 9, 2012 @ 09:18:20
  Author: tomegun
Revision: 155917

archrelease: copy trunk to testing-x86_64

Added:
  consolekit/repos/testing-x86_64/
  consolekit/repos/testing-x86_64/PKGBUILD
(from rev 155916, consolekit/trunk/PKGBUILD)
  consolekit/repos/testing-x86_64/consolekit.logrotate
(from rev 155916, consolekit/trunk/consolekit.logrotate)
  consolekit/repos/testing-x86_64/consolekit.tmpfiles.conf
(from rev 155916, consolekit/trunk/consolekit.tmpfiles.conf)
  consolekit/repos/testing-x86_64/pam-foreground-compat.ck
(from rev 155916, consolekit/trunk/pam-foreground-compat.ck)

--+
 PKGBUILD |   46 +
 consolekit.logrotate |5 
 consolekit.tmpfiles.conf |1 
 pam-foreground-compat.ck |   16 +++
 4 files changed, 68 insertions(+)

Copied: consolekit/repos/testing-x86_64/PKGBUILD (from rev 155916, 
consolekit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-09 13:18:20 UTC (rev 155917)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: onestep_ua ones...@ukr.net
+
+pkgname=consolekit
+pkgver=0.4.6
+pkgrel=1
+pkgdesc=A framework for defining and tracking users, login sessions, and 
seats
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/ConsoleKit;
+license=('GPL')
+depends=('polkit' 'zlib' 'libx11' 'dbus-glib')
+makedepends=('pkgconfig' 'xmlto' 'docbook-xsl')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$pkgver.tar.bz2
+pam-foreground-compat.ck consolekit.logrotate consolekit.tmpfiles.conf)
+
+build() {
+  cd $srcdir/ConsoleKit-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/ConsoleKit \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-pam-module \
+  --enable-docbook-docs \
+  --enable-udev-acl
+  make
+}
+
+package() {
+  cd $srcdir/ConsoleKit-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 $srcdir/pam-foreground-compat.ck 
$pkgdir/usr/lib/ConsoleKit/run-session.d/
+
+  # install the logrotate config
+  install -D -m644 $srcdir/consolekit.logrotate 
$pkgdir/etc/logrotate.d/consolekit
+
+  install -D -m644 $srcdir/consolekit.tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/consolekit.conf
+
+  rm -rf ${pkgdir}/var/run
+}
+md5sums=('810990b607e338f06a6396c92b8a4a06'
+ 'a8a4de71d9b0549b8143e5f6c2a36fc7'
+ '6fefa451d9fe2fc6d6269629d3529793'
+ '8c5a8059db515d40fae1379daf084094')

Copied: consolekit/repos/testing-x86_64/consolekit.logrotate (from rev 155916, 
consolekit/trunk/consolekit.logrotate)
===
--- testing-x86_64/consolekit.logrotate (rev 0)
+++ testing-x86_64/consolekit.logrotate 2012-04-09 13:18:20 UTC (rev 155917)
@@ -0,0 +1,5 @@
+/var/log/ConsoleKit/history {
+missingok
+notifempty
+delaycompress
+}

Copied: consolekit/repos/testing-x86_64/consolekit.tmpfiles.conf (from rev 
155916, consolekit/trunk/consolekit.tmpfiles.conf)
===
--- testing-x86_64/consolekit.tmpfiles.conf (rev 0)
+++ testing-x86_64/consolekit.tmpfiles.conf 2012-04-09 13:18:20 UTC (rev 
155917)
@@ -0,0 +1 @@
+d /run/ConsoleKit 0755 - - -

Copied: consolekit/repos/testing-x86_64/pam-foreground-compat.ck (from rev 
155916, consolekit/trunk/pam-foreground-compat.ck)
===
--- testing-x86_64/pam-foreground-compat.ck (rev 0)
+++ testing-x86_64/pam-foreground-compat.ck 2012-04-09 13:18:20 UTC (rev 
155917)
@@ -0,0 +1,16 @@
+#!/bin/sh
+TAGDIR=/var/run/console
+
+[ -n $CK_SESSION_USER_UID ] || exit 1
+
+TAGFILE=$TAGDIR/`getent passwd $CK_SESSION_USER_UID | cut -f 1 -d:`
+
+if [ $1 = session_added ]; then
+mkdir -p $TAGDIR
+echo $CK_SESSION_ID  $TAGFILE
+fi
+
+if [ $1 = session_removed ]  [ -e $TAGFILE ]; then
+sed -i \%^$CK_SESSION_ID\$%d $TAGFILE
+[ -s $TAGFILE ] || rm -f $TAGFILE
+fi



[arch-commits] Commit in consolekit/repos (13 files)

2012-04-09 Thread Tom Gundersen
Date: Monday, April 9, 2012 @ 09:20:09
  Author: tomegun
Revision: 155918

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

Added:
  consolekit/repos/testing-i686/
  consolekit/repos/testing-i686/PKGBUILD
(from rev 155917, consolekit/trunk/PKGBUILD)
  consolekit/repos/testing-i686/consolekit.logrotate
(from rev 155917, consolekit/trunk/consolekit.logrotate)
  consolekit/repos/testing-i686/consolekit.tmpfiles.conf
(from rev 155917, consolekit/trunk/consolekit.tmpfiles.conf)
  consolekit/repos/testing-i686/pam-foreground-compat.ck
(from rev 155917, consolekit/trunk/pam-foreground-compat.ck)
  consolekit/repos/testing-x86_64/PKGBUILD
(from rev 155917, consolekit/trunk/PKGBUILD)
  consolekit/repos/testing-x86_64/consolekit.logrotate
(from rev 155917, consolekit/trunk/consolekit.logrotate)
  consolekit/repos/testing-x86_64/consolekit.tmpfiles.conf
(from rev 155917, consolekit/trunk/consolekit.tmpfiles.conf)
  consolekit/repos/testing-x86_64/pam-foreground-compat.ck
(from rev 155917, consolekit/trunk/pam-foreground-compat.ck)
Deleted:
  consolekit/repos/testing-x86_64/PKGBUILD
  consolekit/repos/testing-x86_64/consolekit.logrotate
  consolekit/repos/testing-x86_64/consolekit.tmpfiles.conf
  consolekit/repos/testing-x86_64/pam-foreground-compat.ck

-+
 testing-i686/PKGBUILD   |   46 +++
 testing-i686/consolekit.logrotate   |5 +
 testing-i686/consolekit.tmpfiles.conf   |1 
 testing-i686/pam-foreground-compat.ck   |   16 +
 testing-x86_64/PKGBUILD |   92 +++---
 testing-x86_64/consolekit.logrotate |   10 +--
 testing-x86_64/consolekit.tmpfiles.conf |2 
 testing-x86_64/pam-foreground-compat.ck |   32 +-
 8 files changed, 136 insertions(+), 68 deletions(-)

Copied: consolekit/repos/testing-i686/PKGBUILD (from rev 155917, 
consolekit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-09 13:20:09 UTC (rev 155918)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: onestep_ua ones...@ukr.net
+
+pkgname=consolekit
+pkgver=0.4.6
+pkgrel=1
+pkgdesc=A framework for defining and tracking users, login sessions, and 
seats
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/ConsoleKit;
+license=('GPL')
+depends=('polkit' 'zlib' 'libx11' 'dbus-glib')
+makedepends=('pkgconfig' 'xmlto' 'docbook-xsl')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$pkgver.tar.bz2
+pam-foreground-compat.ck consolekit.logrotate consolekit.tmpfiles.conf)
+
+build() {
+  cd $srcdir/ConsoleKit-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/ConsoleKit \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-pam-module \
+  --enable-docbook-docs \
+  --enable-udev-acl
+  make
+}
+
+package() {
+  cd $srcdir/ConsoleKit-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 $srcdir/pam-foreground-compat.ck 
$pkgdir/usr/lib/ConsoleKit/run-session.d/
+
+  # install the logrotate config
+  install -D -m644 $srcdir/consolekit.logrotate 
$pkgdir/etc/logrotate.d/consolekit
+
+  install -D -m644 $srcdir/consolekit.tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/consolekit.conf
+
+  rm -rf ${pkgdir}/var/run
+}
+md5sums=('810990b607e338f06a6396c92b8a4a06'
+ 'a8a4de71d9b0549b8143e5f6c2a36fc7'
+ '6fefa451d9fe2fc6d6269629d3529793'
+ '8c5a8059db515d40fae1379daf084094')

Copied: consolekit/repos/testing-i686/consolekit.logrotate (from rev 155917, 
consolekit/trunk/consolekit.logrotate)
===
--- testing-i686/consolekit.logrotate   (rev 0)
+++ testing-i686/consolekit.logrotate   2012-04-09 13:20:09 UTC (rev 155918)
@@ -0,0 +1,5 @@
+/var/log/ConsoleKit/history {
+missingok
+notifempty
+delaycompress
+}

Copied: consolekit/repos/testing-i686/consolekit.tmpfiles.conf (from rev 
155917, consolekit/trunk/consolekit.tmpfiles.conf)
===
--- testing-i686/consolekit.tmpfiles.conf   (rev 0)
+++ testing-i686/consolekit.tmpfiles.conf   2012-04-09 13:20:09 UTC (rev 
155918)
@@ -0,0 +1 @@
+d /run/ConsoleKit 0755 - - -

Copied: consolekit/repos/testing-i686/pam-foreground-compat.ck (from rev 
155917, consolekit/trunk/pam-foreground-compat.ck)
===
--- testing-i686/pam-foreground-compat.ck   (rev 0)
+++ testing-i686/pam-foreground-compat.ck   2012-04-09 13:20:09 UTC (rev 
155918)
@@ -0,0 +1,16 @@
+#!/bin/sh
+TAGDIR=/var/run/console
+
+[ -n 

[arch-commits] Commit in udev/trunk (3 files)

2012-04-09 Thread Tom Gundersen
Date: Monday, April 9, 2012 @ 09:22:48
  Author: tomegun
Revision: 155919

upgpkg: udev 182-1

upstream release udev-acl has been dropped so consolekit must be updated

Modified:
  udev/trunk/0001-split-usr-always-read-config-files-from-lib-udev.patch
  udev/trunk/0002-reinstate-TIMEOUT-handling.patch
  udev/trunk/PKGBUILD

-+
 0001-split-usr-always-read-config-files-from-lib-udev.patch |   25 --
 0002-reinstate-TIMEOUT-handling.patch   |   16 +++---
 PKGBUILD|   13 ++---
 3 files changed, 26 insertions(+), 28 deletions(-)

Modified: 0001-split-usr-always-read-config-files-from-lib-udev.patch
===
--- 0001-split-usr-always-read-config-files-from-lib-udev.patch 2012-04-09 
13:20:09 UTC (rev 155918)
+++ 0001-split-usr-always-read-config-files-from-lib-udev.patch 2012-04-09 
13:22:48 UTC (rev 155919)
@@ -1,4 +1,4 @@
-From f2bdace5bb68d4f3162f886b27210762d8b115b8 Mon Sep 17 00:00:00 2001
+From 12250c0acf747d4ed538927ad7604356b93fb444 Mon Sep 17 00:00:00 2001
 From: Tom Gundersen t...@jklm.no
 Date: Sat, 3 Mar 2012 12:28:15 +0100
 Subject: [PATCH 1/2] split /usr: always read config files from /lib/udev
@@ -6,11 +6,11 @@
 This means we don't need a flagday in order to move udev to use
 /usr/lib/udev/rules.d
 ---
- src/libudev.c |   25 -
- 1 file changed, 16 insertions(+), 9 deletions(-)
+ src/libudev.c |   23 +++
+ 1 file changed, 15 insertions(+), 8 deletions(-)
 
 diff --git a/src/libudev.c b/src/libudev.c
-index be24329..754d713 100644
+index d954dae..4da6309 100644
 --- a/src/libudev.c
 +++ b/src/libudev.c
 @@ -43,8 +43,8 @@ struct udev {
@@ -24,7 +24,7 @@
  int rules_path_count;
  char *run_path;
  struct udev_list properties_list;
-@@ -255,21 +255,26 @@ UDEV_EXPORT struct udev *udev_new(void)
+@@ -255,9 +255,14 @@ UDEV_EXPORT struct udev *udev_new(void)
  goto err;
  
  if (udev-rules_path[0] == NULL) {
@@ -40,18 +40,17 @@
 +if (!udev-rules_path[1])
  goto err;
  
+ /* /run/udev -- runtime rules */
+@@ -265,11 +270,11 @@ UDEV_EXPORT struct udev *udev_new(void)
+ goto err;
+ 
  /* /etc/udev -- local administration rules */
 -udev-rules_path[1] = strdup(SYSCONFDIR /udev/rules.d);
 -if (!udev-rules_path[1])
-+udev-rules_path[2] = strdup(SYSCONFDIR /udev/rules.d);
-+if (!udev-rules_path[2])
++udev-rules_path[3] = strdup(SYSCONFDIR /udev/rules.d);
++if (!udev-rules_path[3])
  goto err;
  
- /* /run/udev -- runtime rules */
--if (asprintf(udev-rules_path[2], %s/rules.d, 
udev-run_path)  0)
-+if (asprintf(udev-rules_path[3], %s/rules.d, 
udev-run_path)  0)
- goto err;
- 
 -udev-rules_path_count = 3;
 +udev-rules_path_count = 4;
  }
@@ -76,5 +75,5 @@
  dbg(udev, context %p released\n, udev);
  free(udev);
 -- 
-1.7.9.5
+1.7.10
 

Modified: 0002-reinstate-TIMEOUT-handling.patch
===
--- 0002-reinstate-TIMEOUT-handling.patch   2012-04-09 13:20:09 UTC (rev 
155918)
+++ 0002-reinstate-TIMEOUT-handling.patch   2012-04-09 13:22:48 UTC (rev 
155919)
@@ -1,4 +1,4 @@
-From 0a581062ee3e31e0c2aedc5eb64c60f52868b17f Mon Sep 17 00:00:00 2001
+From 629d840316280cffcc724fac41047374a7685490 Mon Sep 17 00:00:00 2001
 From: Tom Gundersen t...@jklm.no
 Date: Thu, 15 Mar 2012 02:12:43 +0100
 Subject: [PATCH 2/2] reinstate TIMEOUT= handling
@@ -21,18 +21,18 @@
  4 files changed, 32 insertions(+), 3 deletions(-)
 
 diff --git a/TODO b/TODO
-index 36e8440..c2e59b6 100644
+index 8b8b9c8..3d26e89 100644
 --- a/TODO
 +++ b/TODO
-@@ -1,6 +1,8 @@
-  - find a way to tell udev to not cancel firmware
-requests in initramfs
+@@ -7,6 +7,8 @@
  
+  - move /usr/lib/udev/devices/ to tmpfiles
+ 
 + - remove TIMEOUT= handling
 +
-  - move /lib/udev/devices/ to tmpfiles
+  - trigger --subsystem-match=usb/usb_device
  
-  - trigger --subsystem-match=usb/usb_device
+  - kill rules_generator
 diff --git a/src/libudev-device.c b/src/libudev-device.c
 index 10f28b8..639c367 100644
 --- a/src/libudev-device.c
@@ -142,5 +142,5 @@
  }
  
 -- 
-1.7.9.5
+1.7.10
 

Modified: PKGBUILD
===
--- PKGBUILD2012-04-09 13:20:09 UTC (rev 155918)
+++ PKGBUILD2012-04-09 13:22:48 UTC (rev 155919)
@@ -5,8 +5,8 @@
 # Contributor: Thomas Bächler tho...@archlinux.org
 
 pkgname=udev
-pkgver=181
-pkgrel=10
+pkgver=182
+pkgrel=1
 pkgdesc=The userspace dev tools (udev)
 depends=('util-linux' 'glib2' 

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

2012-04-09 Thread Tom Gundersen
Date: Monday, April 9, 2012 @ 09:23:41
  Author: tomegun
Revision: 155920

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

Added:
  
udev/repos/testing-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch
(from rev 155919, 
udev/trunk/0001-split-usr-always-read-config-files-from-lib-udev.patch)
  udev/repos/testing-i686/0002-reinstate-TIMEOUT-handling.patch
(from rev 155919, udev/trunk/0002-reinstate-TIMEOUT-handling.patch)
  udev/repos/testing-i686/PKGBUILD
(from rev 155919, udev/trunk/PKGBUILD)
  udev/repos/testing-i686/initcpio-hooks-udev
(from rev 155919, udev/trunk/initcpio-hooks-udev)
  udev/repos/testing-i686/initcpio-install-udev
(from rev 155919, udev/trunk/initcpio-install-udev)
  udev/repos/testing-i686/udev.install
(from rev 155919, udev/trunk/udev.install)
  
udev/repos/testing-x86_64/0001-split-usr-always-read-config-files-from-lib-udev.patch
(from rev 155919, 
udev/trunk/0001-split-usr-always-read-config-files-from-lib-udev.patch)
  udev/repos/testing-x86_64/0002-reinstate-TIMEOUT-handling.patch
(from rev 155919, udev/trunk/0002-reinstate-TIMEOUT-handling.patch)
  udev/repos/testing-x86_64/PKGBUILD
(from rev 155919, udev/trunk/PKGBUILD)
  udev/repos/testing-x86_64/initcpio-hooks-udev
(from rev 155919, udev/trunk/initcpio-hooks-udev)
  udev/repos/testing-x86_64/initcpio-install-udev
(from rev 155919, udev/trunk/initcpio-install-udev)
  udev/repos/testing-x86_64/udev.install
(from rev 155919, udev/trunk/udev.install)
Deleted:
  
udev/repos/testing-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch
  udev/repos/testing-i686/0002-reinstate-TIMEOUT-handling.patch
  udev/repos/testing-i686/PKGBUILD
  udev/repos/testing-i686/initcpio-hooks-udev
  udev/repos/testing-i686/initcpio-install-udev
  udev/repos/testing-i686/udev.install
  
udev/repos/testing-x86_64/0001-split-usr-always-read-config-files-from-lib-udev.patch
  udev/repos/testing-x86_64/0002-reinstate-TIMEOUT-handling.patch
  udev/repos/testing-x86_64/PKGBUILD
  udev/repos/testing-x86_64/initcpio-hooks-udev
  udev/repos/testing-x86_64/initcpio-install-udev
  udev/repos/testing-x86_64/udev.install

+
 testing-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch   |  
159 ++---
 testing-i686/0002-reinstate-TIMEOUT-handling.patch |  
292 +-
 testing-i686/PKGBUILD  |  
155 ++---
 testing-i686/initcpio-hooks-udev   |   
18 
 testing-i686/initcpio-install-udev |   
52 -
 testing-i686/udev.install  |  
118 ++--
 testing-x86_64/0001-split-usr-always-read-config-files-from-lib-udev.patch |  
159 ++---
 testing-x86_64/0002-reinstate-TIMEOUT-handling.patch   |  
292 +-
 testing-x86_64/PKGBUILD|  
155 ++---
 testing-x86_64/initcpio-hooks-udev |   
18 
 testing-x86_64/initcpio-install-udev   |   
52 -
 testing-x86_64/udev.install|  
118 ++--
 12 files changed, 792 insertions(+), 796 deletions(-)

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


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

2012-04-09 Thread Tom Gundersen
Date: Monday, April 9, 2012 @ 09:26:49
  Author: tomegun
Revision: 155921

use git snapshot

Modified:
  consolekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-09 13:23:41 UTC (rev 155920)
+++ PKGBUILD2012-04-09 13:26:49 UTC (rev 155921)
@@ -12,7 +12,9 @@
 depends=('polkit' 'zlib' 'libx11' 'dbus-glib')
 makedepends=('pkgconfig' 'xmlto' 'docbook-xsl')
 options=(!libtool)
-source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$pkgver.tar.bz2
+#source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$pkgver.tar.bz2
+# this has not been released yet, so this is a snapshot
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 pam-foreground-compat.ck consolekit.logrotate consolekit.tmpfiles.conf)
 
 build() {



[arch-commits] Commit in ekiga/trunk (PKGBUILD ekiga.install gcc47.patch)

2012-04-09 Thread Ionut Biru
Date: Monday, April 9, 2012 @ 09:37:17
  Author: ibiru
Revision: 155922

e-d-s 3.4.0 rebuild

Added:
  ekiga/trunk/gcc47.patch
Modified:
  ekiga/trunk/PKGBUILD
  ekiga/trunk/ekiga.install

---+
 PKGBUILD  |   21 ++-
 ekiga.install |8 ++--
 gcc47.patch   |   99 
 3 files changed, 115 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-09 13:26:49 UTC (rev 155921)
+++ PKGBUILD2012-04-09 13:37:17 UTC (rev 155922)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=3.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
@@ -15,11 +15,14 @@
 options=(!emptydirs)
 groups=('gnome-extra')
 install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+gcc47.patch)
+sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a'
+'9e316e1174be5d6cc60c89abeaeb61a98eb163a38abf11f4af4f2d6363ec')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
+  patch -Np1 -i $srcdir/gcc47.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-schemas-install \
   --disable-scrollkeeper --enable-dbus
@@ -27,10 +30,10 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
 
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain ekiga ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
 }

Modified: ekiga.install
===
--- ekiga.install   2012-04-09 13:26:49 UTC (rev 155921)
+++ ekiga.install   2012-04-09 13:37:17 UTC (rev 155922)
@@ -1,8 +1,8 @@
 pkgname=ekiga
 
 post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  gconfpkg --install $pkgname
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
 pre_upgrade() {
@@ -14,9 +14,9 @@
 }
 
 pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
+  gconfpkg --uninstall $pkgname
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }

Added: gcc47.patch
===
--- gcc47.patch (rev 0)
+++ gcc47.patch 2012-04-09 13:37:17 UTC (rev 155922)
@@ -0,0 +1,99 @@
+From f81a43f2c4ed5e5083e3a850bc7164d11a910358 Mon Sep 17 00:00:00 2001
+From: Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr
+Date: Sat, 24 Mar 2012 09:17:40 +
+Subject: Fix compile error with gcc 4.7
+
+---
+diff --git a/lib/engine/account/bank-impl.h b/lib/engine/account/bank-impl.h
+index e16848e..b0a8775 100644
+--- a/lib/engine/account/bank-impl.h
 b/lib/engine/account/bank-impl.h
+@@ -203,7 +203,7 @@ templatetypename AccountType
+ void
+ Ekiga::BankImplAccountType::add_account (boost::shared_ptrAccountType 
account)
+ {
+-  add_object (account);
++  this-add_object (account);
+ 
+   account-questions.connect (boost::ref (questions));
+ }
+@@ -213,7 +213,7 @@ templatetypename AccountType
+ void
+ Ekiga::BankImplAccountType::remove_account (boost::shared_ptrAccountType 
account)
+ {
+-  remove_object (account);
++  this-remove_object (account);
+ }
+ 
+ #endif
+diff --git a/lib/engine/addressbook/book-impl.h 
b/lib/engine/addressbook/book-impl.h
+index 711d8d9..4fea7d5 100644
+--- a/lib/engine/addressbook/book-impl.h
 b/lib/engine/addressbook/book-impl.h
+@@ -204,7 +204,7 @@ void
+ Ekiga::BookImplContactType::add_contact (boost::shared_ptrContactType 
contact)
+ {
+   contact-questions.connect (boost::ref (questions));
+-  add_object (contact);
++  this-add_object (contact);
+ }
+ 
+ 
+@@ -212,7 +212,7 @@ templatetypename ContactType
+ void
+ Ekiga::BookImplContactType::remove_contact (boost::shared_ptrContactType 
contact)
+ {
+-  remove_object (contact);
++  this-remove_object (contact);
+ }
+ 
+ #endif
+diff --git a/lib/engine/addressbook/source-impl.h 
b/lib/engine/addressbook/source-impl.h
+index a30cd03..630236f 100644
+--- a/lib/engine/addressbook/source-impl.h
 

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

2012-04-09 Thread Tom Gundersen
Date: Monday, April 9, 2012 @ 09:39:41
  Author: tomegun
Revision: 155923

db-move: moved libevent from [testing] to [core] (i686)

Added:
  libevent/repos/core-i686/PKGBUILD
(from rev 155922, libevent/repos/testing-i686/PKGBUILD)
Deleted:
  libevent/repos/core-i686/PKGBUILD
  libevent/repos/testing-i686/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-04-09 13:37:17 UTC (rev 155922)
+++ core-i686/PKGBUILD  2012-04-09 13:39:41 UTC (rev 155923)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Judd jvi...@zeroflux.org
-
-pkgname=libevent
-pkgver=2.0.17
-pkgrel=1
-pkgdesc=An event notification library
-arch=('i686' 'x86_64')
-url=http://www.monkey.org/~provos/libevent/;
-license=('GPL2')
-depends=('openssl')
-optdepends=('python2: to use event_rpcgen.py')
-options=('!libtool')
-source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc})
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}-stable
-  sed -i 's#python#python2#' event_rpcgen.py
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}-stable
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-stable
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('dad64ff16b5fbec25160c06fee9a'
- 'ef4a32a96df3941fed58fbe39b4eab9d')

Copied: libevent/repos/core-i686/PKGBUILD (from rev 155922, 
libevent/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-04-09 13:39:41 UTC (rev 155923)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Judd jvi...@zeroflux.org
+
+pkgname=libevent
+pkgver=2.0.18
+pkgrel=1
+pkgdesc=An event notification library
+arch=('i686' 'x86_64')
+url=http://www.monkey.org/~provos/libevent/;
+license=('GPL2')
+depends=('openssl')
+optdepends=('python2: to use event_rpcgen.py')
+options=('!libtool')
+source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc})
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-stable
+  sed -i 's#python#python2#' event_rpcgen.py
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}-stable
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-stable
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('aa1ce9bc0dee7b8084f6855765f2c86a'
+ '225bb6c417cfb31298e1e96d0eddca4a')



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

2012-04-09 Thread Tom Gundersen
Date: Monday, April 9, 2012 @ 09:39:42
  Author: tomegun
Revision: 155924

db-move: moved libevent from [testing] to [core] (x86_64)

Added:
  libevent/repos/core-x86_64/PKGBUILD
(from rev 155922, libevent/repos/testing-x86_64/PKGBUILD)
Deleted:
  libevent/repos/core-x86_64/PKGBUILD
  libevent/repos/testing-x86_64/

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

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-04-09 13:39:41 UTC (rev 155923)
+++ core-x86_64/PKGBUILD2012-04-09 13:39:42 UTC (rev 155924)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Judd jvi...@zeroflux.org
-
-pkgname=libevent
-pkgver=2.0.17
-pkgrel=1
-pkgdesc=An event notification library
-arch=('i686' 'x86_64')
-url=http://www.monkey.org/~provos/libevent/;
-license=('GPL2')
-depends=('openssl')
-optdepends=('python2: to use event_rpcgen.py')
-options=('!libtool')
-source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc})
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}-stable
-  sed -i 's#python#python2#' event_rpcgen.py
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}-stable
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-stable
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('dad64ff16b5fbec25160c06fee9a'
- 'ef4a32a96df3941fed58fbe39b4eab9d')

Copied: libevent/repos/core-x86_64/PKGBUILD (from rev 155922, 
libevent/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-04-09 13:39:42 UTC (rev 155924)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Judd jvi...@zeroflux.org
+
+pkgname=libevent
+pkgver=2.0.18
+pkgrel=1
+pkgdesc=An event notification library
+arch=('i686' 'x86_64')
+url=http://www.monkey.org/~provos/libevent/;
+license=('GPL2')
+depends=('openssl')
+optdepends=('python2: to use event_rpcgen.py')
+options=('!libtool')
+source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc})
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-stable
+  sed -i 's#python#python2#' event_rpcgen.py
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}-stable
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-stable
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('aa1ce9bc0dee7b8084f6855765f2c86a'
+ '225bb6c417cfb31298e1e96d0eddca4a')



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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:40:34
  Author: andyrtr
Revision: 155925

db-move: moved icu from [staging] to [testing] (i686)

Added:
  icu/repos/testing-i686/
  icu/repos/testing-i686/PKGBUILD
(from rev 155924, icu/repos/staging-i686/PKGBUILD)
  icu/repos/testing-i686/icu.8198.revert.icu5431.patch
(from rev 155924, icu/repos/staging-i686/icu.8198.revert.icu5431.patch)
Deleted:
  icu/repos/staging-i686/

---+
 PKGBUILD  |   35 ++
 icu.8198.revert.icu5431.patch |  129 
 2 files changed, 164 insertions(+)

Copied: icu/repos/testing-i686/PKGBUILD (from rev 155924, 
icu/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-09 13:40:34 UTC (rev 155925)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Art Gramlich a...@gramlich-net.com
+
+pkgname=icu
+pkgver=49.1.1
+pkgrel=1
+pkgdesc=International Components for Unicode library
+arch=(i686 x86_64)
+url=http://www.icu-project.org/;
+license=('custom:icu')
+depends=('gcc-libs' 'sh')
+source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
+   
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
+   icu.8198.revert.icu5431.patch)
+md5sums=('7c53f83e0327343f4060c0eb83842daf'
+ 'ebd5470fc969c75e52baf4af94a9ee82')
+
+build() {
+  cd ${srcdir}/icu/source
+  # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
+  patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/icu/source
+  make -j1 DESTDIR=${pkgdir} install
+
+  # Install license
+  install -Dm644 ${srcdir}/icu/license.html 
${pkgdir}/usr/share/licenses/icu/license.html
+}

Copied: icu/repos/testing-i686/icu.8198.revert.icu5431.patch (from rev 155924, 
icu/repos/staging-i686/icu.8198.revert.icu5431.patch)
===
--- testing-i686/icu.8198.revert.icu5431.patch  (rev 0)
+++ testing-i686/icu.8198.revert.icu5431.patch  2012-04-09 13:40:34 UTC (rev 
155925)
@@ -0,0 +1,129 @@
+Index: icu/trunk/source/layout/IndicReordering.cpp
+===
+--- icu/trunk/source/layout/IndicReordering.cpp(revision 25772)
 icu/trunk/source/layout/IndicReordering.cpp(revision 26090)
+@@ -126,4 +126,8 @@
+ FeatureMask fSMFeatures;
+ 
++LEUnicode   fPreBaseConsonant;
++LEUnicode   fPreBaseVirama;
++le_int32fPBCIndex;
++FeatureMask fPBCFeatures;
+ 
+ void saveMatra(LEUnicode matra, le_int32 matraIndex, 
IndicClassTable::CharClass matraClass)
+@@ -172,5 +176,6 @@
+   fMatraFeatures(0), fMPreOutIndex(-1), fMPreFixups(mpreFixups),
+   fVMabove(0), fVMpost(0), fVMIndex(0), fVMFeatures(0),
+-  fSMabove(0), fSMbelow(0), fSMIndex(0), fSMFeatures(0)
++  fSMabove(0), fSMbelow(0), fSMIndex(0), fSMFeatures(0),
++  fPreBaseConsonant(0), fPreBaseVirama(0), fPBCIndex(0), 
fPBCFeatures(0)
+ {
+ // nothing else to do...
+@@ -191,4 +196,6 @@
+ fVMabove = fVMpost  = 0;
+ fSMabove = fSMbelow = 0;
++
++fPreBaseConsonant = fPreBaseVirama = 0;
+ }
+ 
+@@ -386,4 +393,12 @@
+ }
+ 
++void notePreBaseConsonant(le_uint32 index,LEUnicode PBConsonant, 
LEUnicode PBVirama, FeatureMask features)
++{
++fPBCIndex = index;
++fPreBaseConsonant = PBConsonant;
++fPreBaseVirama = PBVirama;
++fPBCFeatures = features;
++}
++
+ void noteBaseConsonant()
+ {
+@@ -465,4 +480,20 @@
+ }
+ 
++void writePreBaseConsonant()
++{
++// The TDIL spec says that consonant + virama + RRA should produce a 
rakar in Malayalam.  However,
++// it seems that almost none of the fonts for Malayalam are set up to 
handle this.
++// So, we're going to force the issue here by using the rakar as 
defined with RA in most fonts.
++
++if (fPreBaseConsonant == 0x0d31) { // RRA
++fPreBaseConsonant = 0x0d30; // RA
++}
++
++if (fPreBaseConsonant != 0) {
++writeChar(fPreBaseConsonant, fPBCIndex, fPBCFeatures);
++writeChar(fPreBaseVirama,fPBCIndex-1,fPBCFeatures);
++}
++}
++
+ le_int32 getOutputIndex()
+ {
+@@ -723,4 +754,5 @@
+ }
+ 
++
+ IndicClassTable::CharClass charClass = CC_RESERVED;
+ IndicClassTable::CharClass nextClass = CC_RESERVED;
+@@ -730,7 +762,9 @@
+ le_bool  seenVattu = FALSE;
+ le_bool  seenBelowBaseForm = FALSE;
++   

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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:40:35
  Author: andyrtr
Revision: 155926

db-move: moved icu from [staging] to [testing] (x86_64)

Added:
  icu/repos/testing-x86_64/
  icu/repos/testing-x86_64/PKGBUILD
(from rev 155924, icu/repos/staging-x86_64/PKGBUILD)
  icu/repos/testing-x86_64/icu.8198.revert.icu5431.patch
(from rev 155924, icu/repos/staging-x86_64/icu.8198.revert.icu5431.patch)
Deleted:
  icu/repos/staging-x86_64/

---+
 PKGBUILD  |   35 ++
 icu.8198.revert.icu5431.patch |  129 
 2 files changed, 164 insertions(+)

Copied: icu/repos/testing-x86_64/PKGBUILD (from rev 155924, 
icu/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-09 13:40:35 UTC (rev 155926)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Art Gramlich a...@gramlich-net.com
+
+pkgname=icu
+pkgver=49.1.1
+pkgrel=1
+pkgdesc=International Components for Unicode library
+arch=(i686 x86_64)
+url=http://www.icu-project.org/;
+license=('custom:icu')
+depends=('gcc-libs' 'sh')
+source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
+   
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
+   icu.8198.revert.icu5431.patch)
+md5sums=('7c53f83e0327343f4060c0eb83842daf'
+ 'ebd5470fc969c75e52baf4af94a9ee82')
+
+build() {
+  cd ${srcdir}/icu/source
+  # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
+  patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/icu/source
+  make -j1 DESTDIR=${pkgdir} install
+
+  # Install license
+  install -Dm644 ${srcdir}/icu/license.html 
${pkgdir}/usr/share/licenses/icu/license.html
+}

Copied: icu/repos/testing-x86_64/icu.8198.revert.icu5431.patch (from rev 
155924, icu/repos/staging-x86_64/icu.8198.revert.icu5431.patch)
===
--- testing-x86_64/icu.8198.revert.icu5431.patch
(rev 0)
+++ testing-x86_64/icu.8198.revert.icu5431.patch2012-04-09 13:40:35 UTC 
(rev 155926)
@@ -0,0 +1,129 @@
+Index: icu/trunk/source/layout/IndicReordering.cpp
+===
+--- icu/trunk/source/layout/IndicReordering.cpp(revision 25772)
 icu/trunk/source/layout/IndicReordering.cpp(revision 26090)
+@@ -126,4 +126,8 @@
+ FeatureMask fSMFeatures;
+ 
++LEUnicode   fPreBaseConsonant;
++LEUnicode   fPreBaseVirama;
++le_int32fPBCIndex;
++FeatureMask fPBCFeatures;
+ 
+ void saveMatra(LEUnicode matra, le_int32 matraIndex, 
IndicClassTable::CharClass matraClass)
+@@ -172,5 +176,6 @@
+   fMatraFeatures(0), fMPreOutIndex(-1), fMPreFixups(mpreFixups),
+   fVMabove(0), fVMpost(0), fVMIndex(0), fVMFeatures(0),
+-  fSMabove(0), fSMbelow(0), fSMIndex(0), fSMFeatures(0)
++  fSMabove(0), fSMbelow(0), fSMIndex(0), fSMFeatures(0),
++  fPreBaseConsonant(0), fPreBaseVirama(0), fPBCIndex(0), 
fPBCFeatures(0)
+ {
+ // nothing else to do...
+@@ -191,4 +196,6 @@
+ fVMabove = fVMpost  = 0;
+ fSMabove = fSMbelow = 0;
++
++fPreBaseConsonant = fPreBaseVirama = 0;
+ }
+ 
+@@ -386,4 +393,12 @@
+ }
+ 
++void notePreBaseConsonant(le_uint32 index,LEUnicode PBConsonant, 
LEUnicode PBVirama, FeatureMask features)
++{
++fPBCIndex = index;
++fPreBaseConsonant = PBConsonant;
++fPreBaseVirama = PBVirama;
++fPBCFeatures = features;
++}
++
+ void noteBaseConsonant()
+ {
+@@ -465,4 +480,20 @@
+ }
+ 
++void writePreBaseConsonant()
++{
++// The TDIL spec says that consonant + virama + RRA should produce a 
rakar in Malayalam.  However,
++// it seems that almost none of the fonts for Malayalam are set up to 
handle this.
++// So, we're going to force the issue here by using the rakar as 
defined with RA in most fonts.
++
++if (fPreBaseConsonant == 0x0d31) { // RRA
++fPreBaseConsonant = 0x0d30; // RA
++}
++
++if (fPreBaseConsonant != 0) {
++writeChar(fPreBaseConsonant, fPBCIndex, fPBCFeatures);
++writeChar(fPreBaseVirama,fPBCIndex-1,fPBCFeatures);
++}
++}
++
+ le_int32 getOutputIndex()
+ {
+@@ -723,4 +754,5 @@
+ }
+ 
++
+ IndicClassTable::CharClass charClass = CC_RESERVED;
+ IndicClassTable::CharClass nextClass = CC_RESERVED;
+@@ -730,7 +762,9 @@
+ le_bool  seenVattu = FALSE;
+ 

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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:40:36
  Author: andyrtr
Revision: 155927

db-move: moved boost from [staging] to [testing] (i686)

Added:
  boost/repos/testing-i686/
  boost/repos/testing-i686/PKGBUILD
(from rev 155924, boost/repos/staging-i686/PKGBUILD)
  boost/repos/testing-i686/exceptions.patch
(from rev 155924, boost/repos/staging-i686/exceptions.patch)
Deleted:
  boost/repos/staging-i686/

--+
 PKGBUILD |  118 +
 exceptions.patch |   25 +++
 2 files changed, 143 insertions(+)

Copied: boost/repos/testing-i686/PKGBUILD (from rev 155924, 
boost/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-09 13:40:36 UTC (rev 155927)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Kritoke krit...@gamebox.net
+# Contributor: Luca Roccia little_r...@users.sourceforge.net
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.49.0
+_boostver=${pkgver//./_}
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.boost.org/;
+makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
+exceptions.patch)
+license=('custom')
+md5sums=('e0defc8c818e4f1c5bbb29d0292b76ca'
+ '9b44c28b36303152050c8c82469569c5')
+
+_stagedir=${srcdir}/stagedir
+
+build() {
+  # set python path for bjam
+  cd ${srcdir}/${pkgbase}_${_boostver}/tools
+  echo using python : 2.7 : /usr/bin/python2 ;  build/v2/user-config.jam
+  echo using python : 3.2 : /usr/bin/python : /usr/include/python3.2mu : 
/usr/lib ;  build/v2/user-config.jam
+  echo using mpi ;  build/v2/user-config.jam
+
+  cd ${srcdir}/${pkgbase}_${_boostver}
+  # https://svn.boost.org/trac/boost/ticket/5731
+  patch -p0 -i ${srcdir}/exceptions.patch
+
+
+  # build bjam
+  cd ${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine
+  ./build.sh cc
+
+  _bindir=bin.linuxx86
+  [ ${CARCH} = x86_64 ]  _bindir=bin.linuxx86_64
+
+  install -d ${_stagedir}/usr/bin
+  install ${_bindir}/bjam ${_stagedir}/usr/bin/bjam
+
+  # build tools
+  cd ${srcdir}/${pkgbase}_${_boostver}/tools/
+  ${_stagedir}/usr/bin/bjam --toolset=gcc
+
+  # copy the tools
+  cd ${srcdir}/${pkgbase}_${_boostver}/dist/bin
+  for i in *;do
+  install -m755 ${i} ${_stagedir}/usr/bin/${i}
+  done
+
+  #boostbook needed by quickbook
+  cd ${srcdir}/${pkgbase}_${_boostver}/dist/
+  cp -r share ${_stagedir}
+
+  # build libs
+  cd ${srcdir}/${pkgbase}_${_boostver}
+
+  # default minimal install: release link=shared,static
+  # runtime-link=shared threading=single,multi
+  # --layout=tagged will add the -mt suffix for multithreaded libraries
+  # and installs includes in /usr/include/boost.
+  # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+  # install to ${_stagedir} in preparation for split packaging
+
+  ${_stagedir}/usr/bin/bjam \
+  release debug-symbols=off threading=multi \
+  runtime-link=shared link=shared,static \
+  cflags=-fno-strict-aliasing \
+  toolset=gcc \
+  --prefix=${_stagedir} \
+  -sTOOLS=gcc \
+  --layout=system \
+  ${MAKEFLAGS} \
+  install
+}
+
+package_boost() {
+pkgdesc=Free peer-reviewed portable C++ source libraries - Development
+depends=(boost-libs=${pkgver})
+optdepends=('python: for python bindings'
+'python2: for python2 bindings'
+   'boost-build: to use boost jam for building your project.')
+
+install -d ${pkgdir}/usr/{include,lib,share}
+# headers/source files
+cp -r ${_stagedir}/include/ ${pkgdir}/usr/
+
+# static libs
+cp -r ${_stagedir}/lib/*.a ${pkgdir}/usr/lib/
+
+# utilities (bjam, bcp, pyste)
+cp -r ${_stagedir}/usr/* ${pkgdir}/usr/
+
+#boostbook
+cp -r ${_stagedir}/share/* ${pkgdir}/usr/share
+
+# license
+install -D -m644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+${pkgdir}/usr/share/licenses/boost/LICENSE_1_0.txt
+}
+
+package_boost-libs() {
+pkgdesc=Free peer-reviewed portable C++ source libraries - Runtime
+depends=('gcc-libs' 'bzip2' 'zlib' 'icu')
+optdepends=('openmpi: for mpi support')
+
+install -d ${pkgdir}/usr/lib
+#shared libs
+cp -r ${_stagedir}/lib/*.so{,.*} ${pkgdir}/usr/lib/
+
+# license
+install -D -m644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+${pkgdir}/usr/share/licenses/boost-libs/LICENSE_1_0.txt
+}

Copied: boost/repos/testing-i686/exceptions.patch (from rev 155924, 
boost/repos/staging-i686/exceptions.patch)
===
--- testing-i686/exceptions.patch   (rev 0)
+++ testing-i686/exceptions.patch   2012-04-09 13:40:36 UTC (rev 

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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:40:37
  Author: andyrtr
Revision: 155928

db-move: moved boost from [staging] to [testing] (x86_64)

Added:
  boost/repos/testing-x86_64/
  boost/repos/testing-x86_64/PKGBUILD
(from rev 155924, boost/repos/staging-x86_64/PKGBUILD)
  boost/repos/testing-x86_64/exceptions.patch
(from rev 155924, boost/repos/staging-x86_64/exceptions.patch)
Deleted:
  boost/repos/staging-x86_64/

--+
 PKGBUILD |  118 +
 exceptions.patch |   25 +++
 2 files changed, 143 insertions(+)

Copied: boost/repos/testing-x86_64/PKGBUILD (from rev 155924, 
boost/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-09 13:40:37 UTC (rev 155928)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Kritoke krit...@gamebox.net
+# Contributor: Luca Roccia little_r...@users.sourceforge.net
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.49.0
+_boostver=${pkgver//./_}
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.boost.org/;
+makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
+exceptions.patch)
+license=('custom')
+md5sums=('e0defc8c818e4f1c5bbb29d0292b76ca'
+ '9b44c28b36303152050c8c82469569c5')
+
+_stagedir=${srcdir}/stagedir
+
+build() {
+  # set python path for bjam
+  cd ${srcdir}/${pkgbase}_${_boostver}/tools
+  echo using python : 2.7 : /usr/bin/python2 ;  build/v2/user-config.jam
+  echo using python : 3.2 : /usr/bin/python : /usr/include/python3.2mu : 
/usr/lib ;  build/v2/user-config.jam
+  echo using mpi ;  build/v2/user-config.jam
+
+  cd ${srcdir}/${pkgbase}_${_boostver}
+  # https://svn.boost.org/trac/boost/ticket/5731
+  patch -p0 -i ${srcdir}/exceptions.patch
+
+
+  # build bjam
+  cd ${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine
+  ./build.sh cc
+
+  _bindir=bin.linuxx86
+  [ ${CARCH} = x86_64 ]  _bindir=bin.linuxx86_64
+
+  install -d ${_stagedir}/usr/bin
+  install ${_bindir}/bjam ${_stagedir}/usr/bin/bjam
+
+  # build tools
+  cd ${srcdir}/${pkgbase}_${_boostver}/tools/
+  ${_stagedir}/usr/bin/bjam --toolset=gcc
+
+  # copy the tools
+  cd ${srcdir}/${pkgbase}_${_boostver}/dist/bin
+  for i in *;do
+  install -m755 ${i} ${_stagedir}/usr/bin/${i}
+  done
+
+  #boostbook needed by quickbook
+  cd ${srcdir}/${pkgbase}_${_boostver}/dist/
+  cp -r share ${_stagedir}
+
+  # build libs
+  cd ${srcdir}/${pkgbase}_${_boostver}
+
+  # default minimal install: release link=shared,static
+  # runtime-link=shared threading=single,multi
+  # --layout=tagged will add the -mt suffix for multithreaded libraries
+  # and installs includes in /usr/include/boost.
+  # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+  # install to ${_stagedir} in preparation for split packaging
+
+  ${_stagedir}/usr/bin/bjam \
+  release debug-symbols=off threading=multi \
+  runtime-link=shared link=shared,static \
+  cflags=-fno-strict-aliasing \
+  toolset=gcc \
+  --prefix=${_stagedir} \
+  -sTOOLS=gcc \
+  --layout=system \
+  ${MAKEFLAGS} \
+  install
+}
+
+package_boost() {
+pkgdesc=Free peer-reviewed portable C++ source libraries - Development
+depends=(boost-libs=${pkgver})
+optdepends=('python: for python bindings'
+'python2: for python2 bindings'
+   'boost-build: to use boost jam for building your project.')
+
+install -d ${pkgdir}/usr/{include,lib,share}
+# headers/source files
+cp -r ${_stagedir}/include/ ${pkgdir}/usr/
+
+# static libs
+cp -r ${_stagedir}/lib/*.a ${pkgdir}/usr/lib/
+
+# utilities (bjam, bcp, pyste)
+cp -r ${_stagedir}/usr/* ${pkgdir}/usr/
+
+#boostbook
+cp -r ${_stagedir}/share/* ${pkgdir}/usr/share
+
+# license
+install -D -m644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+${pkgdir}/usr/share/licenses/boost/LICENSE_1_0.txt
+}
+
+package_boost-libs() {
+pkgdesc=Free peer-reviewed portable C++ source libraries - Runtime
+depends=('gcc-libs' 'bzip2' 'zlib' 'icu')
+optdepends=('openmpi: for mpi support')
+
+install -d ${pkgdir}/usr/lib
+#shared libs
+cp -r ${_stagedir}/lib/*.so{,.*} ${pkgdir}/usr/lib/
+
+# license
+install -D -m644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+${pkgdir}/usr/share/licenses/boost-libs/LICENSE_1_0.txt
+}

Copied: boost/repos/testing-x86_64/exceptions.patch (from rev 155924, 
boost/repos/staging-x86_64/exceptions.patch)
===
--- testing-x86_64/exceptions.patch (rev 0)
+++ testing-x86_64/exceptions.patch 

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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:40:39
  Author: andyrtr
Revision: 155930

db-move: moved brltty from [staging] to [testing] (x86_64)

Added:
  brltty/repos/testing-x86_64/
  brltty/repos/testing-x86_64/PKGBUILD
(from rev 155924, brltty/repos/staging-x86_64/PKGBUILD)
  brltty/repos/testing-x86_64/brltty
(from rev 155924, brltty/repos/staging-x86_64/brltty)
  brltty/repos/testing-x86_64/brltty.conf
(from rev 155924, brltty/repos/staging-x86_64/brltty.conf)
  brltty/repos/testing-x86_64/brltty.install
(from rev 155924, brltty/repos/staging-x86_64/brltty.install)
Deleted:
  brltty/repos/staging-x86_64/

+
 PKGBUILD   |   47 ++
 brltty |   68 +++
 brltty.conf|2 +
 brltty.install |   20 
 4 files changed, 137 insertions(+)

Copied: brltty/repos/testing-x86_64/PKGBUILD (from rev 155924, 
brltty/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-09 13:40:39 UTC (rev 155930)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=4.3
+pkgrel=5
+pkgdesc=Braille display driver for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://mielke.cc/brltty;
+license=('GPL' 'LGPL')
+depends=('libxaw' 'at-spi2-core' 'gpm' 'icu' 'python2' 'tcl' 'atk' 'libxtst' 
'pyrex')
+makedepends=('bluez')
+optdepends=('bluez: bluetooth support')
+backup=(etc/brltty.conf etc/conf.d/brltty.conf)
+options=('!makeflags' '!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz
+'brltty'
+'brltty.conf')
+md5sums=('5ada573f88df32b6150db3b9a620e20b'
+ '831ebaf0c56091702929c68805d20c4f'
+ 'a8ab8b3dd059e96e1734bc9cdcf844fc')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--localstatedir=/var \
+--with-screen-driver=a2 \
+--enable-gpm \
+--disable-java-bindings \
+--disable-caml-bindings \
+PYTHON=/usr/bin/python2
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+  install -D -m755 $srcdir/brltty $pkgdir/etc/rc.d/brltty
+  install -D -m644 $srcdir/brltty.conf $pkgdir/etc/conf.d/brltty.conf
+  install -D -m644 Documents/brltty.conf $pkgdir/etc/brltty.conf
+}

Copied: brltty/repos/testing-x86_64/brltty (from rev 155924, 
brltty/repos/staging-x86_64/brltty)
===
--- testing-x86_64/brltty   (rev 0)
+++ testing-x86_64/brltty   2012-04-09 13:40:39 UTC (rev 155930)
@@ -0,0 +1,68 @@
+#!/bin/bash
+
+daemon_name=brltty
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/$daemon_name.conf
+
+get_pid() {
+   pidof -o %PPID $daemon_name
+}
+
+case $1 in
+  start)
+stat_busy Starting $daemon_name daemon
+
+PID=$(get_pid)
+if [ -z $PID ]; then
+  [ -f /var/run/$daemon_name.pid ]  rm -f /var/run/$daemon_name.pid
+  # RUN
+  $daemon_name $brltty_args
+  #
+  if [ $? -gt 0 ]; then
+stat_fail
+exit 1
+  else
+echo $(get_pid)  /var/run/$daemon_name.pid
+add_daemon $daemon_name
+stat_done
+  fi
+else
+  stat_fail
+  exit 1
+fi
+;;
+
+  stop)
+stat_busy Stopping $daemon_name daemon
+PID=$(get_pid)
+# KILL
+[ ! -z $PID ]  kill $PID  /dev/null
+#
+if [ $? -gt 0 ]; then
+  stat_fail
+  exit 1
+else
+  rm -f /var/run/$daemon_name.pid  /dev/null
+  rm_daemon $daemon_name
+  stat_done
+fi
+;;
+
+  restart)
+$0 stop
+sleep 3
+$0 start
+;;
+
+  status)
+stat_busy Checking $daemon_name status;
+ck_status $daemon_name
+;;
+
+  *)
+echo usage: $0 {start|stop|restart|status}
+esac
+
+exit 0

Copied: brltty/repos/testing-x86_64/brltty.conf (from rev 155924, 
brltty/repos/staging-x86_64/brltty.conf)
===
--- testing-x86_64/brltty.conf  (rev 0)
+++ testing-x86_64/brltty.conf  2012-04-09 13:40:39 UTC (rev 155930)
@@ -0,0 +1,2 @@
+# Specify any arguments to pass to brltty here.
+brltty_args=
\ No newline at end of file

Copied: brltty/repos/testing-x86_64/brltty.install (from rev 155924, 
brltty/repos/staging-x86_64/brltty.install)
===
--- testing-x86_64/brltty.install   (rev 0)
+++ testing-x86_64/brltty.install   2012-04-09 13:40:39 UTC (rev 155930)
@@ -0,0 +1,20 @@
+post_install () {
+ getent group brlapi  /dev/null || groupadd -r brlapi
+ if [ ! -e /etc/brlapi.key ]; 

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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:40:38
  Author: andyrtr
Revision: 155929

db-move: moved brltty from [staging] to [testing] (i686)

Added:
  brltty/repos/testing-i686/
  brltty/repos/testing-i686/PKGBUILD
(from rev 155924, brltty/repos/staging-i686/PKGBUILD)
  brltty/repos/testing-i686/brltty
(from rev 155924, brltty/repos/staging-i686/brltty)
  brltty/repos/testing-i686/brltty.conf
(from rev 155924, brltty/repos/staging-i686/brltty.conf)
  brltty/repos/testing-i686/brltty.install
(from rev 155924, brltty/repos/staging-i686/brltty.install)
Deleted:
  brltty/repos/staging-i686/

+
 PKGBUILD   |   47 ++
 brltty |   68 +++
 brltty.conf|2 +
 brltty.install |   20 
 4 files changed, 137 insertions(+)

Copied: brltty/repos/testing-i686/PKGBUILD (from rev 155924, 
brltty/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-09 13:40:38 UTC (rev 155929)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=4.3
+pkgrel=5
+pkgdesc=Braille display driver for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://mielke.cc/brltty;
+license=('GPL' 'LGPL')
+depends=('libxaw' 'at-spi2-core' 'gpm' 'icu' 'python2' 'tcl' 'atk' 'libxtst' 
'pyrex')
+makedepends=('bluez')
+optdepends=('bluez: bluetooth support')
+backup=(etc/brltty.conf etc/conf.d/brltty.conf)
+options=('!makeflags' '!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz
+'brltty'
+'brltty.conf')
+md5sums=('5ada573f88df32b6150db3b9a620e20b'
+ '831ebaf0c56091702929c68805d20c4f'
+ 'a8ab8b3dd059e96e1734bc9cdcf844fc')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--localstatedir=/var \
+--with-screen-driver=a2 \
+--enable-gpm \
+--disable-java-bindings \
+--disable-caml-bindings \
+PYTHON=/usr/bin/python2
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+  install -D -m755 $srcdir/brltty $pkgdir/etc/rc.d/brltty
+  install -D -m644 $srcdir/brltty.conf $pkgdir/etc/conf.d/brltty.conf
+  install -D -m644 Documents/brltty.conf $pkgdir/etc/brltty.conf
+}

Copied: brltty/repos/testing-i686/brltty (from rev 155924, 
brltty/repos/staging-i686/brltty)
===
--- testing-i686/brltty (rev 0)
+++ testing-i686/brltty 2012-04-09 13:40:38 UTC (rev 155929)
@@ -0,0 +1,68 @@
+#!/bin/bash
+
+daemon_name=brltty
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/$daemon_name.conf
+
+get_pid() {
+   pidof -o %PPID $daemon_name
+}
+
+case $1 in
+  start)
+stat_busy Starting $daemon_name daemon
+
+PID=$(get_pid)
+if [ -z $PID ]; then
+  [ -f /var/run/$daemon_name.pid ]  rm -f /var/run/$daemon_name.pid
+  # RUN
+  $daemon_name $brltty_args
+  #
+  if [ $? -gt 0 ]; then
+stat_fail
+exit 1
+  else
+echo $(get_pid)  /var/run/$daemon_name.pid
+add_daemon $daemon_name
+stat_done
+  fi
+else
+  stat_fail
+  exit 1
+fi
+;;
+
+  stop)
+stat_busy Stopping $daemon_name daemon
+PID=$(get_pid)
+# KILL
+[ ! -z $PID ]  kill $PID  /dev/null
+#
+if [ $? -gt 0 ]; then
+  stat_fail
+  exit 1
+else
+  rm -f /var/run/$daemon_name.pid  /dev/null
+  rm_daemon $daemon_name
+  stat_done
+fi
+;;
+
+  restart)
+$0 stop
+sleep 3
+$0 start
+;;
+
+  status)
+stat_busy Checking $daemon_name status;
+ck_status $daemon_name
+;;
+
+  *)
+echo usage: $0 {start|stop|restart|status}
+esac
+
+exit 0

Copied: brltty/repos/testing-i686/brltty.conf (from rev 155924, 
brltty/repos/staging-i686/brltty.conf)
===
--- testing-i686/brltty.conf(rev 0)
+++ testing-i686/brltty.conf2012-04-09 13:40:38 UTC (rev 155929)
@@ -0,0 +1,2 @@
+# Specify any arguments to pass to brltty here.
+brltty_args=
\ No newline at end of file

Copied: brltty/repos/testing-i686/brltty.install (from rev 155924, 
brltty/repos/staging-i686/brltty.install)
===
--- testing-i686/brltty.install (rev 0)
+++ testing-i686/brltty.install 2012-04-09 13:40:38 UTC (rev 155929)
@@ -0,0 +1,20 @@
+post_install () {
+ getent group brlapi  /dev/null || groupadd -r brlapi
+ if [ ! -e /etc/brlapi.key ]; then
+ mcookie /etc/brlapi.key
+ chmod 0640 

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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:40:40
  Author: andyrtr
Revision: 155931

db-move: moved fcitx from [staging] to [testing] (i686)

Added:
  fcitx/repos/testing-i686/
  fcitx/repos/testing-i686/Fix-for-gcc-4.7.0.patch
(from rev 155924, fcitx/repos/staging-i686/Fix-for-gcc-4.7.0.patch)
  fcitx/repos/testing-i686/PKGBUILD
(from rev 155924, fcitx/repos/staging-i686/PKGBUILD)
  fcitx/repos/testing-i686/fcitx-gtk2.install
(from rev 155924, fcitx/repos/staging-i686/fcitx-gtk2.install)
  fcitx/repos/testing-i686/fcitx-gtk3.install
(from rev 155924, fcitx/repos/staging-i686/fcitx-gtk3.install)
  fcitx/repos/testing-i686/fcitx.install
(from rev 155924, fcitx/repos/staging-i686/fcitx.install)
Deleted:
  fcitx/repos/staging-i686/

-+
 Fix-for-gcc-4.7.0.patch |   31 +
 PKGBUILD|   67 ++
 fcitx-gtk2.install  |   11 +++
 fcitx-gtk3.install  |   11 +++
 fcitx.install   |   13 
 5 files changed, 133 insertions(+)

Copied: fcitx/repos/testing-i686/Fix-for-gcc-4.7.0.patch (from rev 155924, 
fcitx/repos/staging-i686/Fix-for-gcc-4.7.0.patch)
===
--- testing-i686/Fix-for-gcc-4.7.0.patch(rev 0)
+++ testing-i686/Fix-for-gcc-4.7.0.patch2012-04-09 13:40:40 UTC (rev 
155931)
@@ -0,0 +1,31 @@
+From 74ae75e291862530801ec9cc707dc810c52a84fd Mon Sep 17 00:00:00 2001
+From: Weng Xuetian wen...@gmail.com
+Date: Sun, 25 Mar 2012 09:59:24 +0800
+Subject: [PATCH 1/2] fix for gcc 4.7.0
+
+---
+ src/lib/fcitx-config/CMakeLists.txt |5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/lib/fcitx-config/CMakeLists.txt 
b/src/lib/fcitx-config/CMakeLists.txt
+index f9fd2ec..2b361c6 100644
+--- a/src/lib/fcitx-config/CMakeLists.txt
 b/src/lib/fcitx-config/CMakeLists.txt
+@@ -1,10 +1,13 @@
+ set(FCITX_CONFIG_SOURCES
+ fcitx-config.c
+ hotkey.c
+-sprintf.c
+ xdg.c
+ )
+ 
++if (NOT HAVE_ASPRINTF)
++set(FCITX_CONFIG_SOURCES ${FCITX_CONFIG_SOURCES} sprintf.c)
++endif (NOT HAVE_ASPRINTF)
++
+ set(FCITX_CONFIG_HEADERS
+ fcitx-config.h
+ hotkey.h
+-- 
+1.7.9.4
+

Copied: fcitx/repos/testing-i686/PKGBUILD (from rev 155924, 
fcitx/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-09 13:40:40 UTC (rev 155931)
@@ -0,0 +1,67 @@
+# $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.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx/;
+license=('GPL')
+makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'dbus-glib' 'icu')
+source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz 
Fix-for-gcc-4.7.0.patch)
+sha1sums=('74ad009cde48fb1efd48f8d2490fa36ddf36d215'
+  '3f9a31d67cdbbb25f2151cb81208f1f3e0dd6e8f')
+
+build() {
+  cd ${srcdir}
+  (cd ${pkgbase}-${pkgver}; patch -p1 -i ../Fix-for-gcc-4.7.0.patch)
+  mkdir build
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_OPENCC=OFF \
+-DENABLE_GTK3_IM_MODULE=ON \
+-DENABLE_QT_IM_MODULE=ON
+  make
+}
+
+package_fcitx() {
+  pkgdesc=Free Chinese Input Toy of X - Input Method Server for X window 
system
+  depends=('dbus-core' 'pango' 'libxinerama' 'gtk-update-icon-cache' \
+   'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+  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' 'dbus-glib' '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' 'dbus-glib' '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/testing-i686/fcitx-gtk2.install (from rev 155924, 
fcitx/repos/staging-i686/fcitx-gtk2.install)
===
--- testing-i686/fcitx-gtk2.install (rev 0)
+++ testing-i686/fcitx-gtk2.install 2012-04-09 13:40:40 UTC (rev 155931)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: 

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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:40:42
  Author: andyrtr
Revision: 155932

db-move: moved fcitx from [staging] to [testing] (x86_64)

Added:
  fcitx/repos/testing-x86_64/
  fcitx/repos/testing-x86_64/Fix-for-gcc-4.7.0.patch
(from rev 155924, fcitx/repos/staging-x86_64/Fix-for-gcc-4.7.0.patch)
  fcitx/repos/testing-x86_64/PKGBUILD
(from rev 155924, fcitx/repos/staging-x86_64/PKGBUILD)
  fcitx/repos/testing-x86_64/fcitx-gtk2.install
(from rev 155924, fcitx/repos/staging-x86_64/fcitx-gtk2.install)
  fcitx/repos/testing-x86_64/fcitx-gtk3.install
(from rev 155924, fcitx/repos/staging-x86_64/fcitx-gtk3.install)
  fcitx/repos/testing-x86_64/fcitx.install
(from rev 155924, fcitx/repos/staging-x86_64/fcitx.install)
Deleted:
  fcitx/repos/staging-x86_64/

-+
 Fix-for-gcc-4.7.0.patch |   31 +
 PKGBUILD|   67 ++
 fcitx-gtk2.install  |   11 +++
 fcitx-gtk3.install  |   11 +++
 fcitx.install   |   13 
 5 files changed, 133 insertions(+)

Copied: fcitx/repos/testing-x86_64/Fix-for-gcc-4.7.0.patch (from rev 155924, 
fcitx/repos/staging-x86_64/Fix-for-gcc-4.7.0.patch)
===
--- testing-x86_64/Fix-for-gcc-4.7.0.patch  (rev 0)
+++ testing-x86_64/Fix-for-gcc-4.7.0.patch  2012-04-09 13:40:42 UTC (rev 
155932)
@@ -0,0 +1,31 @@
+From 74ae75e291862530801ec9cc707dc810c52a84fd Mon Sep 17 00:00:00 2001
+From: Weng Xuetian wen...@gmail.com
+Date: Sun, 25 Mar 2012 09:59:24 +0800
+Subject: [PATCH 1/2] fix for gcc 4.7.0
+
+---
+ src/lib/fcitx-config/CMakeLists.txt |5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/lib/fcitx-config/CMakeLists.txt 
b/src/lib/fcitx-config/CMakeLists.txt
+index f9fd2ec..2b361c6 100644
+--- a/src/lib/fcitx-config/CMakeLists.txt
 b/src/lib/fcitx-config/CMakeLists.txt
+@@ -1,10 +1,13 @@
+ set(FCITX_CONFIG_SOURCES
+ fcitx-config.c
+ hotkey.c
+-sprintf.c
+ xdg.c
+ )
+ 
++if (NOT HAVE_ASPRINTF)
++set(FCITX_CONFIG_SOURCES ${FCITX_CONFIG_SOURCES} sprintf.c)
++endif (NOT HAVE_ASPRINTF)
++
+ set(FCITX_CONFIG_HEADERS
+ fcitx-config.h
+ hotkey.h
+-- 
+1.7.9.4
+

Copied: fcitx/repos/testing-x86_64/PKGBUILD (from rev 155924, 
fcitx/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-09 13:40:42 UTC (rev 155932)
@@ -0,0 +1,67 @@
+# $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.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx/;
+license=('GPL')
+makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'dbus-glib' 'icu')
+source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz 
Fix-for-gcc-4.7.0.patch)
+sha1sums=('74ad009cde48fb1efd48f8d2490fa36ddf36d215'
+  '3f9a31d67cdbbb25f2151cb81208f1f3e0dd6e8f')
+
+build() {
+  cd ${srcdir}
+  (cd ${pkgbase}-${pkgver}; patch -p1 -i ../Fix-for-gcc-4.7.0.patch)
+  mkdir build
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_OPENCC=OFF \
+-DENABLE_GTK3_IM_MODULE=ON \
+-DENABLE_QT_IM_MODULE=ON
+  make
+}
+
+package_fcitx() {
+  pkgdesc=Free Chinese Input Toy of X - Input Method Server for X window 
system
+  depends=('dbus-core' 'pango' 'libxinerama' 'gtk-update-icon-cache' \
+   'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+  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' 'dbus-glib' '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' 'dbus-glib' '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/testing-x86_64/fcitx-gtk2.install (from rev 155924, 
fcitx/repos/staging-x86_64/fcitx-gtk2.install)
===
--- testing-x86_64/fcitx-gtk2.install   (rev 0)
+++ testing-x86_64/fcitx-gtk2.install   2012-04-09 13:40:42 UTC (rev 155932)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {

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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:40:45
  Author: andyrtr
Revision: 155933

db-move: moved gptfdisk from [staging] to [testing] (i686)

Added:
  gptfdisk/repos/testing-i686/
  gptfdisk/repos/testing-i686/PKGBUILD
(from rev 155924, gptfdisk/repos/staging-i686/PKGBUILD)
Deleted:
  gptfdisk/repos/staging-i686/

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

Copied: gptfdisk/repos/testing-i686/PKGBUILD (from rev 155924, 
gptfdisk/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-09 13:40:45 UTC (rev 155933)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Hokum hokum_at_mail_dot_ru
+
+pkgname=gptfdisk
+pkgver=0.8.4
+pkgrel=2
+pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
+arch=('i686' 'x86_64')
+url=http://www.rodsbooks.com/gdisk/;
+license=('GPL2')
+depends=('gcc-libs' 'util-linux' 'popt' 'icu')
+provides=(gdisk=$pkgver)
+conflicts=('gdisk')
+replaces=('gdisk')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('a4aa6800df3a43bec2900eff3c2d8488d8d60c06833035bc881237f9acb79b85')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -d $pkgdir/{sbin,usr/share/{doc/gdisk,man/man8}}
+  install -t $pkgdir/sbin {,c,s}gdisk fixparts
+  install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
+  install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:40:46
  Author: andyrtr
Revision: 155934

db-move: moved gptfdisk from [staging] to [testing] (x86_64)

Added:
  gptfdisk/repos/testing-x86_64/
  gptfdisk/repos/testing-x86_64/PKGBUILD
(from rev 155924, gptfdisk/repos/staging-x86_64/PKGBUILD)
Deleted:
  gptfdisk/repos/staging-x86_64/

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

Copied: gptfdisk/repos/testing-x86_64/PKGBUILD (from rev 155924, 
gptfdisk/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-09 13:40:46 UTC (rev 155934)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Hokum hokum_at_mail_dot_ru
+
+pkgname=gptfdisk
+pkgver=0.8.4
+pkgrel=2
+pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
+arch=('i686' 'x86_64')
+url=http://www.rodsbooks.com/gdisk/;
+license=('GPL2')
+depends=('gcc-libs' 'util-linux' 'popt' 'icu')
+provides=(gdisk=$pkgver)
+conflicts=('gdisk')
+replaces=('gdisk')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('a4aa6800df3a43bec2900eff3c2d8488d8d60c06833035bc881237f9acb79b85')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -d $pkgdir/{sbin,usr/share/{doc/gdisk,man/man8}}
+  install -t $pkgdir/sbin {,c,s}gdisk fixparts
+  install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
+  install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in libreoffice/repos (7 files)

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:40:49
  Author: andyrtr
Revision: 155935

db-move: moved libreoffice from [staging] to [testing] (i686)

Added:
  libreoffice/repos/testing-i686/
  libreoffice/repos/testing-i686/PKGBUILD
(from rev 155924, libreoffice/repos/staging-i686/PKGBUILD)
  libreoffice/repos/testing-i686/buildfix_icu49.diff
(from rev 155924, libreoffice/repos/staging-i686/buildfix_icu49.diff)
  libreoffice/repos/testing-i686/libreoffice-common.csh
(from rev 155924, libreoffice/repos/staging-i686/libreoffice-common.csh)
  libreoffice/repos/testing-i686/libreoffice-common.sh
(from rev 155924, libreoffice/repos/staging-i686/libreoffice-common.sh)
  libreoffice/repos/testing-i686/libreoffice.install
(from rev 155924, libreoffice/repos/staging-i686/libreoffice.install)
Deleted:
  libreoffice/repos/staging-i686/

+
 PKGBUILD   |  658 +++
 buildfix_icu49.diff|   42 +++
 libreoffice-common.csh |1 
 libreoffice-common.sh  |1 
 libreoffice.install|   47 +++
 5 files changed, 749 insertions(+)

Copied: libreoffice/repos/testing-i686/PKGBUILD (from rev 155924, 
libreoffice/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-09 13:40:49 UTC (rev 155935)
@@ -0,0 +1,658 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgbase=libreoffice
+pkgname=('libreoffice-common'
+   'libreoffice-base'
+   'libreoffice-calc'
+   'libreoffice-draw'
+   'libreoffice-gnome'
+   'libreoffice-impress'
+   'libreoffice-kde4'
+   'libreoffice-math'
+   'libreoffice-sdk'
+   'libreoffice-sdk-doc'
+   'libreoffice-writer'
+   'libreoffice-en-US'
+   'libreoffice-postgresql-connector'
+   'libreoffice-extension-pdfimport'
+   'libreoffice-extension-presenter-screen'
+   'libreoffice-extension-presentation-minimizer'
+   'libreoffice-extension-report-builder')
+_LOver=3.5.2.2
+pkgver=3.5.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL3')
+url=http://www.libreoffice.org/;
+makedepends=( # makedepends
+ 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'hsqldb-java' 
'boost'
+ 'apache-ant' 'gperf' 'poppler=0.18.0' 'kdelibs' 'gconf' 'cppunit'
+ 'beanshell'  'vigra' 'lucene' 'junit' 'libmythes' 'libwpg' 
'imagemagick'
+ 'mesa' 'gstreamer0.10-base' 'java-environment' 'postgresql-libs'
+  #'saxon' - currently broken 
+ # the runtime dependencies
+ curl=7.20.0 hunspell=1.2.8 python2=2.7 'libwpd=0.9.2' 
'libwps' 'libxaw' neon=0.28.6
+ 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' icu=49.1 
+ 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite' 
+ 'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils'
+'ttf-dejavu') # to satisfy regression tests
+
+# http://download.documentfoundation.org/mirrors/all.html
+# http://wiki.documentfoundation.org/Mirrors
+
+_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url=http://dev-www.libreoffice.org/src;
+source=(${_mirror}/${pkgbase}-{core,help,translations}-${_LOver}.tar.xz
+   
${_additional_source_url}/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
+   
${_additional_source_url}/d28864eb2b59bb57b034c0d4662a3cee-libvisio-0.0.15.tar.bz2
+   
${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
+   
${_additional_source_url}/fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz
+   
${_additional_source_url}/ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip
+   
${_additional_source_url}/2a177023f9ea8ec8bd00837605c5df1b-jakarta-tomcat-5.0.30-src.tar.gz
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/3c219630e4302863a9a83d0efde889db-commons-logging-1.1.1-src.tar.gz
+   
${_additional_source_url}/2ae988b339daec234019a7066f96733e-commons-lang-2.3-src.tar.gz
+   
${_additional_source_url}/2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz
+   
${_additional_source_url}/af3c3acf618de6108d65fcdc92b492e1-commons-codec-1.3-src.tar.gz
+   
${_additional_source_url}/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip
+   
${_additional_source_url}/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip
+   
${_additional_source_url}/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip
+   

[arch-commits] Commit in libreoffice/repos (7 files)

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:40:51
  Author: andyrtr
Revision: 155936

db-move: moved libreoffice from [staging] to [testing] (x86_64)

Added:
  libreoffice/repos/testing-x86_64/
  libreoffice/repos/testing-x86_64/PKGBUILD
(from rev 155924, libreoffice/repos/staging-x86_64/PKGBUILD)
  libreoffice/repos/testing-x86_64/buildfix_icu49.diff
(from rev 155924, libreoffice/repos/staging-x86_64/buildfix_icu49.diff)
  libreoffice/repos/testing-x86_64/libreoffice-common.csh
(from rev 155924, libreoffice/repos/staging-x86_64/libreoffice-common.csh)
  libreoffice/repos/testing-x86_64/libreoffice-common.sh
(from rev 155924, libreoffice/repos/staging-x86_64/libreoffice-common.sh)
  libreoffice/repos/testing-x86_64/libreoffice.install
(from rev 155924, libreoffice/repos/staging-x86_64/libreoffice.install)
Deleted:
  libreoffice/repos/staging-x86_64/

+
 PKGBUILD   |  658 +++
 buildfix_icu49.diff|   42 +++
 libreoffice-common.csh |1 
 libreoffice-common.sh  |1 
 libreoffice.install|   47 +++
 5 files changed, 749 insertions(+)

Copied: libreoffice/repos/testing-x86_64/PKGBUILD (from rev 155924, 
libreoffice/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-09 13:40:51 UTC (rev 155936)
@@ -0,0 +1,658 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgbase=libreoffice
+pkgname=('libreoffice-common'
+   'libreoffice-base'
+   'libreoffice-calc'
+   'libreoffice-draw'
+   'libreoffice-gnome'
+   'libreoffice-impress'
+   'libreoffice-kde4'
+   'libreoffice-math'
+   'libreoffice-sdk'
+   'libreoffice-sdk-doc'
+   'libreoffice-writer'
+   'libreoffice-en-US'
+   'libreoffice-postgresql-connector'
+   'libreoffice-extension-pdfimport'
+   'libreoffice-extension-presenter-screen'
+   'libreoffice-extension-presentation-minimizer'
+   'libreoffice-extension-report-builder')
+_LOver=3.5.2.2
+pkgver=3.5.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL3')
+url=http://www.libreoffice.org/;
+makedepends=( # makedepends
+ 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'hsqldb-java' 
'boost'
+ 'apache-ant' 'gperf' 'poppler=0.18.0' 'kdelibs' 'gconf' 'cppunit'
+ 'beanshell'  'vigra' 'lucene' 'junit' 'libmythes' 'libwpg' 
'imagemagick'
+ 'mesa' 'gstreamer0.10-base' 'java-environment' 'postgresql-libs'
+  #'saxon' - currently broken 
+ # the runtime dependencies
+ curl=7.20.0 hunspell=1.2.8 python2=2.7 'libwpd=0.9.2' 
'libwps' 'libxaw' neon=0.28.6
+ 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' icu=49.1 
+ 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite' 
+ 'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils'
+'ttf-dejavu') # to satisfy regression tests
+
+# http://download.documentfoundation.org/mirrors/all.html
+# http://wiki.documentfoundation.org/Mirrors
+
+_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url=http://dev-www.libreoffice.org/src;
+source=(${_mirror}/${pkgbase}-{core,help,translations}-${_LOver}.tar.xz
+   
${_additional_source_url}/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
+   
${_additional_source_url}/d28864eb2b59bb57b034c0d4662a3cee-libvisio-0.0.15.tar.bz2
+   
${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
+   
${_additional_source_url}/fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz
+   
${_additional_source_url}/ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip
+   
${_additional_source_url}/2a177023f9ea8ec8bd00837605c5df1b-jakarta-tomcat-5.0.30-src.tar.gz
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/3c219630e4302863a9a83d0efde889db-commons-logging-1.1.1-src.tar.gz
+   
${_additional_source_url}/2ae988b339daec234019a7066f96733e-commons-lang-2.3-src.tar.gz
+   
${_additional_source_url}/2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz
+   
${_additional_source_url}/af3c3acf618de6108d65fcdc92b492e1-commons-codec-1.3-src.tar.gz
+   
${_additional_source_url}/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip
+   
${_additional_source_url}/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip
+   

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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:40:53
  Author: andyrtr
Revision: 155937

db-move: moved libreoffice-i18n from [staging] to [testing] (any)

Added:
  libreoffice-i18n/repos/testing-any/
  libreoffice-i18n/repos/testing-any/PKGBUILD
(from rev 155924, libreoffice-i18n/repos/staging-any/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/staging-any/

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

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


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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:40:59
  Author: andyrtr
Revision: 155938

db-move: moved libwebkit from [staging] to [testing] (i686)

Added:
  libwebkit/repos/testing-i686/PKGBUILD
(from rev 155924, libwebkit/repos/staging-i686/PKGBUILD)
Deleted:
  libwebkit/repos/staging-i686/
  libwebkit/repos/testing-i686/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-09 13:40:53 UTC (rev 155937)
+++ testing-i686/PKGBUILD   2012-04-09 13:40:59 UTC (rev 155938)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=libwebkit
-pkgname=(libwebkit libwebkit3)
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=An opensource web content engine
-arch=('i686' 'x86_64')
-url=http://webkitgtk.org/;
-license=('custom')
-depends=('libxt' 'libxslt' 'sqlite3' 'icu' 'gstreamer0.10-base' 'libsoup' 
'enchant' 'libgl'
- 'geoclue')
-makedepends=('gperf' 'gobject-introspection' 'python2' 'gtk2' 'gtk3' 'mesa')
-options=('!libtool' '!emptydirs')
-source=(http://webkitgtk.org/releases/webkit-$pkgver.tar.xz)
-sha256sums=('8cebd53b412ae9eb192493ad8e41fa8739a7b1a00f74c6b5a69d367709a801bc')
-
-build() {
-  cd $srcdir/webkit-$pkgver
-  mkdir build-gtk{2,3}
-
-  # clear makeflags: race during introspection.
-  # WebKit*.gir should be created before WebKit*.typelib, but isn't
-  MAKEFLAGS=
-  
-  ( cd build-gtk2  _build --with-gtk=2.0 )
-  ( cd build-gtk3  _build --with-gtk=3.0 )
-}
-
-_build() {
-  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
---enable-introspection \
---with-font-backend=freetype \
---with-unicode-backend=icu \
---enable-spellcheck $@
-  make all stamp-po
-}
-
-package_libwebkit() {
-  pkgdesc+= (for GTK2)
-  depends+=(gtk2)
-
-  cd $srcdir/webkit-$pkgver/build-gtk2
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/libwebkit/LICENSE
-}
-
-package_libwebkit3() {
-  pkgdesc+= (for GTK3)
-  depends+=(gtk3)
-
-  cd $srcdir/webkit-$pkgver/build-gtk3
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/libwebkit3/LICENSE
-}
-
-
-

Copied: libwebkit/repos/testing-i686/PKGBUILD (from rev 155924, 
libwebkit/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-09 13:40:59 UTC (rev 155938)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=libwebkit
+pkgname=(libwebkit libwebkit3)
+pkgver=1.8.0
+pkgrel=2
+pkgdesc=An opensource web content engine
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'sqlite3' 'icu' 'gstreamer0.10-base' 'libsoup' 
'enchant' 'libgl'
+ 'geoclue')
+makedepends=('gperf' 'gobject-introspection' 'python2' 'gtk2' 'gtk3' 'mesa')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkit-$pkgver.tar.xz)
+sha256sums=('8cebd53b412ae9eb192493ad8e41fa8739a7b1a00f74c6b5a69d367709a801bc')
+
+build() {
+  cd $srcdir/webkit-$pkgver
+  mkdir build-gtk{2,3}
+
+  # clear makeflags: race during introspection.
+  # WebKit*.gir should be created before WebKit*.typelib, but isn't
+  MAKEFLAGS=
+
+  ( cd build-gtk2  _build --with-gtk=2.0 )
+  ( cd build-gtk3  _build --with-gtk=3.0 )
+}
+
+_build() {
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--with-font-backend=freetype \
+--with-unicode-backend=icu \
+--enable-spellcheck $@
+  make all stamp-po
+}
+
+package_libwebkit() {
+  pkgdesc+= (for GTK2)
+  depends+=(gtk2)
+
+  cd $srcdir/webkit-$pkgver/build-gtk2
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/libwebkit/LICENSE
+}
+
+package_libwebkit3() {
+  pkgdesc+= (for GTK3)
+  depends+=(gtk3)
+
+  cd $srcdir/webkit-$pkgver/build-gtk3
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/libwebkit3/LICENSE
+}
+
+
+



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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:41:02
  Author: andyrtr
Revision: 155939

db-move: moved libwebkit from [staging] to [testing] (x86_64)

Added:
  libwebkit/repos/testing-x86_64/PKGBUILD
(from rev 155924, libwebkit/repos/staging-x86_64/PKGBUILD)
Deleted:
  libwebkit/repos/staging-x86_64/
  libwebkit/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-09 13:40:59 UTC (rev 155938)
+++ testing-x86_64/PKGBUILD 2012-04-09 13:41:02 UTC (rev 155939)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=libwebkit
-pkgname=(libwebkit libwebkit3)
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=An opensource web content engine
-arch=('i686' 'x86_64')
-url=http://webkitgtk.org/;
-license=('custom')
-depends=('libxt' 'libxslt' 'sqlite3' 'icu' 'gstreamer0.10-base' 'libsoup' 
'enchant' 'libgl'
- 'geoclue')
-makedepends=('gperf' 'gobject-introspection' 'python2' 'gtk2' 'gtk3' 'mesa')
-options=('!libtool' '!emptydirs')
-source=(http://webkitgtk.org/releases/webkit-$pkgver.tar.xz)
-sha256sums=('8cebd53b412ae9eb192493ad8e41fa8739a7b1a00f74c6b5a69d367709a801bc')
-
-build() {
-  cd $srcdir/webkit-$pkgver
-  mkdir build-gtk{2,3}
-
-  # clear makeflags: race during introspection.
-  # WebKit*.gir should be created before WebKit*.typelib, but isn't
-  MAKEFLAGS=
-  
-  ( cd build-gtk2  _build --with-gtk=2.0 )
-  ( cd build-gtk3  _build --with-gtk=3.0 )
-}
-
-_build() {
-  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
---enable-introspection \
---with-font-backend=freetype \
---with-unicode-backend=icu \
---enable-spellcheck $@
-  make all stamp-po
-}
-
-package_libwebkit() {
-  pkgdesc+= (for GTK2)
-  depends+=(gtk2)
-
-  cd $srcdir/webkit-$pkgver/build-gtk2
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/libwebkit/LICENSE
-}
-
-package_libwebkit3() {
-  pkgdesc+= (for GTK3)
-  depends+=(gtk3)
-
-  cd $srcdir/webkit-$pkgver/build-gtk3
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/libwebkit3/LICENSE
-}
-
-
-

Copied: libwebkit/repos/testing-x86_64/PKGBUILD (from rev 155924, 
libwebkit/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-09 13:41:02 UTC (rev 155939)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=libwebkit
+pkgname=(libwebkit libwebkit3)
+pkgver=1.8.0
+pkgrel=2
+pkgdesc=An opensource web content engine
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'sqlite3' 'icu' 'gstreamer0.10-base' 'libsoup' 
'enchant' 'libgl'
+ 'geoclue')
+makedepends=('gperf' 'gobject-introspection' 'python2' 'gtk2' 'gtk3' 'mesa')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkit-$pkgver.tar.xz)
+sha256sums=('8cebd53b412ae9eb192493ad8e41fa8739a7b1a00f74c6b5a69d367709a801bc')
+
+build() {
+  cd $srcdir/webkit-$pkgver
+  mkdir build-gtk{2,3}
+
+  # clear makeflags: race during introspection.
+  # WebKit*.gir should be created before WebKit*.typelib, but isn't
+  MAKEFLAGS=
+
+  ( cd build-gtk2  _build --with-gtk=2.0 )
+  ( cd build-gtk3  _build --with-gtk=3.0 )
+}
+
+_build() {
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--with-font-backend=freetype \
+--with-unicode-backend=icu \
+--enable-spellcheck $@
+  make all stamp-po
+}
+
+package_libwebkit() {
+  pkgdesc+= (for GTK2)
+  depends+=(gtk2)
+
+  cd $srcdir/webkit-$pkgver/build-gtk2
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/libwebkit/LICENSE
+}
+
+package_libwebkit3() {
+  pkgdesc+= (for GTK3)
+  depends+=(gtk3)
+
+  cd $srcdir/webkit-$pkgver/build-gtk3
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/libwebkit3/LICENSE
+}
+
+
+



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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:41:04
  Author: andyrtr
Revision: 155940

db-move: moved php from [staging] to [testing] (i686)

Added:
  php/repos/testing-i686/
  php/repos/testing-i686/PKGBUILD
(from rev 155924, php/repos/staging-i686/PKGBUILD)
  php/repos/testing-i686/apache.conf
(from rev 155924, php/repos/staging-i686/apache.conf)
  php/repos/testing-i686/logrotate.d.php-fpm
(from rev 155924, php/repos/staging-i686/logrotate.d.php-fpm)
  php/repos/testing-i686/pcre_info.patch
(from rev 155924, php/repos/staging-i686/pcre_info.patch)
  php/repos/testing-i686/php-fpm.conf.in.patch
(from rev 155924, php/repos/staging-i686/php-fpm.conf.in.patch)
  php/repos/testing-i686/php.ini.patch
(from rev 155924, php/repos/staging-i686/php.ini.patch)
  php/repos/testing-i686/rc.d.php-fpm
(from rev 155924, php/repos/staging-i686/rc.d.php-fpm)
Deleted:
  php/repos/staging-i686/

---+
 PKGBUILD  |  368 
 apache.conf   |   13 +
 logrotate.d.php-fpm   |6 
 pcre_info.patch   |   43 +
 php-fpm.conf.in.patch |   52 ++
 php.ini.patch |  126 
 rc.d.php-fpm  |  158 
 7 files changed, 766 insertions(+)

Copied: php/repos/testing-i686/PKGBUILD (from rev 155924, 
php/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-09 13:41:04 UTC (rev 155940)
@@ -0,0 +1,368 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.3.10
+_suhosinver=5.3.9-0.9.10
+pkgrel=5
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix'
+ 'sqlite3' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 
'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2')
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2;
+http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz;
+http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz.sig;
+'php.ini.patch' 'apache.conf' 'rc.d.php-fpm' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'pcre_info.patch')
+md5sums=('816259e5ca7d0a7e943e56a3bb32b17f'
+ 'c099b3d7eac95018ababd41ded7f3066'
+ 'c15d18f846be1d69144a5d0056ee6506'
+ 'ffc338e8ce2a990f6f2a486355bbab65'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ 'b01be5f816988fcee7e78225836e5e27'
+ '740ec5fe2ecfd9d7febd4081c90ec65b'
+ '07c4e412909ac65a44ec90e7a2c4bade'
+ '8d3806bbb19e390f9b32ccf21611d937')
+
+build() {
+   phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+   --prefix=/usr \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --enable-inline-optimization \
+   --disable-debug \
+   --disable-rpath \
+   --disable-static \
+   --enable-shared \
+   --mandir=/usr/share/man \
+   --without-pear \
+   
+
+   phpextensions=--enable-bcmath=shared \
+   --enable-calendar=shared \
+   --enable-dba=shared \
+   --enable-exif=shared \
+   --enable-ftp=shared \
+   --enable-gd-native-ttf \
+   --enable-intl=shared \
+   --enable-json=shared \
+   --enable-mbregex \
+   --enable-mbstring \
+   --enable-pdo \
+   --enable-phar=shared \
+   --enable-posix=shared \
+   --enable-session \
+   --enable-shmop=shared \
+   --enable-soap=shared \
+   --enable-sockets=shared \
+   --enable-sqlite-utf8 \
+   --enable-sysvmsg=shared \
+   --enable-sysvsem=shared \
+   --enable-sysvshm=shared \
+   --enable-xml \
+   --enable-zip=shared \
+   --with-bz2=shared \
+   --with-curl=shared \
+   --with-db4=/usr \
+   --with-enchant=shared,/usr \
+   --with-freetype-dir=shared,/usr \
+   --with-gd=shared \
+  

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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:41:07
  Author: andyrtr
Revision: 155942

db-move: moved raptor from [staging] to [testing] (i686)

Added:
  raptor/repos/testing-i686/
  raptor/repos/testing-i686/PKGBUILD
(from rev 155924, raptor/repos/staging-i686/PKGBUILD)
Deleted:
  raptor/repos/staging-i686/

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

Copied: raptor/repos/testing-i686/PKGBUILD (from rev 155924, 
raptor/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-09 13:41:07 UTC (rev 155942)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.7
+pkgrel=2
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+options=('!libtool')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('699073463467dc8eded2ca89de2ab2ea')



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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:41:06
  Author: andyrtr
Revision: 155941

db-move: moved php from [staging] to [testing] (x86_64)

Added:
  php/repos/testing-x86_64/
  php/repos/testing-x86_64/PKGBUILD
(from rev 155924, php/repos/staging-x86_64/PKGBUILD)
  php/repos/testing-x86_64/apache.conf
(from rev 155924, php/repos/staging-x86_64/apache.conf)
  php/repos/testing-x86_64/logrotate.d.php-fpm
(from rev 155924, php/repos/staging-x86_64/logrotate.d.php-fpm)
  php/repos/testing-x86_64/pcre_info.patch
(from rev 155924, php/repos/staging-x86_64/pcre_info.patch)
  php/repos/testing-x86_64/php-fpm.conf.in.patch
(from rev 155924, php/repos/staging-x86_64/php-fpm.conf.in.patch)
  php/repos/testing-x86_64/php.ini.patch
(from rev 155924, php/repos/staging-x86_64/php.ini.patch)
  php/repos/testing-x86_64/rc.d.php-fpm
(from rev 155924, php/repos/staging-x86_64/rc.d.php-fpm)
Deleted:
  php/repos/staging-x86_64/

---+
 PKGBUILD  |  368 
 apache.conf   |   13 +
 logrotate.d.php-fpm   |6 
 pcre_info.patch   |   43 +
 php-fpm.conf.in.patch |   52 ++
 php.ini.patch |  126 
 rc.d.php-fpm  |  158 
 7 files changed, 766 insertions(+)

Copied: php/repos/testing-x86_64/PKGBUILD (from rev 155924, 
php/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-09 13:41:06 UTC (rev 155941)
@@ -0,0 +1,368 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.3.10
+_suhosinver=5.3.9-0.9.10
+pkgrel=5
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix'
+ 'sqlite3' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 
'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2')
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2;
+http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz;
+http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz.sig;
+'php.ini.patch' 'apache.conf' 'rc.d.php-fpm' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'pcre_info.patch')
+md5sums=('816259e5ca7d0a7e943e56a3bb32b17f'
+ 'c099b3d7eac95018ababd41ded7f3066'
+ 'c15d18f846be1d69144a5d0056ee6506'
+ 'ffc338e8ce2a990f6f2a486355bbab65'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ 'b01be5f816988fcee7e78225836e5e27'
+ '740ec5fe2ecfd9d7febd4081c90ec65b'
+ '07c4e412909ac65a44ec90e7a2c4bade'
+ '8d3806bbb19e390f9b32ccf21611d937')
+
+build() {
+   phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+   --prefix=/usr \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --enable-inline-optimization \
+   --disable-debug \
+   --disable-rpath \
+   --disable-static \
+   --enable-shared \
+   --mandir=/usr/share/man \
+   --without-pear \
+   
+
+   phpextensions=--enable-bcmath=shared \
+   --enable-calendar=shared \
+   --enable-dba=shared \
+   --enable-exif=shared \
+   --enable-ftp=shared \
+   --enable-gd-native-ttf \
+   --enable-intl=shared \
+   --enable-json=shared \
+   --enable-mbregex \
+   --enable-mbstring \
+   --enable-pdo \
+   --enable-phar=shared \
+   --enable-posix=shared \
+   --enable-session \
+   --enable-shmop=shared \
+   --enable-soap=shared \
+   --enable-sockets=shared \
+   --enable-sqlite-utf8 \
+   --enable-sysvmsg=shared \
+   --enable-sysvsem=shared \
+   --enable-sysvshm=shared \
+   --enable-xml \
+   --enable-zip=shared \
+   --with-bz2=shared \
+   --with-curl=shared \
+   --with-db4=/usr \
+   --with-enchant=shared,/usr \
+   --with-freetype-dir=shared,/usr \

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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 09:41:08
  Author: andyrtr
Revision: 155943

db-move: moved raptor from [staging] to [testing] (x86_64)

Added:
  raptor/repos/testing-x86_64/
  raptor/repos/testing-x86_64/PKGBUILD
(from rev 155924, raptor/repos/staging-x86_64/PKGBUILD)
Deleted:
  raptor/repos/staging-x86_64/

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

Copied: raptor/repos/testing-x86_64/PKGBUILD (from rev 155924, 
raptor/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-09 13:41:08 UTC (rev 155943)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.7
+pkgrel=2
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+options=('!libtool')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('699073463467dc8eded2ca89de2ab2ea')



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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 10:30:07
  Author: andyrtr
Revision: 155944

upgpkg: dbus-core 1.4.20-2

add dep on shadow; FS#29341

Modified:
  dbus-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-09 13:41:08 UTC (rev 155943)
+++ PKGBUILD2012-04-09 14:30:07 UTC (rev 155944)
@@ -4,12 +4,12 @@
 #
 pkgname=dbus-core
 pkgver=1.4.20
-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')
+depends=('expat=2.0.1' 'coreutils' 'filesystem' 'shadow') # shadow for 
install scriptlet FS#29341
 makedepends=('libx11')
 conflicts=('dbus1.2.3-2')
 options=(!libtool)



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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 10:30:52
  Author: andyrtr
Revision: 155945

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

Added:
  dbus-core/repos/testing-i686/PKGBUILD
(from rev 155944, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-i686/dbus
(from rev 155944, dbus-core/trunk/dbus)
  dbus-core/repos/testing-i686/dbus.install
(from rev 155944, dbus-core/trunk/dbus.install)
  dbus-core/repos/testing-x86_64/PKGBUILD
(from rev 155944, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-x86_64/dbus
(from rev 155944, dbus-core/trunk/dbus)
  dbus-core/repos/testing-x86_64/dbus.install
(from rev 155944, 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   |  100 ++--
 testing-i686/dbus   |  114 +-
 testing-i686/dbus.install   |   48 -
 testing-x86_64/PKGBUILD |  100 ++--
 testing-x86_64/dbus |  114 +-
 testing-x86_64/dbus.install |   48 -
 6 files changed, 262 insertions(+), 262 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-09 14:30:07 UTC (rev 155944)
+++ testing-i686/PKGBUILD   2012-04-09 14:30:52 UTC (rev 155945)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-#
-pkgname=dbus-core
-pkgver=1.4.20
-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')
-makedepends=('libx11')
-conflicts=('dbus1.2.3-2')
-options=(!libtool)
-install=dbus.install
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz
-dbus)
-md5sums=('79eca2f2c1894ac347acce128314428b'
- '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=/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 155944, 
dbus-core/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-09 14:30:52 UTC (rev 155945)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus-core
+pkgver=1.4.20
+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
+makedepends=('libx11')
+conflicts=('dbus1.2.3-2')
+options=(!libtool)
+install=dbus.install
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz
+dbus)
+md5sums=('79eca2f2c1894ac347acce128314428b'
+ '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 

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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 10:47:34
  Author: andyrtr
Revision: 155946

upgpkg: dovecot 2.1.4-1

upstream updates 2.1.4

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-09 14:30:52 UTC (rev 155945)
+++ PKGBUILD2012-04-09 14:47:34 UTC (rev 155946)
@@ -5,7 +5,7 @@
 # Contributor: GARETTE Emmanuel gnunux at laposte dot net
 
 pkgname=dovecot
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc=An IMAP and POP3 server written with security primarily in mind
 arch=('i686' 'x86_64')
@@ -20,8 +20,8 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} 
dovecot.sh)
-md5sums=('a0e25243862c61de6274cf7d682a76ec'
- '85c2737b822e095b1120e322f13ce3ad'
+md5sums=('9a360fc39462da71e2bfd1d6928f3902'
+ '1ba2a0f1f7b5f226ce867ea8243abe46'
  '587159e84e2da6f83d70b3c706ba87cc')
 
 build() {



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

2012-04-09 Thread andyrtr
Date: Monday, April 9, 2012 @ 10:48:18
  Author: andyrtr
Revision: 155947

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 155946, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 155946, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.sh
(from rev 155946, dovecot/trunk/dovecot.sh)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 155946, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 155946, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 155946, dovecot/trunk/dovecot.sh)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.sh
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh

--+
 extra-i686/PKGBUILD  |  134 +++
 extra-i686/dovecot.install   |  116 +-
 extra-i686/dovecot.sh|  138 -
 extra-x86_64/PKGBUILD|  134 +++
 extra-x86_64/dovecot.install |  116 +-
 extra-x86_64/dovecot.sh  |  138 -
 6 files changed, 388 insertions(+), 388 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-09 14:47:34 UTC (rev 155946)
+++ extra-i686/PKGBUILD 2012-04-09 14:48:18 UTC (rev 155947)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.1.3
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite3=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
-optdepends=('libldap: ldap plugin'
-   'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} 
dovecot.sh)
-md5sums=('a0e25243862c61de6274cf7d682a76ec'
- '85c2737b822e095b1120e322f13ce3ad'
- '587159e84e2da6f83d70b3c706ba87cc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
-
-  # install mkcert helper script
-  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
-
-  rm ${pkgdir}/etc/dovecot/README
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 155946, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-09 14:48:18 UTC (rev 155947)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at laposte dot net
+
+pkgname=dovecot
+pkgver=2.1.4
+pkgrel=1
+pkgdesc=An IMAP and POP3 server written with security primarily in mind
+arch=('i686' 'x86_64')
+url=http://dovecot.org/;
+license=(LGPL)
+depends=('krb5' 'openssl' 'sqlite=3.7.5' 'libmysqlclient=5.5.10'
+'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
+makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
+optdepends=('libldap: ldap plugin'
+ 

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

2012-04-09 Thread Ionut Biru
Date: Monday, April 9, 2012 @ 11:46:19
  Author: ibiru
Revision: 155948

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

Added:
  ekiga/repos/testing-i686/
  ekiga/repos/testing-i686/PKGBUILD
(from rev 155947, ekiga/trunk/PKGBUILD)
  ekiga/repos/testing-i686/ekiga.install
(from rev 155947, ekiga/trunk/ekiga.install)
  ekiga/repos/testing-i686/gcc47.patch
(from rev 155947, ekiga/trunk/gcc47.patch)
  ekiga/repos/testing-x86_64/
  ekiga/repos/testing-x86_64/PKGBUILD
(from rev 155947, ekiga/trunk/PKGBUILD)
  ekiga/repos/testing-x86_64/ekiga.install
(from rev 155947, ekiga/trunk/ekiga.install)
  ekiga/repos/testing-x86_64/gcc47.patch
(from rev 155947, ekiga/trunk/gcc47.patch)

--+
 testing-i686/PKGBUILD|   39 
 testing-i686/ekiga.install   |   22 +
 testing-i686/gcc47.patch |   99 +
 testing-x86_64/PKGBUILD  |   39 
 testing-x86_64/ekiga.install |   22 +
 testing-x86_64/gcc47.patch   |   99 +
 6 files changed, 320 insertions(+)

Copied: ekiga/repos/testing-i686/PKGBUILD (from rev 155947, 
ekiga/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-09 15:46:19 UTC (rev 155948)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=ekiga
+pkgver=3.3.2
+pkgrel=4
+pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
+url=http://www.ekiga.org;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+groups=('gnome-extra')
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+gcc47.patch)
+sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a'
+'9e316e1174be5d6cc60c89abeaeb61a98eb163a38abf11f4af4f2d6363ec')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i $srcdir/gcc47.patch
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: ekiga/repos/testing-i686/ekiga.install (from rev 155947, 
ekiga/trunk/ekiga.install)
===
--- testing-i686/ekiga.install  (rev 0)
+++ testing-i686/ekiga.install  2012-04-09 15:46:19 UTC (rev 155948)
@@ -0,0 +1,22 @@
+pkgname=ekiga
+
+post_install() {
+  gconfpkg --install $pkgname
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: ekiga/repos/testing-i686/gcc47.patch (from rev 155947, 
ekiga/trunk/gcc47.patch)
===
--- testing-i686/gcc47.patch(rev 0)
+++ testing-i686/gcc47.patch2012-04-09 15:46:19 UTC (rev 155948)
@@ -0,0 +1,99 @@
+From f81a43f2c4ed5e5083e3a850bc7164d11a910358 Mon Sep 17 00:00:00 2001
+From: Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr
+Date: Sat, 24 Mar 2012 09:17:40 +
+Subject: Fix compile error with gcc 4.7
+
+---
+diff --git a/lib/engine/account/bank-impl.h b/lib/engine/account/bank-impl.h
+index e16848e..b0a8775 100644
+--- a/lib/engine/account/bank-impl.h
 b/lib/engine/account/bank-impl.h
+@@ -203,7 +203,7 @@ templatetypename AccountType
+ void
+ Ekiga::BankImplAccountType::add_account (boost::shared_ptrAccountType 
account)
+ {
+-  add_object (account);
++  this-add_object (account);
+ 
+   account-questions.connect (boost::ref (questions));
+ }
+@@ -213,7 +213,7 @@ templatetypename AccountType
+ void
+ Ekiga::BankImplAccountType::remove_account (boost::shared_ptrAccountType 
account)
+ {
+-  remove_object (account);
++  this-remove_object (account);
+ }
+ 
+ #endif
+diff --git a/lib/engine/addressbook/book-impl.h 
b/lib/engine/addressbook/book-impl.h
+index 711d8d9..4fea7d5 100644
+--- a/lib/engine/addressbook/book-impl.h
 b/lib/engine/addressbook/book-impl.h
+@@ -204,7 +204,7 @@ void
+ 

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

2012-04-09 Thread Jan Steffens
Date: Monday, April 9, 2012 @ 12:19:12
  Author: heftig
Revision: 155949

db-remove: tracker removed by heftig

Deleted:
  tracker/repos/staging-i686/



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

2012-04-09 Thread Jan Steffens
Date: Monday, April 9, 2012 @ 12:19:25
  Author: heftig
Revision: 155950

db-remove: tracker removed by heftig

Deleted:
  tracker/repos/staging-x86_64/



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

2012-04-09 Thread Jan Steffens
Date: Monday, April 9, 2012 @ 12:25:11
  Author: heftig
Revision: 155951

icu rebuild, for real?

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-09 16:19:25 UTC (rev 155950)
+++ PKGBUILD2012-04-09 16:25:11 UTC (rev 155951)
@@ -7,7 +7,7 @@
 pkgname=(tracker libtracker-sparql)
 pkgver=0.14.0
 _tver=${pkgver%.*}
-pkgrel=2
+pkgrel=3
 pkgdesc=All-in-one indexer, search tool and metadata database
 arch=('i686' 'x86_64')
 license=('GPL')



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

2012-04-09 Thread Jan Steffens
Date: Monday, April 9, 2012 @ 12:27:16
  Author: heftig
Revision: 155952

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

Added:
  tracker/repos/testing-i686/PKGBUILD
(from rev 155951, tracker/trunk/PKGBUILD)
  tracker/repos/testing-i686/tracker.install
(from rev 155951, tracker/trunk/tracker.install)
  tracker/repos/testing-x86_64/PKGBUILD
(from rev 155951, tracker/trunk/PKGBUILD)
  tracker/repos/testing-x86_64/tracker.install
(from rev 155951, tracker/trunk/tracker.install)
Deleted:
  tracker/repos/testing-i686/PKGBUILD
  tracker/repos/testing-i686/tracker.install
  tracker/repos/testing-x86_64/PKGBUILD
  tracker/repos/testing-x86_64/tracker.install

+
 testing-i686/PKGBUILD  |  168 +++
 testing-i686/tracker.install   |   26 +++---
 testing-x86_64/PKGBUILD|  168 +++
 testing-x86_64/tracker.install |   26 +++---
 4 files changed, 194 insertions(+), 194 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-09 16:25:11 UTC (rev 155951)
+++ testing-i686/PKGBUILD   2012-04-09 16:27:16 UTC (rev 155952)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=tracker
-pkgname=(tracker libtracker-sparql)
-pkgver=0.14.0
-_tver=${pkgver%.*}
-pkgrel=1
-pkgdesc=All-in-one indexer, search tool and metadata database
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('libgee' 'libgnome-keyring' 'upower' 'libexif' 'exempi'
- 'poppler-glib' 'libgsf' 'icu' 'enca' 'networkmanager' 'gtk3'
- 'desktop-file-utils' 'hicolor-icon-theme' 'gobject-introspection'
- 'intltool' 'giflib' 'gstreamer0.10-base' 'totem-plparser'
- 'taglib' 'nautilus' 'gnome-panel' 'libvorbis' 'flac' 'vala')
-url=http://www.gnome.org;
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
-sha256sums=('78e432c5c14b9d186ccca3c382accdcdb4f07c2c6e25989fda48401b4a68f7d4')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/tracker \
---disable-unit-tests \
---enable-libflac \
---enable-libvorbis
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package_tracker() {
-  depends=(libtracker-sparql=$pkgver-$pkgrel 'libgee' 'libgnome-keyring'
-   'upower' 'libexif' 'exempi' 'poppler-glib' 'libgsf' 'enca'
-   'networkmanager' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('giflib: extractor for GIF data'
-  'gstreamer0.10-base: video extractor'
-  'totem-plparser: playlist support'
-  'nautilus: nautilus-extension'
-  'libvorbis: Vorbis metadata extractor'
-  'flac: FLAC metadata extractor'
-  'taglib: writeback for audio files'
-  'gnome-panel: tracker-search-bar')
-  groups=('gnome-extra')
-  install=tracker.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-### Split libtracker-sparql
-
-  mkdir -p $srcdir/sparql/usr/{include,lib}/tracker-$_tver
-  mkdir -p $srcdir/sparql/usr/lib/{girepository-1.0,pkgconfig}
-  mkdir -p $srcdir/sparql/usr/share/{gir-1.0,vala/vapi}
-
-  mv $pkgdir/usr/lib/libtracker-sparql-* $srcdir/sparql/usr/lib
-
-  mv $pkgdir/usr/lib/tracker-$_tver/*.so* \
-$srcdir/sparql/usr/lib/tracker-$_tver
-
-  mv $pkgdir/usr/share/vala/vapi/tracker-sparql-* \
-$srcdir/sparql/usr/share/vala/vapi
-
-  mv {$pkgdir,$srcdir/sparql}/usr/include/tracker-$_tver/libtracker-sparql
-  mv 
{$pkgdir,$srcdir/sparql}/usr/lib/girepository-1.0/Tracker-$_tver.typelib
-  mv {$pkgdir,$srcdir/sparql}/usr/lib/pkgconfig/tracker-sparql-$_tver.pc
-  mv {$pkgdir,$srcdir/sparql}/usr/share/gir-1.0/Tracker-$_tver.gir
-}
-
-package_libtracker-sparql() {
-  pkgdesc=$pkgdesc (SPARQL library)
-  depends=('sqlite3' 'icu' 'glib2' 'libffi' 'pcre' 'util-linux')
-
-  mv $srcdir/sparql/* $pkgdir
-}

Copied: tracker/repos/testing-i686/PKGBUILD (from rev 155951, 
tracker/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-09 16:27:16 UTC (rev 155952)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+

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

2012-04-09 Thread Giovanni Scafora
Date: Monday, April 9, 2012 @ 18:54:43
  Author: giovanni
Revision: 155953

upgpkg: gparted 0.12.1-1

upstream release

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-09 16:27:16 UTC (rev 155952)
+++ PKGBUILD2012-04-09 22:54:43 UTC (rev 155953)
@@ -4,13 +4,13 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=gparted
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.12.1
+pkgrel=1
 pkgdesc=A Partition Magic clone, frontend to GNU Parted
 arch=('i686' 'x86_64')
 url=http://gparted.sourceforge.net;
 license=('GPL')
-depends=('parted' 'gtkmm' 'libsigc++')
+depends=('parted' 'gtkmm' 'hicolor-icon-theme')
 makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
 optdepends=('dosfstools: for FAT16 and FAT32 partitions'
 'jfsutils: for jfs partitions'
@@ -24,7 +24,7 @@
 install=gparted.install
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
 'org.archlinux.pkexec.gparted.policy')
-md5sums=('63a24677ff2ef0e62408ba684f233fab'
+md5sums=('8e07e7d8cf3add3d1facc68993122cf0'
  '27c264cfad8fa413d75954dda7a2dd50')
 
 build() {



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

2012-04-09 Thread Giovanni Scafora
Date: Monday, April 9, 2012 @ 18:55:13
  Author: giovanni
Revision: 155954

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 155953, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 155953, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 155953, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 155953, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 155953, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 155953, gparted/trunk/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/extra-i686/PKGBUILD
  gparted/repos/extra-i686/gparted.install
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
  gparted/repos/extra-x86_64/PKGBUILD
  gparted/repos/extra-x86_64/gparted.install
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy

--+
 extra-i686/PKGBUILD  |  106 ++---
 extra-i686/gparted.install   |   22 ++--
 extra-i686/org.archlinux.pkexec.gparted.policy   |   40 +++
 extra-x86_64/PKGBUILD|  106 ++---
 extra-x86_64/gparted.install |   22 ++--
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   40 +++
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-09 22:54:43 UTC (rev 155953)
+++ extra-i686/PKGBUILD 2012-04-09 22:55:13 UTC (rev 155954)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gparted
-pkgver=0.12.0
-pkgrel=2
-pkgdesc=A Partition Magic clone, frontend to GNU Parted
-arch=('i686' 'x86_64')
-url=http://gparted.sourceforge.net;
-license=('GPL')
-depends=('parted' 'gtkmm' 'libsigc++')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
-'jfsutils: for jfs partitions'
-'ntfsprogs: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'xfsprogs: for xfs partitions'
-'nilfs-utils: for nilfs2 support'
-'polkit: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables'
-'mtools')
-install=gparted.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'org.archlinux.pkexec.gparted.policy')
-md5sums=('63a24677ff2ef0e62408ba684f233fab'
- '27c264cfad8fa413d75954dda7a2dd50')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # Install policy file
-  install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
-
-  # Install launcher script
-  mkdir -p ${pkgdir}/usr/bin
-  echo '#!/bin/sh'  ${pkgdir}/usr/bin/gparted-pkexec
-  echo 'pkexec /usr/sbin/gparted $@'  ${pkgdir}/usr/bin/gparted-pkexec
-  chmod 755 ${pkgdir}/usr/bin/gparted-pkexec
-
-  # Modify desktop file
-  sed -i -e s/Exec=.*/Exec=gparted-pkexec/ 
${pkgdir}/usr/share/applications/gparted.desktop
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 155953, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-09 22:55:13 UTC (rev 155954)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gparted
+pkgver=0.12.1
+pkgrel=1
+pkgdesc=A Partition Magic clone, frontend to GNU Parted
+arch=('i686' 'x86_64')
+url=http://gparted.sourceforge.net;
+license=('GPL')
+depends=('parted' 'gtkmm' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+'jfsutils: for jfs partitions'
+'ntfsprogs: for ntfs partitions'
+'reiserfsprogs: for reiser partitions'
+'xfsprogs: for xfs partitions'
+'nilfs-utils: for nilfs2 support'
+'polkit: to run gparted directly from menu'
+'gpart: for recovering corrupt partition tables'
+'mtools')
+install=gparted.install

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

2012-04-09 Thread Thomas Dziedzic
Date: Monday, April 9, 2012 @ 23:19:18
  Author: tdziedzic
Revision: 155955

upgpkg: python2-httplib2 0.7.4-1

bump

Modified:
  python2-httplib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-09 22:55:13 UTC (rev 155954)
+++ PKGBUILD2012-04-10 03:19:18 UTC (rev 155955)
@@ -7,7 +7,7 @@
 pkgbase=python2-httplib2
 pkgname=(python-httplib2 python2-httplib2)
 _pkgbasename=httplib2
-pkgver=0.7.2
+pkgver=0.7.4
 pkgrel=1
 pkgdesc=A comprehensive HTTP client library, supporting many features
 url=http://code.google.com/p/httplib2/;
@@ -18,7 +18,7 @@
 replaces=('httplib2')
 source=(http://httplib2.googlecode.com/files/${_pkgbasename}-${pkgver}.tar.gz
 COPYING)
-sha1sums=('1aeeb93c2b4538fe13b978aa1351ee6cc4e517bd'
+sha1sums=('91e5cbd92216721cc1cd701f9e83a89a14384961'
   'fada4b38c7b9354de71ce80b014a313a4363c7dc')
 
 build() {



[arch-commits] Commit in python2-httplib2/repos/extra-any (4 files)

2012-04-09 Thread Thomas Dziedzic
Date: Monday, April 9, 2012 @ 23:19:28
  Author: tdziedzic
Revision: 155956

archrelease: copy trunk to extra-any

Added:
  python2-httplib2/repos/extra-any/COPYING
(from rev 155955, python2-httplib2/trunk/COPYING)
  python2-httplib2/repos/extra-any/PKGBUILD
(from rev 155955, python2-httplib2/trunk/PKGBUILD)
Deleted:
  python2-httplib2/repos/extra-any/COPYING
  python2-httplib2/repos/extra-any/PKGBUILD

--+
 COPYING  |   48 -
 PKGBUILD |   88 ++---
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: COPYING
===
--- COPYING 2012-04-10 03:19:18 UTC (rev 155955)
+++ COPYING 2012-04-10 03:19:28 UTC (rev 155956)
@@ -1,24 +0,0 @@
-Httplib2 Software License
-
-Copyright (c) 2006 by Joe Gregorio
-
-Permission is hereby granted, free of charge, to any person 
-obtaining a copy of this software and associated documentation 
-files (the Software), to deal in the Software without restriction, 
-including without limitation the rights to use, copy, modify, merge, 
-publish, distribute, sublicense, and/or sell copies of the Software, 
-and to permit persons to whom the Software is furnished to do so, 
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be 
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, 
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 
-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: python2-httplib2/repos/extra-any/COPYING (from rev 155955, 
python2-httplib2/trunk/COPYING)
===
--- COPYING (rev 0)
+++ COPYING 2012-04-10 03:19:28 UTC (rev 155956)
@@ -0,0 +1,24 @@
+Httplib2 Software License
+
+Copyright (c) 2006 by Joe Gregorio
+
+Permission is hereby granted, free of charge, to any person 
+obtaining a copy of this software and associated documentation 
+files (the Software), to deal in the Software without restriction, 
+including without limitation the rights to use, copy, modify, merge, 
+publish, distribute, sublicense, and/or sell copies of the Software, 
+and to permit persons to whom the Software is furnished to do so, 
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be 
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, 
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 
+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.
+

Deleted: PKGBUILD
===
--- PKGBUILD2012-04-10 03:19:18 UTC (rev 155955)
+++ PKGBUILD2012-04-10 03:19:28 UTC (rev 155956)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Giorgio Lando patroc...@gmail.com
-# Contributor: Nicolas Quienot niQo@aur
-# Contributor: Jesse Young jesse.yo...@gmail.com
-
-pkgbase=python2-httplib2
-pkgname=(python-httplib2 python2-httplib2)
-_pkgbasename=httplib2
-pkgver=0.7.2
-pkgrel=1
-pkgdesc=A comprehensive HTTP client library, supporting many features
-url=http://code.google.com/p/httplib2/;
-license=('MIT')
-arch=('any')
-makedepends=('python' 'python2')
-provides=('httplib2')
-replaces=('httplib2')
-source=(http://httplib2.googlecode.com/files/${_pkgbasename}-${pkgver}.tar.gz
-COPYING)
-sha1sums=('1aeeb93c2b4538fe13b978aa1351ee6cc4e517bd'
-  'fada4b38c7b9354de71ce80b014a313a4363c7dc')
-
-build() {
-  cd ${srcdir}
-  cp -a ${_pkgbasename}-${pkgver} ${pkgname[0]}-$pkgver
-  cp -a ${_pkgbasename}-${pkgver} ${pkgname[1]}-$pkgver
-}
-
-package_python-httplib2() {
-  depends=('python')
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py install --root=${pkgdir}
-  install -D -m644 ${srcdir}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-httplib2() {
-  depends=('python2')
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  install -D -m644 ${srcdir}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python2-httplib2/repos/extra-any/PKGBUILD (from rev 155955, 

[arch-commits] Commit in mpd/repos (7 files)

2012-04-09 Thread Gaetan Bisson
Date: Tuesday, April 10, 2012 @ 01:23:42
  Author: bisson
Revision: 155957

db-move: moved mpd from [testing] to [extra] (i686)

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 155956, mpd/repos/testing-i686/PKGBUILD)
  mpd/repos/extra-i686/install
(from rev 155956, mpd/repos/testing-i686/install)
  mpd/repos/extra-i686/rc.d
(from rev 155956, mpd/repos/testing-i686/rc.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/rc.d
  mpd/repos/testing-i686/

--+
 PKGBUILD |  122 ++---
 install  |   20 +-
 rc.d |   54 +--
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-10 03:19:28 UTC (rev 155956)
+++ extra-i686/PKGBUILD 2012-04-10 05:23:42 UTC (rev 155957)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.16.7
-pkgrel=3
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite3' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
-makedepends=('doxygen')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
-'rc.d') 
-sha1sums=('878f3ce82d4f00f6cbad63a625b2c0274c4a704a'
-  '3777bdb4fff4b7911be3b1242aabae9d2912ef18')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-lastfm \
-   --enable-jack \
-   --enable-pulse \
-   --enable-documentation \
-   --disable-libwrap \
-   --disable-cue \
-   --disable-sidplay \
-   --disable-documentation \
-   --with-systemdsystemunitdir=/lib/systemd/system
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
/var/lib/mpd/playlists' \
-   -e '/^#db_file/c db_file /var/lib/mpd/mpd.db' \
-   -e '/^#pid_file/c pid_file /run/mpd/mpd.pid' \
-   -e '/^#state_file/c state_file /var/lib/mpd/mpdstate' \
-   -e '/^#user/c user mpd' \
-   -i doc/mpdconf.example
-
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/mpd
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example 
${pkgdir}/usr/share/mpd/mpd.conf.example
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 155956, 
mpd/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-10 05:23:42 UTC (rev 155957)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.16.8
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
+ 'libpulse')
+makedepends=('doxygen')
+source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
+'rc.d') 
+sha1sums=('977c80db8dc64e65c2bc523f69a9a7a71adca2b1'
+  '3777bdb4fff4b7911be3b1242aabae9d2912ef18')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-lastfm \
+   --enable-jack \
+   --enable-pulse \
+   --enable-documentation \
+   --disable-libwrap \
+   --disable-cue \
+   --disable-sidplay \
+   --disable-documentation \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   sed \
+   -e '/^#playlist_directory/c playlist_directory 

[arch-commits] Commit in mpd/repos (7 files)

2012-04-09 Thread Gaetan Bisson
Date: Tuesday, April 10, 2012 @ 01:23:43
  Author: bisson
Revision: 155958

db-move: moved mpd from [testing] to [extra] (x86_64)

Added:
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 155956, mpd/repos/testing-x86_64/PKGBUILD)
  mpd/repos/extra-x86_64/install
(from rev 155956, mpd/repos/testing-x86_64/install)
  mpd/repos/extra-x86_64/rc.d
(from rev 155956, mpd/repos/testing-x86_64/rc.d)
Deleted:
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/rc.d
  mpd/repos/testing-x86_64/

--+
 PKGBUILD |  122 ++---
 install  |   20 +-
 rc.d |   54 +--
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-10 05:23:42 UTC (rev 155957)
+++ extra-x86_64/PKGBUILD   2012-04-10 05:23:43 UTC (rev 155958)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.16.7
-pkgrel=3
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite3' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
-makedepends=('doxygen')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
-'rc.d') 
-sha1sums=('878f3ce82d4f00f6cbad63a625b2c0274c4a704a'
-  '3777bdb4fff4b7911be3b1242aabae9d2912ef18')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-lastfm \
-   --enable-jack \
-   --enable-pulse \
-   --enable-documentation \
-   --disable-libwrap \
-   --disable-cue \
-   --disable-sidplay \
-   --disable-documentation \
-   --with-systemdsystemunitdir=/lib/systemd/system
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
/var/lib/mpd/playlists' \
-   -e '/^#db_file/c db_file /var/lib/mpd/mpd.db' \
-   -e '/^#pid_file/c pid_file /run/mpd/mpd.pid' \
-   -e '/^#state_file/c state_file /var/lib/mpd/mpdstate' \
-   -e '/^#user/c user mpd' \
-   -i doc/mpdconf.example
-
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/mpd
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example 
${pkgdir}/usr/share/mpd/mpd.conf.example
-}

Copied: mpd/repos/extra-x86_64/PKGBUILD (from rev 155956, 
mpd/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-10 05:23:43 UTC (rev 155958)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.16.8
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
+ 'libpulse')
+makedepends=('doxygen')
+source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
+'rc.d') 
+sha1sums=('977c80db8dc64e65c2bc523f69a9a7a71adca2b1'
+  '3777bdb4fff4b7911be3b1242aabae9d2912ef18')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-lastfm \
+   --enable-jack \
+   --enable-pulse \
+   --enable-documentation \
+   --disable-libwrap \
+   --disable-cue \
+   --disable-sidplay \
+   --disable-documentation \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   sed \
+   -e 

[arch-commits] Commit in postfix/repos (9 files)

2012-04-09 Thread Gaetan Bisson
Date: Tuesday, April 10, 2012 @ 01:23:45
  Author: bisson
Revision: 155959

db-move: moved postfix from [testing] to [extra] (i686)

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 155956, postfix/repos/testing-i686/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 155956, postfix/repos/testing-i686/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 155956, postfix/repos/testing-i686/install)
  postfix/repos/extra-i686/rc.d
(from rev 155956, postfix/repos/testing-i686/rc.d)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/rc.d
  postfix/repos/testing-i686/

---+
 PKGBUILD  |  126 
 aliases.patch |   36 
 install   |   66 ++---
 rc.d  |   72 
 4 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-10 05:23:43 UTC (rev 155958)
+++ extra-i686/PKGBUILD 2012-04-10 05:23:45 UTC (rev 155959)
@@ -1,63 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
-# Contributor: Paul Mattal p...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=postfix
-pkgver=2.9.1
-pkgrel=2
-pkgdesc='Fast, easy to administer, secure mail server'
-url='http://www.postfix.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
-'aliases.patch' \
-'rc.d')
-sha1sums=('d4f6572ab1ac5fc15626ac2de6d18c340aae2cef'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
-
-provides=('smtp-server' 'smtp-forwarder')
-replaces=('postfix-mysql' 'postfix-pgsql')
-conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make makefiles DEBUG='' CCARGS=' \
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-   -DHAS_LDAP \
-   -DUSE_TLS \
-   -DHAS_MYSQL -I/usr/include/mysql \
-   -DHAS_PGSQL -I/usr/include/postgresql \
-   -DHAS_SQLITE \
-   ' AUXLIBS=' \
-   -lsasl2 \
-   -lldap -llber \
-   -lssl -lcrypto \
-   -lmysqlclient -lz -lm \
-   -lpq \
-   -lsqlite3 -lpthread \
-   ' OPT=${CFLAGS} ${LDFLAGS}
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sh postfix-install -non-interactive \
-   install_root=${pkgdir} \
-   daemon_directory=/usr/lib/${pkgname} \
-   sample_directory=/etc/${pkgname}/sample \
-   manpage_directory=/usr/share/man
-
-   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   sed 's/\(^\$manpage[^:]*\):/\1.gz:/' -i 
${pkgdir}/usr/lib/${pkgname}/postfix-files
-   cd ${pkgdir}; patch -p0 -i ${srcdir}/aliases.patch
-}

Copied: postfix/repos/extra-i686/PKGBUILD (from rev 155956, 
postfix/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-10 05:23:45 UTC (rev 155959)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.9.1
+pkgrel=3
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('d4f6572ab1ac5fc15626ac2de6d18c340aae2cef'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL 

[arch-commits] Commit in postfix/repos (9 files)

2012-04-09 Thread Gaetan Bisson
Date: Tuesday, April 10, 2012 @ 01:23:46
  Author: bisson
Revision: 155960

db-move: moved postfix from [testing] to [extra] (x86_64)

Added:
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 155956, postfix/repos/testing-x86_64/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 155956, postfix/repos/testing-x86_64/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 155956, postfix/repos/testing-x86_64/install)
  postfix/repos/extra-x86_64/rc.d
(from rev 155956, postfix/repos/testing-x86_64/rc.d)
Deleted:
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/rc.d
  postfix/repos/testing-x86_64/

---+
 PKGBUILD  |  126 
 aliases.patch |   36 
 install   |   66 ++---
 rc.d  |   72 
 4 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-10 05:23:45 UTC (rev 155959)
+++ extra-x86_64/PKGBUILD   2012-04-10 05:23:46 UTC (rev 155960)
@@ -1,63 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
-# Contributor: Paul Mattal p...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=postfix
-pkgver=2.9.1
-pkgrel=2
-pkgdesc='Fast, easy to administer, secure mail server'
-url='http://www.postfix.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
-'aliases.patch' \
-'rc.d')
-sha1sums=('d4f6572ab1ac5fc15626ac2de6d18c340aae2cef'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
-
-provides=('smtp-server' 'smtp-forwarder')
-replaces=('postfix-mysql' 'postfix-pgsql')
-conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make makefiles DEBUG='' CCARGS=' \
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-   -DHAS_LDAP \
-   -DUSE_TLS \
-   -DHAS_MYSQL -I/usr/include/mysql \
-   -DHAS_PGSQL -I/usr/include/postgresql \
-   -DHAS_SQLITE \
-   ' AUXLIBS=' \
-   -lsasl2 \
-   -lldap -llber \
-   -lssl -lcrypto \
-   -lmysqlclient -lz -lm \
-   -lpq \
-   -lsqlite3 -lpthread \
-   ' OPT=${CFLAGS} ${LDFLAGS}
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sh postfix-install -non-interactive \
-   install_root=${pkgdir} \
-   daemon_directory=/usr/lib/${pkgname} \
-   sample_directory=/etc/${pkgname}/sample \
-   manpage_directory=/usr/share/man
-
-   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   sed 's/\(^\$manpage[^:]*\):/\1.gz:/' -i 
${pkgdir}/usr/lib/${pkgname}/postfix-files
-   cd ${pkgdir}; patch -p0 -i ${srcdir}/aliases.patch
-}

Copied: postfix/repos/extra-x86_64/PKGBUILD (from rev 155956, 
postfix/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-10 05:23:46 UTC (rev 155960)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.9.1
+pkgrel=3
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('d4f6572ab1ac5fc15626ac2de6d18c340aae2cef'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles