[arch-commits] Commit in (4 files)

2012-12-19 Thread Jan de Groot
Date: Wednesday, December 19, 2012 @ 06:49:32
  Author: jgc
Revision: 173328

Rename goffice to goffice0.8. We need this package until abiword and gnucash 
have been ported to GTK3

Added:
  goffice0.8/
  goffice0.8/repos/
  goffice0.8/trunk/
Modified:
  goffice0.8/trunk/PKGBUILD

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

Modified: goffice0.8/trunk/PKGBUILD
===
--- goffice/trunk/PKGBUILD  2012-12-19 01:16:33 UTC (rev 173327)
+++ goffice0.8/trunk/PKGBUILD   2012-12-19 11:49:32 UTC (rev 173328)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
-pkgname=goffice
+pkgname=goffice0.8
 pkgver=0.8.17
 pkgrel=1
 pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
@@ -10,14 +10,15 @@
 license=('GPL')
 options=('!libtool')
 depends=('gtk2' 'gconf' 'libgsf')
+conflicts=('goffice0.10')
 makedepends=('pkgconfig' 'intltool' 'gtk-doc')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+source=(http://ftp.gnome.org/pub/gnome/sources/goffice/${pkgver%.*}/goffice-${pkgver}.tar.xz
 use-apiver-for-dirs.patch)
 sha256sums=('165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15'
 '4507a49f6ccb13e55c0b3cc6831b7e0dcec7badb58a3661190e843f8607fa270')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/goffice-${pkgver}
   patch -Np0 -i ${srcdir}/use-apiver-for-dirs.patch
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
@@ -26,6 +27,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/goffice-${pkgver}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in goffice0.8/repos (6 files)

2012-12-19 Thread Jan de Groot
Date: Wednesday, December 19, 2012 @ 06:58:03
  Author: jgc
Revision: 173329

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

Added:
  goffice0.8/repos/extra-i686/
  goffice0.8/repos/extra-i686/PKGBUILD
(from rev 173328, goffice0.8/trunk/PKGBUILD)
  goffice0.8/repos/extra-i686/use-apiver-for-dirs.patch
(from rev 173328, goffice0.8/trunk/use-apiver-for-dirs.patch)
  goffice0.8/repos/extra-x86_64/
  goffice0.8/repos/extra-x86_64/PKGBUILD
(from rev 173328, goffice0.8/trunk/PKGBUILD)
  goffice0.8/repos/extra-x86_64/use-apiver-for-dirs.patch
(from rev 173328, goffice0.8/trunk/use-apiver-for-dirs.patch)

+
 extra-i686/PKGBUILD|   32 +++
 extra-i686/use-apiver-for-dirs.patch   |   32 +++
 extra-x86_64/PKGBUILD  |   32 +++
 extra-x86_64/use-apiver-for-dirs.patch |   32 +++
 4 files changed, 128 insertions(+)

Copied: goffice0.8/repos/extra-i686/PKGBUILD (from rev 173328, 
goffice0.8/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-19 11:58:03 UTC (rev 173329)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=goffice0.8
+pkgver=0.8.17
+pkgrel=1
+pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL')
+options=('!libtool')
+depends=('gtk2' 'gconf' 'libgsf')
+conflicts=('goffice0.10')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc')
+source=(http://ftp.gnome.org/pub/gnome/sources/goffice/${pkgver%.*}/goffice-${pkgver}.tar.xz
+use-apiver-for-dirs.patch)
+sha256sums=('165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15'
+'4507a49f6ccb13e55c0b3cc6831b7e0dcec7badb58a3661190e843f8607fa270')
+
+build() {
+  cd ${srcdir}/goffice-${pkgver}
+  patch -Np0 -i ${srcdir}/use-apiver-for-dirs.patch
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/goffice-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: goffice0.8/repos/extra-i686/use-apiver-for-dirs.patch (from rev 173328, 
goffice0.8/trunk/use-apiver-for-dirs.patch)
===
--- extra-i686/use-apiver-for-dirs.patch(rev 0)
+++ extra-i686/use-apiver-for-dirs.patch2012-12-19 11:58:03 UTC (rev 
173329)
@@ -0,0 +1,32 @@
+--- configure.in.orig  2011-09-07 08:45:49.687783970 +
 configure.in   2011-09-07 09:12:55.709382840 +
+@@ -418,7 +418,7 @@
+ fi
+ 
+ dnl **
+-AC_SUBST(GETTEXT_PACKAGE, goffice-${VERSION})
++AC_SUBST(GETTEXT_PACKAGE, goffice-${GOFFICE_API_VER})
+ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, $GETTEXT_PACKAGE,
+   [The package name, for gettext])
+ AM_GLIB_GNU_GETTEXT
+@@ -638,9 +638,9 @@
+ dnl **
+ dnl
+ dnl These are changed in goffice.c for WIN32 packages
+-AC_SUBST(goffice_datadir, '${datadir}/goffice/${VERSION}')
+-AC_SUBST(goffice_libdir, '${libdir}/goffice/${VERSION}')
+-AC_SUBST(goffice_icondir, '${datadir}/pixmaps/goffice/${VERSION}')
++AC_SUBST(goffice_datadir, '${datadir}/goffice/${GOFFICE_API_VER}')
++AC_SUBST(goffice_libdir, '${libdir}/goffice/${GOFFICE_API_VER}')
++AC_SUBST(goffice_icondir, '${datadir}/pixmaps/goffice/${GOFFICE_API_VER}')
+ AC_SUBST(goffice_localedir, '${prefix}/${DATADIRNAME}/locale')
+ dnl
+ AC_SUBST(goffice_plugindir, '${goffice_libdir}/plugins')
+--- libgoffice.pc.in.orig  2010-02-18 22:49:39.0 +
 libgoffice.pc.in   2011-09-07 09:18:53.655992532 +
+@@ -11,4 +11,4 @@
+ Libs.private: @EXTRA_LIBS@
+ Cflags: -I${includedir}/libgoffice-@GOFFICE_API_VER@ @EXTRA_INCLUDES@
+ 
+-PluginDir=${libdir}/goffice/@VERSION@/plugins
++PluginDir=${libdir}/goffice/@GOFFICE_API_VER@/plugins

Copied: goffice0.8/repos/extra-x86_64/PKGBUILD (from rev 173328, 
goffice0.8/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-19 11:58:03 UTC (rev 173329)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=goffice0.8
+pkgver=0.8.17
+pkgrel=1
+pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL')
+options=('!libtool')
+depends=('gtk2' 'gconf' 'libgsf')
+conflicts=('goffice0.10')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc')
+source=(http://ftp.gnome.org/pub/gnome/sources/goffice/${pkgver%.*}/goffice-${pkgver}.tar.xz
+use-apiver-for-dirs.patch)

[arch-commits] Commit in goffice/trunk (PKGBUILD use-apiver-for-dirs.patch)

2012-12-19 Thread Jan de Groot
Date: Wednesday, December 19, 2012 @ 07:01:00
  Author: jgc
Revision: 173330

API/ABI incompatible update. Needs a rebuild of all packages depending on this. 
Applications that have not been ported to GTK3 yet should build with goffice0.8 
instead

upgpkg: goffice 0.10.0-1

Modified:
  goffice/trunk/PKGBUILD
Deleted:
  goffice/trunk/use-apiver-for-dirs.patch

---+
 PKGBUILD  |   16 ++--
 use-apiver-for-dirs.patch |   32 
 2 files changed, 6 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 11:58:03 UTC (rev 173329)
+++ PKGBUILD2012-12-19 12:01:00 UTC (rev 173330)
@@ -2,26 +2,22 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=goffice
-pkgver=0.8.17
+pkgver=0.10.0
 pkgrel=1
 pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
 arch=('i686' 'x86_64')
 url=http://www.gnome.org;
 license=('GPL')
 options=('!libtool')
-depends=('gtk2' 'gconf' 'libgsf')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
-use-apiver-for-dirs.patch)
-sha256sums=('165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15'
-'4507a49f6ccb13e55c0b3cc6831b7e0dcec7badb58a3661190e843f8607fa270')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7e7577f69203b03c4966906bcaabc6e87a629efb1684630c2bee7907bed08439')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np0 -i ${srcdir}/use-apiver-for-dirs.patch
-  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
+  --localstatedir=/var --disable-static --enable-introspection
   make
 }
 

Deleted: use-apiver-for-dirs.patch
===
--- use-apiver-for-dirs.patch   2012-12-19 11:58:03 UTC (rev 173329)
+++ use-apiver-for-dirs.patch   2012-12-19 12:01:00 UTC (rev 173330)
@@ -1,32 +0,0 @@
 configure.in.orig  2011-09-07 08:45:49.687783970 +
-+++ configure.in   2011-09-07 09:12:55.709382840 +
-@@ -418,7 +418,7 @@
- fi
- 
- dnl **
--AC_SUBST(GETTEXT_PACKAGE, goffice-${VERSION})
-+AC_SUBST(GETTEXT_PACKAGE, goffice-${GOFFICE_API_VER})
- AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, $GETTEXT_PACKAGE,
-   [The package name, for gettext])
- AM_GLIB_GNU_GETTEXT
-@@ -638,9 +638,9 @@
- dnl **
- dnl
- dnl These are changed in goffice.c for WIN32 packages
--AC_SUBST(goffice_datadir, '${datadir}/goffice/${VERSION}')
--AC_SUBST(goffice_libdir, '${libdir}/goffice/${VERSION}')
--AC_SUBST(goffice_icondir, '${datadir}/pixmaps/goffice/${VERSION}')
-+AC_SUBST(goffice_datadir, '${datadir}/goffice/${GOFFICE_API_VER}')
-+AC_SUBST(goffice_libdir, '${libdir}/goffice/${GOFFICE_API_VER}')
-+AC_SUBST(goffice_icondir, '${datadir}/pixmaps/goffice/${GOFFICE_API_VER}')
- AC_SUBST(goffice_localedir, '${prefix}/${DATADIRNAME}/locale')
- dnl
- AC_SUBST(goffice_plugindir, '${goffice_libdir}/plugins')
 libgoffice.pc.in.orig  2010-02-18 22:49:39.0 +
-+++ libgoffice.pc.in   2011-09-07 09:18:53.655992532 +
-@@ -11,4 +11,4 @@
- Libs.private: @EXTRA_LIBS@
- Cflags: -I${includedir}/libgoffice-@GOFFICE_API_VER@ @EXTRA_INCLUDES@
- 
--PluginDir=${libdir}/goffice/@VERSION@/plugins
-+PluginDir=${libdir}/goffice/@GOFFICE_API_VER@/plugins



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

2012-12-19 Thread Jan de Groot
Date: Wednesday, December 19, 2012 @ 07:01:24
  Author: jgc
Revision: 173331

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

Added:
  goffice/repos/staging-i686/
  goffice/repos/staging-i686/PKGBUILD
(from rev 173330, goffice/trunk/PKGBUILD)
  goffice/repos/staging-x86_64/
  goffice/repos/staging-x86_64/PKGBUILD
