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

2012-07-03 Thread Allan McRae
Date: Tuesday, July 3, 2012 @ 03:47:19
  Author: allan
Revision: 162894

upgpkg: valgrind 3.7.0-3

glibc-2.16 rebuild

Added:
  valgrind/trunk/valgrind-3.7.0-glibc-2.16.patch
Modified:
  valgrind/trunk/PKGBUILD
Deleted:
  valgrind/trunk/valgrind-3.7.0-glibc-2.15.patch

-+
 PKGBUILD|   10 -
 valgrind-3.7.0-glibc-2.15.patch |   30 ---
 valgrind-3.7.0-glibc-2.16.patch |   41 ++
 3 files changed, 46 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-02 23:01:37 UTC (rev 162893)
+++ PKGBUILD2012-07-03 07:47:19 UTC (rev 162894)
@@ -4,23 +4,23 @@
 
 pkgname=valgrind
 pkgver=3.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A tool to help find memory-management problems in programs
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://valgrind.org/;
-depends=('glibc=2.15' 'glibc2.16' 'perl')
+depends=('glibc=2.16' 'glibc2.17' 'perl')
 makedepends=('gdb')
 options=('!emptydirs')
 source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2
-valgrind-3.7.0-glibc-2.15.patch)
+valgrind-3.7.0-glibc-2.16.patch)
 md5sums=('a855fda56edf05614f099dca316d1775'
- 'f534b79b358cdced0319b375aafde4d5')
+ '8362c9c10b8d7d08d1be628a717cfba7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   
-  patch -Np1 -i ${srcdir}/valgrind-3.7.0-glibc-2.15.patch
+  patch -Np1 -i ${srcdir}/valgrind-3.7.0-glibc-2.16.patch
 
   if [ ${CARCH} = x86_64 ]; then
 ./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit

Deleted: valgrind-3.7.0-glibc-2.15.patch
===
--- valgrind-3.7.0-glibc-2.15.patch 2012-07-02 23:01:37 UTC (rev 162893)
+++ valgrind-3.7.0-glibc-2.15.patch 2012-07-03 07:47:19 UTC (rev 162894)
@@ -1,30 +0,0 @@
-diff -Naur valgrind-3.7.0-orig/configure valgrind-3.7.0/configure
 valgrind-3.7.0-orig/configure  2011-11-05 21:24:39.0 +1000
-+++ valgrind-3.7.0/configure   2011-12-27 15:43:54.832120449 +1000
-@@ -6402,6 +6402,17 @@
-   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-   ;;
-+ 2.15)
-+  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.15 family 5
-+$as_echo 2.15 family 6; }
-+
-+$as_echo #define GLIBC_2_15 1 confdefs.h
-+
-+  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-+  ;;
-+
-  darwin)
-   { $as_echo $as_me:${as_lineno-$LINENO}: result: Darwin 5
- $as_echo Darwin 6; }
-@@ -6422,7 +6433,7 @@
-  *)
-   { $as_echo $as_me:${as_lineno-$LINENO}: result: unsupported version 
${GLIBC_VERSION} 5
- $as_echo unsupported version ${GLIBC_VERSION} 6; }
--  as_fn_error Valgrind requires glibc version 2.2 - 2.14 $LINENO 5
-+  as_fn_error Valgrind requires glibc version 2.2 - 2.15 $LINENO 5
-   as_fn_error or Darwin libc $LINENO 5
-   ;;
- esac

Added: valgrind-3.7.0-glibc-2.16.patch
===
--- valgrind-3.7.0-glibc-2.16.patch (rev 0)
+++ valgrind-3.7.0-glibc-2.16.patch 2012-07-03 07:47:19 UTC (rev 162894)
@@ -0,0 +1,41 @@
+diff -Naur valgrind-3.7.0-orig/configure valgrind-3.7.0/configure
+--- valgrind-3.7.0-orig/configure  2011-11-05 21:24:39.0 +1000
 valgrind-3.7.0/configure   2011-12-27 15:43:54.832120449 +1000
+@@ -6402,6 +6402,28 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.15)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.15 family 5
++$as_echo 2.15 family 6; }
++
++$as_echo #define GLIBC_2_15 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
++
++ 2.16)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.16 family 5
++$as_echo 2.16 family 6; }
++
++$as_echo #define GLIBC_2_16 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
++
+  darwin)
+   { $as_echo $as_me:${as_lineno-$LINENO}: result: Darwin 5
+ $as_echo Darwin 6; }
+@@ -6422,7 +6433,7 @@
+  *)
+   { $as_echo $as_me:${as_lineno-$LINENO}: result: unsupported version 
${GLIBC_VERSION} 5
+ $as_echo unsupported version ${GLIBC_VERSION} 6; }
+-  as_fn_error Valgrind requires glibc version 2.2 - 2.14 $LINENO 5
++  as_fn_error Valgrind requires glibc version 2.2 - 2.16 $LINENO 5
+   as_fn_error or Darwin libc $LINENO 5
+   ;;

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

2012-07-03 Thread Allan McRae
Date: Tuesday, July 3, 2012 @ 03:47:59
  Author: allan
Revision: 162895

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

Added:
  valgrind/repos/staging-i686/
  valgrind/repos/staging-i686/PKGBUILD
(from rev 162894, valgrind/trunk/PKGBUILD)
  valgrind/repos/staging-i686/valgrind-3.7.0-glibc-2.16.patch
(from rev 162894, valgrind/trunk/valgrind-3.7.0-glibc-2.16.patch)
  valgrind/repos/staging-x86_64/
  valgrind/repos/staging-x86_64/PKGBUILD
(from rev 162894, valgrind/trunk/PKGBUILD)
  valgrind/repos/staging-x86_64/valgrind-3.7.0-glibc-2.16.patch
(from rev 162894, valgrind/trunk/valgrind-3.7.0-glibc-2.16.patch)

+
 staging-i686/PKGBUILD  |   36 
 staging-i686/valgrind-3.7.0-glibc-2.16.patch   |   41 +++
 staging-x86_64/PKGBUILD|   36 
 staging-x86_64/valgrind-3.7.0-glibc-2.16.patch |   41 +++
 4 files changed, 154 insertions(+)

Copied: valgrind/repos/staging-i686/PKGBUILD (from rev 162894, 
valgrind/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-03 07:47:59 UTC (rev 162895)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=valgrind
+pkgver=3.7.0
+pkgrel=3
+pkgdesc=A tool to help find memory-management problems in programs
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://valgrind.org/;
+depends=('glibc=2.16' 'glibc2.17' 'perl')
+makedepends=('gdb')
+options=('!emptydirs')
+source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2
+valgrind-3.7.0-glibc-2.16.patch)
+md5sums=('a855fda56edf05614f099dca316d1775'
+ '8362c9c10b8d7d08d1be628a717cfba7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  patch -Np1 -i ${srcdir}/valgrind-3.7.0-glibc-2.16.patch
+
+  if [ ${CARCH} = x86_64 ]; then
+./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
+  else
+./configure --prefix=/usr --mandir=/usr/share/man
+  fi
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: valgrind/repos/staging-i686/valgrind-3.7.0-glibc-2.16.patch (from rev 
162894, valgrind/trunk/valgrind-3.7.0-glibc-2.16.patch)
===
--- staging-i686/valgrind-3.7.0-glibc-2.16.patch
(rev 0)
+++ staging-i686/valgrind-3.7.0-glibc-2.16.patch2012-07-03 07:47:59 UTC 
(rev 162895)
@@ -0,0 +1,41 @@
+diff -Naur valgrind-3.7.0-orig/configure valgrind-3.7.0/configure
+--- valgrind-3.7.0-orig/configure  2011-11-05 21:24:39.0 +1000
 valgrind-3.7.0/configure   2011-12-27 15:43:54.832120449 +1000
+@@ -6402,6 +6402,28 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.15)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.15 family 5
++$as_echo 2.15 family 6; }
++
++$as_echo #define GLIBC_2_15 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
++
++ 2.16)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.16 family 5
++$as_echo 2.16 family 6; }
++
++$as_echo #define GLIBC_2_16 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
++
+  darwin)
+   { $as_echo $as_me:${as_lineno-$LINENO}: result: Darwin 5
+ $as_echo Darwin 6; }
+@@ -6422,7 +6433,7 @@
+  *)
+   { $as_echo $as_me:${as_lineno-$LINENO}: result: unsupported version 
${GLIBC_VERSION} 5
+ $as_echo unsupported version ${GLIBC_VERSION} 6; }
+-  as_fn_error Valgrind requires glibc version 2.2 - 2.14 $LINENO 5
++  as_fn_error Valgrind requires glibc version 2.2 - 2.16 $LINENO 5
+   as_fn_error or Darwin libc $LINENO 5
+   ;;
+ esac

