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

2010-05-08 Thread Eric Bélanger
Date: Saturday, May 8, 2010 @ 21:03:06
  Author: eric
Revision: 79892

archrelease: copy trunk to extra-x86_64

Added:
  wxpython/repos/extra-x86_64/



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

2010-05-08 Thread Eric Bélanger
Date: Saturday, May 8, 2010 @ 21:02:57
  Author: eric
Revision: 79891

archrelease: remove extra-x86_64

Deleted:
  wxpython/repos/extra-x86_64/



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

2010-05-08 Thread Eric Bélanger
Date: Saturday, May 8, 2010 @ 21:01:13
  Author: eric
Revision: 79890

archrelease: copy trunk to extra-i686

Added:
  wxpython/repos/extra-i686/



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

2010-05-08 Thread Eric Bélanger
Date: Saturday, May 8, 2010 @ 21:01:03
  Author: eric
Revision: 79889

archrelease: remove extra-i686

Deleted:
  wxpython/repos/extra-i686/



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

2010-05-08 Thread Eric Bélanger
Date: Saturday, May 8, 2010 @ 20:59:21
  Author: eric
Revision: 79888

upgpkg: wxpython 2.8.10.1-2
Rebuilt against wxgtk 2.8.11, Added mediactrl support (close FS#18522)

Modified:
  wxpython/trunk/ChangeLog
  wxpython/trunk/PKGBUILD

---+
 ChangeLog |6 ++
 PKGBUILD  |   21 ++---
 2 files changed, 24 insertions(+), 3 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-05-09 00:52:26 UTC (rev 79887)
+++ ChangeLog   2010-05-09 00:59:21 UTC (rev 79888)
@@ -1,3 +1,9 @@
+2010-05-08  Eric Belanger  
+
+   * wxpython 2.8.10.1-2
+   * Rebuilt against wxgtk 2.8.11
+   * Added mediactrl support (close FS#18522)
+
 2009-05-18  Eric Belanger  
 
* wxpython 2.8.10.1-1

Modified: PKGBUILD
===
--- PKGBUILD2010-05-09 00:52:26 UTC (rev 79887)
+++ PKGBUILD2010-05-09 00:59:21 UTC (rev 79888)
@@ -4,22 +4,37 @@
 
 pkgname=wxpython
 pkgver=2.8.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A wxWidgets GUI toolkit for Python"
 arch=('i686' 'x86_64')
 license=('custom:wxWindows')
 url="http://www.wxpython.org";
-depends=('wxgtk>=2.8.10.1' 'python>=2.6')
+depends=('wxgtk' 'python')
+makedepends=('mesa')
 
source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
 editra-ebmlib.diff)
 md5sums=('65d5ef166f23fe8b4c67f58df164f93e' '3d3cd0088207075b263ae7b624c17a64')
 sha1sums=('6598fbafd979a91f20100171fa23a91779f6dc62' 
'509676632f1122ab1309c3bd9feae4f78b337538')
 
 build() {
+  cd "${srcdir}/wxPython-src-${pkgver}"
+  sed -i -e 's:png_check_sig:png_sig_cmp:g' configure
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --with-gnomeprint --disable-optimize 
--enable-mediactrl \
+--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys 
|| return 1
+  
   cd "${srcdir}/wxPython-src-${pkgver}/wxPython"
   patch -p2 < "${srcdir}/editra-ebmlib.diff" || return 1
   python setup.py \
 WXPORT=gtk2 \
 UNICODE=1 \
-build install --root="${pkgdir}" || return 1
+build || return 1
+}
+
+package() {
+  cd "${srcdir}/wxPython-src-${pkgver}/wxPython"
+  python setup.py \
+WXPORT=gtk2 \
+UNICODE=1 \
+install --root="${pkgdir}" || return 1
   install -D -m644 ../docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
 }



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

2010-05-08 Thread Eric Bélanger
Date: Saturday, May 8, 2010 @ 20:52:26
  Author: eric
Revision: 79887

archrelease: copy trunk to extra-x86_64

Added:
  wxgtk/repos/extra-x86_64/



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

2010-05-08 Thread Eric Bélanger
Date: Saturday, May 8, 2010 @ 20:52:18
  Author: eric
Revision: 79886

archrelease: remove extra-x86_64

Deleted:
  wxgtk/repos/extra-x86_64/



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

2010-05-08 Thread Eric Bélanger
Date: Saturday, May 8, 2010 @ 20:51:10
  Author: eric
Revision: 79885

archrelease: copy trunk to extra-i686

Added:
  wxgtk/repos/extra-i686/



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

2010-05-08 Thread Eric Bélanger
Date: Saturday, May 8, 2010 @ 20:51:01
  Author: eric
Revision: 79884

archrelease: remove extra-i686

Deleted:
  wxgtk/repos/extra-i686/



[arch-commits] Commit in wxgtk/trunk (ChangeLog PKGBUILD gsocket.patch overflow.patch)

2010-05-08 Thread Eric Bélanger
Date: Saturday, May 8, 2010 @ 20:49:47
  Author: eric
Revision: 79883

upgpkg: wxgtk 2.8.11-1
Upstream update, Removed old patches

Modified:
  wxgtk/trunk/ChangeLog
  wxgtk/trunk/PKGBUILD
Deleted:
  wxgtk/trunk/gsocket.patch
  wxgtk/trunk/overflow.patch

+
 ChangeLog  |6 +
 PKGBUILD   |   35 ++---
 gsocket.patch  |   18 ---
 overflow.patch |   66 ---
 4 files changed, 23 insertions(+), 102 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-05-08 18:43:04 UTC (rev 79882)
+++ ChangeLog   2010-05-09 00:49:47 UTC (rev 79883)
@@ -1,3 +1,9 @@
+2010-05-08  Eric Belanger  
+
+   * wxgtk 2.8.11-1
+   * Upstream update
+   * Removed old patches
+
 2010-05-01  Ionut Biru 
 
* wxgtk 2.8.10.1-7

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 18:43:04 UTC (rev 79882)
+++ PKGBUILD2010-05-09 00:49:47 UTC (rev 79883)
@@ -5,37 +5,36 @@
 # with help from J. Santiago Hirschfeld  aka Angelus
 
 pkgname=wxgtk
-pkgver=2.8.10.1
-pkgrel=7
+pkgver=2.8.11
+pkgrel=1
 pkgdesc="GTK+ implementation of wxWidgets API for GUI"
 arch=('i686' 'x86_64')
 url="http://wxwidgets.org";
 license=('custom:wxWindows')
-depends=('gtk2' 'mesa' 'gstreamer0.10-base')
-makedepends=('libgnomeprintui' 'gstreamer0.10-base-plugins' 'gconf' 'ccache')
+depends=('gtk2' 'gstreamer0.10-base' 'libgl')
+makedepends=('libgnomeprintui' 'gstreamer0.10-base-plugins' 'gconf' 'ccache' 
'mesa')
 options=('ccache') # required to build libwx_gtk2u_mmedia
-#source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
-source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
 \
-overflow.patch gsocket.patch)
-md5sums=('65d5ef166f23fe8b4c67f58df164f93e' '325dba65152bc0cfbc1400a2bf54508e'\
- 'b56113a94125e4f9a3cc2680052bdfde')
-sha1sums=('6598fbafd979a91f20100171fa23a91779f6dc62' 
'7c4d1d507aad0b7c25a0de55234be42ea3e3f55f'\
- '5b0e985afd77153e8e4b9e14987d4b1a9de53acc')
+#source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2)
+source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
+md5sums=('6040933d200037f90f6aa1c5169e7ec6')
+sha1sums=('e979d9d2b1ee5bd10e90fd00b02f3306327c661a')
 
 build() {
-  cd "${srcdir}/wxPython-src-${pkgver}"
-#  cd "${srcdir}/wxGTK-${pkgver}"
-  patch -p4 < ../overflow.patch || return 1
-  patch -p1 < ../gsocket.patch || return 1
-  sed -i -e 's:png_check_sig:png_sig_cmp:g' configure
+#  cd "${srcdir}/wxPython-src-${pkgver}"
+  cd "${srcdir}/wxGTK-${pkgver}"
   ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
 --enable-graphics_ctx --with-gnomeprint --disable-optimize 
--enable-mediactrl \
---with-libpng=sys --with-libxpm=sys --with-libjpeg=sys 
--with-libtiff=sys|| return 1
+--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys 
|| return 1
   make || return 1
   make -C locale allmo || return 1
-  make DESTDIR="${pkgdir}" install || return 1
   cd contrib/src
   make || return 1
+}
+
+package() {
+  cd "${srcdir}/wxGTK-${pkgver}"
   make DESTDIR="${pkgdir}" install || return 1
+  cd contrib/src
+  make DESTDIR="${pkgdir}" install || return 1
   install -D -m644 ../../docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
 }

