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

2013-03-25 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 
 
 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 eog/repos (6 files)

2013-03-25 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) 
+# Contributor: Jan de Groot 
+
+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) 
+# Contributor: Jan de Groot 
+
+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 libpeas/repos (6 files)

2013-03-25 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) 
+
+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) 
+
+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/trunk (PKGBUILD)

2013-03-25 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 
 
 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 gnash/repos (10 files)

2013-03-25 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) 
+
+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 \
+"$pkgdir"/us

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

2013-03-25 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 
+
+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 
+
+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" instal

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

2013-03-25 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) 
 
 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 gnash/trunk (PKGBUILD)

2013-03-25 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 empathy/trunk (PKGBUILD)

2013-03-25 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 
 
 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 diffutils/repos (6 files)

2013-03-25 Thread Allan McRae
Date: Tuesday, March 26, 2013 @ 06:28:14
  Author: allan
Revision: 180762

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

Added:
  diffutils/repos/testing-i686/
  diffutils/repos/testing-i686/PKGBUILD
(from rev 180761, diffutils/trunk/PKGBUILD)
  diffutils/repos/testing-i686/diffutils.install
(from rev 180761, diffutils/trunk/diffutils.install)
  diffutils/repos/testing-x86_64/
  diffutils/repos/testing-x86_64/PKGBUILD
(from rev 180761, diffutils/trunk/PKGBUILD)
  diffutils/repos/testing-x86_64/diffutils.install
(from rev 180761, diffutils/trunk/diffutils.install)

--+
 testing-i686/PKGBUILD|   33 +
 testing-i686/diffutils.install   |   20 
 testing-x86_64/PKGBUILD  |   33 +
 testing-x86_64/diffutils.install |   20 
 4 files changed, 106 insertions(+)

Copied: diffutils/repos/testing-i686/PKGBUILD (from rev 180761, 
diffutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-26 05:28:14 UTC (rev 180762)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=diffutils
+pkgver=3.3
+pkgrel=1
+pkgdesc="Utility programs used for creating patch files"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/diffutils";
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'sh')
+install=diffutils.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('99180208ec2a82ce71f55b0d7389f1b3'
+ '203a2f2101dfcc09cdac655be353fd78')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: diffutils/repos/testing-i686/diffutils.install (from rev 180761, 
diffutils/trunk/diffutils.install)
===
--- testing-i686/diffutils.install  (rev 0)
+++ testing-i686/diffutils.install  2013-03-26 05:28:14 UTC (rev 180762)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(diffutils.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: diffutils/repos/testing-x86_64/PKGBUILD (from rev 180761, 
diffutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-26 05:28:14 UTC (rev 180762)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=diffutils
+pkgver=3.3
+pkgrel=1
+pkgdesc="Utility programs used for creating patch files"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/diffutils";
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'sh')
+install=diffutils.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('99180208ec2a82ce71f55b0d7389f1b3'
+ '203a2f2101dfcc09cdac655be353fd78')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: diffutils/repos/testing-x86_64/diffutils.install (from rev 180761, 
diffutils/trunk/diffutils.install)
===
--- testing-x86_64/diffutils.install(rev 0)
+++ testing-x86_64/diffutils.install2013-03-26 05:28:14 UTC (rev 180762)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(diffutils.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}



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

2013-03-25 Thread Allan McRae
Date: Tuesday, March 26, 2013 @ 06:27:19
  Author: allan
Revision: 180761

upgpkg: diffutils 3.3-1

upstream update

Modified:
  diffutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 05:20:23 UTC (rev 180760)
+++ PKGBUILD2013-03-26 05:27:19 UTC (rev 180761)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Radke 
 
 pkgname=diffutils
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
 pkgdesc="Utility programs used for creating patch files"
 arch=('i686' 'x86_64')
@@ -12,15 +12,12 @@
 groups=('base')
 depends=('glibc' 'sh')
 install=diffutils.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('26ff64c332429c830c154be46b393382')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('99180208ec2a82ce71f55b0d7389f1b3'
+ '203a2f2101dfcc09cdac655be353fd78')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # fix glibc-2.16 build issue
-  sed -i -e '/gets is a/d' lib/stdio.in.h
-  
   ./configure --prefix=/usr
   make
 }



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

2013-03-25 Thread Allan McRae
Date: Tuesday, March 26, 2013 @ 06:20:23
  Author: allan
Revision: 180760

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

Added:
  file/repos/testing-i686/
  file/repos/testing-i686/PKGBUILD
(from rev 180759, file/trunk/PKGBUILD)
  file/repos/testing-x86_64/
  file/repos/testing-x86_64/PKGBUILD
(from rev 180759, file/trunk/PKGBUILD)

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