Copied: valgrind/repos/staging-x86_64/PKGBUILD (from rev 162894, 
valgrind/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-03 07:47:59 UTC (rev 162895)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=valgrind
+pkgver=3.7.0
+pkgrel=3
+pkgdesc=A tool to help find memory-management problems in programs
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://valgrind.org/;
+depends=('glibc=2.16' 'glibc2.17' 'perl')
+makedepends=('gdb')
+options=('!emptydirs')

[arch-commits] Commit in libusb-compat/trunk (PKGBUILD libusb-0.1-libusbx.patch)

2012-07-03 Thread Tobias Powalowski
Date: Tuesday, July 3, 2012 @ 05:51:55
  Author: tpowa
Revision: 162896

upgpkg: libusb-compat 0.1.4-2

fix compile with libusbx, disable static lib

Added:
  libusb-compat/trunk/libusb-0.1-libusbx.patch
Modified:
  libusb-compat/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 libusb-0.1-libusbx.patch |   17 +
 2 files changed, 26 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-03 07:47:59 UTC (rev 162895)
+++ PKGBUILD2012-07-03 09:51:55 UTC (rev 162896)
@@ -5,19 +5,23 @@
 
 pkgname=libusb-compat
 pkgver=0.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Library to enable user space application programs to communicate with 
USB devices
 arch=('i686' 'x86_64')
 url=http://libusb.sourceforge.net/;
 license=('LGPL')
 depends=('libusb' 'sh')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('2ca521fffadd0c28fdf174e6ec73865b')
+source=(http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2;
+libusb-0.1-libusbx.patch)   
+md5sums=('2ca521fffadd0c28fdf174e6ec73865b'
+ '1612c3982f307da1332d6db57b16742b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr 
+  # http://libusb.org/ticket/138 can be removed with libusbx 1.0.13
+  patch -Np0 -i ../libusb-0.1-libusbx.patch
+  ./configure --prefix=/usr --disable-static
   make
 }
 
@@ -25,3 +29,4 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
+

Added: libusb-0.1-libusbx.patch
===
--- libusb-0.1-libusbx.patch(rev 0)
+++ libusb-0.1-libusbx.patch2012-07-03 09:51:55 UTC (rev 162896)
@@ -0,0 +1,17 @@
+http://bugs.gentoo.org/423135
+
+--- libusb/core.c
 libusb/core.c
+@@ -32,12 +32,6 @@
+ static libusb_context *ctx = NULL;
+ static int usb_debug = 0;
+ 
+-enum usbi_log_level {
+-  LOG_LEVEL_DEBUG,
+-  LOG_LEVEL_INFO,
+-  LOG_LEVEL_WARNING,
+-  LOG_LEVEL_ERROR,
+-};
+ 
+ #ifdef ENABLE_LOGGING
+ #define _usbi_log(level, fmt...) usbi_log(level, __FUNCTION__, fmt)



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

2012-07-03 Thread Tobias Powalowski
Date: Tuesday, July 3, 2012 @ 05:52:18
  Author: tpowa
Revision: 162897

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

Added:
  libusb-compat/repos/testing-i686/
  libusb-compat/repos/testing-i686/PKGBUILD
(from rev 162896, libusb-compat/trunk/PKGBUILD)
  libusb-compat/repos/testing-i686/libusb-0.1-libusbx.patch
(from rev 162896, libusb-compat/trunk/libusb-0.1-libusbx.patch)
  libusb-compat/repos/testing-x86_64/
  libusb-compat/repos/testing-x86_64/PKGBUILD
(from rev 162896, libusb-compat/trunk/PKGBUILD)
  libusb-compat/repos/testing-x86_64/libusb-0.1-libusbx.patch
(from rev 162896, libusb-compat/trunk/libusb-0.1-libusbx.patch)

-+
 testing-i686/PKGBUILD   |   32 ++
 testing-i686/libusb-0.1-libusbx.patch   |   17 +++
 testing-x86_64/PKGBUILD |   32 ++
 testing-x86_64/libusb-0.1-libusbx.patch |   17 +++
 4 files changed, 98 insertions(+)

Copied: libusb-compat/repos/testing-i686/PKGBUILD (from rev 162896, 
libusb-compat/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-03 09:52:18 UTC (rev 162897)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: arjan ar...@archlinux.org
+
+pkgname=libusb-compat
+pkgver=0.1.4
+pkgrel=2
+pkgdesc=Library to enable user space application programs to communicate with 
USB devices
+arch=('i686' 'x86_64')
+url=http://libusb.sourceforge.net/;
+license=('LGPL')
+depends=('libusb' 'sh')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2;
+libusb-0.1-libusbx.patch)   
+md5sums=('2ca521fffadd0c28fdf174e6ec73865b'
+ '1612c3982f307da1332d6db57b16742b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # http://libusb.org/ticket/138 can be removed with libusbx 1.0.13
+  patch -Np0 -i ../libusb-0.1-libusbx.patch
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: libusb-compat/repos/testing-i686/libusb-0.1-libusbx.patch (from rev 
162896, libusb-compat/trunk/libusb-0.1-libusbx.patch)
===
--- testing-i686/libusb-0.1-libusbx.patch   (rev 0)
+++ testing-i686/libusb-0.1-libusbx.patch   2012-07-03 09:52:18 UTC (rev 
162897)
@@ -0,0 +1,17 @@
+http://bugs.gentoo.org/423135
+
+--- libusb/core.c
 libusb/core.c
+@@ -32,12 +32,6 @@
+ static libusb_context *ctx = NULL;
+ static int usb_debug = 0;
+ 
+-enum usbi_log_level {
+-  LOG_LEVEL_DEBUG,
+-  LOG_LEVEL_INFO,
+-  LOG_LEVEL_WARNING,
+-  LOG_LEVEL_ERROR,
+-};
+ 
+ #ifdef ENABLE_LOGGING
+ #define _usbi_log(level, fmt...) usbi_log(level, __FUNCTION__, fmt)

Copied: libusb-compat/repos/testing-x86_64/PKGBUILD (from rev 162896, 
libusb-compat/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-03 09:52:18 UTC (rev 162897)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: arjan ar...@archlinux.org
+
+pkgname=libusb-compat
+pkgver=0.1.4
+pkgrel=2
+pkgdesc=Library to enable user space application programs to communicate with 
USB devices
+arch=('i686' 'x86_64')
+url=http://libusb.sourceforge.net/;
+license=('LGPL')
+depends=('libusb' 'sh')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2;
+libusb-0.1-libusbx.patch)   
+md5sums=('2ca521fffadd0c28fdf174e6ec73865b'
+ '1612c3982f307da1332d6db57b16742b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # http://libusb.org/ticket/138 can be removed with libusbx 1.0.13
+  patch -Np0 -i ../libusb-0.1-libusbx.patch
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: libusb-compat/repos/testing-x86_64/libusb-0.1-libusbx.patch (from rev 
162896, libusb-compat/trunk/libusb-0.1-libusbx.patch)
===
--- testing-x86_64/libusb-0.1-libusbx.patch (rev 0)
+++ testing-x86_64/libusb-0.1-libusbx.patch 2012-07-03 09:52:18 UTC (rev 
162897)
@@ -0,0 +1,17 @@
+http://bugs.gentoo.org/423135
+
+--- libusb/core.c
 libusb/core.c
+@@ -32,12 +32,6 @@
+ static libusb_context *ctx = NULL;
+ static int usb_debug = 0;
+ 
+-enum usbi_log_level {
+-  LOG_LEVEL_DEBUG,
+-  LOG_LEVEL_INFO,
+-  LOG_LEVEL_WARNING,
+-  

[arch-commits] Commit in gcc/repos (40 files)

2012-07-03 Thread Allan McRae
Date: Tuesday, July 3, 2012 @ 06:44:15
  Author: allan
Revision: 162898

db-move: moved gcc from [testing] to [core] ( i686,  x86_64)

Added:
  gcc/repos/core-i686/PKGBUILD
(from rev 162897, gcc/repos/testing-i686/PKGBUILD)
  gcc/repos/core-i686/gcc-4.7.1-libada-pic.patch
(from rev 162897, gcc/repos/testing-i686/gcc-4.7.1-libada-pic.patch)
  gcc/repos/core-i686/gcc-4.7.1-libgo-write.patch
(from rev 162897, gcc/repos/testing-i686/gcc-4.7.1-libgo-write.patch)
  gcc/repos/core-i686/gcc-ada.install
(from rev 162897, gcc/repos/testing-i686/gcc-ada.install)
  gcc/repos/core-i686/gcc-fortran.install
(from rev 162897, gcc/repos/testing-i686/gcc-fortran.install)
  gcc/repos/core-i686/gcc-go.install
(from rev 162897, gcc/repos/testing-i686/gcc-go.install)
  gcc/repos/core-i686/gcc-libs.install
(from rev 162897, gcc/repos/testing-i686/gcc-libs.install)
  gcc/repos/core-i686/gcc.install
(from rev 162897, gcc/repos/testing-i686/gcc.install)
  gcc/repos/core-i686/gcc_pure64.patch
(from rev 162897, gcc/repos/testing-i686/gcc_pure64.patch)
  gcc/repos/core-x86_64/PKGBUILD
(from rev 162897, gcc/repos/testing-x86_64/PKGBUILD)
  gcc/repos/core-x86_64/gcc-4.7.1-libada-pic.patch
(from rev 162897, gcc/repos/testing-x86_64/gcc-4.7.1-libada-pic.patch)
  gcc/repos/core-x86_64/gcc-4.7.1-libgo-write.patch
(from rev 162897, gcc/repos/testing-x86_64/gcc-4.7.1-libgo-write.patch)
  gcc/repos/core-x86_64/gcc-ada.install
(from rev 162897, gcc/repos/testing-x86_64/gcc-ada.install)
  gcc/repos/core-x86_64/gcc-fortran.install
(from rev 162897, gcc/repos/testing-x86_64/gcc-fortran.install)
  gcc/repos/core-x86_64/gcc-go.install
(from rev 162897, gcc/repos/testing-x86_64/gcc-go.install)
  gcc/repos/core-x86_64/gcc-libs.install
(from rev 162897, gcc/repos/testing-x86_64/gcc-libs.install)
  gcc/repos/core-x86_64/gcc.install
(from rev 162897, gcc/repos/testing-x86_64/gcc.install)
  gcc/repos/core-x86_64/gcc_pure64.patch
(from rev 162897, gcc/repos/testing-x86_64/gcc_pure64.patch)
Deleted:
  gcc/repos/core-i686/PKGBUILD
  gcc/repos/core-i686/gcc-4.7.0-cloog-0.17.patch
  gcc/repos/core-i686/gcc-4.7.1-libada-pic.patch
  gcc/repos/core-i686/gcc-4.7.1-libgo-write.patch
  gcc/repos/core-i686/gcc-ada.install
  gcc/repos/core-i686/gcc-fortran.install
  gcc/repos/core-i686/gcc-go.install
  gcc/repos/core-i686/gcc-libs.install
  gcc/repos/core-i686/gcc.install
  gcc/repos/core-i686/gcc_pure64.patch
  gcc/repos/core-x86_64/PKGBUILD
  gcc/repos/core-x86_64/gcc-4.7.0-cloog-0.17.patch
  gcc/repos/core-x86_64/gcc-4.7.1-libada-pic.patch
  gcc/repos/core-x86_64/gcc-4.7.1-libgo-write.patch
  gcc/repos/core-x86_64/gcc-ada.install
  gcc/repos/core-x86_64/gcc-fortran.install
  gcc/repos/core-x86_64/gcc-go.install
  gcc/repos/core-x86_64/gcc-libs.install
  gcc/repos/core-x86_64/gcc.install
  gcc/repos/core-x86_64/gcc_pure64.patch
  gcc/repos/testing-i686/
  gcc/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |  548 ++
 core-i686/gcc-4.7.0-cloog-0.17.patch|   24 -
 core-i686/gcc-4.7.1-libada-pic.patch|   24 -
 core-i686/gcc-4.7.1-libgo-write.patch   |   26 -
 core-i686/gcc-ada.install   |   40 +-
 core-i686/gcc-fortran.install   |   32 -
 core-i686/gcc-go.install|   40 +-
 core-i686/gcc-libs.install  |   32 -
 core-i686/gcc.install   |   40 +-
 core-i686/gcc_pure64.patch  |   52 +-
 core-x86_64/PKGBUILD|  548 ++
 core-x86_64/gcc-4.7.0-cloog-0.17.patch  |   24 -
 core-x86_64/gcc-4.7.1-libada-pic.patch  |   24 -
 core-x86_64/gcc-4.7.1-libgo-write.patch |   26 -
 core-x86_64/gcc-ada.install |   40 +-
 core-x86_64/gcc-fortran.install |   32 -
 core-x86_64/gcc-go.install  |   40 +-
 core-x86_64/gcc-libs.install|   32 -
 core-x86_64/gcc.install |   40 +-
 core-x86_64/gcc_pure64.patch|   52 +-
 20 files changed, 830 insertions(+), 886 deletions(-)

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


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

2012-07-03 Thread Allan McRae
Date: Tuesday, July 3, 2012 @ 06:44:19
  Author: allan
Revision: 162899

db-move: moved ppl from [testing] to [core] ( i686,  x86_64)

Added:
  ppl/repos/core-i686/PKGBUILD
(from rev 162897, ppl/repos/testing-i686/PKGBUILD)
  ppl/repos/core-x86_64/PKGBUILD
(from rev 162897, ppl/repos/testing-x86_64/PKGBUILD)
Deleted:
  ppl/repos/core-i686/PKGBUILD
  ppl/repos/core-x86_64/PKGBUILD
  ppl/repos/testing-i686/
  ppl/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-03 10:44:15 UTC (rev 162898)
+++ core-i686/PKGBUILD  2012-07-03 10:44:19 UTC (rev 162899)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: ezzetabi ezzetabi at gawab dot com
-
-pkgname=ppl
-pkgver=0.12.1
-pkgrel=1
-pkgdesc=A modern library for convex polyhedra and other numerical 
abstractions.
-arch=('i686' 'x86_64')
-url=http://bugseng.com/products/ppl;
-license=('GPL3')
-depends=('gmp=5.0')
-options=('!docs' '!libtool')
-source=(http://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz{,.sign})
-md5sums=('cec8144f2072ac45a850214cca97d075'
- '43eeeb147f9d8b3608aead63486c9545')
-
-build() {
-  cd $srcdir/ppl-$pkgver
-  ./configure --prefix=/usr --enable-interfaces=c,cxx
-  make
-}
-
-check() {
-  cd $srcdir/ppl-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/ppl-$pkgver
-  make DESTDIR=$pkgdir install
-}
-

Copied: ppl/repos/core-i686/PKGBUILD (from rev 162897, 
ppl/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-03 10:44:19 UTC (rev 162899)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: ezzetabi ezzetabi at gawab dot com
+
+pkgname=ppl
+pkgver=1.0
+pkgrel=1
+pkgdesc=A modern library for convex polyhedra and other numerical 
abstractions.
+arch=('i686' 'x86_64')
+url=http://bugseng.com/products/ppl;
+license=('GPL3')
+depends=('gmp=5.0')
+options=('!docs' '!libtool')
+source=(http://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz{,.sign})
+md5sums=('c4566928c6b7bb63e95f96d1a7b5cb4c'
+ '5f490df826c76fed296060ca8fca4eb5')
+
+build() {
+  cd $srcdir/ppl-$pkgver
+  ./configure --prefix=/usr --enable-interfaces=c,cxx
+  make
+}
+
+check() {
+  cd $srcdir/ppl-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/ppl-$pkgver
+  make DESTDIR=$pkgdir install
+}
+

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-07-03 10:44:15 UTC (rev 162898)
+++ core-x86_64/PKGBUILD2012-07-03 10:44:19 UTC (rev 162899)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: ezzetabi ezzetabi at gawab dot com
-
-pkgname=ppl
-pkgver=0.12.1
-pkgrel=1
-pkgdesc=A modern library for convex polyhedra and other numerical 
abstractions.
-arch=('i686' 'x86_64')
-url=http://bugseng.com/products/ppl;
-license=('GPL3')
-depends=('gmp=5.0')
-options=('!docs' '!libtool')
-source=(http://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz{,.sign})
-md5sums=('cec8144f2072ac45a850214cca97d075'
- '43eeeb147f9d8b3608aead63486c9545')
-
-build() {
-  cd $srcdir/ppl-$pkgver
-  ./configure --prefix=/usr --enable-interfaces=c,cxx
-  make
-}
-
-check() {
-  cd $srcdir/ppl-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/ppl-$pkgver
-  make DESTDIR=$pkgdir install
-}
-

Copied: ppl/repos/core-x86_64/PKGBUILD (from rev 162897, 
ppl/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-07-03 10:44:19 UTC (rev 162899)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: ezzetabi ezzetabi at gawab dot com
+
+pkgname=ppl
+pkgver=1.0
+pkgrel=1
+pkgdesc=A modern library for convex polyhedra and other numerical 
abstractions.
+arch=('i686' 'x86_64')
+url=http://bugseng.com/products/ppl;
+license=('GPL3')
+depends=('gmp=5.0')
+options=('!docs' '!libtool')
+source=(http://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz{,.sign})
+md5sums=('c4566928c6b7bb63e95f96d1a7b5cb4c'
+ '5f490df826c76fed296060ca8fca4eb5')
+
+build() {
+  cd $srcdir/ppl-$pkgver
+  ./configure --prefix=/usr --enable-interfaces=c,cxx
+  make
+}
+
+check() {
+  cd $srcdir/ppl-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/ppl-$pkgver
+  make DESTDIR=$pkgdir install
+}
+



[arch-commits] Commit in filesystem/trunk (os-release)

2012-07-03 Thread Tom Gundersen
Date: Tuesday, July 3, 2012 @ 07:26:55
  Author: tomegun
Revision: 162900

os-release: point to only https urls

Modified:
  filesystem/trunk/os-release

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

Modified: os-release
===
--- os-release  2012-07-03 10:44:19 UTC (rev 162899)
+++ os-release  2012-07-03 11:26:55 UTC (rev 162900)
@@ -2,7 +2,7 @@
 ID=arch
 PRETTY_NAME=Arch Linux
 ANSI_COLOR=0;36
-HOME_URL=http://www.archlinux.org/;
+HOME_URL=https://www.archlinux.org/;
 SUPPORT_URL=https://bbs.archlinux.org/;
 BUG_REPORT_URL=https://bugs.archlinux.org/;
 



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

2012-07-03 Thread Tom Gundersen
Date: Tuesday, July 3, 2012 @ 07:58:44
  Author: tomegun
Revision: 162901

move the locking dir from /var to /run

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-03 11:26:55 UTC (rev 162900)
+++ PKGBUILD2012-07-03 11:58:44 UTC (rev 162901)
@@ -31,7 +31,8 @@
   ./configure --prefix=/ --sbindir=/sbin --sysconfdir=/etc 
--localstatedir=/var --datarootdir=/usr/share \
 --includedir=/usr/include --with-usrlibdir=/usr/lib  --libdir=/usr/lib 
--with-udev-prefix=/usr \
 --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-pkgconfig 
--enable-readline \
---enable-dmeventd --enable-cmdlib --enable-applib --enable-udev_sync 
--enable-udev_rules 
+--enable-dmeventd --enable-cmdlib --enable-applib --enable-udev_sync 
--enable-udev_rules  \
+--with-default-locking-dir=/run/lock/lvm
   make
 }
 



[arch-commits] Commit in netcfg/trunk (PKGBUILD git-fixes.patch)

2012-07-03 Thread Florian Pritz
Date: Tuesday, July 3, 2012 @ 10:24:00
  Author: bluewind
Revision: 162902

upgpkg: netcfg 2.8.5-2

add bugfix from git

Added:
  netcfg/trunk/git-fixes.patch
Modified:
  netcfg/trunk/PKGBUILD

-+
 PKGBUILD|7 ---
 git-fixes.patch |   24 
 2 files changed, 28 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-03 11:58:44 UTC (rev 162901)
+++ PKGBUILD2012-07-03 14:24:00 UTC (rev 162902)
@@ -2,7 +2,7 @@
 
 pkgname=netcfg
 pkgver=2.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org/netcfg/;
 license=(BSD)
@@ -17,14 +17,15 @@
 'ifenslave: for bond connections'
 'bridge-utils: for bridge connections'
)
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz 
git-fixes.patch)
 arch=(any)
-md5sums=('61019de518f430f421a6353ddb652549')
+md5sums=('61019de518f430f421a6353ddb652549' 'c511a6844769bac9e418644b51315cd2')
 
 package() {
   cd $srcdir/netcfg-${pkgver}
   make DESTDIR=$pkgdir install
   install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+  patch -p1 -i $srcdir/git-fixes.patch
 
   # Shell Completion
   install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2012-07-03 14:24:00 UTC (rev 162902)
@@ -0,0 +1,24 @@
+commit 9eb995ef8a34d552077b2af02787574a6534b1e2
+Author: Tasos Latsas tlatsas2...@gmail.com
+Date:   Sat Jun 30 11:07:45 2012 +0300
+
+wifi-menu: fix name of wireless key variable
+
+Dialog returns the wireless key in variable $key. Uppercase
+'KEY' is used later to create the profile.
+
+Signed-off-by: Tasos Latsas tlatsas2...@gmail.com
+
+diff --git a/scripts/wifi-menu b/scripts/wifi-menu
+index e182f25..ba8eb47 100755
+--- a/scripts/wifi-menu
 b/scripts/wifi-menu
+@@ -115,7 +115,7 @@ create_profile()
+ [[ $OBSCURE ]]  box=--insecure --passwordbox || box=--inputbox
+ msg=Enter $security security key for\n'$1'
+ key=$(dialog $box $msg 10 40 --stdout) || return $?
+-[[ ${#KEY} -ge 8  ${#KEY} -le 63 ]] || return 4
++[[ ${#key} -ge 8  ${#key} -le 63 ]] || return 4
+ if [[ $OBSCURE ]]; then
+ key=$(wpa_passphrase $1 $key | grep -m 1 ^[[:space:]]*psk=)
+ key=KEY=${key#*psk=}



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

2012-07-03 Thread Florian Pritz
Date: Tuesday, July 3, 2012 @ 10:55:09
  Author: bluewind
Revision: 162903

upgpkg: netcfg 2.8.5-3

fix location of patch cmd

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-03 14:24:00 UTC (rev 162902)
+++ PKGBUILD2012-07-03 14:55:09 UTC (rev 162903)
@@ -2,7 +2,7 @@
 
 pkgname=netcfg
 pkgver=2.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org/netcfg/;
 license=(BSD)
@@ -23,9 +23,11 @@
 
 package() {
   cd $srcdir/netcfg-${pkgver}
+
+  patch -p1 -i $srcdir/git-fixes.patch
+
   make DESTDIR=$pkgdir install
   install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
-  patch -p1 -i $srcdir/git-fixes.patch
 
   # Shell Completion
   install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg



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

2012-07-03 Thread andyrtr
Date: Tuesday, July 3, 2012 @ 10:59:10
  Author: andyrtr
Revision: 162904

upgpkg: dovecot 2.1.8-1

upstream update 2.1.8

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-03 14:55:09 UTC (rev 162903)
+++ PKGBUILD2012-07-03 14:59:10 UTC (rev 162904)
@@ -5,8 +5,8 @@
 # Contributor: GARETTE Emmanuel gnunux at laposte dot net
 
 pkgname=dovecot
-pkgver=2.1.7
-pkgrel=4
+pkgver=2.1.8
+pkgrel=1
 pkgdesc=An IMAP and POP3 server written with security primarily in mind
 arch=('i686' 'x86_64')
 url=http://dovecot.org/;
@@ -22,14 +22,17 @@
 source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig}
 dovecot.sh
 dovecot.tmpfilesd)
-md5sums=('b52d0faf1b9ec21bc5552691fe0ff1d1'
- '391cd5f98442ef446916c0f3b671d3f7'
+md5sums=('c6d962653b0a7f2ab8d892b53ddf0101'
+ '99118d4accb282d70242e813975d86b5'
  '587159e84e2da6f83d70b3c706ba87cc'
  '342a28251d40f983c98c0d1f1bf3d07d')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
 
+  # fix build with recent clucene (FC)
+  sed -i '/DEFAULT_INCLUDES *=/s|$| '$(pkg-config --cflags libclucene-core)| 
src/plugins/fts-lucene/Makefile.in
+
   # configure with openssl, mysql, and postgresql support
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \



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

2012-07-03 Thread andyrtr
Date: Tuesday, July 3, 2012 @ 11:00:02
  Author: andyrtr
Revision: 162905

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

Added:
  dovecot/repos/extra-i686/PKGBUILD
(from rev 162904, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 162904, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.sh
(from rev 162904, dovecot/trunk/dovecot.sh)
  dovecot/repos/extra-i686/dovecot.tmpfilesd
(from rev 162904, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 162904, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 162904, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.sh
(from rev 162904, dovecot/trunk/dovecot.sh)
  dovecot/repos/extra-x86_64/dovecot.tmpfilesd
(from rev 162904, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.sh
  dovecot/repos/extra-i686/dovecot.tmpfilesd
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.sh
  dovecot/repos/extra-x86_64/dovecot.tmpfilesd

+
 extra-i686/PKGBUILD|  153 +++
 extra-i686/dovecot.install |  116 ++---
 extra-i686/dovecot.sh  |  138 +--
 extra-i686/dovecot.tmpfilesd   |2 
 extra-x86_64/PKGBUILD  |  153 +++
 extra-x86_64/dovecot.install   |  116 ++---
 extra-x86_64/dovecot.sh|  138 +--
 extra-x86_64/dovecot.tmpfilesd |2 
 8 files changed, 412 insertions(+), 406 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-03 14:59:10 UTC (rev 162904)
+++ extra-i686/PKGBUILD 2012-07-03 15:00:02 UTC (rev 162905)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-pkgname=dovecot
-pkgver=2.1.7
-pkgrel=4
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite=3.7.5' 'libmysqlclient=5.5.10'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
-optdepends=('libldap: ldap plugin'
-   'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig}
-dovecot.sh
-dovecot.tmpfilesd)
-md5sums=('b52d0faf1b9ec21bc5552691fe0ff1d1'
- '391cd5f98442ef446916c0f3b671d3f7'
- '587159e84e2da6f83d70b3c706ba87cc'
- '342a28251d40f983c98c0d1f1bf3d07d')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install the launch script
-  install -D -m755 ${srcdir}/$pkgname.sh ${pkgdir}/etc/rc.d/$pkgname
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
-
-  # install mkcert helper script
-  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
-
-  rm ${pkgdir}/etc/dovecot/README
-  
-  # systemd tmpfile
-  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
-  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf
-}

Copied: dovecot/repos/extra-i686/PKGBUILD (from rev 162904, 
dovecot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-03 15:00:02 UTC 

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

2012-07-03 Thread andyrtr
Date: Tuesday, July 3, 2012 @ 11:24:31
  Author: andyrtr
Revision: 162906

upgpkg: gnutls 3.0.21-1

upstream update 3.0.21

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-03 15:00:02 UTC (rev 162905)
+++ PKGBUILD2012-07-03 15:24:31 UTC (rev 162906)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnutls
-pkgver=3.0.20
+pkgver=3.0.21
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle=2.4' 'p11-kit=0.12')
 makedepends=('valgrind' 'strace')
 source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('1e9322764f4531b00b4a46a5d634695e'
- 'efc0ac29d46219aa75f08f57ba679776')
+md5sums=('7480dff7115e5af85215893c06b3ac5c'
+ 'c84eb5e67f1498c60ea6fd6ba9045def')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-07-03 Thread andyrtr
Date: Tuesday, July 3, 2012 @ 11:25:08
  Author: andyrtr
Revision: 162907

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

Added:
  gnutls/repos/extra-i686/PKGBUILD
(from rev 162906, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-i686/gnutls.install
(from rev 162906, gnutls/trunk/gnutls.install)
  gnutls/repos/extra-x86_64/PKGBUILD
(from rev 162906, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-x86_64/gnutls.install
(from rev 162906, gnutls/trunk/gnutls.install)
Deleted:
  gnutls/repos/extra-i686/PKGBUILD
  gnutls/repos/extra-i686/gnutls.install
  gnutls/repos/extra-x86_64/PKGBUILD
  gnutls/repos/extra-x86_64/gnutls.install

-+
 extra-i686/PKGBUILD |   84 +-
 extra-i686/gnutls.install   |   40 ++--
 extra-x86_64/PKGBUILD   |   84 +-
 extra-x86_64/gnutls.install |   40 ++--
 4 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-03 15:24:31 UTC (rev 162906)
+++ extra-i686/PKGBUILD 2012-07-03 15:25:08 UTC (rev 162907)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnutls
-pkgver=3.0.20
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-url=http://www.gnu.org/software/gnutls/;
-install=gnutls.install
-options=('!libtool' '!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle=2.4' 'p11-kit=0.12')
-makedepends=('valgrind' 'strace')
-source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('1e9322764f4531b00b4a46a5d634695e'
- 'efc0ac29d46219aa75f08f57ba679776')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --disable-guile \
-   --disable-valgrind-tests
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -k check # passes all  || /bin/true
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
-  find $pkgdir/usr/share/man -exec gzip -9 {} \;
-}

Copied: gnutls/repos/extra-i686/PKGBUILD (from rev 162906, 
gnutls/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-03 15:25:08 UTC (rev 162907)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.0.21
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/gnutls/;
+install=gnutls.install
+options=('!libtool' '!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle=2.4' 'p11-kit=0.12')
+makedepends=('valgrind' 'strace')
+source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('7480dff7115e5af85215893c06b3ac5c'
+ 'c84eb5e67f1498c60ea6fd6ba9045def')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --disable-guile \
+   --disable-valgrind-tests
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check # passes all  || /bin/true
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
+  find $pkgdir/usr/share/man -exec gzip -9 {} \;
+}

Deleted: extra-i686/gnutls.install
===
--- extra-i686/gnutls.install   2012-07-03 15:24:31 UTC (rev 162906)
+++ extra-i686/gnutls.install   2012-07-03 15:25:08 UTC (rev 162907)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gnutls.info-1.gz gnutls.info-2.gz gnutls.info-3.gz gnutls.info-4.gz 
gnutls.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: gnutls/repos/extra-i686/gnutls.install (from rev 162906, 
gnutls/trunk/gnutls.install)

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

2012-07-03 Thread Pierre Schmitz
Date: Tuesday, July 3, 2012 @ 13:24:27
  Author: pierre
Revision: 162908

db-move: moved run-parts from [testing] to [core] ( i686,  x86_64)

Added:
  run-parts/repos/core-i686/PKGBUILD
(from rev 162907, run-parts/repos/testing-i686/PKGBUILD)
  run-parts/repos/core-x86_64/PKGBUILD
(from rev 162907, run-parts/repos/testing-x86_64/PKGBUILD)
Deleted:
  run-parts/repos/core-i686/PKGBUILD
  run-parts/repos/core-x86_64/PKGBUILD
  run-parts/repos/testing-i686/
  run-parts/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-03 15:25:08 UTC (rev 162907)
+++ core-i686/PKGBUILD  2012-07-03 17:24:27 UTC (rev 162908)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=run-parts
-pkgver=4.3.1
-pkgrel=1
-pkgdesc='run scripts or programs in a directory'
-arch=('i686' 'x86_64')
-url='http://packages.qa.debian.org/d/debianutils.html'
-license=('GPL')
-depends=('glibc')
-source=(ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz;)
-sha256sums=('03cbb242b8b86f77e0bbe8e391c18aec8f8d08a2a02e8893efd1d5d6e4bc')
-
-build() {
-   cd $srcdir/debianutils-$pkgver
-   ./configure --prefix=/usr
-   make run-parts
-}
-
-package() {
-   cd $srcdir/debianutils-$pkgver
-   install -D -m755 run-parts $pkgdir/usr/bin/run-parts
-   install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
-   for l in po4a/*/run-parts.8; do
-   install -D -m644  ${l} 
$pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
-   done
-}

Copied: run-parts/repos/core-i686/PKGBUILD (from rev 162907, 
run-parts/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-03 17:24:27 UTC (rev 162908)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=run-parts
+pkgver=4.3.2
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('i686' 'x86_64')
+url='http://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=(ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz;)
+sha256sums=('0062d774306a6acc34d3b855a5c4eeb845653b0cd34dbb5c13aa00b4ecb8af22')
+
+build() {
+   cd $srcdir/debianutils-$pkgver
+   ./configure --prefix=/usr
+   make run-parts
+}
+
+package() {
+   cd $srcdir/debianutils-$pkgver
+   install -D -m755 run-parts $pkgdir/usr/bin/run-parts
+   install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
+   for l in po4a/*/run-parts.8; do
+   install -D -m644  ${l} 
$pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
+   done
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-07-03 15:25:08 UTC (rev 162907)
+++ core-x86_64/PKGBUILD2012-07-03 17:24:27 UTC (rev 162908)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=run-parts
-pkgver=4.3.1
-pkgrel=1
-pkgdesc='run scripts or programs in a directory'
-arch=('i686' 'x86_64')
-url='http://packages.qa.debian.org/d/debianutils.html'
-license=('GPL')
-depends=('glibc')
-source=(ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz;)
-sha256sums=('03cbb242b8b86f77e0bbe8e391c18aec8f8d08a2a02e8893efd1d5d6e4bc')
-
-build() {
-   cd $srcdir/debianutils-$pkgver
-   ./configure --prefix=/usr
-   make run-parts
-}
-
-package() {
-   cd $srcdir/debianutils-$pkgver
-   install -D -m755 run-parts $pkgdir/usr/bin/run-parts
-   install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
-   for l in po4a/*/run-parts.8; do
-   install -D -m644  ${l} 
$pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
-   done
-}

Copied: run-parts/repos/core-x86_64/PKGBUILD (from rev 162907, 
run-parts/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-07-03 17:24:27 UTC (rev 162908)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=run-parts
+pkgver=4.3.2
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('i686' 'x86_64')
+url='http://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=(ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz;)
+sha256sums=('0062d774306a6acc34d3b855a5c4eeb845653b0cd34dbb5c13aa00b4ecb8af22')
+
+build() {
+   cd $srcdir/debianutils-$pkgver
+   ./configure 

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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 15:16:48
  Author: dreisner
Revision: 162909

db-move: moved wpa_supplicant from [testing] to [core] ( i686,  x86_64)

Added:
  wpa_supplicant/repos/core-i686/PKGBUILD
(from rev 162908, wpa_supplicant/repos/testing-i686/PKGBUILD)
  wpa_supplicant/repos/core-i686/config
(from rev 162908, wpa_supplicant/repos/testing-i686/config)
  wpa_supplicant/repos/core-i686/hostap_allow-linking-with-libnl-3.2.patch
(from rev 162908, 
wpa_supplicant/repos/testing-i686/hostap_allow-linking-with-libnl-3.2.patch)
  wpa_supplicant/repos/core-x86_64/PKGBUILD
(from rev 162908, wpa_supplicant/repos/testing-x86_64/PKGBUILD)
  wpa_supplicant/repos/core-x86_64/config
(from rev 162908, wpa_supplicant/repos/testing-x86_64/config)
  wpa_supplicant/repos/core-x86_64/hostap_allow-linking-with-libnl-3.2.patch
(from rev 162908, 
wpa_supplicant/repos/testing-x86_64/hostap_allow-linking-with-libnl-3.2.patch)
Deleted:
  wpa_supplicant/repos/core-i686/PKGBUILD
  wpa_supplicant/repos/core-i686/config
  wpa_supplicant/repos/core-i686/dbus.patch
  wpa_supplicant/repos/core-i686/hostap_allow-linking-with-libnl-3.2.patch
  wpa_supplicant/repos/core-x86_64/PKGBUILD
  wpa_supplicant/repos/core-x86_64/config
  wpa_supplicant/repos/core-x86_64/dbus.patch
  wpa_supplicant/repos/core-x86_64/hostap_allow-linking-with-libnl-3.2.patch
  wpa_supplicant/repos/testing-i686/
  wpa_supplicant/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|  105 +
 core-i686/config  |  874 
 core-i686/dbus.patch  |   61 -
 core-i686/hostap_allow-linking-with-libnl-3.2.patch   |   54 
 core-x86_64/PKGBUILD  |  105 +
 core-x86_64/config|  874 
 core-x86_64/dbus.patch|   61 -
 core-x86_64/hostap_allow-linking-with-libnl-3.2.patch |   54 
 8 files changed, 1072 insertions(+), 1116 deletions(-)

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


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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 15:17:02
  Author: dreisner
Revision: 162910

db-move: moved wpa_supplicant_gui from [testing] to [extra] ( i686,  x86_64)

Added:
  wpa_supplicant_gui/repos/extra-i686/PKGBUILD
(from rev 162909, wpa_supplicant_gui/repos/testing-i686/PKGBUILD)
  wpa_supplicant_gui/repos/extra-i686/compile-fix.patch
(from rev 162909, wpa_supplicant_gui/repos/testing-i686/compile-fix.patch)
  wpa_supplicant_gui/repos/extra-x86_64/PKGBUILD
(from rev 162909, wpa_supplicant_gui/repos/testing-x86_64/PKGBUILD)
  wpa_supplicant_gui/repos/extra-x86_64/compile-fix.patch
(from rev 162909, wpa_supplicant_gui/repos/testing-x86_64/compile-fix.patch)
Deleted:
  wpa_supplicant_gui/repos/extra-i686/PKGBUILD
  wpa_supplicant_gui/repos/extra-x86_64/PKGBUILD
  wpa_supplicant_gui/repos/testing-i686/
  wpa_supplicant_gui/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   60 ---
 extra-i686/compile-fix.patch   |   14 +
 extra-x86_64/PKGBUILD  |   60 ---
 extra-x86_64/compile-fix.patch |   14 +
 4 files changed, 92 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-03 19:16:48 UTC (rev 162909)
+++ extra-i686/PKGBUILD 2012-07-03 19:17:02 UTC (rev 162910)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=wpa_supplicant_gui
-pkgver=0.7.3
-pkgrel=2
-pkgdesc=A Qt frontend to wpa_supplicant
-url=http://hostap.epitest.fi/wpa_supplicant;
-arch=('i686' 'x86_64')
-depends=('qt' wpa_supplicant=$pkgver)
-license=('GPL')
-source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
-sha256sums=('d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443')
-
-build() {
-  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
-  qmake
-  make
-}
-
-package() {
-  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
-  install -Dm755 wpa_gui ${pkgdir}/usr/sbin/wpa_gui
-  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
-  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
-  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
- ${pkgdir}/usr/share/man/man8/wpa_gui.8
-}

Copied: wpa_supplicant_gui/repos/extra-i686/PKGBUILD (from rev 162909, 
wpa_supplicant_gui/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-03 19:17:02 UTC (rev 162910)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=1.0
+pkgrel=1
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('qt' wpa_supplicant=$pkgver)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;
+compile-fix.patch)
+sha256sums=('91d41d473a5aafa2e25dd6577ebda975c4d4a3188850a53e31feaf7c04482b9c'
+'044be1032faf93c5f0abf22d7ae77dc0d1d1fef0c2c30646d54950b86601709f')
+
+build() {
+  cd wpa_supplicant-${pkgver}
+  patch -p1 ../compile-fix.patch
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/sbin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${pkgdir}/usr/share/man/man8/wpa_gui.8
+}

Copied: wpa_supplicant_gui/repos/extra-i686/compile-fix.patch (from rev 162909, 
wpa_supplicant_gui/repos/testing-i686/compile-fix.patch)
===
--- extra-i686/compile-fix.patch(rev 0)
+++ extra-i686/compile-fix.patch2012-07-03 19:17:02 UTC (rev 162910)
@@ -0,0 +1,14 @@
+diff -u -r wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp 
wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
+--- wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   2012-05-09 
23:56:09.0 +0200
 wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   
2012-06-25 12:06:46.045261398 +0200
+@@ -12,10 +12,8 @@
+  * See README and COPYING for more details.
+  */
+ 
+-#ifdef __MINGW32__
+ /* Need to get getopt() */
+ #include unistd.h
+-#endif
+ 
+ #ifdef CONFIG_NATIVE_WINDOWS
+ #include windows.h

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-03 19:16:48 UTC (rev 162909)
+++ extra-x86_64/PKGBUILD   2012-07-03 19:17:02 

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

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 16:25:36
  Author: eric
Revision: 162911

upgpkg: lvm2 2.02.96-3

Set /run/lock/lvm as lock directory (close FS#30515)

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-03 19:17:02 UTC (rev 162910)
+++ PKGBUILD2012-07-03 20:25:36 UTC (rev 162911)
@@ -5,7 +5,7 @@
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
 pkgver=2.02.96
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://sourceware.org/lvm2/;
 license=('GPL2' 'LGPL2.1')



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

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 16:25:58
  Author: eric
Revision: 162912

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

Added:
  lvm2/repos/testing-i686/
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 162911, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 162911, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm.service
(from rev 162911, lvm2/trunk/lvm.service)
  lvm2/repos/testing-i686/lvm2.conf
(from rev 162911, lvm2/trunk/lvm2.conf)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 162911, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 162911, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 162911, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 162911, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm.service
(from rev 162911, lvm2/trunk/lvm.service)
  lvm2/repos/testing-x86_64/lvm2.conf
(from rev 162911, lvm2/trunk/lvm2.conf)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 162911, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 162911, lvm2/trunk/lvm2_install)

--+
 testing-i686/11-dm-initramfs.rules   |3 +
 testing-i686/PKGBUILD|   69 +
 testing-i686/lvm.service |   16 +++
 testing-i686/lvm2.conf   |2 
 testing-i686/lvm2_hook   |   24 +++
 testing-i686/lvm2_install|   31 ++
 testing-x86_64/11-dm-initramfs.rules |3 +
 testing-x86_64/PKGBUILD  |   69 +
 testing-x86_64/lvm.service   |   16 +++
 testing-x86_64/lvm2.conf |2 
 testing-x86_64/lvm2_hook |   24 +++
 testing-x86_64/lvm2_install  |   31 ++
 12 files changed, 290 insertions(+)

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 162911, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2012-07-03 20:25:58 UTC (rev 162912)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
+SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Copied: lvm2/repos/testing-i686/PKGBUILD (from rev 162911, lvm2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-03 20:25:58 UTC (rev 162912)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.96
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://sourceware.org/lvm2/;
+license=('GPL2' 'LGPL2.1')
+groups=('base')
+source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
+lvm2_install
+lvm2_hook
+11-dm-initramfs.rules
+lvm.service
+lvm2.conf)
+sha1sums=('29d5097f0ca92c7665f29f862eca78bcf981ff6f'
+  '12e9016485c415c344524e6e75e23dfa6ca097ac'
+  '3e1680f9b76ce9150d08865d99db90fd15532271'
+  'cedc9948123c870f9c5aa3357d0075b41a9c8135'
+  'f6a554eea9557c3c236df2943bb6e7e723945c41'
+  '17df8689630a77e46899a8bd56997d9db896d5af'
+  'ccefad65fde3d50331a42b0e90a1539dc7c8b9e4')
+
+build() {
+  cd ${srcdir}/LVM2.${pkgver}
+  unset LDFLAGS
+
+  ./configure --prefix=/ --sbindir=/sbin --sysconfdir=/etc 
--localstatedir=/var --datarootdir=/usr/share \
+--includedir=/usr/include --with-usrlibdir=/usr/lib  --libdir=/usr/lib 
--with-udev-prefix=/usr \
+--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-pkgconfig 
--enable-readline \
+--enable-dmeventd --enable-cmdlib --enable-applib --enable-udev_sync 
--enable-udev_rules  \
+--with-default-locking-dir=/run/lock/lvm
+  make
+}
+
+package_device-mapper() {
+  pkgdesc=Device mapper userspace library and tools
+  url=http://sourceware.org/dm/;
+  depends=('glibc' 'udev')
+
+  cd ${srcdir}/LVM2.${pkgver}
+  make DESTDIR=${pkgdir} install_device-mapper
+  # extra udev rule for device-mapper in initramfs
+  install -D -m644 ${srcdir}/11-dm-initramfs.rules 
${pkgdir}/usr/lib/initcpio/udev/11-dm-initramfs.rules
+}
+
+package_lvm2() {
+  pkgdesc=Logical Volume Manager 2 utilities
+  depends=('bash' device-mapper=${pkgver} 'udev' 'readline')
+  conflicts=('lvm' 'mkinitcpio0.7')
+  backup=('etc/lvm/lvm.conf')
+  options=('!makeflags')
+
+  cd ${srcdir}/LVM2.${pkgver}
+  make DESTDIR=${pkgdir} install_lvm2
+  # install applib
+  make -C liblvm DESTDIR=${pkgdir} 

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

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 16:59:40
  Author: eric
Revision: 162913

upgpkg: libjpeg-turbo 1.2.1-1

Upstream update

Modified:
  libjpeg-turbo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-03 20:25:58 UTC (rev 162912)
+++ PKGBUILD2012-07-03 20:59:40 UTC (rev 162913)
@@ -3,8 +3,8 @@
 # Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
 
 pkgname=libjpeg-turbo
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc=libjpeg derivative with accelerated baseline JPEG compression and 
decompression
 arch=('i686' 'x86_64')
 url=http://libjpeg-turbo.virtualgl.org/;
@@ -16,10 +16,10 @@
 replaces=('libjpeg')
 options=('!libtool')
 
source=(http://sourceforge.net/projects/$pkgname/files/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('5329fa80953938cb4f097afae55059e2')
+sha1sums=('a4992e102c6d88146709e8e6ce5896d5d0b5a361')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
   # put documentation in a reasonable directory...
   sed -i /docdir = /s#/doc#/doc/libjpeg-turbo# Makefile.in
@@ -30,27 +30,27 @@
 }
 
 check() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   
   make test
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
-  make DESTDIR=$pkgdir/ install
+  make DESTDIR=$pkgdir/ install
   
   # provide jpegint.h as it is required by various software
-  install -m644 jpegint.h $pkgdir/usr/include/
+  install -m644 jpegint.h $pkgdir/usr/include/
   
   # do not distributre libturbojpeg as it is unversioned
-  rm $pkgdir/usr/lib/libturbojpeg.{so,a}
-  rm $pkgdir/usr/include/turbojpeg.h
-  rm $pkgdir/usr/bin/tjbench
+  rm $pkgdir/usr/lib/libturbojpeg.{so,a}
+  rm $pkgdir/usr/include/turbojpeg.h
+  rm $pkgdir/usr/bin/tjbench
   
-  install -dm755 $pkgdir/usr/share/licenses/libjpeg-turbo/
+  install -dm755 $pkgdir/usr/share/licenses/libjpeg-turbo/
   ln -s ../../doc/libjpeg-turbo/README \
-$pkgdir/usr/share/licenses/libjpeg-turbo/README
+$pkgdir/usr/share/licenses/libjpeg-turbo/README
   ln -s ../../doc/libjpeg-turbo/README-turbo.txt \
-$pkgdir/usr/share/licenses/libjpeg-turbo/README-turbo.txt
+$pkgdir/usr/share/licenses/libjpeg-turbo/README-turbo.txt
 }



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

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 16:59:56
  Author: eric
Revision: 162914

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

Added:
  libjpeg-turbo/repos/extra-i686/PKGBUILD
(from rev 162913, libjpeg-turbo/trunk/PKGBUILD)
  libjpeg-turbo/repos/extra-x86_64/PKGBUILD
(from rev 162913, libjpeg-turbo/trunk/PKGBUILD)
Deleted:
  libjpeg-turbo/repos/extra-i686/PKGBUILD
  libjpeg-turbo/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |  112 
 extra-x86_64/PKGBUILD |  112 
 2 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-03 20:59:40 UTC (rev 162913)
+++ extra-i686/PKGBUILD 2012-07-03 20:59:56 UTC (rev 162914)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
-
-pkgname=libjpeg-turbo
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=libjpeg derivative with accelerated baseline JPEG compression and 
decompression
-arch=('i686' 'x86_64')
-url=http://libjpeg-turbo.virtualgl.org/;
-license=('GPL' 'custom')
-depends=('glibc')
-makedepends=('nasm')
-provides=('libjpeg=8.0.2')
-conflicts=('libjpeg')
-replaces=('libjpeg')
-options=('!libtool')
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('5329fa80953938cb4f097afae55059e2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # put documentation in a reasonable directory...
-  sed -i /docdir = /s#/doc#/doc/libjpeg-turbo# Makefile.in
-  sed -i /exampledir = /s#/doc#/doc/libjpeg-turbo# Makefile.in
-
-  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make test
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  
-  # provide jpegint.h as it is required by various software
-  install -m644 jpegint.h $pkgdir/usr/include/
-  
-  # do not distributre libturbojpeg as it is unversioned
-  rm $pkgdir/usr/lib/libturbojpeg.{so,a}
-  rm $pkgdir/usr/include/turbojpeg.h
-  rm $pkgdir/usr/bin/tjbench
-  
-  install -dm755 $pkgdir/usr/share/licenses/libjpeg-turbo/
-  ln -s ../../doc/libjpeg-turbo/README \
-$pkgdir/usr/share/licenses/libjpeg-turbo/README
-  ln -s ../../doc/libjpeg-turbo/README-turbo.txt \
-$pkgdir/usr/share/licenses/libjpeg-turbo/README-turbo.txt
-}

Copied: libjpeg-turbo/repos/extra-i686/PKGBUILD (from rev 162913, 
libjpeg-turbo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-03 20:59:56 UTC (rev 162914)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
+
+pkgname=libjpeg-turbo
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=libjpeg derivative with accelerated baseline JPEG compression and 
decompression
+arch=('i686' 'x86_64')
+url=http://libjpeg-turbo.virtualgl.org/;
+license=('GPL' 'custom')
+depends=('glibc')
+makedepends=('nasm')
+provides=('libjpeg=8.0.2')
+conflicts=('libjpeg')
+replaces=('libjpeg')
+options=('!libtool')
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgver/$pkgname-$pkgver.tar.gz)
+sha1sums=('a4992e102c6d88146709e8e6ce5896d5d0b5a361')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # put documentation in a reasonable directory...
+  sed -i /docdir = /s#/doc#/doc/libjpeg-turbo# Makefile.in
+  sed -i /exampledir = /s#/doc#/doc/libjpeg-turbo# Makefile.in
+
+  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make test
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  
+  # provide jpegint.h as it is required by various software
+  install -m644 jpegint.h $pkgdir/usr/include/
+  
+  # do not distributre libturbojpeg as it is unversioned
+  rm $pkgdir/usr/lib/libturbojpeg.{so,a}
+  rm $pkgdir/usr/include/turbojpeg.h
+  rm $pkgdir/usr/bin/tjbench
+  
+  install -dm755 $pkgdir/usr/share/licenses/libjpeg-turbo/
+  ln -s ../../doc/libjpeg-turbo/README \
+$pkgdir/usr/share/licenses/libjpeg-turbo/README
+  ln -s ../../doc/libjpeg-turbo/README-turbo.txt \
+$pkgdir/usr/share/licenses/libjpeg-turbo/README-turbo.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-03 20:59:40 UTC (rev 162913)
+++ extra-x86_64/PKGBUILD   2012-07-03 20:59:56 UTC (rev 162914)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
-
-pkgname=libjpeg-turbo
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=libjpeg derivative with accelerated baseline JPEG compression and 
decompression
-arch=('i686' 'x86_64')

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

2012-07-03 Thread Tom Gundersen
Date: Tuesday, July 3, 2012 @ 19:39:27
  Author: tomegun
Revision: 162915

upgpkg: upower 0.9.17-1

new package release

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-03 20:59:56 UTC (rev 162914)
+++ PKGBUILD2012-07-03 23:39:27 UTC (rev 162915)
@@ -2,17 +2,16 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=upower
-pkgver=0.9.16
+pkgver=0.9.17
 pkgrel=1
 pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
 arch=('i686' 'x86_64')
 url=http://upower.freedesktop.org;
 license=('GPL')
-depends=('udev' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 'libimobiledevice')
+depends=('systemd-tools' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
 options=('!libtool')
 source=($url/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('eb9a3d39a8cb62970fd612e333bc7a43437ab0e7890303578b0a7e3c67c8c212')
 
 build() {
   cd $pkgname-$pkgver
@@ -32,3 +31,4 @@
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
+md5sums=('9ef7fc8ec438542f014f3a34552822aa')



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

2012-07-03 Thread Tom Gundersen
Date: Tuesday, July 3, 2012 @ 19:39:56
  Author: tomegun
Revision: 162916

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

Added:
  upower/repos/testing-i686/
  upower/repos/testing-i686/PKGBUILD
(from rev 162915, upower/trunk/PKGBUILD)
  upower/repos/testing-x86_64/
  upower/repos/testing-x86_64/PKGBUILD
(from rev 162915, upower/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: upower/repos/testing-i686/PKGBUILD (from rev 162915, 
upower/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-03 23:39:56 UTC (rev 162916)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.9.17
+pkgrel=1
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')
+url=http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd-tools' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+
+build() {
+  cd $pkgname-$pkgver
+
+  # put udev files in /usr/lib
+  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/upower \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('9ef7fc8ec438542f014f3a34552822aa')

Copied: upower/repos/testing-x86_64/PKGBUILD (from rev 162915, 
upower/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-03 23:39:56 UTC (rev 162916)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.9.17
+pkgrel=1
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')
+url=http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd-tools' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+
+build() {
+  cd $pkgname-$pkgver
+
+  # put udev files in /usr/lib
+  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/upower \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('9ef7fc8ec438542f014f3a34552822aa')



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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:18:48
  Author: dreisner
Revision: 162917

upgpkg: kmod 9-2

- remove local patch -- we now look for kmods in /usr/lib/modules
- add post_upgrade warning about the above

Added:
  kmod/trunk/kmod.install
Modified:
  kmod/trunk/PKGBUILD
Deleted:
  kmod/trunk/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch

-+
 0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch |   93 
--
 PKGBUILD|   11 -
 kmod.install|9 
 3 files changed, 13 insertions(+), 100 deletions(-)

Deleted: 0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch
===
--- 0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch 
2012-07-03 23:39:56 UTC (rev 162916)
+++ 0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch 
2012-07-04 00:18:48 UTC (rev 162917)
@@ -1,93 +0,0 @@
-From 53e7e0e42428770578ca0d54d0a9540f498f917f Mon Sep 17 00:00:00 2001
-From: Tom Gundersen t...@jklm.no
-Date: Sat, 31 Mar 2012 12:17:39 +0200
-Subject: [PATCH 2/2] config: hardcode the path to modules to be /lib/modules
-
-This means that we can move the configuration paths from /lib
-to /usr/lib without having to touch the kernel and related
-packages.
-
-That can be dealt with separately at a later location, in which case
-all we have to do is revert this patch.
-
-Signed-off-by: Tom Gundersen t...@jklm.no

- libkmod/libkmod.c |2 +-
- tools/depmod.c|2 +-
- tools/modinfo.c   |4 ++--
- tools/modprobe.c  |4 ++--
- 4 files changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/libkmod/libkmod.c b/libkmod/libkmod.c
-index 12c1112..11edfa0 100644
 a/libkmod/libkmod.c
-+++ b/libkmod/libkmod.c
-@@ -196,7 +196,7 @@ static int log_priority(const char *priority)
-   return 0;
- }
- 
--static const char *dirname_default_prefix = ROOTPREFIX /lib/modules;
-+static const char *dirname_default_prefix = /lib/modules;
- 
- static char *get_kernel_release(const char *dirname)
- {
-diff --git a/tools/kmod-depmod.c b/tools/kmod-depmod.c
-index 7bb1c5d..454d538 100644
 a/tools/depmod.c
-+++ b/tools/depmod.c
-@@ -2634,7 +2634,7 @@ static int do_depmod(int argc, char *argv[])
-   }
- 
-   cfg.dirnamelen = snprintf(cfg.dirname, PATH_MAX,
--%s ROOTPREFIX /lib/modules/%s,
-+%s/lib/modules/%s,
- root == NULL ?  : root, cfg.kversion);
- 
-   if (optind == argc)
-diff --git a/tools/kmod-modinfo.c b/tools/kmod-modinfo.c
-index aa5223f..b13cd4b 100644
 a/tools/modinfo.c
-+++ b/tools/modinfo.c
-@@ -339,7 +339,7 @@ static void help(const char *progname)
-   \t-0, --null  Use \\0 instead of \\n\n
-   \t-F, --field=FIELD   Print only provided FIELD\n
-   \t-k, --set-version=VERSION   Use VERSION instead of `uname 
-r`\n
--  \t-b, --basedir=DIR   Use DIR as filesystem root for  
ROOTPREFIX /lib/modules\n
-+  \t-b, --basedir=DIR   Use DIR as filesystem root for 
/lib/modules\n
-   \t-V, --version   Show version\n
-   \t-h, --help  Show this help\n,
-   progname);
-@@ -439,7 +439,7 @@ static int do_modinfo(int argc, char *argv[])
-   }
-   kversion = u.release;
-   }
--  snprintf(dirname_buf, sizeof(dirname_buf), %s ROOTPREFIX 
/lib/modules/%s,
-+  snprintf(dirname_buf, sizeof(dirname_buf), %s/lib/modules/%s,
-root, kversion);
-   dirname = dirname_buf;
-   }
-diff --git a/tools/kmod-modprobe.c b/tools/kmod-modprobe.c
-index 4760682..ccb41d8 100644
 a/tools/modprobe.c
-+++ b/tools/modprobe.c
-@@ -128,7 +128,7 @@ static void help(const char *progname)
-   \t-n, --show  Same as --dry-run\n
- 
-   \t-C, --config=FILE   Use FILE instead of default 
search paths\n
--  \t-d, --dirname=DIR   Use DIR as filesystem root for  
ROOTPREFIX /lib/modules\n
-+  \t-d, --dirname=DIR   Use DIR as filesystem root for 
/lib/modules\n
-   \t-S, --set-version=VERSION   Use VERSION instead of `uname 
-r`\n
- 
-   \t-s, --syslogprint to syslog, not stderr\n
-@@ -973,7 +973,7 @@ static int do_modprobe(int argc, char **orig_argv)
-   kversion = u.release;
-   }
-   snprintf(dirname_buf, sizeof(dirname_buf),
--  %s ROOTPREFIX /lib/modules/%s, root,
-+  %s/lib/modules/%s, root,
-   kversion);
-

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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:18:58
  Author: dreisner
Revision: 162918

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

Added:
  kmod/repos/testing-i686/
  kmod/repos/testing-i686/PKGBUILD
(from rev 162917, kmod/trunk/PKGBUILD)
  kmod/repos/testing-i686/depmod-search.conf
(from rev 162917, kmod/trunk/depmod-search.conf)
  kmod/repos/testing-i686/kmod.install
(from rev 162917, kmod/trunk/kmod.install)
  kmod/repos/testing-x86_64/
  kmod/repos/testing-x86_64/PKGBUILD
(from rev 162917, kmod/trunk/PKGBUILD)
  kmod/repos/testing-x86_64/depmod-search.conf
(from rev 162917, kmod/trunk/depmod-search.conf)
  kmod/repos/testing-x86_64/kmod.install
(from rev 162917, kmod/trunk/kmod.install)

---+
 testing-i686/PKGBUILD |   56 
 testing-i686/depmod-search.conf   |5 +++
 testing-i686/kmod.install |9 +
 testing-x86_64/PKGBUILD   |   56 
 testing-x86_64/depmod-search.conf |5 +++
 testing-x86_64/kmod.install   |9 +
 6 files changed, 140 insertions(+)

Copied: kmod/repos/testing-i686/PKGBUILD (from rev 162917, kmod/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-04 00:18:58 UTC (rev 162918)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=9
+pkgrel=2
+pkgdesc=Linux kernel module handling
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
+license=('GPL2')
+depends=('glibc' 'zlib')
+options=('!libtool')
+provides=('module-init-tools=3.16')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+install=kmod.install
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
+depmod-search.conf)
+md5sums=('c8ae2d2694fbca2b28e238b30543a0cd'
+ 'dd62cbf62bd8f212f51ef8c43bec9a77')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--sysconfdir=/etc \
+--with-zlib \
+--with-rootprefix=/usr
+
+  make
+}
+
+check() {
+  # testsuite is broken on 32-bit because of an unhandled EEXIST on mkdir_p
+  make -C $pkgname-$pkgver check || :
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # extra directories
+  install -dm755 $pkgdir/{etc,usr/lib}/{depmod,modprobe}.d $pkgdir/sbin
+
+  # add symlinks to kmod
+  ln -s ../usr/bin/kmod $pkgdir/sbin/modprobe
+  ln -s ../usr/bin/kmod $pkgdir/sbin/depmod
+
+  for tool in {ins,ls,rm}mod modinfo; do
+ln -s kmod $pkgdir/usr/bin/$tool
+  done
+
+  # install depmod.d file for search/ dir
+  install -Dm644 $srcdir/depmod-search.conf 
$pkgdir/usr/lib/depmod.d/search.conf
+}
+
+# vim: ft=sh syn=sh et

Copied: kmod/repos/testing-i686/depmod-search.conf (from rev 162917, 
kmod/trunk/depmod-search.conf)
===
--- testing-i686/depmod-search.conf (rev 0)
+++ testing-i686/depmod-search.conf 2012-07-04 00:18:58 UTC (rev 162918)
@@ -0,0 +1,5 @@
+#
+# /usr/lib/depmod.d/search.conf
+#
+
+search updates extramodules built-in

Copied: kmod/repos/testing-i686/kmod.install (from rev 162917, 
kmod/trunk/kmod.install)
===
--- testing-i686/kmod.install   (rev 0)
+++ testing-i686/kmod.install   2012-07-04 00:18:58 UTC (rev 162918)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ $(vercmp 9-2 $2) -eq 1 ]; then
+echo == Kernel modules are now only read from /usr/lib/modules, all 
custom
+echo built kernels and modules must be moved there before rebooting.
+  fi
+}
+

Copied: kmod/repos/testing-x86_64/PKGBUILD (from rev 162917, 
kmod/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-04 00:18:58 UTC (rev 162918)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=9
+pkgrel=2
+pkgdesc=Linux kernel module handling
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
+license=('GPL2')
+depends=('glibc' 'zlib')
+options=('!libtool')
+provides=('module-init-tools=3.16')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+install=kmod.install
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
+depmod-search.conf)
+md5sums=('c8ae2d2694fbca2b28e238b30543a0cd'
+ 'dd62cbf62bd8f212f51ef8c43bec9a77')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--sysconfdir=/etc \
+--with-zlib \
+--with-rootprefix=/usr
+
+  make
+}
+
+check() {
+  # testsuite is broken on 32-bit because of an unhandled EEXIST on mkdir_p
+  

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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:19:40
  Author: dreisner
Revision: 162919

upgpkg: linux 3.4.4-3

- rebuild for /usr move
- run depmod only AFTER compressing modules

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install

---+
 PKGBUILD  |   17 +
 linux.install |2 +-
 2 files changed, 14 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 00:18:58 UTC (rev 162918)
+++ PKGBUILD2012-07-04 00:19:40 UTC (rev 162919)
@@ -8,7 +8,7 @@
 _kernelname=${pkgname#linux}
 _basekernel=3.4
 pkgver=${_basekernel}.4
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -79,6 +79,9 @@
   # set extraversion to pkgrel
   sed -ri s|^(EXTRAVERSION =).*|\1 -${pkgrel}| Makefile
 
+  # don't run depmod on 'make install'. We'll do this ourselves in packaging
+  sed -i '2iexit 0' scripts/depmod.sh
+
   # get kernel version
   make prepare
 
@@ -153,6 +156,12 @@
   # add real version for building modules and running depmod from 
post_install/upgrade
   mkdir -p 
${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}
   echo ${_kernver}  
${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}/version
+
+  # move module tree /lib - /usr/lib
+  mv $pkgdir/lib $pkgdir/usr
+
+  # Now we call depmod...
+  depmod -b $pkgdir -F System.map $_kernver
 }
 
 package_linux-headers() {
@@ -161,10 +170,10 @@
   conflicts=('kernel26-headers')
   replaces=('kernel26-headers')
 
-  mkdir -p ${pkgdir}/lib/modules/${_kernver}
+  install -dm755 ${pkgdir}/usr/lib/modules/${_kernver}
 
-  cd ${pkgdir}/lib/modules/${_kernver}
-  ln -sf ../../../usr/src/linux-${_kernver} build
+  cd ${pkgdir}/usr/lib/modules/${_kernver}
+  ln -sf ../../../src/linux-${_kernver} build
 
   cd ${srcdir}/linux-${_basekernel}
   install -D -m644 Makefile \

Modified: linux.install
===
--- linux.install   2012-07-04 00:18:58 UTC (rev 162918)
+++ linux.install   2012-07-04 00:19:40 UTC (rev 162919)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.4.4-2-ARCH
+KERNEL_VERSION=3.4.4-3-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:20:05
  Author: dreisner
Revision: 162920

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/3.4.4-fix-backlight-regression.patch
(from rev 162919, linux/trunk/3.4.4-fix-backlight-regression.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 162919, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 162919, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 162919, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 162919, linux/trunk/config.x86_64)
  linux/repos/testing-i686/fix-acerhdf-1810T-bios.patch
(from rev 162919, linux/trunk/fix-acerhdf-1810T-bios.patch)
  linux/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 162919, linux/trunk/i915-fix-ghost-tv-output.patch)
  linux/repos/testing-i686/linux.install
(from rev 162919, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 162919, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/3.4.4-fix-backlight-regression.patch
(from rev 162919, linux/trunk/3.4.4-fix-backlight-regression.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 162919, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 162919, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 162919, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 162919, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/fix-acerhdf-1810T-bios.patch
(from rev 162919, linux/trunk/fix-acerhdf-1810T-bios.patch)
  linux/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 162919, linux/trunk/i915-fix-ghost-tv-output.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 162919, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 162919, linux/trunk/linux.preset)

--+
 testing-i686/3.4.4-fix-backlight-regression.patch|   38 
 testing-i686/PKGBUILD|  313 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5840 +
 testing-i686/config.x86_64   | 5612 
 testing-i686/fix-acerhdf-1810T-bios.patch|   10 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-x86_64/3.4.4-fix-backlight-regression.patch  |   38 
 testing-x86_64/PKGBUILD  |  313 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5840 +
 testing-x86_64/config.x86_64 | 5612 
 testing-x86_64/fix-acerhdf-1810T-bios.patch  |   10 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 23860 insertions(+)

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


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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:29:12
  Author: dreisner
Revision: 162921

upgpkg: linux-lts 3.0.36-2

- rebuild for /usr move
- only run depmod after compressing modules

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   17 +
 linux-lts.install |2 +-
 2 files changed, 14 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 00:20:05 UTC (rev 162920)
+++ PKGBUILD2012-07-04 00:29:12 UTC (rev 162921)
@@ -8,7 +8,7 @@
 _kernelname=${pkgname#linux}
 _basekernel=3.0
 pkgver=${_basekernel}.36
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -72,6 +72,9 @@
   # set extraversion to pkgrel
   sed -ri s|^(EXTRAVERSION =).*|\1 -${pkgrel}| Makefile
 
+  # don't run depmod on 'make install'. We'll do this ourselves in packaging
+  sed -i '2iexit 0' scripts/depmod.sh
+
   # get kernel version
   make prepare
 
@@ -145,6 +148,12 @@
   # add real version for building modules and running depmod from 
post_install/upgrade
   mkdir -p 
${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}
   echo ${_kernver}  
${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}/version
+
+  # move module tree /lib - /usr/lib
+  mv $pkgdir/lib $pkgdir/usr
+
+  # Now we call depmod...
+  depmod -b $pkgdir -F System.map $_kernver
 }
 
 package_linux-lts-headers() {
@@ -153,10 +162,10 @@
   conflicts=('kernel26-lts-headers')
   replaces=('kernel26-lts-headers')
 
-  mkdir -p ${pkgdir}/lib/modules/${_kernver}
+  install -dm755 ${pkgdir}/usr/lib/modules/${_kernver}
 
-  cd ${pkgdir}/lib/modules/${_kernver}
-  ln -sf ../../../usr/src/linux-${_kernver} build
+  cd ${pkgdir}/usr/lib/modules/${_kernver}
+  ln -sf ../../../src/linux-${_kernver} build
 
   cd ${srcdir}/linux-${_basekernel}
   install -D -m644 Makefile \

Modified: linux-lts.install
===
--- linux-lts.install   2012-07-04 00:20:05 UTC (rev 162920)
+++ linux-lts.install   2012-07-04 00:29:12 UTC (rev 162921)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.36-1-lts
+KERNEL_VERSION=3.0.36-2-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:29:37
  Author: dreisner
Revision: 162922

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/CVE-2012-0056.patch
(from rev 162921, linux-lts/trunk/CVE-2012-0056.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 162921, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 162921, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 162921, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 162921, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 162921, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 162921, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 162921, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 162921, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/CVE-2012-0056.patch
(from rev 162921, linux-lts/trunk/CVE-2012-0056.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 162921, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 162921, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 162921, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 162921, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 162921, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 162921, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 162921, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 162921, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/CVE-2012-0056.patch |  269 
 testing-i686/PKGBUILD|  288 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5648 +
 testing-i686/config.x86_64   | 5386 
 testing-i686/ext4-options.patch  |   49 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/linux-lts.install   |   65 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/CVE-2012-0056.patch   |  269 
 testing-x86_64/PKGBUILD  |  288 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5648 +
 testing-x86_64/config.x86_64 | 5386 
 testing-x86_64/ext4-options.patch|   49 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/linux-lts.install |   65 
 testing-x86_64/linux-lts.preset  |   14 
 18 files changed, 23514 insertions(+)

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


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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:36:58
  Author: dreisner
Revision: 162923

upgpkg: nvidia 302.17-1

- rebuild for kernel /usr move

Modified:
  nvidia/trunk/PKGBUILD
  nvidia/trunk/nvidia.install

+
 PKGBUILD   |8 
 nvidia.install |6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 00:29:37 UTC (rev 162922)
+++ PKGBUILD2012-07-04 00:36:58 UTC (rev 162923)
@@ -28,18 +28,18 @@
 fi
 
 build() {
-_kernver=$(cat /lib/modules/${_extramodules}/version)
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
 cd ${srcdir}
 sh ${_pkg}.run --extract-only
 cd ${_pkg}/kernel
-make SYSSRC=/lib/modules/${_kernver}/build module
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
 }
 
 package() {
 install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/lib/modules/${_extramodules}/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}/lib/modules/${_extramodules}/nvidia.ko
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
 }

Modified: nvidia.install
===
--- nvidia.install  2012-07-04 00:29:37 UTC (rev 162922)
+++ nvidia.install  2012-07-04 00:36:58 UTC (rev 162923)
@@ -1,15 +1,15 @@
 post_install() {
 EXTRAMODULES='extramodules-3.4-ARCH'
-depmod $(cat /lib/modules/$EXTRAMODULES/version)
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
 EXTRAMODULES='extramodules-3.4-ARCH'
-depmod $(cat /lib/modules/$EXTRAMODULES/version)
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
 EXTRAMODULES='extramodules-3.4-ARCH'
-depmod $(cat /lib/modules/$EXTRAMODULES/version)
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }



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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:37:07
  Author: dreisner
Revision: 162924

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 162923, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia.install
(from rev 162923, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 162923, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 162923, nvidia/trunk/nvidia.install)

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/nvidia.install   |   15 +
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/nvidia.install |   15 +
 4 files changed, 120 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 162923, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-04 00:37:07 UTC (rev 162924)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=302.17
+_extramodules=extramodules-3.4-ARCH
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.4' 'linux3.5' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.4' 'linux-headers3.5')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('b7f908ea08218df08db06026215ec419')
+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=('7e768412a16853078b04037a7cc9c8ac')
+fi
+
+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
+}
+
+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 162923, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2012-07-04 00:37:07 UTC (rev 162924)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.4-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.4-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.4-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 162923, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-04 00:37:07 UTC (rev 162924)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=302.17
+_extramodules=extramodules-3.4-ARCH
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.4' 'linux3.5' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.4' 'linux-headers3.5')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('b7f908ea08218df08db06026215ec419')
+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=('7e768412a16853078b04037a7cc9c8ac')
+fi
+
+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
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \

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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:40:21
  Author: dreisner
Revision: 162925

upgpkg: nvidia 302.17-2

- pkgrel bump, rebuild for kernel /usr move

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 00:37:07 UTC (rev 162924)
+++ PKGBUILD2012-07-04 00:40:21 UTC (rev 162925)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=302.17
 _extramodules=extramodules-3.4-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux.
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:40:32
  Author: dreisner
Revision: 162926

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

Added:
  nvidia/repos/testing-i686/PKGBUILD
(from rev 162925, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia.install
(from rev 162925, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 162925, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 162925, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/testing-i686/PKGBUILD
  nvidia/repos/testing-i686/nvidia.install
  nvidia/repos/testing-x86_64/PKGBUILD
  nvidia/repos/testing-x86_64/nvidia.install

---+
 testing-i686/PKGBUILD |   90 
 testing-i686/nvidia.install   |   30 ++---
 testing-x86_64/PKGBUILD   |   90 
 testing-x86_64/nvidia.install |   30 ++---
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-07-04 00:40:21 UTC (rev 162925)
+++ testing-i686/PKGBUILD   2012-07-04 00:40:32 UTC (rev 162926)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=302.17
-_extramodules=extramodules-3.4-ARCH
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux.
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.4' 'linux3.5' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.4' 'linux-headers3.5')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('b7f908ea08218df08db06026215ec419')
-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=('7e768412a16853078b04037a7cc9c8ac')
-fi
-
-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
-}
-
-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/PKGBUILD (from rev 162925, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-04 00:40:32 UTC (rev 162926)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=302.17
+_extramodules=extramodules-3.4-ARCH
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.4' 'linux3.5' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.4' 'linux-headers3.5')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('b7f908ea08218df08db06026215ec419')
+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=('7e768412a16853078b04037a7cc9c8ac')
+fi
+
+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
+}
+
+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
+}

Deleted: testing-i686/nvidia.install
===
--- testing-i686/nvidia.install 2012-07-04 00:40:21 UTC (rev 162925)
+++ testing-i686/nvidia.install 2012-07-04 00:40:32 UTC (rev 162926)
@@ -1,15 +0,0 @@
-post_install() {
-

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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:43:31
  Author: dreisner
Revision: 162927

upgpkg: nvidia-lts 302.17-2

- rebuild for kernel move to /usr

Modified:
  nvidia-lts/trunk/PKGBUILD
  nvidia-lts/trunk/nvidia-lts.install

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 00:40:32 UTC (rev 162926)
+++ PKGBUILD2012-07-04 00:43:31 UTC (rev 162927)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=302.17
 _extramodules=extramodules-3.0-lts
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -27,17 +27,17 @@
 fi
 
 build() {
-  _kernver=$(cat /lib/modules/${_extramodules}/version)
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
   cd ${srcdir}
   sh ${_pkg}.run --extract-only
   cd ${_pkg}/kernel
-  make SYSSRC=/lib/modules/${_kernver}/build module
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
 }
 
 package() {
   install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  gzip ${pkgdir}/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
   install -d -m755 ${pkgdir}/usr/lib/modprobe.d
   echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
   echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf

Modified: nvidia-lts.install
===
--- nvidia-lts.install  2012-07-04 00:40:32 UTC (rev 162926)
+++ nvidia-lts.install  2012-07-04 00:43:31 UTC (rev 162927)
@@ -1,15 +1,15 @@
 post_install() {
 EXTRAMODULES='extramodules-3.0-lts'
-depmod $(cat /lib/modules/$EXTRAMODULES/version)
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
 EXTRAMODULES='extramodules-3.0-lts'
-depmod $(cat /lib/modules/$EXTRAMODULES/version)
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
 EXTRAMODULES='extramodules-3.0-lts'
-depmod $(cat /lib/modules/$EXTRAMODULES/version)
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }



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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:43:40
  Author: dreisner
Revision: 162928

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

Added:
  nvidia-lts/repos/testing-i686/
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 162927, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 162927, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 162927, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 162927, nvidia-lts/trunk/nvidia-lts.install)

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/nvidia-lts.install   |   15 
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/nvidia-lts.install |   15 
 4 files changed, 120 insertions(+)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 162927, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-04 00:43:40 UTC (rev 162928)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=302.17
+_extramodules=extramodules-3.0-lts
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.0.0')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+if [ $CARCH = i686 ]; then
+  _arch='x86'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('b7f908ea08218df08db06026215ec419')
+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=('7e768412a16853078b04037a7cc9c8ac')
+fi
+
+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
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 162927, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2012-07-04 00:43:40 UTC (rev 162928)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 162927, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-04 00:43:40 UTC (rev 162928)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=302.17
+_extramodules=extramodules-3.0-lts
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.0.0')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+if [ $CARCH = i686 ]; then
+  _arch='x86'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('b7f908ea08218df08db06026215ec419')
+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=('7e768412a16853078b04037a7cc9c8ac')
+fi
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${srcdir}
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make 

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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:45:49
  Author: dreisner
Revision: 162929

upgpkg: fcpci 31107-76

- rebuild for kernel move to /usr

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |   14 +++---
 fcpci.install |4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 00:43:40 UTC (rev 162928)
+++ PKGBUILD2012-07-04 00:45:49 UTC (rev 162929)
@@ -3,7 +3,7 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=75
+pkgrel=76
 _extramodules=extramodules-3.4-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux kernel
 arch=(i686 x86_64)
@@ -44,7 +44,7 @@
 options=(!strip)
 
 build() {
-  _kernver=$(cat /lib/modules/${_extramodules}/version)
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
   cd $srcdir/fritz/src
   [ $CARCH = i686 ]  (patch -Np0 -i ../../atomic.patch)
   [ $CARCH = i686 ]  (patch -Np0 -i ../../kernel-2.6.39-i686.patch)
@@ -77,15 +77,15 @@
 $i.old $i
   done
 
-  make LIBDIR=$pkgdir/var/lib/fritz KDIR=/lib/modules/${_kernver}/build all
+  make LIBDIR=$pkgdir/var/lib/fritz KDIR=/usr/lib/modules/${_kernver}/build all
 }
 
 package() {
-  mkdir -p $pkgdir/lib/modules/${_extramodules}
-  cp $srcdir/fritz/src/fcpci.ko $pkgdir/lib/modules/${_extramodules}/ 
-  rm -r $pkgdir/var/lib/fritz  
+  mkdir -p $pkgdir/usr/lib/modules/${_extramodules}
+  cp $srcdir/fritz/src/fcpci.ko $pkgdir/usr/lib/modules/${_extramodules}/
+  rm -r $pkgdir/var
   # build module dependencies
   sed -i -e s/EXTRAMODULES=.*/EXTRAMODULES=${_extramodules}/g 
$startdir/fcpci.install
   # gzip -9 modules
-  find $pkgdir -name '*.ko' -exec gzip -9 {} \;
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
 }

Modified: fcpci.install
===
--- fcpci.install   2012-07-04 00:43:40 UTC (rev 162928)
+++ fcpci.install   2012-07-04 00:45:49 UTC (rev 162929)
@@ -6,7 +6,7 @@
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
   EXTRAMODULES=extramodules-3.4-ARCH
-  depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
+  depmod -v $(cat /usr/lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 
 # arg 1:  the new package version
@@ -20,6 +20,6 @@
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
   EXTRAMODULES=extramodules-3.4-ARCH
-  depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
+  depmod -v $(cat /usr/lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 



[arch-commits] Commit in fcpci/repos (34 files)

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:46:28
  Author: dreisner
Revision: 162930

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

Added:
  fcpci/repos/testing-i686/
  fcpci/repos/testing-i686/PKGBUILD
(from rev 162929, fcpci/trunk/PKGBUILD)
  fcpci/repos/testing-i686/atomic.patch
(from rev 162929, fcpci/trunk/atomic.patch)
  fcpci/repos/testing-i686/fcpci.install
(from rev 162929, fcpci/trunk/fcpci.install)
  fcpci/repos/testing-i686/kernel-2.6.19.patch
(from rev 162929, fcpci/trunk/kernel-2.6.19.patch)
  fcpci/repos/testing-i686/kernel-2.6.20.patch
(from rev 162929, fcpci/trunk/kernel-2.6.20.patch)
  fcpci/repos/testing-i686/kernel-2.6.22.patch
(from rev 162929, fcpci/trunk/kernel-2.6.22.patch)
  fcpci/repos/testing-i686/kernel-2.6.24.patch
(from rev 162929, fcpci/trunk/kernel-2.6.24.patch)
  fcpci/repos/testing-i686/kernel-2.6.31.patch
(from rev 162929, fcpci/trunk/kernel-2.6.31.patch)
  fcpci/repos/testing-i686/kernel-2.6.34.patch
(from rev 162929, fcpci/trunk/kernel-2.6.34.patch)
  fcpci/repos/testing-i686/kernel-2.6.39-i686.patch
(from rev 162929, fcpci/trunk/kernel-2.6.39-i686.patch)
  fcpci/repos/testing-i686/kernel-2.6.39-x86_64.patch
(from rev 162929, fcpci/trunk/kernel-2.6.39-x86_64.patch)
  fcpci/repos/testing-i686/kernel-2.6.39.patch
(from rev 162929, fcpci/trunk/kernel-2.6.39.patch)
  fcpci/repos/testing-i686/kernel-3.2.0.patch
(from rev 162929, fcpci/trunk/kernel-3.2.0.patch)
  fcpci/repos/testing-i686/kernel-3.4.0.patch
(from rev 162929, fcpci/trunk/kernel-3.4.0.patch)
  fcpci/repos/testing-i686/string.h
(from rev 162929, fcpci/trunk/string.h)
  fcpci/repos/testing-i686/string64.h
(from rev 162929, fcpci/trunk/string64.h)
  fcpci/repos/testing-x86_64/
  fcpci/repos/testing-x86_64/PKGBUILD
(from rev 162929, fcpci/trunk/PKGBUILD)
  fcpci/repos/testing-x86_64/atomic.patch
(from rev 162929, fcpci/trunk/atomic.patch)
  fcpci/repos/testing-x86_64/fcpci.install
(from rev 162929, fcpci/trunk/fcpci.install)
  fcpci/repos/testing-x86_64/kernel-2.6.19.patch
(from rev 162929, fcpci/trunk/kernel-2.6.19.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.20.patch
(from rev 162929, fcpci/trunk/kernel-2.6.20.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.22.patch
(from rev 162929, fcpci/trunk/kernel-2.6.22.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.24.patch
(from rev 162929, fcpci/trunk/kernel-2.6.24.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.31.patch
(from rev 162929, fcpci/trunk/kernel-2.6.31.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.34.patch
(from rev 162929, fcpci/trunk/kernel-2.6.34.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.39-i686.patch
(from rev 162929, fcpci/trunk/kernel-2.6.39-i686.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.39-x86_64.patch
(from rev 162929, fcpci/trunk/kernel-2.6.39-x86_64.patch)
  fcpci/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 162929, fcpci/trunk/kernel-2.6.39.patch)
  fcpci/repos/testing-x86_64/kernel-3.2.0.patch
(from rev 162929, fcpci/trunk/kernel-3.2.0.patch)
  fcpci/repos/testing-x86_64/kernel-3.4.0.patch
(from rev 162929, fcpci/trunk/kernel-3.4.0.patch)
  fcpci/repos/testing-x86_64/string.h
(from rev 162929, fcpci/trunk/string.h)
  fcpci/repos/testing-x86_64/string64.h
(from rev 162929, fcpci/trunk/string64.h)

---+
 testing-i686/PKGBUILD |   91 +
 testing-i686/atomic.patch |   18 +
 testing-i686/fcpci.install|   25 +
 testing-i686/kernel-2.6.19.patch  |   20 +
 testing-i686/kernel-2.6.20.patch  |   55 +++
 testing-i686/kernel-2.6.22.patch  |   11 
 testing-i686/kernel-2.6.24.patch  |   14 
 testing-i686/kernel-2.6.31.patch  |   11 
 testing-i686/kernel-2.6.34.patch  |  170 +
 testing-i686/kernel-2.6.39-i686.patch |   11 
 testing-i686/kernel-2.6.39-x86_64.patch   |   11 
 testing-i686/kernel-2.6.39.patch  |   22 +
 testing-i686/kernel-3.2.0.patch   |   10 
 testing-i686/kernel-3.4.0.patch   |   10 
 testing-i686/string.h |  493 
 testing-i686/string64.h   |   67 +++
 testing-x86_64/PKGBUILD   |   91 +
 testing-x86_64/atomic.patch   |   18 +
 testing-x86_64/fcpci.install  |   25 +
 testing-x86_64/kernel-2.6.19.patch|   20 +
 testing-x86_64/kernel-2.6.20.patch|   55 +++
 testing-x86_64/kernel-2.6.22.patch|   11 
 testing-x86_64/kernel-2.6.24.patch|   14 
 testing-x86_64/kernel-2.6.31.patch|   11 
 testing-x86_64/kernel-2.6.34.patch|  170 +
 testing-x86_64/kernel-2.6.39-i686.patch   |   11 
 testing-x86_64/kernel-2.6.39-x86_64.patch |   11 
 testing-x86_64/kernel-2.6.39.patch|   22 +
 testing-x86_64/kernel-3.2.0.patch |   10 
 testing-x86_64/kernel-3.4.0.patch 

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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:47:39
  Author: dreisner
Revision: 162931

upgpkg: fcpcmcia 31107-71

- rebuild for kernel move to /usr

Modified:
  fcpcmcia/trunk/PKGBUILD
  fcpcmcia/trunk/fcpcmcia.install

--+
 PKGBUILD |   16 
 fcpcmcia.install |4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 00:46:28 UTC (rev 162930)
+++ PKGBUILD2012-07-04 00:47:39 UTC (rev 162931)
@@ -3,7 +3,7 @@
 
 pkgname=fcpcmcia
 pkgver=31107
-pkgrel=70
+pkgrel=71
 _extramodules=extramodules-3.4-ARCH
 pkgdesc=AVM ISDN driver for FRITZ PCMCIA isdn cards. For stock arch linux 
kernel
 arch=(i686 x86_64)
@@ -93,7 +93,7 @@
 options=(!makeflags !strip)
 
 build() {
-  _kernver=$(cat /lib/modules/${_extramodules}/version)
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
   cd $srcdir/fritz/src
   [ $CARCH = i686 ]  (patch -Np0 -i ../../atomic.patch)
   [ $CARCH = i686 ]  (patch -Np0 -i ../../kernel-2.6.39-i686.patch)
@@ -133,15 +133,15 @@
 $i.old $i
   done
   cd $srcdir/fritz
-  make KDIR=/lib/modules/${_kernver}/build LIBDIR=$pkgdir/var/lib/fritz all
+  make KDIR=/usr/lib/modules/${_kernver}/build LIBDIR=$pkgdir/var/lib/fritz all
 }
 
 package() {
-  mkdir -p $pkgdir/lib/modules/${_extramodules}
-  cp $srcdir/fritz/src/fcpcmcia.ko $pkgdir/lib/modules/${_extramodules}/
-  cp $srcdir/fritz/src/fcpcmcia_cs.ko $pkgdir/lib/modules/${_extramodules}/
-  rm -r $pkgdir/var/lib/fritz
+  mkdir -p $pkgdir/usr/lib/modules/${_extramodules}
+  cp $srcdir/fritz/src/fcpcmcia.ko $pkgdir/usr/lib/modules/${_extramodules}/
+  cp $srcdir/fritz/src/fcpcmcia_cs.ko $pkgdir/usr/lib/modules/${_extramodules}/
+  rm -r $pkgdir/var
   sed -i -e s/EXTRAMODULES=.*/EXTRAMODULES=${_extramodules}/g 
$startdir/fcpcmcia.install
   # gzip -9 modules
-  find $pkgdir -name '*.ko' -exec gzip -9 {} \;
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
 }

Modified: fcpcmcia.install
===
--- fcpcmcia.install2012-07-04 00:46:28 UTC (rev 162930)
+++ fcpcmcia.install2012-07-04 00:47:39 UTC (rev 162931)
@@ -8,7 +8,7 @@
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
   EXTRAMODULES=extramodules-3.4-ARCH
-  depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
+  depmod -v $(cat /usr/lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 
 # arg 1:  the new package version
@@ -22,5 +22,5 @@
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
   EXTRAMODULES=extramodules-3.4-ARCH
-  depmod -v $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
+  depmod -v $(cat /usr/lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }



[arch-commits] Commit in fcpcmcia/repos (48 files)

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:48:33
  Author: dreisner
Revision: 162932

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

Added:
  fcpcmcia/repos/testing-i686/
  fcpcmcia/repos/testing-i686/PKGBUILD
(from rev 162931, fcpcmcia/trunk/PKGBUILD)
  fcpcmcia/repos/testing-i686/atomic.patch
(from rev 162931, fcpcmcia/trunk/atomic.patch)
  fcpcmcia/repos/testing-i686/fcpcmcia.diff
(from rev 162931, fcpcmcia/trunk/fcpcmcia.diff)
  fcpcmcia/repos/testing-i686/fcpcmcia.install
(from rev 162931, fcpcmcia/trunk/fcpcmcia.install)
  fcpcmcia/repos/testing-i686/kernel-2.6.19.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.19.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.20.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.20.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.22.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.22.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.24.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.24.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.27.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.27.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.28.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.28.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.31.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.31.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.33.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.33.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.34.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.34.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.35.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.35.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.36.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.36.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.37.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.37.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.39-i686.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.39-i686.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.39-x86_64.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.39-x86_64.patch)
  fcpcmcia/repos/testing-i686/kernel-2.6.39.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.39.patch)
  fcpcmcia/repos/testing-i686/kernel-3.2.0.patch
(from rev 162931, fcpcmcia/trunk/kernel-3.2.0.patch)
  fcpcmcia/repos/testing-i686/kernel-3.4.0.patch
(from rev 162931, fcpcmcia/trunk/kernel-3.4.0.patch)
  fcpcmcia/repos/testing-i686/pcmcia-2.6.16.patch
(from rev 162931, fcpcmcia/trunk/pcmcia-2.6.16.patch)
  fcpcmcia/repos/testing-i686/pcmcia-2.6.17.patch
(from rev 162931, fcpcmcia/trunk/pcmcia-2.6.17.patch)
  fcpcmcia/repos/testing-x86_64/
  fcpcmcia/repos/testing-x86_64/PKGBUILD
(from rev 162931, fcpcmcia/trunk/PKGBUILD)
  fcpcmcia/repos/testing-x86_64/atomic.patch
(from rev 162931, fcpcmcia/trunk/atomic.patch)
  fcpcmcia/repos/testing-x86_64/fcpcmcia.diff
(from rev 162931, fcpcmcia/trunk/fcpcmcia.diff)
  fcpcmcia/repos/testing-x86_64/fcpcmcia.install
(from rev 162931, fcpcmcia/trunk/fcpcmcia.install)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.19.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.19.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.20.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.20.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.22.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.22.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.24.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.24.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.27.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.27.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.28.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.28.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.31.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.31.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.33.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.33.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.34.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.34.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.35.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.35.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.36.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.36.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.37.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.37.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.39-i686.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.39-i686.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.39-x86_64.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.39-x86_64.patch)
  fcpcmcia/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 162931, fcpcmcia/trunk/kernel-2.6.39.patch)
  fcpcmcia/repos/testing-x86_64/kernel-3.2.0.patch
(from rev 162931, fcpcmcia/trunk/kernel-3.2.0.patch)
  fcpcmcia/repos/testing-x86_64/kernel-3.4.0.patch
(from rev 162931, fcpcmcia/trunk/kernel-3.4.0.patch)
  fcpcmcia/repos/testing-x86_64/pcmcia-2.6.16.patch
(from 

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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:49:26
  Author: dreisner
Revision: 162933

upgpkg: lirc 1:0.9.0-19

- rebuild for kernel move to /usr

Modified:
  lirc/trunk/PKGBUILD
  lirc/trunk/lirc.install

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 00:48:33 UTC (rev 162932)
+++ PKGBUILD2012-07-04 00:49:26 UTC (rev 162933)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=18
+pkgrel=19
 epoch=1
 _extramodules=extramodules-3.4-ARCH
 arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@
  '69d099e6deedfa3c1ee2b6e82d9b8bfb')
 
 build() {
-  _kernver=$(cat /lib/modules/${_extramodules}/version)
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
   cd ${srcdir}/lirc-${pkgver}
   patch -Np1 -i ${srcdir}/lirc_wpc8769l.patch
   patch -Np1 -i ${srcdir}/lircd-handle-large-config.patch
@@ -49,7 +49,7 @@
 
   PYTHON=python2 ./configure --enable-sandboxed --prefix=/usr \
   --with-driver=all --with-kerneldir=/usr/src/linux-${_kernver}/ \
-  --with-moduledir=/lib/modules/${_kernver}/kernel/drivers/misc \
+  --with-moduledir=/usr/lib/modules/${_kernver}/kernel/drivers/misc \
   --with-transmitter
 
   # Remove drivers already in kernel
@@ -67,7 +67,7 @@
   install=lirc.install
 
   cd ${srcdir}/lirc-${pkgver}/drivers
-  make DESTDIR=${pkgdir} moduledir=/lib/modules/${_extramodules} install
+  make DESTDIR=${pkgdir} moduledir=/usr/lib/modules/${_extramodules} 
install
 
   # set the kernel we've built for inside the install script
   sed -i -e s/EXTRAMODULES=.*/EXTRAMODULES=${_extramodules}/g 
${startdir}/lirc.install
@@ -101,5 +101,5 @@
   install -d ${pkgdir}/etc/lirc
   
   # remove built modules
-  rm -r ${pkgdir}/lib/
+  rm -r ${pkgdir}/usr/lib/
 }

Modified: lirc.install
===
--- lirc.install2012-07-04 00:48:33 UTC (rev 162932)
+++ lirc.install2012-07-04 00:49:26 UTC (rev 162933)
@@ -3,7 +3,7 @@
 post_install() {
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  depmod $(cat /lib/modules/$EXTRAMODULES/version)  /dev/null 21
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)  /dev/null 21
 }
 
 post_upgrade() {



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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:49:57
  Author: dreisner
Revision: 162934

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

Added:
  lirc/repos/testing-i686/
  lirc/repos/testing-i686/PKGBUILD
(from rev 162933, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.conf
(from rev 162933, lirc/trunk/irexec.conf)
  lirc/repos/testing-i686/irexecd
(from rev 162933, lirc/trunk/irexecd)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 162933, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/lirc.install
(from rev 162933, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 162933, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 162933, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 162933, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd
(from rev 162933, lirc/trunk/lircd)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 162933, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircd.conf
(from rev 162933, lirc/trunk/lircd.conf)
  lirc/repos/testing-i686/lircmd
(from rev 162933, lirc/trunk/lircmd)
  lirc/repos/testing-x86_64/
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 162933, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.conf
(from rev 162933, lirc/trunk/irexec.conf)
  lirc/repos/testing-x86_64/irexecd
(from rev 162933, lirc/trunk/irexecd)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 162933, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/lirc.install
(from rev 162933, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 162933, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 162933, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 162933, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd
(from rev 162933, lirc/trunk/lircd)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 162933, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircd.conf
(from rev 162933, lirc/trunk/lircd.conf)
  lirc/repos/testing-x86_64/lircmd
(from rev 162933, lirc/trunk/lircmd)

+
 testing-i686/PKGBUILD  |  105 +++
 testing-i686/irexec.conf   |5 +
 testing-i686/irexecd   |   38 
 testing-i686/kernel-2.6.39.patch   |   54 +++
 testing-i686/lirc.install  |   16 +++
 testing-i686/lirc.logrotate|5 +
 testing-i686/lirc_atiusb-kfifo.patch   |   31 ++
 testing-i686/lirc_wpc8769l.patch   |   88 +++
 testing-i686/lircd |   52 +++
 testing-i686/lircd-handle-large-config.patch   |   39 
 testing-i686/lircd.conf|8 +
 testing-i686/lircmd|   36 +++
 testing-x86_64/PKGBUILD|  105 +++
 testing-x86_64/irexec.conf |5 +
 testing-x86_64/irexecd |   38 
 testing-x86_64/kernel-2.6.39.patch |   54 +++
 testing-x86_64/lirc.install|   16 +++
 testing-x86_64/lirc.logrotate  |5 +
 testing-x86_64/lirc_atiusb-kfifo.patch |   31 ++
 testing-x86_64/lirc_wpc8769l.patch |   88 +++
 testing-x86_64/lircd   |   52 +++
 testing-x86_64/lircd-handle-large-config.patch |   39 
 testing-x86_64/lircd.conf  |8 +
 testing-x86_64/lircmd  |   36 +++
 24 files changed, 954 insertions(+)

Copied: lirc/repos/testing-i686/PKGBUILD (from rev 162933, lirc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-04 00:49:57 UTC (rev 162934)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+
+pkgbase=lirc
+pkgname=('lirc' 'lirc-utils')
+pkgver=0.9.0
+pkgrel=19
+epoch=1
+_extramodules=extramodules-3.4-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-headers=3.4' 'linux-headers3.5' 'alsa-lib' 
'libx11' 'libftdi' 'libirman' 'python2')
+options=('!makeflags' '!strip')
+source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
+lirc_wpc8769l.patch
+lircd-handle-large-config.patch
+lirc_atiusb-kfifo.patch
+kernel-2.6.39.patch
+   lircd lircmd 

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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:50:04
  Author: dreisner
Revision: 162935

upgpkg: bash-completion 2.0-2

- rebuild with temp fix for kernel move to /usr

Modified:
  bash-completion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 00:49:57 UTC (rev 162934)
+++ PKGBUILD2012-07-04 00:50:04 UTC (rev 162935)
@@ -3,7 +3,7 @@
 
 pkgname=bash-completion
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Programmable completion for the bash shell
 arch=('any')
 url=http://bash-completion.alioth.debian.org/;
@@ -15,6 +15,10 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  # XXX: this should be removed once /lib is a symlink to usr/lib
+  sed -i '/lib\/modules/ s,/lib/modules,/usr,' bash_completion
+
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }



[arch-commits] Commit in bash-completion/repos (testing-any testing-any/PKGBUILD)

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:50:10
  Author: dreisner
Revision: 162936

archrelease: copy trunk to testing-any

Added:
  bash-completion/repos/testing-any/
  bash-completion/repos/testing-any/PKGBUILD
(from rev 162935, bash-completion/trunk/PKGBUILD)

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

Copied: bash-completion/repos/testing-any/PKGBUILD (from rev 162935, 
bash-completion/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-07-04 00:50:10 UTC (rev 162936)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=bash-completion
+pkgver=2.0
+pkgrel=2
+pkgdesc=Programmable completion for the bash shell
+arch=('any')
+url=http://bash-completion.alioth.debian.org/;
+license=('GPL')
+depends=('bash')
+options=('!emptydirs' '!makeflags')
+source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('0d903f398be8c8f24bc5ffa6f86127f8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # XXX: this should be removed once /lib is a symlink to usr/lib
+  sed -i '/lib\/modules/ s,/lib/modules,/usr,' bash_completion
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
+  rm ${pkgdir}/etc/profile.d/bash_completion.sh
+
+# remove Slackware's makepkg completion
+  rm ${pkgdir}/usr/share/bash-completion/completions/makepkg
+}



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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:56:01
  Author: dreisner
Revision: 162937

upgpkg: systemd 186-1

- drop backported patches
- adjust optdeps to run systemd-analyze against py3k

Modified:
  systemd/trunk/PKGBUILD
Deleted:
  systemd/trunk/0001-udev-systemd-udev-settle.service-fix-After.patch
  systemd/trunk/0001-vconsole-setup-enable-utf-8-mode-explicitly.patch

+
 0001-udev-systemd-udev-settle.service-fix-After.patch  |   26 
 0001-vconsole-setup-enable-utf-8-mode-explicitly.patch |   79 ---
 PKGBUILD   |   23 
 3 files changed, 5 insertions(+), 123 deletions(-)

Deleted: 0001-udev-systemd-udev-settle.service-fix-After.patch
===
--- 0001-udev-systemd-udev-settle.service-fix-After.patch   2012-07-04 
00:50:10 UTC (rev 162936)
+++ 0001-udev-systemd-udev-settle.service-fix-After.patch   2012-07-04 
00:56:01 UTC (rev 162937)
@@ -1,26 +0,0 @@
-From a2368a3f37ede469d4359421c1e4ad304c682a07 Mon Sep 17 00:00:00 2001
-From: Kay Sievers k...@vrfy.org
-Date: Wed, 6 Jun 2012 14:30:16 +0200
-Subject: [PATCH] udev: systemd-udev-settle.service fix After=
-
-https://bugs.freedesktop.org/show_bug.cgi?id=50779

- units/systemd-udev-settle.service.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/units/systemd-udev-settle.service.in 
b/units/systemd-udev-settle.service.in
-index d637700..2c4c129 100644
 a/units/systemd-udev-settle.service.in
-+++ b/units/systemd-udev-settle.service.in
-@@ -21,7 +21,7 @@ Documentation=man:udev(7)
- Documentation=man:systemd-udevd(8)
- DefaultDependencies=no
- Wants=systemd-udev.service
--After=udev-trigger.service
-+After=systemd-udev-trigger.service
- Before=basic.target
- ConditionCapability=CAP_MKNOD
- 
--- 
-1.7.11
-

Deleted: 0001-vconsole-setup-enable-utf-8-mode-explicitly.patch
===
--- 0001-vconsole-setup-enable-utf-8-mode-explicitly.patch  2012-07-04 
00:50:10 UTC (rev 162936)
+++ 0001-vconsole-setup-enable-utf-8-mode-explicitly.patch  2012-07-04 
00:56:01 UTC (rev 162937)
@@ -1,79 +0,0 @@
-From d305a67b46644d6360ef557109384c831ee8e018 Mon Sep 17 00:00:00 2001
-From: Tom Gundersen t...@jklm.no
-Date: Sun, 10 Jun 2012 20:37:14 +0200
-Subject: [PATCH] vconsole-setup: enable utf-8 mode explicitly
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Rather than assuming the console is in utf-8 mode if nothing else is
-specified, be a bit more robust and enable it explicitly.
-
-This fixes a regression compared with Arch's initscripts when not
-using a framebuffer as the old VGA console would not be in utf-8
-mode by default.
-
-Furthermore, this would allow vconsole-setup to be used after boot
-to change the vconsole into utf-8 mode in case it has been set to
-non-utf-8 mode for whatever reason. I.e, the following would leave
-the console in utf-8 mode as expected:
-
- # export LANG=en_US.ISO-8859-1
- # /usr/lib/systemd/systemd-vconsole-setup
- # export LANG=en_US.UTF-8
- # /usr/lib/systemd/systemd-vconsole-setup
-
-Reported-by: Xyne x...@archlinx.ca
-Reported-by: Thomas Bächler tho...@archlinux.org
-Cc: Dave Reisner dreis...@archlinux.org

- src/vconsole/vconsole-setup.c | 24 +++-
- 1 file changed, 23 insertions(+), 1 deletion(-)
-
-diff --git a/src/vconsole/vconsole-setup.c b/src/vconsole/vconsole-setup.c
-index d04fab4..aa5fa18 100644
 a/src/vconsole/vconsole-setup.c
-+++ b/src/vconsole/vconsole-setup.c
-@@ -80,6 +80,25 @@ static int disable_utf8(int fd) {
- return r;
- }
- 
-+static int enable_utf8(int fd) {
-+int r = 0, k;
-+
-+if (ioctl(fd, KDSKBMODE, K_UNICODE)  0)
-+r = -errno;
-+
-+if (loop_write(fd, \033%G, 3, false)  0)
-+r = -errno;
-+
-+k = write_one_line_file(/sys/module/vt/parameters/default_utf8, 
1);
-+if (k  0)
-+r = k;
-+
-+if (r  0)
-+log_warning(Failed to enable UTF-8: %s, strerror(-r));
-+
-+return r;
-+}
-+
- static int load_keymap(const char *vc, const char *map, const char 
*map_toggle, bool utf8, pid_t *_pid) {
- const char *args[8];
- int i = 0;
-@@ -418,9 +437,12 @@ int main(int argc, char **argv) {
- 
- r = EXIT_FAILURE;
- 
--if (!utf8)
-+if (utf8)
-+enable_utf8(fd);
-+else
- disable_utf8(fd);
- 
-+
- if (load_keymap(vc, vc_keymap, vc_keymap_toggle, utf8, keymap_pid) 
= 0 
- load_font(vc, vc_font, vc_font_map, vc_font_unimap, font_pid) = 
0)
- r = EXIT_SUCCESS;
--- 
-1.7.11
-

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 00:50:10 UTC (rev 162936)
+++ PKGBUILD2012-07-04 00:56:01 UTC 

[arch-commits] Commit in systemd/repos (18 files)

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:56:23
  Author: dreisner
Revision: 162938

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/0001-Reinstate-TIMEOUT-handling.patch
(from rev 162937, systemd/trunk/0001-Reinstate-TIMEOUT-handling.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 162937, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 162937, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-timestamp
(from rev 162937, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 162937, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/locale.sh
(from rev 162937, systemd/trunk/locale.sh)
  systemd/repos/testing-i686/systemd-tools.install
(from rev 162937, systemd/trunk/systemd-tools.install)
  systemd/repos/testing-i686/systemd.install
(from rev 162937, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Reinstate-TIMEOUT-handling.patch
(from rev 162937, systemd/trunk/0001-Reinstate-TIMEOUT-handling.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 162937, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 162937, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-timestamp
(from rev 162937, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 162937, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/locale.sh
(from rev 162937, systemd/trunk/locale.sh)
  systemd/repos/testing-x86_64/systemd-tools.install
(from rev 162937, systemd/trunk/systemd-tools.install)
  systemd/repos/testing-x86_64/systemd.install
(from rev 162937, systemd/trunk/systemd.install)

--+
 testing-i686/0001-Reinstate-TIMEOUT-handling.patch   |  124 ++
 testing-i686/PKGBUILD|  202 +
 testing-i686/initcpio-hook-udev  |   20 +
 testing-i686/initcpio-install-timestamp  |   14 +
 testing-i686/initcpio-install-udev   |   28 ++
 testing-i686/locale.sh   |   60 +
 testing-i686/systemd-tools.install   |   35 ++
 testing-i686/systemd.install |   37 +++
 testing-x86_64/0001-Reinstate-TIMEOUT-handling.patch |  124 ++
 testing-x86_64/PKGBUILD  |  202 +
 testing-x86_64/initcpio-hook-udev|   20 +
 testing-x86_64/initcpio-install-timestamp|   14 +
 testing-x86_64/initcpio-install-udev |   28 ++
 testing-x86_64/locale.sh |   60 +
 testing-x86_64/systemd-tools.install |   35 ++
 testing-x86_64/systemd.install   |   37 +++
 16 files changed, 1040 insertions(+)

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


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

2012-07-03 Thread Allan McRae
Date: Tuesday, July 3, 2012 @ 21:12:41
  Author: allan
Revision: 162939

db-move: moved binutils from [staging] to [testing] ( i686,  x86_64)

Added:
  binutils/repos/testing-i686/
  binutils/repos/testing-i686/PKGBUILD
(from rev 162938, binutils/repos/staging-i686/PKGBUILD)
  binutils/repos/testing-i686/binutils.install
(from rev 162938, binutils/repos/staging-i686/binutils.install)
  binutils/repos/testing-x86_64/
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 162938, binutils/repos/staging-x86_64/PKGBUILD)
  binutils/repos/testing-x86_64/binutils.install
(from rev 162938, binutils/repos/staging-x86_64/binutils.install)
Deleted:
  binutils/repos/staging-i686/
  binutils/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   95 ++
 testing-i686/binutils.install   |   17 ++
 testing-x86_64/PKGBUILD |   95 ++
 testing-x86_64/binutils.install |   17 ++
 4 files changed, 224 insertions(+)

Copied: binutils/repos/testing-i686/PKGBUILD (from rev 162938, 
binutils/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-04 01:12:41 UTC (rev 162939)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=binutils
+pkgver=2.22
+pkgrel=8
+_date=20120323
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc=2.16' 'zlib')
+checkdepends=('dejagnu')
+options=('!libtool' '!distcc' '!ccache')
+install=binutils.install
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
+md5sums=('de2ac4298732827f8af706fc24020330')
+
+mksource() {
+  mkdir ${pkgname}-${_date}
+  cd ${pkgname}-${_date}
+  export _TAG=binutils-2_22-branch
+  export 'CVSROOT=:pserver:anon...@sourceware.org:/cvs/src'
+  cvs -z9 co -r $_TAG binutils || return 1
+  mv src binutils
+  tar -cvjf ../binutils-${pkgver}_${_date}.tar.bz2 binutils/*
+}
+
+build() {
+  cd ${srcdir}
+  mkdir binutils-build  cd binutils-build
+
+  [[ $CARCH == x86_64 ]]  CONFIGFLAG=--enable-64-bit-bfd 
--disable-multilib
+
+  ${srcdir}/binutils/configure --prefix=/usr \
+--enable-ld=default --enable-gold \
+--enable-plugins --enable-threads \
+--enable-shared $CONFIGFLAG
+
+  # check the host environment and makes sure all the necessary tools are 
available
+  make configure-host
+
+  make tooldir=${pkgdir}/usr
+
+  # Rebuild libiberty.a with -fPIC
+  cp -a libiberty libiberty-pic
+  make -C libiberty-pic clean
+  make CFLAGS=$CFLAGS -fPIC -C libiberty-pic
+
+  # Rebuild libbfd.a with -fPIC
+  # hidden visability prevent 3rd party shared libraries exporting bfd 
non-stable API
+  cp -a bfd bfd-pic
+  make -C bfd-pic clean
+  make CFLAGS=$CFLAGS -fPIC -fvisibility=hidden -C bfd-pic
+
+  # Rebuild libopcodes.a with -fPIC
+  cp -a opcodes opcodes-pic
+  make -C opcodes-pic clean 
+  make CFLAGS=$CFLAGS -fPIC -C opcodes-pic
+}
+
+check() {
+  cd ${srcdir}/binutils-build
+
+  # do not abort on errors - manually check log files
+  # gold testsuite does not build with _FORTIFY_SOURCE (due to -O0 -Werror)
+  make CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/} \
+   CXXFLAGS=${CXXFLAGS/-D_FORTIFY_SOURCE=2/} -k check || true
+}
+
+package() {
+  cd ${srcdir}/binutils-build
+  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
+  
+  # Add some useful headers
+  install -m644 ${srcdir}/binutils/include/libiberty.h ${pkgdir}/usr/include
+  install -m644 ${srcdir}/binutils/include/demangle.h ${pkgdir}/usr/include
+
+  # install libraries rebuilt with -fPIC
+  install -m644 libiberty-pic/libiberty.a ${pkgdir}/usr/lib
+  install -m644 bfd-pic/libbfd.a ${pkgdir}/usr/lib
+  install -m644 opcodes/libopcodes.a ${pkgdir}/usr/lib
+
+  # Remove Windows/Novell specific man pages
+  rm -f ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+
+  # Remove these symlinks, they are not ABI stable.
+  # Programs should compile static to the .a file.
+  rm -f ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
+  echo INPUT ( /usr/lib/libbfd.a -liberty -lz ) ${pkgdir}/usr/lib/libbfd.so
+  echo INPUT ( /usr/lib/libopcodes.a -lbfd ) ${pkgdir}/usr/lib/libopcodes.so
+}

Copied: binutils/repos/testing-i686/binutils.install (from rev 162938, 
binutils/repos/staging-i686/binutils.install)
===
--- testing-i686/binutils.install   (rev 0)
+++ testing-i686/binutils.install   2012-07-04 01:12:41 UTC (rev 162939)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+filelist=(as.info bfd.info binutils.info configure.info gprof.info ld.info 
standards.info)
+

[arch-commits] Commit in xfce4-battery-plugin/trunk (PKGBUILD)

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 21:12:48
  Author: eric
Revision: 162940

upgpkg: xfce4-battery-plugin 1.0.5-1

Upstream update

Modified:
  xfce4-battery-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 01:12:41 UTC (rev 162939)
+++ PKGBUILD2012-07-04 01:12:48 UTC (rev 162940)
@@ -3,7 +3,7 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-battery-plugin
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc=A battery monitor plugin for the Xfce panel
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2682d634f30511d09e65f70b3cb3bd7748cc684a745a252c47c4118b3adf6dd6')
+sha256sums=('f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-07-03 Thread Allan McRae
Date: Tuesday, July 3, 2012 @ 21:13:02
  Author: allan
Revision: 162941

db-move: moved gcc from [staging] to [testing] ( i686,  x86_64)

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 162938, gcc/repos/staging-i686/PKGBUILD)
  gcc/repos/testing-i686/gcc-4.7.1-libada-pic.patch
(from rev 162938, gcc/repos/staging-i686/gcc-4.7.1-libada-pic.patch)
  gcc/repos/testing-i686/gcc-4.7.1-libgo-mksysinfo.patch
(from rev 162938, gcc/repos/staging-i686/gcc-4.7.1-libgo-mksysinfo.patch)
  gcc/repos/testing-i686/gcc-4.7.1-libgo-write.patch
(from rev 162938, gcc/repos/staging-i686/gcc-4.7.1-libgo-write.patch)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 162938, gcc/repos/staging-i686/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 162938, gcc/repos/staging-i686/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 162938, gcc/repos/staging-i686/gcc-go.install)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 162938, gcc/repos/staging-i686/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 162938, gcc/repos/staging-i686/gcc.install)
  gcc/repos/testing-i686/gcc_pure64.patch
(from rev 162938, gcc/repos/staging-i686/gcc_pure64.patch)
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 162938, gcc/repos/staging-x86_64/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-4.7.1-libada-pic.patch
(from rev 162938, gcc/repos/staging-x86_64/gcc-4.7.1-libada-pic.patch)
  gcc/repos/testing-x86_64/gcc-4.7.1-libgo-mksysinfo.patch
(from rev 162938, gcc/repos/staging-x86_64/gcc-4.7.1-libgo-mksysinfo.patch)
  gcc/repos/testing-x86_64/gcc-4.7.1-libgo-write.patch
(from rev 162938, gcc/repos/staging-x86_64/gcc-4.7.1-libgo-write.patch)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 162938, gcc/repos/staging-x86_64/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 162938, gcc/repos/staging-x86_64/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 162938, gcc/repos/staging-x86_64/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 162938, gcc/repos/staging-x86_64/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 162938, gcc/repos/staging-x86_64/gcc.install)
  gcc/repos/testing-x86_64/gcc_pure64.patch
(from rev 162938, gcc/repos/staging-x86_64/gcc_pure64.patch)
Deleted:
  gcc/repos/staging-i686/
  gcc/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |  277 +++
 testing-i686/gcc-4.7.1-libada-pic.patch|   12 
 testing-i686/gcc-4.7.1-libgo-mksysinfo.patch   |   15 +
 testing-i686/gcc-4.7.1-libgo-write.patch   |   13 +
 testing-i686/gcc-ada.install   |   20 +
 testing-i686/gcc-fortran.install   |   16 +
 testing-i686/gcc-go.install|   20 +
 testing-i686/gcc-libs.install  |   16 +
 testing-i686/gcc.install   |   20 +
 testing-i686/gcc_pure64.patch  |   26 ++
 testing-x86_64/PKGBUILD|  277 +++
 testing-x86_64/gcc-4.7.1-libada-pic.patch  |   12 
 testing-x86_64/gcc-4.7.1-libgo-mksysinfo.patch |   15 +
 testing-x86_64/gcc-4.7.1-libgo-write.patch |   13 +
 testing-x86_64/gcc-ada.install |   20 +
 testing-x86_64/gcc-fortran.install |   16 +
 testing-x86_64/gcc-go.install  |   20 +
 testing-x86_64/gcc-libs.install|   16 +
 testing-x86_64/gcc.install |   20 +
 testing-x86_64/gcc_pure64.patch|   26 ++
 20 files changed, 870 insertions(+)

Copied: gcc/repos/testing-i686/PKGBUILD (from rev 162938, 
gcc/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-04 01:13:02 UTC (rev 162941)
@@ -0,0 +1,277 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.7.1
+pkgrel=4
+#_snapshot=4.7-20120505
+_libstdcppmanver=20120605  # Note: check source directory name 
when updating this
+pkgdesc=The GNU Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.22' 'libmpc' 'cloog' 'ppl' 'gcc-ada')
+checkdepends=('dejagnu')
+options=('!libtool' '!emptydirs')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+   
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+   

[arch-commits] Commit in xfce4-battery-plugin/repos (8 files)

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 21:13:14
  Author: eric
Revision: 162942

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

Added:
  xfce4-battery-plugin/repos/extra-i686/PKGBUILD
(from rev 162941, xfce4-battery-plugin/trunk/PKGBUILD)
  xfce4-battery-plugin/repos/extra-i686/xfce4-battery-plugin.install
(from rev 162941, xfce4-battery-plugin/trunk/xfce4-battery-plugin.install)
  xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD
(from rev 162941, xfce4-battery-plugin/trunk/PKGBUILD)
  xfce4-battery-plugin/repos/extra-x86_64/xfce4-battery-plugin.install
(from rev 162941, xfce4-battery-plugin/trunk/xfce4-battery-plugin.install)
Deleted:
  xfce4-battery-plugin/repos/extra-i686/PKGBUILD
  xfce4-battery-plugin/repos/extra-i686/xfce4-battery-plugin.install
  xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-battery-plugin/repos/extra-x86_64/xfce4-battery-plugin.install

---+
 extra-i686/PKGBUILD   |   76 ++--
 extra-i686/xfce4-battery-plugin.install   |   26 -
 extra-x86_64/PKGBUILD |   76 ++--
 extra-x86_64/xfce4-battery-plugin.install |   26 -
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-04 01:13:02 UTC (rev 162941)
+++ extra-i686/PKGBUILD 2012-07-04 01:13:14 UTC (rev 162942)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: aurelien aurel...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-battery-plugin
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=A battery monitor plugin for the Xfce panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2682d634f30511d09e65f70b3cb3bd7748cc684a745a252c47c4118b3adf6dd6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-battery-plugin/repos/extra-i686/PKGBUILD (from rev 162941, 
xfce4-battery-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 01:13:14 UTC (rev 162942)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: aurelien aurel...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-battery-plugin
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=A battery monitor plugin for the Xfce panel
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://xfce-goodies.berlios.de/;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-battery-plugin.install
===
--- extra-i686/xfce4-battery-plugin.install 2012-07-04 01:13:02 UTC (rev 
162941)
+++ extra-i686/xfce4-battery-plugin.install 2012-07-04 01:13:14 UTC (rev 
162942)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-battery-plugin/repos/extra-i686/xfce4-battery-plugin.install 
(from rev 162941, xfce4-battery-plugin/trunk/xfce4-battery-plugin.install)
===
--- extra-i686/xfce4-battery-plugin.install (rev 0)
+++ extra-i686/xfce4-battery-plugin.install 2012-07-04 01:13:14 UTC (rev 
162942)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-04 01:13:02 UTC (rev 162941)
+++ extra-x86_64/PKGBUILD   2012-07-04 01:13:14 UTC 

[arch-commits] Commit in glibc/repos (22 files)

2012-07-03 Thread Allan McRae
Date: Tuesday, July 3, 2012 @ 21:13:22
  Author: allan
Revision: 162943

db-move: moved glibc from [staging] to [testing] ( i686,  x86_64)

Added:
  glibc/repos/testing-i686/
  glibc/repos/testing-i686/PKGBUILD
(from rev 162938, glibc/repos/staging-i686/PKGBUILD)
  glibc/repos/testing-i686/glibc-2.15-fix-res_query-assert.patch
(from rev 162938, 
glibc/repos/staging-i686/glibc-2.15-fix-res_query-assert.patch)
  glibc/repos/testing-i686/glibc-2.15-revert-c5a0802a.patch
(from rev 162938, glibc/repos/staging-i686/glibc-2.15-revert-c5a0802a.patch)
  glibc/repos/testing-i686/glibc.install
(from rev 162938, glibc/repos/staging-i686/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 162938, glibc/repos/staging-i686/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 162938, glibc/repos/staging-i686/locale.gen.txt)
  glibc/repos/testing-i686/nscd.rcd
(from rev 162938, glibc/repos/staging-i686/nscd.rcd)
  glibc/repos/testing-i686/nscd.service
(from rev 162938, glibc/repos/staging-i686/nscd.service)
  glibc/repos/testing-i686/nscd.tmpfiles
(from rev 162938, glibc/repos/staging-i686/nscd.tmpfiles)
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 162938, glibc/repos/staging-x86_64/PKGBUILD)
  glibc/repos/testing-x86_64/glibc-2.15-fix-res_query-assert.patch
(from rev 162938, 
glibc/repos/staging-x86_64/glibc-2.15-fix-res_query-assert.patch)
  glibc/repos/testing-x86_64/glibc-2.15-revert-c5a0802a.patch
(from rev 162938, 
glibc/repos/staging-x86_64/glibc-2.15-revert-c5a0802a.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 162938, glibc/repos/staging-x86_64/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 162938, glibc/repos/staging-x86_64/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 162938, glibc/repos/staging-x86_64/locale.gen.txt)
  glibc/repos/testing-x86_64/nscd.rcd
(from rev 162938, glibc/repos/staging-x86_64/nscd.rcd)
  glibc/repos/testing-x86_64/nscd.service
(from rev 162938, glibc/repos/staging-x86_64/nscd.service)
  glibc/repos/testing-x86_64/nscd.tmpfiles
(from rev 162938, glibc/repos/staging-x86_64/nscd.tmpfiles)
Deleted:
  glibc/repos/staging-i686/
  glibc/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|  151 +++
 testing-i686/glibc-2.15-fix-res_query-assert.patch   |   51 +++
 testing-i686/glibc-2.15-revert-c5a0802a.patch|  226 +
 testing-i686/glibc.install   |   20 +
 testing-i686/locale-gen  |   42 +++
 testing-i686/locale.gen.txt  |   23 +
 testing-i686/nscd.rcd|   65 
 testing-i686/nscd.service|   17 +
 testing-i686/nscd.tmpfiles   |1 
 testing-x86_64/PKGBUILD  |  151 +++
 testing-x86_64/glibc-2.15-fix-res_query-assert.patch |   51 +++
 testing-x86_64/glibc-2.15-revert-c5a0802a.patch  |  226 +
 testing-x86_64/glibc.install |   20 +
 testing-x86_64/locale-gen|   42 +++
 testing-x86_64/locale.gen.txt|   23 +
 testing-x86_64/nscd.rcd  |   65 
 testing-x86_64/nscd.service  |   17 +
 testing-x86_64/nscd.tmpfiles |1 
 18 files changed, 1192 insertions(+)

Copied: glibc/repos/testing-i686/PKGBUILD (from rev 162938, 
glibc/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-04 01:13:22 UTC (rev 162943)
@@ -0,0 +1,151 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: valgrind requires rebuilt with each major glibc version
+
+pkgname=glibc
+pkgver=2.16.0
+pkgrel=1
+pkgdesc=GNU C Library
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL' 'LGPL')
+groups=('base')
+depends=('linux-api-headers=3.4' 'tzdata')
+makedepends=('gcc=4.7')
+backup=(etc/gai.conf
+etc/locale.gen
+etc/nscd.conf)
+options=('!strip')
+install=glibc.install
+source=(http://ftp.gnu.org/gnu/libc/${pkgname}-${pkgver}.tar.xz{,.sig}
+glibc-2.15-fix-res_query-assert.patch
+glibc-2.15-revert-c5a0802a.patch
+nscd.rcd
+nscd.service
+nscd.tmpfiles
+locale.gen.txt
+locale-gen)
+md5sums=('80b181b02ab249524ec92822c0174cf7'
+ '2a1221a15575820751c325ef4d2fbb90'
+ '31f415b41197d85d3bbee3d1eecd06a3'
+ '0a0383d50d63f1c02919fe9943b82014'
+ '589d79041aa767a5179eaa4e2737dd3f'
+ 'ad8a9af15ab7eeaa23dc7ee85024af9f'
+ 

[arch-commits] Commit in linux-api-headers/repos (6 files)

2012-07-03 Thread Allan McRae
Date: Tuesday, July 3, 2012 @ 21:13:26
  Author: allan
Revision: 162944

db-move: moved linux-api-headers from [staging] to [testing] ( i686,  x86_64)

Added:
  linux-api-headers/repos/testing-i686/
  linux-api-headers/repos/testing-i686/PKGBUILD
(from rev 162938, linux-api-headers/repos/staging-i686/PKGBUILD)
  linux-api-headers/repos/testing-x86_64/
  linux-api-headers/repos/testing-x86_64/PKGBUILD
(from rev 162938, linux-api-headers/repos/staging-x86_64/PKGBUILD)
Deleted:
  linux-api-headers/repos/staging-i686/
  linux-api-headers/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: linux-api-headers/repos/testing-i686/PKGBUILD (from rev 162938, 
linux-api-headers/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-04 01:13:26 UTC (rev 162944)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.4.4
+_basever=3.4
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('967f72983655e2479f951195953e8480'
+ '58e6672d932d74d5e2b6811b9d37d67c')
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -rf ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}

Copied: linux-api-headers/repos/testing-x86_64/PKGBUILD (from rev 162938, 
linux-api-headers/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-04 01:13:26 UTC (rev 162944)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.4.4
+_basever=3.4
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('967f72983655e2479f951195953e8480'
+ '58e6672d932d74d5e2b6811b9d37d67c')
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -rf ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}



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

2012-07-03 Thread Allan McRae
Date: Tuesday, July 3, 2012 @ 21:13:31
  Author: allan
Revision: 162945

db-move: moved valgrind from [staging] to [testing] ( i686,  x86_64)

Added:
  valgrind/repos/testing-i686/
  valgrind/repos/testing-i686/PKGBUILD
(from rev 162938, valgrind/repos/staging-i686/PKGBUILD)
  valgrind/repos/testing-i686/valgrind-3.7.0-glibc-2.16.patch
(from rev 162938, 
valgrind/repos/staging-i686/valgrind-3.7.0-glibc-2.16.patch)
  valgrind/repos/testing-x86_64/
  valgrind/repos/testing-x86_64/PKGBUILD
(from rev 162938, valgrind/repos/staging-x86_64/PKGBUILD)
  valgrind/repos/testing-x86_64/valgrind-3.7.0-glibc-2.16.patch
(from rev 162938, 
valgrind/repos/staging-x86_64/valgrind-3.7.0-glibc-2.16.patch)
Deleted:
  valgrind/repos/staging-i686/
  valgrind/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   36 
 testing-i686/valgrind-3.7.0-glibc-2.16.patch   |   41 +++
 testing-x86_64/PKGBUILD|   36 
 testing-x86_64/valgrind-3.7.0-glibc-2.16.patch |   41 +++
 4 files changed, 154 insertions(+)

Copied: valgrind/repos/testing-i686/PKGBUILD (from rev 162938, 
valgrind/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-04 01:13:31 UTC (rev 162945)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=valgrind
+pkgver=3.7.0
+pkgrel=3
+pkgdesc=A tool to help find memory-management problems in programs
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://valgrind.org/;
+depends=('glibc=2.16' 'glibc2.17' 'perl')
+makedepends=('gdb')
+options=('!emptydirs')
+source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2
+valgrind-3.7.0-glibc-2.16.patch)
+md5sums=('a855fda56edf05614f099dca316d1775'
+ '8362c9c10b8d7d08d1be628a717cfba7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  patch -Np1 -i ${srcdir}/valgrind-3.7.0-glibc-2.16.patch
+
+  if [ ${CARCH} = x86_64 ]; then
+./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
+  else
+./configure --prefix=/usr --mandir=/usr/share/man
+  fi
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: valgrind/repos/testing-i686/valgrind-3.7.0-glibc-2.16.patch (from rev 
162938, valgrind/repos/staging-i686/valgrind-3.7.0-glibc-2.16.patch)
===
--- testing-i686/valgrind-3.7.0-glibc-2.16.patch
(rev 0)
+++ testing-i686/valgrind-3.7.0-glibc-2.16.patch2012-07-04 01:13:31 UTC 
(rev 162945)
@@ -0,0 +1,41 @@
+diff -Naur valgrind-3.7.0-orig/configure valgrind-3.7.0/configure
+--- valgrind-3.7.0-orig/configure  2011-11-05 21:24:39.0 +1000
 valgrind-3.7.0/configure   2011-12-27 15:43:54.832120449 +1000
+@@ -6402,6 +6402,28 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.15)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.15 family 5
++$as_echo 2.15 family 6; }
++
++$as_echo #define GLIBC_2_15 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
++
++ 2.16)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.16 family 5
++$as_echo 2.16 family 6; }
++
++$as_echo #define GLIBC_2_16 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
++
+  darwin)
+   { $as_echo $as_me:${as_lineno-$LINENO}: result: Darwin 5
+ $as_echo Darwin 6; }
+@@ -6422,7 +6433,7 @@
+  *)
+   { $as_echo $as_me:${as_lineno-$LINENO}: result: unsupported version 
${GLIBC_VERSION} 5
+ $as_echo unsupported version ${GLIBC_VERSION} 6; }
+-  as_fn_error Valgrind requires glibc version 2.2 - 2.14 $LINENO 5
++  as_fn_error Valgrind requires glibc version 2.2 - 2.16 $LINENO 5
+   as_fn_error or Darwin libc $LINENO 5
+   ;;
+ esac

Copied: valgrind/repos/testing-x86_64/PKGBUILD (from rev 162938, 
valgrind/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-04 01:13:31 UTC (rev 162945)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=valgrind
+pkgver=3.7.0
+pkgrel=3
+pkgdesc=A tool to help find memory-management problems in programs

[arch-commits] Commit in xfce4-cpugraph-plugin/trunk (PKGBUILD)

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 21:55:49
  Author: eric
Revision: 162946

upgpkg: xfce4-cpugraph-plugin 1.0.4-1

Upstream update

Modified:
  xfce4-cpugraph-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 01:13:31 UTC (rev 162945)
+++ PKGBUILD2012-07-04 01:55:49 UTC (rev 162946)
@@ -3,7 +3,7 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-cpugraph-plugin
-pkgver=1.0.2
+pkgver=1.0.4
 pkgrel=1
 pkgdesc=CPU graph plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b535a9c3d105c0d1597fa4071fe140912bb483c4401c84ad178531fc85de0577')
+sha256sums=('7793824e42cc65937750b50b4afb43e51250e51aca05bd146b784a34fa02552e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in xfce4-cpugraph-plugin/repos (8 files)

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 21:56:02
  Author: eric
Revision: 162947

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

Added:
  xfce4-cpugraph-plugin/repos/extra-i686/PKGBUILD
(from rev 162946, xfce4-cpugraph-plugin/trunk/PKGBUILD)
  xfce4-cpugraph-plugin/repos/extra-i686/xfce4-cpugraph-plugin.install
(from rev 162946, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
  xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD
(from rev 162946, xfce4-cpugraph-plugin/trunk/PKGBUILD)
  xfce4-cpugraph-plugin/repos/extra-x86_64/xfce4-cpugraph-plugin.install
(from rev 162946, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
Deleted:
  xfce4-cpugraph-plugin/repos/extra-i686/PKGBUILD
  xfce4-cpugraph-plugin/repos/extra-i686/xfce4-cpugraph-plugin.install
  xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-cpugraph-plugin/repos/extra-x86_64/xfce4-cpugraph-plugin.install

+
 extra-i686/PKGBUILD|   78 +--
 extra-i686/xfce4-cpugraph-plugin.install   |   26 -
 extra-x86_64/PKGBUILD  |   78 +--
 extra-x86_64/xfce4-cpugraph-plugin.install |   26 -
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-04 01:55:49 UTC (rev 162946)
+++ extra-i686/PKGBUILD 2012-07-04 01:56:02 UTC (rev 162947)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-cpugraph-plugin
-pkgver=1.0.2
-pkgrel=1
-pkgdesc=CPU graph plugin for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('GPL' 'custom')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b535a9c3d105c0d1597fa4071fe140912bb483c4401c84ad178531fc85de0577')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-cpugraph-plugin/repos/extra-i686/PKGBUILD (from rev 162946, 
xfce4-cpugraph-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 01:56:02 UTC (rev 162947)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-cpugraph-plugin
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=CPU graph plugin for the Xfce4 panel
+arch=('i686' 'x86_64')
+license=('GPL' 'custom')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7793824e42cc65937750b50b4afb43e51250e51aca05bd146b784a34fa02552e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-cpugraph-plugin.install
===
--- extra-i686/xfce4-cpugraph-plugin.install2012-07-04 01:55:49 UTC (rev 
162946)
+++ extra-i686/xfce4-cpugraph-plugin.install2012-07-04 01:56:02 UTC (rev 
162947)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-cpugraph-plugin/repos/extra-i686/xfce4-cpugraph-plugin.install 
(from rev 162946, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
===
--- extra-i686/xfce4-cpugraph-plugin.install(rev 0)
+++ extra-i686/xfce4-cpugraph-plugin.install2012-07-04 01:56:02 UTC (rev 
162947)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: 

[arch-commits] Commit in xfce4-diskperf-plugin/trunk (PKGBUILD)

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 22:31:46
  Author: eric
Revision: 162948

upgpkg: xfce4-diskperf-plugin 2.5.4-1

Upstream update

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 01:56:02 UTC (rev 162947)
+++ PKGBUILD2012-07-04 02:31:46 UTC (rev 162948)
@@ -3,7 +3,7 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-diskperf-plugin
-pkgver=2.5.3
+pkgver=2.5.4
 pkgrel=1
 pkgdesc=Plugin for the Xfce4 panel displaying instant disk/partition 
performance
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool')
 options=('!libtool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('418a250fe8d48f1fd87658206a8e6762032d35dc1b2e98e27d309a35f873f9b6')
+sha256sums=('aab6b9c4e2f78620920efac6874c4edf426f05b63b94cfda0da8c99a91110a0b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in xfce4-diskperf-plugin/repos (4 files)

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 22:32:01
  Author: eric
Revision: 162949

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

Added:
  xfce4-diskperf-plugin/repos/extra-i686/PKGBUILD
(from rev 162948, xfce4-diskperf-plugin/trunk/PKGBUILD)
  xfce4-diskperf-plugin/repos/extra-x86_64/PKGBUILD
(from rev 162948, xfce4-diskperf-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-diskperf-plugin/repos/extra-i686/PKGBUILD
  xfce4-diskperf-plugin/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   76 
 extra-x86_64/PKGBUILD |   76 
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-04 02:31:46 UTC (rev 162948)
+++ extra-i686/PKGBUILD 2012-07-04 02:32:01 UTC (rev 162949)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-diskperf-plugin
-pkgver=2.5.3
-pkgrel=1
-pkgdesc=Plugin for the Xfce4 panel displaying instant disk/partition 
performance
-arch=('i686' 'x86_64')
-license=('BSD')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('418a250fe8d48f1fd87658206a8e6762032d35dc1b2e98e27d309a35f873f9b6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-diskperf-plugin/repos/extra-i686/PKGBUILD (from rev 162948, 
xfce4-diskperf-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 02:32:01 UTC (rev 162949)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-diskperf-plugin
+pkgver=2.5.4
+pkgrel=1
+pkgdesc=Plugin for the Xfce4 panel displaying instant disk/partition 
performance
+arch=('i686' 'x86_64')
+license=('BSD')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('aab6b9c4e2f78620920efac6874c4edf426f05b63b94cfda0da8c99a91110a0b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-04 02:31:46 UTC (rev 162948)
+++ extra-x86_64/PKGBUILD   2012-07-04 02:32:01 UTC (rev 162949)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-diskperf-plugin
-pkgver=2.5.3
-pkgrel=1
-pkgdesc=Plugin for the Xfce4 panel displaying instant disk/partition 
performance
-arch=('i686' 'x86_64')
-license=('BSD')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('418a250fe8d48f1fd87658206a8e6762032d35dc1b2e98e27d309a35f873f9b6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-diskperf-plugin/repos/extra-x86_64/PKGBUILD (from rev 162948, 
xfce4-diskperf-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-04 02:32:01 UTC (rev 162949)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-diskperf-plugin
+pkgver=2.5.4
+pkgrel=1

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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 22:37:49
  Author: dreisner
Revision: 162950

upgpkg: initscripts 2012.06.3-2

- backport hotfix for disallowed user logins

Added:
  initscripts/trunk/0001-remove-run-nologin-before-leaving-rc.multi.patch
Modified:
  initscripts/trunk/PKGBUILD

---+
 0001-remove-run-nologin-before-leaving-rc.multi.patch |   29 
 PKGBUILD  |9 
 2 files changed, 37 insertions(+), 1 deletion(-)

Added: 0001-remove-run-nologin-before-leaving-rc.multi.patch
===
--- 0001-remove-run-nologin-before-leaving-rc.multi.patch   
(rev 0)
+++ 0001-remove-run-nologin-before-leaving-rc.multi.patch   2012-07-04 
02:37:49 UTC (rev 162950)
@@ -0,0 +1,29 @@
+From 55bd14c586f0f64b8ee5515161be1aa1098d3226 Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Tue, 3 Jul 2012 22:28:05 -0400
+Subject: [initscripts][PATCH] remove /run/nologin before leaving rc.multi
+To: arch-proje...@archlinux.org
+
+systemd-186 writes this file when running systemd-tmpfiles, but
+initscripts never removes it. This disallows all non-root logins.
+
+Reported-by: Dan McGee d...@archlinux.org
+Signed-off-by: Dave Reisner dreis...@archlinux.org
+---
+ rc.multi | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/rc.multi b/rc.multi
+index daf2372..7d4acaa 100755
+--- a/rc.multi
 b/rc.multi
+@@ -31,4 +31,6 @@ run_hook multi_end
+ 
+ bootlogd_stop
+ 
++rm -f /run/nologin
++
+ # vim: set ts=2 sw=2 noet:
+-- 
+1.7.11.1
+

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 02:32:01 UTC (rev 162949)
+++ PKGBUILD2012-07-04 02:37:49 UTC (rev 162950)
@@ -5,7 +5,7 @@
 
 pkgname=initscripts
 pkgver=2012.06.3
-pkgrel=1
+pkgrel=2
 pkgdesc=System initialization/bootup scripts
 arch=('any')
 url=http://www.archlinux.org;
@@ -20,12 +20,19 @@
 makedepends=(asciidoc)
 install=initscripts.install
 source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz;
+0001-remove-run-nologin-before-leaving-rc.multi.patch
 'wireless.conf.d')
 
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 $srcdir/0001-remove-run-nologin-before-leaving-rc.multi.patch
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
 }
 md5sums=('34493c768b587ac59c6ee7e14f275c1d'
+ 'ba32b9d723c20b38487669fb3c00d3d5'
  '027576534885b8d5dded9be546057b12')



[arch-commits] Commit in initscripts/repos (5 files)

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 22:37:59
  Author: dreisner
Revision: 162951

archrelease: copy trunk to testing-any

Added:
  initscripts/repos/testing-any/
  
initscripts/repos/testing-any/0001-remove-run-nologin-before-leaving-rc.multi.patch
(from rev 162950, 
initscripts/trunk/0001-remove-run-nologin-before-leaving-rc.multi.patch)
  initscripts/repos/testing-any/PKGBUILD
(from rev 162950, initscripts/trunk/PKGBUILD)
  initscripts/repos/testing-any/initscripts.install
(from rev 162950, initscripts/trunk/initscripts.install)
  initscripts/repos/testing-any/wireless.conf.d
(from rev 162950, initscripts/trunk/wireless.conf.d)

---+
 0001-remove-run-nologin-before-leaving-rc.multi.patch |   29 
 PKGBUILD  |   38 
 initscripts.install   |   19 
 wireless.conf.d   |   12 +
 4 files changed, 98 insertions(+)

Copied: 
initscripts/repos/testing-any/0001-remove-run-nologin-before-leaving-rc.multi.patch
 (from rev 162950, 
initscripts/trunk/0001-remove-run-nologin-before-leaving-rc.multi.patch)
===
--- testing-any/0001-remove-run-nologin-before-leaving-rc.multi.patch   
(rev 0)
+++ testing-any/0001-remove-run-nologin-before-leaving-rc.multi.patch   
2012-07-04 02:37:59 UTC (rev 162951)
@@ -0,0 +1,29 @@
+From 55bd14c586f0f64b8ee5515161be1aa1098d3226 Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Tue, 3 Jul 2012 22:28:05 -0400
+Subject: [initscripts][PATCH] remove /run/nologin before leaving rc.multi
+To: arch-proje...@archlinux.org
+
+systemd-186 writes this file when running systemd-tmpfiles, but
+initscripts never removes it. This disallows all non-root logins.
+
+Reported-by: Dan McGee d...@archlinux.org
+Signed-off-by: Dave Reisner dreis...@archlinux.org
+---
+ rc.multi | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/rc.multi b/rc.multi
+index daf2372..7d4acaa 100755
+--- a/rc.multi
 b/rc.multi
+@@ -31,4 +31,6 @@ run_hook multi_end
+ 
+ bootlogd_stop
+ 
++rm -f /run/nologin
++
+ # vim: set ts=2 sw=2 noet:
+-- 
+1.7.11.1
+

Copied: initscripts/repos/testing-any/PKGBUILD (from rev 162950, 
initscripts/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-07-04 02:37:59 UTC (rev 162951)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=initscripts
+pkgver=2012.06.3
+pkgrel=2
+pkgdesc=System initialization/bootup scripts
+arch=('any')
+url=http://www.archlinux.org;
+license=('GPL2')
+groups=('base')
+backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown 
etc/conf.d/wireless)
+depends=('glibc' 'bash' 'coreutils' 'systemd-tools' 'iproute2' 'ncurses' 
'findutils' 'sysvinit')
+optdepends=('bridge-utils: Network bridging support'
+'dhcpcd: DHCP network configuration'
+'net-tools: legacy network support'
+'wireless_tools: Wireless networking')
+makedepends=(asciidoc)
+install=initscripts.install
+source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz;
+0001-remove-run-nologin-before-leaving-rc.multi.patch
+'wireless.conf.d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 $srcdir/0001-remove-run-nologin-before-leaving-rc.multi.patch
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
+}
+md5sums=('34493c768b587ac59c6ee7e14f275c1d'
+ 'ba32b9d723c20b38487669fb3c00d3d5'
+ '027576534885b8d5dded9be546057b12')

Copied: initscripts/repos/testing-any/initscripts.install (from rev 162950, 
initscripts/trunk/initscripts.install)
===
--- testing-any/initscripts.install (rev 0)
+++ testing-any/initscripts.install 2012-07-04 02:37:59 UTC (rev 162951)
@@ -0,0 +1,19 @@
+post_upgrade() {
+  if [ $(vercmp $2 2009.07) -lt 0 ]; then
+echo == Adjusting /etc/inittab for transition to /dev/tty standard.
+echo == Original file saved as /etc/inittab.pacsave
+sed -i'.pacsave' 's#vc/\([0-9]\)#tty\1#' /etc/inittab
+  fi
+  if [ $(vercmp $2 2011.06.1) -lt 0 ]; then
+echo Blacklisting of modules is no longer supported in rc.conf,
+echo please add blacklist entries to /etc/modprobe.d/ instead.
+  fi
+  if [ $(vercmp $2 2011.07.2) -lt 0 ]; then
+echo VERBOSE= in rc.conf no longer has any effect.
+echo Please append 'quiet' to your kernel command line.
+  fi
+  if [ $(vercmp $2 2011.10.1) -lt 0 ]; 

[arch-commits] Commit in xfce4-fsguard-plugin/trunk (PKGBUILD)

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 23:09:50
  Author: eric
Revision: 162952

upgpkg: xfce4-fsguard-plugin 1.0.1-1

Upstream update, Clean up depends

Modified:
  xfce4-fsguard-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 02:37:59 UTC (rev 162951)
+++ PKGBUILD2012-07-04 03:09:50 UTC (rev 162952)
@@ -3,22 +3,22 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=xfce4-fsguard-plugin
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.0.1
+pkgrel=1
 pkgdesc=File system usage monitor plugin for the Xfce4 panel
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://xfce-goodies.berlios.de/;
 groups=('xfce4-goodies')
-depends=('xfce4-panel=4.7.4' 'hicolor-icon-theme' 'libxfcegui4')
+depends=('xfce4-panel')
 makedepends=('intltool')
 options=(!libtool)
 install=${pkgname}.install
 
source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8378f922b59a0d5a378af5e45a18c4a3')
+md5sums=('9c179371475e2837004cc208026e30c1')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
@@ -29,6 +29,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in xfce4-fsguard-plugin/repos (8 files)

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 23:10:03
  Author: eric
Revision: 162953

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

Added:
  xfce4-fsguard-plugin/repos/extra-i686/PKGBUILD
(from rev 162952, xfce4-fsguard-plugin/trunk/PKGBUILD)
  xfce4-fsguard-plugin/repos/extra-i686/xfce4-fsguard-plugin.install
(from rev 162952, xfce4-fsguard-plugin/trunk/xfce4-fsguard-plugin.install)
  xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD
(from rev 162952, xfce4-fsguard-plugin/trunk/PKGBUILD)
  xfce4-fsguard-plugin/repos/extra-x86_64/xfce4-fsguard-plugin.install
(from rev 162952, xfce4-fsguard-plugin/trunk/xfce4-fsguard-plugin.install)
Deleted:
  xfce4-fsguard-plugin/repos/extra-i686/PKGBUILD
  xfce4-fsguard-plugin/repos/extra-i686/xfce4-fsguard-plugin.install
  xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-fsguard-plugin/repos/extra-x86_64/xfce4-fsguard-plugin.install

---+
 extra-i686/PKGBUILD   |   68 ++--
 extra-i686/xfce4-fsguard-plugin.install   |   22 -
 extra-x86_64/PKGBUILD |   68 ++--
 extra-x86_64/xfce4-fsguard-plugin.install |   22 -
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-04 03:09:50 UTC (rev 162952)
+++ extra-i686/PKGBUILD 2012-07-04 03:10:03 UTC (rev 162953)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=xfce4-fsguard-plugin
-pkgver=1.0.0
-pkgrel=3
-pkgdesc=File system usage monitor plugin for the Xfce4 panel
-arch=(i686 x86_64)
-license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel=4.7.4' 'hicolor-icon-theme' 'libxfcegui4')
-makedepends=('intltool')
-options=(!libtool)
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8378f922b59a0d5a378af5e45a18c4a3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-fsguard-plugin/repos/extra-i686/PKGBUILD (from rev 162952, 
xfce4-fsguard-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 03:10:03 UTC (rev 162953)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=xfce4-fsguard-plugin
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=File system usage monitor plugin for the Xfce4 panel
+arch=(i686 x86_64)
+license=('GPL2')
+url=http://xfce-goodies.berlios.de/;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+options=(!libtool)
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('9c179371475e2837004cc208026e30c1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/xfce4-fsguard-plugin.install
===
--- extra-i686/xfce4-fsguard-plugin.install 2012-07-04 03:09:50 UTC (rev 
162952)
+++ extra-i686/xfce4-fsguard-plugin.install 2012-07-04 03:10:03 UTC (rev 
162953)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: xfce4-fsguard-plugin/repos/extra-i686/xfce4-fsguard-plugin.install 
(from rev 162952, xfce4-fsguard-plugin/trunk/xfce4-fsguard-plugin.install)
===
--- extra-i686/xfce4-fsguard-plugin.install (rev 0)
+++ extra-i686/xfce4-fsguard-plugin.install 2012-07-04 03:10:03 UTC (rev 
162953)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-04 03:09:50 UTC (rev 162952)
+++ extra-x86_64/PKGBUILD   2012-07-04 03:10:03 UTC (rev 162953)
@@ -1,34 +0,0 @@
-# $Id$
-# 

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

2012-07-03 Thread Allan McRae
Date: Tuesday, July 3, 2012 @ 23:38:09
  Author: allan
Revision: 162954

upgpkg: mpfr 3.1.1-1

upstream update

Modified:
  mpfr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 03:10:03 UTC (rev 162953)
+++ PKGBUILD2012-07-04 03:38:09 UTC (rev 162954)
@@ -3,9 +3,10 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=mpfr
-_pkgver=3.1.0
-_patchlevel=p10
-pkgver=${_pkgver}.${_patchlevel}
+_pkgver=3.1.1
+#_patchlevel=p1
+#pkgver=${_pkgver}.${_patchlevel}
+pkgver=${_pkgver}
 pkgrel=1
 pkgdesc=Multiple-precision floating-point library
 arch=('i686' 'x86_64')
@@ -14,15 +15,12 @@
 depends=('gmp=5.0')
 options=('!libtool')
 install=mpfr.install
-source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
-mpfr-${_pkgver}.${_patchlevel}.patch)
-md5sums=('6e495841bb026481567006cec0f821c3'
- '293374ee4b01527f8f7889fdfa9016f8'
- '776954381923739ef0e618d992188535')
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc})
+md5sums=('91d51c41fcf2799e4ee7a7126fc95c17'
+ '91b187a2229211e543ba6fb82a079b2c')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}
-  patch -Np1 -i $srcdir/mpfr-${_pkgver}.${_patchlevel}.patch
   ./configure --prefix=/usr --enable-thread-safe --enable-shared
   make
 }



[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 23:38:45
  Author: eric
Revision: 162955

upgpkg: xfce4-mpc-plugin 0.4.4-1

Upstream update

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 03:38:09 UTC (rev 162954)
+++ PKGBUILD2012-07-04 03:38:45 UTC (rev 162955)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-mpc-plugin
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc=A plugin to control the music player daemon from the xfce4-panel
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool')
 options=('!libtool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('54a44ff121df3416f19cce8ac52821c302aff877a8543bcb863167b26ff17af5')
+sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-07-03 Thread Allan McRae
Date: Tuesday, July 3, 2012 @ 23:39:00
  Author: allan
Revision: 162956

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

Added:
  mpfr/repos/testing-i686/
  mpfr/repos/testing-i686/PKGBUILD
(from rev 162954, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-i686/mpfr-3.1.0.p10.patch
(from rev 162954, mpfr/trunk/mpfr-3.1.0.p10.patch)
  mpfr/repos/testing-i686/mpfr.install
(from rev 162954, mpfr/trunk/mpfr.install)
  mpfr/repos/testing-x86_64/
  mpfr/repos/testing-x86_64/PKGBUILD
(from rev 162955, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-x86_64/mpfr-3.1.0.p10.patch
(from rev 162955, mpfr/trunk/mpfr-3.1.0.p10.patch)
  mpfr/repos/testing-x86_64/mpfr.install
(from rev 162955, mpfr/trunk/mpfr.install)

-+
 testing-i686/PKGBUILD   |   36 
 testing-i686/mpfr.install   |   20 
 testing-x86_64/PKGBUILD |   36 
 testing-x86_64/mpfr.install |   20 
 4 files changed, 112 insertions(+)

Copied: mpfr/repos/testing-i686/PKGBUILD (from rev 162954, mpfr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-04 03:39:00 UTC (rev 162956)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=mpfr
+_pkgver=3.1.1
+#_patchlevel=p1
+#pkgver=${_pkgver}.${_patchlevel}
+pkgver=${_pkgver}
+pkgrel=1
+pkgdesc=Multiple-precision floating-point library
+arch=('i686' 'x86_64')
+url=http://www.mpfr.org/;
+license=('LGPL')
+depends=('gmp=5.0')
+options=('!libtool')
+install=mpfr.install
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc})
+md5sums=('91d51c41fcf2799e4ee7a7126fc95c17'
+ '91b187a2229211e543ba6fb82a079b2c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  ./configure --prefix=/usr --enable-thread-safe --enable-shared
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: mpfr/repos/testing-i686/mpfr-3.1.0.p10.patch (from rev 162954, 
mpfr/trunk/mpfr-3.1.0.p10.patch)
===
(Binary files differ)

Copied: mpfr/repos/testing-i686/mpfr.install (from rev 162954, 
mpfr/trunk/mpfr.install)
===
--- testing-i686/mpfr.install   (rev 0)
+++ testing-i686/mpfr.install   2012-07-04 03:39:00 UTC (rev 162956)
@@ -0,0 +1,20 @@
+info_dir=usr/share/info
+info_files=(mpfr.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: mpfr/repos/testing-x86_64/PKGBUILD (from rev 162955, 
mpfr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-04 03:39:00 UTC (rev 162956)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=mpfr
+_pkgver=3.1.1
+#_patchlevel=p1
+#pkgver=${_pkgver}.${_patchlevel}
+pkgver=${_pkgver}
+pkgrel=1
+pkgdesc=Multiple-precision floating-point library
+arch=('i686' 'x86_64')
+url=http://www.mpfr.org/;
+license=('LGPL')
+depends=('gmp=5.0')
+options=('!libtool')
+install=mpfr.install
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc})
+md5sums=('91d51c41fcf2799e4ee7a7126fc95c17'
+ '91b187a2229211e543ba6fb82a079b2c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  ./configure --prefix=/usr --enable-thread-safe --enable-shared
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: mpfr/repos/testing-x86_64/mpfr-3.1.0.p10.patch (from rev 162955, 
mpfr/trunk/mpfr-3.1.0.p10.patch)
===
(Binary files differ)

Copied: mpfr/repos/testing-x86_64/mpfr.install (from rev 162955, 
mpfr/trunk/mpfr.install)
===
--- testing-x86_64/mpfr.install (rev 0)
+++ testing-x86_64/mpfr.install 2012-07-04 03:39:00 UTC (rev 162956)
@@ -0,0 +1,20 @@
+info_dir=usr/share/info
+info_files=(mpfr.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz 

[arch-commits] Commit in xfce4-mpc-plugin/repos (4 files)

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 23:39:14
  Author: eric
Revision: 162957

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

Added:
  xfce4-mpc-plugin/repos/extra-i686/PKGBUILD
(from rev 162956, xfce4-mpc-plugin/trunk/PKGBUILD)
  xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD
(from rev 162956, xfce4-mpc-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-mpc-plugin/repos/extra-i686/PKGBUILD
  xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-04 03:39:00 UTC (rev 162956)
+++ extra-i686/PKGBUILD 2012-07-04 03:39:14 UTC (rev 162957)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: aurelien aurel...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-mpc-plugin
-pkgver=0.4.3
-pkgrel=1
-pkgdesc=A plugin to control the music player daemon from the xfce4-panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
-license=('BSD')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd=0.16.1')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('54a44ff121df3416f19cce8ac52821c302aff877a8543bcb863167b26ff17af5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mpc-plugin/repos/extra-i686/PKGBUILD (from rev 162956, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 03:39:14 UTC (rev 162957)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: aurelien aurel...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-mpc-plugin
+pkgver=0.4.4
+pkgrel=1
+pkgdesc=A plugin to control the music player daemon from the xfce4-panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
+license=('BSD')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libmpd=0.16.1')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-04 03:39:00 UTC (rev 162956)
+++ extra-x86_64/PKGBUILD   2012-07-04 03:39:14 UTC (rev 162957)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: aurelien aurel...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-mpc-plugin
-pkgver=0.4.3
-pkgrel=1
-pkgdesc=A plugin to control the music player daemon from the xfce4-panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
-license=('BSD')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd=0.16.1')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('54a44ff121df3416f19cce8ac52821c302aff877a8543bcb863167b26ff17af5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD (from rev 162956, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   

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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 23:50:28
  Author: dreisner
Revision: 162958

upgpkg: lirc 1:0.9.0-20

- remove /usr/lib/modules for utils, not all of /usr/lib

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 03:39:14 UTC (rev 162957)
+++ PKGBUILD2012-07-04 03:50:28 UTC (rev 162958)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=19
+pkgrel=20
 epoch=1
 _extramodules=extramodules-3.4-ARCH
 arch=('i686' 'x86_64')
@@ -101,5 +101,5 @@
   install -d ${pkgdir}/etc/lirc
   
   # remove built modules
-  rm -r ${pkgdir}/usr/lib/
+  rm -r ${pkgdir}/usr/lib/modules
 }



[arch-commits] Commit in xfce4-systemload-plugin/trunk (PKGBUILD)

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 23:50:37
  Author: eric
Revision: 162959

upgpkg: xfce4-systemload-plugin 1.1.1-1

Upstream update

Modified:
  xfce4-systemload-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 03:50:28 UTC (rev 162958)
+++ PKGBUILD2012-07-04 03:50:37 UTC (rev 162959)
@@ -3,18 +3,18 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-systemload-plugin
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc=A system load plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin;
 groups=('xfce4-goodies')
-depends=('xfce4-panel=4.7.4')
+depends=('xfce4-panel')
 makedepends=('intltool')
 options=('!libtool')
 
source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('130ad7befddd8705ca09a98e9cee5c3e')
+md5sums=('22d48c0883f9d598bce24e81d93e692e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xfce4-systemload-plugin/repos (4 files)

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 23:50:50
  Author: eric
Revision: 162960

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

Added:
  xfce4-systemload-plugin/repos/extra-i686/PKGBUILD
(from rev 162959, xfce4-systemload-plugin/trunk/PKGBUILD)
  xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD
(from rev 162959, xfce4-systemload-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-systemload-plugin/repos/extra-i686/PKGBUILD
  xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   66 
 extra-x86_64/PKGBUILD |   66 
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-04 03:50:37 UTC (rev 162959)
+++ extra-i686/PKGBUILD 2012-07-04 03:50:50 UTC (rev 162960)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-systemload-plugin
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=A system load plugin for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel=4.7.4')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('130ad7befddd8705ca09a98e9cee5c3e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xfce4-systemload-plugin/repos/extra-i686/PKGBUILD (from rev 162959, 
xfce4-systemload-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 03:50:50 UTC (rev 162960)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-systemload-plugin
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=A system load plugin for the Xfce4 panel
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('22d48c0883f9d598bce24e81d93e692e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-04 03:50:37 UTC (rev 162959)
+++ extra-x86_64/PKGBUILD   2012-07-04 03:50:50 UTC (rev 162960)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-systemload-plugin
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=A system load plugin for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel=4.7.4')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('130ad7befddd8705ca09a98e9cee5c3e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD (from rev 162959, 
xfce4-systemload-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-04 03:50:50 UTC (rev 162960)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-systemload-plugin
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=A system load plugin for the Xfce4 panel
+arch=('i686' 'x86_64')
+license=('custom')

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

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 23:51:02
  Author: dreisner
Revision: 162961

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

Added:
  lirc/repos/testing-i686/PKGBUILD
(from rev 162959, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.conf
(from rev 162959, lirc/trunk/irexec.conf)
  lirc/repos/testing-i686/irexecd
(from rev 162959, lirc/trunk/irexecd)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 162959, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/lirc.install
(from rev 162959, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 162959, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 162959, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 162959, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd
(from rev 162959, lirc/trunk/lircd)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 162959, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircd.conf
(from rev 162959, lirc/trunk/lircd.conf)
  lirc/repos/testing-i686/lircmd
(from rev 162959, lirc/trunk/lircmd)
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 162960, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.conf
(from rev 162960, lirc/trunk/irexec.conf)
  lirc/repos/testing-x86_64/irexecd
(from rev 162960, lirc/trunk/irexecd)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 162960, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/lirc.install
(from rev 162960, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 162960, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 162960, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 162960, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd
(from rev 162960, lirc/trunk/lircd)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 162960, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircd.conf
(from rev 162960, lirc/trunk/lircd.conf)
  lirc/repos/testing-x86_64/lircmd
(from rev 162960, lirc/trunk/lircmd)
Deleted:
  lirc/repos/testing-i686/PKGBUILD
  lirc/repos/testing-i686/irexec.conf
  lirc/repos/testing-i686/irexecd
  lirc/repos/testing-i686/kernel-2.6.39.patch
  lirc/repos/testing-i686/lirc.install
  lirc/repos/testing-i686/lirc.logrotate
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
  lirc/repos/testing-i686/lirc_wpc8769l.patch
  lirc/repos/testing-i686/lircd
  lirc/repos/testing-i686/lircd-handle-large-config.patch
  lirc/repos/testing-i686/lircd.conf
  lirc/repos/testing-i686/lircmd
  lirc/repos/testing-x86_64/PKGBUILD
  lirc/repos/testing-x86_64/irexec.conf
  lirc/repos/testing-x86_64/irexecd
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
  lirc/repos/testing-x86_64/lirc.install
  lirc/repos/testing-x86_64/lirc.logrotate
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
  lirc/repos/testing-x86_64/lircd
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
  lirc/repos/testing-x86_64/lircd.conf
  lirc/repos/testing-x86_64/lircmd

+
 testing-i686/PKGBUILD  |  210 +++
 testing-i686/irexec.conf   |   10 -
 testing-i686/irexecd   |   76 
 testing-i686/kernel-2.6.39.patch   |  108 +--
 testing-i686/lirc.install  |   32 +--
 testing-i686/lirc.logrotate|   10 -
 testing-i686/lirc_atiusb-kfifo.patch   |   62 +++---
 testing-i686/lirc_wpc8769l.patch   |  176 +--
 testing-i686/lircd |  104 +--
 testing-i686/lircd-handle-large-config.patch   |   78 
 testing-i686/lircd.conf|   16 -
 testing-i686/lircmd|   72 +++
 testing-x86_64/PKGBUILD|  210 +++
 testing-x86_64/irexec.conf |   10 -
 testing-x86_64/irexecd |   76 
 testing-x86_64/kernel-2.6.39.patch |  108 +--
 testing-x86_64/lirc.install|   32 +--
 testing-x86_64/lirc.logrotate  |   10 -
 testing-x86_64/lirc_atiusb-kfifo.patch |   62 +++---
 testing-x86_64/lirc_wpc8769l.patch |  176 +--
 testing-x86_64/lircd   |  104 +--
 testing-x86_64/lircd-handle-large-config.patch |   78 
 testing-x86_64/lircd.conf  |   16 -
 testing-x86_64/lircmd  |   72 +++
 24 files changed, 954 insertions(+), 954 deletions(-)

The diff is longer 

[arch-commits] Commit in xfce4-wavelan-plugin/trunk (PKGBUILD)

2012-07-03 Thread Eric Bélanger
Date: Wednesday, July 4, 2012 @ 00:01:15
  Author: eric
Revision: 162962

upgpkg: xfce4-wavelan-plugin 0.5.11-1

Upstream update

Modified:
  xfce4-wavelan-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 03:51:02 UTC (rev 162961)
+++ PKGBUILD2012-07-04 04:01:15 UTC (rev 162962)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-wavelan-plugin
-pkgver=0.5.10
-pkgrel=3
+pkgver=0.5.11
+pkgrel=1
 pkgdesc=Plugin to monitor wifi connectivity for the Xfce4 panel
 arch=('i686' 'x86_64')
 license=('custom')
@@ -14,7 +14,7 @@
 makedepends=('intltool')
 options=('!libtool')
 
source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a4cd20ef471123936e762a139f1025e1')
+md5sums=('50514bb286f1ed6761a1b36832bb7fe3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xfce4-wavelan-plugin/repos (4 files)

2012-07-03 Thread Eric Bélanger
Date: Wednesday, July 4, 2012 @ 00:01:30
  Author: eric
Revision: 162963

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

Added:
  xfce4-wavelan-plugin/repos/extra-i686/PKGBUILD
(from rev 162962, xfce4-wavelan-plugin/trunk/PKGBUILD)
  xfce4-wavelan-plugin/repos/extra-x86_64/PKGBUILD
(from rev 162962, xfce4-wavelan-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-wavelan-plugin/repos/extra-i686/PKGBUILD
  xfce4-wavelan-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-04 04:01:15 UTC (rev 162962)
+++ extra-i686/PKGBUILD 2012-07-04 04:01:30 UTC (rev 162963)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-wavelan-plugin
-pkgver=0.5.10
-pkgrel=3
-pkgdesc=Plugin to monitor wifi connectivity for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'net-tools')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a4cd20ef471123936e762a139f1025e1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xfce4-wavelan-plugin/repos/extra-i686/PKGBUILD (from rev 162962, 
xfce4-wavelan-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 04:01:30 UTC (rev 162963)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-wavelan-plugin
+pkgver=0.5.11
+pkgrel=1
+pkgdesc=Plugin to monitor wifi connectivity for the Xfce4 panel
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'net-tools')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('50514bb286f1ed6761a1b36832bb7fe3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-04 04:01:15 UTC (rev 162962)
+++ extra-x86_64/PKGBUILD   2012-07-04 04:01:30 UTC (rev 162963)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-wavelan-plugin
-pkgver=0.5.10
-pkgrel=3
-pkgdesc=Plugin to monitor wifi connectivity for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'net-tools')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a4cd20ef471123936e762a139f1025e1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xfce4-wavelan-plugin/repos/extra-x86_64/PKGBUILD (from rev 162962, 
xfce4-wavelan-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-04 04:01:30 UTC (rev 162963)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+

[arch-commits] Commit in pyxdg/repos (3 files)

2012-07-03 Thread Eric Bélanger
Date: Wednesday, July 4, 2012 @ 00:22:17
  Author: eric
Revision: 162964

db-move: moved pyxdg from [testing] to [extra] ( any)

Added:
  pyxdg/repos/extra-any/PKGBUILD
(from rev 162963, pyxdg/repos/testing-any/PKGBUILD)
Deleted:
  pyxdg/repos/extra-any/PKGBUILD
  pyxdg/repos/testing-any/

--+
 PKGBUILD |   51 ---
 1 file changed, 32 insertions(+), 19 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-04 04:01:30 UTC (rev 162963)
+++ extra-any/PKGBUILD  2012-07-04 04:22:17 UTC (rev 162964)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria h...@archlinux.org
-# Contributor: Mario A. Vazquez mario_v...@hotmail.com
-
-pkgname=pyxdg
-pkgver=0.19
-pkgrel=3
-pkgdesc=Python library to access freedesktop.org standards.
-arch=('any')
-url=http://freedesktop.org/Software/pyxdg;
-license=(LGPL)
-depends=('python2')
-source=(http://www.freedesktop.org/~lanius/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('9f33542e846d0fc1e0bfa992a8555b0a')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --prefix=/usr --root=${pkgdir}
-}

Copied: pyxdg/repos/extra-any/PKGBUILD (from rev 162963, 
pyxdg/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-04 04:22:17 UTC (rev 162964)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Hugo Doria h...@archlinux.org
+# Contributor: Mario A. Vazquez mario_v...@hotmail.com
+
+pkgbase=pyxdg
+pkgname=('python2-xdg' 'python-xdg')
+pkgver=0.20
+pkgrel=1
+pkgdesc=Python library to access freedesktop.org standards
+arch=('any')
+url=http://freedesktop.org/Software/pyxdg;
+license=(LGPL)
+makedepends=('python2' 'python')
+source=(http://www.freedesktop.org/~takluyver/${pkgbase}-${pkgver}.tar.gz;)
+sha1sums=('fdb6237428b18019787babe12dfa1860b38da02e')
+
+package_python2-xdg() {
+  depends=('python2')
+  conflicts=('pyxdg')
+  provides=('pyxdg')
+  replaces=('pyxdg')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+}
+
+package_python-xdg() {
+  depends=('python')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --prefix=/usr --root=${pkgdir}
+}