[arch-commits] Commit in linux-api-headers/trunk (PKGBUILD)

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:05:36
  Author: allan
Revision: 116973

upgpkg: linux-api-headers 2.6.38.1-1
gcc-4.6 toolchain rebuild, upstream update

Modified:
  linux-api-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-27 01:55:30 UTC (rev 116972)
+++ PKGBUILD2011-03-27 06:05:36 UTC (rev 116973)
@@ -4,8 +4,8 @@
 # toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
 
 pkgname=linux-api-headers
-pkgver=2.6.37
-_basever=2.6.37
+pkgver=2.6.38.1
+_basever=2.6.38
 pkgrel=1
 pkgdesc=Kernel headers sanitized for use in userspace
 arch=('i686' 'x86_64')
@@ -14,13 +14,14 @@
 provides=(kernel-headers=${pkgver})
 conflicts=('kernel-headers')
 replaces=('kernel-headers')
-source=(http://www.kernel.org/pub/linux/kernel/v2.6/linux-${_basever}.tar.bz2)
-   #http://www.kernel.org/pub/linux/kernel/v2.6/patch-${pkgver}.bz2)
-md5sums=('c8ee37b4fdccdb651e0603d35350b434')
+source=(http://www.kernel.org/pub/linux/kernel/v2.6/linux-${_basever}.tar.bz2
+   http://www.kernel.org/pub/linux/kernel/v2.6/patch-${pkgver}.bz2)
+md5sums=('7d471477bfa67546f902da62227fa976'
+ 'bd2be4d0465345e4e9355d6773f5f6fe')
 
 build() {
   cd ${srcdir}/linux-${_basever}
-  #patch -Np1 -i ${srcdir}/patch-${pkgver}
+  [[ $pkgver != $_basever ]]  patch -Np1 -i ${srcdir}/patch-${pkgver}
 
   make mrproper
   make headers_check



[arch-commits] Commit in linux-api-headers/repos (testing-i686)

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:06:10
  Author: allan
Revision: 116974

archrelease: copy trunk to testing-i686

Added:
  linux-api-headers/repos/testing-i686/



[arch-commits] Commit in linux-api-headers/repos (testing-x86_64)

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:06:45
  Author: allan
Revision: 116975

archrelease: copy trunk to testing-x86_64

Added:
  linux-api-headers/repos/testing-x86_64/



[arch-commits] Commit in binutils/trunk (PKGBUILD binutils.git-39637246.patch)

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:07:38
  Author: allan
Revision: 116976

upgpkg: binutils 2.21-6
gcc-4.6 toolchain rebuild, new snapshot from 2.21 branch, remove patch included 
upstream

Modified:
  binutils/trunk/PKGBUILD
Deleted:
  binutils/trunk/binutils.git-39637246.patch

-+
 PKGBUILD|   19 -
 binutils.git-39637246.patch |  700 --
 2 files changed, 8 insertions(+), 711 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-27 06:06:45 UTC (rev 116975)
+++ PKGBUILD2011-03-27 06:07:38 UTC (rev 116976)
@@ -5,8 +5,8 @@
 
 pkgname=binutils
 pkgver=2.21
-pkgrel=5
-_date=20110311
+pkgrel=6
+_date=20110326
 pkgdesc=A set of programs to assemble and manipulate binary and object files
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/binutils/;
@@ -16,10 +16,8 @@
 makedepends=('dejagnu')
 options=('!libtool' '!distcc' '!ccache')
 install=binutils.install
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2
-binutils.git-39637246.patch)
-md5sums=('b72f868f0c687d8b835814a32d859250'
- 'dd72cb6df5467bc6237cff2a886099d0')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
+md5sums=('884dcbc87d4722b152aea72312356da1')
 
 mksource() {
   mkdir ${pkgname}-${_date}
@@ -32,11 +30,6 @@
 }
 
 build() {
-  cd ${srcdir}/binutils
-  
-  # do not use nopl instructions on i686
-  patch -Np1 -i ${srcdir}/binutils.git-39637246.patch
-
   cd ${srcdir}
   mkdir binutils-build  cd binutils-build
 
@@ -51,7 +44,11 @@
   make configure-host
 
   make tooldir=${pkgdir}/usr
+}
 
+check() {
+  cd ${srcdir}/binutils-build
+
   # do not abort on errors - manually check log files
   make -k -j1 check || true
 }

Deleted: binutils.git-39637246.patch
===
--- binutils.git-39637246.patch 2011-03-27 06:06:45 UTC (rev 116975)
+++ binutils.git-39637246.patch 2011-03-27 06:07:38 UTC (rev 116976)
@@ -1,700 +0,0 @@
-diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
-index 777d7cf..c4c34a1 100644
 a/gas/config/tc-i386.c
-+++ b/gas/config/tc-i386.c
-@@ -1060,7 +1060,6 @@ i386_align_code (fragS *fragP, int count)
- else
-   patt = f32_patt;
- break;
--  case PROCESSOR_PENTIUMPRO:
-   case PROCESSOR_PENTIUM4:
-   case PROCESSOR_NOCONA:
-   case PROCESSOR_CORE:
-@@ -1080,6 +1079,7 @@ i386_align_code (fragS *fragP, int count)
-   case PROCESSOR_I386:
-   case PROCESSOR_I486:
-   case PROCESSOR_PENTIUM:
-+  case PROCESSOR_PENTIUMPRO:
-   case PROCESSOR_GENERIC32:
- patt = f32_patt;
- break;
-diff --git a/gas/testsuite/gas/i386/nops-1-i686.d 
b/gas/testsuite/gas/i386/nops-1-i686.d
-index 7752ee2..137d5c2 100644
 a/gas/testsuite/gas/i386/nops-1-i686.d
-+++ b/gas/testsuite/gas/i386/nops-1-i686.d
-@@ -10,25 +10,41 @@ Disassembly of section .text:
- 
- 0+ nop15:
- [ ]*[a-f0-9]+:90  nop
--[ ]*[a-f0-9]+:66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00data32 
data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\)
-+[ ]*[a-f0-9]+:eb 0d   jmp10 nop14
-+[ ]*[a-f0-9]+:90  nop
-+[ ]*[a-f0-9]+:90  nop
-+[ ]*[a-f0-9]+:90  nop
-+[ ]*[a-f0-9]+:90  nop
-+[ ]*[a-f0-9]+:90  nop
-+[ ]*[a-f0-9]+:90  nop
-+[ ]*[a-f0-9]+:90  nop
-+[ ]*[a-f0-9]+:90  nop
-+[ ]*[a-f0-9]+:90  nop
-+[ ]*[a-f0-9]+:90  nop
-+[ ]*[a-f0-9]+:90  nop
-+[ ]*[a-f0-9]+:90  nop
-+[ ]*[a-f0-9]+:90  nop
- 
- 0+10 nop14:
- [ ]*[a-f0-9]+:90  nop
- [ ]*[a-f0-9]+:90  nop
--[ ]*[a-f0-9]+:66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00   data32 
data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\)
-+[ ]*[a-f0-9]+:8d b4 26 00 00 00 00lea0x0\(%esi,%eiz,1\),%esi
-+[ ]*[a-f0-9]+:8d bc 27 00 00 00 00lea0x0\(%edi,%eiz,1\),%edi
- 
- 0+20 nop13:
- [ ]*[a-f0-9]+:90  nop
- [ ]*[a-f0-9]+:90  nop
- [ ]*[a-f0-9]+:90  nop
--[ ]*[a-f0-9]+:66 66 66 66 2e 0f 1f 84 00 00 00 00 00  data32 data32 
data32 nopw %cs:0x0\(%eax,%eax,1\)
-+[ ]*[a-f0-9]+:8d b6 00 00 00 00   lea0x0\(%esi\),%esi
-+[ ]*[a-f0-9]+:8d bc 27 00 00 00 00lea0x0\(%edi,%eiz,1\),%edi
- 
- 0+30 nop12:
- [ ]*[a-f0-9]+:90  nop
- [ ]*[a-f0-9]+:90 

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

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:08:20
  Author: allan