Deleted: gsocket.patch
===
--- gsocket.patch   2010-05-08 18:43:04 UTC (rev 79882)
+++ gsocket.patch   2010-05-09 00:49:47 UTC (rev 79883)
@@ -1,18 +0,0 @@
-Index: 2.8/src/gtk/gsockgtk.cpp
-===
 2.8/src/gtk/gsockgtk.cpp (revision 60599)
-+++ 2.8/src/gtk/gsockgtk.cpp (working copy)
-@@ -15,8 +15,13 @@
- #include 
- #include 
-
-+// newer versions of glib define its own GSocket but we unfortunately use this
-+// name in our own (semi-)public header and so can't change it -- rename glib
-+// one instead
-+#define GSocket GlibGSocket
- #include 
- #include 
-+#undef GSocket
-
- #include "wx/gsocket.h"
- #include "wx/unix/gsockunx.h"

Deleted: overflow.patch
===
--- overflow.patch  2010-05-08 18:43:04 UTC (rev 79882)
+++ overflow.patch  2010-05-09 00:49:47 UTC (rev 79883)
@@ -1,66 +0,0 @@
-Index: /wxWidgets/branches/WX_2_8_BRANCH/src/common/imagpng.cpp
-===
 /wxWidgets/branches/WX_2_8_BRANCH/src/common/imagpng.cpp (revision 53479)
-+++ /wxWidgets/branches/WX_2_8_BRANCH/src/common/imagpng.cpp (revision 60875)
-@@ -569,5 +569,7 @@
- goto error;
- 
--lines = (unsigned char **)malloc( (size_t)(height * sizeof(unsigned char 
*)) );
-+// initialize all line po

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

2010-05-08 Thread Thomas Bächler
Date: Saturday, May 8, 2010 @ 14:43:04
  Author: thomas
Revision: 79882

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/



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

2010-05-08 Thread Thomas Bächler
Date: Saturday, May 8, 2010 @ 14:42:53
  Author: thomas
Revision: 79881

Update to 0.6.4

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 15:58:13 UTC (rev 79880)
+++ PKGBUILD2010-05-08 18:42:53 UTC (rev 79881)
@@ -4,13 +4,13 @@
 # Maintainer: Aaron Griffin 
 
 pkgname=mkinitcpio
-pkgver=0.6.3
+pkgver=0.6.4
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=(any)
 url="http://www.archlinux.org/";
 license=('GPL')
-depends=('mkinitcpio-busybox' 'module-init-tools' 'util-linux-ng' 
'gen-init-cpio' 'coreutils'
+depends=('mkinitcpio-busybox>=1.16.1-2' 'module-init-tools' 'util-linux-ng' 
'gen-init-cpio' 'coreutils'
  'bash' 'findutils' 'sed' 'grep' 'filesystem>=2009.01-2' 'udev>=150' 
'file' 'gzip'
  'which')
 optdepends=('xz-utils: Use lzma compression for the initramfs image'
@@ -20,7 +20,7 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('ad0addba354399c9737b4572bbea2c10b45dfb24fd69b87b90f21fec27df2cf7')
+sha256sums=('50d1975498a24b4d11dd77d5bffd4516ec52465bb5e0d172867b8ceeaa04cdd8')
 
 build() {
   :



[arch-commits] Commit in xf86-input-wacom/repos (testing-x86_64)

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 11:58:13
  Author: jgc
Revision: 79880

archrelease: copy trunk to testing-x86_64

Added:
  xf86-input-wacom/repos/testing-x86_64/



[arch-commits] Commit in xf86-input-wacom/repos (testing-x86_64)

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 11:58:07
  Author: jgc
Revision: 79879

archrelease: remove testing-x86_64

Deleted:
  xf86-input-wacom/repos/testing-x86_64/



[arch-commits] Commit in xf86-input-wacom/repos (testing-i686)

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 11:58:04
  Author: jgc
Revision: 79878

archrelease: copy trunk to testing-i686

Added:
  xf86-input-wacom/repos/testing-i686/



[arch-commits] Commit in xf86-input-wacom/repos (testing-i686)

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 11:57:58
  Author: jgc
Revision: 79877

archrelease: remove testing-i686

Deleted:
  xf86-input-wacom/repos/testing-i686/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 11:57:55
  Author: jgc
Revision: 79876

upgpkg: xf86-input-wacom 0.10.6-2
Add config file to backup array

Modified:
  xf86-input-wacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 15:55:23 UTC (rev 79875)
+++ PKGBUILD2010-05-08 15:57:55 UTC (rev 79876)
@@ -9,6 +9,7 @@
 arch=('i686' 'x86_64')
 url="http://linuxwacom.sourceforge.net/";
 license=('GPL')
+backup=('etc/X11/xorg.conf.d/50-wacom.conf')
 depends=('libxi')
 makedepends=('pkgconfig' 'xorg-server>=1.8.0' 'xorg-util-macros')
 conflicts=('xorg-server<1.8.0')



[arch-commits] Commit in xf86-input-wacom/repos (testing-x86_64)

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 11:55:23
  Author: jgc
Revision: 79875

archrelease: copy trunk to testing-x86_64

Added:
  xf86-input-wacom/repos/testing-x86_64/



[arch-commits] Commit in xf86-input-wacom/repos (testing-i686)

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 11:55:17
  Author: jgc
Revision: 79874

archrelease: copy trunk to testing-i686

Added:
  xf86-input-wacom/repos/testing-i686/



[arch-commits] Commit in (5 files)

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 11:55:02
  Author: jgc
Revision: 79873

Add xf86-input-wacom package

Added:
  xf86-input-wacom/
  xf86-input-wacom/repos/
  xf86-input-wacom/trunk/
  xf86-input-wacom/trunk/PKGBUILD
  xf86-input-wacom/trunk/wacom-0.10.6-serial-identifiers.patch

---+
 PKGBUILD  |   27 +++
 wacom-0.10.6-serial-identifiers.patch |   32 
 2 files changed, 59 insertions(+)

Added: xf86-input-wacom/trunk/PKGBUILD
===
--- xf86-input-wacom/trunk/PKGBUILD (rev 0)
+++ xf86-input-wacom/trunk/PKGBUILD 2010-05-08 15:55:02 UTC (rev 79873)
@@ -0,0 +1,27 @@
+# $Id: $
+# Maintainer: Jan de Groot 
+# Contributor: M Rawash 
+
+pkgname=xf86-input-wacom
+pkgver=0.10.6
+pkgrel=2
+pkgdesc="X.Org Wacom tablet driver"
+arch=('i686' 'x86_64')
+url="http://linuxwacom.sourceforge.net/";
+license=('GPL')
+depends=('libxi')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0' 'xorg-util-macros')
+conflicts=('xorg-server<1.8.0')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+wacom-0.10.6-serial-identifiers.patch)
+md5sums=('e82b211b5374a539a81d4a37e2751a9b'
+ '422b8a5b58c0c168c3f82e837ba03d49')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/wacom-0.10.6-serial-identifiers.patch" || return 1
+  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d || 
return 1
+  make || return 1
+  make DESTDIR="${pkgdir}" install || return 1
+}

Added: xf86-input-wacom/trunk/wacom-0.10.6-serial-identifiers.patch
===
--- xf86-input-wacom/trunk/wacom-0.10.6-serial-identifiers.patch
(rev 0)
+++ xf86-input-wacom/trunk/wacom-0.10.6-serial-identifiers.patch
2010-05-08 15:55:02 UTC (rev 79873)
@@ -0,0 +1,32 @@
+From a9746a469b522dded6828851617b3f3ee8c1bf89 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Tue, 27 Apr 2010 13:51:17 +1000
+Subject: [PATCH] conf: add WACf, FUJ02e5 and FUJ02e7 to serial identifers.
+
+Signed-off-by: Peter Hutterer 
+---
+ conf/50-wacom.conf |8 
+ 1 files changed, 8 insertions(+), 0 deletions(-)
+
+diff --git a/conf/50-wacom.conf b/conf/50-wacom.conf
+index e1869e9..9a02b0e 100644
+--- a/conf/50-wacom.conf
 b/conf/50-wacom.conf
+@@ -15,6 +15,14 @@ Section "InputClass"
+   Option "ForceDevice" "ISDV4"
+ EndSection
+ 
++Section "InputClass"
++Identifier "Wacom serial class identifiers"
++MatchProduct "WACf|FUJ02e5|FUJ02e7"
++Driver "wacom"
++Option "ForceDevice" "ISDV4"
++EndSection
++
++
+ # N-Trig Duosense Electromagnetic Digitizer
+ Section "InputClass"
+   Identifier "Wacom N-Trig class"
+-- 
+1.6.6.1
+



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 11:32:33
  Author: jgc
Revision: 79871

archrelease: remove extra-x86_64

Deleted:
  xterm/repos/extra-x86_64/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 11:32:39
  Author: jgc
Revision: 79872

archrelease: copy trunk to extra-x86_64

Added:
  xterm/repos/extra-x86_64/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 11:32:30
  Author: jgc
Revision: 79870

archrelease: copy trunk to extra-i686

Added:
  xterm/repos/extra-i686/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 11:32:24
  Author: jgc
Revision: 79869

archrelease: remove extra-i686

Deleted:
  xterm/repos/extra-i686/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 11:32:20
  Author: jgc
Revision: 79868

upgpkg: xterm 258-1
Update to 258, set tty group to fix FS#19391

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 15:23:09 UTC (rev 79867)
+++ PKGBUILD2010-05-08 15:32:20 UTC (rev 79868)
@@ -2,7 +2,7 @@
 #  ppc Maintainer: Alexander Baldeck 
 # i686 Maintainer: Jan de Groot 
 pkgname=xterm
-pkgver=256
+pkgver=258
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 groups=('xorg')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
 LICENSE)
