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

2012-11-10 Thread Pierre Schmitz
Date: Saturday, November 10, 2012 @ 03:02:20
  Author: pierre
Revision: 170728

upgpkg: ca-certificates 20121105-1

upstream update

Modified:
  ca-certificates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 07:54:43 UTC (rev 170727)
+++ PKGBUILD2012-11-10 08:02:20 UTC (rev 170728)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=ca-certificates
-pkgver=20120623
+pkgver=20121105
 pkgrel=1
 pkgdesc='Common CA certificates'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python2')
 install='ca-certificates.install'
 backup=('etc/ca-certificates.conf')
-sha256sums=('878cd1130ba056fe5f96decde7e5fc1b71d35eb8565a1515744912e100731ee9')
+sha256sums=('77551086b074b8c8a6c0fbb595b7efdd5a274cfc8505f015332ff06f4c76a012')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2012-11-10 Thread Pierre Schmitz
Date: Saturday, November 10, 2012 @ 03:02:35
  Author: pierre
Revision: 170729

archrelease: copy trunk to testing-any

Added:
  ca-certificates/repos/testing-any/
  ca-certificates/repos/testing-any/PKGBUILD
(from rev 170728, ca-certificates/trunk/PKGBUILD)
  ca-certificates/repos/testing-any/ca-certificates.install
(from rev 170728, ca-certificates/trunk/ca-certificates.install)

-+
 PKGBUILD|   38 ++
 ca-certificates.install |   26 ++
 2 files changed, 64 insertions(+)

Copied: ca-certificates/repos/testing-any/PKGBUILD (from rev 170728, 
ca-certificates/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-11-10 08:02:35 UTC (rev 170729)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=ca-certificates
+pkgver=20121105
+pkgrel=1
+pkgdesc='Common CA certificates'
+arch=('any')
+url='http://packages.qa.debian.org/c/ca-certificates.html'
+license=('MPL' 'GPL')
+source=("http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz";)
+depends=('bash' 'run-parts' 'openssl' 'findutils' 'coreutils' 'sed')
+makedepends=('python2')
+install='ca-certificates.install'
+backup=('etc/ca-certificates.conf')
+sha256sums=('77551086b074b8c8a6c0fbb595b7efdd5a274cfc8505f015332ff06f4c76a012')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's|/usr/bin/python|/usr/bin/python2|g' -i mozilla/certdata2pem.py
+   sed 's|python|python2|g' -i mozilla/Makefile
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   install -d -m755 
${pkgdir}/{etc/ca-certificates/update.d,usr/{sbin,share/ca-certificates},etc/ssl/certs}
+   make install DESTDIR=${pkgdir}
+   install -D -m644 sbin/update-ca-certificates.8 
${pkgdir}/usr/share/man/man8/update-ca-certificates.8
+
+   (
+   echo "# Automatically generated by ${pkgname}-${pkgver}-${pkgrel}"
+   echo "# see update-ca-certificates man page"
+   echo "# "
+   cd ${pkgdir}/usr/share/ca-certificates
+   find . -name '*.crt' | sort | cut -b3-
+   ) > ${pkgdir}/etc/ca-certificates.conf
+}

Copied: ca-certificates/repos/testing-any/ca-certificates.install (from rev 
170728, ca-certificates/trunk/ca-certificates.install)
===
--- testing-any/ca-certificates.install (rev 0)
+++ testing-any/ca-certificates.install 2012-11-10 08:02:35 UTC (rev 170729)
@@ -0,0 +1,26 @@
+export LC_ALL=C
+
+post_install() {
+   usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
+}
+
+post_upgrade() {
+   if [ $(vercmp $2 20110421-1) -lt 0 ]; then
+   echo 'Updating certificates. This might take a while...'
+   fi
+   usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
+}
+
+pre_remove() {
+   # clean up certificates
+   local _backup=$(mktemp)
+   mv etc/ca-certificates.conf ${_backup}
+   echo > etc/ca-certificates.conf
+   usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
+   mv ${_backup} etc/ca-certificates.conf
+}
+
+post_remove() {
+   # remove the cert file if it is empty
+   [[ -s etc/ssl/certs/ca-certificates.crt ]] || rm -f 
etc/ssl/certs/ca-certificates.crt
+}



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

2012-11-10 Thread Ionut Biru
Date: Saturday, November 10, 2012 @ 10:23:58
  Author: ibiru
Revision: 170730

update to 0.20.1

Modified:
  telepathy-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 08:02:35 UTC (rev 170729)
+++ PKGBUILD2012-11-10 15:23:58 UTC (rev 170730)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Lindeijer 
 
 pkgname=telepathy-glib
-pkgver=0.20.0
+pkgver=0.20.1
 pkgrel=1
 pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('dbus-glib')
 makedepends=('libxslt' 'vala' 'gobject-introspection')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('9d7b2bcc2d9f8e0352c8789952717d83')