Revision: 116977

archrelease: remove testing-i686

Deleted:
  binutils/repos/testing-i686/



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

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:08:46
  Author: allan
Revision: 116978

archrelease: copy trunk to testing-i686

Added:
  binutils/repos/testing-i686/



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

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:09:29
  Author: allan
Revision: 116979

archrelease: remove testing-x86_64

Deleted:
  binutils/repos/testing-x86_64/



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

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:09:58
  Author: allan
Revision: 116980

archrelease: copy trunk to testing-x86_64

Added:
  binutils/repos/testing-x86_64/



[arch-commits] Commit in gcc/trunk (7 files)

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:16:42
  Author: allan
Revision: 116981

upgpkg: gcc 4.6.0-1
major upstream update, depends on cloog, drop cloog-ppl and elfutils, clean-up 
of configure options, package gcc-go frontend

Added:
  gcc/trunk/gcc-go.install
Modified:
  gcc/trunk/PKGBUILD
  gcc/trunk/gcc-ada.install
  gcc/trunk/gcc-fortran.install
  gcc/trunk/gcc-hash-style-both.patch
  gcc/trunk/gcc-libs.install
  gcc/trunk/gcc.install

---+
 PKGBUILD  |  119 +++--
 gcc-ada.install   |2 
 gcc-fortran.install   |2 
 gcc-go.install|   20 
 gcc-hash-style-both.patch |  209 +---
 gcc-libs.install  |   12 +-
 gcc.install   |2 
 7 files changed, 184 insertions(+), 182 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-27 06:09:58 UTC (rev 116980)
+++ PKGBUILD2011-03-27 06:16:42 UTC (rev 116981)
@@ -4,33 +4,33 @@
 # toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
 # NOTE: libtool requires rebuilt with each new gcc version
 
-pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada')
-pkgver=4.5.2
-pkgrel=6
-_snapshot=4.5-20110127
-_libstdcppmanver=4.5.2 # Note: check source directory name when 
updating this
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.6.0
+pkgrel=1
+#_snapshot=4.6.0-RC-20110321
+_libstdcppmanver=20110201  # Note: check source directory name 
when updating this
 pkgdesc=The GNU Compiler Collection
 arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'custom')
+license=('GPL' 'LGPL' 'FDL' 'custom')
 url=http://gcc.gnu.org;
-makedepends=('binutils=2.21' 'libmpc' 'cloog-ppl=0.15.9-2' 'elfutils' 
'gcc-ada' 'dejagnu')
+makedepends=('binutils=2.21' 'libmpc' 'cloog' 'ppl' 'gcc-ada' 'dejagnu')
 options=('!libtool' '!emptydirs')
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,fortran,objc,ada,testsuite}-${pkgver}.tar.bz2
-   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,fortran,objc,ada,testsuite}-${_snapshot}.tar.bz2
-   
ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api-${_libstdcppmanver}.man.tar.bz2
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,fortran,objc,ada,go,testsuite}-${pkgver}.tar.bz2
+   
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,fortran,objc,ada,go,testsuite}-${_snapshot}.tar.bz2
+   
ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2
gcc_pure64.patch
gcc-hash-style-both.patch)
-md5sums=('7dbdf06186dc98955221b2f7b987645b'
- '4893036a98d8bedf44fe0741dfec6e1f'
- 'c741c614e975c858cffb9e78b0b5124f'
- 'b141fadc984cc0c1c0f15feb16db14e5'
- '067672b640d0b912298791c1837606bc'
- 'daffd2ba5917a263cdff5f38dcf8c323'
- '2776eab5ebb7f9cc62dd2199a3a24382'
+md5sums=('b1957f3209080b2f55bc3756d3a62b7c'
+ 'a30090fa655d0db4c970740d353c81f1'
+ 'a4687a9035c3e92db7e84fc01fc548ef'
+ '120d4675366ee82ea52f9ed65b57da04'
+ 'ea003fee5123f5bfbe17cc569cffe867'
+ 'c182dfcad477564af9d94e2aa1552bcd'
+ '8c76d751c5b99560e8acc3111f62263a'
+ '1e9fd2eaf0ee47ea64e82c48998f1999'
  '4030ee1c08dd1e843c0225b772360e76'
- '6fd395bacbd7b6e47c7b74854b478363')
+ '4df25b623799b148a0703eaeec8fdf3f')
 
-
 if [ -n ${_snapshot} ]; then
   _basedir=${srcdir}/gcc-${_snapshot}
 else