-md5sums=('6da5c166e1c633fc26917b66d6433f1f'
+md5sums=('bcf4f0ba51f5f58fd5bef76b3d05e40e'
  '10ecc3f8ee91e3189863a172f68282d2')
 
 build() {
@@ -40,8 +40,13 @@
   --enable-freetype \
   --enable-luit \
   --enable-mini-luit \
-  --enable-narrowproto || return 1
+  --enable-narrowproto \
+  --with-tty-group=tty || return 1
   make || return 1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install || return 1
   chmod 0755 "${pkgdir}/usr/bin/xterm" || return 1
 



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

2010-05-08 Thread Thomas Bächler
Date: Saturday, May 8, 2010 @ 11:23:09
  Author: thomas
Revision: 79867

archrelease: copy trunk to testing-x86_64

Added:
  crda/repos/testing-x86_64/



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

2010-05-08 Thread Thomas Bächler
Date: Saturday, May 8, 2010 @ 11:23:02
  Author: thomas
Revision: 79866

archrelease: copy trunk to testing-i686

Added:
  crda/repos/testing-i686/



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

2010-05-08 Thread Thomas Bächler
Date: Saturday, May 8, 2010 @ 11:22:52
  Author: thomas
Revision: 79865

Upstream update

Modified:
  crda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 13:08:22 UTC (rev 79864)
+++ PKGBUILD2010-05-08 15:22:52 UTC (rev 79865)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=crda
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="Central Regulatory Domain Agent"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=crda.install
 source=(http://wireless.kernel.org/download/crda/${pkgname}-${pkgver}.tar.bz2
 crda.rc)
-md5sums=('6004584d2e39e899f7642b141dd72028'
+md5sums=('5fc77af68b3e21736b8ef2f8b061c810'
  '014eef3f8655e9a130064ec6891317fc')
   
 build() {



[arch-commits] Commit in xf86-input-fpit/repos (testing-x86_64)

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 09:08:22
  Author: jgc
Revision: 79864

archrelease: copy trunk to testing-x86_64

Added:
  xf86-input-fpit/repos/testing-x86_64/



[arch-commits] Commit in xf86-input-fpit/repos (testing-x86_64)

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 09:08:14
  Author: jgc
Revision: 79863

archrelease: remove testing-x86_64

Deleted:
  xf86-input-fpit/repos/testing-x86_64/



[arch-commits] Commit in xf86-input-fpit/repos (testing-i686)

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 09:08:11
  Author: jgc
Revision: 79862

archrelease: copy trunk to testing-i686

Added:
  xf86-input-fpit/repos/testing-i686/



[arch-commits] Commit in xf86-input-fpit/repos (testing-i686)

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 09:08:04
  Author: jgc
Revision: 79861

archrelease: remove testing-i686

Deleted:
  xf86-input-fpit/repos/testing-i686/



[arch-commits] Commit in xf86-input-fpit/trunk (50-fpit.conf PKGBUILD)

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 09:08:01
  Author: jgc
Revision: 79860

upgpkg: xf86-input-fpit 1.3.0-5
Add config file

Added:
  xf86-input-fpit/trunk/50-fpit.conf
Modified:
  xf86-input-fpit/trunk/PKGBUILD

--+
 50-fpit.conf |   28 
 PKGBUILD |   16 +++-
 2 files changed, 39 insertions(+), 5 deletions(-)

Added: 50-fpit.conf
===
--- 50-fpit.conf(rev 0)
+++ 50-fpit.conf2010-05-08 13:08:01 UTC (rev 79860)
@@ -0,0 +1,28 @@
+Section "InputClass"
+Identifier "fpit class"
+MatchProduct 
"FUJ02B2|FUJ02B3|FUJ02B4|FUJ02B6|FUJ02B7|FUJ02B8|FUJ02B9|FUJ02BC"
+Driver "fpit"
+Option "TrackRandR" "on"
+EndSection
+
+Section "InputClass"
+Identifier "fpit FUJ02B2 and FUJ02B3 default configuration"
+MatchProduct "FUJ02B2|FUJ02B3"
+Option "BaudRate" "19200"
+Option "MaximumXPosition" "6250"
+Option "MaximumYPosition" "4950"
+Option "MinimumXPosition" "130"
+Option "MinimumYPosition" "0"
+Option "InvertY" "on"
+EndSection
+
+Section "InputClass"
+Identifier "fpit FUJ02B6, FUJ02B7, FUJ02B8, FUJ02B9, FUJ02BC default 
configuration"
+MatchProduct "FUJ02B6|FUJ02B7|FUJ02B8|FUJ02B9|FUJ02BC"
+Option "BaudRate" "9600"
+Option "MaximumXPosition" "4070"
+Option "MaximumYPosition" "4020"
+Option "MinimumXPosition" "0"
+Option "MinimumYPosition" "0"
+Option "Passive" "on"
+EndSection

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 12:49:43 UTC (rev 79859)
+++ PKGBUILD2010-05-08 13:08:01 UTC (rev 79860)
@@ -3,7 +3,7 @@
 
 pkgname=xf86-input-fpit
 pkgver=1.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="X.Org Fujitsu Stylistic Tablet PC input driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -11,13 +11,17 @@
 depends=('glibc')
 makedepends=('pkgconfig' 'xorg-server>=1.8.0')
 conflicts=('xorg-server<1.8.0')
+backup=(etc/X11/xorg.conf.d/50-fpit.conf)
 groups=('xorg-input-drivers')
 options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 LICENSE
-   fpit-1.3.0-abi.patch)
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+fpit-1.3.0-abi.patch
+50-fpit.conf
+LICENSE)
 md5sums=('e5bfda480f25121e3c4222e5e1eb5880'
- '2d8404d3112316f04cba864c915adfac'
- '9d8f1033924deb04edc1775bc82440f3')
+ '9d8f1033924deb04edc1775bc82440f3'
+ '85528d3a03a55b09cc891dfd3aa321cc'
+ '2d8404d3112316f04cba864c915adfac')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -26,4 +30,6 @@
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
   install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
+  install -m644 "${srcdir}/50-fpit.conf" "${pkgdir}/etc/X11/xorg.conf.d/" || 
return 1
 }



