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

2010-09-18 Thread Giovanni Scafora
Date: Saturday, September 18, 2010 @ 02:40:53
  Author: giovanni
Revision: 90861

archrelease: copy trunk to extra-x86_64

Added:
  ccache/repos/extra-x86_64/



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

2010-09-18 Thread Giovanni Scafora
Date: Saturday, September 18, 2010 @ 03:26:11
  Author: giovanni
Revision: 90862

archrelease: remove extra-i686

Deleted:
  ccache/repos/extra-i686/



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

2010-09-18 Thread Giovanni Scafora
Date: Saturday, September 18, 2010 @ 03:26:30
  Author: giovanni
Revision: 90863

archrelease: copy trunk to extra-i686

Added:
  ccache/repos/extra-i686/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 05:37:37
  Author: ibiru
Revision: 90864

use standard size icons in /usr/share/icons, use wireshark.desktop that comes 
with the app

Added:
  wireshark/trunk/wireshark-gtk.install
Modified:
  wireshark/trunk/PKGBUILD

---+
 PKGBUILD  |   14 --
 wireshark-gtk.install |   11 +++
 2 files changed, 19 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-18 07:26:30 UTC (rev 90863)
+++ PKGBUILD2010-09-18 09:37:37 UTC (rev 90864)
@@ -10,10 +10,8 @@
 makedepends=('bison' 'flex' 'gtk2' 'heimdal' 'libpcap' 'bash' 'gnutls' 
'libcap')
 url=http://www.wireshark.org/;
 options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2 
wireshark.desktop wireshark.png)
-md5sums=('13b188baea23cdad40b7a55921384a77'
- '504ede44c02b2a52f6cbd3bffdf93b8d'
- 'e771800a8c977fe223583a453bc27397')
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('13b188baea23cdad40b7a55921384a77')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -33,8 +31,6 @@
 
   make DESTDIR=${pkgdir} install
 
-  install -Dm644 ${srcdir}/wireshark.png 
${pkgdir}/usr/share/icons/wireshark.png
-  install -Dm644 ${srcdir}/wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
   #wireshark uid group is 150
   chgrp 150 ${pkgdir}/usr/bin/dumpcap
   chmod 754 ${pkgdir}/usr/bin/dumpcap