@@ -40,9 +40,6 @@
 build() {
   cd ${_basedir}
 
-  # Add ppl-0.11 compatibility
-  sed -i /ppl_minor_version=/s#10#11# configure
-
   # Do not install libiberty
   sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
 
@@ -58,19 +55,27 @@
 
   cd ${srcdir}
   mkdir gcc-build  cd gcc-build
+
   ${_basedir}/configure --prefix=/usr \
-  --enable-languages=c,c++,fortran,objc,obj-c++,ada \
-  --enable-shared --enable-threads=posix --enable-__cxa_atexit \
-  --enable-clocale=gnu --enable-gnu-unique-object \
-  --enable-lto --enable-plugin \
-  --enable-gold --with-plugin-ld=ld.gold \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --with-ppl --enable-cloog-backend=isl \
+  --enable-lto --enable-gold --enable-ld=default \
+  --enable-plugin --with-plugin-ld=ld.gold \
   --disable-multilib --disable-libstdcxx-pch \
-  --with-system-zlib --with-ppl \
-  --with-cloog --with-cloog-include=/usr/include/cloog-ppl \
-  

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

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:26:07
  Author: allan
Revision: 116982

archrelease: copy trunk to testing-i686

Added:
  gcc/repos/testing-i686/



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

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:34:44
  Author: allan
Revision: 116983

archrelease: copy trunk to testing-x86_64

Added:
  gcc/repos/testing-x86_64/



[arch-commits] Commit in glibc/trunk (PKGBUILD glibc-2.13-futex.patch)

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:35:25
  Author: allan
Revision: 116984

upgpkg: glibc 2.13-5
gcc-4.6 toolchain rebuild, patch to fix futex issue rather than disabling it

Added:
  glibc/trunk/glibc-2.13-futex.patch
Modified:
  glibc/trunk/PKGBUILD

+
 PKGBUILD   |   12 
 glibc-2.13-futex.patch |   31 +++
 2 files changed, 39 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-27 06:34:44 UTC (rev 116983)
+++ PKGBUILD2011-03-27 06:35:25 UTC (rev 116984)
@@ -6,7 +6,7 @@
 
 pkgname=glibc
 pkgver=2.13
-pkgrel=4
+pkgrel=5
 _glibcdate=20110117
 pkgdesc=GNU C Library
 arch=('i686' 'x86_64')
@@ -26,6 +26,7 @@
 glibc-2.12.1-static-shared-getpagesize.patch
 glibc-2.12.2-ignore-origin-of-privileged-program.patch
 glibc-2.13-prelink.patch
+glibc-2.13-futex.patch
 nscd
 locale.gen.txt
 locale-gen)
@@ -36,6 +37,7 @@
  'a3ac6f318d680347bb6e2805d42b73b2'
  'b042647ea7d6f22ad319e12e796bd13e'
  '24dfab6fd244f3773523412588ecc52c'
+ '7d0154b7e17ea218c9fa953599d24cc4'
  'b587ee3a70c9b3713099295609afde49'
  '07ac979b6ab5eeb778d55f041529d623'
  '476e9113489f93b348b21e144b6a8fcf')
@@ -74,9 +76,7 @@
   patch -Np1 -i ${srcdir}/glibc-2.13-prelink.patch
 
   # http://sourceware.org/bugzilla/show_bug.cgi?id=12403
-  if [[ $CARCH == x86_64 ]]; then
-sed -i '/__ASSUME_PRIVATE_FUTEX/d'  
$srcdir/glibc/sysdeps/unix/sysv/linux/kernel-features.h
-  fi
+  patch -Np1 -i ${srcdir}/glibc-2.13-futex.patch
 
   install -dm755 ${pkgdir}/etc
   touch ${pkgdir}/etc/ld.so.conf
@@ -103,7 +103,11 @@
   --disable-multi-arch
 
   make
+}
 
+check() {
+  cd ${srcdir}/glibc-build
+
   # some errors are expected - manually check log files
   make -k check || true
 }

Added: glibc-2.13-futex.patch
===
--- glibc-2.13-futex.patch  (rev 0)
+++ glibc-2.13-futex.patch  2011-03-27 06:35:25 UTC (rev 116984)
@@ -0,0 +1,31 @@
+--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S 
 a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S 
+@@ -210,7 +210,7 @@ pthread_rwlock_timedrdlock:
+   cfi_restore(%r12)
+   retq
+ 
+-#ifdef __ASSUME_PRIVATE_FUTEX
++#ifdef __ASSUME_FUTEX_CLOCK_REALTIME
+   cfi_adjust_cfa_offset(16)
+   cfi_rel_offset(%r12, 8)
+   cfi_rel_offset(%r13, 0)
+--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S 
 a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S 
+@@ -192,7 +192,7 @@ pthread_rwlock_timedwrlock:
+ 
+ 7:movq%rdx, %rax
+ 
+-#ifndef __ASSUME_PRIVATE_FUTEX
++#ifndef __ASSUME_FUTEX_CLOCK_REALTIME
+   addq$16, %rsp
+   cfi_adjust_cfa_offset(-16)
+   popq%r14
+@@ -207,7 +207,7 @@ pthread_rwlock_timedwrlock:
+   cfi_restore(%r12)
+   retq
+ 
+-#ifdef __ASSUME_PRIVATE_FUTEX
++#ifdef __ASSUME_FUTEX_CLOCK_REALTIME
+   cfi_adjust_cfa_offset(16)
+   cfi_rel_offset(%r12, 8)
+   cfi_rel_offset(%r13, 0)



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

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:37:06
  Author: allan
Revision: 116985

archrelease: copy trunk to testing-i686

Added:
  glibc/repos/testing-i686/



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

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:38:45
  Author: allan
Revision: 116986

archrelease: copy trunk to testing-x86_64

Added:
  glibc/repos/testing-x86_64/



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

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:40:02
  Author: allan
Revision: 116987

upgpkg: libtool 2.4-3
gcc-4.6 toolchain rebuild

Modified:
  libtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-27 06:38:45 UTC (rev 116986)
+++ PKGBUILD2011-03-27 06:40:02 UTC (rev 116987)
@@ -6,7 +6,7 @@
 
 pkgname=libtool
 pkgver=2.4
-pkgrel=2
+pkgrel=3
 pkgdesc=A generic library support script
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libtool;



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

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:40:37
  Author: allan
Revision: 116988

archrelease: copy trunk to testing-i686

Added:
  libtool/repos/testing-i686/



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

2011-03-27 Thread Allan McRae
Date: Sunday, March 27, 2011 @ 02:41:10
  Author: allan
Revision: 116989

archrelease: copy trunk to testing-x86_64

Added:
  libtool/repos/testing-x86_64/



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

2011-03-27 Thread Eric Bélanger
Date: Sunday, March 27, 2011 @ 03:33:59
  Author: eric
Revision: 116990

removed leading slash in .install file

Modified:
  monotone/trunk/monotone.install

--+
 monotone.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: monotone.install