[arch-commits] Commit in xf86-video-siliconmotion/repos (testing-x86_64)

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 08:49:43
  Author: jgc
Revision: 79859

archrelease: copy trunk to testing-x86_64

Added:
  xf86-video-siliconmotion/repos/testing-x86_64/



[arch-commits] Commit in xf86-video-siliconmotion/repos (testing-i686)

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 08:49:36
  Author: jgc
Revision: 79858

archrelease: copy trunk to testing-i686

Added:
  xf86-video-siliconmotion/repos/testing-i686/



[arch-commits] Commit in xf86-video-siliconmotion/trunk (LICENSE PKGBUILD)

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 08:49:29
  Author: jgc
Revision: 79857

upgpkg: xf86-video-siliconmotion 1.7.4-1
Update to 1.7.4

Modified:
  xf86-video-siliconmotion/trunk/PKGBUILD
Deleted:
  xf86-video-siliconmotion/trunk/LICENSE

--+
 LICENSE  |   28 
 PKGBUILD |   16 +++-
 2 files changed, 7 insertions(+), 37 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2010-05-08 12:30:33 UTC (rev 79856)
+++ LICENSE 2010-05-08 12:49:29 UTC (rev 79857)
@@ -1,28 +0,0 @@
-This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/driver/
-
-Copyright (C) 1994-1999 The XFree86 Project, Inc.  All Rights Reserved.
-Copyright (C) 2000 Silicon Motion, Inc.  All Rights Reserved.
-Copyright (C) 2001 Corvin Zahn.  All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-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, FIT-
-NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-XFREE86 PROJECT 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 names of the XFree86 Project and
-Silicon Motion 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 XFree86 Project and silicon Motion.

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 12:30:33 UTC (rev 79856)
+++ PKGBUILD2010-05-08 12:49:29 UTC (rev 79857)
@@ -2,21 +2,19 @@
 # Maintainer: Jan de Groot 
 # Contributor: Alexander Baldeck 
 pkgname=xf86-video-siliconmotion
-pkgver=1.7.3
-pkgrel=2
+pkgver=1.7.4
+pkgrel=1
 pkgdesc="X.org siliconmotion video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server>=1.7.0')
-conflicts=('xorg-server<1.7.0')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0')
+conflicts=('xorg-server<1.8.0')
 options=('!libtool')
 groups=('xorg-video-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-LICENSE)
-sha1sums=('f3edf5853a17c3725c11ea983edcf4b6bd54d10a'
-  '8dddfbedff2b358c2e98f18cd25a2210bee347a7')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('3c0fd42fbd301e66104e4b9190796d102a034787')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -25,5 +23,5 @@
   make DESTDIR="${pkgdir}" install || return 1
 
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/" 
|| return 1
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
 }



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

2010-05-08 Thread Thomas Bächler
Date: Saturday, May 8, 2010 @ 08:30:33
  Author: thomas
Revision: 79856

archrelease: copy trunk to testing-x86_64

Added:
  mkinitcpio-busybox/repos/testing-x86_64/



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

2010-05-08 Thread Thomas Bächler
Date: Saturday, May 8, 2010 @ 08:30:23
  Author: thomas
Revision: 79855

archrelease: copy trunk to testing-i686

Added:
  mkinitcpio-busybox/repos/testing-i686/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 08:20:06
  Author: jgc
Revision: 79854

archrelease: copy trunk to extra-x86_64

Added:
  libusb1/repos/extra-x86_64/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 08:19:57
  Author: jgc
Revision: 79853

archrelease: remove extra-x86_64

Deleted:
  libusb1/repos/extra-x86_64/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 08:19:52
  Author: jgc
Revision: 79852

archrelease: copy trunk to extra-i686

Added:
  libusb1/repos/extra-i686/



[arch-commits] Commit in mkinitcpio-busybox/trunk (3 files)

2010-05-08 Thread Thomas Bächler
Date: Saturday, May 8, 2010 @ 08:19:51
  Author: thomas
Revision: 79851

Support non-UTF8 console fonts, this is necessary for fixing 
https://bugs.archlinux.org/task/19109

Added:
  mkinitcpio-busybox/trunk/loadfont-setfont-optional-psf2-font-support.patch
Modified:
  mkinitcpio-busybox/trunk/PKGBUILD
  mkinitcpio-busybox/trunk/config

---+
 PKGBUILD  |   19 
 config|6 
 loadfont-setfont-optional-psf2-font-support.patch |  453 
 3 files changed, 473 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 12:19:46 UTC (rev 79850)
