[arch-commits] Commit in linux/repos (core-i686/PKGBUILD core-x86_64/PKGBUILD)

2014-01-26 Thread Tobias Powalowski
Date: Sunday, January 26, 2014 @ 09:32:48
  Author: tpowa
Revision: 204726

bump to 3.12.9 kernel

Modified:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-x86_64/PKGBUILD

--+
 core-i686/PKGBUILD   |8 
 core-x86_64/PKGBUILD |8 
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-01-26 04:25:23 UTC (rev 204725)
+++ core-i686/PKGBUILD  2014-01-26 08:32:48 UTC (rev 204726)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.12
-pkgver=3.12.8
+pkgver=3.12.9
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -28,7 +28,7 @@
 
'rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-notification-fails.patch'
 )
 md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
- '03d34842e3a1197d17055610f62627b8'
+ '0d539fc9bc799663caf0f383d9252d36'
  'a9281e90e529795eaf10b45d70ab2868'
  '6000a9c7bd83081a65611d9dfbdd8eda'
  'eb14dcfd80c00852ef81ded6e826826a'
@@ -45,9 +45,9 @@
 
 # module.symbols md5sums
 # x86_64
-# 23ef8d9dae0c916c9e1a7a07b77f797d  /lib/modules/3.12.6-1-ARCH/modules.symbols
+# b09c63a0b6a5d819c1de0e9933902e9b  /lib/modules/3.12.8-1-ARCH/modules.symbols
 # i686
-# eadbff034e17f92ccb4a7737302f3dbd  /lib/modules/3.12.6-1-ARCH/modules.symbols
+# fff24e378eada043f40a875551a8aeec  /lib/modules/3.12.8-1-ARCH/modules.symbols
 
 prepare() {
   cd ${srcdir}/${_srcname}

Modified: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-01-26 04:25:23 UTC (rev 204725)
+++ core-x86_64/PKGBUILD2014-01-26 08:32:48 UTC (rev 204726)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.12
-pkgver=3.12.8
+pkgver=3.12.9
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -28,7 +28,7 @@
 
'rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-notification-fails.patch'
 )
 md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
- '03d34842e3a1197d17055610f62627b8'
+ '0d539fc9bc799663caf0f383d9252d36'
  'a9281e90e529795eaf10b45d70ab2868'
  '6000a9c7bd83081a65611d9dfbdd8eda'
  'eb14dcfd80c00852ef81ded6e826826a'
@@ -45,9 +45,9 @@
 
 # module.symbols md5sums
 # x86_64
-# 23ef8d9dae0c916c9e1a7a07b77f797d  /lib/modules/3.12.6-1-ARCH/modules.symbols
+# b09c63a0b6a5d819c1de0e9933902e9b  /lib/modules/3.12.9-1-ARCH/modules.symbols
 # i686