===
--- monotone.install2011-03-27 06:41:10 UTC (rev 116989)
+++ monotone.install2011-03-27 07:33:59 UTC (rev 116990)
@@ -1,4 +1,4 @@
-infodir=/usr/share/info
+infodir=usr/share/info
 filelist=(monotone.info.gz)
 
 post_install() {



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

2011-03-27 Thread Rémy Oudompheng
Date: Sunday, March 27, 2011 @ 06:10:32
  Author: remy
Revision: 116991

Update to 2.5.2, remove unusued install file, add check() function.

Modified:
  darcs/trunk/PKGBUILD
Deleted:
  darcs/trunk/darcs.install

---+
 PKGBUILD  |   20 +---
 darcs.install |   17 -
 2 files changed, 9 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-27 07:33:59 UTC (rev 116990)
+++ PKGBUILD2011-03-27 10:10:32 UTC (rev 116991)
@@ -3,35 +3,33 @@
 # Contributor: Simo Leone neot...@gmail.com
 
 pkgname=darcs
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc=Decentralized replacement for CVS with roots in quantum mechanics
 arch=(i686 x86_64)
 url=http://darcs.net/;
 license=('GPL')
 depends=('curl' 'gmp' 'ncurses=5.6-7')
-makedepends=('ghc=7.0.1' 'haskell-tar' 'haskell-text' 
'haskell-hashed-storage=0.5.4'
- 'haskell-haskeline' 'haskell-html' 'haskell-parsec=3.1.0' 
'haskell-regex-compat')
-#install=darcs.install
+makedepends=('ghc' 'haskell-tar0.4' 'haskell-text0.12'
+'haskell-hashed-storage0.6' 'haskell-haskeline0.7'
+'haskell-html1.1' 'haskell-parsec3.2' 'haskell-regex-compat0.94')
 source=(http://darcs.net/releases/$pkgname-$pkgver.tar.gz;)
-md5sums=('247151771f6dd39db697c586069cb1c9')
+md5sums=('491b6ca01dec245a16112ad2c7e07dc1')
 
 build() {
 cd $srcdir/$pkgname-$pkgver
-sed -i 's/parsec\(.*\) 3\.1/parsec\1 3.2/g' darcs.cabal
 runhaskell Setup.lhs configure --ghc -O --prefix=/usr \
  --disable-library-for-ghci --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup.lhs build
-# runhaskell Setup.lhs test
+}
 
-#runhaskell Setup.lhs register --gen-script
-#runhaskell Setup.lhs unregister --gen-script
+check() {
+cd ${srcdir}/$pkgname-$pkgver
+runhaskell Setup.lhs test
 }
 
 package() {
 cd $srcdir/$pkgname-$pkgver
-#install -D -m744 register.sh 
$pkgdir/usr/share/haskell/$pkgname/register.sh
-#install -m744 unregister.sh 
$pkgdir/usr/share/haskell/$pkgname/unregister.sh
 runhaskell Setup.lhs copy --destdir=$pkgdir
 rm -r $pkgdir/usr/lib/ 
 chmod 755 $pkgdir/usr/share/man/man1/$pkgname.1   

Deleted: darcs.install
===
--- darcs.install   2011-03-27 07:33:59 UTC (rev 116990)
+++ darcs.install   2011-03-27 10:10:32 UTC (rev 116991)
@@ -1,17 +0,0 @@
-HS_DIR=/usr/share/haskell/darcs
-
-post_install() {
-${HS_DIR}/register.sh
-}
-
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh
-}
-
-post_upgrade() {
-  ${HS_DIR}/register.sh
-}
-
-pre_remove() {
-  ${HS_DIR}/unregister.sh
-}



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

2011-03-27 Thread Rémy Oudompheng
Date: Sunday, March 27, 2011 @ 07:41:02
  Author: remy
Revision: 116992

archrelease: remove extra-i686

Deleted:
  darcs/repos/extra-i686/



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

2011-03-27 Thread Rémy Oudompheng
Date: Sunday, March 27, 2011 @ 07:41:15
  Author: remy
Revision: 116993

archrelease: copy trunk to extra-i686

Added:
  darcs/repos/extra-i686/



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

2011-03-27 Thread Rémy Oudompheng
Date: Sunday, March 27, 2011 @ 07:41:22
  Author: remy
Revision: 116994

archrelease: remove extra-x86_64

Deleted:
  darcs/repos/extra-x86_64/



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

2011-03-27 Thread Rémy Oudompheng
Date: Sunday, March 27, 2011 @ 07:41:36
  Author: remy
Revision: 116995

archrelease: copy trunk to extra-x86_64

Added:
  darcs/repos/extra-x86_64/



[arch-commits] Commit in (4 files)

2011-03-27 Thread Tobias Powalowski
Date: Sunday, March 27, 2011 @ 08:25:01
  Author: tpowa
Revision: 116996

rename package and bump to latest version

Added:
  gptfdisk/
  gptfdisk/repos/
  gptfdisk/trunk/
  gptfdisk/trunk/PKGBUILD

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

Added: gptfdisk/trunk/PKGBUILD
===
--- gptfdisk/trunk/PKGBUILD (rev 0)
+++ gptfdisk/trunk/PKGBUILD 2011-03-27 12:25:01 UTC (rev 116996)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Hokum hokum_at_mail_dot_ru
+pkgname=gptfdisk
+pkgver=0.7.1
+pkgrel=1
+pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks.
+arch=('i686' 'x86_64')
+url=http://www.rodsbooks.com/gdisk;
+depends=('gcc-libs' 'util-linux' 'popt' 'icu')
+replaces=('gdisk')
+license=('GPL2')
+source=(http://www.rodsbooks.com/gdisk/$pkgname-$pkgver.tgz)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m755 gdisk $pkgdir/sbin/gdisk
+  install -D -m755 sgdisk $pkgdir/sbin/sgdisk
+  install -D -m755 fixparts $pkgdir/sbin/fixparts
+  install -D -m644 gdisk.8 $pkgdir/usr/share/man/man8/gdisk.8
+  install -D -m644 sgdisk.8 $pkgdir/usr/share/man/man8/sgdisk.8
+  install -D -m644 README $pkgdir/usr/share/gdisk/README
+  install -D -m644 NEWS pkgdir/usr/share/gdisk/NEWS
+}
+md5sums=('7c8d810df61e81c821bef399b832e89e')


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



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

2011-03-27 Thread Tobias Powalowski
Date: Sunday, March 27, 2011 @ 08:25:34
  Author: tpowa
Revision: 116997

archrelease: copy trunk to extra-i686

Added:
  gptfdisk/repos/extra-i686/



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

2011-03-27 Thread Tobias Powalowski
Date: Sunday, March 27, 2011 @ 08:25:51
  Author: tpowa
Revision: 116998

archrelease: copy trunk to extra-x86_64

Added:
  gptfdisk/repos/extra-x86_64/



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

2011-03-27 Thread Tobias Powalowski
Date: Sunday, March 27, 2011 @ 08:26:33
  Author: tpowa
Revision: 116999

db-remove: gdisk removed by tpowa

Deleted:
  gdisk/repos/extra-i686/



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

2011-03-27 Thread Tobias Powalowski
Date: Sunday, March 27, 2011 @ 08:26:46
  Author: tpowa
Revision: 117000

db-remove: gdisk removed by tpowa

Deleted:
  gdisk/repos/extra-x86_64/



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

2011-03-27 Thread Tobias Powalowski
Date: Sunday, March 27, 2011 @ 09:05:42
  Author: tpowa
Revision: 117001

upgpkg: hwdetect 2011.03-1
added usb 3.0 module and added modules-not-loaded option

Modified:
  hwdetect/trunk/PKGBUILD
  hwdetect/trunk/hwdetect

--+
 PKGBUILD |4 ++--
 hwdetect |   18 ++
 2 files changed, 20 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-27 12:26:46 UTC (rev 117000)
+++ PKGBUILD2011-03-27 13:05:42 UTC (rev 117001)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=hwdetect
-pkgver=2010.08
+pkgver=2011.03
 pkgrel=1
 pkgdesc=Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support
 arch=(any)
@@ -16,4 +16,4 @@
 build() {
   install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
 }
-md5sums=('cece9e167bb240c82855ffc3f632a5bb')
+md5sums=('3310641a9b9dbc9b828e7608c4e263aa')

Modified: hwdetect
===
--- hwdetect2011-03-27 12:26:46 UTC (rev 117000)
+++ hwdetect2011-03-27 13:05:42 UTC (rev 117001)
@@ -1,6 +1,7 @@
 #! /bin/sh
 # Autodetection script for scanning /sys for hardware
 # for Archlinux by Tobias Powalowski tp...@archlinux.org
+# '--modules-not-loaded' patch by Grzegorz Wierzowiecki 
grzegorz.wierzowiecki_4t_pjwstk.edu.pl
 usage () {
echo $0 [options]
echo 
@@ -57,6 +58,7 @@
echo --soundshow sound MODULES
echo --usbhost  show usb hostcontroller MODULES
echo --modules  show all detected MODULES
+   echo --modules-not-loaded   show all detected MODULES but not 
actually loaded
echo 
exit 1
 }
@@ -380,6 +382,20 @@
echo 
 }
 
+showlist4() {
+   cat=$1 ; shift
+   [ $# -gt 0 ] || return
+   echo -n $cat=(\${MODULES[*]} 
+   lsmod  /tmp/modules-showlist4-$$
+   for i in $*; do
+   if ! grep -sq $(echo $i|tr - _) /tmp/modules-showlist4-$$ ; then
+   echo -n $i ;
+   fi
+   done
+   echo )
+   rm /tmp/modules-showlist4-$$
+}
+
 # starting different actions
 while [ $# -gt 0 ]; do
case $1 in
@@ -527,6 +543,8 @@
 ;;
--modules) showlist2 MODULES \($(listmods modules/)\) | sed 
-e 's/(\ /(/g' -e 's/\ )/)/g' -e 's/\ \ /\ /g'
 ;;
+   --modules-not-loaded) showlist4 MODULES $(listmods modules/) 
| sed -e 's/(\ /(/g' -e 's/\ )/)/g' -e 's/\ \ /\ /g'
+;;
--hooks) 
if [ $HOOKS_DIR =  ]; then
HOOKS_DIR=/lib/initcpio/install



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

