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

2012-09-12 Thread Tobias Powalowski
Date: Wednesday, September 12, 2012 @ 02:52:49
  Author: tpowa
Revision: 166568

upgpkg: ocaml 4.00.0-2

rebuild with ocaml-4.00.0

Modified:
  ocaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-11 23:15:35 UTC (rev 166567)
+++ PKGBUILD2012-09-12 06:52:49 UTC (rev 166568)
@@ -4,7 +4,7 @@
 pkgbase='ocaml'
 pkgname=('ocaml' 'ocaml-compiler-libs')
 pkgver=4.00.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A functional language with OO extensions
 arch=('i686' 'x86_64')
 license=('LGPL2' 'custom: QPL-1.0')



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

2012-09-12 Thread Tobias Powalowski
Date: Wednesday, September 12, 2012 @ 02:53:18
  Author: tpowa
Revision: 166569

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

Added:
  ocaml/repos/extra-i686/PKGBUILD
(from rev 166568, ocaml/trunk/PKGBUILD)
  ocaml/repos/extra-i686/fix-ocaml-binutils-2.21.patch
(from rev 166568, ocaml/trunk/fix-ocaml-binutils-2.21.patch)
  ocaml/repos/extra-x86_64/PKGBUILD
(from rev 166568, ocaml/trunk/PKGBUILD)
  ocaml/repos/extra-x86_64/fix-ocaml-binutils-2.21.patch
(from rev 166568, ocaml/trunk/fix-ocaml-binutils-2.21.patch)
Deleted:
  ocaml/repos/extra-i686/PKGBUILD
  ocaml/repos/extra-i686/fix-ocaml-binutils-2.21.patch
  ocaml/repos/extra-x86_64/PKGBUILD
  ocaml/repos/extra-x86_64/fix-ocaml-binutils-2.21.patch

+
 extra-i686/PKGBUILD|  114 +++
 extra-i686/fix-ocaml-binutils-2.21.patch   |  132 +--
 extra-x86_64/PKGBUILD  |  114 +++
 extra-x86_64/fix-ocaml-binutils-2.21.patch |  132 +--
 4 files changed, 246 insertions(+), 246 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-12 06:52:49 UTC (rev 166568)
