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

2010-10-21 Thread Juergen Hoetzel
Date: Thursday, October 21, 2010 @ 04:52:50
  Author: juergen
Revision: 96447

update to 3.4a-3

Modified:
  bigloo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 04:50:34 UTC (rev 96446)
+++ PKGBUILD2010-10-21 08:52:50 UTC (rev 96447)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=bigloo
-_pkgver=3.4a-2
+_pkgver=3.4a-3
 pkgver=${_pkgver/-/_}
 pkgrel=1
 pkgdesc=Fast scheme compiler
@@ -16,8 +16,7 @@
 options=('!makeflags')
 install=bigloo.install
 source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
-md5sums=('56a14f2dc903a59f8628f0d21018c8d2')
-sha1sums=('e2e55a1af5d7af74f11347d0575e3592a87d4090')
+md5sums=('1e6589bdf1c974fe2b992457bb3ce321')
 
 build() {
   cd ${srcdir}/${pkgname}${_pkgver}



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 05:16:04
  Author: jgc
Revision: 96448

Update to 2.2.17

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 08:52:50 UTC (rev 96447)
+++ PKGBUILD2010-10-21 09:16:04 UTC (rev 96448)
@@ -4,7 +4,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=apache
-pkgver=2.2.16
+pkgver=2.2.17
 pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
@@ -34,7 +34,7 @@
 httpd.logrotate
 httpd
 arch.layout)