2011-03-27 Thread Tobias Powalowski
Date: Sunday, March 27, 2011 @ 09:05:51
  Author: tpowa
Revision: 117002

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



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

2011-03-27 Thread Tobias Powalowski
Date: Sunday, March 27, 2011 @ 09:06:05
  Author: tpowa
Revision: 117003

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



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

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 09:27:39
  Author: andrea
Revision: 117004

CVE-2011-1168; fix empty dolphin /home/andrea

Added:
  kdelibs/trunk/CVE-2011-1168.patch
  kdelibs/trunk/fix-empty-dolphin-home.patch
Modified:
  kdelibs/trunk/PKGBUILD

--+
 CVE-2011-1168.patch  |   14 +
 PKGBUILD |   14 +
 fix-empty-dolphin-home.patch |  389 +
 3 files changed, 414 insertions(+), 3 deletions(-)

Added: CVE-2011-1168.patch
===
--- CVE-2011-1168.patch (rev 0)
+++ CVE-2011-1168.patch 2011-03-27 13:27:39 UTC (rev 117004)
@@ -0,0 +1,14 @@
+--- a/khtml/khtml_part.cpp
 b/khtml/khtml_part.cpp
+@@ -1804,7 +1804,10 @@ void KHTMLPart::htmlError( int errorCode
+   stream  errorName  techName  description  causes  solutions;
+ 
+   QString url, protocol, datetime;
+-  url = Qt::escape( reqUrl.prettyUrl() );
++
++  // This is somewhat confusing, but we have to escape the externally-
++  // controlled URL twice: once for i18n, and once for HTML.
++  url = Qt::escape( Qt::escape( reqUrl.prettyUrl() ) );
+   protocol = reqUrl.protocol();
+   datetime = KGlobal::locale()-formatDateTime( QDateTime::currentDateTime(),
+ KLocale::LongDate );

Modified: PKGBUILD
===
--- PKGBUILD2011-03-27 13:06:05 UTC (rev 117003)
+++ PKGBUILD2011-03-27 13:27:39 UTC (rev 117004)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -19,11 +19,15 @@
 replaces=('arts' 'kdelibs-experimental')
 install='kdelibs.install'
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
+'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch'
+'CVE-2011-1168.patch'
+'fix-empty-dolphin-home.patch')
 sha1sums=('5868d43084b2dc9de4c0404dbec137375664e893'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'd994f262356af5b9e4e9619646e471bd98c91efb')
+  'd994f262356af5b9e4e9619646e471bd98c91efb'
+  '730534a337c88ef2a7c716f5d118f445d06898e7'
+  'aaec293322f1483990ad8edbb1ec1a6dd69cf3ee')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -35,6 +39,10 @@
# add syntax highlightning for PKGBUILD and .install files
patch -p1 -i $srcdir/abs-syntax-highlight.patch
 
+   # Already fixed upstream
+   patch -Np1 -i ${srcdir}/CVE-2011-1168.patch
+   patch -Np1 -i ${srcdir}/fix-empty-dolphin-home.patch
+
cd ${srcdir}
mkdir build
cd build