+++ extra-i686/PKGBUILD 2012-09-12 06:53:18 UTC (rev 166569)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgbase='ocaml'
-pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.00.0
-pkgrel=1
-pkgdesc=A functional language with OO extensions
-arch=('i686' 'x86_64')
-license=('LGPL2' 'custom: QPL-1.0')
-url=http://caml.inria.fr/;
-depends=('gdbm')
-makedepends=('tk' 'ncurses=5.6-7' 'libx11')
-optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-4.00/${pkgname}-${pkgver}.tar.gz)
-options=('!makeflags' '!emptydirs')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure -prefix /usr 
-  make world.opt
-}
-
-package_ocaml() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make PREFIX=${pkgdir}/usr MANDIR=${pkgdir}/usr/share/man install
-   
-  # Save 10MB with this one, makepkg only strips debug symbols.
-  #find ${pkgdir}/usr/lib -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
-
-  # install license
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-package_ocaml-compiler-libs() {
-pkgdesc=Several modules used internally by the OCaml compiler
-license=('custom: QPL-1.0')
-depends=('ocaml')
-optdepends=()
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # Install compiler libraries
-  local compiler_libs=${pkgdir}/usr/lib/ocaml/compiler-libs
-  mkdir -p $compiler_libs/{parsing,typing,utils}
-  cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} $compiler_libs/parsing
-  cp typing/*.{cmi,cmo,cmx,ml,mli,o} $compiler_libs/typing
-  cp utils/*.{cmi,cmo,cmx,ml,mli,o} $compiler_libs/utils
-  # duplicated by installation
-  rm -f $compiler_libs/typing/outcometree.{cmi,mli}
-
-  # install license
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-md5sums=('fa11560a45793bd9fa45c1295a6f4a91')

Copied: ocaml/repos/extra-i686/PKGBUILD (from rev 166568, ocaml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-12 06:53:18 UTC (rev 166569)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgbase='ocaml'
+pkgname=('ocaml' 'ocaml-compiler-libs')
+pkgver=4.00.0
+pkgrel=2
+pkgdesc=A functional language with OO extensions
+arch=('i686' 'x86_64')
+license=('LGPL2' 'custom: QPL-1.0')
+url=http://caml.inria.fr/;
+depends=('gdbm')
+makedepends=('tk' 'ncurses=5.6-7' 'libx11')
+optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
+source=(http://caml.inria.fr/distrib/ocaml-4.00/${pkgname}-${pkgver}.tar.gz)
+options=('!makeflags' '!emptydirs')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure -prefix /usr 
+  make world.opt
+}
+
+package_ocaml() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make PREFIX=${pkgdir}/usr MANDIR=${pkgdir}/usr/share/man install
+   
+  # Save 10MB with this one, makepkg only strips debug symbols.
+  #find ${pkgdir}/usr/lib -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
+
+  # install license
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+package_ocaml-compiler-libs() {
+pkgdesc=Several modules used internally by the OCaml compiler
+license=('custom: QPL-1.0')
+depends=('ocaml')
+optdepends=()
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Install compiler libraries
+  local compiler_libs=${pkgdir}/usr/lib/ocaml/compiler-libs
+  mkdir -p $compiler_libs/{parsing,typing,utils}
+  cp 

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

2012-09-12 Thread Ray Rashif
Date: Wednesday, September 12, 2012 @ 06:12:33
  Author: schiv
Revision: 166570

upgpkg: eric 5.2.5-1

upstream release

Modified:
  eric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 06:53:18 UTC (rev 166569)
+++ PKGBUILD2012-09-12 10:12:33 UTC (rev 166570)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.2.4
+pkgver=5.2.5
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('727f092c60caf944ab3d64af7816d5a1'
+md5sums=('ec4f43f461ef752f863eadff0e01b7b1'
  '8aa446c29e6de54e85410e040e754c6e')
 
 build() {



[arch-commits] Commit in eric/repos/extra-any (8 files)

2012-09-12 Thread Ray Rashif
Date: Wednesday, September 12, 2012 @ 06:13:09
  Author: schiv
Revision: 166571

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 166570, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 166570, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 166570, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 166570, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++
 PKGBUILD |  114 -
 eric.desktop |   20 +-
 eric.install |   20 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2012-09-12 10:12:33 UTC (rev 166570)
+++ .contrib2012-09-12 10:13:09 UTC (rev 166571)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 166570, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2012-09-12 10:13:09 UTC (rev 166571)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-12 10:12:33 UTC (rev 166570)
+++ PKGBUILD2012-09-12 10:13:09 UTC (rev 166571)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.2.4
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('727f092c60caf944ab3d64af7816d5a1'
- '8aa446c29e6de54e85410e040e754c6e')
-
-build() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 166570, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-12 10:13:09 UTC (rev 166571)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.2.5
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('ec4f43f461ef752f863eadff0e01b7b1'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+build() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  rm eric/eric5.desktop
+  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  python install.py -c -b /usr/bin -i $pkgdir
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell 

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

2012-09-12 Thread Dave Reisner
Date: Wednesday, September 12, 2012 @ 09:25:27
  Author: dreisner
Revision: 166572

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

Added:
  kmod/repos/core-i686/PKGBUILD
(from rev 166571, kmod/repos/testing-i686/PKGBUILD)
  kmod/repos/core-i686/depmod-search.conf
(from rev 166571, kmod/repos/testing-i686/depmod-search.conf)
  kmod/repos/core-x86_64/PKGBUILD
(from rev 166571, kmod/repos/testing-x86_64/PKGBUILD)
  kmod/repos/core-x86_64/depmod-search.conf
(from rev 166571, kmod/repos/testing-x86_64/depmod-search.conf)
Deleted:
  kmod/repos/core-i686/PKGBUILD
  kmod/repos/core-i686/depmod-search.conf
  kmod/repos/core-i686/kmod.install
  kmod/repos/core-x86_64/PKGBUILD
  kmod/repos/core-x86_64/depmod-search.conf
  kmod/repos/core-x86_64/kmod.install
  kmod/repos/testing-i686/
  kmod/repos/testing-x86_64/

+
 core-i686/PKGBUILD |  112 +++
 core-i686/depmod-search.conf   |   10 +--
 core-i686/kmod.install |9 ---
 core-x86_64/PKGBUILD   |  112 +++
 core-x86_64/depmod-search.conf |   10 +--
 core-x86_64/kmod.install   |9 ---
 6 files changed, 122 insertions(+), 140 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-09-12 10:13:09 UTC (rev 166571)
+++ core-i686/PKGBUILD  2012-09-12 13:25:27 UTC (rev 166572)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=kmod
-pkgver=9
-pkgrel=2
-pkgdesc=Linux kernel module handling
-arch=('i686' 'x86_64')
-url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
-license=('GPL2')
-depends=('glibc' 'zlib')
-options=('!libtool')
-provides=('module-init-tools=3.16')
-conflicts=('module-init-tools')
-replaces=('module-init-tools')
-install=kmod.install
-source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
-depmod-search.conf)
-md5sums=('c8ae2d2694fbca2b28e238b30543a0cd'
- 'dd62cbf62bd8f212f51ef8c43bec9a77')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---sysconfdir=/etc \
---with-zlib \
---with-rootprefix=/usr
-
-  make
-}
-
-check() {
-  # testsuite is broken on 32-bit because of an unhandled EEXIST on mkdir_p
-  make -C $pkgname-$pkgver check || :
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-
-  # extra directories
-  install -dm755 $pkgdir/{etc,usr/lib}/{depmod,modprobe}.d $pkgdir/sbin
-
-  # add symlinks to kmod
-  ln -s ../usr/bin/kmod $pkgdir/sbin/modprobe
-  ln -s ../usr/bin/kmod $pkgdir/sbin/depmod
-
-  for tool in {ins,ls,rm}mod modinfo; do
-ln -s kmod $pkgdir/usr/bin/$tool
-  done
-
-  # install depmod.d file for search/ dir
-  install -Dm644 $srcdir/depmod-search.conf 
$pkgdir/usr/lib/depmod.d/search.conf
-}
-
-# vim: ft=sh syn=sh et

Copied: kmod/repos/core-i686/PKGBUILD (from rev 166571, 
kmod/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-09-12 13:25:27 UTC (rev 166572)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=10
+pkgrel=1
+pkgdesc=Linux kernel module handling
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
+license=('GPL2')
+depends=('glibc' 'zlib')
+makedepends=('gtk-doc')
+options=('!libtool')
+provides=('module-init-tools=3.16')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
+depmod-search.conf)
+md5sums=('e2a883c4df15a50f78a7a61d5b64089f'
+ 'dd62cbf62bd8f212f51ef8c43bec9a77')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--with-zlib
+
+  make
+}
+
+check() {
+  # testsuite is broken on 32-bit because of an unhandled EEXIST on mkdir_p
+  make -C $pkgname-$pkgver check || :
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # extra directories
+  install -dm755 $pkgdir/{etc,usr/lib}/{depmod,modprobe}.d $pkgdir/sbin
+
+  # add symlinks to kmod
+  ln -s ../usr/bin/kmod $pkgdir/sbin/modprobe
+  ln -s ../usr/bin/kmod $pkgdir/sbin/depmod
+
+  for tool in {ins,ls,rm}mod modinfo; do
+ln -s kmod $pkgdir/usr/bin/$tool
+  done
+
+  # install depmod.d file for search/ dir
+  install -Dm644 $srcdir/depmod-search.conf 
$pkgdir/usr/lib/depmod.d/search.conf
+}
+
+# vim: ft=sh syn=sh et

Deleted: core-i686/depmod-search.conf
===
--- core-i686/depmod-search.conf2012-09-12 10:13:09 UTC (rev 166571)
+++ core-i686/depmod-search.conf2012-09-12 13:25:27 UTC (rev 166572)
@@ -1,5 +0,0 @@
-#
-# /usr/lib/depmod.d/search.conf
-#
-
-search updates extramodules 

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

2012-09-12 Thread Dave Reisner
Date: Wednesday, September 12, 2012 @ 09:25:40
  Author: dreisner
Revision: 166573

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

Added:
  
syslog-ng/repos/core-i686/0001-afsocket-Fix-compilation-without-spoof-source.patch
(from rev 166571, 
syslog-ng/repos/testing-i686/0001-afsocket-Fix-compilation-without-spoof-source.patch)
  syslog-ng/repos/core-i686/PKGBUILD
(from rev 166571, syslog-ng/repos/testing-i686/PKGBUILD)
  syslog-ng/repos/core-i686/syslog-ng.conf
(from rev 166571, syslog-ng/repos/testing-i686/syslog-ng.conf)
  syslog-ng/repos/core-i686/syslog-ng.conf.d
(from rev 166571, syslog-ng/repos/testing-i686/syslog-ng.conf.d)
  syslog-ng/repos/core-i686/syslog-ng.logrotate
(from rev 166571, syslog-ng/repos/testing-i686/syslog-ng.logrotate)
  syslog-ng/repos/core-i686/syslog-ng.rc
(from rev 166571, syslog-ng/repos/testing-i686/syslog-ng.rc)
  
syslog-ng/repos/core-x86_64/0001-afsocket-Fix-compilation-without-spoof-source.patch
(from rev 166571, 
syslog-ng/repos/testing-x86_64/0001-afsocket-Fix-compilation-without-spoof-source.patch)
  syslog-ng/repos/core-x86_64/PKGBUILD
(from rev 166571, syslog-ng/repos/testing-x86_64/PKGBUILD)
  syslog-ng/repos/core-x86_64/syslog-ng.conf
(from rev 166571, syslog-ng/repos/testing-x86_64/syslog-ng.conf)
  syslog-ng/repos/core-x86_64/syslog-ng.conf.d
(from rev 166571, syslog-ng/repos/testing-x86_64/syslog-ng.conf.d)
  syslog-ng/repos/core-x86_64/syslog-ng.logrotate
(from rev 166571, syslog-ng/repos/testing-x86_64/syslog-ng.logrotate)
  syslog-ng/repos/core-x86_64/syslog-ng.rc
(from rev 166571, syslog-ng/repos/testing-x86_64/syslog-ng.rc)
Deleted:
  syslog-ng/repos/core-i686/PKGBUILD
  syslog-ng/repos/core-i686/syslog-ng.conf
  syslog-ng/repos/core-i686/syslog-ng.conf.d
  syslog-ng/repos/core-i686/syslog-ng.logrotate
  syslog-ng/repos/core-i686/syslog-ng.rc
  syslog-ng/repos/core-x86_64/PKGBUILD
  syslog-ng/repos/core-x86_64/syslog-ng.conf
  syslog-ng/repos/core-x86_64/syslog-ng.conf.d
  syslog-ng/repos/core-x86_64/syslog-ng.logrotate
  syslog-ng/repos/core-x86_64/syslog-ng.rc
  syslog-ng/repos/testing-i686/
  syslog-ng/repos/testing-x86_64/

--+
 core-i686/0001-afsocket-Fix-compilation-without-spoof-source.patch   |   37 ++
 core-i686/PKGBUILD   |  131 
+++
 core-i686/syslog-ng.conf |  184 
+-
 core-i686/syslog-ng.conf.d   |   20 -
 core-i686/syslog-ng.logrotate|   14 
 core-i686/syslog-ng.rc   |  134 
+++
 core-x86_64/0001-afsocket-Fix-compilation-without-spoof-source.patch |   37 ++
 core-x86_64/PKGBUILD |  131 
+++
 core-x86_64/syslog-ng.conf   |  184 
+-
 core-x86_64/syslog-ng.conf.d |   20 -
 core-x86_64/syslog-ng.logrotate  |   14 
 core-x86_64/syslog-ng.rc |  134 
+++
 12 files changed, 556 insertions(+), 484 deletions(-)

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


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

2012-09-12 Thread Evangelos Foutras
Date: Wednesday, September 12, 2012 @ 09:41:10
  Author: foutrelis
Revision: 166574

upgpkg: xfce4-weather-plugin 0.8.2-1

New upstream release.

Modified:
  xfce4-weather-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 13:25:40 UTC (rev 166573)
+++ PKGBUILD2012-09-12 13:41:10 UTC (rev 166574)
@@ -3,7 +3,7 @@
 # Contributor: Suzy Williams suzanne.willia...@verizon.net
 
 pkgname=xfce4-weather-plugin
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc=A weather plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a03a001065afdd8a167a44b96885d70013290b88d82e7deec45a2d294411077d')
+sha256sums=('9506a3b1c04992202790b1deac8bbef8ed4933a0becd5c8e61194118e7eb67fe')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in xfce4-weather-plugin/repos (8 files)

2012-09-12 Thread Evangelos Foutras
Date: Wednesday, September 12, 2012 @ 09:41:32
  Author: foutrelis
Revision: 166575

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

Added:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
(from rev 166574, xfce4-weather-plugin/trunk/PKGBUILD)
  xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install
(from rev 166574, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
(from rev 166574, xfce4-weather-plugin/trunk/PKGBUILD)
  xfce4-weather-plugin/repos/extra-x86_64/xfce4-weather-plugin.install
(from rev 166574, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
Deleted:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
  xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-weather-plugin/repos/extra-x86_64/xfce4-weather-plugin.install

---+
 extra-i686/PKGBUILD   |   76 ++--
 extra-i686/xfce4-weather-plugin.install   |   26 -
 extra-x86_64/PKGBUILD |   76 ++--
 extra-x86_64/xfce4-weather-plugin.install |   26 -
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-12 13:41:10 UTC (rev 166574)
+++ extra-i686/PKGBUILD 2012-09-12 13:41:32 UTC (rev 166575)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Suzy Williams suzanne.willia...@verizon.net
-
-pkgname=xfce4-weather-plugin
-pkgver=0.8.1
-pkgrel=1
-pkgdesc=A weather plugin for the Xfce4 panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxml2' 'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a03a001065afdd8a167a44b96885d70013290b88d82e7deec45a2d294411077d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-weather-plugin/repos/extra-i686/PKGBUILD (from rev 166574, 
xfce4-weather-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-12 13:41:32 UTC (rev 166575)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Suzy Williams suzanne.willia...@verizon.net
+
+pkgname=xfce4-weather-plugin
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=A weather plugin for the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxml2' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9506a3b1c04992202790b1deac8bbef8ed4933a0becd5c8e61194118e7eb67fe')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-weather-plugin.install
===
--- extra-i686/xfce4-weather-plugin.install 2012-09-12 13:41:10 UTC (rev 
166574)
+++ extra-i686/xfce4-weather-plugin.install 2012-09-12 13:41:32 UTC (rev 
166575)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install 
(from rev 166574, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
===
--- extra-i686/xfce4-weather-plugin.install (rev 0)
+++ extra-i686/xfce4-weather-plugin.install 2012-09-12 13:41:32 UTC (rev 
166575)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD

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

2012-09-12 Thread Ray Rashif
Date: Wednesday, September 12, 2012 @ 10:21:21
  Author: schiv
Revision: 166576

upgpkg: eric4 4.5.6-1

upstream release

Modified:
  eric4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 13:41:32 UTC (rev 166575)
+++ PKGBUILD2012-09-12 14:21:21 UTC (rev 166576)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric4
-pkgver=4.5.5
+pkgver=4.5.6
 pkgrel=1
 pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
 arch=('any')
@@ -15,7 +15,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('f864c741dd7d46c35d11b481db307624'
+md5sums=('8ea7e189838aabe0d05aa7ea3d5300ec'
  'bce515b66a2c63dfc76a0f92edbe2ecb')
 
 build() {



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

2012-09-12 Thread Ray Rashif
Date: Wednesday, September 12, 2012 @ 10:21:59
  Author: schiv
Revision: 166577

archrelease: copy trunk to extra-any

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

---+
 .contrib  |8 ++---
 PKGBUILD  |   82 
 eric4.desktop |   20 ++---
 eric4.install |   20 ++---
 4 files changed, 65 insertions(+), 65 deletions(-)

Deleted: .contrib
===
--- .contrib2012-09-12 14:21:21 UTC (rev 166576)
+++ .contrib2012-09-12 14:21:59 UTC (rev 166577)
@@ -1,4 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-riai r...@bigfoot.com
-Ben b...@benmazer.net

Copied: eric4/repos/extra-any/.contrib (from rev 166576, eric4/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2012-09-12 14:21:59 UTC (rev 166577)
@@ -0,0 +1,4 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+riai r...@bigfoot.com
+Ben b...@benmazer.net

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

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

Deleted: eric4.desktop
===
--- eric4.desktop   2012-09-12 14:21:21 UTC (rev 166576)
+++ eric4.desktop   2012-09-12 14:21:59 UTC (rev 166577)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Exec=eric4
-MimeType=application/x-eric4;
-Icon=eric4
-Terminal=false
-Name=Eric 4
-Comment=Python 2.x  Ruby IDE
-Categories=Qt;Python;Development;IDE;
-StartupNotify=true

Copied: eric4/repos/extra-any/eric4.desktop (from rev 166576, 
eric4/trunk/eric4.desktop)

[arch-commits] Commit in gtk2/trunk (PKGBUILD fix-stuck-grabs.patch)

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:20:13
  Author: jgc
Revision: 166578

upgpkg: gtk2 2.24.12-1

Update to 2.24.12

Modified:
  gtk2/trunk/PKGBUILD
Deleted:
  gtk2/trunk/fix-stuck-grabs.patch

---+
 PKGBUILD  |   13 +
 fix-stuck-grabs.patch |   47 ---
 2 files changed, 5 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 14:21:59 UTC (rev 166577)
+++ PKGBUILD2012-09-12 17:20:13 UTC (rev 166578)
@@ -3,8 +3,8 @@
 
 pkgbase=gtk2
 pkgname=('gtk2' 'gtk-update-icon-cache')
-pkgver=2.24.11
-pkgrel=2
+pkgver=2.24.12
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.gtk.org/;
 makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
@@ -12,16 +12,13 @@
 options=('!libtool')
 license=('LGPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
-xid-collision-debug.patch
-fix-stuck-grabs.patch)
-sha256sums=('328b4ea19a61040145e777e2ac49820968a382ac8581a380c9429897881812a9'
-'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558'
-'7739a1ab04aaf6e7f87987bad106062456e71933bc50acd948160cc03634dcd9')
+xid-collision-debug.patch)
+sha256sums=('c5eba3b9259e4bf7554e9dc9db5d72038aa8b1bdd40fa0364b3705c226d11808'
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
 
 build() {
 cd gtk+-$pkgver
 patch -Np1 -i ../xid-collision-debug.patch
-patch -Np1 -i ../fix-stuck-grabs.patch
 
 CXX=/bin/false ./configure --prefix=/usr \
 --sysconfdir=/etc \

Deleted: fix-stuck-grabs.patch
===
--- fix-stuck-grabs.patch   2012-09-12 14:21:59 UTC (rev 166577)
+++ fix-stuck-grabs.patch   2012-09-12 17:20:13 UTC (rev 166578)
@@ -1,47 +0,0 @@
-From a9fb816a3f64227936f4b25882e4f20ab5018c9c Mon Sep 17 00:00:00 2001
-From: Matthias Clasen mcla...@redhat.com
-Date: Wed, 16 May 2012 21:18:51 +
-Subject: Fix a case of 'stuck grab'
-
-This was showing up when using a combo box in list mode. After popping
-up the list, the keyboard grab appeared stuck. What was stuck here is
-only the client-side grab, since we forgot to clean up our grabs
-when receiving an UnmapNotify.
-
-This bug was introduced in 3f6592f60fd15fb353fc84600caefba3054dc892.
-
-[ Alexandre Rostovtsev tetrom...@gentoo.org: backport to 2.24 ]
-
-https://bugzilla.gnome.org/show_bug.cgi?id=680346

-diff --git a/gdk/x11/gdkevents-x11.c b/gdk/x11/gdkevents-x11.c
-index 7cc1000..b96e9f5 100644
 a/gdk/x11/gdkevents-x11.c
-+++ b/gdk/x11/gdkevents-x11.c
-@@ -1799,16 +1799,15 @@ gdk_event_translate (GdkDisplay *display,
-* means we hid the window ourselves, so we will have already 
flipped
-* the iconified bit off.
-*/
--  if (window)
--{
--  if (GDK_WINDOW_IS_MAPPED (window))
--gdk_synthesize_window_state (window,
-- 0,
-- GDK_WINDOW_STATE_ICONIFIED);
--
--  _gdk_xgrab_check_unmap (window, xevent-xany.serial);
--}
-+  if (window  GDK_WINDOW_IS_MAPPED (window))
-+gdk_synthesize_window_state (window,
-+ 0,
-+ GDK_WINDOW_STATE_ICONIFIED);
- }
-+
-+  if (window)
-+_gdk_xgrab_check_unmap (window, xevent-xany.serial);
-+
-   break;
-   
- case MapNotify:
---
-cgit v0.9.0.2



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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:20:44
  Author: jgc
Revision: 166579

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

Added:
  gtk2/repos/extra-i686/PKGBUILD
(from rev 166578, gtk2/trunk/PKGBUILD)
  gtk2/repos/extra-i686/gtk2.install
(from rev 166578, gtk2/trunk/gtk2.install)
  gtk2/repos/extra-i686/xid-collision-debug.patch