+++ PKGBUILD2010-05-08 12:19:51 UTC (rev 79851)
@@ -2,25 +2,34 @@
 # Maintainer: Thomas Bächler 
 pkgname=mkinitcpio-busybox
 pkgver=1.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc="base initramfs tools"
 arch=('i686' 'x86_64')
 url="http://www.busybox.net/";
 license=('GPL')
 depends=('glibc')
 source=(http://busybox.net/downloads/busybox-${pkgver}.tar.bz2
-config)
+config
+loadfont-setfont-optional-psf2-font-support.patch)
 sha256sums=('6d45ec8e72ca85516c8669f81267e0fbe11881435983e32532a56b44651dd6c5'
-'688477e2e2201a9d3b5ae3efab7c8b8d94d9b75a14dfef20db82cf1c05023b83')
+'d629e936941c854e7aa5e1b564d74bde3a1d328f1e0dd30c86a958d2724685ce'
+'624d21345cd869c174a3ae1b9cfe23a461ce8b463c7ac4c052726430890c4eb1')
 
 build() {
   cd "${srcdir}/busybox-${pkgver}"
 
+  # Backport 
http://git.busybox.net/busybox/commit/?id=8ce1dc03c1b2b61e51527b987579c09c991cc4b2
+  # to busybox 1.16 to fix https://bugs.archlinux.org/task/19109
+  patch -p1 -i ../loadfont-setfont-optional-psf2-font-support.patch || return 1
+
   unset CFLAGS CXXFLAGS
+  # -fno-tree-pta is required to work around a bug in gcc 4.5.0
+  # A patch is scheduled to be backported to 4.5.1, so we can remove it
+  # once that is released. Reference: 
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43987
   if [ ${CARCH} = "x86_64" ]; then
-sed 's|^CONFIG_EXTRA_CFLAGS=.*|CONFIG_EXTRA_CFLAGS="-march=x86-64 
-mtune=generic -Os -pipe -fno-strict-aliasing"|' "${srcdir}/config" > .config
+sed 's|^CONFIG_EXTRA_CFLAGS=.*|CONFIG_EXTRA_CFLAGS="-march=x86-64 
-mtune=generic -Os -pipe -fno-strict-aliasing -fno-tree-pta"|' 
"${srcdir}/config" > .config
   else
-sed 's|^CONFIG_EXTRA_CFLAGS=.*|CONFIG_EXTRA_CFLAGS="-march=i686 
-mtune=generic -Os -pipe -fno-strict-aliasing"|' "${srcdir}/config" > .config
+sed 's|^CONFIG_EXTRA_CFLAGS=.*|CONFIG_EXTRA_CFLAGS="-march=i686 
-mtune=generic -Os -pipe -fno-strict-aliasing -fno-tree-pta"|' 
"${srcdir}/config" > .config
   fi
   make || return 1
 }

Modified: config
===
--- config  2010-05-08 12:19:46 UTC (rev 79850)
+++ config  2010-05-08 12:19:51 UTC (rev 79851)
@@ -302,6 +302,12 @@
 # CONFIG_SHOWKEY is not set
 
 #
+# Common options for loadfont and setfont
+#
+CONFIG_FEATURE_LOADFONT_PSF2=y
+CONFIG_FEATURE_LOADFONT_RAW=y
+
+#
 # Debian Utilities
 #
 CONFIG_MKTEMP=y

Added: loadfont-setfont-optional-psf2-font-support.patch
===
--- loadfont-setfont-optional-psf2-font-support.patch   
(rev 0)
+++ loadfont-setfont-optional-psf2-font-support.patch   2010-05-08 12:19:51 UTC 
(rev 79851)
@@ -0,0 +1,453 @@
+From 8ce1dc03c1b2b61e51527b987579c09c991cc4b2 Mon Sep 17 00:00:00 2001
+From: Harald Becker 
+Date: Sun, 21 Feb 2010 12:10:26 +
+Subject: loadfont/setfont: optional PSF2 font support
+
+Signed-off-by: Harald Becker 
+Signed-off-by: Denys Vlasenko 
+---
+diff --git a/console-tools/Config.in b/console-tools/Config.in
+index cd0a931..195685b 100644
+--- a/console-tools/Config.in
 b/console-tools/Config.in
+@@ -135,4 +135,21 @@ config SHOWKEY
+   help
+ Shows keys pressed.
+ 
++comment "Common options for loadfont and setfont"
++  depends on LOADFONT || SETFONT
++
++config FEATURE_LOADFONT_PSF2
++  bool "Support for PSF2 console fonts"
++  default n
++  depends on LOADFONT || SETFONT
++  help
++Support PSF2 console fonts.
++
++config FEATURE_LOADFONT_RAW
++  bool "Support for old (raw) console fonts"
++  default n
++  depends on LOADFONT || SETFONT
++  help
++Support old (raw) console fonts.
++
+ endmenu
+diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c
+index e833474..e51142c 100644
+--- a/console-tools/loadfont.c
 b/console-tools/loadfont.c
