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

2012-11-28 Thread Jan de Groot
Date: Wednesday, November 28, 2012 @ 05:31:12
  Author: jgc
Revision: 172097

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

Added:
  glib2/repos/core-i686/PKGBUILD
(from rev 172096, glib2/repos/testing-i686/PKGBUILD)
  glib2/repos/core-i686/revert-warn-glib-compile-schemas.patch
(from rev 172096, 
glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch)
  glib2/repos/core-x86_64/PKGBUILD
(from rev 172096, glib2/repos/testing-x86_64/PKGBUILD)
  glib2/repos/core-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 172096, 
glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/core-i686/PKGBUILD
  glib2/repos/core-i686/revert-warn-glib-compile-schemas.patch
  glib2/repos/core-x86_64/PKGBUILD
  glib2/repos/core-x86_64/revert-warn-glib-compile-schemas.patch
  glib2/repos/testing-i686/
  glib2/repos/testing-x86_64/

+
 core-i686/PKGBUILD |   76 +--
 core-i686/revert-warn-glib-compile-schemas.patch   |   66 
 core-x86_64/PKGBUILD   |   76 +--
 core-x86_64/revert-warn-glib-compile-schemas.patch |   66 
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-11-28 07:27:35 UTC (rev 172096)
+++ core-i686/PKGBUILD  2012-11-28 10:31:12 UTC (rev 172097)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=glib2
-pkgver=2.34.2
-pkgrel=2
-pkgdesc=Common C routines used by GTK+ and other libs
-url=http://www.gtk.org/;
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('pcre' 'libffi')
-makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml')
-optdepends=('python2: for gdbus-codegen')
-options=('!libtool' '!docs' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
-revert-warn-glib-compile-schemas.patch)
-sha256sums=('2d99a8309cdd0c584bd5386a49265fb19ac64575fe108fd901d6f26c8d73c708'
-'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
-
-build() {
-  cd glib-$pkgver
-  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
-  --sysconfdir=/etc \
-  --with-pcre=system \
-  --disable-fam
-  make
-}
-
-package() {
-  cd glib-$pkgver
-  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
-
-  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
-  chmod -x $_i
-  done
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
-}

Copied: glib2/repos/core-i686/PKGBUILD (from rev 172096, 
glib2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-11-28 10:31:12 UTC (rev 172097)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.34.3
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('855fcbf87cb93065b488358e351774d8a39177281023bae58c286f41612658a7'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+build() {
+  cd glib-$pkgver
+  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
+  chmod -x $_i
+  done
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
+}

Deleted: core-i686/revert-warn-glib-compile-schemas.patch
===
--- core-i686/revert-warn-glib-compile-schemas.patch2012-11-28 07:27:35 UTC 
(rev 172096)
+++ core-i686/revert-warn-glib-compile-schemas.patch2012-11-28 10:31:12 UTC 
(rev 172097)
@@ -1,33 +0,0 @@
-From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
-From: Ryan Lortie de...@desrt.ca
-Date: Thu, 12 Apr 2012 23:55:34 +
-Subject: glib-compile-schemas: warn about bad dconf paths
-
-For quite some time the recommended usage of GSettings and dconf has
-been to use paths like 

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

2012-11-28 Thread Jan de Groot
Date: Wednesday, November 28, 2012 @ 05:31:22
  Author: jgc
Revision: 172098

db-move: moved pango from [testing] to [extra] (i686, x86_64)

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 172097, pango/repos/testing-i686/PKGBUILD)
  pango/repos/extra-i686/pango.install
(from rev 172097, pango/repos/testing-i686/pango.install)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 172097, pango/repos/testing-x86_64/PKGBUILD)
  pango/repos/extra-x86_64/pango.install
(from rev 172097, pango/repos/testing-x86_64/pango.install)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-i686/pango.install
  pango/repos/extra-x86_64/PKGBUILD
  pango/repos/extra-x86_64/pango.install
  pango/repos/testing-i686/
  pango/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   60 +--
 extra-i686/pango.install   |   42 +++---
 extra-x86_64/PKGBUILD  |   60 +--
 extra-x86_64/pango.install |   42 +++---
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-28 10:31:12 UTC (rev 172097)
+++ extra-i686/PKGBUILD 2012-11-28 10:31:22 UTC (rev 172098)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.32.2
-pkgrel=1
-pkgdesc=A library for layout and rendering of text
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection')
-options=('!libtool')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('23124e01a7795374a6c2864b69ee49064de31b84b3776924461c0b8b42e8e5cb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 172097, 
pango/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-28 10:31:22 UTC (rev 172098)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.32.3
+pkgrel=1
+pkgdesc=A library for layout and rendering of text
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('19a1a4fa021fcf96261de3cb809295ac06546f2a061c3c623141f2f4989b6a36')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2012-11-28 10:31:12 UTC (rev 172097)
+++ extra-i686/pango.install2012-11-28 10:31:22 UTC (rev 172098)
@@ -1,21 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-   # we need to ldconfig first, in case xfree86's libs aren't
-   # in ld.so.cache yet
-   sbin/ldconfig -r .
-   usr/bin/pango-querymodules etc/pango/pango.modules
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   post_install $1
-}
-
-# arg 1:  the old package version
-pre_remove() {
-   rm etc/pango/pango.modules
-}

Copied: pango/repos/extra-i686/pango.install (from rev 172097, 
pango/repos/testing-i686/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2012-11-28 10:31:22 UTC (rev 172098)
@@ -0,0 +1,21 @@
+# arg 1:  the new package version
+post_install() {
+   # we need to ldconfig first, in case xfree86's libs aren't
+   # in ld.so.cache yet
+   sbin/ldconfig -r .
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   

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

2012-11-28 Thread Jan de Groot
Date: Wednesday, November 28, 2012 @ 05:31:24
  Author: jgc
Revision: 172099

db-move: moved harfbuzz from [testing] to [extra] (i686, x86_64)

Added:
  harfbuzz/repos/extra-i686/PKGBUILD
(from rev 172097, harfbuzz/repos/testing-i686/PKGBUILD)
  harfbuzz/repos/extra-x86_64/PKGBUILD
(from rev 172097, harfbuzz/repos/testing-x86_64/PKGBUILD)
Deleted:
  harfbuzz/repos/extra-i686/PKGBUILD
  harfbuzz/repos/extra-x86_64/PKGBUILD
  harfbuzz/repos/testing-i686/
  harfbuzz/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-28 10:31:22 UTC (rev 172098)
+++ extra-i686/PKGBUILD 2012-11-28 10:31:24 UTC (rev 172099)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=harfbuzz
-pkgver=0.9.6
-pkgrel=1
-pkgdesc=OpenType text shaping engine.
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('icu' 'glib2' 'freetype2' 'graphite')
-makedepends=('icu' 'cairo' 'glib2' 'freetype2')
-optdepends=('cairo: hb-view program')
-options=(!libtool)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('394a849d6061993018754b0cc04110891ad215e3df3f6953b75dcc55a11f9d9b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 172097, 
harfbuzz/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-28 10:31:24 UTC (rev 172099)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=harfbuzz
+pkgver=0.9.7
+pkgrel=1
+pkgdesc=OpenType text shaping engine.
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('icu' 'glib2' 'freetype2' 'graphite')
+makedepends=('icu' 'cairo' 'glib2' 'freetype2')
+optdepends=('cairo: hb-view program')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('bd2999859f8828461fedae23e4af52d926ac32a73245f03ae2d2065205e9cf25')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-28 10:31:22 UTC (rev 172098)
+++ extra-x86_64/PKGBUILD   2012-11-28 10:31:24 UTC (rev 172099)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=harfbuzz
-pkgver=0.9.6
-pkgrel=1
-pkgdesc=OpenType text shaping engine.
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('icu' 'glib2' 'freetype2' 'graphite')
-makedepends=('icu' 'cairo' 'glib2' 'freetype2')
-optdepends=('cairo: hb-view program')
-options=(!libtool)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('394a849d6061993018754b0cc04110891ad215e3df3f6953b75dcc55a11f9d9b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
-}

Copied: harfbuzz/repos/extra-x86_64/PKGBUILD (from rev 172097, 
harfbuzz/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-28 10:31:24 UTC (rev 172099)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=harfbuzz
+pkgver=0.9.7
+pkgrel=1
+pkgdesc=OpenType text shaping engine.
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('icu' 'glib2' 'freetype2' 'graphite')
+makedepends=('icu' 'cairo' 'glib2' 'freetype2')
+optdepends=('cairo: hb-view program')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('bd2999859f8828461fedae23e4af52d926ac32a73245f03ae2d2065205e9cf25')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING 

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

2012-11-28 Thread Jan de Groot
Date: Wednesday, November 28, 2012 @ 05:32:09
  Author: jgc
Revision: 172101

db-move: moved ptlib from [testing] to [extra] (i686, x86_64)

Added:
  ptlib/repos/extra-i686/PKGBUILD
(from rev 172099, ptlib/repos/testing-i686/PKGBUILD)
  ptlib/repos/extra-x86_64/PKGBUILD
(from rev 172099, ptlib/repos/testing-x86_64/PKGBUILD)
Deleted:
  ptlib/repos/extra-i686/PKGBUILD
  ptlib/repos/extra-x86_64/PKGBUILD
  ptlib/repos/testing-i686/
  ptlib/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-28 10:32:07 UTC (rev 172100)
+++ extra-i686/PKGBUILD 2012-11-28 10:32:09 UTC (rev 172101)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=ptlib
-pkgver=2.10.7
-pkgrel=2
-pkgdesc=Portable Windows Library
-arch=('i686' 'x86_64')
-url=http://www.opalvoip.org;
-license=('GPL')
-depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
-replaces=('pwlib')
-conflicts=('pwlib')
-source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2)
-md5sums=('7fb74a97743fcc5f33d0f97dec7bc878')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib \
-  --sysconfdir=/etc --localstatedir=/var \
-  --enable-opal --enable-plugins \
-  --enable-oss --enable-v4l2 \
-  --disable-avc --enable-sdl \
-  --enable-ipv6 --enable-v4l \
-  --enable-dc --disable-odbc \
-  --enable-expat --enable-httpforms
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ptlib/repos/extra-i686/PKGBUILD (from rev 172099, 
ptlib/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-28 10:32:09 UTC (rev 172101)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=ptlib
+pkgver=2.10.9
+pkgrel=1
+pkgdesc=Portable Windows Library
+arch=('i686' 'x86_64')
+url=http://www.opalvoip.org;
+license=('GPL')
+depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
+replaces=('pwlib')
+conflicts=('pwlib')
+source=(http://ftp.gnome.org/pub/GNOME/sources/ptlib/${pkgver%.*}/ptlib-$pkgver.tar.xz)
+sha256sums=('d948e326ce238880ce9b52f9f0cd76a4897618e17cc08a347e4a713f36a575fe')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc --localstatedir=/var \
+  --enable-opal --enable-plugins \
+  --enable-oss --enable-v4l2 \
+  --disable-avc --enable-sdl \
+  --enable-ipv6 --enable-v4l \
+  --disable-dc --disable-odbc \
+  --enable-expat --enable-httpforms
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-28 10:32:07 UTC (rev 172100)
+++ extra-x86_64/PKGBUILD   2012-11-28 10:32:09 UTC (rev 172101)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=ptlib
-pkgver=2.10.7
-pkgrel=2
-pkgdesc=Portable Windows Library
-arch=('i686' 'x86_64')
-url=http://www.opalvoip.org;
-license=('GPL')
-depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
-replaces=('pwlib')
-conflicts=('pwlib')
-source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2)
-md5sums=('7fb74a97743fcc5f33d0f97dec7bc878')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib \
-  --sysconfdir=/etc --localstatedir=/var \
-  --enable-opal --enable-plugins \
-  --enable-oss --enable-v4l2 \
-  --disable-avc --enable-sdl \
-  --enable-ipv6 --enable-v4l \
-  --enable-dc --disable-odbc \
-  --enable-expat --enable-httpforms
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ptlib/repos/extra-x86_64/PKGBUILD (from rev 172099, 
ptlib/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-28 10:32:09 UTC (rev 172101)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=ptlib
+pkgver=2.10.9
+pkgrel=1
+pkgdesc=Portable Windows Library
+arch=('i686' 'x86_64')
+url=http://www.opalvoip.org;
+license=('GPL')
+depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
+replaces=('pwlib')
+conflicts=('pwlib')
+source=(http://ftp.gnome.org/pub/GNOME/sources/ptlib/${pkgver%.*}/ptlib-$pkgver.tar.xz)

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

2012-11-28 Thread Jan de Groot
Date: Wednesday, November 28, 2012 @ 05:32:11
  Author: jgc
Revision: 172102

db-move: moved opal from [testing] to [extra] (i686, x86_64)

Added:
  opal/repos/extra-i686/PKGBUILD
(from rev 172099, opal/repos/testing-i686/PKGBUILD)
  opal/repos/extra-i686/opal-ffmpeg.patch
(from rev 172099, opal/repos/testing-i686/opal-ffmpeg.patch)
  opal/repos/extra-x86_64/PKGBUILD
(from rev 172099, opal/repos/testing-x86_64/PKGBUILD)
  opal/repos/extra-x86_64/opal-ffmpeg.patch
(from rev 172099, opal/repos/testing-x86_64/opal-ffmpeg.patch)
Deleted:
  opal/repos/extra-i686/PKGBUILD
  opal/repos/extra-i686/opal-ffmpeg.patch
  opal/repos/extra-x86_64/PKGBUILD
  opal/repos/extra-x86_64/opal-ffmpeg.patch
  opal/repos/testing-i686/
  opal/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   62 +++---
 extra-i686/opal-ffmpeg.patch   |  390 +++
 extra-x86_64/PKGBUILD  |   62 +++---
 extra-x86_64/opal-ffmpeg.patch |  390 +++
 4 files changed, 452 insertions(+), 452 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-28 10:32:09 UTC (rev 172101)
+++ extra-i686/PKGBUILD 2012-11-28 10:32:11 UTC (rev 172102)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom K t...@runbox.com
-pkgname=opal
-pkgver=3.10.7
-pkgrel=3
-pkgdesc=Open Phone Abstraction Library
-arch=(i686 x86_64)
-url=http://www.opalvoip.org;
-license=('GPL')
-depends=('ptlib' 'libtheora' 'x264' 'speex' 'gsm')
-makedepends=('ffmpeg')
-options=(!makeflags)
-source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2
-opal-ffmpeg.patch)
-md5sums=('8686bb930668067eefadab115d2ee1c2'
- '0f05c01dada644b37805667ba9e81aa5')
-
-build() {
-  cd ${srcdir}/opal-${pkgver}
-  patch -Np1 -i ${srcdir}/opal-ffmpeg.patch
-  CXXFLAGS=$CXXFLAGS -fpermissive \
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/opal-${pkgver}
-  make DESTDIR=${pkgdir} install
-  chmod 644 ${pkgdir}/usr/lib/libopal_s.a
-}

Copied: opal/repos/extra-i686/PKGBUILD (from rev 172099, 
opal/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-28 10:32:11 UTC (rev 172102)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+pkgname=opal
+pkgver=3.10.9
+pkgrel=1
+pkgdesc=Open Phone Abstraction Library
+arch=(i686 x86_64)
+url=http://www.opalvoip.org;
+license=('GPL')
+depends=('ptlib' 'libtheora' 'x264' 'speex' 'gsm')
+makedepends=('ffmpeg')
+options=(!makeflags)
+source=(http://ftp.gnome.org/pub/GNOME/sources/opal/${pkgver%.*}/opal-$pkgver.tar.xz
+opal-ffmpeg.patch)
+sha256sums=('86c717a881f5283cfb58a5d52573c337b904115b90fa3e53c77fc543605e7950'
+'d81542907ace54015b7c69c275b0c67f449eeb252ba971ba6ca728a5e20db231')
+
+build() {
+  cd ${srcdir}/opal-${pkgver}
+  patch -Np1 -i ${srcdir}/opal-ffmpeg.patch
+  CXXFLAGS=$CXXFLAGS -fpermissive \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/opal-${pkgver}
+  make DESTDIR=${pkgdir} install
+  chmod 644 ${pkgdir}/usr/lib/libopal_s.a
+}

Deleted: extra-i686/opal-ffmpeg.patch
===
--- extra-i686/opal-ffmpeg.patch2012-11-28 10:32:09 UTC (rev 172101)
+++ extra-i686/opal-ffmpeg.patch2012-11-28 10:32:11 UTC (rev 172102)
@@ -1,195 +0,0 @@
-diff -ru opal-3.10.7/plugins/video/H.263-1998/h263-1998.cxx 
opal-3.10.7.patched/plugins/video/H.263-1998/h263-1998.cxx
 opal-3.10.7/plugins/video/H.263-1998/h263-1998.cxx 2012-08-23 
04:18:42.0 +0200
-+++ opal-3.10.7.patched/plugins/video/H.263-1998/h263-1998.cxx 2012-08-28 
19:53:12.080918973 +0200
-@@ -48,6 +48,7 @@
- #endif
- 
- #include h263-1998.h
-+#include libavutil/opt.h
- #include limits
- #include iomanip
- #include stdio.h
-@@ -317,9 +318,9 @@
- // Level 2+ 
- // works with eyeBeam, signaled via  non-standard D
- if (atoi(value) == 1)
--  m_context-flags |= CODEC_FLAG_H263P_UMV; 
-+  av_opt_set_int(m_context-priv_data, umv, 1, 0);
- else
--  m_context-flags = ~CODEC_FLAG_H263P_UMV; 
-+  av_opt_set_int(m_context-priv_data, umv, 0, 0);
- return;
-   }
- 
-@@ -328,9 +329,9 @@
- // Annex F: Advanced Prediction Mode
- // does not work with eyeBeam
- if (atoi(value) == 1)
--  m_context-flags |= CODEC_FLAG_OBMC; 
-+  av_opt_set_int(m_context-priv_data, obmc, 1, 0);
- else
--  m_context-flags = ~CODEC_FLAG_OBMC; 
-+  av_opt_set_int(m_context-priv_data, obmc, 0, 0);
- return;
-   }
- #endif
-@@ -360,9 +361,9 @@
- // Annex K: Slice Structure
- // 

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

2012-11-28 Thread Jan de Groot
Date: Wednesday, November 28, 2012 @ 05:32:07
  Author: jgc
Revision: 172100

db-move: moved ekiga from [testing] to [extra] (i686, x86_64)

Added:
  ekiga/repos/extra-i686/PKGBUILD
(from rev 172099, ekiga/repos/testing-i686/PKGBUILD)
  ekiga/repos/extra-i686/ekiga.install
(from rev 172099, ekiga/repos/testing-i686/ekiga.install)
  ekiga/repos/extra-x86_64/PKGBUILD
(from rev 172099, ekiga/repos/testing-x86_64/PKGBUILD)
  ekiga/repos/extra-x86_64/ekiga.install
(from rev 172099, ekiga/repos/testing-x86_64/ekiga.install)
Deleted:
  ekiga/repos/extra-i686/PKGBUILD
  ekiga/repos/extra-i686/ekiga.install
  ekiga/repos/extra-i686/gcc47.patch
  ekiga/repos/extra-x86_64/PKGBUILD
  ekiga/repos/extra-x86_64/ekiga.install
  ekiga/repos/extra-x86_64/gcc47.patch
  ekiga/repos/testing-i686/
  ekiga/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   72 +++
 extra-i686/ekiga.install   |   44 +--
 extra-i686/gcc47.patch |   99 ---
 extra-x86_64/PKGBUILD  |   72 +++
 extra-x86_64/ekiga.install |   44 +--
 extra-x86_64/gcc47.patch   |   99 ---
 6 files changed, 116 insertions(+), 314 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-28 10:31:24 UTC (rev 172099)
+++ extra-i686/PKGBUILD 2012-11-28 10:32:07 UTC (rev 172100)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom K t...@runbox.com
-
-pkgname=ekiga
-pkgver=3.9.90
-pkgrel=1
-pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
-url=http://www.ekiga.org;
-license=(GPL)
-arch=(i686 x86_64)
-depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
-optdepends=('evolution-data-server: Evolution integration')
-options=(!emptydirs)
-groups=('gnome-extra')
-install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d905169c257173196d235bad6501682cd07752a6a29577620cc4dfb91d8b77a9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-install \
-  --disable-scrollkeeper --enable-dbus
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

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

Deleted: extra-i686/ekiga.install
===
--- extra-i686/ekiga.install2012-11-28 10:31:24 UTC (rev 172099)
+++ extra-i686/ekiga.install2012-11-28 10:32:07 UTC (rev 172100)
@@ -1,22 +0,0 @@
-pkgname=ekiga
-
-post_install() {
-  gconfpkg --install $pkgname
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname

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

2012-11-28 Thread Stéphane Gaudreault
Date: Wednesday, November 28, 2012 @ 07:37:26
  Author: stephane
Revision: 172103

db-move: moved konversation from [testing] to [extra] (i686, x86_64)

Added:
  konversation/repos/extra-i686/PKGBUILD
(from rev 172102, konversation/repos/testing-i686/PKGBUILD)
  konversation/repos/extra-i686/konversation.install
(from rev 172102, konversation/repos/testing-i686/konversation.install)
  konversation/repos/extra-x86_64/PKGBUILD
(from rev 172102, konversation/repos/testing-x86_64/PKGBUILD)
  konversation/repos/extra-x86_64/konversation.install
(from rev 172102, konversation/repos/testing-x86_64/konversation.install)
Deleted:
  konversation/repos/extra-i686/PKGBUILD
  konversation/repos/extra-i686/konversation.install
  konversation/repos/extra-x86_64/PKGBUILD
  konversation/repos/extra-x86_64/konversation.install
  konversation/repos/testing-i686/
  konversation/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   85 ++--
 extra-i686/konversation.install   |   24 +-
 extra-x86_64/PKGBUILD |   85 ++--
 extra-x86_64/konversation.install |   24 +-
 4 files changed, 110 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-28 10:32:11 UTC (rev 172102)
+++ extra-i686/PKGBUILD 2012-11-28 12:37:26 UTC (rev 172103)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-# Contributor: Sergio Jovani Guzman mo...@paretux.org
-
-pkgname=konversation
-pkgver=1.4
-pkgrel=4
-pkgdesc=A user friendly IRC client for KDE
-arch=('i686' 'x86_64')
-url=http://konversation.kde.org;
-depends=('kdebase-runtime' 'kdepimlibs')
-makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml')
-optdepends=('python: python scripting support'
-'kdebase-konsole: open a terminal in konversation')
-license=('GPL2' 'FDL')
-install=${pkgname}.install
-options=('!makeflags')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-  
-  # Remove a bunch of symlinks pointing to non-existant files
-  for _lang in pt_BR uk sv et de en nl; do
- rm ${pkgdir}/usr/share/doc/kde/html/${_lang}/konversation/common
-  done
-}

Copied: konversation/repos/extra-i686/PKGBUILD (from rev 172102, 
konversation/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-28 12:37:26 UTC (rev 172103)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: Sergio Jovani Guzman mo...@paretux.org
+
+pkgname=konversation
+pkgver=1.4
+pkgrel=5
+pkgdesc=A user friendly IRC client for KDE
+arch=('i686' 'x86_64')
+url=http://konversation.kde.org;
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml')
+optdepends=('python: python scripting support'
+'kdebase-konsole: open a terminal in konversation'
+'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC 
support')
+license=('GPL2' 'FDL')
+install=${pkgname}.install
+options=('!makeflags')
+source=(http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+  
+  # Remove a bunch of symlinks pointing to non-existant files
+  for _lang in pt_BR uk sv et de en nl; do
+ rm ${pkgdir}/usr/share/doc/kde/html/${_lang}/konversation/common
+  done
+}

Deleted: extra-i686/konversation.install
===
--- extra-i686/konversation.install 2012-11-28 10:32:11 UTC (rev 172102)
+++ extra-i686/konversation.install 2012-11-28 12:37:26 UTC (rev 172103)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: konversation/repos/extra-i686/konversation.install 

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

2012-11-28 Thread Stéphane Gaudreault
Date: Wednesday, November 28, 2012 @ 08:15:32
  Author: stephane
Revision: 172104

upgpkg: kshutdown 3.0beta5-1

upstream update

Modified:
  kshutdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-28 12:37:26 UTC (rev 172103)
+++ PKGBUILD2012-11-28 13:15:32 UTC (rev 172104)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kshutdown
-pkgver=3.0beta4
+pkgver=3.0beta5
 pkgrel=1
 pkgdesc=Shutdown Utility for KDE
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 install='kshutdown.install'
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${pkgver}.zip;)
-sha1sums=('1dcdaa84b7e87560d9861209d6be6ea1d793ca78')
+sha1sums=('108e27a7d1cef505c296656f92ab071d8c53bce3')
 
 build() {
   cd ${srcdir}



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

2012-11-28 Thread Stéphane Gaudreault
Date: Wednesday, November 28, 2012 @ 08:15:50
  Author: stephane
Revision: 172105

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-28 13:15:32 UTC (rev 172104)
+++ extra-i686/PKGBUILD 2012-11-28 13:15:50 UTC (rev 172105)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=kshutdown
-pkgver=3.0beta4
-pkgrel=1
-pkgdesc=Shutdown Utility for KDE
-arch=('i686' 'x86_64')
-url=http://kshutdown.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install='kshutdown.install'
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${pkgver}.zip;)
-sha1sums=('1dcdaa84b7e87560d9861209d6be6ea1d793ca78')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kshutdown/repos/extra-i686/PKGBUILD (from rev 172104, 
kshutdown/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-28 13:15:50 UTC (rev 172105)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kshutdown
+pkgver=3.0beta5
+pkgrel=1
+pkgdesc=Shutdown Utility for KDE
+arch=('i686' 'x86_64')
+url=http://kshutdown.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install='kshutdown.install'
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${pkgver}.zip;)
+sha1sums=('108e27a7d1cef505c296656f92ab071d8c53bce3')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kshutdown.install
===
--- extra-i686/kshutdown.install2012-11-28 13:15:32 UTC (rev 172104)
+++ extra-i686/kshutdown.install2012-11-28 13:15:50 UTC (rev 172105)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kshutdown/repos/extra-i686/kshutdown.install (from rev 172104, 
kshutdown/trunk/kshutdown.install)
===
--- extra-i686/kshutdown.install(rev 0)
+++ extra-i686/kshutdown.install2012-11-28 13:15:50 UTC (rev 172105)
@@ -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-11-28 13:15:32 UTC (rev 172104)
+++ extra-x86_64/PKGBUILD   2012-11-28 13:15:50 UTC (rev 172105)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=kshutdown
-pkgver=3.0beta4
-pkgrel=1
-pkgdesc=Shutdown Utility for KDE
-arch=('i686' 'x86_64')
-url=http://kshutdown.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install='kshutdown.install'
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${pkgver}.zip;)
-sha1sums=('1dcdaa84b7e87560d9861209d6be6ea1d793ca78')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kshutdown/repos/extra-x86_64/PKGBUILD (from rev 172104, 

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

2012-11-28 Thread Eric Bélanger
Date: Wednesday, November 28, 2012 @ 14:30:47
  Author: eric
Revision: 172106

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

Added:
  openldap/repos/core-i686/PKGBUILD
(from rev 172105, openldap/repos/testing-i686/PKGBUILD)
  openldap/repos/core-i686/ntlm.patch
(from rev 172105, openldap/repos/testing-i686/ntlm.patch)
  openldap/repos/core-i686/openldap.install
(from rev 172105, openldap/repos/testing-i686/openldap.install)
  openldap/repos/core-i686/slapd
(from rev 172105, openldap/repos/testing-i686/slapd)
  openldap/repos/core-i686/slapd.default
(from rev 172105, openldap/repos/testing-i686/slapd.default)
  openldap/repos/core-i686/slapd.service
(from rev 172105, openldap/repos/testing-i686/slapd.service)
  openldap/repos/core-i686/slapd.tmpfiles
(from rev 172105, openldap/repos/testing-i686/slapd.tmpfiles)
  openldap/repos/core-x86_64/PKGBUILD
(from rev 172105, openldap/repos/testing-x86_64/PKGBUILD)
  openldap/repos/core-x86_64/ntlm.patch
(from rev 172105, openldap/repos/testing-x86_64/ntlm.patch)
  openldap/repos/core-x86_64/openldap.install
(from rev 172105, openldap/repos/testing-x86_64/openldap.install)
  openldap/repos/core-x86_64/slapd
(from rev 172105, openldap/repos/testing-x86_64/slapd)
  openldap/repos/core-x86_64/slapd.default
(from rev 172105, openldap/repos/testing-x86_64/slapd.default)
  openldap/repos/core-x86_64/slapd.service
(from rev 172105, openldap/repos/testing-x86_64/slapd.service)
  openldap/repos/core-x86_64/slapd.tmpfiles
(from rev 172105, openldap/repos/testing-x86_64/slapd.tmpfiles)
Deleted:
  openldap/repos/core-i686/PKGBUILD
  openldap/repos/core-i686/ntlm.patch
  openldap/repos/core-i686/openldap.install
  openldap/repos/core-i686/slapd
  openldap/repos/core-i686/slapd.default
  openldap/repos/core-i686/slapd.service
  openldap/repos/core-i686/slapd.tmpfiles
  openldap/repos/core-x86_64/PKGBUILD
  openldap/repos/core-x86_64/ntlm.patch
  openldap/repos/core-x86_64/openldap.install
  openldap/repos/core-x86_64/slapd
  openldap/repos/core-x86_64/slapd.default
  openldap/repos/core-x86_64/slapd.service
  openldap/repos/core-x86_64/slapd.tmpfiles
  openldap/repos/testing-i686/
  openldap/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |  208 +-
 core-i686/ntlm.patch |  460 -
 core-i686/openldap.install   |   40 +--
 core-i686/slapd  |   98 
 core-i686/slapd.default  |   12 -
 core-i686/slapd.service  |   18 -
 core-i686/slapd.tmpfiles |2 
 core-x86_64/PKGBUILD |  208 +-
 core-x86_64/ntlm.patch   |  460 -
 core-x86_64/openldap.install |   40 +--
 core-x86_64/slapd|   98 
 core-x86_64/slapd.default|   12 -
 core-x86_64/slapd.service|   18 -
 core-x86_64/slapd.tmpfiles   |2 
 14 files changed, 838 insertions(+), 838 deletions(-)

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


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

2012-11-28 Thread Dan McGee
Date: Wednesday, November 28, 2012 @ 22:49:01
  Author: dan
Revision: 172107

upgpkg: pacman-mirrorlist 20121128-1

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +-
 mirrorlist |  167 ---
 2 files changed, 94 insertions(+), 79 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-28 19:30:47 UTC (rev 172106)
+++ PKGBUILD2012-11-29 03:49:01 UTC (rev 172107)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=pacman-mirrorlist
-pkgver=20120908
+pkgver=20121128
 pkgrel=1
 pkgdesc=Arch Linux mirror list for use by pacman
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('6ca109b6d37df72c2a88fc48e7f319a4')
-sha256sums=('669e6e0d3d0db1f992afe8629c87216f7cea4958901a4af96ec535852e0189eb')
+md5sums=('e80390b1b57e0e26e8a5124cc3939ec2')
+sha256sums=('3480c0671d206e58d9eaa6cc66b7326333cbd1155b968b694e541846821513d2')

Modified: mirrorlist
===
--- mirrorlist  2012-11-28 19:30:47 UTC (rev 172106)
+++ mirrorlist  2012-11-29 03:49:01 UTC (rev 172107)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2012-09-08
+## Generated on 2012-11-29
 ##
 
 ## Australia
@@ -10,36 +10,37 @@
 #Server = http://mirror.optus.net/archlinux/$repo/os/$arch
 #Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
 
+## Belarus
+#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
+#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
+
 ## Belgium
 #Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
 
-## Bulgaria
-#Server = http://archlinux.igor.onlinedirect.bg/$repo/os/$arch
-
 ## Brazil
+#Server = http://www.bitwave.com.br/downloads/archlinux/$repo/os/$arch
 #Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
 #Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
 #Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
 
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
+## Bulgaria
+#Server = http://archlinux.igor.onlinedirect.bg/$repo/os/$arch
 
 ## Canada
-#Server = http://archlinux.mirror.rafal.ca/$repo/os/$arch
 #Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
 #Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch
+#Server = http://archlinux.mirror.rafal.ca/$repo/os/$arch
 
-## Switzerland
-#Server = http://archlinux.puzzle.ch/$repo/os/$arch
-
 ## Chile
 #Server = http://mirror.archlinux.cl/$repo/os/$arch
 
 ## China
+#Server = http://mirrors.163.com/archlinux/$repo/os/$arch
 #Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch
 #Server = http://mirror6.bjtu.edu.cn/archlinux/$repo/os/$arch
+#Server = http://mirrors.neusoft.edu.cn/archlinux/$repo/os/$arch
 #Server = http://mirrors.stuhome.net/archlinux/$repo/os/$arch
+#Server = http://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
 #Server = http://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
 #Server = http://mirrors6.ustc.edu.cn/archlinux/$repo/os/$arch
 
@@ -50,37 +51,15 @@
 #Server = http://archlinux.mirror.dkm.cz/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.vpsfree.cz/archlinux/$repo/os/$arch
 
-## Germany
-#Server = http://1favre.de/arch/$repo/os/$arch
-#Server = http://archlinux.limun.org/$repo/os/$arch
-#Server = http://artfiles.org/archlinux.org/$repo/os/$arch
-#Server = http://mirror.devnu11.net/archlinux/$repo/os/$arch
-#Server = http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch
-#Server = http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/$arch
-#Server = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch
-#Server = http://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
-#Server = http://mirror.michael-eckert.net/archlinux/$repo/os/$arch
-#Server = http://mirror.selfnet.de/archlinux/$repo/os/$arch
-#Server = http://mirrors.mycraft.eu/archlinux/$repo/os/$arch
-#Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
-#Server = http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
-#Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
-#Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch
-#Server = http://ftp.tuxdroid.org/archlinux/$repo/os/$arch
-#Server = http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/$arch
-#Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch
-
 ## Denmark
 #Server = http://mirrors.dotsrc.org/archlinux/$repo/os/$arch
 
 ## Estonia
 #Server = http://ftp.eenet.ee/pub/archlinux/$repo/os/$arch
 
-## Spain
-#Server = http://sunsite.rediris.es/mirror/archlinux/$repo/os/$arch
-
 ## Finland
 #Server = http://mirror.academica.fi/archlinux/$repo/os/$arch
+#Server = http://mirror.archlinux.fi/archlinux/$repo/os