(from rev 166578, gtk2/trunk/xid-collision-debug.patch)
  gtk2/repos/extra-x86_64/PKGBUILD
(from rev 166578, gtk2/trunk/PKGBUILD)
  gtk2/repos/extra-x86_64/gtk2.install
(from rev 166578, gtk2/trunk/gtk2.install)
  gtk2/repos/extra-x86_64/xid-collision-debug.patch
(from rev 166578, gtk2/trunk/xid-collision-debug.patch)
Deleted:
  gtk2/repos/extra-i686/PKGBUILD
  gtk2/repos/extra-i686/fix-stuck-grabs.patch
  gtk2/repos/extra-i686/gtk2.install
  gtk2/repos/extra-i686/xid-collision-debug.patch
  gtk2/repos/extra-x86_64/PKGBUILD
  gtk2/repos/extra-x86_64/fix-stuck-grabs.patch
  gtk2/repos/extra-x86_64/gtk2.install
  gtk2/repos/extra-x86_64/xid-collision-debug.patch

+
 extra-i686/PKGBUILD|  115 +++
 extra-i686/fix-stuck-grabs.patch   |   47 
 extra-i686/gtk2.install|   32 
 extra-i686/xid-collision-debug.patch   |   30 
 extra-x86_64/PKGBUILD  |  115 +++
 extra-x86_64/fix-stuck-grabs.patch |   47 
 extra-x86_64/gtk2.install  |   32 
 extra-x86_64/xid-collision-debug.patch |   30 
 8 files changed, 174 insertions(+), 274 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-12 17:20:13 UTC (rev 166578)
+++ extra-i686/PKGBUILD 2012-09-12 17:20:44 UTC (rev 166579)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gtk2
-pkgname=('gtk2' 'gtk-update-icon-cache')
-pkgver=2.24.11
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
- 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection')
-options=('!libtool')
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
-xid-collision-debug.patch
-fix-stuck-grabs.patch)
-sha256sums=('328b4ea19a61040145e777e2ac49820968a382ac8581a380c9429897881812a9'
-'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558'
-'7739a1ab04aaf6e7f87987bad106062456e71933bc50acd948160cc03634dcd9')
-
-build() {
-cd gtk+-$pkgver
-patch -Np1 -i ../xid-collision-debug.patch
-patch -Np1 -i ../fix-stuck-grabs.patch
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-xinput=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_gtk2() {
-pkgdesc=GTK+ is a multi-platform toolkit (v2)
-install=gtk2.install
-depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage' 'shared-mime-info' 'cairo' 'libcups' 
'gtk-update-icon-cache')
-backup=(etc/gtk-2.0/gtkrc)
-replaces=('gtk2-docs')
-
-cd gtk+-$pkgver
-
-make DESTDIR=$pkgdir install
-sed -i s#env python#env python2# $pkgdir/usr/bin/gtk-builder-convert
-echo 'gtk-fallback-icon-theme = gnome'  $pkgdir/etc/gtk-2.0/gtkrc
-#split this out to use with gtk3 too
-rm $pkgdir/usr/bin/gtk-update-icon-cache
-}
-package_gtk-update-icon-cache() {
-pkgdesc=The GTK+ update icon cache tool
-depends=('gdk-pixbuf2=2.24.1-3')
-
-cd gtk+-$pkgver/gtk
-
-install -D -m755 gtk-update-icon-cache 
$pkgdir/usr/bin/gtk-update-icon-cache
-}