+@@ -13,7 +13,7 @@
+ #include 
+ 
+ #ifndef KDFONTOP
+-#define KDFONTOP 0x4B72
++# define KDFONTOP 0x4B72
+ struct console_font_op {
+   unsigned op;/* KD_FONT_OP_* */
+   unsigned flags; /* KD_FONT_FLAG_* */
+@@ -21,91 +21,137 @@ struct console_font_op {
+   unsigned charcount;
+   unsi

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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 08:19:46
  Author: jgc
Revision: 79850

archrelease: remove extra-i686

Deleted:
  libusb1/repos/extra-i686/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 08:19:42
  Author: jgc
Revision: 79849

upgpkg: libusb1 1.0.8-1
Update to 1.0.8

Modified:
  libusb1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 11:49:15 UTC (rev 79848)
+++ PKGBUILD2010-05-08 12:19:42 UTC (rev 79849)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan de Groot 
 pkgname=libusb1
-pkgver=1.0.6
+pkgver=1.0.8
 pkgrel=1
 depends=('glibc')
 pkgdesc="Library to enable user space application programs to communicate with 
USB devices."
@@ -10,7 +10,7 @@
 license=('LGPL')
 source=(http://downloads.sourceforge.net/libusb/libusb-${pkgver}.tar.bz2)
 options=(!libtool)
-md5sums=('818c7c02112a53e0c182666ee83f2057')
+md5sums=('37d34e6eaa69a4b645a19ff4ca63ceef')
 
 build() {
   cd "${srcdir}/libusb-${pkgver}"



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 07:49:15
  Author: jgc
Revision: 79848

archrelease: copy trunk to extra-x86_64

Added:
  libtasn1/repos/extra-x86_64/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 07:49:09
  Author: jgc
Revision: 79847

archrelease: remove extra-x86_64

Deleted:
  libtasn1/repos/extra-x86_64/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 07:49:06
  Author: jgc
Revision: 79846

archrelease: copy trunk to extra-i686

Added:
  libtasn1/repos/extra-i686/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 07:49:00
  Author: jgc
Revision: 79845

archrelease: remove extra-i686

Deleted:
  libtasn1/repos/extra-i686/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 07:48:57
  Author: jgc
Revision: 79844

upgpkg: libtasn1 2.6-1
Update to 2.6

Modified:
  libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 11:44:47 UTC (rev 79843)
+++ PKGBUILD2010-05-08 11:48:57 UTC (rev 79844)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=libtasn1
-pkgver=2.5
+pkgver=2.6
 pkgrel=1
 pkgdesc="The ASN.1 library used in GNUTLS"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=('!libtool')
 install=libtasn1.install
 source=(ftp://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e60b863697713c3d6a59b1e8c6f9b0d1')
+md5sums=('d410671e13038324336917ceed7470a5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2010-05-08 Thread Juergen Hoetzel
Date: Saturday, May 8, 2010 @ 07:44:47
  Author: juergen
Revision: 79843

archrelease: copy trunk to extra-x86_64

Added:
  emacs/repos/extra-x86_64/



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

2010-05-08 Thread Juergen Hoetzel
Date: Saturday, May 8, 2010 @ 07:44:37
  Author: juergen
Revision: 79842

archrelease: remove extra-x86_64

Deleted:
  emacs/repos/extra-x86_64/



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

2010-05-08 Thread Juergen Hoetzel
Date: Saturday, May 8, 2010 @ 07:41:08
  Author: juergen
Revision: 79841

archrelease: copy trunk to extra-x86_64

Added:
  emacs/repos/extra-x86_64/



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

2010-05-08 Thread Juergen Hoetzel
Date: Saturday, May 8, 2010 @ 07:40:57
  Author: juergen
Revision: 79840

archrelease: remove extra-x86_64

Deleted:
  emacs/repos/extra-x86_64/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 07:39:08
  Author: jgc
Revision: 79839

archrelease: copy trunk to extra-x86_64

Added:
  libgsf/repos/extra-x86_64/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 07:39:03
  Author: jgc
Revision: 79838

archrelease: remove extra-x86_64

Deleted:
  libgsf/repos/extra-x86_64/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 07:38:59
  Author: jgc
Revision: 79837

archrelease: copy trunk to extra-i686

Added:
  libgsf/repos/extra-i686/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 07:38:53
  Author: jgc
Revision: 79836

archrelease: remove extra-i686

Deleted:
  libgsf/repos/extra-i686/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 07:38:48
  Author: jgc
Revision: 79835

upgpkg: libgsf 1.14.18-1
Update to 1.4.18, remove gnome-vfs dependency. Add install script for gconf 
schemas

Added:
  libgsf/trunk/libgsf-gnome.install
Modified:
  libgsf/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 libgsf-gnome.install |   19 +++
 2 files changed, 26 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 10:52:57 UTC (rev 79834)
+++ PKGBUILD2010-05-08 11:38:48 UTC (rev 79835)
@@ -4,15 +4,15 @@
 
 pkgbase=libgsf
 pkgname=('libgsf' 'libgsf-gnome')
-pkgver=1.14.16
+pkgver=1.14.18
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.gnome.org/";
 license=('GPL' 'LGPL')
-makedepends=('libxml2>=2.7.3' 'glib2>=2.22.2' 'bzip2' 'intltool' 'pkgconfig' 
'python' 'gnome-vfs>=2.24.2' 'libbonobo>=2.24.2' 'pygtk')
+makedepends=('libxml2>=2.7.7' 'glib2>=2.24.1' 'bzip2' 'intltool' 'pkgconfig' 
'python' 'libbonobo>=2.24.3' 'gconf>=2.28.1' 'pygtk')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/1.14/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('11fd8fca1bdbcfa426276a124ad083cca9632f03cf766523bcdfb2fca0b08908')
+sha256sums=('16d29e82f7eba68f919f2588ea5328973490fe6d4a7a5f160e8af89b387c9a95')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -23,7 +23,7 @@
 
 package_libgsf() {
   pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
-  depends=('libxml2>=2.7.3' 'glib2>=2.22.2' 'bzip2')
+  depends=('libxml2>=2.7.7' 'glib2>=2.24.1' 'bzip2')
   cd "${srcdir}/${pkgbase}-${pkgver}"
   make DESTDIR="${pkgdir}" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install || 
return 1
   rm -f "${pkgdir}/usr/share/man/man1/gsf-office-thumbnailer.1"
@@ -37,7 +37,8 @@
 
 package_libgsf-gnome() {
   pkgdesc="Libgsf GNOME components"
-  depends=("libgsf=${pkgver}" 'libbonobo>=2.24.2' 'gnome-vfs>=2.24.2')
+  depends=("libgsf=${pkgver}" 'libbonobo>=2.24.3' 'gconf>=2.28.1')
+  install=libgsf-gnome.install
 
   cd "${srcdir}/${pkgbase}-${pkgver}"
   make -C gsf DESTDIR="${pkgdir}" install-libLTLIBRARIES || return 1
@@ -54,6 +55,6 @@
   install -m644 libgsf-gnome-1.pc "${pkgdir}/usr/lib/pkgconfig/" || return 1
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain libgsf "${pkgdir}/etc/gconf/schemas/"*.schemas || return 1
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/libgsf-gnome.schemas" 
--domain libgsf "${pkgdir}/etc/gconf/schemas/"*.schemas || return 1
   rm -f "${pkgdir}/etc/gconf/schemas/"*.schemas
 }

Added: libgsf-gnome.install
===
--- libgsf-gnome.install(rev 0)
+++ libgsf-gnome.install2010-05-08 11:38:48 UTC (rev 79835)
@@ -0,0 +1,19 @@
+pkgname=libgsf-gnome
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+  fi
+}



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 06:52:57
  Author: jgc
Revision: 79834

archrelease: copy trunk to extra-x86_64

Added:
  imake/repos/extra-x86_64/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 06:52:50
  Author: jgc
Revision: 79833

archrelease: remove extra-x86_64

Deleted:
  imake/repos/extra-x86_64/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 06:52:47
  Author: jgc
Revision: 79832

archrelease: copy trunk to extra-i686

Added:
  imake/repos/extra-i686/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 06:52:41
  Author: jgc
Revision: 79831

archrelease: remove extra-i686

Deleted:
  imake/repos/extra-i686/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 06:52:38
  Author: jgc
Revision: 79830

upgpkg: imake 1.0.3-1
Update imake and makedepend

Modified:
  imake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 10:52:15 UTC (rev 79829)
+++ PKGBUILD2010-05-08 10:52:38 UTC (rev 79830)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=imake
-pkgver=1.0.2
-pkgrel=5
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="X.Org imake program and related utilities"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -11,18 +11,18 @@
 depends=(glibc)
 makedepends=(pkgconfig xproto perl)
 optdepends=('perl: for mkhtmlindex')
-source=(http://xorg.freedesktop.org/releases/individual/util/imake-1.0.2.tar.bz2
+source=(http://xorg.freedesktop.org/releases/individual/util/imake-1.0.1.tar.bz2

http://xorg.freedesktop.org/releases/individual/util/gccmakedep-1.0.2.tar.bz2
http://xorg.freedesktop.org/releases/individual/util/lndir-1.0.1.tar.bz2
-   
http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.1.tar.bz2
+   
http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.2.tar.bz2

http://xorg.freedesktop.org/releases/individual/util/xorg-cf-files-1.0.3.tar.bz2
linuxconfig.patch
xorg-cf-files-1.0.2-xprint.patch
LICENSE)
-md5sums=('02fea5a02ba2857c7d81820c8e8b8e6f'
+md5sums=('8c859f57e91132ceab1344bfe728'
  'b533c0771dbbaf9b041ff35bb941d3a2'
  'e274ea9f55dfd62afa0a7b1e1ab4ba96'
- '54ab2549d723e51ff2b9cff4d8bf44d1'
+ '62e58330fe8d1e3e28c7a45779833a48'
  '10546b5ddda3cdda7950bb56bf98e0ea'
  'b3385d8efbbe7c7fc50ed3a96ce37a16'
  '82356cfc8a761c85b0b37736fc91f604'



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

2010-05-08 Thread Thomas Bächler
Date: Saturday, May 8, 2010 @ 06:52:15
  Author: thomas
Revision: 79829

archrelease: copy trunk to testing-x86_64

Added:
  initscripts/repos/testing-x86_64/



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

2010-05-08 Thread Thomas Bächler
Date: Saturday, May 8, 2010 @ 06:52:08
  Author: thomas
Revision: 79828

archrelease: remove testing-x86_64

Deleted:
  initscripts/repos/testing-x86_64/



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

2010-05-08 Thread Thomas Bächler
Date: Saturday, May 8, 2010 @ 06:52:06
  Author: thomas
Revision: 79827

archrelease: copy trunk to testing-i686

Added:
  initscripts/repos/testing-i686/



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

2010-05-08 Thread Thomas Bächler
Date: Saturday, May 8, 2010 @ 06:52:00
  Author: thomas
Revision: 79826

archrelease: remove testing-i686

Deleted:
  initscripts/repos/testing-i686/



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

2010-05-08 Thread Thomas Bächler
Date: Saturday, May 8, 2010 @ 06:51:56
  Author: thomas
Revision: 79825

Minor update

Modified:
  initscripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 10:49:12 UTC (rev 79824)
+++ PKGBUILD2010-05-08 10:51:56 UTC (rev 79825)
@@ -4,7 +4,7 @@
 
 pkgname=initscripts
 pkgver=2010.05
-pkgrel=2
+pkgrel=3
 pkgdesc="System initialization/bootup scripts"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org";
@@ -18,7 +18,7 @@
 'wireless_tools: Wireless networking')
 install=initscripts.install
 
source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${pkgrel}.tar.xz)
-sha256sums=('2ffd3eef858de7bf097e385636246fc5d50cef6ee9e4dbf2d0156ed227f3301b')
+sha256sums=('85b6fd599b2b8cae1d3d0e0c270ab2f89c9318d24cea048dcc22d1df15155437')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}-${pkgrel}/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 06:49:12
  Author: jgc
Revision: 79824

archrelease: copy trunk to extra-x86_64

Added:
  gob2/repos/extra-x86_64/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 06:49:05
  Author: jgc
Revision: 79823

archrelease: remove extra-x86_64

Deleted:
  gob2/repos/extra-x86_64/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 06:49:02
  Author: jgc
Revision: 79822

archrelease: copy trunk to extra-i686

Added:
  gob2/repos/extra-i686/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 06:48:57
  Author: jgc
Revision: 79821

archrelease: remove extra-i686

Deleted:
  gob2/repos/extra-i686/



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 06:48:54
  Author: jgc
Revision: 79820

upgpkg: gob2 2.0.17-1
Update to 2.0.17

Modified:
  gob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 09:34:50 UTC (rev 79819)
+++ PKGBUILD2010-05-08 10:48:54 UTC (rev 79820)
@@ -3,7 +3,7 @@
 # Maintainer: Kevin Piche 
 
 pkgname=gob2
-pkgver=2.0.16
+pkgver=2.0.17
 pkgrel=1
 pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating 
GTK objects"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('glib2')
 url="http://www.5z.com/jirka/gob.html";
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('aa5a15754d34b73bf39a77e482811461')
+sha256sums=('e9f52fff7ada88a36da1d412f8b2b57b44cc0527e545cf2f5d873c002c0da7f4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2010-05-08 Thread Juergen Hoetzel
Date: Saturday, May 8, 2010 @ 05:34:50
  Author: juergen
Revision: 79819

archrelease: copy trunk to extra-i686

Added:
  emacs/repos/extra-i686/



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

2010-05-08 Thread Juergen Hoetzel
Date: Saturday, May 8, 2010 @ 05:34:40
  Author: juergen
Revision: 79818

archrelease: remove extra-i686

Deleted:
  emacs/repos/extra-i686/



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

2010-05-08 Thread Juergen Hoetzel
Date: Saturday, May 8, 2010 @ 05:09:51
  Author: juergen
Revision: 79817

fix missing whitespace in cflags

Modified:
  emacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 09:05:49 UTC (rev 79816)
+++ PKGBUILD2010-05-08 09:09:51 UTC (rev 79817)
@@ -11,8 +11,7 @@
 options=(docs)
 depends=('dbus-core' 'librsvg' 'gpm'  'giflib' 'libtiff'  'libxpm' 'libjpeg' 
'gtk2' 'texinfo' 'hicolor-icon-theme' 'gconf')
 source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.gz emacs.desktop)
-md5sums=('b6691852dae0bc142b3c12749f6b7ade'
- '8af038d2ba4561271e935bb444ceb4e3')
+md5sums=('b6691852dae0bc142b3c12749f6b7ade' '8af038d2ba4561271e935bb444ceb4e3')
 install=emacs.install
 
 build() {
@@ -20,7 +19,7 @@
   mandir=/usr/share/man
   
   # gcc 4.5 Workaround: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43904
-  CFLAGS="${CFLAGS}-fno-optimize-sibling-calls"\
+  CFLAGS="${CFLAGS} -fno-optimize-sibling-calls"\
 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
 --localstatedir=/var --mandir=${mandir} --without-sound -with-x-toolkit=gtk
   make 



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

2010-05-08 Thread Juergen Hoetzel
Date: Saturday, May 8, 2010 @ 05:05:49
  Author: juergen
Revision: 79816

remove orphan patches

Deleted:
  emacs/trunk/0001-configure.in-Invoke-CPP-with-P-when-creating-Makefil.patch
  emacs/trunk/libpng14.patch

-+
 0001-configure.in-Invoke-CPP-with-P-when-creating-Makefil.patch |   35 ---
 libpng14.patch  |   48 
--
 2 files changed, 83 deletions(-)

Deleted: 0001-configure.in-Invoke-CPP-with-P-when-creating-Makefil.patch
===
--- 0001-configure.in-Invoke-CPP-with-P-when-creating-Makefil.patch 
2010-05-08 09:00:32 UTC (rev 79815)
+++ 0001-configure.in-Invoke-CPP-with-P-when-creating-Makefil.patch 
2010-05-08 09:05:49 UTC (rev 79816)
@@ -1,35 +0,0 @@
-diff -ub src/emacs-23.1/configure src/emacs-23.1.fixed/configure
 src/emacs-23.1/configure   2009-07-29 17:12:00.0 +0200
-+++ src/emacs-23.1.fixed/configure 2010-04-29 23:13:41.493641756 +0200
-@@ -25742,7 +25742,7 @@
-   sed -e '1,/start of cpp stuff/d'\
-   -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
-   < Makefile.c > junk.c
--  $CPP $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
-+  $CPP -P $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
-   sed -e 's/^ /   /' -e '/^#/d' -e '/^[   ]*$/d' > junk2.c
-   cat junk1.c junk2.c > Makefile.new
-   rm -f junk.c junk1.c junk2.c
-@@ -25758,7 +25758,7 @@
-   sed -e '1,/start of cpp stuff/d'\
-   -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
-   < Makefile.c > junk.c
--  $CPP $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
-+  $CPP -P $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
-   sed -e 's/^ /   /' -e '/^#/d' -e '/^[   ]*$/d' > junk2.c
-   cat junk1.c junk2.c > Makefile.new
-   rm -f junk.c junk1.c junk2.c
-Common subdirectories: src/emacs-23.1/doc and src/emacs-23.1.fixed/doc
-Common subdirectories: src/emacs-23.1/etc and src/emacs-23.1.fixed/etc
-Common subdirectories: src/emacs-23.1/info and src/emacs-23.1.fixed/info
-Common subdirectories: src/emacs-23.1/leim and src/emacs-23.1.fixed/leim
-Common subdirectories: src/emacs-23.1/lib-src and src/emacs-23.1.fixed/lib-src
-Common subdirectories: src/emacs-23.1/lisp and src/emacs-23.1.fixed/lisp
-Common subdirectories: src/emacs-23.1/lwlib and src/emacs-23.1.fixed/lwlib
-Common subdirectories: src/emacs-23.1/m4 and src/emacs-23.1.fixed/m4
-Common subdirectories: src/emacs-23.1/msdos and src/emacs-23.1.fixed/msdos
-Common subdirectories: src/emacs-23.1/nextstep and 
src/emacs-23.1.fixed/nextstep
-Common subdirectories: src/emacs-23.1/nt and src/emacs-23.1.fixed/nt
-Common subdirectories: src/emacs-23.1/oldXMenu and 
src/emacs-23.1.fixed/oldXMenu
-Common subdirectories: src/emacs-23.1/site-lisp and 
src/emacs-23.1.fixed/site-lisp
-Common subdirectories: src/emacs-23.1/src and src/emacs-23.1.fixed/src

Deleted: libpng14.patch
===
--- libpng14.patch  2010-05-08 09:00:32 UTC (rev 79815)
+++ libpng14.patch  2010-05-08 09:05:49 UTC (rev 79816)
@@ -1,48 +0,0 @@
-diff -Naur emacs-23.1-orig/src/image.c emacs-23.1/src/image.c
 emacs-23.1-orig/src/image.c2010-01-17 23:12:10.0 -0500
-+++ emacs-23.1/src/image.c 2010-01-17 23:18:16.0 -0500
-@@ -5793,7 +5793,7 @@
- /* PNG library details.  */
- 
- DEF_IMGLIB_FN (png_get_io_ptr);
--DEF_IMGLIB_FN (png_check_sig);
-+DEF_IMGLIB_FN (png_sig_cmp);
- DEF_IMGLIB_FN (png_create_read_struct);
- DEF_IMGLIB_FN (png_create_info_struct);
- DEF_IMGLIB_FN (png_destroy_read_struct);
-@@ -5824,7 +5824,7 @@
- return 0;
- 
-   LOAD_IMGLIB_FN (library, png_get_io_ptr);
--  LOAD_IMGLIB_FN (library, png_check_sig);
-+  LOAD_IMGLIB_FN (library, png_sig_cmp);
-   LOAD_IMGLIB_FN (library, png_create_read_struct);
-   LOAD_IMGLIB_FN (library, png_create_info_struct);
-   LOAD_IMGLIB_FN (library, png_destroy_read_struct);
-@@ -5849,7 +5849,7 @@
- #else
- 
- #define fn_png_get_io_ptr png_get_io_ptr
--#define fn_png_check_sig  png_check_sig
-+#define fn_png_sig_cmppng_sig_cmp
- #define fn_png_create_read_struct png_create_read_struct
- #define fn_png_create_info_struct png_create_info_struct
- #define fn_png_destroy_read_structpng_destroy_read_struct
-@@ -5996,7 +5996,7 @@
- 
-   /* Check PNG signature.  */
-   if (fread (sig, 1, sizeof sig, fp) != sizeof sig
--|| !fn_png_check_sig (sig, sizeof sig))
-+|| fn_png_sig_cmp (sig, 0, sizeof sig))
-   {
- image_error ("Not a PNG file: `%s'", file, Qnil);
- UNGCPRO;
-@@ -6013,7 +6013,7 @@
- 
-   /* Check PNG signature.  */
-   if (tbr.len < sizeof sig
--|| !fn_png_check_sig (tbr.bytes, sizeof sig))
-+|| fn_png_sig_cmp (tbr.bytes, 0, sizeof sig))
-   {
- image_error ("Not a PNG image: `%s'", img->spec, Qnil);
- UNGCPRO;



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

2010-05-08 Thread Juergen Hoetzel
Date: Saturday, May 8, 2010 @ 05:00:32
  Author: juergen
Revision: 79815

add gconf dependecy (required by font-use-system-font)

Modified:
  emacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 08:55:56 UTC (rev 79814)
+++ PKGBUILD2010-05-08 09:00:32 UTC (rev 79815)
@@ -9,12 +9,10 @@
 url="http://www.gnu.org/software/emacs/emacs.html";
 license=('GPL')
 options=(docs)
-depends=('dbus-core' 'librsvg' 'gpm'  'giflib' 'libtiff'  'libxpm' 'libjpeg' 
'gtk2' 'texinfo' 'hicolor-icon-theme')
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.gz emacs.desktop 
libpng14.patch 0001-configure.in-Invoke-CPP-with-P-when-creating-Makefil.patch)
-sha1sums=('2f99c7111c232cf04410607698d2db842e305c82'
-  '50060b676382719955c4e43e28a597ec0bc5805a'
-  'f206f65465f32c96e08aeb37ffb5008fb818f59d'
-  '403e1461c30ce7f7e44c4d2c634dcd4a93f02a43')
+depends=('dbus-core' 'librsvg' 'gpm'  'giflib' 'libtiff'  'libxpm' 'libjpeg' 
'gtk2' 'texinfo' 'hicolor-icon-theme' 'gconf')
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.gz emacs.desktop)
+md5sums=('b6691852dae0bc142b3c12749f6b7ade'
+ '8af038d2ba4561271e935bb444ceb4e3')
 install=emacs.install
 
 build() {



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

2010-05-08 Thread Juergen Hoetzel
Date: Saturday, May 8, 2010 @ 04:55:56
  Author: juergen
Revision: 79814

update to emacs 23.2

Modified:
  emacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 05:04:07 UTC (rev 79813)
+++ PKGBUILD2010-05-08 08:55:56 UTC (rev 79814)
@@ -2,8 +2,8 @@
 # Maintainer: Juergen Hoetzel 
 # Contributor: Renchi Raju 
 pkgname=emacs
-pkgver=23.1
-pkgrel=5
+pkgver=23.2
+pkgrel=1
 pkgdesc="The Emacs Editor"
 arch=(i686 x86_64)
 url="http://www.gnu.org/software/emacs/emacs.html";
@@ -11,18 +11,20 @@
 options=(docs)
 depends=('dbus-core' 'librsvg' 'gpm'  'giflib' 'libtiff'  'libxpm' 'libjpeg' 
'gtk2' 'texinfo' 'hicolor-icon-theme')
 source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.gz emacs.desktop 
libpng14.patch 0001-configure.in-Invoke-CPP-with-P-when-creating-Makefil.patch)
-md5sums=('a620d4452769d04ad8864d662f34f8dd' '8af038d2ba4561271e935bb444ceb4e3'\
- 'd3e657091f41504fba7bdb0e96ec9b38' '8afbea5b319862c1449cc6534e0908de')
+sha1sums=('2f99c7111c232cf04410607698d2db842e305c82'
+  '50060b676382719955c4e43e28a597ec0bc5805a'
+  'f206f65465f32c96e08aeb37ffb5008fb818f59d'
+  '403e1461c30ce7f7e44c4d2c634dcd4a93f02a43')
 install=emacs.install
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  patch -p1 < $startdir/src/libpng14.patch 
-  # Patch from Upstream dev: Invoke $CPP with -P when creating Makefile
-  patch -p2 -i 
$startdir/src/0001-configure.in-Invoke-CPP-with-P-when-creating-Makefil.patch
   mandir=/usr/share/man
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-  --localstatedir=/var --mandir=${mandir} --without-sound -with-x-toolkit=gtk
+  
+  # gcc 4.5 Workaround: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43904
+  CFLAGS="${CFLAGS}-fno-optimize-sibling-calls"\
+./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --mandir=${mandir} --without-sound -with-x-toolkit=gtk
   make 
   make DESTDIR=$startdir/pkg install