-md5sums=('c8ff2a07c884300bc7766a2e7f662d33'
+md5sums=('16eadc59ea6b38af33874d300973202e'
  'db42cfcc18ae1c32aaaff2347e35b79d'
  '131408ad4dc7b18547b4e062e7e495ab'
  'ee488f391054d528547c3a372faa2aa7'



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 05:23:28
  Author: jgc
Revision: 96449

archrelease: remove extra-i686

Deleted:
  apache/repos/extra-i686/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 05:23:34
  Author: jgc
Revision: 96450

archrelease: copy trunk to extra-i686

Added:
  apache/repos/extra-i686/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 05:23:39
  Author: jgc
Revision: 96451

archrelease: remove extra-x86_64

Deleted:
  apache/repos/extra-x86_64/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 05:23:46
  Author: jgc
Revision: 96452

archrelease: copy trunk to extra-x86_64

Added:
  apache/repos/extra-x86_64/



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

2010-10-21 Thread Juergen Hoetzel
Date: Thursday, October 21, 2010 @ 05:30:19
  Author: juergen
Revision: 96453

add explicit configuration dependencies

Modified:
  bigloo/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 09:23:46 UTC (rev 96452)
+++ PKGBUILD2010-10-21 09:30:19 UTC (rev 96453)
@@ -12,7 +12,8 @@
 url=http://www-sop.inria.fr/mimosa/fp/Bigloo/;
 license=('GPL' 'LGPL')
 depends=('openssl' 'sqlite3')
-makedepends=('jdk')
+makedepends=('jdk' 'emacs')
+optdepends=('emacs')
 options=('!makeflags')
 install=bigloo.install
 source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
@@ -21,6 +22,9 @@
 build() {
   cd ${srcdir}/${pkgname}${_pkgver}
   ./configure --prefix=/usr \
+--enable-ssl \
+--enable-sqlite \
+--disable-gstreamer \
 --mandir=/usr/share/man \
 --infodir=/usr/share/info \
 --docdir=/usr/share/doc/bigloo \



[arch-commits] Commit in consolekit/trunk (5 files)

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 05:36:40
  Author: jgc
Revision: 96454

upgpkg: consolekit 0.4.2-1
Update to 0.4.2

Added:
  consolekit/trunk/check-for-VT_WAITEVENT-ioctl-during-runtime.patch
Modified:
  consolekit/trunk/PKGBUILD
Deleted:
  consolekit/trunk/add_since_option.patch
  consolekit/trunk/nodaemon.patch
  consolekit/trunk/reorder-initialization.patch

---+
 PKGBUILD  |   24 --
 add_since_option.patch|  220 
 check-for-VT_WAITEVENT-ioctl-during-runtime.patch |  138 
 nodaemon.patch|9 
 reorder-initialization.patch  |   40 ---
 5 files changed, 147 insertions(+), 284 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 09:30:19 UTC (rev 96453)
+++ PKGBUILD2010-10-21 09:36:40 UTC (rev 96454)
@@ -3,33 +3,27 @@
 # Contributor: onestep_ua ones...@ukr.net
 
 pkgname=consolekit
-pkgver=0.4.1
-pkgrel=4
+pkgver=0.4.2
+pkgrel=1
 pkgdesc=A framework for defining and tracking users, login sessions, and 
seats
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/ConsoleKit;
 license=('GPL')
-depends=('polkit=0.95' 'zlib' 'libx11=1.2.2')
+depends=('polkit=0.98' 'zlib' 'libx11=1.3.5' 'dbus-glib=0.86')
 makedepends=('pkgconfig' 'xmlto' 'docbook-xsl')
 options=(!libtool)
 
source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${pkgver}.tar.bz2
 pam-foreground-compat.ck
-nodaemon.patch
-reorder-initialization.patch
-add_since_option.patch
-consolekit.logrotate)
-md5sums=('48eda4483cc97841d5f88e8e003eb6d7'
+consolekit.logrotate
+check-for-VT_WAITEVENT-ioctl-during-runtime.patch)
+md5sums=('285acb35bfcb2b8dc21c6071e6f6e116'
  'a8a4de71d9b0549b8143e5f6c2a36fc7'
- 'a5bfd56bc89411ff5bb18276a68cb212'
- '99fa8cb1bf232050cc0c076378e216c5'
- 'bd5e72397fe2d42a933a897d28d58155'
- '6fefa451d9fe2fc6d6269629d3529793')
+ '6fefa451d9fe2fc6d6269629d3529793'
+ 'dea270ebf52ef0e1b8130f1c6da73d65')
 
 build() {
   cd ${srcdir}/ConsoleKit-${pkgver}
-  patch -Np1 -i ${srcdir}/nodaemon.patch
-  patch -Np1 -i ${srcdir}/reorder-initialization.patch
-  patch -Np1 -i ${srcdir}/add_since_option.patch
+  patch -Np1 -i ${srcdir}/check-for-VT_WAITEVENT-ioctl-during-runtime.patch
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --localstatedir=/var \

Deleted: add_since_option.patch
===
--- add_since_option.patch  2010-10-21 09:30:19 UTC (rev 96453)
+++ add_since_option.patch  2010-10-21 09:36:40 UTC (rev 96454)
@@ -1,220 +0,0 @@
-From c9f2292339540d4b9d8940bcef16b7485480c8d9 Mon Sep 17 00:00:00 2001
-From: William Jon McCann jmcc...@redhat.com
-Date: Fri, 11 Jun 2010 19:53:22 +
-Subject: Add a --since option to show entries in a time window
-
-Doesn't load any history files it doesn't need to which should
-help performance on systems with long histories.
-
-https://bugs.freedesktop.org/show_bug.cgi?id=25660

-diff --git a/tools/ck-history.c b/tools/ck-history.c
-index 606106c..d02caaa 100644
 a/tools/ck-history.c
-+++ b/tools/ck-history.c
-@@ -62,8 +62,8 @@ typedef enum {
- 
- static GList *all_events = NULL;
- 
--static gboolean
--process_event_line (const char *line)
-+static CkLogEvent *
-+parse_event_line (const char *line)
- {
- GString*str;
- CkLogEvent *event;
-@@ -72,47 +72,80 @@ process_event_line (const char *line)
- event = ck_log_event_new_from_string (str);
- g_string_free (str, TRUE);
- 
--if (event != NULL) {
--all_events = g_list_prepend (all_events, event);
--}
--
--return TRUE;
-+return event;
- }
- 
- static gboolean
--process_log_gzstream (gzFile *fstream)
-+process_log_gzstream (gzFile   *fstream,
-+  GTimeVal *since)
- {
--char line[MAX_LINE_LEN];
-+char line[MAX_LINE_LEN];
-+gboolean hit_since;
-+GList   *events;
- 
-+events = NULL;
-+hit_since = FALSE;
- while (gzgets (fstream, line, sizeof (line)) != Z_NULL) {
-+CkLogEvent *event;
-+
- if (strlen (line) == sizeof (line) - 1) {
- g_warning (Log line truncated);
- }
- 
--process_event_line (line);
-+event = parse_event_line (line);
-+if (event == NULL) {
-+continue;
-+}
-+
-+if (since == NULL || event-timestamp.tv_sec = 
since-tv_sec) {
-+events = g_list_prepend (events, event);
-+} else {
-+hit_since = TRUE;
-+}
- }
- 
--  

[arch-commits] Commit in consolekit/repos (testing-i686)

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 05:36:51
  Author: jgc
Revision: 96455

archrelease: copy trunk to testing-i686

Added:
  consolekit/repos/testing-i686/



[arch-commits] Commit in consolekit/repos (testing-x86_64)

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 05:37:00
  Author: jgc
Revision: 96456

archrelease: copy trunk to testing-x86_64

Added:
  consolekit/repos/testing-x86_64/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 06:21:17
  Author: jgc
Revision: 96457

upgpkg: djvulibre 3.5.23-1
Update to 3.5.23
Remove djview3 application, optdepend on djview4 instead
Merge rest of djvulibre with libdjvu, replacing it
Only install mime icons, the rest is not required anymore

Modified:
  djvulibre/trunk/PKGBUILD
  djvulibre/trunk/djvulibre.install

---+
 PKGBUILD  |   45 ++---
 djvulibre.install |2 --
 2 files changed, 18 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 09:37:00 UTC (rev 96456)
+++ PKGBUILD2010-10-21 10:21:17 UTC (rev 96457)
@@ -3,41 +3,32 @@
 # Contributor: mgushee
 
 pkgname=djvulibre
-pkgver=3.5.22
-pkgrel=2
+pkgver=3.5.23
+pkgrel=1
 pkgdesc=Suite to create, manipulate and view DjVu ('déjà vu') documents
 arch=(i686 x86_64)
 license=('GPL')
 url=http://djvu.sourceforge.net/;
-depends=('libtiff=3.8.2-5' 'hicolor-icon-theme' 'qt3=3.3.8-12' 
'desktop-file-utils' 
- libdjvu=${pkgver}-2 'shared-mime-info')
-makedepends=('pkgconfig')
-options=(!makeflags)
+depends=('gcc-libs' 'libtiff' 'bash' 'hicolor-icon-theme')
+makedepends=('pkg-config')
+provides=(libdjvu=${pkgver})
+replaces=('libdjvu')
+conflicts=('libdjvu')
+optdepends=('djview4: Viewer application')
+options=('!libtool')
 install=djvulibre.install
 source=(http://downloads.sourceforge.net/djvu/${pkgname}-${pkgver}.tar.gz) 
-md5sums=('d1513784ce0e4f37d71595dc34c95ec7')
+md5sums=('0053b9908b9e3d57d0d89b3d065168e9')
 
 build() {
-  [ -z ${QTDIR} ]  . /etc/profile.d/qt3.sh
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make LIBDJVU=`pkg-config --libs ddjvuapi` SUBDIRS_FIRST=tools || return 1
-  make LIBDJVU=`pkg-config --libs ddjvuapi` SUBDIRS_FIRST=tools \
-   DESTDIR=${pkgdir} plugindir=/usr/lib/mozilla/plugins \
-   install-utils install-gui install-i18n || return 1
+  ./configure --prefix=/usr --disable-desktopfiles
+  make
+  make DESTDIR=${pkgdir} install
 
-  #Install icons, launcher files, mime-types.
-  install -m755 -d 
${pkgdir}/usr/share/icons/hicolor/{22x22,32x32,48x48}/mimetypes
-  install -m755 -d ${pkgdir}/usr/share/icons/hicolor/32x32/apps
-  install -m755 -d ${pkgdir}/usr/share/mime/packages/
-  install -m755 -d ${pkgdir}/usr/share/applications
-
-  install -m644 desktopfiles/hi22-djvu.png 
${pkgdir}/usr/share/icons/hicolor/22x22/mimetypes/image-vnd.djvu.mime.png || 
return 1
-  install -m644 desktopfiles/hi32-djvu.png 
${pkgdir}/usr/share/icons/hicolor/32x32/mimetypes/image-vnd.djvu.mime.png || 
return 1
-  install -m644 desktopfiles/hi48-djvu.png 
${pkgdir}/usr/share/icons/hicolor/48x48/mimetypes/image-vnd.djvu.mime.png || 
return 1
-
-  install -m644 desktopfiles/djvulibre-mime.xml 
${pkgdir}/usr/share/mime/packages/ || return 1
-
-  install -m644 desktopfiles/hi32-djview3.png 
${pkgdir}/usr/share/icons/hicolor/32x32/apps/djvulibre-djview3.png || return 1
-  install -m644 desktopfiles/djvulibre-djview3.desktop 
${pkgdir}/usr/share/applications/ || return 1
+  #Install icons for mime-types.
+  install -m755 -d 
${pkgdir}/usr/share/icons/hicolor/{22x22,32x32,48x48,64x64}/mimetypes
+  for sz in 22 32 48 64; do
+install -m644 desktopfiles/prebuilt-hi${sz}-djvu.png 
${pkgdir}/usr/share/icons/hicolor/${sz}x${sz}/mimetypes/image-vnd.djvu.mime.png
+  done
 }

Modified: djvulibre.install
===
--- djvulibre.install   2010-10-21 09:37:00 UTC (rev 96456)
+++ djvulibre.install   2010-10-21 10:21:17 UTC (rev 96457)
@@ -2,8 +2,6 @@
   if [ -x usr/bin/gtk-update-icon-cache ]; then  
 gtk-update-icon-cache -q -f usr/share/icons/hicolor
   fi
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
 }
 
 post_upgrade() {



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 06:21:22
  Author: jgc
Revision: 96458

archrelease: remove extra-i686

Deleted:
  djvulibre/repos/extra-i686/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 06:21:29
  Author: jgc
Revision: 96459

archrelease: copy trunk to extra-i686

Added:
  djvulibre/repos/extra-i686/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 06:21:36
  Author: jgc
Revision: 96460

archrelease: remove extra-x86_64

Deleted:
  djvulibre/repos/extra-x86_64/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 06:21:42
  Author: jgc
Revision: 96461

archrelease: copy trunk to extra-x86_64

Added:
  djvulibre/repos/extra-x86_64/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 06:27:43
  Author: jgc
Revision: 96462

db-remove: libdjvu removed by jgc

Deleted:
  libdjvu/repos/extra-i686/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 06:27:52
  Author: jgc
Revision: 96463

db-remove: libdjvu removed by jgc

Deleted:
  libdjvu/repos/extra-x86_64/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 06:33:40
  Author: allan
Revision: 96464

upgpkg: sdl_gfx 2.0.22-1
upstream update

Modified:
  sdl_gfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 10:27:52 UTC (rev 96463)
+++ PKGBUILD2010-10-21 10:33:40 UTC (rev 96464)
@@ -3,16 +3,16 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sdl_gfx
-pkgver=2.0.20
+pkgver=2.0.22
 pkgrel=1
 pkgdesc=SDL Graphic Primitives
 arch=('i686' 'x86_64')
 license=('LGPL')
 options=(!libtool)
-url=http://www.ferzkopp.net/joomla/content/view/19/14/;
+url=http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx;
 source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
 depends=('sdl')
-md5sums=('8a787e538a8e4d80d4927535be5af083')
+md5sums=('330f291f1f09a1bdf397c9b40d92ca41')
 
 build() {
   cd ${srcdir}/SDL_gfx-${pkgver}
@@ -23,6 +23,10 @@
 ./configure --prefix=/usr
   fi
 
-  make || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL_gfx-${pkgver}
   make DESTDIR=${pkgdir} install
 }



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 06:34:01
  Author: allan
Revision: 96465

archrelease: remove extra-i686

Deleted:
  sdl_gfx/repos/extra-i686/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 06:34:50
  Author: allan
Revision: 96466

archrelease: copy trunk to extra-i686

Added:
  sdl_gfx/repos/extra-i686/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 06:35:14
  Author: allan
Revision: 96467

archrelease: remove extra-x86_64

Deleted:
  sdl_gfx/repos/extra-x86_64/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 06:36:10
  Author: allan
Revision: 96468

archrelease: copy trunk to extra-x86_64

Added:
  sdl_gfx/repos/extra-x86_64/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 06:41:51
  Author: jgc
Revision: 96469

upgpkg: epiphany-extensions 2.32.0-1
Update to 2.32.0
Remove python dependency, epiphany no longer supports python plugins
Remove gconf stuff, there is no sign of gconf schemas here
Add hicolor-icon-theme things

Modified:
  epiphany-extensions/trunk/PKGBUILD
  epiphany-extensions/trunk/epiphany-extensions.install

-+
 PKGBUILD|   19 +++
 epiphany-extensions.install |   10 +++---
 2 files changed, 10 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 10:36:10 UTC (rev 96468)
+++ PKGBUILD2010-10-21 10:41:51 UTC (rev 96469)
@@ -2,29 +2,24 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=epiphany-extensions
-pkgver=2.30.1
+pkgver=2.32.0
 pkgrel=1
 url=http://www.gnome.org/projects/epiphany/;
 pkgdesc=Various extentions for the Epiphany web browser
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('epiphany=2.30.2' 'python=2.6' 'opensp')
+depends=('epiphany=2.30.6' 'opensp' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'gnome-doc-utils=0.20.0' 'intltool')
 options=('!libtool' '!emptydirs')
 install=epiphany-extensions.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2f91b34e5854df382bb30bf93ae469490a5321d1ad006ff45032e3127eddb63d')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1d6ac9f24050f409812a1653156033c6c005c27bc590f2a54164715771a1e16e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
-  --with-extensions=really-all --disable-scrollkeeper || return 1
-  make || return 1
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install || 
return 1
-
-  install -d -m755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain epiphany-extenions-${_majorver} ${pkgdir}/etc/gconf/schemas/*.schemas 
|| return 1
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  --with-extensions=really-all --disable-scrollkeeper
+  make
+  make DESTDIR=${pkgdir} install
 }

Modified: epiphany-extensions.install
===
--- epiphany-extensions.install 2010-10-21 10:36:10 UTC (rev 96468)
+++ epiphany-extensions.install 2010-10-21 10:41:51 UTC (rev 96469)
@@ -1,17 +1,13 @@
 pkgname=epiphany-extensions
 
 post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
-pre_upgrade() {
-  pre_remove $1
-}
-
 post_upgrade() {
   post_install $1
 }
 
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 06:42:05
  Author: jgc
Revision: 96471

archrelease: copy trunk to extra-i686

Added:
  epiphany-extensions/repos/extra-i686/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 06:42:08
  Author: jgc
Revision: 96472

archrelease: remove extra-x86_64

Deleted:
  epiphany-extensions/repos/extra-x86_64/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 06:42:16
  Author: jgc
Revision: 96473

archrelease: copy trunk to extra-x86_64

Added:
  epiphany-extensions/repos/extra-x86_64/



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

2010-10-21 Thread Juergen Hoetzel
Date: Thursday, October 21, 2010 @ 06:42:34
  Author: juergen
Revision: 96474

archrelease: remove extra-i686

Deleted:
  bigloo/repos/extra-i686/



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

2010-10-21 Thread Juergen Hoetzel
Date: Thursday, October 21, 2010 @ 06:42:45
  Author: juergen
Revision: 96475

archrelease: copy trunk to extra-i686

Added:
  bigloo/repos/extra-i686/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 06:41:56
  Author: jgc
Revision: 96470

archrelease: remove extra-i686

Deleted:
  epiphany-extensions/repos/extra-i686/



[arch-commits] Commit in mpfr/trunk (PKGBUILD mpfr-3.0.0-p3.patch mpfr-3.0.0-p4.patch)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 06:52:29
  Author: allan
Revision: 96476

upgpkg: mpfr 3.0.0.p4-1
patchlevel bump

Added:
  mpfr/trunk/mpfr-3.0.0-p4.patch
Modified:
  mpfr/trunk/PKGBUILD
Deleted:
  mpfr/trunk/mpfr-3.0.0-p3.patch

-+
 PKGBUILD|   18 
 mpfr-3.0.0-p3.patch |  685 -
 mpfr-3.0.0-p4.patch |  924 ++
 3 files changed, 934 insertions(+), 693 deletions(-)

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


[arch-commits] Commit in mpfr/repos (testing-i686)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 06:53:35
  Author: allan
Revision: 96477

archrelease: copy trunk to testing-i686

Added:
  mpfr/repos/testing-i686/



[arch-commits] Commit in mpfr/repos (testing-x86_64)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 06:54:39
  Author: allan
Revision: 96478

archrelease: copy trunk to testing-x86_64

Added:
  mpfr/repos/testing-x86_64/



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

2010-10-21 Thread Andrea Scarpino
Date: Thursday, October 21, 2010 @ 08:31:48
  Author: andrea
Revision: 96479

libdjvu has been renamed

Modified:
  kdegraphics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 10:54:39 UTC (rev 96478)
+++ PKGBUILD2010-10-21 12:31:48 UTC (rev 96479)
@@ -19,7 +19,7 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegraphics')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime' 'poppler-qt'
-   'libspectre' 'sane' 'chmlib' 'libdjvu' 'lcms' 'qimageblitz' 
'ebook-tools'
+   'libspectre' 'sane' 'chmlib' 'djvulibre' 'lcms' 'qimageblitz' 
'ebook-tools'
'libxxf86vm' 'docbook-xsl')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
 sha1sums=('e819cc1270023ae48669f488d11d24d7d1ca52c6')
@@ -130,7 +130,7 @@
 
 package_kdegraphics-okular() {
pkgdesc='Document Viewer'
-   depends=('kdebase-runtime' 'qimageblitz' 'poppler-qt' 'chmlib' 'libdjvu'
+   depends=('kdebase-runtime' 'qimageblitz' 'poppler-qt' 'chmlib' 
'djvulibre'
'libspectre' 'ebook-tools' 'kdegraphics-libs')
url=http://kde.org/applications/graphics/okular/;
install='kdegraphics.install'



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

2010-10-21 Thread Juergen Hoetzel
Date: Thursday, October 21, 2010 @ 10:05:47
  Author: juergen
Revision: 96480

archrelease: remove extra-x86_64

Deleted:
  bigloo/repos/extra-x86_64/



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

2010-10-21 Thread Juergen Hoetzel
Date: Thursday, October 21, 2010 @ 10:05:59
  Author: juergen
Revision: 96481

archrelease: copy trunk to extra-x86_64

Added:
  bigloo/repos/extra-x86_64/



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

2010-10-21 Thread Ionut Biru
Date: Thursday, October 21, 2010 @ 11:13:12
  Author: ibiru
Revision: 96482

upgpkg: papyon 0.5.2-1
update to 0.5.2

Modified:
  papyon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 14:05:59 UTC (rev 96481)
+++ PKGBUILD2010-10-21 15:13:12 UTC (rev 96482)
@@ -2,17 +2,18 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=papyon
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.2
+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=('7fdd2705de715b77faed698f13bcb202')
+md5sums=('3e413828c6904dccfed3df34559aa29b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1 || return 1
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  sed -i s|env python|env python2| 
${pkgdir}/usr/lib/python2.7/site-packages/papyon/msnp2p/test.py
 }



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

2010-10-21 Thread Ionut Biru
Date: Thursday, October 21, 2010 @ 11:13:36
  Author: ibiru
Revision: 96484

archrelease: copy trunk to extra-any

Added:
  papyon/repos/extra-any/



[arch-commits] Commit in deluge/trunk (PKGBUILD deluge.install fix_freeze.patch)

2010-10-21 Thread Ionut Biru
Date: Thursday, October 21, 2010 @ 16:54:23
  Author: ibiru
Revision: 96485

added etc/conf.d/deluged to backup, don't change the owner recursively, drop 
unuset patch

Modified:
  deluge/trunk/PKGBUILD
  deluge/trunk/deluge.install
Deleted:
  deluge/trunk/fix_freeze.patch

--+
 PKGBUILD |1 
 deluge.install   |2 -
 fix_freeze.patch |   73 -
 3 files changed, 2 insertions(+), 74 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 15:13:36 UTC (rev 96484)
+++ PKGBUILD2010-10-21 20:54:23 UTC (rev 96485)
@@ -16,6 +16,7 @@
'librsvg: needed for gtk ui'
'python-mako: needed for web ui')
 source=(http://download.deluge-torrent.org/source/${pkgname}-${pkgver}.tar.bz2 
deluged deluged.conf.d deluge-web)
+backup=(etc/conf.d/deluged)
 install=deluge.install
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: deluge.install
===
--- deluge.install  2010-10-21 15:13:36 UTC (rev 96484)
+++ deluge.install  2010-10-21 20:54:23 UTC (rev 96485)
@@ -7,7 +7,7 @@
   fi
   usr/bin/passwd -l deluge /dev/null
 
-  chown deluge.deluge srv/deluge -R
+  chown deluge.deluge srv/deluge
   xdg-icon-resource forceupdate --theme hicolor  /dev/null
 
 cat  _EOF

Deleted: fix_freeze.patch
===
--- fix_freeze.patch2010-10-21 15:13:36 UTC (rev 96484)
+++ fix_freeze.patch2010-10-21 20:54:23 UTC (rev 96485)
@@ -1,73 +0,0 @@
-diff --git a/deluge/ui/gtkui/connectionmanager.py 
b/deluge/ui/gtkui/connectionmanager.py
-index 554c570..3b9ddf4 100644
 a/deluge/ui/gtkui/connectionmanager.py
-+++ b/deluge/ui/gtkui/connectionmanager.py
-@@ -99,12 +99,16 @@ class ConnectionManager(component.Component):
- 
- self.config = ConfigManager(hostlist.conf.1.2, DEFAULT_CONFIG)
- 
-+self.running = False
-+
- # Component overrides
- def start(self):
- pass
- 
- def stop(self):
--pass
-+# Close this dialog when we are shutting down
-+if self.running:
-+self.connection_manager.response(gtk.RESPONSE_CLOSE)
- 
- def shutdown(self):
- pass
-diff --git a/deluge/ui/gtkui/gtkui.py b/deluge/ui/gtkui/gtkui.py
-index 255622a..4856986 100644
 a/deluge/ui/gtkui/gtkui.py
-+++ b/deluge/ui/gtkui/gtkui.py
-@@ -167,7 +167,7 @@ class GtkUI(object):
- self.gnome_prog = gnome.init(Deluge, 
deluge.common.get_version())
- self.gnome_client = gnome.ui.master_client()
- def on_die(*args):
--gtk.main_quit()
-+reactor.stop()
- self.gnome_client.connect(die, on_die)
- log.debug(GNOME session 'die' handler registered!)
- except Exception, e:
-@@ -180,7 +180,7 @@ class GtkUI(object):
- def win_handler(ctrl_type):
- log.debug(ctrl_type: %s, ctrl_type)
- if ctrl_type in (CTRL_CLOSE_EVENT, CTRL_SHUTDOWN_EVENT):
--gtk.main_quit()
-+reactor.stop()
- return 1
- SetConsoleCtrlHandler(win_handler)
- 
-diff --git a/deluge/ui/gtkui/mainwindow.py b/deluge/ui/gtkui/mainwindow.py
-index ad33fd0..1153b1e 100644
 a/deluge/ui/gtkui/mainwindow.py
-+++ b/deluge/ui/gtkui/mainwindow.py
-@@ -46,6 +46,7 @@ from deluge.ui.client import client
- import deluge.component as component
- from deluge.configmanager import ConfigManager
- from deluge.ui.gtkui.ipcinterface import process_args
-+from twisted.internet import reactor
- 
- import deluge.common
- import common
-@@ -152,7 +153,7 @@ class MainWindow(component.Component):
- return self.main_glade
- 
- def quit(self):
--gtk.main_quit()
-+reactor.stop()
- 
- def load_window_state(self):
- x = self.config[window_x_pos]
-@@ -238,7 +239,6 @@ class MainWindow(component.Component):
- 
- def on_newversionavailable_event(self, new_version):
- if self.config[show_new_releases]:
--from twisted.internet import reactor
- from deluge.ui.gtkui.new_release_dialog import NewReleaseDialog
- reactor.callLater(5.0, NewReleaseDialog().show, new_version)
- 
\ No newline at end of file



[arch-commits] Commit in shared-mime-info/repos (extra-i686)

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:05:22
  Author: jgc
Revision: 96486

db-move: shared-mime-info removed by jgc for move to [extra] (i686)

Deleted:
  shared-mime-info/repos/extra-i686/



[arch-commits] Commit in shared-mime-info/repos (extra-i686 testing-i686)

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:05:24
  Author: jgc
Revision: 96487

db-move: moved shared-mime-info from [testing] to [extra] (i686)

Added:
  shared-mime-info/repos/extra-i686/
Deleted:
  shared-mime-info/repos/testing-i686/



[arch-commits] Commit in shared-mime-info/repos (extra-x86_64)

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:05:25
  Author: jgc
Revision: 96488

db-move: shared-mime-info removed by jgc for move to [extra] (x86_64)

Deleted:
  shared-mime-info/repos/extra-x86_64/



[arch-commits] Commit in shared-mime-info/repos (extra-x86_64 testing-x86_64)

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:05:28
  Author: jgc
Revision: 96489

db-move: moved shared-mime-info from [testing] to [extra] (x86_64)

Added:
  shared-mime-info/repos/extra-x86_64/
Deleted:
  shared-mime-info/repos/testing-x86_64/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:08:10
  Author: jgc
Revision: 96490

upgpkg: libfontenc 1.1.0-1
Update to 1.1.0

Modified:
  libfontenc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 21:05:28 UTC (rev 96489)
+++ PKGBUILD2010-10-21 21:08:10 UTC (rev 96490)
@@ -2,26 +2,26 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libfontenc
-pkgver=1.0.5
+pkgver=1.1.0
 pkgrel=1
 pkgdesc=X11 font encoding library
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('zlib')
-makedepends=('pkgconfig' 'xproto=7.0.15')
+makedepends=('pkgconfig' 'xproto=7.0.18')
 options=('!libtool')
 source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('e71370c349e93ba70f91ad1148ca9e5cabfcca4f')
+sha1sums=('ba158e4c10a1aff2351ef632def03dec0e0ee11e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
-  --with-encodingsdir=/usr/share/fonts/encodings || return 1
+  --with-encodingsdir=/usr/share/fonts/encodings
   
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make
+  make DESTDIR=${pkgdir} install
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
 }



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:08:13
  Author: jgc
Revision: 96491

archrelease: remove extra-i686

Deleted:
  libfontenc/repos/extra-i686/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:08:22
  Author: jgc
Revision: 96493

archrelease: remove extra-x86_64

Deleted:
  libfontenc/repos/extra-x86_64/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:08:30
  Author: jgc
Revision: 96494

archrelease: copy trunk to extra-x86_64

Added:
  libfontenc/repos/extra-x86_64/



[arch-commits] Commit in xorg-utils/trunk (LICENSE.xfd PKGBUILD)

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:13:19
  Author: jgc
Revision: 96495

upgpkg: xorg-utils 7.6-5
Update xfd

Modified:
  xorg-utils/trunk/PKGBUILD
Deleted:
  xorg-utils/trunk/LICENSE.xfd

-+
 LICENSE.xfd |   25 -
 PKGBUILD|8 +++-
 2 files changed, 3 insertions(+), 30 deletions(-)

Deleted: LICENSE.xfd
===
--- LICENSE.xfd 2010-10-21 21:08:30 UTC (rev 96494)
+++ LICENSE.xfd 2010-10-21 21:13:19 UTC (rev 96495)
@@ -1,25 +0,0 @@
-  Copyright 1989, 1998  The Open Group
-  
-  Permission to use, copy, modify, distribute, and sell this software and its
-  documentation for any purpose is hereby granted without fee, provided that
-  the above copyright notice appear in all copies and that both that
-  copyright notice and this permission notice appear in supporting
-  documentation.
-  
-  The above copyright notice and this permission notice shall be included in
-  all copies or substantial portions of the Software.
-  
-  THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-  OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-  AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-  
-  Except as contained in this notice, the name of The Open Group shall not be
-  used in advertising or otherwise to promote the sale, use or other dealings
-  in this Software without prior written authorization from The Open Group.
-   * *
-   * Author:  Jim Fulton, MIT X Consortium
-   */
-

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 21:08:30 UTC (rev 96494)
+++ PKGBUILD2010-10-21 21:13:19 UTC (rev 96495)
@@ -3,7 +3,7 @@
 
 pkgname=xorg-utils
 pkgver=7.6
-pkgrel=4
+pkgrel=5
 pkgdesc=Collection of client utilities used to query the X server
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -15,7 +15,7 @@
 source=(${url}/releases/individual/app/xdpyinfo-1.2.0.tar.bz2
 ${url}/releases/individual/app/xdriinfo-1.0.3.tar.bz2
 ${url}/releases/individual/app/xev-1.0.4.tar.bz2
-${url}/releases/individual/app/xfd-1.0.1.tar.bz2
+${url}/releases/individual/app/xfd-1.1.0.tar.bz2
 ${url}/releases/individual/app/xfontsel-1.0.3.tar.bz2
 ${url}/releases/individual/app/xlsatoms-1.1.0.tar.bz2
 ${url}/releases/individual/app/xlsclients-1.1.1.tar.bz2
@@ -23,13 +23,12 @@
 ${url}/releases/individual/app/xprop-1.1.0.tar.bz2
 ${url}/releases/individual/app/xvinfo-1.1.0.tar.bz2
 ${url}/releases/individual/app/xwininfo-1.1.0.tar.bz2
-LICENSE.xfd
 LICENSE.xprop
 LICENSE.xlsfonts)
 md5sums=('c52fda7bbc80e74b7839f29298cb1d77'
  'cb304d1ce562ac48b68eedeba38c662f'
  '5f98c0a2725a33d60ef4956befe078fb'
- 'c72abd90f50ef459bc14b39ec9fcc7f8'
+ '17d8ef0d490301158f8abf7641cca243'
  '299fabe7d7be92b6572d814895ce3bb1'
  'c543ccb6489b629d427810d9a57d0724'
  '6d42621616da0c720f640d23873604ce'
@@ -37,7 +36,6 @@
  'f0bacbd30f0dd1c1e9ccafe97687b7a4'
  '8cc299b2cb636b5f7fe672610789d3d4'
  '932cb1393dee3caaf26f3515f640d783'
- '9e8a82b7e9898f36c378b80509f170a6'
  '801f9850b29dad506e995d011efe2914'
  '345d6e65d71fdde292cc27f93c15e4a1')
 



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:13:23
  Author: jgc
Revision: 96496

archrelease: remove extra-i686

Deleted:
  xorg-utils/repos/extra-i686/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:13:33
  Author: jgc
Revision: 96497

archrelease: copy trunk to extra-i686

Added:
  xorg-utils/repos/extra-i686/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:13:38
  Author: jgc
Revision: 96498

archrelease: remove extra-x86_64

Deleted:
  xorg-utils/repos/extra-x86_64/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:13:49
  Author: jgc
Revision: 96499

archrelease: copy trunk to extra-x86_64

Added:
  xorg-utils/repos/extra-x86_64/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:18:07
  Author: jgc
Revision: 96500

upgpkg: libice 1.0.7-1
Update to 1.0.7

Modified:
  libice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 21:13:49 UTC (rev 96499)
+++ PKGBUILD2010-10-21 21:18:07 UTC (rev 96500)
@@ -2,24 +2,24 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 # Maintainer: Jan de Groot j...@archlinux.org
 pkgname=libice
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 pkgdesc=X11 Inter-Client Exchange library
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
-depends=('glibc' 'xproto=7.0.15')
-makedepends=('pkgconfig' 'xtrans=1.2.4')
+depends=('glibc' 'xproto=7.0.18')
+makedepends=('pkgconfig' 'xtrans=1.2.5')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2)
 license=('custom')
-sha1sums=('ac1f702ea580bd496610266b13434858b62df9e1')
+sha1sums=('c7d0f4c5b0e999385445b8be1bc89aec4e5de71d')
 
 build() {
   cd ${srcdir}/libICE-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+  make DESTDIR=${pkgdir} install
 
   install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
 }



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:18:11
  Author: jgc
Revision: 96501

archrelease: remove extra-i686

Deleted:
  libice/repos/extra-i686/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:18:18
  Author: jgc
Revision: 96502

archrelease: copy trunk to extra-i686

Added:
  libice/repos/extra-i686/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:08:20
  Author: jgc
Revision: 96492

archrelease: copy trunk to extra-i686

Added:
  libfontenc/repos/extra-i686/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:18:23
  Author: jgc
Revision: 96503

archrelease: remove extra-x86_64

Deleted:
  libice/repos/extra-x86_64/



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

2010-10-21 Thread Jan de Groot
Date: Thursday, October 21, 2010 @ 17:18:31
  Author: jgc
Revision: 96504

archrelease: copy trunk to extra-x86_64

Added:
  libice/repos/extra-x86_64/



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

2010-10-21 Thread Rémy Oudompheng
Date: Thursday, October 21, 2010 @ 18:47:05
  Author: remy
Revision: 96505

Rebuild for documentation.

Modified:
  haskell-html/trunk/PKGBUILD
  haskell-html/trunk/haskell-html.install

--+
 PKGBUILD |   17 +
 haskell-html.install |   11 ++-
 2 files changed, 23 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 21:18:31 UTC (rev 96504)
+++ PKGBUILD2010-10-21 22:47:05 UTC (rev 96505)
@@ -1,26 +1,35 @@
 # Maintainer: Vesa Kaihlavirta v...@archlinux.org
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+_hkgname=html
 pkgname=haskell-html
-pkgrel=5
 pkgver=1.0.1.2
+pkgrel=6
 pkgdesc=HTML combinator library
-url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/html;
+url=http://hackage.haskell.org/package/html;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=(ghc=6.12.3 sh)
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/html/$pkgver/html-$pkgver.tar.gz)
 install=haskell-html.install
+md5sums=('2a7de5a2af9a2f80d39825d6a95ee445')
 
 build() {
 cd ${srcdir}/html-$pkgver
-runhaskell Setup configure -p --enable-split-objs --enable-shared 
--prefix=/usr
+runhaskell Setup configure -p --enable-split-objs --enable-shared 
--prefix=/usr --docdir=/usr/share/doc/${pkgname}
 runhaskell Setup build
+runhaskell Setup haddock
 runhaskell Setup register   --gen-script
 runhaskell Setup unregister --gen-script
+}
+package() {
+cd ${srcdir}/html-${pkgver}
 install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
 install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/html
 runhaskell Setup copy --destdir=${pkgdir}
 install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
 }
-md5sums=('2a7de5a2af9a2f80d39825d6a95ee445')

Modified: haskell-html.install
===
--- haskell-html.install2010-10-21 21:18:31 UTC (rev 96504)
+++ haskell-html.install2010-10-21 22:47:05 UTC (rev 96505)
@@ -1,13 +1,22 @@
 HS_DIR=/usr/share/haskell/haskell-html
 post_install() {
   ${HS_DIR}/register.sh
+  (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
 }
 pre_upgrade() {
-  ${HS_DIR}/unregister.sh
+  ${HS_DIR}/unregister.sh  /dev/null
+  exit 0
 }
 post_upgrade() {
   ${HS_DIR}/register.sh
+  (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
 }
 pre_remove() {
   ${HS_DIR}/unregister.sh
 }
+post_remove() {
+  (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+op=$1
+shift
+$op $*



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

2010-10-21 Thread Rémy Oudompheng
Date: Thursday, October 21, 2010 @ 18:47:24
  Author: remy
Revision: 96506

GHC rebuild + enable documentation.

Modified:
  haskell-packedstring/trunk/PKGBUILD
  haskell-packedstring/trunk/haskell-packedstring.install

--+
 PKGBUILD |   25 +++--
 haskell-packedstring.install |8 
 2 files changed, 23 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 22:47:05 UTC (rev 96505)
+++ PKGBUILD2010-10-21 22:47:24 UTC (rev 96506)
@@ -1,30 +1,35 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Maintainer: Rémy Oudompheng r...@archlinux.org
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
 pkgname=haskell-packedstring
 pkgver=0.1.0.1
-pkgrel=2
-pkgdesc=Packed Strings
-url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/packedstring;
+pkgrel=3
+pkgdesc=(Deprecated) Packed Strings.
+url=http://hackage.haskell.org/package/packedstring;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=6.12.1 sh)
+depends=(ghc=6.12.3 sh)
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/packedstring/$pkgver/packedstring-$pkgver.tar.gz)
+source=(http://hackage.haskell.org/packages/archive/packedstring/${pkgver}/packedstring-${pkgver}.tar.gz)
 install=${pkgname}.install
+md5sums=('ea0bdcb92f4c5bd78ac8bb7a654fcfb2')
 
 build() {
-cd ${srcdir}/packedstring-$pkgver
-runhaskell Setup configure -p --enable-split-objs --enable-shared 
--prefix=/usr
+cd ${srcdir}/packedstring-${pkgver}
+runhaskell Setup configure -p --enable-split-objs --enable-shared 
--prefix=/usr --docdir=/usr/share/doc/${pkgname}
 runhaskell Setup build
+runhaskell Setup haddock
 runhaskell Setup register   --gen-script
 runhaskell Setup unregister --gen-script
 }
 
 package() {
-cd ${srcdir}/packedstring-$pkgver
+cd ${srcdir}/packedstring-${pkgver}
 install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
 install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/packedstring
 runhaskell Setup copy --destdir=${pkgdir}
 install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
 }
-md5sums=('ea0bdcb92f4c5bd78ac8bb7a654fcfb2')

Modified: haskell-packedstring.install
===
--- haskell-packedstring.install2010-10-21 22:47:05 UTC (rev 96505)
+++ haskell-packedstring.install2010-10-21 22:47:24 UTC (rev 96506)
@@ -1,6 +1,7 @@
 HS_DIR=/usr/share/haskell/haskell-packedstring
 post_install() {
   ${HS_DIR}/register.sh
+  (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
 }
 pre_upgrade() {
   ${HS_DIR}/unregister.sh  /dev/null
@@ -8,7 +9,14 @@
 }
 post_upgrade() {
   ${HS_DIR}/register.sh
+  (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
 }
 pre_remove() {
   ${HS_DIR}/unregister.sh
 }
+post_remove() {
+  (cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+op=$1
+shift
+$op $*



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

2010-10-21 Thread Rémy Oudompheng
Date: Thursday, October 21, 2010 @ 18:53:51
  Author: remy
Revision: 96508

archrelease: copy trunk to extra-i686

Added:
  haskell-html/repos/extra-i686/



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

2010-10-21 Thread Rémy Oudompheng
Date: Thursday, October 21, 2010 @ 18:54:00
  Author: remy
Revision: 96509

archrelease: remove extra-x86_64

Deleted:
  haskell-html/repos/extra-x86_64/



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

2010-10-21 Thread Rémy Oudompheng
Date: Thursday, October 21, 2010 @ 18:54:23
  Author: remy
Revision: 96510

archrelease: copy trunk to extra-x86_64

Added:
  haskell-html/repos/extra-x86_64/



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

2010-10-21 Thread Rémy Oudompheng
Date: Thursday, October 21, 2010 @ 18:56:12
  Author: remy
Revision: 96511

archrelease: remove extra-i686

Deleted:
  haskell-packedstring/repos/extra-i686/



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

2010-10-21 Thread Rémy Oudompheng
Date: Thursday, October 21, 2010 @ 18:56:27
  Author: remy
Revision: 96512

archrelease: copy trunk to extra-i686

Added:
  haskell-packedstring/repos/extra-i686/



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

2010-10-21 Thread Rémy Oudompheng
Date: Thursday, October 21, 2010 @ 18:56:35
  Author: remy
Revision: 96513

archrelease: remove extra-x86_64

Deleted:
  haskell-packedstring/repos/extra-x86_64/



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

2010-10-21 Thread Rémy Oudompheng
Date: Thursday, October 21, 2010 @ 18:56:50
  Author: remy
Revision: 96514

archrelease: copy trunk to extra-x86_64

Added:
  haskell-packedstring/repos/extra-x86_64/



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

2010-10-21 Thread Rémy Oudompheng
Date: Thursday, October 21, 2010 @ 18:53:31
  Author: remy
Revision: 96507

archrelease: remove extra-i686

Deleted:
  haskell-html/repos/extra-i686/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:17:45
  Author: allan
Revision: 96515

upgpkg: redland 1.0.12-2
db-5.1 rebuild

Modified:
  redland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-21 22:56:50 UTC (rev 96514)
+++ PKGBUILD2010-10-22 00:17:45 UTC (rev 96515)
@@ -4,12 +4,12 @@
 
 pkgname=redland
 pkgver=1.0.12
-pkgrel=1
+pkgrel=2
 pkgdesc=Library that provides a high-level interface to RDF data
 url=http://librdf.org/;
 license=(GPL)
 arch=('i686' 'x86_64')
-depends=('raptor=1.4.20' 'db=4.8' 'postgresql-libs=8.4.2' 
'libmysqlclient=5.1.42' 'sqlite3=3.6.21' 
+depends=('raptor=1.4.20' 'db=5.1' 'postgresql-libs=8.4.2' 
'libmysqlclient=5.1.42' 'sqlite3=3.6.21' 
  'curl=7.19.7' 'libxslt=1.1.26' 'mpfr=2.4.1' 'libtool' 
'rasqal=0.9.19' 'unixodbc')
 makedepends=('gtk-doc')
 options=('!libtool')
@@ -20,10 +20,10 @@
 cd ${srcdir}/${pkgname}-${pkgver}
  ./configure --prefix=/usr --enable-release --disable-static \
  --with-raptor=system --with-rasqal=system --with-sqlite=3
-make || return 1
+make
 }
 
 package() {
 cd ${srcdir}/${pkgname}-${pkgver}
-make -j1 DESTDIR=$pkgdir install || return 1
+make -j1 DESTDIR=$pkgdir install
 }



[arch-commits] Commit in redland/repos (staging-i686)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:18:17
  Author: allan
Revision: 96516

archrelease: copy trunk to staging-i686

Added:
  redland/repos/staging-i686/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:22:38
  Author: allan
Revision: 96518

upgpkg: postfix 2.7.1-2
db-5.1 rebuild

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-22 00:18:49 UTC (rev 96517)
+++ PKGBUILD2010-10-22 00:22:38 UTC (rev 96518)
@@ -3,11 +3,11 @@
 # Maintainer: Paul Mattal p...@archlinux.org
 pkgname=postfix
 pkgver=2.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Secure, fast, easy to administer drop in replacement for Sendmail 
(MTA)
 arch=('i686' 'x86_64')
 license=('custom')
-depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs=8.4' 
'libldap=2.4' 'db=4.8')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs=8.4' 
'libldap=2.4' 'db')
 backup=(etc/postfix/aliases etc/postfix/virtual etc/postfix/relocated \
etc/postfix/access etc/postfix/header_checks etc/postfix/transport \
etc/postfix/generic etc/postfix/canonical \



[arch-commits] Commit in postfix/repos (staging-i686)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:23:21
  Author: allan
Revision: 96519

archrelease: copy trunk to staging-i686

Added:
  postfix/repos/staging-i686/



[arch-commits] Commit in postfix/repos (staging-x86_64)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:23:57
  Author: allan
Revision: 96520

archrelease: copy trunk to staging-x86_64

Added:
  postfix/repos/staging-x86_64/



[arch-commits] Commit in redland/repos (staging-x86_64)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:18:49
  Author: allan
Revision: 96517

archrelease: copy trunk to staging-x86_64

Added:
  redland/repos/staging-x86_64/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:32:21
  Author: allan
Revision: 96521

upgpkg: libetpan 1.0-2
db-5.1 rebuild

Modified:
  libetpan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-22 00:23:57 UTC (rev 96520)
+++ PKGBUILD2010-10-22 00:32:21 UTC (rev 96521)
@@ -3,12 +3,12 @@
 
 pkgname=libetpan
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A portable middleware for email access
 arch=('i686' 'x86_64')
 url=http://www.etpan.org/;
 license=(custom:etpan)
-depends=('db=4.8' 'libsasl=2.1.23' 'curl=7.19.5' 'expat=2.0.1-1')
+depends=('db=5.1' 'libsasl=2.1.23' 'curl=7.19.5' 'expat=2.0.1-1')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('5addc766141a0b1d29ee1ca4ba1b6808')
@@ -16,7 +16,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static
-  make || return 1
+  make
 }
 
 package() {



[arch-commits] Commit in libetpan/repos (staging-i686)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:32:54
  Author: allan
Revision: 96522

archrelease: copy trunk to staging-i686

Added:
  libetpan/repos/staging-i686/



[arch-commits] Commit in libetpan/repos (staging-i686)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:34:21
  Author: allan
Revision: 96523

archrelease: remove staging-i686

Deleted:
  libetpan/repos/staging-i686/



[arch-commits] Commit in libetpan/repos (staging-x86_64)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:35:24
  Author: allan
Revision: 96525

archrelease: copy trunk to staging-x86_64

Added:
  libetpan/repos/staging-x86_64/



[arch-commits] Commit in libetpan/repos (staging-i686)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:34:46
  Author: allan
Revision: 96524

archrelease: copy trunk to staging-i686

Added:
  libetpan/repos/staging-i686/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:45:30
  Author: allan
Revision: 96526

upgpkg: mod_perl 2.0.4-8
db-5.1 rebuild

Modified:
  mod_perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-22 00:35:24 UTC (rev 96525)
+++ PKGBUILD2010-10-22 00:45:30 UTC (rev 96526)
@@ -5,10 +5,10 @@
 pkgname=mod_perl
 _realname=mod_perl
 pkgver=2.0.4
-pkgrel=7
+pkgrel=8
 pkgdesc=Apache module that embeds the Perl interpreter within the server
 url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl=5.12.1' 'apache' 'db=4.8' 'apr-util')
+depends=('perl=5.12.1' 'apache' 'db' 'apr-util')
 license=('APACHE')
 arch=('i686' 'x86_64')
 options=(!emptydirs)
@@ -16,13 +16,9 @@
 md5sums=('1a05625ae6843085f985f5da8214502a') 
 
 build() {
-  cd  ${startdir}/src/${_realname}-${pkgver}
+  cd  ${srcdir}/${_realname}-${pkgver}
   # install module in vendor directories.
-  /usr/bin/perl Makefile.PL INSTALLDIRS=vendor MP_APXS=/usr/sbin/apxs || 
return 1
-  /usr/bin/make || return 1
-  /usr/bin/make install DESTDIR=${startdir}/pkg || return 1
-
-  # remove perllocal.pod and .packlist.
-  /usr/bin/find ${startdir}/pkg -name 'perllocal.pod' -delete
-  /usr/bin/find ${startdir}/pkg -name '.packlist' -delete
+  perl Makefile.PL INSTALLDIRS=vendor MP_APXS=/usr/sbin/apxs
+  make
+  make install DESTDIR=${pkgdir}
 }



[arch-commits] Commit in mod_perl/repos (staging-i686)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:46:05
  Author: allan
Revision: 96527

archrelease: copy trunk to staging-i686

Added:
  mod_perl/repos/staging-i686/



[arch-commits] Commit in mod_perl/repos (staging-x86_64)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:46:39
  Author: allan
Revision: 96528

archrelease: copy trunk to staging-x86_64

Added:
  mod_perl/repos/staging-x86_64/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:50:51
  Author: allan
Revision: 96529

upgpkg: bogofilter 1.2.1-2
db-5.1 rebuild

Modified:
  bogofilter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-22 00:46:39 UTC (rev 96528)
+++ PKGBUILD2010-10-22 00:50:51 UTC (rev 96529)
@@ -4,12 +4,12 @@
 
 pkgname=bogofilter
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A fast Bayesian spam filtering tool
 arch=('i686' 'x86_64')
 license=(GPL3)
 url=http://bogofilter.sourceforge.net;
-depends=('db=4.8' 'perl=5.10.1-2' 'gsl')
+depends=('db' 'perl' 'gsl')
 backup=(etc/bogofilter/bogofilter.cf)
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-stable/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('2eb802f4e271b99c3d8f68b14f8df9ef')
@@ -20,9 +20,13 @@
   --sysconfdir=/etc/bogofilter  \
   --localstatedir=/var \
   --enable-transactions
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make
+}
 
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
   mv ${pkgdir}/etc/bogofilter/bogofilter.cf.example 
${pkgdir}/etc/bogofilter/bogofilter.cf
 
   install -dm755 ${pkgdir}/usr/share/${pkgname}/contrib



[arch-commits] Commit in bogofilter/repos (staging-i686)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:51:22
  Author: allan
Revision: 96530

archrelease: copy trunk to staging-i686

Added:
  bogofilter/repos/staging-i686/



[arch-commits] Commit in bogofilter/repos (staging-x86_64)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 20:51:53
  Author: allan
Revision: 96531

archrelease: copy trunk to staging-x86_64

Added:
  bogofilter/repos/staging-x86_64/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 21:08:01
  Author: allan
Revision: 96532

upgpkg: claws-mail 3.7.6-3
db-5.1 rebuild

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-22 00:51:53 UTC (rev 96531)
+++ PKGBUILD2010-10-22 01:08:01 UTC (rev 96532)
@@ -3,13 +3,13 @@
 
 pkgname=claws-mail
 pkgver=3.7.6
-pkgrel=2
+pkgrel=3
 pkgdesc=A GTK+ based e-mail client.
 arch=('i686' 'x86_64')
 license=('GPL3')
 url=http://www.claws-mail.org;
 depends=('gtk2=2.18.5' 'gnutls=2.8.5' 'startup-notification=0.10' 
'pilot-link=0.12.4' 'enchant=1.5.0-2'
- 'gpgme=1.2.0' 'libetpan=1.0' 'libsm=1.1.1' 'db=4.8.24' 
'curl=7.19.7' 'dbus-glib=0.82-2' 'hicolor-icon-theme')
+ 'gpgme=1.2.0' 'libetpan=1.0' 'libsm=1.1.1' 'db' 'curl=7.19.7' 
'dbus-glib=0.82-2' 'hicolor-icon-theme')
 makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind')
 optdepends=('python2:   needed for some tools'
 'perl:  needed for some tools'



[arch-commits] Commit in claws-mail/repos (staging-i686)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 21:08:56
  Author: allan
Revision: 96533

archrelease: copy trunk to staging-i686

Added:
  claws-mail/repos/staging-i686/



[arch-commits] Commit in claws-mail/repos (staging-x86_64)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 21:09:46
  Author: allan
Revision: 96534

archrelease: copy trunk to staging-x86_64

Added:
  claws-mail/repos/staging-x86_64/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 23:11:09
  Author: allan
Revision: 96535

upgpkg: valgrind 3.6.0-1
upstream update

Modified:
  valgrind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-22 01:09:46 UTC (rev 96534)
+++ PKGBUILD2010-10-22 03:11:09 UTC (rev 96535)
@@ -3,8 +3,8 @@
 # Maintainer: Allan McRae al...@archlinux.org
 
 pkgname=valgrind
-pkgver=3.5.0
-pkgrel=6
+pkgver=3.6.0
+pkgrel=1
 pkgdesc=A tool to help find memory-management problems in programs
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,17 +13,9 @@
 makedepends=('gdb')
 options=('!emptydirs')
 source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2
-glibc-patch-version.patch
-glibc-2.12.patch
-valgrind-3.5.0-stat_h.patch
-valgrind-3.5.0-elf-indirect-functions.patch
-valgrind-3.5.0-initialise-isifunc.patch)
-md5sums=('f03522a4687cf76c676c9494fcc0a517'
- 'b657f0ebdde3d9aefc9fd16f9e653702'
- '0ac843aecfc539a53ae88c48b1a17047'
- 'e435a0debedf207b279256eff50c68f6'
- '10af3a098fa1f62441b7e52dbce38969'
- 'cbdee7745fabac7119a8897a6c7147a6')
+glibc-patch-version.patch)
+md5sums=('b289c5f4ab8e39741602445f1dd09b34'
+ 'b657f0ebdde3d9aefc9fd16f9e653702')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -31,22 +23,18 @@
   # make sure our CFLAGS are respected
   sed -i -e 's:^CFLAGS=-Wno-long-long:CFLAGS=$CFLAGS -Wno-long-long:' 
configure.in
 
-  patch -Np1 -i ${srcdir}/glibc-patch-version.patch || return 1
-  patch -Np0 -i ${srcdir}/glibc-2.12.patch || return 1
-  patch -Np1 -i ${srcdir}/valgrind-3.5.0-stat_h.patch || return 1
-  patch -Np0 -i ${srcdir}/valgrind-3.5.0-elf-indirect-functions.patch || 
return 1
-  patch -Np0 -i ${srcdir}/valgrind-3.5.0-initialise-isifunc.patch || return 1
-  autoreconf
+  # prevent need to rebuild with glibc patch level version bumps
+  patch -Np1 -i ${srcdir}/glibc-patch-version.patch
 
   if [ ${CARCH} = x86_64 ]; then
-./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit || 
return 1
+./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
   else
-./configure --prefix=/usr --mandir=/usr/share/man || return 1
+./configure --prefix=/usr --mandir=/usr/share/man
   fi
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 23:11:32
  Author: allan
Revision: 96536

archrelease: remove extra-i686

Deleted:
  valgrind/repos/extra-i686/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 23:12:02
  Author: allan
Revision: 96537

archrelease: copy trunk to extra-i686

Added:
  valgrind/repos/extra-i686/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 23:12:20
  Author: allan
Revision: 96538

archrelease: remove extra-x86_64

Deleted:
  valgrind/repos/extra-x86_64/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 23:12:46
  Author: allan
Revision: 96539

archrelease: copy trunk to extra-x86_64

Added:
  valgrind/repos/extra-x86_64/



[arch-commits] Commit in valgrind/trunk (4 files)

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 23:15:18
  Author: allan
Revision: 96540

upgpkg: valgrind 3.6.0-1
remove unneeded patches

Deleted:
  valgrind/trunk/glibc-2.12.patch
  valgrind/trunk/valgrind-3.5.0-elf-indirect-functions.patch
  valgrind/trunk/valgrind-3.5.0-initialise-isifunc.patch
  valgrind/trunk/valgrind-3.5.0-stat_h.patch

-+
 glibc-2.12.patch|   44 --
 valgrind-3.5.0-elf-indirect-functions.patch |  528 --
 valgrind-3.5.0-initialise-isifunc.patch |   12 
 valgrind-3.5.0-stat_h.patch |   48 --
 4 files changed, 632 deletions(-)

Deleted: glibc-2.12.patch
===
--- glibc-2.12.patch2010-10-22 03:12:46 UTC (rev 96539)
+++ glibc-2.12.patch2010-10-22 03:15:18 UTC (rev 96540)
@@ -1,44 +0,0 @@
-Index: configure.in
-===
 configure.in   (revision 11128)
-+++ configure.in   (revision 11129)
-@@ -684,6 +684,16 @@
- ],
- GLIBC_VERSION=2.10)
- 
-+AC_EGREP_CPP([GLIBC_212], [
-+#include features.h
-+#ifdef __GNU_LIBRARY__
-+ #if (__GLIBC__ == 2  __GLIBC_MINOR__ == 12)
-+  GLIBC_212
-+ #endif
-+#endif
-+],
-+GLIBC_VERSION=2.12)
-+
- AC_EGREP_CPP([AIX5_LIBC], [
- #include standards.h
- #if defined(_AIXVERSION_510) || defined(_AIXVERSION_520) || 
defined(_AIXVERSION_530)
-@@ -776,6 +786,13 @@
-   DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
-   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-+;;
-+ 2.12)
-+  AC_MSG_RESULT(2.12 family)
-+  AC_DEFINE([GLIBC_2_12], 1, [Define to 1 if you're using glibc 2.12.x])
-+  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-   ;;
-  aix5)
-   AC_MSG_RESULT(AIX 5.1 or 5.2 or 5.3)
-@@ -790,7 +807,7 @@
- 
-  *)
-   AC_MSG_RESULT(unsupported version)
--  AC_MSG_ERROR([Valgrind requires glibc version 2.2 - 2.10])
-+  AC_MSG_ERROR([Valgrind requires glibc version 2.2 - 2.12])
-   AC_MSG_ERROR([or AIX 5.1 or 5.2 or 5.3 GLIBC_VERSION])
-   AC_MSG_ERROR([or Darwin libc])
-   ;;

Deleted: valgrind-3.5.0-elf-indirect-functions.patch
===
--- valgrind-3.5.0-elf-indirect-functions.patch 2010-10-22 03:12:46 UTC (rev 
96539)
+++ valgrind-3.5.0-elf-indirect-functions.patch 2010-10-22 03:15:18 UTC (rev 
96540)
@@ -1,528 +0,0 @@
-Index: memcheck/mc_replace_strmem.c
-===
 memcheck/mc_replace_strmem.c   (revision 10919)
-+++ memcheck/mc_replace_strmem.c   (revision 10920)
-@@ -116,6 +116,7 @@
- STRRCHR(VG_Z_LIBC_SONAME,   strrchr)
- STRRCHR(VG_Z_LIBC_SONAME,   rindex)
- #if defined(VGO_linux)
-+STRRCHR(VG_Z_LIBC_SONAME,   __GI_strrchr)
- STRRCHR(VG_Z_LD_LINUX_SO_2, rindex)
- #elif defined(VGO_darwin)
- STRRCHR(VG_Z_DYLD,  strrchr)
-@@ -140,6 +141,7 @@
- STRCHR(VG_Z_LIBC_SONAME,  strchr)
- STRCHR(VG_Z_LIBC_SONAME,  index)
- #if defined(VGO_linux)
-+STRCHR(VG_Z_LIBC_SONAME,  __GI_strchr)
- STRCHR(VG_Z_LD_LINUX_SO_2,strchr)
- STRCHR(VG_Z_LD_LINUX_SO_2,index)
- STRCHR(VG_Z_LD_LINUX_X86_64_SO_2, strchr)
-@@ -172,8 +174,10 @@
-}
- 
- STRCAT(VG_Z_LIBC_SONAME, strcat)
-+#if defined(VGO_linux)
-+STRCAT(VG_Z_LIBC_SONAME, __GI_strcat)
-+#endif
- 
--
- #define STRNCAT(soname, fnname) \
-char* VG_REPLACE_FUNCTION_ZU(soname,fnname) \
- ( char* dst, const char* src, SizeT n ); \
-@@ -257,6 +261,9 @@
-}
- 
- STRNLEN(VG_Z_LIBC_SONAME, strnlen)
-+#if defined(VGO_linux)
-+STRNLEN(VG_Z_LIBC_SONAME, __GI_strnlen)
-+#endif
-
- 
- // Note that this replacement often doesn't get used because gcc inlines
-@@ -274,6 +281,7 @@
- 
- STRLEN(VG_Z_LIBC_SONAME,  strlen)
- #if defined(VGO_linux)
-+STRLEN(VG_Z_LIBC_SONAME,  __GI_strlen)
- STRLEN(VG_Z_LD_LINUX_SO_2,strlen)
- STRLEN(VG_Z_LD_LINUX_X86_64_SO_2, strlen)
- #endif
-@@ -301,7 +309,9 @@
-}
- 
- STRCPY(VG_Z_LIBC_SONAME, strcpy)
--#if defined(VGO_darwin)
-+#if defined(VGO_linux)
-+STRCPY(VG_Z_LIBC_SONAME, __GI_strcpy)
-+#elif defined(VGO_darwin)
- STRCPY(VG_Z_DYLD,strcpy)
- #endif
- 
-@@ -327,7 +337,9 @@
-}
- 
- STRNCPY(VG_Z_LIBC_SONAME, strncpy)
--#if defined(VGO_darwin)
-+#if defined(VGO_linux)
-+STRNCPY(VG_Z_LIBC_SONAME, __GI_strncpy)
-+#elif defined(VGO_darwin)
- STRNCPY(VG_Z_DYLD,strncpy)
- #endif
- 
-@@ -384,7 +396,9 @@
-}
- 
- STRNCMP(VG_Z_LIBC_SONAME, strncmp)
--#if defined(VGO_darwin)
-+#if defined(VGO_linux)
-+STRNCMP(VG_Z_LIBC_SONAME, __GI_strncmp)
-+#elif defined(VGO_darwin)
- STRNCMP(VG_Z_DYLD,strncmp)
- #endif
- 
-@@ -411,6 +425,7 @@
- 
- STRCMP(VG_Z_LIBC_SONAME,  

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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 23:15:35
  Author: allan
Revision: 96541

archrelease: remove extra-i686

Deleted:
  valgrind/repos/extra-i686/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 23:16:01
  Author: allan
Revision: 96542

archrelease: copy trunk to extra-i686

Added:
  valgrind/repos/extra-i686/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 23:16:25
  Author: allan
Revision: 96543

archrelease: remove extra-x86_64

Deleted:
  valgrind/repos/extra-x86_64/



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

2010-10-21 Thread Allan McRae
Date: Thursday, October 21, 2010 @ 23:16:51
  Author: allan
Revision: 96544

archrelease: copy trunk to extra-x86_64

Added:
  valgrind/repos/extra-x86_64/