(from rev 173330, goffice/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: goffice/repos/staging-i686/PKGBUILD (from rev 173330, 
goffice/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-12-19 12:01:24 UTC (rev 173331)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=goffice
+pkgver=0.10.0
+pkgrel=1
+pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL')
+options=('!libtool')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7e7577f69203b03c4966906bcaabc6e87a629efb1684630c2bee7907bed08439')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: goffice/repos/staging-x86_64/PKGBUILD (from rev 173330, 
goffice/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-12-19 12:01:24 UTC (rev 173331)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=goffice
+pkgver=0.10.0
+pkgrel=1
+pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL')
+options=('!libtool')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7e7577f69203b03c4966906bcaabc6e87a629efb1684630c2bee7907bed08439')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-12-19 Thread Stéphane Gaudreault
Date: Wednesday, December 19, 2012 @ 08:19:41
  Author: stephane
Revision: 173332

upgpkg: gstreamer 1.0.4-1

upstream update

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 12:01:24 UTC (rev 173331)
+++ PKGBUILD2012-12-19 13:19:41 UTC (rev 173332)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gstreamer
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
 options=('!libtool')
 source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('69ac49e2ae9cd2ea5f789de641aeb338bb8731961acfced08ae1c76a797fe6b1')
+sha256sums=('f2f76d75a4b7296cda0b5e90a5fd84e0ac2e5f230c5c7a2bc810f441f51f0217')
 
 build() {
   cd ${srcdir}/gstreamer-${pkgver}



[arch-commits] Commit in gnumeric/trunk (PKGBUILD gnumeric.install)

2012-12-19 Thread Jan de Groot
Date: Wednesday, December 19, 2012 @ 08:19:48
  Author: jgc
Revision: 17

GTK3 port. Adjust dependencies. Drop gconf

upgpkg: gnumeric 1.12.0-1

Modified:
  gnumeric/trunk/PKGBUILD
  gnumeric/trunk/gnumeric.install

--+
 PKGBUILD |   21 +
 gnumeric.install |   17 +
 2 files changed, 14 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 13:19:41 UTC (rev 173332)
+++ PKGBUILD2012-12-19 13:19:48 UTC (rev 17)
@@ -3,21 +3,22 @@
 # Contributor: Kritoke typeoli...@yahoo.com
 
 pkgname=gnumeric
-pkgver=1.10.17
-pkgrel=2
+pkgver=1.12.0
+pkgrel=1
 pkgdesc=A GNOME Spreadsheet Program
 arch=('i686' 'x86_64')
 url=http://www.gnome.org/projects/gnumeric/;
 license=('GPL')
-depends=('goffice' 'gconf' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'python2' 'gnome-doc-utils' 'pygobject' 'psiconv')
-optdepends=('pygobject: for python plugin support'
+depends=('goffice' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' 'gnome-doc-utils')
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
 'psiconv: for Psion 5 file support'
 'yelp: for viewing the help manual')
 install=gnumeric.install
-options=('libtool')
+options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963')
+sha256sums=('037b53d909e5d1454b2afda8c4fb1e7838e260343e36d4e36245f4a5d0e04111')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -25,15 +26,11 @@
   sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-schemas-install --enable-ssindex
+--enable-ssindex --disable-schemas-compile
   make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnumeric ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -rf ${pkgdir}/etc/gconf
 }

Modified: gnumeric.install
===
--- gnumeric.install2012-12-19 13:19:41 UTC (rev 173332)
+++ gnumeric.install2012-12-19 13:19:48 UTC (rev 17)
@@ -1,26 +1,19 @@
-pkgname=gnumeric
-
 post_install() {
   usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  usr/sbin/gconfpkg --install ${pkgname}
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
   update-desktop-database -q
 }
 
 pre_upgrade() {
-  pre_remove $1
+  if [ -f usr/share/gconf/schemas/gnumeric.schemas ]; then
+usr/sbin/gconfpkg --uninstall gnumeric
+  fi
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
 post_remove() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor   
-  update-desktop-database -q
+  post_install
 }



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

2012-12-19 Thread Stéphane Gaudreault
Date: Wednesday, December 19, 2012 @ 08:19:56
  Author: stephane
Revision: 173334

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

Added:
  gstreamer/repos/testing-i686/
  gstreamer/repos/testing-i686/PKGBUILD
(from rev 17, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/testing-x86_64/
  gstreamer/repos/testing-x86_64/PKGBUILD
(from rev 17, gstreamer/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: gstreamer/repos/testing-i686/PKGBUILD (from rev 17, 
gstreamer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-19 13:19:56 UTC (rev 173334)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
+options=('!libtool')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('f2f76d75a4b7296cda0b5e90a5fd84e0ac2e5f230c5c7a2bc810f441f51f0217')
+
+build() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name=GStreamer (Archlinux) \
+--with-package-origin=http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gstreamer/repos/testing-x86_64/PKGBUILD (from rev 17, 
gstreamer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-12-19 13:19:56 UTC (rev 173334)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
+options=('!libtool')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('f2f76d75a4b7296cda0b5e90a5fd84e0ac2e5f230c5c7a2bc810f441f51f0217')
+
+build() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name=GStreamer (Archlinux) \
+--with-package-origin=http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-12-19 Thread Jan de Groot
Date: Wednesday, December 19, 2012 @ 08:20:58
  Author: jgc
Revision: 173335

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

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

-+
 staging-i686/PKGBUILD   |   36 
 staging-i686/gnumeric.install   |   19 +++
 staging-x86_64/PKGBUILD |   36 
 staging-x86_64/gnumeric.install |   19 +++
 4 files changed, 110 insertions(+)

Copied: gnumeric/repos/staging-i686/PKGBUILD (from rev 173334, 
gnumeric/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-12-19 13:20:58 UTC (rev 173335)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Kritoke typeoli...@yahoo.com
+
+pkgname=gnumeric
+pkgver=1.12.0
+pkgrel=1
+pkgdesc=A GNOME Spreadsheet Program
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' 'gnome-doc-utils')
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+install=gnumeric.install
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('037b53d909e5d1454b2afda8c4fb1e7838e260343e36d4e36245f4a5d0e04111')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-ssindex --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gnumeric/repos/staging-i686/gnumeric.install (from rev 173334, 
gnumeric/trunk/gnumeric.install)
===
--- staging-i686/gnumeric.install   (rev 0)
+++ staging-i686/gnumeric.install   2012-12-19 13:20:58 UTC (rev 173335)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/gnumeric.schemas ]; then
+usr/sbin/gconfpkg --uninstall gnumeric
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnumeric/repos/staging-x86_64/PKGBUILD (from rev 173334, 
gnumeric/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-12-19 13:20:58 UTC (rev 173335)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Kritoke typeoli...@yahoo.com
+
+pkgname=gnumeric
+pkgver=1.12.0
+pkgrel=1
+pkgdesc=A GNOME Spreadsheet Program
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' 'gnome-doc-utils')
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+install=gnumeric.install
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('037b53d909e5d1454b2afda8c4fb1e7838e260343e36d4e36245f4a5d0e04111')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-ssindex --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gnumeric/repos/staging-x86_64/gnumeric.install (from rev 173334, 
gnumeric/trunk/gnumeric.install)
===
--- staging-x86_64/gnumeric.install (rev 0)
+++ staging-x86_64/gnumeric.install   

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

2012-12-19 Thread Tobias Powalowski
Date: Wednesday, December 19, 2012 @ 08:43:29
  Author: tpowa
Revision: 173336

upgpkg: dmapi 2.2.12-1

bump to latest version

Modified:
  dmapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 13:20:58 UTC (rev 173335)
+++ PKGBUILD2012-12-19 13:43:29 UTC (rev 173336)
@@ -2,8 +2,8 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=dmapi
-pkgver=2.2.10
-pkgrel=3
+pkgver=2.2.12
+pkgrel=1
 pkgdesc=Data migration API
 arch=('i686' 'x86_64')
 url=http://oss.sgi.com/projects/xfs/;
@@ -15,7 +15,6 @@
 replaces=('xfsdmapi')
 options=('!libtool')
 source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$pkgname-$pkgver.tar.gz;)
-md5sums=('c6e4ace10c446bbb92576e5dd19aec24')
 
 build() {
   cd $srcdir/dmapi-$pkgver
@@ -38,3 +37,4 @@
   # kill libexec dir
   rm -rf $pkgdir/usr/libexec
 }
+md5sums=('cd825d4e141c16011367e0a0dd98c9c5')



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

2012-12-19 Thread Tobias Powalowski
Date: Wednesday, December 19, 2012 @ 08:44:00
  Author: tpowa
Revision: 173337

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

Added:
  dmapi/repos/testing-i686/
  dmapi/repos/testing-i686/PKGBUILD
(from rev 173336, dmapi/trunk/PKGBUILD)
  dmapi/repos/testing-x86_64/
  dmapi/repos/testing-x86_64/PKGBUILD
(from rev 173336, dmapi/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: dmapi/repos/testing-i686/PKGBUILD (from rev 173336, 
dmapi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-19 13:44:00 UTC (rev 173337)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=dmapi
+pkgver=2.2.12
+pkgrel=1
+pkgdesc=Data migration API
+arch=('i686' 'x86_64')
+url=http://oss.sgi.com/projects/xfs/;
+license=('GPL')
+depends=('glibc')
+makedepends=('xfsprogs')
+provides=('xfsdmapi')
+conflicts=('xfsdmapi')
+replaces=('xfsdmapi')
+options=('!libtool')
+source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/dmapi-$pkgver
+  [ $CARCH = x86_64 ]  export CFLAGS=$CLFAGS -fPIC
+  export INSTALL_USER=root
+  export INSTALL_GROUP=root
+  export DEBUG=-DNDEBUG
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/dmapi-$pkgver
+  make DIST_ROOT=$pkgdir install install-dev
+  # the static lib
+  install -D -m644 libdm/.libs/libdm.a $pkgdir/usr/lib/libdm.a
+  # and the header file, please
+  install -D -m644 include/dmapi.h $pkgdir/usr/include/xfs/dmapi.h
+  # kill libexec dir
+  rm -rf $pkgdir/usr/libexec
+}
+md5sums=('cd825d4e141c16011367e0a0dd98c9c5')

Copied: dmapi/repos/testing-x86_64/PKGBUILD (from rev 173336, 
dmapi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-12-19 13:44:00 UTC (rev 173337)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=dmapi
+pkgver=2.2.12
+pkgrel=1
+pkgdesc=Data migration API
+arch=('i686' 'x86_64')
+url=http://oss.sgi.com/projects/xfs/;
+license=('GPL')
+depends=('glibc')
+makedepends=('xfsprogs')
+provides=('xfsdmapi')
+conflicts=('xfsdmapi')
+replaces=('xfsdmapi')
+options=('!libtool')
+source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/dmapi-$pkgver
+  [ $CARCH = x86_64 ]  export CFLAGS=$CLFAGS -fPIC
+  export INSTALL_USER=root
+  export INSTALL_GROUP=root
+  export DEBUG=-DNDEBUG
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/dmapi-$pkgver
+  make DIST_ROOT=$pkgdir install install-dev
+  # the static lib
+  install -D -m644 libdm/.libs/libdm.a $pkgdir/usr/lib/libdm.a
+  # and the header file, please
+  install -D -m644 include/dmapi.h $pkgdir/usr/include/xfs/dmapi.h
+  # kill libexec dir
+  rm -rf $pkgdir/usr/libexec
+}
+md5sums=('cd825d4e141c16011367e0a0dd98c9c5')



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

2012-12-19 Thread Tobias Powalowski
Date: Wednesday, December 19, 2012 @ 08:44:36
  Author: tpowa
Revision: 173338

upgpkg: xfsprogs 3.1.10-1

bump to latest version

Modified:
  xfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 13:44:00 UTC (rev 173337)
+++ PKGBUILD2012-12-19 13:44:36 UTC (rev 173338)
@@ -1,8 +1,8 @@
 # $Id$
 #
 pkgname=xfsprogs
-pkgver=3.1.8
-pkgrel=2
+pkgver=3.1.10
+pkgrel=1
 pkgdesc=XFS filesystem utilities
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 options=('!makeflags' '!libtool')
 # We mirror the sources as upstream tends to move them once a new release is 
out
 source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('f70b2e7200d4c29f0af1cf70e7be1db6')
+md5sums=('d6159f7a664d95b4c150d580399d4400')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-12-19 Thread Tobias Powalowski
Date: Wednesday, December 19, 2012 @ 08:45:04
  Author: tpowa
Revision: 173339

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

Added:
  xfsprogs/repos/testing-i686/
  xfsprogs/repos/testing-i686/PKGBUILD
(from rev 173338, xfsprogs/trunk/PKGBUILD)
  xfsprogs/repos/testing-x86_64/
  xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 173338, xfsprogs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: xfsprogs/repos/testing-i686/PKGBUILD (from rev 173338, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-19 13:45:04 UTC (rev 173339)
@@ -0,0 +1,33 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=3.1.10
+pkgrel=1
+pkgdesc=XFS filesystem utilities
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('util-linux')
+options=('!makeflags' '!libtool')
+# We mirror the sources as upstream tends to move them once a new release is 
out
+source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('d6159f7a664d95b4c150d580399d4400')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export OPTIMIZER=-march=${CARCH/_/-} -O1
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DIST_ROOT=${pkgdir} install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
+  rm -rf ${pkgdir}/lib
+}

Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 173338, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-12-19 13:45:04 UTC (rev 173339)
@@ -0,0 +1,33 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=3.1.10
+pkgrel=1
+pkgdesc=XFS filesystem utilities
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('util-linux')
+options=('!makeflags' '!libtool')
+# We mirror the sources as upstream tends to move them once a new release is 
out
+source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('d6159f7a664d95b4c150d580399d4400')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export OPTIMIZER=-march=${CARCH/_/-} -O1
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DIST_ROOT=${pkgdir} install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
+  rm -rf ${pkgdir}/lib
+}



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

2012-12-19 Thread Stéphane Gaudreault
Date: Wednesday, December 19, 2012 @ 08:50:48
  Author: stephane
Revision: 173340

upgpkg: seabios 1.7.1-1

upstream update

Modified:
  seabios/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 13:45:04 UTC (rev 173339)
+++ PKGBUILD2012-12-19 13:50:48 UTC (rev 173340)
@@ -1,16 +1,16 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=seabios
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
-pkgdesc=A X86 legacy bios
+pkgdesc=A 16-bit x86 bios
 arch=(any)
 license=('GPL3' 'LGPL3')
-url=http://www.linuxtogo.org/~kevin/SeaBIOS/;
+url=http://www.coreboot.org/SeaBIOS;
 makedepends=('iasl' 'python2')
-source=(http://www.linuxtogo.org/~kevin/SeaBIOS/${pkgname}-${pkgver}.tar.gz)
+source=(http://code.coreboot.org/p/seabios/downloads/get/${pkgname}-${pkgver}.tar.gz)
 options=(!strip)
-md5sums=('b3a6881a69a389e0463ce4e52d01c475')
+md5sums=('06e5ac85b6e4e3dc078cef5bde481039')
 
 build()
 {



[arch-commits] Commit in seabios/repos (testing-any testing-any/PKGBUILD)

2012-12-19 Thread Stéphane Gaudreault
Date: Wednesday, December 19, 2012 @ 08:50:59
  Author: stephane
Revision: 173341

archrelease: copy trunk to testing-any

Added:
  seabios/repos/testing-any/
  seabios/repos/testing-any/PKGBUILD
(from rev 173340, seabios/trunk/PKGBUILD)

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

Copied: seabios/repos/testing-any/PKGBUILD (from rev 173340, 
seabios/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-12-19 13:50:59 UTC (rev 173341)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=seabios
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=A 16-bit x86 bios
+arch=(any)
+license=('GPL3' 'LGPL3')
+url=http://www.coreboot.org/SeaBIOS;
+makedepends=('iasl' 'python2')
+source=(http://code.coreboot.org/p/seabios/downloads/get/${pkgname}-${pkgver}.tar.gz)
+options=(!strip)
+md5sums=('06e5ac85b6e4e3dc078cef5bde481039')
+
+build()
+{
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i -e 's/python/python2/g' Makefile
+make
+}
+
+package()
+{
+install -D -m644  ${srcdir}/${pkgname}-${pkgver}/out/bios.bin 
${pkgdir}/usr/share/qemu/bios.bin
+}
+



[arch-commits] Commit in kbd/trunk (PKGBUILD fix-es.po.patch)

2012-12-19 Thread Tobias Powalowski
Date: Wednesday, December 19, 2012 @ 09:01:53
  Author: tpowa
Revision: 173342

upgpkg: kbd 1.15.5-1

bump to latest version

Modified:
  kbd/trunk/PKGBUILD
Deleted:
  kbd/trunk/fix-es.po.patch

-+
 PKGBUILD|   13 +
 fix-es.po.patch |   11 ---
 2 files changed, 5 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 13:50:59 UTC (rev 173341)
+++ PKGBUILD2012-12-19 14:01:53 UTC (rev 173342)
@@ -2,21 +2,18 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kbd
-pkgver=1.15.3
-pkgrel=3
+pkgver=1.15.5
+pkgrel=1
 pkgdesc=Keytable files and keyboard utilities
 arch=('i686' 'x86_64')
 url=http://www.kbd-project.org;
 license=('GPL')
-depends=('glibc')
-source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
-fix-es.po.patch)
-md5sums=('8143e179a0f3c25646ce5085e8777200'
- '4ded3edb50fb7a3277bae6a870cee812')
+depends=('glibc' 'pam')
+source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz)
+md5sums=('34c71feead8ab9c01ec638acea8cd877')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ../fix-es.po.patch
   # rename keymap files with the same names
   # this is needed because when only name of keymap is specified
   # loadkeys loads the first keymap it can find, which is bad (see FS#13837)

Deleted: fix-es.po.patch
===
--- fix-es.po.patch 2012-12-19 13:50:59 UTC (rev 173341)
+++ fix-es.po.patch 2012-12-19 14:01:53 UTC (rev 173342)
@@ -1,11 +0,0 @@
 kbd-1.15.3/po/es.old   2011-05-14 23:12:49.0 +0200
-+++ kbd-1.15.3/po/es.po2011-05-15 21:07:02.120669404 +0200
-@@ -1363,7 +1363,7 @@
- #: src/setfont.c:682
- #, c-format
- msgid Saved %d-char %dx%d font file on %s\n
--msgstr Se ha guardado el fichero de tipos %2$dx%3$d de %1$d caracteres en 
%s\n
-+msgstr Se ha guardado el fichero de tipos %dx%d de %d caracteres en %s\n
- 
- #: src/setkeycodes.c:21
- #, c-format



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

2012-12-19 Thread Tobias Powalowski
Date: Wednesday, December 19, 2012 @ 09:02:20
  Author: tpowa
Revision: 173343

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

Added:
  kbd/repos/testing-i686/
  kbd/repos/testing-i686/PKGBUILD
(from rev 173342, kbd/trunk/PKGBUILD)
  kbd/repos/testing-x86_64/
  kbd/repos/testing-x86_64/PKGBUILD
(from rev 173342, kbd/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kbd/repos/testing-i686/PKGBUILD (from rev 173342, kbd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-19 14:02:20 UTC (rev 173343)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kbd
+pkgver=1.15.5
+pkgrel=1
+pkgdesc=Keytable files and keyboard utilities
+arch=('i686' 'x86_64')
+url=http://www.kbd-project.org;
+license=('GPL')
+depends=('glibc' 'pam')
+source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz)
+md5sums=('34c71feead8ab9c01ec638acea8cd877')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # rename keymap files with the same names
+  # this is needed because when only name of keymap is specified
+  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
+  # this should be removed when upstream adopts the change
+  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
+  mv data/keymaps/i386/olpc/es{,-olpc}.map
+  mv data/keymaps/i386/olpc/pt{,-olpc}.map
+  mv data/keymaps/i386/dvorak/no{,-dvorak}.map
+  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
+  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
+
+  ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
+}

Copied: kbd/repos/testing-x86_64/PKGBUILD (from rev 173342, kbd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-12-19 14:02:20 UTC (rev 173343)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kbd
+pkgver=1.15.5
+pkgrel=1
+pkgdesc=Keytable files and keyboard utilities
+arch=('i686' 'x86_64')
+url=http://www.kbd-project.org;
+license=('GPL')
+depends=('glibc' 'pam')
+source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz)
+md5sums=('34c71feead8ab9c01ec638acea8cd877')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # rename keymap files with the same names
+  # this is needed because when only name of keymap is specified
+  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
+  # this should be removed when upstream adopts the change
+  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
+  mv data/keymaps/i386/olpc/es{,-olpc}.map
+  mv data/keymaps/i386/olpc/pt{,-olpc}.map
+  mv data/keymaps/i386/dvorak/no{,-dvorak}.map
+  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
+  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
+
+  ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
+}



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

2012-12-19 Thread Tobias Powalowski
Date: Wednesday, December 19, 2012 @ 09:07:35
  Author: tpowa
Revision: 173344

upgpkg: samba 3.6.10-1

bump to latest version of 3.6 series

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:02:20 UTC (rev 173343)
+++ PKGBUILD2012-12-19 14:07:35 UTC (rev 173344)
@@ -3,11 +3,11 @@
 # Contributor: judd jvi...@zeroflux.org
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=3.6.9
+pkgver=3.6.10
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=3.6.9
+_realver=3.6.10
 pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
@@ -157,7 +157,7 @@
   install -D -m644 ${srcdir}/samba.conf ${pkgdir}/usr/lib/tmpfiles.d/samba.conf
   rm -rf ${pkgdir}/var/run
 }
-md5sums=('0c48bbeb9549fcda37f108aa3c2a817f'
+md5sums=('b5f0560c216122529b1c3b7f41c62567'
  'a45a4283723be2b0ae32439dc4496a09'
  '5697da77590ec092cc8a883bae06093c'
  'a4bbfa39fee95bba2e7ad6b535fae7e6'



[arch-commits] Commit in samba/repos (44 files)

2012-12-19 Thread Tobias Powalowski
Date: Wednesday, December 19, 2012 @ 09:09:05
  Author: tpowa
Revision: 173345

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

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 173344, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 173344, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba
(from rev 173344, samba/trunk/samba)
  samba/repos/extra-i686/samba.conf
(from rev 173344, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 173344, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 173344, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 173344, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 173344, samba/trunk/samba.pam)
  samba/repos/extra-i686/smbd.service
(from rev 173344, samba/trunk/smbd.service)
  samba/repos/extra-i686/swat.xinetd
(from rev 173344, samba/trunk/swat.xinetd)
  samba/repos/extra-i686/winbindd.service
(from rev 173344, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 173344, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 173344, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba
(from rev 173344, samba/trunk/samba)
  samba/repos/extra-x86_64/samba.conf
(from rev 173344, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 173344, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 173344, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 173344, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 173344, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/smbd.service
(from rev 173344, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/swat.xinetd
(from rev 173344, samba/trunk/swat.xinetd)
  samba/repos/extra-x86_64/winbindd.service
(from rev 173344, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/swat.xinetd
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/swat.xinetd
  samba/repos/extra-x86_64/winbindd.service

---+
 extra-i686/PKGBUILD   |  338 
 extra-i686/nmbd.service   |   18 +-
 extra-i686/samba  |  108 ++--
 extra-i686/samba.conf |2 
 extra-i686/samba.conf.d   |   14 -
 extra-i686/samba.install  |   14 -
 extra-i686/samba.logrotate|   18 +-
 extra-i686/samba.pam  |6 
 extra-i686/smbd.service   |   20 +-
 extra-i686/swat.xinetd|   20 +-
 extra-i686/winbindd.service   |   20 +-
 extra-x86_64/PKGBUILD |  338 
 extra-x86_64/nmbd.service |   18 +-
 extra-x86_64/samba|  108 ++--
 extra-x86_64/samba.conf   |2 
 extra-x86_64/samba.conf.d |   14 -
 extra-x86_64/samba.install|   14 -
 extra-x86_64/samba.logrotate  |   18 +-
 extra-x86_64/samba.pam|6 
 extra-x86_64/smbd.service |   20 +-
 extra-x86_64/swat.xinetd  |   20 +-
 extra-x86_64/winbindd.service |   20 +-
 22 files changed, 578 insertions(+), 578 deletions(-)

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


[arch-commits] Commit in goffice0.8/trunk (PKGBUILD)

2012-12-19 Thread Jan de Groot
Date: Wednesday, December 19, 2012 @ 09:13:32
  Author: jgc
Revision: 173346

upgpkg: goffice0.8 0.8.17-2

Fix build with recent glib

Modified:
  goffice0.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:09:05 UTC (rev 173345)
+++ PKGBUILD2012-12-19 14:13:32 UTC (rev 173346)
@@ -3,7 +3,7 @@
 
 pkgname=goffice0.8
 pkgver=0.8.17
-pkgrel=1
+pkgrel=2
 pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
 arch=('i686' 'x86_64')
 url=http://www.gnome.org;
@@ -20,6 +20,7 @@
 build() {
   cd ${srcdir}/goffice-${pkgver}
   patch -Np0 -i ${srcdir}/use-apiver-for-dirs.patch
+  sed -i -e 's/glib\/gregex.h/glib.h/' configure.in
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static



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

2012-12-19 Thread Jan de Groot
Date: Wednesday, December 19, 2012 @ 09:13:59
  Author: jgc
Revision: 173347

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

Added:
  goffice0.8/repos/extra-i686/PKGBUILD
(from rev 173346, goffice0.8/trunk/PKGBUILD)
  goffice0.8/repos/extra-i686/use-apiver-for-dirs.patch
(from rev 173346, goffice0.8/trunk/use-apiver-for-dirs.patch)
  goffice0.8/repos/extra-x86_64/PKGBUILD
(from rev 173346, goffice0.8/trunk/PKGBUILD)
  goffice0.8/repos/extra-x86_64/use-apiver-for-dirs.patch
(from rev 173346, goffice0.8/trunk/use-apiver-for-dirs.patch)
Deleted:
  goffice0.8/repos/extra-i686/PKGBUILD
  goffice0.8/repos/extra-i686/use-apiver-for-dirs.patch
  goffice0.8/repos/extra-x86_64/PKGBUILD
  goffice0.8/repos/extra-x86_64/use-apiver-for-dirs.patch

+
 extra-i686/PKGBUILD|   65 +++
 extra-i686/use-apiver-for-dirs.patch   |   64 +++---
 extra-x86_64/PKGBUILD  |   65 +++
 extra-x86_64/use-apiver-for-dirs.patch |   64 +++---
 4 files changed, 130 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-19 14:13:32 UTC (rev 173346)
+++ extra-i686/PKGBUILD 2012-12-19 14:13:59 UTC (rev 173347)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=goffice0.8
-pkgver=0.8.17
-pkgrel=1
-pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL')
-options=('!libtool')
-depends=('gtk2' 'gconf' 'libgsf')
-conflicts=('goffice0.10')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc')
-source=(http://ftp.gnome.org/pub/gnome/sources/goffice/${pkgver%.*}/goffice-${pkgver}.tar.xz
-use-apiver-for-dirs.patch)
-sha256sums=('165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15'
-'4507a49f6ccb13e55c0b3cc6831b7e0dcec7badb58a3661190e843f8607fa270')
-
-build() {
-  cd ${srcdir}/goffice-${pkgver}
-  patch -Np0 -i ${srcdir}/use-apiver-for-dirs.patch
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/goffice-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: goffice0.8/repos/extra-i686/PKGBUILD (from rev 173346, 
goffice0.8/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-19 14:13:59 UTC (rev 173347)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=goffice0.8
+pkgver=0.8.17
+pkgrel=2
+pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL')
+options=('!libtool')
+depends=('gtk2' 'gconf' 'libgsf')
+conflicts=('goffice0.10')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc')
+source=(http://ftp.gnome.org/pub/gnome/sources/goffice/${pkgver%.*}/goffice-${pkgver}.tar.xz
+use-apiver-for-dirs.patch)
+sha256sums=('165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15'
+'4507a49f6ccb13e55c0b3cc6831b7e0dcec7badb58a3661190e843f8607fa270')
+
+build() {
+  cd ${srcdir}/goffice-${pkgver}
+  patch -Np0 -i ${srcdir}/use-apiver-for-dirs.patch
+  sed -i -e 's/glib\/gregex.h/glib.h/' configure.in
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/goffice-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/use-apiver-for-dirs.patch
===
--- extra-i686/use-apiver-for-dirs.patch2012-12-19 14:13:32 UTC (rev 
173346)
+++ extra-i686/use-apiver-for-dirs.patch2012-12-19 14:13:59 UTC (rev 
173347)
@@ -1,32 +0,0 @@
 configure.in.orig  2011-09-07 08:45:49.687783970 +
-+++ configure.in   2011-09-07 09:12:55.709382840 +
-@@ -418,7 +418,7 @@
- fi
- 
- dnl **
--AC_SUBST(GETTEXT_PACKAGE, goffice-${VERSION})
-+AC_SUBST(GETTEXT_PACKAGE, goffice-${GOFFICE_API_VER})
- AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, $GETTEXT_PACKAGE,
-   [The package name, for gettext])
- AM_GLIB_GNU_GETTEXT
-@@ -638,9 +638,9 @@
- dnl **
- dnl
- dnl These are changed in goffice.c for WIN32 packages
--AC_SUBST(goffice_datadir, '${datadir}/goffice/${VERSION}')
--AC_SUBST(goffice_libdir, '${libdir}/goffice/${VERSION}')
--AC_SUBST(goffice_icondir, '${datadir}/pixmaps/goffice/${VERSION}')
-+AC_SUBST(goffice_datadir, '${datadir}/goffice/${GOFFICE_API_VER}')
-+AC_SUBST(goffice_libdir, '${libdir}/goffice/${GOFFICE_API_VER}')
-+AC_SUBST(goffice_icondir, '${datadir}/pixmaps/goffice/${GOFFICE_API_VER}')

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

2012-12-19 Thread Tobias Powalowski
Date: Wednesday, December 19, 2012 @ 09:21:34
  Author: tpowa
Revision: 173348

upgpkg: cifs-utils 5.8-1

bump to latest version

Modified:
  cifs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:13:59 UTC (rev 173347)
+++ PKGBUILD2012-12-19 14:21:34 UTC (rev 173348)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=cifs-utils
-pkgver=5.7
+pkgver=5.8
 pkgrel=1
 pkgdesc=CIFS filesystem user-space tools
 arch=(i686 x86_64)
@@ -24,4 +24,4 @@
   # set mount.cifs uid, to enable none root mounting form fstab
   chmod +s $pkgdir/usr/bin/mount.cifs
 }
-md5sums=('4215f12be8663f65d2c21dbbbafbc7f8')
+md5sums=('6aa9c4347780872fefe5823ac06a8ff3')



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

2012-12-19 Thread Tobias Powalowski
Date: Wednesday, December 19, 2012 @ 09:22:07
  Author: tpowa
Revision: 173349

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

Added:
  cifs-utils/repos/extra-i686/PKGBUILD
(from rev 173348, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-x86_64/PKGBUILD
(from rev 173348, cifs-utils/trunk/PKGBUILD)
Deleted:
  cifs-utils/repos/extra-i686/PKGBUILD
  cifs-utils/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-12-19 14:21:34 UTC (rev 173348)
+++ extra-i686/PKGBUILD 2012-12-19 14:22:07 UTC (rev 173349)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=cifs-utils
-pkgver=5.7
-pkgrel=1
-pkgdesc=CIFS filesystem user-space tools
-arch=(i686 x86_64)
-url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
-license=('GPL')
-depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
-source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  # systemd support is broken in mount.cifs
-  # https://bugs.archlinux.org/task/30958
-  ./configure --prefix=/usr --disable-systemd
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir ROOTSBINDIR=/usr/bin install
-  # set mount.cifs uid, to enable none root mounting form fstab
-  chmod +s $pkgdir/usr/bin/mount.cifs
-}
-md5sums=('4215f12be8663f65d2c21dbbbafbc7f8')

Copied: cifs-utils/repos/extra-i686/PKGBUILD (from rev 173348, 
cifs-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-19 14:22:07 UTC (rev 173349)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=cifs-utils
+pkgver=5.8
+pkgrel=1
+pkgdesc=CIFS filesystem user-space tools
+arch=(i686 x86_64)
+url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
+source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # systemd support is broken in mount.cifs
+  # https://bugs.archlinux.org/task/30958
+  ./configure --prefix=/usr --disable-systemd
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir ROOTSBINDIR=/usr/bin install
+  # set mount.cifs uid, to enable none root mounting form fstab
+  chmod +s $pkgdir/usr/bin/mount.cifs
+}
+md5sums=('6aa9c4347780872fefe5823ac06a8ff3')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-19 14:21:34 UTC (rev 173348)
+++ extra-x86_64/PKGBUILD   2012-12-19 14:22:07 UTC (rev 173349)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=cifs-utils
-pkgver=5.7
-pkgrel=1
-pkgdesc=CIFS filesystem user-space tools
-arch=(i686 x86_64)
-url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
-license=('GPL')
-depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
-source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  # systemd support is broken in mount.cifs
-  # https://bugs.archlinux.org/task/30958
-  ./configure --prefix=/usr --disable-systemd
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir ROOTSBINDIR=/usr/bin install
-  # set mount.cifs uid, to enable none root mounting form fstab
-  chmod +s $pkgdir/usr/bin/mount.cifs
-}
-md5sums=('4215f12be8663f65d2c21dbbbafbc7f8')

Copied: cifs-utils/repos/extra-x86_64/PKGBUILD (from rev 173348, 
cifs-utils/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-19 14:22:07 UTC (rev 173349)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=cifs-utils
+pkgver=5.8
+pkgrel=1
+pkgdesc=CIFS filesystem user-space tools
+arch=(i686 x86_64)
+url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
+source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # systemd support is broken in mount.cifs
+  # https://bugs.archlinux.org/task/30958
+  ./configure --prefix=/usr --disable-systemd
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir ROOTSBINDIR=/usr/bin install
+  # set mount.cifs uid, to enable none root mounting form fstab
+  chmod +s $pkgdir/usr/bin/mount.cifs
+}

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

2012-12-19 Thread Tobias Powalowski
Date: Wednesday, December 19, 2012 @ 09:47:29
  Author: tpowa
Revision: 173350

upgpkg: refind-efi 0.6.0-1

bump to latest version

Modified:
  refind-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:22:07 UTC (rev 173349)
+++ PKGBUILD2012-12-19 14:47:29 UTC (rev 173350)
@@ -11,7 +11,7 @@
 ###
 
 pkgname=refind-efi
-pkgver=0.5.0
+pkgver=0.6.0
 pkgrel=1
 pkgdesc=Rod Smith's fork of rEFIt UEFI Boot Manager - built with Tianocore 
UDK libs
 url=http://www.rodsbooks.com/refind/index.html;
@@ -205,8 +205,8 @@
## Install UEFI drivers built from rEFInd
install -d ${pkgdir}/usr/lib/refind/drivers_x64/
install -d ${pkgdir}/usr/lib/refind/drivers_ia32/
-   install -D -m0644 ${srcdir}/refind-${pkgver}_x86_64/drivers/*_x64.efi 
${pkgdir}/usr/lib/refind/drivers_x64/
-   install -D -m0644 ${srcdir}/refind-${pkgver}_ia32/drivers/*_ia32.efi 
${pkgdir}/usr/lib/refind/drivers_ia32/
+   install -D -m0644 
${srcdir}/refind-${pkgver}_x86_64/drivers_x64/*_x64.efi 
${pkgdir}/usr/lib/refind/drivers_x64/
+   install -D -m0644 
${srcdir}/refind-${pkgver}_ia32/drivers_ia32/*_ia32.efi 
${pkgdir}/usr/lib/refind/drivers_ia32/

## install the rEFInd config file
install -d ${pkgdir}/usr/lib/refind/config/
@@ -231,7 +231,7 @@
install -D -m0644 ${srcdir}/refind-${pkgver}/LICENSE.txt 
${pkgdir}/usr/share/licenses/refind/LICENSE

 }
-md5sums=('314b857d6fd00c0356314aac535d0c6a'
+md5sums=('a27c7a2a6bb3878b4bb0ec5e8a6d6f37'
  '98291849f9530c8ddb71b6563c61fb24'
  '9051a5235ec58f5448a1b58727601e98'
  'a83e45b10d5efbca1c93a63851728712')



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

2012-12-19 Thread Tobias Powalowski
Date: Wednesday, December 19, 2012 @ 09:47:55
  Author: tpowa
Revision: 173351

archrelease: copy trunk to testing-any

Added:
  refind-efi/repos/testing-any/
  refind-efi/repos/testing-any/PKGBUILD
(from rev 173350, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/testing-any/UDK-MdePkg-Revert-PathNodeCount.patch
(from rev 173350, refind-efi/trunk/UDK-MdePkg-Revert-PathNodeCount.patch)
  refind-efi/repos/testing-any/refind-efi.install
(from rev 173350, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/testing-any/refind_include_more_shell_paths.patch
(from rev 173350, refind-efi/trunk/refind_include_more_shell_paths.patch)
  refind-efi/repos/testing-any/refind_linux.conf
(from rev 173350, refind-efi/trunk/refind_linux.conf)

---+
 PKGBUILD  |  237 +++
 UDK-MdePkg-Revert-PathNodeCount.patch |  660 
 refind-efi.install|   28 +
 refind_include_more_shell_paths.patch |   21 +
 refind_linux.conf |5 
 5 files changed, 951 insertions(+)

Copied: refind-efi/repos/testing-any/PKGBUILD (from rev 173350, 
refind-efi/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-12-19 14:47:55 UTC (rev 173351)
@@ -0,0 +1,237 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+
+###
+_TIANOCORE_SVN_URL=https://edk2.svn.sourceforge.net/svnroot/edk2/branches/UDK2010.SR1;
+_TIANOCORE_PKG=Mde
+_TIANOCORE_TARGET=RELEASE
+_UDK_TARGET=${_TIANOCORE_PKG}Pkg/${_TIANOCORE_PKG}Pkg.dsc
+_COMPILER=GCC46
+###
+
+pkgname=refind-efi
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Rod Smith's fork of rEFIt UEFI Boot Manager - built with Tianocore 
UDK libs
+url=http://www.rodsbooks.com/refind/index.html;
+arch=('any')
+license=('GPL3' 'custom')
+makedepends=('subversion' 'python2')
+depends=('dosfstools' 'efibootmgr')
+optdepends=('mactel-boot: For bless command in Apple Mac systems')
+conflicts=('refind-efi-x86_64' 'refind-efi-i386')
+provides=('refind-efi-x86_64' 'refind-efi-i386')
+replaces=('refind-efi-x86_64' 'refind-efi-i386')
+options=('!strip' 'docs' '!makeflags')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip;
+'UDK-MdePkg-Revert-PathNodeCount.patch'
+'refind_include_more_shell_paths.patch'
+'refind_linux.conf')
+
+_update_tianocore_udk_svn() {
+   
+   if [[ -d ${srcdir}/${_TIANO_DIR_}/${_DIR_} ]]; then
+   cd ${srcdir}/${_TIANO_DIR_}/${_DIR_}
+   svn update || true
+   echo
+   else
+   cd ${srcdir}/${_TIANO_DIR_}/
+   svn checkout ${_TIANOCORE_SVN_URL}/${_DIR_} 
${srcdir}/${_TIANO_DIR_}/${_DIR_}
+   echo
+   fi
+   
+   unset _DIR_
+   
+}
+
+_tianocore_udk_common() {
+   
+   _TIANO_DIR_=tianocore-udk-svn
+   
+   mkdir -p ${srcdir}/${_TIANO_DIR_}/
+   cd ${srcdir}/${_TIANO_DIR_}/
+   
+   for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
+   _update_tianocore_udk_svn
+   done
+   
+   unset _DIR_
+   
+   ## Setup UDK Environment variables
+   export _UDK_DIR=${srcdir}/${_TIANO_DIR_}_build
+   export EDK_TOOLS_PATH=${_UDK_DIR}/BaseTools
+   
+   rm -rf ${_UDK_DIR}/ || true
+   cp -r ${srcdir}/${_TIANO_DIR_} ${_UDK_DIR}
+   
+   cd ${_UDK_DIR}/
+   
+   patch -Np1 -R -i ${srcdir}/UDK-MdePkg-Revert-PathNodeCount.patch
+   echo
+   
+   ## Cleanup UDK config files
+   rm -rf ${_UDK_DIR}/Build/ || true
+   rm -rf ${_UDK_DIR}/Conf/ || true
+   mkdir -p ${_UDK_DIR}/Conf/
+   mkdir -p ${_UDK_DIR}/Build/
+   
+   ## UDK BaseTools requires python2
+   sed 's|python |python2 |g' -i 
${EDK_TOOLS_PATH}/BinWrappers/PosixLike/* || true
+   sed 's|python |python2 |g' -i ${EDK_TOOLS_PATH}/Tests/GNUmakefile
+   
+   ## Fix GCC Warning as error
+   sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i 
${EDK_TOOLS_PATH}/Source/C/Makefiles/header.makefile || true
+   sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i 
${EDK_TOOLS_PATH}/Conf/tools_def.template || true
+   
+   ## Fix GCC 4.7 error - gcc: error: unrecognized command line option 
'-melf_x86_64'
+   sed 's| -m64 --64 -melf_x86_64| -m64|g' -i 
${EDK_TOOLS_PATH}/Conf/tools_def.template || true
+   sed 's|--64 | |g' -i ${EDK_TOOLS_PATH}/Conf/tools_def.template || true
+   sed 's| -m64 -melf_x86_64| -m64|g' -i 
${EDK_TOOLS_PATH}/Conf/tools_def.template || true
+   
+   ## Remove GCC -g debug option and add -0s -mabi=ms
+   sed 's|DEFINE GCC_ALL_CC_FLAGS= -g |DEFINE 

[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD udisks2-fixes.patch)

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:51:51
  Author: andrea
Revision: 173352

KDE 4.10 RC1

Modified:
  kdelibs/kde-unstable/PKGBUILD
Deleted:
  kdelibs/kde-unstable/udisks2-fixes.patch

-+
 PKGBUILD|   15 
 udisks2-fixes.patch |  822 --
 2 files changed, 5 insertions(+), 832 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:47:55 UTC (rev 173351)
+++ PKGBUILD2012-12-19 14:51:51 UTC (rev 173352)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.9.90
-pkgrel=2
+pkgver=4.9.95
+pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -17,12 +17,10 @@
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch'
-'udisks2-fixes.patch')
-sha1sums=('57a75fe32a76dc36877283d90fbb35529e54a69c'
+'kde-applications-menu.patch' 'archlinux-menu.patch')
+sha1sums=('c770a1752fb0c7cb9e2df0e424051eef57c0c9ee'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  '0e7259aa37e399abe0353b8c1a0068f75ef5eebe')
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -32,9 +30,6 @@
# add Archlinux menu entry
patch -p1 -i ${srcdir}/archlinux-menu.patch
 
-   # Already fixed upstream, improve udisks2 performances
-   patch -p1 -i ${srcdir}/udisks2-fixes.patch
-
cd ${srcdir}
mkdir build
cd build

Deleted: udisks2-fixes.patch
===
--- udisks2-fixes.patch 2012-12-19 14:47:55 UTC (rev 173351)
+++ udisks2-fixes.patch 2012-12-19 14:51:51 UTC (rev 173352)
@@ -1,822 +0,0 @@
-diff --git a/solid/solid/backends/udisks2/udisksblock.cpp 
b/solid/solid/backends/udisks2/udisksblock.cpp
-index 027ea03..f3cd1e8 100644
 a/solid/solid/CMakeLists.txt
-+++ b/solid/solid/CMakeLists.txt
-@@ -272,6 +272,7 @@
-set(solid_LIB_SRCS ${solid_LIB_SRCS}
-backends/udisks2/udisksmanager.cpp
-backends/udisks2/udisksdevice.cpp
-+   backends/udisks2/udisksdevicebackend.cpp
-backends/udisks2/udisksblock.cpp
-backends/udisks2/udisksstoragevolume.cpp
-backends/udisks2/udisksdeviceinterface.cpp
 a/solid/solid/backends/udisks2/udisksblock.cpp
-+++ b/solid/solid/backends/udisks2/udisksblock.cpp
-@@ -30,8 +30,7 @@
- using namespace Solid::Backends::UDisks2;
- 
- Block::Block(Device *dev)
--: DeviceInterface(dev),
--m_connection(QDBusConnection::connectToBus(QDBusConnection::SystemBus, 
Solid::Udisks2::Block:: + dev-udi()))
-+: DeviceInterface(dev)
- {
- m_devNum = m_device-prop(DeviceNumber).toULongLong();
- m_devFile = QFile::decodeName(m_device-prop(Device).toByteArray());
-@@ -41,7 +40,7 @@ Block::Block(Device *dev)
- const QString path = /org/freedesktop/UDisks2/block_devices;
- QDBusMessage call = QDBusMessage::createMethodCall(UD2_DBUS_SERVICE, 
path,
-
DBUS_INTERFACE_INTROSPECT, Introspect);
--QDBusPendingReplyQString reply = m_connection.asyncCall(call);
-+QDBusPendingReplyQString reply = 
QDBusConnection::systemBus().asyncCall(call);
- reply.waitForFinished();
- 
- if (reply.isValid()) {
-diff --git a/solid/solid/backends/udisks2/udisksblock.h 
b/solid/solid/backends/udisks2/udisksblock.h
-index 65ef2b8..19cb70a 100644
 a/solid/solid/backends/udisks2/udisksblock.h
-+++ b/solid/solid/backends/udisks2/udisksblock.h
-@@ -45,7 +45,6 @@ public:
- virtual int deviceMinor() const;
- virtual int deviceMajor() const;
- private:
--QDBusConnection m_connection;
- dev_t m_devNum;
- QString m_devFile;
- };
-diff --git a/solid/solid/backends/udisks2/udisksdevice.cpp 
b/solid/solid/backends/udisks2/udisksdevice.cpp
-index 3508d57..2a4313a 100644
 a/solid/solid/backends/udisks2/udisksdevice.cpp
-+++ b/solid/solid/backends/udisks2/udisksdevice.cpp
-@@ -20,6 +20,7 @@
- */
- 
- #include udisksdevice.h
-+#include udisksdevicebackend.h
- #include udisksblock.h
- #include udisksdeviceinterface.h
- #include udisksstoragevolume.h
-@@ -91,29 +92,72 @@ static QString formatByteSize(double size)
- 
- Device::Device(const QString udi)
- : Solid::Ifaces::Device()
--, m_udi(udi)
--, m_connection(QDBusConnection::connectToBus(QDBusConnection::SystemBus, 
Solid::Udisks2::Device:: + udi))
-+, m_backend(DeviceBackend::backendForUDI(udi))
- {
--m_device = new QDBusInterface(UD2_DBUS_SERVICE, m_udi,
--  QString(), // 

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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:51:56
  Author: andrea
Revision: 173353

KDE 4.10 RC1

Modified:
  nepomuk-core/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:51:51 UTC (rev 173352)
+++ PKGBUILD2012-12-19 14:51:56 UTC (rev 173353)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=nepomuk-core
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries
 url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-core;
@@ -11,7 +11,7 @@
 depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg')
 makedepends=('cmake' 'automoc4' 'doxygen')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ca0ac3d97ba0356aeb3bb88190ce5861e4663fa1')
+sha1sums=('98bee83019e469e28772da24cbec05d7744e6e44')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:51:59
  Author: andrea
Revision: 173354

KDE 4.10 RC1

Modified:
  kdepimlibs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:51:56 UTC (rev 173353)
+++ PKGBUILD2012-12-19 14:51:59 UTC (rev 173354)
@@ -3,17 +3,17 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepimlibs
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=KDE PIM Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepimlibs'
 license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+depends=('nepomuk-core' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
 makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
 install='kdepimlibs.install'
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('7299f1777a734072ba6a3fb4e2fd46161bb3f1fa')
+sha1sums=('1a88826f75143ad2f2ab76d1c434a643ba1db5be')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:52:04
  Author: andrea
Revision: 173355

KDE 4.10 RC1

Modified:
  oxygen-icons/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:51:59 UTC (rev 173354)
+++ PKGBUILD2012-12-19 14:52:04 UTC (rev 173355)
@@ -5,7 +5,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=The Oxygen Icon Theme
 arch=('any')
@@ -13,7 +13,7 @@
 license=('LGPL')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c5cf093704449148971d2961ccc81b98f97c5aa8')
+sha1sums=('ab58b38d8d691d55578c5ad33ed0e5220f2906b1')
 
 build() {
cd $srcdir



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:52:07
  Author: andrea
Revision: 173356

KDE 4.10 RC1

Modified:
  kactivities/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:52:04 UTC (rev 173355)
+++ PKGBUILD2012-12-19 14:52:07 UTC (rev 173356)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('nepomuk-core')
 makedepends=('cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f84fd3e96dff5410d25f7c3ec551f930ed1f7d83')
+sha1sums=('2f908ab040f124bd054aff29fbe838378761a696')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:52:11
  Author: andrea
Revision: 173357

KDE 4.10 RC1

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:52:07 UTC (rev 173356)
+++ PKGBUILD2012-12-19 14:52:11 UTC (rev 173357)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-runtime
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'gdb: drkonq crash handler')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('2cc69d6f462a35fd3d696fd77e1d54daedf27d06')
+sha1sums=('b5c271ddf335970d2d68395162b73f087efea4c4')
 
 build() {
 cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:52:15
  Author: andrea
Revision: 173358

KDE 4.10 RC1

Modified:
  kdepim-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:52:11 UTC (rev 173357)
+++ PKGBUILD2012-12-19 14:52:15 UTC (rev 173358)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepim-runtime
-pkgver=4.9.90
-pkgrel=2
+pkgver=4.9.95
+pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('267b889794dc07dd4374d51d043fd47572b71adc')
+sha1sums=('8695d188f360b955fb430d4a99498e4e2e777fe9')
 
 build() {
mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:52:18
  Author: andrea
Revision: 173359

KDE 4.10 RC1

Modified:
  kdebindings-smokegen/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:52:15 UTC (rev 173358)
+++ PKGBUILD2012-12-19 14:52:18 UTC (rev 173359)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokegen
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A general purpose C++ parser with a plugin infrastructure
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
-sha1sums=('39b4dbadeab69fea6d10b16b938836f17c519581')
+sha1sums=('7fb2756fc1536681aa0c47be8e88e85931011249')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:52:22
  Author: andrea
Revision: 173360

KDE 4.10 RC1

Modified:
  kdebindings-smokeqt/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:52:18 UTC (rev 173359)
+++ PKGBUILD2012-12-19 14:52:22 UTC (rev 173360)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokeqt
-pkgver=4.9.90
-pkgrel=2
+pkgver=4.9.95
+pkgrel=1
 pkgdesc=Language independent library for Qt bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('48a40fe3a475d1583a40727892e5d9c7d619e4e7')
+sha1sums=('9a859d3bf01aecfd08164b43cbd021330936b3e2')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:52:25
  Author: andrea
Revision: 173361

KDE 4.10 RC1

Modified:
  kdegraphics-okular/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:52:22 UTC (rev 173360)
+++ PKGBUILD2012-12-19 14:52:25 UTC (rev 173361)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-okular
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc='Document Viewer'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('kdegraphics-mobipocket: mobipocket support')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz;)
-sha1sums=('e9564db55521fdf5383687bc938eca30ba44e8a8')
+sha1sums=('0cdd0ecc876153d8e32775a123cc53d594526304')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:52:28
  Author: andrea
Revision: 173362

KDE 4.10 RC1

Modified:
  kdebindings-python/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:52:25 UTC (rev 173361)
+++ PKGBUILD2012-12-19 14:52:28 UTC (rev 173362)
@@ -4,7 +4,7 @@
 pkgbase=kdebindings-python
 pkgname=('kdebindings-python'
  'kdebindings-python2')
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
  'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
 
source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('109f12f05ccc198a57beb602dd1276b9d1d639dc')
+sha1sums=('b141ca1ba9082363bdc660ea441ec4948437218e')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:52:31
  Author: andrea
Revision: 173363

KDE 4.10 RC1

Modified:
  kdesdk-kate/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:52:28 UTC (rev 173362)
+++ PKGBUILD2012-12-19 14:52:31 UTC (rev 173363)
@@ -5,14 +5,14 @@
 pkgname=('kdebase-katepart'
  'kdebase-kwrite'
  'kdesdk-kate')
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python2')
 source=(http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz;
 'pkgbuild-syntax-highlight.patch')
-sha1sums=('02c97603bf50dafbdd1fd77d586d1f5c11c651aa'
+sha1sums=('ba1a90474b3f7239cf264537c8b35cac8a64d3b4'
   '5b45d0df8f340105633eba9ef7c58086e6c2e750')
 
 build() {



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:52:35
  Author: andrea
Revision: 173364

KDE 4.10 RC1

Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:52:31 UTC (rev 173363)
+++ PKGBUILD2012-12-19 14:52:35 UTC (rev 173364)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokekde
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Language independent library for KDE bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
@@ -18,7 +18,7 @@
 'kdepimlibs: akonadi bindings')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('30ae40449c1252a7ab5f8079ea6687120ca1fcfe')
+sha1sums=('0e67e797562954e2ad35e3c83782826a5fb2acf7')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:52:45
  Author: andrea
Revision: 173366

KDE 4.10 RC1

Modified:
  kdebindings-qyoto/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:52:41 UTC (rev 173365)
+++ PKGBUILD2012-12-19 14:52:45 UTC (rev 173366)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qyoto
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=.NET/Mono bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-csharp')
 
source=(http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('0e2e7517486bf8a1cc82fd547eba070992cc8a28')
+sha1sums=('01a144330f4200d11be171715845bc794a2293e7')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:52:49
  Author: andrea
Revision: 173367

KDE 4.10 RC1

Modified:
  kdebindings-qtruby/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:52:45 UTC (rev 173366)
+++ PKGBUILD2012-12-19 14:52:49 UTC (rev 173367)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qtruby
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Ruby bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-ruby')
 
source=(http://download.kde.org/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
-sha1sums=('ddd2f8f8334dbb731a219aade3b28eea38e3d5e0')
+sha1sums=('162e2bd2cd886e4b36321b22a5960b43de2dd46e')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:52:54
  Author: andrea
Revision: 173368

KDE 4.10 RC1

Modified:
  kde-base-artwork/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:52:49 UTC (rev 173367)
+++ PKGBUILD2012-12-19 14:52:54 UTC (rev 173368)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kde-base-artwork
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=KDE KSplash theme
 arch=('any')
@@ -10,7 +10,7 @@
 license=('LGPL')
 makedepends=('kdelibs' 'cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('aef99c5fc97172623fe61b393081740d16912199')
+sha1sums=('e1656e5eb8856f191e23cc004e591390d8b7d77f')
 
 build() {
cd $srcdir



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:52:57
  Author: andrea
Revision: 173369

KDE 4.10 RC1

Modified:
  kdebase-workspace/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:52:54 UTC (rev 173368)
+++ PKGBUILD2012-12-19 14:52:57 UTC (rev 173369)
@@ -4,7 +4,7 @@
 
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 
source=(http://download.kde.org/unstable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 
'kdm.logrotate'
 'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
-sha1sums=('30ce259ffdad79ccf420574490371e89b9ea190e'
+sha1sums=('531a7c34da49df5d50c267fcd88cf82a216cca4b'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
   '660eae40a707d2711d8d7f32a93214865506b795'
   '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe'



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:01
  Author: andrea
Revision: 173370

KDE 4.10 RC1

Modified:
  kdebase/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:52:57 UTC (rev 173369)
+++ PKGBUILD2012-12-19 14:53:01 UTC (rev 173370)
@@ -12,7 +12,7 @@
  'kdebase-konqueror'
  'kdebase-lib'
  'kdebase-plasma')
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdebase')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
-sha1sums=('e87ebf6c66602ccb34c184ad696fd37bdda0dee0')
+sha1sums=('a28eebf05bc484a2b91c33c8c700a0f09c57ed3d')
 
 build() {
cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:05
  Author: andrea
Revision: 173371

KDE 4.10 RC1

Modified:
  libkdeedu/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:01 UTC (rev 173370)
+++ PKGBUILD2012-12-19 14:53:05 UTC (rev 173371)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdeedu
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Libraries used by KDE Education applications
 url=https://projects.kde.org/projects/kde/kdeedu/libkdeedu;
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 replaces=('kdeedu-libkdeedu' 'kdeedu-data')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e2bcbca61ef7c9c46e421c3d3756992a29bd3076')
+sha1sums=('1e7fe03209ed0e1c7ba528c93ee25b5144b6428b')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:08
  Author: andrea
Revision: 173372

KDE 4.10 RC1

Modified:
  kdeedu-marble/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:05 UTC (rev 173371)
+++ PKGBUILD2012-12-19 14:53:08 UTC (rev 173372)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-marble
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Desktop Globe
 url=http://kde.org/applications/education/marble/;
@@ -14,7 +14,7 @@
 optdepends=('gpsd: gps support')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/marble-${pkgver}.tar.xz;)
-sha1sums=('4d8d651464f10316edb04166739cf04d54c5812d')
+sha1sums=('f790b6de61d5ebe28d047baad3b2e00cfd06139b')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:11
  Author: andrea
Revision: 173373

KDE 4.10 RC1

Modified:
  libkdcraw/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:08 UTC (rev 173372)
+++ PKGBUILD2012-12-19 14:53:11 UTC (rev 173373)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('43ada2aa6736e1159181ad0687254fa9a015d12f')
+sha1sums=('6384b2950de83e1151f45d7b0f615632d3b7b990')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:52:41
  Author: andrea
Revision: 173365

KDE 4.10 RC1

Modified:
  kdebindings-perlqt/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:52:35 UTC (rev 173364)
+++ PKGBUILD2012-12-19 14:52:41 UTC (rev 173365)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlqt
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Perl bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
@@ -12,7 +12,7 @@
 depends=('kdebindings-smokeqt' 'perl-list-moreutils')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 
source=(http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
-sha1sums=('6bace08bcb090a225966d8fdeaec418e7f5ec022')
+sha1sums=('bd70ee9d7c5dc2e69560f8e1a324a7d4fd70d1a9')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:15
  Author: andrea
Revision: 173374

KDE 4.10 RC1

Modified:
  libkexiv2/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:11 UTC (rev 173373)
+++ PKGBUILD2012-12-19 14:53:15 UTC (rev 173374)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkexiv2
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A library to manipulate pictures metadata
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('bff786b20a130b727e1b7b371a2fab3801c6f8c3')
+sha1sums=('6f2ab9625abf99b9f78f959c0734b2b35b270662')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:18
  Author: andrea
Revision: 173375

KDE 4.10 RC1

Modified:
  libkipi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:15 UTC (rev 173374)
+++ PKGBUILD2012-12-19 14:53:18 UTC (rev 173375)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkipi
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=An interface to use kipi-plugins from a KDE application
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e512fb74bf63f3e09d632163fe246adf3720e6eb')
+sha1sums=('100b849be3f0db533b3b213256714b065b478872')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:21
  Author: andrea
Revision: 173376

KDE 4.10 RC1

Modified:
  libksane/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:18 UTC (rev 173375)
+++ PKGBUILD2012-12-19 14:53:21 UTC (rev 173376)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libksane
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=An image scanning library
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f5b9e7a139e1d77ba749c2184377731a84b40819')
+sha1sums=('c313f08f9782656ce8a6b1c4e588a1549cb195bc')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:25
  Author: andrea
Revision: 173377

KDE 4.10 RC1

Modified:
  kdeedu-analitza/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:21 UTC (rev 173376)
+++ PKGBUILD2012-12-19 14:53:25 UTC (rev 173377)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-analitza
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A library to add mathematical features to your program
 url=https://projects.kde.org/projects/kde/kdeedu/analitza;
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
-sha1sums=('2b8ddabf169e45f44e8f148c9364f921708181ef')
+sha1sums=('279fa3fac98bbf5fc33f59714cbd4b822d65c320')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:28
  Author: andrea
Revision: 173378

KDE 4.10 RC1

Modified:
  libkcddb/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:25 UTC (rev 173377)
+++ PKGBUILD2012-12-19 14:53:28 UTC (rev 173378)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcddb
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=KDE CDDB library
 url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
@@ -13,7 +13,7 @@
 replaces=('kdemultimedia-kioslave')
 conflicts=('kdemultimedia-kioslave')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1314635ac87a59dba7e6d33a63be2ab6a0fee4fa')
+sha1sums=('4689df4c9a053be41d089c13d038161953998513')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:32
  Author: andrea
Revision: 173379

KDE 4.10 RC1

Modified:
  libkcompactdisc/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:28 UTC (rev 173378)
+++ PKGBUILD2012-12-19 14:53:32 UTC (rev 173379)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcompactdisc
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A library for interfacing with CDs
 url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
@@ -13,7 +13,7 @@
 replaces=('kdemultimedia-kioslave')
 conflicts=('kdemultimedia-kioslave')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('95cb6d06c76af9f470b76e659d4a250cf8055532')
+sha1sums=('2e7a130a7b0c2f7e2fd0ea897bf17388941407b1')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:35
  Author: andrea
Revision: 173380

KDE 4.10 RC1

Modified:
  libkdegames/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:32 UTC (rev 173379)
+++ PKGBUILD2012-12-19 14:53:35 UTC (rev 173380)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdegames
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Common code and data for many KDE games
 url=https://projects.kde.org/projects/kde/kdegames/libkdegames;
@@ -13,7 +13,7 @@
 replaces=('kdegames-libkdegames')
 conflicts=('kdegames-libkdegames')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('311e701c2de74e9823d7b2005ec494798f92')
+sha1sums=('46a42c7c57e96ed265a88c3b21685af010e34bb7')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:38
  Author: andrea
Revision: 173381

KDE 4.10 RC1

Modified:
  libkmahjongg/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:35 UTC (rev 173380)
+++ PKGBUILD2012-12-19 14:53:38 UTC (rev 173381)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkmahjongg
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Common code, backgrounds and tile sets for games using Mahjongg tiles
 url=https://projects.kde.org/projects/kde/kdegames/libmahjongg;
@@ -13,7 +13,7 @@
 replaces=('kdegames-libkmahjongg')
 conflicts=('kdegames-libkmahjongg')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0dab3e3c9cdb68d44b7b6b3b320edb6c28bf7dbc')
+sha1sums=('e46f8778c8ed2334a973d65c9bd37c9eb4247deb')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:41
  Author: andrea
Revision: 173382

KDE 4.10 RC1

Modified:
  nepomuk-widgets/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:38 UTC (rev 173381)
+++ PKGBUILD2012-12-19 14:53:41 UTC (rev 173382)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=nepomuk-widgets
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=The Library containing the Nepomuk Widgets
 url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-widgets;
@@ -11,7 +11,7 @@
 depends=('nepomuk-core')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('23647e181ef71ecb3c391a4ffb51a83d1989754d')
+sha1sums=('6a5524613da475ba47d8f4fc05fc4b2cc38630fe')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:46
  Author: andrea
Revision: 173383

KDE 4.10 RC1

Modified:
  kdeaccessibility-jovie/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:41 UTC (rev 173382)
+++ PKGBUILD2012-12-19 14:53:46 UTC (rev 173383)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-jovie
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A text to speech application'
@@ -14,7 +14,7 @@
 replaces=('kdeaccessibility-kttsd')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/jovie-${pkgver}.tar.xz;)
-sha1sums=('d38acf4a94a822f3ad62a986172e4dd944bd60ef')
+sha1sums=('cb9f087f8460ab6f20fc92f3b2f5537c0aefc4fc')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:54:10
  Author: andrea
Revision: 173388

KDE 4.10 RC1

Modified:
  kdeadmin/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:04 UTC (rev 173387)
+++ PKGBUILD2012-12-19 14:54:10 UTC (rev 173388)
@@ -6,7 +6,7 @@
 pkgname=('kdeadmin-kcron'
  'kdeadmin-ksystemlog'
  'kdeadmin-kuser')
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-python2' 
'system-config-printer-common')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 'syslog-path.patch')
-sha1sums=('cc311e2559a7b5b742131f640fd33f9f787d55f9'
+sha1sums=('7a27c15f2abbf963fd6413cf097517c70ffd6530'
   '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
 
 build() {



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:54:14
  Author: andrea
Revision: 173389

KDE 4.10 RC1

Modified:
  kdeartwork/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:10 UTC (rev 173388)
+++ PKGBUILD2012-12-19 14:54:14 UTC (rev 173389)
@@ -12,7 +12,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -21,7 +21,7 @@
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace'
  'libkexiv2' 'mesa')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('9bf2c794f5d46d368b7d4acab199978173a8e785')
+sha1sums=('f1ca98976d54af3edce7d7884865d9d5ab9bee5d')
 
 build() {
cd $srcdir



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:51
  Author: andrea
Revision: 173384

KDE 4.10 RC1

Modified:
  kdeaccessibility-kaccessible/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:46 UTC (rev 173383)
+++ PKGBUILD2012-12-19 14:53:51 UTC (rev 173384)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kaccessible
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'speech-dispatcher')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
-sha1sums=('5f42832714145753c553c2ac0528b1bb56cef2eb')
+sha1sums=('c9fb5b6d2e6cd75f8ae54544ead0c1dc14be50ca')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:53:55
  Author: andrea
Revision: 173385

KDE 4.10 RC1

Modified:
  kdeaccessibility-kmag/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:51 UTC (rev 173384)
+++ PKGBUILD2012-12-19 14:53:55 UTC (rev 173385)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmag
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Screen Magnifier'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/kmag-${pkgver}.tar.xz;)
-sha1sums=('0a94f70e6092b0c6fe72e96ebaeb49bd067854fe')
+sha1sums=('631343e7fab106191dde5406cd48d2f65b37dbd2')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:54:00
  Author: andrea
Revision: 173386

KDE 4.10 RC1

Modified:
  kdeaccessibility-kmousetool/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:53:55 UTC (rev 173385)
+++ PKGBUILD2012-12-19 14:54:00 UTC (rev 173386)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmousetool
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('3aed0e191ee20e779503debd398fa50e9981e4ee')
+sha1sums=('a2d8f996ed8802875724fff9364f94a727cd8329')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:54:04
  Author: andrea
Revision: 173387

KDE 4.10 RC1

Modified:
  kdeaccessibility-kmouth/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:00 UTC (rev 173386)
+++ PKGBUILD2012-12-19 14:54:04 UTC (rev 173387)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmouth
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Speech Synthesizer Frontend'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
-sha1sums=('1ee316f6abb4f5299e4352561b3d3c892f17')
+sha1sums=('62eb1c7db5170f967069f7e3a97b4a94b8e4fc1f')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:54:19
  Author: andrea
Revision: 173390

KDE 4.10 RC1

Modified:
  kdebase-konsole/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:14 UTC (rev 173389)
+++ PKGBUILD2012-12-19 14:54:19 UTC (rev 173390)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebase-konsole
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://kde.org/applications/system/konsole/'
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime' 'kdebase-lib')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.xz;)
-sha1sums=('e244fc0e370da767cb3e4592acf255088cf50262')
+sha1sums=('82b53c44e05d01620102ae27a80f7f4885e2213a')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:54:23
  Author: andrea
Revision: 173391

KDE 4.10 RC1

Modified:
  kdebindings-kimono/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:19 UTC (rev 173390)
+++ PKGBUILD2012-12-19 14:54:23 UTC (rev 173391)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-kimono
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=.NET/Mono bindings for the KDE libraries
 url=https://projects.kde.org/projects/kde/kdebindings/csharp/kimono;
@@ -14,7 +14,7 @@
 optdepends=('kdepimlibs: akonadi bindings')
 conflicts=('kdebindings-csharp')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.xz;)
-sha1sums=('f7e5335a1adf6714941f95c4325eaf6d201a63f3')
+sha1sums=('f7213b8158774ccc2476fe91977c8db919c0cbd0')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:54:26
  Author: andrea
Revision: 173392

KDE 4.10 RC1

Modified:
  kdebindings-korundum/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:23 UTC (rev 173391)
+++ PKGBUILD2012-12-19 14:54:26 UTC (rev 173392)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-korundum
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Ruby bindings for libraries created by the KDE community
 url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
@@ -17,7 +17,7 @@
 conflicts=('kdebindings-ruby')
 
source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
 'ruby19.patch')
-sha1sums=('c257940ee5e89a3fc1ae45f0715b882cb03cff32'
+sha1sums=('780275964370eef3c14ce88eeb6389335a6379b2'
   'c074f027bac3b9bffe70a2c2304a6a7be12be034')
 
 build() {



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:54:30
  Author: andrea
Revision: 173393

KDE 4.10 RC1

Modified:
  kdebindings-kross/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:26 UTC (rev 173392)
+++ PKGBUILD2012-12-19 14:54:30 UTC (rev 173393)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-kross-python'
 # 'kdebindings-kross-ruby'
  'kdebindings-kross-java')
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 url=https://projects.kde.org/projects/kde/kdebindings/kross-interpreters;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 groups=('kdebindings')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'java-environment')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kross-interpreters-${pkgver}.tar.xz;)
-sha1sums=('bb3ed0c9557d1a611e48ef9a9fc4ae26d7d0a808')
+sha1sums=('7d46e9eb28e630a06a073ae36f359dd84c1c9a2f')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:54:34
  Author: andrea
Revision: 173394

KDE 4.10 RC1

Modified:
  kdebindings-perlkde/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:30 UTC (rev 173393)
+++ PKGBUILD2012-12-19 14:54:34 UTC (rev 173394)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlkde
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Perl bindings for the KDE libraries
 url=https://projects.kde.org/projects/kde/kdebindings/perl/perlkde;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
 'kdegraphics-okular' 'kdesdk-kate')
 
source=(http://download.kde.org/unstable/${pkgver}/src/perlkde-${pkgver}.tar.xz;)
-sha1sums=('8d5d06472758763d2b6bbed08b9a3d6971bf069a')
+sha1sums=('302c590c9388a178fa68fe50ac1eed20913f3c1c')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:54:37
  Author: andrea
Revision: 173395

KDE 4.10 RC1

Modified:
  kdeedu-blinken/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:34 UTC (rev 173394)
+++ PKGBUILD2012-12-19 14:54:37 UTC (rev 173395)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-blinken
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Memory Enhancement Game
 url=http://kde.org/applications/education/blinken/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/blinken-${pkgver}.tar.xz;)
-sha1sums=('efd428ee047d5f0176e369791c8dc3dff452115a')
+sha1sums=('975d7220a99ef8cbc4129361ece150b53519335c')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:54:41
  Author: andrea
Revision: 173396

KDE 4.10 RC1

Modified:
  kdeedu-cantor/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:37 UTC (rev 173395)
+++ PKGBUILD2012-12-19 14:54:41 UTC (rev 173396)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-cantor
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=KDE Frontend to Mathematical Software
 url=http://kde.org/applications/education/cantor/;
@@ -16,7 +16,7 @@
 'r: R backend')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/cantor-${pkgver}.tar.xz;)
-sha1sums=('cb590070ed267d83e2aef371b0f04888edb2206f')
+sha1sums=('757a9dafc33e18962ba88114be5438058946b99c')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:54:45
  Author: andrea
Revision: 173397

KDE 4.10 RC1

Modified:
  kdeedu-kalgebra/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:41 UTC (rev 173396)
+++ PKGBUILD2012-12-19 14:54:45 UTC (rev 173397)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalgebra
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Graph Calculator
 url=http://kde.org/applications/education/kalgebra/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
-sha1sums=('7efe599bd828f6c478955412dc3dae42a97095ac')
+sha1sums=('5b624e96e1d6d2c2dddab70c5b13daf284f3f57f')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Tobias Powalowski
Date: Wednesday, December 19, 2012 @ 09:54:46
  Author: tpowa
Revision: 173398

upgpkg: dosfstools 3.0.13-1

bump to latest version

Modified:
  dosfstools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:45 UTC (rev 173397)
+++ PKGBUILD2012-12-19 14:54:46 UTC (rev 173398)
@@ -2,12 +2,14 @@
 # Maintainer: dorphell dorph...@archlinux.org
 # Committer: Judd Vinet jvi...@zeroflux.org
 pkgname=dosfstools
-pkgver=3.0.12
+pkgver=3.0.13
 pkgrel=1
 pkgdesc=DOS filesystem utilities
 arch=(i686 x86_64)
 depends=('glibc')
-source=(http://www.daniel-baumann.ch/software/dosfstools/$pkgname-$pkgver.tar.bz2)
+#source=(http://www.daniel-baumann.ch/software/dosfstools/$pkgname-$pkgver.tar.xz)
+# using debian source, main page is down since quite some time
+source=(http://ftp.de.debian.org/debian/pool/main/d/dosfstools/dosfstools_3.0.13.orig.tar.xz)
 url=http://www.daniel-baumann.ch/software/dosfstools/;
 license=('GPL2')
 
@@ -20,4 +22,4 @@
cd $srcdir/$pkgname-$pkgver
make PREFIX=$pkgdir MANDIR=$pkgdir/usr/share/man 
DOCDIR=$pkgdir/usr/share/doc install
 }
-md5sums=('5c7c2adac9eae4afbe1f16443142b566')
+md5sums=('c1d851e3fc065a935c7cf919545d239f')



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:54:49
  Author: andrea
Revision: 173399

KDE 4.10 RC1

Modified:
  kdeedu-kalzium/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:46 UTC (rev 173398)
+++ PKGBUILD2012-12-19 14:54:49 UTC (rev 173399)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('9b616ea322f769249ee16af36f27c702c6f57dba')
+sha1sums=('187adc48acd35a3f71c6cc48cfb53d1a115a60e1')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:54:53
  Author: andrea
Revision: 173400

KDE 4.10 RC1

Modified:
  kdeedu-kanagram/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:49 UTC (rev 173399)
+++ PKGBUILD2012-12-19 14:54:53 UTC (rev 173400)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kanagram
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Letter Order Game
 url=http://kde.org/applications/education/kanagram/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kanagram-${pkgver}.tar.xz;)
-sha1sums=('907f5ad8eaf3a14c141adbfaf83151db5832d0e7')
+sha1sums=('6491b2dc8e2473b140cc6ae20b1797f9d95e71a3')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:54:57
  Author: andrea
Revision: 173401

KDE 4.10 RC1

Modified:
  kdeedu-kbruch/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:53 UTC (rev 173400)
+++ PKGBUILD2012-12-19 14:54:57 UTC (rev 173401)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kbruch
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Exercise Fractions
 url=http://kde.org/applications/education/kbruch/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kbruch-${pkgver}.tar.xz;)
-sha1sums=('02d97052003be991291be14b63a48e81ad04c65a')
+sha1sums=('899f22d3693111a36d92dad368fe6feac21f9946')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:55:00
  Author: andrea
Revision: 173402

KDE 4.10 RC1

Modified:
  kdeedu-kgeography/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:54:57 UTC (rev 173401)
+++ PKGBUILD2012-12-19 14:55:00 UTC (rev 173402)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kgeography
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Geography Trainer
 url=http://kde.org/applications/education/kgeography/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kgeography-${pkgver}.tar.xz;)
-sha1sums=('79de41fe0ef34f5581cd750abd723c8d4e6cebcb')
+sha1sums=('f2d89cf07449a7cec69cb4e236d894be6657f649')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:55:04
  Author: andrea
Revision: 173403

KDE 4.10 RC1

Modified:
  kdeedu-khangman/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:55:00 UTC (rev 173402)
+++ PKGBUILD2012-12-19 14:55:04 UTC (rev 173403)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-khangman
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Hangman Game
 url=http://kde.org/applications/education/khangman/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/khangman-${pkgver}.tar.xz;)
-sha1sums=('03b1eb8988745cc822fc53b5066b3bf74d866567')
+sha1sums=('84fe69921859cd51672563d47fd3fdf6cf473b99')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:55:09
  Author: andrea
Revision: 173404

KDE 4.10 RC1

Modified:
  kdeedu-kig/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:55:04 UTC (rev 173403)
+++ PKGBUILD2012-12-19 14:55:09 UTC (rev 173404)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kig
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Interactive Geometry
 url=http://kde.org/applications/education/kig/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/kig-${pkgver}.tar.xz;)
-sha1sums=('8410cac5282e3e378cdb02d9233a40cf5bfceb51')
+sha1sums=('414b9d1dba8c25685ffcd6867bfe6a0b0c8066a4')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:55:13
  Author: andrea
Revision: 173405

KDE 4.10 RC1

Modified:
  kdeedu-kiten/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:55:09 UTC (rev 173404)
+++ PKGBUILD2012-12-19 14:55:13 UTC (rev 173405)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kiten
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Japanese Reference/Study Tool
 url=http://kde.org/applications/education/kiten/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kiten-${pkgver}.tar.xz;)
-sha1sums=('17ce35e48e233561f0ef7d25668119285308b7fd')
+sha1sums=('93c13fe7faca9e42b78eb0d7e5efd87311e52fdf')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:55:17
  Author: andrea
Revision: 173406

KDE 4.10 RC1

Modified:
  kdeedu-klettres/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:55:13 UTC (rev 173405)
+++ PKGBUILD2012-12-19 14:55:17 UTC (rev 173406)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-klettres
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Learn The Alphabet
 url=http://kde.org/applications/education/klettres/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/klettres-${pkgver}.tar.xz;)
-sha1sums=('3f311d2ae5b863b161ba7f05ff7075e408c24847')
+sha1sums=('528585e2a42de8043a143aa23c10be070160cb65')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:55:21
  Author: andrea
Revision: 173407

KDE 4.10 RC1

Modified:
  kdeedu-kmplot/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:55:17 UTC (rev 173406)
+++ PKGBUILD2012-12-19 14:55:21 UTC (rev 173407)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kmplot
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Mathematical Function Plotter
 url=http://kde.org/applications/education/kmplot/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
-sha1sums=('3f62708d41bc3ec05295dc1db771689265305bf3')
+sha1sums=('d29c5464d7177092f2cfc44acc1b5654d3a708f0')
 
 build() {
   cd ${srcdir}



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:55:26
  Author: andrea
Revision: 173408

KDE 4.10 RC1

Modified:
  kdeedu-kstars/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:55:21 UTC (rev 173407)
+++ PKGBUILD2012-12-19 14:55:26 UTC (rev 173408)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kstars
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Desktop Planetarium
 url=http://kde.org/applications/education/kstars/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'eigen' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
-sha1sums=('5894c7f3c6f73c0f2453b64fdefd5a330637e703')
+sha1sums=('46eed98749a15b29b4a18bc93c2c1c71f1a6ca7d')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:56:52
  Author: andrea
Revision: 173430

KDE 4.10 RC1

Modified:
  kdegames-kigo/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:56:49 UTC (rev 173429)
+++ PKGBUILD2012-12-19 14:56:52 UTC (rev 173430)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kigo
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=An open-source implementation of the popular Go game
 url=http://kde.org/applications/games/kigo/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/kigo-${pkgver}.tar.xz;)
-sha1sums=('e2793d8311d3e7fd70c3e85398d764d83d7ba095')
+sha1sums=('803298766752984e1a9a1d3bff17c6351c100d25')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:56:56
  Author: andrea
Revision: 173431

KDE 4.10 RC1

Modified:
  kdegames-killbots/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:56:52 UTC (rev 173430)
+++ PKGBUILD2012-12-19 14:56:56 UTC (rev 173431)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-killbots
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A simple game of evading killer robots
 url=http://kde.org/applications/games/killbots/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
-sha1sums=('82f2c9e294b371a439f6e550cdc3e9eeffc28993')
+sha1sums=('9f1d66933163d3da44f1803a987a72607d4e7443')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:00
  Author: andrea
Revision: 173432

KDE 4.10 RC1

Modified:
  kdegames-kiriki/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:56:56 UTC (rev 173431)
+++ PKGBUILD2012-12-19 14:57:00 UTC (rev 173432)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kiriki
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=An addictive and fun dice game
 url=http://kde.org/applications/games/kiriki/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kiriki-${pkgver}.tar.xz;)
-sha1sums=('3154d5165dd2e380ceea263520d680492d494e96')
+sha1sums=('49c1716d233b91c968beeeae381ee28ffa66749e')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:04
  Author: andrea
Revision: 173433

KDE 4.10 RC1

Modified:
  kdegames-kjumpingcube/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:00 UTC (rev 173432)
+++ PKGBUILD2012-12-19 14:57:04 UTC (rev 173433)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kjumpingcube
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A simple tactical game
 url=http://kde.org/applications/games/kjumpingcube/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz;)
-sha1sums=('2d088816ff5b7be795b7bfbe74460dfd08423173')
+sha1sums=('c7d5587f6b730ae618f0c24d4e59c7a449466429')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:07
  Author: andrea
Revision: 173434

KDE 4.10 RC1

Modified:
  kdegames-klickety/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:04 UTC (rev 173433)
+++ PKGBUILD2012-12-19 14:57:07 UTC (rev 173434)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-klickety
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=An adaptation of the Clickomania game
 url=http://kde.org/applications/games/klickety/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/klickety-${pkgver}.tar.xz;)
-sha1sums=('49fb1b065a29b1a06364363a51941b9c7ef29ac6')
+sha1sums=('690a76c0e800f1b14cd6288f495eaf95b0517b30')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:11
  Author: andrea
Revision: 173435

KDE 4.10 RC1

Modified:
  kdegames-klines/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:07 UTC (rev 173434)
+++ PKGBUILD2012-12-19 14:57:11 UTC (rev 173435)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-klines
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A simple but highly addictive, one player game
 url=http://kde.org/applications/games/klines/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('088e60637b968701de1d1d0cc8ed5533e5512596')
+sha1sums=('2f40b10c6166820586a7006df10b1052ec23a609')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:18
  Author: andrea
Revision: 173437

KDE 4.10 RC1

Modified:
  kdegames-kmines/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:14 UTC (rev 173436)
+++ PKGBUILD2012-12-19 14:57:18 UTC (rev 173437)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kmines
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=The classic Minesweeper game
 url=http://kde.org/applications/games/kmines/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kmines-${pkgver}.tar.xz;)
-sha1sums=('4ff0cf02508b98a61c76eaba22400ebf0c70bd4f')
+sha1sums=('0e38966e8107b13c083528bc310c6aa6df4fc7f0')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:21
  Author: andrea
Revision: 173438

KDE 4.10 RC1

Modified:
  kdegames-knavalbattle/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:18 UTC (rev 173437)
+++ PKGBUILD2012-12-19 14:57:21 UTC (rev 173438)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-knavalbattle
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A ship sinking game
 url=http://kde.org/applications/games/knavalbattle/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/knavalbattle-${pkgver}.tar.xz;)
-sha1sums=('e09ecc05362f93b4ca5f9cd0eae6fae7b367ad30')
+sha1sums=('b893ba02f77cd3027f55c7bb57d942fdd48c7050')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:14
  Author: andrea
Revision: 173436

KDE 4.10 RC1

Modified:
  kdegames-kmahjongg/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:11 UTC (rev 173435)
+++ PKGBUILD2012-12-19 14:57:14 UTC (rev 173436)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kmahjongg
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A tile matching game for one or two players
 url=http://kde.org/applications/games/kmahjongg/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kmahjongg-${pkgver}.tar.xz;)
-sha1sums=('fe0c4e6a03199258238dbb7fcd6b91b51dc92b30')
+sha1sums=('075fa8d849e4e9d7242d1e37f8716ba3988f8c18')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:25
  Author: andrea
Revision: 173439

KDE 4.10 RC1

Modified:
  kdegames-knetwalk/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:21 UTC (rev 173438)
+++ PKGBUILD2012-12-19 14:57:25 UTC (rev 173439)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-knetwalk
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Connect all the terminals to the server, in as few turns as possible
 url=http://kde.org/applications/games/knetwalk/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/knetwalk-${pkgver}.tar.xz;)
-sha1sums=('0411d11f54e7ef91bc222b05dbafacbadc190ebc')
+sha1sums=('d5b6d4ef3502f3de541dc1e05a6096945c2932a4')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:28
  Author: andrea
Revision: 173440

KDE 4.10 RC1

Modified:
  kdegames-kolf/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:25 UTC (rev 173439)
+++ PKGBUILD2012-12-19 14:57:28 UTC (rev 173440)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kolf
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A miniature golf game with 2d top-down view
 url=http://kde.org/applications/games/kolf/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/kolf-${pkgver}.tar.xz;)
-sha1sums=('486f159aceb1aa6c40fd83cb8c4a573e37b8d56d')
+sha1sums=('b820afafa5d75f276e46f86cc66e37c1e80168cb')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:32
  Author: andrea
Revision: 173441

KDE 4.10 RC1

Modified:
  kdegames-kollision/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:28 UTC (rev 173440)
+++ PKGBUILD2012-12-19 14:57:32 UTC (rev 173441)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kollision
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A simple ball dodging game
 url=http://kde.org/applications/games/kollision/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kollision-${pkgver}.tar.xz;)
-sha1sums=('f052c1f63a325da4231237dc116083c040689fae')
+sha1sums=('74f5c19ac50f3b2c677b6dfde1ef3b8b85350340')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:35
  Author: andrea
Revision: 173442

KDE 4.10 RC1

Modified:
  kdegames-konquest/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:32 UTC (rev 173441)
+++ PKGBUILD2012-12-19 14:57:35 UTC (rev 173442)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-konquest
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=The KDE version of Gnu-Lactic
 url=http://kde.org/applications/games/konquest/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/konquest-${pkgver}.tar.xz;)
-sha1sums=('56c8b750ac8065f71d6df2e655188840c2857c15')
+sha1sums=('81b363fad2eadea59bcf1d45ed79fdb8eeeb2943')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:39
  Author: andrea
Revision: 173443

KDE 4.10 RC1

Modified:
  kdegames-kpatience/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:35 UTC (rev 173442)
+++ PKGBUILD2012-12-19 14:57:39 UTC (rev 173443)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kpatience
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Offers a selection of solitaire card games
 url=http://kde.org/applications/games/kpat/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/kpat-${pkgver}.tar.xz;)
-sha1sums=('39a61220c14bcd28c65695b83763adf84f1e9e6d')
+sha1sums=('90f78664276ee8cfe4503a8f6f71f9e15ffabacc')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:43
  Author: andrea
Revision: 173444

KDE 4.10 RC1

Modified:
  kdegames-kreversi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:39 UTC (rev 173443)
+++ PKGBUILD2012-12-19 14:57:43 UTC (rev 173444)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kreversi
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A simple one player strategy game played against the computer
 url=http://kde.org/applications/games/kreversi/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kreversi-${pkgver}.tar.xz;)
-sha1sums=('084fa8f3de6ed18bf0ff98394917c30378dcacab')
+sha1sums=('ba16f2a2dcd301d2a8873a2c7bbe187a5c8f4e98')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:48
  Author: andrea
Revision: 173445

KDE 4.10 RC1

Modified:
  kdegames-kshisen/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:43 UTC (rev 173444)
+++ PKGBUILD2012-12-19 14:57:48 UTC (rev 173445)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kshisen
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A solitaire-like game played using the standard set of Mahjong tiles
 url=http://kde.org/applications/games/kshisen/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kshisen-${pkgver}.tar.xz;)
-sha1sums=('def1be8a39f1bc2d006fdddf2afd7747dc65d990')
+sha1sums=('2ccb3152838e3e8df8a80a0605ab8f955dd2136c')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:52
  Author: andrea
Revision: 173446

KDE 4.10 RC1

Modified:
  kdegames-ksirk/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:48 UTC (rev 173445)
+++ PKGBUILD2012-12-19 14:57:52 UTC (rev 173446)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-ksirk
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A computerized version of a well known strategy game
 url=http://kde.org/applications/games/ksirk/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/ksirk-${pkgver}.tar.xz;)
-sha1sums=('776e6799080f368a0f174b2c07597d50df6a4b59')
+sha1sums=('22e163387d29e77c72c67ca02cfe97c4d40ee9d3')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:57:56
  Author: andrea
Revision: 173447

KDE 4.10 RC1

Modified:
  kdegames-ksnakeduel/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:52 UTC (rev 173446)
+++ PKGBUILD2012-12-19 14:57:56 UTC (rev 173447)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-ksnakeduel
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=A simple snake duel game
 url=http://kde.org/applications/games/ksnakeduel/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz;)
-sha1sums=('52fb97859c671e73cbb6890242773a8c87e33b2e')
+sha1sums=('6e2a634a97d7f6087ae6130bd3cbe24a058ab4d9')
 
 build() {
   mkdir build



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

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:58:00
  Author: andrea
Revision: 173448

KDE 4.10 RC1

Modified:
  kdegames-kspaceduel/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:57:56 UTC (rev 173447)
+++ PKGBUILD2012-12-19 14:58:00 UTC (rev 173448)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kspaceduel
-pkgver=4.9.90
+pkgver=4.9.95
 pkgrel=1
 pkgdesc=Each of two possible players controls a satellite spaceship orbiting 
the sun
 url=http://kde.org/applications/games/kspaceduel/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kspaceduel-${pkgver}.tar.xz;)
-sha1sums=('231d5cf7ef3a9c7bb18c35888c6c53ceb62fd91d')
+sha1sums=('5ce26e23dd6fc1da95d23eacf3df32069226685e')
 
 build() {
   mkdir build



  1   2   >