Copied: file/repos/testing-i686/PKGBUILD (from rev 180759, file/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-26 05:20:23 UTC (rev 180760)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=file
+pkgver=5.14
+pkgrel=1
+pkgdesc="File type identification utility"
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url="http://www.darwinsys.com/file/";
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c26625f1d6773ad4bc5a87c0e315632c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --datadir=/usr/share/file
+  make 
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+  
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: file/repos/testing-x86_64/PKGBUILD (from rev 180759, 
file/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-26 05:20:23 UTC (rev 180760)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=file
+pkgver=5.14
+pkgrel=1
+pkgdesc="File type identification utility"
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url="http://www.darwinsys.com/file/";
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c26625f1d6773ad4bc5a87c0e315632c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --datadir=/usr/share/file
+  make 
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+  
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2013-03-25 Thread Allan McRae
Date: Tuesday, March 26, 2013 @ 06:19:20
  Author: allan
Revision: 180759

upgpkg: file 5.14-1

upstream update

Modified:
  file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 04:23:59 UTC (rev 180758)
+++ PKGBUILD2013-03-26 05:19:20 UTC (rev 180759)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Radke 
 
 pkgname=file
-pkgver=5.13
+pkgver=5.14
 pkgrel=1
 pkgdesc="File type identification utility"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc' 'zlib')
 options=('!libtool')
 source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d60c1364ba956eff7d21f8250808fc6d')
+md5sums=('c26625f1d6773ad4bc5a87c0e315632c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 05:23:59
  Author: heftig
Revision: 180758

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

Added:
  libsocialweb/repos/gnome-unstable-i686/
  libsocialweb/repos/gnome-unstable-i686/PKGBUILD
(from rev 180757, libsocialweb/trunk/PKGBUILD)
  libsocialweb/repos/gnome-unstable-i686/libsocialweb-gir-fix.patch
(from rev 180757, libsocialweb/trunk/libsocialweb-gir-fix.patch)
  libsocialweb/repos/gnome-unstable-x86_64/
  libsocialweb/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180757, libsocialweb/trunk/PKGBUILD)
  libsocialweb/repos/gnome-unstable-x86_64/libsocialweb-gir-fix.patch
(from rev 180757, libsocialweb/trunk/libsocialweb-gir-fix.patch)

--+
 gnome-unstable-i686/PKGBUILD |   38 +
 gnome-unstable-i686/libsocialweb-gir-fix.patch   |   82 +
 gnome-unstable-x86_64/PKGBUILD   |   38 +
 gnome-unstable-x86_64/libsocialweb-gir-fix.patch |   82 +
 4 files changed, 240 insertions(+)

Copied: libsocialweb/repos/gnome-unstable-i686/PKGBUILD (from rev 180757, 
libsocialweb/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 04:23:59 UTC (rev 180758)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libsocialweb
+pkgver=0.25.21
+pkgrel=2
+pkgdesc="A personal social data server"
+arch=(i686 x86_64)
+url="http://www.gtk.org/";
+license=(GPL2)
+depends=(glib2 gconf 'libsoup>=2.24.0' rest dbus-glib libgnome-keyring
+ json-glib networkmanager)
+makedepends=(intltool gtk-doc vala gobject-introspection)
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+   libsocialweb-gir-fix.patch)
+sha256sums=('f676567640cede66b6ff62f440c968943c2f3a164dd5f26155b6154ab93bf687'
+'fec8d2c67c62618b89dca238ebe502c6525d42987625b6d87dd704f88219a46a')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../libsocialweb-gir-fix.patch
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/libsocialweb \
+--enable-all-services=yes \
+--with-online=networkmanager \
+--enable-vala-bindings
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libsocialweb/repos/gnome-unstable-i686/libsocialweb-gir-fix.patch (from 
rev 180757, libsocialweb/trunk/libsocialweb-gir-fix.patch)
===
--- gnome-unstable-i686/libsocialweb-gir-fix.patch  
(rev 0)
+++ gnome-unstable-i686/libsocialweb-gir-fix.patch  2013-03-26 04:23:59 UTC 
(rev 180758)
@@ -0,0 +1,82 @@
+From c1791e96182815449781fcda6007b69cd88cf7bf Mon Sep 17 00:00:00 2001
+From: Colin Walters 
+Date: Mon, 04 Jun 2012 17:54:12 +
+Subject: client: Fix namespacing of introspection annotations
+
+---
+diff --git a/libsocialweb-client/sw-client-contact-view.c 
b/libsocialweb-client/sw-client-contact-view.c
+index bb2679f..6eaee0e 100644
+--- a/libsocialweb-client/sw-client-contact-view.c
 b/libsocialweb-client/sw-client-contact-view.c
+@@ -384,7 +384,7 @@ sw_client_contact_view_class_init 
(SwClientContactViewClass *klass)
+   /**
+* SwClientContactView::contacts-added:
+* @self:
+-   * @contacts: (type GLib.List) (element-type Sw.Contact):
++   * @contacts: (type GLib.List) (element-type SocialWebClient.Contact):
+*/
+   signals[CONTACTS_ADDED_SIGNAL] =
+ g_signal_new ("contacts-added",
+@@ -401,7 +401,7 @@ sw_client_contact_view_class_init 
(SwClientContactViewClass *klass)
+   /**
+* SwClientContactView::contacts-removed:
+* @self:
+-   * @contacts: (type GLib.List) (element-type Sw.Contact):
++   * @contacts: (type GLib.List) (element-type SocialWebClient.Contact):
+*/
+   signals[CONTACTS_REMOVED_SIGNAL] =
+ g_signal_new ("contacts-removed",
+@@ -418,7 +418,7 @@ sw_client_contact_view_class_init 
(SwClientContactViewClass *klass)
+   /**
+* SwClientContactView::contacts-changed:
+* @self:
+-   * @contacts: (type GLib.List) (element-type Sw.Contact):
++   * @contacts: (type GLib.List) (element-type SocialWebClient.Contact):
+*/
+   signals[CONTACTS_CHANGED_SIGNAL] =
+ g_signal_new ("contacts-changed",
+diff --git a/libsocialweb-client/sw-client-item-view.c 
b/libsocialweb-client/sw-client-item-view.c
+index 6bfdb76..ab98fdd 100644
+--- a/libsocialweb-client/sw-client-item-view.c
 b/libsocialweb-client/sw-client-item-view.c
+@@ -389,7 +389,7 @@ sw_client_item_view_class_init (SwClientItemViewClass 
*klass)
+   /**
+* SwClientItemView::items-added:
+* @self:
+-   * @items: (type GLib.List) (element-type Sw.Item):
++   * @items: (type GLib.List) (element-type S

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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 05:23:10
  Author: heftig
Revision: 180757

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

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

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

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

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



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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 05:20:38
  Author: heftig
Revision: 180756

libsoup dep change

Modified:
  libsocialweb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 04:13:17 UTC (rev 180755)
+++ PKGBUILD2013-03-26 04:20:38 UTC (rev 180756)
@@ -3,14 +3,14 @@
 
 pkgname=libsocialweb
 pkgver=0.25.21
-pkgrel=1
+pkgrel=2
 pkgdesc="A personal social data server"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://www.gtk.org/";
-license=('GPL2')
-depends=('glib2' 'gconf' 'libsoup-gnome' 'rest' 'dbus-glib' 'libgnome-keyring'
- 'json-glib' 'networkmanager')
-makedepends=('intltool' 'gtk-doc' 'vala' 'gobject-introspection')
+license=(GPL2)
+depends=(glib2 gconf 'libsoup>=2.24.0' rest dbus-glib libgnome-keyring
+ json-glib networkmanager)
+makedepends=(intltool gtk-doc vala gobject-introspection)
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
libsocialweb-gir-fix.patch)



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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 05:13:17
  Author: heftig
Revision: 180755

libsoup dep change

Modified:
  rest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 03:55:54 UTC (rev 180754)
+++ PKGBUILD2013-03-26 04:13:17 UTC (rev 180755)
@@ -1,21 +1,21 @@
 # $Id$
-# Maintainer: Jan "heftig" Steffens 
+# Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=rest
 pkgver=0.7.90
-pkgrel=1
+pkgrel=2
 pkgdesc="A helper library for RESTful services."
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://www.gtk.org/";
-license=('GPL2')
-depends=('glib2' 'libxml2' 'libsoup-gnome')
-makedepends=('gobject-introspection')
+license=(GPL2)
+depends=(glib2 libxml2 'libsoup>=2.42.0')
+makedepends=(gobject-introspection)
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
 sha256sums=('1d682acaac4d946cc7c98a2dd9d65a8c83a6fdb8ca6759e70b8b5042fe66c022')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc
@@ -23,8 +23,8 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 04:55:54
  Author: heftig
Revision: 180754

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

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

+
 /PKGBUILD  |  104 +++
 /nautilus.install  |   28 
 gnome-unstable-i686/PKGBUILD   |   52 ---
 gnome-unstable-i686/nautilus.install   |   14 
 gnome-unstable-x86_64/PKGBUILD |   52 ---
 gnome-unstable-x86_64/nautilus.install |   14 
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-26 03:54:13 UTC (rev 180753)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 03:55:54 UTC (rev 180754)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="GNOME file manager"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libexif gnome-desktop exempi gvfs desktop-file-utils gnome-icon-theme 
dconf libtracker-sparql libnotify)
-makedepends=(intltool gobject-introspection python)
-url="http://www.gnome.org";
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('c9b4096eb64006307bfd55640033191ab379c88ee8652e8203118a3ca9864e11')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nautilus \
-  --disable-nst-extension \
-  --disable-update-mimedb \
-  --disable-packagekit \
-  --disable-schemas-compile
-  make
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-  install=nautilus.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-### Split libnautilus-extension
-  cd ..
-  mkdir -p n-e/usr/{lib,share}
-  mv "$pkgdir"/usr/include n-e/usr
-  mv "$pkgdir"/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
-  mv "$pkgdir"/usr/lib/libnautilus-extension.so* n-e/usr/lib
-  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
-}
-
-package_libnautilus-extension() {
-  pkgdesc="Library for extending the $pkgdesc"
-  depends=(gtk3)
-
-  mv n-e/* "$pkgdir"
-}

Copied: nautilus/repos/gnome-unstable-i686/PKGBUILD (from rev 180753, 
nautilus/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 03:55:54 UTC (rev 180754)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.8.0
+pkgrel=2
+pkgdesc="GNOME file manager"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs desktop-file-utils gnome-icon-theme 
dconf 
+ libtracker-sparql libnotify nautilus-sendto)
+makedepends=(intltool gobject-introspection python)
+url="http://www.gnome.org";
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('c9b4096eb64006307bfd55640033191ab379c88ee8652e8203118a3ca9864e11')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nautilus \
+  --disable-update-mimedb \
+  --disable-packagekit \
+  --disable-schemas-compile
+  make
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+  install=nautilus.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+
+### Split libnautilus-extension
+  cd ..
+  mkdir -p n-e/usr/{lib,share}
+  mv "$pkgdir"/usr/include n-e/usr
+  mv "$pkgdir"/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
+  mv "$pkgdir"/usr/lib/libnautilus-extension.so* n-e/usr/lib
+  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+
+  mv n-e/* "$pkgdir"
+}

Deleted: gnome-unstable-i686/nautilus.install
===
--- gnome-unstable-i686/nautilus.install  

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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 04:54:13
  Author: heftig
Revision: 180753

reenable nautilus-sendto, which is now very thin

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 03:47:49 UTC (rev 180752)
+++ PKGBUILD2013-03-26 03:54:13 UTC (rev 180753)
@@ -4,11 +4,12 @@
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
 pkgver=3.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME file manager"
 arch=(i686 x86_64)
 license=(GPL)
-depends=(libexif gnome-desktop exempi gvfs desktop-file-utils gnome-icon-theme 
dconf libtracker-sparql libnotify)
+depends=(libexif gnome-desktop exempi gvfs desktop-file-utils gnome-icon-theme 
dconf 
+ libtracker-sparql libnotify nautilus-sendto)
 makedepends=(intltool gobject-introspection python)
 url="http://www.gnome.org";
 options=('!libtool' '!emptydirs')
@@ -20,7 +21,6 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/nautilus \
-  --disable-nst-extension \
   --disable-update-mimedb \
   --disable-packagekit \
   --disable-schemas-compile



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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 04:47:49
  Author: heftig
Revision: 180752

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

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

---+
 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 
 4 files changed, 70 insertions(+)

Copied: nautilus-sendto/repos/gnome-unstable-i686/PKGBUILD (from rev 180751, 
nautilus-sendto/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 03:47:49 UTC (rev 180752)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Eduardo Romero 
+# Contributor: Tor Krill 
+
+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/nautilus-sendto.install (from 
rev 180751, nautilus-sendto/trunk/nautilus-sendto.install)
===
--- gnome-unstable-i686/nautilus-sendto.install (rev 0)
+++ gnome-unstable-i686/nautilus-sendto.install 2013-03-26 03:47:49 UTC (rev 
180752)
@@ -0,0 +1,5 @@
+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-x86_64/PKGBUILD (from rev 180751, 
nautilus-sendto/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 03:47:49 UTC (rev 180752)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Eduardo Romero 
+# Contributor: Tor Krill 
+
+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-x86_64/nautilus-sendto.install 
(from rev 180751, nautilus-sendto/trunk/nautilus-sendto.install)
===
--- gnome-unstable-x86_64/nautilus-sendto.install   
(rev 0)
+++ gnome-unstable-x86_64/nautilus-sendto.install   2013-03-26 03:47:49 UTC 
(rev 180752)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if (( $(vercmp $2 3.7.92) < 0 )); then
+glib-compile-schemas usr/share/glib-2.0/schemas
+  fi
+}



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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 04:45:46
  Author: heftig
Revision: 180751

3.7.92

Modified:
  nautilus-sendto/trunk/PKGBUILD
  nautilus-sendto/trunk/nautilus-sendto.install

-+
 PKGBUILD|   13 ++---
 nautilus-sendto.install |   12 +++-
 2 files changed, 9 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 03:10:52 UTC (rev 180750)
+++ PKGBUILD2013-03-26 03:45:46 UTC (rev 180751)
@@ -4,19 +4,18 @@
 # Contributor: Tor Krill 
 
 pkgname=nautilus-sendto
-pkgver=3.6.0
+pkgver=3.7.92
 pkgrel=1
 pkgdesc="Nautilus context menu for sending files."
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://download.gnome.org/sources/nautilus-sendto/";
-license=('GPL')
-groups=('gnome-extra')
-depends=('evolution-data-server' 'nautilus' 'dconf')
-makedepends=('pidgin' 'gajim' 'gettext' 'intltool' 'gupnp')
+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=('5f90a1a7b054257545dc72fa3a63de8f5564815576f90a21c320ebb177b9268e')
+sha256sums=('9dd08958497789bd5a5605aac7f1b9c2b39d5a54ae85393f3a318bc4cb1330d6')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: nautilus-sendto.install
===
--- nautilus-sendto.install 2013-03-26 03:10:52 UTC (rev 180750)
+++ nautilus-sendto.install 2013-03-26 03:45:46 UTC (rev 180751)
@@ -1,11 +1,5 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
 post_upgrade() {
-post_install $1
+  if (( $(vercmp $2 3.7.92) < 0 )); then
+glib-compile-schemas usr/share/glib-2.0/schemas
+  fi
 }
-
-post_remove() {
-post_install $1
-}



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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 04:10:52
  Author: heftig
Revision: 180750

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   41 
 gnome-unstable-i686/caribou.install   |   13 ++
 gnome-unstable-x86_64/PKGBUILD|   41 
 gnome-unstable-x86_64/caribou.install |   13 ++
 4 files changed, 108 insertions(+)

Copied: caribou/repos/gnome-unstable-i686/PKGBUILD (from rev 180749, 
caribou/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 03:10:52 UTC (rev 180750)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Adam Hani Schakaki 
+
+pkgname=caribou
+pkgver=0.4.10
+pkgrel=1
+pkgdesc="A text entry and UI navigation application being developed as an 
alternative to the Gnome On-screen Keyboard."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Caribou";
+license=(LGPL)
+depends=(at-spi2-atk python2-atspi python2-gobject gtk3 libxklavier libgee 
clutter dconf)
+makedepends=(intltool docbook-xsl gtk2)
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('6480ce3a87cf4f01dd1fb52edbb31a2aa9f5573a0860b67115c86bbcd7b17865')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i s'|#!/usr/bin/python|#!/usr/bin/python2|'g 
tools/{fix_gir,make_schema}.py
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/caribou \
+--disable-gtk2-module \
+--disable-static \
+--disable-schemas-compile
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: caribou/repos/gnome-unstable-i686/caribou.install (from rev 180749, 
caribou/trunk/caribou.install)
===
--- gnome-unstable-i686/caribou.install (rev 0)
+++ gnome-unstable-i686/caribou.install 2013-03-26 03:10:52 UTC (rev 180750)
@@ -0,0 +1,13 @@
+pkgname=caribou
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}

Copied: caribou/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180749, 
caribou/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 03:10:52 UTC (rev 180750)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Adam Hani Schakaki 
+
+pkgname=caribou
+pkgver=0.4.10
+pkgrel=1
+pkgdesc="A text entry and UI navigation application being developed as an 
alternative to the Gnome On-screen Keyboard."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Caribou";
+license=(LGPL)
+depends=(at-spi2-atk python2-atspi python2-gobject gtk3 libxklavier libgee 
clutter dconf)
+makedepends=(intltool docbook-xsl gtk2)
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('6480ce3a87cf4f01dd1fb52edbb31a2aa9f5573a0860b67115c86bbcd7b17865')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i s'|#!/usr/bin/python|#!/usr/bin/python2|'g 
tools/{fix_gir,make_schema}.py
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/caribou \
+--disable-gtk2-module \
+--disable-static \
+--disable-schemas-compile
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: caribou/repos/gnome-unstable-x86_64/caribou.install (from rev 180749, 
caribou/trunk/caribou.install)
===
--- gnome-unstable-x86_64/caribou.install   (rev 0)
+++ gnome-unstable-x86_64/caribou.install   2013-03-26 03:10:52 UTC (rev 
180750)
@@ -0,0 +1,13 @@
+pkgname=caribou
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_ins

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

2013-03-25 Thread Thomas Dziedzic
Date: Tuesday, March 26, 2013 @ 04:10:33
  Author: td123
Revision: 180749

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

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 180748, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 180748, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 180748, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 180748, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 180748, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 180748, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 180748, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 180748, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 180748, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 180748, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  233 +
 testing-i686/archlinux.vim   |   26 
 testing-i686/gvim.desktop|   63 +++
 testing-i686/gvim.install|   11 +
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  233 +
 testing-x86_64/archlinux.vim |   26 
 testing-x86_64/gvim.desktop  |   63 +++
 testing-x86_64/gvim.install  |   11 +
 testing-x86_64/vimrc |   16 ++
 10 files changed, 698 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 180748, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-26 03:10:33 UTC (rev 180749)
@@ -0,0 +1,233 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.3
+_patchlevel=875
+__hgrev=acf7368a2acc
+_versiondir="vim${_topver//./}"
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url="http://www.vim.org";
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=("ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz";
+"ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig";
+
'pythoncomplete.vim::http://www.vim.org/scripts/download_script.php?src_id=10872'
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('4d71e8b9ef6a214b3651d69be19fadec'
+ 'ac2bfed9586c987f0b8435c91be3f18a'
+ '6e7adfbd5d26c1d161030ec203a7f243'
+ '20fceda56badf201695c57999b0bc609'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo "hg not found. Install mercurial." && return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} "${__hgroot}${__hgrepo}" ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n) < $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf "Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n"
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src && autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd "${srcdir}"/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multiby

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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 04:09:39
  Author: heftig
Revision: 180748

0.4.10

Modified:
  caribou/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 03:09:12 UTC (rev 180747)
+++ PKGBUILD2013-03-26 03:09:39 UTC (rev 180748)
@@ -3,18 +3,18 @@
 # Contributor: Adam Hani Schakaki 
 
 pkgname=caribou
-pkgver=0.4.4.2
+pkgver=0.4.10
 pkgrel=1
 pkgdesc="A text entry and UI navigation application being developed as an 
alternative to the Gnome On-screen Keyboard."
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/Caribou";
-license=('LGPL')
-depends=('at-spi2-atk' 'pyatspi' 'python2-gobject' 'gtk3' 'libxklavier' 
'libgee' 'clutter' 'dconf')
-makedepends=('intltool' 'docbook-xsl')
+license=(LGPL)
+depends=(at-spi2-atk python2-atspi python2-gobject gtk3 libxklavier libgee 
clutter dconf)
+makedepends=(intltool docbook-xsl gtk2)
 install=caribou.install
 options=(!libtool !emptydirs)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('22fba681b3e6041494ac4fa41b8286957bade0cc6158c110fe8f3c980af6913d')
+sha256sums=('6480ce3a87cf4f01dd1fb52edbb31a2aa9f5573a0860b67115c86bbcd7b17865')
 
 build() {
   cd $pkgname-$pkgver
@@ -28,6 +28,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install



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

2013-03-25 Thread Thomas Dziedzic
Date: Tuesday, March 26, 2013 @ 04:09:12
  Author: td123
Revision: 180747

upgpkg: vim 7.3.875-1

bump

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 02:56:45 UTC (rev 180746)
+++ PKGBUILD2013-03-26 03:09:12 UTC (rev 180747)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=834
-__hgrev=ad7bbe9ea65b
+_patchlevel=875
+__hgrev=acf7368a2acc
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -21,8 +21,8 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('f50a7f4e07ae991db324f0c4b3dcad3d'
- '57e197f51fbbd22944bfc51041ab89d1'
+md5sums=('4d71e8b9ef6a214b3651d69be19fadec'
+ 'ac2bfed9586c987f0b8435c91be3f18a'
  '6e7adfbd5d26c1d161030ec203a7f243'
  '20fceda56badf201695c57999b0bc609'
  '10353a61aadc3f276692d0e17db1478e'



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

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

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

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

-+
 gnome-unstable-i686/PKGBUILD|   29 +
 gnome-unstable-i686/folks.install   |   11 +++
 gnome-unstable-x86_64/PKGBUILD  |   29 +
 gnome-unstable-x86_64/folks.install |   11 +++
 4 files changed, 80 insertions(+)

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 180745, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 02:56:45 UTC (rev 180746)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+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/folks.install (from rev 180745, 
folks/trunk/folks.install)
===
--- gnome-unstable-i686/folks.install   (rev 0)
+++ gnome-unstable-i686/folks.install   2013-03-26 02:56:45 UTC (rev 180746)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: folks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180745, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 02:56:45 UTC (rev 180746)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+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-x86_64/folks.install (from rev 180745, 
folks/trunk/folks.install)
===
--- gnome-unstable-x86_64/folks.install (rev 0)
+++ gnome-unstable-x86_64/folks.install 2013-03-26 02:56:45 UTC (rev 180746)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 03:50:53
  Author: heftig
Revision: 180745

0.9.1

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 01:47:54 UTC (rev 180744)
+++ PKGBUILD2013-03-26 02:50:53 UTC (rev 180745)
@@ -2,18 +2,18 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.8.0
+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')
+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=('8c56c7594dd502ef5877e93181136e41f4ea03de4971372a7a04e7f1492eed9d')
+sha256sums=('102b1867355d16e73a837871a058dda13c74fa385908ddda1623893ab0baee4a')
 
 build() {
   cd "$pkgname-$pkgver"



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

2013-03-25 Thread Stéphane Gaudreault
Date: Tuesday, March 26, 2013 @ 02:47:54
  Author: stephane
Revision: 180744

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-26 01:42:03 UTC (rev 180743)
+++ extra-i686/PKGBUILD 2013-03-26 01:47:54 UTC (rev 180744)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault 
-# Contributor: Sylvain HENRY 
-# Contributor: Hervé YVIQUEL 
-
-pkgname=hwloc
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
-arch=('i686' 'x86_64')
-url="http://www.open-mpi.org/projects/hwloc/";
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('9d02234d6abd5332675957506e4d8144c515e986')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 180743, 
hwloc/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-26 01:47:54 UTC (rev 180744)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
+arch=('i686' 'x86_64')
+url="http://www.open-mpi.org/projects/hwloc/";
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f9d9938d427e65257d1745ffc1d10634251cdc09')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-26 01:42:03 UTC (rev 180743)
+++ extra-x86_64/PKGBUILD   2013-03-26 01:47:54 UTC (rev 180744)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault 
-# Contributor: Sylvain HENRY 
-# Contributor: Hervé YVIQUEL 
-
-pkgname=hwloc
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
-arch=('i686' 'x86_64')
-url="http://www.open-mpi.org/projects/hwloc/";
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('9d02234d6abd5332675957506e4d8144c515e986')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 180743, 
hwloc/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-26 01:47:54 UTC (rev 180744)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
+arch=('i686' 'x86_64')
+url="http://www.open-mpi.org/projects/hwloc/";
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f9d9938d427e65257d1745ffc1d10634251cdc09')
+
+build() {

[arch-commits] Commit in python-basemap/repos (2 files)

2013-03-25 Thread Stéphane Gaudreault
Date: Tuesday, March 26, 2013 @ 02:43:08
  Author: stephane
Revision: 87032

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

Added:
  python-basemap/repos/community-i686/PKGBUILD
(from rev 87031, python-basemap/trunk/PKGBUILD)
  python-basemap/repos/community-x86_64/PKGBUILD
(from rev 87031, python-basemap/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   83 
 community-x86_64/PKGBUILD |   83 
 2 files changed, 166 insertions(+)

Copied: python-basemap/repos/community-i686/PKGBUILD (from rev 87031, 
python-basemap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-26 01:43:08 UTC (rev 87032)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Matthias Ellmer 
+# Contributor: Julien Morin 
+
+pkgbase=python-basemap
+pkgname=('python-basemap' 'python2-basemap' 'python-basemap-common')
+pkgver=1.0.6
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://matplotlib.org/basemap/";
+license=('custom')
+makedepends=('python2-numpy' 'python-numpy' 'geos' 'shapelib')
+source=("http://downloads.sourceforge.net/project/matplotlib/matplotlib-toolkits/basemap-${pkgver}/basemap-${pkgver}.tar.gz";)
+sha1sums=('76191964c580b3af33c169cb050bb171328298f9')
+
+_py2basever=2.7
+_py3basever=3.3
+
+build() {
+   pushd "${srcdir}"/basemap-${pkgver}
+   # Remove the bundled libraries and common data
+   rm -r geos-*
+   sed -i "s/lib64/lib/g" setup.py
+   popd
+
+   cp -a "${srcdir}"/basemap-${pkgver}{,-python2}
+
+   # Python3 Version
+   cd "${srcdir}"/basemap-${pkgver}
+   python setup.py config
+   python setup.py build
+
+   # Python2 Version
+   cd "${srcdir}"/basemap-${pkgver}-python2
+   python2 setup.py config
+   python2 setup.py build
+}
+
+package_python-basemap() {
+   pkgdesc="Toolkit for plotting data on map projections"
+   depends=('python-basemap-common' 'python-matplotlib' 'geos' 'shapelib' 
'python-numpy' 'python-httplib2')
+   optdepends=('python-imaging: Python Imaging Library is only needed for 
bluemarble and warpimage methods.')
+
+   cd "${srcdir}"/basemap-${pkgver}
+
+   python setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
+
+   # Conflict with files from python-matplotlib
+   rm 
"${pkgdir}"/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/__init__.py
+   rm 
"${pkgdir}"/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/__pycache__/__init__.cpython-33.{pyc,pyo}
+
+   rm -fr 
"${pkgdir}"/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/basemap/data
+   ln -sf /usr/share/basemap/data 
"${pkgdir}"/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/basemap/data
+}
+
+package_python2-basemap() {
+   pkgdesc="Toolkit for plotting data on map projections"
+   depends=('python-basemap-common' 'python2-matplotlib' 'geos' 'shapelib' 
'python2-numpy' 'python2-httplib2')
+   optdepends=('python2-imaging: Python Imaging Library is only needed for 
bluemarble and warpimage methods.')
+
+   cd "${srcdir}"/basemap-${pkgver}-python2
+
+   python2 setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
+
+   # Conflict with files from python2-matplotlib
+   rm 
"${pkgdir}"/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/__init__.{py,pyc,pyo}
+
+   rm -fr 
"${pkgdir}"/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/basemap/data
+   ln -sf /usr/share/basemap/data 
"${pkgdir}"/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/basemap/data
+}
+
+package_python-basemap-common() {
+   pkgdesc="Data files for python-basemap"
+
+   cd "${srcdir}"/basemap-${pkgver}
+
+   install -dm755 "${pkgdir}"/usr/share/basemap
+   cp -a lib/mpl_toolkits/basemap/data/ "${pkgdir}"/usr/share/basemap/
+
+   install -dm755 "${pkgdir}"/usr/share/licenses/${pkgbase}
+   install -m644 LICENSE_{data,pyshp,proj4} README 
"${pkgdir}"/usr/share/licenses/${pkgbase}/
+}

Copied: python-basemap/repos/community-x86_64/PKGBUILD (from rev 87031, 
python-basemap/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-26 01:43:08 UTC (rev 87032)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Matthias Ellmer 
+# Contributor: Julien Morin 
+
+pkgbase=python-basemap
+pkgname=('python-basemap' 'python2-basemap' 'python-basemap-common')
+pkgver=1.0.6
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://matplotlib.org/basemap/";
+license=('custom')
+makedepends=('python2-numpy' 'python-numpy' 'geos' 'shapelib')
+source=("http://downloads.sourceforge.net/project/matplotlib/matplotlib-toolkits/basemap-${pkgver}/basemap-${pkgver}.tar.gz";)
+sha1sums=('76191964c580b3af33c169cb050bb171328298f9')
+
+_py2basever=2.7
+_py3basever=3.3
+
+build() {
+   pushd

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

2013-03-25 Thread Stéphane Gaudreault
Date: Tuesday, March 26, 2013 @ 02:42:04
  Author: stephane
Revision: 87031

upgpkg: python-basemap 1.0.6-2

split pkgs

Modified:
  python-basemap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 23:59:39 UTC (rev 87030)
+++ PKGBUILD2013-03-26 01:42:04 UTC (rev 87031)
@@ -6,11 +6,11 @@
 pkgbase=python-basemap
 pkgname=('python-basemap' 'python2-basemap' 'python-basemap-common')
 pkgver=1.0.6
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
-url="http://matplotlib.sourceforge.net/basemap/doc/html/";
+url="http://matplotlib.org/basemap/";
 license=('custom')
-makedepends=('python2' 'python')
+makedepends=('python2-numpy' 'python-numpy' 'geos' 'shapelib')
 
source=("http://downloads.sourceforge.net/project/matplotlib/matplotlib-toolkits/basemap-${pkgver}/basemap-${pkgver}.tar.gz";)
 sha1sums=('76191964c580b3af33c169cb050bb171328298f9')
 
@@ -18,14 +18,13 @@
 _py3basever=3.3
 
 build() {
-   pushd "${srcdir}"/${pkgbase}-${pkgver}
+   pushd "${srcdir}"/basemap-${pkgver}
# Remove the bundled libraries and common data
rm -r geos-*
-   rm -r lib/mpl_toolkits/basemap/data
sed -i "s/lib64/lib/g" setup.py
popd
 
-   cp -a "${srcdir}"/${pkgbase}-${pkgver}{,-python2}
+   cp -a "${srcdir}"/basemap-${pkgver}{,-python2}
 
# Python3 Version
cd "${srcdir}"/basemap-${pkgver}
@@ -52,7 +51,7 @@
rm 
"${pkgdir}"/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/__pycache__/__init__.cpython-33.{pyc,pyo}
 
rm -fr 
"${pkgdir}"/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/basemap/data
-   ln -sf /usr/share/basemap/data/ 
"${pkgdir}"/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/basemap/data
+   ln -sf /usr/share/basemap/data 
"${pkgdir}"/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/basemap/data
 }
 
 package_python2-basemap() {
@@ -68,20 +67,17 @@
rm 
"${pkgdir}"/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/__init__.{py,pyc,pyo}
 
rm -fr 
"${pkgdir}"/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/basemap/data
-   ln -sf /usr/share/basemap/data/ 
"${pkgdir}"/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/basemap/data
+   ln -sf /usr/share/basemap/data 
"${pkgdir}"/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/basemap/data
 }
 
 package_python-basemap-common() {
pkgdesc="Data files for python-basemap"
 
-   # Make required directories
-   install -dm755 
"${pkgdir}"/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/basemap/
-   install -dm755 
"${pkgdir}"/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/basemap/
+   cd "${srcdir}"/basemap-${pkgver}
 
-   # Move data
-   cp -a "${srcdir}"/${pkgbase}-${pkgver}/lib/mpl_toolkits/basemap/data/ 
"${pkgdir}"/usr/share/basemap/
+   install -dm755 "${pkgdir}"/usr/share/basemap
+   cp -a lib/mpl_toolkits/basemap/data/ "${pkgdir}"/usr/share/basemap/
 
-   # License
-   install -Dm644 LICENSE_{data,pyshp,proj4} 
"${pkgdir}"/usr/share/licenses/${pkgbase}
-   install -Dm644 README"${pkgdir}"/usr/share/licenses/${pkgbase}
+   install -dm755 "${pkgdir}"/usr/share/licenses/${pkgbase}
+   install -m644 LICENSE_{data,pyshp,proj4} README 
"${pkgdir}"/usr/share/licenses/${pkgbase}/
 }



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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 02:42:03
  Author: heftig
Revision: 180743

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

Added:
  grilo-plugins/repos/gnome-unstable-i686/
  grilo-plugins/repos/gnome-unstable-i686/PKGBUILD
(from rev 180742, grilo-plugins/trunk/PKGBUILD)
  grilo-plugins/repos/gnome-unstable-x86_64/
  grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180742, grilo-plugins/trunk/PKGBUILD)

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

Copied: grilo-plugins/repos/gnome-unstable-i686/PKGBUILD (from rev 180742, 
grilo-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 01:42:03 UTC (rev 180743)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo-plugins
+pkgver=0.2.6
+pkgrel=1
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo sqlite libgcrypt)
+makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
+ json-glib)
+optdepends=('gupnp-av: uPnP plugin'
+'libgdata: Youtube plugin'
+'libquvi: Youtube plugin, Vimeo plugin'
+'gmime: Podcasts plugin'
+'rest: Blip.tv plugin'
+'libtracker-sparql: Tracker plugin'
+'totem-plparser: Optical media plugin'
+'libdmapsharing: DMAP sharing plugin'
+'json-glib: TMDb plugin')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('029ea7fdbb32ff5cc20295b9a1a943f76f39a67ed5bf08a2b33b01cf287a1227')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--enable-shoutcast
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180742, 
grilo-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 01:42:03 UTC (rev 180743)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo-plugins
+pkgver=0.2.6
+pkgrel=1
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo sqlite libgcrypt)
+makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
+ json-glib)
+optdepends=('gupnp-av: uPnP plugin'
+'libgdata: Youtube plugin'
+'libquvi: Youtube plugin, Vimeo plugin'
+'gmime: Podcasts plugin'
+'rest: Blip.tv plugin'
+'libtracker-sparql: Tracker plugin'
+'totem-plparser: Optical media plugin'
+'libdmapsharing: DMAP sharing plugin'
+'json-glib: TMDb plugin')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('029ea7fdbb32ff5cc20295b9a1a943f76f39a67ed5bf08a2b33b01cf287a1227')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--enable-shoutcast
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 02:41:23
  Author: heftig
Revision: 180742

0.2.6

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 01:26:38 UTC (rev 180741)
+++ PKGBUILD2013-03-26 01:41:23 UTC (rev 180742)
@@ -2,19 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=grilo-plugins
-pkgver=0.2.5
+pkgver=0.2.6
 pkgrel=1
 pkgdesc="Plugins for Grilo"
 url="http://www.gnome.org";
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('grilo' 'sqlite' 'libgcrypt')
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo sqlite libgcrypt)
 makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
  json-glib)
 optdepends=('gupnp-av: uPnP plugin'
 'libgdata: Youtube plugin'
 'libquvi: Youtube plugin, Vimeo plugin'
-'sqlite: Podcasts plugin'
 'gmime: Podcasts plugin'
 'rest: Blip.tv plugin'
 'libtracker-sparql: Tracker plugin'
@@ -23,11 +22,10 @@
 'json-glib: TMDb plugin')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('32ae6c8ebf624e5662f209435d8aae6a5db23d7c52d446c9b9479c0b441a3ab3')
+sha256sums=('029ea7fdbb32ff5cc20295b9a1a943f76f39a67ed5bf08a2b33b01cf287a1227')
 
 build() {
   cd $pkgname-$pkgver
-  
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
 --enable-shoutcast
   make



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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 02:26:38
  Author: heftig
Revision: 180741

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

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

-+
 gnome-unstable-i686/PKGBUILD|   41 ++
 gnome-unstable-i686/rygel.install   |   11 +
 gnome-unstable-x86_64/PKGBUILD  |   41 ++
 gnome-unstable-x86_64/rygel.install |   11 +
 4 files changed, 104 insertions(+)

Copied: rygel/repos/gnome-unstable-i686/PKGBUILD (from rev 180740, 
rygel/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 01:26:38 UTC (rev 180741)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=rygel
+pkgver=0.17.10
+pkgrel=1
+pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Rygel";
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils)
+makedepends=(vala intltool)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+options=('!libtool')
+install=rygel.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0b159eda3b85cfa67ffa956ad3b2256fec70f1d289d87c4e71875f47cc0c9abc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: rygel/repos/gnome-unstable-i686/rygel.install (from rev 180740, 
rygel/trunk/rygel.install)
===
--- gnome-unstable-i686/rygel.install   (rev 0)
+++ gnome-unstable-i686/rygel.install   2013-03-26 01:26:38 UTC (rev 180741)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: rygel/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180740, 
rygel/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 01:26:38 UTC (rev 180741)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=rygel
+pkgver=0.17.10
+pkgrel=1
+pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Rygel";
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils)
+makedepends=(vala intltool)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+options=('!libtool')
+install=rygel.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0b159eda3b85cfa67ffa956ad3b2256fec70f1d289d87c4e71875f47cc0c9abc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

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

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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 02:25:46
  Author: heftig
Revision: 180740

0.17.10

Modified:
  rygel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 01:21:13 UTC (rev 180739)
+++ PKGBUILD2013-03-26 01:25:46 UTC (rev 180740)
@@ -1,42 +1,41 @@
 # $Id$
-# Maintainer: Balló György 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
 
 pkgname=rygel
-pkgver=0.16.4
+pkgver=0.17.10
 pkgrel=1
 pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://live.gnome.org/Rygel";
-license=('LGPL')
-depends=('gupnp-av' 'gupnp-dlna' 'libgee' 'gtk3' 'libunistring' 
'libtracker-sparql' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('vala' 'intltool')
-optdepends=('gstreamer0.10-good-plugins: Extra media codecs'
-'gstreamer0.10-bad-plugins: Extra media codecs'
-'gstreamer0.10-ugly-plugins: Extra media codecs'
-'gstreamer0.10-ffmpeg: Extra media codecs'
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils)
+makedepends=(vala intltool)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
 'tracker: Share indexed media files')
-backup=('etc/rygel.conf')
+backup=(etc/rygel.conf)
 options=('!libtool')
-install=$pkgname.install
+install=rygel.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3cf338c120751ea068c90f65bfb2a63c436cdf59b02ce159b6376a349717ed7a')
+sha256sums=('0b159eda3b85cfa67ffa956ad3b2256fec70f1d289d87c4e71875f47cc0c9abc')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
   make
 }
 
 check() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd $pkgname-$pkgver
   make check
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }



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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 02:21:13
  Author: heftig
Revision: 180739

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

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

---+
 /PKGBUILD |  168 
 /tracker.install  |   26 
 gnome-unstable-i686/PKGBUILD  |   84 
 gnome-unstable-i686/tracker.install   |   13 --
 gnome-unstable-x86_64/PKGBUILD|   84 
 gnome-unstable-x86_64/tracker.install |   13 --
 6 files changed, 194 insertions(+), 194 deletions(-)

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

Copied: tracker/repos/gnome-unstable-i686/PKGBUILD (from rev 180738, 
tracker/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 01:21:13 UTC (rev 180739)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alex

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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 02:19:08
  Author: heftig
Revision: 180738

Add back the extension

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 01:10:26 UTC (rev 180737)
+++ PKGBUILD2013-03-26 01:19:08 UTC (rev 180738)
@@ -7,7 +7,7 @@
 pkgname=(tracker libtracker-sparql)
 pkgver=0.16.0
 _tver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 pkgdesc="All-in-one indexer, search tool and metadata database"
 arch=(i686 x86_64)
 license=(GPL)
@@ -15,7 +15,7 @@
  poppler-glib libgsf icu enca networkmanager gtk3
  desktop-file-utils hicolor-icon-theme gobject-introspection
  intltool giflib gst-plugins-base-libs totem-plparser
- taglib libvorbis flac vala libgxps)
+ taglib libvorbis flac vala libgxps libnautilus-extension)
 url="http://www.gnome.org";
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
@@ -30,7 +30,6 @@
 --localstatedir=/var \
 --libexecdir=/usr/lib/tracker \
 --disable-unit-tests \
---disable-nautilus-extension \
 --enable-libflac \
 --enable-libvorbis
 
@@ -49,6 +48,7 @@
   'libvorbis: Vorbis metadata extractor'
   'flac: FLAC metadata extractor'
   'taglib: writeback for audio files'
+  "nautilus: edit files' tracker tags"
   'libgxps: XPS extractor')
   groups=('gnome-extra')
   install=tracker.install



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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 02:10:26
  Author: heftig
Revision: 180737

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

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

+
 gnome-unstable-i686/PKGBUILD   |   52 +++
 gnome-unstable-i686/nautilus.install   |   14 
 gnome-unstable-x86_64/PKGBUILD |   52 +++
 gnome-unstable-x86_64/nautilus.install |   14 
 4 files changed, 132 insertions(+)

Copied: nautilus/repos/gnome-unstable-i686/PKGBUILD (from rev 180736, 
nautilus/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-26 01:10:26 UTC (rev 180737)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="GNOME file manager"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs desktop-file-utils gnome-icon-theme 
dconf libtracker-sparql libnotify)
+makedepends=(intltool gobject-introspection python)
+url="http://www.gnome.org";
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('c9b4096eb64006307bfd55640033191ab379c88ee8652e8203118a3ca9864e11')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nautilus \
+  --disable-nst-extension \
+  --disable-update-mimedb \
+  --disable-packagekit \
+  --disable-schemas-compile
+  make
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+  install=nautilus.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+
+### Split libnautilus-extension
+  cd ..
+  mkdir -p n-e/usr/{lib,share}
+  mv "$pkgdir"/usr/include n-e/usr
+  mv "$pkgdir"/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
+  mv "$pkgdir"/usr/lib/libnautilus-extension.so* n-e/usr/lib
+  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+
+  mv n-e/* "$pkgdir"
+}

Copied: nautilus/repos/gnome-unstable-i686/nautilus.install (from rev 180736, 
nautilus/trunk/nautilus.install)
===
--- gnome-unstable-i686/nautilus.install(rev 0)
+++ gnome-unstable-i686/nautilus.install2013-03-26 01:10:26 UTC (rev 
180737)
@@ -0,0 +1,14 @@
+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
+  update-mime-database /usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: nautilus/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180736, 
nautilus/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-26 01:10:26 UTC (rev 180737)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="GNOME file manager"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs desktop-file-utils gnome-icon-theme 
dconf libtracker-sparql libnotify)
+makedepends=(intltool gobject-introspection python)
+url="http://www.gnome.org";
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('c9b4096eb64006307bfd55640033191ab379c88ee8652e8203118a3ca9864e11')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nautilus \
+  --disable-nst-extension \
+  --disable-update-mimedb \
+  --disable-packagekit \
+  --disable-schemas-compile
+  make
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+  install=nautilus.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+
+### Split libnautilus-extension
+  cd ..
+  mkdir -p n-e/usr/{lib,share}
+  mv "$pkgdir"/usr/include n-e/usr
+  mv "

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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 02:09:00
  Author: heftig
Revision: 180736

3.8.0

Modified:
  nautilus/trunk/PKGBUILD

--+
 PKGBUILD |   44 +++-
 1 file changed, 31 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 01:07:14 UTC (rev 180735)
+++ PKGBUILD2013-03-26 01:09:00 UTC (rev 180736)
@@ -1,23 +1,22 @@
 # $Id$
 # Maintainer: Jan de Groot 
 
-pkgname=nautilus
-pkgver=3.6.3
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="GNOME file manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libexif' 'gnome-desktop' 'exempi' 'gvfs' 'desktop-file-utils' 
'gnome-icon-theme' 'dconf' 'libtracker-sparql' 'libnotify')
-makedepends=('intltool' 'gobject-introspection')
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs desktop-file-utils gnome-icon-theme 
dconf libtracker-sparql libnotify)
+makedepends=(intltool gobject-introspection python)
 url="http://www.gnome.org";
-groups=('gnome')
 options=('!libtool' '!emptydirs')
-install=nautilus.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d272027754ce8591959ae854fc6b5f43eee4af31e4eecf06de727acebe0ee46c')
+source=(http://download.gnome.org/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('c9b4096eb64006307bfd55640033191ab379c88ee8652e8203118a3ca9864e11')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgbase-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/nautilus \
@@ -28,7 +27,26 @@
   make
 }
 
-package() {
-  cd "$pkgname-$pkgver"
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+  install=nautilus.install
+
+  cd $pkgbase-$pkgver
   make DESTDIR="$pkgdir" install
+
+### Split libnautilus-extension
+  cd ..
+  mkdir -p n-e/usr/{lib,share}
+  mv "$pkgdir"/usr/include n-e/usr
+  mv "$pkgdir"/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
+  mv "$pkgdir"/usr/lib/libnautilus-extension.so* n-e/usr/lib
+  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
 }
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+
+  mv n-e/* "$pkgdir"
+}



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

2013-03-25 Thread Eric Bélanger
Date: Tuesday, March 26, 2013 @ 02:07:14
  Author: eric
Revision: 180735

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

Added:
  lyx/repos/staging-i686/
  lyx/repos/staging-i686/PKGBUILD
(from rev 180734, lyx/trunk/PKGBUILD)
  lyx/repos/staging-i686/lyx.desktop
(from rev 180734, lyx/trunk/lyx.desktop)
  lyx/repos/staging-i686/lyx.install
(from rev 180734, lyx/trunk/lyx.install)
  lyx/repos/staging-i686/lyxrc.dist
(from rev 180734, lyx/trunk/lyxrc.dist)
  lyx/repos/staging-x86_64/
  lyx/repos/staging-x86_64/PKGBUILD
(from rev 180734, lyx/trunk/PKGBUILD)
  lyx/repos/staging-x86_64/lyx.desktop
(from rev 180734, lyx/trunk/lyx.desktop)
  lyx/repos/staging-x86_64/lyx.install
(from rev 180734, lyx/trunk/lyx.install)
  lyx/repos/staging-x86_64/lyxrc.dist
(from rev 180734, lyx/trunk/lyxrc.dist)

+
 staging-i686/PKGBUILD  |   50 +++
 staging-i686/lyx.desktop   |   14 
 staging-i686/lyx.install   |   14 
 staging-i686/lyxrc.dist|   14 
 staging-x86_64/PKGBUILD|   50 +++
 staging-x86_64/lyx.desktop |   14 
 staging-x86_64/lyx.install |   14 
 staging-x86_64/lyxrc.dist  |   14 
 8 files changed, 184 insertions(+)

Copied: lyx/repos/staging-i686/PKGBUILD (from rev 180734, lyx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-26 01:07:14 UTC (rev 180735)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.0.5.1
+pkgrel=3
+pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
+arch=('i686' 'x86_64')
+url="http://www.lyx.org";
+depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes')
+makedepends=('boost')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+options=('emptydirs')
+source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+sha1sums=('a822e99484c1652c4df5df717819dd7048fcff75'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
+  sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
+  ./configure --prefix=/usr \
+--with-frontend=qt4 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install desktop entry
+  install -Dm644 "${srcdir}/lyx.desktop" \
+"${pkgdir}/usr/share/applications/lyx.desktop"
+  install -Dm644 "lib/images/lyx.png" \
+"${pkgdir}/usr/share/pixmaps/lyx.png"
+
+  # install default config file
+  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
+  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
+}

Copied: lyx/repos/staging-i686/lyx.desktop (from rev 180734, 
lyx/trunk/lyx.desktop)
===
--- staging-i686/lyx.desktop(rev 0)
+++ staging-i686/lyx.desktop2013-03-26 01:07:14 UTC (rev 180735)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=LyX Document Processor
+GenericName=Document Processor
+Comment=High level LaTeX frontend
+Exec=lyx %F
+TryExec=lyx
+Icon=lyx
+StartupNotify=false
+StartupWMClass=Lyx
+Terminal=false
+Categories=Office;WordProcessor;Qt;
+MimeType=text/x-lyx;application/x-lyx;

Copied: lyx/repos/staging-i686/lyx.install (from rev 180734, 
lyx/trunk/lyx.install)
===
--- staging-i686/lyx.install(rev 0)
+++ staging-i686/lyx.install2013-03-26 01:07:14 UTC (rev 180735)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+
+

Copied: lyx/repos/staging-i686/lyxrc.dist (from rev 180734, 
lyx/trunk/lyxrc.dist)
===
--- staging-i686/lyxrc.dist (rev 0)
+++ staging-i686/lyxrc.dist 2013-03-26 01:07:14 UTC (rev 180735)
@@ -0,0 +1,14 @@
+### This file is part of
+### 
+###  LyX, The Document Processor
+###
+###  Copyright 1995 Matthias Ettrich
+###  Copyright 1995-2011 The LyX Team.
+###
+### 
+
+# The file lyxrc.dist gives initial

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

2013-03-25 Thread Eric Bélanger
Date: Tuesday, March 26, 2013 @ 02:06:30
  Author: eric
Revision: 180734

upgpkg: lyx 2.0.5.1-3

Rebuild for boost 1.53.0

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 00:18:21 UTC (rev 180733)
+++ PKGBUILD2013-03-26 01:06:30 UTC (rev 180734)
@@ -4,7 +4,7 @@
 
 pkgname=lyx
 pkgver=2.0.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('i686' 'x86_64')
 url="http://www.lyx.org";
@@ -23,8 +23,6 @@
   '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
 
 build() {
-  . /etc/profile.d/qt4.sh
-
   cd "${srcdir}/${pkgname}-${pkgver}"
   find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
   sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp



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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 01:18:21
  Author: heftig
Revision: 180733

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   84 
 gnome-unstable-i686/tracker.install   |   13 
 gnome-unstable-x86_64/PKGBUILD|   84 
 gnome-unstable-x86_64/tracker.install |   13 
 4 files changed, 194 insertions(+)

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

Copied: tracker/repos/gnome-unstable-i686/tracker.install (from rev 180732, 
tracker/trunk/tracker.install)
===
--- gnome-unstable-i686/tracker.install (rev 0)
+++ gnome-unstable-i686/tracker.install 2013-03-26 00:18:21 UTC (rev 180733)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: tracker/repos/gnome-unstable-x86

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

2013-03-25 Thread Jan Steffens
Date: Tuesday, March 26, 2013 @ 01:17:19
  Author: heftig
Revision: 180732

0.16.0

Modified:
  tracker/trunk/PKGBUILD

--+
 PKGBUILD |   22 +-
 1 file changed, 9 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-26 00:08:40 UTC (rev 180731)
+++ PKGBUILD2013-03-26 00:17:19 UTC (rev 180732)
@@ -5,35 +5,32 @@
 
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
-pkgver=0.14.5
+pkgver=0.16.0
 _tver=${pkgver%.*}
 pkgrel=1
 pkgdesc="All-in-one indexer, search tool and metadata database"
 arch=(i686 x86_64)
 license=(GPL)
-makedepends=(libgnome-keyring upower libexif exempi rest
+makedepends=(libgee libsecret upower libexif exempi
  poppler-glib libgsf icu enca networkmanager gtk3
  desktop-file-utils hicolor-icon-theme gobject-introspection
- intltool giflib gstreamer0.10-base totem-plparser
- taglib nautilus libvorbis flac vala libgxps)
+ intltool giflib gst-plugins-base-libs totem-plparser
+ taglib libvorbis flac vala libgxps)
 url="http://www.gnome.org";
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
-sha256sums=('cabef75eb18ad35208000dc472bdc20a74269799414527ee6e1c1c1cfb28eec8')
+sha256sums=('299c6a180370522d1d794c184aaef8d8222d3f737d564b8e5ca25b8751470c4f')
 
 build() {
   cd $pkgbase-$pkgver
 
-  # HACK: uninstall libtracker-sparql to ensure a clean build,
-  # as the build system will wrongly link against it
-  #if pacman -Qq libtracker-sparql; then sudo pacman -Rdd --noconfirm 
libtracker-sparql; fi
-
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
 --libexecdir=/usr/lib/tracker \
 --disable-unit-tests \
+--disable-nautilus-extension \
 --enable-libflac \
 --enable-libvorbis
 
@@ -43,13 +40,12 @@
 }
 
 package_tracker() {
-  depends=("libtracker-sparql=$pkgver-$pkgrel" libgnome-keyring
-   upower libexif exempi rest poppler-glib libgsf enca
+  depends=("libtracker-sparql=$pkgver-$pkgrel" libgee libsecret
+   upower libexif exempi poppler-glib libgsf enca
networkmanager gtk3 desktop-file-utils hicolor-icon-theme)
   optdepends=('giflib: extractor for GIF data'
-  'gstreamer0.10-base: video extractor'
+  'gst-plugins-base-libs: video extractor'
   'totem-plparser: playlist support'
-  'nautilus: nautilus-extension'
   'libvorbis: Vorbis metadata extractor'
   'flac: FLAC metadata extractor'
   'taglib: writeback for audio files'



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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:38:37
  Author: jgc
Revision: 180725

upgpkg: vinagre 3.8.0-1

Modified:
  vinagre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 23:32:21 UTC (rev 180724)
+++ PKGBUILD2013-03-25 23:38:37 UTC (rev 180725)
@@ -5,7 +5,7 @@
 # Contributor: lp76 
 
 pkgname=vinagre
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="A VNC Client for the GNOME Desktop"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 options=('!emptydirs' '!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('dec4b24de9c372cef3efc0d3e80514c85250e01ce01325d07a4e4e956b4a8f3c')
+sha256sums=('83d3b0e83aa804d8336b4779ce17d12365573c06f59abd3956092e3ab7d41b06')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:38:43
  Author: jgc
Revision: 180726

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   34 
 gnome-unstable-i686/vinagre.install   |   14 +
 gnome-unstable-x86_64/PKGBUILD|   34 
 gnome-unstable-x86_64/vinagre.install |   14 +
 4 files changed, 96 insertions(+)

Copied: vinagre/repos/gnome-unstable-i686/PKGBUILD (from rev 180725, 
vinagre/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 23:38:43 UTC (rev 180726)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Allan McRae 
+# Contributor: lp76 
+
+pkgname=vinagre
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="A VNC Client for the GNOME Desktop"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnome.org/projects/vinagre/";
+install=vinagre.install
+depends=('libsecret' 'gtk-vnc' 'vte3' 'telepathy-glib' 'avahi' 
'desktop-file-utils' 'dconf' 'shared-mime-info' 'gnome-icon-theme')
+optdepends=('openssh: SSH plugin'
+'rdesktop: RDP plugin')
+makedepends=('docbook-xsl' 'intltool' 'rdesktop' 'openssh' 'itstool')
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('83d3b0e83aa804d8336b4779ce17d12365573c06f59abd3956092e3ab7d41b06')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vinagre --enable-rdp --disable-spice
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: vinagre/repos/gnome-unstable-i686/vinagre.install (from rev 180725, 
vinagre/trunk/vinagre.install)
===
--- gnome-unstable-i686/vinagre.install (rev 0)
+++ gnome-unstable-i686/vinagre.install 2013-03-25 23:38:43 UTC (rev 180726)
@@ -0,0 +1,14 @@
+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
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: vinagre/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180725, 
vinagre/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:38:43 UTC (rev 180726)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Allan McRae 
+# Contributor: lp76 
+
+pkgname=vinagre
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="A VNC Client for the GNOME Desktop"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnome.org/projects/vinagre/";
+install=vinagre.install
+depends=('libsecret' 'gtk-vnc' 'vte3' 'telepathy-glib' 'avahi' 
'desktop-file-utils' 'dconf' 'shared-mime-info' 'gnome-icon-theme')
+optdepends=('openssh: SSH plugin'
+'rdesktop: RDP plugin')
+makedepends=('docbook-xsl' 'intltool' 'rdesktop' 'openssh' 'itstool')
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('83d3b0e83aa804d8336b4779ce17d12365573c06f59abd3956092e3ab7d41b06')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vinagre --enable-rdp --disable-spice
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: vinagre/repos/gnome-unstable-x86_64/vinagre.install (from rev 180725, 
vinagre/trunk/vinagre.install)
===
--- gnome-unstable-x86_64/vinagre.install   (rev 0)
+++ gnome-unstable-x86_64/vinagre.install   2013-03-25 23:38:43 UTC (rev 
180726)
@@ -0,0 +1,14 @@
+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
+  update-mime-database usr/s

[arch-commits] Commit in (5 files)

2013-03-25 Thread Stéphane Gaudreault
Date: Tuesday, March 26, 2013 @ 00:59:39
  Author: stephane
Revision: 87030

split pkg for python 2 and 3

Added:
  python-basemap/
Modified:
  python-basemap/trunk/PKGBUILD
Deleted:
  python-basemap/repos/community-i686/PKGBUILD
  python-basemap/repos/community-x86_64/PKGBUILD
  python2-basemap/

-+
 repos/community-i686/PKGBUILD   |   44 -
 repos/community-x86_64/PKGBUILD |   44 -
 trunk/PKGBUILD  |   79 +-
 3 files changed, 61 insertions(+), 106 deletions(-)

Deleted: python-basemap/repos/community-i686/PKGBUILD
===
--- python2-basemap/repos/community-i686/PKGBUILD   2013-03-25 23:16:46 UTC 
(rev 87029)
+++ python-basemap/repos/community-i686/PKGBUILD2013-03-25 23:59:39 UTC 
(rev 87030)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Julien Morin 
-
-pkgname=python2-basemap
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="Toolkit for plotting data on map projections"
-arch=('i686' 'x86_64')
-url="http://matplotlib.sourceforge.net/basemap/doc/html/";
-license=('custom')
-depends=('python2-matplotlib' 'geos' 'shapelib' 'python2-numpy' 
'python2-httplib2')
-optdepends=('python-imaging: Python Imaging Library is only needed for 
bluemarble and warpimage methods.')
-source=("http://downloads.sourceforge.net/project/matplotlib/matplotlib-toolkits/basemap-${pkgver}/basemap-${pkgver}.tar.gz";)
-sha1sums=('14b6f5f645febbc73b23e8aea8fdb9e4b4b9adb4')
-
-build() {
-   cd "${srcdir}/basemap-${pkgver}"
-
-   # Remove the bundled librarie
-   rm -r geos-*
-
-   sed -i "s/lib64/lib/g" setup.py
-
-   python2 setup.py config
-   python2 setup.py build
-}
-
-package() {
-   cd "${srcdir}/basemap-${pkgver}"
-
-   _pybasever=2.7
-
-   python2 setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
-
-   # Conflict with files from python2-matplotlib
-   rm 
"${pkgdir}"/usr/lib/python${_pybasever}/site-packages/mpl_toolkits/__init__.{py,pyc,pyo}
-
-   # License
-   install -Dm644 LICENSE_data  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 LICENSE_pyshp 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 LICENSE_proj4 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 README
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Deleted: python-basemap/repos/community-x86_64/PKGBUILD
===
--- python2-basemap/repos/community-x86_64/PKGBUILD 2013-03-25 23:16:46 UTC 
(rev 87029)
+++ python-basemap/repos/community-x86_64/PKGBUILD  2013-03-25 23:59:39 UTC 
(rev 87030)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Julien Morin 
-
-pkgname=python2-basemap
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="Toolkit for plotting data on map projections"
-arch=('i686' 'x86_64')
-url="http://matplotlib.sourceforge.net/basemap/doc/html/";
-license=('custom')
-depends=('python2-matplotlib' 'geos' 'shapelib' 'python2-numpy' 
'python2-httplib2')
-optdepends=('python-imaging: Python Imaging Library is only needed for 
bluemarble and warpimage methods.')
-source=("http://downloads.sourceforge.net/project/matplotlib/matplotlib-toolkits/basemap-${pkgver}/basemap-${pkgver}.tar.gz";)
-sha1sums=('14b6f5f645febbc73b23e8aea8fdb9e4b4b9adb4')
-
-build() {
-   cd "${srcdir}/basemap-${pkgver}"
-
-   # Remove the bundled librarie
-   rm -r geos-*
-
-   sed -i "s/lib64/lib/g" setup.py
-
-   python2 setup.py config
-   python2 setup.py build
-}
-
-package() {
-   cd "${srcdir}/basemap-${pkgver}"
-
-   _pybasever=2.7
-
-   python2 setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
-
-   # Conflict with files from python2-matplotlib
-   rm 
"${pkgdir}"/usr/lib/python${_pybasever}/site-packages/mpl_toolkits/__init__.{py,pyc,pyo}
-
-   # License
-   install -Dm644 LICENSE_data  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 LICENSE_pyshp 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 LICENSE_proj4 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 README
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Modified: python-basemap/trunk/PKGBUILD
===
--- python2-basemap/trunk/PKGBUILD  2013-03-25 23:16:46 UTC (rev 87029)
+++ python-basemap/trunk/PKGBUILD   2013-03-25 23:59:39 UTC (rev 87030)
@@ -1,44 +1,87 @@
 # $Id$
 # Maintainer: Stéphane Gaudreault 
+# Contributor: Matthias Ellmer 
 # Contributor: Julien Morin 
 
-pkgname=python2-basemap
-pkgver=1.0.5
+pkgbase=python-basemap
+pkgname=('python-basemap' 'python2-basemap' 'python-basemap-common')
+pkgver=1.0.6
 pkgrel=1
-pkgdesc="Toolkit for plotting data on map projections"
 arch=('i686' 'x86_64')
 url="http://matplotlib.sourceforge.net/basemap/doc/html/";
 license=('custom')
-d

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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:50:31
  Author: jgc
Revision: 180728

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

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

+
 gnome-unstable-i686/PKGBUILD   |   30 ++
 gnome-unstable-i686/epiphany.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD |   30 ++
 gnome-unstable-x86_64/epiphany.install |   13 +
 4 files changed, 86 insertions(+)

Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 180727, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 23:50:31 UTC (rev 180728)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.8.0
+pkgrel=1
+install=epiphany.install
+pkgdesc="A GNOME web browser based on the WebKit rendering engine."
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk3' 'nss' 
'iso-codes' 'dconf' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'gcr' 'gnome-desktop' 'libwnck3')
+makedepends=('intltool' 'gnome-doc-utils' 'startup-notification' 
'gobject-introspection')
+options=('!libtool' '!emptydirs')
+groups=('gnome')
+url="http://www.gnome.org/projects/epiphany/";
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eb531e23523fe46c838eb24d2ecf44ec0d9d631ab410c7c09e9b4bb5d2a20dde')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: epiphany/repos/gnome-unstable-i686/epiphany.install (from rev 180727, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-i686/epiphany.install(rev 0)
+++ gnome-unstable-i686/epiphany.install2013-03-25 23:50:31 UTC (rev 
180728)
@@ -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: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180727, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:50:31 UTC (rev 180728)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.8.0
+pkgrel=1
+install=epiphany.install
+pkgdesc="A GNOME web browser based on the WebKit rendering engine."
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk3' 'nss' 
'iso-codes' 'dconf' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'gcr' 'gnome-desktop' 'libwnck3')
+makedepends=('intltool' 'gnome-doc-utils' 'startup-notification' 
'gobject-introspection')
+options=('!libtool' '!emptydirs')
+groups=('gnome')
+url="http://www.gnome.org/projects/epiphany/";
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eb531e23523fe46c838eb24d2ecf44ec0d9d631ab410c7c09e9b4bb5d2a20dde')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: epiphany/repos/gnome-unstable-x86_64/epiphany.install (from rev 180727, 
epiphany/trunk/epiphany.install)
===
--- gnome-unstable-x86_64/epiphany.install  (rev 0)
+++ gnome-unstable-x86_64/epiphany.install  2013-03-25 23:50:31 UTC (rev 
180728)
@@ -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 vino/trunk (PKGBUILD)

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:32:16
  Author: jgc
Revision: 180723

upgpkg: vino 3.8.0-1

Modified:
  vino/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 23:28:19 UTC (rev 180722)
+++ PKGBUILD2013-03-25 23:32:16 UTC (rev 180723)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=vino
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="a VNC server for the GNOME desktop"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=(!emptydirs)
 install=vino.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c24907542c5ea086293dc852edfeb6b6d02d63e210a3ff715c18d04e130857e4')
+sha256sums=('be665ff7a76076902a84cab69e7c3a6a7ddf2c634cc648aa35189895eefaac28')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:50:25
  Author: jgc
Revision: 180727

upgpkg: epiphany 3.8.0-1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 23:38:43 UTC (rev 180726)
+++ PKGBUILD2013-03-25 23:50:25 UTC (rev 180727)
@@ -2,20 +2,20 @@
 # Maintainer: Jan de Groot 
 
 pkgname=epiphany
-pkgver=3.6.1
+pkgver=3.8.0
 pkgrel=1
 install=epiphany.install
 pkgdesc="A GNOME web browser based on the WebKit rendering engine."
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libsoup-gnome' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk3' 
'nss' 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils'
- 'hicolor-icon-theme' 'gcr' 'gnome-desktop')
-makedepends=('intltool' 'gnome-doc-utils' 'startup-notification')
+depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk3' 'nss' 
'iso-codes' 'dconf' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'gcr' 'gnome-desktop' 'libwnck3')
+makedepends=('intltool' 'gnome-doc-utils' 'startup-notification' 
'gobject-introspection')
 options=('!libtool' '!emptydirs')
 groups=('gnome')
 url="http://www.gnome.org/projects/epiphany/";
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1b4e33e02f7653489be9c49d182be84da13348b4ad3cb4c09c643898586a6008')
+sha256sums=('eb531e23523fe46c838eb24d2ecf44ec0d9d631ab410c7c09e9b4bb5d2a20dde')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:53:55
  Author: jgc
Revision: 180730

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

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

--+
 gnome-unstable-i686/PKGBUILD |   32 
 gnome-unstable-i686/baobab.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD   |   32 
 gnome-unstable-x86_64/baobab.install |   13 +
 4 files changed, 90 insertions(+)

Copied: baobab/repos/gnome-unstable-i686/PKGBUILD (from rev 180729, 
baobab/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 23:53:55 UTC (rev 180730)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=baobab
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+arch=(i686 x86_64)
+url="http://gnome.org";
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
+makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
+groups=('gnome-extra')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b311b7dc4e2ed2f6c5a8ecff91c0b8a91dc7189901e0001f59d0acb32831d2f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' "$pkgdir/usr/share/applications/baobab.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

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

Copied: baobab/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180729, 
baobab/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:53:55 UTC (rev 180730)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=baobab
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+arch=(i686 x86_64)
+url="http://gnome.org";
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
+makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
+groups=('gnome-extra')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b311b7dc4e2ed2f6c5a8ecff91c0b8a91dc7189901e0001f59d0acb32831d2f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' "$pkgdir/usr/share/applications/baobab.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: baobab/repos/gnome-unstable-x86_64/baobab.install (from rev 180729, 
baobab/trunk/baobab.install)
===
--- gnome-unstable-x86_64/baobab.install(rev 0)
+++ gnome-unstable-x86_64/baobab.install2013-03-25 23:53:55 UTC (rev 
180730)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:53:49
  Author: jgc
Revision: 180729

upgpkg: baobab 3.8.0-1

Modified:
  baobab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 23:50:31 UTC (rev 180728)
+++ PKGBUILD2013-03-25 23:53:49 UTC (rev 180729)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.6.4
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome-extra')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e5539558ef3411e14cb165a3e77f2d0451e984722a71a7a7d0f72fe29360cb2e')
+sha256sums=('3b311b7dc4e2ed2f6c5a8ecff91c0b8a91dc7189901e0001f59d0acb32831d2f')
 
 build() {
   cd "$pkgname-$pkgver"



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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:32:21
  Author: jgc
Revision: 180724

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

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

+
 gnome-unstable-i686/PKGBUILD   |   34 ++
 gnome-unstable-i686/vino.install   |   12 
 gnome-unstable-x86_64/PKGBUILD |   34 ++
 gnome-unstable-x86_64/vino.install |   12 
 4 files changed, 92 insertions(+)

Copied: vino/repos/gnome-unstable-i686/PKGBUILD (from rev 180723, 
vino/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 23:32:21 UTC (rev 180724)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=vino
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="a VNC server for the GNOME desktop"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libsecret' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager' 'gnome-common')
+groups=('gnome-extra')
+url="http://www.gnome.org";
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('be665ff7a76076902a84cab69e7c3a6a7ddf2c634cc648aa35189895eefaac28')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: vino/repos/gnome-unstable-i686/vino.install (from rev 180723, 
vino/trunk/vino.install)
===
--- gnome-unstable-i686/vino.install(rev 0)
+++ gnome-unstable-i686/vino.install2013-03-25 23:32:21 UTC (rev 180724)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: vino/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180723, 
vino/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:32:21 UTC (rev 180724)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=vino
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="a VNC server for the GNOME desktop"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libsecret' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager' 'gnome-common')
+groups=('gnome-extra')
+url="http://www.gnome.org";
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('be665ff7a76076902a84cab69e7c3a6a7ddf2c634cc648aa35189895eefaac28')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: vino/repos/gnome-unstable-x86_64/vino.install (from rev 180723, 
vino/trunk/vino.install)
===
--- gnome-unstable-x86_64/vino.install  (rev 0)
+++ gnome-unstable-x86_64/vino.install  2013-03-25 23:32:21 UTC (rev 180724)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 01:08:40
  Author: jgc
Revision: 180731

Update to 3.8.0, add nautilus terminal extension

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 23:53:55 UTC (rev 180730)
+++ PKGBUILD2013-03-26 00:08:40 UTC (rev 180731)
@@ -2,24 +2,27 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-terminal
-pkgver=3.6.1
+pkgver=3.8.0
 pkgrel=1
 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')
+makedepends=('gnome-doc-utils' 'intltool' 'gtk2' 'itstool' 'docbook-xsl' 
'desktop-file-utils' 'python' 'nautilus')
+optdepends=('nautilus: Terminal extension for nautilus')
+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=('c6816f77eaae791dadeef89596df811e2fa353088241aa0613bb8e1af63304f6')
+sha256sums=('93ef1e5bf1f59c2178cb9b9b754eddabd68094f04aeefdf22bb1c263d0126ea3')
 
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
+  --localstatedir=/var
   make
 }
 



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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:28:19
  Author: jgc
Revision: 180722

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   30 
 gnome-unstable-i686/mousetweaks.install   |   17 +++
 gnome-unstable-x86_64/PKGBUILD|   30 
 gnome-unstable-x86_64/mousetweaks.install |   17 +++
 4 files changed, 94 insertions(+)

Copied: mousetweaks/repos/gnome-unstable-i686/PKGBUILD (from rev 180721, 
mousetweaks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 23:28:19 UTC (rev 180722)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 2392 2008-06-01 19:38:25Z jgc $
+# Maintainer: Jan Alexander Steffens (heftig)  
+# Contributor: Jan de Groot 
+
+pkgname=mousetweaks
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Mouse accessibility enhancements for the GNOME desktop"
+arch=(i686 x86_64)
+license=('GPL3' 'FDL')
+depends=('libxtst' 'gtk3' 'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'intltool')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org";
+install=mousetweaks.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('daa9b16e98675f414d3dcf63a0222a37d6c3e518718d92155bba8781510f2e4f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: mousetweaks/repos/gnome-unstable-i686/mousetweaks.install (from rev 
180721, mousetweaks/trunk/mousetweaks.install)
===
--- gnome-unstable-i686/mousetweaks.install (rev 0)
+++ gnome-unstable-i686/mousetweaks.install 2013-03-25 23:28:19 UTC (rev 
180722)
@@ -0,0 +1,17 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+usr/sbin/gconfpkg --uninstall mousetweaks
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: mousetweaks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180721, 
mousetweaks/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:28:19 UTC (rev 180722)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 2392 2008-06-01 19:38:25Z jgc $
+# Maintainer: Jan Alexander Steffens (heftig)  
+# Contributor: Jan de Groot 
+
+pkgname=mousetweaks
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Mouse accessibility enhancements for the GNOME desktop"
+arch=(i686 x86_64)
+license=('GPL3' 'FDL')
+depends=('libxtst' 'gtk3' 'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'intltool')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org";
+install=mousetweaks.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('daa9b16e98675f414d3dcf63a0222a37d6c3e518718d92155bba8781510f2e4f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: mousetweaks/repos/gnome-unstable-x86_64/mousetweaks.install (from rev 
180721, mousetweaks/trunk/mousetweaks.install)
===
--- gnome-unstable-x86_64/mousetweaks.install   (rev 0)
+++ gnome-unstable-x86_64/mousetweaks.install   2013-03-25 23:28:19 UTC (rev 
180722)
@@ -0,0 +1,17 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+usr/sbin/gconfpkg --uninstall mousetweaks
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:28:13
  Author: jgc
Revision: 180721

upgpkg: mousetweaks 3.8.0-1

Modified:
  mousetweaks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 23:24:16 UTC (rev 180720)
+++ PKGBUILD2013-03-25 23:28:13 UTC (rev 180721)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=mousetweaks
-pkgver=3.6.0
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="Mouse accessibility enhancements for the GNOME desktop"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 url="http://www.gnome.org";
 install=mousetweaks.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2c48f655c5b53615270503fd1631e0cf7baa5872b20f75af8608983f039c5cfc')
+sha256sums=('daa9b16e98675f414d3dcf63a0222a37d6c3e518718d92155bba8781510f2e4f')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:24:16
  Author: jgc
Revision: 180720

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

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

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-25 23:24:08 UTC (rev 180719)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 23:24:16 UTC (rev 180720)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Sergej Pupykin 
-
-pkgname=libgee
-pkgver=0.9.92
-pkgrel=1
-pkgdesc="GObject collection library"
-url="http://live.gnome.org/Libgee";
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2)
-makedepends=(gobject-introspection vala)
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('94deb5c0d5ca34230345ea8c183ce5a8155121f9c939c4190fe6fe7f9218b642')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # generates a bazillion traps - make sure systemd's core_pattern
-  # is deactivated, or you'll DoS the journal and the system
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libgee/repos/gnome-unstable-i686/PKGBUILD (from rev 180719, 
libgee/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 23:24:16 UTC (rev 180720)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgname=libgee
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="GObject collection library"
+url="http://live.gnome.org/Libgee";
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala)
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('01d541f1e048f53d9a0f01548c707795c46a41e1d6e55b567f9ae29b871ad095')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # generates a bazillion traps - make sure systemd's core_pattern
+  # is deactivated, or you'll DoS the journal and the system
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:24:08 UTC (rev 180719)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:24:16 UTC (rev 180720)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Sergej Pupykin 
-
-pkgname=libgee
-pkgver=0.9.92
-pkgrel=1
-pkgdesc="GObject collection library"
-url="http://live.gnome.org/Libgee";
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2)
-makedepends=(gobject-introspection vala)
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('94deb5c0d5ca34230345ea8c183ce5a8155121f9c939c4190fe6fe7f9218b642')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # generates a bazillion traps - make sure systemd's core_pattern
-  # is deactivated, or you'll DoS the journal and the system
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libgee/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180719, 
libgee/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:24:16 UTC (rev 180720)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgname=libgee
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="GObject collection library"
+url="http://live.gnome.org/Libgee";
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala)
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('01d541f1e048f53d9a0f01548c707795c46a41e1d6e55b567f9ae29b871ad095')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  

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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:24:08
  Author: jgc
Revision: 180719

upgpkg: libgee 0.10.0-1

Modified:
  libgee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 23:18:31 UTC (rev 180718)
+++ PKGBUILD2013-03-25 23:24:08 UTC (rev 180719)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=libgee
-pkgver=0.9.92
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="GObject collection library"
 url="http://live.gnome.org/Libgee";
@@ -12,8 +12,8 @@
 depends=(glib2)
 makedepends=(gobject-introspection vala)
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('94deb5c0d5ca34230345ea8c183ce5a8155121f9c939c4190fe6fe7f9218b642')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('01d541f1e048f53d9a0f01548c707795c46a41e1d6e55b567f9ae29b871ad095')
 
 build() {
   cd $pkgname-$pkgver
@@ -25,7 +25,7 @@
   cd $pkgname-$pkgver
   # generates a bazillion traps - make sure systemd's core_pattern
   # is deactivated, or you'll DoS the journal and the system
-  make check
+  #make check
 }
 
 package() {



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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:18:31
  Author: jgc
Revision: 180718

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

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

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-25 23:18:22 UTC (rev 180717)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 23:18:31 UTC (rev 180718)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-atk
-pkgver=2.7.91
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org";
-license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d841303572cfdf37d0cc1424ea04f3e82fffa8860469540e02e1ab12cb1eefb7')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD (from rev 180717, 
at-spi2-atk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 23:18:31 UTC (rev 180718)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4688acbc1474cda0aa49341f109ad0726603ce3e872cc6521c74931338c7ba20')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:18:22 UTC (rev 180717)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:18:31 UTC (rev 180718)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-atk
-pkgver=2.7.91
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org";
-license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d841303572cfdf37d0cc1424ea04f3e82fffa8860469540e02e1ab12cb1eefb7')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180717, 
at-spi2-atk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:18:31 UTC (rev 180718)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4688acbc1474cda0aa49341f109ad0726603ce3e872cc6521c74931338c7ba20')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  make

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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:18:22
  Author: jgc
Revision: 180717

upgpkg: at-spi2-atk 2.8.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 23:16:19 UTC (rev 180716)
+++ PKGBUILD2013-03-25 23:18:22 UTC (rev 180717)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.7.91
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d841303572cfdf37d0cc1424ea04f3e82fffa8860469540e02e1ab12cb1eefb7')
+sha256sums=('4688acbc1474cda0aa49341f109ad0726603ce3e872cc6521c74931338c7ba20')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-25 Thread Eric Bélanger
Date: Tuesday, March 26, 2013 @ 00:16:46
  Author: eric
Revision: 87029

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

Added:
  electricsheep/repos/community-staging-i686/
  electricsheep/repos/community-staging-i686/PKGBUILD
(from rev 87028, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-x86_64/
  electricsheep/repos/community-staging-x86_64/PKGBUILD
(from rev 87028, electricsheep/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   55 
 community-staging-x86_64/PKGBUILD |   55 
 2 files changed, 110 insertions(+)

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 87028, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-25 23:16:46 UTC (rev 87029)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=7
+pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
+arch=('i686' 'x86_64')
+url="http://community.electricsheep.org/";
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=r125
+  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
+  _svnmod="${pkgname}-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/wx-config/wx-config-2.9/g' configure.ac
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include ' Common/Singleton.h
+  mkdir m4
+  ./autogen.sh
+  CPPFLAGS+="-I/usr/include/lua5.1" ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
+  make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee" 
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
"${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop"
+  install -D -m644 Runtime/logo.png 
"${pkgdir}/usr/share/icons/electricsheep.png"
+}

Copied: electricsheep/repos/community-staging-x86_64/PKGBUILD (from rev 87028, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-25 23:16:46 UTC (rev 87029)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=7
+pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
+arch=('i686' 'x86_64')
+url="http://community.electricsheep.org/";
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=r125
+  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
+  _svnmod="${pkgname}-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgv

[arch-commits] Commit in at-spi2-core/repos (4 files)

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:16:19
  Author: jgc
Revision: 180716

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

Added:
  at-spi2-core/repos/gnome-unstable-i686/PKGBUILD
(from rev 180715, at-spi2-core/trunk/PKGBUILD)
  at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180715, at-spi2-core/trunk/PKGBUILD)
Deleted:
  at-spi2-core/repos/gnome-unstable-i686/PKGBUILD
  at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-25 23:16:12 UTC (rev 180715)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 23:16:19 UTC (rev 180716)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-core
-pkgver=2.7.91
-pkgrel=1
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org";
-license=('GPL2')
-depends=('dbus-core' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('246c669776f1d88be5d8890ff9468d04b3d7f02d87e9141f2aa96198134b214f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/at-spi2-core --disable-xevie
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/gnome-unstable-i686/PKGBUILD (from rev 180715, 
at-spi2-core/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 23:16:19 UTC (rev 180716)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-core
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:16:12 UTC (rev 180715)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:16:19 UTC (rev 180716)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-core
-pkgver=2.7.91
-pkgrel=1
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org";
-license=('GPL2')
-depends=('dbus-core' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('246c669776f1d88be5d8890ff9468d04b3d7f02d87e9141f2aa96198134b214f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/at-spi2-core --disable-xevie
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180715, 
at-spi2-core/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:16:19 UTC (rev 180716)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-core
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458')
+
+build() {
+  cd $p

[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:16:12
  Author: jgc
Revision: 180715

upgpkg: at-spi2-core 2.8.0-1

Modified:
  at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 23:13:28 UTC (rev 180714)
+++ PKGBUILD2013-03-25 23:16:12 UTC (rev 180715)
@@ -2,17 +2,17 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-core
-pkgver=2.7.91
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
 arch=('i686' 'x86_64')
 url="http://www.gnome.org";
 license=('GPL2')
-depends=('dbus-core' 'glib2' 'libxtst')
+depends=('dbus' 'glib2' 'libxtst')
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('246c669776f1d88be5d8890ff9468d04b3d7f02d87e9141f2aa96198134b214f')
+sha256sums=('1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-25 Thread Eric Bélanger
Date: Tuesday, March 26, 2013 @ 00:15:31
  Author: eric
Revision: 87028

upgpkg: electricsheep 2.7b33-7

Rebuild for boost 1.53.0

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 19:19:12 UTC (rev 87027)
+++ PKGBUILD2013-03-25 23:15:31 UTC (rev 87028)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=6
+pkgrel=7
 pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
 arch=('i686' 'x86_64')
 url="http://community.electricsheep.org/";
@@ -44,7 +44,7 @@
   ./autogen.sh
   CPPFLAGS+="-I/usr/include/lua5.1" ./configure --prefix=/usr
   sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
-  make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1"
+  make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee" 
 }
 
 package() {



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

2013-03-25 Thread Andrea Scarpino
Date: Tuesday, March 26, 2013 @ 00:13:28
  Author: andrea
Revision: 180714

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

Added:
  libkolabxml/repos/staging-i686/
  libkolabxml/repos/staging-i686/PKGBUILD
(from rev 180713, libkolabxml/trunk/PKGBUILD)
  libkolabxml/repos/staging-x86_64/
  libkolabxml/repos/staging-x86_64/PKGBUILD
(from rev 180713, libkolabxml/trunk/PKGBUILD)

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

Copied: libkolabxml/repos/staging-i686/PKGBUILD (from rev 180713, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-25 23:13:28 UTC (rev 180714)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=0.8.3
+pkgrel=2
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('38ded7003255decf9cd46c6a3f442e6b'
+ '493a9fcca56a244fc7403e4131cf7d5f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkolabxml/repos/staging-x86_64/PKGBUILD (from rev 180713, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-25 23:13:28 UTC (rev 180714)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=0.8.3
+pkgrel=2
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('38ded7003255decf9cd46c6a3f442e6b'
+ '493a9fcca56a244fc7403e4131cf7d5f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



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

2013-03-25 Thread Andrea Scarpino
Date: Tuesday, March 26, 2013 @ 00:13:21
  Author: andrea
Revision: 180713

upgpkg: libkolabxml 0.8.3-2

boost rebuild

Modified:
  libkolabxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 23:03:35 UTC (rev 180712)
+++ PKGBUILD2013-03-25 23:13:21 UTC (rev 180713)
@@ -3,7 +3,7 @@
 
 pkgname=libkolabxml
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Kolab XML Format Schema Definitions Library"
 url='http://git.kolab.org/libkolabxml/'
 arch=('i686' 'x86_64')



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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:03:35
  Author: jgc
Revision: 180712

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

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

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

Copied: udisks2/repos/gnome-unstable-i686/PKGBUILD (from rev 180711, 
udisks2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 23:03:35 UTC (rev 180712)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=udisks2
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Disk Management Service, version 2"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/udisks";
+license=('GPL2')
+depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python')
+optdepends=('parted: partition management'
+'gptfdisk: GUID partition table support')
+options=(!libtool)
+source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
+sha256sums=('310208e5a10335dae4b52a0125c24d31cf292cce3d15cf65da4cd308e38d15a8')
+
+build() {
+  cd "udisks-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "udisks-$pkgver"
+  make DESTDIR="$pkgdir" install \
+bash_completiondir=/usr/share/bash-completion/completions
+}

Copied: udisks2/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180711, 
udisks2/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 23:03:35 UTC (rev 180712)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=udisks2
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Disk Management Service, version 2"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/udisks";
+license=('GPL2')
+depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python')
+optdepends=('parted: partition management'
+'gptfdisk: GUID partition table support')
+options=(!libtool)
+source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
+sha256sums=('310208e5a10335dae4b52a0125c24d31cf292cce3d15cf65da4cd308e38d15a8')
+
+build() {
+  cd "udisks-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "udisks-$pkgver"
+  make DESTDIR="$pkgdir" install \
+bash_completiondir=/usr/share/bash-completion/completions
+}



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

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:03:29
  Author: jgc
Revision: 180711

upgpkg: udisks2 2.1.0-1

Modified:
  udisks2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 22:47:07 UTC (rev 180710)
+++ PKGBUILD2013-03-25 23:03:29 UTC (rev 180711)
@@ -2,19 +2,19 @@
 # Maintainer: Ionut Biru 
 
 pkgname=udisks2
-pkgver=2.0.1
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Disk Management Service, version 2"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/udisks";
 license=('GPL2')
 depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python')
 optdepends=('parted: partition management'
 'gptfdisk: GUID partition table support')
 options=(!libtool)
 source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
-sha256sums=('7a6728942d3cd1adc8cd5ee770e8865b293694e9663487861b7b8bf7b495bbbf')
+sha256sums=('310208e5a10335dae4b52a0125c24d31cf292cce3d15cf65da4cd308e38d15a8')
 
 build() {
   cd "udisks-$pkgver"



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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 23:47:07
  Author: jgc
Revision: 180710

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

Added:
  gtk3/repos/gnome-unstable-i686/PKGBUILD
(from rev 180709, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-i686/gtk3.install
(from rev 180709, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-i686/settings.ini
(from rev 180709, gtk3/trunk/settings.ini)
  gtk3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180709, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-x86_64/gtk3.install
(from rev 180709, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-x86_64/settings.ini
(from rev 180709, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/gnome-unstable-i686/PKGBUILD
  gtk3/repos/gnome-unstable-i686/gtk3.install
  gtk3/repos/gnome-unstable-i686/settings.ini
  gtk3/repos/gnome-unstable-x86_64/PKGBUILD
  gtk3/repos/gnome-unstable-x86_64/gtk3.install
  gtk3/repos/gnome-unstable-x86_64/settings.ini

+
 /PKGBUILD  |   86 +++
 /gtk3.install  |   32 +
 /settings.ini  |4 +
 gnome-unstable-i686/PKGBUILD   |   43 -
 gnome-unstable-i686/gtk3.install   |   16 --
 gnome-unstable-i686/settings.ini   |2 
 gnome-unstable-x86_64/PKGBUILD |   43 -
 gnome-unstable-x86_64/gtk3.install |   16 --
 gnome-unstable-x86_64/settings.ini |2 
 9 files changed, 122 insertions(+), 122 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-25 22:46:57 UTC (rev 180709)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 22:47:07 UTC (rev 180710)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gtk3
-pkgver=3.7.14
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit (v3)"
-arch=(i686 x86_64)
-url="http://www.gtk.org/";
-install=gtk3.install
-depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi libxcomposite libxdamage pango shared-mime-info colord 
at-spi2-atk wayland libxkbcommon)
-makedepends=(gobject-introspection)
-options=('!libtool')
-backup=(etc/gtk-3.0/settings.ini)
-license=(LGPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
-settings.ini)
-sha256sums=('43f5ce8c8b7807494e2723a452eaff1388d8b03de75a3648aa9cbd36bc844cc0'
-'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
-build() {
-cd "gtk+-$pkgver"
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-gtk2-dependency \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "gtk+-$pkgver"
-make DESTDIR="$pkgdir" install
-
-install -Dm644 "$srcdir/settings.ini" "$pkgdir/etc/gtk-3.0/settings.ini"
-}

Copied: gtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 180709, 
gtk3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 22:47:07 UTC (rev 180710)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtk3
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI toolkit (v3)"
+arch=(i686 x86_64)
+url="http://www.gtk.org/";
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi libxcomposite libxdamage pango shared-mime-info colord 
at-spi2-atk wayland libxkbcommon)
+makedepends=(gobject-introspection)
+options=('!libtool')
+backup=(etc/gtk-3.0/settings.ini)
+license=(LGPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
+settings.ini)
+sha256sums=('db1345d89d6b5f5bad411b4b2a3b1a18a2a8f98d2ab1b40d43a0197a6e6c252e'
+'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
+build() {
+cd "gtk+-$pkgver"
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile \
+--enable-x11-backend \
+--enable-broadway-backend \
+--enable-wayland-backend
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "gtk+-$pkgver"
+make DESTDIR="$pkgdir" install
+
+install -Dm644 "$srcdir/settings.ini" "$pkgdir/etc/gtk-3.0/settings.ini"
+}

Deleted: gnome-unstable-i686/gtk3.install
===

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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 23:46:57
  Author: jgc
Revision: 180709

upgpkg: gtk3 3.8.0-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 22:37:09 UTC (rev 180708)
+++ PKGBUILD2013-03-25 22:46:57 UTC (rev 180709)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gtk3
-pkgver=3.7.14
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit (v3)"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 license=(LGPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
 settings.ini)
-sha256sums=('43f5ce8c8b7807494e2723a452eaff1388d8b03de75a3648aa9cbd36bc844cc0'
+sha256sums=('db1345d89d6b5f5bad411b4b2a3b1a18a2a8f98d2ab1b40d43a0197a6e6c252e'
 'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
 build() {
 cd "gtk+-$pkgver"



[arch-commits] Commit in evolution-data-server/repos (6 files)

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 23:37:09
  Author: jgc
Revision: 180708

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

Added:
  evolution-data-server/repos/gnome-unstable-i686/
  evolution-data-server/repos/gnome-unstable-i686/PKGBUILD
(from rev 180707, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/gnome-unstable-i686/evolution-data-server.install
(from rev 180707, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/gnome-unstable-x86_64/
  evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180707, evolution-data-server/trunk/PKGBUILD)
  
evolution-data-server/repos/gnome-unstable-x86_64/evolution-data-server.install
(from rev 180707, evolution-data-server/trunk/evolution-data-server.install)

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

Copied: evolution-data-server/repos/gnome-unstable-i686/PKGBUILD (from rev 
180707, evolution-data-server/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 22:37:09 UTC (rev 180708)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+arch=('i686' 'x86_64')
+depends=('gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 'db' 
'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+install=$pkgname.install
+url="http://www.gnome.org";
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fff7dca02abc52caa62ddbd93a9135c15da3f21c36c25774f3399fb7a6c1d41e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa
+  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() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: 
evolution-data-server/repos/gnome-unstable-i686/evolution-data-server.install 
(from rev 180707, evolution-data-server/trunk/evolution-data-server.install)
===
--- gnome-unstable-i686/evolution-data-server.install   
(rev 0)
+++ gnome-unstable-i686/evolution-data-server.install   2013-03-25 22:37:09 UTC 
(rev 180708)
@@ -0,0 +1,11 @@
+post_install () {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove () {
+post_install
+}

Copied: evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
180707, evolution-data-server/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 22:37:09 UTC (rev 180708)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+arch=('i686' 'x86_64')
+depends=('gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 'db' 
'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+install=$pkgname.install
+url="http://www.gnome.org";
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fff7dca02abc52caa62ddbd93a9135c15da3f21c36c25774f3399fb7a6c1d41e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa
+  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() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Cop

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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 23:37:03
  Author: jgc
Revision: 180707

upgpkg: evolution-data-server 3.8.0-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 22:23:41 UTC (rev 180706)
+++ PKGBUILD2013-03-25 22:37:03 UTC (rev 180707)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.6.4
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url="http://www.gnome.org";
 license=('GPL')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('50b4ca21bc57d2fe4933ea3072bf11d5e6069d0ecaacced0bd0f55f098d09f4e')
+sha256sums=('fff7dca02abc52caa62ddbd93a9135c15da3f21c36c25774f3399fb7a6c1d41e')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -21,7 +21,7 @@
   --localstatedir=/var --with-openldap=yes \
   --libexecdir=/usr/lib/evolution-data-server \
   --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings
+  --enable-vala-bindings --disable-uoa
   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
 }



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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 23:23:41
  Author: jgc
Revision: 180706

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

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

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

Copied: libgdata/repos/gnome-unstable-i686/PKGBUILD (from rev 180705, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 22:23:41 UTC (rev 180706)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgdata
+pkgver=0.13.3
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection')
+url="http://www.gnome.org";
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4bf52706b2ab404f8b128e000509acd9937facf26916d3e907a3db8653f73637')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgdata/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180705, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 22:23:41 UTC (rev 180706)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgdata
+pkgver=0.13.3
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection')
+url="http://www.gnome.org";
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4bf52706b2ab404f8b128e000509acd9937facf26916d3e907a3db8653f73637')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 23:23:34
  Author: jgc
Revision: 180705

upgpkg: libgdata 0.13.3-1

Modified:
  libgdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 22:18:32 UTC (rev 180704)
+++ PKGBUILD2013-03-25 22:23:34 UTC (rev 180705)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libgdata
-pkgver=0.13.2
+pkgver=0.13.3
 pkgrel=1
 pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libsoup-gnome' 'liboauth' 'gcr' 'gnome-online-accounts')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
 makedepends=('intltool' 'gobject-introspection')
 url="http://www.gnome.org";
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3dc4e3529b4bf13d4ae4ef7cc4d74c3b5c90bd96e7d9fa83db2066a2b9a36330')
+sha256sums=('4bf52706b2ab404f8b128e000509acd9937facf26916d3e907a3db8653f73637')
 
 build() {
   cd "$pkgname-$pkgver"



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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 23:18:32
  Author: jgc
Revision: 180704

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

Added:
  libgweather/repos/gnome-unstable-i686/
  libgweather/repos/gnome-unstable-i686/PKGBUILD
(from rev 180703, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-i686/gettext-not-xml.patch
(from rev 180703, libgweather/trunk/gettext-not-xml.patch)
  libgweather/repos/gnome-unstable-i686/libgweather.install
(from rev 180703, libgweather/trunk/libgweather.install)
  libgweather/repos/gnome-unstable-i686/no_external_gettext.patch
(from rev 180703, libgweather/trunk/no_external_gettext.patch)
  libgweather/repos/gnome-unstable-x86_64/
  libgweather/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180703, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-x86_64/gettext-not-xml.patch
(from rev 180703, libgweather/trunk/gettext-not-xml.patch)
  libgweather/repos/gnome-unstable-x86_64/libgweather.install
(from rev 180703, libgweather/trunk/libgweather.install)
  libgweather/repos/gnome-unstable-x86_64/no_external_gettext.patch
(from rev 180703, libgweather/trunk/no_external_gettext.patch)

-+
 gnome-unstable-i686/PKGBUILD|   44 +
 gnome-unstable-i686/gettext-not-xml.patch   |  551 ++
 gnome-unstable-i686/libgweather.install |   18 
 gnome-unstable-i686/no_external_gettext.patch   |   14 
 gnome-unstable-x86_64/PKGBUILD  |   44 +
 gnome-unstable-x86_64/gettext-not-xml.patch |  551 ++
 gnome-unstable-x86_64/libgweather.install   |   18 
 gnome-unstable-x86_64/no_external_gettext.patch |   14 
 8 files changed, 1254 insertions(+)

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


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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 23:18:24
  Author: jgc
Revision: 180703

upgpkg: libgweather 3.8.0-1

Modified:
  libgweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 22:10:47 UTC (rev 180702)
+++ PKGBUILD2013-03-25 22:18:24 UTC (rev 180703)
@@ -2,12 +2,12 @@
 # Maintainer: Jan de Groot  
 
 pkgname=libgweather
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="Provides access to weather information from the net"
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('libsoup-gnome' 'gnome-icon-theme' 'gtk3')
+depends=('libsoup' 'gnome-icon-theme' 'gtk3')
 makedepends=('intltool' 'gtk-doc' 'gobject-introspection' 'gnome-common')
 options=('!libtool' '!emptydirs')
 url="http://www.gnome.org/";
@@ -15,7 +15,7 @@
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 gettext-not-xml.patch
 no_external_gettext.patch)
-sha256sums=('0f2aeff290751590ca51e806c3d09054bf87b86b63b89f5179043a9b3fa8a0b0'
+sha256sums=('c1578dc0ba696e447a3e5bf1b814e1707edd2e1cd460ba8370f8b44f66e04306'
 '40325e0b5464ebb75eaad3c9292c0bab7b15cfefb93011d9ccc0ab82635a9533'
 'f07ac07a70ad4999c3acd5d5b82aabd8831e6a45beb9aaed239f212057ded672')
 



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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 23:10:47
  Author: jgc
Revision: 180702

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

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

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-25 22:10:39 UTC (rev 180701)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 22:10:47 UTC (rev 180702)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=clutter
-pkgver=1.13.10
-pkgrel=1
-pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
-arch=('i686' 'x86_64')
-url="http://clutter-project.org/";
-options=('!libtool')
-license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
-makedepends=('gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('64a5da9869af2ee76129e2abb3aa01cde38adbb73691d1aaa69ee98fb479d9c2')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: clutter/repos/gnome-unstable-i686/PKGBUILD (from rev 180701, 
clutter/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 22:10:47 UTC (rev 180702)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=clutter
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/";
+options=('!libtool')
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b7a07373c27fad4f0cf59fd66a6855d66f9a42b7b570a00ca51a8b488af64d5')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-03-25 22:10:39 UTC (rev 180701)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 22:10:47 UTC (rev 180702)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=clutter
-pkgver=1.13.10
-pkgrel=1
-pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
-arch=('i686' 'x86_64')
-url="http://clutter-project.org/";
-options=('!libtool')
-license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
-makedepends=('gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('64a5da9869af2ee76129e2abb3aa01cde38adbb73691d1aaa69ee98fb479d9c2')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: clutter/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180701, 
clutter/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 22:10:47 UTC (rev 180702)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=clutter
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/";
+options=('!libtool')
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b7a07373c27fad4f0cf59fd66a6855d66f9a42b7b570a00ca51a8b488af64d5')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd "$pkgnam

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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 23:10:39
  Author: jgc
Revision: 180701

upgpkg: clutter 1.14.0-1

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 22:05:42 UTC (rev 180700)
+++ PKGBUILD2013-03-25 22:10:39 UTC (rev 180701)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=clutter
-pkgver=1.13.10
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('64a5da9869af2ee76129e2abb3aa01cde38adbb73691d1aaa69ee98fb479d9c2')
+sha256sums=('3b7a07373c27fad4f0cf59fd66a6855d66f9a42b7b570a00ca51a8b488af64d5')
 
 build() {
   cd "$pkgname-$pkgver"



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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 23:05:42
  Author: jgc
Revision: 180700

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

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

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-25 22:05:33 UTC (rev 180699)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 22:05:42 UTC (rev 180700)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=cogl
-pkgver=1.13.4
-pkgrel=1
-pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
-arch=('i686' 'x86_64')
-url="http://www.clutter-project.org/";
-license=('GPL2')
-depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
-makedepends=('mesa' 'gobject-introspection')
-options=(!libtool !emptydirs)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8e84ca9d6d08eb5e60f5c38e3bd80a3085e21ac86656a52797736706170bff6e')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cogl/repos/gnome-unstable-i686/PKGBUILD (from rev 180699, 
cogl/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 22:05:42 UTC (rev 180700)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=cogl
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
+arch=('i686' 'x86_64')
+url="http://www.clutter-project.org/";
+license=('GPL2')
+depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
+makedepends=('mesa' 'gobject-introspection')
+options=(!libtool !emptydirs)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-03-25 22:05:33 UTC (rev 180699)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 22:05:42 UTC (rev 180700)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=cogl
-pkgver=1.13.4
-pkgrel=1
-pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
-arch=('i686' 'x86_64')
-url="http://www.clutter-project.org/";
-license=('GPL2')
-depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
-makedepends=('mesa' 'gobject-introspection')
-options=(!libtool !emptydirs)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8e84ca9d6d08eb5e60f5c38e3bd80a3085e21ac86656a52797736706170bff6e')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cogl/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180699, 
cogl/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 22:05:42 UTC (rev 180700)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=cogl
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
+arch=('i686' 'x86_64')
+url="http://www.clutter-project.org/";
+license=('GPL2')
+depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
+makedepends=('mesa' 'gobject-introspection')
+options=(!libtool !emptydirs)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 23:05:33
  Author: jgc
Revision: 180699

upgpkg: cogl 1.14.0-1

Modified:
  cogl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 22:01:19 UTC (rev 180698)
+++ PKGBUILD2013-03-25 22:05:33 UTC (rev 180699)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=cogl
-pkgver=1.13.4
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('mesa' 'gobject-introspection')
 options=(!libtool !emptydirs)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8e84ca9d6d08eb5e60f5c38e3bd80a3085e21ac86656a52797736706170bff6e')
+sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8')
 
 build() {
   cd "$pkgname-$pkgver"



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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 23:01:19
  Author: jgc
Revision: 180698

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

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

-+
 /PKGBUILD   |   62 ++
 /dconf.install  |   26 ++
 gnome-unstable-i686/PKGBUILD|   31 -
 gnome-unstable-i686/dconf.install   |   13 ---
 gnome-unstable-x86_64/PKGBUILD  |   31 -
 gnome-unstable-x86_64/dconf.install |   13 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-25 22:01:08 UTC (rev 180697)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 22:01:19 UTC (rev 180698)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=dconf
-pkgver=0.15.3
-pkgrel=1
-pkgdesc="A low-level configuration system."
-arch=(i686 x86_64)
-url="http://live.gnome.org/dconf";
-license=('LGPL2.1')
-depends=('glib2' 'gtk-update-icon-cache')
-makedepends=('vala' 'gtk3' 'intltool' 'docbook-xsl' 'python')
-optdepends=('gtk3: for dconf-editor')
-install=dconf.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4ed6f4e9afb2cbc3a2f265ed16a1751ffc4d783dcfe44eb3c68ddc07cdb5c767')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/dconf
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf/repos/gnome-unstable-i686/PKGBUILD (from rev 180697, 
dconf/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 22:01:19 UTC (rev 180698)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=dconf
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="A low-level configuration system."
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf";
+license=('LGPL2.1')
+depends=('glib2' 'gtk-update-icon-cache')
+makedepends=('vala' 'gtk3' 'intltool' 'docbook-xsl' 'python')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('192d682b8e160e22506f3fac6847444013c7cdbef188d937a6ae2b357f9134bb')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/dconf.install
===
--- gnome-unstable-i686/dconf.install   2013-03-25 22:01:08 UTC (rev 180697)
+++ gnome-unstable-i686/dconf.install   2013-03-25 22:01:19 UTC (rev 180698)
@@ -1,13 +0,0 @@
-post_install() {
-gio-querymodules /usr/lib/gio/modules
-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: dconf/repos/gnome-unstable-i686/dconf.install (from rev 180697, 
dconf/trunk/dconf.install)
===
--- gnome-unstable-i686/dconf.install   (rev 0)
+++ gnome-unstable-i686/dconf.install   2013-03-25 22:01:19 UTC (rev 180698)
@@ -0,0 +1,13 @@
+post_install() {
+gio-querymodules /usr/lib/gio/modules
+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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-03-25 22:01:08 UTC (rev 180697)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 22:01:19 UTC (rev 180698)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=dconf
-pkgver=0.15.3
-pkgrel=1
-pkgdesc="A low-level configuration system."
-arch=(i686 x86_64)
-

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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 23:01:08
  Author: jgc
Revision: 180697

upgpkg: dconf 0.16.0-1

Modified:
  dconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 21:58:58 UTC (rev 180696)
+++ PKGBUILD2013-03-25 22:01:08 UTC (rev 180697)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=dconf
-pkgver=0.15.3
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="A low-level configuration system."
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 optdepends=('gtk3: for dconf-editor')
 install=dconf.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4ed6f4e9afb2cbc3a2f265ed16a1751ffc4d783dcfe44eb3c68ddc07cdb5c767')
+sha256sums=('192d682b8e160e22506f3fac6847444013c7cdbef188d937a6ae2b357f9134bb')
 
 build() {
   cd "$pkgname-$pkgver"



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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 22:58:58
  Author: jgc
Revision: 180696

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

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

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

Copied: vte3/repos/gnome-unstable-i686/PKGBUILD (from rev 180695, 
vte3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-25 21:58:58 UTC (rev 180696)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.34.3
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3')
+url="http://www.gnome.org";
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('e5f52e505ce6ac66075bd84143f728cba858722753055ff9e64c59fce70822cc')
+
+build() {
+  cd "vte-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd "vte-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  depends=('glibc')
+  cd "vte-$pkgver"
+
+  make -C gnome-pty-helper DESTDIR="$pkgdir" install
+}

Copied: vte3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180695, 
vte3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-25 21:58:58 UTC (rev 180696)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.34.3
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3')
+url="http://www.gnome.org";
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('e5f52e505ce6ac66075bd84143f728cba858722753055ff9e64c59fce70822cc')
+
+build() {
+  cd "vte-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd "vte-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  depends=('glibc')
+  cd "vte-$pkgver"
+
+  make -C gnome-pty-helper DESTDIR="$pkgdir" install
+}



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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 22:58:51
  Author: jgc
Revision: 180695

upgpkg: vte3 0.34.3-1

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 21:54:51 UTC (rev 180694)
+++ PKGBUILD2013-03-25 21:58:51 UTC (rev 180695)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.34.2
+pkgver=0.34.3
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection' 'gtk3')
 url="http://www.gnome.org";
 source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('f40f9fe0bcc6d65bc44b2fab5469b56a9f0631132c6b90e06053e421711159cf')
+sha256sums=('e5f52e505ce6ac66075bd84143f728cba858722753055ff9e64c59fce70822cc')
 
 build() {
   cd "vte-$pkgver"



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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 22:54:51
  Author: jgc
Revision: 180694

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 180693, 
glib2/trunk/0001-Make-gtester-report-work-with-Python-3.x.patch)
  glib2/repos/gnome-unstable-i686/PKGBUILD
(from rev 180693, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
(from rev 180693, 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 180693, 
glib2/trunk/0001-Make-gtester-report-work-with-Python-3.x.patch)
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180693, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 180693, 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 |   
80 ++
 /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, 266 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-25 21:54:41 UTC (rev 180693)
+++ gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch 
2013-03-25 21:54:51 UTC (rev 180694)
@@ -1,60 +0,0 @@
-From 3d81e0a414ecb876f2429c0108a685152bd4ee54 Mon Sep 17 00:00:00 2001
-From: Jan de Groot 
-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 ('ER\n' % erlink)
--  self.oprint ('OK\n' % oklink)
--  self.oprint ('\n')
--  perc = binary.success_cases * 100.0 / real_cases
--  pcolor = {
--100 : 'bgcolor="lightgreen"',
--0   : 'bgcolor="red"',
--  }.get (int (perc), 'bgcolor="yellow"')
--  self.oprint ('%.2f%%\n' % (pcolor, perc))
--  self.oprint ('\n')
-+self.oprint ('ER\n' % erlink)
-+self.oprint ('OK\n' % oklink)
-+self.oprint ('\n')
-+perc = binary.success_cases * 100.0 / real_cases
-+pcolor = {
-+  100 : 'bgcolor="lightgreen"',
-+  0   : 'bgcolor="red"',
-+}.get (int (perc), 'bgcolor="yellow"')
-+self.oprint ('%.2f%%\n' % (pcolor, perc))
-+self.oprint ('\n')
- else:
--  self.oprint ('Empty\n')
--  self.oprint ('\n')
--  self.oprint ('\n')
-+self.oprint ('Empty\n')
-+self.oprint ('\n')
-+self.oprint ('\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.")
--- 
-1.8.2
-

Copied: 
glib2/repos/gnome-unstable-i686/0001-Make-gtester-report-work-with-Pytho

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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 22:54:41
  Author: jgc
Revision: 180693

upgpkg: glib2 2.36.0-1

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 19:47:01 UTC (rev 180692)
+++ PKGBUILD2013-03-25 21:54:41 UTC (rev 180693)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=glib2
-pkgver=2.35.9
+pkgver=2.36.0
 pkgrel=1
 pkgdesc="Common C routines used by GTK+ and other libs"
 url="http://www.gtk.org/";
@@ -15,7 +15,7 @@
 
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)
-sha256sums=('75ce10a4c47c830234ce6af8e52dc4ebaf603a9c04b4114eb22dd00335f3943e'
+sha256sums=('455a8abe8692c5174bcc7ffa15b96a7521a2f2f9fb47594405927c35cb9bb227'
 '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97'
 'a2b4ff3836fc0a5b03b8e6bfa69be44b9a65f16486e4c1e4bc6c3d50fe2ad632')
 



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

2013-03-25 Thread Giovanni Scafora
Date: Monday, March 25, 2013 @ 20:47:01
  Author: giovanni
Revision: 180692

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

Added:
  smartmontools/repos/extra-i686/PKGBUILD
(from rev 180691, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-i686/smartd.conf
(from rev 180691, smartmontools/trunk/smartd.conf)
  smartmontools/repos/extra-x86_64/PKGBUILD
(from rev 180691, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/extra-x86_64/smartd.conf
(from rev 180691, smartmontools/trunk/smartd.conf)
Deleted:
  smartmontools/repos/extra-i686/PKGBUILD
  smartmontools/repos/extra-i686/smartd.conf
  smartmontools/repos/extra-x86_64/PKGBUILD
  smartmontools/repos/extra-x86_64/smartd.conf

--+
 /PKGBUILD|   86 +
 /smartd.conf |2 +
 extra-i686/PKGBUILD  |   43 --
 extra-i686/smartd.conf   |1 
 extra-x86_64/PKGBUILD|   43 --
 extra-x86_64/smartd.conf |1 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-25 19:46:52 UTC (rev 180691)
+++ extra-i686/PKGBUILD 2013-03-25 19:47:01 UTC (rev 180692)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jeff Mickey 
-# Contributor: Jani Talikka 
-# Contributor: Ralf Barth 
-
-pkgname=smartmontools
-pkgver=6.0
-pkgrel=2
-pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
-url="http://smartmontools.sourceforge.net";
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libcap-ng' 'bash')
-backup=('etc/smartd.conf'
-'etc/conf.d/smartd')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'smartd.conf')
-md5sums=('5646a07f5f4bee8e2e649de8c6b7ae87'
- '28c1b80c41dac52d433961dcfb4f70e0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-drivedb \
-  --with-libcap-ng=yes \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
-  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf ${pkgdir}/etc/rc.d
-  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
-}

Copied: smartmontools/repos/extra-i686/PKGBUILD (from rev 180691, 
smartmontools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-25 19:47:01 UTC (rev 180692)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.1
+pkgrel=1
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'smartd.conf')
+md5sums=('83a3a681f8183ed858392d550ae1cca6'
+ '28c1b80c41dac52d433961dcfb4f70e0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-drivedb \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+}

Deleted: extra-i686/smartd.conf
===
--- extra-i686/smartd.conf  2013-03-25 19:46:52 UTC (rev 180691)
+++ extra-i686/smartd.conf  2013-03-25 19:47:01 UTC (rev 180692)
@@ -1 +0,0 @@
-SMARTD_ARGS=""

Copied: smartmontools/repos/extra-i686/smartd.conf (from rev 180691, 
smartmontools/trunk/smartd.conf)
===
--- extra-i686/smartd.conf  (rev 0)
+++ extra-i686/smartd.conf  2013-03-25 19:47:01 UTC (rev 180692)
@@ -0,0 +1 @@
+SMARTD_ARGS=""

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-25 19:46:52 UTC (rev 180691)
+++ extra-x86_64/PKGBUILD   2013-03-25 19:47:01 UTC (rev 180692)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:

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

2013-03-25 Thread Giovanni Scafora
Date: Monday, March 25, 2013 @ 20:46:52
  Author: giovanni
Revision: 180691

upgpkg: smartmontools 6.1-1

upstream release

Modified:
  smartmontools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 19:15:43 UTC (rev 180690)
+++ PKGBUILD2013-03-25 19:46:52 UTC (rev 180691)
@@ -5,8 +5,8 @@
 # Contributor: Ralf Barth 
 
 pkgname=smartmontools
-pkgver=6.0
-pkgrel=2
+pkgver=6.1
+pkgrel=1
 pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
 url="http://smartmontools.sourceforge.net";
 license=('GPL')
@@ -16,7 +16,7 @@
 'etc/conf.d/smartd')
 
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 'smartd.conf')
-md5sums=('5646a07f5f4bee8e2e649de8c6b7ae87'
+md5sums=('83a3a681f8183ed858392d550ae1cca6'
  '28c1b80c41dac52d433961dcfb4f70e0')
 
 build() {



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

2013-03-25 Thread Sergej Pupykin
Date: Monday, March 25, 2013 @ 19:25:38
  Author: spupykin
Revision: 86996

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

Added:
  schroot/repos/community-staging-i686/
  schroot/repos/community-staging-i686/PKGBUILD
(from rev 86995, schroot/trunk/PKGBUILD)
  schroot/repos/community-staging-i686/arch32-config
(from rev 86995, schroot/trunk/arch32-config)
  schroot/repos/community-staging-i686/arch32-copyfiles
(from rev 86995, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-staging-i686/arch32-example
(from rev 86995, schroot/trunk/arch32-example)
  schroot/repos/community-staging-i686/arch32-mount
(from rev 86995, schroot/trunk/arch32-mount)
  schroot/repos/community-staging-i686/arch32-nssdatabases
(from rev 86995, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-staging-i686/colon-completion.patch
(from rev 86995, schroot/trunk/colon-completion.patch)
  schroot/repos/community-staging-i686/fix-bash-completion.patch
(from rev 86995, schroot/trunk/fix-bash-completion.patch)
  schroot/repos/community-staging-i686/pam.d.schroot.patch
(from rev 86995, schroot/trunk/pam.d.schroot.patch)
  schroot/repos/community-staging-x86_64/
  schroot/repos/community-staging-x86_64/PKGBUILD
(from rev 86995, schroot/trunk/PKGBUILD)
  schroot/repos/community-staging-x86_64/arch32-config
(from rev 86995, schroot/trunk/arch32-config)
  schroot/repos/community-staging-x86_64/arch32-copyfiles
(from rev 86995, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-staging-x86_64/arch32-example
(from rev 86995, schroot/trunk/arch32-example)
  schroot/repos/community-staging-x86_64/arch32-mount
(from rev 86995, schroot/trunk/arch32-mount)
  schroot/repos/community-staging-x86_64/arch32-nssdatabases
(from rev 86995, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-staging-x86_64/colon-completion.patch
(from rev 86995, schroot/trunk/colon-completion.patch)
  schroot/repos/community-staging-x86_64/fix-bash-completion.patch
(from rev 86995, schroot/trunk/fix-bash-completion.patch)
  schroot/repos/community-staging-x86_64/pam.d.schroot.patch
(from rev 86995, schroot/trunk/pam.d.schroot.patch)

+
 community-staging-i686/PKGBUILD|   77 +++
 community-staging-i686/arch32-config   |   11 ++
 community-staging-i686/arch32-copyfiles|6 +
 community-staging-i686/arch32-example  |   10 ++
 community-staging-i686/arch32-mount|   12 ++
 community-staging-i686/arch32-nssdatabases |6 +
 community-staging-i686/colon-completion.patch  |   20 
 community-staging-i686/fix-bash-completion.patch   |   11 ++
 community-staging-i686/pam.d.schroot.patch |   15 +++
 community-staging-x86_64/PKGBUILD  |   77 +++
 community-staging-x86_64/arch32-config |   11 ++
 community-staging-x86_64/arch32-copyfiles  |6 +
 community-staging-x86_64/arch32-example|   10 ++
 community-staging-x86_64/arch32-mount  |   12 ++
 community-staging-x86_64/arch32-nssdatabases   |6 +
 community-staging-x86_64/colon-completion.patch|   20 
 community-staging-x86_64/fix-bash-completion.patch |   11 ++
 community-staging-x86_64/pam.d.schroot.patch   |   15 +++
 18 files changed, 336 insertions(+)

Copied: schroot/repos/community-staging-i686/PKGBUILD (from rev 86995, 
schroot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-25 18:25:38 UTC (rev 86996)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=schroot
+pkgver=1.6.5
+pkgrel=2
+pkgdesc="Allows users to execute shell commands under different root 
filesystems. (Successor to dchroot)."
+url="http://packages.qa.debian.org/s/schroot.html";
+license=('GPL3')
+depends=('pam' 'lockdev' 'boost' 'e2fsprogs')
+optdepends=('btrfs-progs-unstable' 'lvm2')
+arch=('i686' 'x86_64')
+conflicts=('dchroot')
+replaces=('dchroot')
+provides=('schroot' 'sbuild' 'dchroot')
+backup=('etc/schroot/schroot.conf'
+   'etc/schroot/arch32/config'
+   'etc/schroot/arch32/copyfiles'
+   'etc/schroot/arch32/mount'
+   'etc/schroot/arch32/nssdatabases')
+options=(!libtool)
+source=("http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.xz";
+   'arch32-example'
+   'arch32-config'
+   'arch32-copyfiles'
+   'arch32-mount'
+   'arch32-nssdatabases'
+   'pam.d.schroot.patch'
+   'colon-completion.patch'
+   'fix-bash-completion.patch')
+md5sums=('99f679d68f180a56289b3ec40d214ae4'
+ '54239847f89b9a4772910415bde6276a'
+ '5a3f7b839c7e0b8933748da7c5b6385b'
+ 'ddb2f09c0

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

2013-03-25 Thread Sergej Pupykin
Date: Monday, March 25, 2013 @ 19:24:50
  Author: spupykin
Revision: 86995

upgpkg: schroot 1.6.5-2

upd

Modified:
  schroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 17:48:03 UTC (rev 86994)
+++ PKGBUILD2013-03-25 18:24:50 UTC (rev 86995)
@@ -4,7 +4,7 @@
 
 pkgname=schroot
 pkgver=1.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Allows users to execute shell commands under different root 
filesystems. (Successor to dchroot)."
 url="http://packages.qa.debian.org/s/schroot.html";
 license=('GPL3')



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

2013-03-25 Thread Bartłomiej Piotrowski
Date: Monday, March 25, 2013 @ 18:48:03
  Author: bpiotrowski
Revision: 86994

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
(from rev 86993, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-25 17:47:56 UTC (rev 86993)
+++ PKGBUILD2013-03-25 17:48:03 UTC (rev 86994)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Francois Boulogne 
-
-pkgname=glances
-pkgver=1.6
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python2' 'python2-psutil' 'python2-distribute')
-optdepends=('python2-jinja: HTML export'
-'python2-sensors: temperature sensors support')
-source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha256sums=('b5c6f97a047341b3fdec0c02b8201efbd0e2b1c09a7cdbde593a84bf1ce32814')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  sed 's|^#!/usr/bin/env python$|&2|' -i glances/{glances,unitest}.py
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-
-  mv $pkgdir/usr/etc $pkgdir/
-}
-
-# vim:ts=2:sw=2:et:

Copied: glances/repos/community-any/PKGBUILD (from rev 86993, 
glances/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-25 17:48:03 UTC (rev 86994)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Francois Boulogne 
+
+pkgname=glances
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python2' 'python2-psutil' 'python2-distribute')
+optdepends=('python2-jinja: HTML export'
+'python2-sensors: temperature sensors support')
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+sha256sums=('6da67b19e8508f6f93fb05536ba42b22355d3cb2637e34d21e056524f93d33a2')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  sed 's|^#!/usr/bin/env python$|&2|' -i glances/glances.py
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+}
+
+# vim:ts=2:sw=2:et:



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

2013-03-25 Thread Bartłomiej Piotrowski
Date: Monday, March 25, 2013 @ 18:47:56
  Author: bpiotrowski
Revision: 86993

upgpkg: glances 1.6.1-1

upstream release

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 17:46:33 UTC (rev 86992)
+++ PKGBUILD2013-03-25 17:47:56 UTC (rev 86993)
@@ -3,7 +3,7 @@
 # Contributor: Francois Boulogne 
 
 pkgname=glances
-pkgver=1.6
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
@@ -13,14 +13,12 @@
 optdepends=('python2-jinja: HTML export'
 'python2-sensors: temperature sensors support')
 source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha256sums=('b5c6f97a047341b3fdec0c02b8201efbd0e2b1c09a7cdbde593a84bf1ce32814')
+sha256sums=('6da67b19e8508f6f93fb05536ba42b22355d3cb2637e34d21e056524f93d33a2')
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  sed 's|^#!/usr/bin/env python$|&2|' -i glances/{glances,unitest}.py
+  sed 's|^#!/usr/bin/env python$|&2|' -i glances/glances.py
   python2 setup.py install --prefix=/usr --root=$pkgdir
-
-  mv $pkgdir/usr/etc $pkgdir/
 }
 
 # vim:ts=2:sw=2:et:



[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2013-03-25 Thread Sergej Pupykin
Date: Monday, March 25, 2013 @ 18:46:33
  Author: spupykin
Revision: 86992

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 86991, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 86991, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   73 +++
 q4wine.desktop |   36 +--
 2 files changed, 60 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-25 17:46:19 UTC (rev 86991)
+++ PKGBUILD2013-03-25 17:46:33 UTC (rev 86992)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Chris Giles 
-
-pkgname=q4wine
-pkgver=1.0_r1
-pkgrel=2
-pkgdesc="A Qt4 GUI for Wine"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/${pkgname}/";
-license=("GPL3")
-depends=("qt4" "wine" "sqlite3" "which" "icoutils")
-makedepends=("cmake")
-optdepends=("winetricks" "fuseiso")
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('9cee53cbeea515f7162b76ba8b12cae6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 86991, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-25 17:46:33 UTC (rev 86992)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.0_r2
+pkgrel=1
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/";
+license=("GPL3")
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=("lib32-mesa-libgl" "qt4" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+else
+  depends=("qt4" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+fi
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('0f559a169cfa96d76f36ea177004d64e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2013-03-25 17:46:19 UTC (rev 86991)
+++ q4wine.desktop  2013-03-25 17:46:33 UTC (rev 86992)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 86991, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2013-03-25 17:46:33 UTC (rev 86992)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique



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

2013-03-25 Thread Sergej Pupykin
Date: Monday, March 25, 2013 @ 18:46:19
  Author: spupykin
Revision: 86991

upgpkg: q4wine 1.0_r2-1

Modified:
  q4wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 17:17:04 UTC (rev 86990)
+++ PKGBUILD2013-03-25 17:46:19 UTC (rev 86991)
@@ -9,8 +9,14 @@
 arch=("i686" "x86_64")
 url="http://sourceforge.net/projects/${pkgname}/";
 license=("GPL3")
-depends=("qt4" "wine" "sqlite3" "which" "icoutils")
-makedepends=("cmake")
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=("lib32-mesa-libgl" "qt4" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+else
+  depends=("qt4" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+fi
 optdepends=("winetricks" "fuseiso")
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
@@ -26,6 +32,11 @@
 }
 
 package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
   cd ${srcdir}/${pkgname}-${pkgver/_/-}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in fatrat/trunk (PKGBUILD QTBUG-22829-workaround.diff)

2013-03-25 Thread Lukas Jirkovsky
Date: Monday, March 25, 2013 @ 18:17:04
  Author: stativ
Revision: 86990

prepare for the boost 1.53.0 rebuild.

Added:
  fatrat/trunk/QTBUG-22829-workaround.diff
Modified:
  fatrat/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 QTBUG-22829-workaround.diff |   12 
 2 files changed, 20 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 17:05:20 UTC (rev 86989)
+++ PKGBUILD2013-03-25 17:17:04 UTC (rev 86990)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=fatrat
 pkgver=1.2.0_beta2
-pkgrel=5
+pkgrel=6
 pkgdesc="QT4 based download manager with support for HTTP, FTP, SFTP, 
BitTorrent, rapidshare and more"
 arch=('i686' 'x86_64')
 url="http://fatrat.dolezel.info/";
@@ -10,12 +10,17 @@
 depends=('gloox' 'libtorrent-rasterbar' 'pion' 'qtwebkit')
 optdepends=('geoip: GeoIP support')
 makedepends=('boost' 'cmake' 'java-environment')
-source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz)
-md5sums=('ad823d2a81f0583316ece815b928c71b')
+source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz \
+QTBUG-22829-workaround.diff)
+md5sums=('ad823d2a81f0583316ece815b928c71b'
+ '9c017f227437b8a72e92219ee6d58578')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  # workaround the moc bug (QTBUG-22829) with new boost
+  patch -Np1 < "$srcdir/QTBUG-22829-workaround.diff" || true
+
   cmake \
 -DWITH_EVERYTHING=ON \
 -DCMAKE_INSTALL_PREFIX=/usr \

Added: QTBUG-22829-workaround.diff
===
--- QTBUG-22829-workaround.diff (rev 0)
+++ QTBUG-22829-workaround.diff 2013-03-25 17:17:04 UTC (rev 86990)
@@ -0,0 +1,12 @@
+diff -rup fatrat-1.2.0_beta2/CMakeLists.txt 
fatrat-1.2.0_beta2.new/CMakeLists.txt
+--- fatrat-1.2.0_beta2/CMakeLists.txt  2012-07-14 11:44:27.0 +
 fatrat-1.2.0_beta2.new/CMakeLists.txt  2013-03-25 16:21:03.143596960 
+
+@@ -552,7 +552,7 @@ if(WITH_DOCUMENTATION)
+   )
+ endif(WITH_DOCUMENTATION)
+ 
+-qt4_wrap_cpp(fatrat_MOC_SRCS ${fatrat_MOC_HDRS})
++qt4_wrap_cpp(fatrat_MOC_SRCS ${fatrat_MOC_HDRS} OPTIONS 
-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED -DBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
+ 
+ set(fatrat_RCS
+   gfx/resources.qrc



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

2013-03-25 Thread Sergej Pupykin
Date: Monday, March 25, 2013 @ 18:05:20
  Author: spupykin
Revision: 86989

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

Added:
  tea/repos/community-i686/PKGBUILD
(from rev 86988, tea/trunk/PKGBUILD)
  tea/repos/community-i686/tea.desktop
(from rev 86988, tea/trunk/tea.desktop)
  tea/repos/community-i686/tea.install
(from rev 86988, tea/trunk/tea.install)
  tea/repos/community-x86_64/PKGBUILD
(from rev 86988, tea/trunk/PKGBUILD)
  tea/repos/community-x86_64/tea.desktop
(from rev 86988, tea/trunk/tea.desktop)
  tea/repos/community-x86_64/tea.install
(from rev 86988, tea/trunk/tea.install)
Deleted:
  tea/repos/community-i686/PKGBUILD
  tea/repos/community-i686/tea.desktop
  tea/repos/community-i686/tea.install
  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 
 community-i686/PKGBUILD  |   34 
 community-i686/tea.desktop   |   10 --
 community-i686/tea.install   |4 --
 community-x86_64/PKGBUILD|   34 
 community-x86_64/tea.desktop |   10 --
 community-x86_64/tea.install |4 --
 9 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-25 17:04:58 UTC (rev 86988)
+++ community-i686/PKGBUILD 2013-03-25 17:05:20 UTC (rev 86989)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-# Contributor: Michal Kaliszka 
-# Contributor: Zsolt Varadi 
-
-pkgname=tea
-pkgver=34.0.1
-pkgrel=2
-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=('4fcc661b7898d01f58b8734395f5bdda'
- '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 86988, tea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-25 17:05:20 UTC (rev 86989)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+# Contributor: Michal Kaliszka 
+# Contributor: Zsolt Varadi 
+
+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"
+}

Deleted: community-i686/tea.desktop
===
--- community-i686/tea.desktop  2013-03-25 17:04:58 UTC (rev 86988)
+++ community-i686/tea.desktop  2013-03-25 17:05:20 UTC (rev 86989)
@@ -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 86988, 
tea/trunk/tea.desktop)
===
--- community-i686/tea.desktop  (rev 0)
+++ community-i686/tea.desktop  2013-03-25 17:05:20 UTC (rev 86989)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Tea
+Comment=A small programmer's QT editor
+Ex

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

2013-03-25 Thread Sergej Pupykin
Date: Monday, March 25, 2013 @ 18:04:58
  Author: spupykin
Revision: 86988

upgpkg: tea 35.0.0-1

upd

Modified:
  tea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 17:04:53 UTC (rev 86987)
+++ PKGBUILD2013-03-25 17:04:58 UTC (rev 86988)
@@ -6,8 +6,8 @@
 # Contributor: Zsolt Varadi 
 
 pkgname=tea
-pkgver=34.0.1
-pkgrel=2
+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/";
@@ -16,7 +16,7 @@
 install=tea.install
 
source=(http://downloads.sourceforge.net/project/tea-editor/tea-editor/$pkgver/tea-$pkgver.tar.bz2
 tea.desktop)
-md5sums=('4fcc661b7898d01f58b8734395f5bdda'
+md5sums=('aabbbac2b5251e7c3eeb36d8f188d08a'
  '377ace3363124f4c086de0babb820761')
 
 build() {



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

2013-03-25 Thread Sergej Pupykin
Date: Monday, March 25, 2013 @ 18:04:53
  Author: spupykin
Revision: 86987

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

Added:
  opendkim/repos/community-i686/PKGBUILD
(from rev 86986, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-i686/opendkim.conf
(from rev 86986, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-i686/opendkim.install
(from rev 86986, opendkim/trunk/opendkim.install)
  opendkim/repos/community-i686/opendkim.rc
(from rev 86986, opendkim/trunk/opendkim.rc)
  opendkim/repos/community-i686/opendkim.service
(from rev 86986, opendkim/trunk/opendkim.service)
  opendkim/repos/community-x86_64/PKGBUILD
(from rev 86986, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-x86_64/opendkim.conf
(from rev 86986, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-x86_64/opendkim.install
(from rev 86986, opendkim/trunk/opendkim.install)
  opendkim/repos/community-x86_64/opendkim.rc
(from rev 86986, opendkim/trunk/opendkim.rc)
  opendkim/repos/community-x86_64/opendkim.service
(from rev 86986, opendkim/trunk/opendkim.service)
Deleted:
  opendkim/repos/community-i686/PKGBUILD
  opendkim/repos/community-i686/opendkim.conf
  opendkim/repos/community-i686/opendkim.install
  opendkim/repos/community-i686/opendkim.rc
  opendkim/repos/community-i686/opendkim.service
  opendkim/repos/community-x86_64/PKGBUILD
  opendkim/repos/community-x86_64/opendkim.conf
  opendkim/repos/community-x86_64/opendkim.install
  opendkim/repos/community-x86_64/opendkim.rc
  opendkim/repos/community-x86_64/opendkim.service

---+
 /PKGBUILD |  118 
 /opendkim.conf|2 
 /opendkim.install |   22 ++
 /opendkim.rc  |   78 +++
 /opendkim.service |   22 ++
 community-i686/PKGBUILD   |   59 --
 community-i686/opendkim.conf  |1 
 community-i686/opendkim.install   |   11 ---
 community-i686/opendkim.rc|   39 ---
 community-i686/opendkim.service   |   11 ---
 community-x86_64/PKGBUILD |   59 --
 community-x86_64/opendkim.conf|1 
 community-x86_64/opendkim.install |   11 ---
 community-x86_64/opendkim.rc  |   39 ---
 community-x86_64/opendkim.service |   11 ---
 15 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-25 17:04:20 UTC (rev 86986)
+++ community-i686/PKGBUILD 2013-03-25 17:04:53 UTC (rev 86987)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Thomas Jost 
-
-pkgname=opendkim
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter."
-arch=(i686 x86_64)
-url="http://www.opendkim.org/";
-license=('BSD' 'custom:Sendmail')
-depends=("db" "openssl")
-makedepends=("libmilter")
-options=(!libtool !emptydirs)
-backup=(etc/conf.d/opendkim)
-install=opendkim.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
-   opendkim.conf
-   opendkim.rc
-   opendkim.service)
-md5sums=('53bd811c6577235bd008f632e7f63dae'
- '3e2bb1058ac0662f01e675aa6ac7ee8f'
- '093f5c098a45cc68753f97e45a5b374c'
- 'bc1b73856bc1941faaa4842e00437cb5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --with-db
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-
-  # Sample configuration
-  mkdir -p "$pkgdir/etc/opendkim"
-  mv "$pkgdir/usr/share/doc/opendkim/opendkim.conf.sample" 
"$pkgdir/etc/opendkim/opendkim.conf.sample"
-  chmod 0700 "$pkgdir/etc/opendkim"
-  chmod 0600 "$pkgdir/etc/opendkim/opendkim.conf.sample"
-
-  # Init script
-  install -Dm644 "$srcdir/opendkim.conf" "$pkgdir/etc/conf.d/opendkim"
-  install -Dm755 "$srcdir/opendkim.rc" "$pkgdir/etc/rc.d/opendkim"
-
-  # License
-  mkdir -p "$pkgdir/usr/share/licenses/opendkim"
-  for f in LICENSE LICENSE.Sendmail; do
-ln -s ../../doc/opendkim/$f "$pkgdir/usr/share/licenses/opendkim/$f"
-  done
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: opendkim/repos/community-i686/PKGBUILD (from rev 86986, 
opendkim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-25 17:04:53 UTC (rev 86987)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Thomas Jost 
+
+pkgname=opendkim
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim

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

2013-03-25 Thread Sergej Pupykin
Date: Monday, March 25, 2013 @ 18:04:20
  Author: spupykin
Revision: 86986

upgpkg: opendkim 2.8.1-1

upd

Modified:
  opendkim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 16:25:50 UTC (rev 86985)
+++ PKGBUILD2013-03-25 17:04:20 UTC (rev 86986)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Jost 
 
 pkgname=opendkim
-pkgver=2.8.0
+pkgver=2.8.1
 pkgrel=1
 pkgdesc="An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter."
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
opendkim.conf
opendkim.rc
opendkim.service)
-md5sums=('53bd811c6577235bd008f632e7f63dae'
+md5sums=('6c9810e343414f49ad7fee313f02a0a7'
  '3e2bb1058ac0662f01e675aa6ac7ee8f'
  '093f5c098a45cc68753f97e45a5b374c'
  'bc1b73856bc1941faaa4842e00437cb5')



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

2013-03-25 Thread Felix Yan
Date: Monday, March 25, 2013 @ 17:25:50
  Author: fyan
Revision: 86985

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

Added:
  mongodb/repos/community-staging-i686/
  mongodb/repos/community-staging-i686/PKGBUILD
(from rev 86984, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-staging-i686/SConscript.client.patch
(from rev 86984, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-staging-i686/mongodb.conf
(from rev 86984, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-staging-i686/mongodb.install
(from rev 86984, mongodb/trunk/mongodb.install)
  mongodb/repos/community-staging-i686/mongodb.service
(from rev 86984, mongodb/trunk/mongodb.service)
  mongodb/repos/community-staging-i686/removeWerror.patch
(from rev 86984, mongodb/trunk/removeWerror.patch)
  mongodb/repos/community-staging-x86_64/
  mongodb/repos/community-staging-x86_64/PKGBUILD
(from rev 86984, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-staging-x86_64/SConscript.client.patch
(from rev 86984, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-staging-x86_64/mongodb.conf
(from rev 86984, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-staging-x86_64/mongodb.install
(from rev 86984, mongodb/trunk/mongodb.install)
  mongodb/repos/community-staging-x86_64/mongodb.service
(from rev 86984, mongodb/trunk/mongodb.service)
  mongodb/repos/community-staging-x86_64/removeWerror.patch
(from rev 86984, mongodb/trunk/removeWerror.patch)

--+
 community-staging-i686/PKGBUILD  |   71 +
 community-staging-i686/SConscript.client.patch   |   13 +++
 community-staging-i686/mongodb.conf  |8 ++
 community-staging-i686/mongodb.install   |   32 +
 community-staging-i686/mongodb.service   |   10 ++
 community-staging-i686/removeWerror.patch|   11 +++
 community-staging-x86_64/PKGBUILD|   71 +
 community-staging-x86_64/SConscript.client.patch |   13 +++
 community-staging-x86_64/mongodb.conf|8 ++
 community-staging-x86_64/mongodb.install |   32 +
 community-staging-x86_64/mongodb.service |   10 ++
 community-staging-x86_64/removeWerror.patch  |   11 +++
 12 files changed, 290 insertions(+)

Copied: mongodb/repos/community-staging-i686/PKGBUILD (from rev 86984, 
mongodb/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-25 16:25:50 UTC (rev 86985)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Mathias Stearn 
+# Contributor: Alec Thomas
+
+pkgname=mongodb
+pkgver=2.4.1
+pkgrel=2
+pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org'
+license=('AGPL3')
+depends=('boost-libs')
+makedepends=('scons' 'boost' 'libpcap')
+checkdepends=('python2-pymongo')
+optdepends=('libpcap: needed for mongosniff')
+backup=('etc/mongodb.conf')
+install=mongodb.install
+source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
+'mongodb.conf' 'mongodb.service' 'SConscript.client.patch'
+'removeWerror.patch')
+
+build() {
+  # fucking mongo aint no fun to package
+  export SCONSFLAGS="$MAKEFLAGS"
+
+  cd mongodb-src-r${pkgver}
+
+  # fix https://jira.mongodb.org/browse/SERVER-5575
+  patch -Np1 -i ${srcdir}/SConscript.client.patch
+
+  # failed to build with -Werror since 2.4.0
+  patch -Np1 -i "$srcdir/removeWerror.patch"
+
+  scons all --use-system-boost # --sharedclient currently fails
+}
+
+ Warning: the 32 bit version of MongoDB is limited to about 2GB 
of data.'
+echo '==> See http://blog.mongodb.org/post/137788967/32-bit-limitations'
+  fi
+}
+
+post_upgrade() {
+  chown -R mongodb:daemon /var/lib/mongodb
+  chown -R mongodb:daemo

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

2013-03-25 Thread Andrea Scarpino
Date: Monday, March 25, 2013 @ 17:17:58
  Author: andrea
Revision: 180674

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

Added:
  xsd/repos/staging-i686/
  xsd/repos/staging-i686/PKGBUILD
(from rev 180673, xsd/trunk/PKGBUILD)
  xsd/repos/staging-i686/xsdcxx.patch
(from rev 180673, xsd/trunk/xsdcxx.patch)
  xsd/repos/staging-x86_64/
  xsd/repos/staging-x86_64/PKGBUILD
(from rev 180673, xsd/trunk/PKGBUILD)
  xsd/repos/staging-x86_64/xsdcxx.patch
(from rev 180673, xsd/trunk/xsdcxx.patch)

-+
 staging-i686/PKGBUILD   |   34 +++
 staging-i686/xsdcxx.patch   |  128 ++
 staging-x86_64/PKGBUILD |   34 +++
 staging-x86_64/xsdcxx.patch |  128 ++
 4 files changed, 324 insertions(+)

Copied: xsd/repos/staging-i686/PKGBUILD (from rev 180673, xsd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-25 16:17:58 UTC (rev 180674)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku 
+
+pkgname=xsd
+pkgver=3.3.0
+_pkgver=3.3.0-2+dep
+pkgrel=8
+pkgdesc="An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler"
+arch=('i686' 'x86_64')
+url="http://www.codesynthesis.com/products/xsd";
+license=('GPL2')
+depends=('boost-libs' 'xerces-c')
+makedepends=('boost')
+source=("http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2";
+"xsdcxx.patch")
+sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
+  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
+
+build() {
+  cd "${pkgname}-${_pkgver}"
+  patch -p0 -i "${srcdir}/xsdcxx.patch"
+
+  make CXXFLAGS="${CXXFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix="$pkgdir/usr" install
+
+  # Fix conflicts with mono
+  mv "${pkgdir}"/usr/bin/xsd{,cxx}
+  mv "${pkgdir}"/usr/share/man/man1/xsd{,cxx}.1
+}

Copied: xsd/repos/staging-i686/xsdcxx.patch (from rev 180673, 
xsd/trunk/xsdcxx.patch)
===
--- staging-i686/xsdcxx.patch   (rev 0)
+++ staging-i686/xsdcxx.patch   2013-03-25 16:17:58 UTC (rev 180674)
@@ -0,0 +1,128 @@
+diff -up xsd/documentation/xsd.1.rename xsd/documentation/xsd.1
+--- xsd/documentation/xsd.1.rename 2010-06-20 15:45:31.0 +0300
 xsd/documentation/xsd.12010-06-20 15:46:24.0 +0300
+@@ -1,16 +1,16 @@
+ .\" Process this file with
+-.\" groff -man -Tascii xsd.1
++.\" groff -man -Tascii xsdcxx.1
+ .\"
+ .TH XSD 1 "April 2010" "XSD 3.3.0"
+ .SH NAME
+-xsd \- W3C XML Schema to C++ Compiler
++xsdcxx \- W3C XML Schema to C++ Compiler
+ .\"
+ .\"
+ .\"
+ .\"
+ .SH SYNOPSIS
+ .\"
+-.B xsd
++.B xsdcxx
+ .I command
+ .B [
+ .I options
+@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
+ .I file
+ .B ...]
+ .in
+-.B xsd help
++.B xsdcxx help
+ .B [
+ .I command
+ .B ]
+ .in
+-.B xsd version
++.B xsdcxx version
+ .\"
+ .\"
+ .\"
+ .\"
+ .SH DESCRIPTION
+ .\"
+-.B xsd
++.B xsdcxx
+ generates vocabulary-specific, statically-typed C++ mapping from W3C XML
+ Schema definitions. Particular mapping to produce is selected by a
+ .IR command .
+@@ -96,7 +96,7 @@ Print usage information and exit. Use
+ .PP
+ .RS
+ .RS 3
+-.B xsd help
++.B xsdcxx help
+ .I command
+ .RE
+ .PP
+@@ -203,7 +203,7 @@ For example, if you have file
+ with namespace
+ .B http://example.com/hello
+ and you run
+-.B xsd
++.B xsdcxx
+ on this file, then the string in question will be:
+ 
+ .B hello.xsd. http://example.com/hello
+@@ -1877,7 +1877,7 @@ option. With this approach you don't nee
+ .\"
+ .SH DIAGNOSTICS
+ If the input file is not a valid W3C XML Schema definition,
+-.B xsd
++.B xsdcxx
+ will issue diagnostic messages to
+ .B STDERR
+ and exit with non-zero exit code.
+diff -up xsd/documentation/xsd.xhtml.rename xsd/documentation/xsd.xhtml
+--- xsd/documentation/xsd.xhtml.rename 2010-06-20 15:47:29.0 +0300
 xsd/documentation/xsd.xhtml2010-06-20 15:47:30.0 +0300
+@@ -50,19 +50,19 @@
+ 
+   NAME
+ 
+-  xsd - W3C XML Schema to C++ Compiler
++  xsdcxx - W3C XML Schema to C++ Compiler
+ 
+   SYNOPSIS
+ 
+   
+-xsd command [options] file 
[file ...]
+-xsd help [command]
+-xsd version
++xsdcxx command [options] file 
[file ...]
++xsdcxx help [command]
++xsdcxx version
+   
+ 
+   DESCRIPTION
+ 
+-  xsd generates vocabulary-specific, statically-typed
++  xsdcxx generates vocabulary-specific, 
statically-typed
+   C++ mapping from W3C XML Schema definitions. Particular mapping to
+   produce is select

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

2013-03-25 Thread Andrea Scarpino
Date: Monday, March 25, 2013 @ 17:17:52
  Author: andrea
Revision: 180673

upgpkg: xsd 3.3.0-8

boost rebuild

Modified:
  xsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 15:48:42 UTC (rev 180672)
+++ PKGBUILD2013-03-25 16:17:52 UTC (rev 180673)
@@ -5,7 +5,7 @@
 pkgname=xsd
 pkgver=3.3.0
 _pkgver=3.3.0-2+dep
-pkgrel=7
+pkgrel=8
 pkgdesc="An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler"
 arch=('i686' 'x86_64')
 url="http://www.codesynthesis.com/products/xsd";



  1   2   >