Added: fix-empty-dolphin-home.patch
===
--- fix-empty-dolphin-home.patch(rev 0)
+++ fix-empty-dolphin-home.patch2011-03-27 13:27:39 UTC (rev 117004)
@@ -0,0 +1,389 @@
+commit 51707e7154082b549216b8a8ecde73505302fadc
+Author: David Faure fa...@kde.org
+Date:   Tue Mar 8 11:23:47 2011 +0100
+
+Fix stop() killing the list job even if another dirlister needs it.
+
+Regression introduced by me in bef0bd3e3ff.
+Symptom: dolphin $HOME showed up empty.
+
+In the case of concurrent listings, I made the use of the cached items job
+conditional (only created if there's anything to emit) so that we can join
+the current listjob without killing it (updateDirectory) if it hasn't 
emitted
+anything yet.
+The unittest also uncovered inconsistencies in the emission of the 
cancelled
+signal, now cacheditemsjob behaves like the listjob in this respect.
+
+FIXED-IN: 4.6.2
+BUG: 267709
+
+diff --git a/kio/kio/kdirlister.cpp b/kio/kio/kdirlister.cpp
+index 75360e08f..df81dc8 100644
+--- a/kio/kio/kdirlister.cpp
 b/kio/kio/kdirlister.cpp
+@@ -194,7 +194,7 @@ bool KDirListerCache::listDir( KDirLister *lister, const 
KUrl _u,
+ 
+ // List items from the cache in a delayed manner, just like 
things would happen
+ // if we were not using the cache.
+-new KDirLister::Private::CachedItemsJob(lister, itemU-lstItems, 
itemU-rootItem, _url, _reload);
++new KDirLister::Private::CachedItemsJob(lister, _url, _reload);
+ 
+ } else {
+ // dir not in cache or _reload is true
+@@ -260,8 +260,13 @@ bool KDirListerCache::listDir( KDirLister *lister, const 
KUrl _u,
+ 
+ // List existing items in a delayed manner, just like things would 
happen
+ // if we were not using the cache.
+-//kDebug()  Listing  itemU-lstItems.count()  cached items 
soon;
+-new KDirLister::Private::CachedItemsJob(lister, itemU-lstItems, 

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

2011-03-27 Thread Thomas Bächler
Date: Sunday, March 27, 2011 @ 09:29:46
  Author: thomas
Revision: 117005

mkinitcpio: update to 0.6.9

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-27 13:27:39 UTC (rev 117004)
+++ PKGBUILD2011-03-27 13:29:46 UTC (rev 117005)
@@ -1,11 +1,9 @@
 # $Id$
 # Maintainer: Thomas Baechler tho...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.8
-pkgrel=2
+pkgver=0.6.9
+pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
 url=http://www.archlinux.org/;
@@ -13,14 +11,14 @@
 depends=('mkinitcpio-busybox=1.16.1-2' 'module-init-tools' 'util-linux=2.19' 
'gen-init-cpio' 'coreutils'
  'bash' 'findutils' 'sed' 'grep' 'filesystem=2009.01-2' 'udev=150' 
'file' 'gzip'
  'which')
-optdepends=('xz: Use lzma compression for the initramfs image'
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
 'bzip2: Use bzip2 compression for the initramfs image'
 'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
 replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('b2bb47594d6d7a75086dce9205040eebc2459a0371b4d269f10452907a0865c3')
+sha256sums=('36865b84a458386bb26077c8602f98338802a9d4c228003f32dab26e4cc22cfd')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}



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

2011-03-27 Thread Thomas Bächler
Date: Sunday, March 27, 2011 @ 09:29:56
  Author: thomas
Revision: 117006

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/



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

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 10:10:01
  Author: andrea
Revision: 117007

archrelease: remove extra-i686

Deleted:
  kdelibs/repos/extra-i686/



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

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 10:10:16
  Author: andrea
Revision: 117008

archrelease: copy trunk to extra-i686

Added:
  kdelibs/repos/extra-i686/



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

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 10:10:32
  Author: andrea
Revision: 117009

archrelease: remove extra-x86_64

Deleted:
  kdelibs/repos/extra-x86_64/



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

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 10:10:45
  Author: andrea
Revision: 117010

archrelease: copy trunk to extra-x86_64

Added:
  kdelibs/repos/extra-x86_64/



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

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 10:11:17
  Author: andrea
Revision: 117011

upgpkg: libdbusmenu-qt 0.8.1-1
upstream release

Modified:
  libdbusmenu-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-27 14:10:45 UTC (rev 117010)
+++ PKGBUILD2011-03-27 14:11:17 UTC (rev 117011)
@@ -2,16 +2,16 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libdbusmenu-qt
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
 arch=('i686' 'x86_64')
 url=https://launchpad.net/libdbusmenu-qt;
 license=('GPL')
 depends=('qt')
-makedepends=('cmake')
+makedepends=('cmake' 'doxygen')
 
source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('576a0cdaa15959e65fc07815051c2160')
+md5sums=('495bf59b9fcc00e4260fd5acbb21b78b')
 
 build() {
   cd ${srcdir}



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

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 10:11:23
  Author: andrea
Revision: 117012

archrelease: remove extra-i686

Deleted:
  libdbusmenu-qt/repos/extra-i686/



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

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 10:11:35
  Author: andrea
Revision: 117013

archrelease: copy trunk to extra-i686

Added:
  libdbusmenu-qt/repos/extra-i686/



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

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 10:11:41
  Author: andrea
Revision: 117014

archrelease: remove extra-x86_64

Deleted:
  libdbusmenu-qt/repos/extra-x86_64/



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

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 10:11:52
  Author: andrea
Revision: 117015

archrelease: copy trunk to extra-x86_64

Added:
  libdbusmenu-qt/repos/extra-x86_64/



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

2011-03-27 Thread Giovanni Scafora
Date: Sunday, March 27, 2011 @ 11:28:09
  Author: giovanni
Revision: 117016

upgpkg: vlc 1.1.8-1
upstream release

Modified:
  vlc/trunk/PKGBUILD
Deleted:
  vlc/trunk/vlc-1.1.7-libmatroska.patch
  vlc/trunk/vlc-libnotify-0.7.patch

-+
 PKGBUILD|   15 +++
 vlc-1.1.7-libmatroska.patch |   53 --
 vlc-libnotify-0.7.patch |   29 --
 3 files changed, 4 insertions(+), 93 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-27 14:11:52 UTC (rev 117015)
+++ PKGBUILD2011-03-27 15:28:09 UTC (rev 117016)
@@ -5,8 +5,8 @@
 
 pkgbase=vlc
 pkgname=('vlc' 'vlc-plugin')
-pkgver=1.1.7
-pkgrel=6
+pkgver=1.1.8
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;
 license=('GPL')
@@ -20,19 +20,12 @@
  'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
  'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse')
 options=('!libtool')
-source=(http://download.videolan.org/pub/videolan/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.bz2;
-vlc-1.1.7-libmatroska.patch
-vlc-libnotify-0.7.patch)
-md5sums=('932ce1fa4afa54b56ac0ccc0655667b6' 'd03b0a4f3d2a0ece5c0a9e1a2919dec0'\
- '122ae89daed6ebfe6e95455506ee0a1e')
-sha1sums=('6bd559fe2bba51c5ed1ae71d18dc8ac611e72a04' 
'fcb47f77e7eaae39a8a5d96c027ab8eca19af81b'\
- '43e10963d3c1dfd5f22e0195602aaf39aeb21c5c')
+source=(http://download.videolan.org/pub/videolan/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('c0065ec11b6fd12167cd440cbe0ef0d9')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
 
-  patch -Np1 -i ${srcdir}/vlc-1.1.7-libmatroska.patch
-  patch -Np1 -i ${srcdir}/vlc-libnotify-0.7.patch
   sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c
   ./configure --prefix=/usr \
   --disable-rpath \

Deleted: vlc-1.1.7-libmatroska.patch
===
--- vlc-1.1.7-libmatroska.patch 2011-03-27 14:11:52 UTC (rev 117015)
+++ vlc-1.1.7-libmatroska.patch 2011-03-27 15:28:09 UTC (rev 117016)
@@ -1,53 +0,0 @@
-From: Daniel Mierswa impu...@impulze.org
-Date: Thu, 3 Feb 2011 03:36:13 + (+0100)
-Subject: backport multi tags patch
-X-Git-Url: 
http://git.videolan.org/?p=vlc%2Fvlc-1.1.git;a=commitdiff_plain;h=8f350488599b292521f4d460a945f13712fa6c75
-
-backport multi tags patch
-
-based on vlc.git 7be936ca451fa0c052069895460dcc0e67f4dfa3
-
-Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

-
-diff --git a/modules/demux/mkv/matroska_segment.cpp 
b/modules/demux/mkv/matroska_segment.cpp
-index 117dc03..25c9971 100644
 a/modules/demux/mkv/matroska_segment.cpp
-+++ b/modules/demux/mkv/matroska_segment.cpp
-@@ -220,6 +220,7 @@ void matroska_segment_c::LoadTags( KaxTags *tags )
- }
- ep-Up();
- }
-+#if LIBMATROSKA_VERSION  0x010100
- else if( MKV_IS_ID( el, KaxTagGeneral ) )
- {
- msg_Dbg( sys.demuxer, |   + General );
-@@ -288,6 +289,7 @@ void matroska_segment_c::LoadTags( KaxTags *tags )
- {
- msg_Dbg( sys.demuxer, |   + Multi Title );
- }
-+#endif
- else
- {
- msg_Dbg( sys.demuxer, |   + LoadTag Unknown (%s), 
typeid( *el ).name() );
-diff --git a/modules/demux/mkv/mkv.hpp b/modules/demux/mkv/mkv.hpp
-index 8b89b78..99a407c 100644
 a/modules/demux/mkv/mkv.hpp
-+++ b/modules/demux/mkv/mkv.hpp
-@@ -92,13 +92,15 @@
- #include matroska/KaxSegment.h
- #include matroska/KaxTag.h
- #include matroska/KaxTags.h
-+#include matroska/KaxVersion.h
-+#if LIBMATROSKA_VERSION  0x010100
- #include matroska/KaxTagMulti.h
-+#endif
- #include matroska/KaxTracks.h
- #include matroska/KaxTrackAudio.h
- #include matroska/KaxTrackVideo.h
- #include matroska/KaxTrackEntryData.h
- #include matroska/KaxContentEncoding.h
--#include matroska/KaxVersion.h
- 
- #include ebml/StdIOCallback.h
- 

Deleted: vlc-libnotify-0.7.patch
===
--- vlc-libnotify-0.7.patch 2011-03-27 14:11:52 UTC (rev 117015)
+++ vlc-libnotify-0.7.patch 2011-03-27 15:28:09 UTC (rev 117016)
@@ -1,29 +0,0 @@
-diff --git a/modules/misc/notify/notify.c b/modules/misc/notify/notify.c
-index 1e97c9e..b663caa 100644
 a/modules/misc/notify/notify.c
-+++ b/modules/misc/notify/notify.c
-@@ -38,6 +38,10 @@
- #include gdk-pixbuf/gdk-pixbuf.h
- #include libnotify/notify.h
- 
-+#ifndef NOTIFY_CHECK_VERSION
-+#define NOTIFY_CHECK_VERSION(x,y,z) 0
-+#endif
-+
- /*
-  * Module descriptor
-  /
-@@ -312,7 +316,12 @@ static int Notify( vlc_object_t *p_this, const char 

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

2011-03-27 Thread Giovanni Scafora
Date: Sunday, March 27, 2011 @ 11:28:27
  Author: giovanni
Revision: 117017

archrelease: remove extra-i686

Deleted:
  vlc/repos/extra-i686/



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

2011-03-27 Thread Giovanni Scafora
Date: Sunday, March 27, 2011 @ 11:28:41
  Author: giovanni
Revision: 117018

archrelease: copy trunk to extra-i686

Added:
  vlc/repos/extra-i686/



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

2011-03-27 Thread Giovanni Scafora
Date: Sunday, March 27, 2011 @ 11:28:54
  Author: giovanni
Revision: 117019

archrelease: remove extra-x86_64

Deleted:
  vlc/repos/extra-x86_64/



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

2011-03-27 Thread Giovanni Scafora
Date: Sunday, March 27, 2011 @ 11:29:06
  Author: giovanni
Revision: 117020

archrelease: copy trunk to extra-x86_64

Added:
  vlc/repos/extra-x86_64/



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

2011-03-27 Thread andyrtr
Date: Sunday, March 27, 2011 @ 13:11:39
  Author: andyrtr
Revision: 117021

db-move: libreoffice removed by andyrtr for move to [extra] (i686)

Deleted:
  libreoffice/repos/extra-i686/



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

2011-03-27 Thread andyrtr
Date: Sunday, March 27, 2011 @ 13:11:40
  Author: andyrtr
Revision: 117023

db-move: libreoffice removed by andyrtr for move to [extra] (x86_64)

Deleted:
  libreoffice/repos/extra-x86_64/



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

2011-03-27 Thread andyrtr
Date: Sunday, March 27, 2011 @ 13:11:39
  Author: andyrtr
Revision: 117022

db-move: moved libreoffice from [testing] to [extra] (i686)

Added:
  libreoffice/repos/extra-i686/
Deleted:
  libreoffice/repos/testing-i686/



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

2011-03-27 Thread andyrtr
Date: Sunday, March 27, 2011 @ 13:11:41
  Author: andyrtr
Revision: 117024

db-move: moved libreoffice from [testing] to [extra] (x86_64)

Added:
  libreoffice/repos/extra-x86_64/
Deleted:
  libreoffice/repos/testing-x86_64/



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

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 15:11:16
  Author: andrea
Revision: 117025

upgpkg: ntrack 013-1
upstream release

Modified:
  ntrack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-27 17:11:41 UTC (rev 117024)
+++ PKGBUILD2011-03-27 19:11:16 UTC (rev 117025)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=ntrack
-pkgver=009
+pkgver=013
 pkgrel=1
 pkgdesc=A network connectivity tracking library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2')
 optdepends=('python2')
 
source=(http://launchpad.net/${pkgname}/main/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('37e35967a03962f4d2d40ec0816250af')
+md5sums=('90596b924a108f8b4eea52239ba64369')
 options=('!libtool')
 
 build() {



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

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 15:11:22
  Author: andrea
Revision: 117026

archrelease: remove extra-i686

Deleted:
  ntrack/repos/extra-i686/



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

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 15:11:41
  Author: andrea
Revision: 117028

archrelease: remove extra-x86_64

Deleted:
  ntrack/repos/extra-x86_64/



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

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 15:11:36
  Author: andrea
Revision: 117027

archrelease: copy trunk to extra-i686

Added:
  ntrack/repos/extra-i686/



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

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 15:11:54
  Author: andrea
Revision: 117029

archrelease: copy trunk to extra-x86_64

Added:
  ntrack/repos/extra-x86_64/



[arch-commits] Commit in kdeplasma-applets-networkmanagement/trunk (PKGBUILD)

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 20:18:41
  Author: andrea
Revision: 117030

upgpkg: kdeplasma-applets-networkmanagement git20110327-1
new snapshot

Modified:
  kdeplasma-applets-networkmanagement/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-27 19:11:54 UTC (rev 117029)
+++ PKGBUILD2011-03-28 00:18:41 UTC (rev 117030)
@@ -3,28 +3,25 @@
 # Contributor: Jakub Schmidtke sjakub-at-gmail.com
 
 pkgname=kdeplasma-applets-networkmanagement
-pkgver=git20110304
+pkgver=git20110327
+_commit=dfea8bba5d8cef9e7bd70ec74a1df34a1ff6b089
 pkgrel=1
-pkgdesc=KDE4 Network Management and plasmoid
+pkgdesc=KDE control panel and widget network connections
 arch=('i686' 'x86_64')
 url=http://www.kde.org/;
 license=('GPL')
 depends=('kdebase-workspace' 'networkmanager')
 makedepends=('cmake' 'python2' 'automoc4' 'mobile-broadband-provider-info')
 optdepends=('mobile-broadband-provider-info: allow to add new mobile 
connection')
-provides=('knetworkmanagement')
-conflicts=('networkmanager-plasmoid-svn' 'kdeplasma-applets-networkmanager')
-replaces=('networkmanager-plasmoid-svn' 'kdeplasma-applets-networkmanager')
 install=${pkgname}.install
-#git clone git://anongit.kde.org/networkmanagement
-source=(ftp://ftp.archlinux.org/other/kde/networkmanagement-${pkgver}.tar.bz2;)
-md5sums=('aef8cc98ad84108f5735bfc5fb4f21b1')
+source=(${pkgname}-${_commit}.tar.gz::http://quickgit.kde.org/?p=networkmanagement.gita=snapshoth=${_commit};)
+md5sums=('760cef41d9b22fa4237bf6539c256cce')
 
 build() {
   cd ${srcdir}
   mkdir build
   cd build
-  cmake ../networkmanagement-${pkgver} \
+  cmake ../networkmanagement \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DDBUS_SYSTEM_POLICY_DIR=/etc/dbus-1/system.d



[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (extra-i686)

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 20:18:47
  Author: andrea
Revision: 117031

archrelease: remove extra-i686

Deleted:
  kdeplasma-applets-networkmanagement/repos/extra-i686/



[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (extra-i686)

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 20:18:59
  Author: andrea
Revision: 117032

archrelease: copy trunk to extra-i686

Added:
  kdeplasma-applets-networkmanagement/repos/extra-i686/



[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (extra-x86_64)

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 20:19:04
  Author: andrea
Revision: 117033

archrelease: remove extra-x86_64

Deleted:
  kdeplasma-applets-networkmanagement/repos/extra-x86_64/



[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (extra-x86_64)

2011-03-27 Thread Andrea Scarpino
Date: Sunday, March 27, 2011 @ 20:19:16
  Author: andrea
Revision: 117034

archrelease: copy trunk to extra-x86_64

Added:
  kdeplasma-applets-networkmanagement/repos/extra-x86_64/



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

2011-03-27 Thread Eric Bélanger
Date: Sunday, March 27, 2011 @ 20:44:08
  Author: eric
Revision: 117035

db-remove: openoffice-i18n removed by eric

Deleted:
  openoffice-i18n/repos/extra-any/



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

2011-03-27 Thread Dan McGee
Date: Sunday, March 27, 2011 @ 21:30:17
  Author: dan
Revision: 117036

upgpkg: git 1.7.4.2-1
verbump 1.7.4.2

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-28 00:44:08 UTC (rev 117035)
+++ PKGBUILD2011-03-28 01:30:17 UTC (rev 117036)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=1.7.4.1
+pkgver=1.7.4.2
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -69,11 +69,11 @@
   install -D -m644 $srcdir/git-daemon.conf $pkgdir/etc/conf.d/git-daemon.conf
 }
 
-md5sums=('76898de4566d11c0d0eec7e99edc2b5c'
- 'ac3e15c568e887af4517a01e16671947'
+md5sums=('4b2df3f916061439ae105d7a27637925'
+ 'bd3b79133abb9388318962637df145a7'
  '8e2648910fd5dd4f1c41d3c7fa9e9156'
  '2e42bf97779a1c6411d89043334c9e78')
-sha256sums=('85c5afc1c8f96abcd8d1adfde6f813023bef5cec1dc0990fc3b159945b60cd1b'
-'84252b3d26fd4e3d1a5b5159fdc1bfe9d41a48856596d3b375e428a7508e228b'
+sha256sums=('4e2f4aedb5cb984c7da00a18f9ffcea1c1465191dd4afe2249d5bff17ae63970'
+'31a98c2c20b7ab8225697bcbe0f1e30b7bc0060bcb4b78c3691345c5ac719713'
 '2e0a50bdaf8f387a499895e1c204bff78244eaa72b78187c8a84ef40c0b82598'
 'e8bfe29d8393d2b87517c4dd56ea834b213aa00bf3d7fcde4ead3457cadbbc68')



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

2011-03-27 Thread Dan McGee
Date: Sunday, March 27, 2011 @ 21:30:33
  Author: dan
Revision: 117037

archrelease: remove extra-x86_64

Deleted:
  git/repos/extra-x86_64/



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

2011-03-27 Thread Dan McGee
Date: Sunday, March 27, 2011 @ 21:30:42
  Author: dan
Revision: 117038

archrelease: copy trunk to extra-x86_64

Added:
  git/repos/extra-x86_64/



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

2011-03-27 Thread Dan McGee
Date: Sunday, March 27, 2011 @ 21:50:36
  Author: dan
Revision: 117039

archrelease: remove extra-i686

Deleted:
  git/repos/extra-i686/



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

2011-03-27 Thread Dan McGee
Date: Sunday, March 27, 2011 @ 21:50:43
  Author: dan
Revision: 117040

archrelease: copy trunk to extra-i686

Added:
  git/repos/extra-i686/