Copied: gtk2/repos/extra-i686/PKGBUILD (from rev 166578, gtk2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-12 17:20:44 UTC (rev 166579)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gtk2
+pkgname=('gtk2' 'gtk-update-icon-cache')
+pkgver=2.24.12
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
+ 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection')
+options=('!libtool')
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
+xid-collision-debug.patch)
+sha256sums=('c5eba3b9259e4bf7554e9dc9db5d72038aa8b1bdd40fa0364b3705c226d11808'
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
+
+build() {
+cd gtk+-$pkgver
+patch -Np1 -i 

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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:26:35
  Author: jgc
Revision: 166580

upgpkg: caribou 0.4.4-1

Update to 0.4.4, add docbook-xsl makedependency (why was gnome-doc-utils not in 
makedepends?)

Modified:
  caribou/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 17:20:44 UTC (rev 166579)
+++ PKGBUILD2012-09-12 17:26:35 UTC (rev 166580)
@@ -3,18 +3,18 @@
 # Contributor: Adam Hani Schakaki k...@krzd.net
 
 pkgname=caribou
-pkgver=0.4.2
+pkgver=0.4.4
 pkgrel=1
 pkgdesc=A text entry and UI navigation application being developed as an 
alternative to the Gnome On-screen Keyboard.
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Caribou;
 license=('LGPL')
 depends=('at-spi2-atk' 'pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 
'libxklavier' 'libgee' 'clutter' 'dconf')
-makedepends=('gnome-doc-utils' 'intltool')
+makedepends=('intltool' 'docbook-xsl')
 install=caribou.install
 options=(!libtool !emptydirs)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('bcc64498b20c368747c3630d501a66ccf904db15d855f33fd4f963b5b19723ad')
+sha256sums=('823c53afec88d43f06ddce63e0d1aac79d783f498502a0617d8be0cffc6a7de2')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:27:00
  Author: jgc
Revision: 166581

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

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

--+
 extra-i686/PKGBUILD  |   72 -
 extra-i686/caribou.install   |   26 +++---
 extra-x86_64/PKGBUILD|   72 -
 extra-x86_64/caribou.install |   26 +++---
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-12 17:26:35 UTC (rev 166580)
+++ extra-i686/PKGBUILD 2012-09-12 17:27:00 UTC (rev 166581)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Adam Hani Schakaki k...@krzd.net
-
-pkgname=caribou
-pkgver=0.4.2
-pkgrel=1
-pkgdesc=A text entry and UI navigation application being developed as an 
alternative to the Gnome On-screen Keyboard.
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Caribou;
-license=('LGPL')
-depends=('at-spi2-atk' 'pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 
'libxklavier' 'libgee' 'clutter' 'dconf')
-makedepends=('gnome-doc-utils' 'intltool')
-install=caribou.install
-options=(!libtool !emptydirs)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('bcc64498b20c368747c3630d501a66ccf904db15d855f33fd4f963b5b19723ad')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i s'|#!/usr/bin/python|#!/usr/bin/python2|'g 
tools/{fix_gir,make_schema}.py
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/caribou \
---disable-gtk2-module \
---disable-static \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: caribou/repos/extra-i686/PKGBUILD (from rev 166580, 
caribou/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-12 17:27:00 UTC (rev 166581)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Adam Hani Schakaki k...@krzd.net
+
+pkgname=caribou
+pkgver=0.4.4
+pkgrel=1
+pkgdesc=A text entry and UI navigation application being developed as an 
alternative to the Gnome On-screen Keyboard.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Caribou;
+license=('LGPL')
+depends=('at-spi2-atk' 'pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 
'libxklavier' 'libgee' 'clutter' 'dconf')
+makedepends=('intltool' 'docbook-xsl')
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('823c53afec88d43f06ddce63e0d1aac79d783f498502a0617d8be0cffc6a7de2')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i s'|#!/usr/bin/python|#!/usr/bin/python2|'g 
tools/{fix_gir,make_schema}.py
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/caribou \
+--disable-gtk2-module \
+--disable-static \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/caribou.install
===
--- extra-i686/caribou.install  2012-09-12 17:26:35 UTC (rev 166580)
+++ extra-i686/caribou.install  2012-09-12 17:27:00 UTC (rev 166581)
@@ -1,13 +0,0 @@
-pkgname=caribou
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}

Copied: caribou/repos/extra-i686/caribou.install (from rev 166580, 
caribou/trunk/caribou.install)
===
--- extra-i686/caribou.install  (rev 0)
+++ extra-i686/caribou.install  2012-09-12 17:27:00 UTC (rev 166581)
@@ -0,0 +1,13 @@
+pkgname=caribou
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}

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

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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:31:46
  Author: jgc
Revision: 166582

upgpkg: libwnck3 3.4.3-1

Update to 3.4.3

Modified:
  libwnck3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 17:27:00 UTC (rev 166581)
+++ PKGBUILD2012-09-12 17:31:46 UTC (rev 166582)
@@ -3,7 +3,7 @@
 
 pkgname=libwnck3
 _pkgbasename=libwnck
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc=Window Navigator Construction Kit (GTK+3)
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 url=http://www.gnome.org/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('1d055d0d7bd1069d97416985d11241eaea48aedb4311a22ff0d3404871707051')
+sha256sums=('e468118927d50231df250d1f00106b32139aaad1ee9249a4ef316e5526d17d1d')
 
 build() {
 cd $_pkgbasename-$pkgver



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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:32:14
  Author: jgc
Revision: 166583

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-12 17:31:46 UTC (rev 166582)
+++ extra-i686/PKGBUILD 2012-09-12 17:32:14 UTC (rev 166583)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.2
-pkgrel=1
-pkgdesc=Window Navigator Construction Kit (GTK+3)
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url=http://www.gnome.org/;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('1d055d0d7bd1069d97416985d11241eaea48aedb4311a22ff0d3404871707051')
-
-build() {
-cd $_pkgbasename-$pkgver
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd $_pkgbasename-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 166582, 
libwnck3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-12 17:32:14 UTC (rev 166583)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.3
+pkgrel=1
+pkgdesc=Window Navigator Construction Kit (GTK+3)
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url=http://www.gnome.org/;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('e468118927d50231df250d1f00106b32139aaad1ee9249a4ef316e5526d17d1d')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-12 17:31:46 UTC (rev 166582)
+++ extra-x86_64/PKGBUILD   2012-09-12 17:32:14 UTC (rev 166583)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.2
-pkgrel=1
-pkgdesc=Window Navigator Construction Kit (GTK+3)
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-url=http://www.gnome.org/;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('1d055d0d7bd1069d97416985d11241eaea48aedb4311a22ff0d3404871707051')
-
-build() {
-cd $_pkgbasename-$pkgver
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd $_pkgbasename-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 166582, 
libwnck3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-12 17:32:14 UTC (rev 166583)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.3
+pkgrel=1
+pkgdesc=Window Navigator Construction Kit (GTK+3)
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url=http://www.gnome.org/;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('e468118927d50231df250d1f00106b32139aaad1ee9249a4ef316e5526d17d1d')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}



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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:37:22
  Author: jgc
Revision: 166584

upgpkg: notification-daemon 0.7.6-1

Update to 0.7.6

Modified:
  notification-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 17:32:14 UTC (rev 166583)
+++ PKGBUILD2012-09-12 17:37:22 UTC (rev 166584)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand m...@borkware.net
 
 pkgname=notification-daemon
-pkgver=0.7.4
+pkgver=0.7.6
 pkgrel=1
 pkgdesc=Notification daemon for the desktop notifications framework
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9591273ee2099215cfbe1ce7eb7c08e8cbc3743d0a119e331889ffe9004e6f2f')
+sha256sums=('64d0ce6fb12c94c3b73b701502c804c408cb5a94580bcae5ac37607639f7a0b3')
 
 build() {
 cd ${pkgname}-${pkgver}



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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:37:48
  Author: jgc
Revision: 166585

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

Added:
  notification-daemon/repos/extra-i686/PKGBUILD
(from rev 166584, notification-daemon/trunk/PKGBUILD)
  notification-daemon/repos/extra-i686/notification-daemon.install
(from rev 166584, notification-daemon/trunk/notification-daemon.install)
  notification-daemon/repos/extra-x86_64/PKGBUILD
(from rev 166584, notification-daemon/trunk/PKGBUILD)
  notification-daemon/repos/extra-x86_64/notification-daemon.install
(from rev 166584, notification-daemon/trunk/notification-daemon.install)
Deleted:
  notification-daemon/repos/extra-i686/PKGBUILD
  notification-daemon/repos/extra-i686/notification-daemon.install
  notification-daemon/repos/extra-x86_64/PKGBUILD
  notification-daemon/repos/extra-x86_64/notification-daemon.install

--+
 extra-i686/PKGBUILD  |   60 ++---
 extra-i686/notification-daemon.install   |   44 ++---
 extra-x86_64/PKGBUILD|   60 ++---
 extra-x86_64/notification-daemon.install |   44 ++---
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-12 17:37:22 UTC (rev 166584)
+++ extra-i686/PKGBUILD 2012-09-12 17:37:48 UTC (rev 166585)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Mark Rosenstand m...@borkware.net
-
-pkgname=notification-daemon
-pkgver=0.7.4
-pkgrel=1
-pkgdesc=Notification daemon for the desktop notifications framework
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.galago-project.org/specs/notification/;
-depends=('gtk3' 'libcanberra')
-groups=('gnome')
-makedepends=('pkgconfig' 'intltool')
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9591273ee2099215cfbe1ce7eb7c08e8cbc3743d0a119e331889ffe9004e6f2f')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/notification-daemon-1.0 \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: notification-daemon/repos/extra-i686/PKGBUILD (from rev 166584, 
notification-daemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-12 17:37:48 UTC (rev 166585)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Mark Rosenstand m...@borkware.net
+
+pkgname=notification-daemon
+pkgver=0.7.6
+pkgrel=1
+pkgdesc=Notification daemon for the desktop notifications framework
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.galago-project.org/specs/notification/;
+depends=('gtk3' 'libcanberra')
+groups=('gnome')
+makedepends=('pkgconfig' 'intltool')
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('64d0ce6fb12c94c3b73b701502c804c408cb5a94580bcae5ac37607639f7a0b3')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/notification-daemon-1.0 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/notification-daemon.install
===
--- extra-i686/notification-daemon.install  2012-09-12 17:37:22 UTC (rev 
166584)
+++ extra-i686/notification-daemon.install  2012-09-12 17:37:48 UTC (rev 
166585)
@@ -1,22 +0,0 @@
-pkgname=notification-daemon
-
-post_install() {
-  usr/sbin/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() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: notification-daemon/repos/extra-i686/notification-daemon.install (from 
rev 166584, notification-daemon/trunk/notification-daemon.install)
===
--- extra-i686/notification-daemon.install  (rev 0)
+++ extra-i686/notification-daemon.install  2012-09-12 17:37:48 UTC (rev 
166585)
@@ -0,0 +1,22 @@
+pkgname=notification-daemon
+
+post_install() {
+  usr/sbin/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() {
+  

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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:37:55
  Author: jgc
Revision: 166586

upgpkg: libgsf 1.14.24-1

Update to 1.14.24, enable introspection

Modified:
  libgsf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 17:37:48 UTC (rev 166585)
+++ PKGBUILD2012-09-12 17:37:55 UTC (rev 166586)
@@ -3,7 +3,7 @@
 # Contributor: Sarah Hay sarah...@mb.sympatico.ca
 
 pkgname=libgsf
-pkgver=1.14.23
+pkgver=1.14.24
 pkgrel=1
 arch=(i686 x86_64)
 pkgdesc=The GNOME Structured File Library is a utility library for reading 
and writing structured file formats
@@ -13,12 +13,12 @@
 depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
 makedepends=('intltool' 'gobject-introspection')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('bfc1c6178f5319d5e6d854c380ce26542f9a103a5ff31c9d25a834e0be52fb17')
+sha256sums=('975fc00a1332167e2baf649f8e2637884f798db1c8bb04abece2d5141663abff')
 
 build() {
   cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
+  --localstatedir=/var --disable-static --enable-introspection
   make
 }
 



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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:38:22
  Author: jgc
Revision: 166587

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-12 17:37:55 UTC (rev 166586)
+++ extra-i686/PKGBUILD 2012-09-12 17:38:22 UTC (rev 166587)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=libgsf
-pkgver=1.14.23
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc=The GNOME Structured File Library is a utility library for reading 
and writing structured file formats
-url=http://www.gnome.org/;
-license=('GPL' 'LGPL')
-options=('!libtool')
-depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
-makedepends=('intltool' 'gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('bfc1c6178f5319d5e6d854c380ce26542f9a103a5ff31c9d25a834e0be52fb17')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package_libgsf() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgsf/repos/extra-i686/PKGBUILD (from rev 166586, 
libgsf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-12 17:38:22 UTC (rev 166587)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=libgsf
+pkgver=1.14.24
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc=The GNOME Structured File Library is a utility library for reading 
and writing structured file formats
+url=http://www.gnome.org/;
+license=('GPL' 'LGPL')
+options=('!libtool')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('975fc00a1332167e2baf649f8e2637884f798db1c8bb04abece2d5141663abff')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package_libgsf() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-12 17:37:55 UTC (rev 166586)
+++ extra-x86_64/PKGBUILD   2012-09-12 17:38:22 UTC (rev 166587)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=libgsf
-pkgver=1.14.23
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc=The GNOME Structured File Library is a utility library for reading 
and writing structured file formats
-url=http://www.gnome.org/;
-license=('GPL' 'LGPL')
-options=('!libtool')
-depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
-makedepends=('intltool' 'gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('bfc1c6178f5319d5e6d854c380ce26542f9a103a5ff31c9d25a834e0be52fb17')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package_libgsf() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgsf/repos/extra-x86_64/PKGBUILD (from rev 166586, 
libgsf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-12 17:38:22 UTC (rev 166587)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=libgsf
+pkgver=1.14.24
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc=The GNOME Structured File Library is a utility library for reading 
and writing structured file formats
+url=http://www.gnome.org/;
+license=('GPL' 'LGPL')
+options=('!libtool')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('975fc00a1332167e2baf649f8e2637884f798db1c8bb04abece2d5141663abff')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 

[arch-commits] Commit in metacity/trunk (PKGBUILD fix_compositing_startup.patch)

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:44:28
  Author: jgc
Revision: 166588

upgpkg: metacity 2.34.8-1

Update to 2.24.8, add patch for FS#31316: upstream knows about it, patch comes 
from Ubuntu

Added:
  metacity/trunk/fix_compositing_startup.patch
Modified:
  metacity/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +++
 fix_compositing_startup.patch |   12 
 2 files changed, 19 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 17:38:22 UTC (rev 166587)
+++ PKGBUILD2012-09-12 17:44:28 UTC (rev 166588)
@@ -2,22 +2,25 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=metacity
-pkgver=2.34.5
+pkgver=2.34.8
 pkgrel=1
 pkgdesc=A window manager for GNOME
 arch=(i686 x86_64)
 license=('GPL')
 depends=('dconf' 'gtk2' 'gsettings-desktop-schemas' 'libcanberra'  'libgtop' 
'libsm' 'startup-notification' 'zenity')
-makedepends=('intltool' 'gnome-doc-utils')
+makedepends=('intltool' 'yelp-tools')
 url=http://www.gnome.org;
 groups=('gnome')
 options=('!libtool' '!emptydirs')
 install=metacity.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8e0712d4e3a4402b6b818348019dd864999585dda624a6ac0d44bf6a37ed2534')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+fix_compositing_startup.patch)
+sha256sums=('ab83038a9dc0b53a63b66c3f9323a10abb0b9a9ae2b5c5d3cc6bbabe2b607806'
+'5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2')
 
 build() {
   cd $pkgname-$pkgver
+  patch -Np1 -i ${srcdir}/fix_compositing_startup.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/metacity \
   --localstatedir=/var --disable-static \

Added: fix_compositing_startup.patch
===
--- fix_compositing_startup.patch   (rev 0)
+++ fix_compositing_startup.patch   2012-09-12 17:44:28 UTC (rev 166588)
@@ -0,0 +1,12 @@
+diff -Naur metacity-2.34.5.orig/src/compositor/compositor-xrender.c 
metacity-2.34.5/src/compositor/compositor-xrender.c
+--- metacity-2.34.5.orig/src/compositor/compositor-xrender.c   2011-11-10 
15:14:34.0 +0100
 metacity-2.34.5/src/compositor/compositor-xrender.c2012-08-28 
14:23:04.093750568 +0200
+@@ -3066,6 +3057,8 @@
+ #endif
+ 
+   xrc-enabled = TRUE;
++  xrc-show_redraw = FALSE;
++  xrc-debug = FALSE;
+   g_timeout_add (2000, (GSourceFunc) timeout_debug, xrc);
+ 
+   return compositor;



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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:45:09
  Author: jgc
Revision: 166589

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

Added:
  metacity/repos/extra-i686/PKGBUILD
(from rev 166588, metacity/trunk/PKGBUILD)
  metacity/repos/extra-i686/fix_compositing_startup.patch
(from rev 166588, metacity/trunk/fix_compositing_startup.patch)
  metacity/repos/extra-i686/metacity.install
(from rev 166588, metacity/trunk/metacity.install)
  metacity/repos/extra-x86_64/PKGBUILD
(from rev 166588, metacity/trunk/PKGBUILD)
  metacity/repos/extra-x86_64/fix_compositing_startup.patch
(from rev 166588, metacity/trunk/fix_compositing_startup.patch)
  metacity/repos/extra-x86_64/metacity.install
(from rev 166588, metacity/trunk/metacity.install)
Deleted:
  metacity/repos/extra-i686/PKGBUILD
  metacity/repos/extra-i686/metacity.install
  metacity/repos/extra-x86_64/PKGBUILD
  metacity/repos/extra-x86_64/metacity.install

+
 extra-i686/PKGBUILD|   65 ++-
 extra-i686/fix_compositing_startup.patch   |   12 
 extra-i686/metacity.install|   38 +++
 extra-x86_64/PKGBUILD  |   65 ++-
 extra-x86_64/fix_compositing_startup.patch |   12 
 extra-x86_64/metacity.install  |   38 +++
 6 files changed, 130 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-12 17:44:28 UTC (rev 166588)
+++ extra-i686/PKGBUILD 2012-09-12 17:45:09 UTC (rev 166589)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=metacity
-pkgver=2.34.5
-pkgrel=1
-pkgdesc=A window manager for GNOME
-arch=(i686 x86_64)
-license=('GPL')
-depends=('dconf' 'gtk2' 'gsettings-desktop-schemas' 'libcanberra'  'libgtop' 
'libsm' 'startup-notification' 'zenity')
-makedepends=('intltool' 'gnome-doc-utils')
-url=http://www.gnome.org;
-groups=('gnome')
-options=('!libtool' '!emptydirs')
-install=metacity.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8e0712d4e3a4402b6b818348019dd864999585dda624a6ac0d44bf6a37ed2534')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/metacity \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: metacity/repos/extra-i686/PKGBUILD (from rev 166588, 
metacity/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-12 17:45:09 UTC (rev 166589)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=metacity
+pkgver=2.34.8
+pkgrel=1
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('dconf' 'gtk2' 'gsettings-desktop-schemas' 'libcanberra'  'libgtop' 
'libsm' 'startup-notification' 'zenity')
+makedepends=('intltool' 'yelp-tools')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=metacity.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+fix_compositing_startup.patch)
+sha256sums=('ab83038a9dc0b53a63b66c3f9323a10abb0b9a9ae2b5c5d3cc6bbabe2b607806'
+'5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ${srcdir}/fix_compositing_startup.patch
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/metacity \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: metacity/repos/extra-i686/fix_compositing_startup.patch (from rev 
166588, metacity/trunk/fix_compositing_startup.patch)
===
--- extra-i686/fix_compositing_startup.patch(rev 0)
+++ extra-i686/fix_compositing_startup.patch2012-09-12 17:45:09 UTC (rev 
166589)
@@ -0,0 +1,12 @@
+diff -Naur metacity-2.34.5.orig/src/compositor/compositor-xrender.c 
metacity-2.34.5/src/compositor/compositor-xrender.c
+--- metacity-2.34.5.orig/src/compositor/compositor-xrender.c   2011-11-10 
15:14:34.0 +0100
 metacity-2.34.5/src/compositor/compositor-xrender.c2012-08-28 
14:23:04.093750568 +0200
+@@ -3066,6 +3057,8 @@
+ #endif
+ 
+   xrc-enabled = TRUE;
++  xrc-show_redraw = FALSE;
++  xrc-debug = FALSE;
+   g_timeout_add (2000, (GSourceFunc) timeout_debug, xrc);
+ 
+   return compositor;

Deleted: extra-i686/metacity.install
===
--- 

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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:50:41
  Author: jgc
Revision: 166590

upgpkg: librsvg 2.36.3-1

Update to 2.36.3

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 17:45:09 UTC (rev 166589)
+++ PKGBUILD2012-09-12 17:50:41 UTC (rev 166590)
@@ -2,19 +2,20 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=librsvg
-pkgver=2.36.1
+pkgver=2.36.3
 pkgrel=1
 pkgdesc=A SVG viewing library
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('gdk-pixbuf2' 'pango' 'libcroco')
 makedepends=('intltool' 'gtk2' 'gtk3' 'gobject-introspection')
-optdepends=('gtk3: for rsvg-view-3')
+optdepends=('gtk3: for rsvg-view-3'
+'gtk2: gtk2 SVG engine module')
 options=('!libtool' '!emptydirs')
 url=http://librsvg.sourceforge.net/;
 install=librsvg.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('786b95e1a091375c5ef2997a21c69ff24d7077afeff18197355f54d9dcbcd8c5')
+sha256sums=('3d7d583271030e21acacc60cb6b81ee305713c9da5e98429cbd609312aea3632')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:51:07
  Author: jgc
Revision: 166591

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-12 17:50:41 UTC (rev 166590)
+++ extra-i686/PKGBUILD 2012-09-12 17:51:07 UTC (rev 166591)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=librsvg
-pkgver=2.36.1
-pkgrel=1
-pkgdesc=A SVG viewing library
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'pango' 'libcroco')
-makedepends=('intltool' 'gtk2' 'gtk3' 'gobject-introspection')
-optdepends=('gtk3: for rsvg-view-3')
-options=('!libtool' '!emptydirs')
-url=http://librsvg.sourceforge.net/;
-install=librsvg.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('786b95e1a091375c5ef2997a21c69ff24d7077afeff18197355f54d9dcbcd8c5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: librsvg/repos/extra-i686/PKGBUILD (from rev 166590, 
librsvg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-12 17:51:07 UTC (rev 166591)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=librsvg
+pkgver=2.36.3
+pkgrel=1
+pkgdesc=A SVG viewing library
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gtk2' 'gtk3' 'gobject-introspection')
+optdepends=('gtk3: for rsvg-view-3'
+'gtk2: gtk2 SVG engine module')
+options=('!libtool' '!emptydirs')
+url=http://librsvg.sourceforge.net/;
+install=librsvg.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3d7d583271030e21acacc60cb6b81ee305713c9da5e98429cbd609312aea3632')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/librsvg.install
===
--- extra-i686/librsvg.install  2012-09-12 17:50:41 UTC (rev 166590)
+++ extra-i686/librsvg.install  2012-09-12 17:51:07 UTC (rev 166591)
@@ -1,11 +0,0 @@
-post_install() {
-gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: librsvg/repos/extra-i686/librsvg.install (from rev 166590, 
librsvg/trunk/librsvg.install)
===
--- extra-i686/librsvg.install  (rev 0)
+++ extra-i686/librsvg.install  2012-09-12 17:51:07 UTC (rev 166591)
@@ -0,0 +1,11 @@
+post_install() {
+gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-12 17:50:41 UTC (rev 166590)
+++ extra-x86_64/PKGBUILD   2012-09-12 17:51:07 UTC (rev 166591)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=librsvg
-pkgver=2.36.1
-pkgrel=1
-pkgdesc=A SVG viewing library
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'pango' 'libcroco')
-makedepends=('intltool' 'gtk2' 'gtk3' 'gobject-introspection')
-optdepends=('gtk3: for rsvg-view-3')
-options=('!libtool' '!emptydirs')
-url=http://librsvg.sourceforge.net/;
-install=librsvg.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('786b95e1a091375c5ef2997a21c69ff24d7077afeff18197355f54d9dcbcd8c5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: 

[arch-commits] Commit in gnome-user-share/trunk (PKGBUILD gnome-user-share.install)

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:59:00
  Author: jgc
Revision: 166592

upgpkg: gnome-user-share 3.0.3-1

Update to 3.0.3, moves from gconf to dconf

Modified:
  gnome-user-share/trunk/PKGBUILD
  gnome-user-share/trunk/gnome-user-share.install

--+
 PKGBUILD |   14 +-
 gnome-user-share.install |   18 --
 2 files changed, 9 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 17:51:07 UTC (rev 166591)
+++ PKGBUILD2012-09-12 17:59:00 UTC (rev 166592)
@@ -2,18 +2,18 @@
 # Maintainer: Roman Kyrylych ro...@archlinux.org
 
 pkgname=gnome-user-share
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc=Easy to use user-level file sharing for GNOME.
 arch=('i686' 'x86_64')
 url=http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
 license=('GPL')
-depends=('mod_dnssd' 'gconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus')
+depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra')
+makedepends=('intltool' 'nautilus' 'itstool' 'docbook-xsl')
 options=('!emptydirs' '!libtool')
 install=gnome-user-share.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('34a5b6e340025e8466233f374898a6e293839f6785c0abf14eed86d1f3d22ffd')
+sha256sums=('0196c22fd339922922b2f2558942ef5aac1a0896e7327cf5ab4399ad9f1f1347')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -25,9 +25,5 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-user-share ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  make DESTDIR=${pkgdir} install
 }

Modified: gnome-user-share.install
===
--- gnome-user-share.install2012-09-12 17:51:07 UTC (rev 166591)
+++ gnome-user-share.install2012-09-12 17:59:00 UTC (rev 166592)
@@ -1,22 +1,12 @@
-pkgname=gnome-user-share
-
 post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
-pre_upgrade() {
-  pre_remove $1
-}
-
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }



[arch-commits] Commit in gnome-user-share/repos (8 files)

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:59:25
  Author: jgc
Revision: 166593

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

Added:
  gnome-user-share/repos/extra-i686/PKGBUILD
(from rev 166592, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/extra-i686/gnome-user-share.install
(from rev 166592, gnome-user-share/trunk/gnome-user-share.install)
  gnome-user-share/repos/extra-x86_64/PKGBUILD
(from rev 166592, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/extra-x86_64/gnome-user-share.install
(from rev 166592, gnome-user-share/trunk/gnome-user-share.install)
Deleted:
  gnome-user-share/repos/extra-i686/PKGBUILD
  gnome-user-share/repos/extra-i686/gnome-user-share.install
  gnome-user-share/repos/extra-x86_64/PKGBUILD
  gnome-user-share/repos/extra-x86_64/gnome-user-share.install

---+
 extra-i686/PKGBUILD   |   62 ++--
 extra-i686/gnome-user-share.install   |   34 ++---
 extra-x86_64/PKGBUILD |   62 ++--
 extra-x86_64/gnome-user-share.install |   34 ++---
 4 files changed, 82 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-12 17:59:00 UTC (rev 166592)
+++ extra-i686/PKGBUILD 2012-09-12 17:59:25 UTC (rev 166593)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-user-share
-pkgver=3.0.2
-pkgrel=1
-pkgdesc=Easy to use user-level file sharing for GNOME.
-arch=('i686' 'x86_64')
-url=http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
-license=('GPL')
-depends=('mod_dnssd' 'gconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus')
-options=('!emptydirs' '!libtool')
-install=gnome-user-share.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('34a5b6e340025e8466233f374898a6e293839f6785c0abf14eed86d1f3d22ffd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-user-share \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-user-share ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gnome-user-share/repos/extra-i686/PKGBUILD (from rev 166592, 
gnome-user-share/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-12 17:59:25 UTC (rev 166593)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Roman Kyrylych ro...@archlinux.org
+
+pkgname=gnome-user-share
+pkgver=3.0.3
+pkgrel=1
+pkgdesc=Easy to use user-level file sharing for GNOME.
+arch=('i686' 'x86_64')
+url=http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
+license=('GPL')
+depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra')
+makedepends=('intltool' 'nautilus' 'itstool' 'docbook-xsl')
+options=('!emptydirs' '!libtool')
+install=gnome-user-share.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0196c22fd339922922b2f2558942ef5aac1a0896e7327cf5ab4399ad9f1f1347')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-user-share \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/gnome-user-share.install
===
--- extra-i686/gnome-user-share.install 2012-09-12 17:59:00 UTC (rev 166592)
+++ extra-i686/gnome-user-share.install 2012-09-12 17:59:25 UTC (rev 166593)
@@ -1,22 +0,0 @@
-pkgname=gnome-user-share
-
-post_install() {
-  usr/sbin/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() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: gnome-user-share/repos/extra-i686/gnome-user-share.install (from rev 
166592, gnome-user-share/trunk/gnome-user-share.install)
===
--- extra-i686/gnome-user-share.install (rev 0)
+++ extra-i686/gnome-user-share.install 2012-09-12 17:59:25 UTC (rev 166593)
@@ -0,0 +1,12 @@

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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 14:09:54
  Author: jgc
Revision: 166594

upgpkg: rest 0.7.90-1

Update to 0.7.90, which is a beta version

Modified:
  rest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 17:59:25 UTC (rev 166593)
+++ PKGBUILD2012-09-12 18:09:54 UTC (rev 166594)
@@ -2,7 +2,7 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgname=rest
-pkgver=0.7.12
+pkgver=0.7.90
 pkgrel=1
 pkgdesc=A helper library for RESTful services.
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gobject-introspection')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('16ffa4929078dabfcfac31f9ce942072ebab67e3339ce9f378127457b03baf3a')
+sha256sums=('1d682acaac4d946cc7c98a2dd9d65a8c83a6fdb8ca6759e70b8b5042fe66c022')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 14:10:17
  Author: jgc
Revision: 166595

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  rest/repos/gnome-unstable-i686/
  rest/repos/gnome-unstable-i686/PKGBUILD
(from rev 166594, rest/trunk/PKGBUILD)
  rest/repos/gnome-unstable-x86_64/
  rest/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166594, rest/trunk/PKGBUILD)

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

Copied: rest/repos/gnome-unstable-i686/PKGBUILD (from rev 166594, 
rest/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-12 18:10:17 UTC (rev 166595)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=rest
+pkgver=0.7.90
+pkgrel=1
+pkgdesc=A helper library for RESTful services.
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('glib2' 'libxml2' 'libsoup-gnome')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('1d682acaac4d946cc7c98a2dd9d65a8c83a6fdb8ca6759e70b8b5042fe66c022')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: rest/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166594, 
rest/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-12 18:10:17 UTC (rev 166595)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=rest
+pkgver=0.7.90
+pkgrel=1
+pkgdesc=A helper library for RESTful services.
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('glib2' 'libxml2' 'libsoup-gnome')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('1d682acaac4d946cc7c98a2dd9d65a8c83a6fdb8ca6759e70b8b5042fe66c022')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-09-12 Thread Eric Bélanger
Date: Wednesday, September 12, 2012 @ 16:11:57
  Author: eric
Revision: 166596

upgpkg: kdiff3 0.9.97-1

Upstream update

Modified:
  kdiff3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 18:10:17 UTC (rev 166595)
+++ PKGBUILD2012-09-12 20:11:57 UTC (rev 166596)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=kdiff3
-pkgver=0.9.96
+pkgver=0.9.97
 pkgrel=1
 pkgdesc=A KDE file comparator/merge tool
 arch=('i686' 'x86_64')
@@ -13,8 +13,7 @@
 optdepends=('kdebase-lib: for the plugin')
 install=kdiff3.install
 
source=(http://downloads.sourceforge.net/sourceforge/kdiff3/${pkgname}-${pkgver}.tar.gz)
-md5sums=('46b96befddf3448a3cb673f018c6f6f9')
-sha1sums=('d7efdacdfd7ea3c7ec9f7dee32aba5962c1709a5')
+sha1sums=('1f2828c4b287b905bac64992b46a3e9231319547')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-09-12 Thread Eric Bélanger
Date: Wednesday, September 12, 2012 @ 16:12:20
  Author: eric
Revision: 166597

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-12 20:11:57 UTC (rev 166596)
+++ extra-i686/PKGBUILD 2012-09-12 20:12:20 UTC (rev 166597)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=kdiff3
-pkgver=0.9.96
-pkgrel=1
-pkgdesc=A KDE file comparator/merge tool
-arch=('i686' 'x86_64')
-url=http://kdiff3.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'kdebase-lib' 'docbook-xml')
-optdepends=('kdebase-lib: for the plugin')
-install=kdiff3.install
-source=(http://downloads.sourceforge.net/sourceforge/kdiff3/${pkgname}-${pkgver}.tar.gz)
-md5sums=('46b96befddf3448a3cb673f018c6f6f9')
-sha1sums=('d7efdacdfd7ea3c7ec9f7dee32aba5962c1709a5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  mkdir release
-  cd release
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/release
-  make DESTDIR=${pkgdir} install
-}

Copied: kdiff3/repos/extra-i686/PKGBUILD (from rev 166596, 
kdiff3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-12 20:12:20 UTC (rev 166597)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=kdiff3
+pkgver=0.9.97
+pkgrel=1
+pkgdesc=A KDE file comparator/merge tool
+arch=('i686' 'x86_64')
+url=http://kdiff3.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'kdebase-lib' 'docbook-xml')
+optdepends=('kdebase-lib: for the plugin')
+install=kdiff3.install
+source=(http://downloads.sourceforge.net/sourceforge/kdiff3/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('1f2828c4b287b905bac64992b46a3e9231319547')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  mkdir release
+  cd release
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/release
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdiff3.install
===
--- extra-i686/kdiff3.install   2012-09-12 20:11:57 UTC (rev 166596)
+++ extra-i686/kdiff3.install   2012-09-12 20:12:20 UTC (rev 166597)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kdiff3/repos/extra-i686/kdiff3.install (from rev 166596, 
kdiff3/trunk/kdiff3.install)
===
--- extra-i686/kdiff3.install   (rev 0)
+++ extra-i686/kdiff3.install   2012-09-12 20:12:20 UTC (rev 166597)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-12 20:11:57 UTC (rev 166596)
+++ extra-x86_64/PKGBUILD   2012-09-12 20:12:20 UTC (rev 166597)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=kdiff3
-pkgver=0.9.96
-pkgrel=1
-pkgdesc=A KDE file comparator/merge tool
-arch=('i686' 'x86_64')
-url=http://kdiff3.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'kdebase-lib' 'docbook-xml')
-optdepends=('kdebase-lib: for the plugin')
-install=kdiff3.install
-source=(http://downloads.sourceforge.net/sourceforge/kdiff3/${pkgname}-${pkgver}.tar.gz)
-md5sums=('46b96befddf3448a3cb673f018c6f6f9')
-sha1sums=('d7efdacdfd7ea3c7ec9f7dee32aba5962c1709a5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  mkdir release
-  cd release
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/release
-  make 

[arch-commits] Commit in slim/trunk (PKGBUILD fix-glibc-segfault-1.3.4.patch)

2012-09-12 Thread Tobias Powalowski
Date: Wednesday, September 12, 2012 @ 16:21:03
  Author: tpowa
Revision: 166598

upgpkg: slim 1.3.4-3

fix glibc segfault

Added:
  slim/trunk/fix-glibc-segfault-1.3.4.patch
Modified:
  slim/trunk/PKGBUILD

+
 PKGBUILD   |9 ++---
 fix-glibc-segfault-1.3.4.patch |   13 +
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 20:12:20 UTC (rev 166597)
+++ PKGBUILD2012-09-12 20:21:03 UTC (rev 166598)
@@ -6,7 +6,7 @@
 
 pkgname=slim
 pkgver=1.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Desktop-independent graphical login manager for X11'
 arch=('i686' 'x86_64')
 url='http://slim.berlios.de/'
@@ -20,7 +20,8 @@
 'logrotate'
 'slim.service'
 'session-name.patch'
-'libpng-1.4+-support.patch')
+'libpng-1.4+-support.patch'
+'fix-glibc-segfault-1.3.4.patch')
 
 install=install
 
@@ -28,6 +29,7 @@
 cd ${srcdir}/${pkgname}-${pkgver}
patch -p1 -i ../session-name.patch # FS#26693: fix default session name
 patch -Np1 -i ../libpng-1.4+-support.patch # taken from gentoo to build
+patch -Np0 -i ../fix-glibc-segfault-1.3.4.patch # FS#30864
 cd ${srcdir}
 mkdir build
 cd build
@@ -59,4 +61,5 @@
  '43da096480bf72c3ccec8ad8400f34f0'
  'a5d6bde9e63899df7d2081e1585bbe54'
  'ebcb6829028615686de7b64ceeaaf8ed'
- '6d19bd7a91592ed2bb902b22b9594565')
+ '6d19bd7a91592ed2bb902b22b9594565'
+ '9efc4e0d82d354f0c578be7723870769')

Added: fix-glibc-segfault-1.3.4.patch
===
--- fix-glibc-segfault-1.3.4.patch  (rev 0)
+++ fix-glibc-segfault-1.3.4.patch  2012-09-12 20:21:03 UTC (rev 166598)
@@ -0,0 +1,13 @@
+Index: app.cpp
+===
+--- app.cpp(revision 223)
 app.cpp(working copy)
+@@ -593,7 +593,7 @@
+ 
+ n++;
+ 
+-child_env = static_castchar**(malloc(sizeof(char*)*n));
++child_env = static_castchar**(malloc(sizeof(char*)*(n+1)));
+ memcpy(child_env, old_env, sizeof(char*)*n);
+ child_env[n - 1] = StrConcat(XDG_SESSION_COOKIE=, 
ck.get_xdg_session_cookie());
+ child_env[n] = NULL;



[arch-commits] Commit in slim/repos (38 files)

2012-09-12 Thread Tobias Powalowski
Date: Wednesday, September 12, 2012 @ 16:22:19
  Author: tpowa
Revision: 166599

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

Added:
  slim/repos/extra-i686/PKGBUILD
(from rev 166598, slim/trunk/PKGBUILD)
  slim/repos/extra-i686/fix-glibc-segfault-1.3.4.patch
(from rev 166598, slim/trunk/fix-glibc-segfault-1.3.4.patch)
  slim/repos/extra-i686/install
(from rev 166598, slim/trunk/install)
  slim/repos/extra-i686/libpng-1.4+-support.patch
(from rev 166598, slim/trunk/libpng-1.4+-support.patch)
  slim/repos/extra-i686/logrotate
(from rev 166598, slim/trunk/logrotate)
  slim/repos/extra-i686/pam.d
(from rev 166598, slim/trunk/pam.d)
  slim/repos/extra-i686/rc.d
(from rev 166598, slim/trunk/rc.d)
  slim/repos/extra-i686/session-name.patch
(from rev 166598, slim/trunk/session-name.patch)
  slim/repos/extra-i686/slim.service
(from rev 166598, slim/trunk/slim.service)
  slim/repos/extra-i686/tty-slowness.patch
(from rev 166598, slim/trunk/tty-slowness.patch)
  slim/repos/extra-x86_64/PKGBUILD
(from rev 166598, slim/trunk/PKGBUILD)
  slim/repos/extra-x86_64/fix-glibc-segfault-1.3.4.patch
(from rev 166598, slim/trunk/fix-glibc-segfault-1.3.4.patch)
  slim/repos/extra-x86_64/install
(from rev 166598, slim/trunk/install)
  slim/repos/extra-x86_64/libpng-1.4+-support.patch
(from rev 166598, slim/trunk/libpng-1.4+-support.patch)
  slim/repos/extra-x86_64/logrotate
(from rev 166598, slim/trunk/logrotate)
  slim/repos/extra-x86_64/pam.d
(from rev 166598, slim/trunk/pam.d)
  slim/repos/extra-x86_64/rc.d
(from rev 166598, slim/trunk/rc.d)
  slim/repos/extra-x86_64/session-name.patch
(from rev 166598, slim/trunk/session-name.patch)
  slim/repos/extra-x86_64/slim.service
(from rev 166598, slim/trunk/slim.service)
  slim/repos/extra-x86_64/tty-slowness.patch
(from rev 166598, slim/trunk/tty-slowness.patch)
Deleted:
  slim/repos/extra-i686/PKGBUILD
  slim/repos/extra-i686/install
  slim/repos/extra-i686/libpng-1.4+-support.patch
  slim/repos/extra-i686/logrotate
  slim/repos/extra-i686/pam.d
  slim/repos/extra-i686/rc.d
  slim/repos/extra-i686/session-name.patch
  slim/repos/extra-i686/slim.service
  slim/repos/extra-i686/tty-slowness.patch
  slim/repos/extra-x86_64/PKGBUILD
  slim/repos/extra-x86_64/install
  slim/repos/extra-x86_64/libpng-1.4+-support.patch
  slim/repos/extra-x86_64/logrotate
  slim/repos/extra-x86_64/pam.d
  slim/repos/extra-x86_64/rc.d
  slim/repos/extra-x86_64/session-name.patch
  slim/repos/extra-x86_64/slim.service
  slim/repos/extra-x86_64/tty-slowness.patch

-+
 extra-i686/PKGBUILD |  127 +-
 extra-i686/fix-glibc-segfault-1.3.4.patch   |   13 ++
 extra-i686/install  |   14 +-
 extra-i686/libpng-1.4+-support.patch|   28 ++---
 extra-i686/logrotate|   18 +--
 extra-i686/pam.d|   20 ++--
 extra-i686/rc.d |   72 +++---
 extra-i686/session-name.patch   |   42 
 extra-i686/slim.service |   18 +--
 extra-i686/tty-slowness.patch   |   60 ++--
 extra-x86_64/PKGBUILD   |  127 +-
 extra-x86_64/fix-glibc-segfault-1.3.4.patch |   13 ++
 extra-x86_64/install|   14 +-
 extra-x86_64/libpng-1.4+-support.patch  |   28 ++---
 extra-x86_64/logrotate  |   18 +--
 extra-x86_64/pam.d  |   20 ++--
 extra-x86_64/rc.d   |   72 +++---
 extra-x86_64/session-name.patch |   42 
 extra-x86_64/slim.service   |   18 +--
 extra-x86_64/tty-slowness.patch |   60 ++--
 20 files changed, 428 insertions(+), 396 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-12 20:21:03 UTC (rev 166598)
+++ extra-i686/PKGBUILD 2012-09-12 20:22:19 UTC (rev 166599)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Hugo Ideler hugoide...@dse.nl
-
-pkgname=slim
-pkgver=1.3.4
-pkgrel=2
-pkgdesc='Desktop-independent graphical login manager for X11'
-arch=('i686' 'x86_64')
-url='http://slim.berlios.de/'
-license=('GPL2')
-depends=('consolekit' 'pam' 'libxmu' 'libpng' 'libjpeg' 'libxft')
-makedepends=('cmake' 'freeglut')
-backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
-source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'rc.d'
-'pam.d'
-'logrotate'
-'slim.service'
-'session-name.patch'
-'libpng-1.4+-support.patch')
-
-install=install
-
-build() {
-cd 

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

2012-09-12 Thread Gaetan Bisson
Date: Wednesday, September 12, 2012 @ 18:37:56
  Author: bisson
Revision: 166600

upstream update

Modified:
  dnsutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 20:22:19 UTC (rev 166599)
+++ PKGBUILD2012-09-12 22:37:56 UTC (rev 166600)
@@ -4,12 +4,9 @@
 # Contributor: mario mario_v...@hotmail.com
 
 pkgname=dnsutils
-
-# Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.9.1.P2
-_pkgver=9.9.1-P2
+_pkgver=9.9.1-P3
+pkgver=${_pkgver//-/.}
 pkgrel=1
-
 pkgdesc='DNS utilities: dig host nslookup'
 url='http://www.isc.org/software/bind/'
 license=('custom:ISC')
@@ -18,7 +15,7 @@
 depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors')
 source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz;
 'remove-bind.patch')
-sha1sums=('449b12c32682b5bef64c7b53cd0fc0c6b731c8a7'
+sha1sums=('1c890f69f627ffbc76460c766bafefde408ed799'
   'b465ef6160b004838f04de9978fe1be8422af777')
 
 replaces=('bind-tools' 'host')



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

2012-09-12 Thread Gaetan Bisson
Date: Wednesday, September 12, 2012 @ 18:38:10
  Author: bisson
Revision: 166601

upstream update

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 22:37:56 UTC (rev 166600)
+++ PKGBUILD2012-09-12 22:38:10 UTC (rev 166601)
@@ -4,12 +4,9 @@
 # Contributor: Mario Vazquez mario_v...@hotmail.com
 
 pkgname=bind
-
-# Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.9.1.P2
-_pkgver=9.9.1-P2
+_pkgver=9.9.1-P3
+pkgver=${_pkgver//-/.}
 pkgrel=1
-
 pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the 
DNS protocols'
 url='http://www.isc.org/software/bind/'
 license=('custom:ISC')
@@ -26,13 +23,13 @@
 'named.logrotate'
 'localhost.zone'
 '127.0.0.zone')
-sha1sums=('449b12c32682b5bef64c7b53cd0fc0c6b731c8a7'
+sha1sums=('1c890f69f627ffbc76460c766bafefde408ed799'
   'cbdecd1ea8e7b612b33b63d66bc57273795d1f54'
   '18f477f510df31e6c6f547ee2d5fc46e973479bf'
   '46232e9db243c6c05e170a1781d7a7f413be5d03'
   '5ca7a5f2a132548a090a045a2df3acea6b35d9eb'
   '7848edbfb9a848843f57c11c02b0289eefd42d00'
-  '05fb2346a30dee2f99c40914dd23708729839b64'
+  '7de92fff4b90c4821b3b133a05affd186fb93951'
   '9ffb5c3f72390a517aeae557e32349d5d278cb63'
   '76a0d4cd1b913db177a5a375bebc47e5956866ec'
   '53be0f1437ebe595240d8dbdd819939582b97fb9')



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

2012-09-12 Thread Gaetan Bisson
Date: Wednesday, September 12, 2012 @ 18:38:22
  Author: bisson
Revision: 166602

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

Added:
  dnsutils/repos/testing-i686/
  dnsutils/repos/testing-i686/PKGBUILD
(from rev 166600, dnsutils/trunk/PKGBUILD)
  dnsutils/repos/testing-i686/remove-bind.patch
(from rev 166600, dnsutils/trunk/remove-bind.patch)
  dnsutils/repos/testing-x86_64/
  dnsutils/repos/testing-x86_64/PKGBUILD
(from rev 166601, dnsutils/trunk/PKGBUILD)
  dnsutils/repos/testing-x86_64/remove-bind.patch
(from rev 166601, dnsutils/trunk/remove-bind.patch)

--+
 testing-i686/PKGBUILD|   49 +
 testing-i686/remove-bind.patch   |   25 ++
 testing-x86_64/PKGBUILD  |   49 +
 testing-x86_64/remove-bind.patch |   25 ++
 4 files changed, 148 insertions(+)

Copied: dnsutils/repos/testing-i686/PKGBUILD (from rev 166600, 
dnsutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-12 22:38:22 UTC (rev 166602)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: mario mario_v...@hotmail.com
+
+pkgname=dnsutils
+_pkgver=9.9.1-P3
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc='DNS utilities: dig host nslookup'
+url='http://www.isc.org/software/bind/'
+license=('custom:ISC')
+arch=('i686' 'x86_64')
+options=('!makeflags')
+depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors')
+source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz;
+'remove-bind.patch')
+sha1sums=('1c890f69f627ffbc76460c766bafefde408ed799'
+  'b465ef6160b004838f04de9978fe1be8422af777')
+
+replaces=('bind-tools' 'host')
+
+build() {
+   cd ${srcdir}/bind-${_pkgver}
+
+   patch -p1 -i ../remove-bind.patch
+   export STD_CDEFINES='-DDIG_SIGCHASE'
+
+   # hack to remove unused bloat from the binaries
+   CFLAGS+=' -fdata-sections -ffunction-sections'
+   LDFLAGS+=' -Wl,--gc-sections'
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-linux-caps \
+   --with-openssl \
+   --with-idn \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/bind-${_pkgver}
+   install -Dm644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   cd bin; make DESTDIR=${pkgdir} install
+}

Copied: dnsutils/repos/testing-i686/remove-bind.patch (from rev 166600, 
dnsutils/trunk/remove-bind.patch)
===
--- testing-i686/remove-bind.patch  (rev 0)
+++ testing-i686/remove-bind.patch  2012-09-12 22:38:22 UTC (rev 166602)
@@ -0,0 +1,25 @@
+diff -aur old/bin/Makefile.in new/bin/Makefile.in
+--- old/bin/Makefile.in2009-10-05 05:07:08.0 -0700
 new/bin/Makefile.in2011-08-28 19:16:17.245495043 -0700
+@@ -19,8 +19,7 @@
+ VPATH =   @srcdir@
+ top_srcdir =  @top_srcdir@
+ 
+-SUBDIRS = named rndc dig dnssec tests tools nsupdate \
+-  check confgen @PKCS11_TOOLS@
++SUBDIRS = dig
+ TARGETS =
+ 
+ @BIND9_MAKE_RULES@
+diff -aur old/lib/Makefile.in new/lib/Makefile.in
+--- old/lib/Makefile.in2007-06-19 16:47:13.0 -0700
 new/lib/Makefile.in2011-08-28 19:17:50.828688599 -0700
+@@ -23,7 +23,7 @@
+ # Attempt to disable parallel processing.
+ .NOTPARALLEL:
+ .NO_PARALLEL:
+-SUBDIRS = isc isccc dns isccfg bind9 lwres tests
++SUBDIRS = isc dns isccfg bind9 lwres
+ TARGETS =
+ 
+ @BIND9_MAKE_RULES@

Copied: dnsutils/repos/testing-x86_64/PKGBUILD (from rev 166601, 
dnsutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-12 22:38:22 UTC (rev 166602)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: mario mario_v...@hotmail.com
+
+pkgname=dnsutils
+_pkgver=9.9.1-P3
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc='DNS utilities: dig host nslookup'
+url='http://www.isc.org/software/bind/'
+license=('custom:ISC')
+arch=('i686' 'x86_64')
+options=('!makeflags')
+depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors')
+source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz;
+'remove-bind.patch')
+sha1sums=('1c890f69f627ffbc76460c766bafefde408ed799'
+  'b465ef6160b004838f04de9978fe1be8422af777')
+
+replaces=('bind-tools' 'host')
+
+build() {
+   cd ${srcdir}/bind-${_pkgver}
+
+   patch -p1 -i ../remove-bind.patch
+   export 

[arch-commits] Commit in bind/repos (40 files)

2012-09-12 Thread Gaetan Bisson
Date: Wednesday, September 12, 2012 @ 18:39:35
  Author: bisson
Revision: 166603

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

Added:
  bind/repos/extra-i686/127.0.0.zone
(from rev 166602, bind/trunk/127.0.0.zone)
  bind/repos/extra-i686/PKGBUILD
(from rev 166602, bind/trunk/PKGBUILD)
  bind/repos/extra-i686/install
(from rev 166602, bind/trunk/install)
  bind/repos/extra-i686/localhost.zone
(from rev 166602, bind/trunk/localhost.zone)
  bind/repos/extra-i686/named
(from rev 166602, bind/trunk/named)
  bind/repos/extra-i686/named.conf
(from rev 166602, bind/trunk/named.conf)
  bind/repos/extra-i686/named.conf.d
(from rev 166602, bind/trunk/named.conf.d)
  bind/repos/extra-i686/named.logrotate
(from rev 166602, bind/trunk/named.logrotate)
  bind/repos/extra-i686/named.service
(from rev 166602, bind/trunk/named.service)
  bind/repos/extra-i686/remove-tools.patch
(from rev 166602, bind/trunk/remove-tools.patch)
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 166602, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 166602, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/install
(from rev 166602, bind/trunk/install)
  bind/repos/extra-x86_64/localhost.zone
(from rev 166602, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named
(from rev 166602, bind/trunk/named)
  bind/repos/extra-x86_64/named.conf
(from rev 166602, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.conf.d
(from rev 166602, bind/trunk/named.conf.d)
  bind/repos/extra-x86_64/named.logrotate
(from rev 166602, bind/trunk/named.logrotate)
  bind/repos/extra-x86_64/named.service
(from rev 166602, bind/trunk/named.service)
  bind/repos/extra-x86_64/remove-tools.patch
(from rev 166602, bind/trunk/remove-tools.patch)
Deleted:
  bind/repos/extra-i686/127.0.0.zone
  bind/repos/extra-i686/PKGBUILD
  bind/repos/extra-i686/install
  bind/repos/extra-i686/localhost.zone
  bind/repos/extra-i686/named
  bind/repos/extra-i686/named.conf
  bind/repos/extra-i686/named.conf.d
  bind/repos/extra-i686/named.logrotate
  bind/repos/extra-i686/named.service
  bind/repos/extra-i686/remove-tools.patch
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/install
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.conf.d
  bind/repos/extra-x86_64/named.logrotate
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/remove-tools.patch

-+
 extra-i686/127.0.0.zone |   22 ++--
 extra-i686/PKGBUILD |  169 ++
 extra-i686/install  |   42 -
 extra-i686/localhost.zone   |   20 ++--
 extra-i686/named|  104 +++
 extra-i686/named.conf   |  128 ++--
 extra-i686/named.conf.d |8 -
 extra-i686/named.logrotate  |   12 +-
 extra-i686/named.service|   21 ++--
 extra-i686/remove-tools.patch   |   24 ++---
 extra-x86_64/127.0.0.zone   |   22 ++--
 extra-x86_64/PKGBUILD   |  169 ++
 extra-x86_64/install|   42 -
 extra-x86_64/localhost.zone |   20 ++--
 extra-x86_64/named  |  104 +++
 extra-x86_64/named.conf |  128 ++--
 extra-x86_64/named.conf.d   |8 -
 extra-x86_64/named.logrotate|   12 +-
 extra-x86_64/named.service  |   21 ++--
 extra-x86_64/remove-tools.patch |   24 ++---
 20 files changed, 548 insertions(+), 552 deletions(-)

Deleted: extra-i686/127.0.0.zone
===
--- extra-i686/127.0.0.zone 2012-09-12 22:38:22 UTC (rev 166602)
+++ extra-i686/127.0.0.zone 2012-09-12 22:39:35 UTC (rev 166603)
@@ -1,11 +0,0 @@
-$ORIGIN 0.0.127.in-addr.arpa.
-
-@  1D IN SOA   localhost. root.localhost. (
-   42  ; serial (mmdd##)
-   3H  ; refresh
-   15M ; retry
-   1W  ; expiry
-   1D ); minimum ttl
-
-   1D IN NSlocalhost.
-1  1D IN PTR   localhost.

Copied: bind/repos/extra-i686/127.0.0.zone (from rev 166602, 
bind/trunk/127.0.0.zone)
===
--- extra-i686/127.0.0.zone (rev 0)
+++ extra-i686/127.0.0.zone 2012-09-12 22:39:35 UTC (rev 166603)
@@ -0,0 +1,11 @@
+$ORIGIN 0.0.127.in-addr.arpa.
+
+@  1D IN SOA   localhost. root.localhost. (
+   42  ; 

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

2012-09-12 Thread Eric Bélanger
Date: Wednesday, September 12, 2012 @ 18:48:49
  Author: eric
Revision: 166604

upgpkg: fcitx 4.2.6-1

Upstream update, Add new makedepends and depends, Add presage support

Modified:
  fcitx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 22:39:35 UTC (rev 166603)
+++ PKGBUILD2012-09-12 22:48:49 UTC (rev 166604)
@@ -4,15 +4,15 @@
 
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt')
-pkgver=4.2.5
+pkgver=4.2.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/fcitx/;
 license=('GPL')
-makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' \
+makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' 'wget' \
  'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
 source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
-sha1sums=('5fcadf1436f6a1010802449f6ef162cf21fdfccb')
+sha1sums=('3abc1d5f8725b7e700b347d1ba19b4f40ba7be14')
 
 build() {
   cd ${srcdir}
@@ -22,6 +22,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_OPENCC=OFF \
+-DFORCE_PRESAGE=ON \
 -DENABLE_TEST=ON \
 -DENABLE_GTK3_IM_MODULE=ON \
 -DENABLE_QT_IM_MODULE=ON
@@ -36,7 +37,9 @@
 package_fcitx() {
   pkgdesc=Free Chinese Input Toy of X - Input Method Server for X window 
system
   depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
-   'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' 'enchant' 
'icu')
+   'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' \
+   'libxfixes' 'dbus-core' 'icu')
+  optdepends=('enchant: for word predication support')
   install=fcitx.install
 
   cd ${srcdir}/build



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

2012-09-12 Thread Eric Bélanger
Date: Wednesday, September 12, 2012 @ 18:49:29
  Author: eric
Revision: 166605

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

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

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

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

Copied: fcitx/repos/extra-i686/PKGBUILD (from rev 166604, fcitx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-12 22:49:29 UTC (rev 166605)
@@ -0,0 +1,75 @@
+# $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.6
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx/;
+license=('GPL')
+makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' 'wget' \
+ 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
+source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
+sha1sums=('3abc1d5f8725b7e700b347d1ba19b4f40ba7be14')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_OPENCC=OFF \
+-DFORCE_PRESAGE=ON \
+-DENABLE_TEST=ON \
+-DENABLE_GTK3_IM_MODULE=ON \
+-DENABLE_QT_IM_MODULE=ON
+  make
+}
+

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

2012-09-12 Thread Eric Bélanger
Date: Wednesday, September 12, 2012 @ 20:50:44
  Author: eric
Revision: 166606

upgpkg: ucommon 5.5.0-1

Upstream update, Update source url, Add check function

Modified:
  ucommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 22:49:29 UTC (rev 166605)
+++ PKGBUILD2012-09-13 00:50:44 UTC (rev 166606)
@@ -2,17 +2,18 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=ucommon
-pkgver=5.2.2
-pkgrel=2
+pkgver=5.5.0
+pkgrel=1
 pkgdesc=A light-weight C++ library to facilitate using C++ design patterns
 arch=('i686' 'x86_64')
 url=http://www.gnutelephony.org/index.php/GNU_uCommon_C++;
 license=('GPL3' 'LGPL3')
 depends=('openssl')
 options=('!libtool')
-source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('4739fcd9db006432f1b8e2ea226e414a'
- 'adb2349cffe80678e39a96c6ab5c5a5b')
+#source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+source=(http://www.gnutelephony.org/dist/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('99d302b5217bb92b6fb9d91ead6fd028'
+ '0fcfd66e9746c3105cb5d222ad2cc91d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -20,6 +21,11 @@
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install



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

2012-09-12 Thread Eric Bélanger
Date: Wednesday, September 12, 2012 @ 20:51:08
  Author: eric
Revision: 166607

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-13 00:50:44 UTC (rev 166606)
+++ extra-i686/PKGBUILD 2012-09-13 00:51:08 UTC (rev 166607)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ucommon
-pkgver=5.2.2
-pkgrel=2
-pkgdesc=A light-weight C++ library to facilitate using C++ design patterns
-arch=('i686' 'x86_64')
-url=http://www.gnutelephony.org/index.php/GNU_uCommon_C++;
-license=('GPL3' 'LGPL3')
-depends=('openssl')
-options=('!libtool')
-source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('4739fcd9db006432f1b8e2ea226e414a'
- 'adb2349cffe80678e39a96c6ab5c5a5b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ucommon/repos/extra-i686/PKGBUILD (from rev 166606, 
ucommon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-13 00:51:08 UTC (rev 166607)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=5.5.0
+pkgrel=1
+pkgdesc=A light-weight C++ library to facilitate using C++ design patterns
+arch=('i686' 'x86_64')
+url=http://www.gnutelephony.org/index.php/GNU_uCommon_C++;
+license=('GPL3' 'LGPL3')
+depends=('openssl')
+options=('!libtool')
+#source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+source=(http://www.gnutelephony.org/dist/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('99d302b5217bb92b6fb9d91ead6fd028'
+ '0fcfd66e9746c3105cb5d222ad2cc91d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-13 00:50:44 UTC (rev 166606)
+++ extra-x86_64/PKGBUILD   2012-09-13 00:51:08 UTC (rev 166607)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ucommon
-pkgver=5.2.2
-pkgrel=2
-pkgdesc=A light-weight C++ library to facilitate using C++ design patterns
-arch=('i686' 'x86_64')
-url=http://www.gnutelephony.org/index.php/GNU_uCommon_C++;
-license=('GPL3' 'LGPL3')
-depends=('openssl')
-options=('!libtool')
-source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('4739fcd9db006432f1b8e2ea226e414a'
- 'adb2349cffe80678e39a96c6ab5c5a5b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ucommon/repos/extra-x86_64/PKGBUILD (from rev 166606, 
ucommon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-13 00:51:08 UTC (rev 166607)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=5.5.0
+pkgrel=1
+pkgdesc=A light-weight C++ library to facilitate using C++ design patterns
+arch=('i686' 'x86_64')
+url=http://www.gnutelephony.org/index.php/GNU_uCommon_C++;
+license=('GPL3' 'LGPL3')
+depends=('openssl')
+options=('!libtool')
+#source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+source=(http://www.gnutelephony.org/dist/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('99d302b5217bb92b6fb9d91ead6fd028'
+ '0fcfd66e9746c3105cb5d222ad2cc91d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-09-12 Thread Dave Reisner
Date: Wednesday, September 12, 2012 @ 22:10:07
  Author: dreisner
Revision: 166608

fix typo in python-crypto pkgdesc

Modified:
  pycrypto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-13 00:51:08 UTC (rev 166607)
+++ PKGBUILD2012-09-13 02:10:07 UTC (rev 166608)
@@ -41,7 +41,7 @@
 }
 
 package_python-crypto() {
-  pkgdesc=Collection of cryptographic algorithms and protocols, implemented 
for use from Pythoni 3.
+  pkgdesc=Collection of cryptographic algorithms and protocols, implemented 
for use from Python 3.
   depends=('python')
 
   cd ${srcdir}/${pkgbase}-${pkgver}-py3



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

2012-09-12 Thread Eric Bélanger
Date: Wednesday, September 12, 2012 @ 22:13:05
  Author: eric
Revision: 166609

upgpkg: imagemagick 6.7.9.4-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-13 02:10:07 UTC (rev 166608)
+++ PKGBUILD2012-09-13 02:13:05 UTC (rev 166609)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.7.9.2
+pkgver=6.7.9.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
@@ -12,7 +12,7 @@
  'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr')
 
source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
 perlmagick.rpath.patch)
-sha1sums=('a22342f53903f2fe6debc099136263412f2b6571'
+sha1sums=('6fa1a160c85f9119047a94ad1c8d3f49d9a84492'
   '23405f80904b1de94ebd7bd6fe2a332471b8c283')
 
 build() {



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

2012-09-12 Thread Eric Bélanger
Date: Wednesday, September 12, 2012 @ 22:13:20
  Author: eric
Revision: 166610

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 166609, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 166609, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 166609, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 166609, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 extra-i686/PKGBUILD |  164 +-
 extra-i686/perlmagick.rpath.patch   |   20 ++--
 extra-x86_64/PKGBUILD   |  164 +-
 extra-x86_64/perlmagick.rpath.patch |   20 ++--
 4 files changed, 184 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-13 02:13:05 UTC (rev 166609)
+++ extra-i686/PKGBUILD 2012-09-13 02:13:20 UTC (rev 166610)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.7.9.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr')
-source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
-perlmagick.rpath.patch)
-sha1sums=('a22342f53903f2fe6debc099136263412f2b6571'
-  '23405f80904b1de94ebd7bd6fe2a332471b8c283')
-
-build() {
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i ../perlmagick.rpath.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
---disable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 
--with-jp2 \
---with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
---without-gvc --without-djvu --without-autotrace --without-webp \
---without-jbig --without-fpx --without-dps --without-fftw
-  make
-}
-
-check() {
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr')
-  optdepends=('ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'jasper: for JPEG-2000 support' 
-  'libpng: for PNG support')
-  backup=('etc/ImageMagick/coder.xml'
-  'etc/ImageMagick/colors.xml'
-  'etc/ImageMagick/delegates.xml'
-  'etc/ImageMagick/log.xml'
-  'etc/ImageMagick/magic.xml'
-  'etc/ImageMagick/mime.xml'
-  'etc/ImageMagick/policy.xml'
-  'etc/ImageMagick/quantization-table.xml'
-  'etc/ImageMagick/thresholds.xml'
-  'etc/ImageMagick/type.xml'
-  'etc/ImageMagick/type-dejavu.xml'
-  'etc/ImageMagick/type-ghostscript.xml'
-  'etc/ImageMagick/type-windows.xml')
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install
-  chmod 755 ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Image/Magick/Magick.so 
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  find ${pkgdir} -name '*.bs' -delete
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
-}

Copied: imagemagick/repos/extra-i686/PKGBUILD (from rev 166609, 
imagemagick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-13 02:13:20 UTC (rev 166610)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.7.9.4
+pkgrel=1

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

2012-09-12 Thread Pierre Schmitz
Date: Thursday, September 13, 2012 @ 00:24:27
  Author: pierre
Revision: 166611

upstream update

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-13 02:13:20 UTC (rev 166610)
+++ PKGBUILD2012-09-13 04:24:27 UTC (rev 166611)
@@ -21,7 +21,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.4.6
+pkgver=5.4.7
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
@@ -33,7 +33,7 @@
 source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2;
 'php.ini.patch' 'apache.conf' 'rc.d.php-fpm' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('c9aa0f4996d1b91ee9e45afcfaeb5d2e'
+md5sums=('9cd421f1cc8fa8e7f215e44a1b06199f'
  '0b0bc7a917fc592bdf11dcd3c5c255e9'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'
  '6d46667e00d65933ec0c958279c0a803'



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

2012-09-12 Thread Allan McRae
Date: Thursday, September 13, 2012 @ 00:52:43
  Author: allan
Revision: 166612

upgpkg: patch 2.7-1

upstream update

Modified:
  patch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-13 04:24:27 UTC (rev 166611)
+++ PKGBUILD2012-09-13 04:52:43 UTC (rev 166612)
@@ -3,8 +3,8 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=patch
-pkgver=2.6.1
-pkgrel=3
+pkgver=2.7
+pkgrel=1
 pkgdesc=A utility to apply patch files to original sources
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/patch/patch.html;
@@ -12,20 +12,14 @@
 groups=('base-devel')
 depends=('glibc')
 makedepends=('ed')
-optdepends=('ed: Interpret the patch as an ed script; for patch -e 
functionality(deprecated)')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
-patch-2.6.1-get-arg.patch)
-md5sums=('d758eb96d3f75047efc004a720d33daf'
- 'f7953f3e472fae5118815e6138372e22'
- '45cd5709adbbcdcb3ab95dc43559c07c')
+optdepends=('ed: for patch -e functionality')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('d443f9d9a7d1bf1715831883917699d9'
+ '874fb55b72bc5c3c44794645b04e69a9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Fixed argument type for --get
-  # see https://bugzilla.redhat.com/show_bug.cgi?id=553624
-  patch -Np1 -i $srcdir/patch-2.6.1-get-arg.patch
-  ./configure --prefix=/usr --mandir=/usr/share/man
+  ./configure --prefix=/usr
   make
 }
 
@@ -36,5 +30,5 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man install
+  make DESTDIR=$pkgdir install
 }



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

2012-09-12 Thread Allan McRae
Date: Thursday, September 13, 2012 @ 00:53:23
  Author: allan
Revision: 166613

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

Added:
  patch/repos/testing-i686/
  patch/repos/testing-i686/PKGBUILD
(from rev 166612, patch/trunk/PKGBUILD)
  patch/repos/testing-i686/patch-2.6.1-get-arg.patch
(from rev 166612, patch/trunk/patch-2.6.1-get-arg.patch)
  patch/repos/testing-x86_64/
  patch/repos/testing-x86_64/PKGBUILD
(from rev 166612, patch/trunk/PKGBUILD)
  patch/repos/testing-x86_64/patch-2.6.1-get-arg.patch
(from rev 166612, patch/trunk/patch-2.6.1-get-arg.patch)

--+
 testing-i686/PKGBUILD|   34 +
 testing-i686/patch-2.6.1-get-arg.patch   |   12 ++
 testing-x86_64/PKGBUILD  |   34 +
 testing-x86_64/patch-2.6.1-get-arg.patch |   12 ++
 4 files changed, 92 insertions(+)

Copied: patch/repos/testing-i686/PKGBUILD (from rev 166612, 
patch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-13 04:53:23 UTC (rev 166613)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=patch
+pkgver=2.7
+pkgrel=1
+pkgdesc=A utility to apply patch files to original sources
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/patch/patch.html;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc')
+makedepends=('ed')
+optdepends=('ed: for patch -e functionality')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('d443f9d9a7d1bf1715831883917699d9'
+ '874fb55b72bc5c3c44794645b04e69a9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}

Copied: patch/repos/testing-i686/patch-2.6.1-get-arg.patch (from rev 166612, 
patch/trunk/patch-2.6.1-get-arg.patch)
===
--- testing-i686/patch-2.6.1-get-arg.patch  (rev 0)
+++ testing-i686/patch-2.6.1-get-arg.patch  2012-09-13 04:53:23 UTC (rev 
166613)
@@ -0,0 +1,12 @@
+diff -up patch-2.6.1/src/patch.c.get-arg patch-2.6.1/src/patch.c
+--- patch-2.6.1/src/patch.c.get-arg2010-07-27 18:05:26.217150510 +0100
 patch-2.6.1/src/patch.c2010-07-27 18:05:47.464150892 +0100
+@@ -558,7 +558,7 @@ static struct option const longopts[] =
+   {remove-empty-files, no_argument, NULL, 'E'},
+   {force, no_argument, NULL, 'f'},
+   {fuzz, required_argument, NULL, 'F'},
+-  {get, no_argument, NULL, 'g'},
++  {get, required_argument, NULL, 'g'},
+   {input, required_argument, NULL, 'i'},
+   {ignore-whitespace, no_argument, NULL, 'l'},
+ #ifdef ENABLE_MERGE

Copied: patch/repos/testing-x86_64/PKGBUILD (from rev 166612, 
patch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-13 04:53:23 UTC (rev 166613)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=patch
+pkgver=2.7
+pkgrel=1
+pkgdesc=A utility to apply patch files to original sources
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/patch/patch.html;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc')
+makedepends=('ed')
+optdepends=('ed: for patch -e functionality')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('d443f9d9a7d1bf1715831883917699d9'
+ '874fb55b72bc5c3c44794645b04e69a9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}

Copied: patch/repos/testing-x86_64/patch-2.6.1-get-arg.patch (from rev 166612, 
patch/trunk/patch-2.6.1-get-arg.patch)
===
--- testing-x86_64/patch-2.6.1-get-arg.patch(rev 0)
+++ testing-x86_64/patch-2.6.1-get-arg.patch2012-09-13 04:53:23 UTC (rev 
166613)
@@ -0,0 +1,12 @@
+diff -up patch-2.6.1/src/patch.c.get-arg patch-2.6.1/src/patch.c
+--- patch-2.6.1/src/patch.c.get-arg2010-07-27 18:05:26.217150510 +0100
 patch-2.6.1/src/patch.c2010-07-27 18:05:47.464150892 +0100
+@@ -558,7 +558,7 @@ static struct option const longopts[] =
+   {remove-empty-files, no_argument, NULL, 'E'},
+   {force, no_argument, NULL, 'f'},
+   {fuzz, required_argument, NULL, 'F'},
+-  {get, no_argument, NULL, 'g'},
++  {get, required_argument, NULL, 'g'},
+   {input,