@@ -44,10 +40,16 @@
 package_wireshark-gtk() {
   pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - GTK 
version
   depends=('gtk2' 'wireshark-cli')
+  install=wireshark-gtk.install
   replaces=(wireshark)
   conflicts=(wireshark)
 
   cd ${srcdir}/${pkgbase}-${pkgver}
 
   install -Dm755 .libs/wireshark $pkgdir/usr/bin/wireshark
+  for d in 16 32 48; do
+  install -d ${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps
+  install -Dm644 image/hi${d}-app-wireshark.png 
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
+  done
+  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
 }

Added: wireshark-gtk.install
===
--- wireshark-gtk.install   (rev 0)
+++ wireshark-gtk.install   2010-09-18 09:37:37 UTC (rev 90864)
@@ -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 wireshark/trunk (PKGBUILD wireshark.desktop wireshark.png)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 05:47:45
  Author: ibiru
Revision: 90865

cleanup

Modified:
  wireshark/trunk/PKGBUILD
Deleted:
  wireshark/trunk/wireshark.desktop
  wireshark/trunk/wireshark.png

---+
 PKGBUILD  |1 -
 wireshark.desktop |   10 --
 2 files changed, 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-18 09:37:37 UTC (rev 90864)
+++ PKGBUILD2010-09-18 09:47:45 UTC (rev 90865)
@@ -48,7 +48,6 @@
 
   install -Dm755 .libs/wireshark $pkgdir/usr/bin/wireshark
   for d in 16 32 48; do
-  install -d ${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps
   install -Dm644 image/hi${d}-app-wireshark.png 
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
   done
   install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop

Deleted: wireshark.desktop
===
--- wireshark.desktop   2010-09-18 09:37:37 UTC (rev 90864)
+++ wireshark.desktop   2010-09-18 09:47:45 UTC (rev 90865)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-GenericName=Wireshark
-Comment=Network protocol analyzer
-Name=wireshark
-Exec=wireshark
-Icon=/usr/share/icons/wireshark.png
-Type=Application
-Terminal=false
-Categories=Application;Network;

Deleted: wireshark.png
===
(Binary files differ)



[arch-commits] Commit in vala/repos (gnome-unstable-x86_64)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 11:06:55
  Author: ibiru
Revision: 90867

db-remove: vala removed by ibiru

Deleted:
  vala/repos/gnome-unstable-x86_64/



[arch-commits] Commit in glib2/trunk (PKGBUILD revert-redundant-headers.patch)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 12:47:48
  Author: ibiru
Revision: 90868

upgpkg: glib2 2.25.16-1
update to 2.25.16

Added:
  glib2/trunk/revert-redundant-headers.patch
Modified:
  glib2/trunk/PKGBUILD

+
 PKGBUILD   |   12 +++-
 revert-redundant-headers.patch |   33 +
 2 files changed, 40 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-18 15:06:55 UTC (rev 90867)
+++ PKGBUILD2010-09-18 16:47:48 UTC (rev 90868)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=glib2
-pkgver=2.24.2
+pkgver=2.25.16
 pkgrel=1
 pkgdesc=Common C routines used by GTK+ 2.4 and other libs
 url=http://www.gtk.org/;
@@ -11,15 +11,17 @@
 depends=('pcre=8.02')
 makedepends=('pkgconfig')
 options=('!libtool' '!docs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.24/glib-${pkgver}.tar.bz2
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.25/glib-${pkgver}.tar.bz2
 glib2.sh
-glib2.csh)
-sha256sums=('3aeb521abd3642dd1224379f0e54915957e5010f888a4ae74afa0ad54da0160c'
+glib2.csh revert-redundant-headers.patch)
+sha256sums=('dd7243298504792ab717cea138554ab7edb8ec4145f6b9b0839ffe3ae0ad39f2'
 '9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
-'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
+'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3'
+'4a40619f3d3eef6accf22c0da67b73632688c7a8e8b350be1acce8a10d1befe4')
 
 build() {
   cd ${srcdir}/glib-${pkgver}
+  patch -NRp1 -i ${srcdir}/revert-redundant-headers.patch
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --with-pcre=system \

Added: revert-redundant-headers.patch
===
--- revert-redundant-headers.patch  (rev 0)
+++ revert-redundant-headers.patch  2010-09-18 16:47:48 UTC (rev 90868)
@@ -0,0 +1,33 @@
+From 96d87da379879f20e2c162b468525aaa1a0a82dd Mon Sep 17 00:00:00 2001
+From: Matthias Clasen mcla...@redhat.com
+Date: Sat, 04 Sep 2010 00:30:54 +
+Subject: Remove redundant header inclusions
+
+---
+diff --git a/glib/gregex.c b/glib/gregex.c
+index 576632d..f21fbe8 100644
+--- a/glib/gregex.c
 b/glib/gregex.c
+@@ -23,16 +23,16 @@
+ 
+ #include string.h
+ 
+-#include glib.h
+-#include glibintl.h
+-#include gregex.h
+-
+ #ifdef USE_SYSTEM_PCRE
+ #include pcre.h
+ #else
+ #include pcre/pcre.h
+ #endif
+ 
++#include gtypes.h
++#include gregex.h
++#include glibintl.h
++
+ /**
+  * SECTION:gregex
+  * @title: Perl-compatible regular expressions
+--
+cgit v0.8.3.1



[arch-commits] Commit in glib2/repos (gnome-unstable-i686)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 12:48:21
  Author: ibiru
Revision: 90870

archrelease: copy trunk to gnome-unstable-i686

Added:
  glib2/repos/gnome-unstable-i686/



[arch-commits] Commit in glib2/repos (gnome-unstable-x86_64)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 12:48:55
  Author: ibiru
Revision: 90872

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  glib2/repos/gnome-unstable-x86_64/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 13:24:34
  Author: ibiru
Revision: 90873

upgpkg: vala 0.10.0-1
update to 0.10

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-18 16:48:55 UTC (rev 90872)
+++ PKGBUILD2010-09-18 17:24:34 UTC (rev 90873)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz t...@preetz.us
 
 pkgname=vala
-pkgver=0.9.8
+pkgver=0.10.0
 pkgrel=1
 pkgdesc=Compiler for the GObject type system
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('glib2')
 makedepends=('libxslt')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.9/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('588fc351ce4178fdd78435ec86d4adada760b2ff6007dc180e1d6c53fb86e488')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.10/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f5655a3cdc21c4c8d94d4af55a4c0a0418bad7a5ebf60ccdf471c4e16c5c9235')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 13:24:41
  Author: ibiru
Revision: 90874

archrelease: remove extra-i686

Deleted:
  vala/repos/extra-i686/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 13:24:55
  Author: ibiru
Revision: 90875

archrelease: copy trunk to extra-i686

Added:
  vala/repos/extra-i686/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 13:25:03
  Author: ibiru
Revision: 90876

archrelease: remove extra-x86_64

Deleted:
  vala/repos/extra-x86_64/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 13:25:17
  Author: ibiru
Revision: 90877

archrelease: copy trunk to extra-x86_64

Added:
  vala/repos/extra-x86_64/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 13:25:55
  Author: ibiru
Revision: 90878

upgpkg: metacity 2.30.2-1
update to 2.30.2

Modified:
  metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-18 17:25:17 UTC (rev 90877)
+++ PKGBUILD2010-09-18 17:25:55 UTC (rev 90878)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=metacity
-pkgver=2.30.1
+pkgver=2.30.2
 pkgrel=1
 pkgdesc=A window manager for GNOME2
 arch=(i686 x86_64)
@@ -15,19 +15,19 @@
 install=metacity.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2
 metacity-restartstyle.patch)
-sha256sums=('0057b6e0562cf51b648a2d7b3729def8365ccefd12a9b1373f93312da1ebe5d8'
+sha256sums=('d4c1cbf74cce4c099e95cc440c834833e3efc287a3cf952ba0b4cfc84351ffe3'
 '3a7e484ec2eb97e7b7f1baaa33e5d925e67a35c84e49c5abe6c32cf2c25f16eb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/metacity-restartstyle.patch || return 1
+  patch -Np1 -i ${srcdir}/metacity-restartstyle.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/metacity \
-  --localstatedir=/var --disable-static || return 1
-  make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install || 
return 1
+  --localstatedir=/var --disable-static
+  make
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
 
   install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain metacity ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain metacity ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 13:26:03
  Author: ibiru
Revision: 90879

archrelease: remove extra-i686

Deleted:
  metacity/repos/extra-i686/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 13:26:16
  Author: ibiru
Revision: 90880

archrelease: copy trunk to extra-i686

Added:
  metacity/repos/extra-i686/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 13:26:24
  Author: ibiru
Revision: 90881

archrelease: remove extra-x86_64

Deleted:
  metacity/repos/extra-x86_64/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 13:26:37
  Author: ibiru
Revision: 90882

archrelease: copy trunk to extra-x86_64

Added:
  metacity/repos/extra-x86_64/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 13:58:03
  Author: ibiru
Revision: 90883

upgpkg: telepathy-glib 0.11.16-1
update to 0.11.16

Modified:
  telepathy-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-18 17:26:37 UTC (rev 90882)
+++ PKGBUILD2010-09-18 17:58:03 UTC (rev 90883)
@@ -3,7 +3,7 @@
 # Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
 # Contributor: Bjorn Lindeijer bjorn lindeijer nl
 pkgname=telepathy-glib
-pkgver=0.10.7
+pkgver=0.11.16
 pkgrel=1
 pkgdesc=GLib bindings for the Telepathy D-Bus protocol
 arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@
 license=('LGPL')
 options=('!libtool')
 depends=('dbus-glib=0.86')
-makedepends=('libxslt')
+makedepends=('libxslt' 'vala' 'gobject-introspection' 'gtk-doc')
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('811c375416bc4f0fab4b870eb936ded4')
+md5sums=('52b5f8ebb941fc5f400382dd4b5fa061')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr
+./configure --prefix=/usr --enable-vala-bindings
 make
 make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in telepathy-glib/repos (gnome-unstable-x86_64)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 14:01:59
  Author: ibiru
Revision: 90885

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  telepathy-glib/repos/gnome-unstable-x86_64/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 15:26:26
  Author: ibiru
Revision: 90886

moved in extra, needed by folks

Added:
  libgee/
  libgee/repos/
  libgee/trunk/
  libgee/trunk/PKGBUILD

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

Added: libgee/trunk/PKGBUILD
===
--- libgee/trunk/PKGBUILD   (rev 0)
+++ libgee/trunk/PKGBUILD   2010-09-18 19:26:26 UTC (rev 90886)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=libgee
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=GObject collection library
+url=http://live.gnome.org/Libgee;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+depends=('glib2')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.5/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('98c9e5c436059ca7e411815237e31ca7506a8ca152f2c797749ec595be99d893')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --disable-static
+make
+make DESTDIR=${pkgdir} install
+}


Property changes on: libgee/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 15:27:08
  Author: ibiru
Revision: 90887

archrelease: copy trunk to extra-i686

Added:
  libgee/repos/extra-i686/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 15:27:36
  Author: ibiru
Revision: 90888

archrelease: copy trunk to extra-x86_64

Added:
  libgee/repos/extra-x86_64/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 15:45:25
  Author: ibiru
Revision: 90889

upgpkg: libgee 0.5.3-2
adding g-i support

Modified:
  libgee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-18 19:27:36 UTC (rev 90888)
+++ PKGBUILD2010-09-18 19:45:25 UTC (rev 90889)
@@ -4,12 +4,13 @@
 
 pkgname=libgee
 pkgver=0.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc=GObject collection library
 url=http://live.gnome.org/Libgee;
 license=('LGPL2.1')
 arch=('i686' 'x86_64')
 depends=('glib2')
+makedepends=('gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.5/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('98c9e5c436059ca7e411815237e31ca7506a8ca152f2c797749ec595be99d893')



[arch-commits] Commit in libgee/repos (gnome-unstable-i686)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 15:45:48
  Author: ibiru
Revision: 90890

archrelease: copy trunk to gnome-unstable-i686

Added:
  libgee/repos/gnome-unstable-i686/



[arch-commits] Commit in libgee/repos (gnome-unstable-x86_64)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 15:46:11
  Author: ibiru
Revision: 90891

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  libgee/repos/gnome-unstable-x86_64/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 16:12:19
  Author: ibiru
Revision: 90892

add new dependency for empathy

Added:
  folks/
  folks/repos/
  folks/trunk/
  folks/trunk/PKGBUILD

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

Added: folks/trunk/PKGBUILD
===
--- folks/trunk/PKGBUILD(rev 0)
+++ folks/trunk/PKGBUILD2010-09-18 20:12:19 UTC (rev 90892)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=folks
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts 
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=('GPL')
+depends=('telepathy-glib=0.11.16' 'libgee=0.5.3' 'libxml2=2.7.7')
+makedepends=('gobject-introspection' 'vala')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('25f4760ba777b2f8a90576ac43c1540c9fd88dd4d39de3d07bc7f2f9ef5fc84f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: folks/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in folks/repos (gnome-unstable-i686)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 16:12:55
  Author: ibiru
Revision: 90893

archrelease: copy trunk to gnome-unstable-i686

Added:
  folks/repos/gnome-unstable-i686/



[arch-commits] Commit in folks/repos (gnome-unstable-x86_64)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 16:13:15
  Author: ibiru
Revision: 90894

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  folks/repos/gnome-unstable-x86_64/



[arch-commits] Commit in glib2/trunk (PKGBUILD revert-redundant-headers.patch)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 16:31:50
  Author: ibiru
Revision: 90895

upgpkg: glib2 2.25.17-1
update to 2.25.17, drop patch it was fixed upstream

Modified:
  glib2/trunk/PKGBUILD
Deleted:
  glib2/trunk/revert-redundant-headers.patch

+
 PKGBUILD   |   10 --
 revert-redundant-headers.patch |   33 -
 2 files changed, 4 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-18 20:13:15 UTC (rev 90894)
+++ PKGBUILD2010-09-18 20:31:50 UTC (rev 90895)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=glib2
-pkgver=2.25.16
+pkgver=2.25.17
 pkgrel=1
 pkgdesc=Common C routines used by GTK+ 2.4 and other libs
 url=http://www.gtk.org/;
@@ -13,15 +13,13 @@
 options=('!libtool' '!docs')
 source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.25/glib-${pkgver}.tar.bz2
 glib2.sh
-glib2.csh revert-redundant-headers.patch)
-sha256sums=('dd7243298504792ab717cea138554ab7edb8ec4145f6b9b0839ffe3ae0ad39f2'
+glib2.csh)
+sha256sums=('ba2543fa9dceb7dbcfbf00dcc3773cd649ef1698d7f7ad401f136e980559777d'
 '9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
-'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3'
-'4a40619f3d3eef6accf22c0da67b73632688c7a8e8b350be1acce8a10d1befe4')
+'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
 
 build() {
   cd ${srcdir}/glib-${pkgver}
-  patch -NRp1 -i ${srcdir}/revert-redundant-headers.patch
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --with-pcre=system \

Deleted: revert-redundant-headers.patch
===
--- revert-redundant-headers.patch  2010-09-18 20:13:15 UTC (rev 90894)
+++ revert-redundant-headers.patch  2010-09-18 20:31:50 UTC (rev 90895)
@@ -1,33 +0,0 @@
-From 96d87da379879f20e2c162b468525aaa1a0a82dd Mon Sep 17 00:00:00 2001
-From: Matthias Clasen mcla...@redhat.com
-Date: Sat, 04 Sep 2010 00:30:54 +
-Subject: Remove redundant header inclusions
-

-diff --git a/glib/gregex.c b/glib/gregex.c
-index 576632d..f21fbe8 100644
 a/glib/gregex.c
-+++ b/glib/gregex.c
-@@ -23,16 +23,16 @@
- 
- #include string.h
- 
--#include glib.h
--#include glibintl.h
--#include gregex.h
--
- #ifdef USE_SYSTEM_PCRE
- #include pcre.h
- #else
- #include pcre/pcre.h
- #endif
- 
-+#include gtypes.h
-+#include gregex.h
-+#include glibintl.h
-+
- /**
-  * SECTION:gregex
-  * @title: Perl-compatible regular expressions
---
-cgit v0.8.3.1



[arch-commits] Commit in glib2/repos (gnome-unstable-i686)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 16:32:15
  Author: ibiru
Revision: 90896

archrelease: remove gnome-unstable-i686

Deleted:
  glib2/repos/gnome-unstable-i686/



[arch-commits] Commit in glib2/repos (gnome-unstable-i686)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 16:32:41
  Author: ibiru
Revision: 90897

archrelease: copy trunk to gnome-unstable-i686

Added:
  glib2/repos/gnome-unstable-i686/



[arch-commits] Commit in glib2/repos (gnome-unstable-x86_64)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 16:32:58
  Author: ibiru
Revision: 90898

archrelease: remove gnome-unstable-x86_64

Deleted:
  glib2/repos/gnome-unstable-x86_64/



[arch-commits] Commit in glib2/repos (gnome-unstable-x86_64)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 16:33:15
  Author: ibiru
Revision: 90899

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  glib2/repos/gnome-unstable-x86_64/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 16:50:43
  Author: ibiru
Revision: 90900

upgpkg: libgnomekbd 2.31.92-1
update to 2.31.92

Modified:
  libgnomekbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-18 20:33:15 UTC (rev 90899)
+++ PKGBUILD2010-09-18 20:50:43 UTC (rev 90900)
@@ -2,18 +2,18 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libgnomekbd
-pkgver=2.30.2
+pkgver=2.31.92
 pkgrel=1
 pkgdesc=Gnome keyboard library
 url=http://gswitchit.sourceforge.net;
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('libxklavier=5.0' 'gconf=2.28.1')
+depends=('libxklavier=5.0' 'gconf=2.31.91')
 makedepends=('intltool' 'pkg-config')
 options=('!libtool' '!emptydirs')
 install=libgnomekbd.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('3270d8470f5bd4d7e867f22330180a4429ae0f1d685db0bfa4c126699309e1a6')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.31/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('7fda41b90a0e565c79a145dfdf17381188e95fa97ae43397e8e20d65e9ad7528')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in libgnomekbd/repos (gnome-unstable-i686)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 16:51:07
  Author: ibiru
Revision: 90901

archrelease: copy trunk to gnome-unstable-i686

Added:
  libgnomekbd/repos/gnome-unstable-i686/



[arch-commits] Commit in libgnomekbd/repos (gnome-unstable-x86_64)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 16:51:28
  Author: ibiru
Revision: 90902

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  libgnomekbd/repos/gnome-unstable-x86_64/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 17:02:19
  Author: ibiru
Revision: 90903

upgpkg: telepathy-mission-control 5.6.0-1
update to 5.6.0

Modified:
  telepathy-mission-control/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-18 20:51:28 UTC (rev 90902)
+++ PKGBUILD2010-09-18 21:02:19 UTC (rev 90903)
@@ -4,17 +4,17 @@
 # Contributor: Bjorn Lindeijer bjorn lindeijer nl
 # Contributor: Andreas Zwinkau beza...@web.de
 pkgname=telepathy-mission-control
-pkgver=5.4.3
+pkgver=5.6.0
 pkgrel=1
 pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
 arch=('i686' 'x86_64')
 url=http://mission-control.sourceforge.net/;
 license=('LGPL2.1')
-depends=('telepathy-glib=0.10.6' 'libgnome-keyring=2.30.1')
-makedepends=('libxslt' 'python')
+depends=('telepathy-glib=0.11.16' 'libgnome-keyring=2.31.92')
+makedepends=('libxslt' 'python' 'gtk-doc')
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
-md5sums=('16479e89134b1ac7ec66061862b0f4ad')
+md5sums=('597f693cd506c2a800153c36082b29cb')
 
 build() {
 cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in telepathy-mission-control/repos (gnome-unstable-i686)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 17:02:54
  Author: ibiru
Revision: 90904

archrelease: copy trunk to gnome-unstable-i686

Added:
  telepathy-mission-control/repos/gnome-unstable-i686/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 17:08:15
  Author: ibiru
Revision: 90906

fix license

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-18 21:03:16 UTC (rev 90905)
+++ PKGBUILD2010-09-18 21:08:15 UTC (rev 90906)
@@ -6,7 +6,7 @@
 pkgdesc=Library to aggregates people into metacontacts 
 arch=(i686 x86_64)
 url=http://telepathy.freedesktop.org/wiki/Folks;
-license=('GPL')
+license=('LGPL2.1')
 depends=('telepathy-glib=0.11.16' 'libgee=0.5.3' 'libxml2=2.7.7')
 makedepends=('gobject-introspection' 'vala')
 options=('!libtool')



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

2010-09-18 Thread Eric Bélanger
Date: Saturday, September 18, 2010 @ 17:25:25
  Author: eric
Revision: 90908

archrelease: remove extra-i686

Deleted:
  freeciv/repos/extra-i686/



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

2010-09-18 Thread Eric Bélanger
Date: Saturday, September 18, 2010 @ 17:27:58
  Author: eric
Revision: 90910

archrelease: remove extra-x86_64

Deleted:
  freeciv/repos/extra-x86_64/



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

2010-09-18 Thread Eric Bélanger
Date: Saturday, September 18, 2010 @ 17:28:08
  Author: eric
Revision: 90911

archrelease: copy trunk to extra-x86_64

Added:
  freeciv/repos/extra-x86_64/



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

2010-09-18 Thread Pierre Schmitz
Date: Saturday, September 18, 2010 @ 18:49:36
  Author: pierre
Revision: 90912

Fix Last password change for system users

Having Last password change in /etc/shadow set to 0 will enforce a password 
chagne for that user on next login.
This prevents the usage of su to run commands with such a user. Therefore 
settng is to the same value as the root user.

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/filesystem.install
  filesystem/trunk/shadow

+
 PKGBUILD   |4 ++--
 filesystem.install |7 +++
 shadow |   12 ++--
 3 files changed, 15 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-18 21:28:08 UTC (rev 90911)
+++ PKGBUILD2010-09-18 22:49:36 UTC (rev 90912)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=filesystem
-pkgver=2010.07
+pkgver=2010.09
 pkgrel=1
 pkgdesc=Base filesystem
 arch=('any')
@@ -28,7 +28,7 @@
  'f28150d4c0b22a017be51b9f7f9977ed'
  '6e488ffecc8ba142c0cf7e2d7aeb832e'
  '8a9042a2cedf6b6b47eb8973f14289cb'
- '019e5c24f9befef395a28e7ef2e4e5b9'
+ '25d046c06d2400a878095f38f44e9c1f'
  '57c5cc9da249c3b06a70fd7efb8c34a5'
  'e5d8323a4dbee7a6d0d2a19cbf4b819f'
  '81b3cb42a6ddabc2ed2310511ee9c859'

Modified: filesystem.install
===
--- filesystem.install  2010-09-18 21:28:08 UTC (rev 90911)
+++ filesystem.install  2010-09-18 22:49:36 UTC (rev 90912)
@@ -64,4 +64,11 @@
 
   grep -q '^include /etc/ld.so.conf.d/\*.conf$' etc/ld.so.conf \
 || echo 'include /etc/ld.so.conf.d/*.conf'  etc/ld.so.conf
+
+  # set Last password change  0; otherwise su $user wont work
+  for user in bin daemon mail ftp http nobody; do
+if LANG=C chage -l ${user} | grep -q 'password must be changed'; then
+  chage -d 9 ${user}
+fi
+  done
 }

Modified: shadow
===
--- shadow  2010-09-18 21:28:08 UTC (rev 90911)
+++ shadow  2010-09-18 22:49:36 UTC (rev 90912)
@@ -1,7 +1,7 @@
 root::9::
-bin:x:0::
-daemon:x:0::
-mail:x:0::
-ftp:x:0::
-http:x:0::
-nobody:x:0::
+bin:x:9::
+daemon:x:9::
+mail:x:9::
+ftp:x:9::
+http:x:9::
+nobody:x:9::



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

2010-09-18 Thread Pierre Schmitz
Date: Saturday, September 18, 2010 @ 19:01:38
  Author: pierre
Revision: 90914

archrelease: copy trunk to testing-any

Added:
  filesystem/repos/testing-any/



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

2010-09-18 Thread Giovanni Scafora
Date: Saturday, September 18, 2010 @ 19:05:52
  Author: giovanni
Revision: 90915

upgpkg: ebook-tools 0.2.1-1
upstream release

Modified:
  ebook-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-18 23:01:38 UTC (rev 90914)
+++ PKGBUILD2010-09-18 23:05:52 UTC (rev 90915)
@@ -2,7 +2,7 @@
 # Maintainer: Giovanni Scafora giova...@archlinux.org
 
 pkgname=ebook-tools
-pkgver=0.1.1
+pkgver=0.2.1
 pkgrel=1
 pkgdesc=Tools for accessing and converting various ebook file formats
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('libzip' 'libxml2')
 makedepends=('pkgconfig' 'cmake')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('15946af6f946eabe8247cdef9ada2b88')
+md5sums=('cabbd2ef9148a61ca5f6e60ca63e6045')
 
 build() {
   cd $srcdir



[arch-commits] Commit in ebook-tools/repos (extra-i686)

2010-09-18 Thread Giovanni Scafora
Date: Saturday, September 18, 2010 @ 19:06:01
  Author: giovanni
Revision: 90916

archrelease: remove extra-i686

Deleted:
  ebook-tools/repos/extra-i686/



[arch-commits] Commit in ebook-tools/repos (extra-i686)

2010-09-18 Thread Giovanni Scafora
Date: Saturday, September 18, 2010 @ 19:06:19
  Author: giovanni
Revision: 90917

archrelease: copy trunk to extra-i686

Added:
  ebook-tools/repos/extra-i686/



[arch-commits] Commit in ebook-tools/repos (extra-x86_64)

2010-09-18 Thread Giovanni Scafora
Date: Saturday, September 18, 2010 @ 19:06:45
  Author: giovanni
Revision: 90919

archrelease: copy trunk to extra-x86_64

Added:
  ebook-tools/repos/extra-x86_64/



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

2010-09-18 Thread Giovanni Scafora
Date: Saturday, September 18, 2010 @ 19:35:45
  Author: giovanni
Revision: 90920

upgpkg: smb4k 0.10.9-1
upstream release

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-18 23:06:45 UTC (rev 90919)
+++ PKGBUILD2010-09-18 23:35:45 UTC (rev 90920)
@@ -3,17 +3,17 @@
 # Contributor: Emanuele Rampichini emanuele.rampich...@gmail.com
 
 pkgname=smb4k
-pkgver=0.10.8
+pkgver=0.10.9
 pkgrel=1
 pkgdesc=A KDE program that browses samba shares
 arch=('i686' 'x86_64')
 url=http://smb4k.berlios.de/;
 license=('GPL')
 depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
+makedepends=('cmake' 'automoc4' 'docbook-xsl')
 install=smb4k.install
 source=(http://download.berlios.de/smb4k/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5e180f99d8a4de173531c6e39688c9f9')
+md5sums=('37189747c2a794e23caca8cb77ba2d59')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-09-18 Thread Giovanni Scafora
Date: Saturday, September 18, 2010 @ 19:36:13
  Author: giovanni
Revision: 90921

archrelease: remove extra-i686

Deleted:
  smb4k/repos/extra-i686/



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

2010-09-18 Thread Giovanni Scafora
Date: Saturday, September 18, 2010 @ 19:36:39
  Author: giovanni
Revision: 90922

archrelease: copy trunk to extra-i686

Added:
  smb4k/repos/extra-i686/



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

2010-09-18 Thread Giovanni Scafora
Date: Saturday, September 18, 2010 @ 19:37:05
  Author: giovanni
Revision: 90923

archrelease: remove extra-x86_64

Deleted:
  smb4k/repos/extra-x86_64/



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

2010-09-18 Thread Giovanni Scafora
Date: Saturday, September 18, 2010 @ 19:37:29
  Author: giovanni
Revision: 90924

archrelease: copy trunk to extra-x86_64

Added:
  smb4k/repos/extra-x86_64/



[arch-commits] Commit in (5 files)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 19:45:01
  Author: ibiru
Revision: 90925

initial commit

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

---+
 PKGBUILD  |   26 ++
 dconf.install |   11 +++
 2 files changed, 37 insertions(+)

Added: dconf/trunk/PKGBUILD
===
--- dconf/trunk/PKGBUILD(rev 0)
+++ dconf/trunk/PKGBUILD2010-09-18 23:45:01 UTC (rev 90925)
@@ -0,0 +1,26 @@
+# $Id:
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=dconf
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=A low-level configuration system.
+arch=(i686 x86_64)
+url=http://live.gnome.org/dconf;
+license=('LGPL2.1')
+depends=('glib2=2.25.17')
+makedepends=('vala' 'gobject-introspection' 'gtk2')
+optdepends=('gtk2: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/${pkgname}/0.5/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0083d70e1b5e540d8d4b3f04fa5d17dff4c574136682fe3bdd9b5ecc196ec4f6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib/dconf
+  make
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: dconf/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: dconf/trunk/dconf.install
===
--- dconf/trunk/dconf.install   (rev 0)
+++ dconf/trunk/dconf.install   2010-09-18 23:45:01 UTC (rev 90925)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gio-querymodules usr/lib/gio/modules
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in dconf/repos (gnome-unstable-i686)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 19:47:19
  Author: ibiru
Revision: 90926

archrelease: copy trunk to gnome-unstable-i686

Added:
  dconf/repos/gnome-unstable-i686/



[arch-commits] Commit in dconf/repos (gnome-unstable-x86_64)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 19:47:38
  Author: ibiru
Revision: 90927

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  dconf/repos/gnome-unstable-x86_64/



[arch-commits] Commit in (5 files)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 20:15:14
  Author: ibiru
Revision: 90928

initial commit

Added:
  telepathy-logger/
  telepathy-logger/repos/
  telepathy-logger/trunk/
  telepathy-logger/trunk/PKGBUILD
  telepathy-logger/trunk/telepathy-logger.install

--+
 PKGBUILD |   30 ++
 telepathy-logger.install |   11 +++
 2 files changed, 41 insertions(+)

Added: telepathy-logger/trunk/PKGBUILD
===
--- telepathy-logger/trunk/PKGBUILD (rev 0)
+++ telepathy-logger/trunk/PKGBUILD 2010-09-19 00:15:14 UTC (rev 90928)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=telepathy-logger
+pkgver=0.1.5
+pkgrel=1
+pkgdesc=Telepathy framework logging daemon
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Logger;
+license=('LGPL2.1')
+depends=('telepathy-glib=0.11.16' 'sqlite3' 'libxml2=2.7.7')
+makedepends=('intltool' 'gnome-doc-utils')
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('6e41a5c6b323a337085b9519ac557fb7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/telepathy \
+--disable-static \
+--disable-scrollkeeper \
+--disable-schemas-compile
+
+  make
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: telepathy-logger/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: telepathy-logger/trunk/telepathy-logger.install
===
--- telepathy-logger/trunk/telepathy-logger.install 
(rev 0)
+++ telepathy-logger/trunk/telepathy-logger.install 2010-09-19 00:15:14 UTC 
(rev 90928)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove(){
+post_install
+}



[arch-commits] Commit in telepathy-logger/repos (gnome-unstable-i686)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 20:24:18
  Author: ibiru
Revision: 90929

archrelease: copy trunk to gnome-unstable-i686

Added:
  telepathy-logger/repos/gnome-unstable-i686/



[arch-commits] Commit in telepathy-logger/repos (gnome-unstable-x86_64)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 20:24:39
  Author: ibiru
Revision: 90930

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  telepathy-logger/repos/gnome-unstable-x86_64/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:00:32
  Author: ibiru
Revision: 90931

upgpkg: papyon 0.5.1-1
update to 0.5.1

Modified:
  papyon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-19 00:24:39 UTC (rev 90930)
+++ PKGBUILD2010-09-19 01:00:32 UTC (rev 90931)
@@ -2,15 +2,15 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=papyon
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
 pkgdesc=papyon is the library behind the msn connection manager: 
telepathy-butterfly.
 arch=('any')
 url=http://www.freedesktop.org/wiki/Software/papyon;
 license=(GPL)
 depends=('pygobject' 'pyopenssl' 'pycrypto')
 
source=(http://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('bcd49f11fa9516fb934197e9418ed295')
+md5sums=('7fdd2705de715b77faed698f13bcb202')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in papyon/repos (extra-any)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:00:39
  Author: ibiru
Revision: 90932

archrelease: remove extra-any

Deleted:
  papyon/repos/extra-any/



[arch-commits] Commit in papyon/repos (extra-any)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:00:52
  Author: ibiru
Revision: 90933

archrelease: copy trunk to extra-any

Added:
  papyon/repos/extra-any/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:02:14
  Author: ibiru
Revision: 90934

upgpkg: telepathy-butterfly 0.5.14-1
update to 0.5.14

Modified:
  telepathy-butterfly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-19 01:00:52 UTC (rev 90933)
+++ PKGBUILD2010-09-19 01:02:14 UTC (rev 90934)
@@ -2,17 +2,17 @@
 # Maintainer:  Ionut Biru ib...@archlinux.org
 # Contributor: Daniel Balieiro dan...@balieiro.com
 pkgname=telepathy-butterfly
-pkgver=0.5.13
-pkgrel=2
+pkgver=0.5.14
+pkgrel=1
 pkgdesc=A MSN connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
 groups=('telepathy')
 license=('GPL')
-depends=('papyon=0.5.0' 'python-telepathy=0.15.17')
+depends=('papyon=0.5.1' 'python-telepathy=0.15.17')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-butterfly/telepathy-butterfly-${pkgver}.tar.gz)
 install=telepathy-butterfly.install
-md5sums=('2f99fb2752f3f2102386316864872cab')
+md5sums=('d7ef545a469a0b0fd87a0988ed7d9b13')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in telepathy-butterfly/repos (extra-i686)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:02:20
  Author: ibiru
Revision: 90935

archrelease: remove extra-i686

Deleted:
  telepathy-butterfly/repos/extra-i686/



[arch-commits] Commit in telepathy-butterfly/repos (extra-i686)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:02:34
  Author: ibiru
Revision: 90936

archrelease: copy trunk to extra-i686

Added:
  telepathy-butterfly/repos/extra-i686/



[arch-commits] Commit in telepathy-butterfly/repos (extra-x86_64)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:02:39
  Author: ibiru
Revision: 90937

archrelease: remove extra-x86_64

Deleted:
  telepathy-butterfly/repos/extra-x86_64/



[arch-commits] Commit in telepathy-butterfly/repos (extra-x86_64)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:02:52
  Author: ibiru
Revision: 90938

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-butterfly/repos/extra-x86_64/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:07:20
  Author: ibiru
Revision: 90939

upgpkg: telepathy-gabble 0.10.0-1
update to 0.10

Modified:
  telepathy-gabble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-19 01:02:52 UTC (rev 90938)
+++ PKGBUILD2010-09-19 01:07:20 UTC (rev 90939)
@@ -3,25 +3,25 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.8.14
+pkgver=0.10.0
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
 groups=('telepathy')
-license=('LGPL')
+license=('LGPL2.1')
+depends=('telepathy-glib=0.11.16' 'libsoup=2.31.92' 'libnice' 
'util-linux-ng' 'sqlite3')
+makedepends=('libxslt' 'libsasl')
 options=('!libtool')
-depends=('loudmouth' 'telepathy-glib=0.10' 'libsoup' 'sqlite3' 
'util-linux-ng')
-makedepends=('libxslt' 'python')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('0114937c1664c6b76b8cd983f24c2089')
+md5sums=('3c34d0bf73c69a33015aab68cef5cad6')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy \
-   --enable-shave
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+--disable-debug
+  make
+  make DESTDIR=$pkgdir install
 }



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:08:52
  Author: ibiru
Revision: 90940

upgpkg: telepathy-farsight 0.0.15-1
update to 0.0.15

Modified:
  telepathy-farsight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-19 01:07:20 UTC (rev 90939)
+++ PKGBUILD2010-09-19 01:08:52 UTC (rev 90940)
@@ -3,7 +3,7 @@
 # Contributor: Ju Liu liuju86 at gmail dot com
 # Contributor: Denis Zawada d...@rootnode.net
 pkgname=telepathy-farsight
-pkgver=0.0.14
+pkgver=0.0.15
 pkgrel=1
 pkgdesc=A telepathy-backend to use stream engine.
 arch=('i686' 'x86_64')
@@ -14,11 +14,13 @@
 groups=('telepathy')
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1e6af31be4d5cdfc72a3f06542de96c0')
+md5sums=('8a15bad987579656be38df237d302610')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/lib/telepathy \
+  --enable-static=no
+  make
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in telepathy-farsight/repos (extra-i686)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:09:17
  Author: ibiru
Revision: 90942

archrelease: copy trunk to extra-i686

Added:
  telepathy-farsight/repos/extra-i686/



[arch-commits] Commit in telepathy-farsight/repos (extra-x86_64)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:09:25
  Author: ibiru
Revision: 90943

archrelease: remove extra-x86_64

Deleted:
  telepathy-farsight/repos/extra-x86_64/



[arch-commits] Commit in telepathy-farsight/repos (extra-x86_64)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:09:40
  Author: ibiru
Revision: 90944

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-farsight/repos/extra-x86_64/



[arch-commits] Commit in telepathy-gabble/repos (gnome-unstable-x86_64)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:10:53
  Author: ibiru
Revision: 90946

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  telepathy-gabble/repos/gnome-unstable-x86_64/



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

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:13:12
  Author: ibiru
Revision: 90947

disable static and adjust license

Modified:
  telepathy-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-19 01:10:53 UTC (rev 90946)
+++ PKGBUILD2010-09-19 01:13:12 UTC (rev 90947)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
 groups=('telepathy')
-license=('LGPL')
+license=('LGPL2.1')
 options=('!libtool')
 depends=('dbus-glib=0.86')
 makedepends=('libxslt' 'vala' 'gobject-introspection' 'gtk-doc')
@@ -18,7 +18,9 @@
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr --enable-vala-bindings
+./configure --prefix=/usr \
+--enable-vala-bindings \
+--enable-static=no \
 make
 make DESTDIR=${pkgdir} install
 }