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

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 07:18:11
  Author: heftig
Revision: 180763

3.8.0

Modified:
  empathy/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 05:28:14 UTC (rev 180762)
+++ PKGBUILD2013-03-26 06:18:11 UTC (rev 180763)
@@ -2,34 +2,31 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.6.3
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=http://live.gnome.org/Empathy;
-license=('GPL2')
-depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'webkitgtk3' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
-makedepends=('intltool' 'itstool' 'docbook-xsl' 'nautilus-sendto')
+license=(GPL2)
+depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk3 telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control)
+makedepends=(intltool itstool docbook-xsl python2)
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'
 'telepathy-salut: Link-local XMPP support'
 'telepathy-rakia: SIP support'
-'telepathy-haze: libpurple support'
-'nautilus-sendto: Send files from nautilus')
+'telepathy-haze: libpurple support')
 options=('!libtool' '!makeflags')
-groups=('gnome-extra')
+groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eaae20e8e9b8660979ed7a9a65deba61d6d795c6f698e684f21c3821f042704d')
+sha256sums=('3b2fe5fd41ceadeeda08735ecbccfc344b5d6c7009e40e289d175bc7cac69069')
 
 build() {
   cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
-  --disable-static \
-  --disable-schemas-compile \
-  --enable-gst-1.0=yes
+  --disable-static
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



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

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 07:29:06
  Author: heftig
Revision: 87033

boost rebuild

Modified:
  gnash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 01:43:08 UTC (rev 87032)
+++ PKGBUILD2013-03-26 06:29:06 UTC (rev 87033)
@@ -4,7 +4,7 @@
 pkgbase=gnash
 pkgname=(gnash-common gnash-gtk)
 pkgver=0.8.10
-pkgrel=6
+pkgrel=7
 arch=(i686 x86_64)
 url=http://www.gnu.org/software/gnash/;
 license=(GPL3)



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

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 07:33:59
  Author: heftig
Revision: 180764

1.7.0

Modified:
  libpeas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 06:18:11 UTC (rev 180763)
+++ PKGBUILD2013-03-26 06:33:59 UTC (rev 180764)
@@ -2,24 +2,24 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libpeas
-pkgver=1.6.1
+pkgver=1.7.0
 pkgrel=1
 pkgdesc=A GObject-based plugins engine
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=http://www.gtk.org/;
-license=('GPL2')
-depends=('gtk3' 'hicolor-icon-theme' 'gobject-introspection')
-makedepends=('gtk-doc' 'intltool' 'python2-gobject' 'gjs' 'seed' 'glade')
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection)
+makedepends=(gtk-doc intltool python-gobject python2-gobject gjs seed glade)
 optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
 'seed: gobject-based plugin engine - seed runtime loader')
 options=('!libtool')
 install=libpeas.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('7f133f44101594e0f96a0e5fe69c5893cde500f3edf916f680467dfd74de5c39')
+sha256sums=('14bac5c35ace40b25ec541d4a2fc2daf3c7837c9f7fa1b76df448f63cffa9cce')
 
 build() {
   cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  ./configure --prefix=/usr \
 --sysconfdir=/etc --localstatedir=/var
   make
 }



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

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 07:35:00
  Author: heftig
Revision: 180765

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

Added:
  empathy/repos/gnome-unstable-i686/
  empathy/repos/gnome-unstable-i686/PKGBUILD
(from rev 180764, empathy/trunk/PKGBUILD)
  empathy/repos/gnome-unstable-i686/empathy.install
(from rev 180764, empathy/trunk/empathy.install)
  empathy/repos/gnome-unstable-x86_64/
  empathy/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180764, empathy/trunk/PKGBUILD)
  empathy/repos/gnome-unstable-x86_64/empathy.install
(from rev 180764, empathy/trunk/empathy.install)

---+
 gnome-unstable-i686/PKGBUILD  |   37 
 gnome-unstable-i686/empathy.install   |   16 +
 gnome-unstable-x86_64/PKGBUILD|   37 
 gnome-unstable-x86_64/empathy.install |   16 +
 4 files changed, 106 insertions(+)

Copied: empathy/repos/gnome-unstable-i686/PKGBUILD (from rev 180764, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 06:35:00 UTC (rev 180765)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A GNOME instant messaging client using the Telepathy framework.
+arch=(i686 x86_64)
+url=http://live.gnome.org/Empathy;
+license=(GPL2)
+depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk3 telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control)
+makedepends=(intltool itstool docbook-xsl python2)
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool' '!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b2fe5fd41ceadeeda08735ecbccfc344b5d6c7009e40e289d175bc7cac69069')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: empathy/repos/gnome-unstable-i686/empathy.install (from rev 180764, 
empathy/trunk/empathy.install)
===
--- gnome-unstable-i686/empathy.install (rev 0)
+++ gnome-unstable-i686/empathy.install 2013-03-26 06:35:00 UTC (rev 180765)
@@ -0,0 +1,16 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+echo To use Empathy you need to install at least one Telepathy connection 
manager.
+}
+
+post_upgrade() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_remove() {
+post_upgrade
+}

Copied: empathy/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180764, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 06:35:00 UTC (rev 180765)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A GNOME instant messaging client using the Telepathy framework.
+arch=(i686 x86_64)
+url=http://live.gnome.org/Empathy;
+license=(GPL2)
+depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk3 telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control)
+makedepends=(intltool itstool docbook-xsl python2)
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool' '!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b2fe5fd41ceadeeda08735ecbccfc344b5d6c7009e40e289d175bc7cac69069')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  

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

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 07:36:49
  Author: heftig
Revision: 87034

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

Added:
  gnash/repos/community-staging-i686/
  gnash/repos/community-staging-i686/PKGBUILD
(from rev 87033, gnash/trunk/PKGBUILD)
  gnash/repos/community-staging-i686/gnash-0.8.10-boost-1.50.patch
(from rev 87033, gnash/trunk/gnash-0.8.10-boost-1.50.patch)
  gnash/repos/community-staging-i686/gnash-gtk.install
(from rev 87033, gnash/trunk/gnash-gtk.install)
  gnash/repos/community-staging-i686/nodebug.patch
(from rev 87033, gnash/trunk/nodebug.patch)
  gnash/repos/community-staging-x86_64/
  gnash/repos/community-staging-x86_64/PKGBUILD
(from rev 87033, gnash/trunk/PKGBUILD)
  gnash/repos/community-staging-x86_64/gnash-0.8.10-boost-1.50.patch
(from rev 87033, gnash/trunk/gnash-0.8.10-boost-1.50.patch)
  gnash/repos/community-staging-x86_64/gnash-gtk.install
(from rev 87033, gnash/trunk/gnash-gtk.install)
  gnash/repos/community-staging-x86_64/nodebug.patch
(from rev 87033, gnash/trunk/nodebug.patch)

+
 community-staging-i686/PKGBUILD|   86 +++
 community-staging-i686/gnash-0.8.10-boost-1.50.patch   |   12 ++
 community-staging-i686/gnash-gtk.install   |   22 +++
 community-staging-i686/nodebug.patch   |   48 
 community-staging-x86_64/PKGBUILD  |   86 +++
 community-staging-x86_64/gnash-0.8.10-boost-1.50.patch |   12 ++
 community-staging-x86_64/gnash-gtk.install |   22 +++
 community-staging-x86_64/nodebug.patch |   48 
 8 files changed, 336 insertions(+)