-# eadbff034e17f92ccb4a7737302f3dbd  /lib/modules/3.12.6-1-ARCH/modules.symbols
+# fff24e378eada043f40a875551a8aeec  /lib/modules/3.12.9-1-ARCH/modules.symbols
 
 prepare() {
   cd ${srcdir}/${_srcname}



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

2014-01-26 Thread Ronald van Haren
Date: Sunday, January 26, 2014 @ 09:48:10
  Author: ronald
Revision: 204727

add eigen version3 as a dependency for digikam refocus sharpening FS#36416

Added:
  eigen/
  eigen/repos/
  eigen/trunk/
  eigen/trunk/PKGBUILD

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

Added: eigen/trunk/PKGBUILD
===
--- eigen/trunk/PKGBUILD(rev 0)
+++ eigen/trunk/PKGBUILD2014-01-26 08:48:10 UTC (rev 204727)
@@ -0,0 +1,34 @@
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Chirantan Ekbote chirantan.ekbote at gmail.com
+# Contributor: Kringel
+
+pkgname=eigen
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra.
+arch=('any')
+url='http://eigen.tuxfamily.org'
+license=('MPL2')
+makedepends=('cmake' 'pkg-config')
+optdepends=('qt4: for example programs'
+'superlu: optional backend'
+'scotch: optional backend'
+'metis: optional backend')
+replaces=('eigen3')
+provides=('eigen3')
+source=(${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
+sha1sums=('97de9df52c035dd260ccee6cf6ab09bb559fa441')
+
+build() {
+   mkdir -p build
+   cd build
+   cmake ../eigen-eigen-* \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+   cd build
+   make DESTDIR=$pkgdir install
+   install -Dm644 ../eigen-eigen-*/COPYING.MPL2 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


Property changes on: eigen/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2014-01-26 Thread Ronald van Haren
Date: Sunday, January 26, 2014 @ 09:48:44
  Author: ronald
Revision: 204728

add eigen as dependency for refocus sharpening FS#36416; add kdebase-workspace 
as optdepends for theme configuration dialog

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 08:48:10 UTC (rev 204727)
+++ PKGBUILD2014-01-26 08:48:44 UTC (rev 204728)
@@ -6,7 +6,7 @@
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
 pkgver=3.5.0
-pkgrel=3
+pkgrel=2
 pkgdesc=Digital photo management application for KDE
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -35,8 +35,8 @@
 package_digikam() {
   pkgdesc=Digital photo management application for KDE
   depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
-  optdepends=('kipi-plugins: more tools and plugins')
+   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun' 
'eigen')
+  optdepends=('kipi-plugins: more tools and plugins' 'kdebase-workspace: Theme 
configuration dialog')
   install=digikam.install
 
   cd build/core



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

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 09:54:46
  Author: thomas
Revision: 204729

Fix broken symbols - this allows us to boot on i686 again!

Added:
  linux/trunk/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch
Modified:
  linux/trunk/PKGBUILD

-+
 0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch |   68 
++
 PKGBUILD|9 +
 2 files changed, 75 insertions(+), 2 deletions(-)

Added: 0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch
===
--- 0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch 
(rev 0)
+++ 0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch 
2014-01-26 08:54:46 UTC (rev 204729)
@@ -0,0 +1,68 @@
+From 83460ec8dcac14142e7860a01fa59c267ac4657c Mon Sep 17 00:00:00 2001
+From: Andi Kleen a...@linux.intel.com
+Date: Tue, 12 Nov 2013 15:08:36 -0800
+Subject: [PATCH] syscalls.h: use gcc alias instead of assembler aliases for
+ syscalls
+
+Use standard gcc __attribute__((alias(foo))) to define the syscall aliases
+instead of custom assembler macros.
+
+This is far cleaner, and also fixes my LTO kernel build.
+
+Signed-off-by: Andi Kleen a...@linux.intel.com
+Cc: Al Viro v...@zeniv.linux.org.uk
+Cc: Geert Uytterhoeven ge...@linux-m68k.org
+Cc: Tetsuo Handa penguin-ker...@i-love.sakura.ne.jp
+Signed-off-by: Andrew Morton a...@linux-foundation.org
+Signed-off-by: Linus Torvalds torva...@linux-foundation.org
+---
+ include/linux/compat.h   | 4 ++--
+ include/linux/syscalls.h | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/include/linux/compat.h b/include/linux/compat.h
+index 345da00..ada34c9 100644
+--- a/include/linux/compat.h
 b/include/linux/compat.h
+@@ -41,14 +41,14 @@
+   COMPAT_SYSCALL_DEFINEx(6, _##name, __VA_ARGS__)
+ 
+ #define COMPAT_SYSCALL_DEFINEx(x, name, ...)  \
+-  asmlinkage long compat_sys##name(__MAP(x,__SC_DECL,__VA_ARGS__));\
++  asmlinkage long compat_sys##name(__MAP(x,__SC_DECL,__VA_ARGS__))\
++  __attribute__((alias(__stringify(compat_SyS##name;  \
+   static inline long C_SYSC##name(__MAP(x,__SC_DECL,__VA_ARGS__));\
+   asmlinkage long compat_SyS##name(__MAP(x,__SC_LONG,__VA_ARGS__));\
+   asmlinkage long compat_SyS##name(__MAP(x,__SC_LONG,__VA_ARGS__))\
+   {   \
+   return C_SYSC##name(__MAP(x,__SC_DELOUSE,__VA_ARGS__)); \
+   }   \
+-  SYSCALL_ALIAS(compat_sys##name, compat_SyS##name);  \
+   static inline long C_SYSC##name(__MAP(x,__SC_DECL,__VA_ARGS__))
+ 
+ #ifndef compat_user_stack_pointer
+diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h
+index 7fac04e..c27f846 100644
+--- a/include/linux/syscalls.h
 b/include/linux/syscalls.h
+@@ -184,7 +184,8 @@ extern struct trace_event_functions 
exit_syscall_print_funcs;
+ 
+ #define __PROTECT(...) asmlinkage_protect(__VA_ARGS__)
+ #define __SYSCALL_DEFINEx(x, name, ...)   
\
+-  asmlinkage long sys##name(__MAP(x,__SC_DECL,__VA_ARGS__));  \
++  asmlinkage long sys##name(__MAP(x,__SC_DECL,__VA_ARGS__))   \
++  __attribute__((alias(__stringify(SyS##name; \
+   static inline long SYSC##name(__MAP(x,__SC_DECL,__VA_ARGS__));  \
+   asmlinkage long SyS##name(__MAP(x,__SC_LONG,__VA_ARGS__));  \
+   asmlinkage long SyS##name(__MAP(x,__SC_LONG,__VA_ARGS__))   \
+@@ -194,7 +195,6 @@ extern struct trace_event_functions 
exit_syscall_print_funcs;
+   __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__));   \
+   return ret; \
+   }   \
+-  SYSCALL_ALIAS(sys##name, SyS##name);\
+   static inline long SYSC##name(__MAP(x,__SC_DECL,__VA_ARGS__))
+ 
+ asmlinkage long sys_time(time_t __user *tloc);
+-- 
+1.8.5.3
+

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 08:48:44 UTC (rev 204728)
+++ PKGBUILD2014-01-26 08:54:46 UTC (rev 204729)
@@ -25,7 +25,8 @@
 '0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch'
 '0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch'
 '0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch'
-'0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch')
+'0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch'
+'0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch')
 md5sums=('0ecbaf65c00374eb4a826c2f9f37606f'
  

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

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 10:07:23
  Author: thomas
Revision: 204730

Add warning about missing keyboard support.

Modified:
  linux/trunk/linux.install

---+
 linux.install |6 ++
 1 file changed, 6 insertions(+)

Modified: linux.install
===
--- linux.install   2014-01-26 08:54:46 UTC (rev 204729)
+++ linux.install   2014-01-26 09:07:23 UTC (rev 204730)
@@ -22,6 +22,12 @@
   depmod ${KERNEL_VERSION}
   echo  Generating initial ramdisk, using mkinitcpio.  Please wait...
   mkinitcpio -p linux${KERNEL_NAME}
+
+  if [ $(vercmp $2 3.13) -lt 0 ]; then
+echo  WARNING: AT keyboard support is no longer built into the kernel.
+echo   In order to use your keyboard during early init, you 
MUST
+echo   include the 'keyboard' hook in your mkinitcpio.conf.
+  fi
 }
 
 post_remove() {



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

2014-01-26 Thread Ronald van Haren
Date: Sunday, January 26, 2014 @ 10:43:24
  Author: ronald
Revision: 204731

upgpkg: eigen2 2.0.17-2

remove eigen provides/replaces; upstream source had changed

Modified:
  eigen2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 09:07:23 UTC (rev 204730)
+++ PKGBUILD2014-01-26 09:43:24 UTC (rev 204731)
@@ -5,22 +5,20 @@
 
 pkgname=eigen2
 pkgver=2.0.17
-pkgrel=1
+pkgrel=2
 pkgdesc=A lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra
 arch=('any')
 url='http://eigen.tuxfamily.org/index.php?title=Main_Page'
 license=('GPL' 'LGPL3')
 makedepends=('cmake' 'pkg-config')
-replaces=('eigen')
-provides=('eigen')
 source=(http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
-md5sums=('ffa5a345cffa32778f5e7eab69e9a9ba')
+sha1sums=('461546be98b964d8d5d2adb0f1c31ba0e42efc38')
 
 build() {
   cd ${srcdir}
   mkdir build
   cd build
-  cmake ../eigen-eigen-${pkgver} \
+  cmake ../eigen-eigen-b23437e61a07 \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make



[arch-commits] Commit in (5 files)

2014-01-26 Thread Maxime Gauduin
Date: Sunday, January 26, 2014 @ 10:42:55
  Author: alucryd
Revision: 104789

Add lib32-db for lib32-jack

Added:
  lib32-db/
  lib32-db/repos/
  lib32-db/trunk/
  lib32-db/trunk/PKGBUILD
Modified:
  lib32-jack/trunk/PKGBUILD

---+
 lib32-db/trunk/PKGBUILD   |   39 +++
 lib32-jack/trunk/PKGBUILD |   17 -
 2 files changed, 47 insertions(+), 9 deletions(-)

Added: lib32-db/trunk/PKGBUILD
===
--- lib32-db/trunk/PKGBUILD (rev 0)
+++ lib32-db/trunk/PKGBUILD 2014-01-26 09:42:55 UTC (rev 104789)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=lib32-db
+pkgver=5.3.28
+pkgrel=1
+pkgdesc='The Berkeley DB embedded database system'
+arch=('i686' 'x86_64')
+url='http://www.oracle.com/technology/software/products/berkeley-db/index.html'
+license=('custom')
+depends=(${pkgname#*-}=${pkgver} 'gcc-libs-multilib')
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz;)
+sha256sums=('e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628')
+
+build() {
+  cd ${pkgname#*-}-${pkgver}/build_unix
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ../dist/configure --prefix='/usr' --libdir='/usr/lib32' 
--enable-{compat185,cxx,dbm,shared}
+  make LIBSO_LIBS='-lpthread'
+}
+
+package() {
+  cd ${pkgname#*-}-${pkgver}/build_unix
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,docs,include,share}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-db/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: lib32-jack/trunk/PKGBUILD
===
--- lib32-jack/trunk/PKGBUILD   2014-01-26 03:57:57 UTC (rev 104788)
+++ lib32-jack/trunk/PKGBUILD   2014-01-26 09:42:55 UTC (rev 104789)
@@ -6,20 +6,19 @@
 _pkgbasename=jack
 pkgname=lib32-$_pkgbasename
 _longname=jack-audio-connection-kit
-pkgver=0.121.3
+pkgver=0.124.1
 pkgrel=1
 pkgdesc=A low-latency audio server (32-bit)
 arch=('x86_64')
 license=('GPL' 'LGPL')
-depends=('lib32-glibc' $_pkgbasename=$pkgver)
-makedepends=(gcc-multilib)
+depends=($_pkgbasename=$pkgver 'lib32-db' 'lib32-libsamplerate' 
'lib32-readline')
+makedepends=('gcc-multilib')
 url=http://jackaudio.org/;
-options=('!libtool')
-source=(http://jackaudio.org/downloads/${_longname}-${pkgver}.tar.gz)
-md5sums=('35f470f7422c37b33eb965033f7a42e8')
+source=(http://jackaudio.org/downloads/${_longname}-${pkgver}.tar.gz;)
+md5sums=('d64e90121be8a54860b870a726fb5b5d')
 
 build() {
-  cd ${srcdir}/${_longname}-${pkgver}
+  cd ${srcdir}/${_longname}-${pkgver}
 
   export CC=gcc -m32
   export CXX=g++ -m32
@@ -32,8 +31,8 @@
 package() {
   cd ${srcdir}/${_longname}-${pkgver}
 
-  make DESTDIR=${pkgdir} install-pkgconfigDATA
-  make -C libjack DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-pkgconfigDATA
+  make -C libjack DESTDIR=${pkgdir} install
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-01-26 Thread Ronald van Haren
Date: Sunday, January 26, 2014 @ 10:43:39
  Author: ronald
Revision: 204732

archrelease: copy trunk to extra-any

Added:
  eigen2/repos/extra-any/PKGBUILD
(from rev 204731, eigen2/trunk/PKGBUILD)
Deleted:
  eigen2/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-26 09:43:24 UTC (rev 204731)
+++ PKGBUILD2014-01-26 09:43:39 UTC (rev 204732)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=eigen2
-pkgver=2.0.17
-pkgrel=1
-pkgdesc=A lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra
-arch=('any')
-url='http://eigen.tuxfamily.org/index.php?title=Main_Page'
-license=('GPL' 'LGPL3')
-makedepends=('cmake' 'pkg-config')
-replaces=('eigen')
-provides=('eigen')
-source=(http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
-md5sums=('ffa5a345cffa32778f5e7eab69e9a9ba')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../eigen-eigen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: eigen2/repos/extra-any/PKGBUILD (from rev 204731, eigen2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-26 09:43:39 UTC (rev 204732)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=eigen2
+pkgver=2.0.17
+pkgrel=2
+pkgdesc=A lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra
+arch=('any')
+url='http://eigen.tuxfamily.org/index.php?title=Main_Page'
+license=('GPL' 'LGPL3')
+makedepends=('cmake' 'pkg-config')
+source=(http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
+sha1sums=('461546be98b964d8d5d2adb0f1c31ba0e42efc38')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../eigen-eigen-b23437e61a07 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in lib32-db/repos (multilib-x86_64 multilib-x86_64/PKGBUILD)

2014-01-26 Thread Maxime Gauduin
Date: Sunday, January 26, 2014 @ 10:44:56
  Author: alucryd
Revision: 104790

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-db/repos/multilib-x86_64/
  lib32-db/repos/multilib-x86_64/PKGBUILD
(from rev 104789, lib32-db/trunk/PKGBUILD)

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

Copied: lib32-db/repos/multilib-x86_64/PKGBUILD (from rev 104789, 
lib32-db/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2014-01-26 09:44:56 UTC (rev 104790)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=lib32-db
+pkgver=5.3.28
+pkgrel=1
+pkgdesc='The Berkeley DB embedded database system'
+arch=('i686' 'x86_64')
+url='http://www.oracle.com/technology/software/products/berkeley-db/index.html'
+license=('custom')
+depends=(${pkgname#*-}=${pkgver} 'gcc-libs-multilib')
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz;)
+sha256sums=('e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628')
+
+build() {
+  cd ${pkgname#*-}-${pkgver}/build_unix
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ../dist/configure --prefix='/usr' --libdir='/usr/lib32' 
--enable-{compat185,cxx,dbm,shared}
+  make LIBSO_LIBS='-lpthread'
+}
+
+package() {
+  cd ${pkgname#*-}-${pkgver}/build_unix
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,docs,include,share}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



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

2014-01-26 Thread Ronald van Haren
Date: Sunday, January 26, 2014 @ 10:44:56
  Author: ronald
Revision: 204733

upgpkg: eigen 3.2.0-1

bring eigen to the repos for digikam refocus sharpening feature; rename from 
AUR/eigen3

Modified:
  eigen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 09:43:39 UTC (rev 204732)
+++ PKGBUILD2014-01-26 09:44:56 UTC (rev 204733)
@@ -8,7 +8,7 @@
 pkgdesc=Lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra.
 arch=('any')
 url='http://eigen.tuxfamily.org'
-license=('MPL2')
+license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
 makedepends=('cmake' 'pkg-config')
 optdepends=('qt4: for example programs'
 'superlu: optional backend'
@@ -30,5 +30,9 @@
 package() {
cd build
make DESTDIR=$pkgdir install
+
+   # install custom licenses
install -Dm644 ../eigen-eigen-*/COPYING.MPL2 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+install -Dm644 ../eigen-eigen-*/COPYING.BSD 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+install -Dm644 ../eigen-eigen-*/COPYING.MINPACK 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2014-01-26 Thread Ronald van Haren
Date: Sunday, January 26, 2014 @ 10:45:04
  Author: ronald
Revision: 204734

archrelease: copy trunk to extra-any

Added:
  eigen/repos/extra-any/
  eigen/repos/extra-any/PKGBUILD
(from rev 204733, eigen/trunk/PKGBUILD)

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

Copied: eigen/repos/extra-any/PKGBUILD (from rev 204733, eigen/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2014-01-26 09:45:04 UTC (rev 204734)
@@ -0,0 +1,38 @@
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Chirantan Ekbote chirantan.ekbote at gmail.com
+# Contributor: Kringel
+
+pkgname=eigen
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra.
+arch=('any')
+url='http://eigen.tuxfamily.org'
+license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
+makedepends=('cmake' 'pkg-config')
+optdepends=('qt4: for example programs'
+'superlu: optional backend'
+'scotch: optional backend'
+'metis: optional backend')
+replaces=('eigen3')
+provides=('eigen3')
+source=(${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
+sha1sums=('97de9df52c035dd260ccee6cf6ab09bb559fa441')
+
+build() {
+   mkdir -p build
+   cd build
+   cmake ../eigen-eigen-* \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+   cd build
+   make DESTDIR=$pkgdir install
+
+   # install custom licenses
+   install -Dm644 ../eigen-eigen-*/COPYING.MPL2 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+install -Dm644 ../eigen-eigen-*/COPYING.BSD 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+install -Dm644 ../eigen-eigen-*/COPYING.MINPACK 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in lib32-jack/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-01-26 Thread Maxime Gauduin
Date: Sunday, January 26, 2014 @ 10:47:07
  Author: alucryd
Revision: 104791

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-jack/repos/multilib-x86_64/PKGBUILD
(from rev 104790, lib32-jack/trunk/PKGBUILD)
Deleted:
  lib32-jack/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   77 ++---
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-26 09:44:56 UTC (rev 104790)
+++ PKGBUILD2014-01-26 09:47:07 UTC (rev 104791)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: tobias tob...@archlinux.net
-# Maintainer: Ray Rashif schivmeis...@gmail.com
-# Contributor: Robert Emil Berge rob...@rebi.no
-
-_pkgbasename=jack
-pkgname=lib32-$_pkgbasename
-_longname=jack-audio-connection-kit
-pkgver=0.121.3
-pkgrel=1
-pkgdesc=A low-latency audio server (32-bit)
-arch=('x86_64')
-license=('GPL' 'LGPL')
-depends=('lib32-glibc' $_pkgbasename=$pkgver)
-makedepends=(gcc-multilib)
-url=http://jackaudio.org/;
-options=('!libtool')
-source=(http://jackaudio.org/downloads/${_longname}-${pkgver}.tar.gz)
-md5sums=('35f470f7422c37b33eb965033f7a42e8')
-
-build() {
-  cd ${srcdir}/${_longname}-${pkgver}
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make -C libjack
-}
-
-package() {
-  cd ${srcdir}/${_longname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install-pkgconfigDATA
-  make -C libjack DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-jack/repos/multilib-x86_64/PKGBUILD (from rev 104790, 
lib32-jack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-26 09:47:07 UTC (rev 104791)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.net
+# Maintainer: Ray Rashif schivmeis...@gmail.com
+# Contributor: Robert Emil Berge rob...@rebi.no
+
+_pkgbasename=jack
+pkgname=lib32-$_pkgbasename
+_longname=jack-audio-connection-kit
+pkgver=0.124.1
+pkgrel=1
+pkgdesc=A low-latency audio server (32-bit)
+arch=('x86_64')
+license=('GPL' 'LGPL')
+depends=($_pkgbasename=$pkgver 'lib32-db' 'lib32-libsamplerate' 
'lib32-readline')
+makedepends=('gcc-multilib')
+url=http://jackaudio.org/;
+source=(http://jackaudio.org/downloads/${_longname}-${pkgver}.tar.gz;)
+md5sums=('d64e90121be8a54860b870a726fb5b5d')
+
+build() {
+  cd ${srcdir}/${_longname}-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make -C libjack
+}
+
+package() {
+  cd ${srcdir}/${_longname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install-pkgconfigDATA
+  make -C libjack DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-01-26 Thread Maxime Gauduin
Date: Sunday, January 26, 2014 @ 10:47:47
  Author: alucryd
Revision: 104792

No need for i686 in a lib32 package

Modified:
  lib32-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 09:47:07 UTC (rev 104791)
+++ PKGBUILD2014-01-26 09:47:47 UTC (rev 104792)
@@ -8,7 +8,7 @@
 pkgver=5.3.28
 pkgrel=1
 pkgdesc='The Berkeley DB embedded database system'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='http://www.oracle.com/technology/software/products/berkeley-db/index.html'
 license=('custom')
 depends=(${pkgname#*-}=${pkgver} 'gcc-libs-multilib')



[arch-commits] Commit in lib32-db/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-01-26 Thread Maxime Gauduin
Date: Sunday, January 26, 2014 @ 10:48:09
  Author: alucryd
Revision: 104793

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-db/repos/multilib-x86_64/PKGBUILD
(from rev 104792, lib32-db/trunk/PKGBUILD)
Deleted:
  lib32-db/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-26 09:47:47 UTC (rev 104792)
+++ PKGBUILD2014-01-26 09:48:09 UTC (rev 104793)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=lib32-db
-pkgver=5.3.28
-pkgrel=1
-pkgdesc='The Berkeley DB embedded database system'
-arch=('i686' 'x86_64')
-url='http://www.oracle.com/technology/software/products/berkeley-db/index.html'
-license=('custom')
-depends=(${pkgname#*-}=${pkgver} 'gcc-libs-multilib')
-source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz;)
-sha256sums=('e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628')
-
-build() {
-  cd ${pkgname#*-}-${pkgver}/build_unix
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ../dist/configure --prefix='/usr' --libdir='/usr/lib32' 
--enable-{compat185,cxx,dbm,shared}
-  make LIBSO_LIBS='-lpthread'
-}
-
-package() {
-  cd ${pkgname#*-}-${pkgver}/build_unix
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin,docs,include,share}
-
-  install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-db/repos/multilib-x86_64/PKGBUILD (from rev 104792, 
lib32-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-26 09:48:09 UTC (rev 104793)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=lib32-db
+pkgver=5.3.28
+pkgrel=1
+pkgdesc='The Berkeley DB embedded database system'
+arch=('x86_64')
+url='http://www.oracle.com/technology/software/products/berkeley-db/index.html'
+license=('custom')
+depends=(${pkgname#*-}=${pkgver} 'gcc-libs-multilib')
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz;)
+sha256sums=('e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628')
+
+build() {
+  cd ${pkgname#*-}-${pkgver}/build_unix
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ../dist/configure --prefix='/usr' --libdir='/usr/lib32' 
--enable-{compat185,cxx,dbm,shared}
+  make LIBSO_LIBS='-lpthread'
+}
+
+package() {
+  cd ${pkgname#*-}-${pkgver}/build_unix
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,docs,include,share}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



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

2014-01-26 Thread Ronald van Haren
Date: Sunday, January 26, 2014 @ 10:52:45
  Author: ronald
Revision: 204735

add eigen to makedepends as well

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 09:45:04 UTC (rev 204734)
+++ PKGBUILD2014-01-26 09:52:45 UTC (rev 204735)
@@ -13,7 +13,7 @@
 url=http://www.digikam.org/;
 makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
  'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 
'libgphoto2'
- 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick')
+ 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick' 'eigen')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('9e44fcf219312cbcbbaee0cc9a7f460a01769224')
 



[arch-commits] Commit in nvidia/trunk (PKGBUILD nvidia_3.13_kernel.patch)

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 11:31:48
  Author: thomas
Revision: 204736

Update for 3.13.

Added:
  nvidia/trunk/nvidia_3.13_kernel.patch
Modified:
  nvidia/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++--
 nvidia_3.13_kernel.patch |   46 +
 2 files changed, 53 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 09:52:45 UTC (rev 204735)
+++ PKGBUILD2014-01-26 10:31:48 UTC (rev 204736)
@@ -3,19 +3,19 @@
 
 pkgname=nvidia
 pkgver=331.38
-_extramodules=extramodules-3.12-ARCH
-pkgrel=2
+_extramodules=extramodules-3.13-ARCH
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.12' 'linux3.13' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.12' 'linux-headers3.13')
+depends=('linux=3.13' 'linux3.14' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
 conflicts=('nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install
 options=(!strip)
-#source=('nvidia-linux-3.12.patch')
-#md5sums=('d267069bc456de269424b4e1b46a3745')
+source=('nvidia_3.13_kernel.patch')
+md5sums=('90fc2d263157fa672fc8d1eb0309cb3a')
 
 if [ $CARCH = i686 ]; then
 _arch='x86'
@@ -33,6 +33,7 @@
 cd ${srcdir}
 sh ${_pkg}.run --extract-only
 cd ${_pkg}
+patch -p1 -i ${srcdir}/nvidia_3.13_kernel.patch
 }
 
 build() {

Added: nvidia_3.13_kernel.patch
===
--- nvidia_3.13_kernel.patch(rev 0)
+++ nvidia_3.13_kernel.patch2014-01-26 10:31:48 UTC (rev 204736)
@@ -0,0 +1,46 @@
+--- a/kernel/nv-acpi.c
 b/kernel/nv-acpi.c
+@@ -15,6 +15,10 @@
+ #include nv-linux.h
+ #include nv-reg.h
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3, 13, 0)  defined(ACPI_HANDLE)
++#define DEVICE_ACPI_HANDLE(a) ACPI_HANDLE(a)
++#endif
++
+ #if defined(NV_LINUX_ACPI_EVENTS_SUPPORTED)
+ static RM_STATUS   nv_acpi_extract_integer (const union acpi_object *, void 
*, NvU32, NvU32 *);
+ static RM_STATUS   nv_acpi_extract_buffer  (const union acpi_object *, void 
*, NvU32, NvU32 *);
+@@ -303,7 +307,10 @@ static int nv_acpi_remove(struct acpi_de
+ 
+ if (pNvAcpiObject-notify_handler_installed)
+ {
++#if LINUX_VERSION_CODE  KERNEL_VERSION(3, 13, 0)
++ /* beginning with 3.13, acpi_remove_notify_handler() waits for events to 
finish */
+ NV_ACPI_OS_WAIT_EVENTS_COMPLETE();
++#endif
+ 
+ // remove event notifier
+ status = acpi_remove_notify_handler(device-handle, 
ACPI_DEVICE_NOTIFY, nv_acpi_event);
+--- a/kernel/uvm/nvidia_uvm_linux.h
 b/kernel/uvm/nvidia_uvm_linux.h
+@@ -405,11 +405,17 @@ typedef void irqreturn_t;
+ // not require the RCU's read lock on current-cred.
+ //
+ //
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3, 5, 0)
++#define NV_KUID_TO_UID(value) (__kuid_val(value))
++#else
++#define NV_KUID_TO_UID(value) (value)
++#endif
++
+ #if defined(NV_TASK_STRUCT_HAS_CRED)
+ #define NV_CURRENT_EUID() \
+-(((typeof(*current-cred) __force __kernel *)current-cred)-euid)
++NV_KUID_TO_UID(((typeof(*current-cred) __force __kernel 
*)current-cred)-euid)
+ #else
+-#define NV_CURRENT_EUID() (current-euid)
++#define NV_CURRENT_EUID() NV_KUID_TO_UID(current-euid)
+ #endif
+ 
+ #define NV_ATOMIC_SET(data,val) atomic_set((data), (val))



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

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 11:45:02
  Author: thomas
Revision: 204737

Update for 3.13.

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 10:31:48 UTC (rev 204736)
+++ PKGBUILD2014-01-26 10:45:02 UTC (rev 204737)
@@ -4,14 +4,14 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=69
+pkgrel=70
 epoch=1
-_extramodules=extramodules-3.12-ARCH
+_extramodules=extramodules-3.13-ARCH
 arch=('i686' 'x86_64')
 url=http://www.lirc.org/;
 license=('GPL')
 ### NOTICE don't forget to bump version in depends in package_lirc
-makedepends=('help2man' 'linux=3.12' 'linux3.13' 'linux-headers=3.12' 
'linux-headers3.13' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
+makedepends=('help2man' 'linux=3.13' 'linux3.14' 'linux-headers=3.13' 
'linux-headers3.14' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
 options=('!makeflags' '!strip')
 
source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
 lirc_wpc8769l.patch
@@ -82,7 +82,7 @@
 
 package_lirc() {
   pkgdesc=Linux Infrared Remote Control kernel modules for stock arch kernel
-  depends=('lirc-utils' 'linux=3.12' 'linux3.13')
+  depends=('lirc-utils' 'linux=3.13' 'linux3.14')
   replaces=('lirc+pctv')
   install=lirc.install
 



[arch-commits] Commit in octave/trunk (PKGBUILD mex-gcc-4.8.patch octave.install)

2014-01-26 Thread Ronald van Haren
Date: Sunday, January 26, 2014 @ 12:14:57
  Author: ronald
Revision: 204738

update PKGBUILD files for 3.8.0 release; extra makedepends are needed for 
building docs; patch no longer needed; wait for version 4 before including the 
gui, upstream doesn't considers it finished yet

Modified:
  octave/trunk/PKGBUILD
  octave/trunk/octave.install
Deleted:
  octave/trunk/mex-gcc-4.8.patch

---+
 PKGBUILD  |   21 ++---
 mex-gcc-4.8.patch |   31 ---
 octave.install|2 +-
 3 files changed, 7 insertions(+), 47 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 10:45:02 UTC (rev 204737)
+++ PKGBUILD2014-01-26 11:14:57 UTC (rev 204738)
@@ -4,31 +4,22 @@
 # Contributor : cyberdune cyberd...@gmail.com
 
 pkgname=octave
-pkgver=3.6.4
-pkgrel=6
+pkgver=3.8.0
+pkgrel=1
 pkgdesc=A high-level language, primarily intended for numerical computations.
 arch=('i686' 'x86_64')
 url=http://www.octave.org;
 license=('GPL')
 depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu') 
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot')
 optdepends=('texinfo: for help-support in octave'
 'gnuplot: alternative plotting')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig}
-mex-gcc-4.8.patch)
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig})
 options=('!emptydirs')
 install=octave.install
-sha1sums=('3cc9366b6dbbd336eaf90fe70ad16e63705d82c4'
-  'SKIP'
-  '0608af9b7ccce8455f534d2fc4acf2f4c8f83a60')
+sha1sums=('ebb03485b72d97fa01f105460f81016f94680f77'
+  'SKIP')
 
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # https://savannah.gnu.org/bugs/?38746
-  patch -Np1 -i ${srcdir}/mex-gcc-4.8.patch
-}
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 

Deleted: mex-gcc-4.8.patch
===
--- mex-gcc-4.8.patch   2014-01-26 10:45:02 UTC (rev 204737)
+++ mex-gcc-4.8.patch   2014-01-26 11:14:57 UTC (rev 204738)
@@ -1,31 +0,0 @@
-# HG changeset patch
-# User Clemens Buchacher dri...@aon.at
-# Date 1369937542 14400
-#  Thu May 30 14:12:22 2013 -0400
-# Node ID 122d3f62e179ba044d47e58510905719220d8706
-# Parent  e38a0fa08368d4dd6f3a0dfd20cbe28cf8555f73
-do not include C++ header in extern C context (bug #38746)
-
-* mex.h: Include mexproto.h outside of extern C block.
-
-diff -r e38a0fa08368 -r 122d3f62e179 src/mex.h
 a/src/mex.hMon May 27 21:41:57 2013 +0200
-+++ b/src/mex.hThu May 30 14:12:22 2013 -0400
-@@ -64,6 +64,8 @@
- 
- #define mxMAXNAME 64
- 
-+#include mexproto.h
-+
- #if defined (__cplusplus)
- extern C {
- #endif
-@@ -74,8 +76,6 @@
- void mexFunction (int nlhs, mxArray* plhs[], int nrhs, const mxArray *prhs[]);
- #endif
- 
--#include mexproto.h
--
- /* V4 floating point routines renamed in V5.  */
- #define mexIsNaN mxIsNaN
- #define mexIsFinite mxIsFinite

Modified: octave.install
===
--- octave.install  2014-01-26 10:45:02 UTC (rev 204737)
+++ octave.install  2014-01-26 11:14:57 UTC (rev 204738)
@@ -1,5 +1,5 @@
 info_dir=/usr/share/info
-info_files=(octave.info octave.info-1 octave.info-2 octave.info-3 
octave.info-4 octave.info-5)
+info_files=(octave.info octave.info-1 octave.info-2 octave.info-3 
octave.info-4 octave.info-5 octave.info-6 octave.info-7 octave.info-8)
 
 post_install() {
   for f in ${info_files[@]}; do



[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD)

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 12:34:22
  Author: thomas
Revision: 204741

Update for 3.13

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 11:28:37 UTC (rev 204740)
+++ PKGBUILD2014-01-26 11:34:22 UTC (rev 204741)
@@ -3,35 +3,42 @@
 
 pkgname=nvidia-304xx
 pkgver=304.117
-_extramodules=extramodules-3.12-ARCH
-pkgrel=4
+_extramodules=extramodules-3.13-ARCH
+pkgrel=5
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.12' 'linux3.13' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.12' 'linux-headers3.13')
+depends=('linux=3.13' 'linux3.14' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
 conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install
 options=(!strip)
+source=('nvidia_3.13_kernel.patch')
+md5sums=('f1569a1ce7f9293b876c2b72f3fd7c9e')
 
 if [ $CARCH = i686 ]; then
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('023eb03da304a1842fc503c81e3c5694')
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('023eb03da304a1842fc503c81e3c5694')
 elif [ $CARCH = x86_64 ]; then
 _arch='x86_64'
_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('8ee9f672028971c6d36118894d0e2c59')
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('8ee9f672028971c6d36118894d0e2c59')
 fi
 
 
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+patch -p1 -i ${srcdir}/nvidia_3.13_kernel.patch
+}
+
 build() {
 _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
 cd ${_pkg}/kernel
 make SYSSRC=/usr/lib/modules/${_kernver}/build module
 }



[arch-commits] Commit in nvidia-304xx/trunk (nvidia_3.13_kernel.patch)

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 12:35:11
  Author: thomas
Revision: 204742

upgpkg: nvidia-304xx 304.117-5

Added:
  nvidia-304xx/trunk/nvidia_3.13_kernel.patch

--+
 nvidia_3.13_kernel.patch |   25 +
 1 file changed, 25 insertions(+)

Added: nvidia_3.13_kernel.patch
===
--- nvidia_3.13_kernel.patch(rev 0)
+++ nvidia_3.13_kernel.patch2014-01-26 11:35:11 UTC (rev 204742)
@@ -0,0 +1,25 @@
+diff -Nur NVIDIA-Linux-x86_64-304.117-no-compat32.orig/kernel/nv-acpi.c 
NVIDIA-Linux-x86_64-304.117-no-compat32/kernel/nv-acpi.c
+--- NVIDIA-Linux-x86_64-304.117-no-compat32.orig/kernel/nv-acpi.c  
2013-11-27 06:25:42.0 +0100
 NVIDIA-Linux-x86_64-304.117-no-compat32/kernel/nv-acpi.c   2014-01-26 
12:25:06.443610357 +0100
+@@ -15,6 +15,10 @@
+ #include nv-linux.h
+ #include nv-reg.h
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3, 13, 0)  defined(ACPI_HANDLE)
++#define DEVICE_ACPI_HANDLE(a) ACPI_HANDLE(a)
++#endif
++
+ #if defined(NV_LINUX_ACPI_EVENTS_SUPPORTED)
+ 
+ static int nv_acpi_add (struct acpi_device *);
+@@ -299,7 +303,10 @@
+ 
+ if (pNvAcpiObject-notify_handler_installed)
+ {
++#if LINUX_VERSION_CODE  KERNEL_VERSION(3, 13, 0)
++ /* beginning with 3.13, acpi_remove_notify_handler() waits for events to 
finish */
+ NV_ACPI_OS_WAIT_EVENTS_COMPLETE();
++#endif
+ 
+ // remove event notifier
+ status = acpi_remove_notify_handler(device-handle, 
ACPI_DEVICE_NOTIFY, nv_acpi_event);



[arch-commits] Commit in linux/repos (30 files)

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 12:35:31
  Author: thomas
Revision: 204743

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

Added:
  linux/repos/testing-i686/
  
linux/repos/testing-i686/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
(from rev 204741, 
linux/trunk/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch)
  
linux/repos/testing-i686/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch
(from rev 204741, 
linux/trunk/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch)
  
linux/repos/testing-i686/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch
(from rev 204741, 
linux/trunk/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch)
  
linux/repos/testing-i686/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch
(from rev 204741, 
linux/trunk/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch)
  
linux/repos/testing-i686/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch
(from rev 204741, 
linux/trunk/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch)
  
linux/repos/testing-i686/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
(from rev 204741, 
linux/trunk/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch)
  
linux/repos/testing-i686/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch
(from rev 204741, 
linux/trunk/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 204741, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 204741, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 204741, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 204741, linux/trunk/config.x86_64)
  linux/repos/testing-i686/criu-no-expert.patch
(from rev 204741, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-i686/linux.install
(from rev 204741, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 204741, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  
linux/repos/testing-x86_64/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
(from rev 204742, 
linux/trunk/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch)
  
linux/repos/testing-x86_64/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch
(from rev 204742, 
linux/trunk/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch)
  
linux/repos/testing-x86_64/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch
(from rev 204742, 
linux/trunk/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch)
  
linux/repos/testing-x86_64/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch
(from rev 204742, 
linux/trunk/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch)
  
linux/repos/testing-x86_64/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch
(from rev 204742, 
linux/trunk/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch)
  
linux/repos/testing-x86_64/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
(from rev 204742, 
linux/trunk/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch)
  
linux/repos/testing-x86_64/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch
(from rev 204742, 
linux/trunk/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 204742, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 204742, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 204742, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 204742, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/criu-no-expert.patch
(from rev 204742, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 204742, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 204742, linux/trunk/linux.preset)

+
 testing-i686/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch   
|  241 
 testing-i686/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch   
|   68 
 testing-i686/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch   
|  143 
 testing-i686/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch   
|   50 
 testing-i686/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch   
|   32 
 testing-i686/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
|  100 
 testing-i686/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch   
|   50 
 testing-i686/PKGBUILD

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

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 12:36:20
  Author: thomas
Revision: 204744

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 204743, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia.install
(from rev 204743, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-i686/nvidia_3.13_kernel.patch
(from rev 204743, nvidia/trunk/nvidia_3.13_kernel.patch)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 204743, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 204743, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/nvidia_3.13_kernel.patch
(from rev 204743, nvidia/trunk/nvidia_3.13_kernel.patch)

-+
 testing-i686/PKGBUILD   |   52 ++
 testing-i686/nvidia.install |   18 ++
 testing-i686/nvidia_3.13_kernel.patch   |   46 ++
 testing-x86_64/PKGBUILD |   52 ++
 testing-x86_64/nvidia.install   |   18 ++
 testing-x86_64/nvidia_3.13_kernel.patch |   46 ++
 6 files changed, 232 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 204743, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-26 11:36:20 UTC (rev 204744)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=331.38
+_extramodules=extramodules-3.13-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.13' 'linux3.14' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('nvidia_3.13_kernel.patch')
+md5sums=('90fc2d263157fa672fc8d1eb0309cb3a')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('16aa229f7f118c8cafad6fb3f4ac082e')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('f2059ae373665cb6c8fb826e1173b04d')
+fi
+
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+patch -p1 -i ${srcdir}/nvidia_3.13_kernel.patch
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}/${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 204743, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-01-26 11:36:20 UTC (rev 204744)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+if  [ $(vercmp $2 310.19-2) -lt 0 ]; then
+echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
+fi
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia/repos/testing-i686/nvidia_3.13_kernel.patch (from rev 204743, 
nvidia/trunk/nvidia_3.13_kernel.patch)
===
--- testing-i686/nvidia_3.13_kernel.patch   (rev 0)
+++ testing-i686/nvidia_3.13_kernel.patch   2014-01-26 11:36:20 UTC (rev 
204744)
@@ -0,0 +1,46 @@
+--- a/kernel/nv-acpi.c
 b/kernel/nv-acpi.c
+@@ -15,6 +15,10 @@
+ #include nv-linux.h
+ #include nv-reg.h
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3, 13, 0)  defined(ACPI_HANDLE)
++#define DEVICE_ACPI_HANDLE(a) ACPI_HANDLE(a)
++#endif
++
+ #if defined(NV_LINUX_ACPI_EVENTS_SUPPORTED)
+ static RM_STATUS   nv_acpi_extract_integer (const union acpi_object *, void 
*, NvU32, NvU32 

[arch-commits] Commit in lirc/repos (28 files)

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 12:42:59
  Author: thomas
Revision: 204745

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

Added:
  lirc/repos/testing-i686/
  lirc/repos/testing-i686/PKGBUILD
(from rev 204744, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 204744, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 204744, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 204744, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 204744, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 204744, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 204744, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 204744, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 204744, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 204744, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 204744, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 204744, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircm.service
(from rev 204744, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 204744, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 204744, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 204744, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 204744, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 204744, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 204744, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 204744, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 204744, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 204744, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 204744, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 204744, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 204744, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircm.service
(from rev 204744, lirc/trunk/lircm.service)

+
 testing-i686/PKGBUILD  |  121 +++
 testing-i686/irexec.service|   11 ++
 testing-i686/kernel-2.6.39.patch   |   54 ++
 testing-i686/linux-3.8.patch   |   80 +++
 testing-i686/lirc-utils.install|7 +
 testing-i686/lirc.install  |   16 +++
 testing-i686/lirc.logrotate|5 
 testing-i686/lirc.service  |   12 ++
 testing-i686/lirc.tmpfiles |1 
 testing-i686/lirc_atiusb-kfifo.patch   |   31 +
 testing-i686/lirc_wpc8769l.patch   |   88 
 testing-i686/lircd-handle-large-config.patch   |   39 +++
 testing-i686/lircm.service |   12 ++
 testing-x86_64/PKGBUILD|  121 +++
 testing-x86_64/irexec.service  |   11 ++
 testing-x86_64/kernel-2.6.39.patch |   54 ++
 testing-x86_64/linux-3.8.patch |   80 +++
 testing-x86_64/lirc-utils.install  |7 +
 testing-x86_64/lirc.install|   16 +++
 testing-x86_64/lirc.logrotate  |5 
 testing-x86_64/lirc.service|   12 ++
 testing-x86_64/lirc.tmpfiles   |1 
 testing-x86_64/lirc_atiusb-kfifo.patch |   31 +
 testing-x86_64/lirc_wpc8769l.patch |   88 
 testing-x86_64/lircd-handle-large-config.patch |   39 +++
 testing-x86_64/lircm.service   |   12 ++
 26 files changed, 954 insertions(+)

Copied: lirc/repos/testing-i686/PKGBUILD (from rev 204744, lirc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-26 11:42:59 UTC (rev 204745)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+
+pkgbase=lirc
+pkgname=('lirc' 'lirc-utils')
+pkgver=0.9.0
+pkgrel=70
+epoch=1
+_extramodules=extramodules-3.13-ARCH
+arch=('i686' 'x86_64')
+url=http://www.lirc.org/;
+license=('GPL')
+### NOTICE don't forget to bump version in depends in 

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

2014-01-26 Thread Andrea Scarpino
Date: Sunday, January 26, 2014 @ 13:10:20
  Author: andrea
Revision: 204746

Not needed at runtime

Modified:
  avogadro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 11:42:59 UTC (rev 204745)
+++ PKGBUILD2014-01-26 12:10:20 UTC (rev 204746)
@@ -10,8 +10,8 @@
 arch=('i686' 'x86_64')
 url=http://avogadro.openmolecules.net/wiki/Main_Page;
 license=('GPL2')
-depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
-makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl')
+depends=('openbabel' 'python2-pyqt' 'boost-libs' 'glew' 'python2-numpy')
+makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl' 'eigen2')
 install=avogadro.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 'boost153.patch')



[arch-commits] Commit in avogadro/repos/extra-i686 (6 files)

2014-01-26 Thread Andrea Scarpino
Date: Sunday, January 26, 2014 @ 13:10:42
  Author: andrea
Revision: 204747

archrelease: copy trunk to extra-i686

Added:
  avogadro/repos/extra-i686/PKGBUILD
(from rev 204746, avogadro/trunk/PKGBUILD)
  avogadro/repos/extra-i686/avogadro.install
(from rev 204746, avogadro/trunk/avogadro.install)
  avogadro/repos/extra-i686/boost153.patch
(from rev 204746, avogadro/trunk/boost153.patch)
Deleted:
  avogadro/repos/extra-i686/PKGBUILD
  avogadro/repos/extra-i686/avogadro.install
  avogadro/repos/extra-i686/boost153.patch

--+
 PKGBUILD |   82 ++--
 avogadro.install |   22 -
 boost153.patch   |  120 ++---
 3 files changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-26 12:10:20 UTC (rev 204746)
+++ PKGBUILD2014-01-26 12:10:42 UTC (rev 204747)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Nick B Shirakawasuna at gmail _dot_com
-
-pkgname=avogadro
-pkgver=1.1.1
-pkgrel=1
-pkgdesc=An advanced molecular editor based on Qt
-arch=('i686' 'x86_64')
-url=http://avogadro.openmolecules.net/wiki/Main_Page;
-license=('GPL2')
-depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
-makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl')
-install=avogadro.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-'boost153.patch')
-md5sums=('1223bb18f50dccd2c60538aa90d58c7a'
- 'aa2573f78d5dbd85b3cb79e08acde8ab')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/boost153.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DQT_MKSPECS_RELATIVE=share/qt4/mkspecs
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: avogadro/repos/extra-i686/PKGBUILD (from rev 204746, 
avogadro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-26 12:10:42 UTC (rev 204747)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Nick B Shirakawasuna at gmail _dot_com
+
+pkgname=avogadro
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=An advanced molecular editor based on Qt
+arch=('i686' 'x86_64')
+url=http://avogadro.openmolecules.net/wiki/Main_Page;
+license=('GPL2')
+depends=('openbabel' 'python2-pyqt' 'boost-libs' 'glew' 'python2-numpy')
+makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl' 'eigen2')
+install=avogadro.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'boost153.patch')
+md5sums=('1223bb18f50dccd2c60538aa90d58c7a'
+ 'aa2573f78d5dbd85b3cb79e08acde8ab')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/boost153.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DQT_MKSPECS_RELATIVE=share/qt4/mkspecs
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: avogadro.install
===
--- avogadro.install2014-01-26 12:10:20 UTC (rev 204746)
+++ avogadro.install2014-01-26 12:10:42 UTC (rev 204747)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: avogadro/repos/extra-i686/avogadro.install (from rev 204746, 
avogadro/trunk/avogadro.install)
===
--- avogadro.install(rev 0)
+++ avogadro.install2014-01-26 12:10:42 UTC (rev 204747)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: boost153.patch
===
--- boost153.patch  2014-01-26 12:10:20 UTC (rev 204746)
+++ boost153.patch  2014-01-26 12:10:42 UTC (rev 204747)
@@ -1,60 +0,0 @@
 avogadro-1.1.0/libavogadro/src/pythonengine_p.h~   2013-03-29 
12:46:16.306165881 +
-+++ avogadro-1.1.0/libavogadro/src/pythonengine_p.h2013-03-29 
12:45:43.123089622 +
-@@ -27,7 +27,9 @@
- 
- #include avogadro/global.h
- #include avogadro/engine.h
-+#ifndef Q_MOC_RUN
- #include boost/python.hpp
-+#endif
- 
- namespace Avogadro {
- 
 avogadro-1.1.0/libavogadro/src/pythonextension_p.h~2013-03-29 
12:46:32.156043085 +
-+++ avogadro-1.1.0/libavogadro/src/pythonextension_p.h 

[arch-commits] Commit in avogadro/repos/extra-x86_64 (6 files)

2014-01-26 Thread Andrea Scarpino
Date: Sunday, January 26, 2014 @ 13:10:54
  Author: andrea
Revision: 204748

archrelease: copy trunk to extra-x86_64

Added:
  avogadro/repos/extra-x86_64/PKGBUILD
(from rev 204747, avogadro/trunk/PKGBUILD)
  avogadro/repos/extra-x86_64/avogadro.install
(from rev 204747, avogadro/trunk/avogadro.install)
  avogadro/repos/extra-x86_64/boost153.patch
(from rev 204747, avogadro/trunk/boost153.patch)
Deleted:
  avogadro/repos/extra-x86_64/PKGBUILD
  avogadro/repos/extra-x86_64/avogadro.install
  avogadro/repos/extra-x86_64/boost153.patch

--+
 PKGBUILD |   82 ++--
 avogadro.install |   22 -
 boost153.patch   |  120 ++---
 3 files changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-26 12:10:42 UTC (rev 204747)
+++ PKGBUILD2014-01-26 12:10:54 UTC (rev 204748)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Nick B Shirakawasuna at gmail _dot_com
-
-pkgname=avogadro
-pkgver=1.1.1
-pkgrel=1
-pkgdesc=An advanced molecular editor based on Qt
-arch=('i686' 'x86_64')
-url=http://avogadro.openmolecules.net/wiki/Main_Page;
-license=('GPL2')
-depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
-makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl')
-install=avogadro.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-'boost153.patch')
-md5sums=('1223bb18f50dccd2c60538aa90d58c7a'
- 'aa2573f78d5dbd85b3cb79e08acde8ab')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/boost153.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DQT_MKSPECS_RELATIVE=share/qt4/mkspecs
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: avogadro/repos/extra-x86_64/PKGBUILD (from rev 204747, 
avogadro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-26 12:10:54 UTC (rev 204748)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Nick B Shirakawasuna at gmail _dot_com
+
+pkgname=avogadro
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=An advanced molecular editor based on Qt
+arch=('i686' 'x86_64')
+url=http://avogadro.openmolecules.net/wiki/Main_Page;
+license=('GPL2')
+depends=('openbabel' 'python2-pyqt' 'boost-libs' 'glew' 'python2-numpy')
+makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl' 'eigen2')
+install=avogadro.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'boost153.patch')
+md5sums=('1223bb18f50dccd2c60538aa90d58c7a'
+ 'aa2573f78d5dbd85b3cb79e08acde8ab')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/boost153.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DQT_MKSPECS_RELATIVE=share/qt4/mkspecs
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: avogadro.install
===
--- avogadro.install2014-01-26 12:10:42 UTC (rev 204747)
+++ avogadro.install2014-01-26 12:10:54 UTC (rev 204748)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: avogadro/repos/extra-x86_64/avogadro.install (from rev 204747, 
avogadro/trunk/avogadro.install)
===
--- avogadro.install(rev 0)
+++ avogadro.install2014-01-26 12:10:54 UTC (rev 204748)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: boost153.patch
===
--- boost153.patch  2014-01-26 12:10:42 UTC (rev 204747)
+++ boost153.patch  2014-01-26 12:10:54 UTC (rev 204748)
@@ -1,60 +0,0 @@
 avogadro-1.1.0/libavogadro/src/pythonengine_p.h~   2013-03-29 
12:46:16.306165881 +
-+++ avogadro-1.1.0/libavogadro/src/pythonengine_p.h2013-03-29 
12:45:43.123089622 +
-@@ -27,7 +27,9 @@
- 
- #include avogadro/global.h
- #include avogadro/engine.h
-+#ifndef Q_MOC_RUN
- #include boost/python.hpp
-+#endif
- 
- namespace Avogadro {
- 
 avogadro-1.1.0/libavogadro/src/pythonextension_p.h~2013-03-29 
12:46:32.156043085 +
-+++ 

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

2014-01-26 Thread Andrea Scarpino
Date: Sunday, January 26, 2014 @ 13:11:59
  Author: andrea
Revision: 204749

Not needed at runtime

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 12:10:54 UTC (rev 204748)
+++ PKGBUILD2014-01-26 12:11:59 UTC (rev 204749)
@@ -25,7 +25,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
  'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg' 
'opencolorio'
  'libwps' 'gsl' 'glew' 'fftw' 'poppler-qt' 'libkdcraw'
- 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc' 'libvisio') 
+ 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc' 'libvisio')
  # libpqxx is in community, move it to extra?
 groups=('calligra')
 
source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz;)
@@ -152,8 +152,8 @@
 
 package_calligra-krita() {
   pkgdesc=Edit and paint images
-  depends=('calligra-plugins' 'kdebase-runtime' 'eigen2'
-   'opencolorio' 'libkdcraw' 'fftw' 'glew')
+  depends=('calligra-plugins' 'kdebase-runtime' 'opencolorio' 'libkdcraw'
+   'fftw' 'glew')
   conflicts=('koffice-krita' 'calligra-krita-doc')
   replaces=('koffice-krita' 'calligra-krita-doc')
   install=calligra-krita.install



[arch-commits] Commit in calligra/repos/testing-i686 (28 files)

2014-01-26 Thread Andrea Scarpino
Date: Sunday, January 26, 2014 @ 13:12:31
  Author: andrea
Revision: 204750

archrelease: copy trunk to testing-i686

Added:
  calligra/repos/testing-i686/PKGBUILD
(from rev 204749, calligra/trunk/PKGBUILD)
  calligra/repos/testing-i686/calligra-braindump.install
(from rev 204749, calligra/trunk/calligra-braindump.install)
  calligra/repos/testing-i686/calligra-extras.install
(from rev 204749, calligra/trunk/calligra-extras.install)
  calligra/repos/testing-i686/calligra-filters.install
(from rev 204749, calligra/trunk/calligra-filters.install)
  calligra/repos/testing-i686/calligra-flow.install
(from rev 204749, calligra/trunk/calligra-flow.install)
  calligra/repos/testing-i686/calligra-karbon.install
(from rev 204749, calligra/trunk/calligra-karbon.install)
  calligra/repos/testing-i686/calligra-kexi.install
(from rev 204749, calligra/trunk/calligra-kexi.install)
  calligra/repos/testing-i686/calligra-krita.install
(from rev 204749, calligra/trunk/calligra-krita.install)
  calligra/repos/testing-i686/calligra-plan.install
(from rev 204749, calligra/trunk/calligra-plan.install)
  calligra/repos/testing-i686/calligra-plugins.install
(from rev 204749, calligra/trunk/calligra-plugins.install)
  calligra/repos/testing-i686/calligra-sheets.install
(from rev 204749, calligra/trunk/calligra-sheets.install)
  calligra/repos/testing-i686/calligra-stage.install
(from rev 204749, calligra/trunk/calligra-stage.install)
  calligra/repos/testing-i686/calligra-words.install
(from rev 204749, calligra/trunk/calligra-words.install)
  calligra/repos/testing-i686/calligra.install
(from rev 204749, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/testing-i686/PKGBUILD
  calligra/repos/testing-i686/calligra-braindump.install
  calligra/repos/testing-i686/calligra-extras.install
  calligra/repos/testing-i686/calligra-filters.install
  calligra/repos/testing-i686/calligra-flow.install
  calligra/repos/testing-i686/calligra-karbon.install
  calligra/repos/testing-i686/calligra-kexi.install
  calligra/repos/testing-i686/calligra-krita.install
  calligra/repos/testing-i686/calligra-plan.install
  calligra/repos/testing-i686/calligra-plugins.install
  calligra/repos/testing-i686/calligra-sheets.install
  calligra/repos/testing-i686/calligra-stage.install
  calligra/repos/testing-i686/calligra-words.install
  calligra/repos/testing-i686/calligra.install

+
 PKGBUILD   |  468 +--
 calligra-braindump.install |   24 +-
 calligra-extras.install|   22 +-
 calligra-filters.install   |   22 +-
 calligra-flow.install  |   24 +-
 calligra-karbon.install|   24 +-
 calligra-kexi.install  |   24 +-
 calligra-krita.install |   26 +-
 calligra-plan.install  |   24 +-
 calligra-plugins.install   |   22 +-
 calligra-sheets.install|   24 +-
 calligra-stage.install |   24 +-
 calligra-words.install |   24 +-
 calligra.install   |   22 +-
 14 files changed, 387 insertions(+), 387 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-26 12:11:59 UTC (rev 204749)
+++ PKGBUILD2014-01-26 12:12:31 UTC (rev 204750)
@@ -1,234 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgbase=calligra
-pkgname=('calligra-braindump'
- 'calligra-extras'
- 'calligra-filters'
- 'calligra-flow'
- 'calligra-handbook'
- 'calligra-karbon'
- 'calligra-kexi'
- 'calligra-krita'
- 'calligra-libs'
- 'calligra-plan'
- 'calligra-plugins'
- 'calligra-sheets'
- 'calligra-stage'
- 'calligra-words')
-pkgver=2.7.5
-pkgrel=5
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
- 'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg' 
'opencolorio'
- 'libwps' 'gsl' 'glew' 'fftw' 'poppler-qt' 'libkdcraw'
- 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc' 'libvisio') 
- # libpqxx is in community, move it to extra?
-groups=('calligra')
-source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('05d1d0bac970d6dc68ffabc12fca2eb7')
-
-prepare() {
-  mkdir build
-  # fix openjpeg detection
-  sed -i s:/usr/include/openjpeg:/usr/include/openjpeg-1.5: \
- ${srcdir}/${pkgbase}-${pkgver}/cmake/modules/FindOpenJPEG.cmake
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_active=OFF
-  make
-}
-
-package_calligra-filters() {
-  pkgdesc=Filters for the Calligra office suite
-  optdepends=('libwpg: Corel WordPerfect Graphics image importer'
-  

[arch-commits] Commit in calligra/repos/testing-x86_64 (28 files)

2014-01-26 Thread Andrea Scarpino
Date: Sunday, January 26, 2014 @ 13:12:58
  Author: andrea
Revision: 204751

archrelease: copy trunk to testing-x86_64

Added:
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 204750, calligra/trunk/PKGBUILD)
  calligra/repos/testing-x86_64/calligra-braindump.install
(from rev 204750, calligra/trunk/calligra-braindump.install)
  calligra/repos/testing-x86_64/calligra-extras.install
(from rev 204750, calligra/trunk/calligra-extras.install)
  calligra/repos/testing-x86_64/calligra-filters.install
(from rev 204750, calligra/trunk/calligra-filters.install)
  calligra/repos/testing-x86_64/calligra-flow.install
(from rev 204750, calligra/trunk/calligra-flow.install)
  calligra/repos/testing-x86_64/calligra-karbon.install
(from rev 204750, calligra/trunk/calligra-karbon.install)
  calligra/repos/testing-x86_64/calligra-kexi.install
(from rev 204750, calligra/trunk/calligra-kexi.install)
  calligra/repos/testing-x86_64/calligra-krita.install
(from rev 204750, calligra/trunk/calligra-krita.install)
  calligra/repos/testing-x86_64/calligra-plan.install
(from rev 204750, calligra/trunk/calligra-plan.install)
  calligra/repos/testing-x86_64/calligra-plugins.install
(from rev 204750, calligra/trunk/calligra-plugins.install)
  calligra/repos/testing-x86_64/calligra-sheets.install
(from rev 204750, calligra/trunk/calligra-sheets.install)
  calligra/repos/testing-x86_64/calligra-stage.install
(from rev 204750, calligra/trunk/calligra-stage.install)
  calligra/repos/testing-x86_64/calligra-words.install
(from rev 204750, calligra/trunk/calligra-words.install)
  calligra/repos/testing-x86_64/calligra.install
(from rev 204750, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/testing-x86_64/PKGBUILD
  calligra/repos/testing-x86_64/calligra-braindump.install
  calligra/repos/testing-x86_64/calligra-extras.install
  calligra/repos/testing-x86_64/calligra-filters.install
  calligra/repos/testing-x86_64/calligra-flow.install
  calligra/repos/testing-x86_64/calligra-karbon.install
  calligra/repos/testing-x86_64/calligra-kexi.install
  calligra/repos/testing-x86_64/calligra-krita.install
  calligra/repos/testing-x86_64/calligra-plan.install
  calligra/repos/testing-x86_64/calligra-plugins.install
  calligra/repos/testing-x86_64/calligra-sheets.install
  calligra/repos/testing-x86_64/calligra-stage.install
  calligra/repos/testing-x86_64/calligra-words.install
  calligra/repos/testing-x86_64/calligra.install

+
 PKGBUILD   |  468 +--
 calligra-braindump.install |   24 +-
 calligra-extras.install|   22 +-
 calligra-filters.install   |   22 +-
 calligra-flow.install  |   24 +-
 calligra-karbon.install|   24 +-
 calligra-kexi.install  |   24 +-
 calligra-krita.install |   26 +-
 calligra-plan.install  |   24 +-
 calligra-plugins.install   |   22 +-
 calligra-sheets.install|   24 +-
 calligra-stage.install |   24 +-
 calligra-words.install |   24 +-
 calligra.install   |   22 +-
 14 files changed, 387 insertions(+), 387 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-26 12:12:31 UTC (rev 204750)
+++ PKGBUILD2014-01-26 12:12:58 UTC (rev 204751)
@@ -1,234 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-
-pkgbase=calligra
-pkgname=('calligra-braindump'
- 'calligra-extras'
- 'calligra-filters'
- 'calligra-flow'
- 'calligra-handbook'
- 'calligra-karbon'
- 'calligra-kexi'
- 'calligra-krita'
- 'calligra-libs'
- 'calligra-plan'
- 'calligra-plugins'
- 'calligra-sheets'
- 'calligra-stage'
- 'calligra-words')
-pkgver=2.7.5
-pkgrel=5
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
- 'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg' 
'opencolorio'
- 'libwps' 'gsl' 'glew' 'fftw' 'poppler-qt' 'libkdcraw'
- 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc' 'libvisio') 
- # libpqxx is in community, move it to extra?
-groups=('calligra')
-source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('05d1d0bac970d6dc68ffabc12fca2eb7')
-
-prepare() {
-  mkdir build
-  # fix openjpeg detection
-  sed -i s:/usr/include/openjpeg:/usr/include/openjpeg-1.5: \
- ${srcdir}/${pkgbase}-${pkgver}/cmake/modules/FindOpenJPEG.cmake
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_active=OFF
-  make
-}
-
-package_calligra-filters() {
-  pkgdesc=Filters for the Calligra office suite
-  optdepends=('libwpg: 

[arch-commits] Commit in nvidia-304xx/repos (8 files)

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 13:19:58
  Author: thomas
Revision: 204763

archrelease: copy trunk to testing-i686

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 204742, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nvidia.install
(from rev 204742, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-i686/nvidia_3.13_kernel.patch
(from rev 204742, nvidia-304xx/trunk/nvidia_3.13_kernel.patch)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 204742, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nvidia.install
(from rev 204742, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-x86_64/nvidia_3.13_kernel.patch
(from rev 204742, nvidia-304xx/trunk/nvidia_3.13_kernel.patch)

-+
 testing-i686/PKGBUILD   |   55 ++
 testing-i686/nvidia.install |   15 
 testing-i686/nvidia_3.13_kernel.patch   |   25 +
 testing-x86_64/PKGBUILD |   55 ++
 testing-x86_64/nvidia.install   |   15 
 testing-x86_64/nvidia_3.13_kernel.patch |   25 +
 6 files changed, 190 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 204742, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-26 12:19:58 UTC (rev 204763)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.117
+_extramodules=extramodules-3.13-ARCH
+pkgrel=5
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.13' 'linux3.14' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('nvidia_3.13_kernel.patch')
+md5sums=('f1569a1ce7f9293b876c2b72f3fd7c9e')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('023eb03da304a1842fc503c81e3c5694')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('8ee9f672028971c6d36118894d0e2c59')
+fi
+
+
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+patch -p1 -i ${srcdir}/nvidia_3.13_kernel.patch
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}

Copied: nvidia-304xx/repos/testing-i686/nvidia.install (from rev 204742, 
nvidia-304xx/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-01-26 12:19:58 UTC (rev 204763)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx/repos/testing-i686/nvidia_3.13_kernel.patch (from rev 
204742, nvidia-304xx/trunk/nvidia_3.13_kernel.patch)
===
--- testing-i686/nvidia_3.13_kernel.patch   (rev 0)
+++ testing-i686/nvidia_3.13_kernel.patch   2014-01-26 12:19:58 UTC (rev 
204763)
@@ -0,0 +1,25 @@
+diff -Nur NVIDIA-Linux-x86_64-304.117-no-compat32.orig/kernel/nv-acpi.c 
NVIDIA-Linux-x86_64-304.117-no-compat32/kernel/nv-acpi.c
+--- NVIDIA-Linux-x86_64-304.117-no-compat32.orig/kernel/nv-acpi.c  
2013-11-27 06:25:42.0 +0100
 NVIDIA-Linux-x86_64-304.117-no-compat32/kernel/nv-acpi.c   2014-01-26 

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

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 13:32:52
  Author: thomas
Revision: 104806

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

Added:
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 104805, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 104805, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 104805, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 104805, bbswitch/trunk/bbswitch.install)

---+
 community-testing-i686/PKGBUILD   |   33 
 community-testing-i686/bbswitch.install   |   12 ++
 community-testing-x86_64/PKGBUILD |   33 
 community-testing-x86_64/bbswitch.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 104805, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-26 12:32:52 UTC (rev 104806)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.13-ARCH # Don't forget to update bbswitch.install
+pkgrel=6
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.13' 'linux3.14')
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
104805, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2014-01-26 12:32:52 UTC (rev 
104806)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 104805, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-01-26 12:32:52 UTC (rev 104806)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.13-ARCH # Don't forget to update bbswitch.install
+pkgrel=6
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.13' 'linux3.14')
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
104805, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2014-01-26 12:32:52 UTC (rev 
104806)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 13:32:43
  Author: thomas
Revision: 104805

upgpkg: bbswitch 0.8-6: update for 3.13

Modified:
  bbswitch/trunk/PKGBUILD
  bbswitch/trunk/bbswitch.install

--+
 PKGBUILD |   10 +-
 bbswitch.install |2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 12:17:42 UTC (rev 104804)
+++ PKGBUILD2014-01-26 12:32:43 UTC (rev 104805)
@@ -5,14 +5,14 @@
 
 pkgname=bbswitch
 pkgver=0.8
-_extramodules=extramodules-3.12-ARCH # Don't forget to update bbswitch.install
-pkgrel=5
+_extramodules=extramodules-3.13-ARCH # Don't forget to update bbswitch.install
+pkgrel=6
 pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
 arch=('i686' 'x86_64')
 url=(http://github.com/Bumblebee-Project/bbswitch;)
 license=('GPL')
-depends=('linux=3.12' 'linux3.13')
-makedepends=('linux-headers=3.12' 'linux-headers3.13')
+depends=('linux=3.13' 'linux3.14')
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
 install=bbswitch.install
 
source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
@@ -22,7 +22,7 @@
 
   _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
 
-  make KDIR=/usr/src/linux-${_kernver}
+  make KDIR=/lib/modules/${_kernver}/build
 }
 
 package() {

Modified: bbswitch.install
===
--- bbswitch.install2014-01-26 12:17:42 UTC (rev 104804)
+++ bbswitch.install2014-01-26 12:32:43 UTC (rev 104805)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-3.12-ARCH'
+EXTRAMODULES='extramodules-3.13-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



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

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 13:36:21
  Author: thomas
Revision: 104808

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

Added:
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 104807, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/r8168.install
(from rev 104807, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 104807, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 104807, r8168/trunk/r8168.install)

+
 community-testing-i686/PKGBUILD|   45 +++
 community-testing-i686/r8168.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   45 +++
 community-testing-x86_64/r8168.install |   17 +++
 4 files changed, 124 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 104807, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-26 12:36:21 UTC (rev 104808)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.037.00
+pkgrel=7
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+
+   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
+}
+
+sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 104807, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2014-01-26 12:36:21 UTC (rev 
104808)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.13-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo ' The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '  `echo blacklist r8169  
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 104807, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-01-26 12:36:21 UTC (rev 104808)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.037.00
+pkgrel=7
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   

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

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 13:36:11
  Author: thomas
Revision: 104807

upgpkg: r8168 8.037.00-7: update for 3.13

Modified:
  r8168/trunk/PKGBUILD
  r8168/trunk/r8168.install

---+
 PKGBUILD  |2 +-
 r8168.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 12:32:52 UTC (rev 104806)
+++ PKGBUILD2014-01-26 12:36:11 UTC (rev 104807)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.037.00
-pkgrel=6
+pkgrel=7
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)

Modified: r8168.install
===
--- r8168.install   2014-01-26 12:32:52 UTC (rev 104806)
+++ r8168.install   2014-01-26 12:36:11 UTC (rev 104807)
@@ -1,5 +1,5 @@
 rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-3.12-ARCH'
+   EXTRAMODULES='extramodules-3.13-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



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

2014-01-26 Thread Jakob Gruber
Date: Sunday, January 26, 2014 @ 13:37:47
  Author: schuay
Revision: 104809

add gstreamer0.10-plugins to soundconverter optdepends

Modified:
  soundconverter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 12:36:21 UTC (rev 104808)
+++ PKGBUILD2014-01-26 12:37:47 UTC (rev 104809)
@@ -14,7 +14,7 @@
   'hicolor-icon-theme' 'gstreamer0.10-ugly-plugins' 
   'gstreamer0.10-good-plugins' 'desktop-file-utils')
 makedepends=('perlxml' 'intltool')
-optdepends=('gstreamer0.10-base-plugins: for ogg support')
+optdepends=('gstreamer0.10-plugins: additional codec support')
 install=soundconverter.install
 
source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
 



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

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 13:38:47
  Author: thomas
Revision: 104810

upgpkg: rt3562sta 2.4.1.1-52: update for 3.13

Modified:
  rt3562sta/trunk/PKGBUILD
  rt3562sta/trunk/rt3562sta.install

---+
 PKGBUILD  |2 +-
 rt3562sta.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 12:37:47 UTC (rev 104809)
+++ PKGBUILD2014-01-26 12:38:47 UTC (rev 104810)
@@ -4,7 +4,7 @@
 
 pkgname=rt3562sta
 pkgver=2.4.1.1
-pkgrel=51
+pkgrel=52
 pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
 arch=(i686 x86_64)
 url=http://www.mediatek.com/en/Products/support.php?sn=501;

Modified: rt3562sta.install
===
--- rt3562sta.install   2014-01-26 12:37:47 UTC (rev 104809)
+++ rt3562sta.install   2014-01-26 12:38:47 UTC (rev 104810)
@@ -1,5 +1,5 @@
 rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-3.12-ARCH'
+   EXTRAMODULES='extramodules-3.13-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



[arch-commits] Commit in rt3562sta/repos (24 files)

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 13:39:17
  Author: thomas
Revision: 104811

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

Added:
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 104810, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/linux-3.8.patch
(from rev 104810, rt3562sta/trunk/linux-3.8.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 104810, rt3562sta/trunk/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-config.patch
(from rev 104810, rt3562sta/trunk/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 104810, 
rt3562sta/trunk/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 104810, 
rt3562sta/trunk/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 104810, 
rt3562sta/trunk/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 104810, 
rt3562sta/trunk/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 104810, rt3562sta/trunk/rt3562sta-2.4.1.1-remove_date_time.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 104810, rt3562sta/trunk/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 104810, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 104810, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/linux-3.8.patch
(from rev 104810, rt3562sta/trunk/linux-3.8.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 104810, rt3562sta/trunk/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-config.patch
(from rev 104810, rt3562sta/trunk/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 104810, 
rt3562sta/trunk/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 104810, 
rt3562sta/trunk/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 104810, 
rt3562sta/trunk/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 104810, 
rt3562sta/trunk/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 104810, rt3562sta/trunk/rt3562sta-2.4.1.1-remove_date_time.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 104810, rt3562sta/trunk/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 104810, rt3562sta/trunk/rt3562sta.install)

+
 community-testing-i686/PKGBUILD
|   88 
 community-testing-i686/linux-3.8.patch 
|   50 +
 community-testing-i686/rt3562sta-2.4.1.1-WPA-mixed.patch   
|   11 +
 community-testing-i686/rt3562sta-2.4.1.1-config.patch  
|   98 ++
 community-testing-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch 
|   13 +
 community-testing-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch 
|   14 +
 community-testing-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch 
|   15 +
 
community-testing-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
   |   47 
 community-testing-i686/rt3562sta-2.4.1.1-remove_date_time.patch
|   11 +
 community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch  
|   11 +
 community-testing-i686/rt3562sta.install   
|   16 +
 community-testing-x86_64/PKGBUILD  
|   88 
 

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

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 13:42:36
  Author: thomas
Revision: 104812

upgpkg: tp_smapi 0.41-44: update for 3.13

Modified:
  tp_smapi/trunk/PKGBUILD
  tp_smapi/trunk/tp_smapi.install

--+
 PKGBUILD |6 +++---
 tp_smapi.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 12:39:17 UTC (rev 104811)
+++ PKGBUILD2014-01-26 12:42:36 UTC (rev 104812)
@@ -10,13 +10,13 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=43
+pkgrel=44
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux=3.12' 'linux3.13')
-makedepends=('linux-headers=3.12' 'linux-headers3.13')
+depends=('linux=3.13' 'linux3.14')
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
 install=${pkgname}.install
 
source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('63c683415c764568f6bf17c7eabe4752')

Modified: tp_smapi.install
===
--- tp_smapi.install2014-01-26 12:39:17 UTC (rev 104811)
+++ tp_smapi.install2014-01-26 12:42:36 UTC (rev 104812)
@@ -1,4 +1,4 @@
-extramodules=/usr/lib/modules/extramodules-3.12-ARCH
+extramodules=/usr/lib/modules/extramodules-3.13-ARCH
 
 post_install() {
   depmod -v $( $extramodules/version) /dev/null



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

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 13:42:45
  Author: thomas
Revision: 104813

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

Added:
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-i686/PKGBUILD
(from rev 104812, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 104812, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 104812, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 104812, tp_smapi/trunk/tp_smapi.install)

---+
 community-testing-i686/PKGBUILD   |   59 
 community-testing-i686/tp_smapi.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   59 
 community-testing-x86_64/tp_smapi.install |   13 ++
 4 files changed, 144 insertions(+)

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 104812, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-26 12:42:45 UTC (rev 104813)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=44
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.13' 'linux3.14')
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  make -C ${_extramodules%/*}/${_kernver}/build \
+INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
+M=${srcdir}/${pkgname}-${pkgver} modules_install
+
+  cd ${pkgdir}/${_extramodules%/*}
+  mv ${_kernver}/extra ${_extramodules##*/}
+  rmdir ${_kernver}
+
+  # compress kernel modules
+  find ${pkgdir} -name *.ko -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi  ${srcdir}/${pkgname}.conf
+  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  # update kernel version in install file
+  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
104812, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2014-01-26 12:42:45 UTC (rev 
104813)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.13-ARCH
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 104812, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-01-26 12:42:45 UTC (rev 104813)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=44
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.13' 'linux3.14')
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
+install=${pkgname}.install

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

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 13:47:02
  Author: thomas
Revision: 104814

upgpkg: vhba-module 20130607-24

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 12:42:45 UTC (rev 104813)
+++ PKGBUILD2014-01-26 12:47:02 UTC (rev 104814)
@@ -5,13 +5,13 @@
 
 pkgname=vhba-module
 pkgver=20130607
-_extramodules=extramodules-3.12-ARCH
-pkgrel=23
+_extramodules=extramodules-3.13-ARCH
+pkgrel=24
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux=3.12' 'linux3.13')
+depends=('linux=3.13' 'linux3.14')
 makedepends=('linux-headers')
 options=(!makeflags)
 install=$pkgname.install



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

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 13:48:01
  Author: thomas
Revision: 104815

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

Added:
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 104814, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 104814, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 104814, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 104814, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 104814, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 104814, vhba-module/trunk/vhba-module.install)

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   40 +
 community-testing-i686/vhba-module.install   |   22 +
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   40 +
 community-testing-x86_64/vhba-module.install |   22 +
 6 files changed, 126 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
104814, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2014-01-26 12:48:01 UTC (rev 
104815)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 104814, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-26 12:48:01 UTC (rev 104815)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20130607
+_extramodules=extramodules-3.13-ARCH
+pkgrel=24
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=3.13' 'linux3.14')
+makedepends=('linux-headers')
+options=(!makeflags)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+md5sums=('660df41d08b1fd86baad1f16a0264438'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
+  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true  install=${install}.pkg
+  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
104814, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2014-01-26 12:48:01 UTC (rev 
104815)
@@ -0,0 +1,22 @@
+EXTRAMODULES=
+
+_updatemod() {
+  echoUpdating module dependencies...
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  getent group cdemu /dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+  groupdel cdemu
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
104814, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2014-01-26 12:48:01 UTC (rev 
104815)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 104814, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-01-26 12:48:01 UTC (rev 104815)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org

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

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 13:52:07
  Author: thomas
Revision: 104816

upgpkg: virtualbox-modules 4.3.6-5: Update for 3.13

Modified:
  virtualbox-modules/trunk/PKGBUILD
  virtualbox-modules/trunk/virtualbox-guest-modules.install
  virtualbox-modules/trunk/virtualbox-host-modules.install

--+
 PKGBUILD |   12 ++--
 virtualbox-guest-modules.install |2 +-
 virtualbox-host-modules.install  |2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 12:48:01 UTC (rev 104815)
+++ PKGBUILD2014-01-26 12:52:07 UTC (rev 104816)
@@ -5,17 +5,17 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.6
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux=3.12' 'linux3.13'
- 'linux-headers=3.12' 'linux-headers3.13'
+makedepends=('linux=3.13' 'linux3.14'
+ 'linux-headers=3.13' 'linux-headers3.14'
  virtualbox-host-dkms=$pkgver
  virtualbox-guest-dkms=$pkgver)
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.12-ARCH
+_extramodules=extramodules-3.13-ARCH
 
 build() {
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
@@ -33,7 +33,7 @@
 package_virtualbox-host-modules(){
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.12' 'linux3.13')
+  depends=('linux=3.13' 'linux3.14')
   replaces=('virtualbox-modules')
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
@@ -48,7 +48,7 @@
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux=3.12' 'linux3.13')
+  depends=('linux=3.13' 'linux3.14')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install

Modified: virtualbox-guest-modules.install
===
--- virtualbox-guest-modules.install2014-01-26 12:48:01 UTC (rev 104815)
+++ virtualbox-guest-modules.install2014-01-26 12:52:07 UTC (rev 104816)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.12-ARCH
+  EXTRAMODULES=extramodules-3.13-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules.install
===
--- virtualbox-host-modules.install 2014-01-26 12:48:01 UTC (rev 104815)
+++ virtualbox-host-modules.install 2014-01-26 12:52:07 UTC (rev 104816)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.12-ARCH
+  EXTRAMODULES=extramodules-3.13-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



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

2014-01-26 Thread Thomas Bächler
Date: Sunday, January 26, 2014 @ 13:52:20
  Author: thomas
Revision: 104817

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

Added:
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 104816, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 104816, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 104816, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 104816, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 104816, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 104816, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 104816, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 104816, virtualbox-modules/trunk/virtualbox-host-modules.install)

---+
 community-testing-i686/PKGBUILD   |   63 
 community-testing-i686/build.sh   |   60 +++
 community-testing-i686/virtualbox-guest-modules.install   |   21 
 community-testing-i686/virtualbox-host-modules.install|   23 
 community-testing-x86_64/PKGBUILD |   63 
 community-testing-x86_64/build.sh |   60 +++
 community-testing-x86_64/virtualbox-guest-modules.install |   21 
 community-testing-x86_64/virtualbox-host-modules.install  |   23 
 8 files changed, 334 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
104816, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-26 12:52:20 UTC (rev 104817)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=4.3.6
+pkgrel=5
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux=3.13' 'linux3.14'
+ 'linux-headers=3.13' 'linux-headers3.14'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver)
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-3.13-ARCH
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux=3.13' 'linux3.14')
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux=3.13' 'linux3.14')
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=()

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
104816, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2014-01-26 12:52:20 UTC (rev 104817)
@@ -0,0 +1,60 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+usage() {
+  echo usage: 

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

2014-01-26 Thread Andreas Radke
Date: Sunday, January 26, 2014 @ 15:34:50
  Author: andyrtr
Revision: 204764

upgpkg: windowmaker 0.95.5-3

fix WPrefs path, fix FS#3080

Modified:
  windowmaker/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 12:19:58 UTC (rev 204763)
+++ PKGBUILD2014-01-26 14:34:50 UTC (rev 204764)
@@ -4,7 +4,7 @@
 
 pkgname=windowmaker
 pkgver=0.95.5
-pkgrel=2
+pkgrel=3
 pkgdesc=An X11 window manager with a NEXTSTEP look and feel
 arch=('i686' 'x86_64')
 url=http://www.windowmaker.org/;
@@ -21,6 +21,15 @@
   cd WindowMaker-$pkgver
   patch -Np0 -i ../wm-giflib.patch
   autoreconf -fi
+  
+  # fix some paths FS#3080 - ckeck also Gentoo ebuild
+  for file in WindowMaker/*menu* util/wmgenmenu.c; do
+   if [[ -r $file ]] ; then
+   sed -i -e 
s:/usr/local/GNUstep/Applications/WPrefs.app:/usr/lib/GNUstep/Applications/WPrefs.app:g;
 $file
+   sed -i -e s:/usr/local/share/WindowMaker:/usr/share/WindowMaker:g; 
$file
+   sed -i -e s:/opt/share/WindowMaker:/usr/share/WindowMaker:g; $file
+   fi;
+  done;
 }
 
 build() {



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

2014-01-26 Thread Andreas Radke
Date: Sunday, January 26, 2014 @ 15:35:19
  Author: andyrtr
Revision: 204765

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

Added:
  windowmaker/repos/extra-i686/PKGBUILD
(from rev 204764, windowmaker/trunk/PKGBUILD)
  windowmaker/repos/extra-i686/libpng-1.4.patch
(from rev 204764, windowmaker/trunk/libpng-1.4.patch)
  windowmaker/repos/extra-i686/windowmaker-gcc4.patch.tar.bz2
(from rev 204764, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
  windowmaker/repos/extra-i686/wm-giflib.patch
(from rev 204764, windowmaker/trunk/wm-giflib.patch)
  windowmaker/repos/extra-i686/wmaker.desktop
(from rev 204764, windowmaker/trunk/wmaker.desktop)
  windowmaker/repos/extra-x86_64/PKGBUILD
(from rev 204764, windowmaker/trunk/PKGBUILD)
  windowmaker/repos/extra-x86_64/libpng-1.4.patch
(from rev 204764, windowmaker/trunk/libpng-1.4.patch)
  windowmaker/repos/extra-x86_64/windowmaker-gcc4.patch.tar.bz2
(from rev 204764, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
  windowmaker/repos/extra-x86_64/wm-giflib.patch
(from rev 204764, windowmaker/trunk/wm-giflib.patch)
  windowmaker/repos/extra-x86_64/wmaker.desktop
(from rev 204764, windowmaker/trunk/wmaker.desktop)
Deleted:
  windowmaker/repos/extra-i686/PKGBUILD
  windowmaker/repos/extra-i686/libpng-1.4.patch
  windowmaker/repos/extra-i686/windowmaker-gcc4.patch.tar.bz2
  windowmaker/repos/extra-i686/wm-giflib.patch
  windowmaker/repos/extra-i686/wmaker.desktop
  windowmaker/repos/extra-x86_64/PKGBUILD
  windowmaker/repos/extra-x86_64/libpng-1.4.patch
  windowmaker/repos/extra-x86_64/windowmaker-gcc4.patch.tar.bz2
  windowmaker/repos/extra-x86_64/wm-giflib.patch
  windowmaker/repos/extra-x86_64/wmaker.desktop

---+
 /PKGBUILD |  102 
 /libpng-1.4.patch |   24 
 /wm-giflib.patch  | 4844 
 /wmaker.desktop   |   10 
 extra-i686/PKGBUILD   |   42 
 extra-i686/libpng-1.4.patch   |   12 
 extra-i686/wm-giflib.patch| 2422 
 extra-i686/wmaker.desktop |5 
 extra-x86_64/PKGBUILD |   42 
 extra-x86_64/libpng-1.4.patch |   12 
 extra-x86_64/wm-giflib.patch  | 2422 
 extra-x86_64/wmaker.desktop   |5 
 12 files changed, 4980 insertions(+), 4962 deletions(-)

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


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

2014-01-26 Thread Andreas Radke
Date: Sunday, January 26, 2014 @ 16:49:26
  Author: andyrtr
Revision: 204766

upgpkg: bc 1.06-9

fix compilation and some cleanup, FS#35905

Modified:
  bc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 14:35:19 UTC (rev 204765)
+++ PKGBUILD2014-01-26 15:49:26 UTC (rev 204766)
@@ -3,7 +3,7 @@
 
 pkgname=bc
 pkgver=1.06
-pkgrel=8
+pkgrel=9
 pkgdesc=An arbitrary precision calculator language
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/bc/;
@@ -18,19 +18,21 @@
  'fc7ecbd9e55ef04c6d3a495692626116'
  'b6fe9869830aca0d34badf810fe0cfb3')
 
-build() {
-  export CFLAGS=${CFLAGS/-O?/-O3}
-
-  cd ${srcdir}/${pkgname}-${pkgver}
+prepare() {
+  cd ${pkgname}-${pkgver}
+  unset CPPFLAGS
   patch -p1 -i ${srcdir}/build-fix.patch
-  patch -p1 -i ${srcdir}/bc-1.06-info-dir-entry.patch
+  patch -p1 -i ${srcdir}/bc-1.06-info-dir-entry.patch  
+}
 
+build() {
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --mandir=/usr/share/man \
 --infodir=/usr/share/info --with-readline
-  make LEX=flex -I
+  make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in bc/repos (16 files)

2014-01-26 Thread Andreas Radke
Date: Sunday, January 26, 2014 @ 16:49:43
  Author: andyrtr
Revision: 204767

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

Added:
  bc/repos/extra-i686/PKGBUILD
(from rev 204766, bc/trunk/PKGBUILD)
  bc/repos/extra-i686/bc-1.06-info-dir-entry.patch
(from rev 204766, bc/trunk/bc-1.06-info-dir-entry.patch)
  bc/repos/extra-i686/bc.install
(from rev 204766, bc/trunk/bc.install)
  bc/repos/extra-i686/build-fix.patch
(from rev 204766, bc/trunk/build-fix.patch)
  bc/repos/extra-x86_64/PKGBUILD
(from rev 204766, bc/trunk/PKGBUILD)
  bc/repos/extra-x86_64/bc-1.06-info-dir-entry.patch
(from rev 204766, bc/trunk/bc-1.06-info-dir-entry.patch)
  bc/repos/extra-x86_64/bc.install
(from rev 204766, bc/trunk/bc.install)
  bc/repos/extra-x86_64/build-fix.patch
(from rev 204766, bc/trunk/build-fix.patch)
Deleted:
  bc/repos/extra-i686/PKGBUILD
  bc/repos/extra-i686/bc-1.06-info-dir-entry.patch
  bc/repos/extra-i686/bc.install
  bc/repos/extra-i686/build-fix.patch
  bc/repos/extra-x86_64/PKGBUILD
  bc/repos/extra-x86_64/bc-1.06-info-dir-entry.patch
  bc/repos/extra-x86_64/bc.install
  bc/repos/extra-x86_64/build-fix.patch

---+
 /PKGBUILD |   76 
 /bc-1.06-info-dir-entry.patch |   22 
 /bc.install   |   40 ++
 /build-fix.patch  |   26 +
 extra-i686/PKGBUILD   |   36 -
 extra-i686/bc-1.06-info-dir-entry.patch   |   11 
 extra-i686/bc.install |   20 ---
 extra-i686/build-fix.patch|   13 
 extra-x86_64/PKGBUILD |   36 -
 extra-x86_64/bc-1.06-info-dir-entry.patch |   11 
 extra-x86_64/bc.install   |   20 ---
 extra-x86_64/build-fix.patch  |   13 
 12 files changed, 164 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-26 15:49:26 UTC (rev 204766)
+++ extra-i686/PKGBUILD 2014-01-26 15:49:43 UTC (rev 204767)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-
-pkgname=bc
-pkgver=1.06
-pkgrel=8
-pkgdesc=An arbitrary precision calculator language
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/bc/;
-license=('GPL')
-depends=('readline')
-replaces=('bc-readline')
-conflicts=('bc-readline')
-install=bc.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'build-fix.patch' 'bc-1.06-info-dir-entry.patch')
-md5sums=('d44b5dddebd8a7a7309aea6c36fda117'
- 'fc7ecbd9e55ef04c6d3a495692626116'
- 'b6fe9869830aca0d34badf810fe0cfb3')
-
-build() {
-  export CFLAGS=${CFLAGS/-O?/-O3}
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/build-fix.patch
-  patch -p1 -i ${srcdir}/bc-1.06-info-dir-entry.patch
-
-  ./configure --prefix=/usr --mandir=/usr/share/man \
---infodir=/usr/share/info --with-readline
-  make LEX=flex -I
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: bc/repos/extra-i686/PKGBUILD (from rev 204766, bc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-26 15:49:43 UTC (rev 204767)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+
+pkgname=bc
+pkgver=1.06
+pkgrel=9
+pkgdesc=An arbitrary precision calculator language
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/bc/;
+license=('GPL')
+depends=('readline')
+replaces=('bc-readline')
+conflicts=('bc-readline')
+install=bc.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'build-fix.patch' 'bc-1.06-info-dir-entry.patch')
+md5sums=('d44b5dddebd8a7a7309aea6c36fda117'
+ 'fc7ecbd9e55ef04c6d3a495692626116'
+ 'b6fe9869830aca0d34badf810fe0cfb3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  unset CPPFLAGS
+  patch -p1 -i ${srcdir}/build-fix.patch
+  patch -p1 -i ${srcdir}/bc-1.06-info-dir-entry.patch  
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--infodir=/usr/share/info --with-readline
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/bc-1.06-info-dir-entry.patch
===
--- extra-i686/bc-1.06-info-dir-entry.patch 2014-01-26 15:49:26 UTC (rev 
204766)
+++ extra-i686/bc-1.06-info-dir-entry.patch 2014-01-26 15:49:43 UTC (rev 
204767)
@@ -1,11 +0,0 @@
 bc-1.06/doc/bc.info.info-dir-entry 2000-10-03 20:36:31.0 +0200
-+++ bc-1.06/doc/bc.info2003-01-06 14:07:40.0 +0100
-@@ -1,5 +1,8 @@
- This is bc.info, produced by makeinfo version 4.0 from 

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

2014-01-26 Thread Dan McGee
Date: Sunday, January 26, 2014 @ 19:36:41
  Author: dan
Revision: 204768

upgpkg: python-virtualenv 1.11.2-1

Modified:
  python-virtualenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 15:49:43 UTC (rev 204767)
+++ PKGBUILD2014-01-26 18:36:41 UTC (rev 204768)
@@ -3,7 +3,7 @@
 # Contributor: Daniele Paolella d...@mcrservice.it
 
 pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=1.10.1
+pkgver=1.11.2
 pkgrel=1
 pkgdesc=Virtual Python Environment builder
 url=http://www.virtualenv.org/;
@@ -46,5 +46,5 @@
 $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('3a04aa2b32c76c83725ed4d9918e362e')
-sha256sums=('857449d69b9ec7d058dcc2e37c53d3895432300881aa61fd2ade178a807b0aa7')
+md5sums=('d3d915836c1ada1be731ccaa12412b98')
+sha256sums=('3080a1610fa8c4ab23008707ca5c96d7e67d8cb3ed98c7e01e97f542c82bb6df')



[arch-commits] Commit in python-virtualenv/repos/extra-any (PKGBUILD PKGBUILD)

2014-01-26 Thread Dan McGee
Date: Sunday, January 26, 2014 @ 19:36:48
  Author: dan
Revision: 204769

archrelease: copy trunk to extra-any

Added:
  python-virtualenv/repos/extra-any/PKGBUILD
(from rev 204768, python-virtualenv/trunk/PKGBUILD)
Deleted:
  python-virtualenv/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-26 18:36:41 UTC (rev 204768)
+++ PKGBUILD2014-01-26 18:36:48 UTC (rev 204769)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Daniele Paolella d...@mcrservice.it
-
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=1.10.1
-pkgrel=1
-pkgdesc=Virtual Python Environment builder
-url=http://www.virtualenv.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python2')
-replaces=('virtualenv')
-conflicts=('virtualenv')
-source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
-
-package_python-virtualenv() {
-  depends=('python')
-
-  cd $srcdir/virtualenv-$pkgver
-  LANG='en_US.UTF-8' python3 setup.py build
-  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root=$pkgdir
-
-  # link to a version with 3 suffix as well
-  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
-
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-virtualenv() {
-  depends=('python2')
-
-  cd $srcdir/virtualenv-$pkgver
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-
-  # move this old version out of the way
-  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
-
-  # should report this upstream as still not fixed...
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
- 
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('3a04aa2b32c76c83725ed4d9918e362e')
-sha256sums=('857449d69b9ec7d058dcc2e37c53d3895432300881aa61fd2ade178a807b0aa7')

Copied: python-virtualenv/repos/extra-any/PKGBUILD (from rev 204768, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-26 18:36:48 UTC (rev 204769)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Daniele Paolella d...@mcrservice.it
+
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=1.11.2
+pkgrel=1
+pkgdesc=Virtual Python Environment builder
+url=http://www.virtualenv.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python2')
+replaces=('virtualenv')
+conflicts=('virtualenv')
+source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
+
+package_python-virtualenv() {
+  depends=('python')
+
+  cd $srcdir/virtualenv-$pkgver
+  LANG='en_US.UTF-8' python3 setup.py build
+  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root=$pkgdir
+
+  # link to a version with 3 suffix as well
+  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
+
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-virtualenv() {
+  depends=('python2')
+
+  cd $srcdir/virtualenv-$pkgver
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+
+  # move this old version out of the way
+  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
+
+  # should report this upstream as still not fixed...
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
+$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
+ 
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('d3d915836c1ada1be731ccaa12412b98')
+sha256sums=('3080a1610fa8c4ab23008707ca5c96d7e67d8cb3ed98c7e01e97f542c82bb6df')



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

2014-01-26 Thread Dan McGee
Date: Sunday, January 26, 2014 @ 19:46:20
  Author: dan
Revision: 204770

upgpkg: cscope 15.8.a-2

old package rebuild

Modified:
  cscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 18:36:48 UTC (rev 204769)
+++ PKGBUILD2014-01-26 18:46:20 UTC (rev 204770)
@@ -1,11 +1,11 @@
+# Maintainer: Dan McGee d...@archlinux.org
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 # Contributor: Jason Chu ja...@archlinux.org
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=cscope
 pkgver=15.8.a
 _realver=15.8a
-pkgrel=1
+pkgrel=2
 pkgdesc=A developers tool for browsing program code
 arch=('i686' 'x86_64')
 url=http://cscope.sourceforge.net/;
@@ -33,4 +33,3 @@
install -Dm644 xcscope.el 
${pkgdir}/usr/share/emacs/site-lisp/xcscope.el
install -m755 cscope-indexer ${pkgdir}/usr/bin
 }
-



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

2014-01-26 Thread Dan McGee
Date: Sunday, January 26, 2014 @ 19:46:32
  Author: dan
Revision: 204771

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

Added:
  cscope/repos/extra-i686/PKGBUILD
(from rev 204770, cscope/trunk/PKGBUILD)
  cscope/repos/extra-x86_64/PKGBUILD
(from rev 204770, cscope/trunk/PKGBUILD)
Deleted:
  cscope/repos/extra-i686/PKGBUILD
  cscope/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 3 files changed, 70 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-26 18:46:20 UTC (rev 204770)
+++ extra-i686/PKGBUILD 2014-01-26 18:46:32 UTC (rev 204771)
@@ -1,36 +0,0 @@
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Jason Chu ja...@archlinux.org
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=cscope
-pkgver=15.8.a
-_realver=15.8a
-pkgrel=1
-pkgdesc=A developers tool for browsing program code
-arch=('i686' 'x86_64')
-url=http://cscope.sourceforge.net/;
-license=('BSD')
-depends=('ncurses' 'sh')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_realver}.tar.gz)
-md5sums=('b5c898ccedcfe2d4aa69537dad73b610')
-
-build() {
-   cd ${srcdir}/${pkgname}-${_realver}
-   sed -i 's|/usr/local/lib/cs|/usr/lib/cs|' contrib/ocs
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${_realver}
-   make DESTDIR=${pkgdir} install
-  
-   install -d ${pkgdir}/usr/lib/cs
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-   cd contrib/xcscope
-   install -Dm644 xcscope.el 
${pkgdir}/usr/share/emacs/site-lisp/xcscope.el
-   install -m755 cscope-indexer ${pkgdir}/usr/bin
-}
-

Copied: cscope/repos/extra-i686/PKGBUILD (from rev 204770, 
cscope/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-26 18:46:32 UTC (rev 204771)
@@ -0,0 +1,35 @@
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=cscope
+pkgver=15.8.a
+_realver=15.8a
+pkgrel=2
+pkgdesc=A developers tool for browsing program code
+arch=('i686' 'x86_64')
+url=http://cscope.sourceforge.net/;
+license=('BSD')
+depends=('ncurses' 'sh')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_realver}.tar.gz)
+md5sums=('b5c898ccedcfe2d4aa69537dad73b610')
+
+build() {
+   cd ${srcdir}/${pkgname}-${_realver}
+   sed -i 's|/usr/local/lib/cs|/usr/lib/cs|' contrib/ocs
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${_realver}
+   make DESTDIR=${pkgdir} install
+  
+   install -d ${pkgdir}/usr/lib/cs
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+   cd contrib/xcscope
+   install -Dm644 xcscope.el 
${pkgdir}/usr/share/emacs/site-lisp/xcscope.el
+   install -m755 cscope-indexer ${pkgdir}/usr/bin
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-26 18:46:20 UTC (rev 204770)
+++ extra-x86_64/PKGBUILD   2014-01-26 18:46:32 UTC (rev 204771)
@@ -1,36 +0,0 @@
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Jason Chu ja...@archlinux.org
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=cscope
-pkgver=15.8.a
-_realver=15.8a
-pkgrel=1
-pkgdesc=A developers tool for browsing program code
-arch=('i686' 'x86_64')
-url=http://cscope.sourceforge.net/;
-license=('BSD')
-depends=('ncurses' 'sh')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_realver}.tar.gz)
-md5sums=('b5c898ccedcfe2d4aa69537dad73b610')
-
-build() {
-   cd ${srcdir}/${pkgname}-${_realver}
-   sed -i 's|/usr/local/lib/cs|/usr/lib/cs|' contrib/ocs
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${_realver}
-   make DESTDIR=${pkgdir} install
-  
-   install -d ${pkgdir}/usr/lib/cs
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-   cd contrib/xcscope
-   install -Dm644 xcscope.el 
${pkgdir}/usr/share/emacs/site-lisp/xcscope.el
-   install -m755 cscope-indexer ${pkgdir}/usr/bin
-}
-

Copied: cscope/repos/extra-x86_64/PKGBUILD (from rev 204770, 
cscope/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-26 18:46:32 UTC (rev 204771)
@@ -0,0 +1,35 @@
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: 

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

2014-01-26 Thread Jonathan Steel
Date: Sunday, January 26, 2014 @ 22:05:25
  Author: jsteel
Revision: 104819

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

Added:
  stella/repos/community-i686/PKGBUILD
(from rev 104818, stella/trunk/PKGBUILD)
  stella/repos/community-i686/stella.install
(from rev 104818, stella/trunk/stella.install)
  stella/repos/community-x86_64/PKGBUILD
(from rev 104818, stella/trunk/PKGBUILD)
  stella/repos/community-x86_64/stella.install
(from rev 104818, stella/trunk/stella.install)
Deleted:
  stella/repos/community-i686/PKGBUILD
  stella/repos/community-i686/stella.install
  stella/repos/community-x86_64/PKGBUILD
  stella/repos/community-x86_64/stella.install

-+
 /PKGBUILD   |   60 ++
 /stella.install |   22 +
 community-i686/PKGBUILD |   30 ---
 community-i686/stella.install   |   11 --
 community-x86_64/PKGBUILD   |   30 ---
 community-x86_64/stella.install |   11 --
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-26 21:05:03 UTC (rev 104818)
+++ community-i686/PKGBUILD 2014-01-26 21:05:25 UTC (rev 104819)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Renato Garcia fgarcia.ren...@gmail.com
-# Contributor: Tiago Camargo tcama...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=stella
-pkgver=3.9.2
-pkgrel=1
-pkgdesc=A multi-platform Atari 2600 VCS emulator
-arch=('i686' 'x86_64')
-url=http://stella.sourceforge.net;
-license=('GPL')
-depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('49d2accab82601ad0ad04536e8400266')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: stella/repos/community-i686/PKGBUILD (from rev 104818, 
stella/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-26 21:05:25 UTC (rev 104819)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Renato Garcia fgarcia.ren...@gmail.com
+# Contributor: Tiago Camargo tcama...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=stella
+pkgver=3.9.3
+pkgrel=1
+pkgdesc=A multi-platform Atari 2600 VCS emulator
+arch=('i686' 'x86_64')
+url=http://stella.sourceforge.net;
+license=('GPL')
+depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('007d45faa46341763da31f87d55df2d8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/stella.install
===
--- community-i686/stella.install   2014-01-26 21:05:03 UTC (rev 104818)
+++ community-i686/stella.install   2014-01-26 21:05:25 UTC (rev 104819)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: stella/repos/community-i686/stella.install (from rev 104818, 
stella/trunk/stella.install)
===
--- community-i686/stella.install   (rev 0)
+++ community-i686/stella.install   2014-01-26 21:05:25 UTC (rev 104819)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-26 21:05:03 UTC (rev 104818)
+++ community-x86_64/PKGBUILD   2014-01-26 21:05:25 UTC (rev 104819)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Renato Garcia fgarcia.ren...@gmail.com
-# Contributor: Tiago Camargo tcama...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=stella
-pkgver=3.9.2
-pkgrel=1
-pkgdesc=A multi-platform Atari 2600 VCS emulator
-arch=('i686' 'x86_64')
-url=http://stella.sourceforge.net;
-license=('GPL')
-depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)

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

2014-01-26 Thread Jonathan Steel
Date: Sunday, January 26, 2014 @ 22:05:03
  Author: jsteel
Revision: 104818

upgpkg: stella 3.9.3-1

Modified:
  stella/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 12:52:20 UTC (rev 104817)
+++ PKGBUILD2014-01-26 21:05:03 UTC (rev 104818)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
 
 pkgname=stella
-pkgver=3.9.2
+pkgver=3.9.3
 pkgrel=1
 pkgdesc=A multi-platform Atari 2600 VCS emulator
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('49d2accab82601ad0ad04536e8400266')
+md5sums=('007d45faa46341763da31f87d55df2d8')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-01-26 Thread Andreas Radke
Date: Sunday, January 26, 2014 @ 22:41:56
  Author: andyrtr
Revision: 204773

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

Added:
  bc/repos/extra-i686/PKGBUILD
(from rev 204772, bc/trunk/PKGBUILD)
  bc/repos/extra-i686/bc-1.06.95-void_uninitialized.patch
(from rev 204772, bc/trunk/bc-1.06.95-void_uninitialized.patch)
  bc/repos/extra-i686/bc.install
(from rev 204772, bc/trunk/bc.install)
  bc/repos/extra-x86_64/PKGBUILD
(from rev 204772, bc/trunk/PKGBUILD)
  bc/repos/extra-x86_64/bc-1.06.95-void_uninitialized.patch
(from rev 204772, bc/trunk/bc-1.06.95-void_uninitialized.patch)
  bc/repos/extra-x86_64/bc.install
(from rev 204772, bc/trunk/bc.install)
Deleted:
  bc/repos/extra-i686/PKGBUILD
  bc/repos/extra-i686/bc-1.06-info-dir-entry.patch
  bc/repos/extra-i686/bc.install
  bc/repos/extra-i686/build-fix.patch
  bc/repos/extra-x86_64/PKGBUILD
  bc/repos/extra-x86_64/bc-1.06-info-dir-entry.patch
  bc/repos/extra-x86_64/bc.install
  bc/repos/extra-x86_64/build-fix.patch

--+
 /PKGBUILD|   86 +
 /bc.install  |   40 +
 extra-i686/PKGBUILD  |   38 -
 extra-i686/bc-1.06-info-dir-entry.patch  |   11 --
 extra-i686/bc-1.06.95-void_uninitialized.patch   |   14 +++
 extra-i686/bc.install|   20 
 extra-i686/build-fix.patch   |   13 ---
 extra-x86_64/PKGBUILD|   38 -
 extra-x86_64/bc-1.06-info-dir-entry.patch|   11 --
 extra-x86_64/bc-1.06.95-void_uninitialized.patch |   14 +++
 extra-x86_64/bc.install  |   20 
 extra-x86_64/build-fix.patch |   13 ---
 12 files changed, 154 insertions(+), 164 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-26 21:41:40 UTC (rev 204772)
+++ extra-i686/PKGBUILD 2014-01-26 21:41:56 UTC (rev 204773)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-
-pkgname=bc
-pkgver=1.06
-pkgrel=9
-pkgdesc=An arbitrary precision calculator language
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/bc/;
-license=('GPL')
-depends=('readline')
-replaces=('bc-readline')
-conflicts=('bc-readline')
-install=bc.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'build-fix.patch' 'bc-1.06-info-dir-entry.patch')
-md5sums=('d44b5dddebd8a7a7309aea6c36fda117'
- 'fc7ecbd9e55ef04c6d3a495692626116'
- 'b6fe9869830aca0d34badf810fe0cfb3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  unset CPPFLAGS
-  patch -p1 -i ${srcdir}/build-fix.patch
-  patch -p1 -i ${srcdir}/bc-1.06-info-dir-entry.patch  
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
---infodir=/usr/share/info --with-readline
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: bc/repos/extra-i686/PKGBUILD (from rev 204772, bc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-26 21:41:56 UTC (rev 204773)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+
+pkgname=bc
+pkgver=1.06.95
+pkgrel=1
+pkgdesc=An arbitrary precision calculator language
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/bc/;
+license=('GPL')
+depends=('readline')
+replaces=('bc-readline')
+conflicts=('bc-readline')
+install=bc.install
+source=(ftp://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+bc-1.06.95-void_uninitialized.patch)
+md5sums=('5126a721b73f97d715bb72c13c889035'
+ 'SKIP'
+ 'fe85d42dd4151801e9b8c2d2c4d990bf')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # https://bugs.gentoo.org/show_bug.cgi?id=349339
+  patch -Np0 -i ${srcdir}/bc-1.06.95-void_uninitialized.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--infodir=/usr/share/info --with-readline
+  make
+}
+
+check () {
+  cd ${pkgname}-${pkgver}
+  echo quit | ./bc/bc -l Test/checklib.b # 10 failures
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/bc-1.06-info-dir-entry.patch
===
--- extra-i686/bc-1.06-info-dir-entry.patch 2014-01-26 21:41:40 UTC (rev 
204772)
+++ extra-i686/bc-1.06-info-dir-entry.patch 2014-01-26 21:41:56 UTC (rev 
204773)
@@ -1,11 +0,0 @@
 bc-1.06/doc/bc.info.info-dir-entry 2000-10-03 20:36:31.0 +0200
-+++ bc-1.06/doc/bc.info2003-01-06 14:07:40.0 +0100
-@@ -1,5 +1,8 @@
- This is bc.info, produced by makeinfo version 4.0 from bc.texi.
- 
-+START-INFO-DIR-ENTRY

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

2014-01-26 Thread Andreas Radke
Date: Sunday, January 26, 2014 @ 22:41:40
  Author: andyrtr
Revision: 204772

upgpkg: bc 1.06.95-1

move to gnu alpha upstream update 1.06.95 also used in Debian, LFS and Gentoo, 
fix one major bug with a patch, this release solves also segfaults in bc -l 
intorduced in 1.06-9

Added:
  bc/trunk/bc-1.06.95-void_uninitialized.patch
Modified:
  bc/trunk/PKGBUILD
Deleted:
  bc/trunk/bc-1.06-info-dir-entry.patch
  bc/trunk/build-fix.patch

-+
 PKGBUILD|   25 +++--
 bc-1.06-info-dir-entry.patch|   11 ---
 bc-1.06.95-void_uninitialized.patch |   14 ++
 build-fix.patch |   13 -
 4 files changed, 29 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 18:46:32 UTC (rev 204771)
+++ PKGBUILD2014-01-26 21:41:40 UTC (rev 204772)
@@ -2,8 +2,8 @@
 # Maintainer: dorphell dorph...@archlinux.org
 
 pkgname=bc
-pkgver=1.06
-pkgrel=9
+pkgver=1.06.95
+pkgrel=1
 pkgdesc=An arbitrary precision calculator language
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/bc/;
@@ -12,17 +12,17 @@
 replaces=('bc-readline')
 conflicts=('bc-readline')
 install=bc.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'build-fix.patch' 'bc-1.06-info-dir-entry.patch')
-md5sums=('d44b5dddebd8a7a7309aea6c36fda117'
- 'fc7ecbd9e55ef04c6d3a495692626116'
- 'b6fe9869830aca0d34badf810fe0cfb3')
+source=(ftp://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+bc-1.06.95-void_uninitialized.patch)
+md5sums=('5126a721b73f97d715bb72c13c889035'
+ 'SKIP'
+ 'fe85d42dd4151801e9b8c2d2c4d990bf')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  unset CPPFLAGS
-  patch -p1 -i ${srcdir}/build-fix.patch
-  patch -p1 -i ${srcdir}/bc-1.06-info-dir-entry.patch  
+
+  # https://bugs.gentoo.org/show_bug.cgi?id=349339
+  patch -Np0 -i ${srcdir}/bc-1.06.95-void_uninitialized.patch
 }
 
 build() {
@@ -32,6 +32,11 @@
   make
 }
 
+check () {
+  cd ${pkgname}-${pkgver}
+  echo quit | ./bc/bc -l Test/checklib.b # 10 failures
+}
+
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install

Deleted: bc-1.06-info-dir-entry.patch
===
--- bc-1.06-info-dir-entry.patch2014-01-26 18:46:32 UTC (rev 204771)
+++ bc-1.06-info-dir-entry.patch2014-01-26 21:41:40 UTC (rev 204772)
@@ -1,11 +0,0 @@
 bc-1.06/doc/bc.info.info-dir-entry 2000-10-03 20:36:31.0 +0200
-+++ bc-1.06/doc/bc.info2003-01-06 14:07:40.0 +0100
-@@ -1,5 +1,8 @@
- This is bc.info, produced by makeinfo version 4.0 from bc.texi.
- 
-+START-INFO-DIR-ENTRY
-+* bc: (bc).   Arbritrary precision calculator language.
-+END-INFO-DIR-ENTRY
- 
- File: bc.info,  Node: Top,  Next: Introduction,  Prev: (dir),  Up: (dir)
- 

Added: bc-1.06.95-void_uninitialized.patch
===
--- bc-1.06.95-void_uninitialized.patch (rev 0)
+++ bc-1.06.95-void_uninitialized.patch 2014-01-26 21:41:40 UTC (rev 204772)
@@ -0,0 +1,14 @@
+http://www.pixelbeat.org/programming/oss_bug_flow.html
+https://bugs.gentoo.org/349339
+
+--- bc/storage.c
 bc/storage.c
+@@ -99,6 +99,7 @@
+ {
+   f = functions[indx];
+   f-f_defined = FALSE;
++  f-f_void = FALSE;
+   f-f_body = (char *) bc_malloc (BC_START_SIZE);
+   f-f_body_size = BC_START_SIZE;
+   f-f_code_size = 0;
+

Deleted: build-fix.patch
===
--- build-fix.patch 2014-01-26 18:46:32 UTC (rev 204771)
+++ build-fix.patch 2014-01-26 21:41:40 UTC (rev 204772)
@@ -1,13 +0,0 @@
-diff -wbBur bc-1.06/bc/scan.l bc-1.06.my/bc/scan.l
 bc-1.06/bc/scan.l   2000-09-13 22:25:47 +0400
-+++ bc-1.06.my/bc/scan.l2006-12-25 12:39:34 +0300
-@@ -143,7 +143,9 @@
-
- /* Definitions for readline access. */
- extern FILE *rl_instream;
-+#if 0
- _PROTOTYPE(char *readline, (char *));
-+#endif
-
- /* rl_input puts upto MAX characters into BUF with the number put in
-BUF placed in *RESULT.  If the yy input file is the same as



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

2014-01-26 Thread Eric Bélanger
Date: Monday, January 27, 2014 @ 00:41:26
  Author: eric
Revision: 204774

Fix pkgrel (was downgraded in previous commit)

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 21:41:56 UTC (rev 204773)
+++ PKGBUILD2014-01-26 23:41:26 UTC (rev 204774)
@@ -6,7 +6,7 @@
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
 pkgver=3.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Digital photo management application for KDE
 arch=('i686' 'x86_64')
 license=('GPL')



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

2014-01-26 Thread Felix Yan
Date: Monday, January 27, 2014 @ 03:53:33
  Author: fyan
Revision: 104820

upgpkg: jenkins 1.549-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-26 21:05:25 UTC (rev 104819)
+++ PKGBUILD2014-01-27 02:53:33 UTC (rev 104820)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.548
+pkgver=1.549
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -35,7 +35,7 @@
 }
 
 # vim:set ts=2 sw=2 et:
-sha512sums=('05aa138514af3e38637d276af644b0101ad1480f6248a8d79345103506ff665b2fd4655ed94ad283ddbb144e367318bbf7ba89b19f9a05841eddca1832db211b'
+sha512sums=('a93e08c29f4bbec2b9dc2ba663fcb43fac9dc04de334ae9acb4d6d5fa3e051ee0f4f2cbd53c9e7f2b6eb263a00301fdf66826d66e41ff419cdb12699491e3929'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-01-26 Thread Felix Yan
Date: Monday, January 27, 2014 @ 03:56:09
  Author: fyan
Revision: 104821

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 104820, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 104820, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 104820, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 104820, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 104820, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 104820, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-01-27 02:53:33 UTC (rev 104820)
+++ LICENSE 2014-01-27 02:56:09 UTC (rev 104821)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-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,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS 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.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 104820, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-01-27 02:56:09 UTC (rev 104821)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+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,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS 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.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-27 02:53:33 UTC (rev 104820)
+++ PKGBUILD2014-01-27 02:56:09 UTC (rev 104821)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.548
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')

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

2014-01-26 Thread Jan de Groot
Date: Monday, January 27, 2014 @ 08:05:10
  Author: jgc
Revision: 204776

upgpkg: libdvdread 4.2.1-1

Modified:
  libdvdread/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-27 06:51:27 UTC (rev 204775)
+++ PKGBUILD2014-01-27 07:05:10 UTC (rev 204776)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=libdvdread
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 pkgdesc=Provides a simple foundation for reading DVD video disks
 arch=(i686 x86_64)
@@ -13,19 +13,16 @@
 depends=('glibc')
 makedepends=('libdvdcss')
 optdepends=('libdvdcss: for decoding encrypted DVDs')
-source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0bea15da842a4b04a482b009d72dcc6d9c9524ccc1bf67e5748319ec5ada8097')
+source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('af9b98f049580a6521d56c978b736d3d609562dd12955e11d50e26d97542dcd4')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # 
http://lists.mplayerhq.hu/pipermail/dvdnav-discuss/2009-February/000986.html 
(FS#19324)
-
+  cd $pkgname-$pkgver
   ./autogen.sh --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   make DESTDIR=${pkgdir} install
 }



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

2014-01-26 Thread Jan de Groot
Date: Monday, January 27, 2014 @ 08:05:18
  Author: jgc
Revision: 204777

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

Added:
  libdvdread/repos/extra-i686/PKGBUILD
(from rev 204776, libdvdread/trunk/PKGBUILD)
  libdvdread/repos/extra-x86_64/PKGBUILD
(from rev 204776, libdvdread/trunk/PKGBUILD)
Deleted:
  libdvdread/repos/extra-i686/PKGBUILD
  libdvdread/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 extra-i686/PKGBUILD   |   31 --
 extra-x86_64/PKGBUILD |   31 --
 3 files changed, 56 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-27 07:05:10 UTC (rev 204776)
+++ extra-i686/PKGBUILD 2014-01-27 07:05:18 UTC (rev 204777)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=libdvdread
-pkgver=4.2.0
-pkgrel=1
-pkgdesc=Provides a simple foundation for reading DVD video disks
-arch=(i686 x86_64)
-url=http://dvdnav.mplayerhq.hu;
-license=('GPL')
-depends=('glibc')
-makedepends=('libdvdcss')
-optdepends=('libdvdcss: for decoding encrypted DVDs')
-source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0bea15da842a4b04a482b009d72dcc6d9c9524ccc1bf67e5748319ec5ada8097')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # 
http://lists.mplayerhq.hu/pipermail/dvdnav-discuss/2009-February/000986.html 
(FS#19324)
-
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libdvdread/repos/extra-i686/PKGBUILD (from rev 204776, 
libdvdread/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-27 07:05:18 UTC (rev 204777)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=libdvdread
+pkgver=4.2.1
+pkgrel=1
+pkgdesc=Provides a simple foundation for reading DVD video disks
+arch=(i686 x86_64)
+url=http://dvdnav.mplayerhq.hu;
+license=('GPL')
+depends=('glibc')
+makedepends=('libdvdcss')
+optdepends=('libdvdcss: for decoding encrypted DVDs')
+source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('af9b98f049580a6521d56c978b736d3d609562dd12955e11d50e26d97542dcd4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-27 07:05:10 UTC (rev 204776)
+++ extra-x86_64/PKGBUILD   2014-01-27 07:05:18 UTC (rev 204777)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=libdvdread
-pkgver=4.2.0
-pkgrel=1
-pkgdesc=Provides a simple foundation for reading DVD video disks
-arch=(i686 x86_64)
-url=http://dvdnav.mplayerhq.hu;
-license=('GPL')
-depends=('glibc')
-makedepends=('libdvdcss')
-optdepends=('libdvdcss: for decoding encrypted DVDs')
-source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0bea15da842a4b04a482b009d72dcc6d9c9524ccc1bf67e5748319ec5ada8097')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # 
http://lists.mplayerhq.hu/pipermail/dvdnav-discuss/2009-February/000986.html 
(FS#19324)
-
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libdvdread/repos/extra-x86_64/PKGBUILD (from rev 204776, 
libdvdread/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-27 07:05:18 UTC (rev 204777)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=libdvdread
+pkgver=4.2.1
+pkgrel=1
+pkgdesc=Provides a simple foundation for reading DVD video disks
+arch=(i686 x86_64)
+url=http://dvdnav.mplayerhq.hu;
+license=('GPL')
+depends=('glibc')
+makedepends=('libdvdcss')
+optdepends=('libdvdcss: for decoding encrypted DVDs')
+source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('af9b98f049580a6521d56c978b736d3d609562dd12955e11d50e26d97542dcd4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} 

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

2014-01-26 Thread Jan de Groot
Date: Monday, January 27, 2014 @ 08:23:49
  Author: jgc
Revision: 204779

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

Added:
  libdvdnav/repos/extra-i686/PKGBUILD
(from rev 204778, libdvdnav/trunk/PKGBUILD)
  libdvdnav/repos/extra-x86_64/PKGBUILD
(from rev 204778, libdvdnav/trunk/PKGBUILD)
Deleted:
  libdvdnav/repos/extra-i686/PKGBUILD
  libdvdnav/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-27 07:23:42 UTC (rev 204778)
+++ extra-i686/PKGBUILD 2014-01-27 07:23:49 UTC (rev 204779)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan ar...@archlinux.org
-# contributor Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=libdvdnav
-pkgver=4.2.0
-pkgrel=2
-pkgdesc=The library for xine-dvdnav plugin.
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://dvdnav.mplayerhq.hu/;
-depends=('libdvdread')
-source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8c971b08276c89ddcecd26fc44204460fd250dc57346f03476d3077188c47550')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: libdvdnav/repos/extra-i686/PKGBUILD (from rev 204778, 
libdvdnav/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-27 07:23:49 UTC (rev 204779)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan ar...@archlinux.org
+# contributor Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=libdvdnav
+pkgver=4.2.1
+pkgrel=1
+pkgdesc=The library for xine-dvdnav plugin.
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://dvdnav.mplayerhq.hu/;
+depends=('libdvdread')
+source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7fca272ecc3241b6de41bbbf7ac9a303ba25cb9e0c82aa23901d3104887f2372')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-27 07:23:42 UTC (rev 204778)
+++ extra-x86_64/PKGBUILD   2014-01-27 07:23:49 UTC (rev 204779)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan ar...@archlinux.org
-# contributor Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=libdvdnav
-pkgver=4.2.0
-pkgrel=2
-pkgdesc=The library for xine-dvdnav plugin.
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://dvdnav.mplayerhq.hu/;
-depends=('libdvdread')
-source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8c971b08276c89ddcecd26fc44204460fd250dc57346f03476d3077188c47550')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: libdvdnav/repos/extra-x86_64/PKGBUILD (from rev 204778, 
libdvdnav/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-27 07:23:49 UTC (rev 204779)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan ar...@archlinux.org
+# contributor Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=libdvdnav
+pkgver=4.2.1
+pkgrel=1
+pkgdesc=The library for xine-dvdnav plugin.
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://dvdnav.mplayerhq.hu/;
+depends=('libdvdread')
+source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7fca272ecc3241b6de41bbbf7ac9a303ba25cb9e0c82aa23901d3104887f2372')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2014-01-26 Thread Jan de Groot
Date: Monday, January 27, 2014 @ 08:23:42
  Author: jgc
Revision: 204778

upgpkg: libdvdnav 4.2.1-1

Modified:
  libdvdnav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-27 07:05:18 UTC (rev 204777)
+++ PKGBUILD2014-01-27 07:23:42 UTC (rev 204778)
@@ -4,25 +4,23 @@
 # contributor Sarah Hay sarah...@mb.sympatico.ca
 
 pkgname=libdvdnav
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.2.1
+pkgrel=1
 pkgdesc=The library for xine-dvdnav plugin.
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://dvdnav.mplayerhq.hu/;
 depends=('libdvdread')
-source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8c971b08276c89ddcecd26fc44204460fd250dc57346f03476d3077188c47550')
+source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7fca272ecc3241b6de41bbbf7ac9a303ba25cb9e0c82aa23901d3104887f2372')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
+  cd $pkgname-$pkgver
   ./autogen.sh --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
+  cd $pkgname-$pkgver
   make DESTDIR=${pkgdir} install
 }



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

2014-01-26 Thread Jan de Groot
Date: Monday, January 27, 2014 @ 08:47:56
  Author: jgc
Revision: 204781

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

Added:
  libgpod/repos/extra-i686/PKGBUILD
(from rev 204780, libgpod/trunk/PKGBUILD)
  libgpod/repos/extra-x86_64/PKGBUILD
(from rev 204780, libgpod/trunk/PKGBUILD)
Deleted:
  libgpod/repos/extra-i686/PKGBUILD
  libgpod/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-27 07:47:48 UTC (rev 204780)
+++ extra-i686/PKGBUILD 2014-01-27 07:47:56 UTC (rev 204781)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libgpod
-pkgver=0.8.2
-pkgrel=8
-pkgdesc=A shared library to access the contents of an iPod
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
-makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
-optdepends=('gtk-sharp-2: Mono bindings'
-'python2-gobject2: python bindings')
-url=http://www.gtkpod.org/libgpod/;
-source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
-options=('!emptydirs')
-md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
-  --enable-udev --with-python=/usr/bin/python2
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-

Copied: libgpod/repos/extra-i686/PKGBUILD (from rev 204780, 
libgpod/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-27 07:47:56 UTC (rev 204781)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libgpod
+pkgver=0.8.3
+pkgrel=1
+pkgdesc=A shared library to access the contents of an iPod
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings'
+'python2-gobject2: python bindings')
+url=http://www.gtkpod.org/libgpod/;
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
+options=('!emptydirs')
+md5sums=('f8a0b7a34e768e33a708e8dd172bd6f8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
+  --enable-udev --with-python=/usr/bin/python2
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-27 07:47:48 UTC (rev 204780)
+++ extra-x86_64/PKGBUILD   2014-01-27 07:47:56 UTC (rev 204781)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libgpod
-pkgver=0.8.2
-pkgrel=8
-pkgdesc=A shared library to access the contents of an iPod
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
-makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
-optdepends=('gtk-sharp-2: Mono bindings'
-'python2-gobject2: python bindings')
-url=http://www.gtkpod.org/libgpod/;
-source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
-options=('!emptydirs')
-md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
-  --enable-udev --with-python=/usr/bin/python2
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-

Copied: libgpod/repos/extra-x86_64/PKGBUILD (from rev 204780, 
libgpod/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-27 07:47:56 UTC (rev 204781)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libgpod
+pkgver=0.8.3
+pkgrel=1
+pkgdesc=A shared library to access the contents of an iPod
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')

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

2014-01-26 Thread Jan de Groot
Date: Monday, January 27, 2014 @ 08:47:48
  Author: jgc
Revision: 204780

upgpkg: libgpod 0.8.3-1

Modified:
  libgpod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-27 07:23:49 UTC (rev 204779)
+++ PKGBUILD2014-01-27 07:47:48 UTC (rev 204780)
@@ -3,8 +3,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=libgpod
-pkgver=0.8.2
-pkgrel=8
+pkgver=0.8.3
+pkgrel=1
 pkgdesc=A shared library to access the contents of an iPod
 arch=(i686 x86_64)
 license=('LGPL')
@@ -15,10 +15,10 @@
 url=http://www.gtkpod.org/libgpod/;
 
source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
 options=('!emptydirs')
-md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
+md5sums=('f8a0b7a34e768e33a708e8dd172bd6f8')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
   --enable-udev --with-python=/usr/bin/python2
   make PREFIX=/usr
@@ -25,7 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   make PREFIX=/usr DESTDIR=${pkgdir} install
 }
-



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

2014-01-26 Thread Jan de Groot
Date: Monday, January 27, 2014 @ 08:57:42
  Author: jgc
Revision: 204782

upgpkg: libpst 0.6.63-1

Modified:
  libpst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-27 07:47:56 UTC (rev 204781)
+++ PKGBUILD2014-01-27 07:57:42 UTC (rev 204782)
@@ -3,17 +3,17 @@
 
 pkgbase=libpst
 pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.58
-pkgrel=2
+pkgver=0.6.63
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.five-ten-sg.com/libpst/;
 license=('GPL')
 makedepends=('python2' 'boost' 'libgsf')
 source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('c398d58b8b5106725f1659c900305c6385c0773e')
+sha1sums=('3625c94bc82555d490805d4bbac07d9160195537')
 
 build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd $pkgbase-$pkgver
   ./configure --prefix=/usr --mandir=/usr/share/man \
   --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
   make
@@ -25,7 +25,7 @@
   optdepends=('boost-libs: for libpst python interface')
   options=('!docs')
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd $pkgbase-$pkgver
   make DESTDIR=${pkgdir} install
 }
 
@@ -33,8 +33,8 @@
   pkgdesc=Documentation for Outlook .pst file converter
   options=('docs')
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd $pkgbase-$pkgver
   make DESTDIR=${pkgdir} install-htmlDATA
-  cd ${srcdir}/${pkgbase}-${pkgver}/html
+  cd html
   make DESTDIR=${pkgdir} install-htmldevelDATA
 }



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

2014-01-26 Thread Jan de Groot
Date: Monday, January 27, 2014 @ 08:57:48
  Author: jgc
Revision: 204783

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

Added:
  libpst/repos/extra-i686/PKGBUILD
(from rev 204782, libpst/trunk/PKGBUILD)
  libpst/repos/extra-x86_64/PKGBUILD
(from rev 204782, libpst/trunk/PKGBUILD)
Deleted:
  libpst/repos/extra-i686/PKGBUILD
  libpst/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-27 07:57:42 UTC (rev 204782)
+++ extra-i686/PKGBUILD 2014-01-27 07:57:48 UTC (rev 204783)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=libpst
-pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.58
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://www.five-ten-sg.com/libpst/;
-license=('GPL')
-makedepends=('python2' 'boost' 'libgsf')
-source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('c398d58b8b5106725f1659c900305c6385c0773e')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
-  make
-}
-
-package_libpst() {
-  pkgdesc=Outlook .pst file converter
-  depends=('gcc-libs' 'libgsf')
-  optdepends=('boost-libs: for libpst python interface')
-  options=('!docs')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-package_libpst-docs() {
-  pkgdesc=Documentation for Outlook .pst file converter
-  options=('docs')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install-htmlDATA
-  cd ${srcdir}/${pkgbase}-${pkgver}/html
-  make DESTDIR=${pkgdir} install-htmldevelDATA
-}

Copied: libpst/repos/extra-i686/PKGBUILD (from rev 204782, 
libpst/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-27 07:57:48 UTC (rev 204783)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.63
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.five-ten-sg.com/libpst/;
+license=('GPL')
+makedepends=('python2' 'boost' 'libgsf')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('3625c94bc82555d490805d4bbac07d9160195537')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  make
+}
+
+package_libpst() {
+  pkgdesc=Outlook .pst file converter
+  depends=('gcc-libs' 'libgsf')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+package_libpst-docs() {
+  pkgdesc=Documentation for Outlook .pst file converter
+  options=('docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install-htmlDATA
+  cd html
+  make DESTDIR=${pkgdir} install-htmldevelDATA
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-27 07:57:42 UTC (rev 204782)
+++ extra-x86_64/PKGBUILD   2014-01-27 07:57:48 UTC (rev 204783)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=libpst
-pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.58
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://www.five-ten-sg.com/libpst/;
-license=('GPL')
-makedepends=('python2' 'boost' 'libgsf')
-source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('c398d58b8b5106725f1659c900305c6385c0773e')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
-  make
-}
-
-package_libpst() {
-  pkgdesc=Outlook .pst file converter
-  depends=('gcc-libs' 'libgsf')
-  optdepends=('boost-libs: for libpst python interface')
-  options=('!docs')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-package_libpst-docs() {
-  pkgdesc=Documentation for Outlook .pst file converter
-  options=('docs')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install-htmlDATA
-  cd ${srcdir}/${pkgbase}-${pkgver}/html
-  make DESTDIR=${pkgdir} install-htmldevelDATA
-}

Copied: libpst/repos/extra-x86_64/PKGBUILD (from rev 204782, 
libpst/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-27 07:57:48 UTC (rev 204783)
@@ -0,0 +1,40 @@