+md5sums=('780034ff7433f33e6577b02fd7a2cb0a')
 
 build() {
 cd $pkgname-$pkgver



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

2012-11-10 Thread Ionut Biru
Date: Saturday, November 10, 2012 @ 10:25:09
  Author: ibiru
Revision: 170731

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

Added:
  telepathy-glib/repos/extra-i686/PKGBUILD
(from rev 170730, telepathy-glib/trunk/PKGBUILD)
  telepathy-glib/repos/extra-x86_64/PKGBUILD
(from rev 170730, telepathy-glib/trunk/PKGBUILD)
Deleted:
  telepathy-glib/repos/extra-i686/PKGBUILD
  telepathy-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-10 15:23:58 UTC (rev 170730)
+++ extra-i686/PKGBUILD 2012-11-10 15:25:09 UTC (rev 170731)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: Kessia 'even' Pinheiro 
-
-pkgname=telepathy-glib
-pkgver=0.20.0
-pkgrel=1
-pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
-arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org";
-license=('LGPL2.1')
-options=('!libtool' '!emptydirs')
-depends=('dbus-glib')
-makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('9d7b2bcc2d9f8e0352c8789952717d83')
-
-build() {
-cd $pkgname-$pkgver
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---libexecdir=/usr/lib/telepathy \
---enable-vala-bindings \
---enable-static=no
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
-}

Copied: telepathy-glib/repos/extra-i686/PKGBUILD (from rev 170730, 
telepathy-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-10 15:25:09 UTC (rev 170731)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: Kessia 'even' Pinheiro 
+
+pkgname=telepathy-glib
+pkgver=0.20.1
+pkgrel=1
+pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org";
+license=('LGPL2.1')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('780034ff7433f33e6577b02fd7a2cb0a')
+
+build() {
+cd $pkgname-$pkgver
+PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--libexecdir=/usr/lib/telepathy \
+--enable-vala-bindings \
+--enable-static=no
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-10 15:23:58 UTC (rev 170730)
+++ extra-x86_64/PKGBUILD   2012-11-10 15:25:09 UTC (rev 170731)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: Kessia 'even' Pinheiro 
-
-pkgname=telepathy-glib
-pkgver=0.20.0
-pkgrel=1
-pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
-arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org";
-license=('LGPL2.1')
-options=('!libtool' '!emptydirs')
-depends=('dbus-glib')
-makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('9d7b2bcc2d9f8e0352c8789952717d83')
-
-build() {
-cd $pkgname-$pkgver
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---libexecdir=/usr/lib/telepathy \
---enable-vala-bindings \
---enable-static=no
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
-}

Copied: telepathy-glib/repos/extra-x86_64/PKGBUILD (from rev 170730, 
telepathy-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-10 15:25:09 UTC (rev 170731)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: Kessia 'even' Pinheiro 
+
+pkgname=telepathy-glib
+pkgver=0.20.1
+pkgrel=1
+pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org";
+license=('LGPL2.1')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('780034ff7433f33e6577b02fd7a2cb0a')
+
+build() {
+cd $pkgname-$pkgver
+PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--libexecdir=/usr/lib/telepathy \
+--enable-vala-bindings \
+--enable-static=no
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pk

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

2012-11-10 Thread Jan Steffens
Date: Saturday, November 10, 2012 @ 10:58:38
  Author: heftig
Revision: 170732

3.6.2

Modified:
  gdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 15:25:09 UTC (rev 170731)
+++ PKGBUILD2012-11-10 15:58:38 UTC (rev 170732)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gdl
-pkgver=3.6.0
+pkgver=3.6.2
 pkgrel=1
 pkgdesc="GNOME Docking Library"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('32a04fc96667e2f7ca1e3c853b996da3e62f4811b2a90d62cb2081f68aeecac3')
+sha256sums=('e772319f1b133047f54e3c1b7e95a718168071cfef972f981337f6bf570ddf1c')
 
 build() {
   cd "$pkgname-$pkgver"



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

2012-11-10 Thread Jan Steffens
Date: Saturday, November 10, 2012 @ 11:00:06
  Author: heftig
Revision: 170733

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-10 15:58:38 UTC (rev 170732)
+++ extra-i686/PKGBUILD 2012-11-10 16:00:06 UTC (rev 170733)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gdl
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="GNOME Docking Library"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.gnome.org/";
-depends=('gtk3')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('32a04fc96667e2f7ca1e3c853b996da3e62f4811b2a90d62cb2081f68aeecac3')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gdl/repos/extra-i686/PKGBUILD (from rev 170732, gdl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-10 16:00:06 UTC (rev 170733)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gdl
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="GNOME Docking Library"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.gnome.org/";
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e772319f1b133047f54e3c1b7e95a718168071cfef972f981337f6bf570ddf1c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-10 15:58:38 UTC (rev 170732)
+++ extra-x86_64/PKGBUILD   2012-11-10 16:00:06 UTC (rev 170733)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gdl
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="GNOME Docking Library"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.gnome.org/";
-depends=('gtk3')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('32a04fc96667e2f7ca1e3c853b996da3e62f4811b2a90d62cb2081f68aeecac3')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gdl/repos/extra-x86_64/PKGBUILD (from rev 170732, gdl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-10 16:00:06 UTC (rev 170733)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gdl
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="GNOME Docking Library"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.gnome.org/";
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e772319f1b133047f54e3c1b7e95a718168071cfef972f981337f6bf570ddf1c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2012-11-10 Thread Dan McGee
Date: Saturday, November 10, 2012 @ 11:15:43
  Author: dan
Revision: 170734

upgpkg: numactl 2.0.8-1

Modified:
  numactl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 16:00:06 UTC (rev 170733)
+++ PKGBUILD2012-11-10 16:15:43 UTC (rev 170734)
@@ -2,15 +2,15 @@
 # Contributor: Florian Zeitz 
 
 pkgname=numactl
-pkgver=2.0.7
-pkgrel=2
+pkgver=2.0.8
+pkgrel=1
 pkgdesc="Simple NUMA policy support"
 arch=('i686' 'x86_64')
 url="http://oss.sgi.com/projects/libnuma/";
 license=('LGPL2.1' 'GPL2')
 depends=('perl')
 
source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
-sha1sums=('dfdf539da65d1e880f04202071c139c4d2ba2da9')
+sha1sums=('f7bf06caea29669992fd3540a4c864a32615b5a1')
 
 build() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"



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

2012-11-10 Thread Dan McGee
Date: Saturday, November 10, 2012 @ 11:17:08
  Author: dan
Revision: 170735

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-10 16:15:43 UTC (rev 170734)
+++ extra-i686/PKGBUILD 2012-11-10 16:17:08 UTC (rev 170735)
@@ -1,24 +0,0 @@
-# Maintainer: Dan McGee 
-# Contributor: Florian Zeitz 
-
-pkgname=numactl
-pkgver=2.0.7
-pkgrel=2
-pkgdesc="Simple NUMA policy support"
-arch=('i686' 'x86_64')
-url="http://oss.sgi.com/projects/libnuma/";
-license=('LGPL2.1' 'GPL2')
-depends=('perl')
-source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
-sha1sums=('dfdf539da65d1e880f04202071c139c4d2ba2da9')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  make prefix="$pkgdir/usr" libdir="$pkgdir/usr/lib" install
-  rmdir $pkgdir/usr/share/man/man2
-}

Copied: numactl/repos/extra-i686/PKGBUILD (from rev 170734, 
numactl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-10 16:17:08 UTC (rev 170735)
@@ -0,0 +1,24 @@
+# Maintainer: Dan McGee 
+# Contributor: Florian Zeitz 
+
+pkgname=numactl
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="Simple NUMA policy support"
+arch=('i686' 'x86_64')
+url="http://oss.sgi.com/projects/libnuma/";
+license=('LGPL2.1' 'GPL2')
+depends=('perl')
+source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
+sha1sums=('f7bf06caea29669992fd3540a4c864a32615b5a1')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  make prefix="$pkgdir/usr" libdir="$pkgdir/usr/lib" install
+  rmdir $pkgdir/usr/share/man/man2
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-10 16:15:43 UTC (rev 170734)
+++ extra-x86_64/PKGBUILD   2012-11-10 16:17:08 UTC (rev 170735)
@@ -1,24 +0,0 @@
-# Maintainer: Dan McGee 
-# Contributor: Florian Zeitz 
-
-pkgname=numactl
-pkgver=2.0.7
-pkgrel=2
-pkgdesc="Simple NUMA policy support"
-arch=('i686' 'x86_64')
-url="http://oss.sgi.com/projects/libnuma/";
-license=('LGPL2.1' 'GPL2')
-depends=('perl')
-source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
-sha1sums=('dfdf539da65d1e880f04202071c139c4d2ba2da9')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  make prefix="$pkgdir/usr" libdir="$pkgdir/usr/lib" install
-  rmdir $pkgdir/usr/share/man/man2
-}

Copied: numactl/repos/extra-x86_64/PKGBUILD (from rev 170734, 
numactl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-10 16:17:08 UTC (rev 170735)
@@ -0,0 +1,24 @@
+# Maintainer: Dan McGee 
+# Contributor: Florian Zeitz 
+
+pkgname=numactl
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="Simple NUMA policy support"
+arch=('i686' 'x86_64')
+url="http://oss.sgi.com/projects/libnuma/";
+license=('LGPL2.1' 'GPL2')
+depends=('perl')
+source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
+sha1sums=('f7bf06caea29669992fd3540a4c864a32615b5a1')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  make prefix="$pkgdir/usr" libdir="$pkgdir/usr/lib" install
+  rmdir $pkgdir/usr/share/man/man2
+}



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

2012-11-10 Thread Andrea Scarpino
Date: Saturday, November 10, 2012 @ 15:52:41
  Author: andrea
Revision: 170736

upgpkg: calligra 2.5.3-7

icu rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 16:17:08 UTC (rev 170735)
+++ PKGBUILD2012-11-10 20:52:41 UTC (rev 170736)
@@ -18,7 +18,7 @@
  'calligra-braindump'
  'calligra-flow')
 pkgver=2.5.3
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')



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

2012-11-10 Thread Andrea Scarpino
Date: Saturday, November 10, 2012 @ 15:54:10
  Author: andrea
Revision: 170737

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

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 170736, calligra/trunk/PKGBUILD)
  calligra/repos/staging-i686/calligra-braindump.install
(from rev 170736, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-i686/calligra-filters.install
(from rev 170736, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-i686/calligra-flow.install
(from rev 170736, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-i686/calligra-karbon.install
(from rev 170736, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-i686/calligra-kexi.install
(from rev 170736, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-i686/calligra-krita.install
(from rev 170736, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-i686/calligra-plan.install
(from rev 170736, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-i686/calligra-sheets.install
(from rev 170736, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-i686/calligra-stage.install
(from rev 170736, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-i686/calligra-tools.install
(from rev 170736, calligra/trunk/calligra-tools.install)
  calligra/repos/staging-i686/calligra-words.install
(from rev 170736, calligra/trunk/calligra-words.install)
  calligra/repos/staging-i686/calligra.install
(from rev 170736, calligra/trunk/calligra.install)
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 170736, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-braindump.install
(from rev 170736, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-x86_64/calligra-filters.install
(from rev 170736, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-x86_64/calligra-flow.install
(from rev 170736, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-x86_64/calligra-karbon.install
(from rev 170736, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-x86_64/calligra-kexi.install
(from rev 170736, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-x86_64/calligra-krita.install
(from rev 170736, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-x86_64/calligra-plan.install
(from rev 170736, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-x86_64/calligra-sheets.install
(from rev 170736, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-x86_64/calligra-stage.install
(from rev 170736, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-x86_64/calligra-tools.install
(from rev 170736, calligra/trunk/calligra-tools.install)
  calligra/repos/staging-x86_64/calligra-words.install
(from rev 170736, calligra/trunk/calligra-words.install)
  calligra/repos/staging-x86_64/calligra.install
(from rev 170736, calligra/trunk/calligra.install)

---+
 staging-i686/PKGBUILD |  219 
 staging-i686/calligra-braindump.install   |   12 +
 staging-i686/calligra-filters.install |   11 +
 staging-i686/calligra-flow.install|   12 +
 staging-i686/calligra-karbon.install  |   12 +
 staging-i686/calligra-kexi.install|   11 +
 staging-i686/calligra-krita.install   |   13 +
 staging-i686/calligra-plan.install|   12 +
 staging-i686/calligra-sheets.install  |   12 +
 staging-i686/calligra-stage.install   |   12 +
 staging-i686/calligra-tools.install   |   12 +
 staging-i686/calligra-words.install   |   12 +
 staging-i686/calligra.install |   11 +
 staging-x86_64/PKGBUILD   |  219 
 staging-x86_64/calligra-braindump.install |   12 +
 staging-x86_64/calligra-filters.install   |   11 +
 staging-x86_64/calligra-flow.install  |   12 +
 staging-x86_64/calligra-karbon.install|   12 +
 staging-x86_64/calligra-kexi.install  |   11 +
 staging-x86_64/calligra-krita.install |   13 +
 staging-x86_64/calligra-plan.install  |   12 +
 staging-x86_64/calligra-sheets.install|   12 +
 staging-x86_64/calligra-stage.install |   12 +
 staging-x86_64/calligra-tools.install |   12 +
 staging-x86_64/calligra-words.install |   12 +
 staging-x86_64/calligra.install   |   11 +
 26 files changed, 722 insertions(+)

Copied: calligra/repos/staging-i686/PKGBUILD (from rev 170736, 
calligra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-10 20:54:10 UTC (rev 170737)
@@ -0,0 +1,219 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: And

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

2012-11-10 Thread Jan Steffens
Date: Saturday, November 10, 2012 @ 16:02:12
  Author: heftig
Revision: 170738

icu rebuild. add graphite support

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 20:54:10 UTC (rev 170737)
+++ PKGBUILD2012-11-10 21:02:12 UTC (rev 170738)
@@ -3,12 +3,12 @@
 
 pkgname=harfbuzz
 pkgver=0.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenType text shaping engine."
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
 license=('MIT')
-depends=('icu' 'glib2' 'freetype2')
+depends=('icu' 'glib2' 'freetype2' 'graphite')
 makedepends=('icu' 'cairo' 'glib2' 'freetype2')
 optdepends=('cairo: hb-view program')
 options=(!libtool)
@@ -16,15 +16,14 @@
 sha256sums=('57aa645606b7220fa202871b2acd9062243a5c212a2b55ab6493eeaaca1c6a7a')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/harfbuzz/COPYING"
 }



[arch-commits] Commit in icu/trunk (PKGBUILD changeset_32780.diff)

2012-11-10 Thread Jan Steffens
Date: Saturday, November 10, 2012 @ 16:02:44
  Author: heftig
Revision: 170739

Fix linking harfbuzz

Added:
  icu/trunk/changeset_32780.diff
Modified:
  icu/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 changeset_32780.diff |   67 +
 2 files changed, 76 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 21:02:12 UTC (rev 170738)
+++ PKGBUILD2012-11-10 21:02:44 UTC (rev 170739)
@@ -4,7 +4,7 @@
 
 pkgname=icu
 pkgver=50.1
-pkgrel=1
+pkgrel=2
 pkgdesc="International Components for Unicode library"
 arch=(i686 x86_64)
 url="http://www.icu-project.org/";
@@ -12,14 +12,20 @@
 depends=('gcc-libs>=4.7.1-5' 'sh')
 
source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz

http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
-   icu.8198.revert.icu5431.patch)
+   icu.8198.revert.icu5431.patch changeset_32780.diff)
 md5sums=('cf7bf9e56aa6c2057a8b6f464046483e'
- 'ebd5470fc969c75e52baf4af94a9ee82')
+ 'ebd5470fc969c75e52baf4af94a9ee82'
+ '58f4b655e40dddc8e316600019b491b2')
 
 build() {
   cd ${srcdir}/icu/source
+
   # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
   patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
+
+  # fix building clients without c++11 
http://bugs.icu-project.org/trac/changeset/32780
+  patch -Np4 -i ${srcdir}/changeset_32780.diff
+
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man

Added: changeset_32780.diff
===
--- changeset_32780.diff(rev 0)
+++ changeset_32780.diff2012-11-10 21:02:44 UTC (rev 170739)
@@ -0,0 +1,67 @@
+Index: /icu/trunk/source/test/intltest/strtest.cpp
+===
+--- /icu/trunk/source/test/intltest/strtest.cpp(revision 32779)
 /icu/trunk/source/test/intltest/strtest.cpp(revision 32780)
+@@ -1,5 +1,5 @@
+ /
+  * COPYRIGHT: 
+- * Copyright (c) 1997-2011, International Business Machines Corporation and
++ * Copyright (c) 1997-2012, International Business Machines Corporation and
+  * others. All Rights Reserved.
+  /
+@@ -95,5 +95,5 @@
+ StringTest::Test_U_STRING() {
+ U_STRING_INIT(ustringVar, "aZ0 -", 5);
+-if( sizeof(ustringVar)/sizeof(*ustringVar)!=6 ||
++if( u_strlen(ustringVar)!=5 ||
+ ustringVar[0]!=0x61 ||
+ ustringVar[1]!=0x5a ||
+Index: /icu/trunk/source/common/unicode/ustring.h
+===
+--- /icu/trunk/source/common/unicode/ustring.h (revision 32779)
 /icu/trunk/source/common/unicode/ustring.h (revision 32780)
+@@ -940,5 +940,5 @@
+  */
+ #if defined(U_DECLARE_UTF16)
+-#   define U_STRING_DECL(var, cs, length) static const UChar 
var[(length)+1]=U_DECLARE_UTF16(cs)
++#   define U_STRING_DECL(var, cs, length) static const UChar *var=(const 
UChar *)U_DECLARE_UTF16(cs)
+ /**@stable ICU 2.0 */
+ #   define U_STRING_INIT(var, cs, length)
+Index: /icu/trunk/source/common/unicode/platform.h
+===
+--- /icu/trunk/source/common/unicode/platform.h(revision 32779)
 /icu/trunk/source/common/unicode/platform.h(revision 32780)
+@@ -665,7 +665,7 @@
+  * gcc 4.4 defines the __CHAR16_TYPE__ macro to a usable type but
+  * does not support u"abc" string literals.
+- * C++11 requires support for UTF-16 literals
++ * C++11 and C11 require support for UTF-16 literals
+  */
+-#   if (defined(__cplusplus) && __cplusplus >= 201103L)
++#   if (defined(__cplusplus) && __cplusplus >= 201103L) || 
(defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L)
+ #   define U_HAVE_CHAR16_T 1
+ #   else
+Index: /icu/trunk/source/common/unicode/umachine.h
+===
+--- /icu/trunk/source/common/unicode/umachine.h(revision 32779)
 /icu/trunk/source/common/unicode/umachine.h(revision 32780)
+@@ -257,5 +257,5 @@
+ /**
+  * \var UChar
+- * Define UChar to be char16_t, if available,
++ * Define UChar to be UCHAR_TYPE, if that is #defined (for example, to 
char16_t),
+  * or wchar_t if that is 16 bits wide; always assumed to be unsigned.
+  * If neither is available, then define UChar to be uint16_t.
+@@ -267,8 +267,8 @@
+  * @stable ICU 4.4
+  */
+-
+-/* Define UChar to be compatible with char16_t or wchar_t if possible. */
+-#if U_HAVE_CHAR16_T
+-typedef char16_t UChar;
++#if defined(UCHAR_TYPE)
++typedef UCHAR_TYPE 

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

2012-11-10 Thread Dave Reisner
Date: Saturday, November 10, 2012 @ 16:05:31
  Author: dreisner
Revision: 170740

upgpkg: dhcpcd 5.6.2-2

- add device dependency in service
- move binary path to /usr/sbin in service

Modified:
  dhcpcd/trunk/PKGBUILD
  dhcpcd/trunk/dhcpcd.service

+
 PKGBUILD   |4 ++--
 dhcpcd.service |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 21:02:44 UTC (rev 170739)
+++ PKGBUILD2012-11-10 21:05:31 UTC (rev 170740)
@@ -5,7 +5,7 @@
 
 pkgname=dhcpcd
 pkgver=5.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="http://roy.marples.name/projects/dhcpcd/";
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'dhcpcd.conf.d' 'dhcpcd.service')
 sha1sums=('7127237b5594ba50642829e76033a04d1c6fd42e'
   'b67b9ce6a2faaca75fea356966a16be2283b7db0'
-  '3d0542eab1b89a88d56ca427128228ac72c40d1f')
+  'cf00c0046687a0c3274c2e7756334f86e3d2b485')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: dhcpcd.service
===
--- dhcpcd.service  2012-11-10 21:02:44 UTC (rev 170739)
+++ dhcpcd.service  2012-11-10 21:05:31 UTC (rev 170740)
@@ -8,8 +8,8 @@
 [Service]
 Type=forking
 PIDFile=/run/dhcpcd-%I.pid
-ExecStart=/sbin/dhcpcd -A -q -w %I
-ExecStop=/sbin/dhcpcd -k %I
+ExecStart=/usr/sbin/dhcpcd -A -q -w %I
+ExecStop=/usr/sbin/dhcpcd -k %I
 
 [Install]
 Alias=multi-user.target.wants/dhcpcd@eth0.service



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

2012-11-10 Thread Dave Reisner
Date: Saturday, November 10, 2012 @ 16:05:57
  Author: dreisner
Revision: 170741

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

Added:
  dhcpcd/repos/testing-i686/
  
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 170740, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 170740, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 170740, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.conf.d
(from rev 170740, dhcpcd/trunk/dhcpcd.conf.d)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 170740, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/remove_ifconfig.patch
(from rev 170740, dhcpcd/trunk/remove_ifconfig.patch)
  dhcpcd/repos/testing-x86_64/
  
dhcpcd/repos/testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 170740, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 170740, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 170740, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.conf.d
(from rev 170740, dhcpcd/trunk/dhcpcd.conf.d)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 170740, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/remove_ifconfig.patch
(from rev 170740, dhcpcd/trunk/remove_ifconfig.patch)

--+
 testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch   |   33 
+
 testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch   |   61 
++
 testing-i686/PKGBUILD|   55 
+
 testing-i686/dhcpcd.conf.d   |6 
 testing-i686/dhcpcd.service  |   15 ++
 testing-i686/remove_ifconfig.patch   |   20 +++
 testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch |   33 
+
 testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch |   61 
++
 testing-x86_64/PKGBUILD  |   55 
+
 testing-x86_64/dhcpcd.conf.d |6 
 testing-x86_64/dhcpcd.service|   15 ++
 testing-x86_64/remove_ifconfig.patch |   20 +++
 12 files changed, 380 insertions(+)

Copied: 
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch 
(from rev 170740, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
===
--- testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch  
(rev 0)
+++ testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch  
2012-11-10 21:05:57 UTC (rev 170741)
@@ -0,0 +1,33 @@
+From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
+From: Dan McGee 
+Date: Sun, 19 Jun 2011 16:04:25 -0500
+Subject: [PATCH] Set hostname via /proc if file is available
+
+On Linux, the hostname can be set via this file if available, precluding
+the need for a `hostname` binary.
+
+Signed-off-by: Dan McGee 
+---
+ dhcpcd-hooks/30-hostname |6 +-
+ 1 files changed, 5 insertions(+), 1 deletions(-)
+
+diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
+index 65d1a13..af94262 100644
+--- a/dhcpcd-hooks/30-hostname
 b/dhcpcd-hooks/30-hostname
+@@ -21,7 +21,11 @@ need_hostname()
+ try_hostname()
+ {
+   if valid_domainname "$1"; then
+-  hostname "$1"
++  if [ -w /proc/sys/kernel/hostname ]; then
++  echo "$1" > /proc/sys/kernel/hostname
++  else
++  hostname "$1"
++  fi
+   else
+   syslog err "Invalid hostname: $1"
+   fi
+-- 
+1.7.5.4
+

Copied: 
dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch 
(from rev 170740, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
===
--- testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch  
(rev 0)
+++ testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch  
2012-11-10 21:05:57 UTC (rev 170741)
@@ -0,0 +1,61 @@
+From 950c00d1b183796034d227ef47a90eb248d79b72 Mon Sep 17 00:00:00 2001
+From: Dave Reisner 
+Date: Tue, 21 Jun 2011 09:32:47 -0400
+Subject: [PATCH] set MTU via sysfs if file is available
+
+On Linux, a network interface's MTU can be set by writing to
+/sys/class/net/$interface/mtu,

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

2012-11-10 Thread Jan Steffens
Date: Saturday, November 10, 2012 @ 16:07:38
  Author: heftig
Revision: 170742

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

Added:
  icu/repos/staging-i686/PKGBUILD
(from rev 170741, icu/trunk/PKGBUILD)
  icu/repos/staging-i686/changeset_32780.diff
(from rev 170741, icu/trunk/changeset_32780.diff)
  icu/repos/staging-i686/icu.8198.revert.icu5431.patch
(from rev 170741, icu/trunk/icu.8198.revert.icu5431.patch)
  icu/repos/staging-x86_64/PKGBUILD
(from rev 170741, icu/trunk/PKGBUILD)
  icu/repos/staging-x86_64/changeset_32780.diff
(from rev 170741, icu/trunk/changeset_32780.diff)
  icu/repos/staging-x86_64/icu.8198.revert.icu5431.patch
(from rev 170741, icu/trunk/icu.8198.revert.icu5431.patch)
Deleted:
  icu/repos/staging-i686/PKGBUILD
  icu/repos/staging-i686/icu.8198.revert.icu5431.patch
  icu/repos/staging-x86_64/PKGBUILD
  icu/repos/staging-x86_64/icu.8198.revert.icu5431.patch

--+
 staging-i686/PKGBUILD|   86 
 staging-i686/changeset_32780.diff|   67 ++
 staging-i686/icu.8198.revert.icu5431.patch   |  258 -
 staging-x86_64/PKGBUILD  |   86 
 staging-x86_64/changeset_32780.diff  |   67 ++
 staging-x86_64/icu.8198.revert.icu5431.patch |  258 -
 6 files changed, 484 insertions(+), 338 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-11-10 21:05:57 UTC (rev 170741)
+++ staging-i686/PKGBUILD   2012-11-10 21:07:38 UTC (rev 170742)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Art Gramlich 
-
-pkgname=icu
-pkgver=50.1
-pkgrel=1
-pkgdesc="International Components for Unicode library"
-arch=(i686 x86_64)
-url="http://www.icu-project.org/";
-license=('custom:"icu"')
-depends=('gcc-libs>=4.7.1-5' 'sh')
-source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
-   
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
-   icu.8198.revert.icu5431.patch)
-md5sums=('cf7bf9e56aa6c2057a8b6f464046483e'
- 'ebd5470fc969c75e52baf4af94a9ee82')
-
-build() {
-  cd ${srcdir}/icu/source
-  # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
-  patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd "$srcdir/icu/source"
-  make -k check # passes all
-}
-
-package() {
-  cd ${srcdir}/icu/source
-  make -j1 DESTDIR=${pkgdir} install
-
-  # Install license
-  install -Dm644 ${srcdir}/icu/license.html 
${pkgdir}/usr/share/licenses/icu/license.html
-}

Copied: icu/repos/staging-i686/PKGBUILD (from rev 170741, icu/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-10 21:07:38 UTC (rev 170742)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Art Gramlich 
+
+pkgname=icu
+pkgver=50.1
+pkgrel=2
+pkgdesc="International Components for Unicode library"
+arch=(i686 x86_64)
+url="http://www.icu-project.org/";
+license=('custom:"icu"')
+depends=('gcc-libs>=4.7.1-5' 'sh')
+source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
+   
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
+   icu.8198.revert.icu5431.patch changeset_32780.diff)
+md5sums=('cf7bf9e56aa6c2057a8b6f464046483e'
+ 'ebd5470fc969c75e52baf4af94a9ee82'
+ '58f4b655e40dddc8e316600019b491b2')
+
+build() {
+  cd ${srcdir}/icu/source
+
+  # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
+  patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
+
+  # fix building clients without c++11 
http://bugs.icu-project.org/trac/changeset/32780
+  patch -Np4 -i ${srcdir}/changeset_32780.diff
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd "$srcdir/icu/source"
+  make -k check # passes all
+}
+
+package() {
+  cd ${srcdir}/icu/source
+  make -j1 DESTDIR=${pkgdir} install
+
+  # Install license
+  install -Dm644 ${srcdir}/icu/license.html 
${pkgdir}/usr/share/licenses/icu/license.html
+}

Copied: icu/repos/staging-i686/changeset_32780.diff (from rev 170741, 
icu/trunk/changeset_32780.diff)
===
--- staging-i686/changeset_32780.diff   (rev 0)
+++ staging-i686/changeset_32780.diff   2012-11-10 21:07:38 UTC (rev 170742)
@@ -0,0 +1,67 @@
+Index: /icu/trunk/source/test/intltest/strtest.cpp
+==

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

2012-11-10 Thread Jan Steffens
Date: Saturday, November 10, 2012 @ 16:08:44
  Author: heftig
Revision: 170743

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

Added:
  harfbuzz/repos/staging-i686/
  harfbuzz/repos/staging-i686/PKGBUILD
(from rev 170742, harfbuzz/trunk/PKGBUILD)
  harfbuzz/repos/staging-x86_64/
  harfbuzz/repos/staging-x86_64/PKGBUILD
(from rev 170742, harfbuzz/trunk/PKGBUILD)

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

Copied: harfbuzz/repos/staging-i686/PKGBUILD (from rev 170742, 
harfbuzz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-10 21:08:44 UTC (rev 170743)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=harfbuzz
+pkgver=0.9.5
+pkgrel=2
+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=('57aa645606b7220fa202871b2acd9062243a5c212a2b55ab6493eeaaca1c6a7a')
+
+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/staging-x86_64/PKGBUILD (from rev 170742, 
harfbuzz/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-11-10 21:08:44 UTC (rev 170743)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=harfbuzz
+pkgver=0.9.5
+pkgrel=2
+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=('57aa645606b7220fa202871b2acd9062243a5c212a2b55ab6493eeaaca1c6a7a')
+
+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"
+}



[arch-commits] Commit in gtk3/trunk (PKGBUILD git-fixes.patch)

2012-11-10 Thread Jan Steffens
Date: Saturday, November 10, 2012 @ 16:58:09
  Author: heftig
Revision: 170744

3.6.2

Modified:
  gtk3/trunk/PKGBUILD
Deleted:
  gtk3/trunk/git-fixes.patch

-+
 PKGBUILD|   14 
 git-fixes.patch | 8346 --
 2 files changed, 5 insertions(+), 8355 deletions(-)

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


[arch-commits] Commit in gtk3/repos (18 files)

2012-11-10 Thread Jan Steffens
Date: Saturday, November 10, 2012 @ 17:04:15
  Author: heftig
Revision: 170745

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 170744, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk3.install
(from rev 170744, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 170744, gtk3/trunk/settings.ini)
  gtk3/repos/extra-i686/wacom.patch
(from rev 170744, gtk3/trunk/wacom.patch)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 170744, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 170744, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 170744, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/wacom.patch
(from rev 170744, gtk3/trunk/wacom.patch)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/git-fixes.patch
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-i686/wacom.patch
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/git-fixes.patch
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini
  gtk3/repos/extra-x86_64/wacom.patch

--+
 extra-i686/PKGBUILD  |   92 
 extra-i686/git-fixes.patch   | 8346 -
 extra-i686/gtk3.install  |   32 
 extra-i686/settings.ini  |4 
 extra-i686/wacom.patch   |   24 
 extra-x86_64/PKGBUILD|   92 
 extra-x86_64/git-fixes.patch | 8346 -
 extra-x86_64/gtk3.install|   32 
 extra-x86_64/settings.ini|4 
 extra-x86_64/wacom.patch |   24 
 10 files changed, 148 insertions(+), 16848 deletions(-)

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


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

2012-11-10 Thread Andrea Scarpino
Date: Saturday, November 10, 2012 @ 17:27:27
  Author: andrea
Revision: 170746

Add missing mesa makedeps (FS#32584)

Modified:
  kdegraphics-gwenview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 22:04:15 UTC (rev 170745)
+++ PKGBUILD2012-11-10 22:27:27 UTC (rev 170746)
@@ -10,7 +10,7 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegraphics')
 depends=('kdebase-lib' 'libkipi')
-makedepends=('cmake' 'automoc4')
+makedepends=('cmake' 'automoc4' 'mesa')
 optdepends=('kipi-plugins: extra plugins to share photos')
 install=$pkgname.install
 
source=("http://download.kde.org/stable/${pkgver}/src/gwenview-${pkgver}.tar.xz";)



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

2012-11-10 Thread Andrea Scarpino
Date: Saturday, November 10, 2012 @ 17:27:53
  Author: andrea
Revision: 170747

archrelease: copy trunk to extra-i686

Added:
  kdegraphics-gwenview/repos/extra-i686/PKGBUILD
(from rev 170746, kdegraphics-gwenview/trunk/PKGBUILD)
  kdegraphics-gwenview/repos/extra-i686/kdegraphics-gwenview.install
(from rev 170746, kdegraphics-gwenview/trunk/kdegraphics-gwenview.install)
Deleted:
  kdegraphics-gwenview/repos/extra-i686/PKGBUILD
  kdegraphics-gwenview/repos/extra-i686/kdegraphics-gwenview.install

--+
 PKGBUILD |   64 -
 kdegraphics-gwenview.install |   24 +++
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-10 22:27:27 UTC (rev 170746)
+++ PKGBUILD2012-11-10 22:27:53 UTC (rev 170747)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-gwenview
-pkgver=4.9.3
-pkgrel=1
-pkgdesc="A fast and easy to use image viewer for KDE"
-url="http://kde.org/applications/graphics/gwenview/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-lib' 'libkipi')
-makedepends=('cmake' 'automoc4')
-optdepends=('kipi-plugins: extra plugins to share photos')
-install=$pkgname.install
-source=("http://download.kde.org/stable/${pkgver}/src/gwenview-${pkgver}.tar.xz";)
-sha1sums=('ec383c32b5a277e7f9567af67c48bcf19b6128e8')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../gwenview-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-gwenview/repos/extra-i686/PKGBUILD (from rev 170746, 
kdegraphics-gwenview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-10 22:27:53 UTC (rev 170747)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-gwenview
+pkgver=4.9.3
+pkgrel=1
+pkgdesc="A fast and easy to use image viewer for KDE"
+url="http://kde.org/applications/graphics/gwenview/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-lib' 'libkipi')
+makedepends=('cmake' 'automoc4' 'mesa')
+optdepends=('kipi-plugins: extra plugins to share photos')
+install=$pkgname.install
+source=("http://download.kde.org/stable/${pkgver}/src/gwenview-${pkgver}.tar.xz";)
+sha1sums=('ec383c32b5a277e7f9567af67c48bcf19b6128e8')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../gwenview-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kdegraphics-gwenview.install
===
--- kdegraphics-gwenview.install2012-11-10 22:27:27 UTC (rev 170746)
+++ kdegraphics-gwenview.install2012-11-10 22:27:53 UTC (rev 170747)
@@ -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: kdegraphics-gwenview/repos/extra-i686/kdegraphics-gwenview.install 
(from rev 170746, kdegraphics-gwenview/trunk/kdegraphics-gwenview.install)
===
--- kdegraphics-gwenview.install(rev 0)
+++ kdegraphics-gwenview.install2012-11-10 22:27:53 UTC (rev 170747)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-11-10 Thread Andrea Scarpino
Date: Saturday, November 10, 2012 @ 17:28:09
  Author: andrea
Revision: 170748

archrelease: copy trunk to extra-x86_64

Added:
  kdegraphics-gwenview/repos/extra-x86_64/PKGBUILD
(from rev 170747, kdegraphics-gwenview/trunk/PKGBUILD)
  kdegraphics-gwenview/repos/extra-x86_64/kdegraphics-gwenview.install
(from rev 170747, kdegraphics-gwenview/trunk/kdegraphics-gwenview.install)
Deleted:
  kdegraphics-gwenview/repos/extra-x86_64/PKGBUILD
  kdegraphics-gwenview/repos/extra-x86_64/kdegraphics-gwenview.install

--+
 PKGBUILD |   64 -
 kdegraphics-gwenview.install |   24 +++
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-10 22:27:53 UTC (rev 170747)
+++ PKGBUILD2012-11-10 22:28:09 UTC (rev 170748)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-gwenview
-pkgver=4.9.3
-pkgrel=1
-pkgdesc="A fast and easy to use image viewer for KDE"
-url="http://kde.org/applications/graphics/gwenview/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-lib' 'libkipi')
-makedepends=('cmake' 'automoc4')
-optdepends=('kipi-plugins: extra plugins to share photos')
-install=$pkgname.install
-source=("http://download.kde.org/stable/${pkgver}/src/gwenview-${pkgver}.tar.xz";)
-sha1sums=('ec383c32b5a277e7f9567af67c48bcf19b6128e8')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../gwenview-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-gwenview/repos/extra-x86_64/PKGBUILD (from rev 170747, 
kdegraphics-gwenview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-10 22:28:09 UTC (rev 170748)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-gwenview
+pkgver=4.9.3
+pkgrel=1
+pkgdesc="A fast and easy to use image viewer for KDE"
+url="http://kde.org/applications/graphics/gwenview/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-lib' 'libkipi')
+makedepends=('cmake' 'automoc4' 'mesa')
+optdepends=('kipi-plugins: extra plugins to share photos')
+install=$pkgname.install
+source=("http://download.kde.org/stable/${pkgver}/src/gwenview-${pkgver}.tar.xz";)
+sha1sums=('ec383c32b5a277e7f9567af67c48bcf19b6128e8')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../gwenview-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kdegraphics-gwenview.install
===
--- kdegraphics-gwenview.install2012-11-10 22:27:53 UTC (rev 170747)
+++ kdegraphics-gwenview.install2012-11-10 22:28:09 UTC (rev 170748)
@@ -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: kdegraphics-gwenview/repos/extra-x86_64/kdegraphics-gwenview.install 
(from rev 170747, kdegraphics-gwenview/trunk/kdegraphics-gwenview.install)
===
--- kdegraphics-gwenview.install(rev 0)
+++ kdegraphics-gwenview.install2012-11-10 22:28:09 UTC (rev 170748)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-11-10 Thread Andrea Scarpino
Date: Saturday, November 10, 2012 @ 17:28:24
  Author: andrea
Revision: 170749

Add missing mesa makedeps (FS#32583)

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 22:28:09 UTC (rev 170748)
+++ PKGBUILD2012-11-10 22:28:24 UTC (rev 170749)
@@ -9,7 +9,7 @@
 url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
 license=('GPL' 'FDL')
 depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
+makedepends=('cmake' 'automoc4' 'mesa')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
 sha1sums=('79a9c14e10147c7deb20bfe924de9d63a8edb1ab')
 



[arch-commits] Commit in kactivities/repos/extra-i686 (PKGBUILD PKGBUILD)

2012-11-10 Thread Andrea Scarpino
Date: Saturday, November 10, 2012 @ 17:28:44
  Author: andrea
Revision: 170750

archrelease: copy trunk to extra-i686

Added:
  kactivities/repos/extra-i686/PKGBUILD
(from rev 170749, kactivities/trunk/PKGBUILD)
Deleted:
  kactivities/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-10 22:28:24 UTC (rev 170749)
+++ PKGBUILD2012-11-10 22:28:44 UTC (rev 170750)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kactivities
-pkgver=4.9.3
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='API for using and interacting with the Activity Manager'
-url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
-license=('GPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('79a9c14e10147c7deb20bfe924de9d63a8edb1ab')
-
-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: kactivities/repos/extra-i686/PKGBUILD (from rev 170749, 
kactivities/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-10 22:28:44 UTC (rev 170750)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=4.9.3
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with the Activity Manager'
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'mesa')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('79a9c14e10147c7deb20bfe924de9d63a8edb1ab')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in kactivities/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2012-11-10 Thread Andrea Scarpino
Date: Saturday, November 10, 2012 @ 17:29:02
  Author: andrea
Revision: 170751

archrelease: copy trunk to extra-x86_64

Added:
  kactivities/repos/extra-x86_64/PKGBUILD
(from rev 170750, kactivities/trunk/PKGBUILD)
Deleted:
  kactivities/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-10 22:28:44 UTC (rev 170750)
+++ PKGBUILD2012-11-10 22:29:02 UTC (rev 170751)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kactivities
-pkgver=4.9.3
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='API for using and interacting with the Activity Manager'
-url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
-license=('GPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('79a9c14e10147c7deb20bfe924de9d63a8edb1ab')
-
-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: kactivities/repos/extra-x86_64/PKGBUILD (from rev 170750, 
kactivities/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-10 22:29:02 UTC (rev 170751)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=4.9.3
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with the Activity Manager'
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'mesa')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('79a9c14e10147c7deb20bfe924de9d63a8edb1ab')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



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

2012-11-10 Thread Jan Steffens
Date: Saturday, November 10, 2012 @ 18:06:50
  Author: heftig
Revision: 170752

icu rebuild

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 22:29:02 UTC (rev 170751)
+++ PKGBUILD2012-11-10 23:06:50 UTC (rev 170752)
@@ -7,7 +7,7 @@
 pkgname=(tracker libtracker-sparql)
 pkgver=0.14.4
 _tver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 pkgdesc="All-in-one indexer, search tool and metadata database"
 arch=('i686' 'x86_64')
 license=('GPL')



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

2012-11-10 Thread Jan Steffens
Date: Saturday, November 10, 2012 @ 18:06:56
  Author: heftig
Revision: 170753

icu rebuild

Modified:
  webkitgtk/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 23:06:50 UTC (rev 170752)
+++ PKGBUILD2012-11-10 23:06:56 UTC (rev 170753)
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 165829 2012-08-31 06:08:20Z andyrtr $
+# $Id$
 # Maintainer: Andreas Radke 
 
 pkgbase=webkitgtk
 pkgname=('webkitgtk2' 'webkitgtk3')
 pkgver=1.10.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://webkitgtk.org/";
 license=('custom')


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


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

2012-11-10 Thread Jan Steffens
Date: Saturday, November 10, 2012 @ 18:12:21
  Author: heftig
Revision: 170754

0.6.6.1

Modified:
  libgee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 23:06:56 UTC (rev 170753)
+++ PKGBUILD2012-11-10 23:12:21 UTC (rev 170754)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=libgee
-pkgver=0.6.6
+pkgver=0.6.6.1
 pkgrel=1
 pkgdesc="GObject collection library"
 url="http://live.gnome.org/Libgee";
@@ -13,7 +13,7 @@
 makedepends=('gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b6b008a6b84332b88f5a12f33d56a3fa3a307946cdd70bc17a403822d4f02e7b')
+sha256sums=('ac6598776cda8d1c8689930f48df074e88f17e9f5832bc300902ded5ab8144dd')
 
 build() {
 cd $pkgname-$pkgver



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

2012-11-10 Thread Jan Steffens
Date: Saturday, November 10, 2012 @ 18:14:19
  Author: heftig
Revision: 170755

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-10 23:12:21 UTC (rev 170754)
+++ extra-i686/PKGBUILD 2012-11-10 23:14:19 UTC (rev 170755)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Sergej Pupykin 
-
-pkgname=libgee
-pkgver=0.6.6
-pkgrel=1
-pkgdesc="GObject collection library"
-url="http://live.gnome.org/Libgee";
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b6b008a6b84332b88f5a12f33d56a3fa3a307946cdd70bc17a403822d4f02e7b')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --disable-static
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
-}

Copied: libgee/repos/extra-i686/PKGBUILD (from rev 170754, 
libgee/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-10 23:14:19 UTC (rev 170755)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgname=libgee
+pkgver=0.6.6.1
+pkgrel=1
+pkgdesc="GObject collection library"
+url="http://live.gnome.org/Libgee";
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ac6598776cda8d1c8689930f48df074e88f17e9f5832bc300902ded5ab8144dd')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-10 23:12:21 UTC (rev 170754)
+++ extra-x86_64/PKGBUILD   2012-11-10 23:14:19 UTC (rev 170755)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Sergej Pupykin 
-
-pkgname=libgee
-pkgver=0.6.6
-pkgrel=1
-pkgdesc="GObject collection library"
-url="http://live.gnome.org/Libgee";
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b6b008a6b84332b88f5a12f33d56a3fa3a307946cdd70bc17a403822d4f02e7b')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --disable-static
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
-}

Copied: libgee/repos/extra-x86_64/PKGBUILD (from rev 170754, 
libgee/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-10 23:14:19 UTC (rev 170755)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgname=libgee
+pkgver=0.6.6.1
+pkgrel=1
+pkgdesc="GObject collection library"
+url="http://live.gnome.org/Libgee";
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ac6598776cda8d1c8689930f48df074e88f17e9f5832bc300902ded5ab8144dd')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}



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

2012-11-10 Thread Jan Steffens
Date: Saturday, November 10, 2012 @ 18:19:37
  Author: heftig
Revision: 170756

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

Added:
  webkitgtk/repos/staging-i686/
  webkitgtk/repos/staging-i686/PKGBUILD
(from rev 170755, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/staging-x86_64/
  webkitgtk/repos/staging-x86_64/PKGBUILD
(from rev 170755, webkitgtk/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   61 ++
 staging-x86_64/PKGBUILD |   61 ++
 2 files changed, 122 insertions(+)

Copied: webkitgtk/repos/staging-i686/PKGBUILD (from rev 170755, 
webkitgtk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-10 23:19:37 UTC (rev 170756)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=webkitgtk
+pkgname=('webkitgtk2' 'webkitgtk3')
+pkgver=1.10.1
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/";
+license=('custom')
+makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gstreamer0.10-base' 'gperf' 
'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
+sha1sums=('3a2df2eb42ffdd7f3b39873d5461c347a6330493')
+
+build() {
+  cd "$srcdir/webkitgtk-$pkgver"
+  mkdir build-gtk2 build-gtk3
+
+  cd build-gtk2
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk2 \
+--with-gstreamer=0.10 \
+--with-gtk=2.0 \
+--disable-webkit2
+  make all stamp-po
+  
+  cd ../build-gtk3
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk3 \
+--with-gstreamer=1.0
+  make all stamp-po
+}
+
+package_webkitgtk3() {
+  pkgdesc="GTK+ Web content engine library for GTK+ 3.0"
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs')
+  conflicts=('libwebkit3')
+  provides=("libwebkit3=${pkgver}")
+  replaces=('libwebkit3')
+  
+  cd "$srcdir/webkitgtk-$pkgver/build-gtk3"
+  make -j1 DESTDIR="$pkgdir" install
+  install -Dm644 ../Source/WebKit/LICENSE 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_webkitgtk2() {
+  pkgdesc="GTK+ Web content engine library for GTK+ 2.0"
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gstreamer0.10-base')
+  conflicts=('libwebkit')
+  provides=("libwebkit=${pkgver}")
+  replaces=('libwebkit')
+  
+  cd "$srcdir/webkitgtk-$pkgver/build-gtk2"
+  make -j1 DESTDIR="$pkgdir" install
+  install -Dm644 ../Source/WebKit/LICENSE 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: webkitgtk/repos/staging-x86_64/PKGBUILD (from rev 170755, 
webkitgtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-11-10 23:19:37 UTC (rev 170756)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=webkitgtk
+pkgname=('webkitgtk2' 'webkitgtk3')
+pkgver=1.10.1
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/";
+license=('custom')
+makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gstreamer0.10-base' 'gperf' 
'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
+sha1sums=('3a2df2eb42ffdd7f3b39873d5461c347a6330493')
+
+build() {
+  cd "$srcdir/webkitgtk-$pkgver"
+  mkdir build-gtk2 build-gtk3
+
+  cd build-gtk2
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk2 \
+--with-gstreamer=0.10 \
+--with-gtk=2.0 \
+--disable-webkit2
+  make all stamp-po
+  
+  cd ../build-gtk3
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk3 \
+--with-gstreamer=1.0
+  make all stamp-po
+}
+
+package_webkitgtk3() {
+  pkgdesc="GTK+ Web content engine library for GTK+ 3.0"
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs')
+  conflicts=('libwebkit3')
+  provides=("libwebkit3=${pkgver}")
+  replaces=('libwebkit3')
+  
+  cd "$srcdir/webkitgtk-$pkgver/build-gtk3"
+  make -j1 DESTDIR="$pkgdir" install
+  install -Dm644 ../Source/WebKit/LICENSE 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_webkitgtk2() {
+  pkgdesc="GTK+ Web content engine library for GTK+ 2.

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

2012-11-10 Thread Jan Steffens
Date: Saturday, November 10, 2012 @ 18:21:00
  Author: heftig
Revision: 170757

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

Added:
  tracker/repos/staging-i686/
  tracker/repos/staging-i686/PKGBUILD
(from rev 170756, tracker/trunk/PKGBUILD)
  tracker/repos/staging-i686/tracker.install
(from rev 170756, tracker/trunk/tracker.install)
  tracker/repos/staging-x86_64/
  tracker/repos/staging-x86_64/PKGBUILD
(from rev 170756, tracker/trunk/PKGBUILD)
  tracker/repos/staging-x86_64/tracker.install
(from rev 170756, tracker/trunk/tracker.install)

+
 staging-i686/PKGBUILD  |   86 +++
 staging-i686/tracker.install   |   13 +
 staging-x86_64/PKGBUILD|   86 +++
 staging-x86_64/tracker.install |   13 +
 4 files changed, 198 insertions(+)

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

Copied: tracker/repos/staging-i686/tracker.install (from rev 170756, 
tracker/trunk/tracker.install)
===
--- staging-i686/tracker.install(rev 0)
+++ staging-i686/tracker.install2012-11-10 23:21:00 UTC (rev 170757)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  po

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

2012-11-10 Thread Andrea Scarpino
Date: Saturday, November 10, 2012 @ 19:04:27
  Author: andrea
Revision: 170758

Add missing mesa makedeps (FS#32587)

Modified:
  kdeedu-step/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 23:21:00 UTC (rev 170757)
+++ PKGBUILD2012-11-11 00:04:27 UTC (rev 170758)
@@ -10,7 +10,7 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeedu')
 depends=('kdebase-runtime' 'libqalculate' 'gsl')
-makedepends=('cmake' 'automoc4' 'eigen')
+makedepends=('cmake' 'automoc4' 'eigen' 'mesa')
 install=${pkgname}.install
 source=("http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz";)
 sha1sums=('822b8f7266f7bd8170db1c02510480bb98d03e6f')



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

2012-11-10 Thread Andrea Scarpino
Date: Saturday, November 10, 2012 @ 19:04:56
  Author: andrea
Revision: 170759

archrelease: copy trunk to extra-i686

Added:
  kdeedu-step/repos/extra-i686/PKGBUILD
(from rev 170758, kdeedu-step/trunk/PKGBUILD)
  kdeedu-step/repos/extra-i686/kdeedu-step.install
(from rev 170758, kdeedu-step/trunk/kdeedu-step.install)
Deleted:
  kdeedu-step/repos/extra-i686/PKGBUILD
  kdeedu-step/repos/extra-i686/kdeedu-step.install

-+
 PKGBUILD|   62 +-
 kdeedu-step.install |   22 -
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-11 00:04:27 UTC (rev 170758)
+++ PKGBUILD2012-11-11 00:04:56 UTC (rev 170759)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-step
-pkgver=4.9.3
-pkgrel=1
-pkgdesc="Interactive Physical Simulator"
-url="http://kde.org/applications/education/step/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'libqalculate' 'gsl')
-makedepends=('cmake' 'automoc4' 'eigen')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz";)
-sha1sums=('822b8f7266f7bd8170db1c02510480bb98d03e6f')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../step-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-step/repos/extra-i686/PKGBUILD (from rev 170758, 
kdeedu-step/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-11 00:04:56 UTC (rev 170759)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-step
+pkgver=4.9.3
+pkgrel=1
+pkgdesc="Interactive Physical Simulator"
+url="http://kde.org/applications/education/step/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libqalculate' 'gsl')
+makedepends=('cmake' 'automoc4' 'eigen' 'mesa')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz";)
+sha1sums=('822b8f7266f7bd8170db1c02510480bb98d03e6f')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kdeedu-step.install
===
--- kdeedu-step.install 2012-11-11 00:04:27 UTC (rev 170758)
+++ kdeedu-step.install 2012-11-11 00:04:56 UTC (rev 170759)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-step/repos/extra-i686/kdeedu-step.install (from rev 170758, 
kdeedu-step/trunk/kdeedu-step.install)
===
--- kdeedu-step.install (rev 0)
+++ kdeedu-step.install 2012-11-11 00:04:56 UTC (rev 170759)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-11-10 Thread Andrea Scarpino
Date: Saturday, November 10, 2012 @ 19:05:13
  Author: andrea
Revision: 170760

archrelease: copy trunk to extra-x86_64

Added:
  kdeedu-step/repos/extra-x86_64/PKGBUILD
(from rev 170759, kdeedu-step/trunk/PKGBUILD)
  kdeedu-step/repos/extra-x86_64/kdeedu-step.install
(from rev 170759, kdeedu-step/trunk/kdeedu-step.install)
Deleted:
  kdeedu-step/repos/extra-x86_64/PKGBUILD
  kdeedu-step/repos/extra-x86_64/kdeedu-step.install

-+
 PKGBUILD|   62 +-
 kdeedu-step.install |   22 -
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-11 00:04:56 UTC (rev 170759)
+++ PKGBUILD2012-11-11 00:05:13 UTC (rev 170760)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-step
-pkgver=4.9.3
-pkgrel=1
-pkgdesc="Interactive Physical Simulator"
-url="http://kde.org/applications/education/step/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'libqalculate' 'gsl')
-makedepends=('cmake' 'automoc4' 'eigen')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz";)
-sha1sums=('822b8f7266f7bd8170db1c02510480bb98d03e6f')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../step-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-step/repos/extra-x86_64/PKGBUILD (from rev 170759, 
kdeedu-step/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-11 00:05:13 UTC (rev 170760)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-step
+pkgver=4.9.3
+pkgrel=1
+pkgdesc="Interactive Physical Simulator"
+url="http://kde.org/applications/education/step/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libqalculate' 'gsl')
+makedepends=('cmake' 'automoc4' 'eigen' 'mesa')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz";)
+sha1sums=('822b8f7266f7bd8170db1c02510480bb98d03e6f')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kdeedu-step.install
===
--- kdeedu-step.install 2012-11-11 00:04:56 UTC (rev 170759)
+++ kdeedu-step.install 2012-11-11 00:05:13 UTC (rev 170760)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-step/repos/extra-x86_64/kdeedu-step.install (from rev 170759, 
kdeedu-step/trunk/kdeedu-step.install)
===
--- kdeedu-step.install (rev 0)
+++ kdeedu-step.install 2012-11-11 00:05:13 UTC (rev 170760)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-11-10 Thread Thomas Dziedzic
Date: Saturday, November 10, 2012 @ 19:52:38
  Author: tdziedzic
Revision: 170761

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

Added:
  ruby/repos/extra-i686/PKGBUILD
(from rev 170760, ruby/repos/testing-i686/PKGBUILD)
  ruby/repos/extra-i686/gemrc
(from rev 170760, ruby/repos/testing-i686/gemrc)
  ruby/repos/extra-i686/ruby.install
(from rev 170760, ruby/repos/testing-i686/ruby.install)
  ruby/repos/extra-x86_64/PKGBUILD
(from rev 170760, ruby/repos/testing-x86_64/PKGBUILD)
  ruby/repos/extra-x86_64/gemrc
(from rev 170760, ruby/repos/testing-x86_64/gemrc)
  ruby/repos/extra-x86_64/ruby.install
(from rev 170760, ruby/repos/testing-x86_64/ruby.install)
Deleted:
  ruby/repos/extra-i686/PKGBUILD
  ruby/repos/extra-i686/gemrc
  ruby/repos/extra-i686/ruby.install
  ruby/repos/extra-x86_64/PKGBUILD
  ruby/repos/extra-x86_64/gemrc
  ruby/repos/extra-x86_64/ruby.install
  ruby/repos/testing-i686/
  ruby/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |  136 +---
 extra-i686/gemrc  |   10 +--
 extra-i686/ruby.install   |   44 +++---
 extra-x86_64/PKGBUILD |  136 +---
 extra-x86_64/gemrc|   10 +--
 extra-x86_64/ruby.install |   44 +++---
 6 files changed, 188 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-11 00:05:13 UTC (rev 170760)
+++ extra-i686/PKGBUILD 2012-11-11 00:52:38 UTC (rev 170761)
@@ -1,69 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Contributor: Allan McRae 
-# Contributor: John Proctor 
-# Contributor: Jeramy Rutley 
-
-pkgname=('ruby' 'ruby-docs')
-pkgver=1.9.3_p286
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.ruby-lang.org/en/'
-license=('BSD' 'custom')
-makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
-options=('!emptydirs' '!makeflags')
-source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
-'gemrc')
-md5sums=('2278eff4cfed3cbc0653bc73085caa34'
- '6fb8e7a09955e0f64be3158fb4a27e7a')
-
-build() {
-  cd ruby-${pkgver//_/-}
-
-  PKG_CONFIG=/usr/bin/pkg-config ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-shared \
---enable-pthread \
---disable-rpath
-
-  make
-}
-
-check() {
-  cd ruby-${pkgver//_/-}
-
-  make test
-}
-
-package_ruby() {
-  pkgdesc='An object-oriented language for quick and easy programming'
-  depends=('openssl' 'libffi' 'libyaml')
-  optdepends=('tk: for Ruby/TK'
-  'ruby-docs: Ruby documentation')
-  provides=('rubygems' 'rake')
-  conflicts=('rake')
-  backup=('etc/gemrc')
-  install='ruby.install'
-
-  cd ruby-${pkgver//_/-}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
-}
-
-package_ruby-docs() {
-  pkgdesc='Documentation files for ruby'
-
-  cd ruby-${pkgver//_/-}
-
-  make DESTDIR="${pkgdir}" install-doc install-capi
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
-}
-md5sums=('e76848a86606a4fd5dcf14fc4b4e755e'
- '6fb8e7a09955e0f64be3158fb4a27e7a')

Copied: ruby/repos/extra-i686/PKGBUILD (from rev 170760, 
ruby/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-11 00:52:38 UTC (rev 170761)
@@ -0,0 +1,67 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p327
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
+'gemrc')
+md5sums=('7d602aba93f31ceef32800999855fbca'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-pthread \
+--disable-rpath
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver//_/-}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=('openssl' 'libffi' 'libyaml')
+  optdepends=('tk: for Ruby/TK'
+  'ruby-docs: Ruby documentation')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc')
+  install='ruby.install'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  in

[arch-commits] Commit in mkinitcpio-nfs-utils/trunk (3 files)

2012-11-10 Thread Dave Reisner
Date: Saturday, November 10, 2012 @ 20:29:19
  Author: dreisner
Revision: 170762

upgpkg: mkinitcpio-nfs-utils 0.3-4

- backport fix for wrong umount path (FS#32021)
- explicitly add nfsv3 module

Added:
  mkinitcpio-nfs-utils/trunk/nfsmount-fix-wrong-umount-path.patch
Modified:
  mkinitcpio-nfs-utils/trunk/PKGBUILD
  mkinitcpio-nfs-utils/trunk/initcpio-install-net

--+
 PKGBUILD |   13 ++---
 initcpio-install-net |1 +
 nfsmount-fix-wrong-umount-path.patch |   14 ++
 3 files changed, 25 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-11 00:52:38 UTC (rev 170761)
+++ PKGBUILD2012-11-11 01:29:19 UTC (rev 170762)
@@ -3,21 +3,28 @@
 
 pkgname=mkinitcpio-nfs-utils
 pkgver=0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="ipconfig and nfsmount tools for NFS root support in mkinitcpio"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org/";
 license=('GPL2')
 depends=('glibc')
 source=("ftp://ftp.archlinux.org/other/mkinitcpio/$pkgname-$pkgver.tar.xz";
+'nfsmount-fix-wrong-umount-path.patch'
 'initcpio-install-net'
 'initcpio-hook-net')
 sha256sums=('d290d489844fae100ca7b848b8eef40078124ff373203086bacc07329d1e8939'
-'8e5ddaacb0e5751e432f95870958c5fa2e01e1ab3f55b5eca2b8b2d030b5d861'
+'6edb239f3d541b8ddee816e2d18bfb3ee1d3f5f8827769674cc8bf2a7ce38f21'
+'ce9f021763c020b9b62a761974437fd1e9e894df3effc58e71671bf83b061255'
 '29a5a4a9ebd61bfa1afbb8dcaf2187e487ee1f34b1979a85a853fa2acbeb510e')
 
 build() {
-  make -C "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+
+  # upstream commit 029622dfbfe25203275a385a5bf33d44c2409b00
+  patch -Np1 < "$srcdir/nfsmount-fix-wrong-umount-path.patch"
+
+  make
 }
 
 package() {

Modified: initcpio-install-net
===
--- initcpio-install-net2012-11-11 00:52:38 UTC (rev 170761)
+++ initcpio-install-net2012-11-11 01:29:19 UTC (rev 170762)
@@ -2,6 +2,7 @@
 
 build() {
 add_checked_modules '/drivers/net/'
+add_module nfsv3?
 
 add_binary "/usr/lib/initcpio/ipconfig" "/bin/ipconfig"
 add_binary "/usr/lib/initcpio/nfsmount" "/bin/nfsmount"

Added: nfsmount-fix-wrong-umount-path.patch
===
--- nfsmount-fix-wrong-umount-path.patch(rev 0)
+++ nfsmount-fix-wrong-umount-path.patch2012-11-11 01:29:19 UTC (rev 
170762)
@@ -0,0 +1,14 @@
+--- a/nfsmount/mount.c 2012-11-10 20:16:31.894540497 -0500
 b/nfsmount/mount.c 2012-11-10 20:16:39.957369011 -0500
+@@ -358,9 +358,9 @@
+   bail:
+   if (mounted) {
+   if (data->flags & NFS_MOUNT_VER3) {
+-  umount_v3(path, clnt);
++  umount_v3(rem_path, clnt);
+   } else {
+-  umount_v2(path, clnt);
++  umount_v2(rem_path, clnt);
+   }
+   }
+ 



[arch-commits] Commit in mkinitcpio-nfs-utils/repos (10 files)

2012-11-10 Thread Dave Reisner
Date: Saturday, November 10, 2012 @ 20:29:37
  Author: dreisner
Revision: 170763

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

Added:
  mkinitcpio-nfs-utils/repos/testing-i686/
  mkinitcpio-nfs-utils/repos/testing-i686/PKGBUILD
(from rev 170762, mkinitcpio-nfs-utils/trunk/PKGBUILD)
  mkinitcpio-nfs-utils/repos/testing-i686/initcpio-hook-net
(from rev 170762, mkinitcpio-nfs-utils/trunk/initcpio-hook-net)
  mkinitcpio-nfs-utils/repos/testing-i686/initcpio-install-net
(from rev 170762, mkinitcpio-nfs-utils/trunk/initcpio-install-net)
  mkinitcpio-nfs-utils/repos/testing-i686/nfsmount-fix-wrong-umount-path.patch
(from rev 170762, 
mkinitcpio-nfs-utils/trunk/nfsmount-fix-wrong-umount-path.patch)
  mkinitcpio-nfs-utils/repos/testing-x86_64/
  mkinitcpio-nfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 170762, mkinitcpio-nfs-utils/trunk/PKGBUILD)
  mkinitcpio-nfs-utils/repos/testing-x86_64/initcpio-hook-net
(from rev 170762, mkinitcpio-nfs-utils/trunk/initcpio-hook-net)
  mkinitcpio-nfs-utils/repos/testing-x86_64/initcpio-install-net
(from rev 170762, mkinitcpio-nfs-utils/trunk/initcpio-install-net)
  mkinitcpio-nfs-utils/repos/testing-x86_64/nfsmount-fix-wrong-umount-path.patch
(from rev 170762, 
mkinitcpio-nfs-utils/trunk/nfsmount-fix-wrong-umount-path.patch)

-+
 testing-i686/PKGBUILD   |   36 ++
 testing-i686/initcpio-hook-net  |   90 +++
 testing-i686/initcpio-install-net   |  108 ++
 testing-i686/nfsmount-fix-wrong-umount-path.patch   |   14 ++
 testing-x86_64/PKGBUILD |   36 ++
 testing-x86_64/initcpio-hook-net|   90 +++
 testing-x86_64/initcpio-install-net |  108 ++
 testing-x86_64/nfsmount-fix-wrong-umount-path.patch |   14 ++
 8 files changed, 496 insertions(+)

Copied: mkinitcpio-nfs-utils/repos/testing-i686/PKGBUILD (from rev 170762, 
mkinitcpio-nfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-11 01:29:37 UTC (rev 170763)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=mkinitcpio-nfs-utils
+pkgver=0.3
+pkgrel=4
+pkgdesc="ipconfig and nfsmount tools for NFS root support in mkinitcpio"
+arch=('i686' 'x86_64')
+url="http://www.archlinux.org/";
+license=('GPL2')
+depends=('glibc')
+source=("ftp://ftp.archlinux.org/other/mkinitcpio/$pkgname-$pkgver.tar.xz";
+'nfsmount-fix-wrong-umount-path.patch'
+'initcpio-install-net'
+'initcpio-hook-net')
+sha256sums=('d290d489844fae100ca7b848b8eef40078124ff373203086bacc07329d1e8939'
+'6edb239f3d541b8ddee816e2d18bfb3ee1d3f5f8827769674cc8bf2a7ce38f21'
+'ce9f021763c020b9b62a761974437fd1e9e894df3effc58e71671bf83b061255'
+'29a5a4a9ebd61bfa1afbb8dcaf2187e487ee1f34b1979a85a853fa2acbeb510e')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # upstream commit 029622dfbfe25203275a385a5bf33d44c2409b00
+  patch -Np1 < "$srcdir/nfsmount-fix-wrong-umount-path.patch"
+
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  # override hooks, they need updates
+  install -m644 "$srcdir/initcpio-install-net" 
"$pkgdir/usr/lib/initcpio/install/net"
+  install -m644 "$srcdir/initcpio-hook-net" 
"$pkgdir/usr/lib/initcpio/hooks/net"
+}

Copied: mkinitcpio-nfs-utils/repos/testing-i686/initcpio-hook-net (from rev 
170762, mkinitcpio-nfs-utils/trunk/initcpio-hook-net)
===
--- testing-i686/initcpio-hook-net  (rev 0)
+++ testing-i686/initcpio-hook-net  2012-11-11 01:29:37 UTC (rev 170763)
@@ -0,0 +1,90 @@
+# vim: set ft=sh:
+run_hook() {
+local line i net_mac bootif_mac bootif_dev defaultrootpath defaultserver
+# These variables will be parsed from /tmp/net-*.conf generated by ipconfig
+local DEVICE
+local IPV4ADDR IPV4BROADCAST IPV4NETMASK IPV4GATEWAY IPV4DNS0 IPV4DNS1
+local HOSTNAME DNSDOMAIN NISDOMAIN ROOTSERVER ROOTPATH
+local filename
+# /tmp/net-*.conf
+
+if [ -z "${ip}" -a -n "${nfsaddrs}" ]; then
+ip="${nfsaddrs}"
+fi
+
+if [ -n "${ip}" ]; then
+if [ -n "${BOOTIF}" ]; then
+bootif_mac=${BOOTIF#01-}
+bootif_mac=${bootif_mac//-/:}
+for i in /sys/class/net/*/address; do
+read net_mac < ${i}
+if [ "${bootif_mac}" == "${net_mac}" ]; then
+bootif_dev=${i#/sys/class/net/}
+bootif_dev=${bootif_dev%/address}
+break
+fi
+done
+ip="${ip}::${bootif_dev}"
+fi
+
+# setup network and save some values
+ipconfig "ip=${ip}"
+
+

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

2012-11-10 Thread Dave Reisner
Date: Saturday, November 10, 2012 @ 20:59:37
  Author: dreisner
Revision: 170764

upgpkg: mkinitcpio 0.11.1-1

https://projects.archlinux.org/mkinitcpio.git/log/?id=0.11.0..0.11.1

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-11 01:29:37 UTC (rev 170763)
+++ PKGBUILD2012-11-11 01:59:37 UTC (rev 170764)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio
-pkgver=0.11.0
+pkgver=0.11.1
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
@@ -18,8 +18,8 @@
 backup=('etc/mkinitcpio.conf')
 
source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install
-sha256sums=('4d65ecb827b9c07955409cdfeab3b64ec2536306961f6050e1a4fbe7ea79d150'
-'275afca3a4ac0ccb5a7d4b89c71ba14ea4a9fbf2dfce63eab6d6d70c831a')
+sha256sums=('b266681c8903cc4b3655ae85b21a8ddca3564835dff9ef941017adb6a63c465a'
+'c9166726e53e8118b03a4e809caa44e73d135d23bb90b3aedfc7377606b3cc53')
 
 package() {
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install



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

2012-11-10 Thread Dave Reisner
Date: Saturday, November 10, 2012 @ 20:59:43
  Author: dreisner
Revision: 170765

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 170764, mkinitcpio/trunk/PKGBUILD)
  mkinitcpio/repos/testing-any/mkinitcpio.install
(from rev 170764, mkinitcpio/trunk/mkinitcpio.install)

+
 PKGBUILD   |   27 +++
 mkinitcpio.install |8 
 2 files changed, 35 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 170764, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-11-11 01:59:43 UTC (rev 170765)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Thomas Bächler 
+
+pkgname=mkinitcpio
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="Modular initramfs image creation utility"
+arch=('any')
+url="http://www.archlinux.org/";
+license=('GPL')
+depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.21' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip' 
'systemd-tools')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+install=mkinitcpio.install
+sha256sums=('b266681c8903cc4b3655ae85b21a8ddca3564835dff9ef941017adb6a63c465a'
+'c9166726e53e8118b03a4e809caa44e73d135d23bb90b3aedfc7377606b3cc53')
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+

Copied: mkinitcpio/repos/testing-any/mkinitcpio.install (from rev 170764, 
mkinitcpio/trunk/mkinitcpio.install)
===
--- testing-any/mkinitcpio.install  (rev 0)
+++ testing-any/mkinitcpio.install  2012-11-11 01:59:43 UTC (rev 170765)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ "$(vercmp 0.9.0 "$2")" -eq 1 ]; then
+printf '==> If your /usr is on a separate partition, you must add the 
"usr" hook\n'
+printf 'to /etc/mkinitcpio.conf and regenerate your images before 
rebooting\n'
+  fi
+}



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

2012-11-10 Thread Jan Steffens
Date: Sunday, November 11, 2012 @ 00:34:41
  Author: heftig
Revision: 170766

libmikmod rebuild

Modified:
  sdl_mixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-11 01:59:43 UTC (rev 170765)
+++ PKGBUILD2012-11-11 05:34:41 UTC (rev 170766)
@@ -6,7 +6,7 @@
 
 pkgname=sdl_mixer
 pkgver=1.2.12
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple multi-channel audio mixer"
 arch=('i686' 'x86_64')
 url="http://www.libsdl.org/projects/SDL_mixer/";



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

2012-11-10 Thread Jan Steffens
Date: Sunday, November 11, 2012 @ 00:35:51
  Author: heftig
Revision: 170767

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-11 05:34:41 UTC (rev 170766)
+++ extra-i686/PKGBUILD 2012-11-11 05:35:51 UTC (rev 170767)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-# Contributor: Lukas Sabota  (Timidity Patch)
-
-pkgname=sdl_mixer
-pkgver=1.2.12
-pkgrel=1
-pkgdesc="A simple multi-channel audio mixer"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org/projects/SDL_mixer/";
-license=('custom')
-depends=('sdl>=1.2.12' 'libvorbis' 'libmikmod' 'smpeg')
-makedepends=('fluidsynth')
-optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
-options=('!libtool')
-source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$pkgver.tar.gz)
-md5sums=('e03ff73d77a55e3572ad0217131dc4a1')
-
-build() {
-  cd "$srcdir/SDL_mixer-$pkgver"
-
-  sed -e "/CONFIG_FILE_ETC/s|/etc/timidity.cfg|/etc/timidity++/timidity.cfg|" \
-  -e "/DEFAULT_PATH/s|/etc/timidity|/etc/timidity++|" \
-  -e "/DEFAULT_PATH2/s|/usr/local/lib/timidity|/usr/lib/timidity|" \
-  -i timidity/config.h
-
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/SDL_mixer-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl_mixer/repos/extra-i686/PKGBUILD (from rev 170766, 
sdl_mixer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-11 05:35:51 UTC (rev 170767)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+# Contributor: Lukas Sabota  (Timidity Patch)
+
+pkgname=sdl_mixer
+pkgver=1.2.12
+pkgrel=2
+pkgdesc="A simple multi-channel audio mixer"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org/projects/SDL_mixer/";
+license=('custom')
+depends=('sdl>=1.2.12' 'libvorbis' 'libmikmod' 'smpeg')
+makedepends=('fluidsynth')
+optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
+options=('!libtool')
+source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$pkgver.tar.gz)
+md5sums=('e03ff73d77a55e3572ad0217131dc4a1')
+
+build() {
+  cd "$srcdir/SDL_mixer-$pkgver"
+
+  sed -e "/CONFIG_FILE_ETC/s|/etc/timidity.cfg|/etc/timidity++/timidity.cfg|" \
+  -e "/DEFAULT_PATH/s|/etc/timidity|/etc/timidity++|" \
+  -e "/DEFAULT_PATH2/s|/usr/local/lib/timidity|/usr/lib/timidity|" \
+  -i timidity/config.h
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/SDL_mixer-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-11 05:34:41 UTC (rev 170766)
+++ extra-x86_64/PKGBUILD   2012-11-11 05:35:51 UTC (rev 170767)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-# Contributor: Lukas Sabota  (Timidity Patch)
-
-pkgname=sdl_mixer
-pkgver=1.2.12
-pkgrel=1
-pkgdesc="A simple multi-channel audio mixer"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org/projects/SDL_mixer/";
-license=('custom')
-depends=('sdl>=1.2.12' 'libvorbis' 'libmikmod' 'smpeg')
-makedepends=('fluidsynth')
-optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
-options=('!libtool')
-source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$pkgver.tar.gz)
-md5sums=('e03ff73d77a55e3572ad0217131dc4a1')
-
-build() {
-  cd "$srcdir/SDL_mixer-$pkgver"
-
-  sed -e "/CONFIG_FILE_ETC/s|/etc/timidity.cfg|/etc/timidity++/timidity.cfg|" \
-  -e "/DEFAULT_PATH/s|/etc/timidity|/etc/timidity++|" \
-  -e "/DEFAULT_PATH2/s|/usr/local/lib/timidity|/usr/lib/timidity|" \
-  -i timidity/config.h
-
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/SDL_mixer-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl_mixer/repos/extra-x86_64/PKGBUILD (from rev 170766

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

2012-11-10 Thread Pierre Schmitz
Date: Sunday, November 11, 2012 @ 01:20:01
  Author: pierre
Revision: 170768

upgpkg: php-xcache 3.0.0-2

Modified:
  php-xcache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-11 05:35:51 UTC (rev 170767)
+++ PKGBUILD2012-11-11 06:20:01 UTC (rev 170768)
@@ -3,7 +3,7 @@
 
 pkgname=php-xcache
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'
@@ -12,7 +12,7 @@
 
source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2";
 'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('671c8168de9e9e04725dfc4726113646'
+md5sums=('63be7c8b14ffc01babe5378111f13228'
  '8fd9ce537ada9463c4b0c042243158c0')
 
 build() {



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

2012-11-10 Thread Pierre Schmitz
Date: Sunday, November 11, 2012 @ 01:20:33
  Author: pierre
Revision: 170769

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

Added:
  php-xcache/repos/testing-i686/PKGBUILD
(from rev 170768, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-i686/xcache.ini
(from rev 170768, php-xcache/trunk/xcache.ini)
  php-xcache/repos/testing-x86_64/PKGBUILD
(from rev 170768, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-x86_64/xcache.ini
(from rev 170768, php-xcache/trunk/xcache.ini)
Deleted:
  php-xcache/repos/testing-i686/PKGBUILD
  php-xcache/repos/testing-i686/xcache.ini
  php-xcache/repos/testing-x86_64/PKGBUILD
  php-xcache/repos/testing-x86_64/xcache.ini

---+
 testing-i686/PKGBUILD |   80 ++--
 testing-i686/xcache.ini   |6 +--
 testing-x86_64/PKGBUILD   |   80 ++--
 testing-x86_64/xcache.ini |6 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-11-11 06:20:01 UTC (rev 170768)
+++ testing-i686/PKGBUILD   2012-11-11 06:20:33 UTC (rev 170769)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-xcache
-pkgver=3.0.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A PHP opcode cacher'
-url='http://xcache.lighttpd.net/'
-depends=('php')
-license=('custom')
-source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2";
-'xcache.ini')
-backup=('etc/php/conf.d/xcache.ini')
-md5sums=('671c8168de9e9e04725dfc4726113646'
- '8fd9ce537ada9463c4b0c042243158c0')
-
-build() {
-   cd $srcdir/xcache-$pkgver
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-# check() {
-#  cd $srcdir/xcache-$pkgver
-#  make test
-# }
-
-package() {
-   cd $srcdir/xcache-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-
-   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
-
-   install -dm755 $pkgdir/usr/share/php-xcache/admin
-   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
-
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
-}

Copied: php-xcache/repos/testing-i686/PKGBUILD (from rev 170768, 
php-xcache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-11 06:20:33 UTC (rev 170769)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-xcache
+pkgver=3.0.0
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2";
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('63be7c8b14ffc01babe5378111f13228'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Deleted: testing-i686/xcache.ini
===
--- testing-i686/xcache.ini 2012-11-11 06:20:01 UTC (rev 170768)
+++ testing-i686/xcache.ini 2012-11-11 06:20:33 UTC (rev 170769)
@@ -1,3 +0,0 @@
-;extension=xcache.so
-xcache.size=64M
-xcache.var_size=64M

Copied: php-xcache/repos/testing-i686/xcache.ini (from rev 170768, 
php-xcache/trunk/xcache.ini)
===
--- testing-i686/xcache.ini (rev 0)
+++ testing-i686/xcache.ini 2012-11-11 06:20:33 UTC (rev 170769)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-11-11 06:20:01 UTC (rev 170768)
+++ testing-x86_64/PKGBUILD 2012-11-11 06:20:33 UTC (rev 170769)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-xcache
-pkgver=3.0.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A PHP opcode cacher'
-url='http://xcache.lighttpd.net/'
-depends=('php')
-license=('custom')
-source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2";
-'xcache.ini')
-backup=('etc/php/conf.d/xcache.ini')
-md5sums=('671c8168de9e9e04725dfc4726113646'
- '8fd9ce537ada9463c4b0c042243158c0')
-
-build

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

2012-11-10 Thread Pierre Schmitz
Date: Sunday, November 11, 2012 @ 01:21:29
  Author: pierre
Revision: 170770

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

Added:
  php-xcache/repos/extra-i686/PKGBUILD
(from rev 170769, php-xcache/repos/testing-i686/PKGBUILD)
  php-xcache/repos/extra-i686/xcache.ini
(from rev 170769, php-xcache/repos/testing-i686/xcache.ini)
  php-xcache/repos/extra-x86_64/PKGBUILD
(from rev 170769, php-xcache/repos/testing-x86_64/PKGBUILD)
  php-xcache/repos/extra-x86_64/xcache.ini
(from rev 170769, php-xcache/repos/testing-x86_64/xcache.ini)
Deleted:
  php-xcache/repos/extra-i686/PKGBUILD
  php-xcache/repos/extra-i686/xcache.ini
  php-xcache/repos/extra-x86_64/PKGBUILD
  php-xcache/repos/extra-x86_64/xcache.ini
  php-xcache/repos/testing-i686/
  php-xcache/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   80 +++---
 extra-i686/xcache.ini   |6 +--
 extra-x86_64/PKGBUILD   |   80 +++---
 extra-x86_64/xcache.ini |6 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-11 06:20:33 UTC (rev 170769)
+++ extra-i686/PKGBUILD 2012-11-11 06:21:29 UTC (rev 170770)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-xcache
-pkgver=2.0.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A PHP opcode cacher'
-url='http://xcache.lighttpd.net/'
-depends=('php')
-license=('custom')
-source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2";
-'xcache.ini')
-backup=('etc/php/conf.d/xcache.ini')
-md5sums=('d3bc9645dc1b084c1eb45cfc4d8e9ccc'
- 'bba7ead3e592a7980aa91a8600973587')
-
-build() {
-   cd $srcdir/xcache-$pkgver
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-# check() {
-#  cd $srcdir/xcache-$pkgver
-#  make test
-# }
-
-package() {
-   cd $srcdir/xcache-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-
-   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
-
-   install -dm755 $pkgdir/usr/share/php-xcache/admin
-   install -m644 admin/* $pkgdir/usr/share/php-xcache/admin/
-
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
-}

Copied: php-xcache/repos/extra-i686/PKGBUILD (from rev 170769, 
php-xcache/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-11 06:21:29 UTC (rev 170770)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-xcache
+pkgver=3.0.0
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2";
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('63be7c8b14ffc01babe5378111f13228'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Deleted: extra-i686/xcache.ini
===
--- extra-i686/xcache.ini   2012-11-11 06:20:33 UTC (rev 170769)
+++ extra-i686/xcache.ini   2012-11-11 06:21:29 UTC (rev 170770)
@@ -1,3 +0,0 @@
-;zend_extension=/usr/lib/php/modules/xcache.so
-xcache.size=64M
-xcache.var_size=64M

Copied: php-xcache/repos/extra-i686/xcache.ini (from rev 170769, 
php-xcache/repos/testing-i686/xcache.ini)
===
--- extra-i686/xcache.ini   (rev 0)
+++ extra-i686/xcache.ini   2012-11-11 06:21:29 UTC (rev 170770)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-11 06:20:33 UTC (rev 170769)
+++ extra-x86_64/PKGBUILD   2012-11-11 06:21:29 UTC (rev 170770)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-xcache
-pkgver=2.0.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A PHP opcode cacher'
-url='http://xcache.lighttpd.net/'
-depends=('php')
-license=('custom')
-source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2";
-'xcache.ini')
-backup