Copied: gnash/repos/community-staging-i686/PKGBUILD (from rev 87033, 
gnash/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-26 06:36:49 UTC (rev 87034)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=gnash
+pkgname=(gnash-common gnash-gtk)
+pkgver=0.8.10
+pkgrel=7
+arch=(i686 x86_64)
+url=http://www.gnu.org/software/gnash/;
+license=(GPL3)
+makedepends=(curl giflib libldap sdl agg libjpeg libpng libtool mesa glu
+ speex fontconfig
+ gstreamer0.10-base
+ gtk2 libldap xulrunner hicolor-icon-theme desktop-file-utils 
gconf gtkglext
+ pkgconfig boost)
+options=(!libtool !emptydirs)
+source=(http://ftp.gnu.org/gnu/gnash/${pkgver}/gnash-${pkgver}.tar.bz2
+nodebug.patch gnash-0.8.10-boost-1.50.patch)
+sha256sums=('9625072e45df92baa2c28fcd4e2deb66bc827530baedfad2e4e2292d1224'
+'0ebb104a7632af997c7e6b268755949fa0c1eea5e32015b95a22d63d0e431551'
+'ac3e7dbcb2ea30b8a263168462e739aa07706e0e3cdc672410a42a4357dbf54c')
+
+build() {
+  cd gnash-$pkgver
+
+  # Disable very, very verbose debugging (gigabytes of logs)
+  patch -Np1 -i ../nodebug.patch
+
+  # Link to libboost_system.so
+  patch -Np1 -i ../gnash-0.8.10-boost-1.50.patch
+
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-plugins-install=system \
+--with-npapi-plugindir=/usr/lib/mozilla/plugins \
+--enable-gui=sdl,gtk,dump \
+--enable-media=gst \
+--enable-renderer=all \
+--enable-device=x11
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package_gnash-common() {
+  pkgdesc=A GNU Flash movie player
+  depends=(curl giflib sdl agg libjpeg libpng libltdl libgl glu
+   speex fontconfig cairo
+   gstreamer0.10-base
+   boost-libs)
+  backup=(etc/gnashrc etc/gnashthumbnailrc)
+
+  cd gnash-$pkgver
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+
+  # Split gnash-gtk
+  mkdir -p $srcdir/gtk/{etc,usr/{bin,share/man/man1}}
+  mv $pkgdir/usr/bin/{gtk-gnash,gnash-gtk-launcher} \
+$srcdir/gtk/usr/bin/
+  mv $pkgdir/usr/share/man/man1/{gtk-gnash,gnash-gtk-launcher}.1 \
+$srcdir/gtk/usr/share/man/man1/
+  mv $pkgdir/usr/share/{applications,icons} $srcdir/gtk/usr/share/
+  mv $pkgdir/etc/gnashpluginrc $srcdir/gtk/etc/
+}
+
+package_gnash-gtk() {
+  pkgdesc=A GNU Flash movie player
+  depends=(gnash-common=$pkgver
+gtk2 libldap hicolor-icon-theme desktop-file-utils gconf gtkglext)
+  install=gnash-gtk.install
+  backup=(etc/gnashpluginrc)
+
+  mv gtk/* $pkgdir
+
+  cd gnash-$pkgver
+  make DESTDIR=$pkgdir install-plugin
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/gnash.schemas --domain 
gnash \
+

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

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 07:38:47
  Author: heftig
Revision: 180766

3.8.0

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 06:35:00 UTC (rev 180765)
+++ PKGBUILD2013-03-26 06:38:47 UTC (rev 180766)
@@ -3,23 +3,23 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=eog
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=Eye of Gnome: An image viewing and cataloging program
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
-makedepends=('gtk-doc' 'intltool' 'itstool')
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
gnome-icon-theme dconf)
+makedepends=(gtk-doc intltool itstool)
 install=eog.install
-groups=('gnome-extra')
+groups=(gnome)
 options=('!emptydirs' '!libtool')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5879f26a11fa7cd2fa4038e5c51d31e4959456be4fba570dcde89ed0d966ffda')
+sha256sums=('0f2f6f1eb1a373b2a6f8e5627b20815e5bf13b8c856b67d8f72d2a10b6012f2b')
 
 build() {
   cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var
   make
 }



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

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 07:39:20
  Author: heftig
Revision: 180767

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

Added:
  libpeas/repos/gnome-unstable-i686/
  libpeas/repos/gnome-unstable-i686/PKGBUILD
(from rev 180766, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-i686/libpeas.install
(from rev 180766, libpeas/trunk/libpeas.install)
  libpeas/repos/gnome-unstable-x86_64/
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180766, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-x86_64/libpeas.install
(from rev 180766, libpeas/trunk/libpeas.install)

---+
 gnome-unstable-i686/PKGBUILD  |   32 
 gnome-unstable-i686/libpeas.install   |   11 +++
 gnome-unstable-x86_64/PKGBUILD|   32 
 gnome-unstable-x86_64/libpeas.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 180766, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 06:39:20 UTC (rev 180767)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.7.0
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection)
+makedepends=(gtk-doc intltool python-gobject python2-gobject gjs seed glade)
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('14bac5c35ace40b25ec541d4a2fc2daf3c7837c9f7fa1b76df448f63cffa9cce')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-i686/libpeas.install (from rev 180766, 
libpeas/trunk/libpeas.install)
===
--- gnome-unstable-i686/libpeas.install (rev 0)
+++ gnome-unstable-i686/libpeas.install 2013-03-26 06:39:20 UTC (rev 180767)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: libpeas/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180766, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 06:39:20 UTC (rev 180767)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.7.0
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection)
+makedepends=(gtk-doc intltool python-gobject python2-gobject gjs seed glade)
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('14bac5c35ace40b25ec541d4a2fc2daf3c7837c9f7fa1b76df448f63cffa9cce')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-x86_64/libpeas.install (from rev 180766, 
libpeas/trunk/libpeas.install)
===
--- gnome-unstable-x86_64/libpeas.install   (rev 0)
+++ gnome-unstable-x86_64/libpeas.install   2013-03-26 06:39:20 UTC (rev 
180767)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 07:45:25
  Author: heftig
Revision: 180768

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

Added:
  eog/repos/gnome-unstable-i686/
  eog/repos/gnome-unstable-i686/PKGBUILD
(from rev 180767, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-i686/eog.install
(from rev 180767, eog/trunk/eog.install)
  eog/repos/gnome-unstable-x86_64/
  eog/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180767, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-x86_64/eog.install
(from rev 180767, eog/trunk/eog.install)

---+
 gnome-unstable-i686/PKGBUILD  |   33 +
 gnome-unstable-i686/eog.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD|   33 +
 gnome-unstable-x86_64/eog.install |   13 +
 4 files changed, 92 insertions(+)

Copied: eog/repos/gnome-unstable-i686/PKGBUILD (from rev 180767, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 06:45:25 UTC (rev 180768)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
gnome-icon-theme dconf)
+makedepends=(gtk-doc intltool itstool)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f2f6f1eb1a373b2a6f8e5627b20815e5bf13b8c856b67d8f72d2a10b6012f2b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/gnome-unstable-i686/eog.install (from rev 180767, 
eog/trunk/eog.install)
===
--- gnome-unstable-i686/eog.install (rev 0)
+++ gnome-unstable-i686/eog.install 2013-03-26 06:45:25 UTC (rev 180768)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180767, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 06:45:25 UTC (rev 180768)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
gnome-icon-theme dconf)
+makedepends=(gtk-doc intltool itstool)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f2f6f1eb1a373b2a6f8e5627b20815e5bf13b8c856b67d8f72d2a10b6012f2b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/gnome-unstable-x86_64/eog.install (from rev 180767, 
eog/trunk/eog.install)
===
--- gnome-unstable-x86_64/eog.install   (rev 0)
+++ gnome-unstable-x86_64/eog.install   2013-03-26 06:45:25 UTC (rev 180768)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 07:54:09
  Author: heftig
Revision: 180769

3.7.92

Modified:
  evince/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 06:45:25 UTC (rev 180768)
+++ PKGBUILD2013-03-26 06:54:09 UTC (rev 180769)
@@ -2,24 +2,24 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evince
-pkgver=3.6.1
-pkgrel=2
+pkgver=3.7.92
+pkgrel=1
 pkgdesc=Simply a document viewer
 url=http://projects.gnome.org/evince/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libgxps' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
-makedepends=('itstool' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection' 'docbook-xsl')
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre 
gnome-icon-theme t1lib libsecret desktop-file-utils dconf 
gsettings-desktop-schemas)
+makedepends=(itstool nautilus texlive-bin intltool gobject-introspection 
docbook-xsl python)
 optdepends=('texlive-bin: DVI support'
'gvfs: bookmark support and session saving')
-groups=('gnome-extra')
+groups=(gnome)
 install=evince.install
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1b87b2579d438a126391f9044611b472e9f7b5b712e40b5645b0810164bc41b5')
+sha256sums=('860f2f2e12d82bb94d90897029482c15091156a226a2da82aa3ebfc938e3ae7f')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr   --sysconfdir=/etc \
   --localstatedir=/var--libexecdir=/usr/lib/evince \
   --disable-static--enable-nautilus \
@@ -32,6 +32,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }



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

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 08:02:11
  Author: heftig
Revision: 180770

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

Added:
  evince/repos/gnome-unstable-i686/
  evince/repos/gnome-unstable-i686/PKGBUILD
(from rev 180769, evince/trunk/PKGBUILD)
  evince/repos/gnome-unstable-i686/evince.install
(from rev 180769, evince/trunk/evince.install)
  evince/repos/gnome-unstable-x86_64/
  evince/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180769, evince/trunk/PKGBUILD)
  evince/repos/gnome-unstable-x86_64/evince.install
(from rev 180769, evince/trunk/evince.install)

--+
 gnome-unstable-i686/PKGBUILD |   37 +
 gnome-unstable-i686/evince.install   |   13 +++
 gnome-unstable-x86_64/PKGBUILD   |   37 +
 gnome-unstable-x86_64/evince.install |   13 +++
 4 files changed, 100 insertions(+)

Copied: evince/repos/gnome-unstable-i686/PKGBUILD (from rev 180769, 
evince/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 07:02:11 UTC (rev 180770)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evince
+pkgver=3.7.92
+pkgrel=1
+pkgdesc=Simply a document viewer
+url=http://projects.gnome.org/evince/;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre 
gnome-icon-theme t1lib libsecret desktop-file-utils dconf 
gsettings-desktop-schemas)
+makedepends=(itstool nautilus texlive-bin intltool gobject-introspection 
docbook-xsl python)
+optdepends=('texlive-bin: DVI support'
+   'gvfs: bookmark support and session saving')
+groups=(gnome)
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('860f2f2e12d82bb94d90897029482c15091156a226a2da82aa3ebfc938e3ae7f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+  --localstatedir=/var--libexecdir=/usr/lib/evince \
+  --disable-static--enable-nautilus \
+  --enable-pdf--enable-tiff \
+  --enable-djvu   --enable-dvi \
+  --enable-t1lib  --enable-comics \
+  --disable-scrollkeeper  --disable-schemas-compile \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: evince/repos/gnome-unstable-i686/evince.install (from rev 180769, 
evince/trunk/evince.install)
===
--- gnome-unstable-i686/evince.install  (rev 0)
+++ gnome-unstable-i686/evince.install  2013-03-26 07:02:11 UTC (rev 180770)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: evince/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180769, 
evince/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 07:02:11 UTC (rev 180770)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evince
+pkgver=3.7.92
+pkgrel=1
+pkgdesc=Simply a document viewer
+url=http://projects.gnome.org/evince/;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre 
gnome-icon-theme t1lib libsecret desktop-file-utils dconf 
gsettings-desktop-schemas)
+makedepends=(itstool nautilus texlive-bin intltool gobject-introspection 
docbook-xsl python)
+optdepends=('texlive-bin: DVI support'
+   'gvfs: bookmark support and session saving')
+groups=(gnome)
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('860f2f2e12d82bb94d90897029482c15091156a226a2da82aa3ebfc938e3ae7f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+  --localstatedir=/var--libexecdir=/usr/lib/evince \
+  --disable-static--enable-nautilus \
+  --enable-pdf--enable-tiff \
+  --enable-djvu   --enable-dvi \
+  --enable-t1lib  --enable-comics \
+  --disable-scrollkeeper  --disable-schemas-compile \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: evince/repos/gnome-unstable-x86_64/evince.install (from rev 180769, 
evince/trunk/evince.install)

[arch-commits] Commit in gnome-session/trunk (2 files)

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 08:32:09
  Author: heftig
Revision: 180771

3.8.0

Modified:
  gnome-session/trunk/PKGBUILD
Deleted:
  gnome-session/trunk/gnome-session-3.3.1-llvmpipe.patch

+
 PKGBUILD   |   22 +-
 gnome-session-3.3.1-llvmpipe.patch |9 -
 2 files changed, 9 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 07:02:11 UTC (rev 180770)
+++ PKGBUILD2013-03-26 07:32:09 UTC (rev 180771)
@@ -2,31 +2,27 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-session
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=The GNOME Session Handler
 arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('libsystemd' 'dconf' 'gconf' 'gsettings-desktop-schemas' 'gtk3'
- 'hicolor-icon-theme' 'json-glib' 'libgl' 'libsm' 'libxtst' 
'polkit-gnome'
- 'upower')
-makedepends=('intltool' 'mesa' 'xtrans')
+license=(GPL LGPL)
+depends=(systemd dconf gconf gsettings-desktop-schemas gtk3 gnome-desktop
+ hicolor-icon-theme json-glib libgl libsm libxtst polkit-gnome
+ upower)
+makedepends=(intltool mesa gtk-doc)
 options=('!emptydirs')
 install=gnome-session.install
 url=http://www.gnome.org;
-groups=('gnome')
+groups=(gnome)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-gnome-session-3.3.1-llvmpipe.patch timeout.patch)
-sha256sums=('2e3a3466eed4136826e150b639c63beb5c93710346dea2e538adfe5e18d701b4'
-'59ea58012febe48a67dabd944dc638400637ad4d296d63b63b585f10eea4f85e'
+timeout.patch)
+sha256sums=('7892c4ef5049bf5f4ac75bc82b554c1c5f962249108c8467df1be0f947b5a99f'
 '9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc')
 
 build() {
   cd $pkgname-$pkgver
 
-  # Allow software rendering
-  patch -Np1 -i ../gnome-session-3.3.1-llvmpipe.patch
-
   # Increase timeout, for slow machines
   patch -Np1 -i ../timeout.patch
 

Deleted: gnome-session-3.3.1-llvmpipe.patch
===
--- gnome-session-3.3.1-llvmpipe.patch  2013-03-26 07:02:11 UTC (rev 180770)
+++ gnome-session-3.3.1-llvmpipe.patch  2013-03-26 07:32:09 UTC (rev 180771)
@@ -1,9 +0,0 @@
-diff -up gnome-session-3.3.1/data/hardware-compatibility.jx 
gnome-session-3.3.1/data/hardware-compatibility
 gnome-session-3.3.1/data/hardware-compatibility.jx 2011-10-21 
10:35:39.0 -0400
-+++ gnome-session-3.3.1/data/hardware-compatibility2011-11-03 
17:53:17.156407217 -0400
-@@ -20,4 +20,4 @@
- 
- # Gallium has softpipe and llvmpipe
- -softpipe
---llvmpipe
-+#llvmpipe



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

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 08:33:50
  Author: heftig
Revision: 180772

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

Added:
  gnome-session/repos/gnome-unstable-i686/
  gnome-session/repos/gnome-unstable-i686/PKGBUILD
(from rev 180771, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/gnome-unstable-i686/gnome-session.install
(from rev 180771, gnome-session/trunk/gnome-session.install)
  gnome-session/repos/gnome-unstable-i686/timeout.patch
(from rev 180771, gnome-session/trunk/timeout.patch)
  gnome-session/repos/gnome-unstable-x86_64/
  gnome-session/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180771, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/gnome-unstable-x86_64/gnome-session.install
(from rev 180771, gnome-session/trunk/gnome-session.install)
  gnome-session/repos/gnome-unstable-x86_64/timeout.patch
(from rev 180771, gnome-session/trunk/timeout.patch)

-+
 gnome-unstable-i686/PKGBUILD|   38 ++
 gnome-unstable-i686/gnome-session.install   |   12 
 gnome-unstable-i686/timeout.patch   |   24 
 gnome-unstable-x86_64/PKGBUILD  |   38 ++
 gnome-unstable-x86_64/gnome-session.install |   12 
 gnome-unstable-x86_64/timeout.patch |   24 
 6 files changed, 148 insertions(+)

Copied: gnome-session/repos/gnome-unstable-i686/PKGBUILD (from rev 180771, 
gnome-session/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 07:33:50 UTC (rev 180772)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-session
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=The GNOME Session Handler
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(systemd dconf gconf gsettings-desktop-schemas gtk3 gnome-desktop
+ hicolor-icon-theme json-glib libgl libsm libxtst polkit-gnome
+ upower)
+makedepends=(intltool mesa gtk-doc)
+options=('!emptydirs')
+install=gnome-session.install
+url=http://www.gnome.org;
+groups=(gnome)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+timeout.patch)
+sha256sums=('7892c4ef5049bf5f4ac75bc82b554c1c5f962249108c8467df1be0f947b5a99f'
+'9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Increase timeout, for slow machines
+  patch -Np1 -i ../timeout.patch
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-session \
+  --disable-schemas-compile --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-session/repos/gnome-unstable-i686/gnome-session.install (from rev 
180771, gnome-session/trunk/gnome-session.install)
===
--- gnome-unstable-i686/gnome-session.install   (rev 0)
+++ gnome-unstable-i686/gnome-session.install   2013-03-26 07:33:50 UTC (rev 
180772)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-session/repos/gnome-unstable-i686/timeout.patch (from rev 180771, 
gnome-session/trunk/timeout.patch)
===
--- gnome-unstable-i686/timeout.patch   (rev 0)
+++ gnome-unstable-i686/timeout.patch   2013-03-26 07:33:50 UTC (rev 180772)
@@ -0,0 +1,24 @@
+diff -u -r gnome-session-3.4.2/gnome-session/gsm-session-fill.c 
gnome-session-3.4.2-timeout/gnome-session/gsm-session-fill.c
+--- gnome-session-3.4.2/gnome-session/gsm-session-fill.c   2012-02-02 
15:33:01.0 +0100
 gnome-session-3.4.2-timeout/gnome-session/gsm-session-fill.c   
2012-06-10 02:39:46.184348462 +0200
+@@ -36,7 +36,7 @@
+ #define GSM_KEYFILE_DEFAULT_PROVIDER_PREFIX DefaultProvider
+ 
+ /* See https://bugzilla.gnome.org/show_bug.cgi?id=641992 for discussion */
+-#define GSM_RUNNABLE_HELPER_TIMEOUT 3000 /* ms */
++#define GSM_RUNNABLE_HELPER_TIMEOUT 1 /* ms */
+ 
+ typedef void (*GsmFillHandleProvider) (const char *provides,
+const char *default_provider,
+diff -u -r gnome-session-3.4.2/tools/gnome-session-check-accelerated.c 
gnome-session-3.4.2-timeout/tools/gnome-session-check-accelerated.c
+--- gnome-session-3.4.2/tools/gnome-session-check-accelerated.c
2011-03-22 21:31:43.0 +0100
 gnome-session-3.4.2-timeout/tools/gnome-session-check-accelerated.c
2012-06-10 02:42:08.013218006 +0200
+@@ -30,7 +30,7 @@
+ 

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

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 09:40:57
  Author: heftig
Revision: 180773

Enable tracker backend. If it has to be disabled, note why.

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 07:33:50 UTC (rev 180772)
+++ PKGBUILD2013-03-26 08:40:57 UTC (rev 180773)
@@ -3,12 +3,13 @@
 
 pkgname=folks
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Library to aggregates people into metacontacts
 arch=(i686 x86_64)
 url=http://telepathy.freedesktop.org/wiki/Folks;
 license=(LGPL2.1)
-depends=(telepathy-glib libgee libxml2 evolution-data-server libsocialweb 
libzeitgeist)
+depends=(telepathy-glib libgee libxml2 evolution-data-server libsocialweb 
libzeitgeist
+ libtracker-sparql)
 makedepends=(gobject-introspection intltool)
 install=folks.install
 options=('!libtool' '!emptydirs')
@@ -17,7 +18,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend
   make
 }
 



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

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 09:42:05
  Author: heftig
Revision: 180774

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

Added:
  folks/repos/gnome-unstable-i686/PKGBUILD
(from rev 180773, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-i686/folks.install
(from rev 180773, folks/trunk/folks.install)
  folks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180773, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-x86_64/folks.install
(from rev 180773, folks/trunk/folks.install)
Deleted:
  folks/repos/gnome-unstable-i686/PKGBUILD
  folks/repos/gnome-unstable-i686/folks.install
  folks/repos/gnome-unstable-x86_64/PKGBUILD
  folks/repos/gnome-unstable-x86_64/folks.install

-+
 /PKGBUILD   |   60 ++
 /folks.install  |   22 
 gnome-unstable-i686/PKGBUILD|   29 
 gnome-unstable-i686/folks.install   |   11 --
 gnome-unstable-x86_64/PKGBUILD  |   29 
 gnome-unstable-x86_64/folks.install |   11 --
 6 files changed, 82 insertions(+), 80 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-26 08:40:57 UTC (rev 180773)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 08:42:05 UTC (rev 180774)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=folks
-pkgver=0.9.1
-pkgrel=1
-pkgdesc=Library to aggregates people into metacontacts
-arch=(i686 x86_64)
-url=http://telepathy.freedesktop.org/wiki/Folks;
-license=(LGPL2.1)
-depends=(telepathy-glib libgee libxml2 evolution-data-server libsocialweb 
libzeitgeist)
-makedepends=(gobject-introspection intltool)
-install=folks.install
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('102b1867355d16e73a837871a058dda13c74fa385908ddda1623893ab0baee4a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 180773, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 08:42:05 UTC (rev 180774)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.1
+pkgrel=2
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server libsocialweb 
libzeitgeist
+ libtracker-sparql)
+makedepends=(gobject-introspection intltool)
+install=folks.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('102b1867355d16e73a837871a058dda13c74fa385908ddda1623893ab0baee4a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/folks.install
===
--- gnome-unstable-i686/folks.install   2013-03-26 08:40:57 UTC (rev 180773)
+++ gnome-unstable-i686/folks.install   2013-03-26 08:42:05 UTC (rev 180774)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: folks/repos/gnome-unstable-i686/folks.install (from rev 180773, 
folks/trunk/folks.install)
===
--- gnome-unstable-i686/folks.install   (rev 0)
+++ gnome-unstable-i686/folks.install   2013-03-26 08:42:05 UTC (rev 180774)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-03-26 08:40:57 UTC (rev 180773)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 08:42:05 UTC (rev 180774)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=folks
-pkgver=0.9.1
-pkgrel=1
-pkgdesc=Library to aggregates people into metacontacts
-arch=(i686 x86_64)
-url=http://telepathy.freedesktop.org/wiki/Folks;
-license=(LGPL2.1)
-depends=(telepathy-glib libgee libxml2 evolution-data-server libsocialweb 
libzeitgeist)

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

2013-03-26 Thread Tom Gundersen
Date: Tuesday, March 26, 2013 @ 10:38:10
  Author: tomegun
Revision: 180775

upgpkg: libmtp 1.1.6-1

upstream release

Modified:
  libmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 08:42:05 UTC (rev 180774)
+++ PKGBUILD2013-03-26 09:38:10 UTC (rev 180775)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Edmonds edmondske...@hotmail.com
 
 pkgname=libmtp
-pkgver=1.1.5
+pkgver=1.1.6
 pkgrel=1
 pkgdesc=Library implementation of the Media Transfer Protocol
 arch=(i686 x86_64)
@@ -24,4 +24,4 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
-md5sums=('f80e45c0e6e5798c434bb1c26a7b602d')
+md5sums=('87835626dbcf39e62bfcdd4ae6da2063')



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

2013-03-26 Thread Tom Gundersen
Date: Tuesday, March 26, 2013 @ 10:38:18
  Author: tomegun
Revision: 180776

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

Added:
  libmtp/repos/testing-i686/
  libmtp/repos/testing-i686/PKGBUILD
(from rev 180775, libmtp/trunk/PKGBUILD)
  libmtp/repos/testing-x86_64/
  libmtp/repos/testing-x86_64/PKGBUILD
(from rev 180775, libmtp/trunk/PKGBUILD)

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

Copied: libmtp/repos/testing-i686/PKGBUILD (from rev 180775, 
libmtp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-26 09:38:18 UTC (rev 180776)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: damir da...@archlinux.org
+# Contributor: Kevin Edmonds edmondske...@hotmail.com
+
+pkgname=libmtp
+pkgver=1.1.6
+pkgrel=1
+pkgdesc=Library implementation of the Media Transfer Protocol
+arch=(i686 x86_64)
+url=http://libmtp.sourceforge.net;
+license=('LGPL')
+depends=('libusb' 'libgcrypt')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('87835626dbcf39e62bfcdd4ae6da2063')

Copied: libmtp/repos/testing-x86_64/PKGBUILD (from rev 180775, 
libmtp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-26 09:38:18 UTC (rev 180776)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: damir da...@archlinux.org
+# Contributor: Kevin Edmonds edmondske...@hotmail.com
+
+pkgname=libmtp
+pkgver=1.1.6
+pkgrel=1
+pkgdesc=Library implementation of the Media Transfer Protocol
+arch=(i686 x86_64)
+url=http://libmtp.sourceforge.net;
+license=('LGPL')
+depends=('libusb' 'libgcrypt')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('87835626dbcf39e62bfcdd4ae6da2063')



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 11:11:50
  Author: jgc
Revision: 180777

upgpkg: nautilus-sendto 3.8.0-1

Modified:
  nautilus-sendto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 09:38:18 UTC (rev 180776)
+++ PKGBUILD2013-03-26 10:11:50 UTC (rev 180777)
@@ -4,7 +4,7 @@
 # Contributor: Tor Krill t...@krill.nu
 
 pkgname=nautilus-sendto
-pkgver=3.7.92
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=Nautilus context menu for sending files.
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 install=nautilus-sendto.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9dd08958497789bd5a5605aac7f1b9c2b39d5a54ae85393f3a318bc4cb1330d6')
+sha256sums=('d99ea11a484bff8894097696a1afc8d7f44de4f064f78deeb6f598cecf0604bb')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 11:11:57
  Author: jgc
Revision: 180778

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

Added:
  nautilus-sendto/repos/gnome-unstable-i686/PKGBUILD
(from rev 180777, nautilus-sendto/trunk/PKGBUILD)
  nautilus-sendto/repos/gnome-unstable-i686/nautilus-sendto.install
(from rev 180777, nautilus-sendto/trunk/nautilus-sendto.install)
  nautilus-sendto/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180777, nautilus-sendto/trunk/PKGBUILD)
  nautilus-sendto/repos/gnome-unstable-x86_64/nautilus-sendto.install
(from rev 180777, nautilus-sendto/trunk/nautilus-sendto.install)
Deleted:
  nautilus-sendto/repos/gnome-unstable-i686/PKGBUILD
  nautilus-sendto/repos/gnome-unstable-i686/nautilus-sendto.install
  nautilus-sendto/repos/gnome-unstable-x86_64/PKGBUILD
  nautilus-sendto/repos/gnome-unstable-x86_64/nautilus-sendto.install

---+
 /PKGBUILD |   60 
 /nautilus-sendto.install  |   10 
 gnome-unstable-i686/PKGBUILD  |   30 
 gnome-unstable-i686/nautilus-sendto.install   |5 --
 gnome-unstable-x86_64/PKGBUILD|   30 
 gnome-unstable-x86_64/nautilus-sendto.install |5 --
 6 files changed, 70 insertions(+), 70 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-26 10:11:50 UTC (rev 180777)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 10:11:57 UTC (rev 180778)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Tor Krill t...@krill.nu
-
-pkgname=nautilus-sendto
-pkgver=3.7.92
-pkgrel=1
-pkgdesc=Nautilus context menu for sending files.
-arch=(i686 x86_64)
-url=http://download.gnome.org/sources/nautilus-sendto/;
-license=(GPL)
-depends=(glib2)
-makedepends=(gettext intltool gobject-introspection)
-options=('!libtool' '!emptydirs')
-install=nautilus-sendto.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9dd08958497789bd5a5605aac7f1b9c2b39d5a54ae85393f3a318bc4cb1330d6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: nautilus-sendto/repos/gnome-unstable-i686/PKGBUILD (from rev 180777, 
nautilus-sendto/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 10:11:57 UTC (rev 180778)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Tor Krill t...@krill.nu
+
+pkgname=nautilus-sendto
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Nautilus context menu for sending files.
+arch=(i686 x86_64)
+url=http://download.gnome.org/sources/nautilus-sendto/;
+license=(GPL)
+depends=(glib2)
+makedepends=(gettext intltool gobject-introspection)
+options=('!libtool' '!emptydirs')
+install=nautilus-sendto.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d99ea11a484bff8894097696a1afc8d7f44de4f064f78deeb6f598cecf0604bb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/nautilus-sendto.install
===
--- gnome-unstable-i686/nautilus-sendto.install 2013-03-26 10:11:50 UTC (rev 
180777)
+++ gnome-unstable-i686/nautilus-sendto.install 2013-03-26 10:11:57 UTC (rev 
180778)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if (( $(vercmp $2 3.7.92)  0 )); then
-glib-compile-schemas usr/share/glib-2.0/schemas
-  fi
-}

Copied: nautilus-sendto/repos/gnome-unstable-i686/nautilus-sendto.install (from 
rev 180777, nautilus-sendto/trunk/nautilus-sendto.install)
===
--- gnome-unstable-i686/nautilus-sendto.install (rev 0)
+++ gnome-unstable-i686/nautilus-sendto.install 2013-03-26 10:11:57 UTC (rev 
180778)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if (( $(vercmp $2 3.7.92)  0 )); then
+glib-compile-schemas usr/share/glib-2.0/schemas
+  fi
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-03-26 10:11:50 UTC (rev 180777)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 10:11:57 UTC (rev 180778)
@@ 

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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 11:23:13
  Author: jgc
Revision: 180779

upgpkg: gobject-introspection 1.36.0-1

Modified:
  gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 10:11:57 UTC (rev 180778)
+++ PKGBUILD2013-03-26 10:23:13 UTC (rev 180779)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gobject-introspection
-pkgver=1.35.9
+pkgver=1.36.0
 pkgrel=1
 pkgdesc=Introspection system for GObject-based libraries
 url=https://live.gnome.org/GObjectIntrospection;
@@ -12,7 +12,7 @@
 makedepends=('cairo')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('45756515acceed8073b53d1e94033c3b84a7dd9f04fd9182487e1e037c3af5fe')
+sha256sums=('e3e76d9d428e7534761bf8cdf75338865a4b0872e8052bef51792744608b6383')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 11:23:21
  Author: jgc
Revision: 180780

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

Added:
  gobject-introspection/repos/gnome-unstable-i686/PKGBUILD
(from rev 180779, gobject-introspection/trunk/PKGBUILD)
  gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180779, gobject-introspection/trunk/PKGBUILD)
Deleted:
  gobject-introspection/repos/gnome-unstable-i686/PKGBUILD
  gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD

+
 /PKGBUILD  |   58 +++
 gnome-unstable-i686/PKGBUILD   |   29 ---
 gnome-unstable-x86_64/PKGBUILD |   29 ---
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-26 10:23:13 UTC (rev 180779)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 10:23:21 UTC (rev 180780)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gobject-introspection
-pkgver=1.35.9
-pkgrel=1
-pkgdesc=Introspection system for GObject-based libraries
-url=https://live.gnome.org/GObjectIntrospection;
-arch=('x86_64' 'i686')
-license=('LGPL' 'GPL')
-depends=('glib2' 'python2' 'python2-mako')
-makedepends=('cairo')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('45756515acceed8073b53d1e94033c3b84a7dd9f04fd9182487e1e037c3af5fe')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static 
--enable-doctool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -i '1s|#!/usr/bin/env python$|2|' \
-$pkgdir/usr/lib/gobject-introspection/giscanner/*.py
-}

Copied: gobject-introspection/repos/gnome-unstable-i686/PKGBUILD (from rev 
180779, gobject-introspection/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 10:23:21 UTC (rev 180780)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gobject-introspection
+pkgver=1.36.0
+pkgrel=1
+pkgdesc=Introspection system for GObject-based libraries
+url=https://live.gnome.org/GObjectIntrospection;
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('glib2' 'python2' 'python2-mako')
+makedepends=('cairo')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e3e76d9d428e7534761bf8cdf75338865a4b0872e8052bef51792744608b6383')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static 
--enable-doctool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  sed -i '1s|#!/usr/bin/env python$|2|' \
+$pkgdir/usr/lib/gobject-introspection/giscanner/*.py
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-03-26 10:23:13 UTC (rev 180779)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 10:23:21 UTC (rev 180780)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gobject-introspection
-pkgver=1.35.9
-pkgrel=1
-pkgdesc=Introspection system for GObject-based libraries
-url=https://live.gnome.org/GObjectIntrospection;
-arch=('x86_64' 'i686')
-license=('LGPL' 'GPL')
-depends=('glib2' 'python2' 'python2-mako')
-makedepends=('cairo')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('45756515acceed8073b53d1e94033c3b84a7dd9f04fd9182487e1e037c3af5fe')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static 
--enable-doctool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -i '1s|#!/usr/bin/env python$|2|' \
-$pkgdir/usr/lib/gobject-introspection/giscanner/*.py
-}

Copied: gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
180779, gobject-introspection/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 10:23:21 UTC (rev 180780)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gobject-introspection
+pkgver=1.36.0
+pkgrel=1
+pkgdesc=Introspection system for GObject-based libraries
+url=https://live.gnome.org/GObjectIntrospection;
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('glib2' 'python2' 'python2-mako')
+makedepends=('cairo')
+options=('!libtool')

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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 11:30:25
  Author: jgc
Revision: 180781

upgpkg: totem-plparser 3.4.4-1

Modified:
  totem-plparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 10:23:21 UTC (rev 180780)
+++ PKGBUILD2013-03-26 10:30:25 UTC (rev 180781)
@@ -3,17 +3,17 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=totem-plparser
-pkgver=3.4.3
-pkgrel=2
+pkgver=3.4.4
+pkgrel=1
 url=http://www.gnome.org;
 pkgdesc=Totem playlist parser library
 license=('LGPL')
 arch=(i686 x86_64)
-depends=('gmime' 'libsoup-gnome' 'libarchive' 'libquvi')
+depends=('gmime' 'libsoup' 'libarchive' 'libquvi')
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
-sha256sums=('ab8beed4dd5d3a5d7ed5dc8b357e94dc03a8553fef6e33c2e7fb63a76e44c42b')
+sha256sums=('b821e812da3f3e42d2f831296b4031c60a615d29857781971578ce2c0c807457')
 
 build() {
   cd totem-pl-parser-$pkgver



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 11:30:32
  Author: jgc
Revision: 180782

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

Added:
  totem-plparser/repos/gnome-unstable-i686/
  totem-plparser/repos/gnome-unstable-i686/PKGBUILD
(from rev 180781, totem-plparser/trunk/PKGBUILD)
  totem-plparser/repos/gnome-unstable-x86_64/
  totem-plparser/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180781, totem-plparser/trunk/PKGBUILD)

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

Copied: totem-plparser/repos/gnome-unstable-i686/PKGBUILD (from rev 180781, 
totem-plparser/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 10:30:32 UTC (rev 180782)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=totem-plparser
+pkgver=3.4.4
+pkgrel=1
+url=http://www.gnome.org;
+pkgdesc=Totem playlist parser library
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup' 'libarchive' 'libquvi')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('b821e812da3f3e42d2f831296b4031c60a615d29857781971578ce2c0c807457')
+
+build() {
+  cd totem-pl-parser-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-static
+  make
+}
+
+package(){
+  cd totem-pl-parser-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: totem-plparser/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180781, 
totem-plparser/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 10:30:32 UTC (rev 180782)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=totem-plparser
+pkgver=3.4.4
+pkgrel=1
+url=http://www.gnome.org;
+pkgdesc=Totem playlist parser library
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup' 'libarchive' 'libquvi')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('b821e812da3f3e42d2f831296b4031c60a615d29857781971578ce2c0c807457')
+
+build() {
+  cd totem-pl-parser-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-static
+  make
+}
+
+package(){
+  cd totem-pl-parser-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in bluez/trunk (PKGBUILD bluetooth.conf.d rc.bluetooth)

2013-03-26 Thread Tom Gundersen
Date: Tuesday, March 26, 2013 @ 11:32:42
  Author: tomegun
Revision: 180783

update to bluez-5.3

Not pushing the package as we want to wait for a few more users to be converted.

Modified:
  bluez/trunk/PKGBUILD
Deleted:
  bluez/trunk/bluetooth.conf.d
  bluez/trunk/rc.bluetooth

--+
 PKGBUILD |  116 +
 bluetooth.conf.d |   30 -
 rc.bluetooth |   93 --
 3 files changed, 55 insertions(+), 184 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 10:30:32 UTC (rev 180782)
+++ PKGBUILD2013-03-26 10:32:42 UTC (rev 180783)
@@ -3,81 +3,75 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Geoffroy Carrier geoff...@archlinux.org
 
-pkgname=bluez
-pkgver=4.101
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs')
+pkgver=5.3
 pkgrel=1
-pkgdesc=Libraries and tools for the Bluetooth protocol stack
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('dbus-core' 'python2' 'systemd-tools')
-makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile' 'libusbx')
-optdepends=(gstreamer0.10-base: bluetooth GStreamer support
-alsa-lib: Audio bluetooth devices support
-python2-dbus: to run bluez-simple-agent
-python2-gobject: to run bluez-simple-agent
-libusb-compat: USB adapters support
-cups: CUPS backend)
-conflicts=('bluez-libs' 'bluez-utils')
-provides=('bluez-libs' 'bluez-utils')
-replaces=('bluez-libs' 'bluez-utils')
-options=('!libtool')
-backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
-'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
-'bluetooth.conf.d'
-   'rc.bluetooth')
+makedepends=('libusb-compat' 'dbus' 'libical' 'systemd')
+options=(!libtool)
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/lib \
---enable-gstreamer \
---enable-alsa \
---enable-usb \
---enable-tools \
---enable-bccmd \
---enable-dfutool \
---enable-hid2hci \
---enable-hidd \
---enable-pand \
---enable-dund \
---enable-cups \
---enable-wiimote \
---disable-test \
---with-systemdunitdir=/usr/lib/systemd/system
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-library # this is deprecated
 
   make
 }
 
-package() {
+package_bluez() {
+  pkgdesc=Daemons for the bluetooth protocol stack
+  depends=('libical' 'dbus' 'glib2')
+  optdepends=(cups: CUPS backend)
+  backup=('etc/dbus-1/system.d/bluetooth.conf')
+  conflicts=('obexd-client' 'obexd-server')
+  provides=('obexd-client' 'obexd-server')
+  replaces=('obexd-client' 'obexd-server')
+
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
-  
-  install -d ${pkgdir}/etc/bluetooth
-  install -m644 network/network.conf \
-input/input.conf \
-audio/audio.conf \
-serial/serial.conf \
-${pkgdir}/etc/bluetooth/
-  
-  install -Dm644 ${srcdir}/bluetooth.conf.d \
-${pkgdir}/etc/conf.d/bluetooth
+  ### split out bluez-utils
+  rm -rf $srcdir/_utils
+  install -dm755 $srcdir/_utils/usr/share/man
+  mv $pkgdir/usr/share/man/man1 $srcdir/_utils/usr/share/man/
+  install -dm755 $srcdir/_utils/usr/bin
+  mv 
$pkgdir/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\
+  $srcdir/_utils/usr/bin/
+  install -dm755 $srcdir/_utils/usr/lib
+  mv $pkgdir/usr/lib/udev $srcdir/_utils/usr/lib/
 
-  # FS#27630
-  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
-  install -Dm755 test/test-device ${pkgdir}/usr/bin/bluez-test-device
-  install -Dm755 test/test-input ${pkgdir}/usr/bin/bluez-test-input
-  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
-${pkgdir}/usr/bin/bluez-simple-agent \
-${pkgdir}/usr/bin/bluez-test-device \
-${pkgdir}/usr/bin/bluez-test-input
+  ### split out bluez-libs
+  rm -rf $srcdir/_libs
+  install -dm755 $srcdir/_libs/usr/lib/
+  mv $pkgdir/usr/lib/{pkgconfig,libbluetooth*} \
+  $srcdir/_libs/usr/lib/
+  mv $pkgdir/usr/include \
+  $srcdir/_libs/usr/
 }
-md5sums=('902b390af95c6c5d6d1a17d94c8344ab'
- '7412982b440f29fa7f76a41a87fef985'
- '864cbd24e6efc3592e9284b0b5fb2cfd')
+
+package_bluez-libs() {
+  pkgdesc=Deprecated libraries for the bluetooth protocol stack
+  depends=('glibc')
+
+  mv 

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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 11:42:00
  Author: jgc
Revision: 180784

upgpkg: gnome-menus 3.8.0-1

Modified:
  gnome-menus/trunk/PKGBUILD
Deleted:
  gnome-menus/trunk/menus.patch

-+
 PKGBUILD|   18 +-
 menus.patch |   25 -
 2 files changed, 5 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 10:32:42 UTC (rev 180783)
+++ PKGBUILD2013-03-26 10:42:00 UTC (rev 180784)
@@ -2,26 +2,21 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-menus
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=GNOME menu specifications
 arch=('i686' 'x86_64')
-depends=('glib2' 'python2-gobject')
+depends=('glib2')
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool')
 license=('GPL' 'LGPL')
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-menus.patch)
-sha256sums=('f6cefb25ce3ca2a0e4cb43894089cc6079bf948230e99bc0e244b380fa84bf4f'
-'df2779777906b038fa911dc745534564ede9524a64ab368e2f6f8e38d54e7acc')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('33c215ae8d815f4a94d2dbfc8c6679fddbbf8026d30da55a350e67ea940ce14f')
 
 build() {
   cd $pkgname-$pkgver
-
-  patch -Np0 -i $srcdir/menus.patch
-
-  PYTHON=/usr/bin/python2 ./configure \
+  ./configure \
   --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var  --disable-static
   make
@@ -30,7 +25,4 @@
 package(){
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
-
-  sed -i 1s|#!/usr/bin/env python$|2| \
-$pkgdir/usr/lib/python2.7/site-packages/GMenuSimpleEditor/config.py
 }

Deleted: menus.patch
===
--- menus.patch 2013-03-26 10:32:42 UTC (rev 180783)
+++ menus.patch 2013-03-26 10:42:00 UTC (rev 180784)
@@ -1,25 +0,0 @@
 layout/applications.menu   2005-06-28 10:16:39.0 +0200
-+++ layout/applications.menu   2005-09-12 23:21:20.0 +0200
-@@ -7,7 +7,6 @@
-   DirectoryApplications.directory/Directory
- 
-   !-- Scan legacy dirs first, as later items take priority --
--  KDELegacyDirs/
-   LegacyDir/etc/X11/applnk/LegacyDir
-   LegacyDir/usr/share/gnome/apps/LegacyDir
- 
-@@ -18,6 +17,14 @@
-   !-- Read in overrides and child menus from applications-merged/ --
-   DefaultMergeDirs/
- 
-+  !-- Archlinux submenu --
-+  Menu
-+NameArchlinux/Name
-+DirectoryArchlinux.directory/Directory
-+Include
-+  CategoryArchlinux/Category
-+/Include
-+  /Menu !-- End Archlinux --
-   !-- Accessories submenu --
-   Menu
- NameAccessories/Name



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 11:42:07
  Author: jgc
Revision: 180785

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

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

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

Copied: gnome-menus/repos/gnome-unstable-i686/PKGBUILD (from rev 180784, 
gnome-menus/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 10:42:07 UTC (rev 180785)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-menus
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=GNOME menu specifications
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+license=('GPL' 'LGPL')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('33c215ae8d815f4a94d2dbfc8c6679fddbbf8026d30da55a350e67ea940ce14f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var  --disable-static
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-menus/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180784, 
gnome-menus/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 10:42:07 UTC (rev 180785)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-menus
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=GNOME menu specifications
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+license=('GPL' 'LGPL')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('33c215ae8d815f4a94d2dbfc8c6679fddbbf8026d30da55a350e67ea940ce14f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var  --disable-static
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 11:49:06
  Author: jgc
Revision: 180786

upgpkg: gdk-pixbuf2 2.28.0-1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 10:42:07 UTC (rev 180785)
+++ PKGBUILD2013-03-26 10:49:06 UTC (rev 180786)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gdk-pixbuf2
-pkgver=2.27.3
+pkgver=2.28.0
 pkgrel=1
 pkgdesc=An image loading library
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 install=gdk-pixbuf2.install
 
source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('843d55b8e0e27285a3e5267555d2827a206e93faf2a44c0fa322622177216fb2')
+sha256sums=('561e37695bfb1b07549588b3fca2e6f05b2320eee75b13748bb7dc5e1257d347')
 
 build() {
   cd gdk-pixbuf-$pkgver



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 11:49:13
  Author: jgc
Revision: 180787

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

Added:
  gdk-pixbuf2/repos/gnome-unstable-i686/PKGBUILD
(from rev 180786, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/gnome-unstable-i686/gdk-pixbuf2.install
(from rev 180786, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180786, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/gnome-unstable-x86_64/gdk-pixbuf2.install
(from rev 180786, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/gnome-unstable-i686/PKGBUILD
  gdk-pixbuf2/repos/gnome-unstable-i686/gdk-pixbuf2.install
  gdk-pixbuf2/repos/gnome-unstable-x86_64/PKGBUILD
  gdk-pixbuf2/repos/gnome-unstable-x86_64/gdk-pixbuf2.install

---+
 /PKGBUILD |   68 
 /gdk-pixbuf2.install  |   22 +
 gnome-unstable-i686/PKGBUILD  |   34 --
 gnome-unstable-i686/gdk-pixbuf2.install   |   11 
 gnome-unstable-x86_64/PKGBUILD|   34 --
 gnome-unstable-x86_64/gdk-pixbuf2.install |   11 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-26 10:49:06 UTC (rev 180786)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 10:49:13 UTC (rev 180787)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gdk-pixbuf2
-pkgver=2.27.3
-pkgrel=1
-pkgdesc=An image loading library
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection')
-options=('!libtool')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('843d55b8e0e27285a3e5267555d2827a206e93faf2a44c0fa322622177216fb2')
-
-build() {
-  cd gdk-pixbuf-$pkgver
-
-  ./configure --prefix=/usr \
---with-x11 \
---with-libjasper \
---with-included-loaders=png
-  make
-}
-
-package() {
-  cd gdk-pixbuf-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/gnome-unstable-i686/PKGBUILD (from rev 180786, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 10:49:13 UTC (rev 180787)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gdk-pixbuf2
+pkgver=2.28.0
+pkgrel=1
+pkgdesc=An image loading library
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection')
+options=('!libtool')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('561e37695bfb1b07549588b3fca2e6f05b2320eee75b13748bb7dc5e1257d347')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/gdk-pixbuf2.install
===
--- gnome-unstable-i686/gdk-pixbuf2.install 2013-03-26 10:49:06 UTC (rev 
180786)
+++ gnome-unstable-i686/gdk-pixbuf2.install 2013-03-26 10:49:13 UTC (rev 
180787)
@@ -1,11 +0,0 @@
-post_install() {
-   gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
-}

Copied: gdk-pixbuf2/repos/gnome-unstable-i686/gdk-pixbuf2.install (from rev 
180786, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- gnome-unstable-i686/gdk-pixbuf2.install (rev 0)
+++ gnome-unstable-i686/gdk-pixbuf2.install 2013-03-26 10:49:13 UTC (rev 
180787)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-03-26 10:49:06 UTC (rev 180786)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 10:49:13 UTC (rev 180787)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gdk-pixbuf2
-pkgver=2.27.3
-pkgrel=1
-pkgdesc=An 

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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 11:55:27
  Author: jgc
Revision: 180788

upgpkg: libpeas 1.8.0-1

Modified:
  libpeas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 10:49:13 UTC (rev 180787)
+++ PKGBUILD2013-03-26 10:55:27 UTC (rev 180788)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libpeas
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=A GObject-based plugins engine
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!libtool')
 install=libpeas.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('14bac5c35ace40b25ec541d4a2fc2daf3c7837c9f7fa1b76df448f63cffa9cce')
+sha256sums=('ffbad2d2aad8237722342432f9737a2ba5a2022e1b8171ab57db67995ce2e0fe')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 11:55:34
  Author: jgc
Revision: 180789

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

Added:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
(from rev 180788, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-i686/libpeas.install
(from rev 180788, libpeas/trunk/libpeas.install)
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180788, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-x86_64/libpeas.install
(from rev 180788, libpeas/trunk/libpeas.install)
Deleted:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
  libpeas/repos/gnome-unstable-i686/libpeas.install
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
  libpeas/repos/gnome-unstable-x86_64/libpeas.install

---+
 /PKGBUILD |   64 
 /libpeas.install  |   22 +++
 gnome-unstable-i686/PKGBUILD  |   32 
 gnome-unstable-i686/libpeas.install   |   11 -
 gnome-unstable-x86_64/PKGBUILD|   32 
 gnome-unstable-x86_64/libpeas.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-26 10:55:27 UTC (rev 180788)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 10:55:34 UTC (rev 180789)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libpeas
-pkgver=1.7.0
-pkgrel=1
-pkgdesc=A GObject-based plugins engine
-arch=(i686 x86_64)
-url=http://www.gtk.org/;
-license=(GPL2)
-depends=(gtk3 hicolor-icon-theme gobject-introspection)
-makedepends=(gtk-doc intltool python-gobject python2-gobject gjs seed glade)
-optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
-'seed: gobject-based plugin engine - seed runtime loader')
-options=('!libtool')
-install=libpeas.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('14bac5c35ace40b25ec541d4a2fc2daf3c7837c9f7fa1b76df448f63cffa9cce')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 180788, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 10:55:34 UTC (rev 180789)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection)
+makedepends=(gtk-doc intltool python-gobject python2-gobject gjs seed glade)
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('ffbad2d2aad8237722342432f9737a2ba5a2022e1b8171ab57db67995ce2e0fe')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/libpeas.install
===
--- gnome-unstable-i686/libpeas.install 2013-03-26 10:55:27 UTC (rev 180788)
+++ gnome-unstable-i686/libpeas.install 2013-03-26 10:55:34 UTC (rev 180789)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libpeas/repos/gnome-unstable-i686/libpeas.install (from rev 180788, 
libpeas/trunk/libpeas.install)
===
--- gnome-unstable-i686/libpeas.install (rev 0)
+++ gnome-unstable-i686/libpeas.install 2013-03-26 10:55:34 UTC (rev 180789)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-03-26 10:55:27 UTC (rev 180788)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 10:55:34 UTC (rev 180789)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 

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

2013-03-26 Thread Sergej Pupykin
Date: Tuesday, March 26, 2013 @ 12:00:08
  Author: spupykin
Revision: 87035

Modified:
  tea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 06:36:49 UTC (rev 87034)
+++ PKGBUILD2013-03-26 11:00:08 UTC (rev 87035)
@@ -22,7 +22,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -i 's|i + j|(int)(i + j)|' textproc.cpp
-  qmake PREFIX=/usr/bin
+  qmake-qt4 PREFIX=/usr/bin
   make
 }
 



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 12:00:39
  Author: jgc
Revision: 180790

upgpkg: atk 2.8.0-1

Modified:
  atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 10:55:34 UTC (rev 180789)
+++ PKGBUILD2013-03-26 11:00:39 UTC (rev 180790)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=atk
-pkgver=2.7.91
+pkgver=2.8.0
 pkgrel=1
 pkgdesc=A library providing a set of interfaces for accessibility
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 url='http://www.gtk.org/'
-sha256sums=('c95adec9d3ba605c95fa0042b79d2cee2bff18be95dc36c1628ac8ff3481bfe9')
+sha256sums=('b22519176226f3e07cf6d932b77852e6b6be478090704b32d0f4e0686df4')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 12:00:48
  Author: jgc
Revision: 180791

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

Added:
  atk/repos/gnome-unstable-i686/PKGBUILD
(from rev 180790, atk/trunk/PKGBUILD)
  atk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180790, atk/trunk/PKGBUILD)
Deleted:
  atk/repos/gnome-unstable-i686/PKGBUILD
  atk/repos/gnome-unstable-x86_64/PKGBUILD

+
 /PKGBUILD  |   52 +++
 gnome-unstable-i686/PKGBUILD   |   26 ---
 gnome-unstable-x86_64/PKGBUILD |   26 ---
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-26 11:00:39 UTC (rev 180790)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 11:00:48 UTC (rev 180791)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=atk
-pkgver=2.7.91
-pkgrel=1
-pkgdesc=A library providing a set of interfaces for accessibility
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-url='http://www.gtk.org/'
-sha256sums=('c95adec9d3ba605c95fa0042b79d2cee2bff18be95dc36c1628ac8ff3481bfe9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: atk/repos/gnome-unstable-i686/PKGBUILD (from rev 180790, 
atk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 11:00:48 UTC (rev 180791)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=atk
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=A library providing a set of interfaces for accessibility
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+url='http://www.gtk.org/'
+sha256sums=('b22519176226f3e07cf6d932b77852e6b6be478090704b32d0f4e0686df4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-03-26 11:00:39 UTC (rev 180790)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 11:00:48 UTC (rev 180791)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=atk
-pkgver=2.7.91
-pkgrel=1
-pkgdesc=A library providing a set of interfaces for accessibility
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-url='http://www.gtk.org/'
-sha256sums=('c95adec9d3ba605c95fa0042b79d2cee2bff18be95dc36c1628ac8ff3481bfe9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: atk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180790, 
atk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 11:00:48 UTC (rev 180791)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=atk
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=A library providing a set of interfaces for accessibility
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+url='http://www.gtk.org/'
+sha256sums=('b22519176226f3e07cf6d932b77852e6b6be478090704b32d0f4e0686df4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in tea/repos/community-i686 (6 files)

2013-03-26 Thread Sergej Pupykin
Date: Tuesday, March 26, 2013 @ 12:01:05
  Author: spupykin
Revision: 87036

archrelease: copy trunk to community-i686

Added:
  tea/repos/community-i686/PKGBUILD
(from rev 87035, tea/trunk/PKGBUILD)
  tea/repos/community-i686/tea.desktop
(from rev 87035, tea/trunk/tea.desktop)
  tea/repos/community-i686/tea.install
(from rev 87035, tea/trunk/tea.install)
Deleted:
  tea/repos/community-i686/PKGBUILD
  tea/repos/community-i686/tea.desktop
  tea/repos/community-i686/tea.install

-+
 PKGBUILD|   68 +-
 tea.desktop |   20 -
 tea.install |8 +++---
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-26 11:00:08 UTC (rev 87035)
+++ PKGBUILD2013-03-26 11:01:05 UTC (rev 87036)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Michal Kaliszka desm...@gmail.com
-# Contributor: Zsolt Varadi sysop_...@fibermail.hu
-
-pkgname=tea
-pkgver=35.0.0
-pkgrel=1
-pkgdesc=A QT-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions.
-arch=('i686' 'x86_64')
-url=http://tea-editor.sourceforge.net/;
-license=('GPL')
-depends=('qt4' 'aspell' 'hunspell')
-install=tea.install
-source=(http://downloads.sourceforge.net/project/tea-editor/tea-editor/$pkgver/tea-$pkgver.tar.bz2
-tea.desktop)
-md5sums=('aabbbac2b5251e7c3eeb36d8f188d08a'
- '377ace3363124f4c086de0babb820761')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
-  qmake PREFIX=/usr/bin
-  make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make INSTALL_ROOT=${pkgdir} install
-  install -Dm644 ${srcdir}/tea.desktop 
${pkgdir}/usr/share/applications/tea.desktop
-  install -Dm644 icons/tea_icon_v2.png ${pkgdir}/usr/share/pixmaps/tea.png
-}

Copied: tea/repos/community-i686/PKGBUILD (from rev 87035, tea/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-26 11:01:05 UTC (rev 87036)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Michal Kaliszka desm...@gmail.com
+# Contributor: Zsolt Varadi sysop_...@fibermail.hu
+
+pkgname=tea
+pkgver=35.0.0
+pkgrel=1
+pkgdesc=A QT-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions.
+arch=('i686' 'x86_64')
+url=http://tea-editor.sourceforge.net/;
+license=('GPL')
+depends=('qt4' 'aspell' 'hunspell')
+install=tea.install
+source=(http://downloads.sourceforge.net/project/tea-editor/tea-editor/$pkgver/tea-$pkgver.tar.bz2
+tea.desktop)
+md5sums=('aabbbac2b5251e7c3eeb36d8f188d08a'
+ '377ace3363124f4c086de0babb820761')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
+  qmake-qt4 PREFIX=/usr/bin
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make INSTALL_ROOT=${pkgdir} install
+  install -Dm644 ${srcdir}/tea.desktop 
${pkgdir}/usr/share/applications/tea.desktop
+  install -Dm644 icons/tea_icon_v2.png ${pkgdir}/usr/share/pixmaps/tea.png
+}

Deleted: tea.desktop
===
--- tea.desktop 2013-03-26 11:00:08 UTC (rev 87035)
+++ tea.desktop 2013-03-26 11:01:05 UTC (rev 87036)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Tea
-Comment=A small programmer's QT editor
-Exec=tea %U
-Terminal=false
-Type=Application
-StartupNotify=true
-Icon=tea.png
-Categories=Application;Utility;TextEditor;

Copied: tea/repos/community-i686/tea.desktop (from rev 87035, 
tea/trunk/tea.desktop)
===
--- tea.desktop (rev 0)
+++ tea.desktop 2013-03-26 11:01:05 UTC (rev 87036)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Tea
+Comment=A small programmer's QT editor
+Exec=tea %U
+Terminal=false
+Type=Application
+StartupNotify=true
+Icon=tea.png
+Categories=Application;Utility;TextEditor;

Deleted: tea.install
===
--- tea.install 2013-03-26 11:00:08 UTC (rev 87035)
+++ tea.install 2013-03-26 11:01:05 UTC (rev 87036)
@@ -1,4 +0,0 @@
-post_upgrade() {
-  echo 
-  echo for the old GTK branch of TEA install teagtk
-}

Copied: tea/repos/community-i686/tea.install (from rev 87035, 
tea/trunk/tea.install)
===
--- tea.install (rev 0)
+++ tea.install 2013-03-26 

[arch-commits] Commit in tea/repos/community-x86_64 (6 files)

2013-03-26 Thread Sergej Pupykin
Date: Tuesday, March 26, 2013 @ 12:01:18
  Author: spupykin
Revision: 87037

archrelease: copy trunk to community-x86_64

Added:
  tea/repos/community-x86_64/PKGBUILD
(from rev 87036, tea/trunk/PKGBUILD)
  tea/repos/community-x86_64/tea.desktop
(from rev 87036, tea/trunk/tea.desktop)
  tea/repos/community-x86_64/tea.install
(from rev 87036, tea/trunk/tea.install)
Deleted:
  tea/repos/community-x86_64/PKGBUILD
  tea/repos/community-x86_64/tea.desktop
  tea/repos/community-x86_64/tea.install

-+
 PKGBUILD|   68 +-
 tea.desktop |   20 -
 tea.install |8 +++---
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-26 11:01:05 UTC (rev 87036)
+++ PKGBUILD2013-03-26 11:01:18 UTC (rev 87037)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Michal Kaliszka desm...@gmail.com
-# Contributor: Zsolt Varadi sysop_...@fibermail.hu
-
-pkgname=tea
-pkgver=35.0.0
-pkgrel=1
-pkgdesc=A QT-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions.
-arch=('i686' 'x86_64')
-url=http://tea-editor.sourceforge.net/;
-license=('GPL')
-depends=('qt4' 'aspell' 'hunspell')
-install=tea.install
-source=(http://downloads.sourceforge.net/project/tea-editor/tea-editor/$pkgver/tea-$pkgver.tar.bz2
-tea.desktop)
-md5sums=('aabbbac2b5251e7c3eeb36d8f188d08a'
- '377ace3363124f4c086de0babb820761')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
-  qmake PREFIX=/usr/bin
-  make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make INSTALL_ROOT=${pkgdir} install
-  install -Dm644 ${srcdir}/tea.desktop 
${pkgdir}/usr/share/applications/tea.desktop
-  install -Dm644 icons/tea_icon_v2.png ${pkgdir}/usr/share/pixmaps/tea.png
-}

Copied: tea/repos/community-x86_64/PKGBUILD (from rev 87036, tea/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-26 11:01:18 UTC (rev 87037)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Michal Kaliszka desm...@gmail.com
+# Contributor: Zsolt Varadi sysop_...@fibermail.hu
+
+pkgname=tea
+pkgver=35.0.0
+pkgrel=1
+pkgdesc=A QT-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions.
+arch=('i686' 'x86_64')
+url=http://tea-editor.sourceforge.net/;
+license=('GPL')
+depends=('qt4' 'aspell' 'hunspell')
+install=tea.install
+source=(http://downloads.sourceforge.net/project/tea-editor/tea-editor/$pkgver/tea-$pkgver.tar.bz2
+tea.desktop)
+md5sums=('aabbbac2b5251e7c3eeb36d8f188d08a'
+ '377ace3363124f4c086de0babb820761')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
+  qmake-qt4 PREFIX=/usr/bin
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make INSTALL_ROOT=${pkgdir} install
+  install -Dm644 ${srcdir}/tea.desktop 
${pkgdir}/usr/share/applications/tea.desktop
+  install -Dm644 icons/tea_icon_v2.png ${pkgdir}/usr/share/pixmaps/tea.png
+}

Deleted: tea.desktop
===
--- tea.desktop 2013-03-26 11:01:05 UTC (rev 87036)
+++ tea.desktop 2013-03-26 11:01:18 UTC (rev 87037)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Tea
-Comment=A small programmer's QT editor
-Exec=tea %U
-Terminal=false
-Type=Application
-StartupNotify=true
-Icon=tea.png
-Categories=Application;Utility;TextEditor;

Copied: tea/repos/community-x86_64/tea.desktop (from rev 87036, 
tea/trunk/tea.desktop)
===
--- tea.desktop (rev 0)
+++ tea.desktop 2013-03-26 11:01:18 UTC (rev 87037)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Tea
+Comment=A small programmer's QT editor
+Exec=tea %U
+Terminal=false
+Type=Application
+StartupNotify=true
+Icon=tea.png
+Categories=Application;Utility;TextEditor;

Deleted: tea.install
===
--- tea.install 2013-03-26 11:01:05 UTC (rev 87036)
+++ tea.install 2013-03-26 11:01:18 UTC (rev 87037)
@@ -1,4 +0,0 @@
-post_upgrade() {
-  echo 
-  echo for the old GTK branch of TEA install teagtk
-}

Copied: tea/repos/community-x86_64/tea.install (from rev 87036, 
tea/trunk/tea.install)
===
--- tea.install (rev 0)
+++ 

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

2013-03-26 Thread Sergej Pupykin
Date: Tuesday, March 26, 2013 @ 12:07:40
  Author: spupykin
Revision: 87038

upgpkg: firefox-noscript 2.6.5.9-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 11:01:18 UTC (rev 87037)
+++ PKGBUILD2013-03-26 11:07:40 UTC (rev 87038)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.5.8
+pkgver=2.6.5.9
 pkgrel=1
 pkgdesc=plugin for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('f97258a706d87a28fa7bd8bd4ee05627')
+md5sums=('ea50b76dd18c1f714359a095b2f00d6a')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`



[arch-commits] Commit in firefox-noscript/repos/community-any (PKGBUILD PKGBUILD)

2013-03-26 Thread Sergej Pupykin
Date: Tuesday, March 26, 2013 @ 12:07:54
  Author: spupykin
Revision: 87039

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 87038, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-26 11:07:40 UTC (rev 87038)
+++ PKGBUILD2013-03-26 11:07:54 UTC (rev 87039)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.5.8
-pkgrel=1
-pkgdesc=plugin for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('f97258a706d87a28fa7bd8bd4ee05627')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
-#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/extensions/${emid}
-  install -d $dstdir
-#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 87038, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-26 11:07:54 UTC (rev 87039)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.5.9
+pkgrel=1
+pkgdesc=plugin for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('ea50b76dd18c1f714359a095b2f00d6a')
+
+package() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
+#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/extensions/${emid}
+  install -d $dstdir
+#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}



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

2013-03-26 Thread Sergej Pupykin
Date: Tuesday, March 26, 2013 @ 12:07:59
  Author: spupykin
Revision: 87040

upgpkg: parole 0.5.0-3

upd

Modified:
  parole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 11:07:54 UTC (rev 87039)
+++ PKGBUILD2013-03-26 11:07:59 UTC (rev 87040)
@@ -4,7 +4,7 @@
 
 pkgname=parole
 pkgver=0.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A modern media player based on the GStreamer framework
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/applications/parole/;
@@ -12,7 +12,12 @@
 depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 
'libnotify=0.4.1'
  'libxfce4ui=4.7.0' 'taglib=1.4' 'desktop-file-utils')
 makedepends=('pkgconfig=0.9.0' 'xfce4-dev-tools')
-optdepends=('xulrunner=1.9.1: browser plugin')
+optdepends=('xulrunner: browser plugin'
+   'gst-libav'
+   'gst-plugins-bad'
+   'gst-plugins-base'
+   'gst-plugins-good'
+   'gst-plugins-ugly')
 conflicts=('parole-media-player-git')
 options=('!libtool')
 install=parole.install



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

2013-03-26 Thread Sergej Pupykin
Date: Tuesday, March 26, 2013 @ 12:08:17
  Author: spupykin
Revision: 87041

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

Added:
  parole/repos/community-i686/PKGBUILD
(from rev 87040, parole/trunk/PKGBUILD)
  parole/repos/community-i686/parole.install
(from rev 87040, parole/trunk/parole.install)
  parole/repos/community-x86_64/PKGBUILD
(from rev 87040, parole/trunk/PKGBUILD)
  parole/repos/community-x86_64/parole.install
(from rev 87040, parole/trunk/parole.install)
Deleted:
  parole/repos/community-i686/PKGBUILD
  parole/repos/community-i686/parole.install
  parole/repos/community-x86_64/PKGBUILD
  parole/repos/community-x86_64/parole.install

-+
 /PKGBUILD   |   76 ++
 /parole.install |   24 
 community-i686/PKGBUILD |   33 
 community-i686/parole.install   |   12 --
 community-x86_64/PKGBUILD   |   33 
 community-x86_64/parole.install |   12 --
 6 files changed, 100 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-26 11:07:59 UTC (rev 87040)
+++ community-i686/PKGBUILD 2013-03-26 11:08:17 UTC (rev 87041)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: TDY t...@gmx.com
-
-pkgname=parole
-pkgver=0.5.0
-pkgrel=2
-pkgdesc=A modern media player based on the GStreamer framework
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/applications/parole/;
-license=('GPL')
-depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 
'libnotify=0.4.1'
- 'libxfce4ui=4.7.0' 'taglib=1.4' 'desktop-file-utils')
-makedepends=('pkgconfig=0.9.0' 'xfce4-dev-tools')
-optdepends=('xulrunner=1.9.1: browser plugin')
-conflicts=('parole-media-player-git')
-options=('!libtool')
-install=parole.install
-source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
-md5sums=('03eb2df373adaae56959a548553ef72e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in
-  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \
---enable-taglib --enable-libnotify --with-gstreamer=1.0
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: parole/repos/community-i686/PKGBUILD (from rev 87040, 
parole/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-26 11:08:17 UTC (rev 87041)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: TDY t...@gmx.com
+
+pkgname=parole
+pkgver=0.5.0
+pkgrel=3
+pkgdesc=A modern media player based on the GStreamer framework
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/applications/parole/;
+license=('GPL')
+depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 
'libnotify=0.4.1'
+ 'libxfce4ui=4.7.0' 'taglib=1.4' 'desktop-file-utils')
+makedepends=('pkgconfig=0.9.0' 'xfce4-dev-tools')
+optdepends=('xulrunner: browser plugin'
+   'gst-libav'
+   'gst-plugins-bad'
+   'gst-plugins-base'
+   'gst-plugins-good'
+   'gst-plugins-ugly')
+conflicts=('parole-media-player-git')
+options=('!libtool')
+install=parole.install
+source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
+md5sums=('03eb2df373adaae56959a548553ef72e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \
+--enable-taglib --enable-libnotify --with-gstreamer=1.0
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/parole.install
===
--- community-i686/parole.install   2013-03-26 11:07:59 UTC (rev 87040)
+++ community-i686/parole.install   2013-03-26 11:08:17 UTC (rev 87041)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: parole/repos/community-i686/parole.install (from rev 87040, 
parole/trunk/parole.install)
===
--- community-i686/parole.install   (rev 0)
+++ community-i686/parole.install   2013-03-26 11:08:17 UTC (rev 87041)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD

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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 12:13:15
  Author: jgc
Revision: 180792

upgpkg: zenity 3.8.0-1

Modified:
  zenity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 11:00:48 UTC (rev 180791)
+++ PKGBUILD2013-03-26 11:13:15 UTC (rev 180792)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=zenity
-pkgver=3.6.0
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=Display graphical dialog boxes from shell scripts
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 makedepends=('intltool' 'gtk-doc' 'itstool' 'docbook-xsl')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5de4ebbb6888ad4928fa9eebcd42dbe5bb282bee9dd7dd21475d9eaa854c74be')
+sha256sums=('94fbf0b71592f26dce0e2c49b82b4401139c8434084ad24c2c6a61ace1e6563f')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 12:13:22
  Author: jgc
Revision: 180793

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

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

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

Copied: zenity/repos/gnome-unstable-i686/PKGBUILD (from rev 180792, 
zenity/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 11:13:22 UTC (rev 180793)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gtk3' 'libnotify')
+makedepends=('intltool' 'gtk-doc' 'itstool' 'docbook-xsl')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('94fbf0b71592f26dce0e2c49b82b4401139c8434084ad24c2c6a61ace1e6563f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: zenity/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180792, 
zenity/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 11:13:22 UTC (rev 180793)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gtk3' 'libnotify')
+makedepends=('intltool' 'gtk-doc' 'itstool' 'docbook-xsl')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('94fbf0b71592f26dce0e2c49b82b4401139c8434084ad24c2c6a61ace1e6563f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in gnome-icon-theme-symbolic/trunk (2 files)

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 12:26:08
  Author: jgc
Revision: 180794

upgpkg: gnome-icon-theme-symbolic 3.8.0-1

Added:
  gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.pc.in
Modified:
  gnome-icon-theme-symbolic/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 gnome-icon-theme-symbolic.pc.in |6 ++
 2 files changed, 14 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 11:13:22 UTC (rev 180793)
+++ PKGBUILD2013-03-26 11:26:08 UTC (rev 180794)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-icon-theme-symbolic
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=GNOME icon theme, symbolic icons
 arch=(any)
@@ -13,11 +13,16 @@
 license=('GPL')
 install=gnome-icon-theme-symbolic.install
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c6a803db440ccb7cedc996224695cdfa6c6927b40082878372b21326697faeae')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
+gnome-icon-theme-symbolic.pc.in)
+sha256sums=('570e2d59f07b415bbf4598ac9455b8ceac6998ed655d118d566b82a1375937a9'
+'eff5b212c3e67c2ee2ee4d038bbec57a12ecc274fb5ffeddf06e332a7036af7c')
 
 build() {
   cd $pkgname-$pkgver
+  # HACK: Upstream maintainer generated the tarball with outdated Makefiles, 
check if this is still needed on updates
+  cp ../gnome-icon-theme-symbolic.pc.in .
+
   GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
   make
 }

Added: gnome-icon-theme-symbolic.pc.in
===
--- gnome-icon-theme-symbolic.pc.in (rev 0)
+++ gnome-icon-theme-symbolic.pc.in 2013-03-26 11:26:08 UTC (rev 180794)
@@ -0,0 +1,6 @@
+Name: gnome-icon-theme-symbolic
+Description: A collection of symbolic icons used as the basis for GNOME themes
+Version: @VERSION@
+Requires:
+Libs:
+Cflags:



[arch-commits] Commit in gnome-icon-theme-symbolic/repos (4 files)

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 12:26:13
  Author: jgc
Revision: 180795

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-icon-theme-symbolic/repos/gnome-unstable-any/
  gnome-icon-theme-symbolic/repos/gnome-unstable-any/PKGBUILD
(from rev 180794, gnome-icon-theme-symbolic/trunk/PKGBUILD)
  
gnome-icon-theme-symbolic/repos/gnome-unstable-any/gnome-icon-theme-symbolic.install
(from rev 180794, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install)
  
gnome-icon-theme-symbolic/repos/gnome-unstable-any/gnome-icon-theme-symbolic.pc.in
(from rev 180794, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.pc.in)

---+
 PKGBUILD  |   33 +
 gnome-icon-theme-symbolic.install |   11 +++
 gnome-icon-theme-symbolic.pc.in   |6 ++
 3 files changed, 50 insertions(+)

Copied: gnome-icon-theme-symbolic/repos/gnome-unstable-any/PKGBUILD (from rev 
180794, gnome-icon-theme-symbolic/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2013-03-26 11:26:13 UTC (rev 180795)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-icon-theme-symbolic
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=GNOME icon theme, symbolic icons
+arch=(any)
+depends=('gtk-update-icon-cache' 'icon-naming-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+url=http://www.gnome.org;
+license=('GPL')
+install=gnome-icon-theme-symbolic.install
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
+gnome-icon-theme-symbolic.pc.in)
+sha256sums=('570e2d59f07b415bbf4598ac9455b8ceac6998ed655d118d566b82a1375937a9'
+'eff5b212c3e67c2ee2ee4d038bbec57a12ecc274fb5ffeddf06e332a7036af7c')
+
+build() {
+  cd $pkgname-$pkgver
+  # HACK: Upstream maintainer generated the tarball with outdated Makefiles, 
check if this is still needed on updates
+  cp ../gnome-icon-theme-symbolic.pc.in .
+
+  GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
gnome-icon-theme-symbolic/repos/gnome-unstable-any/gnome-icon-theme-symbolic.install
 (from rev 180794, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install)
===
--- gnome-unstable-any/gnome-icon-theme-symbolic.install
(rev 0)
+++ gnome-unstable-any/gnome-icon-theme-symbolic.install2013-03-26 
11:26:13 UTC (rev 180795)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: 
gnome-icon-theme-symbolic/repos/gnome-unstable-any/gnome-icon-theme-symbolic.pc.in
 (from rev 180794, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.pc.in)
===
--- gnome-unstable-any/gnome-icon-theme-symbolic.pc.in  
(rev 0)
+++ gnome-unstable-any/gnome-icon-theme-symbolic.pc.in  2013-03-26 11:26:13 UTC 
(rev 180795)
@@ -0,0 +1,6 @@
+Name: gnome-icon-theme-symbolic
+Description: A collection of symbolic icons used as the basis for GNOME themes
+Version: @VERSION@
+Requires:
+Libs:
+Cflags:



[arch-commits] Commit in gnome-icon-theme/trunk (PKGBUILD)

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 12:32:30
  Author: jgc
Revision: 180796

upgpkg: gnome-icon-theme 3.8.0-1

Modified:
  gnome-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 11:26:13 UTC (rev 180795)
+++ PKGBUILD2013-03-26 11:32:30 UTC (rev 180796)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-icon-theme
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=GNOME icon theme
 arch=(any)
@@ -14,7 +14,7 @@
 install=gnome-icon-theme.install
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('314d5535c12af5d62ba0e51addd3457e39140fb149efb9769eacbcc0449f1045')
+sha256sums=('e4f7c73e33eb8693e3adbab7df60fbb5f6dd147116ac04d9bd26986e41071270')
 
 build() {
 cd $pkgname-$pkgver



[arch-commits] Commit in gnome-icon-theme/repos (3 files)

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 12:32:35
  Author: jgc
Revision: 180797

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-icon-theme/repos/gnome-unstable-any/
  gnome-icon-theme/repos/gnome-unstable-any/PKGBUILD
(from rev 180796, gnome-icon-theme/trunk/PKGBUILD)
  gnome-icon-theme/repos/gnome-unstable-any/gnome-icon-theme.install
(from rev 180796, gnome-icon-theme/trunk/gnome-icon-theme.install)

--+
 PKGBUILD |   29 +
 gnome-icon-theme.install |   11 +++
 2 files changed, 40 insertions(+)

Copied: gnome-icon-theme/repos/gnome-unstable-any/PKGBUILD (from rev 180796, 
gnome-icon-theme/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2013-03-26 11:32:35 UTC (rev 180797)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-icon-theme
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=GNOME icon theme
+arch=(any)
+depends=('hicolor-icon-theme' 'icon-naming-utils' 'gtk-update-icon-cache' 
'gnome-icon-theme-symbolic')
+makedepends=('intltool')
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome')
+install=gnome-icon-theme.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e4f7c73e33eb8693e3adbab7df60fbb5f6dd147116ac04d9bd26986e41071270')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+rm -f  ${pkgdir}/usr/share/icons/gnome/icon-theme.cache
+}

Copied: gnome-icon-theme/repos/gnome-unstable-any/gnome-icon-theme.install 
(from rev 180796, gnome-icon-theme/trunk/gnome-icon-theme.install)
===
--- gnome-unstable-any/gnome-icon-theme.install (rev 0)
+++ gnome-unstable-any/gnome-icon-theme.install 2013-03-26 11:32:35 UTC (rev 
180797)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 12:38:03
  Author: jgc
Revision: 180798

upgpkg: yelp-xsl 3.8.0-1

Modified:
  yelp-xsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 11:32:35 UTC (rev 180797)
+++ PKGBUILD2013-03-26 11:38:03 UTC (rev 180798)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=yelp-xsl
-pkgver=3.7.91
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=Stylesheets for Yelp
 arch=(any)
@@ -11,7 +11,7 @@
 options=('!emptydirs')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c9d785032269560ac878632ef6d2811b9595a5d816ba63ac0ad4f60b14ab9ecb')
+sha256sums=('d89e280743460dae534617eef4751c46581ea3a7fa202b5a351daf192505d6e9')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in yelp-xsl/repos/gnome-unstable-any (PKGBUILD PKGBUILD)

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 12:38:08
  Author: jgc
Revision: 180799

archrelease: copy trunk to gnome-unstable-any

Added:
  yelp-xsl/repos/gnome-unstable-any/PKGBUILD
(from rev 180798, yelp-xsl/trunk/PKGBUILD)
Deleted:
  yelp-xsl/repos/gnome-unstable-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-26 11:38:03 UTC (rev 180798)
+++ PKGBUILD2013-03-26 11:38:08 UTC (rev 180799)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=yelp-xsl
-pkgver=3.7.91
-pkgrel=1
-pkgdesc=Stylesheets for Yelp
-arch=(any)
-makedepends=(intltool libxslt libxml2 itstool)
-license=(GPL)
-options=('!emptydirs')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c9d785032269560ac878632ef6d2811b9595a5d816ba63ac0ad4f60b14ab9ecb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: yelp-xsl/repos/gnome-unstable-any/PKGBUILD (from rev 180798, 
yelp-xsl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-26 11:38:08 UTC (rev 180799)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=yelp-xsl
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Stylesheets for Yelp
+arch=(any)
+makedepends=(intltool libxslt libxml2 itstool)
+license=(GPL)
+options=('!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d89e280743460dae534617eef4751c46581ea3a7fa202b5a351daf192505d6e9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-03-26 Thread Gaetan Bisson
Date: Tuesday, March 26, 2013 @ 13:05:13
  Author: bisson
Revision: 180812

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

Added:
  openssh/repos/core-i686/PKGBUILD
(from rev 180811, openssh/repos/testing-i686/PKGBUILD)
  openssh/repos/core-i686/sshd
(from rev 180811, openssh/repos/testing-i686/sshd)
  openssh/repos/core-i686/sshd.close-sessions
(from rev 180811, openssh/repos/testing-i686/sshd.close-sessions)
  openssh/repos/core-i686/sshd.confd
(from rev 180811, openssh/repos/testing-i686/sshd.confd)
  openssh/repos/core-i686/sshd.pam
(from rev 180811, openssh/repos/testing-i686/sshd.pam)
  openssh/repos/core-i686/sshd.service
(from rev 180811, openssh/repos/testing-i686/sshd.service)
  openssh/repos/core-i686/sshd.socket
(from rev 180811, openssh/repos/testing-i686/sshd.socket)
  openssh/repos/core-i686/sshd@.service
(from rev 180811, openssh/repos/testing-i686/sshd@.service)
  openssh/repos/core-i686/sshdgenkeys.service
(from rev 180811, openssh/repos/testing-i686/sshdgenkeys.service)
  openssh/repos/core-x86_64/PKGBUILD
(from rev 180811, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/sshd
(from rev 180811, openssh/repos/testing-x86_64/sshd)
  openssh/repos/core-x86_64/sshd.close-sessions
(from rev 180811, openssh/repos/testing-x86_64/sshd.close-sessions)
  openssh/repos/core-x86_64/sshd.confd
(from rev 180811, openssh/repos/testing-x86_64/sshd.confd)
  openssh/repos/core-x86_64/sshd.pam
(from rev 180811, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 180811, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 180811, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 180811, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 180811, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-i686/PKGBUILD
  openssh/repos/core-i686/sshd
  openssh/repos/core-i686/sshd.close-sessions
  openssh/repos/core-i686/sshd.confd
  openssh/repos/core-i686/sshd.pam
  openssh/repos/core-i686/sshd.service
  openssh/repos/core-i686/sshd.socket
  openssh/repos/core-i686/sshd@.service
  openssh/repos/core-i686/sshdgenkeys.service
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/sshd
  openssh/repos/core-x86_64/sshd.close-sessions
  openssh/repos/core-x86_64/sshd.confd
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshd.socket
  openssh/repos/core-x86_64/sshd@.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-i686/
  openssh/repos/testing-x86_64/

-+
 /PKGBUILD   |  192 ++
 /sshd   |   88 +
 /sshd.close-sessions|   34 ++
 /sshd.confd |8 +
 /sshd.pam   |   12 ++
 /sshd.service   |   32 ++
 /sshd.socket|   20 +++
 /sshd@.service  |   16 +++
 /sshdgenkeys.service|   30 +
 core-i686/PKGBUILD  |   96 ---
 core-i686/sshd  |   44 
 core-i686/sshd.close-sessions   |   17 ---
 core-i686/sshd.confd|4 
 core-i686/sshd.pam  |6 -
 core-i686/sshd.service  |   16 ---
 core-i686/sshd.socket   |   10 -
 core-i686/sshd@.service |8 -
 core-i686/sshdgenkeys.service   |   15 --
 core-x86_64/PKGBUILD|   96 ---
 core-x86_64/sshd|   44 
 core-x86_64/sshd.close-sessions |   17 ---
 core-x86_64/sshd.confd  |4 
 core-x86_64/sshd.pam|6 -
 core-x86_64/sshd.service|   16 ---
 core-x86_64/sshd.socket |   10 -
 core-x86_64/sshd@.service   |8 -
 core-x86_64/sshdgenkeys.service |   15 --
 27 files changed, 432 insertions(+), 432 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-03-26 11:49:42 UTC (rev 180811)
+++ core-i686/PKGBUILD  2013-03-26 12:05:13 UTC (rev 180812)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=openssh
-pkgver=6.1p1
-pkgrel=6
-pkgdesc='Free version of the SSH connectivity tools'
-url='http://www.openssh.org/portable.html'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('linux-headers')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-'x11-ssh-askpass: input passphrase in X')
-source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz;
-

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

2013-03-26 Thread Gaetan Bisson
Date: Tuesday, March 26, 2013 @ 13:05:23
  Author: bisson
Revision: 180813

db-move: moved dnssec-anchors from [testing] to [core] (any)

Added:
  dnssec-anchors/repos/core-any/LICENSE
(from rev 180812, dnssec-anchors/repos/testing-any/LICENSE)
  dnssec-anchors/repos/core-any/PKGBUILD
(from rev 180812, dnssec-anchors/repos/testing-any/PKGBUILD)
  dnssec-anchors/repos/core-any/trusted-key.key
(from rev 180812, dnssec-anchors/repos/testing-any/trusted-key.key)
Deleted:
  dnssec-anchors/repos/core-any/PKGBUILD
  dnssec-anchors/repos/core-any/trusted-key.key
  dnssec-anchors/repos/testing-any/

--+
 /PKGBUILD|   37 +
 /trusted-key.key |1 +
 core-any/LICENSE |1 +
 core-any/PKGBUILD|   27 ---
 core-any/trusted-key.key |2 --
 5 files changed, 39 insertions(+), 29 deletions(-)

Copied: dnssec-anchors/repos/core-any/LICENSE (from rev 180812, 
dnssec-anchors/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2013-03-26 12:05:23 UTC (rev 180813)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2013-03-26 12:05:13 UTC (rev 180812)
+++ core-any/PKGBUILD   2013-03-26 12:05:23 UTC (rev 180813)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Thomas Mudrunka har...@email.cz
-# Contributor: m4xm4n m...@maxfierke.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=dnssec-anchors
-pkgver=20120422
-pkgrel=1
-pkgdesc='DNSSEC trust anchors for the root zone'
-url='http://data.iana.org/root-anchors/'
-license=('custom:NoCopyright')
-arch=('any')
-source=('trusted-key.key')
-sha256sums=('a6e1e5de6d3f26ea74792eab7ac21cc7805e986303bfa270a0120cc8146f881a')
-
-# dig . dnskey +short | sed 's/^/. 172789 IN DNSKEY /'  trusted-key.key
-
-package() {
-   cd ${srcdir}
-
-   install -Dm644 trusted-key.key ${pkgdir}/etc/trusted-key.key
-
-   install -d ${pkgdir}/usr/share/licenses/${pkgname}
-   cat  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE  EOF
-The contents of this package are inelligible for copyright protection.
-EOF
-}

Copied: dnssec-anchors/repos/core-any/PKGBUILD (from rev 180812, 
dnssec-anchors/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2013-03-26 12:05:23 UTC (rev 180813)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Thomas Mudrunka har...@email.cz
+# Contributor: m4xm4n m...@maxfierke.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=dnssec-anchors
+pkgver=20130320
+pkgrel=1
+pkgdesc='DNSSEC trust anchors for the root zone'
+url='http://data.iana.org/root-anchors/'
+license=('custom:NoCopyright')
+arch=('any')
+source=('LICENSE'
+'trusted-key.key')
+sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb'
+'ca6388cc16223b29b607f07a9aa77e0aa52f653106d440cdc92cc40e145a4bb5')
+
+get_trusted-key() {
+   drill -z -s DNSKEY .  root.key
+
+   curl http://data.iana.org/root-anchors/root-anchors.xml |
+   awk 'BEGIN{ORS= }(NR4){gsub(/[^]*/,);print tolower($0)}' |
+   sed 's/   /\n/'  root.ds
+
+   # Any of those tests failing is suspicious; check thoroughly!
+   [[ $(root.ds) = '19036 8 2 
49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5' ]] 
+   grep -Pq 'IN\tDS\t'$(root.ds) root.key ||
+   return 1
+
+   sed '/DNSKEY/s/ ;{id = '$(cut -d\  -f1root.ds)' .*//;t;d' root.key  
trusted-key.key
+}
+
+package() {
+   cd ${srcdir}
+   install -Dm644 trusted-key.key ${pkgdir}/etc/trusted-key.key
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: core-any/trusted-key.key
===
--- core-any/trusted-key.key2013-03-26 12:05:13 UTC (rev 180812)
+++ core-any/trusted-key.key2013-03-26 12:05:23 UTC (rev 180813)
@@ -1,2 +0,0 @@
-. 172789 IN DNSKEY 256 3 8 
AwEAAbd0IPTQdvyndWSX6HHcB+JycMl1aCGTHSJUBs/y9S93el05VvXg 
1VqSF4vveB9rEuAZ1z8RNWZ9ac+rlaK7PrI5RlCIyKKPbtHbpgQGkwai 
8O6BZ4J/ch7DGuhGJfvoECcWjsucs683WFRtmfLx5WNdPxxi30Czt1zP qMWfY6YJ
-. 172789 IN DNSKEY 257 3 8 
AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjF 
FVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoX 
bfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaD 
X6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpz 
W5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relS 
Qageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulq QxA+Uk1ihz0=

Copied: dnssec-anchors/repos/core-any/trusted-key.key (from rev 180812, 
dnssec-anchors/repos/testing-any/trusted-key.key)

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

2013-03-26 Thread Gaetan Bisson
Date: Tuesday, March 26, 2013 @ 13:11:41
  Author: bisson
Revision: 87055

remove install script; see FS#34400

Modified:
  collectd/trunk/PKGBUILD
Deleted:
  collectd/trunk/install

--+
 PKGBUILD |1 -
 install  |8 
 2 files changed, 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 11:49:48 UTC (rev 87054)
+++ PKGBUILD2013-03-26 12:11:41 UTC (rev 87055)
@@ -49,7 +49,6 @@
 
 backup=('etc/collectd.conf')
 options=('!libtool')
-install=install
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}

Deleted: install
===
--- install 2013-03-26 11:49:48 UTC (rev 87054)
+++ install 2013-03-26 12:11:41 UTC (rev 87055)
@@ -1,8 +0,0 @@
-post_install() {
-   cat EOF
-== Customize your /etc/collectd.conf (you really want to).
-== Then start and stop the daemon using: /etc/rc.d/collectd
-== To see some result of collected data, use the Perl script:
-==   /usr/share/collectd/collectd2html.pl
-EOF
-}



[arch-commits] Commit in js/trunk (PKGBUILD js185-destdir.patch)

2013-03-26 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 13:15:35
  Author: heftig
Revision: 180814

17.0.0; but nothing supports it yet

Modified:
  js/trunk/PKGBUILD
Deleted:
  js/trunk/js185-destdir.patch

-+
 PKGBUILD|   39 ++-
 js185-destdir.patch |   15 ---
 2 files changed, 14 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 12:05:23 UTC (rev 180813)
+++ PKGBUILD2013-03-26 12:15:35 UTC (rev 180814)
@@ -1,39 +1,28 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
+
 pkgname=js
-pkgver=1.8.5
-pkgrel=3
+pkgver=17.0.0
+pkgrel=1
 pkgdesc=JavaScript interpreter and libraries
 arch=(i686 x86_64)
-url=https://developer.mozilla.org/En/SpiderMonkey/1.8.5;
-license=('GPL2')
-depends=('nspr' 'gcc-libs')
-makedepends=('python2' 'zip')
-replaces=('spidermonkey')
-conflicts=('spidermonkey')
-source=(http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.gz
-js185-destdir.patch)
-md5sums=('a4574365938222adca0a6bd33329cb32'
- '364834a8391888642c53d78c3a949d94')
+url=https://developer.mozilla.org/En/SpiderMonkey/17;
+license=(MPL)
+depends=(nspr gcc-libs libffi readline)
+makedepends=(python2 zip)
+source=(http://ftp.mozilla.org/pub/mozilla.org/js/mozjs$pkgver.tar.gz)
+md5sums=('20b6f8f1140ef6e47daa3b16965c9202')
 build() {
-  cd $srcdir/$pkgname-$pkgver/js/src
-
-  patch -Np0 -i $srcdir/js185-destdir.patch
-
-  ./configure --prefix=/usr --with-system-nspr \
- --enable-threadsafe
-
+  cd mozjs$pkgver/js/src
+  ./configure --prefix=/usr --with-system-nspr --with-system-ffi \
+ --enable-readline --enable-threadsafe
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver/js/src
+  cd mozjs$pkgver/js/src
   make DESTDIR=$pkgdir install
-
-  install -m 0755 shell/js ${pkgdir}/usr/bin
-
-  #cleanup
-  rm -f ${pkgdir}/usr/lib/libmozjs185-1.0.a
+  rm -f $pkgdir/usr/lib/*.a
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: js185-destdir.patch
===
--- js185-destdir.patch 2013-03-26 12:05:23 UTC (rev 180813)
+++ js185-destdir.patch 2013-03-26 12:15:35 UTC (rev 180814)
@@ -1,15 +0,0 @@
-#https://bugzilla.mozilla.org/show_bug.cgi?id=628723
-
 Makefile.in.old2011-04-10 04:21:19.918608008 -0700
-+++ Makefile.in2011-04-10 04:21:58.088607992 -0700
-@@ -888,8 +888,8 @@
- ifeq (,$(HOST_BIN_SUFFIX))
-   mv -f $(SHLIB_ANY_VER) $(SHLIB_EXACT_VER)
-   @[ ! -h $(SHLIB_ABI_VER) ] || rm -f $(SHLIB_ABI_VER)
--  ln -s $(SHLIB_EXACT_VER) $(SHLIB_ABI_VER)
--  ln -s $(SHLIB_ABI_VER) $(SHLIB_ANY_VER)
-+  ln -s $(notdir $(SHLIB_EXACT_VER)) $(SHLIB_ABI_VER)
-+  ln -s $(notdir $(SHLIB_ABI_VER)) $(SHLIB_ANY_VER)
- endif
- endif
- ifneq (,$(IMPORT_LIBRARY))



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 13:17:30
  Author: jgc
Revision: 180815

upgpkg: gjs 1.36.0-1

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 12:15:35 UTC (rev 180814)
+++ PKGBUILD2013-03-26 12:17:30 UTC (rev 180815)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gjs
-pkgver=1.34.0
+pkgver=1.36.0
 pkgrel=1
 pkgdesc=Javascript Bindings for GNOME
 arch=('i686' 'x86_64')
@@ -11,16 +11,15 @@
 depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3d62c717a0522a36c6faa1eb021872255e3cd285a72786afe23b7cca2e3084cb')
+sha256sums=('c55680d861d562f89171640c66e5d9ac4cb0c35f1af2495e2f45bbe494b983ca')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|python|python2|' scripts/make-tests
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 13:17:36
  Author: jgc
Revision: 180816

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

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

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

Copied: gjs/repos/gnome-unstable-i686/PKGBUILD (from rev 180815, 
gjs/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 12:17:36 UTC (rev 180816)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.36.0
+pkgrel=1
+pkgdesc=Javascript Bindings for GNOME
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Gjs;
+license=('GPL')
+depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c55680d861d562f89171640c66e5d9ac4cb0c35f1af2495e2f45bbe494b983ca')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gjs/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180815, 
gjs/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 12:17:36 UTC (rev 180816)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.36.0
+pkgrel=1
+pkgdesc=Javascript Bindings for GNOME
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Gjs;
+license=('GPL')
+depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c55680d861d562f89171640c66e5d9ac4cb0c35f1af2495e2f45bbe494b983ca')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 13:41:30
  Author: jgc
Revision: 180817

Depend on python2. This is still to buggy for Python 3.x. As 
gobject-introspection needs python2 anyways, let's do the same for glib2 tools.

upgpkg: glib2 2.36.0-2

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 12:17:36 UTC (rev 180816)
+++ PKGBUILD2013-03-26 12:41:30 UTC (rev 180817)
@@ -3,27 +3,24 @@
 
 pkgname=glib2
 pkgver=2.36.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Common C routines used by GTK+ and other libs
 url=http://www.gtk.org/;
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('pcre' 'libffi')
-makedepends=('pkg-config' 'python' 'libxslt' 'docbook-xml')
-optdepends=('python: for gdbus-codegen and gtester-report')
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml')
+optdepends=('python2: for gdbus-codegen and gtester-report')
 options=('!libtool' '!docs' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
-revert-warn-glib-compile-schemas.patch
-0001-Make-gtester-report-work-with-Python-3.x.patch)
+revert-warn-glib-compile-schemas.patch)
 sha256sums=('455a8abe8692c5174bcc7ffa15b96a7521a2f2f9fb47594405927c35cb9bb227'
-'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97'
-'a2b4ff3836fc0a5b03b8e6bfa69be44b9a65f16486e4c1e4bc6c3d50fe2ad632')
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
 
 build() {
   cd glib-$pkgver
   patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
-  patch -Np1 -i ../0001-Make-gtester-report-work-with-Python-3.x.patch
-  ./configure --prefix=/usr --libdir=/usr/lib \
+  PYTHON=python2 ./configure --prefix=/usr --libdir=/usr/lib \
   --sysconfdir=/etc \
   --with-pcre=system \
   --disable-fam
@@ -37,4 +34,6 @@
   for _i in $pkgdir/usr/share/bash-completion/completions/*; do
   chmod -x $_i
   done
+
+   sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
 }



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 13:41:38
  Author: jgc
Revision: 180818

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

Added:
  
glib2/repos/gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch
(from rev 180817, 
glib2/trunk/0001-Make-gtester-report-work-with-Python-3.x.patch)
  glib2/repos/gnome-unstable-i686/PKGBUILD
(from rev 180817, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
(from rev 180817, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  
glib2/repos/gnome-unstable-x86_64/0001-Make-gtester-report-work-with-Python-3.x.patch
(from rev 180817, 
glib2/trunk/0001-Make-gtester-report-work-with-Python-3.x.patch)
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180817, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 180817, glib2/trunk/revert-warn-glib-compile-schemas.patch)
Deleted:
  
glib2/repos/gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch
  glib2/repos/gnome-unstable-i686/PKGBUILD
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
  
glib2/repos/gnome-unstable-x86_64/0001-Make-gtester-report-work-with-Python-3.x.patch
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch

---+
 /0001-Make-gtester-report-work-with-Python-3.x.patch  |  
120 ++
 /PKGBUILD |   
78 ++
 /revert-warn-glib-compile-schemas.patch   |   
66 +
 gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch   |   
60 -
 gnome-unstable-i686/PKGBUILD  |   
40 ---
 gnome-unstable-i686/revert-warn-glib-compile-schemas.patch|   
33 --
 gnome-unstable-x86_64/0001-Make-gtester-report-work-with-Python-3.x.patch |   
60 -
 gnome-unstable-x86_64/PKGBUILD|   
40 ---
 gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch  |   
33 --
 9 files changed, 264 insertions(+), 266 deletions(-)

Deleted: gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch
===
--- gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch 
2013-03-26 12:41:30 UTC (rev 180817)
+++ gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch 
2013-03-26 12:41:38 UTC (rev 180818)
@@ -1,60 +0,0 @@
-From 3d81e0a414ecb876f2429c0108a685152bd4ee54 Mon Sep 17 00:00:00 2001
-From: Jan de Groot j...@archlinux.org
-Date: Thu, 21 Mar 2013 20:47:57 +0100
-Subject: [PATCH] Make gtester-report work with Python 3.x: - fix indentations
- (tabs to spaces) - Replace print with print(), still works with Python 2.x
-

- glib/gtester-report | 28 ++--
- 1 file changed, 14 insertions(+), 14 deletions(-)
-
-diff --git a/glib/gtester-report b/glib/gtester-report
-index 0fcdd9a..00296ea 100755
 a/glib/gtester-report
-+++ b/glib/gtester-report
-@@ -308,20 +308,20 @@ class HTMLReportWriter(ReportWriter):
- if binary.success_cases:
-   oklink = 'href=javascript:toggle_display (\'ResultTable\', \'tr\', 
\'b%u_\', \'success\')' % self.bcounter
- if real_cases != 0:
--  self.oprint ('a %sER/a\n' % erlink)
--  self.oprint ('a %sOK/a\n' % oklink)
--  self.oprint ('/td\n')
--  perc = binary.success_cases * 100.0 / real_cases
--  pcolor = {
--100 : 'bgcolor=lightgreen',
--0   : 'bgcolor=red',
--  }.get (int (perc), 'bgcolor=yellow')
--  self.oprint ('td align=right %s%.2f%%/td\n' % (pcolor, perc))
--  self.oprint ('/tr\n')
-+self.oprint ('a %sER/a\n' % erlink)
-+self.oprint ('a %sOK/a\n' % oklink)
-+self.oprint ('/td\n')
-+perc = binary.success_cases * 100.0 / real_cases
-+pcolor = {
-+  100 : 'bgcolor=lightgreen',
-+  0   : 'bgcolor=red',
-+}.get (int (perc), 'bgcolor=yellow')
-+self.oprint ('td align=right %s%.2f%%/td\n' % (pcolor, perc))
-+self.oprint ('/tr\n')
- else:
--  self.oprint ('Empty\n')
--  self.oprint ('/td\n')
--  self.oprint ('/tr\n')
-+self.oprint ('Empty\n')
-+self.oprint ('/td\n')
-+self.oprint ('/tr\n')
- for tc in binary.testcases:
-   self.handle_testcase (tc, binary)
-   def handle_totals (self):
-@@ -466,7 +466,7 @@ def parse_opts():
-  Needs python-subunit])
- options, files = parser.parse_args()
- if options.version:
--print parser.epilog
-+print(parser.epilog)
- return None, None
- if len(files) != 1:
- parser.error(Must supply a log file to parse.)
--- 

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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 13:59:25
  Author: jgc
Revision: 180819

upgpkg: glib2 2.36.0-3

Fix shebang. Upstream uses PYTHON for this now

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 12:41:38 UTC (rev 180818)
+++ PKGBUILD2013-03-26 12:59:25 UTC (rev 180819)
@@ -3,7 +3,7 @@
 
 pkgname=glib2
 pkgver=2.36.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Common C routines used by GTK+ and other libs
 url=http://www.gtk.org/;
 arch=(i686 x86_64)
@@ -20,7 +20,7 @@
 build() {
   cd glib-$pkgver
   patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
-  PYTHON=python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
   --sysconfdir=/etc \
   --with-pcre=system \
   --disable-fam
@@ -34,6 +34,4 @@
   for _i in $pkgdir/usr/share/bash-completion/completions/*; do
   chmod -x $_i
   done
-
-   sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
 }



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 13:59:43
  Author: jgc
Revision: 180820

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

Added:
  
glib2/repos/gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch
(from rev 180819, 
glib2/trunk/0001-Make-gtester-report-work-with-Python-3.x.patch)
  glib2/repos/gnome-unstable-i686/PKGBUILD
(from rev 180819, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
(from rev 180819, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  
glib2/repos/gnome-unstable-x86_64/0001-Make-gtester-report-work-with-Python-3.x.patch
(from rev 180819, 
glib2/trunk/0001-Make-gtester-report-work-with-Python-3.x.patch)
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180819, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 180819, glib2/trunk/revert-warn-glib-compile-schemas.patch)
Deleted:
  
glib2/repos/gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch
  glib2/repos/gnome-unstable-i686/PKGBUILD
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
  
glib2/repos/gnome-unstable-x86_64/0001-Make-gtester-report-work-with-Python-3.x.patch
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch

---+
 /0001-Make-gtester-report-work-with-Python-3.x.patch  |  
120 ++
 /PKGBUILD |   
74 ++
 /revert-warn-glib-compile-schemas.patch   |   
66 +
 gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch   |   
60 -
 gnome-unstable-i686/PKGBUILD  |   
39 ---
 gnome-unstable-i686/revert-warn-glib-compile-schemas.patch|   
33 --
 gnome-unstable-x86_64/0001-Make-gtester-report-work-with-Python-3.x.patch |   
60 -
 gnome-unstable-x86_64/PKGBUILD|   
39 ---
 gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch  |   
33 --
 9 files changed, 260 insertions(+), 264 deletions(-)

Deleted: gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch
===
--- gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch 
2013-03-26 12:59:25 UTC (rev 180819)
+++ gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch 
2013-03-26 12:59:43 UTC (rev 180820)
@@ -1,60 +0,0 @@
-From 3d81e0a414ecb876f2429c0108a685152bd4ee54 Mon Sep 17 00:00:00 2001
-From: Jan de Groot j...@archlinux.org
-Date: Thu, 21 Mar 2013 20:47:57 +0100
-Subject: [PATCH] Make gtester-report work with Python 3.x: - fix indentations
- (tabs to spaces) - Replace print with print(), still works with Python 2.x
-

- glib/gtester-report | 28 ++--
- 1 file changed, 14 insertions(+), 14 deletions(-)
-
-diff --git a/glib/gtester-report b/glib/gtester-report
-index 0fcdd9a..00296ea 100755
 a/glib/gtester-report
-+++ b/glib/gtester-report
-@@ -308,20 +308,20 @@ class HTMLReportWriter(ReportWriter):
- if binary.success_cases:
-   oklink = 'href=javascript:toggle_display (\'ResultTable\', \'tr\', 
\'b%u_\', \'success\')' % self.bcounter
- if real_cases != 0:
--  self.oprint ('a %sER/a\n' % erlink)
--  self.oprint ('a %sOK/a\n' % oklink)
--  self.oprint ('/td\n')
--  perc = binary.success_cases * 100.0 / real_cases
--  pcolor = {
--100 : 'bgcolor=lightgreen',
--0   : 'bgcolor=red',
--  }.get (int (perc), 'bgcolor=yellow')
--  self.oprint ('td align=right %s%.2f%%/td\n' % (pcolor, perc))
--  self.oprint ('/tr\n')
-+self.oprint ('a %sER/a\n' % erlink)
-+self.oprint ('a %sOK/a\n' % oklink)
-+self.oprint ('/td\n')
-+perc = binary.success_cases * 100.0 / real_cases
-+pcolor = {
-+  100 : 'bgcolor=lightgreen',
-+  0   : 'bgcolor=red',
-+}.get (int (perc), 'bgcolor=yellow')
-+self.oprint ('td align=right %s%.2f%%/td\n' % (pcolor, perc))
-+self.oprint ('/tr\n')
- else:
--  self.oprint ('Empty\n')
--  self.oprint ('/td\n')
--  self.oprint ('/tr\n')
-+self.oprint ('Empty\n')
-+self.oprint ('/td\n')
-+self.oprint ('/tr\n')
- for tc in binary.testcases:
-   self.handle_testcase (tc, binary)
-   def handle_totals (self):
-@@ -466,7 +466,7 @@ def parse_opts():
-  Needs python-subunit])
- options, files = parser.parse_args()
- if options.version:
--print parser.epilog
-+print(parser.epilog)
- return None, None
- if len(files) != 1:
- parser.error(Must supply a log file to parse.)
--- 

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

2013-03-26 Thread Massimiliano Torromeo
Date: Tuesday, March 26, 2013 @ 14:04:21
  Author: mtorromeo
Revision: 87056

upgpkg: percona-server 5.5.30_rel30.1-3

Updated to provide mariadb

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 12:11:41 UTC (rev 87055)
+++ PKGBUILD2013-03-26 13:04:21 UTC (rev 87056)
@@ -3,13 +3,13 @@
 
 pkgname=percona-server
 pkgver=5.5.30_rel30.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A backwards-compatible drop-in replacement for MySQL that provides 
improved performance, diagnostics and instrumentation
 arch=('i686' 'x86_64')
 
 depends=('mariadb-clients' 'libaio' 'systemd-tools')
 conflicts=('mysql')
-provides=('mysql')
+provides=(mysql=${pkgver/_rel*} mariadb=${pkgver/_rel*})
 optdepends=('perl-dbi' 'perl-dbd-mysql')
 makedepends=('cmake' 'openssl' 'zlib')
 



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

2013-03-26 Thread Gaetan Bisson
Date: Tuesday, March 26, 2013 @ 14:06:48
  Author: bisson
Revision: 180821

upstream update

Modified:
  procps-ng/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 12:59:43 UTC (rev 180820)
+++ PKGBUILD2013-03-26 13:06:48 UTC (rev 180821)
@@ -3,24 +3,26 @@
 # Contributor: Eric Bélanger e...@archlinux.org
 
 pkgname=procps-ng
-pkgver=3.3.5
+pkgver=3.3.7
 pkgrel=1
 pkgdesc='Utilities for monitoring your system and its processes'
-url=http://gitorious.org/procps;
+url='http://gitorious.org/procps'
 license=('GPL' 'LGPL')
 arch=('i686' 'x86_64')
 groups=('base')
 depends=('ncurses')
-conflicts=('procps')
-provides=('procps')
-replaces=('procps')
 backup=('etc/sysctl.conf')
-options=('!libtool')
 
source=(procps-ng-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver};
 'sysctl.conf')
-sha1sums=('f591f2ff01f8866daf8999f45b797d18929b7aec'
+sha1sums=('436ce9e585210340ff1673157e402e07879a6239'
   '97ff07bab9aa5daa8d54a1346f73ba74f8e12a53')
 
+conflicts=('procps')
+provides=('procps')
+replaces=('procps')
+
+options=('!libtool')
+
 build() {
cd ${srcdir}/procps-procps
echo ${pkgver}  .tarball-version



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

2013-03-26 Thread Gaetan Bisson
Date: Tuesday, March 26, 2013 @ 14:07:17
  Author: bisson
Revision: 180822

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

Added:
  procps-ng/repos/testing-i686/
  procps-ng/repos/testing-i686/PKGBUILD
(from rev 180821, procps-ng/trunk/PKGBUILD)
  procps-ng/repos/testing-i686/sysctl.conf
(from rev 180821, procps-ng/trunk/sysctl.conf)
  procps-ng/repos/testing-x86_64/
  procps-ng/repos/testing-x86_64/PKGBUILD
(from rev 180821, procps-ng/trunk/PKGBUILD)
  procps-ng/repos/testing-x86_64/sysctl.conf
(from rev 180821, procps-ng/trunk/sysctl.conf)

+
 testing-i686/PKGBUILD  |   42 ++
 testing-i686/sysctl.conf   |   41 +
 testing-x86_64/PKGBUILD|   42 ++
 testing-x86_64/sysctl.conf |   41 +
 4 files changed, 166 insertions(+)

Copied: procps-ng/repos/testing-i686/PKGBUILD (from rev 180821, 
procps-ng/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-26 13:07:17 UTC (rev 180822)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+
+pkgname=procps-ng
+pkgver=3.3.7
+pkgrel=1
+pkgdesc='Utilities for monitoring your system and its processes'
+url='http://gitorious.org/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+groups=('base')
+depends=('ncurses')
+backup=('etc/sysctl.conf')
+source=(procps-ng-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver};
+'sysctl.conf')
+sha1sums=('436ce9e585210340ff1673157e402e07879a6239'
+  '97ff07bab9aa5daa8d54a1346f73ba74f8e12a53')
+
+conflicts=('procps')
+provides=('procps')
+replaces=('procps')
+
+options=('!libtool')
+
+build() {
+   cd ${srcdir}/procps-procps
+   echo ${pkgver}  .tarball-version
+   ./autogen.sh
+   ./configure --exec-prefix=/ --prefix=/usr --sysconfdir=/etc 
--libdir=/usr/lib
+   make
+}
+
+package() {
+   cd ${srcdir}/procps-procps
+   make DESTDIR=${pkgdir} install
+   install -D -m644 ../sysctl.conf ${pkgdir}/etc/sysctl.conf
+
+   # provided by util-linux
+   rm ${pkgdir}/bin/kill
+   rm ${pkgdir}/usr/share/man/man1/kill.1
+}

Copied: procps-ng/repos/testing-i686/sysctl.conf (from rev 180821, 
procps-ng/trunk/sysctl.conf)
===
--- testing-i686/sysctl.conf(rev 0)
+++ testing-i686/sysctl.conf2013-03-26 13:07:17 UTC (rev 180822)
@@ -0,0 +1,41 @@
+# Configuration file for runtime kernel parameters.
+# See sysctl.conf(5) for more information.
+
+# Have the CD-ROM close when you use it, and open when you are done.
+#dev.cdrom.autoclose = 1
+#dev.cdrom.autoeject = 1
+
+# Protection from the SYN flood attack.
+net.ipv4.tcp_syncookies = 1
+
+# See evil packets in your logs.
+#net.ipv4.conf.all.log_martians = 1
+
+# Never accept redirects or source routes (these are only useful for routers).
+#net.ipv4.conf.all.accept_redirects = 0
+#net.ipv4.conf.all.accept_source_route = 0
+#net.ipv6.conf.all.accept_redirects = 0
+#net.ipv6.conf.all.accept_source_route = 0
+
+# Disable packet forwarding.
+net.ipv4.ip_forward = 0
+net.ipv6.conf.all.forwarding = 0
+
+# Tweak the port range used for outgoing connections.
+#net.ipv4.ip_local_port_range = 32768 61000
+
+# Tweak those values to alter disk syncing and swap behavior.
+#vm.vfs_cache_pressure = 100
+#vm.laptop_mode = 0
+#vm.swappiness = 60
+
+# Tweak how the flow of kernel messages is throttled.
+#kernel.printk_ratelimit_burst = 10
+#kernel.printk_ratelimit = 5
+
+# Reboot 600 seconds after kernel panic or oops.
+#kernel.panic_on_oops = 1
+#kernel.panic = 600
+
+# Disable SysRq key to avoid console security issues.
+kernel.sysrq = 0

Copied: procps-ng/repos/testing-x86_64/PKGBUILD (from rev 180821, 
procps-ng/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-26 13:07:17 UTC (rev 180822)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+
+pkgname=procps-ng
+pkgver=3.3.7
+pkgrel=1
+pkgdesc='Utilities for monitoring your system and its processes'
+url='http://gitorious.org/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+groups=('base')
+depends=('ncurses')
+backup=('etc/sysctl.conf')
+source=(procps-ng-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver};
+'sysctl.conf')
+sha1sums=('436ce9e585210340ff1673157e402e07879a6239'
+  '97ff07bab9aa5daa8d54a1346f73ba74f8e12a53')
+
+conflicts=('procps')
+provides=('procps')
+replaces=('procps')
+

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

2013-03-26 Thread Gaetan Bisson
Date: Tuesday, March 26, 2013 @ 14:07:27
  Author: bisson
Revision: 180823

rebuild for boost-1.53.0

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 13:07:17 UTC (rev 180822)
+++ PKGBUILD2013-03-26 13:07:27 UTC (rev 180823)
@@ -6,7 +6,7 @@
 
 pkgname=hugin
 pkgver=2012.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')



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

2013-03-26 Thread Gaetan Bisson
Date: Tuesday, March 26, 2013 @ 14:07:51
  Author: bisson
Revision: 180824

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

Added:
  hugin/repos/staging-i686/
  hugin/repos/staging-i686/PKGBUILD
(from rev 180823, hugin/trunk/PKGBUILD)
  hugin/repos/staging-i686/install
(from rev 180823, hugin/trunk/install)
  hugin/repos/staging-x86_64/
  hugin/repos/staging-x86_64/PKGBUILD
(from rev 180823, hugin/trunk/PKGBUILD)
  hugin/repos/staging-x86_64/install
(from rev 180823, hugin/trunk/install)

-+
 staging-i686/PKGBUILD   |   37 +
 staging-i686/install|   13 +
 staging-x86_64/PKGBUILD |   37 +
 staging-x86_64/install  |   13 +
 4 files changed, 100 insertions(+)

Copied: hugin/repos/staging-i686/PKGBUILD (from rev 180823, 
hugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-26 13:07:51 UTC (rev 180824)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2012.0.0
+pkgrel=4
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export CXXFLAGS+= -fpermissive 
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_EXE_LINKER_FLAGS=-lpthread \
+   -DENABLE_LAPACK=yes \
+   -DBUILD_HSI=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: hugin/repos/staging-i686/install (from rev 180823, hugin/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-03-26 13:07:51 UTC (rev 180824)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Copied: hugin/repos/staging-x86_64/PKGBUILD (from rev 180823, 
hugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-26 13:07:51 UTC (rev 180824)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2012.0.0
+pkgrel=4
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export CXXFLAGS+= -fpermissive 
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_EXE_LINKER_FLAGS=-lpthread \
+   -DENABLE_LAPACK=yes \
+   -DBUILD_HSI=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: hugin/repos/staging-x86_64/install (from rev 180823, 
hugin/trunk/install)
===
--- staging-x86_64/install  (rev 0)
+++ staging-x86_64/install  2013-03-26 13:07:51 UTC (rev 180824)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}



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

2013-03-26 Thread Massimiliano Torromeo
Date: Tuesday, March 26, 2013 @ 14:09:29
  Author: mtorromeo
Revision: 87057

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 87056, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/my.cnf
(from rev 87056, percona-server/trunk/my.cnf)
  percona-server/repos/community-i686/mysqld-post.sh
(from rev 87056, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 87056, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/mysqld.service
(from rev 87056, percona-server/trunk/mysqld.service)
  percona-server/repos/community-i686/percona.install
(from rev 87056, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 87056, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/my.cnf
(from rev 87056, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysqld-post.sh
(from rev 87056, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 87056, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/mysqld.service
(from rev 87056, percona-server/trunk/mysqld.service)
  percona-server/repos/community-x86_64/percona.install
(from rev 87056, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/my.cnf
  percona-server/repos/community-i686/mysqld-post.sh
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/mysqld.service
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysqld-post.sh
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/mysqld.service
  percona-server/repos/community-x86_64/percona.install

--+
 /PKGBUILD|  206 +++
 /my.cnf  |  290 +
 /mysqld-post.sh  |   16 +
 /mysqld-tmpfile.conf |2 
 /mysqld.service  |   32 +++
 /percona.install |   74 
 community-i686/PKGBUILD  |  103 ---
 community-i686/my.cnf|  145 
 community-i686/mysqld-post.sh|8 
 community-i686/mysqld-tmpfile.conf   |1 
 community-i686/mysqld.service|   16 -
 community-i686/percona.install   |   37 
 community-x86_64/PKGBUILD|  103 ---
 community-x86_64/my.cnf  |  145 
 community-x86_64/mysqld-post.sh  |8 
 community-x86_64/mysqld-tmpfile.conf |1 
 community-x86_64/mysqld.service  |   16 -
 community-x86_64/percona.install |   37 
 18 files changed, 620 insertions(+), 620 deletions(-)

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


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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 14:16:59
  Author: jgc
Revision: 180825

upgpkg: gnome-terminal 3.8.0-1

Modified:
  gnome-terminal/trunk/PKGBUILD
  gnome-terminal/trunk/gnome-terminal.install

+
 PKGBUILD   |   15 ++-
 gnome-terminal.install |   12 
 2 files changed, 10 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 13:07:51 UTC (rev 180824)
+++ PKGBUILD2013-03-26 13:16:59 UTC (rev 180825)
@@ -7,9 +7,10 @@
 pkgdesc=The GNOME Terminal Emulator
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gconf' 'vte3' 'gsettings-desktop-schemas' 'libsm')
-makedepends=('gnome-doc-utils' 'intltool' 'gtk2' 'itstool' 'docbook-xsl' 
'desktop-file-utils' 'python' 'nautilus')
-optdepends=('nautilus: Terminal extension for nautilus')
+depends=('vte3' 'gsettings-desktop-schemas' 'libsm' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool' 'gtk2' 'itstool' 'docbook-xsl' 
'desktop-file-utils' 'libnautilus-extension' 'python2' 'gconf')
+optdepends=('libnautilus-extension: Terminal extension for nautilus'
+'gconf: settings migration when upgrading from older version')
 replaces=('nautilus-open-terminal')
 conflicts=('nautilus-open-terminal')
 options=('!emptydirs')
@@ -22,15 +23,11 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-terminal
   make
 }
 
 package() {
   cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain gnome-terminal $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+  make DESTDIR=$pkgdir install
 }

Modified: gnome-terminal.install
===
--- gnome-terminal.install  2013-03-26 13:07:51 UTC (rev 180824)
+++ gnome-terminal.install  2013-03-26 13:16:59 UTC (rev 180825)
@@ -1,17 +1,13 @@
-pkgname=gnome-terminal
-
 post_install() {
-  gconfpkg --install $pkgname
+  glib-compile-schemas /usr/share/glib-2.0/schemas
 }
 
 pre_upgrade() {
-  pre_remove $1
+  if [ -f /usr/share/gconf/schemas/gnome-terminal.schemas ]; then
+gconfpkg --uninstall gnome-terminal
+  fi
 }
 
 post_upgrade() {
   post_install $1
 }
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}



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

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 14:17:07
  Author: jgc
Revision: 180826

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

Added:
  gnome-terminal/repos/gnome-unstable-i686/
  gnome-terminal/repos/gnome-unstable-i686/PKGBUILD
(from rev 180825, gnome-terminal/trunk/PKGBUILD)
  gnome-terminal/repos/gnome-unstable-i686/gnome-terminal.install
(from rev 180825, gnome-terminal/trunk/gnome-terminal.install)
  gnome-terminal/repos/gnome-unstable-x86_64/
  gnome-terminal/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180825, gnome-terminal/trunk/PKGBUILD)
  gnome-terminal/repos/gnome-unstable-x86_64/gnome-terminal.install
(from rev 180825, gnome-terminal/trunk/gnome-terminal.install)

--+
 gnome-unstable-i686/PKGBUILD |   33 +
 gnome-unstable-i686/gnome-terminal.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD   |   33 +
 gnome-unstable-x86_64/gnome-terminal.install |   13 +
 4 files changed, 92 insertions(+)

Copied: gnome-terminal/repos/gnome-unstable-i686/PKGBUILD (from rev 180825, 
gnome-terminal/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 13:17:07 UTC (rev 180826)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-terminal
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=The GNOME Terminal Emulator
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('vte3' 'gsettings-desktop-schemas' 'libsm' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool' 'gtk2' 'itstool' 'docbook-xsl' 
'desktop-file-utils' 'libnautilus-extension' 'python2' 'gconf')
+optdepends=('libnautilus-extension: Terminal extension for nautilus'
+'gconf: settings migration when upgrading from older version')
+replaces=('nautilus-open-terminal')
+conflicts=('nautilus-open-terminal')
+options=('!emptydirs')
+url=http://www.gnome.org;
+groups=('gnome')
+install=gnome-terminal.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('93ef1e5bf1f59c2178cb9b9b754eddabd68094f04aeefdf22bb1c263d0126ea3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-terminal
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-terminal/repos/gnome-unstable-i686/gnome-terminal.install (from 
rev 180825, gnome-terminal/trunk/gnome-terminal.install)
===
--- gnome-unstable-i686/gnome-terminal.install  (rev 0)
+++ gnome-unstable-i686/gnome-terminal.install  2013-03-26 13:17:07 UTC (rev 
180826)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/gnome-terminal.schemas ]; then
+gconfpkg --uninstall gnome-terminal
+  fi
+}
+
+post_upgrade() {
+  post_install $1
+}

Copied: gnome-terminal/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180825, 
gnome-terminal/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 13:17:07 UTC (rev 180826)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-terminal
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=The GNOME Terminal Emulator
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('vte3' 'gsettings-desktop-schemas' 'libsm' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool' 'gtk2' 'itstool' 'docbook-xsl' 
'desktop-file-utils' 'libnautilus-extension' 'python2' 'gconf')
+optdepends=('libnautilus-extension: Terminal extension for nautilus'
+'gconf: settings migration when upgrading from older version')
+replaces=('nautilus-open-terminal')
+conflicts=('nautilus-open-terminal')
+options=('!emptydirs')
+url=http://www.gnome.org;
+groups=('gnome')
+install=gnome-terminal.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('93ef1e5bf1f59c2178cb9b9b754eddabd68094f04aeefdf22bb1c263d0126ea3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-terminal
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-terminal/repos/gnome-unstable-x86_64/gnome-terminal.install (from 
rev 180825, gnome-terminal/trunk/gnome-terminal.install)
===
--- gnome-unstable-x86_64/gnome-terminal.install
(rev 0)
+++ gnome-unstable-x86_64/gnome-terminal.install 

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

2013-03-26 Thread Ray Rashif
Date: Tuesday, March 26, 2013 @ 14:29:04
  Author: schiv
Revision: 180827

upgpkg: ecasound 2.9.0-3

fix FS#34451

Added:
  ecasound/trunk/ruby2.patch
Modified:
  ecasound/trunk/PKGBUILD

-+
 PKGBUILD|   15 ---
 ruby2.patch |   12 
 2 files changed, 20 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 13:17:07 UTC (rev 180826)
+++ PKGBUILD2013-03-26 13:29:04 UTC (rev 180827)
@@ -5,13 +5,12 @@
 
 pkgname=ecasound
 pkgver=2.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A software package designed for multitrack audio processing
 arch=('i686' 'x86_64')
 url=http://www.eca.cx/ecasound/;
 license=('GPL' 'LGPL')
-depends=('audiofile' 'liblo'
- 'liboil' 'lilv')
+depends=('audiofile' 'liblo' 'liboil' 'lilv')
 makedepends=('python2' 'ruby')
 optdepends=('python2: ecamonitor, ECI API'
 'ruby: ECI API'
@@ -23,14 +22,16 @@
 'timidity++: MIDI file input'
 'libmikmod: tracker module')
 options=('!libtool')
-source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('05e7d4664cdf4c7a138c098e9506a551')
+source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz;
+'ruby2.patch')
+md5sums=('05e7d4664cdf4c7a138c098e9506a551'
+ '6909dbd4f67f76d3bd31ce7c7fe16212')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # use vendor_ruby for ruby files
-  sed -e 's/CONFIG\[sitedir\]/CONFIG\[vendordir\]/' -i configure
+  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
+  patch -Np1 -i $srcdir/ruby2.patch
 
   PYTHONPATH=/usr/bin/python2 ./configure \
 --prefix=/usr \

Added: ruby2.patch
===
--- ruby2.patch (rev 0)
+++ ruby2.patch 2013-03-26 13:29:04 UTC (rev 180827)
@@ -0,0 +1,12 @@
+diff -aur ecasound-2.9.0.orig/configure ecasound-2.9.0/configure
+--- ecasound-2.9.0.orig/configure  2013-03-26 17:14:51.759045636 +0800
 ecasound-2.9.0/configure   2013-03-26 17:15:50.502060731 +0800
+@@ -6535,7 +6535,7 @@
+   rubyecasound_support=no
+   ECA_S_RUBY_SITEDIR=
+ else
+-  ECA_S_RUBY_SITEDIR=`ruby -e 'require rbconfig; include Config; print 
CONFIG[sitedir] + / + CONFIG[MAJOR] + . + CONFIG[MINOR]'`
++  ECA_S_RUBY_SITEDIR=`ruby -e 'include RbConfig; print CONFIG[vendordir] + 
/ + CONFIG[MAJOR] + . + CONFIG[MINOR]'`
+ fi
+ 
+ 



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

2013-03-26 Thread Ray Rashif
Date: Tuesday, March 26, 2013 @ 14:29:47
  Author: schiv
Revision: 180828

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

Added:
  ecasound/repos/extra-i686/PKGBUILD
(from rev 180827, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-i686/ruby2.patch
(from rev 180827, ecasound/trunk/ruby2.patch)
  ecasound/repos/extra-x86_64/PKGBUILD
(from rev 180827, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-x86_64/ruby2.patch
(from rev 180827, ecasound/trunk/ruby2.patch)
Deleted:
  ecasound/repos/extra-i686/PKGBUILD
  ecasound/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|  108 +
 extra-i686/PKGBUILD  |   53 --
 extra-i686/ruby2.patch   |   12 +
 extra-x86_64/PKGBUILD|   53 --
 extra-x86_64/ruby2.patch |   12 +
 5 files changed, 132 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-26 13:29:04 UTC (rev 180827)
+++ extra-i686/PKGBUILD 2013-03-26 13:29:47 UTC (rev 180828)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ecasound
-pkgver=2.9.0
-pkgrel=2
-pkgdesc=A software package designed for multitrack audio processing
-arch=('i686' 'x86_64')
-url=http://www.eca.cx/ecasound/;
-license=('GPL' 'LGPL')
-depends=('audiofile' 'liblo'
- 'liboil' 'lilv')
-makedepends=('python2' 'ruby')
-optdepends=('python2: ecamonitor, ECI API'
-'ruby: ECI API'
-'mpg123: MP3 decoding'
-'lame: MP3 encoding'
-'vorbis-tools: Ogg Vorbis decoding/encoding'
-'faad2: AAC decoding'
-'faac: AAC encoding'
-'timidity++: MIDI file input'
-'libmikmod: tracker module')
-options=('!libtool')
-source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('05e7d4664cdf4c7a138c098e9506a551')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # use vendor_ruby for ruby files
-  sed -e 's/CONFIG\[sitedir\]/CONFIG\[vendordir\]/' -i configure
-
-  PYTHONPATH=/usr/bin/python2 ./configure \
---prefix=/usr \
---with-python-includes=/usr/include/python2.7 \
---with-python-modules=/usr/lib/python2.7
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  # fix for python 2.7
-  sed -i 's:bin/env python:bin/env python2:' \
-$pkgdir/usr/bin/ecamonitor
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ecasound/repos/extra-i686/PKGBUILD (from rev 180827, 
ecasound/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-26 13:29:47 UTC (rev 180828)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ecasound
+pkgver=2.9.0
+pkgrel=3
+pkgdesc=A software package designed for multitrack audio processing
+arch=('i686' 'x86_64')
+url=http://www.eca.cx/ecasound/;
+license=('GPL' 'LGPL')
+depends=('audiofile' 'liblo' 'liboil' 'lilv')
+makedepends=('python2' 'ruby')
+optdepends=('python2: ecamonitor, ECI API'
+'ruby: ECI API'
+'mpg123: MP3 decoding'
+'lame: MP3 encoding'
+'vorbis-tools: Ogg Vorbis decoding/encoding'
+'faad2: AAC decoding'
+'faac: AAC encoding'
+'timidity++: MIDI file input'
+'libmikmod: tracker module')
+options=('!libtool')
+source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz;
+'ruby2.patch')
+md5sums=('05e7d4664cdf4c7a138c098e9506a551'
+ '6909dbd4f67f76d3bd31ce7c7fe16212')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
+  patch -Np1 -i $srcdir/ruby2.patch
+
+  PYTHONPATH=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--with-python-includes=/usr/include/python2.7 \
+--with-python-modules=/usr/lib/python2.7
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  # fix for python 2.7
+  sed -i 's:bin/env python:bin/env python2:' \
+$pkgdir/usr/bin/ecamonitor
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ecasound/repos/extra-i686/ruby2.patch (from rev 180827, 
ecasound/trunk/ruby2.patch)
===
--- extra-i686/ruby2.patch  (rev 0)
+++ extra-i686/ruby2.patch  2013-03-26 13:29:47 UTC (rev 180828)
@@ -0,0 +1,12 @@
+diff -aur ecasound-2.9.0.orig/configure ecasound-2.9.0/configure
+--- ecasound-2.9.0.orig/configure  2013-03-26 17:14:51.759045636 +0800
 ecasound-2.9.0/configure   2013-03-26 17:15:50.502060731 +0800
+@@ -6535,7 +6535,7 @@

[arch-commits] Commit in gnome-online-accounts/trunk (PKGBUILD)

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 14:50:08
  Author: jgc
Revision: 180829

upgpkg: gnome-online-accounts 3.8.0-1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 13:29:47 UTC (rev 180828)
+++ PKGBUILD2013-03-26 13:50:08 UTC (rev 180829)
@@ -2,18 +2,18 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-online-accounts
-pkgver=3.7.92
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=GNOME service to access online accounts
 arch=(i686 x86_64)
 url=http://www.gnome.org;
 license=('GPL')
 depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl' 
'python')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
 options=(!libtool)
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('846f3003898c3f7d5ef37db83eb4712a697ea4f78a79dec7efe4dc5c5dc31aa8')
+sha256sums=('fe6389e836ae77373b9fb93d61e591ba143a524e5c03ad46784847f8466f8039')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-online-accounts/repos (8 files)

2013-03-26 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 14:50:15
  Author: jgc
Revision: 180830

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

Added:
  gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD
(from rev 180829, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install
(from rev 180829, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180829, gnome-online-accounts/trunk/PKGBUILD)
  
gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install
(from rev 180829, gnome-online-accounts/trunk/gnome-online-accounts.install)
Deleted:
  gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD
  gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install
  gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD
  
gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install

-+
 /PKGBUILD   |   58 ++
 /gnome-online-accounts.install  |   22 ++
 gnome-unstable-i686/PKGBUILD|   29 -
 gnome-unstable-i686/gnome-online-accounts.install   |   11 ---
 gnome-unstable-x86_64/PKGBUILD  |   29 -
 gnome-unstable-x86_64/gnome-online-accounts.install |   11 ---
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-26 13:50:08 UTC (rev 180829)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 13:50:15 UTC (rev 180830)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-online-accounts
-pkgver=3.7.92
-pkgrel=1
-pkgdesc=GNOME service to access online accounts
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL')
-depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl' 
'python')
-options=(!libtool)
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('846f3003898c3f7d5ef37db83eb4712a697ea4f78a79dec7efe4dc5c5dc31aa8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD (from rev 
180829, gnome-online-accounts/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 13:50:15 UTC (rev 180830)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-online-accounts
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=GNOME service to access online accounts
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL')
+depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+options=(!libtool)
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fe6389e836ae77373b9fb93d61e591ba143a524e5c03ad46784847f8466f8039')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/gnome-online-accounts.install
===
--- gnome-unstable-i686/gnome-online-accounts.install   2013-03-26 13:50:08 UTC 
(rev 180829)
+++ gnome-unstable-i686/gnome-online-accounts.install   2013-03-26 13:50:15 UTC 
(rev 180830)
@@ -1,11 +0,0 @@
-post_install () {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install 
(from rev 180829, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- gnome-unstable-i686/gnome-online-accounts.install   
(rev 0)
+++ gnome-unstable-i686/gnome-online-accounts.install   2013-03-26 13:50:15 UTC 
(rev 180830)
@@ -0,0 +1,11 @@
+post_install () {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD

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

2013-03-26 Thread Ray Rashif
Date: Tuesday, March 26, 2013 @ 15:42:38
  Author: schiv
Revision: 87058

upgpkg: gammu 1.32.0-3

fix FS#34446

Modified:
  gammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 13:09:29 UTC (rev 87057)
+++ PKGBUILD2013-03-26 14:42:38 UTC (rev 87058)
@@ -5,32 +5,31 @@
 
 pkgname=gammu
 pkgver=1.32.0
-pkgrel=2
+pkgrel=3
 pkgdesc=GNU All Mobile Management Utilities
 arch=('i686' 'x86_64')
 url=http://wammu.eu/;
 license=('GPL')
 depends=('bluez' 'curl' 'libmariadbclient'
- 'postgresql-libs' 'python2' 'libusb')
+ 'postgresql-libs' 'libusb')
 makedepends=('cmake' 'doxygen' 'mariadb')
 optdepends=('dialog: support for the gammu-config script')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
 md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   # bash completion dir change
-  sed -e 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' -i contrib/CMakeLists.txt
+  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
 
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
 
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
 }



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

2013-03-26 Thread Ray Rashif
Date: Tuesday, March 26, 2013 @ 15:42:55
  Author: schiv
Revision: 87059

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

Added:
  gammu/repos/community-i686/PKGBUILD
(from rev 87058, gammu/trunk/PKGBUILD)
  gammu/repos/community-x86_64/PKGBUILD
(from rev 87058, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-i686/PKGBUILD
  gammu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   38 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 74 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-26 14:42:38 UTC (rev 87058)
+++ community-i686/PKGBUILD 2013-03-26 14:42:55 UTC (rev 87059)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=gammu
-pkgver=1.32.0
-pkgrel=2
-pkgdesc=GNU All Mobile Management Utilities
-arch=('i686' 'x86_64')
-url=http://wammu.eu/;
-license=('GPL')
-depends=('bluez' 'curl' 'libmariadbclient'
- 'postgresql-libs' 'python2' 'libusb')
-makedepends=('cmake' 'doxygen' 'mariadb')
-optdepends=('dialog: support for the gammu-config script')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # bash completion dir change
-  sed -e 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' -i contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 87058, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-26 14:42:55 UTC (rev 87059)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gammu
+pkgver=1.32.0
+pkgrel=3
+pkgdesc=GNU All Mobile Management Utilities
+arch=('i686' 'x86_64')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('bluez' 'curl' 'libmariadbclient'
+ 'postgresql-libs' 'libusb')
+makedepends=('cmake' 'doxygen' 'mariadb')
+optdepends=('dialog: support for the gammu-config script')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # bash completion dir change
+  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-26 14:42:38 UTC (rev 87058)
+++ community-x86_64/PKGBUILD   2013-03-26 14:42:55 UTC (rev 87059)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=gammu
-pkgver=1.32.0
-pkgrel=2
-pkgdesc=GNU All Mobile Management Utilities
-arch=('i686' 'x86_64')
-url=http://wammu.eu/;
-license=('GPL')
-depends=('bluez' 'curl' 'libmariadbclient'
- 'postgresql-libs' 'python2' 'libusb')
-makedepends=('cmake' 'doxygen' 'mariadb')
-optdepends=('dialog: support for the gammu-config script')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # bash completion dir change
-  sed -e 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' -i contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-x86_64/PKGBUILD (from rev 87058, 
gammu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-26 14:42:55 UTC (rev 87059)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien 

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

2013-03-26 Thread Alexander Rødseth
Date: Tuesday, March 26, 2013 @ 16:12:33
  Author: arodseth
Revision: 87060

upgpkg: libgexiv2 0.6.1-1

Modified:
  libgexiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 14:42:55 UTC (rev 87059)
+++ PKGBUILD2013-03-26 15:12:33 UTC (rev 87060)
@@ -3,16 +3,16 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=libgexiv2
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
 pkgdesc='GObject-based wrapper around the Exiv2 library'
 arch=('x86_64' 'i686')
 url='http://redmine.yorba.org/projects/gexiv2'
 license=('GPL2')
-depends=('exiv2' 'glib2' 'gobject-introspection')
+depends=('exiv2' 'gobject-introspection')
 options=('!libtool')
-source=(http://yorba.org/download/gexiv2/0.5/$pkgname-$pkgver.tar.xz;)
-sha256sums=('3e0d1efbe895912d00b4394f8939b230fa581321f28d5c3c0fbac06b065e3010')
+source=(http://yorba.org/download/gexiv2/${pkgver%.1}/${pkgname}_$pkgver.tar.xz;)
+sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-03-26 Thread Alexander Rødseth
Date: Tuesday, March 26, 2013 @ 16:12:47
  Author: arodseth
Revision: 87061

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

Added:
  libgexiv2/repos/community-i686/PKGBUILD
(from rev 87060, libgexiv2/trunk/PKGBUILD)
  libgexiv2/repos/community-x86_64/PKGBUILD
(from rev 87060, libgexiv2/trunk/PKGBUILD)
Deleted:
  libgexiv2/repos/community-i686/PKGBUILD
  libgexiv2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-26 15:12:33 UTC (rev 87060)
+++ community-i686/PKGBUILD 2013-03-26 15:12:47 UTC (rev 87061)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=libgexiv2
-pkgver=0.5.0
-pkgrel=2
-pkgdesc='GObject-based wrapper around the Exiv2 library'
-arch=('x86_64' 'i686')
-url='http://redmine.yorba.org/projects/gexiv2'
-license=('GPL2')
-depends=('exiv2' 'glib2' 'gobject-introspection')
-options=('!libtool')
-source=(http://yorba.org/download/gexiv2/0.5/$pkgname-$pkgver.tar.xz;)
-sha256sums=('3e0d1efbe895912d00b4394f8939b230fa581321f28d5c3c0fbac06b065e3010')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgexiv2/repos/community-i686/PKGBUILD (from rev 87060, 
libgexiv2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-26 15:12:47 UTC (rev 87061)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=libgexiv2
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+arch=('x86_64' 'i686')
+url='http://redmine.yorba.org/projects/gexiv2'
+license=('GPL2')
+depends=('exiv2' 'gobject-introspection')
+options=('!libtool')
+source=(http://yorba.org/download/gexiv2/${pkgver%.1}/${pkgname}_$pkgver.tar.xz;)
+sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-26 15:12:33 UTC (rev 87060)
+++ community-x86_64/PKGBUILD   2013-03-26 15:12:47 UTC (rev 87061)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=libgexiv2
-pkgver=0.5.0
-pkgrel=2
-pkgdesc='GObject-based wrapper around the Exiv2 library'
-arch=('x86_64' 'i686')
-url='http://redmine.yorba.org/projects/gexiv2'
-license=('GPL2')
-depends=('exiv2' 'glib2' 'gobject-introspection')
-options=('!libtool')
-source=(http://yorba.org/download/gexiv2/0.5/$pkgname-$pkgver.tar.xz;)
-sha256sums=('3e0d1efbe895912d00b4394f8939b230fa581321f28d5c3c0fbac06b065e3010')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgexiv2/repos/community-x86_64/PKGBUILD (from rev 87060, 
libgexiv2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-26 15:12:47 UTC (rev 87061)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=libgexiv2
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+arch=('x86_64' 'i686')
+url='http://redmine.yorba.org/projects/gexiv2'
+license=('GPL2')
+depends=('exiv2' 'gobject-introspection')
+options=('!libtool')
+source=(http://yorba.org/download/gexiv2/${pkgver%.1}/${pkgname}_$pkgver.tar.xz;)
+sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (5 files)

2013-03-26 Thread Ray Rashif
Date: Tuesday, March 26, 2013 @ 16:13:02
  Author: schiv
Revision: 87062

add new community pkg kbibtex

Added:
  kbibtex/
  kbibtex/repos/
  kbibtex/trunk/
  kbibtex/trunk/PKGBUILD
  kbibtex/trunk/kbibtex.install

-+
 PKGBUILD|   30 ++
 kbibtex.install |   13 +
 2 files changed, 43 insertions(+)

Added: kbibtex/trunk/PKGBUILD
===
--- kbibtex/trunk/PKGBUILD  (rev 0)
+++ kbibtex/trunk/PKGBUILD  2013-03-26 15:13:02 UTC (rev 87062)
@@ -0,0 +1,30 @@
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+# Contributor: cmorlok christianmor...@web.de
+
+pkgname=kbibtex
+pkgver=0.4.1
+_branch=0.4
+pkgrel=1
+pkgdesc=A BibTeX editor for KDE
+arch=('i686' 'x86_64')
+url='http://home.gna.org/kbibtex/'
+license=('GPL')
+depends=('kdebase-runtime' 'poppler-qt')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.bz2;)
+md5sums=('657eda1da48198a3c336ff268ce46d6f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Added: kbibtex/trunk/kbibtex.install
===
--- kbibtex/trunk/kbibtex.install   (rev 0)
+++ kbibtex/trunk/kbibtex.install   2013-03-26 15:13:02 UTC (rev 87062)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-03-26 Thread Ray Rashif
Date: Tuesday, March 26, 2013 @ 16:44:06
  Author: schiv
Revision: 87063

implement FS#34165

Modified:
  wammu/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 15:13:02 UTC (rev 87062)
+++ PKGBUILD2013-03-26 15:44:06 UTC (rev 87063)
@@ -10,17 +10,23 @@
 arch=('any')
 url=http://wammu.eu/;
 license=('GPL')
-depends=('gammu' 'notification-daemon' 'wxpython')
-optdepends=('gnome-bluetooth: bluetooth support'
-   'python2-pybluez: bluetooth support')
-source=(http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2)
+depends=('gammu' 'wxpython')
+optdepends=('gnome-bluetooth: Bluetooth support'
+'python2-pybluez: Bluetooth support'
+   'notification-daemon: Notifications support')
+source=(http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2;)
 md5sums=('065186e6d08bffd7f95ae46904cb')
 
-package() {
-  cd $srcdir/$pkgname-$pkgver
 
+build() {
+  cd $pkgname-$pkgver
+
   # python2 fix
   sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
+}
 
-  ./setup.py install --root=$pkgdir --optimize=1
+package() {
+  cd $pkgname-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
 }



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

2013-03-26 Thread Ray Rashif
Date: Tuesday, March 26, 2013 @ 16:50:20
  Author: schiv
Revision: 87064

upgpkg: kbibtex 0.4.1-1

initial commit

Modified:
  kbibtex/trunk/PKGBUILD
  kbibtex/trunk/kbibtex.install

-+
 PKGBUILD|5 -
 kbibtex.install |6 --
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 15:44:06 UTC (rev 87063)
+++ PKGBUILD2013-03-26 15:50:20 UTC (rev 87064)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Ray Rashif sc...@archlinux.org
 # Contributor: Antonio Rojas nqn1976 @ gmail.com
 # Contributor: cmorlok christianmor...@web.de
@@ -10,7 +11,7 @@
 arch=('i686' 'x86_64')
 url='http://home.gna.org/kbibtex/'
 license=('GPL')
-depends=('kdebase-runtime' 'poppler-qt')
+depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=$pkgname.install
 source=(http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.bz2;)
@@ -28,3 +29,5 @@
 
   make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: kbibtex.install
===
--- kbibtex.install 2013-03-26 15:44:06 UTC (rev 87063)
+++ kbibtex.install 2013-03-26 15:50:20 UTC (rev 87064)
@@ -1,7 +1,7 @@
 post_install() {
xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-mime-database usr/share/mime  /dev/null
-update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
 }
 
 post_upgrade() {
@@ -11,3 +11,5 @@
 post_remove() {
post_install
 }
+
+# vim:set ts=2 sw=2 et:



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

2013-03-26 Thread Ray Rashif
Date: Tuesday, March 26, 2013 @ 16:50:32
  Author: schiv
Revision: 87065

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

Added:
  kbibtex/repos/community-i686/
  kbibtex/repos/community-i686/PKGBUILD
(from rev 87064, kbibtex/trunk/PKGBUILD)
  kbibtex/repos/community-i686/kbibtex.install
(from rev 87064, kbibtex/trunk/kbibtex.install)
  kbibtex/repos/community-x86_64/
  kbibtex/repos/community-x86_64/PKGBUILD
(from rev 87064, kbibtex/trunk/PKGBUILD)
  kbibtex/repos/community-x86_64/kbibtex.install
(from rev 87064, kbibtex/trunk/kbibtex.install)

--+
 community-i686/PKGBUILD  |   33 +
 community-i686/kbibtex.install   |   15 +++
 community-x86_64/PKGBUILD|   33 +
 community-x86_64/kbibtex.install |   15 +++
 4 files changed, 96 insertions(+)

Copied: kbibtex/repos/community-i686/PKGBUILD (from rev 87064, 
kbibtex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-26 15:50:32 UTC (rev 87065)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+# Contributor: cmorlok christianmor...@web.de
+
+pkgname=kbibtex
+pkgver=0.4.1
+_branch=0.4
+pkgrel=1
+pkgdesc=A BibTeX editor for KDE
+arch=('i686' 'x86_64')
+url='http://home.gna.org/kbibtex/'
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.bz2;)
+md5sums=('657eda1da48198a3c336ff268ce46d6f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: kbibtex/repos/community-i686/kbibtex.install (from rev 87064, 
kbibtex/trunk/kbibtex.install)
===
--- community-i686/kbibtex.install  (rev 0)
+++ community-i686/kbibtex.install  2013-03-26 15:50:32 UTC (rev 87065)
@@ -0,0 +1,15 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: kbibtex/repos/community-x86_64/PKGBUILD (from rev 87064, 
kbibtex/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-26 15:50:32 UTC (rev 87065)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+# Contributor: cmorlok christianmor...@web.de
+
+pkgname=kbibtex
+pkgver=0.4.1
+_branch=0.4
+pkgrel=1
+pkgdesc=A BibTeX editor for KDE
+arch=('i686' 'x86_64')
+url='http://home.gna.org/kbibtex/'
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.bz2;)
+md5sums=('657eda1da48198a3c336ff268ce46d6f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: kbibtex/repos/community-x86_64/kbibtex.install (from rev 87064, 
kbibtex/trunk/kbibtex.install)
===
--- community-x86_64/kbibtex.install(rev 0)
+++ community-x86_64/kbibtex.install2013-03-26 15:50:32 UTC (rev 87065)
@@ -0,0 +1,15 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-26 Thread Bartłomiej Piotrowski
Date: Tuesday, March 26, 2013 @ 16:58:46
  Author: bpiotrowski
Revision: 180832

upgpkg: mariadb 5.5.30-2

Fix typo causing absence of /run/mysqld after installation.

Modified:
  mariadb/trunk/PKGBUILD
  mariadb/trunk/mariadb.install

-+
 PKGBUILD|2 +-
 mariadb.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 15:15:05 UTC (rev 180831)
+++ PKGBUILD2013-03-26 15:58:46 UTC (rev 180832)
@@ -4,7 +4,7 @@
 pkgbase=mariadb
 pkgname=('libmariadbclient' 'mariadb-clients' 'mariadb')
 pkgver=5.5.30
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'

Modified: mariadb.install
===
--- mariadb.install 2013-03-26 15:15:05 UTC (rev 180831)
+++ mariadb.install 2013-03-26 15:58:46 UTC (rev 180832)
@@ -13,7 +13,7 @@
 chown -R mysql:mysql var/lib/mysql /dev/null
   fi
 
-  usr/bin/systemd-tmpfiles --create mysqld.conf
+  usr/bin/systemd-tmpfiles --create mysql.conf
 
   echo  If you are migrating from MySQL, don't forget to run 
'mysql_upgrade'
   echo  after mysqld.service restart. 



[arch-commits] Commit in mariadb/repos (20 files)

2013-03-26 Thread Bartłomiej Piotrowski
Date: Tuesday, March 26, 2013 @ 16:59:12
  Author: bpiotrowski
Revision: 180833

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

Added:
  mariadb/repos/extra-i686/PKGBUILD
(from rev 180832, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 180832, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 180832, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 180832, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 180832, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 180832, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 180832, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 180832, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 180832, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 180832, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/extra-i686/PKGBUILD
  mariadb/repos/extra-i686/mariadb-post.sh
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
  mariadb/repos/extra-i686/mariadb.install
  mariadb/repos/extra-i686/mariadb.service
  mariadb/repos/extra-x86_64/PKGBUILD
  mariadb/repos/extra-x86_64/mariadb-post.sh
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
  mariadb/repos/extra-x86_64/mariadb.install
  mariadb/repos/extra-x86_64/mariadb.service

---+
 /PKGBUILD |  274 
 /mariadb-post.sh  |   16 ++
 /mariadb-tmpfile.conf |2 
 /mariadb.install  |   94 
 /mariadb.service  |   32 
 extra-i686/PKGBUILD   |  137 --
 extra-i686/mariadb-post.sh|8 -
 extra-i686/mariadb-tmpfile.conf   |1 
 extra-i686/mariadb.install|   47 --
 extra-i686/mariadb.service|   16 --
 extra-x86_64/PKGBUILD |  137 --
 extra-x86_64/mariadb-post.sh  |8 -
 extra-x86_64/mariadb-tmpfile.conf |1 
 extra-x86_64/mariadb.install  |   47 --
 extra-x86_64/mariadb.service  |   16 --
 15 files changed, 418 insertions(+), 418 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-26 15:58:46 UTC (rev 180832)
+++ extra-i686/PKGBUILD 2013-03-26 15:59:12 UTC (rev 180833)
@@ -1,137 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mariadb')
-pkgver=5.5.30
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib')
-options=('!libtool')
-source=(http://mirrors.supportex.net/$pkgbase/$pkgbase-$pkgver/kvm-tarbake-jaunty-x86/$pkgbase-$pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-sha256sums=('64dba5f1819f1d4ebf7ed31d74e4106c981a24b88259995deba3734fb7c4635f'
-'a6cf5446159fff16598d0d787dd3a3c30a53a656a5f876ddb608bc60e234d334'
-'368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
-'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')
-
-build() {
-  cd $srcdir
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=/usr/lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_LIBWRAP=OFF \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS=-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer \
--DCMAKE_CXX_FLAGS=-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti \
--DWITH_MYSQLD_LDFLAGS=${LDFLAGS}
-
-
-  make
-}
-
-package_libmariadbclient() {
-  

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

2013-03-26 Thread Giovanni Scafora
Date: Tuesday, March 26, 2013 @ 17:00:06
  Author: giovanni
Revision: 180834

upgpkg: live-media 2013.03.23-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 15:59:12 UTC (rev 180833)
+++ PKGBUILD2013-03-26 16:00:06 UTC (rev 180834)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2013.03.07
+pkgver=2013.03.23
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url=http://live555.com/liveMedia;
 depends=('gcc-libs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('1cdef2dbc7d790f48051194125faf64b')
+md5sums=('e9a75e0cfbf4f25aedd4ee4a10a7c26f')
 
 build() {
   cd ${srcdir}/live



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

2013-03-26 Thread Giovanni Scafora
Date: Tuesday, March 26, 2013 @ 17:00:15
  Author: giovanni
Revision: 180835

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 180834, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 180834, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-26 16:00:06 UTC (rev 180834)
+++ extra-i686/PKGBUILD 2013-03-26 16:00:15 UTC (rev 180835)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2013.03.07
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('1cdef2dbc7d790f48051194125faf64b')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 180834, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-26 16:00:15 UTC (rev 180835)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2013.03.23
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('e9a75e0cfbf4f25aedd4ee4a10a7c26f')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a ${pkgdir}/usr/lib
+install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-26 16:00:06 UTC (rev 180834)
+++ extra-x86_64/PKGBUILD   2013-03-26 16:00:15 UTC (rev 180835)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2013.03.07
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('1cdef2dbc7d790f48051194125faf64b')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 180834, 
live-media/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-26 16:00:15 UTC (rev 180835)
@@ -0,0 

[arch-commits] Commit in xf86-input-evdev/trunk (PKGBUILD)

2013-03-26 Thread Andreas Radke
Date: Tuesday, March 26, 2013 @ 17:13:56
  Author: andyrtr
Revision: 180836

upgpkg: xf86-input-evdev 2.8.0-1

upstream update 2.8.0

Modified:
  xf86-input-evdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 16:00:15 UTC (rev 180835)
+++ PKGBUILD2013-03-26 16:13:56 UTC (rev 180836)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xf86-input-evdev
-pkgver=2.7.3
-pkgrel=3
+pkgver=2.8.0
+pkgrel=1
 pkgdesc=X.org evdev input driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -15,7 +15,7 @@
 options=('!libtool' '!makeflags')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('eb389413602c3d28c44bbfab0477c98582f0e2f5be5f41986e58e93a033fa504')
+sha256sums=('2f5b4403955f8e82603acff7f8f21a67e89a7c0230e1506c6924c4b9dd8f0e57')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-input-evdev/repos (4 files)

2013-03-26 Thread Andreas Radke
Date: Tuesday, March 26, 2013 @ 17:14:16
  Author: andyrtr
Revision: 180837

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

Added:
  xf86-input-evdev/repos/extra-i686/PKGBUILD
(from rev 180836, xf86-input-evdev/trunk/PKGBUILD)
  xf86-input-evdev/repos/extra-x86_64/PKGBUILD
(from rev 180836, xf86-input-evdev/trunk/PKGBUILD)
Deleted:
  xf86-input-evdev/repos/extra-i686/PKGBUILD
  xf86-input-evdev/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-26 16:13:56 UTC (rev 180836)
+++ extra-i686/PKGBUILD 2013-03-26 16:14:16 UTC (rev 180837)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-input-evdev
-pkgver=2.7.3
-pkgrel=3
-pkgdesc=X.org evdev input driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc' 'systemd-tools' 'mtdev')
-makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server1.14.0' 'X-ABI-XINPUT_VERSION19' 
'X-ABI-XINPUT_VERSION=20')
-options=('!libtool' '!makeflags')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('eb389413602c3d28c44bbfab0477c98582f0e2f5be5f41986e58e93a033fa504')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-input-evdev/repos/extra-i686/PKGBUILD (from rev 180836, 
xf86-input-evdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-26 16:14:16 UTC (rev 180837)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-evdev
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=X.org evdev input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc' 'systemd-tools' 'mtdev')
+makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-XINPUT_VERSION19' 
'X-ABI-XINPUT_VERSION=20')
+options=('!libtool' '!makeflags')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('2f5b4403955f8e82603acff7f8f21a67e89a7c0230e1506c6924c4b9dd8f0e57')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-26 16:13:56 UTC (rev 180836)
+++ extra-x86_64/PKGBUILD   2013-03-26 16:14:16 UTC (rev 180837)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-input-evdev
-pkgver=2.7.3
-pkgrel=3
-pkgdesc=X.org evdev input driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc' 'systemd-tools' 'mtdev')
-makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server1.14.0' 'X-ABI-XINPUT_VERSION19' 
'X-ABI-XINPUT_VERSION=20')
-options=('!libtool' '!makeflags')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('eb389413602c3d28c44bbfab0477c98582f0e2f5be5f41986e58e93a033fa504')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-input-evdev/repos/extra-x86_64/PKGBUILD (from rev 180836, 
xf86-input-evdev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-26 16:14:16 UTC (rev 180837)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-evdev
+pkgver=2.8.0
+pkgrel=1

[arch-commits] Commit in luxrender/trunk (2 files)

2013-03-26 Thread Lukas Jirkovsky
Date: Tuesday, March 26, 2013 @ 18:29:48
  Author: stativ
Revision: 87066

update to 1.2.1, try to fix build with boost 1.53

Added:
  luxrender/trunk/boost-1.53-shared_array_constructor.diff
Modified:
  luxrender/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 boost-1.53-shared_array_constructor.diff |   14 ++
 2 files changed, 23 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 15:50:32 UTC (rev 87065)
+++ PKGBUILD2013-03-26 17:29:48 UTC (rev 87066)
@@ -3,8 +3,8 @@
 # Contributor: flixie 69...@gmx.net
 # Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
 pkgname=luxrender
-pkgver=1.2
-_pkgver=ee0b9ff73d62
+pkgver=1.2.1
+_pkgver=3066b2161439
 pkgrel=1
 pkgdesc=Rendering system for physically correct, unbiased image synthesis
 arch=('i686' 'x86_64')
@@ -16,15 +16,19 @@
 'nvidia-utils: OpenCL support for nVidia GPUs' \
 'amdstream: OpenCL support for AMD GPUs' \
 'intel-opencl-sdk: OpenCL support for Intel CPUs')
-makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=$pkgver 'python' 
'opencl-headers')
-source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2)
-md5sums=('eb1ed9ecfe540896863ad4ee4da5a2f9')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=1.2 'python' 
'opencl-headers')
+source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \
+boost-1.53-shared_array_constructor.diff)
+md5sums=('87958798c164ad14f92fb4af2595d332'
+ 'cb25bb3cdac0ab2ad480cbe5c23f5abb')
 
 build() {
   cd $srcdir/luxrender-lux-$_pkgver
 
   # fix the installation
   sed -i '/.*wxgui.*/ d' CMakeLists.txt
+  # fix for boost 1.53
+  patch -Np1  $srcdir/boost-1.53-shared_array_constructor.diff || true
 
   export CXXFLAGS=$CXXFLAGS -lpthread
   cmake -DCMAKE_INSTALL_PREFIX=/usr \

Added: boost-1.53-shared_array_constructor.diff
===
--- boost-1.53-shared_array_constructor.diff(rev 0)
+++ boost-1.53-shared_array_constructor.diff2013-03-26 17:29:48 UTC (rev 
87066)
@@ -0,0 +1,14 @@
+diff -rup luxrender-lux-3066b2161439/core/film.cpp 
luxrender-lux-3066b2161439.new/core/film.cpp
+--- luxrender-lux-3066b2161439/core/film.cpp   2013-03-16 19:32:24.0 
+
 luxrender-lux-3066b2161439.new/core/film.cpp   2013-03-26 
17:23:21.359679166 +
+@@ -890,8 +890,8 @@ Film::Film(u_int xres, u_int yres, Filte
+   filename(filename1),
+   colorSpace(0.63f, 0.34f, 0.31f, 0.595f, 0.155f, 0.07f, 0.314275f, 
0.329411f), // default is SMPTE
+   convTest(NULL), varianceBuffer(NULL),
+-  noiseAwareMap(NULL), noiseAwareMapVersion(0),
+-  userSamplingMapFileName(samplingmapfilename), userSamplingMap(NULL), 
userSamplingMapVersion(0),
++  noiseAwareMap(), noiseAwareMapVersion(0),
++  userSamplingMapFileName(samplingmapfilename), userSamplingMap(), 
userSamplingMapVersion(0),
+   ZBuffer(NULL), use_Zbuf(useZbuffer),
+   debug_mode(debugmode), premultiplyAlpha(premult),
+   writeResumeFlm(w_resume_FLM), restartResumeFlm(restart_resume_FLM), 
writeFlmDirect(write_FLM_direct),



[arch-commits] Commit in (41 files)

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 18:31:02
  Author: alucryd
Revision: 87067

Add pcsx2 multilib deps

Added:
  lib32-cdparanoia/
  lib32-cdparanoia/repos/
  lib32-cdparanoia/trunk/
  lib32-cdparanoia/trunk/PKGBUILD
  lib32-cdparanoia/trunk/gcc.patch
  lib32-gobject-introspection/
  lib32-gobject-introspection/repos/
  lib32-gobject-introspection/trunk/
  lib32-gobject-introspection/trunk/PKGBUILD
  lib32-gstreamer0.10-base/
  lib32-gstreamer0.10-base/repos/
  lib32-gstreamer0.10-base/trunk/
  lib32-gstreamer0.10-base/trunk/PKGBUILD
  lib32-gstreamer0.10/
  lib32-gstreamer0.10/repos/
  lib32-gstreamer0.10/trunk/
  lib32-gstreamer0.10/trunk/PKGBUILD
  lib32-libtheora/
  lib32-libtheora/repos/
  lib32-libtheora/trunk/
  lib32-libtheora/trunk/PKGBUILD
  lib32-libvisual/
  lib32-libvisual/repos/
  lib32-libvisual/trunk/
  lib32-libvisual/trunk/PKGBUILD
  lib32-orc/
  lib32-orc/repos/
  lib32-orc/trunk/
  lib32-orc/trunk/PKGBUILD
  lib32-portaudio/
  lib32-portaudio/repos/
  lib32-portaudio/trunk/
  lib32-portaudio/trunk/PKGBUILD
  lib32-soundtouch/
  lib32-soundtouch/repos/
  lib32-soundtouch/trunk/
  lib32-soundtouch/trunk/PKGBUILD
  lib32-wxgtk/
  lib32-wxgtk/repos/
  lib32-wxgtk/trunk/
  lib32-wxgtk/trunk/PKGBUILD

+
 lib32-cdparanoia/trunk/PKGBUILD|   44 ++
 lib32-cdparanoia/trunk/gcc.patch   |  582 +++
 lib32-gobject-introspection/trunk/PKGBUILD |   41 +
 lib32-gstreamer0.10-base/trunk/PKGBUILD|   55 ++
 lib32-gstreamer0.10/trunk/PKGBUILD |   39 +
 lib32-libtheora/trunk/PKGBUILD |   49 ++
 lib32-libvisual/trunk/PKGBUILD |   39 +
 lib32-orc/trunk/PKGBUILD   |   41 +
 lib32-portaudio/trunk/PKGBUILD |   46 ++
 lib32-soundtouch/trunk/PKGBUILD|   45 ++
 lib32-wxgtk/trunk/PKGBUILD |   54 ++
 11 files changed, 1035 insertions(+)

Added: lib32-cdparanoia/trunk/PKGBUILD
===
--- lib32-cdparanoia/trunk/PKGBUILD (rev 0)
+++ lib32-cdparanoia/trunk/PKGBUILD 2013-03-26 17:31:02 UTC (rev 87067)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=lib32-cdparanoia
+pkgver=10.2
+pkgrel=1
+pkgdesc=Compact Disc Digital Audio extraction tool
+arch=('x86_64')
+url=http://www.xiph.org/paranoia/;
+license=('GPL')
+depends=(${pkgname#*-} 'lib32-glibc')
+makedepends=('gcc-multilib')
+options=('!makeflags')
+source=(http://downloads.xiph.org/releases/${pkgname#*-}/${pkgname#*-}-III-${pkgver}.src.tgz;
+'gcc.patch')
+sha256sums=('005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df'
+'9a3f3802856e96080fb30562a10899ef3378723e85f289fa29619b21d6051575')
+
+build() {
+  cd ${srcdir}/${pkgname#*-}-III-${pkgver}
+
+# Patch
+  patch -p0 -i ${srcdir}/gcc.patch
+
+# Multilib
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+# Build
+  autoreconf
+  ./configure --prefix=${pkgdir}/usr --libdir='${prefix}/lib32'
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname#*-}-III-${pkgver}
+
+# Install
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-cdparanoia/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: lib32-cdparanoia/trunk/gcc.patch
===
--- lib32-cdparanoia/trunk/gcc.patch(rev 0)
+++ lib32-cdparanoia/trunk/gcc.patch2013-03-26 17:31:02 UTC (rev 87067)
@@ -0,0 +1,582 @@
+Index: interface/test_interface.c
+===
+--- interface/test_interface.c (Revision 15337)
 interface/test_interface.c (Revision 15340)
+@@ -66,9 +66,9 @@
+   if(!fd)fd=fdopen(d-cdda_fd,r);
+ 
+   if(beginlastread)
+-d-private-last_milliseconds=20;
++d-private_data-last_milliseconds=20;
+   else
+-d-private-last_milliseconds=sectors;
++d-private_data-last_milliseconds=sectors;
+ 
+ #ifdef CDDA_TEST_UNDERRUN
+   sectors-=1;
+Index: interface/cdda_interface.h
+===
+--- interface/cdda_interface.h (Revision 15337)
 interface/cdda_interface.h (Revision 15340)
+@@ -84,7 +84,7 @@
+   int is_atapi;
+   int is_mmc;
+ 
+-  cdda_private_data_t *private;
++  cdda_private_data_t *private_data;
+   void *reserved;
+   unsigned char inqbytes[4];
+ 
+Index: interface/interface.c
+===
+--- interface/interface.c  (Revision 15337)
 interface/interface.c  (Revision 15340)
+@@ -39,9 +39,9 @@
+ if(d-drive_model)free(d-drive_model);
+  

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

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 18:33:07
  Author: alucryd
Revision: 87068

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-cdparanoia/repos/multilib-x86_64/
  lib32-cdparanoia/repos/multilib-x86_64/PKGBUILD
(from rev 87067, lib32-cdparanoia/trunk/PKGBUILD)
  lib32-cdparanoia/repos/multilib-x86_64/gcc.patch
(from rev 87067, lib32-cdparanoia/trunk/gcc.patch)

---+
 PKGBUILD  |   44 
 gcc.patch |  582 
 2 files changed, 626 insertions(+)

Copied: lib32-cdparanoia/repos/multilib-x86_64/PKGBUILD (from rev 87067, 
lib32-cdparanoia/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-03-26 17:33:07 UTC (rev 87068)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=lib32-cdparanoia
+pkgver=10.2
+pkgrel=1
+pkgdesc=Compact Disc Digital Audio extraction tool
+arch=('x86_64')
+url=http://www.xiph.org/paranoia/;
+license=('GPL')
+depends=(${pkgname#*-} 'lib32-glibc')
+makedepends=('gcc-multilib')
+options=('!makeflags')
+source=(http://downloads.xiph.org/releases/${pkgname#*-}/${pkgname#*-}-III-${pkgver}.src.tgz;
+'gcc.patch')
+sha256sums=('005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df'
+'9a3f3802856e96080fb30562a10899ef3378723e85f289fa29619b21d6051575')
+
+build() {
+  cd ${srcdir}/${pkgname#*-}-III-${pkgver}
+
+# Patch
+  patch -p0 -i ${srcdir}/gcc.patch
+
+# Multilib
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+# Build
+  autoreconf
+  ./configure --prefix=${pkgdir}/usr --libdir='${prefix}/lib32'
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname#*-}-III-${pkgver}
+
+# Install
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:

Copied: lib32-cdparanoia/repos/multilib-x86_64/gcc.patch (from rev 87067, 
lib32-cdparanoia/trunk/gcc.patch)
===
--- multilib-x86_64/gcc.patch   (rev 0)
+++ multilib-x86_64/gcc.patch   2013-03-26 17:33:07 UTC (rev 87068)
@@ -0,0 +1,582 @@
+Index: interface/test_interface.c
+===
+--- interface/test_interface.c (Revision 15337)
 interface/test_interface.c (Revision 15340)
+@@ -66,9 +66,9 @@
+   if(!fd)fd=fdopen(d-cdda_fd,r);
+ 
+   if(beginlastread)
+-d-private-last_milliseconds=20;
++d-private_data-last_milliseconds=20;
+   else
+-d-private-last_milliseconds=sectors;
++d-private_data-last_milliseconds=sectors;
+ 
+ #ifdef CDDA_TEST_UNDERRUN
+   sectors-=1;
+Index: interface/cdda_interface.h
+===
+--- interface/cdda_interface.h (Revision 15337)
 interface/cdda_interface.h (Revision 15340)
+@@ -84,7 +84,7 @@
+   int is_atapi;
+   int is_mmc;
+ 
+-  cdda_private_data_t *private;
++  cdda_private_data_t *private_data;
+   void *reserved;
+   unsigned char inqbytes[4];
+ 
+Index: interface/interface.c
+===
+--- interface/interface.c  (Revision 15337)
 interface/interface.c  (Revision 15340)
+@@ -39,9 +39,9 @@
+ if(d-drive_model)free(d-drive_model);
+ if(d-cdda_fd!=-1)close(d-cdda_fd);
+ if(d-ioctl_fd!=-1  d-ioctl_fd!=d-cdda_fd)close(d-ioctl_fd);
+-if(d-private){
+-  if(d-private-sg_hd)free(d-private-sg_hd);
+-  free(d-private);
++if(d-private_data){
++  if(d-private_data-sg_hd)free(d-private_data-sg_hd);
++  free(d-private_data);
+ }
+ 
+ free(d);
+@@ -127,7 +127,7 @@
+   }
+   }   
+ }
+-if(ms)*ms=d-private-last_milliseconds;
++if(ms)*ms=d-private_data-last_milliseconds;
+ return(sectors);
+   }
+   
+Index: interface/scsi_interface.c
+===
+--- interface/scsi_interface.c (Revision 15337)
 interface/scsi_interface.c (Revision 15340)
+@@ -15,13 +15,13 @@
+ static int timed_ioctl(cdrom_drive *d, int fd, int command, void *arg){
+   struct timespec tv1;
+   struct timespec tv2;
+-  int ret1=clock_gettime(d-private-clock,tv1);
++  int ret1=clock_gettime(d-private_data-clock,tv1);
+   int ret2=ioctl(fd, command,arg);
+-  int ret3=clock_gettime(d-private-clock,tv2);
++  int ret3=clock_gettime(d-private_data-clock,tv2);
+   if(ret10 || ret30){
+-d-private-last_milliseconds=-1;
++d-private_data-last_milliseconds=-1;
+   }else{
+-d-private-last_milliseconds = (tv2.tv_sec-tv1.tv_sec)*1000. + 
(tv2.tv_nsec-tv1.tv_nsec)/100.;
++d-private_data-last_milliseconds = (tv2.tv_sec-tv1.tv_sec)*1000. + 
(tv2.tv_nsec-tv1.tv_nsec)/100.;
+   }
+   return ret2;
+ }
+@@ -96,7 +96,7 @@
+ static void clear_garbage(cdrom_drive *d){
+   fd_set fdset;

[arch-commits] Commit in lib32-gstreamer0.10/trunk (PKGBUILD)

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 18:39:31
  Author: alucryd
Revision: 87069

upgpkg: lib32-gstreamer0.10 0.10.36-2

Modified:
  lib32-gstreamer0.10/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 17:33:07 UTC (rev 87068)
+++ PKGBUILD2013-03-26 17:39:31 UTC (rev 87069)
@@ -10,7 +10,7 @@
 license=('LGPL')
 url=http://gstreamer.freedesktop.org/;
 depends=(${pkgname#*-} 'lib32-glib2' 'lib32-libxml2')
-makedepends=('gobject-introspection' 'intltool')
+makedepends=('gcc-multilib' 'intltool')
 options=('!libtool')
 
source=(http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${pkgver}.tar.xz;)
 sha256sums=('9151aa108c177054387885763fa0e433e76780f7c5655c70a5390f2a6c6871da')



[arch-commits] Commit in lib32-gstreamer0.10/repos (2 files)

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 18:39:40
  Author: alucryd
Revision: 87070

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gstreamer0.10/repos/multilib-x86_64/
  lib32-gstreamer0.10/repos/multilib-x86_64/PKGBUILD
(from rev 87069, lib32-gstreamer0.10/trunk/PKGBUILD)

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

Copied: lib32-gstreamer0.10/repos/multilib-x86_64/PKGBUILD (from rev 87069, 
lib32-gstreamer0.10/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-03-26 17:39:40 UTC (rev 87070)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+
+pkgname=lib32-gstreamer0.10
+pkgver=0.10.36
+pkgrel=2
+pkgdesc=GStreamer Multimedia Framework
+arch=('x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=(${pkgname#*-} 'lib32-glib2' 'lib32-libxml2')
+makedepends=('gcc-multilib' 'intltool')
+options=('!libtool')
+source=(http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${pkgver}.tar.xz;)
+sha256sums=('9151aa108c177054387885763fa0e433e76780f7c5655c70a5390f2a6c6871da')
+
+build() {
+  cd ${srcdir}/gstreamer-${pkgver}
+
+# Multilib
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+# Build
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 --libexecdir=/usr/lib32 --with-package-{name=GStreamer 
(Archlinux Multilib),origin=http://www.archlinux.org/} 
--disable-{examples,static,tests}
+  make
+}
+
+package() {
+  cd ${srcdir}/gstreamer-${pkgver}
+
+# Install
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in lib32-libtheora/repos (2 files)

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 18:41:21
  Author: alucryd
Revision: 87071

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libtheora/repos/multilib-x86_64/
  lib32-libtheora/repos/multilib-x86_64/PKGBUILD
(from rev 87070, lib32-libtheora/trunk/PKGBUILD)

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

Copied: lib32-libtheora/repos/multilib-x86_64/PKGBUILD (from rev 87070, 
lib32-libtheora/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-03-26 17:41:21 UTC (rev 87071)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Nicky726 nicky...@gmail.com
+# Contributor: Tom Killian t...@archlinux.org
+# Contributor: Rémy Oudompheng remyoudomph...@gmail.com
+
+pkgname=lib32-libtheora
+pkgver=1.1.1
+pkgrel=7
+pkgdesc=An open video codec developed by the Xiph.org
+arch=('x86_64')
+url=http://www.xiph.org;
+license=('BSD')
+depends=('lib32-libogg' ${pkgname#*-})
+makedepends=('gcc-multilib' 'lib32-libvorbis')
+options=('!libtool')
+source=(http://downloads.xiph.org/releases/theora/${pkgname#*-}-${pkgver}.tar.bz2;)
+sha256sums=('b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc')
+
+build() {
+  cd ${srcdir}/${pkgname#*-}-${pkgver}
+
+# Patch
+  sed -i 's|AC_DEFINE(\[OC_X86_64_ASM\]|#AC_DEFINE(\[OC_X86_64_ASM\]|
+  s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|' configure.ac
+
+# Multilib
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+# Build
+  ./autogen.sh --prefix=/usr --libdir=/usr/lib32 --disable-{examples,static} 
--with-pic
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname#*-}-${pkgver}
+
+# Install
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{include,share}
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in lib32-libvisual/repos (2 files)

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 18:42:28
  Author: alucryd
Revision: 87072

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libvisual/repos/multilib-x86_64/
  lib32-libvisual/repos/multilib-x86_64/PKGBUILD
(from rev 87071, lib32-libvisual/trunk/PKGBUILD)

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

Copied: lib32-libvisual/repos/multilib-x86_64/PKGBUILD (from rev 87071, 
lib32-libvisual/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-03-26 17:42:28 UTC (rev 87072)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+
+pkgname=lib32-libvisual
+pkgver=0.4.0
+pkgrel=2
+pkgdesc=Abstraction library that comes between applications and audio 
visualisation plugins
+arch=('x86_64')
+url=http://sourceforge.net/projects/libvisual/;
+license=('LGPL')
+depends=('lib32-glibc' ${pkgname#*-})
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
+sha256sums=('0b4dfdb87125e129567752089e3c8b54cefed601eef169d2533d8659da8dc1d7')
+
+build() {
+  cd ${srcdir}/${pkgname#*-*}-${pkgver}
+
+# Multilib
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+# Build
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname#*-*}-${pkgver}
+
+# Install
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in lib32-orc/repos (multilib-x86_64 multilib-x86_64/PKGBUILD)

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 18:43:29
  Author: alucryd
Revision: 87073

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-orc/repos/multilib-x86_64/
  lib32-orc/repos/multilib-x86_64/PKGBUILD
(from rev 87072, lib32-orc/trunk/PKGBUILD)

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

Copied: lib32-orc/repos/multilib-x86_64/PKGBUILD (from rev 87072, 
lib32-orc/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-03-26 17:43:29 UTC (rev 87073)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=lib32-orc
+pkgver=0.4.17
+pkgrel=1
+pkgdesc=The Oild Runtime Compiler
+arch=('x86_64')
+license=('custom')
+url=http://code.entropywave.com/projects/orc/;
+depends=('lib32-glibc' ${pkgname#*-})
+options=('!libtool')
+source=(http://code.entropywave.com/download/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
+sha256sums=('4fc7cca48c59fff23afee78fb642cdbde001f56401c8f47b95a16578d1d5d7e8')
+
+build () {
+  cd ${srcdir}/${pkgname#*-}-${pkgver}
+
+# Multilib
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+# Build
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname#*-}-${pkgver}
+
+# Install
+  make DESTDIR=$pkgdir install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in lib32-portaudio/repos (2 files)

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 18:44:36
  Author: alucryd
Revision: 87074

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-portaudio/repos/multilib-x86_64/
  lib32-portaudio/repos/multilib-x86_64/PKGBUILD
(from rev 87073, lib32-portaudio/trunk/PKGBUILD)

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

Copied: lib32-portaudio/repos/multilib-x86_64/PKGBUILD (from rev 87073, 
lib32-portaudio/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-03-26 17:44:36 UTC (rev 87074)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+# Contributor: Xavius xavier...@gmail.com
+
+pkgname=lib32-portaudio
+pkgver=19_2021
+pkgrel=2
+pkgdesc='A free, cross-platform, open source, audio I/O library. (32 bit)'
+arch=('x86_64')
+url=http://www.portaudio.com/;
+license=('custom')
+depends=('lib32-alsa-lib' 'lib32-jack' ${pkgname#*-})
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://www.portaudio.com/archives/pa_stable_v${pkgver}.tgz;)
+sha256sums=('9c26d1330d506496789edafe55b0386f20d83c4aa2c0e3f81fbeb0f114ab1b99')
+
+build() {
+  cd ${srcdir}/${pkgname#*-}
+
+# Multilib
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+# Build
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package () {
+  cd ${srcdir}/${pkgname#*-}
+
+# Install
+  make DESTDIR=${pkgdir} install
+
+# Multilib
+  rm -rf ${pkgdir}/usr/include
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in lib32-soundtouch/repos (2 files)

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 18:45:48
  Author: alucryd
Revision: 87075

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-soundtouch/repos/multilib-x86_64/
  lib32-soundtouch/repos/multilib-x86_64/PKGBUILD
(from rev 87074, lib32-soundtouch/trunk/PKGBUILD)

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

Copied: lib32-soundtouch/repos/multilib-x86_64/PKGBUILD (from rev 87074, 
lib32-soundtouch/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-03-26 17:45:48 UTC (rev 87075)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+
+pkgname=lib32-soundtouch
+pkgver=1.7.1
+pkgrel=2
+pkgdesc=An audio processing library
+arch=('x86_64')
+url=http://www.surina.net/soundtouch/;
+license=('LGPL')
+depends=('lib32-gcc-libs' ${pkgname#*-})
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://www.surina.net/soundtouch/${pkgname#*-}-${pkgver}.tar.gz;)
+sha256sums=('385eafa438a9d31ddf84b8d2f713097a3f1fc93d7abdb2fc54c484b777ee0267')
+
+build() {
+  cd ${srcdir}/${pkgname#*-}
+
+# Patch
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
+
+# Multilib
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+# Build
+  ./bootstrap
+  ./configure --prefix=/usr --libdir=/usr/lib32 --enable-shared --with-pic
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname#*-}
+
+# Install
+  make DESTDIR=${pkgdir} install
+
+# Multilib
+  rm -rf ${pkgdir}/usr/{bin,doc,include,share}
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in lib32-gstreamer0.10-base/trunk (PKGBUILD)

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 18:51:36
  Author: alucryd
Revision: 87076

upgpkg: lib32-gstreamer0.10-base 0.10.36-4

Modified:
  lib32-gstreamer0.10-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 17:45:48 UTC (rev 87075)
+++ PKGBUILD2013-03-26 17:51:36 UTC (rev 87076)
@@ -9,7 +9,7 @@
 arch=('x86_64')
 url=http://gstreamer.freedesktop.org/;
 license=('LGPL')
-makedepends=('gobject-introspection' 'lib32-alsa-lib' 'lib32-cdparanoia' 
'lib32-gstreamer0.10=0.10.35' 'lib32-mesa-libgl' 'lib32-orc' 'lib32-pango' 
'lib32-libtheora' 'lib32-libvisual' 'lib32-libvorbis' 'lib32-libxv')
+makedepends=('lib32-alsa-lib' 'lib32-cdparanoia' 
'lib32-gstreamer0.10=0.10.35' 'lib32-mesa-libgl' 'lib32-orc' 'lib32-pango' 
'lib32-libtheora' 'lib32-libvisual' 'lib32-libvorbis' 'lib32-libxv')
 options=('!libtool' '!emptydirs')
 
source=(http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.xz;)
 sha256sums=('1fe45c3894903001d4d008b0713dab089f53726dcb5842d5b40c2595a984e64a')



[arch-commits] Commit in lib32-gstreamer0.10-base/repos (2 files)

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 18:51:46
  Author: alucryd
Revision: 87077

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gstreamer0.10-base/repos/multilib-x86_64/
  lib32-gstreamer0.10-base/repos/multilib-x86_64/PKGBUILD
(from rev 87076, lib32-gstreamer0.10-base/trunk/PKGBUILD)

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

Copied: lib32-gstreamer0.10-base/repos/multilib-x86_64/PKGBUILD (from rev 
87076, lib32-gstreamer0.10-base/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-03-26 17:51:46 UTC (rev 87077)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+
+pkgbase=('lib32-gstreamer0.10-base')
+pkgname=('lib32-gstreamer0.10-base' 'lib32-gstreamer0.10-base-plugins')
+pkgver=0.10.36
+pkgrel=4
+arch=('x86_64')
+url=http://gstreamer.freedesktop.org/;
+license=('LGPL')
+makedepends=('lib32-alsa-lib' 'lib32-cdparanoia' 
'lib32-gstreamer0.10=0.10.35' 'lib32-mesa-libgl' 'lib32-orc' 'lib32-pango' 
'lib32-libtheora' 'lib32-libvisual' 'lib32-libvorbis' 'lib32-libxv')
+options=('!libtool' '!emptydirs')
+source=(http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.xz;)
+sha256sums=('1fe45c3894903001d4d008b0713dab089f53726dcb5842d5b40c2595a984e64a')
+
+build() {
+  cd ${srcdir}/gst-plugins-base-${pkgver}
+
+# Multilib
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+# Build
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 --disable-{gnome_vfs,static} --enable-experimental 
--with-package-{name=GStreamer Base Plugins (Archlinux 
Multilib),origin=http://www.archlinux.org/}
+  make
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+package_lib32-gstreamer0.10-base() {
+  pkgdesc=GStreamer Multimedia Framework Base plugin libraries
+  depends=(${pkgname#*-} 'lib32-gstreamer0.10=0.10.35' 'lib32-orc' 
'lib32-libxv')
+
+  cd ${srcdir}/gst-plugins-base-${pkgver}
+
+# Install
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}
+
+package_lib32-gstreamer0.10-base-plugins() {
+  pkgdesc=GStreamer Multimedia Framework Base Plugins (gst-plugins-base)
+  depends=('lib32-alsa-lib' 'lib32-cdparanoia' 
lib32-gstreamer0.10-base=${pkgver} 'lib32-pango' 'lib32-libtheora' 
'lib32-libvisual' 'lib32-libvorbis')
+  groups=('lib32-gstreamer0.10-plugins')
+
+  cd ${srcdir}/gst-plugins-base-${pkgver}
+
+# Install
+  make -C gst-libs DESTDIR=${pkgdir} install
+  make -C ext DESTDIR=${pkgdir} install
+  make -C gst-libs DESTDIR=${pkgdir} uninstall
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in lib32-wxgtk/repos (multilib-x86_64 multilib-x86_64/PKGBUILD)

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 18:55:32
  Author: alucryd
Revision: 87078

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-wxgtk/repos/multilib-x86_64/
  lib32-wxgtk/repos/multilib-x86_64/PKGBUILD
(from rev 87077, lib32-wxgtk/trunk/PKGBUILD)

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

Copied: lib32-wxgtk/repos/multilib-x86_64/PKGBUILD (from rev 87077, 
lib32-wxgtk/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-03-26 17:55:32 UTC (rev 87078)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Limao Luo luoli...@gmail.com
+# Contributor: Devin Cofer rangu...@archlinux.us
+# Contributor: Yggdrasil tetz...@web.de
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Bob Finch w...@arrl.net
+# Contributor: J. Santiago Angelus Hirschfeld jsantia...@yahoo.com.ar
+
+pkgname=lib32-wxgtk
+pkgver=2.8.12.1
+pkgrel=4
+pkgdesc=GTK+ implementation of wxWidgets API for GUI (lib32)
+arch=('x86_64')
+url=http://wxwidgets.org/;
+license=('custom:wxWindows')
+makedepends=('lib32-gstreamer0.10-base-plugins' 'lib32-gtk2' 'lib32-mesa' 
'lib32-glu' 'lib32-libxt' 'lib32-libsm' 'lib32-sdl' 'lib32-mesa-libgl')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2;)
+sha256sums=('1f3f153d9f1504c6ce2d2c4b23e940b8f58b81f4cba35cda1a5bb31142243cd0')
+
+build() {
+  cd ${srcdir}/wxPython-src-${pkgver}
+
+# Multilib
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+# Build
+  ./configure --prefix=/usr --libdir=/usr/lib32 
--with-{gtk=2,libjpeg=sys,libpng=sys,libtiff=sys,libxpm=sys,opengl,regex=builtin,sdl}
 --enable-{graphics_ctx,unicode} --disable-{mediactrl,optimize,precomp-headers}
+  make
+  make -C locale allmo
+  make -C contrib/src
+}
+
+package() {
+  depends=('lib32-gtk2' 'lib32-gstreamer0.10-base' 'lib32-libsm' 'lib32-sdl' 
${pkgname#*-})
+
+  cd ${srcdir}/wxPython-src-${pkgver}
+
+# Install
+  make DESTDIR=${pkgdir} install
+  make -C contrib/src DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{include,share,bin/wxrc}
+  mv ${pkgdir}/usr/bin/wx-config{,32}
+  mv ${pkgdir}/usr/bin/wxrc{,32}-2.8
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (5 files)

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 19:05:21
  Author: alucryd
Revision: 87079

Add pcsx2, remove lib32-gobject-introspection, no need for it after all

Added:
  pcsx2/
  pcsx2/repos/
  pcsx2/trunk/
  pcsx2/trunk/PKGBUILD
Deleted:
  lib32-gobject-introspection/

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

Added: pcsx2/trunk/PKGBUILD
===
--- pcsx2/trunk/PKGBUILD(rev 0)
+++ pcsx2/trunk/PKGBUILD2013-03-26 18:05:21 UTC (rev 87079)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+# Contributor: vEX v...@niechift.com
+
+pkgname=pcsx2
+pkgver=1.0.0
+pkgrel=4
+pkgdesc=A Sony PlayStation 2 emulator
+arch=('i686' 'x86_64')
+url=http://www.pcsx2.net;
+license=('GPL')
+makedepends=('cmake' 'sparsehash')
+if [[ $CARCH == i686 ]]; then
+  depends=('glew' 'libjpeg-turbo' 'portaudio' 'soundtouch' 'wxgtk')
+elif [[ $CARCH == x86_64 ]]; then
+  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-mesa-libgl' 'lib32-portaudio' 'lib32-soundtouch' 'lib32-wxgtk')
+fi
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}-r5350-sources.7z::http://pcsx2.net/download/releases/source-code/finish/7-source/93-pcsx2-v1-0-0-source-code/0.html;)
+sha256sums=('3f6067c3ea23b2afa4d4c411f3121d86612c310b1c7a44413577cf5727e498bc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-r5350-sources
+
+# Patch
+  sed 's|0.9.8|1.0.0|' -i CMakeLists.txt
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+  if [[ $CARCH == i686 ]]; then
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DPACKAGE_MODE=TRUE -DXDG_STD=TRUE -DGLSL_API=TRUE -DREBUILD_SHADER=TRUE 
-DPLUGIN_DIR=/usr/lib/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 
-DGLSL_SHADER_DIR=/usr/share/pcsx2
+  elif [[ $CARCH == x86_64 ]]; then
+export CC=gcc -m32
+export CXX=g++ -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DPACKAGE_MODE=TRUE -DXDG_STD=TRUE -DGLSL_API=TRUE -DREBUILD_SHADER=TRUE 
-DPLUGIN_DIR=/usr/lib32/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 
-DGLSL_SHADER_DIR=/usr/share/pcsx2 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config32 
-DwxWidgets_wxrc_EXECUTABLE=/usr/bin/wxrc32 -DCMAKE_LIBRARY_PATH=/usr/lib32
+  fi
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-r5350-sources/build
+
+# Multilib
+  if [[ $CARCH == x86_64 ]]; then
+depends=('lib32-wxgtk' 'lib32-libgl' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-portaudio' 'lib32-soundtouch')
+  fi
+
+# Install
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


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


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

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 19:13:47
  Author: alucryd
Revision: 87080

upgpkg: pcsx2 1.0.0-4

Modified:
  pcsx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 18:05:21 UTC (rev 87079)
+++ PKGBUILD2013-03-26 18:13:47 UTC (rev 87080)
@@ -15,6 +15,10 @@
   depends=('glew' 'libjpeg-turbo' 'portaudio' 'soundtouch' 'wxgtk')
 elif [[ $CARCH == x86_64 ]]; then
   makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-mesa-libgl' 'lib32-portaudio' 'lib32-soundtouch' 'lib32-wxgtk')
+  optdepends=('lib32-gtk-engines: gtk2 engines support'
+  'lib32-gtk-aurora-engine: aurora gtk2 engine support'
+  'lib32-gtk-murrine: murrine gtk3 engine support'
+  'lib32-gtk-unico: unico gtk2 engine support')
 fi
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}-r5350-sources.7z::http://pcsx2.net/download/releases/source-code/finish/7-source/93-pcsx2-v1-0-0-source-code/0.html;)



[arch-commits] Commit in pcsx2/repos (community-i686 community-i686/PKGBUILD)

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 19:14:07
  Author: alucryd
Revision: 87081

archrelease: copy trunk to community-i686

Added:
  pcsx2/repos/community-i686/
  pcsx2/repos/community-i686/PKGBUILD
(from rev 87080, pcsx2/trunk/PKGBUILD)

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

Copied: pcsx2/repos/community-i686/PKGBUILD (from rev 87080, 
pcsx2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-26 18:14:07 UTC (rev 87081)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+# Contributor: vEX v...@niechift.com
+
+pkgname=pcsx2
+pkgver=1.0.0
+pkgrel=4
+pkgdesc=A Sony PlayStation 2 emulator
+arch=('i686' 'x86_64')
+url=http://www.pcsx2.net;
+license=('GPL')
+makedepends=('cmake' 'sparsehash')
+if [[ $CARCH == i686 ]]; then
+  depends=('glew' 'libjpeg-turbo' 'portaudio' 'soundtouch' 'wxgtk')
+elif [[ $CARCH == x86_64 ]]; then
+  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-mesa-libgl' 'lib32-portaudio' 'lib32-soundtouch' 'lib32-wxgtk')
+  optdepends=('lib32-gtk-engines: gtk2 engines support'
+  'lib32-gtk-aurora-engine: aurora gtk2 engine support'
+  'lib32-gtk-murrine: murrine gtk3 engine support'
+  'lib32-gtk-unico: unico gtk2 engine support')
+fi
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}-r5350-sources.7z::http://pcsx2.net/download/releases/source-code/finish/7-source/93-pcsx2-v1-0-0-source-code/0.html;)
+sha256sums=('3f6067c3ea23b2afa4d4c411f3121d86612c310b1c7a44413577cf5727e498bc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-r5350-sources
+
+# Patch
+  sed 's|0.9.8|1.0.0|' -i CMakeLists.txt
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+  if [[ $CARCH == i686 ]]; then
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DPACKAGE_MODE=TRUE -DXDG_STD=TRUE -DGLSL_API=TRUE -DREBUILD_SHADER=TRUE 
-DPLUGIN_DIR=/usr/lib/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 
-DGLSL_SHADER_DIR=/usr/share/pcsx2
+  elif [[ $CARCH == x86_64 ]]; then
+export CC=gcc -m32
+export CXX=g++ -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DPACKAGE_MODE=TRUE -DXDG_STD=TRUE -DGLSL_API=TRUE -DREBUILD_SHADER=TRUE 
-DPLUGIN_DIR=/usr/lib32/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 
-DGLSL_SHADER_DIR=/usr/share/pcsx2 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config32 
-DwxWidgets_wxrc_EXECUTABLE=/usr/bin/wxrc32 -DCMAKE_LIBRARY_PATH=/usr/lib32
+  fi
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-r5350-sources/build
+
+# Multilib
+  if [[ $CARCH == x86_64 ]]; then
+depends=('lib32-wxgtk' 'lib32-libgl' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-portaudio' 'lib32-soundtouch')
+  fi
+
+# Install
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in pcsx2/repos (multilib-x86_64 multilib-x86_64/PKGBUILD)

2013-03-26 Thread Maxime Gauduin
Date: Tuesday, March 26, 2013 @ 19:28:41
  Author: alucryd
Revision: 87084

archrelease: copy trunk to multilib-x86_64

Added:
  pcsx2/repos/multilib-x86_64/
  pcsx2/repos/multilib-x86_64/PKGBUILD
(from rev 87083, pcsx2/trunk/PKGBUILD)

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

Copied: pcsx2/repos/multilib-x86_64/PKGBUILD (from rev 87083, 
pcsx2/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-03-26 18:28:41 UTC (rev 87084)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+# Contributor: vEX v...@niechift.com
+
+pkgname=pcsx2
+pkgver=1.0.0
+pkgrel=4
+pkgdesc=A Sony PlayStation 2 emulator
+arch=('i686' 'x86_64')
+url=http://www.pcsx2.net;
+license=('GPL')
+makedepends=('cmake' 'sparsehash')
+if [[ $CARCH == i686 ]]; then
+  depends=('glew' 'libjpeg-turbo' 'portaudio' 'soundtouch' 'wxgtk')
+elif [[ $CARCH == x86_64 ]]; then
+  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-mesa-libgl' 'lib32-portaudio' 'lib32-soundtouch' 'lib32-wxgtk')
+  optdepends=('lib32-gtk-engines: gtk2 engines support'
+  'lib32-gtk-aurora-engine: aurora gtk2 engine support'
+  'lib32-gtk-murrine: murrine gtk3 engine support'
+  'lib32-gtk-unico: unico gtk2 engine support')
+fi
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}-r5350-sources.7z::http://pcsx2.net/download/releases/source-code/finish/7-source/93-pcsx2-v1-0-0-source-code/0.html;)
+sha256sums=('3f6067c3ea23b2afa4d4c411f3121d86612c310b1c7a44413577cf5727e498bc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-r5350-sources
+
+# Patch
+  sed 's|0.9.8|1.0.0|' -i CMakeLists.txt
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+  if [[ $CARCH == i686 ]]; then
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DPACKAGE_MODE=TRUE -DXDG_STD=TRUE -DGLSL_API=TRUE -DREBUILD_SHADER=TRUE 
-DPLUGIN_DIR=/usr/lib/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 
-DGLSL_SHADER_DIR=/usr/share/pcsx2
+  elif [[ $CARCH == x86_64 ]]; then
+export CC=gcc -m32
+export CXX=g++ -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DPACKAGE_MODE=TRUE -DXDG_STD=TRUE -DGLSL_API=TRUE -DREBUILD_SHADER=TRUE 
-DPLUGIN_DIR=/usr/lib32/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 
-DGLSL_SHADER_DIR=/usr/share/pcsx2 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config32 
-DwxWidgets_wxrc_EXECUTABLE=/usr/bin/wxrc32 -DCMAKE_LIBRARY_PATH=/usr/lib32
+  fi
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-r5350-sources/build
+
+# Multilib
+  if [[ $CARCH == x86_64 ]]; then
+depends=('lib32-wxgtk' 'lib32-libgl' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-portaudio' 'lib32-soundtouch')
+  fi
+
+# Install
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in luxrender/trunk (2 files)

2013-03-26 Thread Lukas Jirkovsky
Date: Tuesday, March 26, 2013 @ 19:30:13
  Author: stativ
Revision: 87085

finish the patch for boost 1.53

Modified:
  luxrender/trunk/PKGBUILD
  luxrender/trunk/boost-1.53-shared_array_constructor.diff

--+
 PKGBUILD |2 -
 boost-1.53-shared_array_constructor.diff |   54 +++--
 2 files changed, 52 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 18:28:41 UTC (rev 87084)
+++ PKGBUILD2013-03-26 18:30:13 UTC (rev 87085)
@@ -20,7 +20,7 @@
 source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \
 boost-1.53-shared_array_constructor.diff)
 md5sums=('87958798c164ad14f92fb4af2595d332'
- 'cb25bb3cdac0ab2ad480cbe5c23f5abb')
+ 'dd19c7ac2ba8c9b703018a176ef77f98')
 
 build() {
   cd $srcdir/luxrender-lux-$_pkgver

Modified: boost-1.53-shared_array_constructor.diff
===
--- boost-1.53-shared_array_constructor.diff2013-03-26 18:28:41 UTC (rev 
87084)
+++ boost-1.53-shared_array_constructor.diff2013-03-26 18:30:13 UTC (rev 
87085)
@@ -1,14 +1,62 @@
+diff -rup luxrender-lux-3066b2161439/cmake/luxrender.cmake 
luxrender-lux-3066b2161439.new/cmake/luxrender.cmake
+--- luxrender-lux-3066b2161439/cmake/luxrender.cmake   2013-03-16 
19:32:24.0 +
 luxrender-lux-3066b2161439.new/cmake/luxrender.cmake   2013-03-26 
18:26:46.194520697 +
+@@ -98,7 +98,7 @@ IF(QT4_FOUND)
+ 
+   QT4_ADD_RESOURCES( LUXQTGUI_RC_SRCS ${LUXQTGUI_RCS})
+   QT4_WRAP_UI( LUXQTGUI_UI_HDRS ${LUXQTGUI_UIS} )
+-  QT4_WRAP_CPP( LUXQTGUI_MOC_SRCS ${LUXQTGUI_MOC} )
++  QT4_WRAP_CPP( LUXQTGUI_MOC_SRCS ${LUXQTGUI_MOC} OPTIONS 
-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED -DBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION 
)
+ 
+   #file (GLOB TRANSLATIONS_FILES qtgui/translations/*.ts)
+   #qt4_create_translation(QM_FILES ${FILES_TO_TRANSLATE} 
${TRANSLATIONS_FILES})
 diff -rup luxrender-lux-3066b2161439/core/film.cpp 
luxrender-lux-3066b2161439.new/core/film.cpp
 --- luxrender-lux-3066b2161439/core/film.cpp   2013-03-16 19:32:24.0 
+
-+++ luxrender-lux-3066b2161439.new/core/film.cpp   2013-03-26 
17:23:21.359679166 +
 luxrender-lux-3066b2161439.new/core/film.cpp   2013-03-26 
18:03:02.828222310 +
 @@ -890,8 +890,8 @@ Film::Film(u_int xres, u_int yres, Filte
filename(filename1),
colorSpace(0.63f, 0.34f, 0.31f, 0.595f, 0.155f, 0.07f, 0.314275f, 
0.329411f), // default is SMPTE
convTest(NULL), varianceBuffer(NULL),
 -  noiseAwareMap(NULL), noiseAwareMapVersion(0),
 -  userSamplingMapFileName(samplingmapfilename), userSamplingMap(NULL), 
userSamplingMapVersion(0),
-+  noiseAwareMap(), noiseAwareMapVersion(0),
-+  userSamplingMapFileName(samplingmapfilename), userSamplingMap(), 
userSamplingMapVersion(0),
++  noiseAwareMapVersion(0),
++  userSamplingMapFileName(samplingmapfilename), userSamplingMapVersion(0),
ZBuffer(NULL), use_Zbuf(useZbuffer),
debug_mode(debugmode), premultiplyAlpha(premult),
writeResumeFlm(w_resume_FLM), restartResumeFlm(restart_resume_FLM), 
writeFlmDirect(write_FLM_direct),
+diff -rup luxrender-lux-3066b2161439/samplers/lowdiscrepancy.cpp 
luxrender-lux-3066b2161439.new/samplers/lowdiscrepancy.cpp
+--- luxrender-lux-3066b2161439/samplers/lowdiscrepancy.cpp 2013-03-16 
19:32:24.0 +
 luxrender-lux-3066b2161439.new/samplers/lowdiscrepancy.cpp 2013-03-26 
18:03:02.828222310 +
+@@ -29,7 +29,7 @@
+ using namespace lux;
+ 
+ LDSampler::LDData::LDData(const Sampler sampler, int xPixelStart, int 
yPixelStart, u_int pixelSamples) :
+-  samplingMap(NULL), noiseAwareMapVersion(0), userSamplingMapVersion(0) {
++  noiseAwareMapVersion(0), userSamplingMapVersion(0) {
+   xPos = xPixelStart - 1;
+   yPos = yPixelStart;
+   samplePos = pixelSamples - 1;
+diff -rup luxrender-lux-3066b2161439/samplers/metrosampler.cpp 
luxrender-lux-3066b2161439.new/samplers/metrosampler.cpp
+--- luxrender-lux-3066b2161439/samplers/metrosampler.cpp   2013-03-16 
19:32:24.0 +
 luxrender-lux-3066b2161439.new/samplers/metrosampler.cpp   2013-03-26 
18:13:13.146702871 +
+@@ -39,7 +39,7 @@ static const u_int rngA = 884;
+ MetropolisSampler::MetropolisData::MetropolisData(const MetropolisSampler 
sampler) :
+   consecRejects(0), stamp(0), currentStamp(0), weight(0.f),
+   LY(0.f), alpha(0.f), totalLY(0.f), sampleCount(0.f),
+-  samplingMap(NULL), noiseAwareMapVersion(0), userSamplingMapVersion(0),
++  noiseAwareMapVersion(0), userSamplingMapVersion(0),
+   large(true), cooldown(sampler.cooldownTime  0)
+ {
+   u_int i;
+diff -rup luxrender-lux-3066b2161439/samplers/random.cpp 
luxrender-lux-3066b2161439.new/samplers/random.cpp
+--- 

  1   2   >